body.direct {
    min-height: 100vh;
}

body.direct > div.container[data-role="page"]
body.direct > main > div.container[data-role="page"] {
    min-height: 80vh;
}

.main-header {
    padding: 5px 0;
}

#header_logo_wrapper {
    text-align: center;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

#nights_container .btn .glyphicon,
small {
    font-size: 14px;
}

#nights_container #nights-plus,
#nights_container #nights-minus {
    padding: 6px 8px;
}

.ui-datepicker-trigger {
    position: relative;
    top: 0.05em;
    right: 2.1em;
    display: inline-block;
}

h5.panel-title {
    font-size: 14px;
}

.panel .panel-heading .panel-title + .panel-title {
    margin-top: 5px;
}

h5 {
    overflow-wrap: break-word;
}


*:focus {
    outline: 0 !important;
}

dl {
    margin-bottom: 0px;
}

.alert {
}

@media (max-width: 767px) {
    .alert {
        margin: 15px;
    }
}

.article-select-btn {
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: bold;
}

.btn.article-select-btn {
    width: auto !important;
    margin-top: 5px;
    font-weight: 400;
}

.article-select-btn:hover, .article-select-btn:focus {
    text-decoration: none;
}

.article-select-btn-container {
    display: inline-block;
}

.proceed-button-container {
    display: inline-block;
}

.proceed-button-container.hidden {
    display: none !important;
}

.proceed-button-container button {
    margin-top: 5px;
}

.extra-items .proceed-button-container button {
    margin-bottom: 0px;
}

.extra-items .form-group {
    margin-bottom: 5px;
}

.btn-full-width {
    width: 100%;
}

.footer {
    text-align: center;
    margin: 25px 0px 0px 0px;
}

.footer p {
    margin: 0;
}

.btn > span {
    vertical-align: text-bottom;
}

.btn > span.caret {
    vertical-align: middle;
    margin-left: 1em;
}

.overview_list h4 {
    font-weight: bold;
}

.margin-bottom {
    margin-bottom: 20px;
}

.loader {
    display: block;
    z-index: 9999999;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 0;
    background: none;
    filter: Alpha(Opacity=18);
    opacity: .18;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    margin-top: -23px;
}

.loader > .icon-loading {
    background: url(images/ajax-loader.gif);
    background-size: 46px 46px;
    background-color: #000;
    display: block;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 1px;
    border-radius: 36px;
    box-sizing: content-box;
}

#page_articles.overnight-only .extra-items {
    display: none;
}

#page_articles.extras-only .overnight-items {
    display: none;
}

.overnight-items a > h4 {
    color: #fff;
    background-color: #0d6efd;
    padding: 10px 15px;
    border-radius: 4px;
}

.overnight-items h4 .show-more-btn {
    color: #fff;
}

.overnight-items > a {
    text-decoration: none;
}

.nav > li.disabled > a {
    color: #666;
}

.nav-pills > li.disabled > a:hover,
.nav-pills > li.disabled > a:focus {
    background-color: transparent;
    color: #666;
    text-decoration: none;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.nav-pills > li:first-child > a {
    border-bottom-left-radius: 4px;
}

.nav-pills > li:last-child > a {
    border-bottom-right-radius: 4px;
}

#summary_box {
    /*margin-top: -40px;*/
}

#summary_box,
#summary_final_box {
    position: absolute;
    top: 0px;
    z-index: 100;
}

@media (min-width: 768px) {
    #summary_box,
    #summary_final_box {
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    #summary_final_box {
        /*margin: 0px 15px;*/
    }

    #summary_box_top_position {
        margin: 0px;
    }
}

#summary_box .panel-title {
    color: #fff;
}

#summary_box .panel .table,
#summary_final_box .panel .table {
}

#summary_box .panel .table td,
#summary_final_box .panel .table td,
#summary_box .panel .table th,
#summary_final_box .panel .table th {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    font-size: 14px;
}

