/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 *
 */

/*# sourceMappingURL=custom.css.map */


.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
    background: none !important;
    color: #fe0f0f !important;
    cursor: default !important;
}

.note-popover.popover {
    max-width: none;
    display: none !important;
}

/* .form-group {
    margin-bottom: 5px !important;
} */

.has-error {
    border: 1px solid red !important;
}

td>input.has-error {
    margin-top: 25px;
}

.nav-tabs .nav-item .nav-link.active {
    color: #000;
    /* box-shadow: 0 2px 6px #acb5f6; */
    color: #fff;
    background-color: #6777ef;
}

.card-header {
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    min-height: 45px !important;
}

.profile-widget-description p {
    line-height: 15px !important;
    margin-bottom: 5px !important;
    font-weight: bold !important;
}

td {
    text-align: center !important;
}

th {
    text-align: center !important;
}

.rtable tr td:nth-child(2) {
    padding-top: 20px !important;
}

.programtable tr td:nth-child(2) {
    padding-top: 20px !important;
}
.help-block {
    color:red !important;
}
.programview p {
    font-weight: bold !important;
    margin-bottom: 2px !important;

}
.custom-select {
    float: left;
}
.form-control-sm {
    height: 42px;
}
