/***************************** body start **************************************/

/***************************** START Special Styles ****************************/

.login.quickapp-confirm-error.error {
	right: 0;
}
html, body {
	background: none;
}
.uk-grid-divider-dashes, .uk-panel-box-opacity hr.uk-grid-divider-dashes {
    border-top: 1px dashed #CCC !important;
    border-bottom: 0 solid transparent;
}
.select2-container-multi .select2-choices .select2-search-choice {
	z-index: 999;
}

.blank_box2 span {
    padding: 0 0;
}

.uk-form textarea:focus {
    border: 1px solid #ddd;
    outline: 0;
    background: #fff;
    color: #444;
}
.uk-alert {
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #ebf7fd;
    color: #444 !important;
    border: 1px solid rgba(45,112,145,.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
.uk-alert,.uk-alert-success, .uk-alert-warning, .uk-alert-danger {
	color: #444 !important;
}

.login-msg.uk-alert {
    margin-bottom: 15px;
    padding: 10px;
    background: #ebf7fd;
    color: #444;
    font-size: 13px;
    border: 0px solid rgba(45,112,145,.3);
    border-left: 5px solid rgba(45,112,145,.6);
    border-radius: 0 4px 4px 0;
    text-shadow: 0 1px 0 #fff;
    padding-left: 15px !important;
    -webkit-box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 8px -5px rgba(0,0,0,0.25);
}

#passwordSuggestionContainer, #passwordErrorContainer,#passwordSuccessContainer {
	padding: 10px;
}

.uk-alert-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216,80,48,.3);
}
.accesspoint-login-info {
    margin-bottom: 15px;
    padding: 5px 10px;
    background: #f0f0f0;
    color: #444;
    border: 1px solid rgba(177, 177, 177, 0.3);
    border-radius: 4px;
    text-shadow: 0 1px 0 #fff;
}
.jSignature-signhere {
    position: absolute !important;
    top: auto;
    left: 15px;
    min-width: 10px !important;
    max-width: 80px !important;
    width: 10% !important;
    border: none !important;
    padding: 0 !important;
    margin: 20px !important;
    box-shadow: 0 0 0 !important;
}
.uk-button-dark {
    background: none !important;
    background-color: #777d85 !important;
    color: #ffffff !important;
	border-radius: 4px;
}
#divSignatureContent {
    background-color: transparent;
	margin: 0;
	padding: 0;
}

#SavedSignature, #SavedSignature img {
	max-height: 60px;
	text-align: left;
}
#accesspoint-content #SavedSignature {
	max-height: none;
}
#SavedSignature img {
	max-height: 90px;
	text-align: left;
	padding: 10px 0;
}

#accesspoint-content .wizard-signature #SavedSignature img {
	max-height: 120px;
	text-align: left;
	padding: 10px 0;
}

.customLabel-radio-quest {
    line-height: 25px;
/*		text-transform: uppercase;*/
    color: #666;
    display: block;
	font-weight: 500;
    font-size: 16px;
	pointer-events: none;
}

@media (max-width: 480px) {
	.jSignature-signhere {
		width: 20% !important;
		left: 0px;
	}
	#divSignatureContent, .sig-info-note {
		margin: 0 -15px 0px -20px;
	}
	.uk-accordion-content #divSignatureContent, .sig-info-note {
		margin: 0 0 0 0;
	}

}

.consent-row {
	cursor: pointer;
}

#chtDocStatus svg {
    margin: auto;
    display: block;
    max-width: 100%;
}

.app-content-container .question-boxes.uk-margin-top-remove:focus {
 margin-top: 0 !important;
}

/***************************** END Special Styles ****************************/

.access-hide {
	display: none;
}
.uk-text-right-mobile {
    text-align: right;
}

body {
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #FFF;
    min-height: 100vh;
    background-attachment: fixed !important;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(238,238,238,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(238,238,238,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6eeeeee',GradientType=0 );
}
.uk-panel-box {
    padding: 10px;
    color: #444;
	border-radius: 4px;
}
.uk-button-primary, .uk-contrast .uk-button-primary {
    background-color: #4f6faf !important;
    color: #fff;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #375289 !important;
    color: #fff;
}
.ap-signature-pin {
	padding: 0 15px 10px 15px;
    background: transparent;
	margin-top: 15px;
}
.create-sig-message {
	margin-bottom: 15px;
    padding: 5px 10px 5px 15px;
	background: rgba(245, 245, 245, 0.35);
    color: #444;
    border-radius: 4px;
}

#Container{
    max-width:1184px;
	position: relative;
}


/***************************** body end ********************************/

/***************************** START outer container *******************/

#wrapper {
    max-width: 1184px;
    margin: auto;
/*    min-height: 100vh;*/
	background-color: #EFEFEF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.35);
	overflow-x: hidden;
}
#Container form {
	padding-bottom: 35px;
	margin-bottom: 0;
}
#Container .uk-navbar-dropdown form {
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 768px) {
	#wrapper {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		min-height: 100vh;
		margin-bottom: -20px;
	}
	.agree-sig {
		padding-bottom: 20px;
	}
}
/************************* outer container end ********************/

