html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

.modal-header {
  margin-top: 0px !important;
}

.espaciador {
  height: 37px;
}

.espaciador50 {
  height: 50px;
}

.espacio10 {
  height: 10px;
  clear: left;
}

#mapa {
  height: calc(100vh - 52px);   /* http://salesforce.stackexchange.com/a/83342 */
  width: 100%;
  /* min-height: 100%; */
  max-height: none;
  /* border-left: 1px double #7777FF; */
}

#resumen {
  /* height: calc(100vh - 52px); */
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 15px !important;
  padding-right: 26px !important;
  padding-top: 15px;
  margin-left: 5px;
  /* margin-right: -15px !important; */
  margin-top: 0px;
}

.espaciado {
  border-top: 1px solid #AAAAAA;
  float: left;
  margin: 8px 0;
  width: 100%;
}

.espaciadoBold {
  border-top: 2px solid #666666;
  float: left;
  margin: 12px 0 7px 0;
  width: 100%;
}

.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: #999999;
}

.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;
}

.divCentrar {
  width: 100%;
  display: flex;
  justify-content: center;
}

.boton {
  margin-top: 10px;
}

.linea {
  border: none;
  height: 1px;
  color: #AAAAAA;
  background-color: #AAAAAA;
}

.sombra {
  text-shadow: 1px 1px 1px rgba(128, 128, 128, 1);
}

.negrita {
  font-weight: bold;
}

.checkLabel {
  font-size: 12px;
}

#logoCataroMap {
  position: relative;
  left: 80px;
  bottom: 21px;
  width: 63px;
}

.navbar-right {
  padding-right: 15px;
}

.iconoInfo {
  font-size: 20px;
}

.colorCataro {
  color: #C40000;
}

.colorMap {
  color: #F7BC5B;
}

#direccion {
  height: 29px !important;
  width: 300px !important;
  margin-left: 8px;
  color: #555555;
}

#btnLimpiarDirecc {
  background-color: #FFFFFF;
  color: #555;
  width: 22px;
  cursor: pointer;
  margin-top: 10px;
  height: 29px !important;
  margin-left: 0px;
  font-size: 13px;
}

/* --------------------- */

/* Splitter */

#contenedorSplitter {
  height: 100vh;
}

#divIzq {
  width: 100%;
  overflow: hidden;
}

#divDer {
  width: 100%;
  overflow: hidden;
}

/* --------------------- */

.cajaMensajeExportar {
  padding: 5px;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  margin-top: 15px;
  display: none;
}

.cajaMensajeOK {
  border: 1px solid #00691C;
  background-color: #99CC99;
}

.cajaMensajeError {
  border: 1px solid #FF0000;
  background-color: #FF9292;
}

h3 {
  font-size: 20px;
  margin-top: 15px;
}

/* --------------------- */

.oculto {
  display: none;
}

.procesando {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}

.pregunta {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

/* --------------------- */

.popover-title {
  font-weight: bold;
  background-color: #AAAAAA;
}

.popover-content {
  /* background-color: #EEEEEE; */
}

.popover[class*="tour-"] .popover-navigation {
  background-color: #F5F5F5;
}

/* --------------------- */

.margen-superior {
  margin-top: 50px;
}

#papelera {
  height: 24px;
  width: 24px;
  margin-top: -5px;
  margin-left: 10px;
  text-align: left;
  position: relative;
  color: rgb(86, 86, 86);
  background-color: rgb(255, 255, 255);
  padding: 5px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  border-left: 0px none;
}

#papelera:hover {
  background-color: #EBEBEB;
}

#reporte {
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  font-size: 10px;
  width: 100%;
  height: 20px;
  bottom: 0px;
  background-color: #E5E5E5;
  border-top: solid 1px #000000;
  position: fixed;
  padding: 2px 2px 2px 5px;
  margin-left: -23px;
  letter-spacing: -0.4px;
}

.btnBloqueo {
  color: #000000;
  font-weight: bold;
  cursor: wait;
}

.terminos {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
}

#tabla-exportar {
  width: 100%;
  margin: 50px 0px 50px 0px;
}

#tabla-exportar tbody {
  display: none;
}

#btnSeleccionar {
  margin: 7px 0px 3px 0px;
}