#summary_box .panel .text-muted,
#summary_final_box .panel .text-muted {
    font-size: 14px;
}

#summary_box .panel .table th,
#summary_final_box .panel .table th {
    font-size: 14px;
}

.panel > button {
    border-radius: 0
}

.houseInfo dl dt {
    font-size: 0.8em;
    width: 15%;
    padding-left: 0 !important;
}

.houseInfo dl dd {
    padding-right: 0 !important;
    margin-left: 0;
    width: 85%;
}

.houseInfoSummary dl dt {
    width: 15%;
    padding-left: 0 !important;
}

.houseInfoSummary dl dd {
    padding-right: 0 !important;
    margin-left: 0;
    width: 85%;
}

#booknow_form.form-inline.booknow-lock .booknow-lock-hide {
    display: none;
}

.panel-default > .panel-heading {
    border: none;
}

#booknow_form.form-inline.booknow-no-lock .booknow-lock-show {
    display: none;
}

#booknow_form.form-inline > .btn {
    vertical-align: bottom;
    margin-top: 1.5em;
}

#booknow_row_collapse {
    padding: 0px;
}

form span.label,
h5.panel-title span.label,
#booknow_form.form-inline > .form-group > span.label {
    color: inherit;
    font-size: inherit;
    text-align: left;
    padding-left: 0;
}

h5.panel-title span.label {
    font-weight: inherit;
}

#adr_birth_label {
    padding-top: 1.7em;
}

@media (min-width: 768px) {
    #booknow_form.form-inline > .form-group {
        margin-right: 1.5em;
        margin-top: 1.5em;
    }
}

@media (max-width: 767px) {
    #booknow_form #house_name {
        margin-top: 15px;
    }

    #booknow_form .btn-search-booking {
        margin-top: 5px;
        margin-bottom: 0px;
        width: 100%;
    }

    #booknow_form.form-inline.booknow-lock > .form-group {
        margin-bottom: 5px;
    }

    #booknow_form.form-inline.booknow-lock > .btn-change-booking {
        margin-top: 10px;
        width: 100%;
    }

    #booknow_form.form-inline.booknow-lock > .form-group > label,
    #booknow_form.form-inline.booknow-lock > .form-group > span.label {
        display: inline;
    }

    #booknow_form.form-inline.booknow-lock > .form-group > .booknow-lock-show {
        margin-left: 5px;
    }

    #booknow_form.form-inline.booknow-no-lock > .form-group {
        margin-bottom: 15px;
        float: left;
    }

    #booknow_form.form-inline.booknow-no-lock > .form-group.right-side {
        width: 50%;
        padding-left: 5%;
    }

    #booknow_form.form-inline.booknow-no-lock > .form-group.left-side {
        width: 50%;
        padding-right: 5%;
    }

    #booknow_form.form-inline.booknow-no-lock > .form-group.spacer {
        width: 50%;
        height: 35px;
    }
}


#booknow_form.form-inline > .form-group > label,
#booknow_form.form-inline > .form-group > span.label {
    display: block;
}

.media-left {
    width: 180px;
}

.media-left > .fotorama {
    margin-bottom: .5em
}

@media (max-width: 767px) {
    .media-left-wrapper {
        text-align: center;
        margin-bottom: 10px;
    }

    .media-left {
        margin: auto;
        text-align: left;
        display: inline-block;
        width: 100%;
    }
}

a.more-info {
    font-size: 14px;
    font-style: italic;
}

.children-form > .form-group > .control-label {
    text-align: left;
}

td.trash {
    width: 1px
}

.grouped-articles {
    border: 1px solid #eee;
    padding-top: 15px;
    margin: 0px 0px 15px 0px;
}

.grouped-articles .grouped-article {
    border: 1px solid #eee;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
}

.grouped-article .article-select-btn {
    text-decoration: none;
    color: #333;
    font-weight: normal;
}

.grouped-article .btn.article-select-btn {
    color: #fff;
}