/************************* START top nav bar **********************/

#accesspoint-content {
	position: relative;
	padding-bottom: 20px;
}
#accesspoint-content .pass-graybar {
	margin-top: 5px;
}
.careers-header-container {
	z-index: 99999;
	position: fixed;
	overflow-y: auto;
	top: 86px;
	width: 25%;
	max-width: 295px;
	padding-top: 0;
	height: calc(100vh - 86px);
	border-right: 1px solid #BFBFBF;
	background: rgba(250,250,250,1);
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed', GradientType=0 );
}
.careers-logo-horizontal-container {
	width: 100%;
	max-width: 1184px;
	background-color: #E9E9E9;
	height: 85px !important;
	border-bottom: 1px solid #BFBFBF;
}

.app-header-container {
	z-index: 998;
	position: fixed;
	top: 0;
	width: 100%;
	max-width: 1184px;
	/*padding-top: 15px;*/
	height: 85px;
	border-right: 1px solid #BFBFBF;
	background: rgba(250,250,250,1);
	background: -moz-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ededed', GradientType=0 );
}
.logo-horizontal-container {
	width: 100%;
	max-width: 1184px;
	background-color: #E9E9E9;
	height: 85px !important;
	border-bottom: 1px solid #BFBFBF;
}
.app-header-logo {
	padding-left: 0;
	width: 100%;
	text-align: center;
	height: 85px;
}
.app-header-logo {
	padding-left: 30px;
    text-align: left;
	width: 100%;
	height: 85px;
}

.navbottombar {
	z-index: 5;
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 1184px;
	background-color: #00539F;
	height: 15px;
}
#navtop {
    position: absolute;
	top: 0;
	left: 256px;
	z-index: 9999;
    width: calc(100% - 256px);
    max-width: 1184px;
	height:35px;
	border-radius: 0;
    border: 0 solid #000;
    background: none;
	-webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 5px 5px -3px rgba(0,0,0,0.20);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,0.20);
}
#accesspoint-content #navtop {
    position: absolute;
	top: auto;
	bottom: 0;
    left: 0px;
    width: 100%;
    z-index: 9999;
	overflow-y: hidden;
    max-width: 1184px;
	height: 40px;
	border-radius: 0;
    border: 0 solid #000;
    background-color: none;
/*
	-webkit-box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
    box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
*/
}

#navtop .uk-button,.ap-wizard-btns .uk-button:not(.uk-button-link) {
	padding: 0px !important;
    /*text-shadow: 0px -1px 1px #4d4d4d;*/
}

.button-container {
    background: rgba(175,175,175, 0.25);
    padding: 5px 20px;
    height: 30px;
    border-radius: 0 4px 0 0;
    -webkit-box-shadow: inset 0 0 52px -6px rgba(0,0,0,0.35);
	-moz-box-shadow: inset 0 0 52px -6px rgba(0,0,0,0.35);
	box-shadow: inset 0 0 52px -6px rgba(0,0,0,0.35);
}

#btnCancel .button-container {
    background: none;
    padding: 5px 20px;
    height: 30px;
    border-radius: 0 4px 0 0;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	overflow: hidden;
}

#topnav-placeholder {
    height: 92px;
}
#btnSavePrevious{
	z-index: 100;
	position: absolute;
	box-shadow:
	3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
	3px 1.7px 3px rgba(0, 0, 0, 0.081),
	3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
	3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
	3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
	3px 25px 45px rgba(0, 0, 0, 0.2)
	;
	background: url(/images/button-texture.png);
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 100;
	border-radius: 0 4px 0 0;
	color: #ffffff;
}
#btnSavePrevious:disabled {
	color: #FFF !important;
}


#btnSaveNext {
	z-index: 100;
	position: absolute;
	right: 0;
	box-shadow:
	  -3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
	  -3px 1.7px 3px rgba(0, 0, 0, 0.081),
	  -3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
	  -3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
	  -3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
	  -3px 25px 45px rgba(0, 0, 0, 0.2)
	;
	background: url(/images/button-texture.png);
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 4px 0 0 0;
	overflow: hidden;
	color: #ffffff;
}
#btnSaveNext:disabled {
	color: #FFF !important;
}
.mobile-button-tray #btnSavePrevious, .mobile-button-tray #btnSaveNext {
	position: relative;
	box-shadow: none;
}
#btnSaveNext:focus,#btnSaveNext:active,#btnSaveNext:focus-within {
	border: none;
	outline: none;
}

#btnCancel {
	z-index: 100;
	position: absolute;
	box-shadow:
	3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
	3px 1.7px 3px rgba(0, 0, 0, 0.081),
	3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
	3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
	3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
	3px 25px 45px rgba(0, 0, 0, 0.2)
	;
	border-radius: 0 4px 0 0;
}

