.multiple_checkbox { width:200px; height:200px !important; max-height:200px !important; overflow:scroll; background:#ffffff; text-align:left !important; }
.multiple_checkbox label { width:100%; float:left;}
.label_flow { margin:0 !important; padding:0; display:block; }
.multiple_checkbox .form-check:hover { background: #b8ea09; }


/* Checkboxes multiples con subniveles */
.mchecbox { overflow: hidden; }
.mchecbox > div { width:300px; max-height:350px !important; overflow:scroll; background:#ffffff; text-align:left !important; }
.mchecbox label { width:100%; line-height: 1.4rem; height: 100%; }
.mchecbox label:hover { background:#ffff00; }
.mchecbox ul { padding: 0 20px; }