.help-block,
.error_message,
.error {
    color: #c12229;
    color: #dc3545;
    /*font-weight: bold;*/
}

.success {
    color: #28a745;
    /*font-weight: bold;*/
}

.modal-header {
    background-color: #2e498f;
}

.modal-title {
    color: #fac433;
}

.modal-header .close,
.modal-header .close:not(:disabled):not(.disabled):focus,
.modal-header .close:not(:disabled):not(.disabled):hover {
    color: #fff;
}

.modal-footer {
    background-color: #656565;
}

.table-responsive.student_program_list {
    min-height: 310px;
}

.table-responsive.student_list {
    min-height: 190px;
}

.table-responsive.student_contract_list,
.table-responsive.course_extension_list,
.table-responsive.course_assignment_list {
    min-height: 140px;
}

.table-responsive.student_course_list {
    min-height: 260px;
}

.btn-fill-lg.type2 {
    padding: 6px 15px;
    font-size: 14px;
}

.btn-fill-lg.type3 {
    padding: 12px 0px;
    width: 40px;
    position: absolute;
    top: 38px;
    right: 0;
}

.btn-fill-lg.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.installment_element_row {
    position: relative;
    padding-right: 60px;
}


/* .ui-datepicker.ui-widget.ui-widget-content {
	z-index: 9999 !important;
    top: 50% !important;
    left: 50% !important
} */