.help-block {
    color: darkred;
}

.required:after {
    content: none;
}

.khan-disabled {
    background-color: #E5E5E5 !important;
    pointer-events: none !important;
}

.khan-readonly {
    background-color: #E5E5E5 !important;
}

.not-set {
    color: darkred;
    font-style: italic;
}

.export li {
    list-style-type: none;
    display: inline-block;
    margin: 10px;
    float: right;
}

td div.empty {
    color: darkred;
    text-align: center;
}

.hidden {
    display: none;
}

.flatpickr-months .flatpickr-month {
    height: 65px !important;
}

.readonly {
    pointer-events: none;
    opacity: 0.6
}

.prev.disabled {
    display: none !important;
}

.next.disabled {
    display: none !important;
}
