@import url("https://fonts.cdnfonts.com/css/sf-ui-text-2");

.card {
    border: solid 1px #f0f0f0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.085);
    border-radius: 4px
}

header .loading {
    background-color: #EEB902;
    padding: 0 6px;
    border-radius: 4px;
    display: inline-block
}

header .loading i {
    color: white
}

.text-darker-green {
    color: #3c763d
}

#page-topbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1002;
    background-color: rgba(255, 255, 255, 0.03);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075)
}

@media (max-width: 991.98px) {
    #page-topbar {
        position: absolute
    }
}

.navbar-header {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    height: 70px;
    padding: 0 calc(15px / 2) 0 0
}

.navbar-header .dropdown.show .header-item {
    background-color: #f8f9fa
}

.navbar-brand-box {
    padding: 0 1.5rem;
    text-align: center;
    width: 250px
}

.logo {
    line-height: 70px
}

.logo .logo-sm {
    display: none
}

.logo-light {
    display: none
}

.app-search {
    padding: calc(32px / 2) 0
}

.app-search .form-control {
    border: none;
    height: 38px;
    padding-left: 40px;
    padding-right: 20px;
    background-color: #f3f3f9;
    box-shadow: none;
    border-radius: 7px
}

.app-search span {
    position: absolute;
    z-index: 10;
    font-size: 16px;
    line-height: 38px;
    left: 13px;
    top: 0;
    color: #8687a7
}

.megamenu-list li {
    position: relative;
    padding: 5px 0px
}

.megamenu-list li a {
    color: #495057
}

@media (max-width: 992px) {
    .navbar-brand-box {
        width: auto
    }

    .logo span.logo-lg {
        display: none
    }

    .logo span.logo-sm {
        display: inline-block
    }
}

.page-content {
    padding: calc(40px + 7.5px) 15px 60px 15px
}

.header-item {
    height: 70px;
    box-shadow: none !important;
    color: #555b6d;
    border: 0;
    border-radius: 0px
}

.header-item:hover {
    color: #555b6d
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: #f6f6f6;
    padding: 3px
}

.noti-icon i {
    font-size: 22px;
    color: #555b6d
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
    right: 5px
}

.notification-item .media {
    padding: 0.75rem 1rem
}

.notification-item .media:hover {
    background-color: #f6f6f6
}

.dropdown-icon-item {
    display: block;
    border-radius: 3px;
    line-height: 34px;
    text-align: center;
    padding: 15px 0 9px;
    display: block;
    border: 1px solid transparent;
    color: #8687a7
}

.dropdown-icon-item img {
    height: 24px
}

.dropdown-icon-item span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-icon-item:hover {
    border-color: #eff2f7
}

.fullscreen-enable [data-toggle="fullscreen"] .mdi-fullscreen::before {
    content: "\F294"
}

body[data-topbar="dark"] #page-topbar, body[data-topbar="colored"] #page-topbar {
    background-color: #2a3042
}

body[data-topbar="dark"] .navbar-header .dropdown.show .header-item, body[data-topbar="colored"] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.05)
}

body[data-topbar="dark"] .navbar-header .waves-effect .waves-ripple, body[data-topbar="colored"] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4)
}

body[data-topbar="dark"] .logo-dark, body[data-topbar="colored"] .logo-dark {
    display: none
}

body[data-topbar="dark"] .logo-light, body[data-topbar="colored"] .logo-light {
    display: block
}

body[data-topbar="dark"] .header-item, body[data-topbar="colored"] .header-item {
    color: #e9ecef
}

body[data-topbar="dark"] .header-item:hover, body[data-topbar="colored"] .header-item:hover {
    color: #e9ecef
}

body[data-topbar="dark"] .header-profile-user, body[data-topbar="colored"] .header-profile-user {
    background-color: rgba(255, 255, 255, 0.25)
}

body[data-topbar="dark"] .noti-icon i, body[data-topbar="colored"] .noti-icon i {
    color: #e9ecef
}

body[data-topbar="dark"] .logo-dark, body[data-topbar="colored"] .logo-dark {
    display: none
}

body[data-topbar="dark"] .logo-light, body[data-topbar="colored"] .logo-light {
    display: block
}

body[data-topbar="dark"] .app-search .form-control, body[data-topbar="colored"] .app-search .form-control {
    background-color: rgba(243, 243, 249, 0.07);
    color: #fff
}

body[data-topbar="dark"] .app-search span, body[data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder, body[data-topbar="colored"] .app-search span, body[data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

body[data-topbar="colored"] #page-topbar {
    background: rgba(255, 255, 255, 0.03)
}

body[data-topbar="colored"] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.05)
}

body[data-topbar="colored"] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4)
}

@media (max-width: 600px) {
    .navbar-header .dropdown {
        position: static
    }

    .navbar-header .dropdown .dropdown-menu {
        left: 10px !important;
        right: 10px !important
    }
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: none
    }
}

.page-title-box .breadcrumb {
    background-color: transparent;
    padding: 0
}

.page-title-box h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px !important
}

.page-title-box .page-title {
    line-height: 70px
}

.footer {
    bottom: 0;
    padding: 20px calc(15px / 2);
    position: absolute;
    right: 0;
    color: #74788d;
    left: 250px;
    height: 60px;
    background-color: #ecf0f4
}

@media (max-width: 992px) {
    .footer {
        left: 0
    }
}

.vertical-collpsed .footer {
    left: 70px
}

body[data-layout="horizontal"] .footer {
    left: 0 !important
}

.right-bar {
    background-color: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
    display: block;
    position: fixed;
    transition: all 200ms ease-out;
    width: 280px;
    z-index: 9999;
    float: right !important;
    right: -290px;
    top: 0;
    bottom: 0
}

.right-bar .right-bar-toggle {
    background-color: #444c54;
    height: 24px;
    width: 24px;
    line-height: 24px;
    color: #eff2f7;
    text-align: center;
    border-radius: 50%
}

.right-bar .right-bar-toggle:hover {
    background-color: #4b545c
}

.rightbar-overlay {
    background-color: rgba(52, 58, 64, 0.55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 9998;
    transition: all .2s ease-out
}

.right-bar-enabled .right-bar {
    right: 0
}

.right-bar-enabled .rightbar-overlay {
    display: block
}

@media (max-width: 767.98px) {
    .right-bar {
        overflow: auto
    }

    .right-bar .slimscroll-menu {
        height: auto !important
    }
}

.metismenu {
    margin: 0
}

.metismenu li {
    display: block;
    width: 100%
}

.metismenu li ul li {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.metismenu li ul li:last-child {
    border-bottom: none
}

.metismenu .mm-collapse {
    display: none
}

.metismenu .mm-collapse:not(.mm-show) {
    display: none
}

.metismenu .mm-collapse.mm-show {
    display: block
}

.metismenu .mm-collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility
}

.vertical-menu {
    min-width: 220px;
    max-width: 220px;
    z-index: 1001;
    background: #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 70px;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    background: linear-gradient(to bottom, #327FAB, #00b29c) !important
}

@media (max-width: 991.98px) {
    .vertical-menu {
        /*position: static;*/
        margin-top: 0px
    }
}

.main-content {
    margin-left: 220px;
    overflow: hidden
}

.main-content .content {
    padding: 0 15px 10px 15px;
    margin-top: 70px
}

#sidebar-menu {
    padding: 0 0 30px 0
}

#sidebar-menu .mm-active > .has-arrow:after {
    transform: rotate(-180deg)
}

#sidebar-menu .has-arrow:after {
    content: "\F140";
    font-family: 'Material Design Icons';
    display: block;
    float: right;
    transition: transform .2s;
    font-size: 1rem
}

#sidebar-menu ul li a {
    display: block;
    padding: .525rem 0.7rem;
    color: #efefef;
    position: relative;
    transition: all .4s;
    font-weight: 300
}

#sidebar-menu ul li a i {
    display: inline-block;
    min-width: 1.75rem;
    padding-bottom: .125em;
    font-size: 1.2rem;
    line-height: 1.40625rem;
    vertical-align: middle;
    color: #efefef;
    transition: all .4s
}

#sidebar-menu ul li a:hover {
    color: #efe058
}

#sidebar-menu ul li a:hover i {
    color: #efe058
}

#sidebar-menu ul li .badge {
    margin-top: 4px
}

#sidebar-menu ul li ul.sub-menu {
    padding: 0;
    margin: 0 10px 15px;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 4px
}

#sidebar-menu ul li ul.sub-menu:last-child {
    margin-bottom: 0
}

#sidebar-menu ul li ul.sub-menu li a {
    padding: .4rem 0.7rem .4rem 0.7rem;
    color: #efefef
}

#sidebar-menu ul li ul.sub-menu li a:hover {
    color: #efe058 !important
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu {
    padding: 0
}

#sidebar-menu ul li ul.sub-menu li ul.sub-menu li a {
    padding: .4rem 0.7rem .4rem 0.7rem
}

.menu-title {
    padding: 12px 14px !important;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: 11px;
    text-transform: uppercase;
    color: #efefef;
    font-weight: 600;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
    margin-top: 10px
}

.menu-title:first-child {
    border-top: none;
    margin-top: 0
}

.mm-active {
    color: #efe058 !important
}

.mm-active .active {
    color: #efe058 !important
}

.mm-active .active i {
    color: #efe058 !important
}

.mm-active > i {
    color: #efe058 !important
}

@media (max-width: 992px) {
    .vertical-menu {
        display: none
    }

    .main-content {
        margin-left: 0 !important
    }

    body.sidebar-enable .vertical-menu {
        display: block
    }
}

.vertical-collpsed .main-content {
    margin-left: 70px
}

.vertical-collpsed .navbar-brand-box {
    width: 70px !important
}

.vertical-collpsed .logo span.logo-lg {
    display: none
}

.vertical-collpsed .logo span.logo-sm {
    display: block
}

.vertical-collpsed .vertical-menu {
    position: absolute;
    max-width: 70px !important;
    min-width: 70px !important;
    z-index: 5
}

.vertical-collpsed .vertical-menu .user-wid {
    display: none
}

.vertical-collpsed .vertical-menu .simplebar-mask, .vertical-collpsed .vertical-menu .simplebar-content-wrapper {
    overflow: visible !important
}

.vertical-collpsed .vertical-menu .simplebar-scrollbar {
    display: none !important
}

.vertical-collpsed .vertical-menu .simplebar-offset {
    bottom: 0 !important
}

.vertical-collpsed .vertical-menu #sidebar-menu .menu-title, .vertical-collpsed .vertical-menu #sidebar-menu .badge, .vertical-collpsed .vertical-menu #sidebar-menu .collapse.in {
    display: none !important
}

.vertical-collpsed .vertical-menu #sidebar-menu .nav.collapse {
    height: inherit !important
}

.vertical-collpsed .vertical-menu #sidebar-menu .has-arrow:after {
    display: none
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li {
    position: relative;
    white-space: nowrap
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a {
    padding: 15px 20px;
    min-height: 55px;
    transition: none
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:hover, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:active, .vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a:focus {
    color: #efe058
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    font-size: 1.45rem;
    margin-left: 4px
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a span {
    display: none;
    padding-left: 25px
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    position: relative;
    width: calc(190px + 70px);
    color: #3b5de7;
    background-color: #f5f5f5;
    transition: none
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
    color: #3b5de7
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a span {
    display: inline
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul {
    display: block;
    left: 70px;
    position: absolute;
    width: 190px;
    height: auto !important;
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1)
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul ul {
    box-shadow: 3px 5px 10px 0 rgba(54, 61, 71, 0.1)
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    box-shadow: none;
    padding: 8px 20px;
    position: relative;
    width: 190px;
    z-index: 6;
    color: #efefef
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: #efe058
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    padding: 5px 0;
    z-index: 9999;
    display: none;
    background-color: #fff
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li:hover > ul {
    display: block;
    left: 190px;
    height: auto !important;
    margin-top: -36px;
    position: absolute;
    width: 190px
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li > a span.pull-right {
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(270deg)
}

.vertical-collpsed .vertical-menu #sidebar-menu > ul ul li.active a {
    color: #f8f9fa
}

body[data-sidebar="dark"] .vertical-menu {
    background: #2a3042
}

body[data-sidebar="dark"] #sidebar-menu ul li a {
    color: #a6b0cf
}

body[data-sidebar="dark"] #sidebar-menu ul li a i {
    color: #6a7187
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover {
    color: #fff
}

body[data-sidebar="dark"] #sidebar-menu ul li a:hover i {
    color: #fff
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a {
    color: #79829c
}

body[data-sidebar="dark"] #sidebar-menu ul li ul.sub-menu li a:hover {
    color: #fff
}

body[data-sidebar="dark"].vertical-collpsed {
    min-height: 1200px
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background: #2e3548;
    color: #fff
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a i {
    color: #fff
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a {
    color: #79829c
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > ul a:hover {
    color: #fff
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu > ul ul {
    background-color: #2a3042
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #efe058 !important
}

body[data-sidebar="dark"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i {
    color: #efe058 !important
}

body[data-sidebar="dark"] .mm-active {
    color: #fff !important
}

body[data-sidebar="dark"] .mm-active > i {
    color: #fff !important
}

body[data-sidebar="dark"] .mm-active .active {
    color: #fff !important
}

body[data-sidebar="dark"] .mm-active .active i {
    color: #fff !important
}

body[data-sidebar="dark"] .menu-title {
    color: #6a7187
}

body[data-layout="horizontal"] .main-content {
    margin-left: 0 !important
}

body[data-sidebar-size="small"] .navbar-brand-box {
    width: 180px
}

body[data-sidebar-size="small"] .vertical-menu {
    min-width: 180px;
    max-width: 180px;
    text-align: center
}

body[data-sidebar-size="small"] .main-content {
    margin-left: 180px
}

body[data-sidebar-size="small"] .footer {
    left: 180px
}

body[data-sidebar-size="small"] .has-arrow:after, body[data-sidebar-size="small"] .badge {
    display: none !important
}

body[data-sidebar-size="small"] #sidebar-menu ul li a i {
    display: block
}

body[data-sidebar-size="small"] #sidebar-menu ul li ul.sub-menu li a {
    padding-left: 1.5rem
}

body[data-sidebar-size="small"].vertical-collpsed .main-content {
    margin-left: 70px
}

body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu {
    text-align: left
}

body[data-sidebar-size="small"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li > a i {
    display: inline-block
}

body[data-sidebar-size="small"].vertical-collpsed .footer {
    left: 70px
}

body[data-sidebar="colored"] .vertical-menu {
    background-color: #3b5de7
}

body[data-sidebar="colored"] .navbar-brand-box {
    background-color: #3b5de7
}

body[data-sidebar="colored"] .navbar-brand-box .logo-dark {
    display: none
}

body[data-sidebar="colored"] .navbar-brand-box .logo-light {
    display: block
}

body[data-sidebar="colored"] .mm-active {
    color: #fff !important
}

body[data-sidebar="colored"] .mm-active > i, body[data-sidebar="colored"] .mm-active .active {
    color: #fff !important
}

body[data-sidebar="colored"] #sidebar-menu ul li.menu-title {
    color: rgba(255, 255, 255, 0.6)
}

body[data-sidebar="colored"] #sidebar-menu ul li a {
    color: rgba(255, 255, 255, 0.5)
}

body[data-sidebar="colored"] #sidebar-menu ul li a i {
    color: rgba(255, 255, 255, 0.5)
}

body[data-sidebar="colored"] #sidebar-menu ul li a.waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.1)
}

body[data-sidebar="colored"] #sidebar-menu ul li ul.sub-menu li a {
    color: rgba(255, 255, 255, 0.4)
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu > ul > li:hover > a {
    background-color: #4465e8
}

body[data-sidebar="colored"].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active {
    color: #efe058 !important
}

body[data-layout="horizontal"] .navbar-brand-box {
    width: auto
}

body[data-layout="horizontal"] .page-content {
    margin-top: 70px;
    padding: 0 15px 60px 15px
}

body[data-layout="horizontal"] .page-title-box {
    padding-bottom: 0
}

body[data-layout="horizontal"] #page-topbar {
    background-color: #fff
}

.topnav {
    padding: 0 calc(15px / 2)
}

@media (max-width: 991.98px) {
    .topnav {
        position: fixed;
        left: 0;
        right: 0;
        top: 70px;
        z-index: 100;
        background: #fff;
        box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03)
    }
}

.topnav .topnav-menu {
    margin: 0;
    padding: 0
}

.topnav .navbar-nav .nav-link {
    font-size: 14px;
    position: relative;
    color: #efefef;
    line-height: 70px
}

.topnav .navbar-nav .nav-link i {
    font-size: 15px
}

.topnav .navbar-nav .nav-link:focus, .topnav .navbar-nav .nav-link:hover {
    color: #efe058;
    background-color: transparent
}

.topnav .navbar-nav .dropdown-item {
    color: #efefef
}

.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
    color: #efe058;
    background-color: transparent
}

.topnav .navbar-nav .nav-item .nav-link.active {
    color: #efe058
}

.topnav .navbar-nav .dropdown.active > a {
    color: #efe058;
    background-color: transparent
}

@media (min-width: 1200px) {
    body[data-layout="horizontal"] .container-fluid, body[data-layout="horizontal"] .navbar-header {
        max-width: 90%
    }

    .topnav .navbar-nav .nav-link {
        padding: 0 1.1rem
    }
}

@media (min-width: 992px) {
    .topnav .dropdown-item {
        padding: .5rem 1.5rem;
        min-width: 180px
    }

    .topnav .dropdown.mega-dropdown .mega-dropdown-menu {
        left: 0px;
        right: auto
    }

    .topnav .dropdown .dropdown-menu {
        margin-top: 0;
        border-radius: 0 0 0 0
    }

    .topnav .dropdown .dropdown-menu .arrow-down::after {
        right: 15px;
        transform: rotate(-135deg) translateY(-50%);
        position: absolute
    }

    .topnav .dropdown .dropdown-menu .dropdown .dropdown-menu {
        position: absolute;
        top: 0 !important;
        left: 100%;
        display: none
    }

    .topnav .dropdown:hover > .dropdown-menu {
        display: block
    }

    .topnav .dropdown:hover > .dropdown-menu > .dropdown:hover > .dropdown-menu {
        display: block
    }

    .navbar-toggle {
        display: none
    }
}

.arrow-down {
    display: inline-block
}

.arrow-down:after {
    border-color: initial;
    border-style: solid;
    border-width: 0 0 1px 1px;
    content: "";
    height: .4em;
    display: inline-block;
    right: 5px;
    top: 50%;
    margin-left: 7px;
    transform: rotate(-45deg) translateY(-50%);
    transform-origin: top;
    transition: all .3s ease-out;
    width: .4em
}

@media (max-width: 1199.98px) {
    .topnav-menu .navbar-nav li:last-of-type .dropdown .dropdown-menu {
        right: 100%;
        left: auto
    }
}

@media (max-width: 991.98px) {
    .topnav {
        max-height: 360px;
        overflow-y: auto;
        padding: 0
    }

    .topnav .navbar-nav .nav-link {
        padding: 0.75rem 1.1rem;
        line-height: inherit
    }

    .topnav .dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        padding-left: 15px
    }

    .topnav .dropdown .dropdown-mega-menu-xl, .topnav .dropdown .dropdown-mega-menu-lg {
        width: auto
    }

    .topnav .dropdown .dropdown-mega-menu-xl .row, .topnav .dropdown .dropdown-mega-menu-lg .row {
        margin: 0px
    }

    .topnav .dropdown .dropdown-item {
        position: relative;
        background-color: transparent
    }

    .topnav .dropdown .dropdown-item.active, .topnav .dropdown .dropdown-item:active {
        color: #3b5de7
    }

    .topnav .arrow-down::after {
        right: 15px;
        position: absolute
    }
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .topnav {
        background-color: #3b5de7
    }

    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5)
    }

    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9)
    }

    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, 0.9) !important
    }
}