.grouped-article.active,
.panel.active {
    border: 2px solid #ddd;
}

.grouped-article h4,
.grouped-article h5.h4 {
    margin: 10px 15px;
}

.n-rooms-left {
    color: #d40a0f;
}

.popular-article {
    font-style: italic;
    background-color: #ffc107;
    padding: .1em .2em;
    color: #0a0a0a;
}

ul.general-desc {
    list-style-type: none;
    padding-left: 0px;
}

ul.specific-desc {
    list-style-type: none;
    padding-left: 10px;
}

ul.specific-desc > li {
    text-indent: -10px;
}

ul.specific-desc > li:before {
    content: "- ";
    text-indent: -5px;
}

#summary_box_container {
    position: relative;
}

#booknow_hostelinfobox.full-width .house-info-left {
    width: 100% !important;
}

#booknow_hostelinfobox > .row {
    margin-left: 0px;
    margin-right: 0px;
}

#booknow_hostelinfobox[data-sidebar] .house-info-left {
    width: 100%;
    padding-top: 15px;
}

#booknow_hostelinfobox[data-sidebar] .house-image-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

#booknow_hostelinfobox[data-sidebar] .house-desc {
    width: 100%;
}

#booknow_hostelinfobox[data-sidebar] .houseImage {
    display: inline-block;
}

#booknow_hostelinfobox .houseImage {
    overflow: hidden;
}

#booknow_hostelinfobox .houseImage > img {
    max-height: 130px;
    margin-left: 50%;
    transform: translateX(-50%);
}

#booknow_hostelinfobox .houseGallery {
    display: inline-block;
    max-width: 100%;
    padding: 5px 0px;
    overflow: hidden;
}

#booknow_hostelinfobox .houseGallery .houseimg {
    margin-left: 50%;
    transform: translateX(-50%);
}

#booknow_hostelinfobox .houseGallery-wrapper {
    text-align: center;
}

#booknow_hostelinfobox[data-sidebar] .houseGallery {
    display: inline-block;
    padding: 0px;
}

#booknow_hostelinfobox .show-more-btn,
#booknow_row .show-more-btn,
#summary_final_box .show-more-btn {
    color: #fff;
}

#booknow_hostelinfobox .show-more-btn:focus,
#booknow_hostelinfobox .show-more-btn:active,
#booknow_hostelinfobox .show-more-btn:hover
#booknow_row .show-more-btn:focus,
#booknow_row .show-more-btn:active,
#booknow_row .show-more-btn:hover,
#summary_final_box .show-more-btn:focus,
#summary_final_box .show-more-btn:active,
#summary_final_box .show-more-btn:hover {
    text-decoration: none;
}

.house-info-left {
    border: 1px dotted #ddd;
}

.house-info-left .house-gallery {
    margin: 0px 0px 25px 0px;
    height: 120px;
}

.house-info-left .house-gallery img {
    width: 146px !important;
    height: 103px !important;
    margin: 10px 0px;
    padding: 10px;
}

.house-info-left .house-image img {
    margin: 10px 0px;
    padding: 10px;
    height: 100px;
}

.house-info-left .missing-image.glyphicon {
    color: #bbb;
    font-size: 6em;
    margin: 10px 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    background: #eee;
}

.house-info-left .house-image-wrapper,
.house-info-left .house-desc {
    padding: 5px;
}

.house-info-left .house-desc.house-desc-noimages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.house-info-right {
    padding: 5px;
}

#address-map-google {
    height: 300px;
    width: 100%;
}

#error_msg,
#error_msg_promo {
    display: none;
}

@media (max-width: 767px) {
    #error_msg_promo {
        margin: 15px 0px;
    }
}

.radio-desc {
    vertical-align: sub;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 0px;
}

.panel {
    border: 1px solid #eee;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.glyphicon {
    text-decoration: none;
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
}

a.glyphicon.left {
    margin-left: 0px;
    margin-right: 5px;
}

