﻿body {
    background-color: #f0f2f5 !important;
    font-family: 'Cinzel Decorative', cursive;
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: 13px !important;
}

.col-md-3, .col-md-6, .col-md-12 {
    padding-left: 0;
    padding-right: 30px;
}

.dx-item-content, .dx-checkbox-text, .dx-button-text, .dx-list-select-all-label {
    font-family: 'PT Sans Narrow', sans-serif !important;
    font-size: 13px !important;
}

.dx-multiview-item-container {
    padding: 15px;
}

.dx-tabpanel.dx-state-focused .dx-multiview-wrapper {
    border-color: #ddd;
}
.dx-tabpanel.dx-state-focused .dx-tab-selected:after {
    border-color: #ddd;
    border-bottom: none;
}
.dx-tabpanel.dx-state-focused .dx-tab:not(.dx-tab-selected):before {
    border-color: #ddd;
}
#sidenav-main {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 250px !important;
    overflow-y: auto;
    padding: 0;
    box-shadow: none;
    background-color: #fff !important;
    margin: 15px !important;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transition: all .2s ease-in-out;
    border: 1px solid #dadada;
}

    #sidenav-main #sidenav-header {
        text-align: center;
        margin-bottom: 25px;
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
    }

        #sidenav-main #sidenav-header .brand_logo_container {
            height: 130px;
            width: 130px;
            margin: 25px auto 10px auto;
            border-radius: 50%;
            background: #60a3bc;
            padding: 10px;
            text-align: center;
        }

        #sidenav-main #sidenav-header .brand_logo {
            height: 110px;
            width: 110px;
            border-radius: 50%;
            border: 2px solid white;
        }

        #sidenav-main #sidenav-header .web-name {
            font-family: 'Cinzel Decorative', cursive;
        }

    #sidenav-main .navbar-nav {
        padding-left: 0;
        list-style: none;
    }

        #sidenav-main .navbar-nav .nav-item {
            width: 100%;
            height: 50px;
            padding: 0 10px;
        }

            #sidenav-main .navbar-nav .nav-item .nav-link {
                display: table;
                width: 100%;
                cursor: pointer;
                padding: 12px 10px;
                text-decoration: none;
                border-radius: 0.375rem;
                transition: all 0.3s ease-in-out;
                color: #344767;
            }

                #sidenav-main .navbar-nav .nav-item .nav-link:hover {
                    background: #f0f2f5;
                    color: rgb(30,87,153);
                }

                #sidenav-main .navbar-nav .nav-item .nav-link.active {
                    font-weight: 400;
                    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
                    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
                    background: rgb(30,87,153); /* Old browsers */
                    background: -moz-linear-gradient(45deg, rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%); /* FF3.6-15 */
                    background: -webkit-linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
                    background: linear-gradient(45deg, rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
                    color: #fff;
                }

                #sidenav-main .navbar-nav .nav-item .nav-link i {
                    font-size: 15px;
                    margin-right: 10px;
                    float: left;
                    padding-top: 3px;
                }

                #sidenav-main .navbar-nav .nav-item .nav-link .nav-link-text {
                    font-size: 13px;
                }

#main-contain {
    margin-left: 300px;
    margin-top: 20px;
}

    #main-contain .header {
        display: table;
        width: 100%;
        margin-bottom: 10px;
    }

#breadcrumb {
    float: left;
}

    #breadcrumb .title {
        font-weight: 700 !important;
    }

#profile-info {
    float: right;
    margin-right: 20px;
}

    #profile-info img {
        max-width: 35px;
        max-height: 35px;
        border-radius: 50%;
        border: 2px solid #94c0d4;
        cursor: pointer;
    }

    #profile-info .profile-info-iner {
        display: none;
    }

        #profile-info .profile-info-iner p {
            font-size: 16px;
            font-weight: 400;
            color: #fff;
        }

        #profile-info .profile-info-iner::before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            top: -10px;
            right: 15px;
            border-width: 0 11px 12px;
            border-color: transparent transparent #567aed transparent;
            z-index: 2;
        }

    #profile-info .profile-info_iner .profile-author-name {
        padding: 20px 25px;
        background: #567aed;
        border-radius: 10px 15px 0 0;
    }

    #profile-info .profile-info-iner h5 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    #profile-info .profile-info-details {
        padding: 20px 25px;
    }

    #profile-info .profile-info_details a {
        color: #2e4765;
        font-size: 14px;
        display: block;
        padding: 10px 0;
        font-weight: 400;
    }

#header-notification {
    float: right;
    margin-top: 13px;
}

#header-notification {
    margin-left: 40px;
}

    #header-notification li {
        display: inline-block;
        position: relative;
    }

        #header-notification li > a {
            position: relative;
            margin-right: 29px;
        }

            #header-notification li > a i {
                width: 17px;
                height: 17px;
                font-size: 15px;
            }

            #header-notification li > a span {
                position: absolute;
                width: 22px;
                height: 22px;
                text-align: center;
                color: #fff;
                display: inline-block;
                background: #fff;
                font-size: 11px;
                border-radius: 50%;
                right: -12px;
                top: -12px;
                background: #f45b0f;
                line-height: 22px;
            }

.menu-notification {
    background: #fff;
    box-shadow: 0 10px 15px rgb(6 0 8 / 22%);
    border-radius: 10px;
    position: absolute;
    right: 0;
    width: 350px;
    transform: translateY(30px) translateX(20px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.block {
}

    .block .block-body {
        box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
        border-radius: 10px;
        padding: 15px;
        border: 1px solid #dadada;
        background: #fff;
        display: table;
        width: 100%;
    }

    .block .block-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 18px;
        margin-top: 0;
        text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }


    .block.block-chart {
        margin-top: 30px;
    }

        .block.block-chart .block-body .dxc-title text {
            font-family: 'PT Sans Narrow', sans-serif !important;
            font-size: 20px !important;
        }

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.block-total {
    height: 160px;
    position: relative;
    color: #f0f2f5;
}

    .block-total .block-body {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: none;
    }

        .block-total .block-body::before {
            position: absolute;
            top: 0;
            left: -75%;
            z-index: 2;
            display: block;
            content: '';
            width: 50%;
            height: 100%;
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
            -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
        }

        .block-total .block-body:hover::before {
            -webkit-animation: shine 1.5s;
            animation: shine 1.5s;
        }

    .block-total .block-title {
        color: #fff;
        border: none;
        padding: 0;
        border: 0;
    }

    .block-total h2 {
        margin-bottom: 40px;
    }

    .block-total .background {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border-radius: 10px;
        z-index: -1;
        background-size: cover;
        background-repeat: no-repeat;
    }

.block-action {
    margin-bottom: 10px;
}

    .block-action .dx-button {
        float: right;
        margin-left: 10px;
    }