.sidebar .simplebar-scrollbar:before {
    background: #fff !important;
}

.table > tbody > tr > td {
    vertical-align: top;
}

.table-details th {
    width: 30%;
}

.table-settings th {
    width: 50%;
}

.mt-2-rem {
    margin-top: 2rem !important;
}

.my-1-rem {

}

.py-75-rem {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

@media (min-width: 1200px) {
    .mt-xl-n25-rem {
        margin-top: -2.5rem !important;
    }
}

@media (min-width: 768px) {
    .mt-md-2-rem {
        margin-top: 2rem !important;
    }
}

.content {
    /*padding: 0.5rem 2.5rem 2.5rem 2.5rem;*/
}

.alert-icon i {
    width: 1rem;
}

.alert-icon-close {
    color: inherit;
    width: 3rem;
    padding: .95rem;
    cursor: pointer;

    float: right;
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.alert-icon-close:hover {
    color: #fff;
    opacity: .75;
}

.img-thumbnail {
    max-width: 200px;
    max-height: 200px;
}

/* for horizontal scroll in tabs */
.nav-pills {
    overflow-x: auto;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
}

/* end */

.asteriskField {
    color: #d9534f !important;
}