﻿/*** RESET ***/
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

img {
    border: 0;
}

a {
    text-decoration: none;
    color: #767676;
}

    a:hover {
        color: #767676;
        text-decoration: underline;
    }

body {
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
    background: #ffffff;
    color: #767676;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ol, ul {
    list-style: none;
}

:focus {
    outline: 0;
}

a:active {
    outline: 0;
}

.clearfloats {
    clear: both;
}

input[type=submit], input[type=text] {
    -webkit-appearance: none;
}
/*** END RESET ***/

/*** FONTS ***/

@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/gothambook.eot');
    src: url('../fonts/gothambook.eot?#iefix') format('embedded-opentype'), url('../fonts/gothambook.woff') format('woff'), url('../fonts/gothambook.ttf') format('truetype'), url('../fonts/gothambook.svg#GothamBook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/gothambold.eot');
    src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype'), url('../fonts/gothambold.woff') format('woff'), url('../fonts/gothambold.ttf') format('truetype'), url('../fonts/gothambold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*** END FONTS ***/

body * {
    font-family: Verdana !important;
}

.hidden {
    display: none;
}

#topcontainer {
    background-color: #3bb4dc;
    padding: 20px 0 20px 0;
    margin: 0 0 30px 0;
}

#container {
    width: 1140px;
    margin: 0 auto;
}

/*** TOP ***/

#top {
    margin: 0 auto;
    width: 1140px;
}

.selector {
    margin-left: 10px;
    float: right;
    position: relative;
}

    .selector > a {
        position: relative;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-family: GothamBold, sans-serif;
        font-weight: bold;
        display: inline-block;
        padding-right: 20px;
    }

        .selector > a span {
            width: 0;
            height: 0;
            border-top: 4px solid #fff;
            border-right: 4px solid transparent;
            border-left: 4px solid transparent;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -2px;
        }

    .selector ul {
        position: absolute;
        right: 0;
        top: 42px;
        z-index: 8000;
        display: none;
    }

        .selector ul li a {
            display: block;
            width: 90px;
            padding: 10px 20px 10px 20px;
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-family: GothamBold, sans-serif;
            font-weight: bold;
            background-color: #3bb4dc;
            border-bottom: 1px solid #57bfe2;
        }

            .selector ul li a:hover {
                color: #fff;
                text-decoration: none;
                background-color: #52bbdd;
            }

        .selector ul li:first-child a {
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

        .selector ul li:last-child a {
            -webkit-border-bottom-right-radius: 10px;
            -webkit-border-bottom-left-radius: 10px;
            -moz-border-radius-bottomright: 10px;
            -moz-border-radius-bottomleft: 10px;
            border-bottom-right-radius: 10px;
            border-bottom-left-radius: 10px;
        }

/*** CONTAINER ***/

#headercontainer {
    position: relative;
}

#header {
    overflow: hidden;
}

#logo_portalbooker {
    /*
    background: url("../images/logo_portalbooker.png") no-repeat;
    background-size: 315px 26px;
    width: 315px;
    height: 26px;
    */
    margin-bottom: 10px;
    display: inline-block;
}

    #logo_portalbooker img {
        max-height: 150px;
    }

#book {
    background-color: #efefef;
    float: left;
    width: 344px;
    height: 240px;
    padding: 5px 20px 5px 25px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 100;
}

    #book h3 {
        font-weight: bold;
        text-transform: uppercase;
        color: #585858;
        font-family: GothamBold, sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0;
    }

    #book tr td {
        padding-bottom: 8px;
    }

    #book tr#aboutdate td {
        font-family: GothamBook, sans-serif;
        font-size: 13px;
        color: #767676;
    }

    #book input[type=checkbox] {
        margin: 0 5px 0 0;
        position: relative;
        top: 2px;
    }

.search-input {
    background: #fff;
    color: #b0b0b0;
    font-family: GothamBold,sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}

#book input[type=text]#searchinput {
    background: #fff;
    color: #b0b0b0;
    font-family: GothamBold,sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 20px;
    width: 306px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
}

#book input[type=text].datepicker, #vvvwireframe input[type=text].datepicker, #yourdata input.datepicker[type="text"], .datepicker-wrapper input.datepicker[type="text"] {
    background: #3bb4dc url("../images/cal.png") right center no-repeat;
    background-size: 36px 16px;
    color: #fff;
    font-family: GothamBold,sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 40px 8px 20px;
    width: 106px;
    cursor: pointer;
    margin-right: 14px;
}

.date-label {
    display: initial;
    margin: 0;
    cursor: pointer;
}

#book input[type=submit], #vvvwireframe input[type=submit], #viewlocation, #bookthisroom, #yourdata input[type=submit], .wl_btn {
    background: #a0c35f;
    color: #fff;
    text-transform: uppercase;
    font-family: GothamBold,sans-serif;
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 12px;
    cursor: pointer;
    margin-right: 14px;
}

    #book input[type=submit]:hover, #vvvwireframe input[type=submit]:hover, #viewlocation:hover, #bookthisroom:hover, #yourdata input[type=submit]:hover, .wl_btn:hover {
        background: #89a94e;
        color: #fff;
    }

#slideshow {
    float: left;
    width: 750px;
    height: 250px;
}

    #slideshow img {
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        max-height: 250px;
    }

#filtermobile {
    background-color: #136985;
    margin-top: -10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 688px;
    padding: 44px 20px 14px 20px;
    color: #fff;
    text-transform: uppercase;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    display: none;
    position: relative;
}

#hiddenfilters {
    display: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: GothamBold, sans-serif;
    margin-top: -320px;
    height: 100%;
    width: 688px;
    padding: 20px;
    margin-left: -20px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    #hiddenfilters form {
        margin: 20px 0 20px 0;
        padding-left: 20px;
        font-family: GothamBook, sans-serif;
        font-size: 13px;
        color: #fff;
    }

        #hiddenfilters form input[type=checkbox] {
            position: relative;
            top: 2px;
            margin-right: 4px;
        }

        #hiddenfilters form table tr td {
            padding-bottom: 8px;
        }

#filtertoggler {
    position: relative;
    cursor: pointer;
}

    #filtertoggler #drag {
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("../images/filtermobile.png") no-repeat;
        background-size: 47px 19px;
        width: 47px;
        height: 19px;
        margin-top: -10px;
        margin-left: -23px;
    }

#arrow {
    width: 0;
    height: 0;
    border-top: 16px solid #136985;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -16px;
    margin-left: -10px;
    display: none;
}

#sidebar, #main {
    margin-top: 24px;
    float: left;
}

.fa-user {
    font-size: 1.5em !important;
    color: #3bb4dc;
}

.fa-users {
    font-size: 1.5em !important;
    color: #3bb4dc;
}

#sidebar {
    width: 270px;
}

#zoekopdracht h4, #filtertitle, #yourselection h4, #yourdata h4, #contact-left h4 {
    background-color: #136985;
    padding: 14px 20px 14px 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
}

.filtersubtitle {
    background-color: #a0c35f;
    padding: 10px 20px 10px 20px !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
}

#overview {
    margin: 20px 0;
    position: relative;
}

    #overview a#bekijkkaart, .side-title {
        background-color: #3bb4dc;
        padding: 14px 20px 14px 20px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-family: GothamBold, sans-serif;
        font-size: 14px;
        display: block;
        text-decoration: none;
    }

        #overview a#bekijkkaart:hover, .side-title:hover {
            background-color: #31a2c8;
            color: #fff;
            text-decoration: none;
        }

#topleftcorner, #toprightcorner {
    display: none;
}

#zoekopdracht ul {
    color: #585858;
    font-size: 12px;
    font-family: GothamBook, sans-serif;
    margin: 20px 0 20px 20px;
}

    #zoekopdracht ul li {
        padding-bottom: 2px;
    }

#filter {
    margin-top: 20px;
}

    #filter form {
        /*
    margin: 20px 0 20px 0;
    padding-left: 20px;
    */
        font-family: GothamBook, sans-serif;
        font-size: 13px;
        color: #767676;
    }

        #filter form input[type=checkbox] {
            position: relative;
            top: 2px;
            margin-right: 4px;
        }

        #filter form table tr td {
            padding-bottom: 8px;
        }

.tdBookNow {
    border-left: 1px solid #CCCCCC;
    width: 90px;
    text-align: center;
}

