/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v130/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*Write your custom css in this file.*/
@media (max-width: 990px) {
  #contenedor-mapa {
    display: none;
  }
  .sidebar {
    z-index: 1060;
  }
  .sidebar .sidebar-brand {
    padding: 13px 25px !important;
    width: 225px !important;
    box-shadow: none !important;
  }
  .sidebar .sidebar-scroll {
    border-top: 1px solid #eef6f9;
  }
  .sidebar .sidebar-toggle-btn {
    float: right;
    display: inline-block !important;
    margin: 0px 0px 0 0;
    background: #ffffff;
    width: 25px;
    height: 65px;
    padding: 20px 0 0 0;
  }
  .sidebar-off {
    left: -250px;
    transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
  }
  .navbar {
    left: 0;
  }
  .page-container {
    margin-left: 0px !important;
  }
  .sidebar-toggled .sidebar-off {
    left: 0;
  }
  #pre-loader .app-loader {
    right: 44% !important;
  }
}
.timeline_area {
  position: relative;
  z-index: 1;
}
.single-timeline-area {
  position: relative;
  z-index: 1;
  padding-left: 180px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area {
    padding-left: 100px;
  }
  #contenedor-mapa {
    display: none;
  }
}
.single-timeline-area .timeline-date {
  position: absolute;
  width: 180px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 45px;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .timeline-date {
    width: 100px;
  }
  #contenedor-mapa {
    display: none;
  }
}
.single-timeline-area .timeline-date::after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #ebebeb;
  top: 0;
  right: 30px;
  z-index: 1;
}
.single-timeline-area .timeline-date::before {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #6690f4;
  content: "";
  top: 50%;
  right: 26px;
  z-index: 5;
  margin-top: -5.5px;
}
.single-timeline-area .timeline-date p {
  margin-bottom: 0;
  color: #020710;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.single-timeline-area .single-timeline-content {
  position: relative;
  z-index: 1;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 0px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  box-shadow: 0 0.25rem 1rem 0 rgba(47, 91, 234, 0.125);
  border: 1px solid #ebebeb;
}
@media only screen and (max-width: 575px) {
  .single-timeline-area .single-timeline-content {
    padding: 20px;
  }
  #contenedor-mapa {
    display: none;
  }
}
.single-timeline-area .single-timeline-content .timeline-icon {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 30px;
  height: 30px;
  background-color: #6690f4;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  text-align: center;
  max-width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.single-timeline-area .single-timeline-content .timeline-icon i {
  color: #ffffff;
  line-height: 30px;
}
.single-timeline-area .single-timeline-content .timeline-text h6 {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.single-timeline-area .single-timeline-content .timeline-text p {
  font-size: 13px;
  margin-bottom: 0;
}
.single-timeline-area .single-timeline-content:hover .timeline-icon, .single-timeline-area .single-timeline-content:focus .timeline-icon {
  background-color: #0abb87;
}
.single-timeline-area .single-timeline-content:hover .timeline-text h6, .single-timeline-area .single-timeline-content:focus .timeline-text h6 {
  color: #0abb87;
}
.separador {
  width: 100%;
  border-bottom: 3px solid #ebebeb;
  margin-top: 15px;
}
@media (max-width: 767px) {
  #contenedor-mapa {
    display: none;
  }
  #map {
    width: 100%;
    height: 100vh;
    padding: 0;
    margin: 50px 0 0 0;
    z-index: 0;
  }
  #mapa {
    width: 100%;
    height: 650px;
    z-index: 0;
  }
  #page-content {
    padding: 0px !important;
  }
  img.flechaAbajoMapa {
    float: right;
    margin-top: -30px;
    display: inline !important;
  }
  select.select-rider {
    background: #ffffff;
    height: 30px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    width: 100%;
  }
  input#fechaBusqueda {
    background: #ffffff;
    height: 30px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    width: 100%;
  }
  select.mapasCoordenadas {
    background: #ffffff;
    height: 30px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 5px;
  }
}
.leaflet-popup {
  width: 250px !important;
}
.leaflet-popup a.btn {
  color: #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
select.mapas, input.mapas {
  width: 100%;
  margin-bottom: 5px;
  height: 35px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}
.menuMapas {
  padding: 15px 20px 0px 20px !important;
}
.menuMapas label {
  font-size: 14px;
  font-weight: bold;
}
#map {
  width: 100%;
  height: 750px;
  padding: 0;
  margin: 0;
  z-index: 0;
}
#mapa {
  width: 100%;
  height: calc(100vh - 70px);
}
img.flechaAbajoMapa {
  display: none;
}
#tiempoTransito {
  width: 100%;
  background-color: #eef1f9;
  background-image: url(../images/tiempo-transito.png);
  background-repeat: no-repeat;
  background-position: 5px 50%;
  background-size: 25px auto;
  padding: 10px 0px 10px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px;
}
p.pTiempoReal {
  font-size: 12px;
  line-height: 14px;
  background-color: #999999;
  padding: 10px 5px 6px 10px;
  border-radius: 5px;
  margin-top: 0px;
  z-index: 0;
}
/*
.container {
  width: 400px;
  height: 200px;
  position: absolute;
  top: 30%;
  left: 50%;
  overflow: hidden;
  text-align: center;
  transform: translate(-50%, -50%);
}
*/
.gauge-a {
  z-index: 1;
  position: absolute;
  background-color: rgba(255, 255, 255, .2);
  width: 400px;
  height: 200px;
  top: 0%;
  border-radius: 250px 250px 0px 0px;
}
.gauge-b {
  z-index: 3;
  position: absolute;
  background-color: #222;
  width: 250px;
  height: 125px;
  top: 75px;
  margin-left: 75px;
  margin-right: auto;
  border-radius: 250px 250px 0px 0px;
}
.gauge-c {
  z-index: 2;
  position: absolute;
  background-color: #5664F9;
  width: 400px;
  height: 200px;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 200px 200px;
  transform-origin: center top;
  transition: all 1.3s ease-in-out;
}
.container:hover .gauge-c {
  transform: rotate(.5turn);
}
.container:hover .gauge-data {
  color: rgba(255, 255, 255, 1);
}
.gauge-data {
  z-index: 4;
  color: rgba(255, 255, 255, .2);
  font-size: 1.5em;
  line-height: 25px;
  position: absolute;
  width: 400px;
  height: 200px;
  top: 90px;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s ease-out;
}
.bajarAlMapa {
  cursor: pointer;
  display: none;
}
#visibilidadEdificiosDiv {
  display: none;
}
#visibilidadEdificiosDiv span.porcentajeEdidificios {
  color: #ffffff;
  font-size: 14px;
  background-color: #333;
  border-radius: 5px;
  padding: 0px 5px;
}
h6.datosPop {
  padding: 0;
  margin: 5px 0px 0px 0px;
  font-size: 13px;
  font-weight: 600;
}
#siReal {
  width: 100%;
  background-color: #333333;
  padding: 10px 10px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  margin: 10px 0px;
  color: #ffffff;
  display: none;
}
#siReal h5 {
  margin: 0px 0px 5px 0;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
}
#siReal b {
  color: #ffffff;
}
.botonActualizarConfiguracion {
  cursor: pointer;
  background-color: #ffffff;
  margin-top: 10px;
  color: #333333;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.botonActualizarConfiguracion:hover {
  cursor: pointer;
  background-color: #666666;
  margin-top: 10px;
  color: #ffffff;
  font-size: 13px;
  border-radius: 5px;
  text-align: center;
  padding: 5px;
  font-weight: 600;
  text-transform: uppercase;
}
.zoomRiderMapa {
  display: none;
}
#siReal ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
#siReal ul li {
  border-bottom: 1px dotted #999;
  padding: 2px 0;
}
select.select-rider {
  background: #ffffff;
  height: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  width: 250px;
}
a.enlaceCoordenadas {
  cursor: pointer;
  background: #6690F4;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  width: 100%;
  display: block;
  text-align: center;
}
input#fechaBusqueda {
  background: #ffffff;
  height: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  width: 120px;
}
select.mapasCoordenadas {
  background: #ffffff;
  height: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  width: 160px;
  margin-bottom: 5px;
}
.documentosAsociados h3 {
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}
.archivosAsociados h3 {
  font-size: 14px;
  border-bottom: 1px solid #bcbcbc;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}
.textoArchivos {
  font-size: 12px;
  margin-top: 15px
}
#puntosRecogidaEntrega img {
  width: 50px;
  height: auto;
  margin-right: 5px;
}
.mapaSinPadding {
  padding: 0 !important;
}
#puntosRecogidaEntrega button.accordion-button {
  padding: 10px 0px 10px 5px;
  font-weight: bold;
  font-size: 15px;
}
.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.puntosRecogidaEntrega {
  padding: 0 15px 15px 15px !important;
}
.puntosRecogidaEntrega h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #bcbcbc;
  padding: 0px 0px 5px 0px;
}
.widget-informe h1 {
  font-size: 25px;
}
.ampliar-mapa {
  float: right;
}
ul.datosInteresRuta {
  list-style: none;
  padding: 0;
}
ul.datosInteresRuta li {
  border-bottom: 1px dotted #bcbcbc;
  padding: 2px 0;
}
#rutas-form .modal-footer {
  padding: 15px 10px;
}
.crearRutas {
  padding: 0;
}
.crearRutas h3 {
  margin: 0 0 10px 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  font-size: 16px;
  text-transform: uppercase;
}
form#rutas-form .form-switch .form-check-input {}
table#paradas-table td.sorting {
  padding: 5px 10px !important;
}
form#rutas-form .progress {
  border-radius: 0;
  height: 20px;
  font-size: 14px;
}
ul.listadoDocumentosRuta {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.listadoDocumentosRuta li {
  border-bottom: 1px solid #dddddd;
  padding: 5px 0 5px 0;
}
ul.listadoDocumentosRuta li img {
  width: 25px !important;
}
.mapaderuta .leaflet-routing-container { /* , .mapaEnrutarPedido .leaflet-routing-container */
  display: none;
}
.datosInteresRuta li.verEnMapa {
  border-bottom: none;
  background: #dddddd;
  border-radius: 5px;
  padding: 5px 0px 5px 5px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}
a.mas-info-datos {
  background: #333333;
  color: #ffffff !important;
  padding: 5px 10px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 5px;
}
.mapaderuta .accordion-body {
  padding: 0;
}
p.textoModal {}
#mapaRutas {
  width: 100%;
  height: 500px;
}
.form-switch .form-check-input {
  width: 2.5em;
  margin-left: -2.5em;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
  height: 17px;
  margin-right: 10px;
}
th.acciones {
  text-align: center;
}
input.numeroStep {
  width: 130px;
}
.mapaEnrutarPedido .modal-body {
  padding: 0 !important;
}
.sidebar-menu li ul li a {
  padding: 5px 0px 10px 10px;
  color: #7b8190;
  border-bottom: 1px solid #bcbcbc;
}
.sidebar-menu li ul li a svg {
  margin-top: -3px;
  display: none;
}
.sidebar-menu li a span {
  margin-left: 3px;
}
.kanban-col {
  list-style-type: none;
  float: left;
  margin: 0 5px;
  width: 305px;
}
.nav-tabs li a {
  padding: 20px 10px;
  margin-right: 0;
  border-radius: 0;
  color: inherit;
  line-height: 1.42857143;
}
.mapaEnrutarPedido .leaflet-routing-container {
  opacity: 0.75;
}
select.selectRutas {
  width: 140px;
}
input.inputFecha {
  width: 100%;
  height: 30px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-size: 15px;
  color: #666666;
  padding-left: 5px;
}
.listadoClientes {
  padding-top: 0 !important;
}
.listadoClientes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.listadoClientes ul li {
  padding: 5px 0;
  border-bottom: 1px solid #bcbcbc;
}
.listadoClientes ul li a {}
.opacidad {
  opacity: 0.4;
  transition: opacity .15s linear;
}
.no-opacidad {
  transition: opacity .15s linear;
  opacity: 1;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
  height: 30px;
}
#productosCarrito input {
  width: 75px;
  height: 30px;
  border: 1px solid #bcbcbc;
  padding: 0px 0px 0px 5px;
  border-radius: 5px;
}
.modal-footer-pedidos {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
}
#productosCarrito_length {
  padding-left: 15px;
}
.pedidos p {
  text-align: left;
  padding-left: 100px;
  line-height: 18px;
}
.sparadorDatepicker {
  background: #bcbcbc;
  color: #ffffff;
  padding: 8px 10px 0px 6px !important;
  text-transform: uppercase;
}
#fechaPedido {
  border-radius: 5px 0px 0px 5px;
}
#fechaFinPedido {
  border-radius: 0px 5px 5px 0px;
}
ul.buscadorPedidos {
  list-style: none;
  margin: 5px 0;
  padding: 0;
}
ul.buscadorPedidos a.nav-link {
  color: #ffffff;
}
.buscadorPedidos .dropdown-menu {
  border: none;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  min-width: 100%;
  margin-top: 7px;
}
ul#listadoCompra {
  list-style: none;
  padding: 0;
}
ul#listadoCompra li {
  border-bottom: 1px solid #bcbcbc;
  padding: 2px 0;
}
.carritoCompraFooter {
  padding: 5px 20px 20px 20px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  margin: 10px;
}
.carritoCompraFooter h3 {
  margin: 5px 0px;
  border-bottom: 1px solid #bcbcbc;
  padding: 0px 0 5px 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.crearPedidoPage .dataTables_filter {
  position: absolute;
  top: 6px;
  right: 55px;
}
.crearPedidoPage .dataTables_length {
  position: absolute;
  top: 6px;
  right: 10px;
}
.crearPedidoPage .dataTables_length select {
  height: 32px;
}
input.fechaCrearPedido {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 10px;
}
.crearPedidoPage .dashboard-icon-widget .card-body {
  padding: 15px;
}
select#selectClientesPedido {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 15px;
}
select#selectClientesPedido:focus {
  outline: none;
}
select#selectClientesPuntos {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  padding-left: 5px;
  border-radius: 5px;
  font-size: 15px;
}
select#selectClientesPuntos:focus {
  outline: none;
}
.crearPedidoPage label {
  font-size: 14px;
  font-weight: 600;
}
.crearPedidoPage .dataTables_filter input {
  width: 150px !important;
}
.crearPedidoPage .page-title .title-button-group {
  margin: 18px 15px 0px 15px;
}
.crearPedidoPage .bootstrap-select {
  width: 100% !important;
}
.crearPedidoPage .dropdown-menu {
  border: none;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  min-width: 12rem;
  margin-top: -40px;
}
#listado-de-puntos-de-entrega, #listado-de-pedidos, #listado-de-productos {
  opacity: 0.5;
}
.opacity {
  opacity: 1 !important;
}
.crearPedidoPage .btn {
  padding: 3px 5px;
}
.spinerLoader {
  opacity: 0;
}
#modalCarritoPedidos input#fechaPedido {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  padding-left: 5px;
}
#modalCarritoPedidos .material-icons {
  float: left;
  margin-top: 0px;
}
#modalCarritoPedidos .modal-footer {
  padding: 15px 0;
}
select.selectProductos {
  width: 100%;
  height: 32px;
  padding-left: 5px;
  border-color: #f6f8f9;
  border-radius: 5px;
  background-color: #f6f8f9;
  color: #4e5e6a;
}
.crearproducto .modal-footer {
  padding: 15px 5px;
}
.message-button-list {
  width: 230px;
}
.fechaCarrito {
  position: absolute;
  left: calc(50% - 180px);
  top: 80px;
}
.fechaCarrito input {
  width: 150px;
  border-radius: 2px;
  border: 1px solid #e2e7f1;
  box-shadow: none;
  padding: 7px 10px;
  outline: none;
  font-weight: normal;
  transition: all 0.5s;
  height: 32px;
}
.fechaCarrito input:hover {
  background: #e2e7f1;
}
.offcanvas-carrito {
  border-bottom: 1px solid #bcbcbc;
  padding: 5px 10px;
}
#draggable {
  z-index: 999989;
}
img.imagenMiniatura {
  width: 60px;
  height: auto;
  transition: transform .2s;
}
img.imagenMiniatura:hover {
  transform: scale(2.5);
  border: 1px solid #bcbcbc;
}
img.imagenMiniaturaPreparados {
  width: 60px;
  height: auto;
  animation: 0, 5s;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
  position: relative;
  padding-left: 29px !important;
  cursor: pointer;
}
#pedidosDiarios td.option a, #pedidosDiarios .action-option {
  margin: 0 2px !important;
}
.borradoProducto {}
#contenedor-mapa-enrutado .leaflet-routing-container {
  display: none;
}
.switch-enrutado {
  display: inline-block;
}
#selectOrigen, #selectDestinoFinal {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-size: 14px;
}
#selectOrigen:hover, #selectDestinoFinal:hover {
  width: 100%;
  height: 32px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  font-size: 14px;
  background: #f1f3f4;
}
img.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
  width: 60px;
  height: auto;
}
img.zoom:hover {
  width: 150px;
  height: auto;
  transform: scale(1.5);
}
.imagen-listado-carrito {
  width: 60px;
  height: auto;
  transition: transform .2s;
}
.imagen-listado-carrito:hover {
  transform: scale(2);
}
.mapaPedidosPreparados {
  height: 650px !important;
}
.dropdown-rutas ul {}
.dropdown-rutas ul li {
  border-bottom: 1px solid #ced4da;
}
.dropdown-rutas ul li input {
  border: 1px solid #ced4da;
  padding: 0 3px;
  height: 32px;
  margin: 0 5px;
  border-radius: 5px;
  display: block;
  width: 100%;
}
input.fechaBusquedaRutas {
  margin-right: 15px;
  width: 150px !important;
}
.dataTables_filter input.fechaBusquedaRutas {
  background: none !important;
}
.crearPedidoPage table.dataTable tbody th, .crearPedidoPage table.dataTable tbody td {
  padding: 10px 0px !important;
}
.crearPedidoPage .page-title .btn {
  margin: 0px 5px;
}
.inputEntregasRuta {
  font-size: 16px;
  border-color: #f6f8f9;
  background-color: #f6f8f9;
  color: #000000;
  transition: background 0.5s;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 5px;
}
ul.datosInteresRutaAdmin {
  list-style: none;
  padding: 0;
}
ul.datosInteresRutaAdmin li {
  border-bottom: none;
  padding: 5px 0 5px 0;
}
.accordion-button::after {
  margin-right: 10px !important;
}
.enrutarPedidoPage .widget-details {
  text-align: right;
  position: absolute;
  right: 20px;
  left: 100px;
  top: 15px;
}
.enrutarPedidoPage #tipoMapa {
  width: 250px;
  height: 35px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  position: absolute;
  right: 5px;
  top: 6px;
  padding-left: 5px;
}
.enrutarPedidoPage #tipoMapa:hover {
  background: #f1f3f4;
}
p.texto-info {
  font-size: 13px;
  line-height: 15px;
  background: #f1f3f4;
  padding: 12px 10px 10px 10px;
  border-radius: 0px 0px 5px 5px;
  margin: -5px 0 0 0;
  box-shadow: 0 0 3px #f1f3f4;
  border: 1px solid #e3e3e3;
}
a.boton-crear-ruta {
  display: none;
}
.selectorEdificios3d {
  position: absolute;
  top: 55px;
  right: 10px;
  z-index: 9999;
  background: #ffffff;
  border-radius: 5px;
  padding: 3px 5px;
  box-shadow: 0 0 3px #999999;
  display: none;
}
.nuevo-hub {
  position: absolute;
  top: -3px;
  right: 0px;
}
.nuevo-hub a {
  color: #333333;
}
.enrutarPedidoPage .dropdown-item {
  display: flex;
  align-items: center;
}
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
}
.nuevo-hub svg {
  margin-right: 5px;
}
button.botonEnrutandoPedidos {
  position: absolute;
  top: 6px;
  right: 9px;
  padding: 5px 5px;
  display: none;
}
.select-cliente {
  width: 100%;
}
.puntosEntregaPage .bootstrap-select {
  width: 100% !important;
}
.puntosEntregaPage td.option a {
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  color: #ffffff !important;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px;
  padding: 2px 0 2.5px 0;
  border: 2px solid #e2e7f1;
  font-size: 14px;
}
.puntosEntregaPage td.option a:hover, .crearProductoPage td.option a:hover {
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  background: #ffffff;
  color: #ffffff !important;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px;
  padding: 2px 0 2.5px 0;
  border: 2px solid #54b155;
  font-size: 14px;
}
.puntosEntregaPage td.option a img, .crearProductoPage td.option a img {
  width: 20px;
}
select.selectPuntosEntrega {
  width: 100%;
  height: 32px;
  padding-left: 5px;
  border-color: #f6f8f9;
  border-radius: 5px;
  background-color: #f6f8f9;
  color: #4e5e6a;
}
.iconosOpciones {
  cursor: pointer;
  min-width: 32px;
  min-height: 30px;
  background: #fff;
  color: #ffffff !important;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 2px 0 2.5px 0;
  border: 2px solid #e2e7f1;
  font-size: 14px;
}
.iconosOpciones:hover {
  cursor: pointer;
  min-width: 32px;
  min-height: 30px;
  background: #fff;
  color: #ffffff !important;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0;
  padding: 2px 0 2.5px 0;
  border: 2px solid #54b155;
  font-size: 14px;
}
.iconosOpciones img {
  width: 22px;
  height: 22px;
  padding-left: 0px;
}
ul.detallesPuntoEntrega {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.detallesPuntoEntrega li {
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 0;
  width: 100%;
  display: inline-block;
}
ul.detallesPuntoEntrega b {
  width: 35%;
  float: left;
}
.puntosEntregaPage td.option a.spinner {
  cursor: pointer;
  min-width: 30px;
  min-height: 30px;
  background: #fff;
  color: #333333 !important;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px;
  padding: 2px 0px 0px 1px;
  border: 2px solid #e2e7f1;
  font-size: 14px;
}
table.dataTable tbody tr.selected, table.dataTable tbody th.selected, table.dataTable tbody td.selected {
  color: #333333;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #54b155 !important;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #54b155 !important;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #54b155 !important;
}
.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}
img.acciones {
  width: 26px;
  height: auto;
}
.distanciasTabla {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  color: #333333;
  padding: 3px 5px;
  background: #dcdcdc;
  border-radius: 5px;
}
.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w55 {
  width: 55px;
}
.w60 {
  width: 60px;
}
.w65 {
  width: 65px;
}
.w70 {
  width: 70px;
}
.w75 {
  width: 75px;
}
.w80 {
  width: 80px;
}
.w85 {
  width: 85px;
}
.w90 {
  width: 90px;
}
.w95 {
  width: 95px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w115 {
  width: 115px;
}
.w120 {
  width: 120px;
}
.w125 {
  width: 125px;
}
.w130 {
  width: 130px;
}
.w135 {
  width: 135px;
}
.w140 {
  width: 140px;
}
.w145 {
  width: 145px;
}
.w150 {
  width: 150px;
}
.w155 {
  width: 155px;
}
.w160 {
  width: 160px;
}
.w165 {
  width: 165px;
}
.w170 {
  width: 170px;
}
.w175 {
  width: 175px;
}
.w180 {
  width: 180px;
}
.w185 {
  width: 185px;
}
.w190 {
  width: 190px;
}
.w195 {
  width: 195px;
}
.w200 {
  width: 200px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w400 {
  width: 400px;
}
.w450 {
  width: 450px;
}
.w450 {
  width: 450px;
}
.w500 {
  width: 500px;
}
#imagenEditarProducto {
  width: 250px;
  height: auto;
}
#permitirSeleccion {
  position: absolute;
  right: 15px;
  top: 15px;
}
.filtrado {
  display: inline;
  margin-left: 16px;
}
.filtrado ul {}
.filtrado ul li {
  padding: 2px 10px;
  border-bottom: 1px solid #dcdcdc;
}
a.boton-svg-carro {
  width: 30px;
  height: 30px;
  border: 2px solid #a1a3a5;
  display: inline-block;
  border-radius: 50%;
  margin-right: 3px;
}
a.boton-svg-carro:hover {
  width: 30px;
  height: 30px;
  border: 2px solid #549f53;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  color: #ffffff;
}
a.boton-svg-carro img {
  width: 24px;
  height: auto;
  vertical-align: text-top;
}
.paginaCrearPedidos input, .paginaCrearPedidos select {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px #dcdcdc solid;
}
.paginaCrearPedidos select:hover {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px #dcdcdc solid;
  background: #e3e2e2;
}
.grid {
  display: grid;
}
.paginaCrearPedidos table.dataTable thead th {
  border-top: 1px solid #f2f2f2;
  padding: 5px 5px !important;
}
.paginaCrearPedidos table.dataTable tbody th, .paginaCrearPedidos table.dataTable tbody td {
  padding: 5px 5px !important;
}
ul.datosPuntoEntrega {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.datosPuntoEntrega li {
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  float: left;
}
ul.datosPuntoEntrega li b {
  width: 200px;
  float: left;
}
.crearProductoPage table.dataTable tbody th, .crearProductoPage table.dataTable tbody td {
  padding: 5px 5px !important;
}
.crearProductoPage table.dataTable thead th {
  border-top: 1px solid #f2f2f2;
  padding: 5px 5px !important;
}
img.imagen-boton {
  width: 20px;
  height: auto;
}
img.imagen-boton-entrega {
  width: 25px;
  height: auto;
}
#wrapper {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
#fileDropBox {
  width: 100%;
  line-height: 10em;
  border: 1px dashed gray;
  text-align: center;
  color: gray;
  border-radius: 7px;
}
.urlArchivoPedidos {
  border: 1px dotted #dcdcdc;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
}
h5.h5Importar {
  margin: 0;
  padding: 0;
}
#dopdownImportar a {
  cursor: pointer;
}
.horaSalidaRuta {
  display: none;
}
.contenedor-tablas {
  border: 1px dotted #dcdcdc;
  border-radius: 8px;
  margin: 10px 0;
  padding: 5px 5px;
}
img.estado-ruta {
  width: 32px;
  height: auto;
}
form#entregar-pedidos img#pic {
  width: 300px;
  height: auto;
  margin-top: 10px;
}
#productosEntregaLabel {
  margin: 0;
  padding: 0 0 0 5px;
}
.wrapper {
  position: relative;
  width: 100%;
  height: 200px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center
}
.signature-pad {
  position: relative;
  width: 350px;
  height: 200px;
  background-color: white;
  touch-action: auto !important;
  border: 1px dotted #333333;
  margin: 0 auto;
}
img.albaran-recogidas {
  width: 100px;
  height: auto;
  float: left;
  margin-right: 5px;
}
img.undefined {
  display: none;
}
.contenedor-imagenes-recogidas {
  width: 100%;
  float: left;
  background: #ebebeb;
  padding: 10px;
  border-radius: 5px;
}
table#datos-recogida-modal thead {
  display: none;
}
table#paradas-ruta thead {
  display: none;
}
table#paradas-ruta td.sorting_1 {
  display: none;
}
table#entregas-ruta thead {
  display: none;
}
table#punto-entrega-final thead {
  display: none;
}
table#punto-entrega-realizado thead {
  display: none;
}
table#punto-entrega-final td.sorting_1 {
  display: none;
}
table#punto-entrega-final-realizado td.sorting_1 {
  display: none;
}
table#punto-entrega-final-realizado thead {
  display: none;
}
.titulos-rutas {
  font-size: 16px;
}
ul.datos-recogida {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
ul.datos-recogida li {
  border-bottom: 1px solid #dcdcdc;
  padding: 2px 0;
}
.select-ruta-real {
  float: right;
}
img.refrescar-ruta {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
form#entregar-pedidos-central .disabled {
  pointer-events: none;
}
#datos-recogida {
  width: 100%;
  background: #333;
  color: #ffffff;
  padding: 5px 5px;
  margin: -3px 0 0 0;
  border-radius: 0 0px 5px 5px;
}
.estado-ruta-finalizada {
  width: 100%;
  text-align: center;
  border-radius: 5px;
  color: #333333;
  font-size: 15px;
}
ul.datos-rutas-movil {
  list-style: none;
  margin: 10;
  padding: 0;
}
ul.datos-rutas-movil li.titulo-ruta {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #333333;
  color: #ffffff;
  padding: 10px 0;
  border-radius: 5px;
  margin-bottom: 10px;
}
ul.datos-rutas-movil li {}
img.logo-rutas {
  margin: 12px 0 0 0;
  width: 140px;
  height: auto;
}
img.logo-rutas-pascual {
  margin: 5px 0 0 0;
  width: 95px;
  height: auto;
}
.mapaderuta .page-title .title-button-group {
  margin: 5px 15px 0px 15px !important;
}
#tabla-exportar-datos_wrapper .btn-default {
  color: #FFFFFF;
  background-color: #4076f2;
}
img.imagen-boton-coordenadas {
  width: 25px;
  height: auto;
}
#mapa-pedidos-pascual {
  width: 100%;
  height: 600px;
  background: #333;
}
.pedidosPascual input, .pedidosPascual select {
  width: 100%;
  height: 32px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px #dcdcdc solid;
}
.pedidosPascual .switch-rutas {
  height: 15px;
  border-radius: 5px;
  padding-left: 5px;
  border: 1px #dcdcdc solid;
}
.qr-rutas {
  width: 100px;
  height: auto;
}
.contenedorTicketRuta {
  border: 1px dotted;
  padding: 15px;
  border-radius: 5px;
}
.contenido-ticket {}
ul.informacion-ticket {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.informacion-ticket li {
  padding: 2px 0;
  border-bottom: 1px solid #dcdcdc;
  font-weight: 600;
}
ul.informacion-ticket li span {
  display: list-item;
  font-weight: 300;
}
input.inputqr {
  width: 100%;
  margin-bottom: 5px;
  border: none;
  border-bottom: 1px solid #dcdcdc;
  padding: 5px 5px 5px 5px;
  background: #f9f9f9;
  box-shadow: 0 0 1px #dcdcdc;
}
#exportar-datos-ruta {
  display: none;
}
.dt-button.buttons-columnVisibility {
  background-color: red;
  color: #333333;
}
.dt-button.buttons-columnVisibility.active {
  background-color: green;
}
.tabla-importacion h3 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0px 0px 15px;
  margin: 10px 0;
}
.pagina-importar .navbar-brand{
	border-right: 1px solid #dcdcdc !important;
    padding-right: 30px;
}
.alerta-repartidor{
	background: #f3f3f3;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	text-align: center;
	color: #333333;
}
.ancho{
	width: 100%;
    text-align: center;
}
.parpadeo{
	background: #666666;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
	text-align: center;
	color: #ffffff;
}
.historicoBimboPage .bg-light{
	background-color: #ffffff !important;
}
.historicoBimboPage .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    border-right: 1px solid #dcdcdc;
    padding-right: 10px;
}
.historicoBimboPage .navbar-nav .nav-link {
    padding: 8px 10px !important;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
}
canvas#graficaPedidosPorMes{

}
input.inputHistorico{
	width: 220px;
    margin: 5px 5px;
    float: left;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.historicoBimboPage .dropdown-menu label{
	padding: 0px 0px 0px 5px;
    float: left;
    margin: 0;
    font-weight: 600;
}
.historicoBimboPage ul.navbar-nav li{
	
}
.task-preview {
    max-width: 100%;
    min-width: 400px;
    margin: auto;
}
.modal-dialog {
    max-width: 100%;
    margin: 0px 0px;
}
#nuevaTarea .modal-dialog,#editarTarea .modal-dialog  {
    width: 800px !important;
	margin: 0 auto;
}
#entregaCreadaOk .modal-dialog{
	width: 300px;
	margin: 0 auto;
}
.selectMantenimiento{
	box-sizing: border-box;
    font-size: 14px;
    border-color: #f6f8f9;
    background-color: #f6f8f9;
    color: #4e5e6a;
    box-shadow: none;
    transition: background 0.5s;
	width: 100%;
	height: 35px;
	padding: 0.375rem 0.75rem;
}
img.btn-mantenimiento {
  width: 22px;
  height: auto;
}
.uploads-mantenimiento{
	width: 100%;
    height: auto;
    margin-right: 10px;
    float: left;
}
img.imagenMiniaturaMantenimiento {
  width: 60px;
  height: auto;
  transition: transform .2s;
}
img.imagenMiniaturaMantenimiento:hover {
  transform: scale(3);
  border: 1px solid #bcbcbc;
}
#page-heatmap{
	
}
button#play{
	margin: -5px 0;
    background-color: #dc3545;
    border-color: #dc3545;
    height: 30px;
    line-height: 15px;
}
#contenedorFechas{
	display: none;
	margin: 0;
}
.contenedor-headmap{
	padding: 0 !important;
	position: relative;
}
.historicoHeadMap input[type="color"] {
    width: 100% !important;
    height: 32px;
    padding: 3px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.historicoHeadMap .bg-light{
	background-color: #ffffff !important;
}
.historicoHeadMap .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    border-right: 1px solid #dcdcdc;
    padding-right: 10px;
}
.historicoHeadMap .navbar-nav .nav-link {
    padding: 8px 10px !important;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
}
.historicoHeadMap .dropdown-menu label{
	padding: 5px 0px 0px 5px;
    float: left;
    margin: 0;
    font-weight: 600;
}
.colores {
	padding: 5px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 0;
    background: #ffffff;
}
.colores .col{
	padding: 0 2px;
}
.textoSmallHeadmap{
	text-align: justify;
}
.reproductorHeatmap{
	padding: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 5px;
    margin-top: 8px;
	display: none;
}
.colores label{
    text-align: center;
    font-size: 9px;
    padding: 0;
    margin: 0;
	font-weight: 600;
}
.dropdownAncho{
	width: 400px;
}
img.iconosMenuMapa{
	width: 22px;
    height: auto;
	display: inline-grid;
}
.historicoHeadMap .btn {
    width: 100%;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #bcbcbc;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
  }
