.status-100{

    color: #1AB394 !important;
    font-weight: bold;
}

.status-200{
    color: #A3B1C8 !important;
    font-weight: bold;
}

.status-300{
    color: #A3B1C8 !important;
    font-weight: bold;
}

.status-400{
    color: #E3AD5A !important;
    font-weight: bold;
}

.status-500{
    color: #A3B1C8 !important;
    font-weight: bold;
}
.class_hide_visibility{
    display: block !important;
}
.show_corporate_year_2022.show_division_year_2022.show_organization_year_2022{
    display: block !important;
}

.color-font-text-color-yellow{
    color: #E3AD5A !important;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="time"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.field-outdated {
    text-decoration: line-through;
}

.subject-radio-row label[disabled],
.manager-radio-row label[disabled] {
    color: #A3B1C8 !important;
}


.jqgrid_two_line_header  th.ui-th-column div{
    word-wrap: break-word; /* IE 5.5+ and CSS3 */
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    overflow: hidden;
    height: auto;
    vertical-align: middle;
    padding-top: 3px;
    padding-bottom: 3px
}