.equip-buttons #btnCancel {
	border-radius: 4px 4px;
}

.uk-button-group #btnSavePrevious, .uk-button-group #btnSaveNext{
	position: relative;
}

.uk-button-group #btnSavePrevious {
	border-radius: 4px 0 0 4px;
}

.uk-button-group #btnSaveNext {
	border-radius: 0 4px 4px 0;
}

.logo-lg {
    max-height: 60px;
    max-width: 85px;
}
.logo-lg2 {
    max-height: 70px;
    max-width: 250px;
}
#navtop-logo {
	position: absolute;
	z-index: -1;
	width: 100%;
    max-width: 1184px;
    height: 35px;
}
#navtop-logo2 {
	z-index: 9999;
	width: 100%;
    max-width: 1184px;
    height: 65px;
	background-color: rgba(245, 245, 245, 1);
	padding-top: 15px;
}
.welcome-link {
	color: #75c256;
}
.welcome-link:hover {
	color: #75c256;
}
.welcome-link.uk-button-link:not(.uk-text-muted):not(:disabled):not(.uk-contrast) {
    color: #444;
    background: none;
}
.button-job-select {
	border: 1px solid #4f6faf;
	background-color: #fafafa;
}

.login-divider {
	font-size: 24px;
	background: url(/images/login-hdr-rule-vert.png) center center no-repeat;
	height: 100%;
	width: 100%;
	display: table;
}
.login-or-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 100%;
}

.uk-notify {
    z-index: 9999;
}

@media (max-width: 960px) {
	.app-header-container, .careers-header-container {
		z-index: 1000000;
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 1184px;
		padding-top: 0;
		height: 85px;
    	border-right: none;
	}
	.app-header-logo {
		padding-left: 30px;
		text-align: left;
	}
	#navtop {
		top: 100px;
		left: 0px;
		width: 100%;
		z-index: 9999;
	}
	#topnav-placeholder {
		height: 92px;
	}
	#accesspoint-content #navtop {
		position: fixed;
		top: auto;
		bottom: 0;
		left: 0px;
		width: 100%;
		z-index: 9999;
		max-width: 1184px;
		height: 35px;
		border-radius: 0;
		border: 0 solid #000;
		background: none;
	}
	.login-divider {
		font-size: 24px;
		background: url(/images/login-hdr-rule-hori.png) center center no-repeat;
		margin: 5px 30px 25px;
		height: 100%;
		width: auto;
		display: block;
		text-align: center;
	}
	.login-or-text {
		display: inline-block;
		vertical-align: middle;
		text-align: center;
		height: 100%;
	}
}
@media (max-width: 480px) {
	.careers-logo-horizontal-container {
		width: 100%;
		max-width: 1184px;
		background-color: #E9E9E9;
		height: 55px !important;
		border-bottom: 1px solid #BFBFBF;
	}
	.logo-horizontal-container {
		width: 100%;
		max-width: 1184px;
		background-color: #E9E9E9;
		height: 55px !important;
		border-bottom: 1px solid #BFBFBF;
	}
	.app-header-container {
		z-index: 1000000;
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 1184px;
		padding-top: 0;
		height: 0 !important;
		border-right: none;
	}
	.careers-header-container {
		z-index: 1000000;
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 1184px;
		padding-top: 15px;
		height: 85px !important;
		border-right: none;
	}

	.content_external {
    	margin: 0 0 0 -20px !important;
	}
	.logo-lg2 {
		max-height: 40px;
		max-width: 250px;
	}
	.app-header-logo {
		padding-left: 15px;
		padding-top: 5px;
		text-align: left;
		height: 50px;
	}
	#navtop-bar {
		z-index: 9999;
		position: fixed;
		top: 0;
		width: 100%;
		max-width: 1184px;
		background-color: #00539F;
		height: 0;

	}
	#navtop-logo2 {
		z-index: 9999;
		width: 100%;
		max-width: 1184px;
		height: 65px;
		background-color: rgba(245, 245, 245, 1);
		padding-top: 15px;
	}
	#navtop {
		position: fixed;
		top: auto;
		bottom: 0;
		z-index: 9999;
		width: 100%;
		max-width: 1184px;
		height:35px;
		border-radius: 0;
		border: 0 solid #000;
		background: none;
/*
		-webkit-box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
		-moz-box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
		box-shadow: 0 -3px 5px 0px rgba(0,0,0,0.20);
*/
	}
	#navtop .uk-button {
		/*padding: 0px 20px;*/
		text-shadow: 0px -1px 1px #4d4d4d;
	}
	#topnav-placeholder {
		height: 75px;
	}
	#btnSavePrevious{
		border-right: 1px solid rgba(255, 255, 255, 0.1);
		box-shadow:
		3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
		3px 1.7px 3px rgba(0, 0, 0, 0.081),
		3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
		3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
		3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
		3px 25px 45px rgba(0, 0, 0, 0.2)
		;
		background: url(/images/button-texture.png);
		background-color: rgba(0, 0, 0, 0.2);
	}
	#btnSaveNext {
		border-left: 1px solid rgba(255, 255, 255, 0.1);
