@charset "utf-8";
/* CSS Document */

/* CSS Módulo Fuelsoft - Versión tablet */

@media only screen and (min-width: 500px) and (max-width: 979px)
{
	.activo
	{
		background-color:#000 !important;
	}
	.barrita
	{
		display:block;
	}
	.bloque1, .bloque2
	{
		width:100%;
	}
	.bloque3
	{
		float:left;
		width:94%;
		padding:2% 0;
	}
	.bloque4
	{
		float:left;
		width:45%;
	}
	.bloque4 .fd_input2 {
		width: 100%;
	}
	.bloques
	{
		width:94%;
		margin:2%;
		padding:0%;
	}
	.bloques h5, .bloques h3, .bloques ul,.bloque2, .general
	{
		float:left;
		width:100% !important;
		min-height:auto;
		padding:0px;
		margin:0px;
	}
	.check
	{
		-moz-appearance:checkbox !important;
		-ms-appearance:checkbox !important;
		-o-appearance:checkbox !important;
		-webkit-appearance:checkbox !important;
		appearance:checkbox !important;
		display:none;
	}
	.labelCheck
	{
		background:url(../imagenes/toggle-off-48.png) no-repeat left;
		padding:10px 0 10px 54px !important;
	}
	.check:checked + .labelCheck
	{
		background:url(../imagenes/toggle-on-48.png) no-repeat left;
	}
	.cntAccionMsgFuelsoft
	{
		margin:0 2%;
	}
	.entrar, .modificar
	{
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
		background:#E9E9E9;
	}
	.even
	{
		background:#fff;
	}
	.fd_input2
	{
		width:90%;
	}
	.formUsuariosWeb
	{
		width:94%;
		padding:2%;
	}
	.formUsuariosWeb label, .formUsuariosWeb fieldset
	{
		float:left;
		width:100%;
		min-height:auto;
		padding:0px;
		/*margin:0px;*/
	}
	.form_pedidoFS
	{
		width:100%;
	}
	.form_pedidoFS fieldset
	{
		width:94%;
		margin:0% 2% 3% 2%;
	}
	.form_pedidoFS select
	{
		min-height:40px;
	}
	.linea{
		padding:0px;
		border:none;
	}
	.menubar
	{
		border-bottom:1px solid #fff;
	}
	.menubar li
	{
		width:16.444555%;
		text-align:center;
		background-color:#002451;
		/*box-shadow:inset 0px 4px 0px #002451; 
		-moz-box-shadow:inset 0px 4px 0px #002451; 
		-webkit-box-shadow:inset 0px 4px 0px #002451; 
		-o-box-shadow:inset 0px 4px 0px #002451; */
		border-left:1px solid #fff;
	}
	.menubar li a
	{
		float:left;
		width:90%;
		vertical-align:middle;
		color:#fff;
		height:14px;
		padding:15px 5% 15px 5%;
	}
	.menubar li:first-child
	{
		border-left:none; 
	}
	.msgFuelsoft
	{
		margin-left:2%;
		margin-bottom:20px;
	}
	.nota
	{
		margin:15px 2%;
	}
	.odd
	{
		background: #fff;
	}
	.scroll
	{
		float: left;
		width:100%;
		margin: 0% 0 2% 0;
		overflow-x: scroll;
		background: #002451;
	}
	.scroll div
	{
		float:left;
		width:100%;
		height:17px;
		padding:5px 0px 0px 0px;
		background:url(../imagenes/btn_flechas.png) no-repeat center center;
		font-size:0.8em;
		color:#fff;
		/*text-shadow:1px 1px #666;*/
		text-align:center;
	}
	.tabla_datos
	{
		margin:0 2%;
		width:94%;
	}
	#bloqueDatosUsuarioWeb 
	{
		width:100%;
	}
	#botonDeseleccionarCliente
	{
		/*border-bottom: 1px dotted #002451;*/
		float: left;
		margin: 0 2% 1px;
		padding-bottom: 12px;
		text-align: center;
		width: 96%;
	}
	#botonDeseleccionarCliente a {
    	float: left;
	}
	#btnAltaCliente
	{
		margin-left:2%;
	}
	#cntCambioModoTM
	{
		margin:2%;
	}
	#cntNuevaAccionTM
	{
		margin:2%;
		float:left;
	}
	#cntTablaTotales .tabla
	{
		margin:0 2%;
		padding:0;
		width:96%
	}
	#infoClienteSeleccionado
	{
		width:100%;
	}
	#menuM li
	{
		width:19.5%;
		text-transform:none;
	}
	#menuAltaCliente
	{
		border-right:1px solid #fff;
	}
	#menuConsultarVentas
	{
		border-left:0;
	}
	#resumenPedidosFuelsoft, #resumenVentasFuelsoft
	{
		width:94%;
		margin:2%;
		padding:0%;
	}
	#tituloConfirmacionPaso2
	{
		margin:0px 0px 10px 2% !important;
	}
	#tituloDireccion
	{
		cursor:help;
	}
}
