.skin-default-dark {
    /*Theme Colors*/
}

.skin-default-dark .topbar {
    background: #EA8521;
}

.skin-default-dark .sidebar-nav ul li a.active, .skin-default-dark .sidebar-nav ul li a:hover {
    color: #EA8521;
}

.skin-default-dark .sidebar-nav ul li a.active i, .skin-default-dark .sidebar-nav ul li a:hover i {
    color: #EA8521;
}

.sidebar-nav > ul > li.active > a {
    color: #EA8521;
}

.sidebar-nav > ul > li.active > a i {
color: #EA8521;
}

.skin-default-dark .sidebar-nav > ul > li.active > a {
    color: #EA8521;
    border-left: 3px solid #EA8521;
}

.skin-default-dark .sidebar-nav > ul > li.active > a i {
    color: #EA8521;
}

.skin-default-dark .page-titles .breadcrumb .breadcrumb-item.active {
    color: #EA8521;
}

.skin-default-dark .topbar .top-navbar .navbar-header {
    background: #01345F;
}

.topbar .top-navbar .navbar-header{
    background: #01345F;
}

.skin-default-dark .topbar .top-navbar .navbar-header .navbar-brand .dark-logo {
    display: none;
}

.skin-default-dark .topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
}

.skin-default-dark .left-sidebar {
    background: {leftsidebar};
}

.skin-default-dark .left-sidebar .user-pro-body a.link {
    color: #8D97AD;
}

.left-sidebar {
    background: {leftsidebar};
}

@media (min-width: 768px) {
    .skin-default-dark.mini-sidebar .sidebar-nav #sidebarnav > li > ul, .skin-default-dark.mini-sidebar .sidebar-nav #sidebarnav > li:hover > a {
        background: #8D97AD;
    }
}

.skin-default .topbar {
    background: #01345F;
}

a {
    color: #EA8521;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #d1771e;
    text-decoration: underline;
}

.btn-primary {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-primary:hover {
    color: #fff;
    background-color: #d1771e;
    border-color: #d1771e;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #d87b1e;
    border-color: #d87b1e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-secondary {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-secondary:hover {
    color: #212529;
    background-color: #012f55;
    border-color: #808798;
}

.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem #013058;
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #808798;
    border-color: #808798;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #013058;
}

.btn-success {
    color: #fff;
    background-color: #57CC96;
    border-color: #57CC96;
}

.btn-success:hover {
    color: #fff;
    background-color: #4eb686;
    border-color: #4eb686;
}

.btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #57CC96;
    border-color: #57CC96;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #4eb686;
    border-color: #50bc8a;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-info {
    color: #fff;
    background-color: #198EF7;
    border-color: #198EF7;
}

.btn-info:hover {
    color: #fff;
    background-color: #167fdd;
    border-color: #167fdd;
}

.btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem #81b1f9;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #198EF7;
    border-color: #198EF7;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #167fdd;
    border-color: #167fdd;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #81b1f9;
}

.btn-warning {
    color: #212529;
    background-color: #FEDB6A;
    border-color: #FEDB6A;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e3c45f;
    border-color: #e3c45f;
}

.btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem #fee59d;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #FEDB6A;
    border-color: #FEDB6A;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #e3c45f;
    border-color: #eaca62;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #fee59d;
}

.btn-danger {
    color: #fff;
    background-color: #FF6C6A;
    border-color: #FF6C6A;
}

.btn-danger:hover {
    color: #fff;
    background-color: #e4615f;
    border-color: #e4615f;
}

.btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem {dangerFocus};
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #FF6C6A;
    border-color: #FF6C6A;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #e4615f;
    border-color: #eb6462;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem {dangerFocus};
}

.btn-light {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-light:hover {
    color: #212529;
    background-color: #012f55;
    border-color: #808798;
}

.btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem #013058;
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #808798;
    border-color: #808798;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #013058;
}

.btn-dark {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-dark:hover {
    color: #fff;
    background-color: #d1771e;
    border-color: #d1771e;
}

.btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #d1771e;
    border-color: #d1771e;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-outline-primary {
    color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #EA8521;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-outline-secondary {
    color: #212529;
    border-color: #01345F;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #012f55;
    border-color: #01345F;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #01345F;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-outline-success {
    color: #57CC96;
    border-color: #57CC96;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #57CC96;
    border-color: #57CC96;
}

.btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem #94dab6;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #57CC96;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #57CC96;
    border-color: #57CC96;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #94dab6;
}

.btn-outline-info {
    color: #198EF7;
    border-color: #198EF7;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #198EF7;
    border-color: #198EF7;
}

.btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem #81b1f9;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #198EF7;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #198EF7;
    border-color: #198EF7;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #81b1f9;
}

.btn-outline-warning {
    color: #FEDB6A;
    border-color: #FEDB6A;
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #FEDB6A;
    border-color: #FEDB6A;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem #fee59d;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #FEDB6A;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #FEDB6A;
    border-color: #FEDB6A;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #fee59d;
}

.btn-outline-danger {
    color: #FF6C6A;
    border-color: #FF6C6A;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #FF6C6A;
    border-color: #FF6C6A;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem #ff9e9d;
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #FF6C6A;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #FF6C6A;
    border-color: #FF6C6A;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #ff9e9d;
}

.btn-outline-light {
    color: #01345F;
    border-color: #01345F;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #01345F;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #01345F;
    border-color: #01345F;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #808798;
}

.btn-outline-dark {
    color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #EA8521;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #efac83;
}


.btn-link {
    font-weight: 400;
    color: #EA8521;
    text-decoration: none;
}

.btn-link:hover {
    color: #d1771e;
    text-decoration: underline;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: #fff!important;
    text-decoration: none;
    background-color: #01345F;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #EA8521;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #EA8521;
    background-color: #EA8521;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #EA8521;
    background-color: #EA8521;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #4F5467;
    content: "Browse";
    background-color: #01345F;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}



.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #EA8521;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #EA8521;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #EA8521;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #EA8521;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #d1771e;
    text-decoration: none;
    background-color: #F8F9FA;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}


.badge-primary {
    color: #212529;
    background-color: #EA8521;
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #d1771e;
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #efac83;
}

.badge-secondary {
    color: #212529;
    background-color: #01345F;
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #808798;
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #808798;
}

.badge-success {
    color: #fff;
    background-color: #57CC96;
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #4eb686;
}

a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #94dab6;
}

.badge-info {
    color: #fff;
    background-color: #198EF7;
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #167fdd;
}

a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #81b1f9;
}

.badge-warning {
    color: #212529;
    background-color: #FEDB6A;
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #e3c45f;
}

a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #fee59d;
}

.badge-danger {
    color: #fff;
    background-color: #FF6C6A;
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #e4615f;
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ff9e9d;
}

.badge-light {
    color: #212529;
    background-color: #01345F;
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #808798;
}

a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #808798;
}

.badge-dark {
    color: #fff;
    background-color: #EA8521;
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #d1771e;
}

a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem #efac83;
}



.progress {
    display: flex;
    height: auto;
    overflow: hidden;
    font-size: 0.65625rem;
    background-color: #01345F;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #EA8521;
    transition: width 0.6s ease;
}