body[data-layout="horizontal"][data-topbar="colored"] #page-topbar, body[data-layout="horizontal"][data-topbar="dark"] #page-topbar {
    background-color: #3b5de7;
    box-shadow: none
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-dark, body[data-layout="horizontal"][data-topbar="dark"] .logo-dark {
    display: none
}

body[data-layout="horizontal"][data-topbar="colored"] .logo-light, body[data-layout="horizontal"][data-topbar="dark"] .logo-light {
    display: block
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search .form-control, body[data-layout="horizontal"][data-topbar="dark"] .app-search .form-control {
    background-color: rgba(243, 243, 249, 0.07);
    color: #fff
}

body[data-layout="horizontal"][data-topbar="colored"] .app-search span, body[data-layout="horizontal"][data-topbar="colored"] .app-search input.form-control::-webkit-input-placeholder, body[data-layout="horizontal"][data-topbar="dark"] .app-search span, body[data-layout="horizontal"][data-topbar="dark"] .app-search input.form-control::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5)
}

body[data-layout="horizontal"][data-topbar="colored"] .header-item, body[data-layout="horizontal"][data-topbar="dark"] .header-item {
    color: #e9ecef
}

body[data-layout="horizontal"][data-topbar="colored"] .header-item:hover, body[data-layout="horizontal"][data-topbar="dark"] .header-item:hover {
    color: #e9ecef
}

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .dropdown.show .header-item, body[data-layout="horizontal"][data-topbar="dark"] .navbar-header .dropdown.show .header-item {
    background-color: rgba(255, 255, 255, 0.1)
}

body[data-layout="horizontal"][data-topbar="colored"] .navbar-header .waves-effect .waves-ripple, body[data-layout="horizontal"][data-topbar="dark"] .navbar-header .waves-effect .waves-ripple {
    background: rgba(255, 255, 255, 0.4)
}

body[data-layout="horizontal"][data-topbar="colored"] .noti-icon i, body[data-layout="horizontal"][data-topbar="dark"] .noti-icon i {
    color: #e9ecef
}

@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link, body[data-layout="horizontal"][data-topbar="dark"] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.5)
    }

    body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav .nav-link:hover, body[data-layout="horizontal"][data-topbar="dark"] .topnav .navbar-nav .nav-link:focus, body[data-layout="horizontal"][data-topbar="dark"] .topnav .navbar-nav .nav-link:hover {
        color: rgba(255, 255, 255, 0.9)
    }

    body[data-layout="horizontal"][data-topbar="colored"] .topnav .navbar-nav > .dropdown.active > a, body[data-layout="horizontal"][data-topbar="dark"] .topnav .navbar-nav > .dropdown.active > a {
        color: rgba(255, 255, 255, 0.9) !important
    }
}

body[data-layout="horizontal"][data-topbar="dark"] #page-topbar {
    background-color: #2a3042
}

body[data-layout="horizontal"] .logo-light {
    display: none
}

body[data-layout="horizontal"] .logo-dark {
    display: block
}

body[data-layout-size="boxed"] {
    background-color: #e1e3e6
}

body[data-layout-size="boxed"] .container-fluid {
    max-width: 100% !important
}

body[data-layout-size="boxed"] #layout-wrapper {
    background-color: #f3f5f7;
    max-width: 1300px;
    margin: 0 auto;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03)
}

body[data-layout-size="boxed"] #layout-wrapper::before {
    max-width: 1300px;
    margin: 0 auto
}

body[data-layout-size="boxed"] #page-topbar {
    max-width: 1300px;
    margin: 0 auto
}

body[data-layout-size="boxed"] .footer {
    margin: 0 auto;
    max-width: calc(1300px - 220px)
}

body[data-layout-size="boxed"].vertical-collpsed .footer {
    max-width: calc(1300px - 70px)
}

body[data-layout="horizontal"][data-layout-size="boxed"] .footer {
    max-width: 1300px
}

body[data-layout="horizontal"][data-layout-size="boxed"] .container-fluid, body[data-layout="horizontal"][data-layout-size="boxed"] .navbar-header {
    max-width: 1300px
}

@media (min-width: 992px) {
    body[data-layout="detached"] .container-fluid {
        max-width: 95%
    }

    body[data-layout="detached"] #page-topbar {
        position: absolute
    }

    body[data-layout="detached"] .toggle-btn {
        display: none
    }

    body[data-layout="detached"] .navbar-brand-box {
        margin-right: 24px
    }

    body[data-layout="detached"] .vertical-menu {
        position: relative;
        margin-top: 0;
        border-radius: 0
    }

    body[data-layout="detached"] .vertical-menu .user-img img {
        padding: 6px;
        border: 2px dashed #3b5de7
    }

    body[data-layout="detached"] #sidebar-menu {
        padding-bottom: 90px
    }

    body[data-layout="detached"] .page-content {
        margin-top: 16px;
        padding-bottom: 30px
    }

    body[data-layout="detached"] .main-content {
        position: relative;
        min-height: 100vh;
        padding-bottom: 60px;
        height: 100%
    }

    body[data-layout="detached"] .page-title-box {
        padding-bottom: 15px
    }

    body[data-layout="detached"] .page-title-box .page-title {
        line-height: 70px
    }
}

@media (max-width: 991.98px) {
    body[data-layout="detached"] .container-fluid {
        padding: 0
    }

    body[data-layout="detached"] .page-content {
        padding: calc(70px + 0px) 15px 60px 15px
    }
}

body[data-layout="detached"] #layout-wrapper {
    display: flex;
    width: 100%;
    height: 100%
}

body[data-layout="detached"] #layout-wrapper::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    background: linear-gradient(to right, #273c92, #293e92);
    box-shadow: 1px 0 7px 0 rgba(0, 0, 0, 0.5)
}

body[data-layout="detached"] #layout-wrapper::after {
    background: url("../images/bg-effect.png") center;
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    background-size: cover;
    opacity: 0.03
}

body[data-layout="detached"] .main-content {
    width: 100%;
    margin-left: 0
}

body[data-layout="detached"] .navbar-brand-box {
    float: left;
    position: relative;
    text-align: left
}

body[data-layout="detached"] .navbar-header {
    padding: 0px
}

body[data-layout="detached"] .navbar-header .card-img-overlay {
    background-color: rgba(0, 0, 0, 0.4)
}

body[data-layout="detached"] .footer {
    left: 0
}

body[data-layout="detached"] .footer .container-fluid {
    max-width: 100%
}

body[data-layout="detached"] .page-title-box {
    position: relative;
    z-index: 1
}

body[data-layout="detached"] .page-title-box .page-title {
    color: #fff
}

body[data-layout="detached"] .page-title-box .breadcrumb-item > a {
    color: rgba(255, 255, 255, 0.8)
}

body[data-layout="detached"] .page-title-box .breadcrumb-item.active, body[data-layout="detached"] .page-title-box .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6)
}

