/* ===================================== MAIN INPUT STYLE'S ========================================== */
form.unactive{
	opacity: 0.4;
}
input,
textarea {
	color: #152427;
	letter-spacing: -0.2px;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
	padding: 1px 0;
	border: none;
	outline: 0 none;

	background-color: #fff;
}

input::-webkit-input-placeholder {
	color: #b0b0b0;
	font: normal 13px/15px 'Roboto', Arial, sans-serif;
}
input::-moz-placeholder {
	color: #b0b0b0;
	font: normal 13px/15px 'Roboto', Arial, sans-serif;
}
input:-moz-placeholder {
	color: #b0b0b0;
	font: normal 13px/15px 'Roboto', Arial, sans-serif;
}
input:-ms-input-placeholder {
	color: #b0b0b0;
	font: normal 13px/15px 'Roboto', Arial, sans-serif;
}

:focus::-webkit-input-placeholder {
	color: transparent
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
button:focus,
button:hover {
	outline: 0 none;
	border: none;
}
textarea {
	resize: none;
}


/* ===================================== MAIN INPUT STYLE'S ========================================== */
button {
	width: 126px;
	height: 31px;

	color: #606060;
	text-transform: uppercase;
	font: bold 14px/14px 'Roboto', Arial, sans-serif;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

	border: none;

	background-color: #fff;
}



/* ===================================== WRAPPER STYLES ========================================== */
.field {
	display: inline-block;
	vertical-align: top;

	margin-left: 31px;

	position: relative;
}
.field.m-top-10 {
	margin-top: 10px;
}
.field.no-margin,
.field:first-of-type {
	margin-left: 0 !important;
}
.field .wrap {
	display: inline-block;
	vertical-align: top;

	padding: 9px 8px 7px 9px;

	position: relative;

	color: #b0b0b0;
	font: normal 13px/17px 'Roboto', Arial, sans-serif;

	border: 1px solid #e6e6e6;
}
.field:not(.button) .wrap.active,
.field:not(.button) .wrap:hover {
	-webkit-box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
	-moz-box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
	box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
}
.field.unactive:not(.button) .wrap.active,
.field.unactive:not(.button) .wrap:hover {
	box-shadow: none;
}
.field.button {
	text-align: center;
}
.field.button.unactive button {
	cursor: default;
}
.field.button .wrap {
	display: inline-block;
	vertical-align: top;

	padding: 0;

	position: relative;

	border: 2px solid #606060;
}
.field.button .wrap:hover {
	opacity: 0.6;
}
.field.button.unactive .wrap:hover {
	opacity: 1;
}
.field .name {
	min-height: 14px;

	margin-bottom: 6px;

	color: #b0b0b0;
	white-space: nowrap;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}




/* ===================================== INPUT/TEXTAREA SIZES ========================================== */
.input-w-23 {
	width: 30px;

	text-align: center;
}
.input-w-34 {
	width: 34px;

	margin-right: 7px;

	text-align: center;
}
.input-w-67 {
	width: 67px;

	margin-right: 7px;

	text-align: center;
}
.input-w-75 {
	width: 75px;

	margin-right: 7px;

	text-align: center;
}
.input-w-174 {
	width: 174px;
}
.input-w-157 {
	width: 138px;
}
.input-w-200 {
	width: 200px;
}
.input-w-224 {
	width: 224px;
}







/* ===================================== RADIO ========================================== */
.radio {
	float: left;

	text-align: center;

	background-color: #fff;
}
.radio:not(:first-of-type) {
	margin-left: -1px;
}
.radio input {
	display: none;
}
.radio span {
	display: block;
	min-width: 31px;

	padding: 10px 14px;

	position: relative;
	z-index: 1;

	color: #000;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;

	border: 1px solid #e6e6e6;
}
.radio:last-of-type span {
	min-width: 30px;
}
.radio.checked  span,
.radio span:hover {
	z-index: 2;
	background-color: #f2e2b9;
	border-color: #f2e2b9;
}
.radio:hover span {
	background-color: #f2e2b9;
	cursor: pointer;
}
.field.unactive .radio:hover input:checked + span {
	background-color: #f2e2b9;
}
.field.unactive .radio:hover span {
	background-color: transparent;
	cursor: default;
}
/* ===================================== CHECKBOX ========================================== */
.checkbox {
	float: left;

	text-align: center;

	background-color: #fff;
}
.checkbox:not(:first-of-type) {
	margin-left: -1px;
}
.checkbox input {
	display: none;
}
.checkbox span {
	display: block;
	min-width: 8px;

	padding: 10px 14px;

	position: relative;
	z-index: 1;

	color: #000;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;

	border: 1px solid #e6e6e6;
}

.checkbox input:checked + span,
.checkbox span:hover {
	z-index: 2;

	background-color: #f2e2b9;

	border-color: #f2e2b9;
}
.checkbox:hover span {
	background-color: #f2e2b9;

	cursor: pointer;
}














/* ----- custom select ----- */
.custom-select{
	display: inline-block;
	vertical-align: top;
	position: relative;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.custom-select__switcher{
	position: relative;
	border: 1px solid #eceeef;
	height: 31px;
	cursor: pointer;
	line-height: 31px;
	padding-left: 7px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.custom-select__icon{
	display: inline-block;
	vertical-align: bottom;
	position: absolute;
	top: 13px;
	right: 10px;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-top: 4px solid #000000;
	pointer-events: none;
}
.custom-select__list{
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1px 1px 1px;
	margin: 0;
	position: absolute;
	top: 31px;
	left: 0px;
	z-index: 10;
	list-style: none;
	border: 1px solid #eceeef;
	border-top: none !important;
	background-color: #fff;
}
.custom-select__option {
	cursor: pointer;
}
.custom-select__option:hover {
	background: #F1F7F9;
}
.custom-select__option a {
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
	color: #000000;
	text-decoration: none;
	padding-left: 7px;
	margin-bottom: 0;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
/**/

/* ----- custom select ----- */
.select-list-wrapper {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.select-list-wrapper a {
	display: block;

	color: #000;
	font: normal 13px/13px 'Roboto', Arial, sans-serif;
}
.select-list-wrapper a.selected-option {
	color: #000;
}
.select-list-wrapper .select-list-link {
	display: inline-block;

	position: relative;

	border: 1px solid #e6e6e6 !important;
}
.select-list-wrapper .custom-select__option a{
	padding: 10px 8px 10px 9px;
}
.select-list-wrapper .custom-select__option:hover,
.select-list-wrapper .custom-select__option._selected {
	background-color: #fcebc0;
	cursor: pointer;
}
_:-moz-tree-row(hover), .select-list-wrapper .select-list-link a {
	height: 11px;
}

.select-list-wrapper .select-list {
	display: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0 1px 1px 1px;
	margin: 0;
	position: absolute;
	top: 31px;
	left: 0px;
	z-index: 10;
	list-style: none;
	border: 1px solid #e6e6e6 !important;
	background-color: #fff;
}
.select-list-wrapper:hover {
	-webkit-box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
	-moz-box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
	box-shadow: 0 0 5px rgba(255, 220, 130, 0.6);
}
.select-list-wrapper .select-list-link.active + .select-list {
	-webkit-box-shadow: 0 3px 5px rgba(255, 220, 130, 0.6);
	-moz-box-shadow: 0 3px 5px rgba(255, 220, 130, 0.6);
	box-shadow: 0 3px 5px rgba(255, 220, 130, 0.6);
}
.select-list-wrapper .select-list li {
	margin-bottom: 0px;
}
.select-list-wrapper .select-list li a {
	padding: 10px 8px 10px 9px;
}
.select-list-wrapper .select-list li:hover > a,
.select-list-wrapper .select-list li.active > a {
	color: #000;
}
.select-list-wrapper .select-list li.active > a {
	border-bottom: none; 
}
.select-list-wrapper .select-list li.current-selection {
	margin-bottom: 6px;
}
.select-list-wrapper .select-list-link .select-arrow {
	display: inline-block;
	vertical-align: bottom;

	position: absolute;
	top: 14px;
	right: 10px;

	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-bottom: 6px solid transparent;
	border-top: 6px solid #27322f;

	pointer-events: none;
}
/*STYLE FOR UNACTIVE*/
.select-list-wrapper.unactive {
	opacity: 0.4;
}