.list-group-item-action {
    width: 100%;
    color: #4F5467;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #4F5467;
    text-decoration: none;
    background-color: #01345F;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.list-group-item-primary {
    color: #EA8521;
    background-color: #EA8521;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #EA8521;
    background-color: #d1771e;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}

.list-group-item-secondary {
    color: #01345F;
    background-color: #F8F9FA;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #01345F;
    background-color: #012f55;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #01345F;
    border-color: #01345F;
}

.list-group-item-success {
    color: #57CC96;
    background-color: #57CC96;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #57CC96;
    background-color: #4eb686;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #57CC96;
    border-color: #57CC96;
}



.list-group-item-warning {
    color: #FEDB6A;
    background-color: #ff9e9d;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #FEDB6A;
    background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #FEDB6A;
    border-color: #FEDB6A;
}

.list-group-item-danger {
    color: #77373d;
    background-color: #f7d5d9;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #77373d;
    background-color: #f3c0c6;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #77373d;
    border-color: #77373d;
}

.list-group-item-light {
    color: #01345F;
    background-color: #F8F9FA;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #01345F;
    background-color: #012f55;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #01345F;
    border-color: #01345F;
}

.list-group-item-dark {
    color: #EA8521;
    background-color: #EA8521;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #EA8521;
    background-color: #d1771e;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #EA8521;
    border-color: #EA8521;
}


.bg-primary {
    background-color: #EA8521 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #d1771e !important;
}

.bg-secondary {
    background-color: #01345F !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #808798 !important;
}

.bg-success {
    background-color: #57CC96 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #4eb686 !important;
}

.bg-info {
    background-color: #198EF7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #167fdd !important;
}

.bg-warning {
    background-color: #FEDB6A !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #e3c45f !important;
}

.bg-danger {
    background-color: #FF6C6A !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #e4615f !important;
}

.bg-light {
    background-color: #01345F !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #808798 !important;
}

.bg-dark {
    background-color: #EA8521 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #d1771e !important;
}

.bg-cyan {
    background-color: #198EF7 !important;
}

.text-primary {
    color: #EA8521 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #d1771e !important;
}

.text-secondary {
    color: #01345F !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #012f55 !important;
}

.text-success {
    color: #57CC96 !important;
}

a.text-success:hover, a.text-success:focus {
    color: #4eb686 !important;
}

.text-info {
    color: #198EF7 !important;
}

a.text-info:hover, a.text-info:focus {
    color: #167fdd !important;
}

.text-warning {
    color: #FEDB6A !important;
}

a.text-warning:hover, a.text-warning:focus {
    color: #e3c45f !important;
}

.text-danger {
    color: #FF6C6A !important;
}

a.text-danger:hover, a.text-danger:focus {
    color: #e4615f !important;
}

.text-light {
    color: #01345F !important;
}

a.text-light:hover, a.text-light:focus {
    color: #012f55 !important;
}

.text-dark {
    color: #EA8521 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #d1771e !important;
}

.text-cyan {
    color: #198EF7 !important;
}
a {
    color: #EA8521;
}


a.link:hover, a.link:focus {
    color: #EA8521;
}


html body .bg-megna {
    background-color: #198EF7;
}

html body .bg-theme {
    background-color: #EA8521;
}

html body .bg-light {
    background-color: #F8F9FA;
}

html body .bg-white {
    background-color: #fff;
}

.round {
    line-height: 48px;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border-radius: 100%;
    background: #198EF7;
}

.round img {
    border-radius: 100%;
}

.round-lg {
    line-height: 65px;
    width: 60px;
    height: 60px;
    font-size: 30px;
}

.round.round-info {
    background: #198EF7;
}

.round.round-warning {
    background: #FEDB6A;
}

.round.round-danger {
    background: #FF6C6A;
}

.round.round-success {
    background: #57CC96;
}

.round.round-primary {
    background: #EA8521;
}

ul.list-style-none {
    margin: 0px;
    padding: 0px;
}

ul.list-style-none li {
    list-style: none;
}

ul.list-style-none li a {
    color: #212529;
    padding: 8px 0px;
    display: block;
    text-decoration: none;
}

ul.list-style-none li a:hover {
    color: #EA8521;
}

/*******************
Card
******************/
.card {
    margin-bottom: 20px;
}

.card .card-subtitle {
    font-weight: 300;
    margin-bottom: 15px;
    color: #6c757d;
}

.card .card-title {
    position: relative;
    font-weight: 500;
}

.card .card-actions {
    float: right;
}

.card .card-actions a {
    padding: 0 5px;
    cursor: pointer;
}

.card-group {
    margin-bottom: 20px;
}

.card-group .card {
    border-right: 1px solid #F8F9FA;
}

.card-fullscreen {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: auto;
}

/*******************
Labels
*******************/
.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 0.25rem;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #198EF7;
}

.label-success {
    background-color: #57CC96;
}

.label-info {
    background-color: #198EF7;
}

.label-warning {
    background-color: #FEDB6A;
}

.label-danger {
    background-color: #FF6C6A;
}

.label-megna {
    background-color: #198EF7;
}

.label-primary {
    background-color: #EA8521;
}

.label-purple {
    background-color: #ab8ce4;
}

.label-red {
    background-color: #FF6C6A;
}

.label-inverse {
    background-color: #EA8521;
}

.label-default {
    background-color: #01345F;
}

/*******************
 Topbar
*******************/
.topbar {
    position: relative;
    z-index: 50;
}

.topbar .navbar-collapse {
    padding: 0px;
}

.topbar .top-navbar {
    min-height: 50px;
    padding: 0px;
}

.topbar .top-navbar .dropdown-toggle::after {
    display: none;
}

.topbar .top-navbar .navbar-header {
    background: #01345F;
    line-height: 65px;
    padding-left: 10px;
    min-width: 70px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
    line-height: 50px;
    display: inline-block;
}

