/*MAPA.CSS*/
/*NAVEGADOR MAPA*/
body #ems-map {
  display: block;
  padding-bottom: 40px;
}
body #ems-map-nav {
  width: 20%;
  border: 0px;
}
body #ems-map-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body #ems-map-nav ul li {
  height: 28px;
  float: left;
  width: 100%;
  display: list-item;
  margin-bottom: 1px;
}
body #ems-map-nav li a {
  background: #2293c5;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: block;
  padding: 3px 5px 0;
  border: 0px;
}
body #ems-map-nav li a:hover {
  background: #1883b3;
}
body #ems-map-nav li.active a {
  background: #1883b3;
}

body #ems-map-nav li .arrow {
  position: relative;
  background: #a1de1e;
  z-index: 2000;
}
body #ems-map-nav li .arrow:after {
  left: 100%;
  top: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #1883b3;
  border-width: 14px;
  margin-top: -14px;
  display: none;
}

body #ems-map-nav li.oficina a {
  background-color: #a1de1e;
}
body #ems-map-nav li.aviso a {
  background-color: #5087e1;
}
body #ems-map-nav li.infraestructura a {
  background-color: #147099;
}
body #ems-map-nav li.programacion a {
  background-color: #5b2b60;
}
body #ems-map-nav li.instalacion a {
  background-color: #a92b62;
}

body #ems-map-nav li.oficina a:hover,
body #ems-map-nav li.oficina.active a {
  background-color: #73be00;
}
body #ems-map-nav li.aviso a:hover,
body #ems-map-nav li.aviso.active a {
  background-color: #1f60c9;
}
body #ems-map-nav li.infraestructura a:hover,
body #ems-map-nav li.infraestructura.active a {
  background-color: #0e507b;
}
body #ems-map-nav li.programacion a:hover,
body #ems-map-nav li.programacion.active a {
  background-color: #47184a;
}
body #ems-map-nav li.instalacion a:hover,
body #ems-map-nav li.instalacion.active a {
  background-color: #8e0035;
}

body #ems-map-nav li.infraestructura.active,
body #ems-map-nav li.programacion.active {
  height: auto;
  color: #333;
  font-size: 12px;
}
#ems-programacion_filter_options,
#ems-infraestructuras_filter_options {
  padding: 10px;
  background:/*url(img/info.png) no-repeat 95% 5%*/ #f2f2f2;
}
.map_mobile #ems-programacion_filter_options_mobile {
  display: none;
}
body #ems-map-nav li.infraestructura.active input,
body #ems-map-nav li.infraestructura.active select,
body #ems-map-nav li.programacion.active input,
body #ems-map-nav li.programacion.active select {
  width: 60%;
  height: 22px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid;
}
body #ems-map-nav li.infraestructura.active select,
body #ems-map-nav li.programacion.active select {
  width: 70%;
}
body #ems-map-nav li.infraestructura.active input[type="button"],
body #ems-map-nav li.programacion.active input[type="button"] {
  width: auto;
  padding: 10px;
  height: 34px;
}

body #ems-map-nav li:hover .arrow:after,
body #ems-map-nav li:focus .arrow:after,
body #ems-map-nav li.active .arrow:after {
  display: inline;
}

body #ems-map-nav li.oficina .arrow:after {
  border-left-color: #73be00;
}
body #ems-map-nav li.aviso .arrow:after {
  border-left-color: #1f60c9;
}
body #ems-map-nav li.infraestructura .arrow:after {
  border-left-color: #0e507b;
}
body #ems-map-nav li.programacion .arrow:after {
  border-left-color: #47184a;
}
body #ems-map-nav li.instalacion .arrow:after {
  border-left-color: #8e0035;
}

/*#programacion_filter_options{
	background:url(img/info.png) no-repeat 95% 33%;
	float:left;
	padding-top:91px;
	width:95%;body #ems-map #ems-map-view #ems-buscador
	color:#333;
	font-size:12px;
	}*/
#programacion_filter_options input,
#programacion_filter_options select {
  width: 60%;
  height: 22px;
  margin-bottom: 10px;
  padding: 3px;
  border: 1px solid;
}
#programacion_filter_options select {
  width: 70%;
}
#programacion_filter_options input[type="button"] {
  width: auto;
  padding: 10px;
  height: 34px;
}

body #ems-map #ems-map-view #ems-buscador {
  background: #9ad8f6 !important;
  right: 0 !important;
  left: auto !important;
  top: 10px !important;
  width: 186px;
  padding-bottom: 0px !important;
  width: 220px;
}
body #ems-map #ems-map-view #ems-buscador #ems-map-search {
  width: 100%;
  height: 22px;
  margin-bottom: 10px;
  padding: 3px;
  color: #333;
  border: none;
}
body #ems-map #ems-map-view #ems-leyenda {
  top: 50px !important;
  background: #9ad8f6 !important;
  color: #2293c5;
  font-size: 14px;
  font-weight: bold;
  width: 220px;
}
body #ems-map #ems-map-view #ems-leyenda ul {
  margin: 0;
  padding: 0px 10px 10px;
}
body #ems-map #ems-map-view #ems-leyenda ul li {
  list-style: none;
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
  border-bottom: 1px dotted #fff;
  padding-bottom: 5px;
}
/*body #ems-map #ems-map-view #ems-leyenda ul li:first-child{ margin-top:10px; border-top:1px dotted #fff; padding-top:5px;}*/
body #ems-map #ems-map-view #ems-leyenda ul li:last-child {
  margin-bottom: 0px;
}

