.controlLabel {
    line-height: 30px;
}

.tblHeaderRow th {
    text-align: center;
}

.modalFieldLabel {
    line-height: 30px;
    font-weight: bold;
}

.modalFieldRow {
    margin-bottom: 10px;
    line-height: 30px;
}

.datepicker-dropdown {
    z-index: 2020 !important;
}

.defaultCursor {
    cursor: default !important;
}

.backgroundNeutral {
    background-color: #d9edf7;
}

.backgroundComplete {
    background-color: #dff0d8;
}

.backgroundIncomplete {
    background-color: #f2dede;
}

.backgroundGray {
    background-color: #f5f5f5;
}

.backgroundWarning {
    background-color: #faebcc;
}

.instructionalText {
    font-style: italic;
    text-align: center;
    font-size: 14px;
    font-weight: 100;
}

.instructionalTextLeft {
    font-style: italic;
    text-align: left;
    font-size: 14px;
    font-weight: 100;
}

.loading {
    position: fixed !important;
    background-color: white;
    border: 1px solid #dddddd;
    border-radius: 5px;
    height: 80px !important;
    width: 80px !important;
    margin: -40px 0 0 -40px !important;
    z-index: 99999;
}

.loading .spinner {
    left: 26px !important;
    top: 35px !important;
}

.loadingLabel {
    margin: 12px 0 0 15px !important;
}

.spacedRow {
    margin-bottom: 10px;
}

.modal90 {
    width: 90%; 
    margin-right: 5%;
}

.modal70 {
    width: 70%; 
    margin-right: 15%;
}

.hiddenItalic {
    display: none; 
    font-style: italic;
}
