/* ---------------------------------
        GLOBAL ELEMENTS
*/
/* Cera Pro */
@font-face {
    font-family: "Cera Pro";
    src: url(/views/2010/tpl/fonts/cera-pro/CeraPro-Regular.woff2) format("woff2"),
    url(/views/2010/tpl/fonts/cera-pro/CeraPro-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: "Cera Pro";
    src: url(/views/2010/tpl/fonts/cera-pro/CeraPro-RegularItalic.woff2) format("woff2"),
    url(/views/2010/tpl/fonts/cera-pro/CeraPro-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}
@font-face {
    font-family: "Cera Pro";
    src: url(/views/2010/tpl/fonts/cera-pro/CeraPro-Medium.woff2) format("woff2"),
    url(/views/2010/tpl/fonts/cera-pro/CeraPro-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: "Cera Pro";
    src: url(/views/2010/tpl/fonts/cera-pro/CeraPro-Bold.woff2) format("woff2"),
    url(/views/2010/tpl/fonts/cera-pro/CeraPro-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

* {
    margin: 0;
    padding: 0;
    color: #757575;
    font-size: 13px;
    letter-spacing: 0.12px;
    font-family: "Cera Pro", Arial, sans-serif;
}
html, body { height: 100%; }
body {
    margin: auto;
    width: auto;
    overflow-y: scroll;
    background: #fff;
    background-image: url(https://yellohvillage.pro/images/yhr/visuel-tunnel.png);
    background-position-x: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 624px;
}
:-moz-placeholder {
    font-style: italic;
}
::-moz-placeholder {
    font-style: italic;
}
:-ms-input-placeholder {
    font-style: italic;
}
::-webkit-input-placeholder {
    font-style: italic;
}

select { padding: 3px; }
select.Fake { padding: 2px 3px 1px 3px; }
select option { padding: 0px 4px; }

.status0 { color: #FE9704; }
.status10, .status10 *, .status11, .status11 * {
    color: #069c09;
    font-weight: normal;
}
.status20, .status20 * { color: #dd2c03; }

#surContainer {
    border: none;
    padding-top: 220px;
}
#container {
    position: relative;
    margin: auto;
    background: #fff;
    padding-bottom: 100px;
}

#modal-shadow-top, #modal-shadow-bottom {
    position: fixed;
    left: 50%;
    width: 997px;
    height: 10px;
    margin-left: -499px;
}
#modal-shadow-top { top: 0px; background: url(../images/modal-shadow-tb.png) top left no-repeat; }
#modal-shadow-bottom { bottom: 0px; background: url(../images/modal-shadow-tb.png) bottom left no-repeat; }
#modal-shadow-top.plain { top: 0px; background: url(../images/modal-shadow-tb-plain.png) top left no-repeat; }
#modal-shadow-bottom.plain { bottom: 0px; background: url(../images/modal-shadow-tb-plain.png) bottom left no-repeat; }
#modal-shadow-left, #modal-shadow-right {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 5px;
    height: 100%;
    background: #bcbcbc;
}
#modal-shadow-left.plain { margin-left: -493px }
#modal-shadow-right.plain { margin-left: 487px }
#modal-title {
    position: fixed;
    top: 10px;
    left: 50%;
    width: 975px;
    height: 45px;
    margin-left: -488px;
    background-image: url(../images/custom-modal-title.png);
    background-position: top left;
    background-repeat: repeat-x;
}
#modal-title a#modal-close {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 4px;
    right: 4px;
    cursor: pointer;
    background: url(../images/modal-close.jpg) top left no-repeat;
    text-decoration: none;
}
#modal-title h1, #modal-title h1 * {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    line-height: 38px;
    text-decoration: none;
}
#modal-title img {
    float: left;
    margin-left: 20px;
    margin-right: 10px;
}
#modal-shadow-top, #modal-shadow-bottom, #modal-title {	z-index: 121000; }
input[type="text"], input[type="password"]{
    position: relative;
    padding: 3px 7px;
    border: 1px solid #c2c2c2;
}
#lightbox {
    position: fixed;
    -moz-box-shadow: 0 0 21px rgba(101, 98, 107, 0.5);
    -webkit-box-shadow: 0 0 21px rgba(101, 98, 107, 0.5);
    box-shadow: 0 0 21px rgba(101, 98, 107, 0.5);
    top: 50%;
    left: 50%;
    background: white url(../images/loader2.gif) no-repeat center center;
    z-index: 99999999999;
    behavior: url(includes/pie/PIE.php);
}
#lightbox-innerContainer {
    overflow: auto;
    height: 100%;
    width: 100%;
}
#lightbox-closeContainer {
    position: absolute;
    top: -26px;
    right: 0px;
    padding: 8px;
    width: auto;
    background-color: white;
}
#lightbox-close {
    font-size: 14px;
    font-weight: bold;
    padding-right: 25px;
    background-image: url(../images/cart_delete.png);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
.caps { text-transform: uppercase; }
#header {
    height: 57px;
    width: 100%;
    background-image: #254b75; /* Old browsers */
    background-image: -moz-linear-gradient(top,  rgba(132, 153, 192, 0.6) 0%, rgba(11, 31, 66, 0.6) 100%); /* FF3.6-15 */
    background-image: linear-gradient(rgba(132, 153, 192, 0.6), rgba(11, 31, 66, 0.6));
    background-image: linear-gradient(rgba(132, 153, 192, 0.6), rgba(11, 31, 66, 0.6));
    background-image: -webkit-linear-gradient(rgba(132, 153, 192, 0.6), rgba(11, 31, 66, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#254b75', endColorstr='#6685af',GradientType=0 ); /* IE6-9 */
	position: fixed;
	z-index: 110000;
    background-color: white;
}
    body.scroll-1 #header {
        height: 42px;
        transition: all 0.2s ease-in-out;
        background-image: #29476f; /* Old browsers */
        background-image: -moz-linear-gradient(top,  #6785ad 0%, #29476f 100%); /* FF3.6-15 */
        background-image: linear-gradient(#6785ad, #29476f);
        background-image: linear-gradient(#6785ad, #29476f);
        background-image: -webkit-linear-gradient(#6785ad, #29476f);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6785ad', endColorstr='#29476f',GradientType=0 ); /* IE6-9 */
    }
    .campsite-title {
        width: 100%;
        margin-top: 110px;
        position: fixed;
    }
    .campsite-title .container .wrap {
        margin: 0 auto;
    }

    .campsite-title .container .header-container {
        display: table;
        margin: auto;
        white-space: nowrap;
    }
    .campsite-title .container .header-container .header-container-center {
        display: flex;
        align-items: center;
    }
    .campsite-title .container .header-container .header-container-center #custom-logo {
        float: left;
        display: block;
        width: 173px;
        height: 90px;
        margin-right: 30px;
        object-fit: contain;
    }
    .campsite-title .container .header-container .header-container-center #main-title {
        float: left;
    }
    .campsite-title .container .header-container .header-container-center:after {
        content: '';
        display: table;
        clear: both;
    }

	.campsite-title h1, .campsite-title h2 {
		margin: 0;
		font-size: 29px;
        font-weight: normal;
		color: white;
        letter-spacing: 0.03em;
        text-align: center;
        text-shadow: 2px 2px 3px #235a8c;
	}
    [page="home"] body.singular-village .campsite-title.has-logo h1,
    body.ce .campsite-title.has-logo h1,
    body.ce .campsite-title.has-logo h2
    {
        text-align: center;
    }
    #header h2 {
		margin: 0 0 0 366px;
		font-size: 18px;
        font-weight: normal;
        position: relative;
	}
    #header.custom-logo h2 {
        margin: 0 0 0 436px;
    }
    #header h2 img {
        vertical-align: top;
        position: relative;
        top: -30px;
        left: 8px;
    }
    #header .logo-yelloh {
        position: absolute;
        left: 50%;
        margin-left: -70px;
        top: 24px;
        width: 140px;
        height: 65px;
        background: url(../images/yelloh-logo-140.png) top left no-repeat;
        transition: all 0.2s ease-in-out;
    }
    body.scroll-1 #header .logo-yelloh {
        margin-left: -35px;
        top: 4px;
        width: 69px;
        height: 32px;
        background: url(../images/yelloh-logo-69.png) top left no-repeat;
    }
    .campsite-title .stars {
        display: block;
        margin-top: 5px;
    }
    .campsite-title .stars i::before {
        color: white;
        font-size: 24px;
    }
    #custom-logo {
        float: left;
        background-color: white;
    }