#map {
    width: 270px;
    height: 200px;
}

    #map .ipad {
        display: none;
    }

#main {
    width: 850px;
    margin-left: 20px;
}

#sort {
    float: right;
    font-size: 12px;
    color: #fff;
    font-family: GothamBold, sans-serif;
    margin: 0 0 26px 0;
}

    #sort .sortby {
        margin-right: 10px;
        font-weight: bold;
    }

    #sort a {
        color: #fff;
    }

        #sort a.active {
            font-weight: bold;
        }

    #sort > div {
        display: inline-block;
    }

    #sort .seperator {
        color: #fff;
        font-weight: normal;
    }

#locations {
    padding: 11px 24px;
    color: #fff;
}

    #locations a {
        color: #fff;
    }

.bold {
    font-weight: bold;
}

/*
#sort > div {
    float: left;
    margin: 10px 12px 0 0;
}


#sort > form {
    float: left;
}

#sort > form a {
    float: left;
    display: inline-block;
    background-color: #3bb4dc;
    margin-left: 14px;
    color: #fff;
    text-decoration: none;
    padding: 8px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
}

#sort > form a span {
    display: none;
}

#sort > form a:hover, #sort > form a.active {
    background-color: #a0c35f;
    color: #fff;
    text-decoration: none;
}
#sort > form a.active span.v2 {
    display: block;
    width: 0;
    height: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -2px;
}
#sort > form a.active span.up
{
    border-bottom: 4px solid #a0c35f;
    top: -4px;
}

#sort > form a.active span.down
{
    border-top: 4px solid #a0c35f;
    bottom: -4px;
}
*/
#searchoutput {
    background-color: #3bb4dc;
    color: #fff;
    font-size: 12px;
    font-family: GothamBook, sans-serif;
    padding: 14px 24px;
}

.result {
    background-color: #fff;
    padding: 15px 24px;
}

    .result:nth-child(2n+1) {
        background-color: #efefef;
    }

    .result .left {
        float: left;
        width: 150px;
        margin: 0 24px 0 0;
        position: relative;
    }

.hotelpicture {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.slideshow-picture {
    height: 350px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto auto;
    -ms-behavior: url(/Scripts/backgroundsize.min.htc);
    behavior: url(/Scripts/backgroundsize.min.htc);
}

    .slideshow-picture.max-width {
        background-size: 100% auto;
        -ms-behavior: url(/Scripts/backgroundsize.min.htc);
        behavior: url(/Scripts/backgroundsize.min.htc);
    }

.picture-container {
    position: relative;
    height: 350px;
    background-color: #F9F9F9;
}

    .picture-container a {
        display: none;
    }

    .picture-container:hover {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .picture-container span.glass {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 45%;
        left: 45%;
        background: url('/Content/Whitelabel/images/icons/glass.png') no-repeat;
    }

.pictures-navigation {
    margin: 25px 0;
}

    .pictures-navigation a {
        float: left;
        margin: 0 5px 5px 0;
    }

        .pictures-navigation a:hover {
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

.slideshow-picture-small {
    height: 50px;
    width: 50px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -ms-behavior: url(/Scripts/backgroundsize.min.htc);
    behavior: url(/Scripts/backgroundsize.min.htc);
}

    .slideshow-picture-small.max-width {
        background-size: 100% auto;
        -ms-behavior: url(/Scripts/backgroundsize.min.htc);
        behavior: url(/Scripts/backgroundsize.min.htc);
    }

.result .left .nohotelpicture {
    background: #585858 url("../images/nopic.png") no-repeat center center;
    background-size: 74px 66px;
    min-width: 150px;
    min-height: 150px;
}

.result .left img {
    height: 150px;
    max-height: 150px;
    width: 150px;
}

.result .count {
    position: absolute;
    z-index: 8;
    left: 5px;
    top: 5px;
    background-color: #3bb4dc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    font-family: GothamBold, sans-serif;
    font-size: 14px;
    padding: 5px 16px 5px 16px;
}

.result .right {
    float: left;
    width: 620px;
}

.result h1, .result h1 a, #logismanager_vvv .hotelname, #wl_CancellationDiv h1 #divFAQ h1 {
    text-transform: uppercase;
    font-weight: bold;
    color: #3bb4dc;
    font-size: 18px !important;
    line-height: 18px;
    float: left;
    font-family: GothamBold, sans-serif;
    margin: 0 0 12px 0;
    text-decoration: none;
}

    .result h1 a:hover {
        text-decoration: underline;
    }

.result .right .stars {
    float: left;
    margin: 1px 0 0 10px;
}

    .result .right .stars.five {
        background: url("../images/stars_five.png") no-repeat;
        background-size: 96px 15px;
        width: 96px;
        height: 15px;
    }

    .result .right .stars.four {
        background: url("../images/stars_four.png") no-repeat;
        background-size: 76px 15px;
        width: 76px;
        height: 15px;
    }

    .result .right .stars.three {
        background: url("../images/stars_three.png") no-repeat;
        background-size: 56px 15px;
        width: 56px;
        height: 15px;
    }

    .result .right .stars.two {
        background: url("../images/stars_two.png") no-repeat;
        background-size: 36px 15px;
        width: 36px;
        height: 15px;
    }

    .result .right .stars.one {
        background: url("../images/stars_one.png") no-repeat;
        background-size: 16px 15px;
        width: 16px;
        height: 15px;
    }

.result .right h2 {
    font-weight: normal;
    color: #767676;
    font-size: 12px;
    line-height: 18px;
    font-family: GothamBook, sans-serif;
    margin: 0 0 20px 0;
}

    .result .right h2 a {
        color: #767676;
        text-decoration: underline;
        display: inline-block;
        margin: 0 0 0 5px;
    }

        .result .right h2 a:hover {
            color: #767676;
            text-decoration: none;
        }

    .result .right h2 .clearfloats {
        display: block;
    }

.result > table {
    margin: 20px 0 0 0;
}

.wl-table {
    border-collapse: collapse;
    border-spacing: 0;
}

    .result .right table tr td, .result > table tr td, #filter form > table tr td, #zoekopdracht table tr td, #yourselection table tr td, .priceoverview table tr td, #yourdata table tr td, .wl-table tr td {
        background-color: #F9F9F9;
        /*border-top: 1px solid #cccccc;*/
        padding: 11px 14px 11px 14px;
        font-size: 12px;
        color: #767676;
        font-family: GothamBook, sans-serif;
        vertical-align: top;
    }

    .wl-table tr th {
        padding: 11px 14px 11px 14px;
    }

    .result .right table tr td, .result > table tr td, #filter form > table tr td, .result .right table tr th, .result > table tr th, .priceoverview table tr th, .priceoverview table tr td, .wl-table tr th, .wl-table tr td {
        border-bottom: 1px solid #cccccc;
    }

    /*
.result .right table tr:last-child td, .result > table tr td, #filter form  > table tr:last-child td, #zoekopdracht table tr:last-child td, #yourselection table tr:last-child td
{
    border-bottom: 1px solid #cccccc;
}
*/
    .result .right table tr:last-child td, .priceoverview table tr:last-child td, .wl-table tr:last-child td {
        border-bottom: 1px solid #cccccc;
    }

.result .right table tr td.persons, .result > table tr td.persons, .priceoverview > table tr td.persons {
    font-size: 12px;
    font-weight: bold;
    color: #136985;
    text-transform: uppercase;
    font-family: GothamBold, sans-serif;
}

    .result .right table tr td.persons img, .result > table tr td.persons img, .priceoverview > table tr td.persons img {
        margin-bottom: -2px;
    }

.reservenow-mobile {
    display: none;
}

a.booknow {
    font-size: 12px;
    font-weight: bold;
    color: #136985;
    text-decoration: none;
    text-transform: uppercase;
    font-family: GothamBold, sans-serif;
}

    a.booknow:hover {
        text-decoration: underline;
    }

.result .right table tr td a.booknow, .result > table tr td a.booknow, .priceoverview > table tr td a.booknow {
    /*float: right;
    margin-left: 20px;*/
    display: inline-block;
}

.result .right table tr td a:hover, .result > table tr td a:hover, .priceoverview > table tr td a:hover {
    text-decoration: underline;
}

.reservenow-mobile {
    margin-top: 20px;
    text-align: center;
}