/*		-webkit-box-shadow: -7px 9px 42px 0px rgba(0,0,0,0.25);
		-moz-box-shadow: -7px 9px 42px 0px rgba(0,0,0,0.25);
		box-shadow: -7px 9px 42px 0px rgba(0,0,0,0.25);*/
		box-shadow:
		  -3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
		  -3px 1.7px 3px rgba(0, 0, 0, 0.081),
		  -3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
		  -3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
		  -3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
		  -3px 25px 45px rgba(0, 0, 0, 0.2)
		;
		background: url(/images/button-texture.png);
		background-color: rgba(0, 0, 0, 0.2);
	}
	#btnCancel {
		border-right: 1px solid #ec6e85;
		box-shadow:
		3px 0.7px 1.2px rgba(0, 0, 0, 0.056),
		3px 1.7px 3px rgba(0, 0, 0, 0.081),
		3px 3.1px 5.6px rgba(0, 0, 0, 0.1),
		3px 5.6px 10.1px rgba(0, 0, 0, 0.119),
		3px 10.4px 18.8px rgba(0, 0, 0, 0.144),
		3px 25px 45px rgba(0, 0, 0, 0.2)
		;
	}
}

/*************************** Top Nav Bar End *********************/

#consentConfirmationSection {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin: 20px 0 0 0;
	padding: 15px;
	min-height: 110px;
}

#consentConfirmationSection > .uk-grid {
	min-height: 110px;
}


@media (max-width: 960px) {
	.page-title-style {
		margin-top: 0;
	}
}
@media (max-width: 480px) {
	.page-title-style.phone-title {
		margin-bottom: 0;
	}
	#consentConfirmationSection {
		border: 1px solid #ddd;
		border-radius: 4px;
		margin: 0;
		padding: 15px;
	}
}

.uk-panel-space-sm {
	padding: 5px;
}


.dash-before:before {
	content: '-';
	margin-right: 5px;
}

/***************************** START custom checkboxes ***********************/

.ap-areas-driven .uk-panel-box {
	padding: 7px;
	border: 1px solid #ddd;
	margin-right: -1px;
}

.app-table.uk-panel-box.eh-employment-box {
	margin-top: 0 !important;
}

.app-table.uk-panel-box {
    margin-bottom: 5px;
}

/***************************** START custom upload styles ******************/

.upload-hdr {
    padding: 5px 15px;
    margin-bottom: -2px;
    background: #666;
    color: #FFF;
    position: relative;
    z-index: 2;
}

.upload-common.uk-panel-box {
    padding: 15px;
    background: rgba(255, 255, 255, 0.35);
    color: #444;
	border: 1px solid #ddd;
}
.upload-common-button {
	border: 1px solid #ddd !important;
	background-color: #fafafa;
	min-height: 33px !important;
	line-height: 33px !important;
}
.uploaded-name-box {
	border: 1px solid #ddd;
	background-color: #fafafa;
	height: 35px;
	vertical-align: middle;
	padding: 0 0 0 15px;
	margin-top: 5px;
}
.upload-name-box {
	border: 1px solid #ddd;
	background-color: #fafafa;
	height: 35px;
	vertical-align: middle;
	padding: 5px 15px;
/*	margin-top: 5px;*/
}
.uk-offcanvas-page .upload-name-box {
	border: 1px solid transparent;
	background-color: transparent;
	height: auto;
	vertical-align: middle;
	padding: 5px 15px 0 0;
	margin-top: 5px;
}
.upload-name-box.upload-field {
	border: 1px solid #ddd;
	background-color: #fafafa;
	height: 35px;
	vertical-align: middle;
	padding: 5px 0 0 15px;
	margin-top: 5px !important;

    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.uploaded-name-box .uk-text-right-mobile {
	padding-top: 0;
}
.uploaded-name-box #DeleteAttachment.uk-button {
    line-height: 35px;
    min-height: 35px;
}

.upload-box {
    color: #67676B;
    width: 100%;
    background: transparent;
    border: 2px dashed #CCC;
    padding: 25px;
}

.take-photo-text-wiz {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}

/***************************** END custom upload styles ******************/

.eh-missing-date-box {
	position:relative;
	bottom: auto;
	padding: 15px 30px 10px 30px !important;
	border-radius: 0 !important;
	border: 1px solid transparent;
	margin-top: -1px;
	margin-left: 0;
	margin-right: 0;
	background: transparent;
}

.error-panel-border {
    border: 1px solid red !important;
}

.error-dates-border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid red;
    background: #F2F2F2;
}

.error-dates-success-border {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #DDD;
    background: #F2F2F2;
}