#footer {
    z-index: 998;
    padding: 0px 15px;
    padding-top: 5px;
    padding-bottom: 10px;
    min-height: 16px;
    position: relative;
	background: #ECE9DF;
	border-top: 1px solid #bec4c2;
}
#footer p { font-size: 10px; }
#footer a { font-size: 11px; }
#footer img { vertical-align: -5px; }
#footer #webcamp {
    position: absolute;
    font-size: 11px;
    line-height: 20px;
    bottom: 11px;
    right: 15px;
}
#rpw_debug_box {
    position: relative;
    height: 0px;
    overflow: hidden;
    overflow-y: scroll;
    margin: 20px auto;
    padding: 12px;
    padding-bottom: 0px;
    background: #ffeeee;
}
#rpw_debug_close {
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    width: 12px;
    height: 12px;
    border: none;
    background: url(../images/rpw-debug-close.jpg) top left no-repeat;
}

a#cart {
    display: block;
    position: absolute;
    top: 10px;
    right: 6px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding-left: 22px;
    background: url(../images/cart.png) center left no-repeat;
}
a#cart:hover { text-decoration: underline; }
a#cart, a#cart * { color: #fff; }

.Clear { clear: both; }

.separation {
    width: 100%;
    height: 0px;
    margin: 8px 0px;
    border-bottom: 1px solid #c2c1c1;
}

h1 { font-size: 14px; margin-bottom: 5px; }
h2 { font-size: 16px; margin-bottom: 5px; }

a {
    color: #00869b !important;
    text-decoration: underline;
    letter-spacing: 0.02em;
}
a img { border: none; }
a:hover { color: #1badc4 !important; }

.button {
    display: block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    line-height: inherit;
    padding: 6px 20px;
    height: auto;
    font-weight: bold;
}
a.button { height: 24px; }

.button.orange {
    border: 1px solid white;
    font-weight: bold;
    color: #09304d;
    background: #ffe958;
    text-transform: uppercase;
    outline: 4px solid #ffe958;
    font-size: 12px;
}
    .button.orange:not(.disabled):hover {
        background: #ffdf00 !important;
        outline: 4px solid #ffdf00;
    }
a.button, a.button.blue, a.button.orange {
    height: auto;
    position: relative;
    color: #FFF !important;
    text-transform: uppercase;
}
a.button.orange {
    color: #09304d !important;
}
.button, .button.blue, .button.orange {
    text-transform: uppercase;
}
.button.blue.disabled, .button.orange.disabled, a.button.disabled, a.button.blue.disabled, a.button.orange.disabled {
    cursor: default;
    color: #b4b4b4;
    background: #f7f7f7;
    border-color: #CACACA #CFCFCF #bfbfbf #CFCFCF;
    outline: 0;
}
.button.blue, .button.blue.selected, .tooltip-promo > .reduc strong  {
    color: #FFF;
    background: #168faa;
    padding-top: 8px;
    border: 0;
    border-bottom: 2px solid #146779;
}
.button.blue:hover { background: #2c6075; }
.button.blue.disabled:hover { background: #f7f7f7; }

.button > img { padding: 0 10px; }/* button with img arg */

#button-next {
    margin: auto;
    height: 35px;
    padding: 0 15px;
    width : 125px;
}
#button-next.disabled {
    background: #DDD !important;
}
.button.dropdown-show:focus, .button.dropdown-hide:focus {
    outline: 0;
}
.button.dropdown-show span {
    color: white;
}
.button.dropdown-hide span {
    color: #3a3e41;
}
.button.dropdown-show i, .button.dropdown-hide i {
    width: 12px;
    height: 9px;
    margin-right: 3px;
    margin-left: 3px;
    display: inline-block;

}
.button.dropdown-show i {
    background-image: url(../images/plus.png);
}
.button.dropdown-hide i {
    background-image: url(../images/minus-dark.png);
}
.readonly {
    border: none;
    background: transparent;
    border-bottom: 1px solid #a5acb2;
    text-align: center;
}

.popup_container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 512px;
    padding: 10px;
}
.popup_container .popup_shadow_top, .popup_container .popup_shadow_bottom {
    position: absolute;
    left: 0px;
    width: 532px;
    height: 10px;
}
.popup_container .popup_shadow_top { top: 0px; background: url(../images/popup-shadow-tb.png) top left no-repeat; }
.popup_container .popup_shadow_bottom { bottom: 0px; background: url(../images/popup-shadow-tb.png) bottom left no-repeat; }
.popup_container .popup_shadow_middle {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 532px;
    background: url(../images/popup-shadow-m.png) top left repeat;
}

.popup_container .popup {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 512px;
    background: #fff;
}
.popup_container .popup a.popup-closeButton {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 17px;
    height: 17px;
    cursor: pointer;
    background: url(../images/popup-close.png) top left no-repeat;
}
.popup_container .popup h1.popup-title {
    background: #a3b201;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
    margin-bottom: 10px;
}
.popup_container .popup .popup-content {
    padding: 20px;
    padding-top: 0px;
    max-height: 250px;
}
.popup_container .popup .popup-content h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 12px;
}
.popup_container .popup .popup-content h3 .payer{ display: block; float: right; width: 75px; text-align: center; }
.popup_container .popup .popup-content input { width: 125px; margin-right: 5px; }
.popup_container .popup .popup-content input.radio { width: auto; margin-left: 15px; }
.popup_container .popup .separation {
    margin-top: 10px;
}
.popup_container .popup .popup-buttons {
    padding: 10px;
    text-align: right;
}
.popup_container .popup .popup-buttons .button { display: inline; margin-left: 5px; }

a.tooltip {
    position: relative;
    display: block;
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/icon-info.svg) top left no-repeat;
    background-size: contain;
    background-position: center center;
    cursor: help;
    margin-right: 10px;
    text-decoration: none;
    z-index: 80000;
}
    a.tooltip.warning {
        background-image: url(../images/warn_error.png);
    }
a.tooltip div { display: none; }
a.tooltip:hover div {
    position: absolute;
    display: block;
    bottom: 18px;
    left: 50%;
    width: 250px;
    margin-left: -143px;
}
a.tooltip div span.tooltip-top {
    position: absolute;
    display: block;
    bottom: 13px;
    left: 0px;
    width: 230px;
    padding: 5px 10px;
    background: #168faa;
    color: #000;
    font-size: 12px;
    text-align: center;
}
a.tooltip div span.tooltip-top::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 6px solid #168faa;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translate(-50%, 0);
}
a.tooltip div span.tooltip-top.error::after,
a.tooltip.error div span.tooltip-top::after {
    border-top-color: #ff7557;
}
a.tooltip div span.tooltip-bottom {
    display: none;
}
a.tooltip.left:hover div {
    margin-left: 0px;
    left: -4px;
}
a.tooltip.right:hover div {
    margin-left: 0px;
    right: -6px;
    left: initial;
}
a.tooltip.error.left div {
    margin-left: 0px !important;
    left: -4px !important;
}
a.tooltip.left div span.tooltip-bottom { background: url(../images/info-bl.png) bottom left no-repeat; }
a.tooltip.right div span.tooltip-bottom { background: url(../images/info-br.png) bottom left no-repeat; }
a.tooltip.error.left div span.tooltip-bottom { background: url(../images/error-bl.png) bottom left no-repeat; }

