.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /* transition: background-color 5000s ease-in-out 0s; */
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 2vh !important;
	line-height: 0;
	height: 9vh;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* ГѓВђГ‚ВґГѓВђГ‚В»ГѓвЂГ‚ВЏ Opera PrestoГѓвЂљГ‚В */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* ГѓВђГ‚ВІ ГѓВђГ‚ВєГѓВђГ‚В°ГѓВђГ‚ВєГѓВђГ‚ВёГѓвЂГўв‚¬В¦-ГѓвЂГўв‚¬ЕЎГѓВђГ‚Вѕ ГѓВђГ‚В±ГѓвЂГўвЂљВ¬ГѓВђГ‚В°ГѓвЂГ†вЂ™ГѓВђГ‚В·ГѓВђГ‚ВµГѓвЂГўвЂљВ¬ГѓВђГ‚В°ГѓвЂГўв‚¬В¦ ГѓВђГ‚ВїГѓвЂГўвЂљВ¬ГѓВђГ‚ВёГѓвЂГ‚ВЃГѓвЂГ†вЂ™ГѓвЂГўв‚¬ЕЎГѓвЂГ‚ВЃГѓвЂГўв‚¬ЕЎГѓВђГ‚ВІГѓвЂГ†вЂ™ГѓВђГ‚ВµГѓвЂГўв‚¬ЕЎ ГѓВђГ‚ВѕГѓвЂГўв‚¬ЕЎГѓвЂГ‚ВЃГѓвЂГўв‚¬ЕЎГѓвЂГ†вЂ™ГѓВђГ‚Вї */
	-webkit-appearance: none;
}







.jq-checkbox,
.jq-radio {
	vertical-align: -0.45vh;
	width: 1.2vw;
	height: 1.2vw;
	margin: 0 0.4vw 0 0;
	border: 0.12vw solid #fff;
	background: none;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 0;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 0.6vw;
	height: 0.4vw;
	margin: 0.2vw 0 0 0.2vw;
	border-bottom: 0.16vw solid #fff;
	border-left: 0.16vw solid #fff;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;


}
.jq-file {
	width: 100%;
	border-radius: 0;
	border-bottom: 2px solid #fff;
	height: 4vh;
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	/* box-sizing: border-box; */
	/* width: 100%; */
	/* height: 34px; */
	/* padding: 0 80px 0 10px; */
	/* border: 0px solid #CCC; */
	/* border-bottom-color: #B3B3B3; */
	/* border-radius: 4px; */
	/* background: #FFF; */
	/* font: 14px/32px Arial, sans-serif; */
	color: #778A7C;
	opacity: 1;
	font-size: 1.23w;
	font-size: 2.6vh;
}
.jq-file__browse {
	position: absolute;
	top: 0;
	right: 0;
	/* padding: 0 10px; */
	/* border-left: 1px solid #CCC; */
	/* border-radius: 0 4px 4px 0; */
	/* background: linear-gradient(#FFF, #E6E6E6); */
	/* font: 14px/32px Arial, sans-serif; */
	color: #fff;
	font-size: 2.6vh!important;
}


.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	 border: 0px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	 border: 0px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;

	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}

.jq-number__spin:active {
	background: #F5F5F5;

}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	 border: 0px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	border-bottom: none;
	height: 1.98vw;
	background: #EFF8FD;
	border-radius: 50vw;
	height: 2.85vw;
	text-align: center;
	font-size: 1.3vw;
	padding-top: 0.4vw;
}
.jq-selectbox__select {
	height: auto;
	/* padding: 0 45px 0 10px; */
	border: 0;
	/* border-bottom-color: #fff; */
	border-radius: 0;
	background: none;
	/* font: 14px/32px Arial, sans-serif; */
	color: #fff;
	/* border-bottom: 2px solid #fff; */
	width: 100%;
	height: 2.85vw;
	text-align: center;
	font-size: 1.3vw;
}
.jq-selectbox__select:hover {
	/* background: linear-gradient(#F6F6F6, #E6E6E6); */
}

.jq-selectbox.focused .jq-selectbox__select {
	 border: 0px solid #768A7C;
}
.jq-selectbox.disabled .jq-selectbox__select {
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	font-size: 1.2vw;
	font-weight: 400;
	/* height: 2.85vw; */
	text-align: center;
	font-size: 1vw;
	padding-right: 2.7vw;
	padding-left: 2.7vw;
	padding-top: 0.32vw;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0.2vw;
	right: 1vw;
	width: 0;
	height: 100%;
	/* border-left: 1px solid #CCC; */
	background: url(../img/arrows.svg) 0 0 no-repeat;
	opacity: 1;
	width: 1.3vw;
	height: 1.3vw;
	background-position: top right;
	background-size: contain;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	/* top: 14px; */
	/* right: 12px; */
	/* width: 0; */
	/* height: 0; */
	/* border-top: 5px solid #999; */
	/* border-right: 5px solid transparent; */
	/* border-left: 5px solid transparent; */
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: #EFF8FD;
	/* font: 14px/18px Arial, sans-serif; */
	font-size: 1vw;
	margin-top: 0.1vw;
	/* height: 24vw !important; */
	/* overflow: auto; */
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	 border: 0px 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%;

	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
	padding-top: 0.3vw;
}
.jq-selectbox li {
	min-height: 2.1vw;
	padding: 0 0.4vw;
	color: #3E4D5D;
	font-size: 1vw;
	font-weight: 400;
	min-width: 17vw;
	display: block;
}

.jq-selectbox li:hover {
	background-color: #768A7C;
	color: #000;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.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 {
	box-sizing: border-box;
	padding: 1px;
	 border: 0px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;

	color: #333;
	cursor: default;
}

.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 li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	 border: 0px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;

	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].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:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;

}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	 border: 0px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	font: 14px Arial, sans-serif;
	color: #333;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}

.changed .jq-file__browse{
	opacity: 0.3 !important;
}

.jq-selectbox li:hover, .jq-selectbox li:focus{
	background: none !important;
	opacity: 1;
}