/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 7px 13px 0 1px;
	float: left;
	height: 15px;
	width: 15px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #939393;
	position:relative;
}
.chk-area span {
	position:absolute;
	width: 8px;
	height:9px;
	left:3px;
	top:2px;
	opacity:0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background:url(../images/bg-checkbox.png) no-repeat;
}
.chk-checked span {opacity:1;}
/* radio button styles */
.rad-area {
	margin: 4px 6px 0 0;
	float: left;
	overflow: hidden;
	height: 12px;
	width: 12px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:2px solid #cac8c8;
	-webkit-border-radius:100%;
	border-radius:100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.rad-checked {background:#939393;}

/* custom select styles */
.select-area {
	width: 100% !important;
	float: left;
	position: relative;
	cursor: pointer;
	font-size: 13px;
	line-height: 23px;
	padding: 0;
	color: #707070;
	background-color: #fff;
	border-radius: 999px;
	font-weight: 300;
	border: solid 1px #b6b6b6;
	padding: 0 30px 0 0;
}
.select-area .center {
	color: #000;
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	display: block;
	z-index: 2;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	padding: 2px 0 2px 10px;
	text-align: left;
}
.select-area .left {display: none;}

.select-area.select-error{border-color: #fd735a;}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	width: 36px;
}
.select-area .select-opener:before{
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	top: 50%;
	left: 50%;
	-webkit-transform-origin: 75% 75%;
	-moz-transform-origin: 75% 75%;
	-ms-transform-origin: 75% 75%;
	-o-transform-origin: 75% 75%;
	transform-origin: 75% 75%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: solid 0 #363636;
	border-width: 0 2px 2px 0;
	margin: -4px 0 0 -6px;
	z-index: 10;
	-webkit-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
}
.select-area.select-active .select-opener:before{
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -6px;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	margin-top: 10px;
	z-index: 3000;
	background: #fff;
	border-radius: 18px;
	position: absolute;
	border: solid 1px #b6b6b6;
	overflow-y: hidden;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.3);
}
.select-options-flipped {margin-top: -10px;}
.select-options .drop-holder {
	height: 1%;
}
/*.select-options-flipped .drop-holder {
	position: relative;
	}*/
	.select-options .drop-list {
		width: 100%;
	}
	.select-options ul {
		overflow: hidden;
		list-style: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.select-options ul li {
		overflow: hidden;
		float: left;
		width: 100%;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}
	.select-options ul a {
		text-decoration: none;
		cursor: pointer;
		color: #939393;
		display: block;
		overflow: hidden;
		height: 1%;
		padding: 8px 12px;
	}
	.select-options ul a span {
		cursor: pointer;
		float: left;
	}
	.select-options .item-selected a {
		text-decoration: none;
		background: #f9f9f9;
		color: #000;
	}
	.select-options ul a:hover {
		text-decoration: none;
	}
	.select-options ul a:focus {
		outline: none;
	}
	/* custom input type file */
	.file-area {
		position: relative;
		line-height: 36px;
		overflow: hidden;
		float: left;
		width: 100%;
		clear: both;
		height: 36px;
	}
	.file-area .customForm-wrap {
		position: relative;
		overflow: hidden;
		height: 36px;
		width: 0;
		margin: 0 0 -36px;
		z-index: 100;
		font-size: 0;
		line-height: 0;
	}
	.file-area .customForm-input-wrapper {
		position: relative;
		overflow: hidden;
		height: 36px;
		float: left;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 107px 0 0;
	}
	.file-area .customForm-fake-input {
		white-space: nowrap;
		float: left;
		padding: 0;
		font: 400 14px/24px 'Open Sans', sans-serif;
		width: 100%;
	}
	.file-area .customForm-fake-input span {
		cursor: default;
		overflow: hidden;
		float: left;
		width: 100%;
	}
	.file-area .customForm-fake-input em {
		float: left;
		width: 100%;
		height: 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		font-style: normal;
		padding: 5px 12px;
		overflow: hidden;
		background: #fff;
		border: solid #c5c5c5;
		border-width: 1px 0 1px 1px;
		color: #bdbdbd;
	}
	.file-area .customForm-upload-button {
		background: #1d476e;
		color: #fff;
		font: 400 14px/18px 'Open Sans', sans-serif;
		width: 107px;
		height: 36px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		overflow: hidden;
		padding: 9px 10px;
		position: absolute;
		z-index: 20;
		top: 0;
		right: 0;
		text-align: center;
		-webkit-transition: all .3s;
		-o-transition: all .3s;
		transition: all .3s;
	}
	.file-area .customForm-upload-button:hover{text-decoration: none;}
	.file-area:hover .customForm-upload-button{
		background: #81d9e4;
		color: #112e4f;
	}
/*
.file-area .customForm-upload-button:after{
	content: '';
	-webkit-transition: all .3s;
			transition: all .3s;
	display: none;
	opacity: 0;
	vertical-align: top;
	margin: 1px 0 0 9px;
	width: 15px;
	height: 14px;
	background: url(../images/ico-upload.svg) no-repeat;
	background-size: 15px 14px;
}
.file-area:hover .customForm-upload-button:after{
	opacity: 1;
	display: inline-block;
}
*/
.file-input-opacity {
	z-index: 100;
	position: absolute;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
/* file extension styles */





/* Base for label styling */
.chk[type="checkbox"]:not(:checked),
.chk[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}
.chk[type="checkbox"]:not(:checked) + label,
.chk[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}

/* checkbox aspect */
.chk[type="checkbox"]:not(:checked) + label:before,
.chk[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left:0; top: 2px;
	width: 17px; height: 17px;
	border: 1px solid #c3c3c3;
	background: #f8f8f8;
	border-radius: 3px;
}
/* checked mark aspect */
.chk[type="checkbox"]:not(:checked) + label:after,
.chk[type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 2px; left: 3px;
	font-size: 14px;
	color: #09ad7e;
	transition: all .2s;
}
/* checked mark aspect changes */
.chk[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.chk[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
.chk[type="checkbox"]:disabled:not(:checked) + label:before,
.chk[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
.chk[type="checkbox"]:disabled:checked + label:after {color: #999;}
.chk[type="checkbox"]:disabled + label {color: #aaa;}
/* accessibility */

