#crb5d_issuedescription { /* Work Order Edit Form - Description box changes*/
    field-sizing: content;
    min-height: 50px;
    height: auto;
}

.ms-FocusZone.css-150.ms-DetailsRow.root-288 { /* Work Order Information Rows changes */
    color: black;
}

#crb5d_vendoractionnotes{ /* Work Order Edit Form - Description box changes*/
    field-sizing: content;
    min-height: 100px;          
    height: auto;
}

.day.disabled > button {
cursor: not-allowed;
color: lightgrey;
}

.bootstrap-datetimepicker-widget tr td:hover button {
background-color: transparent !important;
color: lightgray !important;
}

.ms-List-cell .icon-175 {
    background-color: #1d1740 !important;
    color:white;
    height: 25px;
    width: 25px;
    line-height: 35px;
    border-radius: 5px;
}

.ms-List-cell .icon-175:hover {
    background-color: #ffca4b !important;
    color: #1d1740;
    height: 25px;
    width: 25px;
    line-height: 35px;
    border-radius: 5px;
}

.ms-Button.ms-Button--icon.is-expanded.ms-Button--hasMenu.root-245[aria-expanded="true"] {
    background-color: #ffca4b !important;
    color: #1d1740;
    height: 25px;
    width: 25px;
    line-height: 35px;
    border-radius: 5px;
    border-left: 10px;
}

.ms-Icon .root-109 .css-182 .ms-Button-icon .icon-175 {
    background-color: #ffca4b !important;
    color: #1d1740;
}

.ms-ContextualMenu-list .is-open .list-249 {
    background-color:#1d1740;
    color: white;
}

.ms-Button-flexContainer .flexContainer-173 {
    display: none !important;
}

.ms-Button .ms-Button--icon .is-expanded .ms-Button--hasMenu .root-232 [aria-haspopup="true"] {
    display: none !important;
}

.icon-time.fa.fa-clock {
    color: Black;
}

.icon-time.fa.fa-clock:hover {
    background-color:#ffca4b;
    color: Black; /* or any hover color you want */
}

.ms-Callout-main.calloutMain-244:hover {
    background-color: #ffca4b !important;
    color: #1d1740;
}

.btn.btn-primary.button.submit-btn {
    color: #1d1740;
}

.btn.btn-primary.button.submit-btn:hover {
    color: white;
}

.req-asterisk {
    color: red;
}