.topbar .top-navbar .navbar-nav > .nav-item > .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 50px;
}

.topbar .top-navbar .navbar-nav > .nav-item > span {
    line-height: 45px;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
}

.topbar .dropdown-menu {
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
    border-color: #F8F9FA;
}

.topbar .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem;
}

/*******************
Notify
*******************/
.notify {
    position: relative;
    top: -28px;
    right: -7px;
}

.notify .heartbit {
    position: absolute;
    top: -20px;
    right: -4px;
    height: 25px;
    width: 25px;
    z-index: 10;
    border: 5px solid #FF6C6A;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 6px;
    height: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #FF6C6A;
    position: absolute;
    right: 6px;
    top: -10px;
}


.app-search {
    line-height: 60px;
}

.app-search .form-control {
    border-radius: 60px;
    border-color: transparent;
    transition: 0.2s ease-in;
    width: 180px;
}

.app-search .form-control:focus {
    width: 300px;
}

.mega-dropdown {
    position: static;
    width: 100%;
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
}

.mega-dropdown ul {
    padding: 0px;
}

.mega-dropdown ul li {
    list-style: none;
}

.mega-dropdown .carousel-item .container {
    padding: 0px;
}

.mega-dropdown .nav-accordion .card {
    margin-bottom: 1px;
}

.mega-dropdown .nav-accordion .card-header {
    background: #fff;
}

.mega-dropdown .nav-accordion .card-header h5 {
    margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
    text-decoration: none;
    color: #212529;
}

.sidebar-nav ul li a.active, .sidebar-nav ul li a:hover {
    color: #EA8521;
}

.sidebar-nav ul li a.active i, .sidebar-nav ul li a:hover i {
    color: #EA8521;
}

.sidebar-nav ul li a.active {
    font-weight: 500;
    color: #EA8521;
}

.sidebar-nav > ul > li.active > a {
    color: #EA8521;
    font-weight: 500;
    border-left: 3px solid #EA8521;
}

.sidebar-nav > ul > li.active > a i {
    color: #EA8521;
}

.right-sidebar .rpanel-title {
    display: block;
    padding: 22px 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    background: #EA8521;
}
.green-theme {
    background: #57CC96;
}

.yellow-theme {
    background: #FEDB6A;
}

.red-theme {
    background: #FF6C6A;
}

.blue-theme {
    background: #198EF7;
}


.megna-theme {
    background: #198EF7;
}

.default-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #6c757d 23%, #6c757d 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #6c757d 23%, #6c757d 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #6c757d 23%, #6c757d 99%);
}

.green-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #57CC96 23%, #57CC96 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #57CC96 23%, #57CC96 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #57CC96 23%, #57CC96 99%);
}

.yellow-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
}

.blue-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
}

.purple-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #ab8ce4 23%, #ab8ce4 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #ab8ce4 23%, #ab8ce4 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #ab8ce4 23%, #ab8ce4 99%);
}

.megna-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #198EF7 23%, #198EF7 99%);
}

.red-dark-theme {
    background: #EA8521;
    /* Old browsers */
    background: -moz-linear-gradient(left, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #EA8521 0%, #EA8521 23%, #FF6C6A 23%, #FF6C6A 99%);
}

#slimtest4.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #198EF7;
}

#slimtest4.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
    background-color: #198EF7;
}

#slimtest4.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
    background-color: #198EF7;
}

.custom-control-input:checked ~ .custom-control-indicator {
    background-color: #57CC96;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #EA8521;
}

.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: #EA8521;
    color: #fff;
}


.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
    color: #EA8521;
    background: #01345F;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #EA8521;
    color: #fff;
    border-color: #EA8521;
}

.input-form .btn {
    padding: 8px 12px;
}

}

.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#EA8521, #EA8521), linear-gradient(#F8F9FA, #F8F9FA);
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
}


.form-control-line .form-control:focus {
    border-bottom: 1px solid #EA8521;
}

/*******************
Form validation error 
******************/
.error .help-block {
    color: #FF6C6A;
}


.error .form-control {

    border-color: #FF6C6A;
}


