@charset "ISO-8859-1";

* {
  box-sizing: border-box;
}

select.ui-state-disabled, input.ui-state-disabled, textarea.ui-state-disabled {
    background-color: #ececec;
    border: 1px solid #b0b0b0;
    color: #b0b0b0;
}

.datosExtra {
	display: flex;
	flex-direction: column;
}

.modalConfirmarDireccion {
  background: #fff;
  width: 80%;
  height: fit-content;
  max-width: 620px;
  margin: auto;
  padding: 0 !important;
  overflow-y: hidden !important;
}

.modalConfirmarDireccion .modalBody {
  font-size: 16px;
  padding: 15px 30px;
  overflow-y: auto;
  height: 100%;
}

.modalConfirmarDireccion .modalTexto p,
.modalConfirmarDireccion .datosDireccion {
  color: #303030;
}

.modalConfirmarDireccion .mensajeAlerta {
  color: #18265a;
  background-color: #f3f3f3;
  margin: 15px 0;
  padding: 15px;
  display: flex;
  align-items: center;
}

.modalConfirmarDireccion .mensajeAlerta .iconoNotificacion {
  width: 36px;
  margin-right: 15px;
  float: left;
}

.modalConfirmarDireccion .modalBotones {
  text-align: center;
  margin: 15px 0 0;
}

.modalConfirmarDireccion .modalBotones p {
  font-size: 18px;
  color: #18265a;
  margin: 15px 0 0;
}

.modalConfirmarDireccion .modalBotones .btn-custom {
  width: 130px;
  height: 45px !important;
  border: 1px solid #0072f3;
  margin: 10px 20px;
  color: #0072f3 !important;
}

.modalConfirmarDireccion .modalBotones .btn-custom.btn-custom--primary {
  color: #fff !important;
}

.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
}

input {
  /*border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;*/
}

input[type="text"] {
  /* background-color: #f1f1f1;
  width: 100%;*/
}

input[type="submit"] {
  background-color: DodgerBlue;
  color: #fff;
  cursor: pointer;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

#popup h3 {
  text-align: center;
  background-color: transparent;
  font-family: var(--roboto-condensed);
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  border: none;
  padding: 0;
}

#popup {
  position: relative;
  background: white;
  margin-top: -162px;
  width: max-content;
  height: 99px;
  box-shadow: 0px 5px 6px 0px #5f5f5f33, 0px 3px 16px 0px #5f5f5f1f, 0px 9px 12px 0px #5f5f5f24;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#popup button {
  padding: 13px 22px;
  border-radius: 8px;
  background: #0085ff;
  font-family: var(--roboto-condensed);
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-align: center;
  color: var(--white);
  border: 1px solid #006cd8;
}
#popup button:hover {
  color: var(--white);
  background-color: #006cd8;
  border: 1px solid #006cd8;
}

#popup .arrow {
  position: absolute;
  background: #fcfcfc;
  bottom: 0;
  left: 50%;
}
#popup .arrow:after,
#popup .arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#popup .arrow:after {
  border-top-color: #fcfcfc;
  border-width: 15px;
  margin-left: -15px;
}
#popup .arrow:before {
  box-shadow: 0px 5px 6px 0px #5f5f5f33, 0px 3px 16px 0px #5f5f5f1f, 0px 9px 12px 0px;
}

#myInput {
  margin-bottom: 1%;
}
#map {
  margin-bottom: 0.4%;
}

.ol-viewport {
  height: 420px !important;
}
canvas {
  display: block !important;
}

.step-line {
  width: 50% !important;
}

#botonMailModal,
#botonTelModal {
  /*padding-top: 2.5%!important;
	color: #fff!important;*/
}

.col.col-auto .come-back-link {
  font-weight: 100 !important;
}

.service-detail-title-row {
  padding-top: 0px !important;
}

.hay-error {
  border-color: red;
}

.mobile-detail-page-content .row.no-gutters.align-items-center {
  margin-top: 3%;
}

.modal .hd {
  margin-bottom: 0px !important;
}

.modal .inner-addon {
  margin-top: 6px;
  margin-bottom: 12px;
}

#marker {
  width: 32px;
  height: 10px;
  margin-top: -45px;
  margin-left: 0%;
}

.popover-content {
  min-width: 190px;
}

@media (min-width: 576px) {
  #modalMapaTraslado .modal-dialog {
    /* max-width: 700px !important; */
  }
}

@media (min-width: 768px) {
  #modalMapaTraslado .modal-dialog {
    max-width: 700px !important;
    width: 700px !important;
  }
}

@media (max-width: 768px) {
  .modal .hd {
    height: 40px;
  }
}

@media (max-width: 599px) {
  .modalConfirmarDireccion .modalBody {
    padding: 15px;
  }

  .modal .hd {
    height: 36px;
    font-size: 16px;
    text-align: left;
  }

  .modal .hd .icon-isoAntel {
    font-size: 16px;
  }

  .modal .hd .icon-close {
    top: 10px;
  }
  #popup {
    width: 250px;
    height: 123px;
    margin-top: -182px;
  }
}

@media (max-width: 556px) {
  .mobile-detail-page-content .icon-1col {
    margin-top: 1.7%;
  }
}

@media (max-width: 480px) {
  .modalConfirmarDireccion .modalTitulo {
    font-size: 18px;
  }

  .modalConfirmarDireccion .modalBotones .btn-custom {
    width: 105px;
    margin: 10px;
  }
}
