﻿.brand-text {
    font-weight: bold !important;
}

/*.input-validation-error:focus, .input-validation-error .input-group-append {
    border-color: #dc3545;
}*/

a.activeMenuItem {
    background-color: #17A2B8;
    font-weight: bold;
}

.validation-summary-errors {
    background: #f7f7a7;
    text-align: center;
    padding: 2px;
    border-radius: 0.3rem;
    border: 1px solid #e4e489;
    margin-bottom: 0.8rem;
}

    .validation-summary-errors > ul {
        padding: 0;
        margin: 0;
    }

    .validation-summary-errors ul > li {
        list-style: none;
    }

.table-data-grid tr td > a {
    margin-right: 10px;
}

.error-page > .error-content {
    margin-left: 0;
}

.jconfirm-box {
    padding-bottom: 0 !important;
    padding-top: 12px !important;
}

.jconfirm-title {
    font-weight: normal !important;
}

.jconfirm-content {
    padding: 10px;
}

.jconfirm-buttons {
    display: normal !important;
}

[class*='sidebar-dark-'] .nav-sidebar > .nav-item.menu-open > .nav-link {
    background-color: #17a2b8;
    color: #fff;
}

#toast-container {
    z-index: 99999999;
}

.btn-form-group {
    margin-top: 1.9rem;
}

.table-nowrap th, td {
    white-space: nowrap;
}

.alert-warning-custom {
    background: #faebd7 !important;
}

.hidden {
    display: none !important;
}