a:hover.glyphicon,
a:active.glyphicon,
a:focus.glyphicon {
    text-decoration: none;
    outline: 0;
    color: #d40a0f;
}

.number-input {
    width: 80px;
    text-align: right;
}

.offscreen {
    position: absolute;
    left: -8192px;
}

#summary_box .show-more-btn .icon-more,
#summary_box .show-more-btn.collapsed .icon-less,
#summary_final_box .show-more-btn .icon-more,
#summary_final_box .show-more-btn.collapsed .icon-less {
    display: inline-block;
}

#summary_box .show-more-btn.collapsed .icon-more,
#summary_box .show-more-btn .icon-less,
#summary_final_box .show-more-btn.collapsed .icon-more,
#summary_final_box .show-more-btn .icon-less {
    display: none;
}

#summary_box .summary-art-category,
#summary_final_box .summary-art-category {
    text-align: center;
    margin: 5px;
}

#summary_box .summary-art-category + .spacer,
#summary_final_box .summary-art-category + .spacer {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #bbb;
}

#summary_box .promotable td,
#summary_final_box .promotable td {
    border: 0;
}

#summary_box_container + #art-continue-btn {
    margin-top: 15px;
}

#summary-jumper {
    display: none;
    bottom: 0px;
    left: 0px;
    display: block;
    cursor: pointer;
    width: 100%;
    position: absolute;
    z-index: 2;
}

#summary-jumper .panel {
    margin-bottom: 0px;
}

#summary-jumper .panel-heading {
    color: #fff;
    background-color: #5cb85c;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 40px;
}

@media (min-width: 980px) {
    #summary-jumper {
        display: none;
    }
}

@media (max-width: 980px) {
    #summary_box_container {
        margin-top: 0px;
        margin: 0px -15px;
        width: calc(100% + 30px);
        background: white;
    }
}


#wishlist .logo {
    background: url('/img/crs4-wishlist.svg');
    background-size: 100% 150px;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    opacity: 0.1;
}

#crs4-iframe1,
#crs4-iframe2,
#crs4-iframe3 {
    border-color: transparent;
}

#crs4-iframe2 {
    max-height: 130px;
    padding: 5px;
}

@media (min-width: 768px) {
    #booknow_row.panel,
    #hostelinfobox.panel {
        border: 0;
    }
}

#hostelinfobox.panel {
    /*margin: 15px 0px 0px 0px;*/
}

@media (max-width: 767px) {
    #booknow_row.panel .panel-body,
    #hostelinfobox.panel .panel-body {
        border: 1px dotted #ddd;
        border-top: none;
        padding: 15px 15px 15px 15px;
    }

    #hostelinfobox.panel .panel-body {
    }

    #hostelinfobox.panel .house-info-left {
        border: 0;
    }

    .main-nav.nav-justified,
    #booknow_row {
        margin-bottom: 10px;
    }

    #page_articles.container,
    #page_personal_data.container {
        padding: 0px;
    }

    #booknow_row.panel,
    #booknow_hostelinfobox,
    #page_personal_data #page_content,
    #page_booknow_wrapper {
        margin-left: 15px;
        margin-right: 15px;
    }

    #page_content,
    #page_booknow,
    #page_booknow #booknow_hostelinfobox {
        margin-left: 0px;
        margin-right: 0px;
    }

    #page_booknow {
        padding-left: 0px;
        padding-right: 0px;
    }

    #booknow_hostelinfobox .houseImage {
        text-align: center;
    }

    #booknow_hostelinfobox .houseImage > img {
        margin: auto;
    }

    #booknow_hostelinfobox h3.panel-title {
        padding-bottom: 5px;
    }

    #booknow_row h3.panel-title {
        padding-bottom: 5px;
    }

    #booknow_hostelinfobox .panel {
        margin-bottom: 0px;
    }
}

#booknow_hostelinfobox {
    margin-bottom: 0px;
}

