label, output {
    display: inline-block
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, legend, main, nav, section {
    display: block
}

.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box
}

input:focus {
    outline: none;
}
/*-- // Overrite // --*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

.form-icon > input {
    border: #a6c4b4 1px solid;
    padding-left: 48px
}

.form-control:focus, .form-control:active, .btn:focus, .btn:active {
    border-color: #a6c4b4;
    box-shadow: none
}

.login-register .btn-info {
    padding: 10px 20px;
    letter-spacing: 2px;
    font-size: 15px
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 6px 15px;
    text-decoration: none
}

.btn-info {
    color: #a6c4b4;
    background-color: #083656;
    border-color: #083656;
    display: inline-block
}

    .btn-info:hover, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #003e69;
        background-color: #a6c4b4;
        border-color: #003e69
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-success {
    background: #75ad8f;
    border-color: #75ad8f;
    padding: 8px 15px 5px
}

    .btn-success:hover, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        background: #fff;
        color: #75ad8f
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: none
        }

.btn-danger {
    background: #ce3232
}

    .btn-danger:hover, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        background-color: #fff;
        border-color: #bf1f1f;
        color: #bf1f1f
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: none
        }

.font-13 {
    font-size: 13px
}

.font-18 {
    font-size: 18px
}

.custom-control-label::before {
    background: #fff;
    border: 1px #ccc solid;
    border-radius: 0;
    width: 1.2rem;
    height: 1.2rem;
    top: 0
}

.list-style {
    list-style: none;
    margin: 0;
    padding: 0
}

    .list-style li span {
        display: inline-block;
        color: #555;
        padding: 0 5px 0 0;
        font-size: 1rem
    }

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    width: 400px
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: .6em 1em;
    border: 1px #ddd solid;
    border-radius: 0;
    border-left: 0;
    margin: 0;
    font-size: .8rem
}
/*-- // Custom // --*/
.custom-checkbox .custom-control-label::before {
    border-radius: 0
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    font-family: 'merchant_font' !important;
    content: "\e903";
    font-size: 12px;
    color: #a6c4b4;
    left: 4px;
    top: 1px;
    background-image: none
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background: #083656;
    border-color: #083656
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(251,150,120,.5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #083656;
    border-color: #083656
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #fff;
    border-radius: 50%;
    top: 5px;
    left: 5px;
    right: 3px;
    bottom: 3px;
    width: 9px;
    height: 9px
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(251,150,120,.5)
}

.custom-checkbox.custom-control {
    min-height: 1.2rem
}
/*-- // Card // --*/
.card {
    position: relative;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.15)
}

.center-card {
    top: 50%;
    transform: translateY(-50%)
}

.text-blue {
    color: #083656 !important
}

a.text-blue:focus, a.text-blue:hover {
    color: #003e69 !important
}

.text-red {
    color: #d75b64 !important
}

.text-gray {
    color: #929292 !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.max-wd300 {
    max-width: 300px
}
/*-- // Default // --*/
* {
    outline: 0
}

body {
    margin: 0;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif
}

html {
    position: relative;
    min-height: 100%
}

a {
    color: #083656
}

    a:focus, a:hover {
        text-decoration: none
    }

.clearfix {
    clear: both
}

.img-responsive {
    max-width: 100%;
    height: auto
}

html body .m-t-5 {
    margin-top: 5px
}

html body .m-b-5 {
    margin-bottom: 5px
}

html body .m-r-5 {
    margin-right: 5px
}

html body .m-l-5 {
    margin-left: 5px
}

html body .p-t-5 {
    padding-top: 5px
}

html body .p-b-5 {
    padding-bottom: 5px
}

html body .p-r-5 {
    padding-right: 5px
}

html body .p-l-5 {
    padding-left: 5px
}

html body .p-5 {
    padding: 5px
}

html body .m-5 {
    margin: 5px
}

html body .m-t-10 {
    margin-top: 10px
}

html body .m-b-10 {
    margin-bottom: 10px
}

html body .m-r-10 {
    margin-right: 10px
}

html body .m-l-10 {
    margin-left: 10px
}

html body .p-t-10 {
    padding-top: 10px
}

html body .p-b-10 {
    padding-bottom: 10px
}

html body .p-r-10 {
    padding-right: 10px
}

html body .p-l-10 {
    padding-left: 10px
}

html body .p-10 {
    padding: 10px
}

html body .m-10 {
    margin: 10px
}

html body .m-t-15 {
    margin-top: 15px
}

html body .m-b-15 {
    margin-bottom: 15px
}

html body .m-r-15 {
    margin-right: 15px
}

html body .m-l-15 {
    margin-left: 15px
}

html body .p-t-15 {
    padding-top: 15px
}

html body .p-b-15 {
    padding-bottom: 15px
}

html body .p-r-15 {
    padding-right: 15px
}

html body .p-l-15 {
    padding-left: 15px
}

html body .p-15 {
    padding: 15px
}

html body .m-15 {
    margin: 15px
}

html body .m-t-20 {
    margin-top: 20px
}

html body .m-b-20 {
    margin-bottom: 20px
}

html body .m-r-20 {
    margin-right: 20px
}

html body .m-l-20 {
    margin-left: 20px
}

html body .p-t-20 {
    padding-top: 20px
}

html body .p-b-20 {
    padding-bottom: 20px
}

html body .p-r-20 {
    padding-right: 20px
}

html body .p-l-20 {
    padding-left: 20px
}

html body .p-20 {
    padding: 20px
}

html body .m-20 {
    margin: 20px
}

html body .m-t-25 {
    margin-top: 25px
}

html body .m-b-25 {
    margin-bottom: 25px
}

html body .m-r-25 {
    margin-right: 25px
}

html body .m-l-25 {
    margin-left: 25px
}

html body .p-t-25 {
    padding-top: 25px
}

html body .p-b-25 {
    padding-bottom: 25px
}

html body .p-r-25 {
    padding-right: 25px
}

html body .p-l-25 {
    padding-left: 25px
}

html body .p-25 {
    padding: 25px
}

html body .m-25 {
    margin: 25px
}

html body .m-t-30 {
    margin-top: 30px
}

html body .m-b-30 {
    margin-bottom: 30px
}

html body .m-r-30 {
    margin-right: 30px
}

html body .m-l-30 {
    margin-left: 30px
}

html body .p-t-30 {
    padding-top: 30px
}

html body .p-b-30 {
    padding-bottom: 30px
}

html body .p-r-30 {
    padding-right: 30px
}

html body .p-l-30 {
    padding-left: 30px
}

html body .p-30 {
    padding: 30px
}

html body .m-30 {
    margin: 30px
}

html body .m-t-40 {
    margin-top: 40px
}

html body .m-b-40 {
    margin-bottom: 40px
}

html body .m-r-40 {
    margin-right: 40px
}

html body .m-l-40 {
    margin-left: 40px
}

html body .p-t-40 {
    padding-top: 40px
}

html body .p-b-40 {
    padding-bottom: 40px
}

html body .p-r-40 {
    padding-right: 40px
}

html body .p-l-40 {
    padding-left: 40px
}

html body .p-40 {
    padding: 40px
}

html body .m-40 {
    margin: 40px
}

html body .m-0-0 {
    margin: 0
}

html body .m-t-0 {
    margin-top: 0
}

html body .m-r-0 {
    margin-right: 0
}

html body .m-b-0 {
    margin-bottom: 0
}

html body .m-l-0 {
    margin-left: 0
}

html body .p-0-0 {
    padding: 0
}

html body .p-t-0 {
    padding-top: 0
}

html body .p-r-0 {
    padding-right: 0
}

html body .p-b-0 {
    padding-bottom: 0
}

html body .p-l-0 {
    padding-left: 0
}

html body .font-bold {
    font-weight: 700
}

html body .font-normal {
    font-weight: 400
}

html body .font-light {
    font-weight: 300
}

html body .font-medium {
    font-weight: 500
}

html body .font-16 {
    font-size: 16px
}

html body .font-12 {
    font-size: 12px
}

html body .font-14 {
    font-size: 14px
}

