/* custom forms styles */
.customForm-hidden {
	display: block !important;
	position: absolute !important;
	left:-9999px !important;
}
/* custom checkbox styles */
.chk-area {
	float: left;
	height: 20px;
	width: 20px;
	background: #eee;
	position: relative;
	overflow: visible;
}
.chk-area span {
	position: absolute;
	width: 20px;
	height: 16px;
	top: 1px;
	right: -4px;
	opacity: 0;
	-webkit-transition: all .3s;
			transition: all .3s;
	background: url(../images/ico-check-gray-0001.svg) no-repeat;
}
.chk-checked span {
	opacity: 1;
	margin: 0;
}
/* radio button styles */
.rad-area {
	float: left;
	overflow: hidden;
	height: 20px;
	width: 20px;
	background: #eee;
	border-radius: 100%;
	position: relative;
}
.rad-area span {
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #eee;
	margin: 3px auto 0;
	position: relative;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.rad-checked span {background: #3c475d;}
/* custom select styles */
.select-area {
	background: #fff;
	color: #4b596e;
	float: left;
	position: relative;
	overflow: hidden;
	height: 50px;
	font: 16px/19px 'Stag-Book', serif;
}
.select-area .select-opener {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	width: 35px;
	color: #3b465a;
	text-decoration: none;
}
.select-area .select-opener:before {
	/*content: '\f107';*/
	content: '\f078';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.5em;
	font: 12px/1em 'FontAwesome';
}
.select-area .left {
	display: none;
}
.select-area .center {
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: default;
	display: block;
	padding: 15px 5px 15px 20px;
	margin: 0 40px 0 0;
	z-index: 2;
}
.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;
	font: 16px/19px 'Stag-Book', serif;
}
.select-options .drop-holder {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
}
.select-options-flipped .drop-holder {
	border-width: 0 0 1px;
}
.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 li + li {
	border-top: 1px solid #ccc;
}
.select-options ul a {
	text-decoration: none;
	cursor: default;
	color: #4b596e;
	display: block;
	overflow: hidden;
	padding: 5px 5px 5px 20px;
}
.select-options ul a span {
	cursor: default;
	float: left;
}
.select-options .item-selected a {
	text-decoration: none;
	background: #4b596e;
	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;
}
.select-options .optgroup ul a {
	padding-left: 20px;
}
.select-options img {
	margin: 2px 3px 0 0;
	float: left;
	border: 0;
}
.select-area.select-type2{
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 40px;
	width: auto !important;
	border: solid 2px #f5f5f5;
	background: #fff;
	cursor: pointer;
	float: none;
}
.sfFormDropdown.sfErrorWrp .select-area{border-color: #f00;}
.select-area.select-type2.select-active{border-bottom: 0;}
.select-area.select-type2 .select-opener {
	width: 36px;
	cursor: pointer;
}
.select-area.select-type2 .select-opener:before{
	content: '';
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 12px;
	height: 8px;
	background: url(../images/arrow-down-gray-0001.svg) no-repeat;
	margin: -2px 0 0 -9px;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.select-area.select-type2.select-active .select-opener:before{
	-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.select-area.select-type2 .center {
	text-overflow: ellipsis;
	cursor: pointer;
	color: #9b9b9b;
	padding: 9px 40px 9px 15px;
	font-size: 14px;
	line-height: 18px;
	margin: 0 36px 0 0;
}
.select-options.drop-type2 .drop-holder {
	border: solid #f5f5f5;
	border-width: 0 2px 2px;
	background: #fff;
}
.select-options.drop-type2 ul li {
	font-size: 14px;
	line-height: 18px;
	border: 0;
}
.select-options.drop-type2 ul li + li{border: 0;}
.select-options.drop-type2 ul a {
	cursor: pointer;
	padding: 7px 15px;
	color: #9b9b9b;
}
.select-options.drop-type2 .item-selected a {
	background: #9b9b9b;
	color: #fff;
}
.select-options.drop-type2 ul a:after{display: none;}
@media only screen and (max-width: 767px) {
	.select-area.select-type2{
		height: 50px;
		border: 0;
		background: #f2f2f2;
	}
	.select-area.select-type2 .select-opener {width: 50px;}
	.select-area.select-type2 .select-opener:before{margin: -2px 0 0 -9px;}
	.select-area.select-type2 .center {
		padding: 16px 10px 16px 18px;
		margin: 0 50px 0 0;
	}
	.select-options.drop-type2 .drop-holder {
		border: 0;
		background: #f2f2f2;
	}
}
/* multiple select styles */
.select-multiple-wrapper {
	background: #dfdfdf;
}
.select-multiple-wrapper .wtop, .select-multiple-wrapper .wbot {
	background: url(../images/bg-multiple.gif) no-repeat;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	height: 5px;
}
.select-multiple-wrapper .wtop .tr, .select-multiple-wrapper .wbot .br {
	background: url(../images/bg-multiple.gif) no-repeat 100% 0;
	width: 50%;
	float: right;
	height: 5px;
}
.select-multiple-wrapper .cwrap, .select-multiple-wrapper .chold {
	background: url(../images/bg-multiple.gif) no-repeat 0 50%;
	padding: 0 0 0 5px;
}
.select-multiple-wrapper .chold {
	background-position: 100% 50%;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .wbot {
	background-position: 0 100%;
}
.select-multiple-wrapper .wbot .br {
	background-position: 100% 100%;
}
.select-multiple-focus .wtop,
.select-multiple-focus .wbot,
.select-multiple-focus .wtop .tr,
.select-multiple-focus .wbot .br,
.select-multiple-focus .cwrap,
.select-multiple-focus .chold {
	background-image: url(../images/bg-multiple-focus.gif) !important;
}
.select-multiple-wrapper ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.select-multiple-wrapper ul li {
	padding: 0 0 1px;
	float: left;
	width: 100%;
}
.select-multiple-wrapper ul a {
	text-decoration: none;
	overflow: hidden;
	display: block;
	margin: 0 4px 0 0;
	padding: 0 0 0 5px;
	line-height: 19px;
	color: #000;
	height: 20px;
}
div.noscroll-vertical ul a {
	margin: 0;
}
.select-multiple-wrapper ul a span {
	display: block;
	height: 20px;
	padding: 0 5px 0 0;
}
.select-multiple-wrapper .item-selected a {
	background: #8e9294 url(../images/bg-select-item.gif) no-repeat;
	color: #fff;
}
.select-multiple-wrapper .item-selected a span {
	background: url(../images/bg-select-item.gif) no-repeat 100% 0;
}
.select-multiple-wrapper ul a:hover {
	text-decoration: none;
}
.select-multiple-wrapper a, .select-multiple-wrapper span {
	cursor: default;
}
/* custom scroll styles */
.scrollable-focus1,
.scrollable-focus1 .scrollable-area{
	background: #ffd !important;
}
.scrollable-focus1 .scrollable-area .scrollable-area {
	background: #fff !important;
}
.scrollable-area-wrapper {
	position: relative;
	overflow: hidden;
}
.scrollable-area-wrapper .vscrollbar {
	background: url(../images/bg-vscrollable.gif) no-repeat 0 -20px;
	position: absolute;
	cursor: default;
	height: 100%;
	width: 20px;
	top: 0;
	right: 0;
	z-index: 100;
}
.scrollable-area-wrapper .scrollable-fake {
	overflow: hidden;
	position: relative;
}
.scrollable-area-wrapper .vscroll-up,
.scrollable-area-wrapper .vscroll-down {
	background: url(../images/bg-vscrollable.gif) no-repeat;
	overflow: hidden;
	width: 20px;
	height: 20px;
	right: 0;
	top: 0;
}
.scrollable-area-wrapper .vscroll-line {
	position: relative;
	width: 100%;
}
.scrollable-area-wrapper .vscroll-down {
	background-position: -20px 0;
	top: auto;
	bottom: 0;
}
.scrollable-area-wrapper .vscroll-slider {
	background: url(../images/bg-vscrollable.gif) no-repeat -20px 50%;
	position: absolute;
	overflow: hidden;
	width: 20px;
}
.scrollable-area-wrapper .scroll-bar-top,
.scrollable-area-wrapper .scroll-bar-bottom {
	background: url(../images/bg-vscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-bottom {
	background-position: -20px 100%;
	top: auto;
	bottom: 0;
}
/* horizontal scroll styles */
.scrollable-area-wrapper .hscrollbar {
	background: url(../images/bg-hscrollable.gif) no-repeat -20px 0;
	position: absolute;
	cursor: default;
	width: 100%;
	height: 20px;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.scrollable-area-wrapper .hscroll-line {
	position: relative;
	height: 20px;
	float: left;
}
.scrollable-area-wrapper .hscroll-left,
.scrollable-area-wrapper .hscroll-right {
	background: url(../images/bg-hscrollable.gif) no-repeat;
	float: left;
	overflow: hidden;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
}
.scrollable-area-wrapper .hscroll-right {
	background-position: 0 -20px;
	left: auto;
	right: 0;
}
.scrollable-area-wrapper .hscroll-slider {
	background: url(../images/bg-hscrollable.gif) no-repeat 50% -20px;
	position: absolute;
	overflow: hidden;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-left,
.scrollable-area-wrapper .scroll-bar-right {
	background: url(../images/bg-hscrollable.gif) no-repeat -20px -20px;
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
}
.scrollable-area-wrapper .scroll-bar-right {
	background-position: 100% -20px;
	left: auto;
	right: 0;
}