html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

#floating-panel {
  position: absolute;
  top: 3px;
  left: 30%;
  z-index: 5;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: 'Roboto','sans-serif';
  line-height: 18px;
  padding-left: 10px;
  font-size: 12px;
}

#logoCataroMap {
  position: relative;
  left: 80px;
  bottom: 21px;
  width: 63px;
}

.colorCataro {
  color: #C40000;
}

.colorMap {
  color: #F7BC5B;
}

#map-canvas {
  height: calc(100% - 52px);   /* http://salesforce.stackexchange.com/a/83342 */
  width: 100%;
  /* min-height: 100%; */
  max-height: none;
  /* border-left: 1px double #7777FF; */
}

/* ------------------------------ */

#grisado {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  opacity: 0.7;
  z-index: 2000;
  display: none;
  left: 0px;
  top: 51px;
}

#grisadoGIF {
  position: fixed;
  top: 40%;
  left: 45%;
  z-index: 3000;
  display: none;
}

/* -------------------------------- */

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}

.navbar-nav > li > .dropdown-menu {
  border-left: 1px solid #AAAAAA;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
}

/* -------------------------------- */

.container {
  width: 95%;
  margin-top: 10px;
  margin-bottom: 25px;
}

.div-centrado {
  max-width: 902px;
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.controls {
  width: 250px;
  margin-top: 10px;
  margin-left: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  color: #292929;
}

.busqueda {
  width: 50%;
  margin: 4px auto;
  text-align: center;
}

.boton {
  display: block;
  margin: 20px auto;
}

#divIzq {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 20px 20px;
}

#divDer {
  width: 100%;
  overflow: hidden;
}

.infoTramo {
  margin-top: 20px;
}

.fila {
  width: 100%;
}

.columnaIzq {
  width: 150px;
  float: left;
  clear: left;
}

.columnaDer {
  float: left;
  width: calc(100% - 150px);
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.oculto {
  display: none;
}

#tablaInforme {
  height: 100%;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
}

#datos {
  font-size: 13px;
}