html body .font-10 {
    font-size: 10px
}

html body .font-18 {
    font-size: 18px
}

html body .font-20 {
    font-size: 20px
}

html body .display-5 {
    font-size: 3rem
}

html body .display-6 {
    font-size: 2.5rem
}

html body .bg-megna {
    background-color: #01c0c8
}

html body .bg-theme {
    background-color: #fb9678
}

html body .bg-inverse {
    background-color: #212529
}

html body .bg-purple {
    background-color: #ab8ce4
}

html body .bg-light {
    background-color: #e9ecef
}

html body .bg-white {
    background-color: #fff
}
/*-- // Card //-- */
.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #6c757d
}

.card .card-title {
    position: relative;
    font-weight: 500
}

.card .card-actions a {
    padding: 0 5px;
    cursor: pointer
}

.card-group {
    margin-bottom: 20px
}

    .card-group .card {
        border-right: 1px solid #e9ecef
    }

.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto
}

.notify, .topbar {
    position: relative
}
/*-- // Topbar // --*/
.topbar {
    z-index: 50
}

    .topbar .navbar-collapse {
        padding: 0
    }

    .topbar .top-navbar {
        min-height: 50px;
        padding: 0
    }

        .topbar .top-navbar .navbar-header {
            background: #fff;
            min-width: 70px
        }

            .topbar .top-navbar .navbar-header .navbar-brand {
                padding: 0;
                display: block;
                margin: 0 auto;
                text-align: center;
                line-height: 70px
            }

                .topbar .top-navbar .navbar-header .navbar-brand b {
                    line-height: 50px;
                    display: none
                }

.mini-sidebar .topbar .top-navbar .navbar-header .navbar-brand b {
    display: inline-block
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 50px;
    color: #fff
}

.topbar .top-navbar .navbar-nav > .nav-item > span {
    line-height: 45px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 0 10px
}

.topbar .dropdown-menu {
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    -webkit-box-shadow: 1px 0 20px rgba(0,0,0,.08);
    -moz-box-shadow: 1px 0 20px rgba(0,0,0,.08);
    border-color: #e9ecef
}

    .topbar .dropdown-menu .dropdown-item {
        padding: 7px 1.5rem
    }
/*-- // Sidebar // --*/
.left-sidebar {
    position: absolute;
    width: 220px;
    height: 100%;
    top: 0;
    z-index: 20;
    padding-top: 70px;
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    background: #fff
}

.scroll-sidebar, .sidebar-nav .has-arrow {
    position: relative
}

    .scroll-sidebar.ps .ps__scrollbar-y-rail {
        left: 2px;
        right: auto;
        background: 0 0;
        width: 6px
    }

.collapse.in {
    display: block
}

.sidebar-nav {
    padding: 15px 0 0
}

    .sidebar-nav ul {
        margin: 0;
        padding: 0
    }

        .sidebar-nav ul li {
            list-style: none
        }

            .sidebar-nav ul li a {
                color: #083656;
                padding: 15px 35px 15px 15px;
                display: block;
                align-items: center;
                font-size: 14px;
                font-weight: 500;
                border-bottom: #cbd5dc solid 1px
            }

                .sidebar-nav ul li a.active, .sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover, .sidebar-nav ul li a:hover i {
                    color: #fb9678
                }

                .sidebar-nav ul li a.active {
                    font-weight: 500;
                    color: #343a40
                }

            .sidebar-nav ul li ul {
                padding: 10px 0 10px 35px;
                border-bottom: #cbd5dc solid 1px
            }

                .sidebar-nav ul li ul li a {
                    padding: 7px 35px 7px 15px;
                    border-bottom: 0;
                    font-size: 13px;
                    color: #7a868e
                }

.skin-blue .sidebar-nav ul li ul li a.active, .skin-blue .sidebar-nav ul li ul li a:hover {
    background: none;
    color: #083656
}

.sidebar-nav ul li ul ul {
    padding-left: 15px
}

.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    margin-bottom: 0;
    padding: 30px 14px 14px 0;
    color: #6c757d;
    font-weight: 500
}

.sidebar-nav ul li.nav-devider {
    height: 1px;
    background: #e9ecef;
    display: block;
    margin: 15px 0
}

.sidebar-nav > ul > li > a {
    border-left: 3px solid transparent
}

    .sidebar-nav > ul > li > a i {
        width: 25px;
        font-size: 1.1rem;
        display: inline-block;
        vertical-align: middle;
        color: #787f91
    }

.sidebar-nav > ul > li.active > a {
    color: #fb9678;
    font-weight: 500;
    border-left: 3px solid #fb9678
}

form label, table th {
    font-weight: 400
}

.sidebar-nav > ul > li.active > a i {
    color: #fb9678
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #083656;
    right: 20px;
    -webkit-transform: rotate(135deg) translate(0,-50%);
    -ms-transform: rotate(135deg) translate(0,-50%);
    -o-transform: rotate(135deg) translate(0,-50%);
    transform: rotate(135deg) translate(0,-50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 27px;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.sidebar-nav .has-arrow:active::after, .sidebar-nav .has-arrow:hover::after, .sidebar-nav .has-arrow.active::after {
    border-color: #fff
}

.sidebar-nav .has-arrow[aria-expanded=true]::after, .sidebar-nav li > .has-arrow.active::after {
    -webkit-transform: rotate(-135deg) translate(0,-50%);
    -ms-transform: rotate(-135deg) translate(0,-50%);
    -o-transform: rotate(-135deg) translate(0,-50%);
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0,-50%)
}

.fixed-header .topbar {
    position: fixed;
    width: 100%
}

.fixed-header .page-wrapper, .fixed-layout .page-wrapper {
    padding-top: 67px
}

.fixed-layout .left-sidebar, .fixed-layout .topbar {
    position: fixed;
    overflow:auto;
}

.fixed-layout .topbar {
    width: 100%
}

.fixed-sidebar .left-sidebar, .fixed-sidebar .navbar-header {
    position: fixed
}

.fixed-sidebar .navbar-collapse {
    margin-left: 220px
}

.fixed-sidebar.mini-sidebar .footer, .fixed-sidebar.mini-sidebar .navbar-collapse {
    margin-left: 70px
}

.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto
}
/*-- // Background // --*/
.skin-blue .topbar {
    background: #083656
}

.skin-blue .sidebar-nav ul li a.active, .skin-blue .sidebar-nav ul li a.active i, .skin-blue .sidebar-nav ul li a:hover, .skin-blue .sidebar-nav ul li a:hover i, .skin-blue .sidebar-nav > ul > li.active > a, .skin-blue .sidebar-nav > ul > li.active > a i {
    color: #fff;
    background: #083656
}

.skin-blue .page-titles .breadcrumb .breadcrumb-item.active {
    color: #083656
}

.skin-blue .sidebar-nav > ul > li.active > a {
    border-left: 3px solid #083656
}
/*-- // Form // --*/
.form-control::placeholder {
    color: #999
}

.login-register .form-control {
    min-height: 45px;
    display: initial
}

.form-control {
    min-height: 35px;
    border-radius: 0;
    font-size: 13px
}

.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    min-height: 20px
}

.form-control:disabled, .form-control[readonly] {
    opacity: .7
}

.form-group {
    margin-bottom: 20px
}

.form-horizontal label {
    margin-bottom: 0
}

.form-control-static {
    padding-top: 0
}
/*-- // Main Content // --*/
.page-wrapper {
    background: #eff2f3;
    position: relative
}
/*-- // Admin Title // --*/
.page-titles {
    background: #fff;
    padding: 14px 15px;
    margin: 0 -15px;
    border-bottom: #eff2f3 1px solid
}

    .page-titles h4 {
        margin-bottom: 0;
        margin-top: 0;
        color: #083656
    }

        .page-titles h4 > span {
            color: #6c8a9e;
            font-weight: 300
        }

    .page-titles .breadcrumb {
        padding: 0;
        margin: 0;
        background: 0 0;
        font-size: 12px
    }

        .page-titles .breadcrumb li a {
            color: #212529
        }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            content: "\e649";
            font-family: themify;
            color: #ced4da;
            font-size: 11px
        }

        .page-titles .breadcrumb .breadcrumb-item.active {
            color: #fb9678;
            font-weight: 500
        }

