/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	margin: 3px 7px 0 0;
	float: left;
	overflow: hidden;
	height: 10px;
	width: 10px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #cdd1d4;
	padding:2px;
}
.chk-area span {
	display: block;
	height:100%;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.chk-checked span {
	background:#57b962;
}
/* radio button styles */
.rad-area {
	margin: 1px 10px 0 0;
	float: left;
	overflow: hidden;
	height: 13px;
	width: 13px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border:1px solid #316280;
	background:#F3F4F3;
	border-radius:100%;
	padding:3px;
}
.rad-area span {
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	display: block;
	height:100%;
	border-radius:100%;
}
.rad-checked span {
	background:#57b962;
}
/* custom select styles */
.select-area {
	position: relative;
	overflow: hidden;
	height: 25px;
	font-family: 'DIN1451W01-Mittelschrif', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #333;
	/*width: 100% !important;*/
	border: 1px solid #ddd;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 2px;
	right: 3px;
	width: 15px;
	height: 17px;
	position: absolute;
	background: #f6f6f6;
	border: 1px solid #e5e5e5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmY2ZjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  #f6f6f6 0%, #e7e7e7 50%, #f6f6f6 100%);
	background: -webkit-linear-gradient(left,  #f6f6f6 0%,#e7e7e7 50%,#f6f6f6 100%);
	background: linear-gradient(to right,  #f6f6f6 0%,#e7e7e7 50%,#f6f6f6 100%);
}
.select-area .select-opener:before{
	content: '';
	position: absolute;
	top: 5px;
	right: 2px;
	border: 5px solid transparent;
	border-top: 8px solid #777;
}
.select-area .left {
	position: absolute;
	width: 17px;
	height: 18px;
	z-index: 1;
	top: 2px;
	left: 3px;
	display: none;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	cursor: default;
	display: block;
	z-index: 2;
	padding: 0 30px 0 8px;
}
.select-area .center img {
	margin: 5px 5px 0 0;
	position: relative;
	float: left;
}
.options-overflow div.drop-list {
	overflow: auto;
}
.options-hidden {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}
.select-options {
	z-index: 3000;
	background: #fff;
	position: absolute;
}
.select-options .drop-holder {
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
	height: 1%;
}
.select-options-flipped .drop-holder {
	border-width: 2px 2px 0;
}
.select-options div.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%;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #333;
	display: block;
	overflow: hidden;
	height: 1%;
	font-family: "DIN1451W01-Mittelschrif",Arial,Helvetica,sans-serif;
	font-size: 13px;
	line-height: 23px;
	padding: 0 8px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #666;
	color: #fff;
}
.select-options ul a:hover {
	text-decoration: none;
}
.select-options ul a:focus {
	outline: none;
}
.select-options .optgroup strong{
	cursor: default;
	display: block;
	width: 100%;
}
.select-options .optgroup strong em {
	display: block;
	padding: 5px;
	height: 1%;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}