/*
Uniform Theme: Uniform Default
Version: 1.6
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://pixelmatrixdesign.com/uniform/
---
Generated by Uniform Theme Generator:
http://pixelmatrixdesign.com/uniform/themer.html
*/
.blind { position: absolute !important; display: block; width: 0 !important; height: 0 !important; padding: 0 !important; margin: -1px !important; border: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; }

.blind.focusable:active, .blind.focusable:focus { position: static; height: auto; width: auto; margin: 0; clip: auto; overflow: visible; }

div.checker, div.radio { position: absolute; left: 0; top: 0; width: 30px; height: 30px; margin: 0; padding: 0; display: -moz-inline-box; display: inline-block; vertical-align: top; zoom: 1; *display: inline; }

div.checker *, div.radio * { margin: 0; padding: 0; }

div.checker span, div.radio span { background-image: url("../../images/common-fix/uniform.png"); background-repeat: no-repeat; background-size: 400px 400px; -webkit-font-smoothing: antialiased; width: 30px; height: 30px; display: -moz-inline-box; display: inline-block; text-align: center; }

div.checker input, div.radio input { width: 30px; height: 30px; opacity: 0; display: inline-block; background: none; cursor: pointer; }

div.checker input:focus, div.radio input:focus { outline: 0; }

div.checker { width: 28px; height: 28px; border: 1px solid #707070; -webkit-box-sizing: border-box; box-sizing: border-box; }

div.checker span { width: 28px; height: 28px; background: none; }

div.checker span.checked { background: url("../../images/common/ico-check-org.png") no-repeat 50% 50%/19px; }

div.checker.disabled + .label { color: #999; }

div.radio { width: 25px; height: 25px; }

div.radio span { width: 25px; height: 25px; background-position: 0 -62px; }

div.radio span.checked { background-position: 0 -88px; }

div.radio input { width: 25px; height: 25px; }

div.radio.disabled span { background-position: -26px -52px; }

div.radio.disabled + .label { color: #999; }

input[type="checkbox"], input[type="radio"] { opacity: 0; }

input[type="checkbox"].no-uniform, input[type="radio"].no-uniform { opacity: 1; cursor: pointer; }