html,
body {
      margin: 0;
      padding: 0;
      height: 100%;
      font-family: Arial, Helvetica, sans-serif;
      overflow: hidden;
}

#map {
      width: 100%;
      height: 100%;
      position: relative;
}

.panel-nucleos, .panel-lineas, 
.modal-estacion, .modal-tren, .linecorresp-container, .modal-leyend {
      display: none;
}

.modal-select-nucleo, .panel-nucleos-movil, .panel-lineas-movil, .modal-leyend-movil,
.modal-estacion-movil, .modal-tren-movil {
      display: none;
}

.mode-modal{
      background: #0F0F0F4D;
}

.row{
      margin: 0px !important;
}

.group-tren {
    background: #830065 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.btn-restseleccion-container {
    display: none;
}