.table-striped-custom tr.even {
    /* background-color: #f9f9f9; */
    background-color: #fffbe0;
}

.modal-dialog.modal-large{
    width: 60%; /* respsonsive width */
}

.nav-tabs li.nav-item{
    margin-left:10px;
}

.has-error .help-block {
    color: red;
}

.has-error input, 
.has-error select, 
.has-error textarea, 
.has-error .select2-container--default .select2-selection{
    border-color: red !important;
}

.has-error .label-radio
{
    color: red !important;
}

.select2-container--default .select2-selection:focus{
    border-color: #80bdff;
    box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.has-error .form-control:focus {
    box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0 0 0.2rem rgb(220 53 69 / 25%);
}