/*!
 * Waves v0.7.6
 * http://fian.my.id/Waves
 *
 * Copyright 2014-2018 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4)
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%)
}

.waves-button, .waves-button:hover, .waves-button:visited, .waves-button-input {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    color: inherit;
    background-color: transparent;
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: 0.85em 1.1em;
    border-radius: 0.2em
}

.waves-button-input {
    margin: 0;
    padding: 0.85em 1.1em
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

.waves-float:active {
    -webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3)
}

.waves-block {
    display: block
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.4)
}

.waves-effect.waves-primary .waves-ripple {
    background-color: rgba(59, 93, 231, 0.4)
}

.waves-effect.waves-success .waves-ripple {
    background-color: rgba(69, 203, 133, 0.4)
}

.waves-effect.waves-info .waves-ripple {
    background-color: rgba(12, 170, 220, 0.4)
}

.waves-effect.waves-warning .waves-ripple {
    background-color: rgba(238, 185, 2, 0.4)
}

.waves-effect.waves-danger .waves-ripple {
    background-color: rgba(255, 113, 91, 0.4)
}

.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 2.5rem;
    width: 2.5rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    align-items: center;
    background-color: #3b5de7;
    color: #fff;
    display: flex;
    font-weight: 500;
    height: 100%;
    justify-content: center;
    width: 100%
}

.font-size-11 {
    font-size: 11px !important
}

.font-size-12 {
    font-size: 12px !important
}

.font-size-13 {
    font-size: 13px !important
}

.font-size-14 {
    font-size: 14px !important
}

.font-size-15 {
    font-size: 15px !important
}

.font-size-16 {
    font-size: 16px !important
}

.font-size-17 {
    font-size: 17px !important
}

.font-size-18 {
    font-size: 18px !important
}

.font-size-20 {
    font-size: 20px !important
}

.font-size-22 {
    font-size: 22px !important
}

.font-size-24 {
    font-size: 24px !important
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semibold {
    font-weight: 600
}

.social-list-item {
    height: 2rem;
    width: 2rem;
    line-height: calc(2rem - 2px);
    display: block;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    color: #adb5bd;
    text-align: center
}

.w-xs {
    min-width: 80px
}

.w-sm {
    min-width: 95px
}

.w-md {
    min-width: 110px
}

.w-lg {
    min-width: 140px
}

.w-xl {
    min-width: 160px
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999
}

#status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px
}

.spinner-chase {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    animation: spinner-chase 2.5s infinite linear both
}

.chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: chase-dot 2.0s infinite ease-in-out both
}

.chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #3b5de7;
    border-radius: 100%;
    animation: chase-dot-before 2.0s infinite ease-in-out both
}

.chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.chase-dot:nth-child(2) {
    animation-delay: -1.0s
}

.chase-dot:nth-child(2):before {
    animation-delay: -1.0s
}

.chase-dot:nth-child(3) {
    animation-delay: -0.9s
}

.chase-dot:nth-child(3):before {
    animation-delay: -0.9s
}

.chase-dot:nth-child(4) {
    animation-delay: -0.8s
}

.chase-dot:nth-child(4):before {
    animation-delay: -0.8s
}

.chase-dot:nth-child(5) {
    animation-delay: -0.7s
}

.chase-dot:nth-child(5):before {
    animation-delay: -0.7s
}

.chase-dot:nth-child(6) {
    animation-delay: -0.6s
}

.chase-dot:nth-child(6):before {
    animation-delay: -0.6s
}

@keyframes spinner-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes chase-dot {
    80%, 100% {
        transform: rotate(360deg)
    }
}

@keyframes chase-dot-before {
    50% {
        transform: scale(0.4)
    }
    100%, 0% {
        transform: scale(1)
    }
}

.mini-stats-wid .mini-stat-icon {
    overflow: hidden;
    position: relative
}

.mini-stats-wid .mini-stat-icon:before, .mini-stats-wid .mini-stat-icon:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0.1);
    left: 16px;
    transform: rotate(32deg);
    top: -5px;
    transition: all 0.4s
}

.mini-stats-wid .mini-stat-icon::after {
    left: -12px;
    width: 12px;
    transition: all 0.2s
}

.mini-stats-wid:hover .mini-stat-icon::after {
    left: 60px
}

.activity-wid {
    border-left: 3px dashed #f6f6f6;
    margin-left: 16px
}

.activity-wid .activity-list {
    position: relative;
    padding: 0 0 40px 30px
}

.activity-wid .activity-list .activity-icon {
    position: absolute;
    left: -16px;
    top: -6px;
    z-index: 9
}

.activity-wid .activity-list:last-child {
    padding-bottom: 0px
}

.social-source .social-source-list {
    padding: 13px 0px
}

.inbox-wid .inbox-list-item a {
    color: #495057;
    display: block;
    padding: 14px 0px;
    border-bottom: 1px solid #eff2f7
}

.inbox-wid .inbox-list-item:first-child a {
    padding-top: 0px
}

.inbox-wid .inbox-list-item:last-child a {
    border-bottom: 0px
}

.review-carousel .carousel-control-icon {
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #3b5de7;
    background-color: rgba(59, 93, 231, 0.25);
    font-size: 20px;
    border-radius: 50%
}

.review-carousel .carousel-control-next, .review-carousel .carousel-control-prev {
    bottom: auto;
    top: -47px
}

.review-carousel .carousel-control-prev {
    left: auto;
    right: 40px
}

.profile-widgets .online-circle {
    position: absolute;
    right: 0;
    top: 100px;
    left: 75px
}

.button-items {
    margin-left: -8px;
    margin-bottom: -12px
}

.button-items .btn {
    margin-bottom: 12px;
    margin-left: 8px
}

.mfp-popup-form {
    max-width: 1140px
}

.bs-example-modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 1;
    display: block
}

.icon-demo-content {
    text-align: center;
    color: #adb5bd
}

.icon-demo-content i {
    display: block;
    font-size: 24px;
    margin-bottom: 16px;
    color: #adb5bd;
    transition: all 0.4s
}

.icon-demo-content .col-lg-4 {
    margin-top: 24px
}

.icon-demo-content .col-lg-4:hover i {
    color: #3b5de7;
    transform: scale(1.5)
}

.grid-structure .grid-container {
    background-color: #f8f9fa;
    margin-top: 10px;
    font-size: .8rem;
    font-weight: 500;
    padding: 10px 20px
}

@media print {
    .vertical-menu, .right-bar, .page-title-box, .navbar-header, .footer {
        display: none !important
    }

    .card-body, .main-content, .right-bar, .page-content, body {
        padding: 0;
        margin: 0
    }

    .card {
        border: 0
    }
}

#paging_summary {
    margin-top: 10px;
    margin-bottom: 10px
}

#paging_pageno ul {
    margin: 0;
    padding: 0;
    float: right
}

#paging_pageno ul li:first-child {
    border-color: transparent;
    background-color: transparent
}

#paging_pageno ul li {
    display: inline;
    border: solid 1px #C1C1C1;
    padding: 4px 7px;
    min-width: 20px;
    margin: 5px;
    border-radius: 3px;
    background-color: #FFF;
    line-height: 30px
}

[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0 !important;
    bottom: 0;
    right: 0 !important;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    padding: 0px !important
}

.simplebar-content-wrapper::-webkit-scrollbar, .simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none
}

.simplebar-content:before, .simplebar-content:after {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 4px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #a2adb7;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 0.5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none
}

.custom-scroll {
    height: 100%
}

.fc-toolbar h2 {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase
}

.fc th.fc-widget-header {
    background: #eff2f7;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 600
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #eff2f7
}

.fc-unthemed td.fc-today {
    background: #fdfdfe
}

.fc-button {
    background: #fff;
    border-color: #eff2f7;
    color: #495057;
    text-transform: capitalize;
    box-shadow: none;
    padding: 6px 12px !important;
    height: auto !important
}

.fc-state-down, .fc-state-active, .fc-state-disabled {
    background-color: #3b5de7;
    color: #fff;
    text-shadow: none
}

.fc-event {
    border-radius: 2px;
    border: none;
    cursor: move;
    font-size: 0.8125rem;
    margin: 5px 7px;
    padding: 5px 5px;
    text-align: center
}

.fc-event, .fc-event-dot {
    background-color: #3b5de7
}

.fc-event .fc-content {
    color: #fff
}

.task-box {
    border: 1px solid #f6f6f6
}

.gu-transit {
    border: 1px dashed #8687a7 !important;
    background-color: #eff2f7 !important
}

#session-timeout-dialog .close {
    display: none
}

#session-timeout-dialog .countdown-holder {
    color: #FF715B;
    font-weight: 500
}

#session-timeout-dialog .btn-default {
    background-color: #fff;
    color: #FF715B;
    box-shadow: none
}

.irs--round .irs-bar, .irs--round .irs-to, .irs--round .irs-from, .irs--round .irs-single {
    background: #3b5de7 !important;
    font-size: 11px
}

.irs--round .irs-to:before, .irs--round .irs-from:before, .irs--round .irs-single:before {
    border-top-color: #3b5de7
}

.irs--round .irs-line {
    background: #f6f6f6;
    border-color: #f6f6f6
}

.irs--round .irs-grid-text {
    font-size: 11px;
    color: #ced4da
}

.irs--round .irs-min, .irs--round .irs-max {
    color: #ced4da;
    background: #f6f6f6;
    font-size: 11px
}

.irs--round .irs-handle {
    border: 2px solid #3b5de7;
    width: 12px;
    height: 12px;
    top: 31px;
    background-color: #fff !important
}

.swal2-container .swal2-title {
    font-size: 24px;
    font-weight: 500
}

.swal2-icon.swal2-question {
    border-color: #0CAADC;
    color: #0CAADC
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
    background-color: #45cb85
}

.swal2-icon.swal2-success .swal2-success-ring {
    border-color: rgba(69, 203, 133, 0.3)
}

.swal2-icon.swal2-warning {
    border-color: #EEB902;
    color: #EEB902
}

.swal2-styled:focus {
    box-shadow: none
}

.swal2-content {
    font-size: 16px
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
    background: #3b5de7
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step, .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step ~ .swal2-progress-step-line {
    background: rgba(59, 93, 231, 0.3)
}

.symbol {
    border-color: #fff
}

.rating-symbol-background, .rating-symbol-foreground {
    font-size: 24px
}

.rating-symbol-foreground {
    top: 0px
}

.error {
    color: #FF715B
}

.parsley-error {
    border-color: #FF715B
}

.parsley-errors-list {
    display: none;
    margin: 0;
    padding: 0
}

.parsley-errors-list.filled {
    display: block
}

.parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    color: #FF715B;
    margin-top: 5px
}

.select2-container .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 38px
}

.select2-container .select2-selection--single:focus {
    outline: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    color: #495057
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px;
    width: 34px;
    right: 3px
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent;
    border-width: 6px 6px 0 6px
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important
}

.select2-container--default .select2-results__group {
    font-weight: 500
}

.select2-container--default .select2-search--dropdown {
    padding: 10px;
    background-color: #fff
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
    background-color: #fff;
    color: #8687a7;
    outline: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3b5de7
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f8f9fa;
    color: #16181b
}

.select2-container--default .select2-results__option[aria-selected=true]:hover {
    background-color: #3b5de7;
    color: #fff
}

.select2-results__option {
    padding: 6px 12px
}

.select2-dropdown {
    border: rgba(0, 0, 0, 0.15);
    background-color: #fff;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03)
}

.select2-search input {
    border: 1px solid #f6f6f6
}

.select2-container .select2-selection--multiple {
    min-height: 38px;
    background-color: #fff;
    border: 1px solid #ced4da !important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 10px
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057
}

.select2-container .select2-selection--multiple .select2-search__field::placeholder {
    color: #495057
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #eff2f7;
    border: 1px solid #f6f6f6;
    border-radius: 1px;
    padding: 0 7px
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #ced4da
}

input[switch] {
    display: none
}

input[switch] + label {
    font-size: 1em;
    line-height: 1;
    width: 56px;
    height: 24px;
    background-color: #ced4da;
    background-image: none;
    border-radius: 2rem;
    padding: 0.16667rem;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
    font-weight: 500;
    transition: all 0.1s ease-in-out
}

input[switch] + label:before {
    color: #343a40;
    content: attr(data-off-label);
    display: block;
    font-family: inherit;
    font-weight: 500;
    font-size: 12px;
    line-height: 21px;
    position: absolute;
    right: 1px;
    margin: 3px;
    top: -2px;
    text-align: center;
    min-width: 1.66667rem;
    overflow: hidden;
    transition: all 0.1s ease-in-out
}

input[switch] + label:after {
    content: '';
    position: absolute;
    left: 3px;
    background-color: #eff2f7;
    box-shadow: none;
    border-radius: 2rem;
    height: 20px;
    width: 20px;
    top: 2px;
    transition: all 0.1s ease-in-out
}

input[switch]:checked + label {
    background-color: #3b5de7
}

input[switch]:checked + label {
    background-color: #3b5de7
}

input[switch]:checked + label:before {
    color: #fff;
    content: attr(data-on-label);
    right: auto;
    left: 3px
}

input[switch]:checked + label:after {
    left: 33px;
    background-color: #eff2f7
}

input[switch="bool"] + label {
    background-color: #FF715B
}

input[switch="bool"] + label:before, input[switch="bool"]:checked + label:before, input[switch="default"]:checked + label:before {
    color: #fff
}

input[switch="bool"]:checked + label {
    background-color: #45cb85
}

input[switch="default"]:checked + label {
    background-color: #a2a2a2
}

input[switch="primary"]:checked + label {
    background-color: #3b5de7
}

input[switch="success"]:checked + label {
    background-color: #45cb85
}

input[switch="info"]:checked + label {
    background-color: #0CAADC
}

input[switch="warning"]:checked + label {
    background-color: #EEB902
}

input[switch="danger"]:checked + label {
    background-color: #FF715B
}

input[switch="dark"]:checked + label {
    background-color: #343a40
}

.square-switch {
    margin-right: 7px
}

.square-switch input[switch] + label, .square-switch input[switch] + label:after {
    border-radius: 0px
}

.datepicker {
    border: 1px solid #f8f9fa;
    padding: 8px;
    z-index: 99999 !important
}

.datepicker table tr th {
    font-weight: 500
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td .active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.today, .datepicker table tr td.today:hover, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.selected, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover {
    background-color: #3b5de7 !important;
    background-image: none;
    box-shadow: none;
    color: #fff !important
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover, .datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eff2f7
}

.datepicker table tr td.new, .datepicker table tr td.old, .datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #adb5bd;
    opacity: 0.6
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background-color: #f6f6f6
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > td {
    padding: 7px
}

.tox .tox-menubar, .tox .tox-edit-area__iframe, .tox .tox-statusbar {
    background-color: #fff !important
}

.tox .tox-mbtn {
    color: #495057 !important
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background-color: #f6f6f6 !important
}

.tox .tox-tbtn:hover {
    background-color: #f6f6f6 !important
}

.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
    background-color: #fff !important
}

.tox .tox-tbtn {
    color: #495057 !important
}

.tox .tox-tbtn svg {
    fill: #495057 !important
}

.tox .tox-edit-area__iframe {
    background-color: #fff !important
}

.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
    color: #495057 !important
}

.note-editor.note-frame {
    border: 1px solid #f6f6f6;
    box-shadow: none;
    margin: 0
}

.note-editor.note-frame .note-statusbar {
    background-color: #f6f6f6;
    border-top: 1px solid #eff2f7
}

.note-editor.note-frame .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-codable {
    border: none;
    color: #adb5bd;
    background-color: transparent
}

.note-editor .note-toolbar {
    padding: 0px 0px 5px 0px
}

.note-btn-group .note-btn {
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important
}

.note-status-output {
    display: none
}

.note-editable p:last-of-type {
    margin-bottom: 0
}

.note-popover .popover-content .note-color .dropdown-menu, .card-header.note-toolbar .note-color .dropdown-menu {
    min-width: 344px
}

.note-popover {
    border-color: #f6f6f6
}

.note-popover .popover-content, .card-header.note-toolbar {
    background-color: #f6f6f6
}

.dropzone {
    min-height: 230px;
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px
}

.dropzone .dz-message {
    font-size: 24px
}

.form-wizard-wrapper label {
    font-size: 14px;
    text-align: right
}

.wizard ul {
    list-style: none !important;
    padding: 0;
    margin: 0
}

.wizard > .steps > ul > li {
    width: 25%
}

.wizard > .steps .current-info {
    position: absolute;
    left: -999em
}

.wizard > .steps a, .wizard > .steps a:active, .wizard > .steps a:hover {
    margin: 3px;
    padding: 15px;
    display: block;
    width: auto;
    border-radius: 5px
}

.wizard > .steps .current a, .wizard > .steps .current a:active, .wizard > .steps .current a:hover {
    background-color: #3b5de7;
    color: #fff
}

.wizard > .steps .current a .number, .wizard > .steps .current a:active .number, .wizard > .steps .current a:hover .number {
    border: 2px solid #fff
}

.wizard > .steps .disabled a, .wizard > .steps .disabled a:active, .wizard > .steps .disabled a:hover, .wizard > .steps .done a, .wizard > .steps .done a:active, .wizard > .steps .done a:hover {
    background-color: #c3cef8;
    color: #3b5de7
}

.wizard > .steps .disabled a .number, .wizard > .steps .disabled a:active .number, .wizard > .steps .disabled a:hover .number, .wizard > .steps .done a .number, .wizard > .steps .done a:active .number, .wizard > .steps .done a:hover .number {
    border-color: #3b5de7
}

.wizard > .steps .number {
    font-size: 16px;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 38px;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    margin-right: 10px;
    background-color: rgba(59, 93, 231, 0.25)
}

.wizard > .content {
    background-color: transparent;
    margin: 0 5px;
    border-radius: 0;
    min-height: 150px
}

.wizard > .content > .title {
    position: absolute;
    left: -999em
}

.wizard > .content > .body {
    width: 100%;
    height: 100%;
    padding: 30px 0 0;
    position: static
}

.wizard > .actions {
    position: relative;
    display: block;
    text-align: right;
    width: 100%
}

.wizard > .actions > ul {
    display: inline-block;
    text-align: right
}

.wizard > .actions > ul > li {
    display: block;
    margin: 0 0.5em
}

.wizard > .actions a, .wizard > .actions a:active, .wizard > .actions a:hover {
    background-color: #3b5de7;
    border-radius: 4px;
    padding: 8px 15px;
    color: #fff
}

.wizard > .actions .disabled a, .wizard > .actions .disabled a:active, .wizard > .actions .disabled a:hover {
    opacity: .65;
    background-color: #3b5de7;
    color: #fff;
    cursor: not-allowed
}

.wizard > .steps > ul > li, .wizard > .actions > ul > li {
    float: left
}

@media (max-width: 768px) {
    .wizard > .steps > ul > li {
        width: 50%
    }

    .form-wizard-wrapper label {
        text-align: left
    }
}

@media (max-width: 520px) {
    .wizard > .steps > ul > li {
        width: 100%
    }
}

.table-rep-plugin .btn-toolbar {
    display: block
}

.table-rep-plugin .table-responsive {
    border: none !important
}

.table-rep-plugin .btn-group .btn-default {
    background-color: #8687a7;
    color: #eff2f7;
    border: 1px solid #8687a7
}

.table-rep-plugin .btn-group .btn-default.btn-primary {
    background-color: #3b5de7;
    border-color: #3b5de7;
    color: #fff;
    box-shadow: 0 0 0 2px rgba(59, 93, 231, 0.5)
}

.table-rep-plugin .btn-group.pull-right {
    float: right
}

.table-rep-plugin .btn-group.pull-right .dropdown-menu {
    right: 0;
    transform: none !important;
    top: 100% !important
}

.table-rep-plugin tbody th {
    font-size: 14px;
    font-weight: normal
}

.table-rep-plugin .checkbox-row {
    padding-left: 40px
}

.table-rep-plugin .checkbox-row label {
    display: inline-block;
    padding-left: 5px;
    position: relative
}

.table-rep-plugin .checkbox-row label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f6f6f6;
    content: "";
    display: inline-block;
    height: 17px;
    left: 0;
    margin-left: -20px;
    position: absolute;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important
}

.table-rep-plugin .checkbox-row label::after {
    color: #eff2f7;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: -1px;
    width: 16px
}

.table-rep-plugin .checkbox-row input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label {
    opacity: 0.65
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:focus + label::before {
    outline-offset: -2px;
    outline: none
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:disabled + label::before {
    background-color: #f8f9fa;
    cursor: not-allowed
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::before {
    background-color: #3b5de7;
    border-color: #3b5de7
}

.table-rep-plugin .checkbox-row input[type="checkbox"]:checked + label::after {
    color: #fff
}

.table-rep-plugin .fixed-solution .sticky-table-header {
    background-color: #3b5de7
}

.table-rep-plugin .fixed-solution .sticky-table-header table {
    color: #fff
}

@media (max-width: 991.98px) {
    .fixed-solution .sticky-table-header {
        top: 70px !important;
        background-color: #3b5de7
    }

    .fixed-solution .sticky-table-header table {
        color: #fff
    }
}

.table-editable .editable-input .form-control {
    height: 2rem
}

.table-editable a.editable {
    color: #495057
}

.table-editable .editable-buttons .btn.btn-sm {
    font-size: 12px
}

.table-editable tbody td.focus {
    box-shadow: inset 0 0 1px 1px #3b5de7 !important
}

.dt-autofill-list {
    border: none !important;
    background-color: #fff !important
}

.dt-autofill-list .dt-autofill-question, .dt-autofill-list .dt-autofill-button {
    border-bottom-color: #f6f6f6 !important
}

.dt-autofill-list ul li:hover {
    background-color: #f6f6f6 !important
}

.glyphicon {
    display: inline-block;
    font-family: "Material Design Icons";
    font-size: inherit;
    font-weight: 600;
    font-style: inherit
}

.glyphicon-ok:before {
    content: "\F12C"
}

.glyphicon-remove:before {
    content: "\F156"
}

.editable-input {
    display: inline-block;
    margin-right: 10px
}

.editable-buttons {
    display: inline-block
}

.apex-charts {
    min-height: 10px !important
}

.apex-charts text {
    font-family: "SF UI Text", sans-serif !important;
    fill: #adb5bd
}

.apex-charts .apexcharts-canvas {
    margin: 0 auto
}

.apexcharts-tooltip-title, .apexcharts-tooltip-text {
    font-family: "SF UI Text", sans-serif !important
}

.apexcharts-legend-series {
    font-weight: 500
}

.apexcharts-gridline {
    pointer-events: none;
    stroke: #f8f9fa
}

.apexcharts-legend-text {
    color: #8687a7 !important;
    font-family: "SF UI Text", sans-serif !important;
    font-size: 13px !important
}

.apexcharts-pie-label {
    fill: #fff !important
}

.apexcharts-yaxis text, .apexcharts-xaxis text {
    font-family: "SF UI Text", sans-serif !important;
    fill: #adb5bd
}

.flot-charts-height {
    height: 320px
}

.flotTip {
    padding: 8px 12px;
    background-color: rgba(52, 58, 64, 0.9);
    z-index: 100;
    color: #f8f9fa;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    border-radius: 4px
}

.legendLabel {
    color: #adb5bd
}

.jqstooltip {
    box-sizing: content-box;
    width: auto !important;
    height: auto !important;
    background-color: #343a40 !important;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.12);
    padding: 5px 10px !important;
    border-radius: 3px;
    border-color: #212529 !important
}

.jqsfield {
    color: #eff2f7 !important;
    font-size: 12px !important;
    line-height: 18px !important;
    font-family: "SF UI Text", sans-serif !important;
    font-weight: 500 !important
}

.gmaps, .gmaps-panaroma {
    height: 300px;
    background: #f8f9fa;
    border-radius: 3px
}

.gmaps-overlay {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    background: #3b5de7;
    border-radius: 4px;
    padding: 10px 20px
}

.gmaps-overlay_arrow {
    left: 50%;
    margin-left: -16px;
    width: 0;
    height: 0;
    position: absolute
}

.gmaps-overlay_arrow.above {
    bottom: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #3b5de7
}

.gmaps-overlay_arrow.below {
    top: -15px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-bottom: 16px solid #3b5de7
}

.jvectormap-label {
    border: none;
    background: #343a40;
    color: #f8f9fa;
    font-family: "SF UI Text", sans-serif;
    font-size: .8rem;
    padding: 5px 8px
}

.home-btn {
    position: absolute;
    top: 15px;
    right: 25px
}

.authentication-body {
    background-image: url("../images/bg-login.jpg");
    background-size: cover
}

.authentication-body .account-pages .logo img {
    max-width: 250px
}

.authentication-body .account-pages .card-body {
    padding-top: 0;
    padding-bottom: 0
}

.bg-login-overlay {
    position: absolute;
    background: linear-gradient(to right, #273c92, #293e92);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 50% 50%;
    opacity: 0.8
}

.account-pages .logo-admin {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0px auto;
    width: 74px;
    height: 74px;
    line-height: 74px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03)
}

.error-page {
    text-transform: uppercase;
    font-size: 60px;
    line-height: .7;
    position: relative
}

.email-leftbar {
    width: 236px;
    float: left;
    padding: 20px;
    border-radius: 5px
}

.email-rightbar {
    margin-left: 260px
}

.chat-user-box p.user-title {
    color: #343a40;
    font-weight: 500
}

.chat-user-box p {
    font-size: 12px
}

@media (max-width: 767px) {
    .email-leftbar {
        float: none;
        width: 100%
    }

    .email-rightbar {
        margin: 0
    }
}

.mail-list a {
    display: block;
    color: #8687a7;
    line-height: 24px;
    padding: 8px 5px
}

.mail-list a.active {
    color: #FF715B;
    font-weight: 500
}

.message-list {
    display: block;
    padding-left: 0
}

.message-list li {
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    cursor: default;
    transition-duration: .3s
}

.message-list li a {
    color: #8687a7
}

.message-list li:hover {
    background: #f6f6f6;
    transition-duration: .05s
}

.message-list li .col-mail {
    float: left;
    position: relative
}

.message-list li .col-mail-1 {
    width: 320px
}

.message-list li .col-mail-1 .star-toggle, .message-list li .col-mail-1 .checkbox-wrapper-mail, .message-list li .col-mail-1 .dot {
    display: block;
    float: left
}

.message-list li .col-mail-1 .dot {
    border: 4px solid transparent;
    border-radius: 100px;
    margin: 22px 26px 0;
    height: 0;
    width: 0;
    line-height: 0;
    font-size: 0
}

.message-list li .col-mail-1 .checkbox-wrapper-mail {
    margin: 15px 10px 0 20px
}

.message-list li .col-mail-1 .star-toggle {
    margin-top: 18px;
    margin-left: 5px
}

.message-list li .col-mail-1 .title {
    position: absolute;
    top: 0;
    left: 110px;
    right: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0
}

.message-list li .col-mail-2 {
    position: absolute;
    top: 0;
    left: 320px;
    right: 0;
    bottom: 0
}

.message-list li .col-mail-2 .subject, .message-list li .col-mail-2 .date {
    position: absolute;
    top: 0
}

.message-list li .col-mail-2 .subject {
    left: 0;
    right: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.message-list li .col-mail-2 .date {
    right: 0;
    width: 170px;
    padding-left: 80px
}

.message-list li.active, .message-list li.active:hover {
    box-shadow: inset 3px 0 0 #3b5de7
}

.message-list li.unread {
    background-color: #f6f6f6;
    font-weight: 500;
    color: #292d32
}

.message-list li.unread a {
    color: #292d32;
    font-weight: 500
}

.message-list .checkbox-wrapper-mail {
    cursor: pointer;
    height: 20px;
    width: 20px;
    position: relative;
    display: inline-block;
    box-shadow: inset 0 0 0 1px #ced4da;
    border-radius: 1px
}

.message-list .checkbox-wrapper-mail input {
    opacity: 0;
    cursor: pointer
}

.message-list .checkbox-wrapper-mail input:checked ~ label {
    opacity: 1
}

.message-list .checkbox-wrapper-mail label {
    position: absolute;
    height: 20px;
    width: 20px;
    left: 0;
    cursor: pointer;
    opacity: 0;
    margin-bottom: 0;
    transition-duration: .05s;
    top: 0
}

.message-list .checkbox-wrapper-mail label:before {
    content: "\F12C";
    font-family: "Material Design Icons";
    top: 0;
    height: 20px;
    color: #292d32;
    width: 20px;
    position: absolute;
    margin-top: -16px;
    left: 4px;
    font-size: 13px
}

@media (max-width: 575.98px) {
    .message-list li .col-mail-1 {
        width: 200px
    }
}

.counter-number {
    font-size: 32px;
    font-weight: 600;
    text-align: center
}

.counter-number span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-top: 5px
}

.coming-box {
    float: left;
    width: 25%
}

.timeline-box {
    padding: 0px !important;
    position: relative
}

.timeline-box .item-lable {
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
    top: -20px;
    z-index: 1
}

.timeline-box .timeline-spacing {
    margin-bottom: 70px
}

.timeline-box .dot {
    width: 10px;
    height: 10px;
    border-radius: 100px;
    margin: 0px auto;
    position: relative;
    top: -6px;
    z-index: 1
}

.timeline-box .timeline-line {
    width: 100%;
    position: relative;
    height: 3px;
    border-top: 3px solid #eff2f7
}

.timeline-box .vertical-line {
    position: relative;
    width: 100%
}

.timeline-box .vertical-line .wrapper-line {
    width: 2px;
    height: 50px;
    background-color: #eff2f7;
    margin: 0 auto
}

.timeline-count .row:first-child .timeline-box:first-child .timeline-line:before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background: #eff2f7;
    position: absolute;
    top: -6px
}

.timeline-count .row:last-child .timeline-box:last-child .timeline-line, .timeline-count .row:first-child .timeline-box:first-child .timeline-line {
    border-top: 3px solid #eff2f7 !important
}

.timeline-count .row:last-child .timeline-box:last-child:before {
    content: unset !important
}

.timeline-count .row:nth-child(odd) .timeline-box:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    border-right: 3px solid #eff2f7
}

.timeline-count .row:nth-child(even) .timeline-box:last-child:before {
    content: '';
    position: absolute;
    right: 0;
    top: 30px;
    width: 100%;
    height: 100%;
    border-left: 3px solid #eff2f7
}

.timeline-count .row:nth-child(even) {
    direction: rtl
}

.plan-box .plan-btn {
    position: relative
}

.plan-box .plan-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #f6f6f6;
    left: 0px;
    right: 0px;
    top: 12px
}

section.lead_management .meeting_date, section.lead_management .meeting_time {
    font-size: 18px;
    font-weight: 500
}

section.lead_management .meeting_agenda {
    padding: 7px 0
}

section.lead_management .meeting_at {
    padding: 7px 0 20px;
    color: #FF715B
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100000
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333
}

.ui-widget-content a {
    color: #333333
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333333
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("../images/jqueryui/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("../images/jqueryui/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .003;
    filter: Alpha(Opacity=0.3)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666
}

.error-popupBG, .popup_bg {
    display: none;
    background: #000;
    background: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    transition: none
}

.errorbox {
    display: none;
    background: #FFF7F7;
    width: 60%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    z-index: 2000
}

.errorbox * {
    transition: none
}

.errorbox span.fa-stack {
    font-size: 2em;
    margin: 0 auto;
    display: block
}

.errorbox span.fa-stack i.fa-circle {
    color: #DF6255
}

.errorbox ul {
    padding: 0;
    margin: 15px 0
}

.errorbox li {
    text-align: center;
    font-weight: 300;
    color: #680001;
    list-style: none;
    margin-bottom: 10px
}

.errorbox li i {
    color: #DF6255
}

.errorbox button {
    display: block;
    margin: auto
}

.errorbox .btn-danger {
    background-color: #DF6255
}

.errorbox .btn-danger:focus {
    outline: #DF6255 !important
}

.popup {
    display: none;
    background: #ffffff;
    width: 60%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding: 15px;
    z-index: 2000
}

.popup, .popup * {
    transition: none
}

.popup .popup-data {
    max-height: 450px;
    overflow-y: auto;
    margin-bottom: 20px
}

@media (max-width: 900px) {
    .errorbox, .popup {
        width: 80%
    }
}

@media (max-width: 767px) {
    .errorbox, .popup {
        width: 90%
    }
}

@media (max-width: 600px) {
    .errorbox, .popup {
        font-size: 0.9em
    }
}

@media (max-width: 480px) {
    .errorbox, .popup {
        font-size: 0.8em;
        width: 100%
    }
}

.card {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card .card-title {
    margin-bottom: 1.5rem !important
}

.hidden {
    display: none !important
}

button i {
    padding-right: 5px
}

input:not([type=checkbox]):not([type=radio]), textarea, select {
    display: block;
    width: 100%;
    height: calc(1.5em + .94rem + 2px);
    padding: .47rem .75rem;
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    min-width: 150px;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    input:not([type=checkbox]):not([type=radio]), textarea, select {
        transition: none
    }
}

input:not([type=checkbox]):not([type=radio])::-ms-expand, textarea::-ms-expand, select::-ms-expand {
    background-color: transparent;
    border: 0
}

input:not([type=checkbox]):not([type=radio]):focus, textarea:focus, select:focus {
    color: #495057;
    background-color: #fff;
    border-color: #b1bbc4;
    outline: 0;
    box-shadow: none
}

input:not([type=checkbox]):not([type=radio])::placeholder, textarea::placeholder, select::placeholder {
    color: #8687a7;
    opacity: 1
}

input:not([type=checkbox]):not([type=radio]):disabled, input:not([type=checkbox]):not([type=radio])[readonly], textarea:disabled, textarea[readonly], select:disabled, select[readonly] {
    background-color: #fff;
    opacity: 1
}

input[readonly]:not(.form-control-plaintext) {
    border: none !important;
    padding: 0 !important;
    cursor: default
}

input.form-control-plaintext {
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important
}

input[disabled] {
    background-color: #e2e2e2 !important
}

input[type='text'][size], input[data-type="date"] {
    width: auto !important;
    min-width: auto !important
}

select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

input[type=file] {
    display: block;
    width: 100%
}

select[size], select[multiple] {
    height: auto
}

textarea {
    height: auto
}

label {
    padding-top: calc(.47rem + 1px);
    padding-bottom: calc(.47rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
    font-weight: 400
}

label.custom-control-label {
    padding-top: 0;
    padding-bottom: 0
}

ul.ui-widget-content.ui-autocomplete.ui-front {
    max-height: 250px;
    overflow: auto;
    border: none !important;
    background: white !important;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1)
}

ul.ui-widget-content.ui-autocomplete.ui-front li {
    font-size: 13px
}

ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-focus, ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-active {
    margin: auto
}

ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    border: none;
    background: none;
    font-weight: bold;
    color: #495057
}

button.btn, a.btn {
    border-radius: 0.25rem
}

.input-group:not(.input-daterange) input:not([type=checkbox]):not([type=radio]), .input-group:not(.input-daterange) textarea, .input-group:not(.input-daterange) select {
    width: auto;
    border-right: none
}

.input-daterange input {
    width: 50% !important
}

.custom-switch label {
    padding-top: 0;
    padding-bottom: 0
}

input[data-error-found], textarea[data-error-found], select[data-error-found] {
    border-color: #FF715B !important
}

input.not-allowed {
    background: url("../images/cross.png") no-repeat 97% center
}

.cyan #layout-wrapper::before {
    background: linear-gradient(to right, #02B09A, #007d67) !important
}

.cyan table.color thead, .cyan .bg-color {
    background-color: #02B09A;
    color: #fff
}

.cyan tr.bg-color {
    background-color: #02B09A !important
}

.cyan button.color, .cyan .button.color, .cyan a.color {
    background-color: #02B09A;
    color: #fff
}

.cyan button.color:hover, .cyan button.color:focus, .cyan button.color:active, .cyan .button.color:hover, .cyan .button.color:focus, .cyan .button.color:active, .cyan a.color:hover, .cyan a.color:focus, .cyan a.color:active {
    background-color: #007d67
}

.cyan :focus {
    outline: #02B09A auto 5px
}

.cyan .table-striped tr.color, .cyan tr.color {
    background: #02B09A;
    color: #fff
}

.cyan .ui-widget-header {
    border: 1px solid #007d67;
    background: #02B09A
}

.cyan .ui-state-hover, .cyan .ui-widget-content .ui-state-hover, .cyan .ui-widget-header .ui-state-hover, .cyan .ui-state-focus, .cyan .ui-widget-content .ui-state-focus, .cyan .ui-widget-header .ui-state-focus {
    border: 1px solid #007d67;
    background: #02B09A;
    font-weight: normal;
    color: #fff
}

.cyan .ui-autocomplete {
    background: #fafafa
}

.cyan .ui-autocomplete .ui-state-focus {
    width: 100%
}

.cyan .ui-state-active, .cyan .ui-widget-content .ui-state-active, .cyan .ui-widget-header .ui-state-active {
    border: 1px solid #007d67;
    background: azure;
    font-weight: bold;
    color: #007d67
}

.cyan ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #02B09A !important
}

.cyan table.dataTable.no-footer {
    border-bottom-color: #007d67
}

.cyan table.dataTable thead th, .cyan table.dataTable thead td {
    border-bottom-color: #007d67
}

.cyan table.color.dataTable.no-footer {
    border-bottom-color: #02B09A
}

.cyan table.color.dataTable thead th, .cyan table.dataTable thead td {
    border-bottom-color: #02B09A
}

.cyan .dataTables_wrapper .dataTables_info {
    color: #007d67
}

.cyan .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #02B09A linear-gradient(to bottom, #007d67 0%, #006c56 100%)
}

.cyan .page-item.active .page-link {
    background-color: #02B09A;
    border-color: transparent
}

.cyan .page-item.active .page-link:hover {
    background-color: #007d67;
    border-color: transparent
}

.cyan #paging_pageno li.current, .cyan #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #02B09A linear-gradient(to bottom, #007d67 0%, #006c56 100%)
}

.cyan #paging_pageno li.current a, .cyan #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.cyan table.dynamic thead tr {
    border-right-color: #02B09A
}

.cyan table.dynamic tbody tr td input:focus, .cyan table.dynamic tbody tr td select:focus, .cyan table.dynamic tbody tr td textarea:focus {
    border: solid 1px #02B09A !important
}

.cyan .vertical-menu {
    background: linear-gradient(to bottom, #02B09A, #007d67) !important
}

.cyan a {
    color: #02B09A
}

.orange #layout-wrapper::before {
    background: linear-gradient(to right, #C7844A, #945117) !important
}

.orange table.color thead, .orange .bg-color {
    background-color: #C7844A;
    color: #fff
}

.orange tr.bg-color {
    background-color: #C7844A !important
}

.orange button.color, .orange .button.color, .orange a.color {
    background-color: #C7844A;
    color: #fff
}

.orange button.color:hover, .orange button.color:focus, .orange button.color:active, .orange .button.color:hover, .orange .button.color:focus, .orange .button.color:active, .orange a.color:hover, .orange a.color:focus, .orange a.color:active {
    background-color: #945117
}

.orange :focus {
    outline: #C7844A auto 5px
}

.orange .table-striped tr.color, .orange tr.color {
    background: #C7844A;
    color: #fff
}

.orange .ui-widget-header {
    border: 1px solid #945117;
    background: #C7844A
}

.orange .ui-state-hover, .orange .ui-widget-content .ui-state-hover, .orange .ui-widget-header .ui-state-hover, .orange .ui-state-focus, .orange .ui-widget-content .ui-state-focus, .orange .ui-widget-header .ui-state-focus {
    border: 1px solid #945117;
    background: #C7844A;
    font-weight: normal;
    color: #fff
}

.orange .ui-autocomplete {
    background: #fafafa
}

.orange .ui-autocomplete .ui-state-focus {
    width: 100%
}

.orange .ui-state-active, .orange .ui-widget-content .ui-state-active, .orange .ui-widget-header .ui-state-active {
    border: 1px solid #945117;
    background: #fff;
    font-weight: bold;
    color: #945117
}

.orange ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #C7844A !important
}

.orange table.dataTable.no-footer {
    border-bottom-color: #945117
}

.orange table.dataTable thead th, .orange table.dataTable thead td {
    border-bottom-color: #945117
}

.orange table.color.dataTable.no-footer {
    border-bottom-color: #C7844A
}

.orange table.color.dataTable thead th, .orange table.dataTable thead td {
    border-bottom-color: #C7844A
}

.orange .dataTables_wrapper .dataTables_info {
    color: #945117
}

.orange .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #C7844A linear-gradient(to bottom, #945117 0%, #834006 100%)
}

.orange .page-item.active .page-link {
    background-color: #C7844A;
    border-color: transparent
}

.orange .page-item.active .page-link:hover {
    background-color: #945117;
    border-color: transparent
}

.orange #paging_pageno li.current, .orange #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #C7844A linear-gradient(to bottom, #945117 0%, #834006 100%)
}

.orange #paging_pageno li.current a, .orange #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.orange table.dynamic thead tr {
    border-right-color: #C7844A
}

.orange table.dynamic tbody tr td input:focus, .orange table.dynamic tbody tr td select:focus, .orange table.dynamic tbody tr td textarea:focus {
    border: solid 1px #C7844A !important
}

.orange .vertical-menu {
    background: linear-gradient(to bottom, #C7844A, #945117) !important
}

.orange a {
    color: #C7844A
}

.green #layout-wrapper::before {
    background: linear-gradient(to right, #48A06D, #156d3a) !important
}

.green table.color thead, .green .bg-color {
    background-color: #48A06D;
    color: #fff
}

.green tr.bg-color {
    background-color: #48A06D !important
}

.green button.color, .green .button.color, .green a.color {
    background-color: #48A06D;
    color: #fff
}

.green button.color:hover, .green button.color:focus, .green button.color:active, .green .button.color:hover, .green .button.color:focus, .green .button.color:active, .green a.color:hover, .green a.color:focus, .green a.color:active {
    background-color: #156d3a
}

.green :focus {
    outline: #48A06D auto 5px
}

.green .table-striped tr.color, .green tr.color {
    background: #48A06D;
    color: #fff
}

.green .ui-widget-header {
    border: 1px solid #156d3a;
    background: #48A06D
}

.green .ui-state-hover, .green .ui-widget-content .ui-state-hover, .green .ui-widget-header .ui-state-hover, .green .ui-state-focus, .green .ui-widget-content .ui-state-focus, .green .ui-widget-header .ui-state-focus {
    border: 1px solid #156d3a;
    background: #48A06D;
    font-weight: normal;
    color: #fff
}

.green .ui-autocomplete {
    background: #fafafa
}

.green .ui-autocomplete .ui-state-focus {
    width: 100%
}

.green .ui-state-active, .green .ui-widget-content .ui-state-active, .green .ui-widget-header .ui-state-active {
    border: 1px solid #156d3a;
    background: #fff;
    font-weight: bold;
    color: #156d3a
}

.green ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #48A06D !important
}

.green table.dataTable.no-footer {
    border-bottom-color: #156d3a
}

.green table.dataTable thead th, .green table.dataTable thead td {
    border-bottom-color: #156d3a
}

.green table.color.dataTable.no-footer {
    border-bottom-color: #48A06D
}

.green table.color.dataTable thead th, .green table.dataTable thead td {
    border-bottom-color: #48A06D
}

.green .dataTables_wrapper .dataTables_info {
    color: #156d3a
}

.green .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #48A06D linear-gradient(to bottom, #156d3a 0%, #045c29 100%)
}

.green .page-item.active .page-link {
    background-color: #48A06D;
    border-color: transparent
}

.green .page-item.active .page-link:hover {
    background-color: #156d3a;
    border-color: transparent
}

.green #paging_pageno li.current, .green #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #48A06D linear-gradient(to bottom, #156d3a 0%, #045c29 100%)
}

.green #paging_pageno li.current a, .green #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.green table.dynamic thead tr {
    border-right-color: #48A06D
}

.green table.dynamic tbody tr td input:focus, .green table.dynamic tbody tr td select:focus, .green table.dynamic tbody tr td textarea:focus {
    border: solid 1px #48A06D !important
}

.green .vertical-menu {
    background: linear-gradient(to bottom, #48A06D, #156d3a) !important
}

.green a {
    color: #48A06D
}

.red #layout-wrapper::before {
    background: linear-gradient(to right, #b76b65, #843832) !important
}

.red table.color thead, .red .bg-color {
    background-color: #b76b65;
    color: #fff
}

.red tr.bg-color {
    background-color: #b76b65 !important
}

.red button.color, .red .button.color, .red a.color {
    background-color: #b76b65;
    color: #fff
}

.red button.color:hover, .red button.color:focus, .red button.color:active, .red .button.color:hover, .red .button.color:focus, .red .button.color:active, .red a.color:hover, .red a.color:focus, .red a.color:active {
    background-color: #843832
}

.red :focus {
    outline: #b76b65 auto 5px
}

.red .table-striped tr.color, .red tr.color {
    background: #b76b65;
    color: #fff
}

.red .ui-widget-header {
    border: 1px solid #843832;
    background: #b76b65
}

.red .ui-state-hover, .red .ui-widget-content .ui-state-hover, .red .ui-widget-header .ui-state-hover, .red .ui-state-focus, .red .ui-widget-content .ui-state-focus, .red .ui-widget-header .ui-state-focus {
    border: 1px solid #843832;
    background: #b76b65;
    font-weight: normal;
    color: #fff
}

.red .ui-autocomplete {
    background: #fafafa
}

.red .ui-autocomplete .ui-state-focus {
    width: 100%
}

.red .ui-state-active, .red .ui-widget-content .ui-state-active, .red .ui-widget-header .ui-state-active {
    border: 1px solid #843832;
    background: #fff;
    font-weight: bold;
    color: #843832
}

.red ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #b76b65 !important
}

.red table.dataTable.no-footer {
    border-bottom-color: #843832
}

.red table.dataTable thead th, .red table.dataTable thead td {
    border-bottom-color: #843832
}

.red table.color.dataTable.no-footer {
    border-bottom-color: #b76b65
}

.red table.color.dataTable thead th, .red table.dataTable thead td {
    border-bottom-color: #b76b65
}

.red .dataTables_wrapper .dataTables_info {
    color: #843832
}

.red .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #b76b65 linear-gradient(to bottom, #843832 0%, #732721 100%)
}

.red .page-item.active .page-link {
    background-color: #b76b65;
    border-color: transparent
}

.red .page-item.active .page-link:hover {
    background-color: #843832;
    border-color: transparent
}

.red #paging_pageno li.current, .red #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #b76b65 linear-gradient(to bottom, #843832 0%, #732721 100%)
}

.red #paging_pageno li.current a, .red #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.red table.dynamic thead tr {
    border-right-color: #b76b65
}

.red table.dynamic tbody tr td input:focus, .red table.dynamic tbody tr td select:focus, .red table.dynamic tbody tr td textarea:focus {
    border: solid 1px #b76b65 !important
}

.red .vertical-menu {
    background: linear-gradient(to bottom, #b76b65, #843832) !important
}

.red a {
    color: #b76b65
}

.blue #layout-wrapper::before {
    background: linear-gradient(to right, #4B90BE, #185d8b) !important
}

.blue table.color thead, .blue .bg-color {
    background-color: #4B90BE;
    color: #fff
}

.blue tr.bg-color {
    background-color: #4B90BE !important
}

.blue button.color, .blue .button.color, .blue a.color {
    background-color: #4B90BE;
    color: #fff
}

.blue button.color:hover, .blue button.color:focus, .blue button.color:active, .blue .button.color:hover, .blue .button.color:focus, .blue .button.color:active, .blue a.color:hover, .blue a.color:focus, .blue a.color:active {
    background-color: #185d8b
}

.blue :focus {
    outline: #4B90BE auto 5px
}

.blue .table-striped tr.color, .blue tr.color {
    background: #4B90BE;
    color: #fff
}

.blue .ui-widget-header {
    border: 1px solid #185d8b;
    background: #4B90BE
}

.blue .ui-state-hover, .blue .ui-widget-content .ui-state-hover, .blue .ui-widget-header .ui-state-hover, .blue .ui-state-focus, .blue .ui-widget-content .ui-state-focus, .blue .ui-widget-header .ui-state-focus {
    border: 1px solid #185d8b;
    background: #4B90BE;
    font-weight: normal;
    color: #fff
}

.blue .ui-autocomplete {
    background: #fafafa
}

.blue .ui-autocomplete .ui-state-focus {
    width: 100%
}

.blue .ui-state-active, .blue .ui-widget-content .ui-state-active, .blue .ui-widget-header .ui-state-active {
    border: 1px solid #185d8b;
    background: #fff;
    font-weight: bold;
    color: #185d8b
}

.blue ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #4B90BE !important
}

.blue table.dataTable.no-footer {
    border-bottom-color: #185d8b
}

.blue table.dataTable thead th, .blue table.dataTable thead td {
    border-bottom-color: #185d8b
}

.blue table.color.dataTable.no-footer {
    border-bottom-color: #4B90BE
}

.blue table.color.dataTable thead th, .blue table.dataTable thead td {
    border-bottom-color: #4B90BE
}

.blue .dataTables_wrapper .dataTables_info {
    color: #185d8b
}

.blue .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #4B90BE linear-gradient(to bottom, #185d8b 0%, #074c7a 100%)
}

.blue .page-item.active .page-link {
    background-color: #4B90BE;
    border-color: transparent
}

.blue .page-item.active .page-link:hover {
    background-color: #185d8b;
    border-color: transparent
}

.blue #paging_pageno li.current, .blue #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #4B90BE linear-gradient(to bottom, #185d8b 0%, #074c7a 100%)
}

.blue #paging_pageno li.current a, .blue #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.blue table.dynamic thead tr {
    border-right-color: #4B90BE
}

.blue table.dynamic tbody tr td input:focus, .blue table.dynamic tbody tr td select:focus, .blue table.dynamic tbody tr td textarea:focus {
    border: solid 1px #4B90BE !important
}

.blue .vertical-menu {
    background: linear-gradient(to bottom, #4B90BE, #185d8b) !important
}

.blue a {
    color: #4B90BE
}

.purple #layout-wrapper::before {
    background: linear-gradient(to right, #9a7aae, #67477b) !important
}

.purple table.color thead, .purple .bg-color {
    background-color: #9a7aae;
    color: #fff
}

.purple tr.bg-color {
    background-color: #9a7aae !important
}

.purple button.color, .purple .button.color, .purple a.color {
    background-color: #9a7aae;
    color: #fff
}

.purple button.color:hover, .purple button.color:focus, .purple button.color:active, .purple .button.color:hover, .purple .button.color:focus, .purple .button.color:active, .purple a.color:hover, .purple a.color:focus, .purple a.color:active {
    background-color: #67477b
}

.purple :focus {
    outline: #9a7aae auto 5px
}

.purple .table-striped tr.color, .purple tr.color {
    background: #9a7aae;
    color: #fff
}

.purple .ui-widget-header {
    border: 1px solid #67477b;
    background: #9a7aae
}

.purple .ui-state-hover, .purple .ui-widget-content .ui-state-hover, .purple .ui-widget-header .ui-state-hover, .purple .ui-state-focus, .purple .ui-widget-content .ui-state-focus, .purple .ui-widget-header .ui-state-focus {
    border: 1px solid #67477b;
    background: #9a7aae;
    font-weight: normal;
    color: #fff
}

.purple .ui-autocomplete {
    background: #fafafa
}

.purple .ui-autocomplete .ui-state-focus {
    width: 100%
}

.purple .ui-state-active, .purple .ui-widget-content .ui-state-active, .purple .ui-widget-header .ui-state-active {
    border: 1px solid #67477b;
    background: #fff;
    font-weight: bold;
    color: #67477b
}

.purple ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #9a7aae !important
}

.purple table.dataTable.no-footer {
    border-bottom-color: #67477b
}

.purple table.dataTable thead th, .purple table.dataTable thead td {
    border-bottom-color: #67477b
}

.purple table.color.dataTable.no-footer {
    border-bottom-color: #9a7aae
}

.purple table.color.dataTable thead th, .purple table.dataTable thead td {
    border-bottom-color: #9a7aae
}

.purple .dataTables_wrapper .dataTables_info {
    color: #67477b
}

.purple .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #9a7aae linear-gradient(to bottom, #67477b 0%, #56366a 100%)
}

.purple .page-item.active .page-link {
    background-color: #9a7aae;
    border-color: transparent
}

.purple .page-item.active .page-link:hover {
    background-color: #67477b;
    border-color: transparent
}

.purple #paging_pageno li.current, .purple #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #9a7aae linear-gradient(to bottom, #67477b 0%, #56366a 100%)
}

.purple #paging_pageno li.current a, .purple #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.purple table.dynamic thead tr {
    border-right-color: #9a7aae
}

.purple table.dynamic tbody tr td input:focus, .purple table.dynamic tbody tr td select:focus, .purple table.dynamic tbody tr td textarea:focus {
    border: solid 1px #9a7aae !important
}

.purple .vertical-menu {
    background: linear-gradient(to bottom, #9a7aae, #67477b) !important
}

.purple a {
    color: #9a7aae
}

.black #layout-wrapper::before {
    background: linear-gradient(to right, #616161, #2e2e2e) !important
}

.black table.color thead, .black .bg-color {
    background-color: #616161;
    color: #fff
}

.black tr.bg-color {
    background-color: #616161 !important
}

.black button.color, .black .button.color, .black a.color {
    background-color: #616161;
    color: #fff
}

.black button.color:hover, .black button.color:focus, .black button.color:active, .black .button.color:hover, .black .button.color:focus, .black .button.color:active, .black a.color:hover, .black a.color:focus, .black a.color:active {
    background-color: #2e2e2e
}

.black :focus {
    outline: #616161 auto 5px
}

.black .table-striped tr.color, .black tr.color {
    background: #616161;
    color: #fff
}

.black .ui-widget-header {
    border: 1px solid #2e2e2e;
    background: #616161
}

.black .ui-state-hover, .black .ui-widget-content .ui-state-hover, .black .ui-widget-header .ui-state-hover, .black .ui-state-focus, .black .ui-widget-content .ui-state-focus, .black .ui-widget-header .ui-state-focus {
    border: 1px solid #2e2e2e;
    background: #616161;
    font-weight: normal;
    color: #fff
}

.black .ui-autocomplete {
    background: #fafafa
}

.black .ui-autocomplete .ui-state-focus {
    width: 100%
}

.black .ui-state-active, .black .ui-widget-content .ui-state-active, .black .ui-widget-header .ui-state-active {
    border: 1px solid #2e2e2e;
    background: #fff;
    font-weight: bold;
    color: #2e2e2e
}

.black ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #616161 !important
}

.black table.dataTable.no-footer {
    border-bottom-color: #2e2e2e
}

.black table.dataTable thead th, .black table.dataTable thead td {
    border-bottom-color: #2e2e2e
}

.black table.color.dataTable.no-footer {
    border-bottom-color: #616161
}

.black table.color.dataTable thead th, .black table.dataTable thead td {
    border-bottom-color: #616161
}

.black .dataTables_wrapper .dataTables_info {
    color: #2e2e2e
}

.black .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #616161 linear-gradient(to bottom, #2e2e2e 0%, #1d1d1d 100%)
}

.black .page-item.active .page-link {
    background-color: #616161;
    border-color: transparent
}

.black .page-item.active .page-link:hover {
    background-color: #2e2e2e;
    border-color: transparent
}

.black #paging_pageno li.current, .black #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #616161 linear-gradient(to bottom, #2e2e2e 0%, #1d1d1d 100%)
}

.black #paging_pageno li.current a, .black #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.black table.dynamic thead tr {
    border-right-color: #616161
}

.black table.dynamic tbody tr td input:focus, .black table.dynamic tbody tr td select:focus, .black table.dynamic tbody tr td textarea:focus {
    border: solid 1px #616161 !important
}

.black .vertical-menu {
    background: linear-gradient(to bottom, #616161, #2e2e2e) !important
}

.black a {
    color: #616161
}

.yellow #layout-wrapper::before {
    background: linear-gradient(to right, #aea600, #7b7300) !important
}

.yellow table.color thead, .yellow .bg-color {
    background-color: #aea600;
    color: #fff
}

.yellow tr.bg-color {
    background-color: #aea600 !important
}

.yellow button.color, .yellow .button.color, .yellow a.color {
    background-color: #aea600;
    color: #fff
}

.yellow button.color:hover, .yellow button.color:focus, .yellow button.color:active, .yellow .button.color:hover, .yellow .button.color:focus, .yellow .button.color:active, .yellow a.color:hover, .yellow a.color:focus, .yellow a.color:active {
    background-color: #7b7300
}

.yellow :focus {
    outline: #aea600 auto 5px
}

.yellow .table-striped tr.color, .yellow tr.color {
    background: #aea600;
    color: #fff
}

.yellow .ui-widget-header {
    border: 1px solid #7b7300;
    background: #aea600
}

.yellow .ui-state-hover, .yellow .ui-widget-content .ui-state-hover, .yellow .ui-widget-header .ui-state-hover, .yellow .ui-state-focus, .yellow .ui-widget-content .ui-state-focus, .yellow .ui-widget-header .ui-state-focus {
    border: 1px solid #7b7300;
    background: #aea600;
    font-weight: normal;
    color: #fff
}

.yellow .ui-autocomplete {
    background: #fafafa
}

.yellow .ui-autocomplete .ui-state-focus {
    width: 100%
}

.yellow .ui-state-active, .yellow .ui-widget-content .ui-state-active, .yellow .ui-widget-header .ui-state-active {
    border: 1px solid #7b7300;
    background: #ffe;
    font-weight: bold;
    color: #7b7300
}

.yellow ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #aea600 !important
}

.yellow table.dataTable.no-footer {
    border-bottom-color: #7b7300
}

.yellow table.dataTable thead th, .yellow table.dataTable thead td {
    border-bottom-color: #7b7300
}

.yellow table.color.dataTable.no-footer {
    border-bottom-color: #aea600
}

.yellow table.color.dataTable thead th, .yellow table.dataTable thead td {
    border-bottom-color: #aea600
}

.yellow .dataTables_wrapper .dataTables_info {
    color: #7b7300
}

.yellow .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #aea600 linear-gradient(to bottom, #7b7300 0%, #6a6200 100%)
}

.yellow .page-item.active .page-link {
    background-color: #aea600;
    border-color: transparent
}

.yellow .page-item.active .page-link:hover {
    background-color: #7b7300;
    border-color: transparent
}

.yellow #paging_pageno li.current, .yellow #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #aea600 linear-gradient(to bottom, #7b7300 0%, #6a6200 100%)
}

.yellow #paging_pageno li.current a, .yellow #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.yellow table.dynamic thead tr {
    border-right-color: #aea600
}

.yellow table.dynamic tbody tr td input:focus, .yellow table.dynamic tbody tr td select:focus, .yellow table.dynamic tbody tr td textarea:focus {
    border: solid 1px #aea600 !important
}

.yellow .vertical-menu {
    background: linear-gradient(to bottom, #aea600, #7b7300) !important
}

.yellow a {
    color: #aea600
}

.popup_window #layout-wrapper::before {
    background: linear-gradient(to right, #6c6c6c, #393939) !important
}

.popup_window table.color thead, .popup_window .bg-color {
    background-color: #6c6c6c;
    color: #fff
}

.popup_window tr.bg-color {
    background-color: #6c6c6c !important
}

.popup_window button.color, .popup_window .button.color, .popup_window a.color {
    background-color: #6c6c6c;
    color: #fff
}

.popup_window button.color:hover, .popup_window button.color:focus, .popup_window button.color:active, .popup_window .button.color:hover, .popup_window .button.color:focus, .popup_window .button.color:active, .popup_window a.color:hover, .popup_window a.color:focus, .popup_window a.color:active {
    background-color: #393939
}

.popup_window :focus {
    outline: #6c6c6c auto 5px
}

.popup_window .table-striped tr.color, .popup_window tr.color {
    background: #6c6c6c;
    color: #fff
}

.popup_window .ui-widget-header {
    border: 1px solid #393939;
    background: #6c6c6c
}

.popup_window .ui-state-hover, .popup_window .ui-widget-content .ui-state-hover, .popup_window .ui-widget-header .ui-state-hover, .popup_window .ui-state-focus, .popup_window .ui-widget-content .ui-state-focus, .popup_window .ui-widget-header .ui-state-focus {
    border: 1px solid #393939;
    background: #6c6c6c;
    font-weight: normal;
    color: #fff
}

.popup_window .ui-autocomplete {
    background: #fafafa
}

.popup_window .ui-autocomplete .ui-state-focus {
    width: 100%
}

.popup_window .ui-state-active, .popup_window .ui-widget-content .ui-state-active, .popup_window .ui-widget-header .ui-state-active {
    border: 1px solid #393939;
    background: #fff;
    font-weight: bold;
    color: #393939
}

.popup_window ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #6c6c6c !important
}

.popup_window table.dataTable.no-footer {
    border-bottom-color: #393939
}

.popup_window table.dataTable thead th, .popup_window table.dataTable thead td {
    border-bottom-color: #393939
}

.popup_window table.color.dataTable.no-footer {
    border-bottom-color: #6c6c6c
}

.popup_window table.color.dataTable thead th, .popup_window table.dataTable thead td {
    border-bottom-color: #6c6c6c
}

.popup_window .dataTables_wrapper .dataTables_info {
    color: #393939
}

.popup_window .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #6c6c6c linear-gradient(to bottom, #393939 0%, #282828 100%)
}

.popup_window .page-item.active .page-link {
    background-color: #6c6c6c;
    border-color: transparent
}

.popup_window .page-item.active .page-link:hover {
    background-color: #393939;
    border-color: transparent
}

.popup_window #paging_pageno li.current, .popup_window #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #6c6c6c linear-gradient(to bottom, #393939 0%, #282828 100%)
}

.popup_window #paging_pageno li.current a, .popup_window #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.popup_window table.dynamic thead tr {
    border-right-color: #6c6c6c
}

.popup_window table.dynamic tbody tr td input:focus, .popup_window table.dynamic tbody tr td select:focus, .popup_window table.dynamic tbody tr td textarea:focus {
    border: solid 1px #6c6c6c !important
}

.popup_window .vertical-menu {
    background: linear-gradient(to bottom, #6c6c6c, #393939) !important
}

.popup_window a {
    color: #6c6c6c
}

.gradient-blue #layout-wrapper::before {
    background: linear-gradient(to right, #327FAB, #00b29c) !important
}

.gradient-blue table.color thead, .gradient-blue .bg-color {
    background-color: #327FAB;
    color: #fff
}

.gradient-blue tr.bg-color {
    background-color: #327FAB !important
}

.gradient-blue button.color, .gradient-blue .button.color, .gradient-blue a.color {
    background-color: #327FAB;
    color: #fff
}

.gradient-blue button.color:hover, .gradient-blue button.color:focus, .gradient-blue button.color:active, .gradient-blue .button.color:hover, .gradient-blue .button.color:focus, .gradient-blue .button.color:active, .gradient-blue a.color:hover, .gradient-blue a.color:focus, .gradient-blue a.color:active {
    background-color: #00b29c
}

.gradient-blue :focus {
    outline: #327FAB auto 5px
}

.gradient-blue .table-striped tr.color, .gradient-blue tr.color {
    background: #327FAB;
    color: #fff
}

.gradient-blue .ui-widget-header {
    border: 1px solid #004c78;
    background: #327FAB
}

.gradient-blue .ui-state-hover, .gradient-blue .ui-widget-content .ui-state-hover, .gradient-blue .ui-widget-header .ui-state-hover, .gradient-blue .ui-state-focus, .gradient-blue .ui-widget-content .ui-state-focus, .gradient-blue .ui-widget-header .ui-state-focus {
    border: 1px solid #004c78;
    background: #327FAB;
    font-weight: normal;
    color: #fff
}

.gradient-blue .ui-autocomplete {
    background: #fafafa
}

.gradient-blue .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-blue .ui-state-active, .gradient-blue .ui-widget-content .ui-state-active, .gradient-blue .ui-widget-header .ui-state-active {
    border: 1px solid #004c78;
    background: #fff;
    font-weight: bold;
    color: #004c78
}

.gradient-blue ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #327FAB !important
}

.gradient-blue table.dataTable.no-footer {
    border-bottom-color: #00b29c
}

.gradient-blue table.dataTable thead th, .gradient-blue table.dataTable thead td {
    border-bottom-color: #00b29c
}

.gradient-blue table.color.dataTable.no-footer {
    border-bottom-color: #327FAB
}

.gradient-blue table.color.dataTable thead th, .gradient-blue table.dataTable thead td {
    border-bottom-color: #327FAB
}

.gradient-blue .dataTables_wrapper .dataTables_info {
    color: #004c78
}

.gradient-blue .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #327FAB linear-gradient(to bottom, #00b29c 0%, #00a18b 100%)
}

.gradient-blue .page-item.active .page-link {
    background-color: #327FAB;
    border-color: transparent
}

.gradient-blue .page-item.active .page-link:hover {
    background-color: #00b29c;
    border-color: transparent
}

.gradient-blue #paging_pageno li.current, .gradient-blue #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #327FAB linear-gradient(to bottom, #00b29c 0%, #00a18b 100%)
}

.gradient-blue #paging_pageno li.current a, .gradient-blue #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-blue table.dynamic thead tr {
    border-right-color: #327FAB
}

.gradient-blue table.dynamic tbody tr td input:focus, .gradient-blue table.dynamic tbody tr td select:focus, .gradient-blue table.dynamic tbody tr td textarea:focus {
    border: solid 1px #327FAB !important
}

.gradient-blue .vertical-menu {
    background: linear-gradient(to bottom, #327FAB, #00b29c) !important
}

.gradient-blue a {
    color: #327FAB
}

.gradient-purple #layout-wrapper::before {
    background: linear-gradient(to right, #956cbb, #2a8fb2) !important
}

.gradient-purple table.color thead, .gradient-purple .bg-color {
    background-color: #956cbb;
    color: #fff
}

.gradient-purple tr.bg-color {
    background-color: #956cbb !important
}

.gradient-purple button.color, .gradient-purple .button.color, .gradient-purple a.color {
    background-color: #956cbb;
    color: #fff
}

.gradient-purple button.color:hover, .gradient-purple button.color:focus, .gradient-purple button.color:active, .gradient-purple .button.color:hover, .gradient-purple .button.color:focus, .gradient-purple .button.color:active, .gradient-purple a.color:hover, .gradient-purple a.color:focus, .gradient-purple a.color:active {
    background-color: #2a8fb2
}

.gradient-purple :focus {
    outline: #956cbb auto 5px
}

.gradient-purple .table-striped tr.color, .gradient-purple tr.color {
    background: #956cbb;
    color: #fff
}

.gradient-purple .ui-widget-header {
    border: 1px solid #623988;
    background: #956cbb
}

.gradient-purple .ui-state-hover, .gradient-purple .ui-widget-content .ui-state-hover, .gradient-purple .ui-widget-header .ui-state-hover, .gradient-purple .ui-state-focus, .gradient-purple .ui-widget-content .ui-state-focus, .gradient-purple .ui-widget-header .ui-state-focus {
    border: 1px solid #623988;
    background: #956cbb;
    font-weight: normal;
    color: #fff
}

.gradient-purple .ui-autocomplete {
    background: #fafafa
}

.gradient-purple .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-purple .ui-state-active, .gradient-purple .ui-widget-content .ui-state-active, .gradient-purple .ui-widget-header .ui-state-active {
    border: 1px solid #623988;
    background: #fff;
    font-weight: bold;
    color: #623988
}

.gradient-purple ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #956cbb !important
}

.gradient-purple table.dataTable.no-footer {
    border-bottom-color: #2a8fb2
}

.gradient-purple table.dataTable thead th, .gradient-purple table.dataTable thead td {
    border-bottom-color: #2a8fb2
}

.gradient-purple table.color.dataTable.no-footer {
    border-bottom-color: #956cbb
}

.gradient-purple table.color.dataTable thead th, .gradient-purple table.dataTable thead td {
    border-bottom-color: #956cbb
}

.gradient-purple .dataTables_wrapper .dataTables_info {
    color: #623988
}

.gradient-purple .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #956cbb linear-gradient(to bottom, #2a8fb2 0%, #197ea1 100%)
}

.gradient-purple .page-item.active .page-link {
    background-color: #956cbb;
    border-color: transparent
}

.gradient-purple .page-item.active .page-link:hover {
    background-color: #2a8fb2;
    border-color: transparent
}

.gradient-purple #paging_pageno li.current, .gradient-purple #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #956cbb linear-gradient(to bottom, #2a8fb2 0%, #197ea1 100%)
}

.gradient-purple #paging_pageno li.current a, .gradient-purple #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-purple table.dynamic thead tr {
    border-right-color: #956cbb
}

.gradient-purple table.dynamic tbody tr td input:focus, .gradient-purple table.dynamic tbody tr td select:focus, .gradient-purple table.dynamic tbody tr td textarea:focus {
    border: solid 1px #956cbb !important
}

.gradient-purple .vertical-menu {
    background: linear-gradient(to bottom, #956cbb, #2a8fb2) !important
}

.gradient-purple a {
    color: #956cbb
}

.gradient-green #layout-wrapper::before {
    background: linear-gradient(to right, #177d8f, #71B280) !important
}

.gradient-green table.color thead, .gradient-green .bg-color {
    background-color: #177d8f;
    color: #fff
}

.gradient-green tr.bg-color {
    background-color: #177d8f !important
}

.gradient-green button.color, .gradient-green .button.color, .gradient-green a.color {
    background-color: #177d8f;
    color: #fff
}

.gradient-green button.color:hover, .gradient-green button.color:focus, .gradient-green button.color:active, .gradient-green .button.color:hover, .gradient-green .button.color:focus, .gradient-green .button.color:active, .gradient-green a.color:hover, .gradient-green a.color:focus, .gradient-green a.color:active {
    background-color: #71B280
}

.gradient-green :focus {
    outline: #177d8f auto 5px
}

.gradient-green .table-striped tr.color, .gradient-green tr.color {
    background: #177d8f;
    color: #fff
}

.gradient-green .ui-widget-header {
    border: 1px solid #004a5c;
    background: #177d8f
}

.gradient-green .ui-state-hover, .gradient-green .ui-widget-content .ui-state-hover, .gradient-green .ui-widget-header .ui-state-hover, .gradient-green .ui-state-focus, .gradient-green .ui-widget-content .ui-state-focus, .gradient-green .ui-widget-header .ui-state-focus {
    border: 1px solid #004a5c;
    background: #177d8f;
    font-weight: normal;
    color: #fff
}

.gradient-green .ui-autocomplete {
    background: #fafafa
}

.gradient-green .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-green .ui-state-active, .gradient-green .ui-widget-content .ui-state-active, .gradient-green .ui-widget-header .ui-state-active {
    border: 1px solid #004a5c;
    background: #fff;
    font-weight: bold;
    color: #004a5c
}

.gradient-green ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #177d8f !important
}

.gradient-green table.dataTable.no-footer {
    border-bottom-color: #71B280
}

.gradient-green table.dataTable thead th, .gradient-green table.dataTable thead td {
    border-bottom-color: #71B280
}

.gradient-green table.color.dataTable.no-footer {
    border-bottom-color: #177d8f
}

.gradient-green table.color.dataTable thead th, .gradient-green table.dataTable thead td {
    border-bottom-color: #177d8f
}

.gradient-green .dataTables_wrapper .dataTables_info {
    color: #004a5c
}

.gradient-green .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #177d8f linear-gradient(to bottom, #71B280 0%, #60a16f 100%)
}

.gradient-green .page-item.active .page-link {
    background-color: #177d8f;
    border-color: transparent
}

.gradient-green .page-item.active .page-link:hover {
    background-color: #71B280;
    border-color: transparent
}

.gradient-green #paging_pageno li.current, .gradient-green #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #177d8f linear-gradient(to bottom, #71B280 0%, #60a16f 100%)
}

.gradient-green #paging_pageno li.current a, .gradient-green #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-green table.dynamic thead tr {
    border-right-color: #177d8f
}

.gradient-green table.dynamic tbody tr td input:focus, .gradient-green table.dynamic tbody tr td select:focus, .gradient-green table.dynamic tbody tr td textarea:focus {
    border: solid 1px #177d8f !important
}

.gradient-green .vertical-menu {
    background: linear-gradient(to bottom, #177d8f, #71B280) !important
}

.gradient-green a {
    color: #177d8f
}

.gradient-golden #layout-wrapper::before {
    background: linear-gradient(to right, #7F6F24, #CCB139) !important
}

.gradient-golden table.color thead, .gradient-golden .bg-color {
    background-color: #7F6F24;
    color: #fff
}

.gradient-golden tr.bg-color {
    background-color: #7F6F24 !important
}

.gradient-golden button.color, .gradient-golden .button.color, .gradient-golden a.color {
    background-color: #7F6F24;
    color: #fff
}

.gradient-golden button.color:hover, .gradient-golden button.color:focus, .gradient-golden button.color:active, .gradient-golden .button.color:hover, .gradient-golden .button.color:focus, .gradient-golden .button.color:active, .gradient-golden a.color:hover, .gradient-golden a.color:focus, .gradient-golden a.color:active {
    background-color: #CCB139
}

.gradient-golden :focus {
    outline: #7F6F24 auto 5px
}

.gradient-golden .table-striped tr.color, .gradient-golden tr.color {
    background: #7F6F24;
    color: #fff
}

.gradient-golden .ui-widget-header {
    border: 1px solid #4c3c00;
    background: #7F6F24
}

.gradient-golden .ui-state-hover, .gradient-golden .ui-widget-content .ui-state-hover, .gradient-golden .ui-widget-header .ui-state-hover, .gradient-golden .ui-state-focus, .gradient-golden .ui-widget-content .ui-state-focus, .gradient-golden .ui-widget-header .ui-state-focus {
    border: 1px solid #4c3c00;
    background: #7F6F24;
    font-weight: normal;
    color: #fff
}

.gradient-golden .ui-autocomplete {
    background: #fafafa
}

.gradient-golden .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-golden .ui-state-active, .gradient-golden .ui-widget-content .ui-state-active, .gradient-golden .ui-widget-header .ui-state-active {
    border: 1px solid #4c3c00;
    background: #fff;
    font-weight: bold;
    color: #4c3c00
}

.gradient-golden ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #7F6F24 !important
}

.gradient-golden table.dataTable.no-footer {
    border-bottom-color: #CCB139
}

.gradient-golden table.dataTable thead th, .gradient-golden table.dataTable thead td {
    border-bottom-color: #CCB139
}

.gradient-golden table.color.dataTable.no-footer {
    border-bottom-color: #7F6F24
}

.gradient-golden table.color.dataTable thead th, .gradient-golden table.dataTable thead td {
    border-bottom-color: #7F6F24
}

.gradient-golden .dataTables_wrapper .dataTables_info {
    color: #4c3c00
}

.gradient-golden .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #7F6F24 linear-gradient(to bottom, #CCB139 0%, #bba028 100%)
}

.gradient-golden .page-item.active .page-link {
    background-color: #7F6F24;
    border-color: transparent
}

.gradient-golden .page-item.active .page-link:hover {
    background-color: #CCB139;
    border-color: transparent
}

.gradient-golden #paging_pageno li.current, .gradient-golden #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #7F6F24 linear-gradient(to bottom, #CCB139 0%, #bba028 100%)
}

.gradient-golden #paging_pageno li.current a, .gradient-golden #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-golden table.dynamic thead tr {
    border-right-color: #7F6F24
}

.gradient-golden table.dynamic tbody tr td input:focus, .gradient-golden table.dynamic tbody tr td select:focus, .gradient-golden table.dynamic tbody tr td textarea:focus {
    border: solid 1px #7F6F24 !important
}

.gradient-golden .vertical-menu {
    background: linear-gradient(to bottom, #7F6F24, #CCB139) !important
}

.gradient-golden a {
    color: #7F6F24
}

.gradient-brown #layout-wrapper::before {
    background: linear-gradient(to right, #855439, #CFA76E) !important
}

.gradient-brown table.color thead, .gradient-brown .bg-color {
    background-color: #855439;
    color: #fff
}

.gradient-brown tr.bg-color {
    background-color: #855439 !important
}

.gradient-brown button.color, .gradient-brown .button.color, .gradient-brown a.color {
    background-color: #855439;
    color: #fff
}

.gradient-brown button.color:hover, .gradient-brown button.color:focus, .gradient-brown button.color:active, .gradient-brown .button.color:hover, .gradient-brown .button.color:focus, .gradient-brown .button.color:active, .gradient-brown a.color:hover, .gradient-brown a.color:focus, .gradient-brown a.color:active {
    background-color: #CFA76E
}

.gradient-brown :focus {
    outline: #855439 auto 5px
}

.gradient-brown .table-striped tr.color, .gradient-brown tr.color {
    background: #855439;
    color: #fff
}

.gradient-brown .ui-widget-header {
    border: 1px solid #522106;
    background: #855439
}

.gradient-brown .ui-state-hover, .gradient-brown .ui-widget-content .ui-state-hover, .gradient-brown .ui-widget-header .ui-state-hover, .gradient-brown .ui-state-focus, .gradient-brown .ui-widget-content .ui-state-focus, .gradient-brown .ui-widget-header .ui-state-focus {
    border: 1px solid #522106;
    background: #855439;
    font-weight: normal;
    color: #fff
}

.gradient-brown .ui-autocomplete {
    background: #fafafa
}

.gradient-brown .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-brown .ui-state-active, .gradient-brown .ui-widget-content .ui-state-active, .gradient-brown .ui-widget-header .ui-state-active {
    border: 1px solid #522106;
    background: #fff;
    font-weight: bold;
    color: #522106
}

.gradient-brown ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #855439 !important
}

.gradient-brown table.dataTable.no-footer {
    border-bottom-color: #CFA76E
}

.gradient-brown table.dataTable thead th, .gradient-brown table.dataTable thead td {
    border-bottom-color: #CFA76E
}

.gradient-brown table.color.dataTable.no-footer {
    border-bottom-color: #855439
}

.gradient-brown table.color.dataTable thead th, .gradient-brown table.dataTable thead td {
    border-bottom-color: #855439
}

.gradient-brown .dataTables_wrapper .dataTables_info {
    color: #522106
}

.gradient-brown .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #855439 linear-gradient(to bottom, #CFA76E 0%, #be965d 100%)
}

.gradient-brown .page-item.active .page-link {
    background-color: #855439;
    border-color: transparent
}

.gradient-brown .page-item.active .page-link:hover {
    background-color: #CFA76E;
    border-color: transparent
}

.gradient-brown #paging_pageno li.current, .gradient-brown #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #855439 linear-gradient(to bottom, #CFA76E 0%, #be965d 100%)
}

.gradient-brown #paging_pageno li.current a, .gradient-brown #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-brown table.dynamic thead tr {
    border-right-color: #855439
}

.gradient-brown table.dynamic tbody tr td input:focus, .gradient-brown table.dynamic tbody tr td select:focus, .gradient-brown table.dynamic tbody tr td textarea:focus {
    border: solid 1px #855439 !important
}

.gradient-brown .vertical-menu {
    background: linear-gradient(to bottom, #855439, #CFA76E) !important
}

.gradient-brown a {
    color: #855439
}

.gradient-cyan #layout-wrapper::before {
    background: linear-gradient(to right, #0b8287, #11a2a1) !important
}

.gradient-cyan table.color thead, .gradient-cyan .bg-color {
    background-color: #0b8287;
    color: #fff
}

.gradient-cyan tr.bg-color {
    background-color: #0b8287 !important
}

.gradient-cyan button.color, .gradient-cyan .button.color, .gradient-cyan a.color {
    background-color: #0b8287;
    color: #fff
}

.gradient-cyan button.color:hover, .gradient-cyan button.color:focus, .gradient-cyan button.color:active, .gradient-cyan .button.color:hover, .gradient-cyan .button.color:focus, .gradient-cyan .button.color:active, .gradient-cyan a.color:hover, .gradient-cyan a.color:focus, .gradient-cyan a.color:active {
    background-color: #11a2a1
}

.gradient-cyan :focus {
    outline: #0b8287 auto 5px
}

.gradient-cyan .table-striped tr.color, .gradient-cyan tr.color {
    background: #0b8287;
    color: #fff
}

.gradient-cyan .ui-widget-header {
    border: 1px solid #004f54;
    background: #0b8287
}

.gradient-cyan .ui-state-hover, .gradient-cyan .ui-widget-content .ui-state-hover, .gradient-cyan .ui-widget-header .ui-state-hover, .gradient-cyan .ui-state-focus, .gradient-cyan .ui-widget-content .ui-state-focus, .gradient-cyan .ui-widget-header .ui-state-focus {
    border: 1px solid #004f54;
    background: #0b8287;
    font-weight: normal;
    color: #fff
}

.gradient-cyan .ui-autocomplete {
    background: #fafafa
}

.gradient-cyan .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-cyan .ui-state-active, .gradient-cyan .ui-widget-content .ui-state-active, .gradient-cyan .ui-widget-header .ui-state-active {
    border: 1px solid #004f54;
    background: #f9ffff;
    font-weight: bold;
    color: #004f54
}

.gradient-cyan ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #0b8287 !important
}

.gradient-cyan table.dataTable.no-footer {
    border-bottom-color: #11a2a1
}

.gradient-cyan table.dataTable thead th, .gradient-cyan table.dataTable thead td {
    border-bottom-color: #11a2a1
}

.gradient-cyan table.color.dataTable.no-footer {
    border-bottom-color: #0b8287
}

.gradient-cyan table.color.dataTable thead th, .gradient-cyan table.dataTable thead td {
    border-bottom-color: #0b8287
}

.gradient-cyan .dataTables_wrapper .dataTables_info {
    color: #004f54
}

.gradient-cyan .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #0b8287 linear-gradient(to bottom, #11a2a1 0%, #009190 100%)
}

.gradient-cyan .page-item.active .page-link {
    background-color: #0b8287;
    border-color: transparent
}

.gradient-cyan .page-item.active .page-link:hover {
    background-color: #11a2a1;
    border-color: transparent
}

.gradient-cyan #paging_pageno li.current, .gradient-cyan #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #0b8287 linear-gradient(to bottom, #11a2a1 0%, #009190 100%)
}

.gradient-cyan #paging_pageno li.current a, .gradient-cyan #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-cyan table.dynamic thead tr {
    border-right-color: #0b8287
}

.gradient-cyan table.dynamic tbody tr td input:focus, .gradient-cyan table.dynamic tbody tr td select:focus, .gradient-cyan table.dynamic tbody tr td textarea:focus {
    border: solid 1px #0b8287 !important
}

.gradient-cyan .vertical-menu {
    background: linear-gradient(to bottom, #0b8287, #11a2a1) !important
}

.gradient-cyan a {
    color: #0b8287
}

.gradient-black #layout-wrapper::before {
    background: linear-gradient(to right, #201c20, #021d1c) !important
}

.gradient-black table.color thead, .gradient-black .bg-color {
    background-color: #201c20;
    color: #fff
}

.gradient-black tr.bg-color {
    background-color: #201c20 !important
}

.gradient-black button.color, .gradient-black .button.color, .gradient-black a.color {
    background-color: #201c20;
    color: #fff
}

.gradient-black button.color:hover, .gradient-black button.color:focus, .gradient-black button.color:active, .gradient-black .button.color:hover, .gradient-black .button.color:focus, .gradient-black .button.color:active, .gradient-black a.color:hover, .gradient-black a.color:focus, .gradient-black a.color:active {
    background-color: #021d1c
}

.gradient-black :focus {
    outline: #201c20 auto 5px
}

.gradient-black .table-striped tr.color, .gradient-black tr.color {
    background: #201c20;
    color: #fff
}

.gradient-black .ui-widget-header {
    border: 1px solid #000;
    background: #201c20
}

.gradient-black .ui-state-hover, .gradient-black .ui-widget-content .ui-state-hover, .gradient-black .ui-widget-header .ui-state-hover, .gradient-black .ui-state-focus, .gradient-black .ui-widget-content .ui-state-focus, .gradient-black .ui-widget-header .ui-state-focus {
    border: 1px solid #000;
    background: #201c20;
    font-weight: normal;
    color: #fff
}

.gradient-black .ui-autocomplete {
    background: #fafafa
}

.gradient-black .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-black .ui-state-active, .gradient-black .ui-widget-content .ui-state-active, .gradient-black .ui-widget-header .ui-state-active {
    border: 1px solid #000;
    background: #fff;
    font-weight: bold;
    color: #000
}

.gradient-black ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #201c20 !important
}

.gradient-black table.dataTable.no-footer {
    border-bottom-color: #021d1c
}

.gradient-black table.dataTable thead th, .gradient-black table.dataTable thead td {
    border-bottom-color: #021d1c
}

.gradient-black table.color.dataTable.no-footer {
    border-bottom-color: #201c20
}

.gradient-black table.color.dataTable thead th, .gradient-black table.dataTable thead td {
    border-bottom-color: #201c20
}

.gradient-black .dataTables_wrapper .dataTables_info {
    color: #000
}

.gradient-black .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #201c20 linear-gradient(to bottom, #021d1c 0%, #000c0b 100%)
}

.gradient-black .page-item.active .page-link {
    background-color: #201c20;
    border-color: transparent
}

.gradient-black .page-item.active .page-link:hover {
    background-color: #021d1c;
    border-color: transparent
}

.gradient-black #paging_pageno li.current, .gradient-black #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #201c20 linear-gradient(to bottom, #021d1c 0%, #000c0b 100%)
}

.gradient-black #paging_pageno li.current a, .gradient-black #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-black table.dynamic thead tr {
    border-right-color: #201c20
}

.gradient-black table.dynamic tbody tr td input:focus, .gradient-black table.dynamic tbody tr td select:focus, .gradient-black table.dynamic tbody tr td textarea:focus {
    border: solid 1px #201c20 !important
}

.gradient-black .vertical-menu {
    background: linear-gradient(to bottom, #201c20, #021d1c) !important
}

.gradient-black a {
    color: #201c20
}

.gradient-mh #layout-wrapper::before {
    background: linear-gradient(to right, #7b272d, #711a36) !important
}

.gradient-mh table.color thead, .gradient-mh .bg-color {
    background-color: #7b272d;
    color: #fff
}

.gradient-mh tr.bg-color {
    background-color: #7b272d !important
}

.gradient-mh button.color, .gradient-mh .button.color, .gradient-mh a.color {
    background-color: #7b272d;
    color: #fff
}

.gradient-mh button.color:hover, .gradient-mh button.color:focus, .gradient-mh button.color:active, .gradient-mh .button.color:hover, .gradient-mh .button.color:focus, .gradient-mh .button.color:active, .gradient-mh a.color:hover, .gradient-mh a.color:focus, .gradient-mh a.color:active {
    background-color: #711a36
}

.gradient-mh :focus {
    outline: #7b272d auto 5px
}

.gradient-mh .table-striped tr.color, .gradient-mh tr.color {
    background: #7b272d;
    color: #fff
}

.gradient-mh .ui-widget-header {
    border: 1px solid #480000;
    background: #7b272d
}

.gradient-mh .ui-state-hover, .gradient-mh .ui-widget-content .ui-state-hover, .gradient-mh .ui-widget-header .ui-state-hover, .gradient-mh .ui-state-focus, .gradient-mh .ui-widget-content .ui-state-focus, .gradient-mh .ui-widget-header .ui-state-focus {
    border: 1px solid #480000;
    background: #7b272d;
    font-weight: normal;
    color: #fff
}

.gradient-mh .ui-autocomplete {
    background: #fafafa
}

.gradient-mh .ui-autocomplete .ui-state-focus {
    width: 100%
}

.gradient-mh .ui-state-active, .gradient-mh .ui-widget-content .ui-state-active, .gradient-mh .ui-widget-header .ui-state-active {
    border: 1px solid #480000;
    background: #fff;
    font-weight: bold;
    color: #480000
}

.gradient-mh ul.ui-widget-content.ui-autocomplete.ui-front li .ui-state-highlight {
    color: #7b272d !important
}

.gradient-mh table.dataTable.no-footer {
    border-bottom-color: #711a36
}

.gradient-mh table.dataTable thead th, .gradient-mh table.dataTable thead td {
    border-bottom-color: #711a36
}

.gradient-mh table.color.dataTable.no-footer {
    border-bottom-color: #7b272d
}

.gradient-mh table.color.dataTable thead th, .gradient-mh table.dataTable thead td {
    border-bottom-color: #7b272d
}

.gradient-mh .dataTables_wrapper .dataTables_info {
    color: #480000
}

.gradient-mh .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #FFF !important;
    background: #7b272d linear-gradient(to bottom, #711a36 0%, #600925 100%)
}

.gradient-mh .page-item.active .page-link {
    background-color: #7b272d;
    border-color: transparent
}

.gradient-mh .page-item.active .page-link:hover {
    background-color: #711a36;
    border-color: transparent
}

.gradient-mh #paging_pageno li.current, .gradient-mh #paging_pageno li:not(.no-style):hover {
    border: 1px solid #000;
    background: #7b272d linear-gradient(to bottom, #711a36 0%, #600925 100%)
}

.gradient-mh #paging_pageno li.current a, .gradient-mh #paging_pageno li:not(.no-style):hover a {
    color: #FFF !important
}

.gradient-mh table.dynamic thead tr {
    border-right-color: #7b272d
}

.gradient-mh table.dynamic tbody tr td input:focus, .gradient-mh table.dynamic tbody tr td select:focus, .gradient-mh table.dynamic tbody tr td textarea:focus {
    border: solid 1px #7b272d !important
}

.gradient-mh .vertical-menu {
    background: linear-gradient(to bottom, #7b272d, #711a36) !important
}

.gradient-mh a {
    color: #7b272d
}

/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr
}

.datepicker-inline {
    width: 220px
}

.datepicker-rtl {
    direction: rtl
}

.datepicker-rtl.dropdown-menu {
    left: auto
}

.datepicker-rtl table tr td span {
    float: right
}

.datepicker-dropdown {
    top: 0;
    left: 0
}

.datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #999;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute
}

.datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute
}

.datepicker-dropdown.datepicker-orient-left:before {
    left: 6px
}

.datepicker-dropdown.datepicker-orient-left:after {
    left: 7px
}

.datepicker-dropdown.datepicker-orient-right:before {
    right: 6px
}

.datepicker-dropdown.datepicker-orient-right:after {
    right: 7px
}

.datepicker-dropdown.datepicker-orient-bottom:before {
    top: -7px
}

.datepicker-dropdown.datepicker-orient-bottom:after {
    top: -6px
}

.datepicker-dropdown.datepicker-orient-top:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999
}

.datepicker-dropdown.datepicker-orient-top:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #fff
}

.datepicker table {
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
    background-color: transparent
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #eee;
    cursor: pointer
}

.datepicker table tr td.new, .datepicker table tr td.old {
    color: #999
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td.highlighted {
    background: #d9edf7;
    border-radius: 0
}

.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fde19a;
    background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
    background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
    border-color: #fdf59a #fdf59a #fbed50;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] {
    background-color: #fdf59a
}

.datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active {
    background-color: #fbf069 \9
}

.datepicker table tr td.today:hover:hover {
    color: #000
}

.datepicker table tr td.today.active:hover {
    color: #fff
}

.datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover {
    background: #eee;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover {
    background-color: #f3d17a;
    background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
    background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
    border-color: #f3e97a #f3e97a #edde34;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] {
    background-color: #f3e97a
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active {
    background-color: #efe24b \9
}

.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
    background-color: #9e9e9e;
    background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey));
    background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: -o-linear-gradient(to bottom, #b3b3b3, grey);
    background-image: linear-gradient(to bottom, #b3b3b3, grey);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
    border-color: grey grey #595959;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] {
    background-color: grey
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active {
    background-color: #666 \9
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #04c
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active {
    background-color: #039 \9
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #eee
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    background: 0 0;
    color: #999;
    cursor: default
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom, #08c, #04c);
    background-image: -ms-linear-gradient(to bottom, #08c, #04c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));
    background-image: -webkit-linear-gradient(to bottom, #08c, #04c);
    background-image: -o-linear-gradient(to bottom, #08c, #04c);
    background-image: linear-gradient(to bottom, #08c, #04c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
    border-color: #04c #04c #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #04c
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #039 \9
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #999
}

.datepicker .datepicker-switch {
    width: 145px
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    cursor: pointer
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #eee
}

.datepicker .next.disabled, .datepicker .prev.disabled {
    visibility: hidden
}

.datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle
}

.input-append.date .add-on, .input-prepend.date .add-on {
    cursor: pointer
}

.input-append.date .add-on i, .input-prepend.date .add-on i {
    margin-top: 3px
}

.input-daterange input {
    text-align: center
}

.input-daterange input:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px
}

.input-daterange input:last-child {
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0
}

.input-daterange .add-on {
    display: inline-block;
    width: auto;
    min-width: 16px;
    height: 18px;
    padding: 4px 5px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    vertical-align: middle;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-left: -5px;
    margin-right: -5px
}

section.voucher-report table.data-table-report td, section.voucher-report table.data-table-report th {
    vertical-align: middle
}

section.voucher-report table.data-table-report td.report-actions .btn-group {
    border-radius: 0.25rem;
    color: white
}

section.voucher-report table.data-table-report td.report-actions .btn-group > a {
    color: white
}

section.voucher-report table.data-table-report td.report-actions .btn-group .dropdown-menu {
    right: 0 !important;
    left: auto !important
}

section.voucher-report table.data-table-report td.report-actions .btn-group .dropdown-menu .dropdown-item {
    padding-left: 0.8rem;
    padding-right: 0.8rem
}

section.voucher-report table.data-table-report td.report-actions .btn-group .dropdown-menu .dropdown-item i {
    padding-right: 10px
}

.status-list {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40%;
    background: #fff;
    box-shadow: 0 0 5px #ccc;
    z-index: 10000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    border-top: inherit
}

@media (max-width: 767.98px) {
    .status-list {
        width: 70%
    }
}

@media (max-width: 575.98px) {
    .status-list {
        width: 100%
    }
}

.status-list .heading {
    padding: 8px 20px;
    color: #fff
}

.status-list .heading button {
    float: right;
    margin: 1px -15px 0 0;
    font-size: 1.2em;
    cursor: pointer;
    transition: 500ms all;
    border: inherit;
    background: transparent;
    color: #fff
}

.status-list ul {
    margin: 0;
    padding: 0
}

.status-list ul li {
    line-height: 35px;
    list-style: none;
    font-size: 0.9em;
    border-bottom: solid 1px #eee;
    padding: 0 15px;
    color: #999
}

.status-list ul li:last-child {
    border-bottom: none
}

.status-list ul li i {
    margin: 0 10px 0 0px;
    font-size: 1.4em
}

.status-list.error-list {
    color: #5B2223
}

.status-list.error-list .heading button:hover {
    color: #930B0B
}

.status-list.error-list ul li i {
    color: #FF715B
}

.status-list.success-list {
    color: #fff
}

.status-list.success-list .heading button:hover {
    color: #3A9424
}

.status-list.success-list ul li i {
    color: #45cb85
}

.status-page {
    transition: none;
    margin: auto;
    float: inherit;
    border-radius: 3px;
    font-size: 0.9em;
    padding: 15px
}

@media (max-width: 575.98px) {
    .status-page {
        font-size: 0.6em
    }
}

.status-page h3 {
    padding: 0;
    margin: 12px auto 0 auto;
    text-align: center
}

@media (max-width: 575.98px) {
    .status-page h3 {
        font-size: 4em !important;
        text-align: left
    }
}

@media (max-width: 480px) {
    .status-page h3 {
        width: 100%;
        margin-top: 10px;
        text-align: center
    }
}

.status-page h2 {
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400
}

@media (max-width: 991.98px) {
    .status-page h2 {
        width: 75%
    }
}

.status-page > i {
    font-size: 2.5em;
    border-radius: 150px;
    margin: 0 auto 15px !important;
    line-height: 50px;
    width: 50px;
    text-align: center;
    display: table;
    color: #fff
}

@media (max-width: 767.98px) {
    .status-page > i.fa-warning {
        font-size: 5em;
        padding: 20px !important
    }
}

@media (max-width: 480px) {
    .status-page > i {
        display: table;
        margin: auto !important;
        float: inherit !important
    }
}

.status-page ul {
    display: table;
    margin: auto;
    padding: 0
}

@media (max-width: 575.98px) {
    .status-page ul {
        font-size: 1.5em
    }
}

.status-page ul li {
    list-style: none;
    margin-bottom: 5px;
    clear: both;
    font-size: 14px;
    padding-top: 10px
}

@media (max-width: 575.98px) {
    .status-page ul li {
        display: table;
        margin: auto
    }
}

@media (max-width: 480px) {
    .status-page ul li {
        text-align: center
    }
}

.status-page ul li span {
    font-size: 0.9em
}

.status-page ul li p {
    text-align: left;
    width: 405px
}

@media (max-width: 575.98px) {
    .status-page ul li p {
        width: inherit !important;
        padding-left: 10px;
        overflow: hidden;
        white-space: pre-line
    }
}

.status-page ul li:last-child {
    margin-bottom: 0
}

.status-page p {
    text-align: center
}

.status-page.error {
    color: #5B2223;
    background: #FDE0E1;
    border: solid 5px #CC8888
}

.status-page.error h2 {
    color: #831111;
    border-bottom: solid 2px #CC8888
}

@media (max-width: 575.98px) {
    .status-page.error h3 {
        font-size: 1.3em !important;
        text-align: left
    }
}

.status-page.error > i {
    background-color: #C43A3A;
    padding: 5px 16px
}

.status-page.error ul {
    width: inherit
}

@media (max-width: 991.98px) {
    .status-page.error ul {
        font-size: 1em !important
    }
}

.status-page.error ul li {
    color: #8B2626
}

.status-page.error ul li span {
    color: #CD171B
}

.status-page.error ul li i {
    color: #C7282A
}

@media (max-width: 991.98px) {
    .status-page.error {
        font-size: 1em !important
    }
}

.status-page.success {
    background: #EFFFEC;
    border: solid 1px #D0E2CC
}

.status-page.success h3 {
    color: #48a06d;
    border-bottom: solid 2px #48a06d;
    width: 89%
}

.status-page.success > i {
    background-color: #48a06d
}

.status-page.success p a {
    color: #48a06d;
    border-bottom: solid 1px #48a06d
}

.status-page.success p a:hover {
    text-decoration: none;
    color: #206C0E;
    border-bottom: solid 1px #379022
}

.status-page.success ul li {
    color: #3B8B27
}

.status-page.success ul li span {
    color: #38D112
}

.status-page.success ul li i {
    color: #86E771
}

table.dynamic thead tr {
    border-right: solid 1px
}

table.dynamic thead tr th {
    font-size: 13px !important;
    border-bottom: none !important
}

table.dynamic tbody tr:first-child td {
    border-top: none
}

table.dynamic tbody tr td {
    padding: 0;
    font-size: 13px !important;
    color: #495057;
    vertical-align: middle;
    border: solid 1px #ced4da;
    position: relative
}

table.dynamic tbody tr td label {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    display: block
}

table.dynamic tbody tr td input:not([type='checkbox']):not([type='radio']), table.dynamic tbody tr td select, table.dynamic tbody tr td textarea, table.dynamic tbody tr td input[readonly], table.dynamic tbody tr td input[disabled] {
    width: 100% !important;
    font-size: 13px !important;
    padding: 3px 7px !important;
    height: calc(2rem + 6px) !important;
    border-radius: 0 !important;
    border: solid 1px transparent !important;
    background-color: #fff !important
}

table.dynamic tbody tr td input:not([type='checkbox']):not([type='radio']):focus, table.dynamic tbody tr td select:focus, table.dynamic tbody tr td textarea:focus, table.dynamic tbody tr td input[readonly]:focus, table.dynamic tbody tr td input[disabled]:focus {
    outline: none !important
}

table.dynamic tbody tr td input:not([type='checkbox']):not([type='radio'])[data-type="int"], table.dynamic tbody tr td input:not([type='checkbox']):not([type='radio'])[data-type="float"], table.dynamic tbody tr td select[data-type="int"], table.dynamic tbody tr td select[data-type="float"], table.dynamic tbody tr td textarea[data-type="int"], table.dynamic tbody tr td textarea[data-type="float"], table.dynamic tbody tr td input[readonly][data-type="int"], table.dynamic tbody tr td input[readonly][data-type="float"], table.dynamic tbody tr td input[disabled][data-type="int"], table.dynamic tbody tr td input[disabled][data-type="float"] {
    text-align: center
}

table.dynamic tbody tr td input:not([type='checkbox']):not([type='radio']).bg-danger, table.dynamic tbody tr td select.bg-danger, table.dynamic tbody tr td textarea.bg-danger, table.dynamic tbody tr td input[readonly].bg-danger, table.dynamic tbody tr td input[disabled].bg-danger {
    background-color: #FF715B !important;
    color: #fff;
    border-color: #FF715B !important
}

table.dynamic tbody tr td textarea {
    height: auto !important;
    max-height: calc(2rem + 6px) !important
}

table.dynamic tbody tr td textarea:focus {
    height: 120px !important;
    max-height: 120px !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10
}

table.dynamic tbody tr td.text {
    padding: 3px 7px !important;
    background-color: #eff2f7
}

table.dynamic tbody tr td.action {
    text-align: center
}

table.dynamic tbody tr td.action button {
    background: transparent;
    border: none;
    color: #8687a7;
    text-align: center
}

table.dynamic tbody tr td.action button i {
    padding: 0 !important
}

table.dynamic tbody tr td.action button:hover i {
    color: #FF715B
}

/*# sourceMappingURL=app.css.map */