a.tooltip.error {
    position: absolute;
    top: -10px;
    left: 0px;
    float: none;
    background: none;
}
a.tooltip.error div {
    position: absolute;
    display: block;
    bottom: 18px;
    left: 50%;
    width: 250px;
    margin-left: -125px;
}
a.tooltip.error div span.tooltip-top { color: #fff; font-weight: bold; background: url(../images/error-t.png) top left repeat-y; }
a.tooltip.error div span.tooltip-bottom { background: url(../images/error-b.png) top left repeat-y; }

a.tooltip.error.static {
    position: relative;
    top: 0px;
    left: 0px;
    margin-right: 0px;
    background: url(../images/statusBad.gif) top left no-repeat;
}
a.tooltip.error.static div { display: none; }
a.tooltip.error.static:hover div { display: block; }

#searchEngine { display: inline-block; }
/* Promotions */
.p100-reduc {
    width: 71px;
    height: 24px;
    line-height: 24px;
    cursor: help;
    top: 26px;
    right: -25px;
    position: absolute;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    z-index: 1;
    background-image: url(../images/grad-v-24-top-white.png);
    background-repeat: repeat-x;
}
.p100-reduc:after {
    width: 59px;
    height: 20px;
    content: "";
    position: absolute;
    left: 11px;
    top: 4px;
    -moz-box-shadow: 0 7px 10px -6px rgba(0,0,0,2.4);
    -webkit-box-shadow: 0 7px 10px -6px rgba(0,0,0,2.4);
    box-shadow: 0 7px 10px -6px rgba(0,0,0,2.4);
}
.p100-reduc.no-p100:after {
    display: none;
}
.p100-reduc.no-p100 {
    width: 36px;
}
.p100-reduc em {
    color: white;
    font-style: normal;
    font-weight: bold;
    position: relative;
    left: 14px;
}
.p100-reduc.no-p100 em {
    display: none;
}
.p100-reduc i {
    position: absolute;
    right: 3px;
    top: 4px;
    width: 15px;
    height: 15px;
    background: url(../images/promo-info.png);
}
.p100-reduc .mask1 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 12px 0 0;
    border-color: #fafafa transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.p100-reduc .mask2 {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 0 12px;
    border-color: transparent transparent transparent #fafafa;
    position: absolute;
    bottom: 0;
    left: 0;
}
.p100-reduc .shadow {
    background-image: url(../images/promo-percent-shadow.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 8px;
    position: absolute;
    right: 4px;
    top: 24px;
}
.price-info {
    position: relative;
}
.price-info > div:first-child {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.price-info strike {
    display: block;
}
a.tt-trigger {
    width: 16px;
    height: 16px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 7px;
    background: url(../images/icon-info.svg) top left no-repeat;
    background-size: 29px;
    background-position: -4px -4px;
    cursor: help;
}
.price-info .price {
    font-weight: bold;
    font-size: 12px;
}

/* tooltip promos */
.tooltip-promo {
    width: 500px;
    display: none;
    position: absolute;
    background: white;
    border: 3px solid #666C60;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px #979797;
    -moz-box-shadow: 0 2px 6px #979797;
    box-shadow: 0 2px 6px #979797;
    min-height: 100px;
    z-index: 122000;
    behavior: url(includes/pie/PIE.php);
}
.tooltip-promo.no-descr {
    width: 163px;
}

.tooltip-promo.no-descr .descr {
    display: none;
}
.tooltip-promo.show {
    display: block;
}
.tooltip-promo > .reduc {
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    width: 163px;
    border-left: 1px solid #f5f5f5;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%,#e5e5e5 100%);
    -pie-background: linear-gradient(#f6f6f6, #e5e5e5);
    behavior: url(includes/pie/PIE.php);
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.tooltip-promo > .reduc h3 {
    letter-spacing: -0.5px;
    margin-bottom: 13px;
    font-size: 14px;
}
.tooltip-promo > .reduc > div {
    position: absolute;
    left: 0;
    padding: 0 10px 20px;
    bottom: 0;
    width: 142px;
}
.tooltip-promo > .reduc strong {
    padding: 7px 10px;
    color: white;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: top left;
    background-repeat: repeat-x;
    letter-spacing: -0.2px;
    border-top: 1px solid rgba(0,0,0,0.5);
    border-bottom: 1px solid white;
    behavior: url(includes/pie/PIE.php);
}
.tooltip-promo > .reduc em {
    margin-left: 5px;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
}
.tooltip-promo.no-p100 > .reduc em {
    display: none;
}
.tooltip-promo > .descr {
    text-align: left;
    width: 337px;
    min-height: 100px;
    font-weight: normal;
    border-right: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
}
.tooltip-promo > .descr p {
    padding-bottom: 7px;
}
.tooltip-promo > .descr p + p {
    padding-top: 6px;
    border-top: 1px dashed #D8D8D8;
}
.tooltip-promo i {
    background-image: url(../images/promo-tooltip-triangle.png);
    background-repeat: no-repeat;
    height: 12px;
    width: 22px;
    position: absolute;
    bottom: -12px;
}
/* multilist .product-infos block */
.line-price .tooltip-promo {
    right: -25px;
    bottom: 74px;
}
.line-price .tooltip-promo i {
    left: 460px;
    bottom: -12px;
}
.line-price .tooltip-promo.no-descr i {
    left: 135px;
}
/* multilist tariffs */
.tab.stays .tooltip-promo {
    right: -142px;
    bottom: 46px;
}
.tab.stays .tooltip-promo.no-descr {
    right: -65px;
}
.tab.stays .tooltip-promo i {
    left: 337px;
}
.tab.stays .tooltip-promo.no-descr i {
    left: 75px;
}
/* list tariffs */
.tariffs .tooltip-promo {
    bottom: 60px;
    right: 50px;
}
.tariffs td[width="33%"] .tooltip-promo {
    right: -61px;
}
.tariffs .tooltip-promo.no-descr {
    left: 0px;
    right: auto;
}
.tariffs .tooltip-promo i {
    left: 351px;
}
.tariffs .tooltip-promo.no-descr i {
    left: 81px;
}
/* simple search */
.promoContainer .tooltip-promo {
    bottom: 169px;
}
td.cell0 .promoContainer .tooltip-promo {
    right: -388px;
}
td.cell1 .promoContainer .tooltip-promo {
    right: -297px;
}
td.cell2 .promoContainer .tooltip-promo {
    right: -206px;
}
td.cell3 .promoContainer .tooltip-promo {
    right: -115px;
}
td.cell4 .promoContainer .tooltip-promo {
    right: -24px;
}
td[class^="cell"] .promoContainer .tooltip-promo.no-descr {
    right: -43px;
}
/* cart-infos */
#currentLine .tooltip-promo {
    right: -118px;
    bottom: 100px;
}
#currentLine .tooltip-promo i {
    right: 98px;
}
#currentLine .p100-reduc {
    top: 50px;
    right: -16px;
}


td.cell0 .promoContainer .tooltip-promo:not(.no-descr) i {
    background: url(../images/promo-tooltip-triangle-white.png);
    left: 85px;
}
td.cell1 .promoContainer .tooltip-promo:not(.no-descr) i {
    background: url(../images/promo-tooltip-triangle-white.png);
    left: 176px;
}
td.cell2 .promoContainer .tooltip-promo:not(.no-descr) i {
    background: url(../images/promo-tooltip-triangle-white.png);
    left: 267px;
}
td.cell3 .promoContainer .tooltip-promo i {
    background: url(../images/promo-tooltip-triangle.png);
    left: 358px;
}
td.cell4 .promoContainer .tooltip-promo i {
    background: url(../images/promo-tooltip-triangle.png);
    left: 449px;
}
td[class^="cell"] .promoContainer .tooltip-promo.no-descr i {
    left: 91px;
}
.heart .tooltip-promo {
    bottom: 58px;
}
.heart .p100-reduc:hover + .tooltip-promo {
    display: block;
}
.heart .tooltip-promo i {
    left: 426px;
}
.heart .tooltip-promo.no-descr i {
    left: 89px;
}
.popup-content .tt-trigger:hover + .tooltip-promo {
    display: block;
}
#error-field, #message-field {
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    padding: 8px;
    font-weight: bold;
    font-size: 14px;
}
#error-field {
    background: #f2cbcb;
    border: 4px solid #f79696;
    color: #E86666;
    text-align: left;
}
#error-field ul li {
    list-style-type: none;
    color: #E86666;
}
#error-field ul li + li {
    margin-top: 8px;
}
#message-field {
    background: #d0f2cb;
    border: 4px solid #7BD66F;
    color: #4CB63E;
}
.errorImg {
    float: right;
    margin-right: 10px;
}
.errorImg-inside {
    background: url(../images/error.gif) center right no-repeat;
}

#searchEngine, #searchEngine * { text-align: left; }
.searchEngine-errors { position: relative; display: block; width: 0px; height: 0px; }
#searchEngine input.check, #searchEngine input.radio { margin-right: 8px; vertical-align: -2px; }
#searchEngine label.check { margin-right: 4px; }
#searchEngine .calendarBox {
    width: 90px;
    display: inline-block;
    margin-left: 11px;
    *display: inline;
    *zoom: 1;
}
#searchEngine .calendarBox .calendarInput { text-indent: 4px; height: 21px; }
.dateSelectorBlock{
    margin-bottom: 15px;
}
#searchEngine-beginType, #searchEngine-endType {
    width: 110px;
    vertical-align: top;
}

label.wide {
    display: block;
    width: 100px;
    float: left;
}
#searchEngine #searchEngine-ceNumber, #searchEngine #searchEngine-fidelityNumber, #searchEngine #searchEngine-fidelityName {
    width: 215px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-style: italic;
}

#searchEngine .fakeSelect { margin: auto 4px; }
#searchEngine .fakeSelect label { font-size : 11px; }
#searchEngine  .simpleSelect { font-size: 11px; line-height: 24px; width: 100%; }
#searchEngine #fakeSelect_searchEngine-sites { font-size: 11px; margin-left: 0px !important; }
#searchEngine table tr.spaced > td {
    padding-bottom: 6px;
}

.calendarBox { position: relative; }
.calendarInput { width: 100%; margin-bottom: 5px; }
.calendarButton {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 14px !important;
    height: 16px !important;
    border: none;
    margin-left: 4px;
    cursor: pointer;
    background: url(../images/calendar.png) top left no-repeat;
}