/*** FOOTER ***/

#pagination {
    float: left;
    margin: 20px 0 100px 0;
    font-size: 12px;
    color: #585858;
    font-family: GothamBook, sans-serif;
}

    #pagination a.active, #pagination a:hover {
        color: #3bb4dc;
        text-decoration: underline;
    }

#pagenav {
    display: none;
    margin: 20px 0 0 0;
    float: left;
}

.pagenav {
    background-color: #3bb4dc;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-family: GothamBold, sans-serif;
    padding: 16px 40px 16px 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 14px;
    margin: 0 8px 0 0;
}

    .pagenav:hover {
        background-color: #2f9ec2;
        color: #fff;
        text-decoration: none;
    }

#footer {
    margin: 20px 0 100px 0;
    font-size: 12px;
    color: #585858;
    font-family: GothamBook, sans-serif;
}

    #footer .powered-by-cubilis {
        float: right;
    }

    #footer a {
        color: #3bb4dc;
        text-decoration: underline;
    }

        #footer a:hover {
            color: #585858;
            text-decoration: underline;
        }

.mask {
    margin-bottom: 5px;
}

.moreinfo a {
    text-decoration: underline;
}

    .moreinfo a:hover {
        font-weight: bold;
    }

.read-more a, .read-less a {
    text-decoration: underline;
}

#vvvwireframe .hoteldetail_left {
    float: left;
    margin: 20px 10px 20px 20px;
    width: 150px;
}

.hoteldetail_left img {
    max-width: 150px;
    max-height: 150px;
}

.hoteldetail_right {
    float: left;
    margin: 20px 20px 20px 10px;
    width: 640px;
}

    .hoteldetail_right h1 {
        float: left;
        display: inline;
        font-family: GothamBold,sans-serif;
        font-size: 18px;
        font-weight: normal;
        line-height: 18px;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

span.stars {
    float: left;
    margin-left: 10px;
}

.priceoverview {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #CCCCCC;
}

.logipictures img {
    width: 100%;
    height: 300px;
}

.priceoverview input[type="submit"] {
    margin: 0 !important;
    padding: 10px 20px !important;
    width: 250px !important;
}

.priceoverview table {
    margin-top: 20px;
}

.result .left .contact {
    margin: 20px 0;
}

    .result .left .contact > div {
        margin: 5px 0;
    }

#viewlocation {
    width: 100%;
    padding: 11px 7px;
}

#viewlocation {
    text-decoration: none;
}

#vvvwireframe h1 {
    margin: 0;
}

.logislideshow {
    position: relative;
    margin: 20px 0;
}

.navigation {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}

    .navigation a {
        margin-left: 5px;
        background-color: #3BB4DC;
        font-weight: bold;
        padding: 5px 10px 7px;
        -moz-border-radius: 35px;
        border-radius: 35px;
        color: #fff;
        text-decoration: none;
        z-index: 999;
        /*unselectable:*/
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .navigation a.active, .navigation a:hover {
            text-decoration: none;
            cursor: pointer;
            background-color: #A0C35F;
        }

.logipictures img {
    display: none;
}

    .logipictures img.active {
        display: inline;
    }

.telephone {
    padding-left: 30px !important;
    background: url("../images/icons/phone.png") no-repeat center left;
}

.address {
    padding-left: 30px !important;
    background: url("../images/icons/home.png") no-repeat center left;
}

.mail {
    padding-left: 30px !important;
    background: url("../images/icons/mail.png") no-repeat center left;
}

.wifi {
    padding-left: 30px !important;
    background: url("../images/icons/wifi.png") no-repeat center left;
}

.parking {
    padding-left: 30px !important;
    background: url("../images/icons/parking.png") no-repeat center left;
}

.remove img {
    margin-bottom: -3px;
}

h3 {
    margin: 6px 0;
}

.priceoverview .datepickers {
    display: inline;
}

#title {
    float: left;
    font-size: 22px;
}

    #title a {
        color: #fff;
    }

#wl_breadcrumb .nav {
    float: left;
}

#wl_breadcrumb .back {
    float: right;
}

.contact a {
    display: block;
    color: #0D506B;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

/*room data*/
.result .right table tr:last-child, .priceoverview table tr:last-child {
    border-bottom: 1px solid #CCCCCC;
}
/*/room data*/

/*BOOKINGENGINE*/
#logismanager_vvv {
    margin-top: 24px;
    width: 100% !important;
    background-color: transparent !important;
}

#bookingsteps {
    margin-bottom: 20px;
    background: #136884;
    height: 50px;
}

    #bookingsteps ul li {
        display: inline;
    }

        #bookingsteps ul li a {
            position: relative;
            top: 15px;
            padding-left: 50px;
            color: #fff;
            font-weight: bold;
        }

        #bookingsteps ul li:first-child a {
            padding: 0;
        }

#bookingsidebar {
    float: left;
    width: 270px;
}

#bookingheader {
    margin: 20px;
    width: 810px;
}

#bookingpanelBIG {
    float: left;
    margin-left: 20px;
    background-color: #EFEFEF;
}

#yourselection table tr td {
    font-weight: bold;
}

#yourselection span {
    float: right;
    color: #0D506B;
}

#bookingpanelBIG #book {
    margin: 20px;
}

#logismanager_vvv #hoteldescription {
    margin: 0;
    max-width: 635px;
}

#logismanager_vvv .hotelname {
    float: none;
}

#logismanager_vvv .hotelname {
    display: inline;
}

#hoteldescription .stars {
    display: inline;
    margin-left: 10px;
}

#logismanager_vvv #hotelpicture img {
    border: none;
}

#hoteldescription .contact {
    margin: 20px 0;
    color: #767676;
}

    #hoteldescription .contact .address {
        margin-bottom: 5px;
    }

#yourselection {
    margin-bottom: 20px;
}

    #yourselection .total {
        color: #FFFFFF;
        font-family: GothamBold,sans-serif;
        font-size: 12px;
        font-weight: bold;
        padding: 10px 14px !important;
        text-transform: uppercase;
        background-color: #767676;
        margin-bottom: 10px;
    }

        #yourselection .total span {
            color: #FFFFFF;
        }

#logismanager_vvv #sidebar {
    margin: 0 !important;
}

#bookingpanelBIG #book {
    width: 805px !important;
}

#bookingpanelBIG #book, .ratecontainer, .verzenden {
    border: none !important;
}

#prijzenenbeschikbaarheid {
    background-color: #136985;
}

#securedby {
    background-color: #D7D7D7;
}

.tabeltitels {
    display: none;
}

#logismanager_vvv #book, .line, .ratecontainer, .ratecontainerspacer {
    background-color: transparent !important;
}

#logismanager_vvv .tablecontent {
    width: 785px;
    font-size: 12px !important;
    background-color: #F9F9F9;
    margin-top: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    padding: 11px 14px !important;
    border-top: 1px solid #CCCCCC;
}

    #logismanager_vvv .tablecontent tr td {
        padding: 7px 10px !important;
    }

        #logismanager_vvv .tablecontent tr td img.info-room {
            margin-left: 10px;
            vertical-align: middle;
        }

#logismanager_vvv .ratecontainer {
    border: 0 !important;
}

.wl_btn, #book .wl_btn, #book input[type="submit"].wl_btn {
    /*RESET*/
    box-shadow: none !important;
    border: none !important;
    background: none !important;
    text-shadow: none !important;
    /*/RESET*/
    padding: 10px 12px !important;
    background-color: #A0C35F !important;
    color: #fff !important;
    font-weight: bold !important;
}

    .wl_btn, #book .wl_btn:hover, #book input[type="submit"].wl_btn:hover, #bookthisroom:hover {
        background-color: #136884 !important;
    }

.typetitel {
    float: left;
    font-size: 14px !important;
    color: #3BB4DC !important;
}

.typesubtitel {
    clear: both;
}

.typetitel, .typesubtitel {
    margin: 10px 20px !important;
}

.verzenden {
    text-align: left;
}

#bookingpanelBIG #book tr td {
    padding: 0;
}

#hotelpicture span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.slickbox {
    border: 1px solid #CCCCCC !important;
}

#btnShowGeneralAvailability {
    background-color: transparent !important;
}

#bookingpanelBIG #book {
    height: 100%;
}

