@charset "utf-8";
/* CSS Document */
#longApp { width: 600px; }
form#frmApply {
    margin: 0px;
    padding: 0px;
	color: #333;
}
form#frmApply h4 { font-weight: bold; }
form#frmApply fieldset {
	border: 1px solid #C8C8C8;
	background: #F6F6F6;
    margin: 0.25em 0em 0.65em 0em;
	padding: .75em .25em .55em .25em;
}
form#frmApply legend {
	border: 0px solid #AACCEE;
	color: #7FAD30;
	font-size: 120%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}
form#frmApply label {
	color: #666666;
    float: left;
	font-size: 12px;
    width: 125px;
    text-align: right;
	padding-right: 5px;
}
form#frmApply span.fm-label {
	color: #333;
 	font-size: 12px;
}
form#frmApply fieldset div {
    margin-bottom: .55em;
    padding: 2px;
	padding-left: 0px;
	padding-right: 0px;	
    display: block;
}
form#frmApply fieldset div div{
	margin-bottom: 0px;
}

form#frmApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
	font-size: 95%;
    width: 125px;
    border: 1px solid #CCCCCC;
    padding: 1px;
    color: #666666;
}
form#frmApply fieldset div select.fm-DropDown {
    border: 1px solid #CCCCCC;
	font-size: 90%;
    color: #666666;	
}
form#frmApply fieldset div select {
    padding: 1px;
}
form#frmApply div.fm-multi div {
    margin: 5px 0;
}
form#frmApply div.fm-multi input {
    width: 1em;
}
form#frmApply div.fm-multi label {
    display: block;
    width: 125px;
    padding-left: 5em;
    text-align: left;
}
form#frmApply .fm-submit {
    clear: both;
    padding: .4em;
    text-align: center;
}
form#frmApply .fm-submit input {
    border: 1px solid #333;
    padding: 1px .85em;
    background: #555;
    color: #fff;
    font-size: 90%;
}
form#frmApply .fm-note {
	font-size: 80%;
	font-style: italic;
	margin-bottom: .25em;
	display: block;
	color: #666;	
}
form#frmApply input:focus, textarea:focus {
    background: #efefef;
    color: #000000;
}
/* required fields - does not work in IE */
form#frmApply fieldset div.fm-req label {
	color: #990000;
	font-size: 12px;
}
form#frmApply fieldset span.fm-req-label {
	color: #990000;
	font-size: 12px;
}
/*
form#frmApply fieldset div.fm-req label:before {
    content: "* "; /* does not work in IE *
}
form#frmApply fieldset span.fm-req-label:before {
    content: "* "; /* does not work in IE *
}
*/
form#frmApply div {
	border: 0px solid blue !important; 
}
form#frmApply div#replaceArea {
	padding: 0px;
}
/* Sizing ----------------------------------------- */
form#frmApply #app-TitleShell, form#frmApply #jrs-TitleShell { font-size: 12px; }
form#frmApply #app-TitleShell input, form#frmApply #jrs-TitleShell input { margin-right: 3px; }
form#frmApply #app-NameShell input, form#frmApply #jrs-NameShell input {}
form#frmApply #app-PhoneShell input#app-DaytimePhone, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-DaytimePhoneExt, form#frmApply #jrs-PhoneShell input#jrs-DaytimePhoneExt { width: 25px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhone, form#frmApply #jrs-PhoneShell input#jrs-EveningPhone { width: 70px!important; }
form#frmApply #app-PhoneShell input#app-EveningPhoneExt, form#frmApply #jrs-PhoneShell input#jrs-EveningPhoneExt { width: 25px!important; }

form#frmApply #app-AddressShell input#app-Address1, form#frmApply #jrs-AddressShell input#jrs-Address1 { width: 185px; }
form#frmApply #app-AddressShell input#app-Address2, form#frmApply #jrs-AddressShell input#jrs-Address2 { width: 60px; }
form#frmApply #app-CityStateZipShell input#app-PostalCode, form#frmApply #jrs-CityStateZipShell input#jrs-PostalCode { width: 65px; }

