/* Your styles below */
/* Keep in mind that wherever you see "Required property" it means that the property must exist, adjust it's value to your liking */



/****************** >     FORM WRAPPERS      < ******************/
.uniForm {
	width: 100%;
	position: relative;
	background: transparent;
	text-align: left;
 }
 
 .uniForm form {
     padding: 20px;
 }
 
 .basic-page .side-form .form-title {
     color: #FFF;
 }
 
  .basic-side .uniForm .form-title, .col-3 .col-left .uniForm .form-title {
     color: #4c425d;
     display: block;
     font: normal 20px/1.2 myriad-pro,Arial,Tahoma,sans-serif;
     margin-bottom: 10px;
 }
 

.uniForm fieldset {
	/*margin: 0 0 1em 0;
	padding: 20px;
	border: 1px #dfdfdf solid;*/
}

.uniForm .blockLabels,
.uniForm .inlineLabels {
	/*padding-bottom: 1em;*/
}

.uniForm fieldset legend {
	color: #000; /* Reset IE */
	font-weight: normal;
	font-size: 2em;
	font-weight: bold;
	display: none;
}

.uniForm .ctrlHolder { /* This is the main unit that contains our form elements */
	padding: 5px 10px;
	margin: 1px 0;
	background: none;
}
.uniForm .ctrlHolder:hover {
    background-color: #f5f5f5;

	-moz-box-shadow: 0px 0px 2px #cccccc;
	-webkit-box-shadow: 0px 0px 2px #cccccc;
	box-shadow: 0px 0px 2px #cccccc;
}



/****************** >     LABELS      < ******************/
.label,
.uniForm .ctrlHolder label,
.uniForm .inlineLabels label,
.uniForm .inlineLabels .label,
.uniForm .blockLabels label,
.uniForm .blockLabels .label {
	display: block;
    font: normal 14px/1.2 myriad-pro,Arial,Tahoma,sans-serif;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 10px 0px 0px;
	display: block;
	position: relative;
	color: #FFF;
}

.col-3 .col-left label,
.col-3 .col-left .uniForm .blockLabels .label
.basic-side .label,
.basic-side .uniForm .ctrlHolder label,
.basic-side .uniForm .inlineLabels label,
.basic-side .uniForm .inlineLabels .label,
.basic-side .uniForm .blockLabels label,
.basic-side .uniForm .blockLabels .label {
	display: block;
    font: normal 14px/1.2 myriad-pro,Arial,Tahoma,sans-serif;
	text-align: left;
    padding: 4px 0 4px 2px;
	margin: 0px 10px 0px 0px;
	display: block;
	position: relative;
	color: #00A339;
}

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label {
    float: left;
	width: 150px;
}

.uniForm .fields {
    padding-top: 10px;
}

.uniForm .blockLabels .ctrlHolder label,
.uniForm .blockLabels .label {
	width: auto;
	text-align: left;
	float: none;
}
.uniForm .blockLabels .ctrlHolder label.left,
.uniForm .blockLabels .label.left {
	float: left;
}

.uniForm .inlineLabels.auto .ctrlHolder label,
.uniForm .inlineLabels.auto .label {
	width: auto;
	text-align: left;
	padding-top: 3px;
}

.uniForm .ctrlHolder label.secondary,
.uniForm .label.secondary {
	width: auto;
	padding-left: 20px;
}


.uniForm .formHint {
	margin-top: 0;
	padding-left: 160px;
	padding-top: 0px;
	clear: both;
	color: #888888;
}
.uniForm .blockLabels .formHint {
    float: none;
    padding: 0;
    clear: both;
}

.uniForm .required {
    line-height: 20px;
    font-weight: bold;
    color: #dd0000;
    float: left;
}
.uniForm .label .required,
.uniForm label .required {
    float: none;
    line-height: 100%;
}



/****************** >     INPUT, SELECT, TEXTAREA FIELDS      < ******************/
.textarea,
.selectInput,
.textInput,
.fileUpload {
	background: white;
	border: 1px solid transparent;
        border-radius: 4px; 
        -moz-border-radius: 4px; 
        -webkit-border-radius: 4px; 
	padding: 0 5px;
	width: 260px;
	position: relative;
	height: 30px;
	line-height: 30px;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    behavior: url(pie.htc);
}