.footer, html body .navbar-dark .mailbox ul li h5 {
    color: #212529
}

.footer {
    bottom: 0;
    left: 0;
    padding: 17px 15px;
    right: 0;
    border-top: 1px solid #e9ecef;
    background: #fff
}
/*-- // Alert // --*/
.alert-info {
    color: #083656;
    background-color: rgba(57,174,255,0.2);
    border-color: rgba(57,174,255,0.34);
    border-radius: 0
}
/*-- // Custom // --*/
.uppercase {
    text-transform: uppercase
}

.form-icon {
    position: relative
}

    .form-icon > .input-icon {
        position: absolute;
        left: 0;
        top: 0;
        padding: 12px 15px;
        font-size: 20px;
        color: #a6c4b4
    }

.has-error {
    color: #d82d2a;
    text-align: right;
    display: block;
    font-size: 12px;
    font-style: italic
}

.grid-filter .has-error {
    position: static;
    right: 0;
    bottom: -19px
}

.app-search .search-validation .form-control {
    border-color: #d82d2a
}

.search-validation .ti-search {
    color: #d82d2a
}

.has-error.search-error {
    position: absolute;
    right: 15px;
    top: 9px;
    font-size: 1.3rem
}

.has-error.grid-error {
    text-align: center;
    margin: 15px 0 0;
    font-size: 14px
}

.pos-relative {
    position: relative
}
/*-- // Login & Register // --*/
#recoverform, #registerformcomplete {
    display: none
}

.login-register {
    background: url(../images/bg-login.jpg) repeat;
    height: 100%;
    width: 100%;
    position: fixed
}

.login-box {
    width: 400px;
    margin: 0 auto;
    border: 0
}

    .login-box .footer {
        width: 100%;
        left: 0;
        right: 0
    }

    .login-box .social {
        display: block;
        margin-bottom: 30px
    }

.login-sidebar {
    padding: 0;
    margin-top: 0
}

    .login-sidebar .login-box {
        right: 0;
        position: absolute;
        height: 100%
    }

.forgot-text {
    display: inline-block
}

.success-content {
    text-align: center
}

.success-icon {
    font-size: 2rem;
    border: 2px solid #083656;
    display: inline-block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 15px auto 25px
}

.login-logo {
    padding: 15px 0;
    border-top: 2px #083656 solid;
    text-align: center;
    margin: -20px -20px 15px;
    border-bottom: 1px #eee solid;
    background: #fbfbfb
}
/*-- // Content : Dashboard // --*/
.dash-content {
    margin: 0 -15px;
    padding: 15px
}

.filter-wrap {
    background: #fff;
    margin: 0 -15px;
    padding: 0 15px
}

.app-search {
    margin: 10px 0
}

    .app-search .form-control {
        border-radius: 60px;
        border-color: #ced4da;
        transition: .2s ease-in;
        width: 300px;
        font-size: 13px;
        font-style: italic;
        min-height: 40px
    }

    .app-search label {
        line-height: normal;
        margin: 0;
        padding: 0;
        color: #083656;
        font-weight: 600;
        font-size: 12px
    }

.search-input {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top
}

    .search-input > i {
        position: absolute;
        left: 15px;
        top: 11px;
        font-size: 1.2rem;
        color: #ced4da
    }

    .search-input > input {
        padding: 0 15px 0 45px
    }

.filter-right {
    margin: 10px 0
}

    .filter-right ul {
        list-style: none;
        display: flex;
        margin: 0;
        padding: 0;
        justify-content: flex-end;
        align-items: center
    }

        .filter-right ul li {
            margin: 0 10px
        }

            .filter-right ul li a {
                color: #787f91;
                font-size: 24px;
                display: block;
                line-height: 10px;
                margin: 8px 0
            }

                .filter-right ul li a:hover {
                    color: #083656
                }

.search-select {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px
}

    .search-select .custom-select.header-select {
        min-width: 100px
    }

.custom-select.header-select {
    border-radius: 20px;
    min-width: 340px;
    background: none;
    position: relative;
    padding: 5px 35px 5px 15px;
    font-size: 13px
}

    .custom-select.header-select:focus {
        border-color: #083656;
        box-shadow: inset 0 1px 2px rgba(8,54,86,0),0 0 5px rgba(8,54,86,0.46)
    }

.select-icon {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 15px;
    top: 14px;
    display: block
}
/*-- // Accordian // --*/
.accordion .acc-block .ti-plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.accordion .acc-block .acc-header a:not(.collapsed) .ti-plus:before {
    content: "\e622"
}

.acc-block {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.08)
}

    .acc-block .acc-header {
        padding: 0 15px;
        border-bottom: #eff2f3 1px solid;
        height: 70px;
        display: flex;
        align-items: center
    }

        .acc-block .acc-header a {
            color: #083656;
            width: 100%
        }

            .acc-block .acc-header a h5 {
                padding: 10px 0;
                font-size: 1.3rem;
                padding-right: 30px;
                position: relative
            }

                .acc-block .acc-header a h5 > span {
                    display: block;
                    font-size: .9rem;
                    color: #2771a5;
                    margin-top: 2px
                }
/*-- // Account Summary // --*/
.group-detail {
    margin-bottom: 25px
}

    .group-detail .group-title, .account-detail.active .account-title {
        background: #083656;
        color: #fff;
        padding: 10px 15px;
        position: relative
    }

        .group-detail .group-title:after, .account-detail.active .account-title:after {
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 15px solid #083656;
            content: "";
            position: absolute;
            right: -15px;
            top: 0
        }

    .group-detail .group-content {
        background: #fff;
        padding: 15px
    }

.account-detail {
    margin-bottom: 25px
}

    .account-detail .account-title {
        background: #a6c4b4;
        color: #083656;
        padding: 10px 15px;
        font-weight: 600;
        position: relative
    }

    .account-detail .account-content {
        padding: 15px;
        background: #fff
    }

.icon-eye {
    position: absolute;
    right: 10px;
    font-size: 20px;
    cursor: pointer
}

.account-detail.active .icon-eye {
    display: none
}

table.summary-table {
    margin: 0
}

    table.summary-table tr td {
        padding: 5px;
        border: 0;
        font-size: 13px;
        color: #083656;
        font-weight: 600
    }

    table.summary-table tr th {
        padding: 5px;
        background: #dbe7e0
    }

.table-striped.green-striped tbody tr:nth-of-type(odd) {
    background: #dbe7e0
}

.table-striped tbody tr:nth-of-type(odd) {
    background: none
}

.table-striped tbody tr:nth-of-type(even) {
    background: #f2f2f2
}
/*-- // Modal // --*/
.modal {
    text-align: center;
    padding: 0 !important
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal-header h4.box-title {
    margin-right: 30px
}

.modal-header .close {
    margin: 0;
    padding: 3px 10px;
    position: absolute;
    right: 5px
}

    .modal-header .close:focus {
        outline: none
    }

.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.modal-text p > strong {
    color: #777;
    margin-bottom: 7px;
    display: block
}

.modal-text p {
    color: #999
}

.modal-text .list-content li {
    color: #999;
    margin-bottom: 10px
}

.modal-content {
    border-radius: 0
}
/*-- // Loader // --*/
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.loader {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    position: absolute;
    overflow: hidden;
    border-radius: 70px;
    transform-style: preserve-3d
}

.blobs .blob-center {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background: #083656;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.9) translate(-50%,-50%);
    transform: scale(0.9) translate(-50%,-50%);
    -webkit-animation: blob-grow linear 3.4s infinite;
    animation: blob-grow linear 3.4s infinite;
    border-radius: 50%;
    box-shadow: 0 -10px 40px -5px #083656
}

.blob {
    position: absolute;
    background: #083656;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-animation: blobs ease-out 3.4s infinite;
    animation: blobs ease-out 3.4s infinite;
    -webkit-transform: scale(0.9) translate(-50%,-50%);
    transform: scale(0.9) translate(-50%,-50%);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    opacity: 0
}

    .blob:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .blob:nth-child(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    .blob:nth-child(3) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    .blob:nth-child(4) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    .blob:nth-child(5) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

@-webkit-keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%),-50%);
        transform: scale(0) translate(calc(-330px - 50%),-50%)
    }

    1% {
        opacity: 1
    }

    35%,65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%,-50%);
        transform: scale(0.9) translate(-50%,-50%)
    }

    99% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%),-50%);
        transform: scale(0) translate(calc(330px - 50%),-50%)
    }
}