form#frmApply .app-fm-submit { text-align: center:}
form#frmApply .app-fm-submit {
    clear: both;
    padding: .4em; padding-top: 0px;
    text-align: center;
	margin: auto;
}
form#frmApply .app-fm-submit input {
	border: 1px solid #CCCCCC;
    padding: 2px .85em;
    background: #555;
    color: #fff;
    font-size: 90%;

}


/* ---------------------------------------------------------------- QUICK FORM ------------------------------------------------- */
form#frmQuickApply  {
	margin: 0px;
    padding: 0px;
}
form#frmQuickApply fieldset {
	border: 0px solid #DEDEDE;
    margin: 0.25em 0em 0.65em 0em;
	padding: .35em;
	padding-left: .55em;	
	padding-bottom: .15em;	
}
form#frmQuickApply legend {
	display: none;
	color: #006699;
	font-size: 120%;
	font-weight: bold;
	padding: .10em .3em .10em .3em;
	text-transform: none;
}

form#frmQuickApply label {
	color: #666666;
    float: left;
	font-size: 97%;
    width: 130px;
	padding-right: .3em;
}
form#frmQuickApply span.fm-label {
	color: #666666;
 	font-size: 97%;
}
form#frmQuickApply fieldset div {
    margin-bottom: .15em;
    padding: 1px;
    display: block;
}
form#frmQuickApply fieldset div div{
	margin-bottom: 0px;
}
form#frmQuickApply fieldset div input.fm-TextBox, fieldset div textarea.fm-TextArea  {
	font-size: 95%;
     width:350px;
	border: 1px solid #CCCCCC;
    padding: 1px;
    color: #666666;

}
form#frmQuickApply fieldset div select.fm-DropDown {
    border: 1px solid #CCCCCC;
	font-size: 90%;
    color: #666666;	
}
form#frmQuickApply .qap-fm-submit { text-align: center:}
form#frmQuickApply .qap-fm-submit {
    clear: both;
    padding: .4em; padding-top: 0px;
    text-align: center;
	margin: auto;
}
form#frmQuickApply .qap-fm-submit input {
	border: 1px solid #CCCCCC;
    padding: 1px .85em;
    background: #555;
    color: #fff;
    font-size: 90%;
}
/* ---------------------------------------------------------------- JobResp FORM ------------------------------------------------- */

/* CCPA November 2019 */
form#frmApply .fieldsetWrap.agreementWrap fieldset {
    padding: 1.25em;
}
form#frmQuickApply .fieldsetWrap.agreementWrap fieldset {
    padding: 0.25em;
}
form#frmApply .fieldsetWrap.agreementWrap label,
form#frmQuickApply .fieldsetWrap.agreementWrap label {
    float: none;
}
form#frmApply .fieldsetWrap.agreementWrap input,
form#frmQuickApply .fieldsetWrap.agreementWrap input {
    margin: 0 .5em;
}

form#frmQuickApply .agreementWrap fieldset {
    padding: .5em;
}
form#frmQuickApply .agreementWrap fieldset label {
    font-size: 80%;
    line-height: 1.5;    
    padding-right: 0;
    text-align: left;
    width: 100%;
}
form#frmQuickApply .agreementWrap .agreementLink {
    display: block; text-align: center;
}
form#frmQuickApply .showAgreement {
    color: #fff; 
    display: block; 
    font-weight: bold;
    letter-spacing: .05em;
    padding: 5px;
    text-align: center; 
    text-shadow: 2px 2px 2px rgba(25,25,25, .5);
}
form#frmQuickApply .showAgreement:hover {
    text-shadow: 2px 2px 2px rgba(0,0,0, 1);
}
form#frmQuickApply .showAgreement:hover {
    cursor: pointer;
}
form#frmQuickApply .agreementDetails {
    display: none;
}
/* Local Rules */
form#frmQuickApply .agreementWrap h4 {
    display: none;
}
form#frmQuickApply .agreementWrap fieldset {
    padding: .25em;
}
form#frmQuickApply .agreementDetails {
    background: rgb(51, 51, 51); 
    color: rgb(255, 255, 255);
    display: block;
    padding: 1rem;
    position: absolute; 
    width: 320px; 
}