.textInput {
      -webkit-box-shadow: inset 0px 0px 3px 1px #ebe6e6;
        box-shadow: inset 0px 0px 3px 1px #ebe6e6;
}

.selectInput {
    color: #FFF;
    font: bold 15px Calibri,Arial,Helvetica,sans-serif;
	line-height: 24px;
	padding: 0;
}

.column1 .selectInput {
    background: #949563;
}

.column2 .selectInput,
.partners .selectInput {
    background: #969891;
}

.partners .selectInput {
    width: 285px;
}

.textarea {
	/*width: 500px;*/
	height: 10em;
	line-height: 140%;
	padding: 5px;
}

.checkbox {
    margin-top: 8px;
	margin-right: 5px;
    float: left;
}

.textInput:focus,
.selectInput:focus,
.textarea:focus {
	border-color: #8e8e8e;
}


/* Multiple inputs on one row */
.uniForm .blockLabels .ctrlHolder.multiple .secondary {
    float: left;
    padding-right: 1em;
}
.uniForm .blockLabels .ctrlHolder.multiple .selectInput,
.uniForm .blockLabels .ctrlHolder.multiple .textInput,
.uniForm .blockLabels .ctrlHolder.multiple .fileUpload {
    float: left;
}



/****************** >     CHECKBOX, RADIO FIELDS      < ******************/
.uniForm .blockLabels .checkbox-wrapper,
.uniForm .inlineLabels .checkbox-wrapper {
	padding: 4px;
    padding-left: 159px;
	float: left;
	list-style-type: none;
}
	.uniForm .blockLabels .checkbox-wrapper .checkbox,
	.uniForm .inlineLabels .checkbox-wrapper .checkbox {
		padding: 0;
		margin-right: 0px;
		margin-top: 7px;
		display: inline;
		width: 15px;
	}
		.uniForm .blockLabels .checkbox-wrapper .checkbox-label,
		.uniForm .inlineLabels .checkbox-wrapper .checkbox-label {
			float: left;
			display: inline;
			text-align: left;
			cursor: pointer;
			padding-left: 6px;
			font-weight: normal;
			width: auto;
		}


.uniForm .blockLabels .checkbox-wrapper {
	padding: 0;
	float: none;
}


.checkbox-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 5px;
}
.uniForm .inlineLabels .checkbox-list {
    float: left;
    width: 600px;
}
.uniForm .blockLabels .checkbox-list {
    float: none;
    width: auto;
    padding: 0;
}
	.checkbox-list li {
		float: left;
		display: inline;
		/*height: 20px;*/
		padding: 0;
		border-top: 0;
		margin: 0;
		padding: 4px 30px 5px 0;
	}
		.uniForm .inlineLabels .checkbox-list input,
		.uniForm .blockLabels .checkbox-list input {
			display: inline;
			padding-top: 1px;
		}
		.uniForm .inlineLabels .checkbox-list label,
		.uniForm .blockLabels .checkbox-list label {
			display: inline;
			/*color: #a0a0a0;*/
			cursor: pointer;
			text-transform: none;
			padding-left: 2px;
			margin: 0;
			font-weight: normal;
			width: auto;
			float: none;
		}


.checkbox-list.no-float li {
	width: auto;
	float: none;
	display: block;
}



/****************** >     BUTTONS      < ******************/
.uniForm .buttonHolder {
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 171px; /* label width + label margin-right + ctrlHolder padding-left and margin-left */
	margin-top: 5px;
	overflow: visible;
}
.uniForm .blockLabels .buttonHolder {
	text-align: left;
	margin: 5px 0 0 0px;
	padding: 0;
	padding: 4px 10px; /* padding left/right same as ctrlHolder */
}