.historicoHeadMap .btn-primary {
    border-color: #6690F4;
    background-color: #6690F4;
    color: #ffffff;
}
.historicoHeadMap select.mapas, .historicoHeadMap input.mapas {
    width: 100%;
    margin-bottom: 0px;
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
.noVisible{
	display: none;
}
#editarRepartidorModal .modal-lg{
	max-width: 500px;
	margin: 0 auto;
}
select#id_repartidor{
    width: 100%;
    margin-bottom: 0px;
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}
form#datos-gps{ 
	margin: 10px 0 0 0;
}
form#datos-gps input{
	width: 100%;
	background: #ffffff;
	border: none;
	
}
.flota-right{
	float: right;
	pointer-events: none;
}
#verPuntosEntrega .modal-lg{
	width: 800px;
    margin: 0 auto;
}
img.anadir-punto-ruta {
  position: absolute;
  top: 8px;
  right: 10px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
#verPuntosEntrega .boton-svg-carro{
	rotate: 360;
	
}
.menuRutas input[type="color"] {
    width: 100% !important;
    height: 32px;
    padding: 3px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}
.menuRutas .bg-light{
	background-color: #ffffff !important;
}
.menuRutas .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    border-right: 1px solid #dcdcdc;
    padding-right: 10px;
}
.menuRutas .navbar-nav .nav-link {
    padding: 8px 10px !important;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 14px;
}
.menuRutas .dropdown-menu label{
	padding: 5px 0px;
    float: left;
    margin: 0;
    font-weight: 600;
	width: 100%;
}
#paradas-rutas{
	position: relative;
	border: 1px solid #ced4da;
    border-radius: 5px;
    float: left;
    width: 100%;
}
#paradas-rutas label{
	border-bottom: 1px solid #ced4da;
    padding: 5px 5px;
}
#paradas-rutas ul{
	list-style: none;
    padding-left: 10px;
    float: left;
    margin: 5px 0px;
}
#paradas-rutas li{
	padding: 0px;
}
button.verRuta{
	width: 100%;
}
#VerRutaModal .leaflet-right{
	display: none;
}
#VerRutaModal #map{
	width: 100vw;
    height: 100vh;
	margin: 0;
	padding: 0;
}
#btn-cerrar-mapa{
	position: absolute;
    right: 10px;
    top: 10px;
    z-index: 999999;
    background: #000000;
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    font-weight: 900;
	font-size: 20px;
}
.dropdownAnchoButons button{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
	padding: 8px 0;
}
.btn-claro{
	background: #e5e5e5;
}
.leaflet-popup-content h4{
	padding: 0;
    margin: 0;
}
.leaflet-popup-content {
    margin: 5px 5px !important;
    line-height: 1.4 !important;
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 5px !important;
}
.leaflet-container a.leaflet-popup-close-button {
    right: 8px !important;
    width: 25px !important;
    height: 25px !important;
    font: 25px/25px Tahoma, Verdana, sans-serif !important;
}
.menuRutas input[name=id_ruta] {
    pointer-events:none;
 }