select option.separator {
    height: 5px;
    font-size: 2px;
    margin-bottom: 4px;
    border-bottom: 2px double #ddd;
}
.fakeSelect, .fakeSelect * { cursor: default; }
.fakeSelect {
    position: relative;
    height: 22px;
    padding-left: 5px;
    padding-right: 20px;
    font-size: 12px;
    color: #757575;
    line-height: 20px;
    background: url(../images/fakeSelect.png) top left no-repeat;
}
.fakeSelect a.fakeSelect-arrow {
    position: absolute;
    display: block;
    width: 17px;
    height: 22px;
    top: 0px;
    right: 0px;
    background: url(../images/fakeSelect-arrow.png) top left no-repeat;
}
.fakeSelect input.combo {
    width: 100%;
    border: none;
    color: #757575;
    height: 20px;
    margin-top: 1px;
    text-align: center;
}
.fakeSelect .fakeSelect-container {
    position: absolute;
    width: 100%;
    max-height: 150px;
    top: 21px;
    left: 0px;
    overflow: auto;
    overflow-x: hidden;
    background: white;
    border: 1px solid #e2e9ef;
    /*border-top: none;*/
}
.fakeSelect .fakeSelect-container input { margin-left: 10px; }
.fakeSelect .fakeSelect-container label { margin-left: 4px; }
.fakeSelect .fakeSelect-container div.multipleLine { position: relative; padding: 4px 0px; }
.fakeSelect .fakeSelect-container div.multipleLine div.super {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}
.fakeSelect .fakeSelect-container div.multipleLine img.loader { margin-left: 7px; vertical-align: -2px; }
.fakeSelect .fakeSelect-container a {
    font-size: 12px;
    color: #757575;
    text-decoration: none;
    display: block;
    padding: 2px 6px;
    margin-bottom: 1px;
}
.fakeSelect .fakeSelect-container a.separator {
    height: 5px;
    font-size: 2px;
    padding: 0px;
    margin-bottom: 4px;
    border-bottom: 2px double #ddd;
}
.fakeSelect .fakeSelect-container div.multipleLine.hover { background: #8FB8FF !important; }
.fakeSelect .fakeSelect-container div.multipleLine.hover label { color: #fff;  }
.fakeSelect .fakeSelect-container a:hover { background: #8FB8FF; color: #fff; }
.fakeSelect .fakeSelect-container div.multipleLine.current { background: #C2FFBF; }
.fakeSelect .fakeSelect-container div.multipleLine.current label { color: #555; }
.fakeSelect .fakeSelect-container a.current { font-weight: bold; }
.fakeSelect .fakeSelect-container a.current:hover { color: #fff; }
.fakeSelect .fakeSelect-container a.separator:hover { background: #fff !important; }
.fakeSelect.disabled { background: url(../images/fakeSelect.png) 0px -22px no-repeat; }
.fakeSelect.disabled a.fakeSelect-arrow { background: url(../images/fakeSelect-arrow.png) 0px -22px no-repeat; }
.fakeSelect.disabled input.combo { background: #e5e5e5; }

.quarterName {
    margin-bottom: 5px;
    display: inline-block;
    color: #168faa;
    font-weight: bold;
    letter-spacing: 0.01em;
}
.cart-zone {
    padding: 20px;
    border: 1px solid #c3c3c1;
    background: #fcfcfc url(../images/cart-zone.png) top left repeat-x;
}
#participants h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}
#participants h4 span {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}
#participants h5 {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 8px;
}
#participants .spacer {
    margin-bottom: 15px;
}
#participants .participant {
    display: block;
    margin-left: 20px;
    margin-bottom: 3px;
}
#participants .participant input {
    width: 122px;
    margin-right: 5px;
    margin-bottom: 4px;
}

table th { position: relative; }
table th.sorted {
    text-indent: 8px;
}
table th span.sortArrow {
    position: absolute;
    top: 50%;
    left: 2px;
    display: block;
    width: 9px;
    height: 9px;
    margin-top: -4px;
    background: url(../images/sortArrow.png) top left no-repeat;
}
table th span.sortArrow.inverted { background-position: bottom left; }

#cart-railroad-container {
    background: #f0f8fc;
    padding: 15px 0 17px;
}
#cart-railroad ul {
    list-style-type: none;
}
#cart-railroad ul li {
    float: left;
    width: 20%;
}
#cart-railroad ul li a {
    display: inline-block;
    opacity: 1;
    border: 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    line-height: 28px;
    margin-top: 0;
    padding: 0;
}
#cart-railroad ul li a, #cart-railroad ul li span, #cart-railroad ul li span + span {
    cursor: pointer;
}
#cart-railroad ul li.last a { border-right: none; padding-right: 0px; }
html[language="it"] #cart-railroad ul li.last a { margin-top: 2px; }
#cart-railroad ul li a span {
    font-weight: bold;
    background: #fff;
    width: 27px;
    margin: 0 9px 0 5px;
    color: #38a1bb;
    font-size: 18px;
    text-align: center;
    border: 1px solid #38a1bb;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    position: relative;
}
#cart-railroad ul li a span + span {
    padding: 0;
    color: inherit;
    height: auto;
    width: 80%;
    margin: 7px auto 0;
    display: block;
    text-transform: uppercase;
    font-size: 11px;
    background: none;
    font-weight: bold;
    line-height: 13px;
    font-size: 11px;
    border: 0;
}
#cart-railroad ul li a span,
#cart-railroad ul li a span + span {
    vertical-align: middle;
    display: inline-block;
}
#cart-railroad ul li.current a span + span { font-weight: bold; }
#cart-railroad ul li.current a span {
    border-color: #e56123;
}
#cart-railroad ul li.current a span + span,
#cart-railroad ul li.current a span {
    color: #e56123;
}
#cart-railroad ul li.current a {
    font-weight: bold;
    opacity: 1.0;
}
#cart-railroad ul li.disabled a, #cart-railroad ul li.disabled span, #cart-railroad ul li.disabled span + span {
    cursor: default;
    color: #8ab5c1 !important;
    border-color: #51acc7;
    background: none;color: rgb(170, 182, 185) !important;
}
#cart-railroad ul li a span > i {
    display: block;
    position: absolute;
    height: 3px;
    width: 162px;
    top: 12px;
    right: 28px;
}
#cart-railroad ul li.first a span > i { display: none; }
#cart-railroad ul li a span > i {
    background-color: #51acc7;
    cursor: default;
}
#cart-railroad ul li.current + li a span > i,
#cart-railroad ul li.current + li + li a span > i,
#cart-railroad ul li.current + li + li + li a span > i,
#cart-railroad ul li.current + li + li + li + li a span > i
{ background-color: white; }

.productD {
    position: relative;
    padding: 9px;
    margin-bottom: 5px;
    border: 1px solid #dbdbdb;
    background: #fafafa;
}
.campsiteD h2 {
    text-align: left;
    margin-bottom: 10px;
    padding: 10px;
    color: #FFF;
}
.campsiteD h2 span {
    color: white;
}
.campsiteD h2 .campsite-name {
    letter-spacing: 2px;
    font-size: 26px;
    display: inline-block;
    position: relative;
    bottom: 2px;
    color: white;
}
    .campsiteD .icon-star {
        color: #fecf01;
        font-size: 16px;
    }
    .campsiteD .icon-star:before {
        margin: 0 1px;
        vertical-align: 5px;
    }