@keyframes blobs {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(-330px - 50%),-50%);
        transform: scale(0) translate(calc(-330px - 50%),-50%)
    }

    1% {
        opacity: 1
    }

    35%,65% {
        opacity: 1;
        -webkit-transform: scale(0.9) translate(-50%,-50%);
        transform: scale(0.9) translate(-50%,-50%)
    }

    99% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0) translate(calc(330px - 50%),-50%);
        transform: scale(0) translate(calc(330px - 50%),-50%)
    }
}

@-webkit-keyframes blob-grow {
    0%,39% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    40%,42% {
        -webkit-transform: scale(1,0.9) translate(-50%,-50%);
        transform: scale(1,0.9) translate(-50%,-50%)
    }

    43%,44% {
        -webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
        transform: scale(1.2,1.1) translate(-50%,-50%)
    }

    45%,46% {
        -webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
        transform: scale(1.3,1.2) translate(-50%,-50%)
    }

    47%,48% {
        -webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
        transform: scale(1.4,1.3) translate(-50%,-50%)
    }

    52% {
        -webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
        transform: scale(1.5,1.4) translate(-50%,-50%)
    }

    54% {
        -webkit-transform: scale(1.7,1.6) translate(-50%,-50%);
        transform: scale(1.7,1.6) translate(-50%,-50%)
    }

    58% {
        -webkit-transform: scale(1.8,1.7) translate(-50%,-50%);
        transform: scale(1.8,1.7) translate(-50%,-50%)
    }

    68%,70% {
        -webkit-transform: scale(1.7,1.5) translate(-50%,-50%);
        transform: scale(1.7,1.5) translate(-50%,-50%)
    }

    78% {
        -webkit-transform: scale(1.6,1.4) translate(-50%,-50%);
        transform: scale(1.6,1.4) translate(-50%,-50%)
    }

    80%,81% {
        -webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
        transform: scale(1.5,1.4) translate(-50%,-50%)
    }

    82%,83% {
        -webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
        transform: scale(1.4,1.3) translate(-50%,-50%)
    }

    84%,85% {
        -webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
        transform: scale(1.3,1.2) translate(-50%,-50%)
    }

    86%,87% {
        -webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
        transform: scale(1.2,1.1) translate(-50%,-50%)
    }

    90%,91% {
        -webkit-transform: scale(1,0.9) translate(-50%,-50%);
        transform: scale(1,0.9) translate(-50%,-50%)
    }

    92%,100% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }
}

@keyframes blob-grow {
    0%,39% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }

    40%,42% {
        -webkit-transform: scale(1,0.9) translate(-50%,-50%);
        transform: scale(1,0.9) translate(-50%,-50%)
    }

    43%,44% {
        -webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
        ransform: scale(1.2,1.1) translate(-50%,-50%)
    }

    45%,46% {
        -webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
        transform: scale(1.3,1.2) translate(-50%,-50%)
    }

    47%,48% {
        -webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
        transform: scale(1.4,1.3) translate(-50%,-50%)
    }

    52% {
        -webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
        transform: scale(1.5,1.4) translate(-50%,-50%)
    }

    54% {
        -webkit-transform: scale(1.7,1.6) translate(-50%,-50%);
        transform: scale(1.7,1.6) translate(-50%,-50%)
    }

    58% {
        -webkit-transform: scale(1.8,1.7) translate(-50%,-50%);
        transform: scale(1.8,1.7) translate(-50%,-50%)
    }

    68%,70% {
        -webkit-transform: scale(1.7,1.5) translate(-50%,-50%);
        transform: scale(1.7,1.5) translate(-50%,-50%)
    }

    78% {
        -webkit-transform: scale(1.6,1.4) translate(-50%,-50%);
        transform: scale(1.6,1.4) translate(-50%,-50%)
    }

    80%,81% {
        -webkit-transform: scale(1.5,1.4) translate(-50%,-50%);
        transform: scale(1.5,1.4) translate(-50%,-50%)
    }

    82%,83% {
        -webkit-transform: scale(1.4,1.3) translate(-50%,-50%);
        transform: scale(1.4,1.3) translate(-50%,-50%)
    }

    84%,85% {
        -webkit-transform: scale(1.3,1.2) translate(-50%,-50%);
        transform: scale(1.3,1.2) translate(-50%,-50%)
    }

    86%,87% {
        -webkit-transform: scale(1.2,1.1) translate(-50%,-50%);
        transform: scale(1.2,1.1) translate(-50%,-50%)
    }

    90%,91% {
        -webkit-transform: scale(1,0.9) translate(-50%,-50%);
        transform: scale(1,0.9) translate(-50%,-50%)
    }

    92%,100% {
        -webkit-transform: scale(0) translate(-50%,-50%);
        transform: scale(0) translate(-50%,-50%)
    }
}
/*-- // Data Table // --*/
.datatable-block .dataTables_filter input, .datatable-block .dataTables_length select {
    border: 0;
    background-repeat: no-repeat;
    background-position: center bottom,center calc(100% - 1px);
    background-color: transparent
}

.datatable-block .dataTables_filter input {
    background-size: 0 2px,100% 1px;
    transition: background 0 ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px
}

.datatable-block .dataTables_length select {
    background-size: 0 2px,100% 1px;
    transition: background 0 ease-out;
    padding-bottom: 5px
}

    .datatable-block .dataTables_filter input, .datatable-block .dataTables_filter input:focus, .datatable-block .dataTables_length select, .datatable-block .dataTables_length select:focus {
        background-image: none;
        border: 1px solid #ced4da;
        padding: 3px 10px;
        margin: 0 3px
    }

.dataTables_scroll {
    padding: 15px 0
}

.datatable-block table.dataTable thead tr th, .datatable-block table.dataTable tbody tr td {
    border-top: 1px #ddd solid;
    border-left: 1px #ddd solid;
    border-bottom: 0;
    text-align: left;
    padding: 7px 10px
}

    .datatable-block table.dataTable thead tr th:last-child, .datatable-block table.dataTable tbody tr td:last-child, .datatable-block table.dataTable tfoot tr td:last-child {
        border-right: 1px #ddd solid
    }

.datatable-block table.dataTable.row-border tbody tr:first-child th, .datatable-block table.dataTable.row-border tbody tr:first-child td, .datatable-block table.dataTable.display tbody tr:first-child th, .datatable-block table.dataTable.display tbody tr:first-child td {
    border-top: 1px #ddd solid
}

.datatable-block table.dataTable.row-border tfoot tr:last-child th, .datatable-block table.dataTable.row-border tfoot tr:last-child td, .datatable-block table.dataTable.display tfoot tr:last-child th, .datatable-block table.dataTable.display tfoot tr:last-child td {
    border-bottom: 1px #ddd solid
}

.datatable-block table.dataTable thead tr th {
    font-weight: 400;
    font-size: .9rem;
    padding: 12px 25px 12px 10px;
    color: #fff;
    border-color: #083656
}

.datatable-block table.dataTable thead .sorting_asc {
    background: url(../Images/sort_asc.png) no-repeat right center #083656
}

.datatable-block table.dataTable thead .sorting_desc {
    background: url(../Images/sort_desc.png) no-repeat right center #083656
}

.datatable-block table.dataTable thead .sorting {
    background: url(../Images/sort_both.png) no-repeat right center #083656
}

.datatable-block table.dataTable thead .sorting_asc_disabled {
    background: url(../Images/sort_asc_disabled.png) no-repeat right center #083656
}