@media (max-width: 480px) {
	.eh-missing-date-box {
/*
		position: fixed;
		bottom: 35;
*/
		padding: 15px 30px 10px 30px !important;
		border-radius: 0 !important;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		border-left: none;
		border-right: none;
		margin-top: -1px;
		margin-left: -20px;
		margin-right: -20px;
	}
	.error-dates-border, .error-dates-success-border {
	    width: calc(100vw - 2px);
	    margin: 1px -20px;
	}
}

/***************************** START US#7363 ******************************/

.auth-buttons.uk-button-large {
    min-height: 40px!important;
    padding: 5px 15px!important;
    line-height: 38px!important;
    font-size: 16px!important;
    border-radius: 5px!important;
    background: #FFF;
    border: 1px solid #DDD;
}
.auth-buttons.uk-button-large:hover {
	background: #F5F5F5;
}
#Container .container.uk-container.login-container {
    padding: 0 90px 0 90px;
    max-width: 1184px;
    margin-bottom: 0;
}
#Container .login-container form {
    padding-bottom: 0;
    margin-bottom: 0;
}

.divider-or-container {
	margin: 0 0 20px 0;
	float: right;
}

@media (max-width: 768px) {
	#Container .container.uk-container.login-container {
    padding: 0 40px 0 40px;
	}
	.login-or-text {
		display: inline-block;
	}
	.app-content-container .question-boxes:focus {
	    border-color: #99baca;
	    outline: 0;
	    background: #f5fbfe;
	    color: #444;
	    padding: 5px 10px 5px 10px !important;
	    margin: 15px 0 0 0px !important;
	}

	.uk-flex-right.survey {
	    -ms-flex-pack: start;
	    -webkit-justify-content: flex-start;
	    justify-content: flex-start;
	}
}
@media (max-width: 480px) {
	#Container .container.uk-container.login-container {
    padding: 0 20px 0 20px;
	}
	#Container .login-container form {
		padding-bottom: 35px;
		margin-bottom: 0;
	}
	.divider-or-container {
		margin: 0 0 20px 0;
		text-align: center;
	}
	.login-or-text {
		margin-top: 0;
		display: block;
	}
	.yes-no-button-container:not(.question-boxes):focus {
		margin-left: -5px !important;
		margin-right: -5px !important;
	    padding: 5px;
	    margin-bottom: -5px !important;
	}
	.app-content-container .question-boxes.yes-no-button-container:focus {
		margin-top: 0 !important;
	}
	.app-content-container .question-boxes.yes-no-button-container {
	    border-left: 1px solid #999;
	    border-right: 1px solid #999;
	    margin-left: 0;
	    margin-right: 0;
	    padding: 5px 10px!important;
	}
	.app-content-container .question-boxes.yes-no-button-container.error-hilight {
	    border-left: 1px solid #b94a48;
	    border-right: 1px solid #b94a48;
	    margin-left: 0;
	    margin-right: 0;
	    padding: 5px 10px!important;
	}

}

.social-login > div + div {
	margin-top: 10px;
}

.login-fb-icon {
	color: #ffff;
    vertical-align: middle;
    line-height: 14px !important;
    background: #4267b2;
    border-radius: 50%;
    padding: 7px 5px 0px 6px;
    text-shadow: none;
    font-size: 1.4rem;
}

.icon-google-login {
	/*background: #FFF;
	border-radius: 4px;
	display: inline-block;*/
	line-height: 20px;
/*	border: 1px solid #DDD;*/
}

.icon-google-login > img {
	width: 20px;
/*	padding: 3px 3px 4px;*/
}

.auth-buttons {
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	letter-spacing: .035em;
}

.auth-buttons.uk-button.uk-button:not(.uk-button-large) {
	padding: 0 12px;
	min-height: 30px;
	font-size: 14px;
	line-height: 27px;
}
/***************************** END US#7363 ******************************/

/***************************** START of #7925 ********************/

.uk-panel-box-wizard {
	background: #FFF;
	-webkit-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 0px 3px 0px rgba(0,0,0,0.25);
	border: 1px solid #CCC;
}

.app-content-container .uk-grid+.uk-grid, .app-content-container .uk-grid-margin, .app-content-container .uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 10px;
}

.qual-panel-title + .yes-no-button-container {
	min-height: 87px;
}

@media (min-width: 768px) {
	.uk-grid-divider>[class*=uk-width-medium-]:not(.uk-width-medium-1-1):nth-child(n+2) {
	    border-left: 1px solid #cfcfcf;
	}

	.uk-small-text-center {
    	text-align: left;
  	}
}