#mobileThemeImage {
    margin: 0 auto;
    width: 728px;
    text-align: center;
}

    #mobileThemeImage img {
        width: 100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }

/*reservation1*/
#book .logies_kader_inhoud .logies_subtitel, #book .logies_kader_inhoud .logies_subtitel4, #book .logies_kader_inhoud .logies_body {
    background-color: #F9F9F9;
    border-bottom: none !important;
    border-top: 1px solid #CCCCCC;
    /*color: #0D506B !important;*/
    font-family: GothamBook,sans-serif;
    font-size: 12px;
    padding: 11px 14px;
    vertical-align: middle;
    padding: 11px 14px !important;
    font-weight: bold;
}

    #book .logies_kader_inhoud .logies_subtitel b, #book .logies_kader_inhoud .logies_subtitel a, #book .logies_kader_inhoud .logies_subtitel a, #book .logies_kader_inhoud .logies_subtitel4 a, #book .logies_kader_inhoud .logies_subtitel b, #book .logies_kader_inhoud .logies_subtitel4 b, #book .logies_kader_inhoud .logies_body b, #book .logies_kader_inhoud .logies_body a, .logies_body td {
        color: #767676 !important;
    }

.logies_roomsinfotable {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
}

#txtOpmerkingen {
    padding: 8px;
}

.logies_roomsinfotable_top {
    background-color: #A0C35F !important;
    padding: 10px 20px !important;
}

    .logies_roomsinfotable_top td {
        color: #fff !important;
    }

.logies_roomsinfotable .logies_body td {
    color: #767676 !important;
    font-weight: bold;
}

    .logies_roomsinfotable .logies_body td span {
        font-weight: normal;
    }

.accomodatiestitle, #book .logies_kader_inhoud .wl_tr_title {
    padding: 10px 20px !important;
    height: 100% !important;
    color: #fff !important;
    /*background-color: #A0C35F !important;*/
    text-transform: uppercase !important;
}

    #book .logies_kader_inhoud .wl_tr_title td {
        padding: 10px 20px !important;
    }

    #book .logies_kader_inhoud .wl_tr_title b {
        color: #fff !important;
        text-transform: uppercase;
    }

.wl_clientinformation {
    color: #767676 !important;
    font-weight: bold;
    text-align: center;
}

    .wl_clientinformation input {
        margin-top: 5px;
        margin-bottom: 10px;
    }

.logies_kader_inhoud td.wl_collapse {
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    padding: 0 !important;
}

.logies_kader_inhoud tr.wl_tr {
    background-color: #F9F9F9;
    border-bottom: medium none !important;
    border-top: 1px solid #CCCCCC !important;
    color: #767676 !important;
    font-family: GothamBook,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 11px 14px !important;
    vertical-align: middle;
}
/*select_dates*/
#bekijkbeschikbaarheidbtn {
    margin-bottom: 10px;
}

#startdate, #btnCheck {
    margin: 10px 0;
}

#enddate {
    margin-top: 10px;
}

#prijzenenbeschikbaarheid, #securedby {
    width: 382px !important;
    height: 17px !important;
}

    #securedby a {
        color: #fff !important;
        font-weight: bold !important;
    }

.wl_box, #subtitle .wl_box {
    color: #fff !important;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    padding-left: 20px !important;
    text-align: left !important;
    text-transform: uppercase !important;
}

#selecteertekst, #request a, #btnShowGeneralAvailability, #reserverenform td.formtitle, .infodatum, #book .datumwijzigen #book .datumwijzigen a {
    color: #767676 !important;
}

    #selecteertekst b {
        font-weight: normal !important;
    }

#error {
    margin-top: 10px;
}

.wl_c_white, #book .logies_subtitel b {
    color: #fff !important;
}

.wl_cancel_tr {
    background-color: transparent !important;
    border-top: none !important;
}

#frmTariff td:hover, #frmTypes td:hover, #frmFacilities td:hover, #frmStars td:hover, #frmLabels td:hover, .filterForm td:hover {
    cursor: pointer;
    font-weight: bold;
}

@media (max-width: 1180px) {
    #topcontainer {
        margin: 0 0 30px 0;
    }

    #header {
        margin: 30px 0 0 0;
    }

    #container, #top {
        width: 728px;
    }

    #book {
        padding: 10px;
        width: 708px;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomright: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        height: auto;
    }

        #book tr td {
            padding-bottom: 0
        }

        #book input[type=text]#searchinput {
            width: 160px;
            text-align: left;
        }

        #book table, #book td, #book tr {
            display: inline-block;
        }

        #book input[type=text].datepicker {
            margin-left: 10px;
            margin-right: 0;
            padding-top: 15px;
            padding-bottom: 15px;
            width: 150px;
        }

        #book input[type=submit] {
            margin-right: 0;
            margin-left: 10px;
        }

        #filter, #slideshow, #zoekopdracht, #book h3, #overview a#bekijkkaart, #pagination, #book tr#aboutdate td {
            display: none;
        }

    #filtermobile, #arrow {
        display: block;
    }

    #sidebar, #main {
        float: none;
    }

    #main {
        margin: 0;
        width: 728px;
        margin-top: 20px;
    }

    #map, #overview {
        width: 728px;
    }

        #overview .fancymap {
            cursor: pointer !important;
        }

    #map {
        margin-top: 100px;
    }

        #map .desktop, .desktop {
            display: none;
        }

        #map .ipad {
            display: block;
            width: 728px;
        }

    #topleftcorner {
        background: url("../images/topleftcorner.png") no-repeat;
        background-size: 10px 10px;
        width: 10px;
        height: 10px;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 8;
        display: block;
    }

    #toprightcorner {
        background: url("../images/toprightcorner.png") no-repeat;
        background-size: 10px 10px;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 8;
        display: block;
    }

    #sort {
        margin-top: 75px;
    }

    .result .right {
        width: 506px;
    }

    #pagenav {
        display: block;
    }

    #footer {
        margin-top: 36px;
    }

    .priceoverview input[type="submit"] {
        display: block;
        margin-top: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .priceoverview .datepickers {
        display: block;
        margin-right: auto !important;
        margin-left: 75px !important;
    }

    .result .right table tr td:first-child, .result > table tr td:first-child, .priceoverview > table tr td:first-child {
        width: 140px;
    }

    #wl_breadcrumb {
        margin: 0 20px;
    }

    #vvvwireframe .left {
        display: none;
    }

    #vvvwireframe .right {
        margin-top: 15px;
        width: 100%;
    }

    #vvvwireframe .datepickers {
        text-align: center;
        margin-left: 0 !important;
    }

    .result .right table tr td.persons img, .result > table tr td.persons img, .priceoverview > table tr td.persons img {
        width: 10px;
    }

    .ui-spinner {
        margin: 7px 0;
    }

    #sort {
        display: none;
    }

    #results {
        margin-top: 35px;
    }

    #mobileThemeImage {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #logo_portalbooker {
        width: 315px;
        margin: 0 auto;
        display: block;
    }

    #container, #top, #mobileThemeImage {
        width: 428px;
    }

    #filtermobile, #hiddenfilters {
        width: 388px;
    }

    #main {
        width: 428px;
        margin-top: 20px;
    }

    #book {
        width: 408px;
    }

        #book input[type=text]#searchinput {
            width: 366px;
            margin-bottom: 12px;
        }

        #book input[type=text].datepicker {
            margin-left: 0;
            width: 137px;
        }

        #book input[type=text]#startdate {
            margin-right: 10px;
        }

        #book input[type=submit] {
            margin-left: 0;
            margin-top: 10px;
            width: 407px;
            float: none !important;
        }

    #overview {
        display: none;
    }

    #sort {
        float: none;
        font-size: 16px;
        margin: 30px auto;
        width: 328px;
    }

        #sort > div {
            float: none;
            margin: 0 0 16px 0;
            text-align: center;
        }

        #sort > form, #footer, #pagenav {
            float: none;
        }

    #searchoutput {
        font-size: 15px;
        line-height: 21px;
    }

    .result .right {
        width: 206px;
    }

    .result h1 {
        float: none;
    }

    .result .right .stars {
        float: none;
        margin: 0 0 14px 0;
    }

    .pagenav {
        padding: 12px 30px 12px 30px;
        font-size: 13px;
        margin: 0 8px 0 0;
    }

    .result .left {
        display: none;
    }

    .displayThumbnail {
        width: 100% !important;
        display: block !important;
    }

    .displayMobile {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .hideOnMobile {
        display: none;
    }

    .result .right {
        width: 100%;
    }

    .priceoverview .datepickers {
        display: block;
        margin-left: 15px !important;
        margin-right: auto !important;
    }

    .result table tr td.persons, .result > table tr td.persons, .result table tr th.persons, .result > table tr th.persons, .priceoverview table tr th.persons, .thBookNow, .tdBookNow {
        display: none;
    }

    .result h1 a {
        float: none;
    }

    #vvvwireframe .result .right .stars {
        display: block;
        margin-top: 15px;
        text-align: center;
    }

    #breadcrumb .back {
        display: none;
    }

    .result .right table tr th:nth-child(2) span, .result > table tr th:nth-child(2) span, .priceoverview > table tr th:nth-child(2) span {
        display: none;
    }

    .priceoverview tr th, .priceoverview tr td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .reservenow-mobile {
        display: block;
    }

    #book #searchinput {
        margin-bottom: 10px;
    }
}

