.basic-form-hidden {
    display: none;
}

.mensileTitleSaturdayStyle {
    /*background-color: #87CEFA;*/
    background-color: #D4D700;
    font-weight:bolder;
}

.mensileTitleSaturdayStyleTimesheet {
    /*background-color: #87CEFA;*/
    background-color: #D4D700;
    font-weight:bolder;
}

.mensileSaturdayStyle {
    /*background-color: #87CEFA;*/
    background-color: #D4D700;
}

.mensileTitleSundayStyle {
    /*background-color: #6495ED;*/
    background-color: #043882;
    font-weight:bolder;
    color: white;
}

.mensileTitleSundayStyleTimesheet {
    /*background-color: #6495ED;*/
    background-color: #043882;
    font-weight:bolder;
    color: white;
}

.mensileSundayStyle {
    /*background-color: #6495ED;*/
    background-color: #043882;
}
#timesheet-table td.workEffortIdClassTd {
    min-width: 50em;
}

#timesheet-table td.workEffortIdClassTd input {
    width: 90%;
    float: left;
}
#timesheet-table td.workEffortIdClassTd input[disabled="disabled"] {
	width: 100%;
}

#timesheet-table td.workEffortIdClassTd .ui-button {
    width: 6% !important;
}

#timesheet-table td.rateTypeIdClassTd {
    min-width: 12em;
}

#timesheet-table td.workEffortIdClassTd,
#timesheet-table td.rateTypeIdClassTd {
	width: auto !important;
}
#timesheet-table tr td .ui-button {
    float: right;
}

#timesheet-table td.rateTypeIdClassTd input{
    width: 75%;
    float: left;
}

#timesheet-table td.rateTypeIdClassTdClone {
	min-width: 27em;
	width: auto !important;
}

#timesheet-table td.rateTypeIdClassTdClone input{
    float: left;
    width: 18em;
}

#timesheet-table td.rateTypeIdClassTd input[disabled="disabled"]{
    width: 100%;
    float: left;
}

#timesheetTitleCss ul li {
	font-weight: bold;
	font-size: 14px;
}

input.timesheetButton{
	font-size: 1.5em !important;
    margin-top: 8px;
    margin-left: 0.5em;
    cursor: pointer;
}

input.timesheetButton:hover{
	text-decoration: underline;
}

.classTotalHoursRed {
	color: red;
}

.classTotalHoursDarkGreen {
	color: 	#006400;
}


#timesheet-table tr td {
    background-color: white !important;
}

#timesheet-table tr td select, #timesheet-table tr td input {
    background-color: white !important;
}

#timesheet-table tr.alternate-row td {
    background-color: #DCE9EF !important;
}

#timesheet-table tr.alternate-row td select, #timesheet-table tr.alternate-row td input {
    background-color: #DCE9EF !important;
}

#timesheet-table tr td.numericInListTimesheet {
	background-color: #E3E5E8 !important;
}

#timesheet-table td {
    border-left: 1px solid #D5D5D5 !important;
    border-top: 1px solid #D5D5D5 !important;
    border-bottom: 1px solid #D5D5D5 !important;
    padding: 0px !important;
    margin: 0px !important;
    text-align: right;
    height: 20px;
}

#timesheet-table .header-row td {
	background-color: #E0E0E0 !important;
	text-align: center;
	height: auto;
}

#timesheet-table td select, #timesheet-table td input {
    border-width: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
    height: 20px;
}

.mensileSundayStyleTimesheet {
    background-color: #043882;
}

.mensileSundayStyleTimesheet input {
    background-color: #043882 !important;
}

#timesheet-table tr td.mensileSaturdayStyleTimesheet {
     background-color: #D4D700 !important;
}

#timesheet-table tr td.mensileSaturdayStyleTimesheet input {
     background-color: #D4D700 !important;
}

#timesheet-table tr.alternate-row td.mensileSaturdayStyleTimesheet { 
     background-color: #D4D700 !important;
}

#timesheet-table tr.alternate-row td.mensileSaturdayStyleTimesheet input {
     background-color: #D4D700 !important;
}

#timesheet-table tr td.mensileSundayStyleTimesheet {
     background-color: #043882 !important;
}

#timesheet-table tr td.mensileSundayStyleTimesheet input {
     background-color: #043882 !important;
     color: #FFFFFF !important;
}

#timesheet-table tr.alternate-row td.mensileSundayStyleTimesheet { 
     background-color: #043882 !important;
}

#timesheet-table tr.alternate-row td.mensileSundayStyleTimesheet input {
     background-color: #043882 !important;
     color: #FFFFFF !important;
}

#timesheet-table tr.totalsTimesheet td {
	border-top: 1px solid #000000 !important;
}

#timesheet-table tr td.numWeek {
     background-color: #E0E000 !important;
     border: solid 1px #FF0000 !important;
     color: #FF0000;
     text-transform: lowercase;
     white-space: nowrap;
}

#timesheet-table tr:hover td {
	font-weight: bold;
	border-top: 1px solid #000 !important;
	border-bottom: 1px solid #000 !important;
}

#timesheet-table tr:hover td input {
	color: #0000FF;
	cursor: pointer;
}

#timesheet-table tr:hover td select {
	cursor: pointer;
}

#timesheet-table tr.totalsTimesheet:hover td {
	border-top: 1px solid #000000 !important;
	border-bottom: 1px solid #D5D5D5 !important;
	cursor: auto !important;
}

#timesheet-table tr.header-row:hover td {
	border-top: 1px solid #D5D5D5 !important;
	border-bottom: 1px solid #D5D5D5 !important;
	cursor: auto !important;
}

#timesheet-table tr:hover td.numWeek {
	border-top: solid 1px #FF0000 !important;
	border-bottom: solid 1px #FF0000 !important;
}

#timesheet-table tr td input.mensileCommentsStyle {
    background-color: #FFF000 !important;
}

#timesheet-table tr.alternate-row td input.mensileCommentsStyle {
     background-color: #FFF000 !important;
}


#timesheet-table tr td.mensileSundayStyleTimesheet input.mensileCommentsStyle {
    color: #000000 !important;
}

.timesheet-status-canceled-onhold-complete {
	color: #FF0000;
}

#timesheet-table tr:hover td input.timesheet-status-canceled-onhold-complete {
	color: #FF0000 !important;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all
a, a:visited {
    font-weight: normal;
}

.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: auto !important;
}

.ui-autocomplete-input {
    font-size: 11px;
}

.find-project-status-filter-widget {
    width: 90px;	
}

.find-project-status-filter-widget-area {
    width: 90px;	
}

.custom-select-op-widget-title-area {
    width: 1px !important;
}

.displayNone {
	display: none;
}