.datatable-block table.dataTable thead .sorting_desc_disabled {
    background: url(../Images/sort_desc_disabled.png) no-repeat right center #083656
}

.datatable-block table.dataTable thead .sorting_disabled {
    background: #083656
}

.datatable-block .search-row {
    background: rgba(187,187,187,0.47)
}

    .datatable-block .search-row .searchInput {
        padding: 5px
    }

.datatable-block table.dataTable tbody tr.total-row {
    background: #fff
}

    .datatable-block table.dataTable tbody tr.total-row td {
        color: #333
    }

.datatable-block table.dataTable tbody tr td {
    color: #888
}

.datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button.current, .datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #083656;
    border-color: #083656;
    color: #fff !important;
    border-left: 0
}

.datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px #ddd solid;
    margin: 0;
    border-left: 0;
    font-size: .8rem
}

    .datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
        border-left: 1px #ddd solid
    }

    .datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
        border-left: 0
    }

    .datatable-block .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #f2f2f2;
        color: #083656 !important;
        border-color: #ddd
    }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-color: #ddd
}

.datatable-block table.dataTable tfoot th, .datatable-block table.dataTable tfoot td {
    border-color: #ddd;
    padding: 7px 10px;
    background: rgba(221,221,221,0.5)
}

    .datatable-block table.dataTable tfoot th input, .datatable-block table.dataTable tfoot td input {
        display: block;
        width: 100%;
        padding: 5px;
        border: 0
    }

table.dataTable.no-footer {
    border-color: #ddd
}

#table-dropdown {
    float: right
}

.datatable-dd {
    padding: 4px 7px;
    border: 1px solid #ced4da;
    margin-left: 5px
}

.datatable-block table.dataTable th.check-block {
    padding: 12px 10px;
    width: 20px;
    text-align: center;
}

.grid-status {
    padding: 2px 10px;
    background: #eee;
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    min-width: 70px;
    text-align: center;
}

    .grid-status.Approved {
        background: #75ad8f;
    }

    .grid-status.Denied {
        background: #dc3847;
    }

    .grid-status.Hold {
        background: #ffb200;
    }

    .grid-status.Pending {
        background: #5890ff;
    }

    .grid-status.Processing {
        background: #8366f9;
    }
/*-- // Date Picker // --*/
.ui-widget-content {
    background: #f9f9f9;
    border-color: #dcdcdc
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff
}

    .ui-state-default.ui-state-active, .ui-widget-content .ui-state-default.ui-state-active, .ui-widget-header .ui-state-default.ui-state-active {
        background: #a6c4b4;
        color: #083656 !important
    }

.ui-datepicker .ui-datepicker-header {
    background: #fff
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #083656;
    border-color: #083656;
    color: #fff !important
}

.ui-datepicker th {
    font-weight: 400;
    color: #083656;
    padding: .5em .3em
}

.datepicker {
    position: relative
}

    .datepicker > input {
        width: 100%;
        border: 1px solid #ced4da;
        line-height: 18px;
        padding: 8px 10px;
        display: block
    }

.ui-datepicker-trigger {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0;
    padding: 7px 10px;
    border-left: 1px #ddd solid;
    color: #787f91
}

    .ui-datepicker-trigger:before {
        content: "\e6b6";
        font-family: 'themify'
    }
/*-- // Date Month Picker & Date Range Picker // --*/
.month-year-input {
    border: 1px solid #ced4da;
    padding: 6.5px 10px;
    width: calc(100% - 35px)
}

.month-picker-open-button {
    height: 36px;
    width: 35px;
    vertical-align: bottom;
    left: -1px;
    border-radius: 0;
    margin: 0
}

    .month-picker-open-button::before {
        content: "\e6b6";
        font-family: 'themify';
        position: absolute;
        right: 11px;
        top: 10px;
        font-size: .8rem;
        color: #787f91
    }

/*.month-picker-open-button .ui-icon {
        display: none
    }*/

.month.radio-box.disabled .date-picker {
    position: relative
}

    .month.radio-box.disabled .date-picker:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(242,242,242,0.6)
    }
/*--// Date Range Picker // --*/
.daterange.radio-box.disabled .datepicker {
    position: relative
}

    .daterange.radio-box.disabled .datepicker:before {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        background: rgba(242,242,242,0.6)
    }
/*-- // Grid Filter // --*/
.grid-filter {
    display: flex;
    align-items: flex-start
}

    .grid-filter .grid-row {
        justify-content: flex-start;
        position: relative;
        margin-right: 15px
    }

        .grid-filter .grid-row .custom-radio {
            margin-top: 7px
        }

        .grid-filter .grid-row:last-child {
            flex: auto;
            margin: 0 !important;
            width: auto !important
        }
/*-- // Error Page // --*/
.error-box {
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(166,196,180,0.5)
}

    .error-box .footer {
        width: 100%;
        left: 0;
        right: 0
    }

.error-body {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

    .error-body h1 {
        font-size: 240px;
        font-weight: 900;
        text-shadow: 4px 4px 0 #d2e1d9,6px 6px 0 #083656;
        line-height: 180px;
        margin: 0 0 35px;
        color: #083656
    }

    .error-body h3 {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 1.5rem
    }
/*-- // Admin // --*/
.bg-green {
    background: #a6c4b4
}
/*-- // Admin Center Block // --*/
.outer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 123px;
    bottom: 0;
    left: 0;
    right: 0
}