.validate .form-control {

    border-color: #57CC96;
}       

 .has-success .form-control-feedback,
                      
 .has-success .form-control-label,
                
 .has-success .col-form-label,

 .has-success .form-check-label,

 .has-success .custom-control {

   color: #57CC96; }

 

 .has-success .form-control {

   border-color: #57CC96; }

.color-table th {
  border: 0px; }

.color-table.primary-table thead th {
  background-color: #EA8521;
  color: #fff; }

.table-striped tbody tr:nth-of-type(odd) {
  background: #F8F9FA; }

.color-table.success-table thead th {
  background-color: #57CC96;
  color: #fff; }

.color-table.info-table thead th {
  background-color: #198EF7;
  color: #fff; }

.color-table.warning-table thead th {
  background-color: #FEDB6A;
  color: #fff; }

.color-table.danger-table thead th {
  background-color: #FF6C6A;
  color: #fff; }

.color-table.inverse-table thead th {
  background-color: #EA8521;
  color: #fff; }

.color-table.dark-table thead th {
  background-color: #EA8521;
  color: #fff; }

.color-table.red-table thead th {
  background-color: #FF6C6A;
  color: #fff; }


.color-bordered-table.primary-bordered-table {
  border: 2px solid #EA8521; }
  .color-bordered-table.primary-bordered-table thead th {
    background-color: #EA8521;
    color: #fff; }

.color-bordered-table.success-bordered-table {
  border: 2px solid #57CC96; }
  .color-bordered-table.success-bordered-table thead th {
    background-color: #57CC96;
    color: #fff; }

.color-bordered-table.info-bordered-table {
  border: 2px solid #198EF7; }
  .color-bordered-table.info-bordered-table thead th {
    background-color: #198EF7;
    color: #fff; }

.color-bordered-table.warning-bordered-table {
  border: 2px solid #FEDB6A; }
  .color-bordered-table.warning-bordered-table thead th {
    background-color: #FEDB6A;
    color: #fff; }

.color-bordered-table.danger-bordered-table {
  border: 2px solid #FF6C6A; }
  .color-bordered-table.danger-bordered-table thead th {
    background-color: #FF6C6A;
    color: #fff; }

.color-bordered-table.inverse-bordered-table {
  border: 2px solid #EA8521; }
  .color-bordered-table.inverse-bordered-table thead th {
    background-color: #EA8521;
    color: #fff; }

.color-bordered-table.dark-bordered-table {
  border: 2px solid #EA8521; }
  .color-bordered-table.dark-bordered-table thead th {
    background-color: #EA8521;
    color: #fff; }

.color-bordered-table.red-bordered-table {
  border: 2px solid #FF6C6A; }
  .color-bordered-table.red-bordered-table thead th {
    background-color: #FF6C6A;
    color: #fff; }

.dt-buttons {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 15px; }
  .dt-buttons .dt-button {
    padding: 5px 15px;
    border-radius: 0.25rem;
    background: #EA8521;
    color: #fff;
    margin-right: 3px; }
    .dt-buttons .dt-button:hover {
      background: #EA8521; }

.dataTables_info,
.dataTables_length {
  display: inline-block; }

.dataTables_length {
  margin-top: 10px; }
  .dataTables_length select {
    border: 0;
    background-image: linear-gradient(#EA8521, #EA8521), linear-gradient(#F8F9FA, #F8F9FA);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    padding-bottom: 5px; }
    .dataTables_length select:focus {
      outline: none;
      background-image: linear-gradient(#EA8521, #EA8521), linear-gradient(#F8F9FA, #F8F9FA);
      background-size: 100% 2px, 100% 1px;
      box-shadow: none;
      transition-duration: 0.3s; }

.dataTables_filter {
  float: right;
  margin-top: 10px; }
  .dataTables_filter input {
    border: 0;
    background-image: linear-gradient(#EA8521, #EA8521), linear-gradient(#F8F9FA, #F8F9FA);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    float: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 10px; }
    .dataTables_filter input:focus {
      outline: none;
      background-image: linear-gradient(#EA8521, #EA8521), linear-gradient(#F8F9FA, #F8F9FA);
      background-size: 100% 2px, 100% 1px;
      box-shadow: none;
      transition-duration: 0.3s; }

#editable-datatable_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

#editable-datatable_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  *cursor: hand;
  color: #212529;
  border: 1px solid #ddd; }

#editable-datatable_wrapper .dataTables_paginate .paginate_button.current,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  border: 1px solid #EA8521;
  background-color: #EA8521; }

#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#editable-datatable_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #212529;
  border: 1px solid #F8F9FA;
  background: transparent;
  box-shadow: none; }

#editable-datatable_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #EA8521;
  background-color: #EA8521; }
  #editable-datatable_wrapper .dataTables_paginate .paginate_button:hover a {
    color: #fff; }

#editable-datatable_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #212529; }

#editable-datatable_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

/*******************
Table- responsive
******************/
.tablesaw-bar .btn-group label {
  color: #212529 !important; }

/*******************
Table- editable table
******************/
.dt-bootstrap {
  display: block; }

.stylish-table tbody tr {
  border-left: 3px solid transparent; }
  .stylish-table tbody tr:hover, .stylish-table tbody tr.active {
    border-color: #EA8521; }

/*******************
Table-Jsgrid table
******************/
.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #67757c;
  border: 1px solid #ddd; }

.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
  background-color: #EA8521;
  color: #fff; }

.jsgrid-pager-current-page {
  background-color: #EA8521;
  color: #fff; }

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
  padding: 0; }

.jsgrid-pager-page.jsgrid-pager-current-page {
  padding: 0.5em 1em !important; }

#footable-addrow .open > .dropdown-menu {
  display: block; }

/*******************
Other comon scss for all pages
*******************/
.calendar-events {
  padding: 8px 10px;
  border: 1px solid #fff;
  cursor: move; }
  .calendar-events:hover {
    border: 1px dashed #F8F9FA; }
  .calendar-events i {
    margin-right: 8px; }

.profile-tab li a.nav-link,
.customtab li a.nav-link {
  border: 0px;
  padding: 15px 20px;
  color: #212529; }
  .profile-tab li a.nav-link.active,
  .customtab li a.nav-link.active {
    border-bottom: 2px solid #EA8521;
    color: #EA8521; }
  .profile-tab li a.nav-link:hover,
  .customtab li a.nav-link:hover {
    color: #EA8521; }

html body .jqstooltip,
html body .flotTip {
  width: auto !important;
  height: auto !important;
  background: #EA8521;
  color: #fff;
  padding: 5px 10px; }

body .jqstooltip {
  border-color: transparent;
  border-radius: 60px; }

/*******************
Notification page Jquery toaster
******************/
.jq-icon-info {
  background-color: #198EF7;
  color: #fff; }

.jq-icon-success {
  background-color: #57CC96;
  color: #fff; }

.jq-icon-error {
  background-color: #FF6C6A;
  color: #fff; }

.jq-icon-warning {
  background-color: #FEDB6A;
  color: #fff; } 

        .page-titles {
  background: #fff;
  padding: 14px 10px;
  box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.08);
  margin: 0 -25px 25px -25px; }
  .page-titles h4 {
    margin-bottom: 0px;
    margin-top: 0px; }
  .page-titles .breadcrumb {
    padding: 0px;
    margin: 0px;
    background: transparent;
    font-size: 12px; }
    .page-titles .breadcrumb li a {
      color: #212529; }
    .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      content: "\e649";
      font-family: themify;
      color: #ced4da;
      font-size: 11px; }
    .page-titles .breadcrumb .breadcrumb-item.active {
      color: #EA8521;
      font-weight: 500; }

/*******************
 Footer
*******************/
.footer {
  bottom: 0;
  color: #212529;
  left: 0px;
  padding: 17px 15px;
  right: 0;
  border-top: 1px solid #F8F9FA;
  background: #fff; }


          .waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45); }

.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7); }

.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7); }

.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7); }

.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7); }

.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7); }

.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7); }

                       html body .navbar-dark .mailbox ul li h5 {
  color: #212529; }

html body .navbar-dark .mailbox ul li .nav-link {
  border-top: 1px solid #F8F9FA;
  padding-top: 15px;
  color: #212529; }
  html body .navbar-dark .mailbox ul li .nav-link:hover {
    color: #EA8521; }

html body .navbar-dark .mailbox .message-center {
  height: 317px;
  overflow: auto;
  position: relative; }
  html body .navbar-dark .mailbox .message-center a {
    border-bottom: 1px solid #F8F9FA;
    display: block;
    text-decoration: none;
    padding: 9px 15px; }
    html body .navbar-dark .mailbox .message-center a:hover {
      background: #F8F9FA; }
    html body .navbar-dark .mailbox .message-center a div {
      white-space: normal; }
    html body .navbar-dark .mailbox .message-center a .user-img {
      width: 40px;
      position: relative;
      display: inline-block;
      margin: 0 10px 15px 0; }
      html body .navbar-dark .mailbox .message-center a .user-img img {
        width: 100%; }
      html body .navbar-dark .mailbox .message-center a .user-img .profile-status {
        border: 2px solid #fff;
        border-radius: 50%;
        display: inline-block;
        height: 10px;
        left: 30px;
        position: absolute;
        top: 1px;
        width: 10px; }
      html body .navbar-dark .mailbox .message-center a .user-img .online {
        background: #57CC96; }
      html body .navbar-dark .mailbox .message-center a .user-img .busy {
        background: #FF6C6A; }
      html body .navbar-dark .mailbox .message-center a .user-img .away {
        background: #FEDB6A; }
      html body .navbar-dark .mailbox .message-center a .user-img .offline {
        background: #FEDB6A; }
    html body .navbar-dark .mailbox .message-center a .mail-contnet {
      display: inline-block;
      width: 75%;
      padding-left: 10px;
      vertical-align: middle; }
      html body .navbar-dark .mailbox .message-center a .mail-contnet h5 {
        margin: 5px 0px 0; }
      html body .navbar-dark .mailbox .message-center a .mail-contnet .mail-desc,
      html body .navbar-dark .mailbox .message-center a .mail-contnet .time {
        font-size: 12px;
        display: block;
        margin: 1px 0;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #212529;
        white-space: nowrap; }

/*******************/
/*Weather*/
/*******************/
.city-weather-days {
  margin: 0px; }
  .city-weather-days li {
    text-align: center;
    padding: 15px 0; }
    .city-weather-days li span {
      display: block;
      padding: 10px 0 0;
      color: #6c757d; }
    .city-weather-days li i {
      display: block;
      font-size: 20px;
      color: #EA8521; }
    .city-weather-days li h3 {
      font-weight: 300;
      margin-top: 5px; }

           .comment-footer .action-icons {
  visibility: hidden; }
  .comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #6c757d; }
    .comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
      color: #198EF7; }

                .chat-list {
  margin: 0px;
  padding: 0px; }
  .chat-list li {
    list-style: none;
    margin-top: 30px; }
    .chat-list li .chat-img {
      display: inline-block;
      width: 45px;
      vertical-align: top; }
      .chat-list li .chat-img img {
        width: 45px;
        border-radius: 100%; }
    .chat-list li .chat-content {
      width: calc(100% - 50px);
      display: inline-block;
      padding-left: 15px; }
      .chat-list li .chat-content h5 {
        color: #6c757d; }
      .chat-list li .chat-content .box {
        display: inline-block;
        color: #EA8521;
        background: #01345F; }
    .chat-list li .chat-time {
      display: block;
      font-size: 10px;
      color: #6c757d;
      margin: 5px 0 15px 65px; }
    .chat-list li.odd .chat-content {
      text-align: right;
      width: calc(100% - 0px); }
    .chat-list li.odd .chat-time {
      text-align: right; }
    .chat-list li.odd .box {
      clear: both;
      color: #fff;
      background: #EA8521; }
    .chat-list li.odd + .odd {
      margin-top: 0px; }
    .chat-list li.reverse {
      text-align: right; }
      .chat-list li.reverse .chat-time {
        text-align: left; }
      .chat-list li.reverse .chat-content {
        padding-left: 0px;
        padding-right: 15px; }

/*******************/
/*Chat widget*/
/*******************/
/*******************/
/*Calendar widget*/
/*******************/
.calendar {
  float: left;
  margin-bottom: 0px; }

.fc-view {
  margin-top: 30px; }

.none-border .modal-footer {
  border-top: none; }

.fc-toolbar {
  margin-bottom: 5px;
  margin-top: 15px; }
  .fc-toolbar h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase; }

.fc-day {
  background: #fff; }

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover,
.fc-toolbar .ui-state-hover {
  z-index: 0; }

.fc-widget-header {
  border: 0px !important; }

.fc-widget-content {
  border-color: rgba(120, 130, 140, 0.13) !important; }

.fc th.fc-widget-header {
  color: #212529;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0px;
  text-transform: uppercase; }

.fc th.fc-sun,
.fc th.fc-tue,
.fc th.fc-thu,
.fc th.fc-sat {
  background: #F8F9FA; }

.fc th.fc-mon,
.fc th.fc-wed,
.fc th.fc-fri {
  background: #F8F9FA; }

.fc-view {
  margin-top: 0px; }

.fc-toolbar {
  margin: 0px;
  padding: 24px 0px; }

.fc-button {
  background: #fff;
  border: 1px solid #F8F9FA;
  color: #212529;
  text-transform: capitalize; }
  .fc-button:hover {
    background: #F8F9FA;
    opacity: 0.8; }

.fc-text-arrow {
  font-family: inherit;
  font-size: 16px; }

.fc-state-hover {
  background: #01345F; }

.fc-unthemed .fc-today {
  border: 1px solid #FF6C6A;
  background: #F8F9FA !important; }

.fc-state-highlight {
  background: #f0f0f0; }

.fc-cell-overlay {
  background: #f0f0f0; }

.fc-unthemed .fc-today {
  background: #fff; }

.fc-event {
  border-radius: 0px;
  border: none;
  cursor: move;
  color: #fff !important;
  font-size: 13px;
  margin: 1px -1px 0 -1px;
  padding: 5px 5px;
  text-align: center;
  background: #198EF7; }

.calendar-event {
  cursor: move;
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #fff;
  min-width: 140px;
  text-align: center;
  background: #198EF7; }
  .calendar-event a {
    float: right;
    opacity: 0.6;
    font-size: 10px;
    margin: 4px 0 0 10px;
    color: #fff; }

.fc-basic-view td.fc-week-number span {
  padding-right: 5px; }

.fc-basic-view .fc-day-number {
  padding: 10px 15px;
  display: inline-block; }

/*******************/
/*Steam line widget*/
/*******************/
.steamline {
  position: relative;
  border-left: 1px solid #F8F9FA;
  margin-left: 20px; }
  .steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #fff;
    margin-right: 15px; }
    .steamline .sl-left img {
      max-width: 40px; }

.steamline .sl-right {
  padding-left: 50px; }
  .steamline .sl-right .desc,
  .steamline .sl-right .inline-photos {
    margin-bottom: 21px; }

.steamline .sl-item {
  border-bottom: 1px solid #F8F9FA;
  margin: 20px 0; }

.sl-date {
  font-size: 10px;
  color: #6c757d; }

.time-item {
  border-color: #F8F9FA;
  padding-bottom: 1px;
  position: relative; }
  .time-item:before {
    content: " ";
    display: table; }
  .time-item:after {
    background-color: #fff;
    border-color: #F8F9FA;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

.time-item-item:after {
  content: " ";
  display: table; }

.item-info {
  margin-bottom: 15px;
  margin-left: 15px; }
  .item-info p {
    margin-bottom: 10px !important; }

/*******************/
/*Feed widget*/
/*******************/
.feeds {
  margin: 0px;
  padding: 0px; }
  .feeds li {
    list-style: none;
    padding: 10px;
    display: block; }
    .feeds li:hover {
      background: #01345F; }
    .feeds li > div {
      width: 40px;
      height: 40px;
      margin-right: 5px;
      display: inline-block;
      text-align: center;
      vertical-align: middle;
      border-radius: 100%;
      color: #fff; }
      .feeds li > div i {
        line-height: 40px; }
    .feeds li span {
      float: right;
      width: auto;
      font-size: 12px; }
/
.profiletimeline {
  position: relative;
  padding-left: 40px;
  margin-right: 10px;
  border-left: 1px solid #F8F9FA;
  margin-left: 30px; }
  .profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px; }
    .profiletimeline .sl-left img {
      max-width: 40px; }

.profiletimeline .sl-item {
  margin-top: 8px;
  margin-bottom: 30px; }

.profiletimeline .sl-date {
  font-size: 12px;
  color: #6c757d; }

.profiletimeline .time-item {
  border-color: #F8F9FA;
  padding-bottom: 1px;
  position: relative; }
  .profiletimeline .time-item:before {
    content: " ";
    display: table; }
  .profiletimeline .time-item:after {
    background-color: #fff;
    border-color: #F8F9FA;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px; }

  
                   
.little-profile .soc-pro a {
  color: #6c757d; }
  .little-profile .soc-pro a:hover {
    color: #EA8521; }
  
            .news-slide .overlaybg {
  height: 380px;
  overflow: hidden;
  background-color: #EA8521; }
  .news-slide .overlaybg img {
    width: 100%; }


.dt-buttons .dt-button:hover {
    background: #EA8521;
}

a.dt-button.dropdown-item.buttons-columnVisibility.active {
    background: #EA8521!important;
}
.dt-buttons .dt-button {
    background: #01345F;
}