.checkExportacion {
  margin-bottom: 6px;
  margin-left: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.radioExportacion {
  padding-left: 0px;
  margin-top: -13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.radioExportacion .radio {
  min-height: 0px;
}

.UbicError {
  display: table;
  margin: 5px 0px 3px 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
}

.manito {
  cursor: pointer;
}

.terminosBody {
  padding: 10px;
  overflow-y: scroll;
}

#areaActiva {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* Botones de exportación */

button.btn.btn-default.xlsx,
button.btn.btn-default.xls,
button.btn.btn-default.csv,
button.btn.btn-default.txt {
  background-color: #ECECEC;
}

/* ---------------------------- */

.text {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 10px;
}

.iconoCombo {
  margin-left: -7px;
}

#dummyTour {
  margin-left: 20px;
  width: 10px;
}

/* -------------------------------- */

.titulo3D {
  text-transform: uppercase;
  text-shadow: 0 2px 0 #bcc2c2,0 3px 0 #afb6b6,0 4px 0 #a4adac,0 5px 0 #9fa8a7,0 6px 0 #99a3a2,0 7px 0 #97a1a0,0 8px 0 #949e9d,0 0 5px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.2),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.2),0 10px 10px rgba(0,0,0,.2),0 5px 5px rgba(0,0,0,.3);
  letter-spacing: 3px;
  font-family: Source Sans Pro,sans-serif;
  font-weight: 900;
  font-size: 31px;
}

.sinLink:link {
  text-decoration: 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;}

/* -------------------------------- */

/* Para que no muestre la x en los modales */
.close {display: none;}

/* -------------------------------- */

.btn-limpiar {
  height: 34px;
}

.btn-buscar {
  height: 34px;
}

.input-group-busqueda {
  margin-bottom: 10px !important;
}

.typeahead.dropdown-menu {
  font-size: 12px;
  width: 100% !important;
}

.gm-style .gm-style-cc span, .gm-style .gm-style-cc a, .gm-style .gm-style-mtc div {
  font-size: 12px !important;
  box-sizing: border-box;
}

.bootstrap-tagsinput {
  border: 0px !important;
  box-shadow: 0 0px 0px !important;
}

/* Listado de servicios de mapas */
.gm-style-mtc button {
  margin: 0px -35px !important;
  padding: 8px 40px 8px 10px !important;
  font-size: 16px !important;
  font-weight: normal !important;
}

.gm-style-mtc ul li {
  font-size: 14px !important;
  font-weight: normal !important;
}

/* ------------------------------ */

#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;
}

/* -------------------------------- */

#mensaje {
  margin-top: 10px;
  font-size: 12px;
}

.col-md-chico {
  width: 6%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

/* -------------------------------- */

#terminosBox {
  margin-top: 30px;
}

.terminosContenido {
  height: calc(100vh - 190px);
  overflow-y: scroll;
  border-bottom: 1px solid #AAAAAA;
  padding: 10px;
}

.botonesTerminos {
  padding-top: 7px;
  padding-right: 20px;
}

/* -------------------------------- */

#modalHistorico {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

/* -------------------------------- */

#modalFiltros_ar .modal-dialog {
  width: 700px !important;
}

/* -------------------------------- */

.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;}

/* ------------------------------ */

#mydiv {
  position: absolute;
  z-index: 100;
  background-color: #f1f1f1;
  text-align: center;
  border: 1px solid #000;
  width: 330px;
}

#mydivheader {
  padding: 4px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
  border-bottom: 1px solid #000;
}

#filiales-cuerpo {
  height: 200px;
  overflow: auto;
  letter-spacing: -0.2px;
}

/* ------------------------------------------- */

.tipo {
  margin: 7px 0px 15px;
}

.tipo .btn {
  color: #514949;
  background-color: #c4c4c4;
  border-color: #000;
}

.tipo .btn.active {
  color: #fff;
  background-color: #3071a9;
  border-color: #000;
}

/* ------------------------------------------- */

.tabla {
  /* margin-left: -15px; */
  /* width: 112%; */ 
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
}

.fila {
  width: 100%;
}

.columnaIzq {
  width: 110px;
  float: left;
  clear: left;
  font-weight: bold;
}

.columnaDer {
  float: left;
  width: calc(100% - 110px);
  height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

/* ------------------------------------------- */