.inner-content {
    width: 450px
}
/*-- // Toggle Switch // --*/
.switch {
    font-size: 1rem;
    position: relative
}

    .switch input {
        position: absolute;
        height: 1px;
        width: 1px;
        background: none;
        border: 0;
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        overflow: hidden;
        padding: 0
    }

        .switch input + label {
            position: relative;
            min-width: 3.375rem;
            border-radius: 1.6875rem;
            height: 1.6875rem;
            line-height: 1.6875rem;
            display: inline-block;
            cursor: pointer;
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            vertical-align: middle;
            text-indent: 3.875rem
        }

    .switch label + input + label {
        position: relative;
        min-width: 3.375rem;
        border-radius: 1.6875rem;
        height: 1.6875rem;
        line-height: 1.6875rem;
        display: inline-block;
        cursor: pointer;
        outline: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        text-indent: 3.875rem
    }

            .switch input + label:after, .switch input + label:before {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 3.375rem;
                bottom: 0;
                display: block
            }

            .switch input + label:before {
                right: 0;
                background-color: #bbb;
                border-radius: 1.6875rem;
                -webkit-transition: all .1s;
                transition: all .1s
            }

            .switch input + label:after {
                top: 2px;
                left: 2px;
                width: calc(1.6875rem - 4px);
                height: calc(1.6875rem - 4px);
                border-radius: 50%;
                background-color: #fff;
                -webkit-transition: margin .1s;
                transition: margin .1s
            }

        .switch input:checked + label:before {
            background-color: #083656
        }

        .switch input:checked + label:after {
            margin-left: 1.6875rem
        }

        .switch input:focus + label:before {
            outline: none;
            -webkit-box-shadow: 0 0 0 .2rem rgba(8,54,86,0.27);
            box-shadow: 0 0 0 .2rem rgba(8,54,86,0.27)
        }

        .switch input:disabled + label {
            opacity: .5;
            cursor: not-allowed
        }

    .switch + .switch {
        margin-left: 1rem
    }

    .switch.switch-xs {
        font-size: .625rem
    }

        .switch.switch-xs input + label {
            min-width: 1.875rem;
            height: .9375rem;
            line-height: .9375rem;
            text-indent: 2.375rem
        }

            .switch.switch-xs input + label:after, .switch.switch-xs input + label:before {
                width: 1.875rem
            }

            .switch.switch-xs input + label:after {
                width: calc(.9375rem - 4px);
                height: calc(.9375rem - 4px)
            }

        .switch.switch-xs input:checked + label:after {
            margin-left: .9375rem
        }

    .switch.switch-sm {
        font-size: .875rem
    }

        .switch.switch-sm input + label {
            min-width: 2.625rem;
            height: 1.3125rem;
            line-height: 1.3125rem;
            text-indent: 3.125rem
        }

        .switch.switch-sm label + input + label {
            min-width: 2.625rem;
            height: 1.3125rem;
            line-height: 1.3125rem;
            text-indent: 3.125rem
        }

            .switch.switch-sm input + label:after, .switch.switch-sm input + label:before {
                width: 2.625rem
            }

            .switch.switch-sm input + label:after {
                width: calc(1.3125rem - 4px);
                height: calc(1.3125rem - 4px)
            }

        .switch.switch-sm input:checked + label:after {
            margin-left: 1.3125rem
        }

    .switch.switch-lg {
        font-size: 1.25rem
    }

        .switch.switch-lg input + label {
            min-width: 4.125rem;
            height: 2.0625rem;
            line-height: 2.0625rem;
            text-indent: 4.625rem
        }

            .switch.switch-lg input + label:after, .switch.switch-lg input + label:before {
                width: 4.125rem
            }

            .switch.switch-lg input + label:after {
                width: calc(2.0625rem - 4px);
                height: calc(2.0625rem - 4px)
            }

        .switch.switch-lg input:checked + label:after {
            margin-left: 2.0625rem
        }

    .switch.switch-xl {
        font-size: 1.5rem
    }

        .switch.switch-xl input + label {
            min-width: 4.875rem;
            height: 2.4375rem;
            line-height: 2.4375rem;
            text-indent: 5.375rem
        }

            .switch.switch-xl input + label:after, .switch.switch-xl input + label:before {
                width: 4.875rem
            }

            .switch.switch-xl input + label:after {
                width: calc(2.4375rem - 4px);
                height: calc(2.4375rem - 4px)
            }

        .switch.switch-xl input:checked + label:after {
            margin-left: 2.4375rem
        }

    .switch.switch-secondary input {
        background-color: #ddd
    }

        .switch.switch-secondary input + label:after {
            background-color: #fff
        }

        .switch.switch-secondary input + label:before {
            background-color: #ddd
        }

        .switch.switch-secondary input:checked + label:before {
            background-color: #aaa
        }

        .switch.switch-secondary input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px hsla(0,0%,67%,.5);
            box-shadow: 0 0 0 2px hsla(0,0%,67%,.5)
        }

    .switch.switch-success input {
        background-color: #ddd
    }

        .switch.switch-success input + label:after {
            background-color: #fff
        }

        .switch.switch-success input + label:before {
            background-color: #ddd
        }

        .switch.switch-success input:checked + label:before {
            background-color: #2ecc40
        }

        .switch.switch-success input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px rgba(46,204,64,.5);
            box-shadow: 0 0 0 2px rgba(46,204,64,.5)
        }

    .switch.switch-info input {
        background-color: #ddd
    }

        .switch.switch-info input + label:after {
            background-color: #fff
        }

        .switch.switch-info input + label:before {
            background-color: #ddd
        }

        .switch.switch-info input:checked + label:before {
            background-color: #39cccc
        }

        .switch.switch-info input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px rgba(57,204,204,.5);
            box-shadow: 0 0 0 2px rgba(57,204,204,.5)
        }

    .switch.switch-warning input {
        background-color: #ddd
    }

        .switch.switch-warning input + label:after {
            background-color: #fff
        }

        .switch.switch-warning input + label:before {
            background-color: #ddd
        }

        .switch.switch-warning input:checked + label:before {
            background-color: #ff851b
        }

        .switch.switch-warning input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px rgba(255,133,27,.5);
            box-shadow: 0 0 0 2px rgba(255,133,27,.5)
        }

    .switch.switch-danger input {
        background-color: #ddd
    }

        .switch.switch-danger input + label:after {
            background-color: #fff
        }

        .switch.switch-danger input + label:before {
            background-color: #ddd
        }

        .switch.switch-danger input:checked + label:before {
            background-color: #ff4136
        }

        .switch.switch-danger input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px rgba(255,65,54,.5);
            box-shadow: 0 0 0 2px rgba(255,65,54,.5)
        }

    .switch.switch-light input {
        background-color: #e6e6e6
    }

        .switch.switch-light input + label:after {
            background-color: #fff
        }

        .switch.switch-light input + label:before {
            background-color: #e6e6e6
        }

        .switch.switch-light input:checked + label:before {
            background-color: #bfbfbf
        }

        .switch.switch-light input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px hsla(0,0%,75%,.5);
            box-shadow: 0 0 0 2px hsla(0,0%,75%,.5)
        }

    .switch.switch-dark input {
        background-color: #4d4d4d
    }

        .switch.switch-dark input + label:after {
            background-color: #fff
        }

        .switch.switch-dark input + label:before {
            background-color: #4d4d4d
        }

        .switch.switch-dark input:checked + label:before {
            background-color: #292929
        }

        .switch.switch-dark input:focus + label:before {
            -webkit-box-shadow: 0 0 0 2px rgba(41,41,41,.5);
            box-shadow: 0 0 0 2px rgba(41,41,41,.5)
        }
/*-- // User Maintenance // --*/
h2.box-title {
    font-size: 1.5rem
}

h3.box-title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px #eee solid;
    padding: 15px;
    margin-bottom: 15px;
    background: #f7f7f7
}

.title-btn {
    position: absolute;
    right: 25px;
    top: 11px
}

    .title-btn .btn-success, .title-btn .btn-danger {
        padding: 5px 10px;
        font-size: 13px;
        letter-spacing: 0
    }
/*-- // TABS // --*/
.nav-tabs {
    border-bottom: 0;
    position: relative;
    z-index: 1
}

    .nav-tabs .nav-link {
        border-radius: 0;
        padding: 10px 20px;
        min-width: 100px;
        text-align: center
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: transparent
        }

        .nav-tabs .nav-item.show .nav-link:hover, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link:focus, .nav-tabs .nav-link.active:focus {
            border-color: #dee2e6 #dee2e6 #fff
        }
/*-- // Session Block // --*/
.session-block {
    padding: 50px;
    text-align: center
}

    .session-block > img {
        max-width: 100px
    }

.session-content {
    text-align: center;
    margin-top: 30px
}

    .session-content p span {
        font-size: 1.4rem
    }

    .session-content p {
        font-size: .9rem;
        margin: 0
    }

.session-btn {
    margin-top: 25px
}

.session-count {
    font-size: 3rem;
    display: block
}
/*-- // Cash Receipt // --*/
.view-block {
    text-align: right;
}
/*-- // Report // --*/
.filter-wrap .nav-item {
    display: flex;
    align-items: center
}

.filter-wrap.report-filter {
    padding: 0;
    display: flex;
    align-items: center
}

    .filter-wrap.report-filter .app-search {
        margin: 0
    }

    .filter-wrap.report-filter .nav-item {
        padding: 10px;
        background: #f8f8f8;
        width: 320px;
        display: inline-block
    }

    .filter-wrap.report-filter .reports-tab {
        text-align: left;
        display: block;
        width: calc(100% - 260px);
        padding: 0 15px
    }

        .filter-wrap.report-filter .reports-tab ul {
            list-style: none;
            margin: 0;
            padding: 0
        }

            .filter-wrap.report-filter .reports-tab ul li {
                display: inline-block;
                margin: 0 10px
            }

                .filter-wrap.report-filter .reports-tab ul li > a {
                    padding: 0;
                    display: block;
                    color: #999
                }

                    .filter-wrap.report-filter .reports-tab ul li > a.active {
                        color: #073656
                    }

    .filter-wrap.report-filter .filter-right {
        display: none;
        width: 100%;
        text-align: right;
        margin: 0
    }

        .filter-wrap.report-filter .filter-right ul {
            justify-content: left
        }
