.modal-header {
    background: #ecf3e8;
}

.modal-title {
    font-weight: 600;
}


.login-body .form-control {
    border-radius: 0px;
    background: none;
    border: none;
    padding: 0px 10px;
    height: 40px;
}

.login-body .form-control:focus {
    box-shadow: none;
}

.input-group {
    border: 1px solid #DDD;
}

.input-group:hover, .input-group.focus {
    border-color: #37a000;
    transition: 0.25s ease-in;
}

.input-group-prepend.focus .input-group-text{
    color: #37a000;
}

.input-group-text {
    border: none;
    background: none;
}

.form-group label {
    font-weight: 600;
}

.form-control {
    border-radius: 0px;
    background: #FFF;
    padding: 0px 10px;
    height: 40px;
    font-size: 14px;
}

.has-error .form-control {
    border-color: #F33446;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #37A000;
}

/* summernote-custom.css */
.note-toolbar.panel-heading {
    border-bottom: 1px solid #ddd;
}

.note-editor.note-frame {
    border: 0px solid #a9a9a9;
}

.note-editor.note-frame .note-statusbar {
    background-color: #ffffff;
    border-top: 1px solid #fff;
}

.note-editable ol, .note-editable ul {
    padding: 0px 35px;
}

/* custom datepicker */
.datepicker {
    padding: 5px !important;
}

.today.day {
    background: #37A000 !important;
    color: #FFF !important;
    border-radius: 0px;
}

.table-condensed td, .table-condensed th {
    padding: 5px;
    font-size: 14px;
}

.table-condensed th {
    font-size: 14px;
}

.btn-xm {
    padding: 2px 5px;
}

.student-list {
    max-height: 450px;
    overflow-y: scroll;
}

/* custom checkbox design */
.checkbox-container .input-checkbox {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.checkbox-container {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    margin-bottom: 9px;
}

.checkbox-wrap {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #ffffff;
    border: 1px solid #797979;
}

.checkbox-wrap::after {
    position: absolute;
    content: '';
    top: 2px;
    left: 6px;
    width: 7px;
    height: 12px;
    background: #ffffff00;
    border-right: 1px solid #4CAF50;
    border-bottom: 1px solid #4CAF50;
    transform: rotate(0deg);
    opacity: 0;
    transition: 0.15s ease-in;
}

.input-checkbox:checked ~ .checkbox-wrap {
    border: 1px solid #4CAF50;
}

.input-checkbox:checked ~ .checkbox-wrap::after {
    border-right: 3px solid #4CAF50;
    border-bottom: 3px solid #4CAF50;
    transform: rotate(45deg);
    opacity: 1;
}

.input-checkbox:checked ~ span {
    color: #37A000;
}

.datepicker table th, .datepicker table td {
    padding: 5px 8px;
}

.negative_marking {
    padding: 25px 0px;
}

.negative_marking .checkbox-container {
    padding: 3px 25px;
    font-weight: 600 !important;
}

/* .box-body ul, 
.box-body ol {
    padding-left: 20px;
} */