<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.empAppFormWrap
{
	padding-top: 10px;
	clear: both;
}
.empAppFormWrap .container
{
	padding-top: 10px;
	border-top: 1px solid #000;
	margin-top: 1px;
}
    
.empAppFormWrap .highlightedField
{
	background-color: yellow !important;
}
    
.empAppFormWrap .formSection
{
	margin: 20px 0;
}
    
.empAppFormWrap .formSectionHeader
{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 24px;
}

.empAppFormWrap .backgroundCheckWarning
{
	margin: 10px 0;
	color: #FF0000;
	font-weight: bold;
	font-size: 20px;
}

.empAppPageNum
{
	font-weight: bold;
	height: 30px;
	font-size: 16px;
	text-align: center;
	color: blue;
	width: 100%;
}

/* Style inputs, select elements and textareas */
input[type=text], select, textarea
{
  width: 90%;
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label
{
  padding: 6px 6px 6px 0;
  display: inline-block;
}

/* Style the submit button */
/*input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}*/

/* Floating column for labels: 25% width */
.col-25
{
  float: left;
  width: 25%;
  margin-top: 3px;
}
.col-50
{
  float: left;
  width: 50%;
  margin-top: 3px;
}
/* Floating column for inputs: 75% width */
.col-75
{
  float: left;
  width: 75%;
  margin-top: 3px;
}

/* Clear floats after the columns */
.row:after
{
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px)
{
  .col-25, .col-75,.col-505 , textarea
  {
    width: 100%;
    margin-top: 3px;
  }
}

/* default is not display these questions */
.validLicenseQuestionWrap, .pvInsuranceQuestionWrap
{
	display: none;
}

.empAppSubmitButton
{
	font-size: 18px !important;
	width: 100px;
	margin: 10px;
	display: block;
}

#emailValidationNoticeWrap
{
	color: red;
	font-size: 12px;
	display: block;
}

.empAppFormWrap
{
	min-height: 400px;
}

.empAppFormWrap form
{
	display: none;
}

.empAppFormWrap.onePageForm form
{
	display: block;
}


#ajaxWaiting
{
	margin: 0 auto;
	width: 300px;
	text-align: center;
	display: block;
}

#ajaxWaiting img
{
	display: inline-block;
}

.empAppBtn
{
	left: 350px;
	position: relative;
	display: inline-block;
	margin: 0;
	width: 200px;
}

h3
{
	margin: 20px auto;
	width: 700px;
}

span.noticeWrap
{
	display: inline-block;
	width: 360px;
	vertical-align: top;
	color: blue;
}

tr.binaryQuestionRow td
{
	padding: 5px 0;
}
</pre></body></html>