/*Se cargan las fuentes */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('./fonts/sourcesanspro-regular-webfont.eot');
    src: url('./fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('./fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('./fonts/sourcesanspro-semibold-webfont.eot');
    src: url('./fonts/sourcesanspro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('./fonts/sourcesanspro-semibold-webfont.woff') format('woff'),
         url('./fonts/sourcesanspro-semibold-webfont.ttf') format('truetype'),
         url('./fonts/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_webregular';
    src: url('./fonts/titilliumweb-regular-webfont.eot');
    src: url('./fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilliumweb-regular-webfont.woff2') format('woff2'),
         url('./fonts/titilliumweb-regular-webfont.woff') format('woff'),
         url('./fonts/titilliumweb-regular-webfont.ttf') format('truetype'),
         url('./fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'titillium_websemibold';
    src: url('./fonts/titilliumweb-semibold-webfont.eot');
    src: url('./fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/titilliumweb-semibold-webfont.woff2') format('woff2'),
         url('./fonts/titilliumweb-semibold-webfont.woff') format('woff'),
         url('./fonts/titilliumweb-semibold-webfont.ttf') format('truetype'),
         url('./fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


#cntGeneral{
	min-width: 1300px;
}
#seguimientoAtencionCitas{
	width: 100%;
}
#seguimientoServicios{
	font-family: titillium_websemibold, Arial, sans-serif;
	border: 1px solid #D8D8D8;
	padding: 0 2em 1em;
}
#seguimientoServiciosPuestos{
	font-family: titillium_websemibold, Arial, sans-serif;
}
#cntBuscadorCuadroDeMandos{
	background: #f9f9f9;
    border: 1px solid #e2e2e2;
    display: table-cell;
    height: 50px;
    padding: 10px;
    vertical-align: middle;
    width: 100%;
}
#cntBuscadorCuadroDeMandos label{
	font-family: source_sans_prosemibold, Arial, sans-serif;
	font-size: 14px;
}
#cntBuscadorCuadroDeMandos ul li{
	float: left;
	margin: 0 5px 0 0;
}
#cntBuscadorCuadroDeMandos select{
	height: 21px;
}
.contenedor-dashboard{	
	display: table;
	border-spacing: 15px;
	border-collapse: separate;
	table-layout: fixed;
	width: 100%;
}
.contenedor-dashboard-row {
	display: table-row;
	width: 100%;
}
.contenedor-dashboard-cell{
	display: table-cell;
	vertical-align: top;
	width: 100%; 
}
.cuadro-2-col{
	width: 50%; 
}
.cuadro-1-col #cntGraficoCitas{
    height: 450px;
    margin: auto 10px auto auto;
    overflow: hidden;
    width: 100%;
}
.cuadro-2-col #cntGraficoCitas{
    height: 100%;
	overflow: hidden;
}
.cuadro-1-col #cntGraficoTiempos,
.cuadro-1-col #cntGraficoTiemposActuales{
	float: left;
    margin: auto 0 15px auto;
    width: 49.5%; 
}
.cuadro-1-col #cntGraficoTiemposActuales{
	margin-right: 1%;
}
.contenedor-canvas{
	height: 225px;
}
.cuadro-1-col #cntGraficoTiempos.dashboard-w100,
.cuadro-1-col #cntGraficoTiemposActuales.dashboard-w100{
	width: 100%;
}
.dashboard-w100 .contenedor-canvas{
	height: 350px;
}
.margin-top-trick{
	margin-top: 15px;
}
.padre-grafico-barras{
	border: 1px solid #D8D8D8;
    padding: 10px 12px 10px 10px;
}
#contenedor-grafico-barras {
	background-color: #f9f9f9;
	border: 1px solid #D8D8D8;
    height: 100%;
    position: relative;
    width: 100%;
}
#buttonWrapper{
	position: absolute;
	right: 0;
	z-index: 100;
}

/*Tabla inferior */
#tblInformeCitasPorServicio tr.par{
  	padding: 5px 6px 2px 6px;
  	border: 1px solid #d8d8d8;
  	background: #f9f9f9;
}
#tblInformeCitasPorServicio tr.impar{
  	padding: 5px 6px 2px 6px;
  	border: 1px solid #d8d8d8;
  	background: #fff;
}
#tblInformeCitasPorServicio th {
	font-weight: bold;
	padding: 7px 6px 1px 6px;
	border: 1px solid #d8d8d8;
}
#tblInformeCitasPorServicio td{
	color: #787878;
	border: 1px solid #d8d8d8;
	font-size: 12px;
	padding: 2px 5px;
}
#tblInformeCitasPorServicio ul, #leyendaTiempos ul{
	font-size: 200%;
	line-height: 0.5em;
	padding-left: 35px;
	margin: 0 auto;
	display: block;
	float: none;
}
#tblInformeCitasPorServicio span, #leyendaTiempos span{
	font-size: 14px; 
    color: #787878;
    vertical-align: bottom;
    margin-left: -6px;
}
#leyendaTiempos,
#leyendaTiempos span{
	font-size: 11px;
}
#tblInformeCitasPorServicio th.header-oculto{
	background: #fff;
	border: none;
}
#seguimientoServiciosPuestos #datosTotales td,
#seguimientoServicios #datosTotales td,
#seguimientoServiciosPuestos #datosTotales td span,
#seguimientoServicios #datosTotales td span{
	color: #303030;
}

