@import url("brandColor.css");

.navbar-brand b {
    color: var(--asoPrimaryColor) !important;
}
select.viewelement, input.viewelement, textarea.viewelement{
	border:1px solid #333;
	font-size:18px;
	color:#666;
}
select.viewelement{
	padding:3px;
}

#collapseOne{
	background-color:#eee;
}

/* textarea.viewelement{ */
	/* height:300px; */
/* } */ 
.chosen-container{
	font-size:18px;
}
.chosen-choices .search-field input{
	width:125px;
}
.chosen-container-multi .chosen-choices,.chosen-container .chosen-choices{
	padding:2px;
}
.chosen-container, .chosen-container-multi{
	border:1px solid #333;
}
.chosen-container-multi .chosen-choices li.search-choice,.chosen-container .chosen-choices li.search-choice{
	padding-top: 5px;
    padding-bottom: 5px;
}
.chosen-container-multi .chosen-choices li.search-choice span,.chosen-container .chosen-choices li.search-choice span{
	line-height:18px;
}

.btn.greenBtn{
	color: #fff !important;
    border: none !important;
    background: #27C24C !important;
}


.ASOFlexField-96317-fDate,.ASOFlexField-96317-fDateEnd {
	width:135px;
}
.ASOFlexField-96317-fPctTask, .ASOFlexField-96317-fVacationWeeks, .ASOFlexField-96317-fHoursPerWeek   {
	width:60px;
}
.ASOFlexField-96317-fHourlySalary, .ASOFlexField-96317-fMOD, .ASOFlexField-96317-fYearlySalary, .ASOFlexField-96317-fBenefits    {
	width:100px;
}