/*  MAPA */

.color-mapa{
	fill: #999;
	stroke: #676767;
}

.color-mapa:hover{
	fill: #d26060;
}

.cp{
	cursor: pointer;
}

.color-mapaSel{
	fill: #b12020;
	stroke: #676767;
	stroke-width: 2px;
}

.click-region{
	background-color: lightblue;
}

#tRegion{
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tituloListado{
	text-align: center;
    font-size: 18px;
    font-family: sans-serif;
    color: #2679b5;
    font-weight: lighter;
}

.descripcion-region{
	z-index:1; 
	width:250px; 
	text-align:center; 
	position:absolute;
	margin-left:350px;
	font-size: 17px;
}

.btn-menu{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	float:left;
	font-size: 20px;
}

.btn-menu-borde{
	background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
	float:left;
	font-size: 20px;
	border-right: 2px solid #003366;
    padding-bottom: 0px;
}


/* ESQUEMA */

.esquema-cab{
	text-align: center;
	width: 60px;
}


.vcEsquema{
	margin: 15px auto 0; 
	display: table; 
	width: 100%;
}

.vcEsquemaLateral{
	width: 160px; 
	display: table-cell; 
	text-align: center;
	vertical-align: top;
}

.vcEsquemaCuerpo{
	display: table-cell;
}

.vcEsquemaCol{
	float: left; 
	padding: 0 15px; 
	width: 300px;
	border-left: 1px dotted grey;
	height: 100%;
}

.vcEsquemaGrupo{
	margin-bottom: 10px;
	padding: 0 4px;
}
.vcEsquemaGrupoSel{
	margin-bottom: 10px;
	padding: 6px 6px;
	border: 4px solid #88a5c1;
}

.vcEsquemaNombreGrupo{
	font-size: 		14px;
	font-weight: 	800;
	color: 			#666666;
	margin: 		4px 3px;
	display:		table;
}

.vcEsquemaDosis{
	width: 100%;
	height: 30px;
	padding-top: 2px;
    margin-bottom: 4px;
	display: table;
	border: 1px solid #f1f1f1;
}

.vcFilaDosis{
	font-size: 14px;
}

.vcFilaDetalle{
	float: right;
	color: #CACACA;
	margin-right: 5px;
}

.vcFilaEtiqueta{
	border-left: 4px solid grey;
	padding-left: 5px;
	width: 100%;
	font-size: 14px;
}


/* REPORTE */
.vcReporte_dato{
	text-align:	right;
}

.vcReporte_etiq{
	text-align:	left;
}

.vcReporte_coltot{
	background-color:	lavender;
	font-weight:		bold;
}

.vcReporte_filatot{
	background-color: 	lavender;
	font-weight:		bold;
}






/* CAMPAÑA */

.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;
}



/* INFO PERSONA */

.vcFilaDatos {
	margin-top:10px; 
	border-bottom: 1px dotted #cccccc; 
	display:table; 
	width:100%; 
	padding:12px;
}


/* 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: 30px;
    min-width: 300px;
    margin: 15px auto 10px;
    font-size: 24px;
    font-weight: bold;
    display: table;
    border-bottom: 1px solid;
}


/* VENCIMIENTO */

	.vcVence0 {}
	.vcVence90 {
		background-color: yellow;
		color: black;
		font-weight:bold;
	}
	
	.vcVence60 {
		background-color: orange;
		color: black;
		font-weight:bold;
	}
	
	.vcVence30 {
		background-color: red;
		color: white;
		font-weight:bold;
	}

