/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgb(51, 51, 51);
	background-color: rgb(255, 255, 255);
}*/

/*#cxsFormHolder {
	position:relative;
	max-width: 600px;	
	margin:10px auto;
	text-align:center;
}*/

/*#cxsWrapper {
	position:relative;
	max-width: 600px;
	background: rgb(245, 245, 245);
	padding: 19px;
	border: 1px solid rgb(227, 227, 227);
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	margin:10px auto;
}*/

#cxsFormHolder #cxsWrapper {
	max-width:100%;
	margin:0px;
	text-align:initial;
}

.cxsErrorHeader {    			
	display: none;
	border: solid;
	clear: both;
	line-height: 25px;
	padding: 5px 10px;
	color: rgb(169, 68, 66);
	background-color: rgb(242, 222, 222);
	border: 1px solid rgb(235, 204, 209);
	border-radius: 4px;
	margin-bottom: 15px;
}
.cxsErrorHeader.cxsHasError {
	display:block;
}	

.cxsErrorHeader p {
    margin: 5px;
}	

.cxsErrorHeader .cxsErrorLabel {
	font-weight:bold;
}

.cxsFieldContainer {
	width: 100%;
	position:relative;
}

.cxsFieldContainer.cxsFieldType_file {
    min-height: 34px;
}

h1.cxsPageHeader {
	width: 100%;
	clear: both;
	margin-top: 5px;
}

.cxsField {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: rgb(85, 85, 85);
	background-color: rgb(255, 255, 255);
	background-image: none;
	border: 1px solid #d9dadb;
	border-radius: 4px;
	/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
	/*box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);*/
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	outline:none;
}

.cxsFieldType_percent .cxsField {
		width: calc(100% - 16px);
	}


.cxsField.cxscheckboxField {
    width: 15px;
    height: 15px;
    box-shadow: none;
}

.cxsField:focus {
	border-color: rgb(102, 175, 233);
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.cxsField.cxsCheckboxesField, .cxsField.cxsRadiosField {
	background-color:transparent;	
	padding-left: 0px;	
	border:none;
	box-shadow:none;	
	height: auto;
	width:100%;
	padding:2px 0;
}

.cxsField.cxsCheckboxesField span, .cxsField.cxsRadiosField span {
	cursor:default;
}

.cxsRadioLabel, .cxsCheckboxLabel {
	display:inline-block;
	width:90%;
	width:calc(100% - 36px);
}

.cxsField.cxsRadiosField {
    margin-left: 15px;
}

.cxsField.cxsRadiosField input {
	vertical-align: top;
}

.cxsCheckboxes {
	width: 100%;
}

.cxsFieldLabel {
	display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.cxsFieldAfterLabel {
	display:none;
}

.cxsFieldType_checkbox .cxsFieldLabel {
	visibility:hidden;
	height: 25px;
}

.cxsFieldType_checkbox .cxsFieldAfterLabel {
	display:inline !important;
}

.cxstextareaField {
	height: auto;
	overflow: auto;
}

.cxsFieldType_multipicklist select[multiple] {
	height: auto;
}

.cxsFieldType_date .cxsdateField_d, .cxsFieldType_date .cxsdateField_m {
	width: 24%; 
}

.cxsFieldType_date .cxsdateField_y {
	width: 40%;
}

.cxsFieldType_date .cxsSeperator {
	text-align: center;
	width: 6%;
	display: inline-block;
}

.cxsButton ,.cxsFileUpload{
	cursor:pointer;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 4px;
	/*transition: all 0.3s ease-in-out;*/
	background-color: rgb(255, 255, 255);
	border: solid 1px #fff;
}

.cxsButton:hover ,.cxsFileUpload:hover {
	/*color: rgb(51, 51, 51);*/
	background-color: rgb(230, 230, 230);
	border-color: #fff;
}

.cxsButton {
	-webkit-appearance: none;
}

iFrame.cxsFileUploadFrame {
	height: 100%;
	width: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	position: absolute;
	top: 0px;
	left: 0px;
}

span.cxsFileUpload {
	display: inline-block;
	width: 100%;
	cursor: pointer;
	position: relative;
	background-color: #003b79;
	border: 1px solid: #fff;
	font-weight: 400;
	padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    margin-bottom: 5px;
    color: #fff;
}

.cxsFileUpload:hover {
	background-color: #f18e00;
	border: 1px solid: #fff;
	color: #fff;
}

.cxsApplyButton, .cxsFieldType_textkernel .cxsFileUpload {
	color: #fff;
	background-color: #f18e00;
	border-color: #f18e00;
}

.cxsApplyButton:hover, .cxsFieldType_textkernel .cxsFileUpload:hover {
	background-color: #003b79;
    border-color: #003b79;
}

input#cxsApplyButton {
	margin-top: 25px;
}
		
.cxsFileWait {
	width:20px;
	height:20px;
	background-size:cover;
	display: inline-block;
}

.cxsFileName {
	display:inline-block;
	vertical-align: top;
	line-height: 30px;
}

.cxsRequired .cxsFieldLabel:after, .cxsRequired .cxsFieldAfterLabel:after {
	content:'*';
	color: #f18e00;
	margin-left: .5rem;
}

.cxsError .cxsFieldError {
	color: #fff;
	padding: 2px 10px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	/*margin-bottom: 0px;*/
	box-sizing: border-box;
	/*margin-top: 5px;*/
	/*margin-right: 8px;*/
	/*margin-left: 0px;*/
	width: 100%;
	float: none;
	background-color: #f18e00;
}


.cxsFieldType_checkbox .cxsFieldError,
.cxsFieldType_file .cxsFieldError {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

#cxsLanguages {
	float: right;
	margin-bottom: 8px;
}
.cxsLanguage {
	padding: 5px;
	margin: 0px 2px;
	background-color: rgb(240, 240, 240);
	border-radius: 3px;
	color: rgb(160, 160, 160);
	cursor:pointer;
}
.cxsActiveLanguage {
	color: rgb(0, 0, 0);
	cursor:default;
}
.cxsFieldContainer {
	margin-bottom: 15px;
}
.cxsCheckboxes {
	display: inline-block;
}

.cxsSectionHeader {
	border-bottom: 1px solid rgb(229, 229, 229);
    margin-bottom: 10px;
    margin-top: 20px;
}

.cxsSectionIntro {
	margin-bottom: 10px;
	color: rgb(144, 144, 144);
}

#cxsOverlay{
	background-color:rgba(255,255,255,0.4);
}
.cxsCorrect .cxsField:not(.cxsCheckboxesField) {
	border-color:rgb(60, 118, 61);
}
/*
.cxsCorrect .cxsField:not(.cxsCheckboxesField):focus {
	border-color: rgb(43, 84, 44);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgb(103, 177, 104);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgb(103, 177, 104);
}
*/