@media (max-width: 420px){
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    font-size: 120%;
  }
  .page-wrapper {
    padding: 15px 10px 10px 10px !important;
  }
}
img.logo-rutas-mapa{
	width: 100px;
    height: auto;
    margin-bottom: 5px;
}
.page-wrapper {
    padding: 10px 10px 10px 10px !important;
}
.menuRutas .opcionesMapa{
    padding: 5px 5px 0px 5px;
    border: 1px solid rgb(206, 212, 218);
    border-radius: 5px;
    margin-top: 5px;
    background: #666666;
    color: #ffffff;
}
.menuRutas .opcionesMapa p{
	border-bottom: 1px solid #bcbcbc;
    margin-bottom: 0px;
    padding: 0px 5px 5px 5px;
}
#borrarRutaModal .modal-lg{
	width: 500px !important;
    margin: 0 auto !important;
}
.contenedor-listado-rutas{
	
}
#ticketRuta .modal-dialog{
	max-width: 600px !important;
    margin: 0px auto !important;
}
#detalles-ruta .modal-dialog{
	width: 800px;
    margin: 0 auto;
	
}
#info-mapa{
	position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 999999;
    background-color: #ffffff; 
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
}
#mapa-ruta #map{
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 1s ease-in-out;
}
#mapa-ruta .btn-close{
	position: absolute;
    right: 20px;
    top: 20px;
    z-index: 999999;
}
#mapa-ruta .modal-body{
	padding: 0;
}