.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    font-family: montserrat, arial, sans-serif, helvetica, "Lato","Helvetica Nueue" !important;
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    font-weight:normal;
    line-height:1.25;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    font-family: montserrat, arial, sans-serif, helvetica, "Lato","Helvetica Nueue" !important;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #aeaeae;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;    
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #000;
    padding-top:3px;
}

.checkbox-custom-label:after {    
    font-family: 'FontAwesome';
    font-weight:bold;
    color: #fefefe;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #336699;
}

.checkbox-custom:focus + .checkbox-custom-label, 
.radio-custom:focus + .radio-custom-label, 
.radio-custom:checked + .radio-custom-label {
  outline: 1px solid #ddd;
  background-color:#ebebeb;
  font-weight:bold;
  width:97%; 
  margin:5px 2px 5px 3px;
  padding:5px 2px 5px 3px;
}

/*======================================================================================*/

.checkbox-custom-small, .radio-custom-small {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom-small, .checkbox-custom-small-label, .radio-custom-small, .radio-custom-small-label {
	font-family: "Lato","Helvetica Nueue",Helvetica,Arial,sans-serif !important;
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
    padding:3px;
    cursor: pointer;
}

.checkbox-custom-label-small, .radio-custom-label-small {
    position: relative;
    font-size:14px;
    font-family: "Lato","Helvetica Nueue",Helvetica,Arial,sans-serif !important;
}

.checkbox-custom-small + .checkbox-custom-small-label:before, .radio-custom-small + .radio-custom-small-label:before {
    content: '';
    background: #fff;
    border: 2px solid #aeaeae;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;    
    margin-right: 7px;
    text-align: center;
}

.checkbox-custom-small:checked + .checkbox-custom-small-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #000;
    padding-top:1px;
}


.checkbox-custom-small-label:after {    
    font-family: 'FontAwesome';    
    color: #fefefe;
}


.radio-custom-small + .radio-custom-small-label:before {
    border-radius: 50%;
}

.radio-custom-small:checked + .radio-custom-small-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #336699;
}


.checkbox-custom-small:focus + .checkbox-custom-small-label, .radio-custom-small:focus + .radio-custom-small-label {  	 
    color:#000;
  	width:95%; 
  	margin:3px;
  	padding:3px;
}