@media (max-width: 500px) {
    #topcontainer {
        padding: 14px 0 14px 0;
    }

    #logo_portalbooker {
        background-size: 270px 22px;
        width: 270px;
        height: 22px;
    }

    #container, #top {
        width: 270px;
    }

    #filtermobile, #hiddenfilters {
        width: 230px;
    }

    #main {
        width: 270px;
        margin-top: 20px;
    }

    #book {
        width: 250px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        #book input[type=text]#searchinput {
            width: initial;
            padding: 10px 20px 10px 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #book input[type=text].datepicker {
            background-image: none;
            width: 90px;
            padding: 7px 14px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        #book input[type=submit] {
            width: initial;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 7px 30px;
        }

    #filtermobile {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #sort {
        width: 270px;
    }

        #sort > form a {
            padding: 7px 20px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            margin-left: 4px;
            font-size: 12px;
        }

    .result .left {
        width: 75px;
        margin: 0 12px 0 0;
    }

        .result .left .nohotelpicture {
            background: #585858 url("../images/nopic.png") no-repeat center center;
            background-size: 50%;
            min-width: 75px;
            min-height: 75px;
        }

    .result .right {
        width: 100%;
    }

    .result .count {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 12px;
        padding: 2px 8px 2px 8px;
    }

    .result h1 {
        font-size: 14px;
        margin: 0 0 4px 0;
    }

    #vvvwireframe .result.detail h1 {
        margin-bottom: 10px;
    }

    .result .right h2 {
        font-size: 11px;
    }

    .result .right table tr td.persons, .result > table tr td.persons, .priceoverview > table tr td.persons {
        background: url("../images/icons/guest.png") no-repeat center left;
        background-size: 10px 14px;
    }
    /*
    .result > table tr td, .priceoverview > table tr td {
        display: block;
    }
    */
    .result .right table tr td:last-child, .result > table tr td:last-child, .priceoverview > table tr td:last-child {
        border-top: none;
        padding-top: 4px;
    }

    .result .right table tr td:first-child, .result > table tr td:first-child, .priceoverview > table tr td:first-child {
        /*padding-bottom: 0;*/
    }

    .result .right table tr td a, .result > table tr td a, .priceoverview > table tr td a {
        /*float: left;*/
        margin-left: 0;
    }

    #pagenav .pagenav:last-child {
        float: right;
    }

    .pagenav {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    #vvvwireframe .result .right {
        width: 100%;
    }

    #vvvwireframe .priceoverview .datepickers {
        margin-left: 25px !important;
    }

    #startdate_priceoverview {
        margin-bottom: 10px;
    }

    #vvvwireframe input[type="submit"] {
        width: 100% !important;
        font-size: 11px;
    }
    /*
    .result .right table tr:last-child td, .result > table tr td, .priceoverview table tr:last-child td, .priceoverview > table tr td
    {
        border: none;
    }
    */
    #vvvwireframe .result .right table tr td, #vvvwireframe .result > table tr td, .priceoverview > table tr td {
        text-align: center;
    }

        #vvvwireframe .result .right table tr td a, #vvvwireframe .result > table tr td a, #vvvwireframe .result .right table tr td .prices, #vvvwireframe .result > table tr td .prices, .priceoverview > table tr td .prices {
            float: none;
        }

        .result .right table tr td:first-child, .result > table tr td:first-child, .priceoverview > table tr td:first-child {
            width: 194px;
        }

    .result .right table tr td.tdBookNow, .result > table tr td.tdBookNow, .result .right table tr th.thBookNow, .result > table tr th.thBookNow, .thprice, tdprice, .result table tr th.persons, .result table tr td.persons, .priceoverview table tr td.persons {
        display: none;
    }

    .thBookNow, .tdBookNow, .tdBreakfast, .prices, .tdRate {
        display: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #logo_portalbooker {
        background: url("../images/logo_portalbooker_2x.png") right center no-repeat;
        background-size: 315px 26px;
    }

    #book input[type=text].datepicker {
        background: #3bb4dc url("../images/cal_2x.png") right center no-repeat;
        background-size: 36px 16px;
    }

    #filtertoggler #drag {
        background: url("../images/filtermobile_2x.png") no-repeat;
        background-size: 47px 19px;
    }

    .result .left .nohotelpicture {
        background: #585858 url("../images/nopic_2x.png") no-repeat center center;
        background-size: 74px 66px;
    }

    .result .right .stars.five {
        background: url("../images/stars_five_2x.png") no-repeat;
        background-size: 96px 15px;
    }

    .result .right .stars.four {
        background: url("../images/stars_four_2x.png") no-repeat;
        background-size: 76px 15px;
    }

    .result .right .stars.three {
        background: url("../images/stars_three_2x.png") no-repeat;
        background-size: 56px 15px;
    }

    .result .right .stars.two {
        background: url("../images/stars_two_2x.png") no-repeat;
        background-size: 36px 15px;
    }

    .result .right .stars.one {
        background: url("../images/stars_one_2x.png") no-repeat;
        background-size: 16px 15px;
    }

    .result .right table tr td, .result > table tr td, .priceoverview .right table tr td, .priceoverview > table tr td {
        background: url("../images/td_2x.jpg");
        background-size: 4px 4px;
    }

        .result .right table tr td.persons, .result > table tr td.persons, .priceoverview table tr td.persons, .priceoverview > table tr td.persons {
            /*background: url("../images/person_2x.png") no-repeat center left;
            background-size: 13px 18px;*/
        }

    #book input[type=text].datepicker {
        background-image: none;
    }
}

@media only screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), ( min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
    #logo_portalbooker {
        background: url("../images/logo_portalbooker_2x.png") right center no-repeat;
        background-size: 270px 22px;
    }

    .result .left .nohotelpicture {
        background: #585858 url("../images/nopic_2x.png") no-repeat center center;
        background-size: 50%;
    }

    .result .right table tr td.persons, .result > table tr td.persons, .priceoverview table tr td.persons, .priceoverview table tr td.persons {
        /*background: url("../images/person_2x.png") no-repeat center left;
        background-size: 10px 14px;*/
    }
}

#securedby {
    display: none;
}

#prijzenenbeschikbaarheid {
    padding-right: 20px !important;
    width: 765px !important;
}

.wl_Cancellation {
    margin-top: 5px !important;
    text-align: right;
}

    .wl_Cancellation a {
        color: #767676;
        line-height: 16px;
        text-decoration: underline;
        transition: color 0.5s;
    }

        .wl_Cancellation a:hover {
            color: #222222;
        }

    .wl_Cancellation.mobile {
        display: none;
        margin-top: 5px !important;
        text-align: left;
    }

        .wl_Cancellation.mobile a {
            font-weight: normal !important;
            text-decoration: underline !important;
            text-transform: none;
        }

#hoteldescription .wl_Cancellation.mobile a:hover {
    color: #222222 !important;
}

#btnShowGeneralAvailability {
    transition: color 0.5s;
}

    #btnShowGeneralAvailability:hover {
        color: #222222 !important;
    }

#wl_CancellationDiv {
    margin: 10px;
}

#bookingsteps span.stepnumber {
    margin-right: 5px;
    padding: 3px 8px 5px 8px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    text-align: center;
    font-weight: bold;
}

