body.facelift  span.custonCheckbox:before {
    height: 16px;
    width: 16px;
     border: 1px solid #3B69FF; 
    border-radius: 4px;
    border-radius: 4px;
}

body.facelift .checkCustom input[type=checkbox] {
    position: relative;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}

body.facelift .custonCheckbox:before {
    content: "";
    display: block;
    float: left;
    height: 24px;
    width: 24px;
    border: 1px solid #5c5c5c;
    background: none;
    /* top: 50%; */
    left: 0;
    margin-top: 0px;
}

body.facelift .checkCustom input[type=checkbox]:checked + span:before {
    background: url(/guide/icones/icone-checked.svg) #3B69FF center center no-repeat;
    border: 1px solid #3B69FF;
}

body.facelift .checkCustom input[type=checkbox].parcial + span:before {
    background: url(/guide/icones/icone-less.svg) #3B69FF center center no-repeat;
    border: 1px solid #3B69FF;

}


body.facelift .checkCustom input[type=checkbox]:disabled + span:before, 
body.facelift .box-checkbox.disabled .checkCustom input[type=checkbox]:checked + span:before{
    border: 1px solid #A7A8AC;
    cursor: no-drop
}


body.facelift .checkCustom input[type=checkbox]:checked:disabled + span:before , 
body.facelift .box-checkbox.disabled .checkCustom input[type=checkbox]:checked + span:before{
    background: url(/guide/icones/icone-checked.svg) #A7A8AC center center no-repeat;
    border: 1px solid #A7A8AC;
     cursor: no-drop;
}

body.facelift .checkCustom-texto {
	margin-top: 0px;
	display: flex;
	position: absolute;
	margin-left: 38px;
}

body.facelift .selTodos{
	display: block !important;
}

body.facelift  label.ativo{
    color: #fff;
    background: #3B69FF;
}



body.facelift .box-checkbox{
    display: inline-flex;
    margin-right: 16px;
}

body.facelift .box-checkbox-label {
    /* line-height: 24px; */
    font: 16px 'BradescoSans-Medium';
}

body.facelift .box-checkbox-label.checked{
     font: 16px 'BradescoSans-SemiBold' !important; 	
 }


body.facelift .box-checkbox-label.disabled, 
body.facelift .box-checkbox.disabled .box-checkbox-label{
     color: #A7A8AC; 	
     cursor: no-drop
 }

body.facelift .box-checkbox:hover{
	color: #3b69ff;
}

body.facelift tbody tr td .custonCheckbox:before {
    position: relative;
    top: -11px;
}


/* CHECKBOX */
/**

body.facelift .formulario input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    z-index: 1;
    left: 55px;
}
body.facelift .UIFontSize-level-1 .formulario input[type='checkbox'] {
	left: 40px !important;
}
body.facelift .custonCheckbox {
    position: relative;
    font: 14px 'montserratmedium';
}

**/


/**body.facelift .checkModalidades.unchecked{
    background: url('/guide/icones/icone-plus.svg') no-repeat 2px 5px !important;
	vertical-align: middle;
    display: inline-block;
}

body.facelift .checkModalidades.checked{
	background: url('/guide/icones/icone-checked.svg') no-repeat 10px 15px !important;
    vertical-align: middle;
    display: inline-block;
	background-color: #3B69FF !important;
    color: white !important;
}   


body.facelift .selTodos{
	display: block !important;
}


body.facelift label.checkCustom input{
    /* position: absolute; */
    /* margin-top: 1px; */
    /* opacity: 0; */

/*
body.facelift span.custonCheckbox{
    font-family: "montserratbold";
    font-size: 14px;
}
*/


/**
body.facelift .formulario input[type="checkbox"]:checked + span:before {
  border: solid #3b69ff 6px;
  height: 4px;
  width: 4px;
}
**/
