html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.espaciador {
  height: 37px;
}

.espacio10 {
  height: 10px;
  clear: left;
}

#mapa {
  height: calc(100vh - 0px);   /* http://salesforce.stackexchange.com/a/83342 */
  width: 100%;
  /* min-height: 100%; */
  max-height: none;
  /* border-left: 1px double #7777FF; */
}

.gmnoprint {
  width: 24px;
}

.gm-style-cc {
  margin-right: 100px;
}

.oculto {
  visibility: hidden;
  height: 0px;
  display: none;
}

.cargando {
  text-align: center;
  margin-top: 50px;
  float: left;
  width: 100%;
  font-weight: bold;
}

.cargando img {
  margin-right: 10px;
}

#logoCataroMap {
  position: relative;
  left: 80px;
  bottom: 21px;
  width: 63px;
}

.navbar-right {
  padding-right: 15px;
}

.iconoInfo {
  font-size: 20px;
}

/* Splitter */

/* Splitter */

#contenedorSplitter {
  height: 100vh;
}

#divIzq {
  width: 100%;
  /* overflow: hidden; */
  text-align: center;
}

#divDer {
  width: 100%;
  overflow: hidden;
}

/* --------------------- */

.resumen {
  width: auto;
  padding: 20px 5px 0px 5px;
  display: block;
  overflow-y: auto;
}

#ayuda {
  margin-top: 10px;
}

.gm-style-mtc button, .gm-style-mtc ul li {
  font-size: 12px !important;
  box-sizing: border-box;
}

.boton {
  display: block;
  margin: 5px auto;
}

/* ------------------------------ */

#grisado {
  position: fixed;
  height: 100%;
  width: 104%;
  background: black;
  opacity: 0.7;
  z-index: 2000;
  display: none;
  margin-left: -15px;
}

#grisadoGIF {
  position: fixed;
  top: 40%;
  left: 45%;
  z-index: 3000;
  display: none;
}

/* ------------------------------ */

.panel-default {
  background-color: #b8d4f2;
  border-color: #000;
  text-align: left;
  font-size: 12px;
}

.panel-heading {
  padding: 6px 15px;
}

.panel-default > .panel-heading {
  background-color: #5c96d5;
  color: #fff;
}

#info-rutas {
  margin: -17px auto;
}

.panel-title {
  font-size: 15px;
}

.panel-body {
  padding: 2px 0px;
}

.manito {
  cursor: pointer;
}

.dos-botones {
  display: inline-flex;
}

.dos-botones button:first-child {
  margin-right: 10px;
}
