@charset "utf-8";

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

body {
  font-size: .875rem;
}

.footer {
  z-index: 999;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #EEE;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active,
.sidebar .nav-link:hover {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: #DDD;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

#map { height: 810px; }


.hidden {
    display: none;
}

#mapButtons {
  pointer-events: auto;
  left: 30%;
  top: 10px;
}

#mapButtonsTecnici {
  pointer-events: auto;
  left: 40%;
  top: 10px;
}


.dropdown-menu-map {
  pointer-events: auto;
  width: 700px;
  transform: translate(-200px, 41px);
}

.dropdown-menu-frontend {
  pointer-events: auto;
  opacity: .8;
  width: 300px;
  max-height: 400px;
  overflow-y: scroll;
  border-radius: 10px;
}

.dropdown-menu-frontend:hover {
  opacity: 1;
}

.small-text {
  font-size: 12px;
  font-size: 12px !important;
}

.contaRange {
  position: relative;
  top: -5px;
}

.markerIcon {
  width: 24px;
  height: 24px;
}

.markerBtnIcon {
  width: 16px;
  height: 16px;
}

.btn-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 7px;
}


.map-border {
  margin-top: 60px;
}

.front-delimiter {
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}

input.checkTracciato {
  margin-right: 5px;
}

ul.menu-opzioni-layer li a {
  display: block;
  padding: 10px;
}

ul.menu-opzioni-layer li:hover {
  background-color: #727272;
}

.border-dashed-danger {
  border: 1px dashed #A00;
  border: 1px dashed #A00 !important;
}

.wait-background {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
  display: none;
}

.wait-background span {
  color: #BBBBBB;
  font-size: 72px;
  position: fixed;
  top: 45%;
  left: 30%;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */

}

#optionsModal .col-md-4 {
  align-self: center;
}

.btnActive, .btn-option:hover, .btn-option:focus, .btn-option:active {
  border: 2px solid #AA0000;
}

.modal-body {
  color: #333;
}

.areeOpzioni {
  padding-bottom: 10px;
  margin-bottom: 10px;
}

small {
  font-size: 11px;
  color:#999;
}

.tracciatoBody {
  overflow-y: auto;
  height: 100%;
}