#bookingsteps a {
    color: #fff;
}

    #bookingsteps a.active .stepnumber {
        background-color: #A0C35F !important;
    }

    #bookingsteps a.notclickable .stepnumber {
        background-color: #3BB4DC !important;
    }

    #bookingsteps a:hover {
        text-decoration: none;
    }

    #bookingsteps a.active span.steptext:hover, #bookingsteps ul li a.active span.current {
        text-decoration: underline;
    }

.wl_step {
    float: left;
    display: inline;
    height: 100%;
}

#bookingsteps .wl_step a {
    position: relative;
    top: 30%;
    display: block;
    margin: 0 10px;
    height: 30px;
}

.wl_currentstep, .wl_step:hover {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 25%,rgba(0,0,0,0.2) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.wl_inputlbl {
    margin-right: 10px;
}

.logies_kader_inhoud input[type="text"], .logies_kader_inhoud select {
    height: 20px;
}

.wl_customerinfo {
    float: left;
    width: 50%;
    text-align: left;
}

#wl_stepback {
    margin: 5px 0 0 5px;
}

    #wl_stepback a {
        text-decoration: underline;
    }

        #wl_stepback a:hover {
            color: #222222;
            transition: color 0.5s ease 0s;
        }

/*make bookingengine responsive*/
@media (max-width: 1180px) {
    #sidebar {
        display: none;
    }

    #bookingpanelBIG {
        margin: 0;
        float: none;
    }

    #bookingheader {
        width: 100%;
    }

    #bookingpanelBIG #book {
        margin: 20px 0 !important;
        width: 100% !important;
    }

    #prijzenenbeschikbaarheid {
        width: 100% !important;
        padding: 20px 0 !important;
        text-align: center;
    }

    .wl_box, #subtitle .wl_box {
        padding-left: 0 !important;
        text-align: center !important;
    }

    #logismanager_vvv #hotelpicture, #logismanager_vvv #hoteldescription {
        margin-top: 15px;
    }

    .logies_kader_inhoud {
        text-align: center;
    }

        .logies_kader_inhoud td.logies_subtitel {
            margin-bottom: 0 !important;
        }

    #book table {
        display: table;
    }

    #book tr {
        display: table-row;
    }

    #book td {
        display: table-cell;
    }

    #logismanager_vvv .tablecontent {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #logismanager_vvv #book input[type=text].datepicker {
        width: 106px !important;
    }

    #btnCheck {
        margin-left: 0 !important;
    }

    .wl_Cancellation.mobile {
        display: block;
    }

    #formSearch table tr, #formSearch table tr td {
        display: inline-block;
    }

    #book input.datepicker[type="text"] {
        margin-top: 0 !important;
    }
}

@media (max-width: 767px) {
    #wl_stepback {
        display: block !important;
    }

    #bookingheader {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

        #bookingheader #hotelpicture {
            margin-right: 0 !important;
        }

        #bookingheader #hoteldescription {
            margin-left: 10px !important;
            margin-right: 10px !important;
        }

    #bookingsteps, #wl_breadcrumb .nav {
        display: none;
    }

    #logismanager_vvv #hotelpicture {
        float: none;
        padding-top: 15px;
        text-align: center;
    }

    #txtOpmerkingen {
        padding: 0;
    }

    #book .wl_btn, #book input.wl_btn[type="submit"] {
        width: 100% !important;
    }

    .wl_customerinfo {
        float: none;
        width: 100%;
    }

    #logismanager_vvv .tablecontent tr td {
        padding: 0 !important
    }

    #reserverenform td {
        display: block;
        margin: 0 !important;
    }

    #reserverenform {
        width: 100% !important;
    }

    #checkbeschikbaarheidbtn {
        text-indent: 0;
    }

    #btnShowGeneralAvailability {
        width: 100% !important;
    }

    #bekijkbeschikbaarheidbtn {
        text-indent: 0;
    }

    #book .datumwijzigen {
        margin-top: 35px;
    }

    .verzenden {
        padding: 10px !important;
    }

    .accomodatiestitle {
        text-align: center;
    }

    #book input#startdate[type="text"] {
        margin-right: 0;
    }

    #formSearch table tr td {
        text-align: center;
    }

    #formSearch table tr td {
        display: initial;
    }

    #formSearch table tr td {
        text-align: initial;
    }

    .logies_kader_inhoud {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #logismanager_vvv .gdpr-label {
        padding: 0 6px;
    }

    .result {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media (max-width: 480px) {
    .verzenden {
        padding: 0 !important;
        text-align: center;
    }

    #checkbeschikbaarheidbtn #btnCheck {
        font-size: 9px;
    }

    #book #reserveerknop {
        width: 250px !important;
    }

    .detailtable {
        float: none;
        width: 100% !important;
        margin-right: 0 !important;
    }

    .logies_subtitel span {
        float: none !important;
        display: block !important;
    }

    .detailtablemiddle, .detailtabletop {
        padding: 0 !important;
        width: 100% !important;
    }

    #hiddenfilters {
        margin-left: -40px;
    }
}

@media (max-width: 500px) {
    #formSearch table tr, #formSearch table tr td {
        display: block;
        width: 100%;
        text-align: center;
    }

    #startdate, #enddate {
        margin-bottom: 10px;
    }
}

h3 {
    margin-top: 20px;
    color: #0D506B;
    display: block;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.breakfast-included {
    font-size: 9px;
    color: #A0C35F;
}

.lblFilter:hover {
    font-weight: bold;
    cursor: pointer;
}

#wl_CancellationDiv {
    max-width: 750px;
}

#title img {
    margin-right: 10px;
    vertical-align: middle;
}

#title span {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.wl_breakfastincluded, .wl_citytaxtype {
    float: none !important;
    font-size: 9px !important;
    font-weight: normal !important;
}

.wl_breakfastincluded {
    color: #767676 !important;
}

.borderradius1 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.borderradius2 {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

#questionBrussels {
    margin-top: 15px;
    text-align: center;
}

    #questionBrussels a {
        color: #767676;
    }

.wl_error_summary {
    padding: 14px 20px !important;
    background-color: #D8000C !important;
    color: #fff !important;
    font-weight: bold;
}

#btnShowGeneralAvailability {
    margin-bottom: 15px;
}

#logi-accomodation .heading {
    margin: 5px 0;
}

.accomodation_link {
    display: inline-block;
    font-size: 10px;
}

#vvvwireframe .right .description {
    margin-top: 20px;
}

.info-room {
    vertical-align: middle;
    margin-left: 10px;
}

.prices {
    white-space: nowrap;
}

@media (max-width: 500px) {
    #cc_table tr {
        display: inline-table;
    }

        #cc_table tr td {
            display: table-row;
            text-align: center;
        }

    #sort form a {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
        width: 80px;
        text-align: center;
    }

    #startdate, #enddate {
        width: 100px !important;
    }
}

@media (max-width: 767px) {
    .result h1, .result .stars {
        text-align: center;
    }
}

#details_no-availabilty, .sorry-block {
    margin-top: 20px;
    text-align: center;
    color: red;
    background: #F9F9F9;
    padding: 20px;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

span.arrow {
    display: inline !important;
    margin-left: 4px;
}

span.arrow-up {
    position: relative;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ffffff;
    font-size: 0;
    line-height: 0;
}

span.arrow-down {
    position: relative;
    bottom: 2px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #ffffff;
    font-size: 0;
    line-height: 0;
}

.validated {
    color: #339900;
}

.result h1 {
    margin: 0;
}

.result .left .contact a {
    margin: 15px 0;
    text-align: center;
}

.result .left .contact > div {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
}

    .result .left .contact > div:first-child {
        margin-top: 0;
        border-top: none;
    }

    .result .left .contact > div:last-child {
        margin-bottom: 0;
    }

#lang ul {
    list-style: none;
}

@media (max-width: 480px) {
    #title, #lang {
        float: none;
        display: block;
        text-align: center;
    }

    #lang {
        margin-top: 10px;
    }

    #container {
        margin: 0;
    }

    #container, #top, #book, #main, #filtermobile, #hiddenfilters, #mobileThemeImage {
        width: 100%;
    }

    .result .right .stars {
        margin-top: 5px;
    }

    #wl_breadcrumb .back, #footer .powered-by-cubilis {
        float: none;
        text-align: center;
    }

    #wl_breadcrumb .back {
        margin-bottom: 5px;
    }

    #wl_stepback {
        text-align: center;
    }
}