@media (max-width: 480px) {
	label.monthdayyear-error.error, label.monthyear-error.error {
	    color: #b94a48!important;
	    padding-left: 0;
	    font-size: 10px;
	    font-weight: 400;
	    position: relative;
	    top: 0;
	    width: 45% !important;
	    right: 3px !important;
	    letter-spacing: .05em;
		pointer-events: none;
	}
	.uk-width-1-3 label.monthdayyear-error.error, .uk-width-1-3 label.monthyear-error.error {
	    color: #b94a48!important;
	    padding-left: 0;
	    font-size: 10px;
	    font-weight: 400;
	    position: relative;
	    top: 0;
	    width: 55% !important;
	    right: 3px !important;
	    letter-spacing: .05em;
		pointer-events: none;
	}
	.uk-width-1-2 label.monthdayyear-error.error, .uk-width-1-2 label.monthyear-error.error {
	    color: #b94a48!important;
	    padding-left: 0;
	    font-size: 10px;
	    font-weight: 400;
	    position: relative;
	    top: 0;
	    width: 35% !important;
	    right: 3px !important;
	    letter-spacing: .05em;
		pointer-events: none;
	}
	.yes-no-button-container .long-question.error, .question-boxes label.error.long-question {
	    position: relative;
	    top: 0;
	    right: 0;
	    width: 100%;
	    margin: 0;
	    text-align: right;
		pointer-events: none;
	}
}

/***************************** END of #7925 ********************/

/**************************** START US#8071 ******************************/

.lang-help {
    height: 100%;
    background: rgba(25,34,36,0.1);
    width: 60px;
    font-size: 18px;
    border-left: 1px solid #BBB;
    margin-right: -1px;
}

.lang-help .uk-grid > div:first-child {
    border-bottom: 1px solid #BBB;
    margin-bottom: -1px;
}

.lang-help a {
    color: #444;
}
.lang-help a:hover {
    color: #999;
    background: rgba(255,255,255,0.15);
}
.dropup, .dropdown {
	position: relative;

}
.dropdown-toggle {
*margin-bottom:-3px
}

.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 15px 0 15px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #20282b;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0);
	*border-right-width:2px;
	*border-bottom-width:2px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.dropdown-menu.hr-dropdown .dropdown-submenu {
    min-width: 240px;
}
.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
/**width:100%;*/
	height: 1px;
	margin: 9px 1px;
/**margin:-5px 0 5px;*/
	overflow: hidden;
	background-color: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px !important;
	clear: both;
	font-size:14px;
	font-weight: normal;
	line-height: 20px;
	color: #fff;
	white-space: nowrap;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu>li>a:hover, .dropdown-submenu>li:focus {
    color: #fff ;
    text-decoration: none;
    background: rgba(25,201,40,1) !important;
    background: -moz-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,201,40,1)), color-stop(100%, rgba(41,186,53,1))) !important;
    background: -webkit-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c928', endColorstr='#29ba35', GradientType=0 );
    text-shadow: 0 1px 1px #000 !important;
}
.dropdown-menu li.indent>a {
    padding: 3px 0 3px 37px !important;
    display: block;
    font-size: 14px !important;
    text-transform: none !important;
}
.dropdown-menu>li.disabled>a {
    border-bottom: 1px dashed #888;
    margin: 0 10px;
    padding: 3px 10px 3px !important;
}

