.text-red {
    color: #c10007;
}

.login-body {
    background-color: #AAB0BC;
}

.pagination-rounded .page-link {
    line-height: 19px;
}
.table-v-center td, .table-v-center th {
    vertical-align: middle;
}

.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.clr-after::after {
    content: " ";
    display: block;
    clear: both;
}

.input-group .input-group-text {
    min-width: 40px;
    flex-direction: column;
}

.modal-error .modal-content {
    border-color: #82181a;
    background-color: #c10007;
    color: #ffe2e2;
}
.modal-error .modal-content h1, .modal-error .modal-content h2,
.modal-error .modal-content h3, .modal-error .modal-content h4,
.modal-error .modal-content h5, .modal-error .modal-content h6 {
    color: #fff;
}
.modal-error .modal-header,
.modal-error .modal-footer {
    background-color: rgba(0,0,0,0.2);
    border-color: #82181a;
}
.modal-error .btn-close {
    opacity: 0.4;
}

button.btn.btn-outline-white {
    color: #fff;
    border: 1px solid #fff;
}
button.btn.btn-outline-white:active,
button.btn.btn-outline-white:hover,
button.btn.btn-outline-white:focus {
    background-color: rgba(255,255,255,0.2);
    border-color: rgba(255,255,255,0.7);
}

input:disabled,
textarea:disabled,
select:disabled,
*.form-control:disabled {
    background-color: #eff2f7;
    cursor: no-drop;
}
