
html, body { 	height: 100%; 	width: 100%; 	margin: 0;	padding: 0; }
*:focus { outline: none; } 
body { 	overflow: hidden; 	/*font-family: Helvetica, Arial, sans-serif;	font-size:small;*/ }

.PrintButton{
    position: absolute;
    z-index: 100;
    right: 220px;
	top: 25px;
    visibility: hidden;
}
.labelsAndValues {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}

.labelsAndValues-labelCell {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
}

.PaginaMantenimiento{
  height: 90%;
  width: 100%;
  font-size: 14px;
  background-image: url(imagesUpme/en-mantenimiento.jpg);
  background-repeat: no-repeat;
  background-size: 90% 80%;
  background-position: 50% 50%;
}

.cargaIni{
    position: absolute;
    width: 98%;
    height: 56%;
    left: 0px;
    background: rgb(255, 255, 255);
    color: rgba(0, 0, 0);
    top: 0;
    z-index: 500;
    text-align: center;
    line-height: 100px;
    font-size: 15px;
    margin-top: 160px;	
}
.loaderGraf {
  position: absolute;
  margin-left: 40%;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 50px;
  height: 50px;
  top: 40%;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.EncabezadoUpme{
	position: absolute;
	display: flex;
	left: 15px;
	top: 17px; 
	right: auto; 
	bottom: auto; 
	width: auto;
	max-width: calc(100% - 300px);
	min-width: 10px; 
	height: 46px; 
	padding: 0px; 
	z-index: auto; 
	background-color: rgba(51,51,51,0.9);
	visibility: visible;
	border-radius: 25px;
	box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
	z-index: 3;
}
.Titulo{

	/*height: 100%;
	min-width: 10px;
	display: flex;*/
	 overflow: hidden;
  line-height: 1.2em;
  max-height: 3.6em; 
  text-align: center-right;  
	margin-top: 8px;
  margin-right: 10px;
  padding-right: 1em;
	position:relative;
	padding: 0 5px;
    height: 100%;
	line-height: 20px;
    display: flex;
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
    font-weight: bold;
    color: #f1f1f1;
}
.logo{
	width: 85px;
	min-width: 30px;
    background-color: rgb(255,255,255);
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0.5px rgba(0,0,0,0.3), 0 2px 2px rgba(0,0,0,0.2);
	padding-left: 20px;	
}
.logoimagen{
cursor: pointer; 
height: 30px; 
margin-top: 10px;
}
.leftPanel{
	width:285px;
	height:100%;
	overflow:hidden;
}

.ContainerLeft{
width: 100%;
height: 94%; 
border: none; 
overflow: hidden;
margin-top:0px; 
left:0px ;
right:0px;
}

.TocContainer{
	width: 97%;
	height: 89%; 
	overflow-y: auto;
	overflow-x: hidden;
	margin-top: 30px;
	padding-right: 2px!important;
}

.bottomContainer{
	position:absolute;
	width: 100%;
	height: 30%; 
	border: none; 
	overflow: hidden;
	margin-top: 5px;
}
#contentTOC{
	display: inline;
	border: none; 
	border-radius: 21px 21px 0px 0px;
	border: 2px solid #000000;
}
#contentOverView{
	display: inline;
	border: none; 
	border-radius: 21px 21px 0px 0px;
	border: 2px solid #000000;
}	
.titlePane{
	display: block;
	position:absolute;
	padding: 0 0 0px 0px;
	left: -2px;
	top: -2px;
	right: -;
	bottom: 0px;
	background-color: rgb(107, 143, 35);
	border-radius: 21px 21px 0px 0px;
	-moz-border-radius: 21px 21px 0px 0px;
	-webkit-border-radius: 21px 21px 0px 0px;
	border: 2px solid #000000;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    font-weight: bold;
    color: #f1f1f1;
}

.closepanel{
position:absolute;
left:0px; top:49%; z-Index:999;
height:21px;
width: 20px; 
border: solid 1px #D6D6D6;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 0px 5px 5px 0px;	
background-color: white;
}
.titlePaneConsulta{
	display: block;
	position:absolute;
	padding: 0 0 0px 0px;
	left: -3px;
	top: -3px;
	right: 0;
	bottom: 0px;
	border-radius: 21px 0px 0px 0px;
	-moz-border-radius: 21px 0px 0px 0px;
	-webkit-border-radius: 21px 0px 0px 0px;
	background-color: rgb(192, 194, 0);
	border: solid #fff 2px;
	width: 420px;
	height: 30px;
	line-height: 30px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    font-weight: bold;
    color: #000;
}
.PanelConsultas{
	position: absolute;
	background: rgba(18,54,98,0.3);
	border-radius: 21px 0px 21px 0px;
	-moz-border-radius: 21px 0px 21px 0px;
	-webkit-border-radius: 21px 0px 21px 0px;
	border: solid #fff 5px;
	width: 420px;
	height: 480px;
	bottom:0;
	right: 0;
	z-index: 100;
	visibility:hidden;
	line-height: 30px;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    font-weight: bold;
    color: #000;
	/*transition:all 1s;*/
}
.pPanelGraficoClase{
  position: absolute;
  width: 95%;
  height: 58%;
  left: 10px;
  top: 143px;
  overflow-x: hidden;
  overflow-y: auto;
  border: 1px solid #57585A;
  z-index: 110;
}
.PanelContent{
	position: absolute;
	background: rgba(255, 255, 255,0.5);
	border-radius: 0px 0px 15px 0px;
	-moz-border-radius: 0px 0px 15px 0px;
	-webkit-border-radius: 0px 0px 15px 0px;
	margin-top: -30px;
	width: 100%;
	height: 450px;
	bottom:0;
	right: 0;
	z-index: 100;
}
.PanelFiltros{
	position: inline;
	margin-left: 5px;
	margin-top: 0px;
	width:  98%;
	left: 0;
	height: 110px;
	border-bottom: solid #fff 2px;
	z-index: 101;
}
.PanelFiltrosEspecifico{
	position: inline;
	margin-top: 0px;
	width:  98%;
	left: 0;
	height: 40px;
	z-index: 101;
}

.PanelFiltrosGeneral{
	position: inline;
	margin-top: 0px;
	width:  98%;
	left: 0;
	height: 95px;
	z-index: 101;
}
.pPanelComparar{
	position: absolute;
	margin-left: 5px;
	margin-bottom: 0px;
	width:  95%;
	left: 0;
	height: 40px;
	bottom: 0px;
	z-index: 102;
}

.esriPopup.myTheme .titlePane,
    .dj_ie7 .esriPopup.myTheme .titlePane .title {
      background-color: #899752;
      font-weight: bold;
	  top: -22px;
	  width: 261px;
	  height: 22px;
	  margin-left: 2px;
	  text-align: left;
    }
.esriPopup.myTheme .titlePane {
      border-bottom: 1px solid #121310;
	  text-align: left;
	  padding-left: 5px;
    }

.esriPopup.myTheme a {
      color: #d6e68a;
    }
.esriPopup.myTheme .pointer.top{
      background-color:#899752;
    }
.esriPopup.myTheme .outerPointer,  .esriPopup.myTheme .pointer.bottom{
      background-color:#424242;
    }

.esriPopup.myTheme .contentPane,
.esriPopup.myTheme .actionsPane {
      border-color: 1px solid #121310;
      background-color: #424242;
      color: #ffffff;
    }

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
	.leftPanel{
		width:180px;
		height:100%;
		overflow:hidden;
	}
}