.main-nav.nav-justified > li {
    display: table-cell !important;
    width: 1% !important;
}

#hostelinfobox_collapse {
    padding: 0px 15px;
}

#page_booknow #booknow_mainbox {
    margin-top: 15px;
}

#page_booknow .house-info-right {
    width: 100%;
}

#demo-version {
    text-align: center;
}

.ttip {
    position: relative;
    display: inline-block;
}

.ttip .ttip-wrapper {
    visibility: hidden;
    width: 500px;
    text-align: center;
    position: absolute;
    z-index: 1;
    margin-left: -250px;
}

.ttip-desc {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1px 5px;
    border-radius: 6px;
}

#paFinderOpen .ttip-wrapper {
    margin-left: -238px;
    margin-top: 30px;
}

.ttip-down:after, .ttip-down:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ttip-down:after {
    border-bottom-color: rgba(0, 0, 0, 0.8);
    border-width: 10px;
    margin-left: -10px;
}

.ttip-down:before {
    border-width: 10px;
    margin-left: -10px;
}

@media (min-width: 768px) {
    .ttip:hover .ttip-wrapper {
        visibility: visible;
    }
}

@media (min-width: 768px) {
    #summary_box {
        margin-right: 15px;
    }
}

.no-wrap {
    white-space: nowrap;
}

#house-msg {
    margin: 5px -25px;
    margin-bottom: 0px;
}

#house-msg .alert {
    margin-top: 0px;
    margin-bottom: 0px;
    /*padding: 5px;*/
}

.alert {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.alert-xs {
    padding: 5px;
}

@media (max-width: 767px) {
    #house-msg .alert {
        margin-bottom: 15px;
    }

    .alert {
        text-align: left;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 10px;
    }
}

#booknow_hostelinfobox.error .house-info-left {
    width: 100%;
}

dl.inline dd {
    display: inline;
    margin: 0;
}

dl.inline dd:after {
    display: block;
    content: '';
}

dl.inline dt {
    display: inline-block;
    min-width: 100px;
}

.mandatory.missing {
    box-shadow: 0 0 0 rgba(255, 0, 0, 0.6);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
        box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
}

#label_more_paymentprovider {
    display: inline-block;
    padding: 0px 5px;
}

#terms_accepted_label.mandatory.missing {
    padding: 3px 5px;
    border-radius: 3px;
}

.no-grouping .hspacer {
    margin-top: 20px;
}

.no-grouping .media-body .form-group {
    margin-bottom: 5px;
}

.no-grouping .media-body .form-group .control-label {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: .6em;
}

.no-grouping .media-body .form-group .form-control-static {
    padding-top: 0px;
    padding-bottom: 0px;
    min-height: 20px;
}

.no-grouping .media-body .form-group.info {
    margin-top: 10px;
}

.no-grouping .media-body .form-group.info span.label {
    line-height: 1.42857143;
}

.no-grouping .media-body .form-group.price span.label,
div.extra-price span.label.col-xs-4 {
    line-height: 28.5667px;
}

div.extra-price span.label.col-xs-4 {
    padding-top: 0;
}

#arrival.form-control[readonly],
#depart.form-control[readonly],
#night_counter.btn.btn-default {
    background-color: #fff;
}

.center-wrapper {
    text-align: center;
}

.summary-jumper {
    display: none;
}

@media (max-width: 980px) {
    .grouped-article .summary-jumper {
        margin-bottom: .5em;
    }

    .summary-jumper {
        display: block;
        visibility: hidden;
        margin-top: .5em;
        text-align: right;
        height: 28px;
    }

    .summary-jumper.active {
        visibility: visible;
    }

    .summary-jumper.inactive {
        visibility: hidden;
        height: 0;
    }

    .summary-jumper.active a {
        display: inline-block;
        line-height: 14px;
        font-size: 14px;
        padding: .4em .6em .4em .75em;
        background: #0d6efd;
        color: #fff;
        border: 1px solid #0d6efd;
        border-radius: 4px;
    }

    .summary-jumper.active a:hover {
        text-decoration: none;
        background: #fff;
        color: #0d6efd;
    }

    .summary-jumper.active a i {
        margin-left: .3em;
    }
}

