.leaflet-control-layers {
  display: none !important;
}

.leaflet-popup-content {
  margin: 15px 10px !important;
}

.layer-item {
  display: flex;
  text-align: center;
}

.layer-title {
  text-align: left;
}

.alert-custom {
  border-radius: 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 3em;
  color: white;
}

.alert-custom p {
  font-size: 18px;
}

#messaggio {
  position: fixed;
  top: 0;

  z-index: 100000;
  margin: 0 auto;
  width: 100%;
  color: white;
}

#messaggio button {
  color: white;
}

.logo-app {
  padding: 0 10px;
  height: 60px;
  float: left;
  border-right: solid 2px #fab81b;
  border-radius: 0;
  max-width: 100px;
  background-color: #fff;
}

.EagleSearch {
  z-index: 1200;
  position: absolute;
  margin: 0px 0px 0px 0px;
  background-color: white;
  top: 3px;
  left: 0;
  height: 60px;
  color: #000;
  padding: 0px;
  width: 40em;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

.logo-app img {
  height: 50px;
  cursor: pointer;
  margin: 5px 0px;
}

.searchclient-result-item:hover {
  background-color: #fab81b !important;
  color: black !important;
}

.searchclient-result-item--active {
  background-color: #fab81b !important;
  color: black !important;
}

.bg-gusti {
  background-color: #fab81b !important;
}

@media all and (max-width: 799px) {
  .cerca-input {
    width: 74% !important;
  }

  .logo-app img {
    height: 40px;
    margin: 10px 0px;
  }

  .box-body-strumenti {
    height: 30vh;
  }

  .EagleSearch {
    width: 100%;
    top: 0;
    border-radius: 0;
  }

  #reader-qr-panel {
    bottom: 70px !important;
  }

  .lockscreen-wrapper-loading {
    padding: 0 3% !important;
    height: 100% !important;
  }
}

@media all and (max-width: 990px) {
  .lockscreen-wrapper-loading {
    height: 100% !important;
  }
}

.cerca-input {
  padding: 8px 15px;
  height: 60px;
  background-color: #fff;
  float: left;
  border-radius: 0;
  width: 82%;
  box-shadow: none;
  display: -ms-flexbox;
  display: flex;
}

.searchclient-input {
  padding: 0px;
  height: 50px;
  font-size: 18px !important;
}

.searchclient-result-div {
  border-radius: 0;
}

.privacypolicies-com---nb .cc-nb-main-container {
  padding: 30px;
}

.privacypolicies-com---nb .cc-nb-okagree,
.privacypolicies-com---nb .cc-nb-reject,
.privacypolicies-com---nb .cc-nb-changep {
  margin-right: 10px !important;
  margin-bottom: 10px !important;
  padding: 10px;
}

.lockscreen-item {
  /* -webkit-box-shadow: 5px 5px 10px 0px #000000;
  -moz-box-shadow: 5px 5px 10px 0px #000000;
  -o-box-shadow: 5px 5px 10px 0px #000000;
  box-shadow: 5px 5px 10px 0px #000000; */
}

.disclaimer {
  display: none;
  width: 100%;
  padding: 2em;
  position: absolute;
  z-index: 99999;
  background-color: white;
  color: black !important;
  font-size: 14px !important;
  bottom: 0px;
  text-align: center;
  padding: 1.5em;
}

.lockscreen-item-footer {
  padding: 20px 0;
}

.lockscreen-wrapper-loading {
  padding: 0 8%;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  overflow-y: auto;
}

.leaflet-popup-close-button {
  margin: -15px -15px 0px 0px !important;
  font-size: 24px !important;
  color: #444 !important;
  width: 30px !important;
  height: 30px !important;
  background: white !important;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 6px 0px !important;
  text-align: center !important;
  border-radius: 50%;
}

.btn-chiudi .btn-default {
  border: 0px;
  padding: 0px 12px;
  font-size: 20px;
}

.leaflet-control-gps {
  width: auto !important;
  height: auto !important;
}

.menu {
  background-color: #fab81b;
  color: #000;
}

.btn-menu:hover {
  color: #fff !important;
}

.btn-azione {
  background-color: #fab81b;
  color: #000;
  padding: 1em;
  font-weight: 700;
}

.btn-azione:hover {
  background-color: #fab81b;
  color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: color 0.2s, box-shadow 0.2s;
}

.btn-azione:active {
  background-color: #fab81b !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.btn-azione-2 {
  background-color: #fff;
  color: #11474b !important;
}

.btn-azione-2:hover {
  background-color: transparent;
  color: #fff !important;
}

.btn-menu {
  margin: 0;
  background-color: transparent;
  font-size: 20px;
  border: 0;
  color: #000 !important;
  padding: 4px 14px;
}

.btn-cerca a {
  color: #000;
}

.btn-cerca:hover {
  color: #000;
}

.btn-cerca:focus {
  color: #000;
}

.btn-menu a {
  color: #000;
}

.btn-menu:hover {
  color: #fff;
  background-color: transparent;
}

.btn-menu:focus {
  color: #000;
}

.searchclient-result-item {
  margin: 2px 0px !important;
}

.menuStratiInformativi {
  background-color: #fff;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
  padding: 15px 0;
  border-radius: 4px 0 0 4px;
}

.btn-popup {
  color: darkgray;
  font-size: 22px;
  margin-right: 10px;
  cursor: pointer;
}

.btn-popup-icon {
  color: darkgray;
}

.btn-popup-icon-active {
  color: orange;
}

.nav-tabs-custom > .tab-content {
  border-bottom: 0px;
}

.preferiti-btn {
  width: 100%;
  padding: 0px 5px;
  margin: 5px 0;
  white-space: nowrap;
  text-align: left;
  border-bottom: dotted 0.1px #c4c4c4;
}

.popup-content {
  font-size: 14px;
  margin: 0;
  width: 100%;
  display: block;
  padding-top: 5px;
}

.popup-content p {
  margin-top: 5px;
}

.popup-content-mini {
  font-size: 12px;
  margin: 0;
  width: 100%;
  display: block;
  padding: 5px 0;
}

.popup-section {
  margin: 20px 0px 0px 0px;
}

.popup-borgo {
  font-size: 24px;
  font-weight: bold;
}

.popup-stand-prov {
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px;
}

.popup-stand-prod {
  font-size: 16px;
}

.popup-address-dittaente {
  font-size: 18px;
  font-weight: bold;
}

.popup-stand-icon {
  font-size: 26px;
}

.popup-stand-value {
  padding: 5px 0px 0px 0px;
}

.popup-stand-tel {
  background-color: green;
  padding: 7px 10px;
  color: white !important;
  border-radius: 15px;
  text-decoration: none;
}

.popup-stand-email {
  font-size: 20px;
}

.popup-stand-desc {
}

.popup-content-borgo {
  padding: 20px;
  margin: 10px 0px;
  border: 10px solid white;
}

.popup-section-misure {
  font-size: 18px;
}

.popup-section-iconMisure {
  font-size: 24px;
}

.popup-stand-iconCamion {
  font-size: 20px;
}

.popup-stand-misure {
  padding-left: 20px;
}

.sezione {
  width: 95%;
}

.spinner {
  display: none;
}