.tab {
	display: inline-block;
	margin: 0 -4px -1px 0;
}
.tab a {
	background-color: #E2E2E2;
	border: 1px solid #D8D8D8;
	color: #333333;
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
}
.tab.active a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
    padding-top: 1em;
}
.tblServiciosTabs {
	border: 1px solid #D8D8D8;
	padding: 2em 2em 1em;
}

.tbl-header-nivel-1,
.tbl-header-nivel-2{
	background: #bbbbbb;
	color: #303030;
	font-size: 14px;
}
.tbl-header-nivel-2{
	background: #e8e8e8;
}
#leyendaTiempos{
	border: 1px solid #e2e2e2;
	color: #787878;
	display: block;
	margin: 0 auto 1em;
	padding: 5px 15px;
}
#leyendaTiempos .bloque-leyenda,
#leyendaTiempos .bloque-leyenda-definiciones{
	display: block;
	margin-bottom: 5px;
}
#leyendaTiempos .bloque-leyenda-definiciones{
	margin-bottom: 2px;
	margin-left: 20px;
}
#leyendaTiempos .bloque-leyenda .elemento-leyenda,
#leyendaTiempos .bloque-leyenda-definiciones .elemento-leyenda{
	display: inline-block;
	margin-left: 5px;
}
#leyendaTiempos .bloque-leyenda .elemento-leyenda .label-leyenda,
#leyendaTiempos .bloque-leyenda-definiciones .elemento-leyenda .label-leyenda{
	color: #303030;
}

#cntGraficoTiemposActuales h2,
#cntGraficoTiempos h2,
#tblTiemposHistoricosWrapper h2{
	color: #474747;
	font-family: source_sans_prosemibold, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.centrar-vertical,
.centrar-vertical-tabla-historicos{
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    display: table;
	table-layout: fixed;
    width: 100%;
}
.centrar-vertical-tabla-historicos{
	border-collapse: separate;
	border-spacing: 2px;
}
.centrar-vertical .celda-vertical,
.centrar-vertical-tabla-historicos .celda-vertical{
	display: table-cell;
	vertical-align: middle;
}

/*tabla historicos*/
#tblTiemposHistoricosWrapper{
	font-family: titillium_websemibold, Arial, sans-serif;
	color: #787878;
    display: block;
    float: left;
    clear: both;
}
#tblTiemposHistoricosEspera,
#tblTiemposHistoricosAtencion{
	background: #f9f9f9;
	border: 1px solid #D8D8D8;
    padding: 5px 7% 5px 7%;
	width: 100%;
}
#tblTiemposHistoricosEspera td,
#tblTiemposHistoricosAtencion td{
	padding-left: 10px;
	text-align: center;
}
#tblTiemposHistoricosEspera ul,
#tblTiemposHistoricosAtencion ul{
	font-size: 350%;
	line-height: 0.5em;
	padding-left: 21px;
	margin: 0 auto;
	display: block;
	float: none;
}
#tblTiemposHistoricosEspera span.tiempo,
#tblTiemposHistoricosAtencion span.tiempo{
	font-size: 18px;
	font-weight: bold;
	margin-left: 0px;
    vertical-align: middle;
}
#tblTiemposHistoricosEspera span.unidades,
#tblTiemposHistoricosAtencion span.unidades{
    color: #333333;
    vertical-align: bottom;
    margin-left: 5px;
}
#tablasTiemposHistoricosWrapper{
	border-spacing: 10px;
	display: table;
	table-layout: fixed;
	width: 100%;
}
#tablasTiemposHistoricos{
	display: table-row;
}
#tablaEspera,
#tablaAtencion{
	display: table-cell;
	width: 50%;
}
#tablaEspera h2,
#tablaAtencion h2{
	color: #787878;
	font-family: source_sans_prosemibold, Arial, sans-serif;
	font-size: 15px;
}
.cuadroTiempoHistorico{
	display: inline-block;
	height: 15px;
	width: 15px;
}
.cuadro-1-col.padre-velocimetros #tblTiemposHistoricosEspera span.tiempo, 
.cuadro-1-col.padre-velocimetros #tblTiemposHistoricosAtencion span.tiempo{
		font-size: 22px;
}
.cuadro-1-col.padre-velocimetros #tblTiemposHistoricosEspera, 
.cuadro-1-col.padre-velocimetros #tblTiemposHistoricosAtencion {
		font-size: 140%;
}

.msg-alerta-cuadro-mandos{
	font-size: 14px;
    font-weight: bold;
	margin: 25px 20px;
}

.boton-cuadro-mandos{
	background: #D5E7F1;
    border: 1px solid #547485;
	color: #345465;
	cursor: pointer;
	display: inline-block;
	height: 17px;
    padding: 1px 6px;
}

a.boton-cuadro-mandos :HOVER{
	text-decoration: underline;
}

.boton-cuadro-mandos span{
	margin: 3px 10px 0 0;
    vertical-align: middle;
}
.boton-cuadro-mandos.sin-icono span{
	margin: 0;
}
.boton-cuadro-mandos img{
	vertical-align: middle;
}

.desplazar-derecha{
	float: right;
}

/* Solo para Firefox */
@-moz-document url-prefix() {
    .contenedor-dashboard{
		height: 100%;
	}
	.contenedor-dashboard-row {
		height: 100%;
	}
}