.campsiteD.campsite-waiter {
    padding: 0;
    text-align: center;
}
.campsiteD.campsite-waiter i {
    color: #168faa;
    font-size: 38px;
}
.campsiteD .informations .price i {
    color: #168faa;
    font-size: 18px;
}
.line-price i.icon-spin6,
.price i.icon-spin6 {
    font-size: 14px;
    color: #168faa;
}
.productD.unavailable { background: #eff1f2; opacity: 0.5; filter: Alpha(opacity=50); }
	.productD .campsite-name {
		display: block;
		margin-top: 0px;
		margin-bottom: 10px !important;
		font-weight: bold;
		font-size: 16px;
		text-align: center;
		padding: 4px;
		background: white;
	}
	.productD .product-pic {
		width: 103px;
		border: 2px solid white;
		box-shadow: 2px 2px 2px #c0c0c0;
		-moz-box-shadow: 2px 2px 2px #c0c0c0;
		-webkit-box-shadow: 2px 2px 2px #c0c0c0;
	}
	.productD .product-name {
		display: block;
		max-width: 265px;
		font-size: 14px;
		font-weight: bold;
		text-align: justify;
		margin-bottom: 8px;
	}
	.productD .tabPadder .product-name { max-width: none; }
	.productD .product-name.unavailable { color: #e31028; }
	.productD .line-price {
		font-weight: bold;
		font-size: 18px;
        position: relative;
	}
    .productD .line-price .price {
        font-weight: bold;
		font-size: 18px;
        text-align: center;
    }
    .productD .line-price .priceNoPromo {
        height: 36px;
        line-height: 36px;
        font-weight: normal;
    }
    .productD .line-price .priceNoPromo.no-p100 {
        text-align: center;
    }
    .productD .line-price .priceNoPromo.noStrike {
        line-height: normal;
    }
    .productD .line-price .priceNoPromo span {
        text-decoration: line-through;
        font-weight: bold;
    }
    .productD .line-price .priceNoPromo.noStrike span {
        text-decoration: none;
    }
    .productD .line-price.noStrike {
        display: block;
        margin-top: 4px;
    }
	.productD .line-price strike,
	.productD .line-price .strike {
		font-weight: normal;
		font-size: 11px;
		color: #757575 !important;
	}
    .productD .line-price .strike {
        display: block;
        margin-top: 0;
    }
	.productD .button.blue {
		float: left;
		font-size: 12px;
		margin-right: 2px;
	}
	.productD h3.favoriteLabel {
		padding-top: 8px;
		padding-left: 40px;
		margin-top: 20px;
		margin-bottom: 0px;
		color: #f55550;
		background: url(../images/heart.png) top left no-repeat;
	}
	.productD .tab {
		position: relative;
		margin-top: 10px;
		background: white;
		border: 1px solid #dbdbdb;
		box-shadow: inset 2px 2px 4px #d0d0d0;
		-moz-box-shadow: inset 2px 2px 4px #d0d0d0;
		-webkit-box-shadow: inset 2px 2px 4px #d0d0d0;
	}
    .productD .isFavorite { width: 0px; height: 0px; overflow: none; display: none; visibility: hidden; }
	.productD .tab .tabPadder { padding: 12px; }
	.productD .tab.pictures img { margin-right: 12px; }
	.productD .tab.pictures.list img { margin-right: 24px; }
	.productD .tab.description p { text-align: justify; }
	.productD .tab.stays { padding: 0px; }
	.productD .tab.stays table { border-collapse: collapse; }
	.productD .tab.stays tr { background: #e4e4e4; }
	.productD .tab.stays tr.light { background: #f4f4f4; }
	.productD .tab.stays thead tr { background: url(../images/stayTab-head.png) top left repeat-x; }
	.productD .tab.stays td, .productD .tab.stays th {
		padding: 6px;
		border: 1px solid #fcfcfc;
		border-top: none;
        text-align: left;
		border-bottom: none;
	}
	.productD .tab.stays td { font-size: 11px; color: black; }
	.productD .tab.stays td.formula { color: #757575; }
	.productD .tab.stays td.price {
		font-weight: bold;
		font-size: 12px;
	}
	.productD .tab.stays td.price strike {
		font-size: 11px !important;
		font-weight: normal !important;
		color: #757575 !important;
	}
	.productD .tab.stays a.addToCart {
		display: block;
		width: 27px;
		height: 21px;
		text-decoration: none;
		border: none;
		background-image: url(../images/custom-add-to-cart-micro.png);
		background-position: top left;
		background-repeat: no-repeat;
	}
	.productD .tab.stays a.addToCart.disabled { cursor: not-allowed; background-position: bottom left; }

    .button.addToCart.large {
        position: relative;
        padding: 6px 10px;
        padding-left: 32px;
        border-top: 0;
        line-height: normal;
        height: 27px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        behavior: url(includes/pie/PIE.php);
    }
    .button.addToCart.large:hover {
        background-image: none;
    }
    .button.addToCart.large img {
        position: absolute;
        left: 8px;
        top: 5px;
        cursor: pointer;
        margin: 0;
        padding: 0;
    }
	.productD .tab.tariffs table { background: #eef3f6; }
	.productD .tab.tariffs table { border-collapse: collapse; }
		.productD .tab.tariffs table td {
			padding: 20px;
			border: 1px solid #c3c3c1;
		}
			.productD .tab.tariffs table td .container { position: relative; }
			.productD .tab.tariffs table td .tariffLabel { display: block; color: #72AA1A; font-weight: bold; font-size: 16px; margin-bottom: 15px; }
			.productD .tab.tariffs table td .seekedTariff { color: #fe9704; font-weight: bold; font-size: 20px; }
			.productD .tab.tariffs table td .container .pets {
				position: absolute;
				top: 4px;
				right: 4px;
			}
	.productD .promoContainer {
		position: absolute;
		top: -1px;
		right: 7px;
	}
		.productD .promoContainer .line-promo.enabled {
			width: 24px;
			height: 38px;
			background: url(../images/promotion.jpg) top left no-repeat;
		}
		.productD .promoContainer .line-favorite.enabled {
			width: 24px;
			height: 22px;
			margin-top: 8px;
			background: url(../images/heart.jpg) top left no-repeat;
		}

.line {
    position: relative;
    padding: 10px;
    padding-bottom: 30px;
    border: 1px solid #d4d5d3;
    margin-bottom: -1px;
    background: #fff;
}

.line .line-informations, #grid .line-informations { padding-top: 6px; }
.line .borderLeft { padding-left: 10px; border-left: 1px solid #e2e2e2; }
.line .line-pic, #grid .line-pic {
    width: 116px;
    height: 100px;
    background: url(../images/pic-background.jpg) top left no-repeat;
}
.line .line-pic img, #grid .line-pic img {
    width: 107px;
    height: 93px;
    margin-top: 1px;
    margin-left: 3px;
}
.line .line-category, #grid .line-category {
    color: #72aa1a;
    font-weight: bold;
}
.line .line-category { font-size: 14px; }
.line .line-price { color: #fe9704; }
.minimumTariff, .minimumTariff2 { color: #fe9704; font-weight: bold; font-size: 17px; }
.line .promoContainer {
    position: absolute;
    top: -1px;
    right: 7px;
}
.line .promoContainer .line-promo.enabled {
    width: 24px;
    height: 38px;
    background: url(../images/promotion.jpg) top left no-repeat;
}
.line .promoContainer .line-favorite.enabled {
    width: 24px;
    height: 22px;
    margin-top: 8px;
    background: url(../images/heart.jpg) top left no-repeat;
}
.line .favoriteLabel {
    font-size: 16px;
    margin: 0px 50px;
    margin-top: 15px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;
    text-align: center;
}
.line .isFavorite { width: 0px; height: 0px; overflow: none; display: none; visibility: hidden; }
.line .button-addToCart {
    display: block;
    float: right;
    width: 145px;
    height: 28px;
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    text-indent: 35px;
    line-height: 28px;
    text-decoration: none;
    background-image: url(../images/custom-add-to-cart.png);
    background-position: top left;
    background-repeat: no-repeat;
}
.line .button-addToCart.disabled { cursor: default; color: #b4b4b4; background-position: bottom left; }
.line .button.blue, #grid .button.blue, .line .button.orange {
    float: left;
    font-size: 12px;
    color: #3d3d3d;
    margin-right: 2px;
}
.line .button.orange.Print { color: #fff; }
.button.blue.selected {
    position: relative;
    color: #fff;
}
.line .button.blue.selected img, #grid .button.blue.selected img {
    position: absolute;
    width: 22px;
    bottom: -12px;
    left: 50%;
    margin-left: -11px;
    border: none;
}
.tab {
   display: none;
    height: 0px;
    background: #eef3f6;
    overflow: hidden;
    margin-top: 6px;
}
.tab.pictures img {
    width: 195px;
    height: 130px;
    margin-right: 16px;
    border: 1px solid #fff;
    box-shadow: 2px 2px 2px #c0c0c0;
    -moz-box-shadow: 2px 2px 2px #c0c0c0;
    -webkit-box-shadow: 2px 2px 2px #c0c0c0;
}
.tabb.button.blue {
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    line-height: 30px;
    position: relative;
    border: 0;
    height: 40px;
    color: #818181;
    padding: 5px 10px 5px 10px;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #D3D3D3;
    top: 1px;
    font-size: 18px;
    background: #E2E2E2;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    behavior: url(includes/pie/PIE.php);
}
.tabb.button.blue.selected {
    background: #F9F8F3;
    border-color: #EEECEC;
    color: #686761;
    border-bottom: 0;
}
.tabb.button.blue + .tabb.button.blue {
    border-left-width: 0;
}
.tabb.button.blue + .tabb.button.blue.selected {
    border-left-width: 1px;
}
#grid strike { font-weight: bold; font-size: 12px; }
.tab p { text-align: justify; }
#grid .tab { margin-top: 0px; padding: 10px; }
#grid img { margin-right: 7px; }
#grid .tab table{ border: none !important; }
#grid .tab table td { padding: 20px !important; padding-bottom: 0px !important; }

#overlay-loader {
    padding: 10px;
    box-shadow: 0 0 10px #a0a0a0;
    -moz-box-shadow: 0 0 10px #a0a0a0;
    -webkit-box-shadow: 0 0 10px #a0a0a0;
    background: white;
}
#overlay-loader i {
    color: #168faa;
    font-size: 26px;
    margin-right: 12px;
}
#overlay-loader span {
    color: #168faa;
    font-size: 20px;
    font-weight: bold;
}

/* work labels */
ins.work_labels {
    position: relative !important;
    text-decoration: inherit !important;
}
ins.work_labels code {
    display: block !important;
    margin: 0px !important;
    padding: 0px 4px !important;

    position: absolute !important;
    top: 0px !important;
    left: 0px !important;

    text-decoration: none !important;
    font-style: italic !important;
    font-size: 10px !important;
    color: black !important;
    font-weight: normal !important;

    opacity: 0.2 !important;
    background: #fff8e0 !important;
    border-radius: 10px !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
    -moz-box-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
    -webkit-box-shadow: 2px 2px 6px rgba(0,0,0,0.4) !important;
}
ins.work_labels code:hover {
    opacity: 1.0 !important;
}

.right-block {
    padding: 20px 10px;
    margin-bottom: 10px;
    border: 1px solid #C9C9C9;
    background: url("../images/search-engine.png") repeat-x scroll left bottom #eeefed;
}
.right-block.payments {
    padding: 8px 10px 15px;
}
/* YHR_729 FLEXY */
.right-block.payments.flexy {
    text-align: center;
}
.right-block.payments.flexy > img {
    margin: auto;
    display: block;
    max-width: 100px;
}
.right-block.payments > strong {
    display: block;
    margin-bottom: 1.2em;
    font-size: 16px;
    color: #168faa;
    text-align: center;
}
.right-block.payments > div {
    display: flex;
    flex-direction: column-reverse;
}
.right-block.payments ul.payments-other {
    padding-left: 15px;
    margin-left: 10px;
    list-style: circle;
}
.right-block.payments .payments-cards {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    padding: 6px 12px;
    margin: 8px 12px;
}
.right-block.payments .payments-cards > small {
    display: block;
    font-size: 9px;
    margin-bottom: 4px;
    text-align: center;
    color: #808080;
}
.right-block.payments .payments-cards > small > img {
    vertical-align: -4px;
}
.right-block.payments .payments-cards > .payments-cards-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}
.right-block.payments .payments-cards > .payments-cards-flex > [class*="payments-cards-card-"] {
    width: 42px;
    height: 32px;
    padding: 8px;
    background: no-repeat center center;
    background-size: contain;
    background-origin: content-box;
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-ecv {
     background-image: url(/views/common_assets/img/payments/42_32/ecv.png);
 }
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-cvco {
    background-image: url(/views/common_assets/img/payments/42_32/cvco.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-visa {
    background-image: url(/views/common_assets/img/payments/42_32/visa.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-mastercard {
    background-image: url(/views/common_assets/img/payments/42_32/mastercard.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-shareGroop {
    background-image: url(/views/common_assets/img/payments/42_32/sharegroop.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-sepa {
    background-image: url(/views/common_assets/img/payments/42_32/sepa.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-paypal {
     background-image: url(/views/common_assets/img/payments/42_32/paypal.png);
 }
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-applePay {
     background-image: url(/views/common_assets/img/payments/42_32/applepay_40px.png);
 }
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-googlePay {
     background-image: url(/views/common_assets/img/payments/42_32/googlepay_40px.png);
 }
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-ipWire {
     background-image: url(/views/common_assets/img/payments/42_32/transferinitiation_40px.png);
 }
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="ca"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-ca.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="de"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-de.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="en"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-uk.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="es"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-es.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="fr"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-fr.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="it"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-it.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="nl"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-nl.png);
}
.right-block.payments .payments-cards > .payments-cards-flex > .payments-cards-card-xnofees[data-lang="pt"] {
    background-image: url(/views/common_assets/img/payments/42_32/3x-pt.png);
}

.right-block.payments .payments-other {
    list-style: none;
    padding: 0 24px;
    margin: 18px 0 0 0;
}
.right-block.payments .payments-other > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 0;
    color: #168faa;
    text-align: center;
    background: no-repeat left center;
    background-size: contain;
}
.right-block.payments .payments-other > li:after {
    content: '';
    display: table;
    clear: both;
}
.right-block.payments .payments-other > li > div {
    float: left;
    width: 42px;
    height: 28px;
    background: no-repeat center center;
    background-size: contain;
}
.right-block.payments .payments-other > li.payments-other-2 > div {
    background-image: url(/views/common_assets/img/payments/42_32/virement.png);
}
.right-block.payments .payments-other > li.payments-other-3 > div {
    background-image: url(/views/common_assets/img/payments/42_32/cheque.png);
}
.right-block.payments .payments-other > li.payments-other-4 > div {
    background-image: url(/views/common_assets/img/payments/42_32/ancv.png);
}
.right-block.payments .payments-other > li.payments-other-5 > div {
    background-image: url(/views/common_assets/img/payments/42_32/ecv.png);
}
.right-block.payments .payments-other > li.payments-other-6 > div {
    background-image: url(/views/common_assets/img/payments/42_32/ideal.png);
}
.right-block.payments .payments-other > li.payments-other-7 > div {
    background-image: url(/views/common_assets/img/payments/42_32/sofort.png);
}
.right-block.payments .payments-other > li.payments-other-8 > div {
    background-image: url(/views/common_assets/img/payments/42_32/giropay.png);
}
.right-block.payments .payments-other > li.payments-other-9 > div {
    background-image: url(/views/common_assets/img/payments/42_32/flexy.png);
}
.right-block.payments .payments-other > li.payments-other-11 > div {
    background-image: url(/views/common_assets/img/payments/42_32/bon_a_valoir.png);
}
.right-block.payments .payments-other > li.payments-other-12 > div {
    background-image: url(/views/common_assets/img/payments/42_32/paypal.png);
}
.right-block.payments .payments-other > li.payments-other-13 > div {
    background-image: url(/views/common_assets/img/payments/42_32/cvco.png);
}
.right-block.payments .payments-other > li.payments-other-14 > div {
    background-image: url(/views/common_assets/img/payments/42_32/sharegroop.png);
}
.right-block.payments .payments-other > li.payments-other-15 > div {
    background-image: url(/views/common_assets/img/payments/42_32/sepa.png);
}

#right > #calcul {
    transition: top 0.6s ease;
    -o-transition: top 0.6s ease;
    -ms-transition: top 0.6s ease;
    -moz-transition: top 0.6s ease;
    -webkit-transition: top 0.6s ease;
}

/* home */
#search-column { width: 508px; }
#search-column.search-only  { margin: auto; } /* no hearts case */

.hidden {
    display: none !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.debug {
    background: cyan;
    color: #2A5F5F;
    padding: 5px 7px;
}
pre.debug {
    position: relative;
    display: block;
    padding: 10px;
    padding-top: 25px;
    margin: 40px;
    margin-top: 80px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f5f5f5;
    overflow: auto;
}
pre.debug,
pre.debug * {
    color: #333;
    font-size: 13px !important;
    font-family: monospace !important;
}
pre.debug .line-num, pre.debug .file-path {
    position: absolute;
    top: 2px;
    font-size: 12px !important;
    margin: 0 10px;
    color: #9B9040;
}
.line-num {
    right: 0;
}
.file-path {
    left: 0;
}
pre.debug>.index {
    color: #d12872;
    font-style: italic;
}
pre.debug>.word {
    color: #1637e4;
    font-weight: bold;
}
pre.debug>.null {
    color: #b8b8b8;
    font-style: italic;
}
pre.debug>.numbers {
    color: #28c43a;
    font-style: italic;
}
pre.debug .line-num, pre.debug .file-path {
    position: absolute;
    top: 2px;
    font-size: 12px !important;
    margin: 0 10px;
    color: #9B9040;
}
.line-num {
    right: 0;
}
.file-path {
    left: 0;
}
.productD>.messages {
    margin-top: 12px;
    margin-bottom: -5px;
}
.productD>.messages:after {
    content: '';
    display: table;
    clear: both;
}
.productD>.messages>h4 {
    margin: 0;
}
.productD h4.limitFull {
    float: left;
    color: #f03815;
    margin-bottom: 10px;
}
.productD h4.limitFull > img {
	vertical-align: -2px;
}
.productD>.messages>h4.consultants {
    float: right;
    font-weight: normal;
    line-height: 1.7em;
    font-style: italic;
}

#footer ul.links {
    list-style: none;
}
#footer ul.links>li {
    display: inline-block;
}
#footer ul.links>li+li:before {
    content: "-";
    padding: 0 5px;
}
body.hidePromoDesc .p100-reduc { display: none; }
body.hidePromoDesc .tt-trigger { display: none !important; }
body.hidePromoDesc .priceNoPromo { text-align: center; }

#accessToCart {
    margin-top: 15px;
    border: 1px solid #c9c9c9;
    padding: 10px 20px;
    background: #eeefed;
    background: -moz-linear-gradient(top, #eeefed 0%, #f8f9f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeefed), color-stop(100%,#f8f9f7));
    background: -webkit-linear-gradient(top, #eeefed 0%,#f8f9f7 100%);
    background: -o-linear-gradient(top, #eeefed 0%,#f8f9f7 100%);
    background: -ms-linear-gradient(top, #eeefed 0%,#f8f9f7 100%);
    background: linear-gradient(to bottom, #eeefed 0%,#f8f9f7 100%);
    -pie-background: linear-gradient(#eeefed, #f8f9f7);
    behavior: url(includes/pie/PIE.php);
}
#accessToCart label {
    float: left;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    width: 170px;
}
#accessToCart-submit {
    display: inline-block;
}
#accessToCart-idCart {
    width: 140px;
    padding: 5px 10px;
    margin-right: 7px;
}
#accessToCart span.input-hint {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    font-style: italic;
    margin-left: 170px;
}
#accessToCart-error {
    color: #d30027;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 16px;
    overflow: hidden;
}
#idCart-footer {
    color: hsl(0, 0%, 70%);
    position: absolute;
    top: 8px;
    right: 185px;
}
.distance {
    background-color: hsl(0, 0%, 70%);
    display: inline-block;
    color: white;
    padding: 3px 5px;
    border-radius: 5px;
}
[class*="category-flowers"] {
    margin-left: 5px;
}
[class*="category-flowers"]:after {
    font-family: 'fontello';
    font-size: 1em;
    vertical-align: 2px;
}
[class*="furnished-tent-category-flowers"]:after {
    color: #8dc63f;
}
[class*="location-category-flowers"]:after {
    color: #f36f21;
}
[class*="camping-category-flowers"]:after {
    color: #0a9c4a;
}
[class*="category-flowers-1"]:after {
    content: '\e806';
}
[class*="category-flowers-2"]:after {
    content: '\e806\e806';
}
[class*="category-flowers-3"]:after {
    content: '\e806\e806\e806';
}
[class*="category-flowers-4"]:after {
    content: '\e806\e806\e806\e806';
}
/* Yelloh help */
#yelloh-help {
	padding: 8px;
    border: 1px solid #c9c9c9;
    margin-top: 5px;
    background: white;
    text-align: center;
}
    #yelloh-help h3 {
        font-size: 20px;
        font-weight: normal;
        color: #168faa;
        margin: 0 0 12px;
    }
    #yelloh-help h4 {
        color: #000;
        font-weight: normal;
        margin-bottom: 5px;
        font-size: 13px;
    }
    #yelloh-help p {
        color: #000;
        font-size: 11px;
        padding: 3px 4px 6px 4px;
    }
    #yelloh-help p a {
        font-size: 12px;
        letter-spacing: -0.01em;
        vertical-align: middle;
    }
    #yelloh-help img {
        display: none;
    }
    #yelloh-help .phone-number {
        background: #DADADA url(../images/phone.png) no-repeat 7px 7px;
        padding: 4px 5px 5px 22px;
    }
    #yelloh-help .phone-number span {
        color: #ebebeb;
        margin-right: 3px;
    }
    #yelloh-help .phone-number,
    #yelloh-help .phone-number>a {
        color: #2BADDF !important;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        letter-spacing: initial;
    }

