/*csslint adjoining-classes: false, star-property-hack: false, important: false, outline-none: false, display-property-grouping: false */
.pure-form label {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.pure-form-stacked label {
    display: block;
}
.yui3-itsacheckbox-hidden,
.yui3-itsacheckbox-loading,
.yui3-itsacheckbox-created-checkbox,
.yui3-itsacheckbox-rerender {
    position: absolute !important;
    visibility: hidden !important;
    left: -9999px !important;
    top: -9999px !important;
}
.itsa-widget-parent {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0;
}
.yui3-itsacheckbox .optionwrapper {
    height: 0;
    padding: 0;
    margin: 0;
    position: relative;
}
.yui3-itsacheckbox .optionon {
    background-color: #6AA7F6;
    color: #FFF;
}
.yui3-itsacheckbox .optionoff {
    background-color: #FFF;
    color: #444;
}
.yui3-itsacheckbox .optioncontainer {
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.yui3-itsacheckbox .optionon,
.yui3-itsacheckbox .optionbtn,
.yui3-itsacheckbox .optionoff {
    float: left;
}
.yui3-itsacheckbox .optionon,
.yui3-itsacheckbox .optionoff {
    position: static;
    text-align: center;
    white-space: nowrap;
    -webkit-box-shadow: inset 0 0.7em 0.2em rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset 0 0.7em 0.2em rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 0.7em 0.2em rgba(0, 0, 0, 0.18);
}
.yui3-itsacheckbox .optionon {
    padding: 2px 0.7em 0 1.1em;
}
.yui3-itsacheckbox .optionoff {
    padding: 2px 1.1em 0 0.7em;
}
.yui3-itsacheckbox .optionbtn {
    -webkit-box-shadow: inset 0 0.17em 0.5em rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset 0 0.17em 0.5em rgba(0, 0, 0, 0.18);
    box-shadow: inset 0 0.17em 0.5em rgba(0, 0, 0, 0.18);
    background-color: #fff;
    border: solid 1px #AAA;
}

.pure-form-stacked .yui3-itsacheckbox,
.pure-form-aligned .yui3-itsacheckbox,
.pure-form .yui3-itsacheckbox,
.yui3-itsacheckbox {
    padding: 0;
}

.yui3-itsacheckbox {
    padding: 0;
    overflow: hidden;
    margin: 0.5em 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    border: 1px solid #CCC;
    font-size: 0.8em;
    -webkit-transition: 0.3s linear border;
    -moz-transition: 0.3s linear border;
    -ms-transition: 0.3s linear border;
    -o-transition: 0.3s linear border;
    transition: 0.3s linear border;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.yui3-itsacheckbox .optionwrapper div {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.pure-form-stacked .yui3-itsacheckbox {
    margin: 0.25em 0;
}

.pure-form-aligned .yui3-itsacheckbox {
    *zoom: 1;
}

.yui3-itsacheckbox:focus,
.itsa-widget-parent[data-type="itsacheckbox"]:focus .yui3-itsacheckbox {
    outline: 0;
    border-color: #129FEA;
}

.yui3-itsacheckbox.yui3-itsacheckbox-disabled .optionon,
.yui3-itsacheckbox.yui3-itsacheckbox-disabled .optionoff,
.yui3-itsacheckbox.yui3-itsacheckbox-focused.yui3-itsacheckbox-disabled .optionon,
.yui3-itsacheckbox.yui3-itsacheckbox-focused.yui3-itsacheckbox-disabled .optionoff {
    background-color: #EAEDED;
    color: #909596;
}

.yui3-itsacheckbox.yui3-itsacheckbox-disabled,
.yui3-itsacheckbox.yui3-itsacheckbox-readonly {
    box-shadow: none;
}

.yui3-itsacheckbox.yui3-itsacheckbox-disabled:focus,
.itsa-widget-parent[data-type="itsacheckbox"]:focus .yui3-itsacheckbox.yui3-itsacheckbox-disabled,
.yui3-itsacheckbox.yui3-itsacheckbox-disabled:focus .optionbtn,
.yui3-itsacheckbox.yui3-itsacheckbox-readonly:focus,
.yui3-itsacheckbox.yui3-itsacheckbox-focused.yui3-itsacheckbox-readonly,
.yui3-itsacheckbox.yui3-itsacheckbox-focused.yui3-itsacheckbox-disabled .optionbtn {
    border-color: #CCC;
}

.yui3-itsacheckbox.yui3-itsacheckbox-disabled .optioncontainer,
.yui3-itsacheckbox.yui3-itsacheckbox-readonly .optioncontainer {
    cursor: default;
}

.pure-group .yui3-itsacheckbox {
    margin-bottom: 10px;
    margin: 0.35em 0;
}


@media only screen and (max-width : 480px) {
    .yui3-itsacheckbox {
        margin-bottom: 0.3em;
    }

    .pure-group .yui3-itsacheckbox {
        margin-bottom: 0;
    }
}