.listaSucesos{
    /* width:100%; */
    height: calc(100vh - 56px - 64px);
    width: calc(100vw - 269px);
    margin-left: auto;
    margin-top: 64px;
    overflow: auto;
    display: block;
    & td {
      vertical-align: middle;
    }
    & th {
      /* vertical-align: middle;
      padding-top: 30px; */
      white-space: nowrap;
      background-color: white;
      position: sticky;
      top: 0px;
      border-radius: 0px;
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    }
    & tbody tr{
      border-bottom: 1px solid rgba(0, 0, 0, 0.12);
      /* display:block;
      height:150px;
      overflow-x: hidden;
      overflow-y: scroll; */
    }
    & thead, tbody tr {
      /* display:table;
      width:100%;
      table-layout:fixed; */
    }
    & thead tr{
      border-bottom: none;
      /* width: calc( 100% - 1.1em ) */
    }
    & .accion {
        white-space: nowrap;
        width: 140px !important;
        & a{
            color: #777777;
            margin-right: 10px;
            cursor: pointer;
            :hover{
                color: #333333;
            }
        }
    }

}

.modal-footer a, .modal-footer button,.section a {
    text-transform: none !important;
}
.sectionsJoined{
    display: flex;
    align-items: center;
    & .section{
      margin-right: 50px;
    }
}
.section, tbody{
    & .sinDato{
      color: #AAAAAA;
    }
  }

#dropdown-monitoreo {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 64px;
  right: 0;
  background: white;
  /* display: table; */
  border: solid 1px lightgray;
}

#dropdown-monitoreo a {
  display: none;
  color: #0d47a1;
}

#dropdown-monitoreo a:hover {
  background: #eee;
}

#dropdown-monitoreo i {
  padding: 0 15px;
}

.dropdown-content {
    max-height: 250px;
    overflow: auto;
    width:unset !important;
}

/* .dropdown-content li{
  padding: 15px;
} */
 .showtiporespuesta{
  display: none;
 }

#dropdown-monitoreo.show {
  max-height: 450px;
  overflow-y: auto;
}

#dropdown-monitoreo.show a {
  display: flex;
}

.d-flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.w-50 {
  min-width: 250px;
}

.gap-25px {
  gap: 25px;
}

#filtro-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modalBusquedaInput{
  background-color: #EEEEEE;
  margin: 20px;
  padding: 30px;
}



#modal-busqueda h4.modalBusqueda{
  font-size: 1.64rem !important;
  font-weight: 400 !important;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
#modal-busqueda span.modalBusqueda{
  font-size: 1.15rem;
  font-weight: 350;
  text-align: center;
  display: block;
}
#modal-busqueda p.modalBusqueda{
  font-size: 1.15rem;
  font-weight: 350;
  text-align: center;
}


.detalles{
  padding: 20px;
  margin-top: 64px;
  margin-bottom: 100px;
}
.detalleFlex{
  display: flex;
  flex-wrap: nowrap;
}
.detalleMapa iframe{
  width: 300px;
  height: 200px;
}
.detalle{
  padding: 30px;
}
.detalleDestacado{
  background-color: #EEEEEE;
}
.detalleTitulo{
  font-weight: 500;
  font-size: 16px;
}
.detalleDato{
  font-weight: 300;
  font-size: 24px;
}
.detalleTexto{
  font-size: 16px;
  margin-top: 10px;
  border: solid 1px #EEEEEE;
  padding: 20px;
  font-weight: 400;
}
header{
  z-index: 1000!important;
}
.modal-trigger.logo img{
  display: block;
}
.headerFixed{
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
}

.listaSucesos th, .listaSucesos td{
  font-size: 14px;
  line-height: 18px;
  padding: 20px;
}

.column-controls{
  position: absolute;
  /* background-color: white; */
  height: calc(100vh - 56px - 64px);
  overflow-y: scroll;
  /* z-index: 3000; */
  padding: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  bottom: 56px;
  width: 269px;
}
.column-controls span{
  font-size: 14px!important;
  line-height: 20px!important;
  color: #333333;
  padding-left: 30px !important;
}
/* .logo img{
  margin-top: 26px;
  margin-bottom: 26px;
} */

.headerTop{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headerTop i{
  height: 64px!important;
  line-height: 64px!important;
}

.columnasBtn{
  position: absolute;
  left: 17px;
  top: 16px;
  color: #333333;
  :hover{
    color: #777777;    
  }
  &.columnasBtn2{
    left: 55px;
  }
}
.filtrosAplicados{
  position: absolute;
  top: 7px;
  left: 70px;
  background-color: red;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  border-radius: 50%;
  display: none;
}

@media only screen and (max-width: 1110px) {
  .menuIconosResponsive li {
    overflow: hidden;
    width: 54px;
    height: 64px;
  }
}