/**
Estilos sobrescritos de Prime-Faces
**/
.ui-selectmanycheckbox label {
	    	margin: -2px 15px 0px 0px !important;
	    	color: #888888;
	    	font-size: 85%;
		}
		
.ui-fluid .ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon{
    margin: auto !important;
    height: 100%;
    color: #fff;
    top: unset;
}
.ui-selectcheckboxmenu-token{
    background-color: #555555;
    color: #fff;
}
.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger{
    height: 100% !important;
}

ul.ui-inputfield.ui-state-hover {
	border:none;
}