.dropdown-menu>li:not(.disabled)>a:hover, .dropdown-menu>li:not(.disabled)>a:focus, .dropdown-submenu>li:not(.disabled)>a:hover, .dropdown-submenu>li:not(.disabled):focus {
	color: #fff !important;
	text-decoration: none;
    background: rgba(25,201,40,1) !important;
    background: -moz-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(25,201,40,1)), color-stop(100%, rgba(41,186,53,1))) !important;
    background: -webkit-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -o-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: -ms-linear-gradient(top, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(25,201,40,1) 0%, rgba(41,186,53,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19c928', endColorstr='#29ba35', GradientType=0 );
    text-shadow: 0 1px 1px #000 !important;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #fff;
	text-decoration: none;
	background: rgba(167,217,147,1);
    background: -moz-linear-gradient(top, rgba(167,217,147,1) 0%, rgba(148,192,131,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,217,147,1)), color-stop(100%, rgba(148,192,131,1)));
    background: -webkit-linear-gradient(top, rgba(167,217,147,1) 0%, rgba(148,192,131,1) 100%);
    background: -o-linear-gradient(top, rgba(167,217,147,1) 0%, rgba(148,192,131,1) 100%);
    background: -ms-linear-gradient(top, rgba(167,217,147,1) 0%, rgba(148,192,131,1) 100%);
    background: linear-gradient(to bottom, rgba(167,217,147,1) 0%, rgba(148,192,131,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75c356', endColorstr='#6fb453', GradientType=0 );
	background-repeat: repeat-x;
	outline: 0;
}

.dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	text-decoration: none;
	cursor: default;
	background: transparent !important;
	background-image: none;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus {
	color: #b4bcc2;
}

.dropdown-submenu {
    list-style: none;
    margin: 0;
    padding: 5px 0 0;
}

.open {
    *z-index:1000;
}
.open>.dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}
/*.uk-button-link:not(.uk-text-muted):not(:disabled):not(.uk-contrast) {
    color: #75c256;
    background: none;
}*/
@media screen and (max-width: 480px) {
    .lang-help {
        height: 100%;
        background: rgba(25,34,36,0.1);
        width: 40px;
        font-size: 18px;
        border-left: 1px solid #BBB;
        margin-right: -1px;
    }
}

/**************************** #7766 - revised ******************************/
.select2-chosen > img {
    margin-top: -3px;
}

.select2-container .select2-choice .select2-arrow b {
    background-position: 0 10px;
}


.grid-divider-drk {
    border-top: 1px solid #CCC !important;
    margin-top: 3px !important;
    margin-bottom: 1px !important;
}
.grid-divider-wht{
    border-top: 1px solid #ffffff !important;
    margin-top: 3px !important;
    margin-bottom: 1px !important;
}

/**************************** START of YES / NO Radio Button Styling ******************************/

.uk-form .uk-button-group > label.uk-button, .uk-button-group > label  {
    background: #eee;
}
.uk-button-group label {
    -webkit-appearance: none;
    margin: 0;
    overflow: visible;
    font: inherit;
    color: #444444;
    text-transform: none;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 12px;
    vertical-align: middle;
    line-height: 23px;
    min-height: 25px;
    height: 25px;
    font-size: 1rem !important;
    text-decoration: none;
    text-align: center;
    /*border: 1px solid rgba(0, 0, 0, 0.18);*/
    border-radius: 4px !important;
}
#accesspoint-content .uk-button-group label.uk-button {
    line-height: 25px;
}
.uk-button-group > label:first-child, .uk-button-group > div:first-child label, .uk-button-group > label.disbled-btn:first-child, .uk-button-group > div:first-child label.disbled-btn {
    border-right-color: rgba(0, 0, 0, 0.1);
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.uk-button-group > .uk-button:last-child:not(:only-child), .uk-button-group > div:last-child:not(:only-child) .uk-button, .uk-button-group > label:last-child:not(:only-child), .uk-button-group > div:last-child:not(:only-child) label, .uk-button-group > label.disbled-btn:last-child:not(:only-child), .uk-button-group > div:last-child:not(:only-child) label.disbled-btn {
    /*border-color: #ddd;*/
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.uk-button-group > .uk-button:nth-child(n+2), .uk-button-group > div:nth-child(n+2) .uk-button, .uk-button-group > label:nth-child(n+2), .uk-button-group > div:nth-child(n+2) label, .uk-button-group > label.disbled-btn:nth-child(n+2), .uk-button-group > div:nth-child(n+2) label.disbled-btn {
    margin-left: -1px;
}

.uk-button-group label.required:after {
    display: none;
}

.uk-form .uk-button-group > label >  input[type=radio]:checked:before, .uk-form .uk-button-group > label >  input[type=radio]:before, .uk-form .uk-button-group > label >  input[type=radio], .dashsort-button >  input[type=radio] {
    width: 1px;
    height: 0px;
    border: 0 solid transparent;
    background: none;
    padding: 0px;
    margin: 0 0 0 -1px;
    border-radius: 0 0;
    position: absolute;
    opacity: 0;
}
.uk-button-group > label.uk-active, .uk-button-group > label.uk-button.uk-active {
    border-bottom: 3px solid #5684a5 !important;
    height: 25px;
    background: #a8a8b1 !important;
    color: #FFF !important;
    text-shadow: 0 1px 0 #999 !important;
}
.uk-button-group > label.uk-active.disabled-btn, .uk-button-group > label.uk-button.uk-active.disabled-btn {
    border-bottom: 3px solid #5684a5;
    height: 24px;
    background: #a8a8b1;
    color: #FFF;
    text-shadow: 0 1px 0 #999;
}
.disabled-btn, .disabled-btn:hover, .disabled-btn:focus, .disabled-btn:active, .uk-button.disabled-btn, .uk-button.disabled-btn:hover, .uk-button.disabled-btn:focus, .uk-button.disabled-btn:active {
    color: #CCC;
    cursor: default;
}

.AccidentPublic {
    height: 66px;
}
.customLabel-radio.title-bottom-pad {
    margin-bottom: 7px;
	pointer-events: none;
}

input:focus + label.error, select:focus + label.error {
    display: none !important;
}

.bordered-labels label {
    border: 1px solid #CCC;
    padding: 4px 10px 4px 5px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}
.truckright-quickapp-error.custom-error {
	position: relative;
	color: #B94A48 !important;
}
.truckright-quickapp-error.error {
	position: relative;
	color: #B94A48 !important;
	text-align: right !important;
	display: block;
}
.tr-question-type-simple .error {
    color: #B94A48 !important;
}

@media (max-width: 480px) {
    .yes-no-button.uk-button {
        line-height: 25px !important;
        height: 25px !important;
        margin-top: 0;
        margin-bottom: 0;
    }
    .yes-no-button-label {
        padding-left: 0;
    }
    .yes-no-button-container {
        height: auto;
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        padding-left: 0;
        background-color: transparent;
    }
    .yes-no-button-grid {
        margin-right: 0;
    }
}

/**************************** END of YES / NO Radio Button Styling ******************************/

/**************************** END US#8071 ******************************/
/**************************** dropzone additions #7447 ****************************/
.upload_dropzone
{
    border: 3px dashed #ccc;
    font-weight: bold;
    font-size: 18px;
    padding: 20px;
}
.dropzone {
    min-height: 125px !important;
    border: 2px solid rgba(0,0,0,0.3);
    background: white;
    padding: 5px;
    margin: 15px -10px -10px;
}
.dropzone .dz-preview {
    margin: 5px !important;
    min-height: 80px !important;
}
.dropzone .dz-preview .dz-image {
    border-radius: 10px;
    overflow: hidden;
    width: 80px !important;
    height: 80px !important;
    max-width: 100%;
    position: relative;
    display: block;
    z-index: 10;
}
.dropzone .dz-preview .dz-details {
    padding: 1em 1em !important;
    line-height: 110% !important;
}
.icon-upload-container {
	padding-left: 10px;
}
/**************************** end dropzone additions #7447 ****************************/
/*************************** US#8151 ************************************/

.login-divider-left {
    /*border: 1px solid rgba(137, 137, 137, 0.7) !important;*/
    margin:12px 0px 0px 25px !important;
}

.login-divider-right {
    /*border: 1px solid rgba(137, 137, 137, 0.7) !important;*/
    margin:12px 0px 0px 0px !important;
}
/*************************** END US#8151 ************************************/

/*************************** US#8718 WALMART APPLICATION************************************/

/* Modifier: `uk-notify-message-primary`
 ========================================================================== */
.uk-notify-message-primary {
  background: #ebf7fd;
  color: #476498 !important;
}
/* Modifier: `uk-notify-message-success`
 ========================================================================== */
.uk-notify-message-success {
  background: #f2fae3;
  color: #4A7729 !important;
}
/* Modifier: `uk-notify-message-warning`
 ========================================================================== */
.uk-notify-message-warning {
  background: #fffceb;
  color: #D73B00 !important;
}
/* Modifier: `uk-notify-message-danger`
 ========================================================================== */
.uk-notify-message-danger {
  background: #fff1f0;
  color: #C01F24 !important;
}
#accesspoint-content #consentSection a {
  color: #4A7729 !important;
}

.body-lp-access #content-w2w.default,.body-lp-acces #landingPageContainer #content-w2w.default {
    position: relative;
    left: auto;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    z-index: 20;
    top: -9px !important;
    max-width: none;
    padding-top: 5px;
    width: 100% !important;
    margin-bottom: 10px;
}

