/* CSS Created by CSS CHECKBOX */
/**********************************/
/**** www.CSScheckbox.com *********/
/***general styles for all CSS Checkboxes***/
/**********************************/

.checkbox1 label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.checkbox1 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;
}

.checkbox1 input[type=checkbox].css-checkbox + 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;

	/**/
	font-family: 'PT Serif', serif;
    font-size: 12px;
	margin-bottom: 6px;
	padding-left:25px;
}

.checkbox1 input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}

.css-label{
	background-image:url(https://csscheckbox.com/checkboxes/dark-check-green.png);
}

/*specific classes related to Checkbox skins*/

.lite-green-check{background-image:url(../images/lite-green-check.png);}
.lite-blue-check{background-image:url(https://csscheckbox.com/checkboxes/lite-blue-check.png);}
.lite-gray-check{background-image:url(https://csscheckbox.com/checkboxes/lite-gray-check.png);}
.lite-cyan-check{background-image:url(https://csscheckbox.com/checkboxes/lite-cyan-check.png);}
.lite-orange-check{background-image:url(https://csscheckbox.com/checkboxes/lite-orange-check.png);}
.lite-red-check{background-image:url(https://csscheckbox.com/checkboxes/lite-red-check.png);}

.lite-x-cyan{background-image:url(https://csscheckbox.com/checkboxes/lite-x-cyan.png);}
.lite-x-gray{background-image:url(https://csscheckbox.com/checkboxes/lite-x-gray.png);}
.lite-x-blue{background-image:url(https://csscheckbox.com/checkboxes/lite-x-blue.png);}
.lite-x-orange{background-image:url(https://csscheckbox.com/checkboxes/lite-x-orange.png);}
.lite-x-red{background-image:url(https://csscheckbox.com/checkboxes/lite-x-red.png);}
.lite-x-green{background-image:url(https://csscheckbox.com/checkboxes/lite-x-green.png);}

.mac-style{background-image:url(https://csscheckbox.com/checkboxes/mac-style.png);}
.mario-style{background-image:url(https://csscheckbox.com/checkboxes/mario-style.png);}
.alert-style{background-image:url(https://csscheckbox.com/checkboxes/alert-style.png);}
.lite-plus{background-image:url(https://csscheckbox.com/checkboxes/lite-plus.png);}
.dark-plus{background-image:url(https://csscheckbox.com/checkboxes/dark-plus.png);}
.dark-plus-cyan{background-image:url(https://csscheckbox.com/checkboxes/dark-plus-cyan.png);}
.dark-plus-orange{background-image:url(https://csscheckbox.com/checkboxes/dark-plus-orange.png);}
.dark-check-cyan{background-image:url(https://csscheckbox.com/checkboxes/dark-check-cyan.png);}
.dark-check-green{background-image:url(https://csscheckbox.com/checkboxes/dark-check-green.png);}
.dark-check-orange{background-image:url(https://csscheckbox.com/checkboxes/dark-check-orange.png);}

.depressed-lite-small{background-image:url(https://csscheckbox.com/checkboxes/depressed-lite-small.png);}
.elegant{background-image:url(https://csscheckbox.com/checkboxes/elegant.png);}
.depressed{background-image:url(https://csscheckbox.com/checkboxes/depressed.png);}
.chrome-style{background-image:url(https://csscheckbox.com/checkboxes/chrome-style.png);}
.web-two-style{background-image:url(https://csscheckbox.com/checkboxes/web-two-style.png);}
.vlad{background-image:url(https://csscheckbox.com/checkboxes/vlad.png);}
.klaus{background-image:url(https://csscheckbox.com/checkboxes/klaus.png);}

.checkbox1 input[type=checkbox].css-checkbox.med + label.css-label.med {
	padding-left:22px;
    height:17px; 
	display:inline-block;
	line-height:17px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.checkbox1 input[type=checkbox].css-checkbox.med:checked + label.css-label.med {

    background-position: 0 -17px;
}
.checkbox1 input[type=checkbox].css-checkbox.sme + label.css-label.sme {
	padding-left:22px;
    height:16px; 
	display:inline-block;
	line-height:16px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.checkbox1 input[type=checkbox].css-checkbox.sme:checked + label.css-label.sme{

    background-position: 0 -16px;
}
.checkbox1 input[type=checkbox].css-checkbox.lrg + label.css-label.lrg {
	padding-left:22px;
    height:20px; 
	display:inline-block;
	line-height:20px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
    cursor:pointer;
}

.checkbox1 input[type=checkbox].css-checkbox.lrg:checked + label.css-label.lrg{

    background-position: 0 -20px;
}


		.checkbox
        {
            padding-left: 2px;
        }
        .checkbox label
        {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px;
        }
        .checkbox label::before
        {
            content: "";
            display: inline-block;
            position: absolute;
            width: 10px;
            height: 10px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 0px;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        }
        .checkbox label::after
        {
            display: inline-block;
            position: absolute;
            width: 10px;
            height: 10px;
            left: 0;
            top: -6px;
            margin-left: -22px;
            padding-left: 3px;
            font-size: 11px;
            line-height:25px;
            color: #555555;
        }
        .checkbox input[type="checkbox"]
        {
            opacity: 0;
            z-index: 1;
        }
        .checkbox input[type="checkbox"]:checked + label::after
        {
            font-family: "FontAwesome";
            content: "\f00c";
        }
