/* Minification failed. Returning unminified contents.
(161,1): run-time error CSS1019: Unexpected token, found '}'
 */
.no-gutters.fields-row > .col, .no-gutters.fields-row > [class*="col-"] {
   padding-left: 0.2rem;
   padding-right: 0.2rem;
}

.loading-container:not(.loading) .on-loading {
   display: none;
}

[dg-role="panel-container"].loaded .loading-panel {
   display: none;
}


.dg-destination {
   background-color: #fff;
   color: #666 !important;
}

   .dg-destination .filter-option-inner-inner {
      color: #666 !important;
      font-weight: 900;
      font-size: 0.9rem
   }

.roundtrip-chooser {
   margin-bottom: .5rem;
}

/* Posizionamento pannello */
[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;
}


#accommodations-dates-daterange span {
   margin-right: .5rem;
}

.pax-btn i {
   color: #fdb714;
   margin-right: .1rem;
}

.pax-btn span {
   margin-right: .1rem;
}

/* Intestazione pannello */
.panel-navs .panel-nav-item {
   color: #666;
   border: 0px solid #ccc;
   border-right: 0px;
   background-color: #e2e2e2;
   margin-right: 3px;
   /*border: 1px solid #e2e2e2;*/
   border-bottom-color: rgb(204, 204, 204);
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-bottom: 0px;
   border-radius: 0px !important;
}

/* Extra small devices (portrait phones, less than 576px) - menu pannello */
@media (max-width: 575.98px) {

   [dg-role="search-panel"] .nav {
      flex-wrap: nowrap;
      font-size: 0.8rem;
   }
}



.panel-navs .panel-nav-item:not(.active):hover {
   color: #5191FA
}

.panel-navs .panel-nav-item.active {
   color: #fff;
   background-color: #88ac3b;
   border-radius: 0px !important;
}

/* Contenitore del pannello */
.panel-content {
   padding: 15px;
}






/* VERIFICARE SE SERVE AUTOCOMPLETE DESTINAZIONI NON TROVATE */
.autocomplete-no-results {
   height: 34px;
   font-size: 14px;
   background-color: #fff3cd;
   left: 15px;
   line-height: 34px;
   color: #B10953;
   white-space: nowrap;
   padding: 0 15px;
   z-index: 50;
   position: absolute;
   top: 77px;
   right: 15px;
   text-align: center;
   border-radius: 3px;
}

/* Sfondo icone pannelli */
.panel-navs {
   background-color: transparent !important;
}

/*#region Colori pannello*/
.dg-form-control {
   border-color: #ccc !important;
   border-radius:0px !important
}

   .dg-form-control ~ .input-group-append  {
      border-radius: 0px !important
   }


   .dg-form-control ~ .input-group-append i {
      color: #fff !important;
   }

/* Errore dropdown-toggle*/
.has-error .bootstrap-select .dropdown-toggle.dg-form-control {
   border-color: #b94a48;
}

/* Errore selezione et� bambini */
.error-handler:not(.has-error) .error-message {
   display: none;
}
/*#endregion Colori pannello*/
[dg-role="from-placeholder"], [dg-role="to-placeholder"] {
   white-space: pre-wrap;
}

[dg-role="search-panel"] i {
   color: #fdb714 !important;
}
}
