/* Estos son los estilos para el select one menu de primefaces */

.select-menu-admin {
	    height: 30px!important;
    width: 200px!important;
    position: absolute;
    min-width:unset!important;
}

.select-fluid-width.ui-selectonemenu {
  max-width: auto !important;
  min-width: auto !important;
  width: auto !important;
}

@media only screen and (max-width: 1280px){
	.select-fluid-width.ui-selectonemenu {
  		max-width: inherit !important;
  		min-width: auto !important;
  		width: auto !important;
	}
}