.ui-widget-content {
    background: white;
    color: #333;
}
.ui-widget.ui-widget-content {
    z-index: 999999;
    list-style-type: none;
    background-color: white;
    border: 1px solid #168faa;
    border-radius: 4px;
}
.ui-widget.ui-widget-content:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 4px;
    border: 5px solid transparent;
    border-bottom-color: #168faa;
}
.ui-widget.ui-widget-content .ui-menu-item {
    padding: 8px 12px;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}
.ui-widget.ui-widget-content .ui-menu-item a {
    text-decoration: none;
}
.ui-widget.ui-widget-content .ui-menu-item:hover,
.ui-widget.ui-widget-content .ui-menu-item.ui-state-focus {
    background-color: #b9dee6;
}

.core-alert-background {
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: opacity .4s ease;
}
.core-alert-background.active {
    opacity: 1;
}
.core-alert-container {
    z-index: 99999;
    position: fixed;
    left: 50%;
    width: 80vw;
    max-height: 60vh;
    margin-left: -40vw;
    margin-top: 30vh;
    padding: 17px;
    overflow: auto;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    text-align: center;
}
@media (min-width: 768px) {
    .core-alert-container {
        width: 60vw;
        margin-left: -30vw;
    }
}
@media (min-width: 992px) {
    .core-alert-container {
        width: 478px;
        margin-left: -256px;
    }
}
.core-alert-container p {
    text-align: left;
}
.core-alert-container .button {
    display: inline-block;
    margin-top: 14px;
}

