
.sidebar-light:not(.dark) .inner-menu {
    background: #FFF;
    border-right-color: #e2e3e6;
    color: #777;
}

.sidebar-light:not(.dark) .inner-menu .title {
    color: #465162;
}

.sidebar-light:not(.dark) .inner-menu hr.separator {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.1)), to(transparent));
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.1), transparent);
}

.sidebar-light:not(.dark) .inner-menu a.menu-item {
    color: #777;
}

.sidebar-light:not(.dark) .inner-menu a.menu-item:hover {
    background: #e2e3e6;
    color: #777;
}

.sidebar-light:not(.dark) .inner-menu a.menu-item.active {
    background: #e2e3e6;
}

table .checkbox-custom {
    padding: 0 0 0 5px;
}

.nano .card-body {
    padding: 0 0 0 20px !important;
}

.alert-default {
    background-color: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
    color: #6c6c6c !important;
}

.main-social-icon {
    font-size: 18px !important;
    color: #ccc !important;
}

.main-social-icon:hover {
    color: #006450 !important;
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.6);
}

.media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-toolbar, .media-gallery .mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info {
    display: table;
    width: 100%;
    height: 100%;
    padding-bottom: 34px;
}

.mg-files .thumbnail .thumb-preview .mg-thumb-options .mg-info .mg-info-overlay {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.mg-info-q, .mg-info-w {
    color: #fff;
}

.mg-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 340px;
}

.jquery-accordion-menu .jquery-accordion-menu-footer:first-child {
    margin-top: 10px;
}

.wm-item-progress {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
}

.submenu .wm-item-progress {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 100%;
    padding-left: 22px;
}

.sidebar-widget.widget-stats {
    position: fixed;
    bottom: 10px;
    width: 245px;
}

.sidebar-widget {
    margin: 0 30px 0 25px;
}

ul.nav-main li a, .sidebar-widget .widget-header h6, .main-social-icon {
    color: #fff !important;
}

form label {
    font-weight: bold !important;
    color: #666 !important;
}

.sidebar-hr {
    display: table;
    margin: 0 auto;
    width: 100%;
}

.sidebar-hr .line-thru {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
}

.sidebar-hr .line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}

.sidebar-hr .line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}


.sidebar-hr .line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

.inner-toolbar > ul > li {
    padding-top: 14px;
    color: #fff;
}

.inner-toolbar > ul > li a {
    color: #fff !important;
}

.inner-toolbar > ul > li .btn {
    margin-top: -8px;
    margin-right: 2px;
    margin-left: 2px;
}

.inner-toolbar .nav-pills .btn {
    margin-top: 0;
}

.hierarchy-select .btn {
    width: 100%;
}

.inner-toolbar button {
    margin-left: 8px;
}

.card-title {
    float: left
}

.actions {
    float: right;
}

.chat-message .right-bubble {
    position: relative;
    background-color: #166954;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    padding: 8px;
    left: 80px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
    -moz-box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
    box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
    margin-right: 80px;
}

.chat-message p {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.chat-message a {
    color: #fff;
    font-size: 16px;
    text-align: left;
}

.right-time {
    margin-top: 12px;
    position: relative;
    text-align: left;
    left: 15px;
    font-size: 12px;
}

.left-bubble {
    position: relative;
    background-color: #ffffff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 10px;
    color: #333;
    left: 0px;
    margin-right: 80px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
    -moz-box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
    box-shadow: 0px 6px 10px 0px rgba(44,94,151,0.2);
}

.left-bubble p {
    color: rgb(29,37,39);
    font-size: 16px;
    text-align: left;
    margin-right: 15px;
}

.left-bubble a {
    color: rgb(29,37,39);
    font-size: 16px;
    text-align: left;
    margin-right: 15px;
}

div[left] {
    margin-right: 15px;
    position: relative;
}

div[right] {
    margin-right: 0px !important;
    position: relative;
    text-align: right;
}

.was-validated .uneditable-input:invalid, .uneditable-input.is-invalid {
    border-color: #dc3545;
}

.was-validated .uneditable-input:valid, .uneditable-input.is-valid {
    border-color: #28a745;
}

.was-validated .uneditable-button:invalid, .uneditable-button.is-invalid {
    border-color: #dc3545;
}

.was-validated .uneditable-button:valid, .uneditable-button.is-valid {
    border-color: #28a745;
}

@media only screen and (max-width: 40em) {
    .table-mobile thead th:not(:first-child) {
        display: none;
    }

    .table-mobile td {
        display: flex;
    }

    .table-mobile td:not([title]) {
        display: none;
    }

    .table-mobile td[title]:before {
        content: attr(title);
        font-weight: bold;
        display: flex;
        width: 38%;
    }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #ab092f;
}

.mdi {
    font-size: 14pt;
}

.swal-button--confirm {
    background-color: #166954;
    border-color: #166954 #166954 #0d3f32;
    color: #FFF;
}

.swal-button--confirm:hover,
.swal-button--confirm.hover,
.swal-button--confirm:not([disabled]):hover {
    background-color: #1d896d;
    border-color: #1f9376 #1f9376 #166954;
    color: #FFF;
}


.swal-button--cancel {
    background-color: #2e353e;
    border-color: #2e353e #2e353e #181c21;
    color: #FFF;
}

.swal-button--cancel:hover,
.swal-button--cancel.hover,
.swal-button--cancel:not([disabled]):hover {
    background-color: #3e4854;
    border-color: #444e5b #444e5b #2e353e;
    color: #FFF;
}

body #loader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #FFFFFF;
    z-index: 99999;
}

body #loader .loading {
    font-weight: 800;
    font-size: 1.5em;
    text-transform: uppercase;
    color: #ACACAC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

body #loader .loading .txt {
    opacity: 1;
}

body #loader .loading .progress {
    opacity: 1;
    height: 4px;
    width: 200px;
    background: rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    position: relative;
}

body #loader .loading .progress .bar-loading {
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #006450;
}

body #loader.pr__dark {
    background: #101010;
}

body #loader.pr__dark .progress {
    background: rgba(255, 255, 255, 0.2);
}

.item-feature {
    color: #fff !important;
    background-color: #006450 !important;
}

.item-feature.active {
    color: #006450 !important;
    background-color: #fff !important;
}

.card-body .timeline .tm-body {
    padding: 0 !important;
}

.center-sign .logo {
    margin-top: 1rem;
}

.card-contact {
    min-height: 400px;
}

.inner-menu hr.separator {
    background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(rgba(0, 0, 0, 0.4)), to(transparent));
    background-image: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.4), transparent);
    margin: 20px -35px 20px;
}

.table-list {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.table-list td {
    border-bottom: 1px solid #dee2e6;
}

.table-list tr td:first-child {
    border-left: 1px solid #dee2e6;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-list tr td:last-child {
    border-right: 1px solid #dee2e6;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.social-icons-list a i {
    font-weight: 900;
}
