/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 4, 2017, 2:25:55 PM
    Author     : vinita
*/


.form-head {
    background-color: lightgray;
    padding-left: 12px;
}

.uomcontent [role="main"] table.hr-table-view td.form-label, th.form-label {
    background-color: lightblue;
    width: 30%;
}

a.button {
    color: black;
}
.hr-view table.mobile-friendly {
    
    padding-top: 0;
    margin-top: 0
}

ul.has-errors li {
    color: red;
    
}

.uomcontent [role="main"] table.hr-table-view {   
    margin-top: 0px;
}

.uomcontent [role="main"] li.cost {
    display: table;
    width: 100%;
    padding-top: 5px;
}

.uomcontent [role="main"] table.form-instruction tr td{
    border: none;
    width: 50%;
}

.uomcontent [role="main"] table.form-table tr td{
    /*border: none;*/
    vertical-align: middle;
} 

.uomcontent li.proj-alloc, .uomcontent li span.proj-alloc {
    color: gray;
    text-decoration: line-through;
}

span.cost-percentage {
    
    display: table-cell;   
    text-align: center;
}

span.cost-account {
        display: table-cell;       
        white-space: nowrap;
        width: 1%;
}

.field-form-salary-costing .form-control  {
    display: inline;
    width: auto;
    
}

#pdf-main {
    max-width: 56.25rem;
    margin: 0 auto;
}

.important-note { color: red; font-style: italic}

.optgroup { font-weight: bold; padding: 0; margin: 0}

.close-date span {color: red; font-weight: bold}

ul.proj-list li.ALLOCATED {
    color: green;
    font-weight: 520;
}

ul.proj-list li.REJECT, .not-avail {
    color: grey;
    text-decoration: line-through;
}