#communicationLinks-wrap {
    margin: 20px auto 0;
    background: #f2f2f2;
    padding: 20px 40px;
    width: 513px;
}
#communicationLinks-wrap h1 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
#communicationLinks-wrap h1 small {
    display: block;
    font-size: .85em;
    margin-top: 12px;
    text-transform: none;
}
#communicationLinks {
    width: 500px;
    margin: auto;
}
#communicationLinks ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#communicationLinks ul li {
    display: inline-block;
    width: 44px;
}
#communicationLinks ul li i {
    font-family: fontello;
    font-size: 37px;
    font-weight: normal;
}
#communicationLinks ul li i.icon-facebook { color: #315d9c; }
#communicationLinks ul li i.icon-twitter { color: #29a6dc; }
#communicationLinks ul li i.icon-gplus { color: #d5333e; }
#communicationLinks ul li i.icon-youtube { color: #e62117; }
#communicationLinks ul li i.icon-instagram { color: #795636; }
#communicationLinks ul li i.icon-pinterest { color: #c72527; }
#communicationLinks ul li i.icon-flickr { color: #0063db; }
#communicationLinks ul li i.icon-linkedin { color: #287bbc; }

.icon-anim-spin {
    display: inline-block;
    -webkit-animation: icon-spin 1s infinite linear;
    animation: icon-spin 1s infinite linear;
}
@-webkit-keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

body > footer,
body > footer * {
    box-sizing: border-box;
}
body > footer {
    background-color: white;
}
body > footer .footer-reinsurance {
    padding: 50px 0;
    background-color: #f7f7f7;
}
body > footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
    margin: auto;
    max-width: 1200px;
    list-style: none;
}
body > footer ul > li {
    flex: 1 1 40%;
    display: inline-block;
    max-width: 100%;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
body > footer ul > li:nth-child(5) {
    display: none;
}
body > footer ul > li > span {
    display: block;
    max-width: 60px;
    min-height: 65px;
    margin: 0 auto 25px;
}
body > footer ul > li > p {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 928px) {
    body > footer ul {
        justify-content: space-between;
    }
    body > footer ul > li {
        flex: 1 0 135px;
        max-width: 175px;
    }
    body > footer ul > li:nth-child(5) {
        display: inline-block;
    }
}

body > footer .footer-address {
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body > footer .footer-address > * {
    flex: 1;
}
body > footer .footer-address > p {
    flex: 0 0 auto;
    text-align: center;
}
body > footer .footer-address .footer-cc > div + div {
    margin-top: 8px;
}
body > footer .footer-address .footer-cc label {
    font-weight: bold;
    margin-right: 4px;
}
body > footer .footer-address .footer-cc .footer-cc-current-id {
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    outline: none;
}
body > footer .footer-address .footer-cc .footer-cc-id {
    width: 80px;
    margin-right: 4px;
}
body > footer .footer-address .footer-cc button {
    display: inline-block;
    padding: 3px 10px;
    text-transform: none;
    outline-width: 2px;
}

.lightbox[id^="lightbox-"] {
    z-index: 999999;
    height: 100% !important;
}
.lightbox[id^="lightbox-"],
.lightbox[id^="lightbox-"] * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
body.blurred {
    overflow: hidden;
}

#searchEngine .rangepicker,
#searchEngine .rangepicker * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#searchEngine .rangepicker {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 4px;
    border: 1px solid #c2c2c2;
    background: white;
}
#searchEngine .rangepicker span.rangepicker-date {
    flex: 1 0;
    text-align: center;
}
#searchEngine .rangepicker [class*="icon-"] {
    font-family: 'fontello';
    font-size: 18px;
    color: #808080;
}
#searchEngine .rangepicker .icon-calendar {
    margin-left: -4px;
}
#searchEngine .rangepicker .icon-right-small {
    font-size: 22px;
    margin: 0 -4px;
}
@media (max-device-width: 769px) {
    #searchEngine .rangepicker .icon-calendar {
        margin-left: -4px;
        font-size: 14px;
    }
    #searchEngine .rangepicker .icon-right-small {
        font-size: 18px;
    }
    #searchEngine .rangepicker input {
        padding: 0;
    }
}
#searchEngine .rangepicker input {
    width: 100%;
    border: 0;
    text-align: center;
    outline: none;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    transform: none !important;
    -webkit-transform: none !important;
    border: 0 !important;
    padding: 0 !important;
}
.daterangepicker .calendar-table .next span:before,
.daterangepicker .calendar-table .prev span:before {
    content: '\e826';
    font-family: 'fontello';
    padding: 4px 9px;
    font-size: 12px;
    color: #168faa;
    border: 1px solid #168faa;
    border-radius: 6px;
}
.daterangepicker .calendar-table .prev span {
    transform: rotate(180deg) !important;
}
@media (max-device-width: 769px) {
    .daterangepicker .calendar-table .next span:before,
    .daterangepicker .calendar-table .prev span:before {
        padding: 6px 12px;
        font-size: 14px;
    }
}
.daterangepicker .calendar-table td.disabled {
    background-color: #ccc;
    border-radius: 0;
    color: black;
    text-decoration: none;
}
.daterangepicker .drp-buttons {
    display: none !important;
}