/*-- // Assignment // --*/
.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.assignment-total {
    background: #fafafa;
    margin: 15px 0;
    width: 400px;
    float: right;
}

    .assignment-total:after {
        clear: both;
    }

    .assignment-total ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .assignment-total ul li {
            border-bottom: 1px #eee solid;
            padding: 15px;
            font-size: 14px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .assignment-total ul li:last-child {
                border-bottom: 0;
            }

            .assignment-total ul li strong {
                font-size: 18px;
                color: #083656;
                vertical-align: middle;
                margin-left: 15px;
            }
/* .file-list ul{list-style: none;margin:0;padding:0;display: flex;flex-wrap: wrap;}
.file-list ul li a{border: 1px solid #dfdfdf;border-radius: 5px;width: 70px;height: 70px;overflow: hidden;display: flex;align-items: center;margin: 0 7px 7px 0;position: relative;cursor: pointer}
.file-list ul li a:hover:after{background: rgba(8, 54, 86, 0.83);position: absolute;left: 0;right: 0;top: 0;bottom: 0;content: "\e646";font-family: 'themify';color: #fff;display: flex;justify-content: center;align-items: center;}
.file-list ul li a:last-child:hover:after{content: none;} */
.file-list .table {
    border-top: 3px #083656 solid;
    margin-top: 15px;
}

.full-form {
    padding: 25px 0;
}

.confirm-modal {
    text-align: center;
}

    .confirm-modal .modal-header {
        border: 0;
    }

    .confirm-modal .modal-title {
        font-size: 20px;
    }

.confirm-content {
    padding: 30px;
}

.confirm-icon {
    border: 2px #fff solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-right: 20px;
}

.confirm-title {
    background: #083656;
    padding: 20px 50px;
    color: white;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.confirm-btn {
    margin-top: 35px;
}
/*-- // Custom Upload // --*/
.upload-btn-wrapper {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

    .upload-btn-wrapper .btn {
        color: #083656;
        background-color: white;
        font-size: 14px;
        padding: 5px 25px;
        text-transform: none;
        border: 1px #ddd solid;
    }

    .upload-btn-wrapper:hover .btn {
        border-color: #083656;
    }

    .upload-btn-wrapper input[type=file] {
        font-size: 100px;
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        bottom: 0;
        cursor: pointer;
    }

.file-list .has-error {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.view-form label {
    padding: 0;
    font-family: sans-serif;
    color: #083656;
}

.view-form .form-group {
    display: flex;
    margin-bottom: 15px;
}

.view-form .col-form-label {
    width: 150px;
}

.view-control {
    width: calc(100% - 150px);
}

.view-form .file-list .table {
    margin: 0;
}

/* CSS 16-03-2020 */

.ac-summary-wrp {
    background: #ffffff;
}

    .ac-summary-wrp .table-responsive {
        overflow: auto;
        max-height: calc(100vh - 280px);
    }

    .ac-summary-wrp .table-bordered td,
    .ac-summary-wrp .table-bordered th,
    .ac-summary-wrp table.dataTable.row-border tbody th,
    .ac-summary-wrp table.dataTable.row-border tbody td,
    .ac-summary-wrp table.dataTable.display tbody th,
    .ac-summary-wrp table.dataTable.display tbody td {
        border: 0;
    }

    .ac-summary-wrp td.align-top hr {
        margin-top: -8px;
        margin-left: -10px;
        border-color: #000000;
        margin-right: -10px;
        border-width: 2px;
        /* margin-bottom: 40px; */
    }

    .ac-summary-wrp tr th {
        background-color: #083656;
        color: #ffffff;
    }

    .ac-summary-wrp table.dataTable.display tbody tr.bg-black td {
        border-bottom: 2px solid #000000 !important;
    }

    .ac-summary-wrp .bg-white,
    .ac-summary-wrp .bg-success {
        padding: 4px 0 !important;
    }

    .ac-summary-wrp .border-green td {
        border-bottom: 3px solid #008000 !important;
    }

    .ac-summary-wrp .bg-success {
        background-color: #008000 !important;
    }

    .ac-summary-wrp .table-striped tbody tr:last-child td {
        border-top: 2px solid #000000;
        border-bottom: 2px solid #000000;
        margin-top: 5px;
    }

.tr-green {
    background: #defaed !important;
}

.tr-darkGreen {
    background: rgb(168, 242, 207) !important;
}

.ac-summary-wrp .table-striped tbody tr:nth-of-type(even) {
    background: #fff;
}

.ac-summary-wrp .th-group {
    background-color: #eaeaea !important;
    background: #eaeaea !important;
    line-height: 1.2 !important;
}

.modal-width.modal-dialog {
    width: 100% !important;
}
/*-- // IE Hack // --*/
@media screen and (min-width:0\0) {
    .month-year-input {
        padding: 9px 10px
    }

    .datepicker > input {
        padding: 9px 10px
    }

    .month-picker-open-button {
        height: 37px
    }
}
/*-- // Media // --*/
@media (max-width:1200px) {
    /*-- // Report // --*/
    .filter-wrap.report-filter .reports-tab {
        display: none
    }

    .filter-wrap.report-filter .filter-right {
        display: block
    }

    .inbox-center a {
        width: 200px
    }
}

@media (max-width:1023px) {
    .d-flex.no-block {
        display: flex !important
    }

    .app-search .form-control {
        width: 200px
    }

    .custom-select.header-select {
        min-width: 230px
    }
}

@media (min-width:768px) {
    .footer, .page-wrapper {
        margin-left: 220px
    }

    .navbar-header {
        width: 220px;
        flex-shrink: 0
    }

        .navbar-header .navbar-brand {
            padding-top: 0
        }

    .material-icon-list-demo .icons div {
        width: 33%;
        padding: 15px;
        display: inline-block;
        line-height: 40px
    }
    /*-- // Sidebar // --*/
    .mini-sidebar .top-navbar .navbar-header {
        width: 70px;
        text-align: center;
        flex-shrink: 0;
        padding-left: 0
    }

    .mini-sidebar .footer, .mini-sidebar .page-wrapper {
        margin-left: 70px
    }

    .mini-sidebar .left-sidebar, .mini-sidebar .user-profile {
        width: 70px
    }

    .mini-sidebar .scroll-sidebar {
        padding-bottom: 0;
        position: absolute;
        height: calc(100vh - 70px)
    }

        .mini-sidebar .scroll-sidebar .u-dropdown {
            display: none
        }

    .mini-sidebar .sidebar-nav {
        background: 0 0
    }

        .mini-sidebar .sidebar-nav .sidebarnav li {
            position: relative
        }

        .mini-sidebar .sidebar-nav .sidebarnav > li > ul {
            position: absolute;
            left: 70px;
            top: 52px;
            width: 220px;
            padding-bottom: 10px;
            z-index: 1001;
            background: #f9f9f9;
            display: none;
            padding-left: 1px
        }

        .mini-sidebar .sidebar-nav .sidebarnav > li:hover > ul {
            height: auto !important;
            overflow: auto
        }

        .mini-sidebar .sidebar-nav .sidebarnav > li > a {
            width: 70px;
            padding: 15px 15px 15px 25px
        }

        .mini-sidebar .sidebar-nav .sidebarnav > li:hover > a {
            width: 290px;
            background: #f9f9f9;
            color: #083656
        }

            .mini-sidebar .sidebar-nav .sidebarnav > li:hover > a .hide-menu {
                display: inline
            }

            .mini-sidebar .sidebar-nav .sidebarnav > li:hover > a .label {
                display: none
            }

        .mini-sidebar .sidebar-nav .sidebarnav > li:hover > ul, .mini-sidebar .sidebar-nav .sidebarnav > li:hover > ul.collapse {
            display: block
        }

        .mini-sidebar .sidebar-nav .sidebarnav .hide-menu, .mini-sidebar .sidebar-nav .sidebarnav .nav-small-cap, .mini-sidebar .sidebar-nav .sidebarnav .sidebar-footer, .mini-sidebar .sidebar-nav .sidebarnav .user-profile .profile-text, .mini-sidebar .sidebar-nav .sidebarnav > .label, .mini-sidebar .sidebar-nav .sidebarnav > li > a.has-arrow:after {
            display: none
        }

    .skin-blue.mini-sidebar .sidebar-nav ul li a.active, .skin-blue.mini-sidebar .sidebar-nav ul li a.active i, .skin-blue.mini-sidebar .sidebar-nav ul li a:hover, .skin-blue.mini-sidebar .sidebar-nav ul li a:hover i, .skin-blue.mini-sidebar .sidebar-nav > ul > li.active > a, .skin-blue.mini-sidebar .sidebar-nav > ul > li.active > a i {
        background: #f9f9f9;
        color: #083656
    }
}

@media (max-width:991px) {
    .group-detail .group-title:after {
        display: none
    }

    .grid-filter {
        display: block
    }

        .grid-filter .grid-row {
            display: inline-block;
            vertical-align: top
        }

            .grid-filter .grid-row:nth-child(1), .grid-filter .grid-row:nth-child(3) {
                width: 125px
            }

            .grid-filter .grid-row:nth-child(2) {
                width: calc(100% - 145px);
                margin-right: 0
            }

            .grid-filter .grid-row:nth-child(4), .grid-filter .grid-row:nth-child(5) {
                width: 30%;
                margin-right: 10px
            }

            .grid-filter .grid-row:nth-child(1), .grid-filter .grid-row:nth-child(2) {
                margin-bottom: 15px
            }

    .month {
        width: 65%
    }

    .daterange {
        width: 100%
    }

    .modal-dialog {
        max-width: 90%
    }
}

@media (max-width:767px) {
    .filter-wrap .nav-item {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .container-fluid {
        padding: 0 15px;
        overflow: hidden
    }

    .d-flex {
        display: block !important
    }

    .dataTables_length {
        margin-bottom: 10px
    }

    .topbar {
        width: 100%
    }

        .topbar .top-navbar {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            flex-direction: row;
            flex-wrap: nowrap;
            -webkit-align-items: center
        }

            .topbar .top-navbar .navbar-collapse {
                display: flex;
                width: 100%
            }

            .topbar .top-navbar .navbar-nav {
                flex-direction: row
            }

                .topbar .top-navbar .navbar-nav > .nav-item.show {
                    position: static
                }

                    .topbar .top-navbar .navbar-nav > .nav-item.show .dropdown-menu {
                        width: 100%;
                        margin-top: 0
                    }

                .topbar .top-navbar .navbar-nav .dropdown-menu {
                    position: absolute
                }

    .mega-dropdown .dropdown-menu {
        height: 480px;
        overflow: auto
    }

    .comment-text .comment-footer .action-icons {
        display: block;
        padding: 10px 0
    }

    .vtabs .tabs-vertical {
        width: auto
    }

    .material-icon-list-demo .icons div {
        width: 100%
    }

    .error-page .footer {
        position: fixed;
        bottom: 0;
        z-index: 10
    }

    .error-box {
        padding-bottom: 60px
    }

    .error-body {
        padding-top: 10%
    }

        .error-body h1 {
            font-size: 100px;
            font-weight: 600;
            line-height: 100px
        }

    .login-box {
        width: 90%
    }

    .login-sidebar {
        padding: 10% 0
    }

    .chat-main-box .chat-left-aside {
        left: -250px;
        position: absolute;
        transition: .5s ease-in;
        background: #fff
    }

        .chat-main-box .chat-left-aside.open-pnl {
            left: 0
        }

        .chat-main-box .chat-left-aside .open-panel {
            display: block
        }

    .chat-main-box .chat-right-aside {
        width: 100%
    }

    ul.timeline:before {
        left: 40px
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        float: right
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0
    }

    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0
    }

    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0
    }

    .left-aside {
        width: 100%;
        position: relative;
        border: 0
    }

    .right-aside {
        margin-left: 0
    }

    .flex-wrap {
        flex-wrap: wrap !important;
        -webkit-flex-wrap: wrap !important
    }

    .chat-list li .chat-content {
        width: calc(100% - 80px)
    }

    .fc-toolbar .fc-center, .fc-toolbar .fc-left, .fc-toolbar .fc-right {
        float: none;
        display: block;
        text-align: center;
        margin-top: 10px;
        overflow: hidden
    }

    h2.box-title {
        font-size: 1.5rem
    }

    table.summary-table {
        border-bottom: 1px #eff2f3 solid;
        margin: 0 !important
    }

    .filter-right {
        margin: 0 0 11px
    }

        .filter-right ul {
            justify-content: center
        }

    .custom-select.header-select {
        min-width: 330px
    }

    .app-search .form-control {
        width: 250px
    }

        .app-search .form-control:focus {
            width: 250px
        }

    .app-search {
        text-align: center
    }

    table.summary-table.green-striped {
        margin-top: 7px !important
    }

    .sidebar-nav {
        padding: 0
    }

    .dataTables_wrapper .dataTables_info {
        padding-bottom: 10px
    }
    /*-- // Fixed Sidebar // --*/
    .fixed-sidebar.mini-sidebar .navbar-header {
        position: relative
    }

    .fixed-sidebar.mini-sidebar .navbar-collapse {
        margin-left: 0
    }

    .mini-sidebar .left-sidebar, .mini-sidebar .sidebar-footer {
        left: -220px
    }

    .mini-sidebar.show-sidebar .left-sidebar, .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0
    }
    /*-- // User Maintenance // --*/
    .control-label.text-right {
        text-align: left !important
    }

    .title-btn {
        margin: 0 0 15px;
        position: static
    }

    table.dataTable.no-footer {
        margin-bottom: 15px
    }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: .7em 1em
    }

    .right-t-10 {
        margin-top: 10px
    }

    .grid-filter .grid-row:nth-child(4), .grid-filter .grid-row:nth-child(5) {
        width: 35%;
        margin-right: 5px
    }

    .assignment-total {
        width: 100%;
    }
}

@media (max-width:640px) {
    .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, #table-dropdown {
        float: inherit;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter, #table-dropdown {
        padding-bottom: 10px
    }

        .dataTables_wrapper .dataTables_filter label {
            margin-bottom: 0
        }

    .dataTables_wrapper .dataTables_length label {
        margin-bottom: 0
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0
    }
}

