
/**** #### legacy/assets/css/general.css #### ****/

#editor-wrapper #contractor_id_chzn {
    float: right;
    margin-top: -32px;
}
.chzn-container {
	font-weight:normal;
}
#hub .chzn-container {
	font-weight:normal;
}
body .chzn-container .chzn-results .group-result  {
	color:#000000;
	font-style:italic;
}
body .chzn-container .chzn-results li em {
	background:#FFFF33;
}
#contractor_id_chzn  {
    width: 145px;
}
body .chzn-container-multi .chzn-choices {
	max-height:100px;
	overflow-y:scroll;
}
body .chzn-container-single .chzn-single span {
	margin-right:36px;
}
body .job-dialog label, body .job-dialog span.form-frozen{
	vertical-align:top;
	line-height:24px;
}

@media print {
  header,footer { 
    display: none; 
  }
}

html, body {
  -webkit-print-color-adjust:exact;
}
/* undoes clash with bootstrap */
body.cfl-legacy .label {
	color:#333333;
}