.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}


.jq-checkbox {
	position: relative;
	width: 26px;
	height: 26px;
	border: 3px solid #f7eceb;
	border-radius: 3px;
	padding: 6px;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible !important;
	border-radius: 3px;
	box-shadow:inset 0 0 3px 0 rgba(0,0,0,0.07);
}
.jq-checkbox.checked div {
	width: 8px;
	height: 8px;
	background: #ba7773;
}
.jq-checkbox.checked {
	border-color: #ba7773;
}

.jq-checkbox.focused {
	
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	position: relative;
	width: 24px;
	height: 24px;
	border: 3px solid #f7eceb;
	border-radius: 50%;
	background: #ffffff;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked{
	border: 3px solid #f7eceb;
}
.jq-radio.checked div {
	position: absolute;
	top: 4px;
	left: 4px;
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ba7773;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 38px;
}

.jq-file{
	width: 100%;
	position: relative;
}
.jq-file input[type="file"] {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
}
.jq-file__name {
	padding: 0 65px 0 10px;
	border: none;
	background: #FFF;
	color: #333;
	font: 14px/38px Roboto, Arial, Tahoma, sans-serif;
	height: 38px;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	border: 1px solid #e3e3e3;
	text-align: left;
	float: none !important;
}
.jq-file__browse {
	position: absolute;
	right: 14px;
	top: 9px;
	color: #6dafc2;
	border-bottom: 1px dashed;
}
.jq-file:hover .jq-file__browse {
	border-bottom: none;
}
/*
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
*/
/*
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
*/

.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	box-sizing: border-box;
}
.jq-selectbox * {box-sizing: border-box;}

.jq-selectbox__select {
	height: 46px;
	width: 100% !important;
	font-size: 16px;
	border: 3px solid #f7eceb;
	border-radius: 30px;
	background: #fff;
	color: #6a4e4e;
	position: relative;
	z-index: 600;
}

.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #e3e3e3;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.jq-selectbox__select-text {
	display: block;
	padding: 0 50px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	line-height: 40px;
	color: #232323;
}

.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 40px;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: url(select_arrow.png) left center no-repeat;
}
.jq-selectbox__dropdown {
	top: 23px !important;
	bottom: auto !important;
	min-width: 100%;
	margin: 0;
	padding: 23px 0 0 0;
	border: 3px solid #f7eceb;
	border-top: none;  
	background: #FFF;
	z-index: 555;
	overflow-y: auto;
	box-sizing: border-box; 
}

.jq-selectbox .def {
	display: none !important;
}

.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	padding: 10px 15px;
	font-size: 17px;
	color: #7e7e7e;
	border-bottom: 1px solid #f7eceb;
	white-space: nowrap !important;
}

.jq-selectbox li:last-child {
	border: none;
}


.jq-selectbox li.selected,
.jq-selectbox li:hover {
	background-color: #fcf9f8;
}
.jq-selectbox li.disabled {
	color: #6f7881;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, Tahoma, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, Tahoma, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, Tahoma, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:hover,
input[type="button"].styler:hover,
input[type="submit"].styler:hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:active,
input[type="button"].styler:active,
input[type="submit"].styler:active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}