
.custom-form-sidebar label { color: #000000; display: block;  font-family: 'Lato', sans-serif; font-weight: bold; font-size: 14px;}
.custom-form-sidebar label span { font-size: 11px;}
.custom-form-sidebar input { width: 100%; border: #D9D9EB solid 1px; border-radius: 5px; font-family: 'Lato', sans-serif; font-weight: normal; padding: 8px;}
.padding-25 { padding-left: 27px; padding-right: 27px;}

.disabled-row {
    background-color: #2c3b48; /* Adjust the color as needed */
    
}
.disabled-row td {
    color: #677a8b !important; 
}
.disabled-row td input {
    opacity: 0.5 !important; 
}

.tableWidth table{
    min-width: 1400px;
}

a.noteFile:hover{
    color: white;
}