@media (max-width: 767px) {
    .popular-article-container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0px;
    }
}

.pricemix-desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.article-select-btn input[type="checkbox"] {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

.article_currency,
.article_price,
.article_pricetype {
    display: inline-block;
}

.article_pricetype {
    font-weight: 400;
}

.article_currency,
.article_price {
    font-weight: 500;
}

.article_price {
    font-size: 20px;
}

#page_booking a.show-more-btn,
#page_booking a.show-more-btn:focus,
#page_booking a.show-more-btn:hover,
#page_booking a.show-more-btn:active,
a h3,
a:focus h3,
a:hover h3 {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.fotorama__caption {
    font-size: 14px;
}

#crs4-iframe-header,
#crs4-iframe-footer {
    position: relative;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0px;
    margin: 0px;
}

div.crs4-iframe-container {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    height: 15vh;
}

div.crs4-iframe-container iframe,
div.crs4-iframe-container #crs4-iframe-header,
div.crs4-iframe-container #crs4-iframe-footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


label[disabled],
select[disabled],
.form-control[disabled],
select[disabled] option,
select option.dropdown-explain {
    color: #999;
}

.divergent-guest,
.divergent-invoice-address {
    display: none;
}

img.crs4-gallery.single {
    width: 170px;
    padding: 5px 0px;
    cursor: pointer;
}

#houseinfo-modal img.crs4-gallery.single {
    width: 300px;
    max-height: 300px;
    max-width: 300px;
}

@media (max-width: 767px) {
    img.crs4-gallery.single {
        width: 100%;
    }

    .ui-datepicker-trigger {
        display: none !important;
    }

    #sectionHostelInfo + div#page_content {
        margin-top: 1em;
    }
}

@media (min-width: 768px) {
    img.crs4-gallery.single {
        width: 170px;
        padding: 5px 0px;
    }

    .center-wrapper > .crs4-gallery {
        display: inline-block;
    }

    .crs4-gallery.artinfo {
        width: 400px;
    }
}

.article.disabled * {
    color: #999999 !important;
}

.article.disabled img {
    opacity: 0.5;
}

.article.disabled .panel-title a {
    color: #999999 !important;
    text-decoration: line-through !important;
}

.article.disabled .panel-title input,
.article.disabled .btn {
    visibility: hidden;
}

@media (min-width: 768px) {
    .article.disabled .btn {
        display: none;
    }
}

#old-booking-form {
    display: inline-block;
}

@media (min-width: 980px) {
    ul.specific-desc {
        min-height: 86px;
    }
}


#userShowContent {
    margin: 1em 0;
}

/*#userProfileForm .form-group {*/
/*    padding-top: 1em;*/
/*    padding-bottom: 1em;*/
/*}*/

#userProfileForm #fieldset_adr_name4 {
    margin-bottom: 0;
    padding-bottom: 0;
}

#userProfileForm #fieldset_adr_name4 .help-block {
    margin-bottom: 0;
    font-size: .9em;
    padding-left: 1.5em;
    padding-right: 1em;
    padding-bottom: 1em;
}

h3[data-toggle="collapse"]:hover {
    cursor: pointer;
}

.panel-body .bookingInfo {
    font-size: .85em;
    line-height: 1.1em;
}

h1#pageTitle {
    text-align: center;
    margin: 2em 0 1.4em 0;
}

/*

*/

body#box #bookNowRow form {
    display: flex;
    flex-flow: row;
    width: 100%;
    align-items: flex-end;
}

body#box #bookNowRow #booknow_mainbox {
    margin-left: 0 !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body#box #bookNowRow form div.form-group {
    display: flex;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: .2em .5em;
}

