﻿/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .modal-dialog.modal-w90 {
        max-width: 90%;
    }
}

label {
    font-family: inherit;
    line-height: 1.2;
    color: #70757a;
    font-size: 0.75rem !important;
}

.sippCode {
	display: inline-block;
}

text-tp {
    color: #0d1b48;
}

.icon-small {
    font-size: .875em !important;
}

.icon-10 {
    font-size: 1rem !important;
}

.icon-15 {
    font-size: 1.15rem !important;
}

.icon-25 {
    font-size: 1.25rem !important;
}

.icon-50 {
    font-size: 1.5rem !important;
}

.img-corusel-180 {
    max-height: 180px;
    min-height: 180px;
    transform: translate(-50%,0);
    left: 50%;
    position: relative;
}

.img-corusel-150 {
    max-height: 150px;
    min-height: 150px;
    transform: translate(-50%,0);
    left: 50%;
    position: relative;
}

.img-corusel-250 {
    max-height: 250px;
    min-height: 250px;
    transform: translate(-50%,0);
    left: 50%;
    position: relative;
}

.img-corusel-450 {
    max-height: 450px;
    min-height: 450px;
    transform: translate(-50%,0);
    left: 50%;
    position: relative;
}

.position-innerit {
    position: inherit;
}

.wrap-img-calendar {
    position: relative;
    width: 35%;
    z-index: 0;
}

.wrap-img-list {
    position: relative;
    width: 35%;
    z-index: 0;
    height: 160px;
}

/** START TP MULI RANGE SLIDER **/

/* START TP MULI RANGE SLIDER */

.tp-multirange-slider .slider {
    position: relative;
    width: 200px%;
    height: 35px;
}

.tp-multirange-slider .slider__track,
.tp-multirange-slider .slider__range,
.tp-multirange-slider .slider__left-value,
.tp-multirange-slider .slider__right-value {
    position: absolute;
}

.tp-multirange-slider .slider__track,
.tp-multirange-slider .slider__range {
    border-radius: 3px;
    height: 5px;
}

.tp-multirange-slider .slider__track {
    background-color: #ced4da;
    width: 100%;
    z-index: 1;
}

.tp-multirange-slider .slider__range {
    background-color: var(--blue);
    z-index: 2;
}

.tp-multirange-slider .slider__left-value,
.tp-multirange-slider .slider__right-value {
    color: #70757a;
    font-size: 12px;
    margin-top: 20px;
}

.tp-multirange-slider .slider__left-value {
    left: 6px;
}

.tp-multirange-slider .slider__right-value {
    right: 4px;
}

/* Removing the default appearance */
.tp-multirange-slider .thumb,
.tp-multirange-slider .thumb::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
}

.tp-multirange-slider .thumb {
    pointer-events: none;
    position: absolute;
    height: 0;
    width: 100%;
    outline: none;
}

.tp-multirange-slider .thumb--zindex-3 {
    z-index: 3;
}

.tp-multirange-slider .thumb--zindex-4 {
    z-index: 4;
}

.tp-multi-range-selector.range-slider input {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 15px;
    outline: none;
    height: 18px;
    margin: 0;
    padding: 0;
}

.tp-multirange-slider .thumb--zindex-5 {
    z-index: 5;
}

.tp-multi-range-selector.range-slider input::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 1;
    outline: 0;
}

/* For Chrome browsers */
.tp-multirange-slider .thumb::-webkit-slider-thumb {
    background-color: var(--blue);
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ced4da;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
    pointer-events: all;
    position: relative;
}
/** gestione pallino **/
.tp-multi-range-selector.range-slider input::-moz-range-thumb {
    pointer-events: all;
    position: relative;
    z-index: 10;
    -moz-appearance: none;
    width: 5px;
}

.tp-multi-range-selector.range-slider::-webkit-slider-runnable-track {
    background-color: #ccc;
}

/* For Firefox browsers */
.tp-multirange-slider .thumb::-moz-range-thumb {
    background-color: var(--blue);
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px #ced4da;
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 4px;
    pointer-events: all;
    position: relative;
}