.daterangepicker td.in-range {
    background-color: #FBED94 !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #FFDF00 !important;
    color: black !important;
}

.daterangepicker thead .month, .daterangepicker thead .available {
    color: #168faa !important;
}

.daterangepicker .drp-calendar td.off:not(.disabled) {
    color: transparent !important;
    background-color: transparent !important;
    cursor: default !important;
    user-select: none !important;
    pointer-events: none !important;
}
.daterangepicker .drp-calendar td.off.disabled {
    color: #e2e2e2 !important;
    background-color: transparent !important;
}

.rangepicker-fullscreen {
    display: none;
    position: fixed;
    z-index: 1000001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
}
.rangepicker-fullscreen.in {
    display: block;
}
.rangepicker-fullscreen .icon-cancel {
    position: fixed;
    z-index: 10003;
    top: 5px;
    right: 5px;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 28px;
    height: 28px;

    color: white;
    font-size: 22px;
    background: #0090ad;
    border-radius: 50%;
}
.rangepicker-fullscreen .daterangepicker {
    position: fixed;
    z-index: 10002;
    top: 20px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
}
.rangepicker-fullscreen .daterangepicker:before,
.rangepicker-fullscreen .daterangepicker:after {
    display: none !important;
}
.rangepicker-fullscreen .daterangepicker .calendar-table td,
.rangepicker-fullscreen .daterangepicker .calendar-table th {
    height: 52px;
    font-size: 20pt;
    line-height: 52px;
}
.rangepicker-fullscreen .daterangepicker .drp-calendar {
    width: 48%;
    max-width: none;
}
.rangepicker-fullscreen .daterangepicker .drp-calendar.right {
    float: right;
}
@media (max-device-width: 769px) {
    .rangepicker-fullscreen .daterangepicker .drp-calendar {
        float: none;
        width: 100%;
    }
}

.checkbox-container {
    position: relative;
    display: inline-block;
    margin: 0 0 12px 0px;
    padding: 3px 0 0 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
}
.checkbox-container input {
    border: 0;
    background: transparent;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.checkbox-container span {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    border: 1px solid #b1b1b1;
}
.checkbox-container span:after {
    content: '\e850';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: fontello, cursive;
    font-size: 19px;
    opacity: 0;
}
.checkbox-container input:hover ~ span:after {
    opacity: 1;
    color: #ddd;
}
.checkbox-container input:checked ~ span:after {
    opacity: 1;
    color: #168faa;
}

/* Custom radio input */
.option-input-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.option-input-container {
    display: inline-block;
    position: relative;
}
.option-input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 1px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    transition: all 0.15s ease-out 0s;
    background: inherit;
    border: 1px solid #168faa;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    z-index: 1000;
    font-size: 9px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.option-input[type="radio"]:checked:before {
    height: 16px;
    width: 16px;
    position: absolute;
    content: '';
    display: inline-block;
    background: #168faa;
    top: 0;
    left: 0;
}
.option-input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    z-index: 100;
    font-family: fontello;
    content: '\e850';
    font-size: 6px;
    top: 5px;
    left: 5px;
}
.option-input[type="radio"].radio {
    border-radius: 50%;
}
.option-input[type="radio"].radio::before {
    border-radius: 50%;
}

/* The increment input */
#searchEngine input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

#searchEngine input[type=number]::-webkit-inner-spin-button,
#searchEngine input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: inline-flex;
    align-items: center;
    margin: 0 5px 0 0;
}

.number-input,
.number-input * {
    box-sizing: border-box;
}

.number-input button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #168faa;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
    margin: 0;
    position: relative;
    color: #168faa;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 7px;
    height: 1px;
    background-color: #168faa;
    transform: translate(-50%, -50%);
}
.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input.min-reached button:not(.plus) {
    opacity: .4;
}
.number-input.max-reached button.plus {
    opacity: .4;
}

.number-input input {
    font-family: sans-serif;
    max-width: 2rem;
    padding: .25rem .25rem .25rem .25rem;
    font-size: 1rem;
    height: 1.5rem;
    font-weight: bold;
    text-align: center !important;
    background-color: transparent;
    border: none;
    color: #168faa;
}
.number-input input.quantity {
    max-width: 1.5rem;
    padding: 0.25rem 0 .25rem 0;
}

#searchEngine .searchEngine-submit-container {
    margin-top: 8px;
    text-align: right;
}
#searchEngine .searchEngine-submit-container #searchEngine-submit {
    float: none;
    position: static;
    display: inline-block;
}

#searchEngine table.tolerance {
    display: none;
}

.filter-spacer {
    margin-top: 8px;
}
.filter-spacer:after {
    content: '';
    display: table;
    clear: both;
}

.details-item,
.details-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.details-item {
    position: relative;
    width: 380px;
    height: 45px;
    margin: 0 auto 8px auto;
    background: white;
    border: 1px solid #e0e0e0;
    transition: border-color .25s;
}
.resize {
    height: 40px !important;
}
.details-item input,
.details-item select {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 21px 14px 5px 14px;
    border: 0;
    outline: 0 !important;
    background-color: transparent !important;
}
.details-item input[type="text"],
.details-item input[type="search"],
.details-item input[type="date"],
.details-item input[type="password"] {
    height: 100%;
    padding: 21px 14px 5px 14px;
}
.details-item input:-webkit-autofill,
.details-item input:-webkit-autofill:hover,
.details-item input:-webkit-autofill:focus,
.details-item select:-webkit-autofill,
.details-item select:-webkit-autofill:hover,
.details-item select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    transition: background-color 5000s ease-in-out 0s;
}
.details-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
}
.details-item label {
    position: absolute;
    z-index: 10;
    top: 14px;
    left: 14px;
    margin: 0;
    padding: 0;
    color: #978d8d;
    font-size: 12px;
    cursor: text;
    transition: all .25s ease;
}
.details-item.success label,
.details-item.error label,
.details-item.active label {
    top: 5px;
}

.details-item.success {
    border-color: #20c820;
    background-image: url(/views/common_assets/img/floating-label-success.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
}
.details-item.success input,
.details-item.success select {
    font-weight: bold;
    font-size: 14px;
}
.details-item.error {
    border-color: #cd3636;
    background-image: url(/views/common_assets/img/floating-label-error.png);
    background-position: right 22px center;
    background-repeat: no-repeat;
}
.details-item.error label,
.details-item.error input,
.details-item.error select {
    color: #cd3636 !important;
}
.details-item.success.error label,
.details-item.success.invalid label {
    color: #cd3636;
}
.details-item.disabled {
    background-color: #efefef;
    border-color: #c0c0c0;
    filter: grayscale(1);
}
.details-item.disabled,
.details-item.disabled * {
    cursor: not-allowed;
}

/* Browser compatibility */
@-moz-document url-prefix() {
    /* Firefox */
    .details-item select {
        padding-left: 10px;
    }
}

/* IE */
.details-item select::-ms-expand {
    opacity: 0;
}
.details-item select::-ms-value {
    color: inherit;
    background-color: transparent;
}

.orderChange-licensePlates .licence-plate-label-infos {
    font-size: 12px;
    display: block;
    margin: 0 0 10px 10px;
}

.participant-container {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 24px;
}
.participant-container > div {
    margin: 0 8px;
}
.participant-container .details-item {
    width: 100%;
}

.participant-container .details-item,
.participant > div.details-item {
    width: auto;
    flex-basis: 30%;
    height: 28px;
    background-position: right 6px center;
}
.participant-container .pdocType {
    background-position: right 22px center;
}
.participant-container .details-item input,
.participant > .details-item input {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0;
    padding: 0 8px;
}

.global-error {
    margin: 10px 0;
    padding: 12px;
    color: #d8000c;
    background-color: #ffbaba;
}
.global-error:empty {
    display: none;
}
.global-error:before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    margin-right: 16px;
    background-image: url(/views/2010/tpl/2516/images/error.png);
    vertical-align: middle;
    vertical-align: sub;
    vertical-align: text-bottom;
}
.global-error #error-field {
    position: static;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}
.global-error #error-field:after {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.participant input::-webkit-search-cancel-button {
    display: none;
}
.ui-autocomplete.participant-autocomplete {
    width: auto !important;
    max-width: 250px !important;
}
