.search-form .input-field {
   padding-left: .25rem !important;
   padding-right: .25rem !important;
}

.search-form .input-field label {
   /*display: none;*/
	display:block;
}

.loading-container:not(.loading) .on-loading {
   display: none;
}

[dg-role="panel-container"].loaded .loading-panel {
   display: none;
}

/* Intestazione pannello */
.panel-navs .panel-nav-item {
}

/* Contenitore del pannello */
.panel-content label {
	color:#59C3F3  !important;
}

.panel-content .btn {
	border-top:0 !important;
	border-left:0 !important;
	border-right:0 !important;
}

/* VERIFICARE SE SERVE AUTOCOMPLETE DESTINAZIONI NON TROVATE */
.autocomplete-no-results {
   height: 34px;
   font-size: 14px;
   background-color: #fff3cd;
   left: 15px;
   line-height: 34px;
   color: #856404;
   white-space: nowrap;
   padding: 0 15px;
   z-index: 50;
   position: absolute;
   top: 77px;
   right: 15px;
   text-align: center;
   border-radius: 3px;
}

.btn-date {border-bottom:3px solid #59C3F3  !important; border:none;
}
.btn-date:active {
	border-bottom:3px solid #59C3F3  !important; border:none;
}


.custom-date .color-1 {color:#59C3F3 ;}

.hotel-groups-occupancy .color-1 {color:#EF7C0A;}

[dg-role="panel"],
[dg-role="sub-panel"] {
   position: relative;
}

[dg-role='filtering-panel'] {
   position: absolute;
   top: 0;
   left: 0;
   background: rgba(20, 70, 120, 0.35);
   color: #fff;
   width: 100%;
   z-index: 2;
}
