/*--------- COLORS ---------*/
.green {
    color: #03C03C;
}

.red {
    color: #AA0000
}

.orange {
    color: darkorange;
}

.pull-right {
    float: right
}

.capitalize {
    text-transform: capitalize;
}

.products-list .product-info {
    margin-left: 0px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #CC0000;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 15px;
}

input:checked+.slider {
    background-color: #28a745;
}

input:focus+.slider {
    box-shadow: 0 0 1px #28a745;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.preloader {
    overflow: hidden;
}


.unit-listing-block {
    padding: 20px 20px 50px 20px;
    border: 1px solid #999;
    border-radius: 5px;
    background: #EEE;
    height: 90%;
    margin-bottom: 30px
}

.unit-listing-block:hover {
    background: #FFF;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.small-box .icon {
    display: inline-block;
}

.small-box .icon>i {
    position: static;
    font-size: 1.6rem;
}

.col-lg-3 .small-box h3,
.col-md-3 .small-box h3,
.col-xl-3 .small-box h3 {
    font-size: 1.5rem;
}

.small-box h3 {
    font-size: 1.6rem;
}

.show-on-mobile {
    display: none;
}

@media only screen and (max-width: 600px) {
    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: block;
    }
}

.impersonating-banner {
    display: block;
    width: 100%;
    z-index: 1000;
    top: 0;
    background: #CC0000;
    height: auto;
    text-align: center;
    color: #FFF;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.badge-critical {
    color: #fff;
    background-color: #cc0000;
}


.brand-link img {
    max-width: 100%;
    max-height: 50px;
    margin-bottom: 15px;
}

.sidebar .info a {
    color: #FFF;
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.sidebar .info span {
    color: #FFF;
    font-size: 1rem;
}

.sidebar .info a:hover {
    color: #999;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.menu-open {
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.small-box p {
    margin-bottom: 0px;
}

.small-box:hover,
.card:hover {
    box-shadow: 4px 5px 2px rgba(0, 0, 0, 0.2)
}

.card-header {
    background-color: #1E3C5A !important;
    color: #dceaf9;
}

.card:hover .card-title {
    font-weight: bold;
}


[class*=sidebar-dark-] {
    background-color: #1E3C5A;
}

.navbar-light .navbar-nav .nav-link {
    color: #C2C7D0
}


.navbar-light .navbar-nav .nav-link:hover {
    color: #FFFFFF
}

.nav-link .fa-bars {
    color: #2BA2E4;
}

.navbar-white {
    background-color: #1E3C5A;
    color: #1f2d3d;
}

.small-box {
    background-color: #1E3C5A !important;
    color: #FFFFFF !important;
}

.login-box,
.register-box {
    width: 360px;
    margin: 0 auto;
    color: #FFFFFF;
}

.login-page,
.register-page {
    background-color: #1E3C5A;
}

.btn-primary {
    background-color: #28A2E9;
    border-color: #28A2E9;
}

a {
    color: #28A2E9;
}

.page-item.active .page-link {
    background-color: #1E3C5A;
    border-color: #1E3C5A;
}

.main-footer {
    background-color: #1E3C5A;
    border-top: 1px solid #dee2e6;
    color: #C2C7D0;
    padding: 1rem;
}

.bootstrap-switch-container {
    width: 127px !important
}

body {
    font-size: 0.9rem;
}

.sub-overlay {
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 100px 50px;
    z-index: 100;
    font-size: 20px;
    text-align: center;
}

.checkbox-custom {
    float: left;
    display: inline-block;
    width: auto;
    margin: -10px 10px 0px;
    /* line-height: 8px; */
    padding-top: 10px;
    width: 20px;
}

.blue-modal {
    color: #FFF;
}

.blue-modal .modal-dialog {
    max-width: 450px;
}

.blue-modal .modal-content {
    background: #1D6C9A
}

.blue-modal .close,
.mailbox-attachment-close {
    color: #FFF;
}

.dataTable tbody tr:hover {
    background: #DDD;
}

.report-preview-warning {
    background: #CC0000;
    color: #FFF;
    text-align: center;
    display: none;
    margin-bottom: 20px;
}

.multi-select-menuitem{
    color: #444
}