.jq-checkbox,.jq-radio{width:22px;max-width:22px;height:22px;max-height:22px;margin:0 10px 0 0;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:-4px;border:2px solid #aaa;background:0 0}.jq-checkbox+label,.jq-radio+label{-webkit-user-select:none;-ms-user-select:none;user-select:none}.jq-checkbox.checked,.jq-checkbox.focused,.jq-radio.focused{border:2px solid #000}.jq-checkbox.disabled,.jq-radio.disabled{border:2px solid #c8c8c8}.jq-checkbox.disabled+label,.jq-radio.disabled+label{color:#aaa}.jq-checkbox.checked .jq-checkbox__div{width:100%;height:100%;background-image:url(../images/icon_checked.png);background-repeat:no-repeat;background-position:50% 50%;background-size:18px 13px}.jq-radio{border-radius:50%}.jq-radio.checked .jq-radio__div{width:10px;height:10px;margin:4px 0 0 4px;border-radius:50%;background:#000}.jq-number{position:relative;padding:0 22px;vertical-align:middle}.jq-number__field{width:44px}.jq-number__field:hover{border-color:#b3b3b3}.jq-number__field input{box-sizing:border-box;width:100%;height:22px;padding:0;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-align:center;pointer-events:none;color:#000;border:none;outline:0;background:0 0;font-size:20px;line-height:22px}.jq-number__spin{position:absolute;top:4px;width:18px;height:18px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #8c8c8c;border-radius:50%;background-repeat:no-repeat;background-position:50% 50%}.jq-number__spin.plus{right:0;background-image:url(../images/icon_plus.png);background-size:10px 10px}.jq-number__spin.minus{left:0;background-image:url(../images/icon_minus.png);background-size:10px 2px}.jq-number.focused .jq-number__field{border:1px solid #5794bf}.jq-number.disabled .jq-number__field,.jq-number.disabled .jq-number__spin{color:#888;border-color:#ccc;background:#f5f5f5;box-shadow:none}.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{width:100%;max-width:100%;cursor:pointer;vertical-align:middle}.jq-selectbox.opened{z-index:12!important}.jq-selectbox__select{box-sizing:border-box;max-width:100%;height:46px;padding:0 45px 0 10px;text-align:left;color:#000;border:1px solid #aaa;background-color:#fff;font-size:20px;font-weight:400;line-height:42px}.jq-selectbox__select:hover{border:1px solid #000}.jq-selectbox__select:active{border:1px solid #000}.jq-selectbox.focused .jq-selectbox__select{border:1px solid #000}.jq-selectbox.disabled .jq-selectbox__select{border:1px solid #000}.jq-selectbox__trigger{position:absolute;top:0;right:0;width:32px;height:100%;border-left:2px solid #aaa}.jq-selectbox__select:hover .jq-selectbox__trigger{border-left:2px solid #000}.jq-selectbox__select:active .jq-selectbox__trigger{border-left:2px solid #000}.jq-selectbox.focused .jq-selectbox__select .jq-selectbox__trigger{border-left:2px solid #000}.jq-selectbox.disabled .jq-selectbox__select .jq-selectbox__trigger{border-left:2px solid #000}.jq-selectbox__select-text{display:block;width:100%;max-width:100%}.jq-selectbox .placeholder{color:#888}.jq-selectbox__trigger-arrow{position:absolute;top:18px;right:9px;width:12px;height:7px;background-image:url(../images/icon_more.png);background-repeat:no-repeat;background-position:50% 50%}.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%;max-width:100%;padding:0;color:#000;border:1px solid #000;background:#fff;font-size:18px;line-height:18px}.jq-selectbox__search{margin:5px}.jq-selectbox__search input{box-sizing:border-box;width:100%;margin:0;padding:5px 27px 6px 8px;color:#333;border:1px solid #ccc;border-radius:3px;outline:0;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}.jq-selectbox__not-found{margin:5px;padding:5px 8px 6px;background:#f0f0f0;font-size:13px}.jq-selectbox ul{margin:0;padding:0}.jq-selectbox li{min-height:18px;padding:12px 10px;text-align:left;color:#231f20}.jq-selectbox li.selected{background-color:#f6f6f6}.jq-selectbox li:hover{background-color:#f6f6f6}.jq-selectbox li.disabled{color:#aaa}.jq-selectbox li.disabled:hover{background:0 0}.jq-selectbox li.optgroup{font-weight:700}.jq-selectbox li.optgroup:hover{cursor:default;color:#231f20;background:0 0}.jq-selectbox li.option{padding-left:25px}.jq-select-multiple{box-sizing:border-box;padding:1px;cursor:default;color:#333;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;background:#fff;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px/18px Arial,sans-serif}.jq-select-multiple.focused{border:1px solid #5794bf}.jq-select-multiple.disabled{color:#888;border-color:#ccc;background:#f5f5f5;box-shadow:none}.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{color:#fff;background:#08c}.jq-select-multiple li.disabled{color:#aaa}.jq-select-multiple li.optgroup{font-weight:700}.jq-select-multiple li.option{padding-left:25px}.jq-select-multiple li.selected.disabled,.jq-select-multiple.disabled li.selected{color:#fff;background:#ccc}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;color:#333;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;box-shadow:inset 1px 1px #f1f1f1,0 1px 2px rgba(0,0,0,.1);font:14px Arial,sans-serif}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:0;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}button.styler,input[type=button].styler,input[type=reset].styler,input[type=submit].styler{overflow:visible;padding:8px 11px;cursor:pointer;color:#333;border:1px solid #ccc;border-bottom-color:#b3b3b3;border-radius:4px;outline:0;background:linear-gradient(#fff,#e6e6e6);box-shadow:inset 1px -1px #f1f1f1,inset -1px 0 #f1f1f1,0 1px 2px rgba(0,0,0,.1);text-shadow:1px 1px #fff;font:14px Arial,sans-serif}button.styler.styler::-moz-focus-inner,input[type=button].styler.styler::-moz-focus-inner,input[type=reset].styler.styler::-moz-focus-inner,input[type=submit].styler.styler::-moz-focus-inner{padding:0;border:0}button.styler:not([disabled]):hover,input[type=button].styler:not([disabled]):hover,input[type=reset].styler:hover,input[type=reset].styler:not([disabled]):hover,input[type=submit].styler:not([disabled]):hover{background:linear-gradient(#f6f6f6,#e6e6e6)}button.styler:active,input[type=button].styler:active,input[type=reset].styler:active,input[type=submit].styler:active{background:#f5f5f5;box-shadow:inset 1px 1px 3px #ddd}button.styler[disabled],input[type=button].styler[disabled],input[type=submit].styler[disabled]{color:#888;border-color:#ccc;background:#f5f5f5;box-shadow:none}