@charset "utf-8";
body {
	margin: 0px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
/* inicia nuevo menu responsivo */
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_bar {
	display:none;
	margin-top: 0px !important;
}
header {
	width: 100%;
}
header nav {
	background: #283645;
	z-index: 1000;
	width: 100%;
}
header nav ul {
	list-style: none;
}
header nav ul li {
	display: inline-block;
	position: relative;
}
header nav ul li:hover {
	background: #E6344A;
}
header nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 20px;
}
header nav ul li a span {
	margin-right: 10px;
}
header nav ul li:hover .children {
	display: block;
}

header nav ul li .children {
	display: none;
	background: #283645;
	position: absolute;
	width: 150%;
	z-index: 1000;
}
header nav ul li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
header nav ul li .children li a {
	display: block;
}
header nav ul li .children li a span {
	float: right;
	position: relative;
	top: 3px;
	margin-right: 0;
	margin-left: 10px;
}
header nav ul li .caret {
	position: relative;
	top: 3px;
	margin-left: 10px;
	margin-right: 0px;
}
@media screen and (max-width: 800px) {
	body {
		padding-top:80px;
	}
	.menu_bar {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
		background: #283645;
	}
	.menu_bar .bt-menu {
		display: block;
		padding: 20px;
		color: #fff;
		overflow: hidden;
		font-size: 25px;
		font-weight: bold;
		text-decoration: none;
	}
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
	header nav {
		width: 80%;
		height: calc(100% - 80px);
		position: fixed;
		right:100%;
		margin: 0;
		overflow: scroll;
	}
	header nav ul li {
		display: block;
		border-bottom:1px solid rgba(255,255,255,.5);
	}

	header nav ul li a {
		display: block;
	}

	header nav ul li:hover .children {
		display: none;
	}

	header nav ul li .children {
		width: 100%;
		position: relative;
	}

	header nav ul li .children li a {
		margin-left:20px;
	}

	header nav ul li .caret {
		float: right;
	}
}


/* termina nuevo menu responsivo */
#wrapperLogin {
	margin-top: 60px;
	margin-bottom: 40px;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	border: solid 1px #c1c1c1;
	vertical-align: text-top;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	padding-top: 20px;
	padding-bottom: 20px;
}
.mitadLogin {
	display: inline-block;
}
.mitadLogin a {
	color: #0f298c;
	text-decoration: none;
}
.mitadLogin a:visited {
	color: #0f298c;
	text-decoration: none;
}
.form-control {
	font-size: 14px;
	height: 36px;
	display: block;
	background-color: #fff;
	border: none;
	width: 250px;
}
.botonGrande {
	padding-top: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	box-sizing: border-box;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}
.botonGrande2 {
	padding-top: 50px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
	color: white;
	background-color: #0f298c;
	border-color: #0f298c;
	box-sizing: border-box;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 30px;
}
#menuConfig{
	display: block;
	background-color: #323232;
	color: white;
	margin-bottom: 10px;
}
.elementoMenuConfig {
	display: inline-block;
	padding: 5px;
	font-size: 1.1em;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}