.labels {
    float: left;
    margin-left: 10px;
}

    .labels img {
        height: 20px;
        width: 20px;
    }

#contact-left .inner {
    padding: 14px 20px;
    background-color: #EFEFEF;
}

    #contact-left .inner > div {
        margin: 15px 0;
    }

#contact-left .booknow {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.link {
    text-decoration: underline !important;
    transition: color 0.5s ease 0s;
}

    .link:hover {
        text-decoration: none !important;
    }

.promotion {
    margin-bottom: 20px;
    padding: 20px;
    background-image: url('/Content/Whitelabel/images/megaphone.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #fff;
}

    .promotion h2 {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
    }

.promotion-action {
    margin-top: 20px;
    padding: 10px 0;
}

    .promotion-action a:hover {
        text-decoration: none;
    }

#newsletter {
    margin-top: 24px;
    padding: 14px 24px;
}

    #newsletter label {
        cursor: pointer;
        color: #fff;
    }

.newsletter-content {
    display: inline;
    color: #fff;
}

.newsletter-title {
    display: inline;
    margin-right: 25px;
    font-size: 14px;
    color: #fff;
}

.newsletter-name, .newsletter-email {
    margin-left: 10px;
    margin-right: 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px 10px;
}

#newsletter-submit {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
}

    #newsletter-submit:hover {
        text-decoration: underline;
    }

.newsletter-error {
    border: 1px solid #D40B0B;
}

@media (max-width: 768px) {
    .newsletter-content, .newsletter-title {
        display: block;
        text-align: center;
    }

    .newsletter-title {
        margin: 0 0 10px 0;
    }

    #newsletter-name, #newsletter-email, #newsletter-submit {
        display: block;
        margin: 5px auto;
    }
}

.detail .back {
    margin: 35px 0 20px 0;
    text-align: center;
}

#book-new {
    background-color: #efefef;
    float: left;
    width: 344px;
    height: 240px;
    padding: 5px 20px 5px 25px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

    #book-new h3 {
        font-weight: bold;
        text-transform: uppercase;
        color: #585858;
        font-family: GothamBold, sans-serif;
        font-size: 18px;
        line-height: 18px;
        margin: 15px 0;
    }

    #book-new tr td {
        padding-bottom: 10px;
    }

    #book-new tr#aboutdate td {
        font-family: GothamBook, sans-serif;
        font-size: 13px;
        color: #767676;
    }

    #book-new input[type=checkbox] {
        margin: 0 5px 0 0;
        position: relative;
        top: 2px;
    }

    #book-new input[type=text]#searchinput {
        background: #fff;
        color: #b0b0b0;
        font-family: GothamBold,sans-serif;
        font-size: 14px;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 20px;
        width: 306px;
        -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
        -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
        box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    }

    #book-new input[type=text].datepicker {
        background: #3bb4dc url("../images/cal.png") right center no-repeat;
        background-size: 36px 16px;
        color: #fff;
        font-family: GothamBold,sans-serif;
        font-size: 14px;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 10px 40px 10px 20px;
        width: 106px;
        cursor: pointer;
        margin-right: 14px;
    }

    #book-new input[type=submit] {
        background: #a0c35f;
        color: #fff;
        text-transform: uppercase;
        font-family: GothamBold,sans-serif;
        font-size: 11px;
        font-weight: bold;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 9px 12px !important;
        cursor: pointer;
        margin-right: 14px;
        width: 100%;
    }

#package-code {
    margin-bottom: 15px;
    padding: 14px 24px;
    color: #fff;
}

    #package-code label {
        cursor: pointer;
    }

    #package-code input[type="submit"] {
        cursor: pointer;
        color: #fff;
        background-color: transparent;
    }

        #package-code input[type="submit"]:hover {
            text-decoration: underline;
        }

.wl-input {
    border-radius: 2px !important;
    margin-left: 10px !important;
    margin-right: 20px !important;
    padding: 5px 10px !important;
}

.center {
    text-align: center;
}

#book #txtDiscount {
    margin-top: 10px;
    margin-bottom: 10px;
}

#sidebar .code-active {
    margin-bottom: 20px;
    padding: 14px 20px;
    color: #fff;
}

#dicountcode_active {
    margin: 15px 24px 0 20px;
    padding: 10px 20px;
    border: 1px solid #CCCCCC;
    background: none;
    background-color: #F9F9F9;
    font-size: 12px;
    font-style: normal;
}

#gent-intro {
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #F7F7F7;
}

    #gent-intro h1 {
        margin-bottom: 25px;
        font-size: 16px;
    }

    #gent-intro p {
        margin-bottom: 10px;
    }

#code-invalid {
    margin: 10px 0;
    border: 1px solid #EBCCD1;
    padding: 14px 24px;
    background-color: #F2DEDE;
    color: #A94442;
}

@media (max-width: 480px) {
    #package-code label, #package-code input {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 10px;
        text-align: center;
    }

    #package-code span {
        float: none !important;
    }
}

#book-new input[type=submit]:hover, #vvvwireframe input[type=submit]:hover, #viewlocation:hover, #bookthisroom:hover, #yourdata input[type=submit]:hover, .wl_btn:hover {
    background: #89a94e;
    color: #fff;
}

#book-new #startdate, #book-new #enddate {
    font-family: GothamBold,sans-serif;
    margin-right: 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 12px;
    width: 85px;
    height: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#ddlPackages {
    font-family: GothamBold,sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    padding: 7px;
    width: 100%;
}

#book-new .persons-wrapper {
    float: left;
    margin-right: 20px;
}

    #book-new .persons-wrapper.last {
        margin-right: 0;
    }

.peopleSelector {
    float: left;
    margin-left: 50px;
}

    .peopleSelector:first-child {
        margin-left: 0;
    }

    .peopleSelector > select {
        padding: 7px 0 !important;
        display: block;
    }

#ddlAdults, #ddlChildren, #ddlBabies, .wl-select {
    font-family: GothamBold,sans-serif;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    padding: 7px;
}

#ddlAdults, #ddlChildren, #ddlBabies {
    width: 60px;
}

@media (max-width: 1180px) {
    #book-new {
        width: 100%;
        height: 250px;
        padding-left: 0;
        padding-right: 0;
    }

        #book-new #startdate, #book-new #enddate {
            margin: 0;
        }

        #book-new.with-persons {
            height: 225px;
        }

        #book-new tr td {
            padding: 10px;
        }

        #book-new h3, #book-new #formSearch {
            padding-left: 25px;
            padding-right: 20px;
        }

            #book-new #formSearch table {
                width: 100%;
            }

        #book-new .persons-wrapper {
            float: none;
            display: inline;
        }
}

@media (max-width: 767px) {
    .result .right .city, .result .right .labels {
        float: none;
        margin: 10px 0;
        text-align: center;
    }

    .result .right .stars {
        margin: 14px 0;
    }

    #book-new.with-persons {
        height: 275px;
    }
}

@media (max-width: 500px) {
    #book-new {
        padding: 5px 0;
        height: auto;
        width: 100%;
    }

        #book-new.with-persons {
            height: 390px;
        }

        #book-new h3 {
            text-align: center;
        }

        #book-new input#searchinput[type="text"], #book-new #ddlPackages {
            width: 50%;
        }
}

@media (max-width: 480px) {
    #book-new {
        height: 450px;
    }

        #book-new.with-persons {
            height: 420px;
        }

        #book-new .persons-wrapper {
            float: none;
            display: block;
            margin: 0;
        }

            #book-new .persons-wrapper.last {
                margin-top: 10px;
            }
}

.city {
    float: right;
}

.ui-autocomplete-category {
    font-weight: bold;
    padding: .2em .4em;
    margin: .8em 0 .2em;
    line-height: 1.5;
}

div.show-more {
    padding: 11px 14px;
}

a.show-more {
    text-decoration: underline;
    color: #006699;
}

    a.show-more:hover {
        text-decoration: none;
    }

.result .action {
    margin: 10px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.center {
    text-align: center;
}

#discount {
    margin-bottom: 20px;
    padding: 20px;
    color: #FFFFFF;
}

    #discount h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }

    #discount input[type="text"] {
        background: none repeat scroll 0 0 #FFFFFF;
        border-radius: 10px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
        color: #B0B0B0;
        font-family: GothamBold,sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 20px;
        width: 190px;
    }

    #discount input[type="submit"] {
        margin-top: 10px;
    }