.tp-multi-range-selector.range-slider input::-moz-range-track {
    position: relative;
    z-index: -1;
    background-color: rgba(0, 0, 0, 1);
    border: 0;
}

.tp-multi-range-selector.range-slider input:last-of-type::-moz-range-track {
    -moz-appearance: none;
    background: none transparent;
    border: 0;
}

/* END TP MULI RANGE SLIDER */
.tp-multi-range-selector.range-slider input[type=range]::-moz-focus-outer {
    border: 0;
}

/** END TP MULI RANGE SLIDER **/

@media (min-width: 576px) {
    .tp-search-input.modal {
        --bs-modal-margin: 0px;
        --bs-modal-width: auto;
    }
}

/*----------------------------*/
/*       Grafic Effect        */
/*----------------------------*/
.zoom {
    padding: 0rem;
    
    transition: transform .1s; /* Animation */
}

    .zoom:hover {
        transform: scale(1.03); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    }


.divDisplayNone {
    opacity: 0;
    transform: translateY(100%);
    transition: transform 0.5s, opacity 0.5s;
}
.divDisplay:hover + .divDisplayNone {
    opacity: 1;
    display: block;
    transform: translateY(0);
}

.insert-danger label {
    color: red !important;
}

.insert-danger input, .insert-danger select {
    border-color: red !important;
}

.timeline {
    width: 100%;
}

    .timeline.timeline-one .timeline-item:nth-child(2n+1) {
        margin-left: 0;
        padding-right: 2.75rem;
        padding-left: 0;
        text-align: right;
    }

    .timeline.timeline-one .timeline-item {
        position: relative;
        width: 50%;
        margin-left: 50%;
        padding-bottom: 2.75rem;
        padding-left: 2.75rem;
        text-align: left;
    }

.timeline-mybook.timeline.timeline-one .timeline-item:before {
    border: 0.0625rem solid #dadada;
    border: 0.0625rem solid var(--timeline);
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):before {
    margin-right: -0.5rem;
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):before, .timeline.timeline-one .timeline-item:nth-child(2n+1):after {
    right: 0;
    left: auto;
}

.timeline.timeline-one .timeline-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin-top: 0.425rem;
    margin-left: -0.5rem;
    border: 0.0625rem solid #edf0f7;
    border-radius: 50%;
}

.timeline-mybook.timeline.timeline-one .timeline-item:after {
    background-color: #dadada;
    background-color: var(--timeline);
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):after {
    margin-right: -0.0625rem;
}

.timeline.timeline-one .timeline-item:nth-child(2n+1):before, .timeline.timeline-one .timeline-item:nth-child(2n+1):after {
    right: 0;
    left: auto;
}

.timeline.timeline-one .timeline-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: -0.1875rem;
    width: 0.0625rem;
    margin-top: 1.875rem;
    margin-left: -0.0625rem;
    background-color: #edf0f7;
}

.form-select-m3-react-prime {
    display: block;
    border: none;
    border-bottom: 1px solid #5b6f82;
    border-radius: 0;
    width: 100%;
    padding: 0.375rem 0 0.375rem 0;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2;
    color: #212529;
    background-color: #fff;
}

    .form-select-m3-react-prime .p-dropdown-label {
        height: calc(2.6rem + 2px);
        line-height: 1.25;
        padding-top: 1.25rem;
    }

.p-float-label.form-select-label-m3-react-prime label {
    position: absolute;
    top: 0 !important;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
    background: transparent;
}

.bg-trippie-flight, .bg-trippie {
	background: rgba(173,216,230,.4);
}

.map.rounded{
	width: 100%;
    height: 300px;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	z-index: 990 !important;
}

.leaflet-control-attribution leaflet-control {
	display: none !important;
}

 .font-powered-by {
	 font-size: 9px;
 }
 
 a.btn-sm {
	 text-decoration: none !important;
 }
 
.modal-backdrop {
   --bs-backdrop-bg: transparent;
   display: none !important;
}

.forgot-pwd-msg {
	justify-content: 'center';
}



.vertical-menu {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    transform: translateX(100%);
    transition: transform .4s ease-in-out;
    z-index: 5000;
    width: 100vw;
    overflow-y: auto;
	width: auto;
    min-width: 20rem;
    max-width: 20rem;
}

