.has-error small{
    color:red;
    font-weight:normal;
    margin-left:5px;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #FF0000;
}
.has-error .custom-select,
.has-error .form-control {
    border-color: #FF0000;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .custom-select:focus,
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}

.modal {
    overflow-y:auto;
}

/*
.alert {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 5px;
    height: 50px;
    z-index: 1050;
}


.border-left-primary {
    border-left: .25rem solid #59626A!important;
}

.text-gray-300 {
    color: #dddfeb!important;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #59626A;

}

.min-vh-20 {
    min-height: 100px !important;
}
*/

