.funkyradio > div{float: left;  margin-right: 10px;}

.funkyradio {
    margin-bottom: 5px;
}

.funkyradio label{padding-left: 45px;}
.funkyradio input[type="radio"]:empty ~ label:before, .funkyradio input[type="checkbox"]:empty ~ label:before,
.funkyradio-primary input[type="radio"]:checked ~ label:before, .funkyradio-primary input[type="checkbox"]:checked ~ label:before
{font-size:18px!important; width: 20px; padding: 0 5px 0 10px; left: 0px;}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    font-family: "FontAwesome";
    content: "\f096";
    position: absolute;
    display: block;
    top: 0;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    font-family: "FontAwesome";
    content: "\f046";
    color: #333;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #6D828E;
    background: -moz-linear-gradient(bottom, #7B684E 0%, #7B684E 49%, #5ea511 50%, #5ea511 100%);
    background: -webkit-linear-gradient(bottom, #7B684E 0%, #7B684E 49%, #5ea511 50%, #5ea511 100%);
    background: -o-linear-gradient(bottom, #7B684E 0%, #7B684E 49%, #5ea511 50%, #5ea511 100%);
    background: -ms-linear-gradient(bottom, #7B684E 0%, #7B684E 49%, #5ea511 50%, #5ea511 100%);
    background: linear-gradient(bottom, #7B684E 0%, #7B684E 49%, #5ea511 50%, #5ea511 100%);
}


.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5ea511;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #7B684E;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.funkyradio label {
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    background: #fff;
    padding-right: 15px;
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Roboto";
}

/* Style 2 */


.check-style input[type="radio"]:empty,
.check-style input[type="checkbox"]:empty {
    display: none;
}

.check-style label{
    position: relative; left: 20px;
}

.check-style input[type="radio"]:empty ~ label,
.check-style input[type="checkbox"]:empty ~ label {
    position: relative;
    top: -15px;
    line-height: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size:24px;
}

.check-style input[type="radio"]:empty ~ label:before,
.check-style input[type="checkbox"]:empty ~ label:before {
    font-family: "FontAwesome";
    content: "\f10c";
    position: absolute;
    display: block;
    top: 0;
    width: 30px;
    border-radius: 3px 0 0 3px;
}

.check-style input[type="radio"]:hover:not(:checked) ~ label,
.check-style input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.check-style input[type="radio"]:hover:not(:checked) ~ label:before,
.check-style input[type="checkbox"]:hover:not(:checked) ~ label:before {
    color: #C2C2C2;
}

.check-style input[type="radio"]:checked ~ label,
.check-style input[type="checkbox"]:checked ~ label {
    color: #000;
    font-weight:bold;
}

.check-style input[type="radio"]:checked ~ label:before,
.check-style input[type="checkbox"]:checked ~ label:before {
    font-family: "FontAwesome";
    content: "\f192";
    color: #333;
}

.check-style input[type="radio"]:focus ~ label:before,
.check-style input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.check-style-default input[type="radio"]:checked ~ label:before,
.check-style-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.check-style-primary input[type="radio"]:checked ~ label:before,
.check-style-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #6D828E;
}

.check-style-success input[type="radio"]:checked ~ label:before,
.check-style-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.check-style-danger input[type="radio"]:checked ~ label:before,
.check-style-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.check-style-warning input[type="radio"]:checked ~ label:before,
.check-style-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #7B684E;
}

.check-style-info input[type="radio"]:checked ~ label:before,
.check-style-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.check-style label {
    border-radius: 3px;
    font-weight: normal;
    background: #fff;
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Roboto";
}



/* Style 3 */

.check-style2 > div{float: left; margin-left: 40px;}
.check-style2 > div + div{}
.check-style2 > div + div{margin-left: 40px;}
.check-style2 .prelabel{margin: 0 15px 0 -40px; display: inline-block;}

.check-style2 input[type="radio"]:empty,
.check-style2 input[type="checkbox"]:empty {
    display: none;
}

.check-style2 label{
    position: relative; left: 30px;
}

.check-style2 input[type="radio"]:empty ~ label,
.check-style2 input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 26px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size:14px;
    font-family:"PT Sans";
}

.check-style2 input[type="radio"]:empty ~ label:before,
.check-style2 input[type="checkbox"]:empty ~ label:before {
    font-size:24px;
    font-family: "FontAwesome";
    content: "\f096";
    position: absolute;
    display: block;
    top: 0;
    left: -30px;
    width: 30px;
    border-radius: 3px 0 0 3px;
}

.check-style2 input[type="radio"]:hover:not(:checked) ~ label,
.check-style2 input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

.check-style2 input[type="radio"]:hover:not(:checked) ~ label:before,
.check-style2 input[type="checkbox"]:hover:not(:checked) ~ label:before {
    text-indent: .9em;
    color: #C2C2C2;
}

.check-style2 input[type="radio"]:checked ~ label,
.check-style2 input[type="checkbox"]:checked ~ label {
    color: #000;
}

.check-style2 input[type="radio"]:checked ~ label:before,
.check-style2 input[type="checkbox"]:checked ~ label:before {
    font-family: "FontAwesome";
    content: "\f046";
    color: #333;
}

.check-style2 input[type="radio"]:focus ~ label:before,
.check-style2 input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.check-style2-default input[type="radio"]:checked ~ label:before,
.check-style2-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.check-style2-primary input[type="radio"]:checked ~ label:before,
.check-style2-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #6D828E;
}

.check-style2-success input[type="radio"]:checked ~ label:before,
.check-style2-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.check-style2-danger input[type="radio"]:checked ~ label:before,
.check-style2-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.check-style2-warning input[type="radio"]:checked ~ label:before,
.check-style2-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #7B684E;
}

.check-style2-info input[type="radio"]:checked ~ label:before,
.check-style2-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}


.check-style2 label {
    border-radius: 3px;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Roboto";
}



/*

STYLE 4

 LOGIN - MODAL

*/


.style4 input[type="checkbox"],
.style4 input[type="radio"] {
    display: none;
}

.style4 label {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    cursor: pointer;
}

.style4 label:before, label:after {
    /* You *have* imported Fontawesome in your html doc, right? */
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 0;
    padding: 1px;
}


/*unchecked*/
.style4 .checkbox+label:before {
    content: "\f096";
    color: #333;
}

.style4 .checkbox+label:after {
    content: "\f00c";
    margin: -3px 0 0;
    max-width: 0;
    overflow: hidden;
    opacity: 0.5;
    /* CSS3 transitions for animated effect for browsers that support it */
    transition: all 0.3s ease-in-out;
}

.style4 .radio+label:before {
    content: "\f10c";
    color: #333;
}

.style4 .radio+label:after {
    content: "\f111";
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.style4 input[type="checkbox"]:checked + label:after {
    max-width: 40px;
    opacity: 1;
    color: #0c0;
}

.style4 input[type="radio"]:checked + label:after {
    max-width: 40px;
    opacity: 1;
    color: #000;
}

.style4 input[type="radio"]:checked + label:before {
    opacity: 0;
}

.style4 .toggle .radio+label:before {
    position: relative;
    top: -2px;
    content: "\f204";
    color: #333;
}

.style4 .toggle .radio+label:after {
    position: relative;
    top: -2px;
    content: "\f205";
    margin: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