.button:link, .button:visited,
button {
	background: #1a6dd3;
	border: 0;
	color: white;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

.button:hover,
button:hover {
	-moz-box-shadow: 0px 0px 2px black;
	-webkit-box-shadow: 0px 0px 2px black;
	box-shadow: 0px 0px 2px black;
	text-decoration: none;
}



/****************** >     ERRORS      < ******************/
/* List of errors above the form */
.errorMsg {
	background: #e95252;
	font-weight: bold;
	color: white;
	padding: 8px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	-moz-box-shadow: 0px 0px 2px #680000;
	-webkit-box-shadow: 0px 0px 2px #680000;
	box-shadow: 0px 0px 2px #680000;

	/* IE6, IE7, IE8 */
	border: 1px #cc2626 solid\9;
}
	.errorMsg a:link, .errorMsg a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	.errorMsg a:hover {
		text-decoration: none;
	}

.errorMsg ol {
	padding: 0;
	margin: 0;
	margin-top: 1em;
}
	.errorMsg ol li {
		margin: 0;
		list-style-position: inside;
		/*border-bottom:1px dotted #f8b3a0;*/
		position: relative;
		padding: 0;
		line-height: 16px;
		font-size: 11px;
		font-weight: normal;
	}



/* errors for input elements displayed INLINE (same line as input, after it) */
.errorMsg-inline {
	float: left;
	margin-left: 10px;

	display: block;
	padding: 0 7px 0 0;
	background: url(../images/required-forms/error-label-right.html) right 50% no-repeat;
	text-decoration: none;
}
.errorMsg-inline strong {
	font-size: 10px;
	font-weight: bold;
	color: White;

	position: relative;
	display: block;
	height: 20px;
	white-space: nowrap;
	padding: 0 0 0 28px;
	line-height: 20px;
	background: url(../images/required-forms/error-label-left.html) left 50% no-repeat;
}

* html .errorMsg-inline {
	width: 1%;
}
* html .errorMsg-inline strong {
}


.uniForm .error .textInput,
.uniForm .error .textarea,
.uniForm .error .selectInput {
	border-color: #c03030;
	background: #ffe8e8;
}



/****************** >     SUCCESS      < ******************/
.successMsg {
	background: #5fbd4e;
	font-weight: bold;
	color: white;
	padding: 8px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	-moz-box-shadow: 0px 0px 2px #0c5300;
	-webkit-box-shadow: 0px 0px 2px #0c5300;
	box-shadow: 0px 0px 2px #0c5300;

	/* IE6, IE7, IE8 */
	border: 1px #7fc473 solid\9;
}
	.successMsg a:link, .successMsg a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	.successMsg a:hover {
		text-decoration: none;
	}



/****************** >     WARNING      < ******************/
.warningMsg {
	background: #fef1b6;
	font-weight: bold;
	color: #444444;
	padding: 8px 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

	-moz-box-shadow: 0px 0px 2px #7b6500;
	-webkit-box-shadow: 0px 0px 2px #7b6500;
	box-shadow: 0px 0px 2px #7b6500;

	/* IE6, IE7, IE8 */
	border: 1px #e2d288 solid\9;
}
	.warningMsg a:link, 
	.warningMsg a:visited {
		/*color: #444444;*/
	}
	.warningMsg a:hover {
	}



/****************** >     CAPTCHA      < ******************/
/*#captcha-block {
	float: left;
}
	#captcha-block img {
		float: left;
		clear: both;
		padding: 0.5em 0;
		display: block;
	}
	#captcha-block #reload {
		font-size: 9px;
		float: left;
		display: block;
		margin: 35px 0 0 10px;
	}*/


.blockLabels .step-2, .blockLabels .step-3 
{
    display: none;
}
.blockLabels input.error, .blockLabels textarea.error, .blockLabels select.error
{
    border: 1px solid #ff7c7c;
    background-color: #ffe0e0;
}
input[type="file"].error + span.filename {
	border: 1px solid #ff7c7c;
  background-color: #ffe0e0;
	height: 27px;
	margin: 1px 0 1px 0;
}
div.error
{
    border: 1px solid #ff7c7c;
}

.uniForm .blockLabels p {
    color: #FFF;
}

.basic-side .uniForm .blockLabels p, .col-3 .col-left .uniForm .blockLabels p
{
    color: #594f6b;
    font-size: 14px;
}
.blockLabels .message
{
    display: none;
}
.blockLabels .message p
{
    color: #fff;    
}
.blockLabels .message.error, .blockLabels .message.success
{
    display: block;
    color: #fff;
} 
.blockLabels .message.error
{
    color: #ff7c7c;
}
.for-checkbox
{
    display: inline-block !important;
}