.cxsError .cxsField:not(.cxsCheckboxesField) {
	/*border-color: #f18e00;*/
}
/*
.cxsError .cxsField:not(.cxsCheckboxesField):focus {
	border-color: rgb(132, 53, 52);
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgb(206, 132, 131);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgb(206, 132, 131);
}
*/

/*
.cxsFieldName_privacyStatement .cxsFieldLabel {
	display: inline;
	margin-right: 10px;
	padding-left: 0px;
}
*/

.cxsJobRequirements label, .cxsQuestion label  {
	width: 100%;
	max-width: 100%;
	text-align: left;
	margin-bottom: 5px;
}

.cxsTextkernelSection .cxsNoTK {
	color: rgb(131, 131, 131);		
}

.cxsReadOnlyField {
	padding: 6px 0px;
	display: inline-block;
}

.cxsProgress {
	height: 14px;			
	width:70%;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: rgb(225, 225, 225);
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
	box-sizing: border-box;
	position: absolute;
	top: 10px;
    right: 0px;
}

.cxsProgress-bar {
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: rgb(255, 255, 255);
	text-align: center;
	background-color: rgb(51, 122, 183);
	-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-background-size: 40px 40px;
	background-size: 40px 40px;
	box-sizing: border-box;
}

#cxsOverlay .cxsProgress {
	position:fixed;
	top:50%;
	left:50%;
	width: calc(100% -40px);
	max-width:560px;
	height:25px;
	transform: translate(-50%,-50%);
}

.cxsFileRemove {
	display:inline;
    margin-left: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    padding: 0px 3px;
    border-radius: 3px;
    background-color: rgb(51, 122, 183);
    border: solid 1px rgb(46, 109, 164);
}

.cxsFileRemove:hover {
    background-color: rgb(40, 96, 144);
    border-color: rgb(32, 77, 116);
}

.cxsFieldHelp {    
	color: rgb(115, 115, 115);
}

.cxsQuestion .cxsFieldHelp {    
    margin-left: 15px;
}

.cxsSpinner {	
	width:20px;
	height:20px;
	background-size:20px 20px;
	background-repeat: no-repeat;
	display:inline-block;
	margin-top:3px;
}

#cxsSpinner_submit.cxsSpinner {
	width:34px;
	height:34px;
	background-size:34px 34px;
	margin-top: 25px;
}

@media (min-width: 768px) {
	.cxsField, .cxsCheckboxes {
		width: 70%;
	}

/*	.cxsFieldLabel  {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
		padding-right: 15px;
		margin-right: 20px;
		width: 25%;
		max-width:200px;
	}*/

	/*.cxsFieldError {
		margin-left:220px;
	}*/

	/*.cxsFieldError:before {
		font-family: FontAwesome;
		font-style: normal;
		font-weight: normal;
		text-decoration: inherit;
		content: "\f071";
	}*/

	.cxsFieldType_date .cxsdateField_d, .cxsFieldType_date .cxsdateField_m {
		width: 15%; 
	}

	.cxsFieldType_date .cxsdateField_y {
		width: 30%;
	}

	.cxsFieldType_date .cxsSeperator {
		text-align: center;
		width: 5%;
		display: inline-block;
	}

/*	.cxsError .cxsFieldError, .cxsFieldHelp {
		width: 70%;
		margin-left: 30%;
    	margin-left: calc(30% - 9px);
	}*/

	.cxsFieldType_radio.cxsError .cxsFieldError {
		margin-left: 0px;
	}

	.cxsRadios {
		/* margin-left: calc(30% - 10px); */
		margin-top:2px;
	}
	.cxsQuestion .cxsField {
		margin-left: 15px;
	}

	.cxsQuestion .cxsFieldError {
		margin-left: 15px;
	}

	.cxsQuestion.cxsError .cxsFieldError {
		width: 100%;		
		float: none;
	}
	
	.cxsFieldType_percent .cxsField {
		width: calc(70% - 16px);
	}

	.cxsFieldType_checkbox .cxsFieldLabel{
		padding-top: 0px;
	}	
}