
.rowWarning {
	background-color: rgba(255,255,0, 0.8);
}

.rowAlert {
	background-color: rgba(255,0,0, 0.8);
}

th.thHeader{
	/* font-family:'Bradley Hand ITC', 'Comic Sans MS'; */
	font-weight:bold;
	font-size:14px;
	color:black;
}

th.headerSede{
	background-color: rgba(169,222,234, 0.8);
	border: 1px solid grey;
	color:black;
}
th.headerRed{
	background-color: rgba(255,100,100, 0.8);
	border: 1px solid grey;
}
th.headerYellow{
	background-color: rgba(249,249,147, 0.8);
	border: 1px solid grey;
}
th.headerBlue{
	background-color: rgba(113,172,244, 0.8);
	border: 1px solid grey;
	color:black;
}
th.headerGreen{
	background-color: rgba(143,226,89, 0.8);
	border: 1px solid grey;
}

.img_logo{
	display:inline-block;
	margin-left:20px;
	margin-top:2px;

}

.tipoLetra1{
	/* font-family:'Bradley Hand ITC', 'Comic Sans MS'; */
	font-weight:bold;
	font-size:14px;
}

.sizeLetra{
	font-size:14px;
}

.div_titulo{
	display:inline-block;
	margin-left:70px;
	font-size:1em;
	height:60px;
	vertical-align:middle;
}

.dataTables_wrapper{
	margin-top:-20px;
}

td.headerSede {
	cursor: pointer;
}

.dt-buttons{
	position:relative;
	float:right;
	padding-right:50px;
	padding-top:15px;
}

.dataTables_filter{
	margin-right:50px;
	margin-bottom:15px;
}



.chart_container{
	margin-top:80px;
	height:700px;
}

.chart_container2{
	margin-top:80px;
	height:400px;
}







.GaugesContainer{
	width:100%;
	display:inline-block;
	text-align: center;
}
.GaugeSede{
	display:inline-block;
	background: #eeeeee; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 40px;
	margin-left: 40px;
}

.CanvasGaugeSedeCaption{
	display:block;
	position: relative;
	text-align: center; 
	font-size: 2em;
	color: black; 
	font-family: 'Amaranth', sans-serif;
	font-weight: bold;
	margin-top: 10px;
}


.CanvasGaugeAWT, .CanvasGaugeAAT {
	display:inline-block;
	position: relative;
	background: #ffffff;
	color: #fff;
	width: 300px;
	height: 300px;
	margin: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	clear: both;
  
	border: 1px solid grey;
}

.Gauge{
	position: relative;
	width: 300px;
	top: 80px;
}

#GaugeAWT_value, #GaugeAAT_value{
	position: absolute; 
	top: 25px; 
	left: 0; 
	right: 0;
	text-align: center; 
	font-size: 2em; 
	font-weight: bold;
	color: black; 
	font-family: 'Amaranth', sans-serif;
}

#GaugeAWTcaption, #GaugeAATcaption{
	position: absolute; 
	top: 250px; 
	left: 0; 
	right: 0;
	text-align: center; 
	font-size: 1em;
	color: black; 
	font-family: 'Amaranth', sans-serif;
}