.vertical-menu.is-active {
    transform: translateX(0)!important;
}

.engine-container #engine-container {
	position: absolute;
	bottom: -23px;
}

.travelplace40-custom-layout,
.glamour-custom-layout {
	background-color: var(--gray-200);
}

.calendarSendQuotaton .p-calendar {
	width: 100%;
}

.p-datepicker-month.p-link {
	margin-right: 5px;
}

.m3calendar-date-invalid {
    pointer-events: none;
    text-decoration: line-through; /* Note: "p-disabled" is not a valid value for text-decoration */
    color: gray;
    background: black;
    padding: 4px;
    opacity: 0.6;
}

body, #header {
    padding-right: 0 !important;
}
body {
    overflow-y: scroll !important;
}

.bg-cruise-experience-1 {
	background-color: var(--bluesoft-100);
}

.bg-cruise-experience-2 {
	background-color: var(--orange-100);
}

.bg-cruise-experience-3 {
	background-color: var(--green-100);
}

.bg-cruise-experience-4 {
	background-color: var(--yellow-100);
}

.cruise-search-engine-pax-header {
	font-size: 0.9rem;
	border-bottom: 1px solid lightgray;
}

.cruise-search-engine-pax:hover,
.cruise-search-engine-pax-selected {
	background-color: var(--yellow-200);
	cursor: pointer;
}

.cruise-detail-02-carousel .p-carousel-prev, 
.cruise-detail-02-carousel .p-carousel-next {
	display: none !important;
}

#menu-vertical img[src=""],
#menu-vertical img:not([src]) {
    display: none;
}

#hamburgerMenuModal img {
	 max-width: 225px;
}

.video-home {
	width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center top;
}

.trippie-error-item {
	border: 2px solid red !important;
}

.w-35px {
	width: 35px;
}

.bg-flight-iata-codes-in-evidence {
	background-color: #b0e0e6;
}

.travelplace40-custom-layout,
.glamour-custom-layout {
    overflow: visible !important;
}

.train-veichle-EC,
.train-veichle-RE,
.train-veichle-RV,
.train-veichle-SU,
.train-veichle-SFM7,
.train-veichle-SFM6,
.train-veichle-SFM5,
.train-veichle-SFM4,
.train-veichle-SFM3,
.train-veichle-SFM2,
.train-veichle-SFM1,
.train-veichle-SF,
.train-veichle-BU
{
    width: 4% !important;		
}

.train-veichle-UB
{
    width: 2% !important;		
}

.train-veichle-IC,
.train-veichle-FB,
.train-veichle-NI,
.train-veichle-FA,
.train-veichle-FR,
.train-veichle-FR1000
{
	width: 10% !important;	
}

.custom-select-train-wagon {
  background-color: transparent;
  background-image: url('https://cdn.travelplace.ch/common/images/train/wagon/FR.png'); /* Sostituisci con l'URL della tua immagine */
  background-size: cover;
  background-position: center;
  padding: 0px 0.5rem !important;
}

.custom-select-train-wagon select {
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
}

/* START TEMPLATE */

.template-summary-container {
	background-color: #01b7f2;
}

.template-summary-title {
	font-size: 0.65rem !important;
}

.template-summary-button {
	color: white;
	background-color: #01b7f2;
}

.template-summary-step {
	padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.template-summary-alternative-title {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.75rem;
}

.template-summary-alternative-product {
	padding-left: 1.5rem;
}

.stepHeader {
    background-color: #01b7f2;
}

/* END TEMPLATE */


/* TRIPPIE START */

.flightStepColor_0 {
    background-color: rgba(173,216,230,.4);
}
.flightStepColor_1 {
    background-color: rgba(149, 207, 122,.4);
}
.flightStepColor_2 {
    background-color: rgba(212, 164, 235,.4);
}
.react-prime-custom .p-chips {
	width: 100% !important;
	border-bottom: 1px solid #5b6f82;
}

.react-prime-custom .p-chips-multiple-container {
	border: 0px;
}

/* TRIPPIE END */