#map-canvas-resp #ems-buscador {
  left: auto !important;
  right: 7px !important;
  top: 7px !important;
}
#map-canvas-resp #ems-leyenda {
  top: 60px !important;
  right: 7px !important;
}

/*MAPA*/
body #ems-map-view {
}

/*FICHA*/
H4.titleFicha {
  color: #2293c5;
}
ul.fichaDate {
  list-style: none;
  margin-left: 0;
  list-style: none;
}
ul.fichaDate li {
  line-height: 16px;
}

ul.fichaDate {
  list-style: none;
  margin-left: 0;
  list-style: none;
}
ul.fichaDate li strong {
  color: #2293c5;
}

.map_mobile {
  padding-top: 3em;
}

.map_mobile {
  display: none;
}

@media screen and (max-width: 600px) {
  .social_page .juiz_sps_item {
    width: 25%;
  }
  #footer > .container .row div:nth-of-type(2) {
    width: inherit !important;
    margin-right: 0px !important;
  }
  .map_desktop {
    display: none;
  }
  .map_mobile {
    display: inherit;
  }
}
@media screen and (max-width: 600px) {
  .logo {
    margin: 10px auto !important;
    float: inherit !important;
  }
  .nav-secondary,
  .buscadorTop {
    float: inherit;
    margin: 0px auto;
  }
  #ems-ly-dtop {
    list-style-type: none;
  }
  .ems-map-nav {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
  }
  #select_map {
    width: 100% !important;
  }
  #ems-programacion_filter_options {
    width: 100%;
    padding: 0px;
  }
  #ems-programacion_filter_options input[type="button"] {
    padding: 10px 50px !important;
  }
  #ems-programacion_filter_options_mobile {
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 20px;
  }
  #ems-programacion_filter_options_mobile select {
    float: left;
    width: 48%;
    margin: 10px 1%;
  }
  #ems-programacion_filter_options_mobile input[type="button"] {
    padding: 10px 50px !important;
  }
  .intervencion_select {
    width: 48%;
    margin: 20px 1%;
    float: left;
  }
  #footer aside {
    width: 100% !important;
  }
  #map-canvas {
    height: 300px !important;
  }
  #ems-map {
    padding: 0px !important;
  }
  /*.tw-top-bar-info{width:100% !important;text-align:center;margin:0px auto;}
	.tw-top-bar .tw-top-bar-info{width:100% !important;}
	.tw-top-bar #nav_menu-3 .menu-contacto-container #menu-contacto{border:none !important;margin:0px auto !important;text-align:center;}*/
  #menu-contacto {
    margin: 0px auto !important;
  }
  #nav_menu-3 {
    margin: 0px auto;
    width: 100%;
    text-align: center;
  }
  #footer > .container ul li {
    border: none;
  }
}
@media screen and (max-width: 480px) {
  .social_page {
    left: 20px !important;
    top: -40px !important;
  }
  .social_page .juiz_sps_item {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .social_page .juiz_sps_item a {
    width: 75%;
  }
  #footer .menu .span-6 {
    width: 100%;
    text-align: right;
  }
  #secondary-menu-icon {
    padding: 10px 0px;
  }
  #ems-buscador input {
    width: 173px !important;
  }
}
@media screen and (max-width: 360px) {
  body #ems-map #ems-map-view #ems-buscador input {
    margin-bottom: 0px !important;
  }
  #ems-buscador {
    margin-top: 40px !important;
  }
  #ems-leyenda {
    margin-top: 35px !important;
  }
  .gmnoprint {
    margin: 7px !important;
    left: auto !important;
    right: 0px !important;
  }
}
@media screen and (max-width: 240px) {
  .social_page .juiz_sps_item {
    width: 100%;
  }
  .intervencion_select {
    width: 100%;
    float: inherit;
  }
}
/*
  DETALLE COMO ESTÁ TU ZONA - FILTRO
*/
.theme-emasesa .map_mobile #ems-map-nav a.see-listing {
  right: 2% !important;
  position: absolute !important;
  top: 0 !important;
  padding: 10px !important;
  font-weight: bold !important;
  font-size: 19px;
}
.theme-emasesa #ems-map .map_desktop #ems-map-nav a.see-listing {
  position: absolute;
  right: 3%;
  z-index: 1 !important;
  top: 0;
  padding: 10px !important;
  font-weight: bold !important;
  font-size: 20px;
}
@media screen and (min-width: 778px) {
  .theme-emasesa #ems-map .map_desktop #ems-map-nav a.see-listing {
    right: 0;
    top: -35px;
  }
}
@media screen and (min-width: 992px) {
  .theme-emasesa #ems-map .map_desktop #ems-map-nav a.see-listing {
    top: -70%;
    right: 0%;
  }
}
.theme-emasesa .map_mobile #ems-programacion_filter_options_mobile div p {
  color: #242424 !important;
  font-size: 19px !important;
  font-weight: bold !important;
}
.theme-emasesa #ems-programacion_filter_options {
  display: block;
  border-radius: 4px;
  font-weight: bold;
}
.theme-emasesa #ems-programacion_filter_options .title-filter {
  font-size: 1rem !important;
}

