/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/

/*general styles for all CSS Checkboxes*/
label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkboxWrapper.active label.css-label {
    padding-left: 20px;
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}


.checkboxWrapper label.css-label.lrg {
    padding-left: 30px;
    height: 22px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 -26px;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

.checkboxWrapper.active label.css-label.lrg {
    background-position: 0 0px;
}

.pro {
    background-image: url('/Content2/graphics/pro-checkbox.png');
}
