/** IBM 30945 SRN INICIO desplegable tallas INICIO **/

/* correccion navegador nativo samsung inicio */
.mobileSelect-container.white>div {
	visibility: inherit;
}
/* correccion navegador nativo samsung fin */

.mobileSelect-container .list-container{
	margin-top: 0px;
	border-radius: 5px;
}
.mobileSelect-container.white .list-container .mobileSelect-control.selected {
	background-color: #337ab7;
}

.mobileSelect-container.white .list-container {
	background-color: #ffffff;
}

.mobileSelect-container.white .mobileSelect-buttons a {
	background-color: #ffffff;
}

.mobileSelect-container.white .mobileSelect-buttons a:last-child {
	background-color: #ffffff;
}

.mobileSelect-container.white {
	background: rgba(0,0,0,0.5);
}

/* boton select invisible */
button.btn-mobileSelect-gen {
	display: none;
}


/* boton select ajuste tamanno */
button.btn-mobileSelect-gen:not([class*=col-]):not([class*=form-control]):not(.input-group-btn):not(.btn-block){
	width: 100%;
}

/* BOTONES y contenedor botones INICIO */
.mobileSelect-container .mobileSelect-buttons {
	display: none;
}
.mobileSelect-container .list-container {
	margin-bottom: 0;
}
/* BOTONES FIN */

/** ocultar checkbox INICIO **/
.mobileSelect-container.white .list-container .mobileSelect-control {
	background-image: none;
}

.mobileSelect-container.white .list-container .mobileSelect-control.selected {
	background-image: none;
}
/** ocultar checkbox INICIO **/
/** IBM 30945 SRN INICIO desplegable tallas FIN **/