body#box #bookNowRow form div.form-group > label {
    text-align: left;
}

body#box #bookNowRow form div.form-group > label,
body#box #bookNowRow form div.form-group > div {
    padding: 0;
    float: revert;
    width: auto;
}

body#box #bookNowRow form div.form-group div.col-sm-10.col-sm-offset-2.col-xs-12.col-xs-offset-0 {
    margin-left: 0;
}

body#box #bookNowRow form div.form-group div.col-sm-10.col-sm-offset-2.col-xs-12.col-xs-offset-0 button.btn.btn-success {
    width: auto;
}

body#box #bookNowRow form div.form-group div.col-sm-10.col-sm-offset-2.col-xs-12.col-xs-offset-0 button.btn.btn-success i.glyphicon {
    display: none;
}

body#box #bookNowRow form #nights_container,
body#box #bookNowRow form #person_select {
    display: flex;
}

body#box #bookNowRow form #crs4Filterrtype label {
    white-space: nowrap;
}

a:hover.mini-art-info.glyphicon.glyphicon-info-sign,
a:hover i.glyphicon.glyphicon-trash,
#houseinfoOpen:hover span.glyphicon,
#address-map-toggle:hover,
a:active.mini-art-info.glyphicon.glyphicon-info-sign,
a:active i.glyphicon.glyphicon-trash,
#houseinfoOpen:active span.glyphicon,
#address-map-toggle:active,
a:focus.mini-art-info.glyphicon.glyphicon-info-sign,
a:focus i.glyphicon.glyphicon-trash,
#houseinfoOpen:focus span.glyphicon,
#address-map-toggle:focus {
    color: #5bc0de;
}

#address-map-toggle:hover {
    text-decoration: none;
}

#saferpay_thanks_page .panel .panel-heading a h3.numGuests {
    color: #fff;
}

div.row.article.grouped-article div.col-md-6.col-lg-4 p small.form-group.childPrice {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

#fieldset_adr_birth {
    display: flex;
    align-items: center;
}

#fieldset_adr_birth_fields {
    display: flex;
}

#fieldset_adr_birth_fields fieldset {
    border: 0;
    margin-right: 5px;
}

#fieldset_adr_birth_fields fieldset label {
    font-weight: normal;
    font-size: .8em;
    margin-bottom: 0;
    padding-left: .5em;
    color: rgba(0, 0, 0, .7);
}

#typeSwitch {
    margin-top: 1em;
}

#typeSwitch > div.visible-xs {
    margin-left: 0;
    margin-right: 0;
}

#typeSwitch00 {
    margin-bottom: 2em;
    padding-top: 1em;
}

#booknow_row.hasTypeSwitch {
    border: 1px solid #ddd;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
}

#typeSwitch + #booknow_row.hasTypeSwitch {
    padding-top: 1em;
}

.nav > li.nav-logo > a:focus,
.nav > li.nav-logo > a:hover {
    background-color: transparent;
}

.panel-footer.panel-footer-overview h4 {
    display: flex;
    justify-content: space-between;
}

/* converted currency: article display */

.article_price_converted {
    display: block;
    color: rgba(0, 0, 0, .5);
    line-height: 1.75em;
}

.article_price_converted .article_currency {
    font-size: .75em;
}

.article_price_converted .article_price {
    font-size: .9em;
    font-weight: normal;
}

/* converted currency: basket formatting */

.panel-footer h4 .article_price_converted {
    line-height: 1.25em;
}

.panel-footer h4 .article_price_converted .article_currency {
    font-size: .5em;
}

.panel-footer h4 .article_price_converted .article_price {
    font-size: .7em;
}

#ui-datepicker-div {
    z-index: 1000 !important;
}

#radioBtnBoardTypeSwitch .notActive {
    color: #0d6efd;
    background-color: #fff;
}

#address-map-toggle {
    font-size: 1.1em;
    font-weight: bold;
}

.article-select-buttons.no-grouping {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}