.theme-emasesa #ems-programacion_filter_options #tipo_incidencia,
.theme-emasesa #ems-programacion_filter_options #cctm_pro_tipo_select,
.theme-emasesa #ems-programacion_filter_options_mobile .intervencion_select,
.theme-emasesa #ems-programacion_filter_options_mobile #tipo_incidencia {
  height: 50px !important;
  border-radius: 4px;
  width: 100%;
  color: #242424 !important;
  border: 1px solid #242424 !important;
  padding-right: 3rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjIwMHB4IiB2aWV3Qm94PSIwIDAgMjAwIDIwMCIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGRlc2M+Q3JlYXRlZCB3aXRoIEx1bmFjeTwvZGVzYz4NCiAgPGRlZnM+DQogICAgPHBhdGggZD0iTTAgMEwyMDAgMEwyMDAgMjAwTDAgMjAwTDAgMFoiIGlkPSJwYXRoXzEiIC8+DQogICAgPGNsaXBQYXRoIGlkPSJtYXNrXzEiPg0KICAgICAgPHVzZSB4bGluazpocmVmPSIjcGF0aF8xIiAvPg0KICAgIDwvY2xpcFBhdGg+DQogIDwvZGVmcz4NCiAgPGcgaWQ9ImNoZXZyb24tZG93biI+DQogICAgPHBhdGggZD0iTTAgMEwyMDAgMEwyMDAgMjAwTDAgMjAwTDAgMFoiIGlkPSJCYWNrZ3JvdW5kIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0ibm9uZSIgLz4NCiAgICA8ZyBjbGlwLXBhdGg9InVybCgjbWFza18xKSI+DQogICAgICA8ZyBpZD0iSWNvbnMvMjAwL2NoZXZyb24tZG93biIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA1MCkiPg0KICAgICAgICA8cGF0aCBkPSJNMTAwIDEwMEM5Ny4yNDE0IDEwMCA5NC40OTQ2IDk5LjA0ODggOTIuMjU5MiA5Ny4xMzQ0TDAgMTguMDYxOEwxNS40ODE2IDBMMTAwIDcyLjQ0OTVMMTg0LjUxOCAwTDIwMCAxOC4wNjE4TDEwNy43NDEgOTcuMTM0NEMxMDUuNTA1IDk5LjA0ODggMTAyLjc1OSAxMDAgMTAwIDEwMEwxMDAgMTAwWiIgaWQ9ImNoZXZyb24tZG93bi0xNiIgZmlsbD0iIzBGNzFDQSIgZmlsbC1ydWxlPSJldmVub2RkIiBzdHJva2U9Im5vbmUiIC8+DQogICAgICA8L2c+DQogICAgPC9nPg0KICA8L2c+DQo8L3N2Zz4=");
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  background-size: 16px;
}

/* CSS MAPA DE RUTAS */
.theme-emasesa
  #ems-programacion_filter_options
  input.c-button.c-button--primary,
.theme-emasesa
  #ems-programacion_filter_options_mobile
  input.c-button.c-button--primary {
  height: 52px !important;
  width: 120px !important;
  padding: 0 !important;
}

#btn-ruta-emasesa-detail {
  width: 100%;
  border: 1px solid;
  border-radius: 0px;
  background-color: transparent;
  margin-top: 12px;
}

.theme-emasesa .border-top-bottom-ruta-detail {
  border-top: 1px dashed;
  margin-top: 12px;
}

body.theme-emasesa .gm-style .gm-style-iw-d,
body.page.theme-emasesa .gm-style .gm-style-iw-d {
  padding-bottom: 9px !important;
}

body.theme-emasesa .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d{
  padding-bottom: 0px !important;
  padding-right: 0px !important;
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}

body.theme-emasesa .gm-style .gm-style-iw.gm-style-iw-c .gm-style-iw-d::-webkit-scrollbar{
  display: none !important; 
}

#mapa-ruta {
  width: 100%;
  margin: auto;
  border-bottom: 1px dashed #8b8d94 !important;
}

#mapa-ruta .border-left-column {
  border-right: 1px dashed #8b8d94 !important;
}

#mapa-ruta th {
  padding: 0 1rem 1rem 1rem;
}

#mapa-ruta td {
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

#detalle-ruta .img-mapa-ruta {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  border-radius: 16px;
}

#detalle-ruta video,
#detalle-ruta #map_canvas,
#map_canvas {
  border-radius: 16px;
}

#detalle-ruta .numberInteres {
  border: 1px solid black;
  margin: auto;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 19px;
  margin-right: 10px;
}
