html{
    -webkit-text-size-adjust: 100%;
}
html,body{
    height:100%;
}
body{
    background-repeat: repeat;
    background-color: #FFFFFF;
    font-family: 'Helvetica neue',Helvetica,Arial,sans-serif;
    font-size:15px;
    text-align:left;
    margin:0px;
    border:0px;
    color:#393c3d;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

table td, table th{
    font-size:15px;
    line-height:1.4em;
    text-align:left;
}
div {
    float:left;
    position:relative;
}
a{
    color:#F15928;
    text-decoration:none;
}
a:hover{
    color:rgb(47, 146, 243);
    text-decoration:underline;
}
select{
    float:left;
    border: 1px solid rgb(202, 202, 202);
    height: 22px;
    font-size: 13px;
    border-radius: 8px;
}
img{
    border:0px;
    cursor:pointer;
}
input{
    border: 1px solid rgb(202, 202, 202);
    border-radius: 8px;
    height:30px;
    font-size:12px;
    outline: none;
}
input:focus, .custom-input:focus{
    outline: solid 2px #191919;
    border-color: transparent;
}
textarea{
    outline: none;
}
textarea:focus{
    border-bottom: 1px solid #1f96f6;
}

radio{
    border:0px;
}
.c {
    border: 0px;
}
.overlay{
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index:1000;
    background-color:#000;
    opacity:0;
    transition:opacity 0.25s ease-in-out;
}  
.allContainer{
    width:1078px;
}
.externalContainer{
    width:100% !important;
    max-width: 1350px;
}
.externalSpacer{
    padding:0px 10px;
}
.loadingDiv{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0px;
    left: 0px;
    opacity: 0.9;
    z-index:900;
}
.greenbutton, .orangebutton, .borderedbutton{
    background-color: #1294ea;
    float: left;
    border-radius:8px;
    color:#fff;
    cursor:pointer;
    font-size:15px;
}
.borderedbutton{
    background: none;
    border: 1px solid #1294ea;
    box-sizing:border-box;
}
.borderedbutton.whitebutton{
    border: 2px solid #fff;
}
.borderedbutton.blackbutton{
    border: 2px solid #393c3d;
}
.orangebutton{
	background: linear-gradient(#fb4915, #f93900); 
    background-color: #f93900;
}
.greenbutton a, .orangebutton a, .borderedbutton a{
    float:left;
    font-size:20px;
    padding:6px 10px;
    color:#fff;
    white-space:nowrap;
    text-decoration:none;
}
.borderedbutton a{
    padding: 9px 0px;
    color: #3b73ba;
    font-size: 16px;
}
.borderedbutton.blackbutton a{
    color: #393c3d;
}
.orangebutton:hover{
    background: radial-gradient(circle, #ffa24c, #f93900);
}

.greenbutton:hover{
    background: radial-gradient(circle, #47b6ff, #1294ea);
}

.container {
    background-color: #fff;
    border:1px solid rgb(210, 210, 210);
    border-radius:8px;
}
/*checkbox/radio*/
.checkbox:not(.disabled):hover{
    cursor:pointer;
}
.checkbox .checkImg{
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    box-sizing: border-box;
    width: 23px;
    height: 23px;
    top:-3px;
}
.checkbox .checkImg:after{
    content:' ';
    position:relative;
    display: block;
    width: 4px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(45deg);
    left: 9px;
    top: 5px;
}
/*.checkbox:hover .checkImg:after{
    border-color:#dbdbdb;
}
*/
.checkbox:not(.disabled):hover .checkImg{
    border-color:#393c3d;
}
.checkbox.checked .checkImg{
    background-image: linear-gradient(#262727, #393c3d);
    border:none;
}
.checkbox.checked .checkImg:after{
    left: 9px;
    top: 5px;
    border-color:#fff;
}

.checkbox.radio .checkImg:after{
    top:9px;
    width:5px;
    height:5px;
    border:none;
    background-color: #fff;
    border-radius: 50%;
}
.checkbox.radio .checkImg{
    border-radius: 50%;
}

.balloon{
    position: relative;
    text-align: center;
    padding: 3px 6px;
    font-size: 15px;
    background-color: #3B73B3;
    background: linear-gradient(#5c9eef, #3B73B3);
    color: #fff;
    border-radius: 8px;
}
.balloon:before{
    border-color: transparent #3b73ba;
    content: "";
    position: absolute;
    bottom: -6px;
    right: 5px;
    border-width: 0px 7px 6px 0px;
    border-style: solid;
}

.pageCounter a, .pageCounter .ellipsis{
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    color: #393c3d;
    float: left;
    height: 36px;
    margin: 2px;
    min-width: 36px;
    text-decoration: none;
    transition: border-color .2s;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}
.pageCounter a:hover {
    border-color: #393c3d !important;
}
.pageCounter .ellipsis{
    border: none;
    padding-bottom: 5px;
    width: 10px;
    min-width: 10px;
    padding-left: 0px;
    padding-right: 0px;
}
.pageCounter a.sel{
    color:white !important;
    background: linear-gradient(#262727, #393c3d);
    border: 1px solid #262727;
}


/*big custom inputs*/
.custom-input, .custom-dropdown{
    display: flex;
    align-items: center;
    border: 1px solid #b7b7b7;
    padding: 11px 8px 11px 12px;
    font-size: 17px;
    height:41px;
    border-radius:8px;
    box-sizing:border-box;
    background-color:#fff;
    -webkit-appearance: none;
    appearance: none;
    outline:none;
    display: flex;
    align-items: center;
}
textarea.custom-input{
    overflow: auto;
}
/*
.custom-input:focus{
    border-color: #F15928;
    box-shadow: inset 0px 0px 5px rgba(243, 90, 40,0.8);
}
*/
.custom-select-container{
    position:realtive;
}
.custom-select-container select{
    bottom: 0;
    left: 0;
    min-width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    width: auto;
    height:100%;
}
.big-orange-button, .big-black-button{
    background: linear-gradient(#fb4915, #f93900); 
    background-color: #f93900;
    padding:0px 36px;
    height:41px;
    line-height:41px;
    font-size:17px;
    color: #fff;
    cursor: pointer;
    border:none;
    border-radius:8px;
    box-sizing:border-box;
    text-align: center;
}
.big-black-button{
    background: linear-gradient(#262727, #393c3d);
    background-color: #393c3d;
}
.big-orange-button:hover,  .big-orange-button:focus{
    background: radial-gradient(circle, #ff7a00, #f93900);
    outline:0;
}


.redPulse{
    animation: pulse 500ms 1;
}
@-webkit-keyframes pulse {
    0% {
        background-color: initial;
    }
    30% {
        background-color: rgb(255, 126, 123);
    }
    100% {
        background-color: initial;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes bounceDown {
    0% {
        transform: translate3d(0,40px,0);
    }

    100% {
        transform: translate3d(0,0,0);
    }
}

/* Default custom select styles */
.cs-select {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	text-align: left;
	z-index: 100;
	width: 100%;
	max-width: 500px;
}
.cs-select li span {
    display:flex;
	position: relative;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    font-size:17px;
}

/* Placeholder and selected option */
.cs-select .cs-selected span::before {
    content: ' ';
    background-image: url(/images/check.svg);
    width: 15px;
    height: 15px;
    float: left;
    position: absolute;
    left: 10px;
    background-size: 15px;
    margin-top: 2px;
}
.cs-select:focus {
    outline: none;
}

div.cs-active {
	z-index: 10000;
}
.cs-active .custom-dropdown{
    outline: solid 2px #191919;
    border-color: transparent;
    border-radius: 8px !important;
}

/* Options */
.cs-select .cs-options {
    position: absolute;
    overflow: auto;
    max-height: 500px;
    width: auto;
    min-width: 100%;
    background: #fff;
    box-shadow: 0.05em 4px 0.6em rgba(0,0,0,.2);
    border-radius: 8px;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
    margin-top: 5px;
    opacity: 0;
	transition: opacity 0.2s;
    display: none;
}

.cs-select.cs-active .cs-options {
	display: block !important;
    opacity: 1;
}

.cs-select ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

.cs-select ul span {
	padding: 11px 20px 11px 34px;
}

.cs-select ul li.cs-focus span {
	background-color: #ddd;
}

.cs-options li span:hover,
.cs-options li.cs-focus span {
	background: #f3f3f3;
}
.cs-select .miniSelector {
    display: flex;
    justify-content: space-evenly;
    padding: 10%;
    box-sizing: border-box;
    width: 100%;
}
.cs-select .miniSelector .plus, .cs-select .miniSelector .minus, .cs-select .miniSelector .value{
    width: 28px;
    height: 28px;
    border: 1px solid #9a9a9a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cs-select .miniSelector .plus, .cs-select .miniSelector .minus{
    cursor:pointer;
}
.cs-select .miniSelector svg{
    width:11px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    fill:gray;
}
.cs-select .miniSelector .disabled{
    border-color:#eceaea !important;
} 
.cs-select .miniSelector .disabled svg{
    fill:#eceaea !important;
}
.cs-select .miniSelector .minus:hover, .cs-select .miniSelector .plus:hover{
    border-color:#393c3d;
}
.cs-select .miniSelector .minus:hover svg, .cs-select .miniSelector .plus:hover svg{
    fill:#393c3d;
} 
.cs-select .miniSelector .disabled svg{
    fill:#eceaea;
}
.cs-select .miniSelector .plus{
}
.cs-select .miniSelector .value{
    border:none;
    border: none;
    text-align: center;
    display: flex;
    font-size:16px;
}

/*cool alert*/
.alert{
    position: fixed;
    left: 50%;
    top:50%;
    border-radius:10px;
    background: #fff;
    padding: 40px 50px 30px 50px;
    border:0px !important;
    min-width: 180px;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    transition: opacity .25s ease-in-out;
    opacity:0;
}
.alert .title{
    float:none;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.alert .text{
    float:none;
    text-align: center;
    margin-bottom: 30px;
    color: #797979;
    font-size: 16px;
    text-align: center;
}
.alert .button{
    float:none;
}
.alert .button .greenbutton{
    left: 50%;
    position: relative;
    margin-left: -40px;
    width:80px;
}
.alert .button a{
    font-size: 18px;
    width:80px;
    text-align:center;
    box-sizing: border-box;
}

/*Animated confirmation check and error*/
.sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 0px auto 25px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; 
    float:none;
}
.sa-icon.sa-success {
    border-color: #A5DC86; 
}
.sa-icon.sa-error {
    border-color: #F27474;
}
.sa-icon.sa-none {
    display:none;
}
.sa-icon.sa-success::before, .sa-icon.sa-success::after {
    content: '';
    border-radius: 50%;
    position: absolute;
    width: 60px;
    height: 120px;
    background: white;
    transform: rotate(45deg); 
}
.sa-icon.sa-success::before {
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    transform: rotate(-45deg);
    transform-origin: 60px 60px; 
}
.sa-icon.sa-success::after {
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    transform: rotate(-45deg);
    transform-origin: 0px 60px; 
}
.sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, 0.2);
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2; 
}
.sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: white;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    transform: rotate(-45deg); 
}
.sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 8px;
    position: absolute;
    z-index: 2; 
}
.sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    transform: rotate(45deg); 
}
.sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    transform: rotate(-45deg); 
}
.sa-icon.sa-success::after {
    animation: rotatePlaceholder 4.25s ease-in; 
}
.sa-icon.sa-success .sa-line.sa-tip {
    animation: animateSuccessTip 0.75s; 
}
.sa-icon.sa-success .sa-line {
    animation: animateSuccessLong 0.75s; 
}
.sa-icon.sa-error .sa-line{
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 8px;
}
.sa-icon.sa-error .sa-tip{
    transform: rotate(45deg);
    left: 17px;
}
.sa-icon.sa-error .sa-long{
    transform: rotate(-45deg);
    right: 16px;
}

@keyframes rotatePlaceholder {
    0% {transform: rotate(-45deg);}
    5% {transform: rotate(-45deg);}
    12% {transform: rotate(-405deg);}
    100% {transform: rotate(-405deg);} 
}
@keyframes animateSuccessLong {
    0% {width: 0;right: 46px;top: 54px; }
    65% {width: 0;right: 46px;top: 54px; }
    84% {width: 55px;right: 0px;top: 35px; }
    100% {width: 47px;right: 8px;top: 38px; } 
}
@keyframes animateSuccessTip {
    0% {width: 0;left: 1px;top: 19px; }
    54% {width: 0;left: 1px;top: 19px; }
    70% {width: 50px;left: -8px;top: 37px; }
    84% {width: 17px;left: 21px;top: 48px; }
    100% {width: 25px;left: 14px;top: 45px; } 
}

.alarmShake{
    animation: alarm 20ms 40;
}
@keyframes alarm {
  from {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}

/*loading*/
.mspinner {
    left:50%;
    margin: 230px -35px;
    width: 70px;
    text-align: center;
}

.mspinner > div {
  width: 18px;
  height: 18px;
  margin-left:5px;
  background:rgb(37, 133, 227);

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.mspinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.mspinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*loading end*/

/*popup*/
.popBox {
    z-index: 1002;
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius:10px;
    overflow:hidden;
    transition:opacity 0.25s ease-in-out;
    background: #fff;
    display: flex;
    flex-direction: column;
    background-image: url("/images/spinner.svg");
    background-position:center;
    background-size:40px;
    background-repeat:no-repeat;
    box-shadow: rgba(0, 0, 0, 0.28) 0px 8px 28px 0px;
    max-height: calc(100dvh - 40px);
    max-width: calc(100dvw - 40px);
    height:360px;
}
.popBox .bottomBox{
    width:100%;
    flex:100%;
    overflow: auto;;
}
.popBox .innerBottomBox{
    width:100%;
    flex:100%;
    background-color: #fff;
}
.popBox iframe{
    border:none;
    width:100%;
    height:100%;
    overflow: auto;
}
.popBox .titleBox{
    font-size:18px;
    position:sticky;
    top:0px;
    background:#fff;
    z-index:1;
    width: 100%;
    box-sizing: border-box;
    border-bottom:1px solid #e0e0e0;
    padding:0px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    min-height:56px;
}
.popBox .close{
    background-color: #fff;
    position: absolute;
    padding: 7px;
    top: 10px;
    right: 12px;
}
.popBox .close img{
    width:19px;
    height:19px;
    transform:rotate(45deg);
}
.popupMode{
    overflow:hidden;
}
.popClose{
    width:16px;
    height:16px;
    transform:rotate(45deg);
}
.popupTitle{
    width: 100%;
    font-size: 16px;
    text-align: center;
    padding: 17px 0px;
    box-sizing: border-box;
    font-weight: 500;
    z-index: 1;
    box-shadow: rgb(0 0 0 / 16%) 0 0 6px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version*/
}
.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}
.arrow-bottom {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
}
.arrow-right{
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; 
    border-left: 10px solid red;
}
.right-arrow, .left-arrow {
    background-image: url("/images/white-arrow.svg");
    opacity:0.8;
}
.left-arrow{
    transform: scaleX(-1)
}
.breadcrumb{
    margin:0px;
    padding: 0px 1px;
    list-style: none;
}
.breadcrumb li {
    display: inline-block;
    color:#848484;
}

.breadcrumb>li+li:before {
    content: ' ';
    padding: 0 15px;
    background-image: url(/images/next.svg);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: center;
}
.breadcrumb li a{
    color:#848484;
    font-size:15px;
}
.breadcrumb li a:hover {
    color: #393c3d;
    text-decoration: none;
}
.input-wrapper .location, .input-wrapper .checkin, .input-wrapper .duration, .input-wrapper .numletti, .input-wrapper .type{
    padding-left: 33px;
    background-size:17px;
    background-repeat:no-repeat;
    background-position:8px center;
}
.input-wrapper .location{
    background-image: url(/images/location.svg);
    padding-right: 36px;
}
.input-wrapper .checkin{
    background-image: url(/images/calendar.svg);
}
.input-wrapper .duration{
    background-image: url(/images/clock.svg);
}
.input-wrapper .numletti{
    background-image: url(/images/user.svg);
}
.input-wrapper .type{
    background-image: url(/images/type.svg);
    background-position:8px 10px;
}
.input-wrapper .clearButton, .easepick-inputContainer .clearButton{
    background-color: #fff;
    width: 21px;
    height: 68%;
    position: absolute;
    right: 5px;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
    display:none;
}
.input-wrapper .clearButton::before, .easepick-inputContainer .clearButton::before{
    background-image: url(/images/plus.svg);
    background-size: cover;
    background-position: center;
    content: ' ';
    position: absolute;
    right: 4px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}
.easepick-inputsContainer:has(input:focus:not(:placeholder-shown)) .clearButton, .input-wrapper:has(input:focus:not(:placeholder-shown)) .clearButton{
    display:block;
}
.enlargedImage{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%; 
    animation-name: zoomEnlargedImage;
    animation-duration: 0.3s;
    z-index: 10000;
    background-color: black;
}

@keyframes zoomEnlargedImage {
    from {max-width: 0%;max-height: 0%;} 
    to {max-width: 80%;max-height:80%;}
}


/* CSS toggle start*/
/*The switch - the box around the slider */
.switch {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider , .switch:hover .slider{
  border-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  background-color:#2196F3;
}

/* Rounded sliders */
.slider.round {
    border: 2px solid #ccc;
    border-radius: 50%;
}

.slider.round:before {
  border-radius: 50%;
}

/* CSS toggle stop*/



/*tooltip box*/
.tooltipped{
    position: relative;
    display:inline-block;
    cursor:help;
}
.tooltipped .tooltip{
    position: absolute;
    margin-bottom: 20px;
    font-size: 12px;
    cursor: default;
    z-index: 100;
    left: 50%;
    transform: translate(-50%, 6px); /* slightly lower when hidden */
    bottom: 8px;
    align-items: center;
    flex-direction: column;
    display: flex; /* keep in layout so opacity can animate */
    margin-left: auto;
    margin-right: auto;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
}
.tooltipped:hover .tooltip,
.tooltipped:focus .tooltip{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition: opacity 0.25s ease, transform 0.25s ease;
}

@media (pointer: coarse), (hover: none) {
    /*.tooltipped {
        position: relative;
        display: inline-flex;
        justify-content: center;
    }*/
    .tooltipped:focus .tooltip {
        /* same visible behaviour for touch/focus devices */
        padding-bottom: 20px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate(-50%, 0);
    }
}




.arrow_box {
    padding: 10px;
    position: relative;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.arrow_box:bbefore {
    top: 100%;
    left: 50%;
    content: " ";
    height: 17px;
    width: 17px;
    position: absolute;
    transform: rotate(45deg);
    z-index: 5;
    box-shadow: 3px 3px 6px -3px rgba(0,0,0,0.3);
    background: #fff;
    margin-left:-9px;
    margin-top:-9px;
}
.arrow_box.bottom {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.arrow_box.bottom:before {
    bottom: 100%; top:auto;
    margin-bottom:-9px;
    margin-top:0;
    box-shadow: -3px -3px 6px -3px rgba(0,0,0,0.3);
}

/*
.tooltipped{
    position: relative;
}
.tooltipped .tooltip{
    position:absolute;
    opacity:0;
    font-size:12px;
    cursor:default;
    z-index:100;
    left: 50%;
    transform: translate(-50%, 0%);;
    bottom:8px;
    transition:opacity 0.25s;
    height:0px;
    padding-bottom:0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
}
.tooltipped:hover .tooltip{
    padding-bottom:20px;
    height: auto !important;
    opacity:1;
}
.arrow_box {
    padding:10px;
    position: relative;
    background: #ffffff;
    border: 1px solid rgb(210, 210, 210);
    border-radius: 6px;
}
.arrow_box:after, .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(210, 210, 210, 0);
    border-top-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box:before {
    border-color: rgba(137, 159, 173, 0);
    border-top-color: rgb(210, 210, 210);
    border-width: 11px;
    margin-left: -11px;
}
*/
/*toltip box end*/
.mobileScroller, .mobileScrollerInner{
    width:100%;
}
.mobileScroller{
    overflow-x:scroll !important;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width:none;
    -webkit-overflow-scrolling:touch;
}
.mobileScroller::-webkit-scrollbar {
    width: 0px;
    height:0px;
    background: transparent;
}
.mobileScrollerInner{
    display:flex;
    flex-wrap: nowrap;
}
.mobileScrollerInner > *{
    scroll-snap-align: start;
    display: inline-block;
}

.indicatorContainer {
    bottom: 13px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 60px;
    overflow: hidden;
}
.indicatorStripe{
    display:flex;
    transition: all 0.2s;
}
.indicator {
    background: rgba(255,255,255,0.7);
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
}
.smallIndicator {
    transform: scale(0.8);
}
.selectedIndicator{
    background: #fff;
}
.notransition{
    transition: none !important;
}
.eye {
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,<svg viewBox='0 0 24 24'><path d='M12.013 4.501c-3.88-.065-8.202 2.372-11.39 5.88a2.414 2.414 0 0 0-.001 3.232c3.183 3.506 7.481 5.95 11.39 5.885 3.885.066 8.183-2.378 11.367-5.883.83-.92.83-2.314.002-3.232-3.194-3.512-7.515-5.947-11.394-5.882zm0 1.5c3.378-.057 7.328 2.17 10.256 5.389.31.344.31.872-.002 1.219-2.92 3.213-6.848 5.446-10.254 5.39-3.432.056-7.36-2.178-10.279-5.392a.912.912 0 0 1 .002-1.22c2.922-3.216 6.872-5.443 10.251-5.386zM15 12a3 3 0 1 1-6 .004 3 3 0 0 1 6-.007V12zm1.5 0v-.003a4.5 4.5 0 1 0-9-.002 4.5 4.5 0 0 0 9 .005z'></path></svg>");
  background-size: 100%; 
}
.gm-style iframe + div {
    border:none!important;
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow:ellipsis;
    cursor:pointer;
}

.easepick-inputsContainer{
    width:100%;
    background: #fff;
    border-radius: 8px;
}
.easepick-inputsContainer * {
    line-height: normal;
}
.easepick-inputContainer{
    border: 1px solid #b7b7b7;
    float: left;
    box-sizing: border-box;
    height:60px;
    width: 50%;
    text-overflow: ellipsis;
    position: relative;
}
.easepick-inputContainer input{
    border:none !important;
    padding: 30px 15px 15px 15px;
    width:100%;
    box-sizing: border-box;
    background: transparent;
    height:100%;
    font-size:16px;
}
.easepick-inputContainer input:focus {
    outline: solid 2px #191919;
}
.easepick-inputContainer.in{
    border-radius: 8px 0px 0px 8px;
    border-right:0px;
}
.easepick-inputContainer.in::after{
    content:"";
    position: absolute;
    right: 0px;
    height:55%;
    width:1px;
    background-color:#b7b7b7;
    top: 50%;
    transform: translateY(-50%);
}
.easepick-inputContainer.in:has(input:focus)::after {
    display:none;
}
.easepick-inputContainer.out{
    border-radius: 0px 8px 8px 0px;
    border-left:0px;
}
.easepick-inputContainer .titleCaption{
    position: absolute;
    font-size: 10px;
    font-weight: bold;
    left: 15px;
    top: 13px;
    pointer-events:none;
    text-transform: uppercase;
}

@keyframes rotation{
    0%{transform:rotate(0deg)} to {transform:rotate(360deg)}
}
@media (max-width: 767px){/*mobile*/
    body{
        min-width:320px;
        background: #fff;
        cursor: pointer;
    }
    .mobilehide{
        display:none !important;
    }
    select{
        font-size:16px;
    }
    .allContainer{
        width:300px;
    }
    .externalContainer{
        width:100% !important;
    }
    .popupMode{
        min-height: 0px;
    }
    .popupMode > *{
        display:none !important;
    }
    .popBox{
        border-radius: 0px !important;
        top:0px !important;
        left:0px !important;
        transform: translateX(0px);
        height:100% !important;
        display:flex !important;
        width: 100% !important;
        max-height: 100%;
        max-width: 100%;
        margin: 0px !important;
        border:none;
    }
    .popClose{
        transform:rotate(180deg);
    }
    .alert{
        max-width:200px;
    }
    .mobileScrollerInner{
        width:auto;
    }
    .mobileScrollerInner > *{
        scroll-snap-align: center;
    }
    .custom-input, .custom-dropdown{
        height:45px;
    }
    .easepick-wrapper{
        left:0px;
    }
}
@media (min-width: 768px){/*desktop*/
    .desktopflexwrap{
        flex-wrap:wrap;
    }
    .desktophide{
        display:none !important;
    }
}
@media (min-width: 1050px){/*big desktop*/
    .externalContainer{
        width:95% !important;
    }
}
/*app*/
.app .apphide{
    display:none;
}
.app .appshowforce{
    display: block !important;
}
.app .popupClose{
    top:20px !important;
}	/* CSS CALENDAR */
	.mcalendar table {width:100%;border-collapse: collapse;table-layout:fixed;max-width: 270px;}
	.mcalendar table th {padding:0px;font-size:12px;text-align:center;font-weight:normal;color:#757575;}
	.mcalendar table tr {padding:0px;}
	.mcalendar table tr td{font-size:14px;text-align:center;}

	.mcalendar {
		opacity: 0;
        transition: opacity 0.2s;
        background: #fff;
        box-shadow: 0.05em 4px 0.6em rgba(0,0,0,.2);
        border-radius: 8px;
        border: 1px solid #d2d2d2;
		width: 286px;
		font-size: 15px;
		cursor: pointer ;
		position: absolute;
		padding:10px 20px 15px 20px;
		z-index:10000;
        margin-top:5px;
        box-sizing: border-box;
	}
	.mcalendar #titlediv{
		width:100%;
		padding-bottom:1px;
        max-width: 315px;
        float:none;
	}
	.mcalendar #title{ 
		width:100%;
		font-weight:bold;
        font-weight:500 !important;
		font-size:17px;
		padding:15px 0px 20px 0px;
		text-align:center;
	}
    .mcalendar .caption{
        border-top: 1px solid lightgray;
        padding: 12px 8px 0px 10px;
        margin-top: 10px;
        line-height: 16px;
        font-size: 12px;
        width: 100%;
        box-sizing: border-box;
    }
    /*.mcalendar .caption::before{
        content: "i";
        width: 24px;
        height: 24px;
        background: #2b2b2b;
        color: #fff;
        border-radius: 50%;
        position: absolute;
        left: -2px;
        top: 15px;
        box-sizing: border-box;
        padding-top: 3px;
        font-size: 18px;
        font-weight: 500;
        font-family: cursive;
        text-align:center;
    }
    */
	.mcalendar .nextImg, .mcalendar .beforeImg{
        background-image: url(/images/black-arrow.svg);
        background-size: 14px;
        width: 33px;
        height: 33px;
        right: 0px;
        border-radius: 50%;
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        top: 7px;
        z-index: 1;
        border:1px solid transparent;
	}
    .mcalendar .beforeImg{
		left:0px;
        transform: scaleX(-1);
	}
	.mcalendar .nextImg:hover, .mcalendar .beforeImg:hover{
		cursor:pointer;
        background-color: #f3f3f3;
	}
		
	.mcalendar div {
	 cursor:default;
	}
	
	.mcalendar img {
		cursor:pointer;
	}
	.mcalendar table td {padding:8px 0px;color:#2b2b2b;}
	.mcalendar table td.dayhover {background:#f3f3f3;}
    .mcalendar table td.dayhover:last-of-type{border-radius:0 50% 50% 0;}
	.mcalendar table td.dayselected {background: #3e3e3e;border-radius: 50%;color: #fff;position:relative;}
    .mcalendar table td.dayselected::before {position: absolute;content: " ";width: 100%;height: 100%;top: 0px;left: 0px;background: #f3f3f3;z-index: -1;border-radius: 50% 0 0 50%;}
	.mcalendar table td.noday {/*padding:0em;*/text-align:center; color:lightgray !important; font-weight:normal;}
	.mcalendar table td.reserved {text-align:center;font-weight:normal;text-align: center;color:#ff5e5e !important; text-decoration: line-through;cursor: default !important;}
	.mcalendar table td.visibleNoday {padding:0em;text-align:center; color:lightgray; font-weight:normal;}
	.mcalendar table td.beforeToday {text-align:center;font-weight:normal;text-align: center;color: #d2d2d2;}
	.mcalendar .today {background:#b0b0b0;color:maroon;padding:0em;text-align:center;}
	.mcalendar table td.isToday {
	}
    .mcalendar .boatInfo{
        font-size: 12px;
        padding-top: 18px;
        line-height: 18px;
    }
	.calTransparent{
	    opacity:0 !important;
	}   
	@media (max-width: 767px) {/*tablet and mobile*/
        .mcalendar table {max-width: 300px;}
        .mcalendar #titlediv img, .mcalendar #title{
            font-size:20px;
            padding:13px 0px 18px 0px
        }
        .mcalendar table td, .mcalendar table th{
            font-size:16px !important;
        }
        .mcalendar table td{
            padding:11px 0px;
        }
    }.awesomplete [hidden] {
    display: none;
}

.awesomplete .visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.awesomplete {
    display: inline-block;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

/*.awesomplete > input {
    display: block;
}
*/

.awesomplete > ul {
    background-color:#fff !important;
    position: absolute;
    left: 0;
    z-index: 1000;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 10px 0px;
    margin: 0;
    background: #fff;
	border-radius: 8px;
	border: 1px solid rgb(210, 210, 210);
	box-shadow: 0.05em 4px .6em rgba(0,0,0,.2);
	text-shadow: none;
    margin-top:9px;
    overflow: hidden;
}

.awesomplete > ul:empty {
    display: none;
}

.awesomplete > ul > li {
	position: relative;
	padding: 16px 57px 16px 70px;
	cursor: pointer;
    font-size: 17px;
    color: #393c3d;
    text-align: left;
}
.awesomplete > ul > li::before{
    content: " ";
    background-image: url(/images/locationblack.svg);
    background-image: var(--background);
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    background-size: var(--backgroundsize);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 7px;
    left: 18px;
    border-radius: 8px;
}
.awesomplete > ul > li::after{
    content: attr(nbarche);
    display: var(--displaynumboats);
    position: absolute;
    top:17px;
    right: 13px;
    padding: 0px 5px;
    border-radius: 12px;
    color: rgba(0,0,0,0.5);
    font-style: normal;
    border: 1px solid #b7b7b7;
    font-size: 12px;
    
}


.awesomplete > ul > li:last-child {
    border-bottom:none;
}
.awesomplete > ul > li:hover {
	background-color: #f3f3f3;
	color: black;
}
.awesomplete > ul > li:hover::before {
	background-color: #fff;
}
.awesomplete > ul > li[aria-selected="true"] {
    background-color: #ddd;
}
.awesomplete mark {
    font-weight: bold;
    background-color: transparent;
}
.localizating{
    background: url(/images/localizating.gif);
    background-size: cover;
    min-height: 144px;
}