.elementoMenuConfig a {
	color: #AEAEAE;
	text-decoration: none;
}
.elementoMenuConfig a.active {
	color: white;
	text-decoration: none;
}
.elementoMenuConfig a:hover {
	color: white;
	text-decoration: none;
}
.bloque {
	display: block;
}
.bloqueSeccionCDI {
	display: inline-block;
	min-width: 15%;
}
.splashActivo:hover {
	background-color: aqua;
}
.tipo:hover{
	cursor: not-allowed;
}
#footerConfig {
	background-color: #283645;
	color: #707E8C;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	bottom: 0 !important;
	width: 100%;
	margin-top: 10px;
}
#footerConfig a {
	color: #707E8C;
	text-decoration: none;
	font-weight: bold;
}
#footerConfig a:hover {
	color: #707E8C;
	font-weight: bold;
	text-decoration: underline;
}
#divConsulta {
	display: none;
}
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 999;
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	
}
.modal-content {
    background-color: #fefefe;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow-y: scroll;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 100px;
}
.modal-content a:link {
	text-decoration: none;
	color: black;
}
.modal-content a:visited {
	text-decoration: none;
	color: black;
}
.modal-content a:active {
	text-decoration: none;
	color: black;
}
.modal-content a:hover {
	text-decoration: none;
	color: black;
}
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.nulo a:link {
	text-decoration: none;
	color: black;
}
.nulo a:visited {
	text-decoration: none;
	color: black;
}
.nulo a:active {
	text-decoration: none;
	color: black;
}
.nulo a:hover {
	text-decoration: none;
	color: black;
}
.textoAzul {
    color: #337ab7;
}
.oculto {
	display: none;
}
.encuadre{
	padding: 10px;
	border: 1px #4D4D4D solid;
}
#file {
	color: red;
	padding: 5px;
	border: 5px solid #8BF1B0;
	background-color: #8BF1B0;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0 0 15px #626F7E;
	width: 72%;
}
#cargandoArchivo{
	display:none;
	font-size:25px;
}
.basura {
	color: grey;
	margin-left: 5px;
	margin-right: 5px;
}
.basura a {
	color: grey
}
.basura a:hover {
	color: red;
}
span.rojo {
  background: red;
  border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  -webkit-border-radius: 1.0em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.0em;
  margin-right: 15px;
  text-align: center;
  width: 2.0em; 
}
span.gris {
  background: #cccccc;
  border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  -webkit-border-radius: 1.0em;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.0em;
  margin-right: 15px;
  text-align: center;
  width: 2.0em; 
}
span.verde {
  background: #5EA226;
  border-radius: 1.0em;
  -moz-border-radius: 1.0em;
  -webkit-border-radius: 1.0em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.0em;
  margin-right: 15px;
  text-align: center;
  width: 2.0em; 
}
#controlesCirculo{
	display: none;
}
#controlesRectangulo{
	display: none;
}
.botonAzul {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	display: inline-block;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 4px;
}
.botonVerde {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border-color: darkgreen;
	display: inline-block;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	color: white;
	background-color: green;
}
.botonRojo {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	color: #fff;
	background-color: red;
	border-color: darkred;
	display: inline-block;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
#meter_wrapper {
	border: 1px solid grey;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	width: 200px;
	height: 10px;
	border-radius: 3px;
}
#meter {
	width: 0px;
	height: 10px;
}
#pass_type {
	font-size: 0.9em;
	margin-top: 0px;
	text-align: center;
	color: grey;
	text-decoration: none;
	font-style: italic;
	margin-left: 0px;
}
.coloresInvertidos {
	background-color: #337ab7;
	text-align: center;
	color: white !important;
	font-weight: bold;
}
.mitad {
	display: inline-block;
	min-width: 49%;
	max-width: 49%;
	width: 49%;
}
.mitadDerecha {
	float: right;
	min-width: 49%;
	max-width: 49%;
	width: 49%;
}
.bloqueFicha {
	border: solid 1px #337ab7;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top: 30px;
	padding-bottom: 10px;
}
.tituloBloqueFicha {
	left: 0;
	right: 0;
	background-color: #337ab7;
	font-size: 1.7em;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.espaciadoSuperiorFicha {
	margin-top: 8px;
	display: block;
}
.indicadorIzquierdaFicha {
	text-align: right;
	display: inline-block;
}
.indicadorDerechaFicha {
	padding-left: 10px;
	text-align: left;
	font-weight: bold;
	display: inline-block;
}
.fondoLogin {
	margin: 0px; 
	width: 100%; 
	min-width: 100%; 
	max-width: 100%; 
	min-height: 100vh; 
	height: 100vh; 
	max-height: 100vh; 
	overflow: hidden; 
	text-align: center; 
	background: url('../images/entrada.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
}
.bloqueLogin {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}
.centroLogin {
	width: 100%; 
	min-height: 100px; 
	min-width: 100%; 
	max-width: 100%; 
	background-image: url(../images/semitransparente.png);
}
.inputParaLogin {
	background-color: white;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 5px;
}
/*
#miniMap {
	display: block;
	left: 0;
	right: 0;
	min-height: 300px;
	max-height: 300px;
	background-color: #c1c1c1;
}
.miniMapa {
	display: block;
	left: 0;
	right: 0;
	min-height: 300px;
	max-height: 300px;
	background-color: #c1c1c1;
}
.noCambiarPass{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
.noCambiarPass a{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
.noCambiarPass a:hover{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
.noCambiarPass a:visited{
	color: grey;
	text-decoration: none;
	font-weight: bold;
}
#filtrosConsulta {
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 0.85em;
}
#subir{
	font-size: 16px;
	background: linear-gradient(#2cb322 5%, #1a7713 100%);
	border: 1px solid #e5a900;
	color: white;
	font-weight: bold;
	cursor: pointer;
	width: 150px;
	border-radius: 5px;
	padding: 10px 0;
	outline: none;
	margin-top: 20px;
}
#subir:hover{
	background: linear-gradient(#2cb322 5%, #1a7713 100%);
}
#indicadorArea {
	margin: auto;
	width: 315px;
	border: 1px solid #c1c1c1;
	bottom: 20px;
	text-align: center;
	display: flex;
	visibility: hidden;
	height: 53px;
	position: absolute;
	background-color: white;
	left: 0;
	right: 0;
}
#indicadorCalor {
	position: absolute;
	top: 200px;
	right: 20px;
	width: 120px;
	height: 200px;
	background-color: white;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.6em;
}
#indicadorCalor0 {
	display: block;
	min-height: 20%;
}
#indicadorCalor1 {
	display: block;
	min-height: 20%;
}
#indicadorCalor2 {
	display: block;
	min-height: 20%;
}
#indicadorCalor3 {
	display: block;
	min-height: 20%;
}
#indicadorCalor4 {
	display: block;
	min-height: 20%;
}
.consultaGuardada {
	display: block;
	border-bottom: 1px solid #c1c1c1;
	width: 100%;
}
.nombreConsultaGuardada {
	display: inline-block;
	min-width: 60%;
	max-width: 60%;
}
.botonConsultaGuardada {
	display: inline-block;
	min-width: 20%;
	max-width: 20%;
	text-align: center;
}
.botonVerde {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
	border-color: darkgreen;
	display: inline-block;
	background-image: none;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	color: white;
	background-color: green;
}
#contenidoAdmin {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
}
*/