.body-lp-access .app-buttons {
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	
	.body-lp-access #content-w2w.default,.body-lp-acces #landingPageContainer #content-w2w.default {
	    position: relative;
	    left: auto;
	    transition: all 0.3s linear;
	    -moz-transition: all 0.3s linear;
	    -webkit-transition: all 0.3s linear;
	    z-index: 20;
	    top: -9px !important;
	    max-width: 1184px;
	    padding-top: 5px;
	    margin-bottom: 0;
		width: 100% !important;
	}
	.body-lp-access .app-buttons .pg-header {
		display: none !important;
	}
}
@media screen and (max-width: 480px) {
	#WorkedHereBeforeYear-error {
		padding-right: 10px
	}
	#currentLicence .combodate label.error {
		padding-right: 	0px !important;
	}
}
/*************************** END US#8718 WALMART APPLICATION************************************/
/*************************** #8331 *******************************************************/
/**** APPLICATION Wizard ***/

#accesspoint-content .custom-select-outlined select {
	padding: 0px 20px 0px 13px;
}
#accesspoint-content #LocExtEmpHist .custom-select-alt .select2-container .select2-chosen, #accesspoint-content .custom-select-alt .select2-container .select2-chosen  {
	padding: 0px;
}

#accesspoint-content .uk-input {
    height: 46px !important;
    padding: 0px 20px 0px 13px;
    }
#accesspoint-content #DateOfBirthSection {
	margin-top: -20px !important;
}
#accesspoint-content .HasFASTCard, #accesspoint-content .HasTWICCard {
	padding-top: 15px;
}
#accesspoint-content .custom-select-outlined, #accesspoint-content .custom-select-outlined select, #accesspoint-content .custom-textfield-outlined, #accesspoint-content .custom-textfield-outlined input {
	/* height: 46px !important; */
	min-height: 43px;
}
#accesspoint-content label.label-stacked {
	line-height: 1.5em;
}
#accesspoint-content .custom-select-alt .select2-container .select2-choice {
	height: 26px !important;
}
#accesspoint-content .custom-select-outlined .select2-container-multi > .select2-choices {
	min-height: 36px !important;
}

@media (max-width: 480px) {
	.careers-header-title.addy {
	    font-size: 12px;
	    font-weight: 400;
	    line-height: 14px;
	}
}
/*************************** END #8331 *******************************************************/
