   body {
     overflow-y: scroll;
   }

.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
  width: 260px; }


.vertical-overlay-menu .main-menu, .vertical-overlay-menu.menu-hide .main-menu {
  width: 260px;
  left: -260px;
}

.vertical-overlay-menu.menu-open .main-menu {
  opacity: 1;
  transform: translate3d(260px, 0, 0);
  transition: width 0.25s, opacity 0.25s, transform 0.25s; }

#mnuBoxDisponibilita {
  margin: 20px 15px 10px 15px;
  padding: 15px;
  border: dashed 1px #ccc;
  border-radius: 15px;
}
#mnuBoxDisponibilita a.btn-primary{
  margin-top: 0.3rem !important;
}
.strong {
  font-weight: 700 !important;
}

.big {
  font-size: 1.1rem !important;
}

.alert-primary.alert .alert-link {
  border-bottom: 3px dotted #7367f0;
  padding: 2px;
}
.alert-primary a.alert-link:hover {
  background-color: #a29be5;
  border: none;
  text-decoration: none;
  border-radius: 3px;
  color: #fff !important;
}

select.is-invalid ~ span span span {
    border-color: #ea5455 !important;
}

select.is-valid ~ span span span {
    border-color: #28c76f !important;
}
/* CURSORI */
.form-control-clear {
  background: transparent !important;
  box-shadow: none !important;
  border: none;
}

/* CURSORI */
.cursor-help {
  cursor: help;
}

/* TABELLE */
.table-hover tbody tr {
  cursor: initial;
}
.table-p-sm>tbody>tr>td, .table-p-sm>tbody>tr>th, .table-p-sm>tfoot>tr>td, .table-p-sm>tfoot>tr>th, .table-p-sm>thead>tr>td, .table-p-sm>thead>tr>th {
    padding: 0.5rem;
    padding-left:  0;
}
table.table tfoot {
  vertical-align: bottom;
}

/* COMBO DATE */
.combodate > select.form-select {
  display: inline-block;
}

/* CARD */
.card-illustration img.illustration {
	max-height: 100px;
	position: absolute;
	bottom: 0;
	right: 5px;	
}

html .content .content-wrapper .content-header-title {
	border-right: 0;
}

.btn-light:hover:not(.disabled):not(:disabled) {
    box-shadow: 0 8px 25px -8px #000;
}


.marker, .marker:before, .marker:after {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid white;
  position: relative;
  border-radius: 50%;
  margin-right: 7px;
  }
.marker:before, .marker:after {
  position: absolute;
  margin-left: -4px;
  margin-top: -4px;
  opacity: 0;
  border: 4px solid white;
  animation: pulse 2s infinite ease-out;
  }
.marker:before {
  content:"";
  animation-delay: 0s;
  }
.marker:after {
  content:"";
  animation-delay: 1s;
  }


@keyframes pulse {
  from {
    transform: scale(1);
    opacity: .5;
  }
  to {
    transform: scale(3, 3);
    opacity: 0;
  }
}

/* SELECT 2 */
.select2-result-localita__frazione2, .select2-result-localita__comune {
  color: #111;
  font-weight: bold;
}

/* GIORNI FERIE */
abbr[title] {
  border-bottom: none !important;
  text-decoration: none !important;
}
.dot {
 height:26px;
 width:26px;
 font-size:10px;
 background-color:#5bb710;
 color:#fff;
 border-radius:50%;
 display:inline-block;
 line-height:25px;
 text-align:center;
 font-weight:700;
 overflow:hidden;
 margin-right: 5px;
}
.dot:last-child {
  margin-right: 0;
}


.dot-close {
 background-color:#c00
}
.dot-open-morn {
 background:linear-gradient(90deg,#5bb710 50%,#c00 50%)
}
.dot-open-aft {
 background:linear-gradient(90deg,#c00 50%,#5bb710 50%)
}


/* CATALOGO PRODOTTI */
.ecommerce-application .list-view .ecommerce-card {
  grid-template-columns: 1fr 5fr 16fr 8fr;
  overflow: unset !important;
}
@media screen and (max-width: 480px) {
    .ecommerce-application .list-view .ecommerce-card {
      grid-template-columns: 1fr
    }
}


.ecommerce-application .list-view .ecommerce-card:hover {
  -webkit-transform: none !important;
  transform: none !important;
}
.ecommerce-application .list-view .ecommerce-card .checkbox-option {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ecommerce-application .list-view .ecommerce-card .item-description {
  -webkit-line-clamp: none !important; 
}

.ecommerce-application .list-view .ecommerce-card .checkbox-option .form-check .form-check-input {
  float: none;
  margin-left: -1.785rem;
}

.draggable {
    cursor: move;
}

/* CHIUSURE */
.box_chiusure {
  word-wrap: normal !important;
}

.accordion-table {
  background-color: #f3f2f7 !important;
  vertical-align: top !important;
  text-transform: uppercase !important;
  font-size: 0.857rem !important;
  letter-spacing: 0.5px !important;
  color: ##6e6b7b !important;
  font-weight: 700 !important;
}

.fs-7 {
  font-size: 0.75rem;
}