.custom-checkbox_toggle {
	top: -1px;
	width: 11px;
	height: 11px;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_toggle .jq-checkbox__div {
	position: relative;
	width: 100%;
	height: 100%;
}
.custom-checkbox_toggle .jq-checkbox__div:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 7px;
	height: 1px;
	background: #255B70;
	margin: 0 0 0 -3px;
}
.custom-checkbox_toggle .jq-checkbox__div:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px;
	height: 7px;
	background: #255B70;
	margin: -3px 0 0 0;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_toggle.checked .jq-checkbox__div:before {
	height: 0;
}
.custom-checkbox_toggle.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

/* ----- */

.custom-checkbox_small {
	top: -1px;
	width: 11px;
	height: 11px;
	border: 1px solid #D8D8D8;
	border-radius: 2px;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_small .jq-checkbox__div {
	width: 9px;
	height: 7px;
	background: url(../images/icon-sprite.png) -181px -6px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_small.checked .jq-checkbox__div {
	opacity: 1;
	visibility: visible;
}
.custom-checkbox_small.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

/* ----- */

.custom-checkbox {
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #B3B3B3;
	border-radius: 2px;
	background: #fff;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 10px;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox .jq-checkbox__div {
	width: 14px;
	height: 10px;
	background: url(../images/icon-sprite.png) -150px -25px no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
    -moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.custom-checkbox.checked {
	border-color: #43A960;
	background: #43A960;
}

.custom-checkbox.checked .jq-checkbox__div {
	opacity: 1;
	visibility: visible;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

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

/* ----- */

.custom-checkbox_switch {
	top: -1px;
	width: 34px;
	height: 14px;
	border-radius: 7px;
	background: #C8C6C6;
	vertical-align: middle;
	cursor: pointer;
	overflow: visible !important;
	margin-right: 10px;
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_switch .jq-checkbox__div {
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #F1F1F1;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -10px 0 0 0;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-webkit-transition: 0.2s ease;  
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease; 
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

.custom-checkbox_switch.checked {
	background: #92C5DB;
}

.custom-checkbox_switch.checked .jq-checkbox__div {
	background: #0077BF;
	left: 14px;

}

.custom-checkbox_switch.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}

/* ----- */


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	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/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.custom-select {
	vertical-align: middle;
	cursor: pointer;
	width: 100%;
	text-align: left;
}
.custom-select .jq-selectbox__select {
	height: 48px;
	line-height: 46px;
	font-size: 16px;
	padding: 0 25px 0 10px;
	border: 1px solid #D7D7D7;
	color: #477084;
}

.custom-select .jq-selectbox__select:hover {
	background-color: #E6E6E6;
}
.custom-select .jq-selectbox__select:active {
	background: #F5F5F5;
}

.custom-select.opened .jq-selectbox__trigger-arrow {
	border-top: none;
	border-bottom: 5px solid #777777;
}

.custom-select.opened .jq-selectbox__dropdown {
	opacity: 1;
	visibility: visible;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.custom-select.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.custom-select .jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.custom-select .placeholder {
	color: #888;
}
.custom-select .jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 100%;
}
.custom-select .jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #777777;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	margin-top: -2px;
}
.custom-select:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
}
.custom-select.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
}

.custom-select .jq-selectbox__dropdown {
	top: 0px;
	padding: 0;
	min-width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	background: #FAFAFA;
	line-height: 28px;
	font-size: 16px;
	-webkit-transition: 0.2s;  
    -moz-transition: 0.2s;
    -ms-transition: 0.2s; 
    -o-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
    -moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.custom-select .jq-selectbox__search {
	margin: 5px;
}
.custom-select .jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	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;
	-webkit-appearance: textfield;
}
.custom-select .jq-selectbox__search input::-webkit-search-cancel-button,
.custom-select .jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.custom-select .jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.custom-select ul {
	margin: 0;
	padding: 0;
}
.custom-select li {
	min-height: 18px;
	padding: 10px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	     -o-user-select: none;
	white-space: nowrap;
	color: #466F83;
}
.custom-select li.sel {
	display: none !important;
}
.custom-select li.selected {
	background-color: #A3ABB1;

}
.custom-select li:hover {
	background-color: #EEEEEE;
}
.custom-select li.disabled {
	color: #AAA;
}
.custom-select li.disabled:hover {
	background: none;
}
.custom-select li.optgroup {
	font-weight: bold;
}
.custom-select li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.custom-select li.option {
	padding-left: 25px;
}






.custom-select_small .jq-selectbox__select {
	height: 24px;
	line-height: 22px;
	font-size: 13px;
	border-radius: 2px;
	padding: 0 15px 0 5px;
}

.custom-select_small .jq-selectbox__trigger {
	width: 15px;
}

.custom-select_small .jq-selectbox__trigger-arrow {
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 4px;
	right: 5px;
}

.custom-select_small .jq-selectbox__dropdown {
	font-size: 13px;
	line-height: 24px;
}

.custom-select_small li {
	padding: 0 5px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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, 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;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.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, 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, 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:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}