
/*SIG CSS*/

.filaHabil {
	
}

.filaFinde {
	background: #CCCCCC30 !important;
}

.filaFeriado {
	background: #b92a3e !important;
	color: #FFF !important;
}

.filaFeriadoMovil {
	background: #ec6e02 !important;
	color: #FFF !important;
}

.filaFeriadoGuardia {
	background: #ffedd7 !important;
	color: #000 !important;
}

.gcOrganizacionFila {
	text-align:center; 
	display:table; 
	margin:15px auto;
	
}

.gcOrganizacionItem {
	padding: 20px 20px 20px 20px; 
	margin: 0 15px; 
	border: 1px solid #CCC; 
	width:auto; 
	display:table-cell; 
	background-color:darkcyan; 
	color: white; 
	font-size: 15px;
	float: left;
	min-width: 160px;
	height: 70px;
	box-shadow: 5px 5px 9px 0px #a0a0a0;
	font-weight: bold;
	box-shadow: #00000030 5px 7px 5px 0px;
	cursor: pointer;
}

.gcOrganizacionServicio {
	padding:15px 15px 10px 15px; 
	margin:10px; 
	border:1px solid #666; 
	width:auto; 
	display:table-cell; 
	background-color: #4db7be; 
	color: black; 
	font-size: 15px;
	float: left;
	min-width: 200px;
	height: 55px;
	box-shadow: #00000030 5px 7px 5px 0px;
	cursor: pointer;
}



/* STOCK */

.vcFilaStockCab{
	display: table; 
	height: 30px; 
	border: 1px dotted #cacaca; 
	padding: 4px; 
	background-color: #607D8B;
	color: white;
	margin-bottom: 5px; 
	font-weight: bold
}
	
.vcFilaStock{
	display: table; 
	height: 30px;
	padding: 4px; 
	cursor: pointer; 
	border-bottom: 1px dotted #cacaca; 
	font-size: 12px;
}

.vcFilaStock:hover {
	background-color: aliceblue;
}

.vcStockTitulo{
	text-align: center;
    margin-bottom: 24px;
    min-width: 300px;
    margin: 10px auto 10px;
    font-size: 20px;
    font-weight: bold;
    display: table;
    border-bottom: 1px solid #101958;
	color: #101958;
}


	/* VENCIMIENTO */

	.vcVence0 {}
	.vcVence90 {
		background-color: #fafa7a;
		color: black;
		font-weight:bold;
	}

	.vcVence60 {
		background-color: #f8a65e;
		color: black;
		font-weight:bold;
	}

	.vcVence30 {
		background-color: #ef5350;
		color: white;
		font-weight:bold;
	}

	/* ALARMA SUMINISTRO */

	.alert-old-supply {
		background-color: #f9e79f !important; /* Un color naranja claro */
		color: black !important;
		/* Otros estilos de alerta que desees aplicar */
	}

	/* Cajas */

	.vcCajasDashboard{
		text-align: center; 
		margin: 0 auto; 
		display: table; 
		font-family: 'Open Sans', sans-serif;
	}

	.vcCajaDash{
		border: 1px solid grey;  
		display: block; 
		float: left; 
		width: 130px; 
		margin: 15px; 
		color: white
	}

	.vcCajaDash.gris{
		background: #a9a9a9;
	}

	.vcCajaDash.rosa{
		background: orchid;
	}

	.vcCajaDash.turquesa{
		background: #44b6ae;
	}

	.vcCajaDash.lila{
		background: #8775a7;
	}

	.vcCajaDash.rojo{
		background: #e35b5a;
	}

	.vcCajaDash.negro{
		background: #405763;
	}

	.vcCajaDash .cont{
		font-size: 34px; 
		padding: 10px;
	}

	.vcCajaDash .pie{
		font-size: 14px; 
		background: #00000040;
		font-weight: bold;
	}

	.vcIconoDash{
		float: left;
		width: 100px;
		height: 100px;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
		margin: 0 25px;
		cursor: pointer;
	}

	.vcIconoDashDisabled{
		float: left;
		width: 100px;
		height: 100px;
		text-align: center;
		padding: 10px;
		border-radius: 10px;
		margin: 0 25px;
		color: grey;
	}

	.vcIconoDash:hover{
		background: #e6e6e6;
	}