@media (max-width:575px) {
    .grid-filter .grid-row:nth-child(4), .grid-filter .grid-row:nth-child(5) {
        width: 100%
    }

    .grid-filter .grid-row:nth-child(1), .grid-filter .grid-row:nth-child(3), .grid-filter .grid-row:nth-child(2), .grid-filter .grid-row:nth-child(4) {
        width: 100%;
        margin-bottom: 15px
    }

    .view-block {
        text-align: left
    }

    .grid-filter .view-block {
        margin-top: 15px
    }

    .assignment-total ul li strong {
        margin: 0;
    }
}

@media (max-width:479px) {
    .custom-select.header-select {
        min-width: 208px
    }

    .app-search .form-control {
        width: 208px
    }

    .search-input {
        margin-left: 5px
    }

    .acc-block .acc-header a h5 {
        font-size: 1.1rem
    }

        .acc-block .acc-header a h5 > span {
            font-size: .8rem
        }

    .inner-content {
        width: 90%
    }

    .filter-wrap.report-filter {
        display: block
    }

        .filter-wrap.report-filter .nav-item {
            width: 100%
        }

        .filter-wrap.report-filter .filter-right {
            padding: 10px 0
        }

            .filter-wrap.report-filter .filter-right ul {
                justify-content: center
            }
}

@media (max-width:430px) {
    .app-search .form-control {
        width: 176px
    }

        .app-search .form-control:focus {
            width: 176px
        }

    .view-form .form-group {
        display: block;
    }

    .view-form .col-form-label {
        width: 100%;
        margin-bottom: 5px;
    }

    .view-control {
        width: 100%;
    }
}

@media (max-width: 329px) {
    .app-search .search-input-margin {
        margin-top: 10px
    }
}

.notification .badge {
    position: relative;
    top: -2px;
    right: -10px;
    padding: 5px 10px;
    border-radius: 50%;
    background: #dc3545 !important;
    color: white;
}

.modal-1250 {
    max-width: 1250px !important;
    width: 1250px !important;
    min-width: 1250px !important;
}

.tdDarkborder {
    border: 2px solid #083656;
}