.tbl-result {
    margin-bottom: 10px;
}

    .tbl-result .thprice, .tbl-result .prices {
        width: 22%;
    }

.result .persons {
    width: 50px;
}

label.cell {
    cursor: pointer;
    display: block;
    padding: 11px 14px;
    font-weight: normal;
}

    label.cell:hover {
        font-weight: bold;
    }

.no-padding {
    padding: 0 !important;
}

label.cell input {
    margin-right: 4px;
    position: relative;
    top: 2px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tbl-result th {
    vertical-align: middle;
}

#recurring-customer-login {
    float: right;
    padding-right: 8px;
    border-right: 1px solid #fff;
    margin-right: 8px;
}

    #recurring-customer-login, #recurring-customer-login a, #recurring-customer-login span {
        color: #fff;
    }

        #recurring-customer-login a {
            font-weight: bold;
        }

.whitelabel-form input[type="text"], .whitelabel-form input[type="password"], .whitelabel-form input[type="tel"], .whitelabel-form input[type="email"] {
    border: 1px solid #e1e1e1;
    padding: 5px 0 5px 5px;
    width: 100%;
    height: 20px;
    background-color: #ffffff;
    color: #7e7e7e;
    font-size: 12px !important;
    box-sizing: initial !important;
}

.whitelabel-form select {
    border: 1px solid #e1e1e1;
    padding: 3px 0 3px 3px;
    min-width: 75px;
}

.whitelabel-form table {
    width: 100%;
}

    .whitelabel-form table tr td {
        padding: 6px;
        width: 50%;
    }

#Customer .modal-content {
    background-color: #F9F9F9;
}

    #Customer .modal-content hr {
        margin: 0;
    }

#Customer .validation-summary-errors {
    padding: 6px;
    color: #d9534f;
}

.facebook-button {
    display: block;
    background: url("/Content/Whitelabel/images/social/fb-logo.png") no-repeat scroll left center #3b5998;
    border-radius: 1px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
    text-indent: 55px;
    width: 250px;
}

.google-button {
    display: block;
    background: url("/Content/Whitelabel/images/social/gplus-logo.png") no-repeat scroll 15px center #dd4b39;
    border-radius: 1px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-decoration: none !important;
    text-indent: 55px;
}

    .facebook-button:hover, .google-button:hover {
        opacity: 0.85;
    }

#sidebar.menu {
    margin-top: 42px;
}

.menu-title {
    padding: 11px 14px;
    color: #fff;
    font-weight: bold;
    line-height: 17px;
    text-transform: uppercase;
}

.menu-item {
    border-bottom: 1px solid #cccccc;
    background-color: #f1f2f3;
}

    .menu-item a {
        display: block;
        padding: 11px 14px;
        color: #767676;
        text-decoration: none;
    }

        .menu-item.active a, .menu-item a:hover {
            font-weight: bold;
        }

.page {
    padding: 15px 24px;
    background-color: #f1f2f3;
}

    .page .wl-h1 {
        font-family: GothamBold,sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 18px;
        margin: 0 0 12px;
        text-transform: uppercase;
    }

.wl-table {
    width: 100%;
}

    .wl-table td.dates span {
        display: block;
        margin-bottom: 6px;
    }

a.cancel {
    font-style: italic;
    color: #d9534f;
}

.page legend {
    font-size: 18px;
    padding-bottom: 10px;
}

.unbreakable {
    white-space: nowrap;
}

.members-only-inactive-stripes {
    background: url('/Content/Whitelabel/style/images/striped-inactive.png') repeat;
}

tr.members-only-inactive-stripes td {
    background: url('/Content/Whitelabel/style/images/striped-inactive.png') repeat;
    border-right: none !important;
}

.members-only-active-stripes {
    background: url('/Content/Whitelabel/style/images/striped-active.png') repeat;
}

tr.members-only-active-stripes td {
    background: url('/Content/Whitelabel/style/images/striped-active.png') repeat;
    border-right: none !important;
}


span.members-only {
    display: inline-block;
    font-size: 9px;
}

.members-only-inactive-stripes span.members-only {
    color: #b53525;
    font-weight: bold;
}

.members-only-active-stripes span.members-only {
    color: #4CA454;
    font-weight: bold;
}

.login-for-rate {
    font-weight: bold;
    color: #14191e;
}

    .login-for-rate:hover {
        color: #14191e;
    }

.modal-body ol {
    list-style: decimal inside !important;
}

.modal-body ul {
    list-style: disc inside !important;
}

@media (max-width: 1180px) {
    .bootstrap #wl_breadcrumb .back {
        float: initial;
    }

    #sidebar.menu {
        display: block;
        width: 100%;
    }
}

@media (max-width: 769px) {
    #recurring-customer-login {
        clear: both;
        float: none;
        margin: 0;
        border: none;
        padding-top: 10px;
        text-align: center;
    }

    #logismanager_vvv .tablecontent .tblpers {
        display: none;
    }
}

@media (max-width: 480px) {
    .hidden-xxs {
        display: none;
    }
}

.small-note, .small-note a {
    font-size: 9px !important;
    color: #767676;
}

.field-validation-error {
    color: #d9534f;
}

#logismanager_vvv .tablecontent td {
    vertical-align: middle;
}

.search-select {
    border-radius: 10px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2) inset;
    font-family: GothamBold,sans-serif;
    padding: 7px;
}

#discounts {
    padding: 14px 20px;
    color: #fff;
}

    #discounts .wl_btn {
        margin: 10px 0 0 0;
    }

    #discounts h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px;
        text-transform: uppercase;
        text-align: center;
    }

    #discounts p {
        margin: 15px 0 5px 0;
        color: #fff;
        text-align: center;
    }

.regions {
    float: right;
}

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.region .circle {
    display: inline-block;
    width: 12px;
    height: 12px;
    vertical-align: middle;
}

.regions a, .regions a:hover {
    color: #ffffff;
}

.optgroup-city {
    color: #000;
    font-style: normal;
    padding: 3px 10px;
    font-size: 1.4em;
}

.popover-title {
    font-weight: bold;
    color: #333333;
}

.popover-content ol, ul {
    list-style: inside disc;
}

.tablecontent td.tblprijs {
    text-align: right;
    width: 50px;
}

.tablecontent td.tblpers {
    text-align: right;
    width: 30px;
}

.tablecontent td.tblaantal {
    width: 75px;
    text-align: right;
}

.tablecontent td.tblrate {
    width: 300px;
}

.tablecontent td.tblbook {
    text-align: right;
}

#logismanager_vvv .tablecontent tr td.tblheader {
    padding: 3px 10px !important;
}

.numberofpeople {
    font-size: 10px !important;
}

/**SIDEBAR SEARCHENGINE*/

#sidebar-book {
    margin-bottom: 20px;
    background-color: #efefef;
}

    #sidebar-book h3 {
        padding: 14px 20px 14px 20px;
        color: #fff !important;
        text-transform: uppercase;
        font-weight: bold;
        font-family: GothamBold, sans-serif;
        font-size: 14px;
        margin: 0;
    }

#formSearchSidebar {
    padding: 15px;
}

#sidebar-book input[type=text]#searchinput-sidebar {
    background: #fff;
    color: #b0b0b0;
    font-family: GothamBold,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px;
    width: 92%;
    margin-bottom: 15px;
    -moz-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    box-shadow: inset 1px 1px 4px rgba(0,0,0,0.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#sidebar-book input[type=text].datepicker {
    background-size: 36px 16px;
    color: #fff;
    font-family: GothamBold,sans-serif;
    font-size: 14px;
    font-weight: bold;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 8px 40px 8px 20px;
    width: 75%;
    cursor: pointer;
    margin-right: 14px;
}

/** /SIDEBAR SEARCHENGINE*/

.announcement {
    padding: 15px;
    background-color: #f7f7f7;
    margin-bottom: 19px;
    color: #060c13;
}

.gdpr-label label {
    display: inline;
    font-weight: normal;
}

.gdpr-label label a {
    font-weight: bold !important;
    color: #3bb4dc;
}

.padding-10 {
    padding: 10px !important;
}

.text-error {
    color: red;
}