﻿@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons);

/**
 * Table of contents
 * --
 *   0. Variables.
 *   1. Bootstrap styles.
 *   2. jQuery styles.
 *   3. Global styles.
 *   4. Login.
 *   5. Google maps.
 *   6. Hotel.
 *   7. Air.
 *   8. Car.
 *   9. Train.
 *   10. Insurance.
 *   11. Booking.
 *   12. Admin.
 *   13. Fontawesome.
 *   14. Print.
 */


/**
 * 0. Variables.
 */


:root {
    --train-class-6: #864A33;
    --train-class-7: #a6192e;
    --train-class-8: #000000;
}


/**
 * 1. Bootstrap styles.
 */


/* btn */

.btn {
    text-transform: uppercase;
}

.btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
.btn-primary:hover {
    /*color: #fff;
    background-color: #91DA35;
    border-color: #91DA35;*/
}

.btn-user:hover {
    text-decoration: none !important;
}


/* panel */

.panel {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    position: relative;
    z-index: 1;
    border-radius: 2px;
    transition: .3s cubic-bezier(.4,0,.2,1);
    transition-property: color,background-color;
    will-change: color,background-color;
    border-color: transparent !important;
}

.panel-heading, .panel-heading:focus {
    color: rgba(0, 0, 0, 0.87) !important;
    background-color: transparent !important;
    border-color: transparent !important;
    outline-color: #ddd !important;
}

.panel-title {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 32px;
}

.panel-labeled .panel-heading {
    padding: 0;
    cursor: pointer;
    margin: 0;
    border: 0;
}

    .panel-labeled .panel-heading > label {
        width: 100%;
        margin: 0;
        padding: 12px;
        font-weight: normal;
        cursor: pointer;
        vertical-align: middle;
    }

.panel.singleAccordion, .panel.singleAccordion:focus {
    margin: 0;
}

    .panel.singleAccordion + .panel.singleAccordion {
        margin-top: 4px;
    }

    .panel.singleAccordion .panel-heading {
        cursor: pointer;
    }

    .panel.singleAccordion .panel-heading {
        /*filter: brightness(100%);
        -webkit-filter: brightness(100%);
        -moz-filter: brightness(100%);
        -o-filter: brightness(100%);
        -ms-filter: brightness(100%);*/
    }

.panel-heading:hover,
.panel-heading.selected,
.panel-labeled .panel-heading:hover,
.panel-box:hover .panel-heading {
    filter: brightness(95%) !important;
    -webkit-filter: brightness(95%) !important;
    -moz-filter: brightness(95%) !important;
    -o-filter: brightness(95%) !important;
    -ms-filter: brightness(95%) !important;
    -webkit-transition: all .3s ease !important;
    -moz-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    -ms-transition: all .3s ease !important;
    transition: all .3s ease !important;
}

    .panel.singleAccordion > .panel-heading > a:focus,
    .panel.singleAccordion > .panel-heading > a:hover {
        text-decoration: none !important;
    }

.panel.ui-state-highlight {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    margin-bottom: 0px;
}

.panel-body {
    padding: 16px;
}

.panel-heading + .panel-body {
    padding-top: 0;
}


/* form */

.form-control.width20 {
    width: 20% !important;
    display: inline;
}


/* badge */

.badge--status {
    font-size: 14px;
    border-radius: 0;
    min-width: 32px;
    color: #fff !important;
}

.badge--status-I {
    background-color: #0085cf !important;
}

.badge--status-PI,
.badge--status-BP,
.badge--status-PX {
    background-color: #ff9933 !important;
}

.badge--status-Q {
    background-color: #a2c9fc !important;
}

.badge--status-X {
    background-color: #dcd66e !important;
}

.badge--status-F {
    background-color: #ff5c5e !important;
}

.badge--status-P,
.badge--status-R,
.badge--status-PR {
    background-color: #b3b3b3 !important;
}


/* nav */

.nav > li > a {
}

    .nav > li > a:focus {
        outline: none;
    }

.navbar-fixed-top,
.navbar-fixed-bottom {
    z-index: 1029;
}

.navbar-fixed-top {
    border: 0 !important;
}

.navbar-nav > li > a {
    height: 50px;
}


/* well */

.well {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.02);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.02);
}


/* media */

.media-hotel .media-right {
    padding: 10px;
}

.media-left > img {
    max-width: none;
}


/* table */

.table > tbody > tr > td.tabulate {
    padding-left: 24px;
}

.table tr.unbordered td {
    border: 0;
}


/* tooltip */

.tooltip {
    font-family: Roboto, Noto Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}


/* popover */

.popover {
    font-family: Roboto, Noto Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}


/* typography */

blockquote {
    padding: 10px 15px;
}

.text-muted--extra {
    color: #ddd!important;
}


/* help */

.help-inline {
    display: inline;
}


/**
 * 2. jQuery styles.
 */


/* ui-widget */

.ui-widget {
    font-family: inherit;
    font-size: 14px;
}

/*.ui-widget-content {
    border: 0;
    background: none #ffffff;
    color: #333333;
}*/

.ui-widget-header {
    font-weight: normal;
}

/*.ui-widget :active {
    outline: none;
}

    .ui-widget-content a {
        color: #333333;
        text-decoration: underline;
    }

.ui-widget-header {
    border: 0;
    background: none #ffffff;
    color: #333;
    font-weight: normal;
    border-bottom: 1px solid #ee7600;
}

    .ui-widget-header a {
        color: #EB7F00;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
    .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
        border: 0;
        background: none #ACF0F2;
        color: #ffffff;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

        .ui-state-default.odd {
            background: none #44F0F2;
        }

        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
            color: #EB7F00;
            text-decoration: none;
        }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-hover.odd {
        border: 0;
        background: #EB7F00;
        color: #ffffff;
    }

        .ui-state-hover a, .ui-state-hover a:hover {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
        border: 0;
        background: #EB7F00;
        color: #ffffff;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }*/

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: inherit;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: #000;
    opacity: .75;
    filter: Alpha(Opacity=75);
}


/* ui-menu */

.ui-menu {
    z-index: 1;
}


/* ui-icon */

.ui-icon + * {
    margin-left: 4px;
}


/* ui-dialog */

.ui-dialog {
    z-index: 1030;
}

.ui-dialog .ui-dialog-title,
.ui-dialog .ui-dialog-titlebar {
    font-weight: bold;
}

.ui-dialog .ui-dialog-titlebar-close {
    display: none;
    outline: 0;
}

    .ui-dialog.ui-dialog--closable-titlebar .ui-dialog-titlebar-close {
        display: block;
    }

    .ui-dialog.ui-dialog--fixed {
        position: fixed;
    }


/* slider */

.ui-slider {
    position: relative;
    text-align: left;
    height: .8em;
    background: #eaeaea;
    color: #333;
    cursor: pointer;
}

    .ui-slider .ui-slider-handle {
        top: -.3em;
        margin-left: -.6em;
        position: absolute;
        z-index: 2;
        width: 1.5em;
        height: 1.5em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
    }


/* datepicker */

.ui-datepicker {
    /*background: #cdcdcd;*/
    z-index: 9999 !important;
    display: none;
    padding: 0;
    width: auto;
}

    .ui-datepicker table {
        font-size: 14px;
        margin: 0;
        line-height: 18px;
    }

    .ui-datepicker td span,
    .ui-datepicker td a {
        text-align: center;
        width: 26px;
        height: 26px;
        display: inline;
        padding: 5px !important;
    }

.ui-datepicker-calendar a {
    color: #ffffff;
}

    .ui-datepicker-calendar a:hover {
        color: #ffffff;
        font-weight: bold;
    }

.ui-datepicker-calendar td {
    padding: 10px 5px;
    text-align: center;
    width: 38px;
    height: 37px;
}

.ui-datepicker-calendar .ui-state-disabled,
.ui-datepicker-calendar .ui-state-disabled span {
    color: rgba(250, 250, 250, 0.50);
}

.ui-datepicker-calendar th {
    color: #ffffff;
    padding: 7px;
    text-align: center;
}

.ui-datepicker-header {
    margin: 10px;
    background: none;
    border: 0;
    padding: 0 !important;
}

    .ui-datepicker-header .ui-datepicker-title {
        padding: 0;
        margin: 0;
        line-height: normal;
        text-align: center;
        color: #ffffff;
    }

        .ui-datepicker-header .ui-datepicker-title select {
            background-color: transparent;
            padding: 2px;
            width: auto;
            margin: 0;
        }

            .ui-datepicker-header .ui-datepicker-title select option {
                background: #eaeaea;
                color: #333;
            }

    .ui-datepicker-header a {
        color: #ffffff;
        cursor: pointer;
    }

        .ui-datepicker-header a:hover {
            color: #ffffff;
            font-weight: bold;
        }

        .ui-datepicker-header a.ui-state-disabled,
        .ui-datepicker-header a.ui-state-disabled:hover {
            color: rgba(250, 250, 250, 0.50);
        }

.ui-datepicker .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    color: white;
}

.ui-datepicker .ui-state-highlight {
    font-weight: bold;
}

.ui-datepicker .ui-state-active,
.ui-datepicker .ui-state-hover {
    color: #fff;
    background: none;
    font-weight: bold;
    border: 0;
}

.ui-datepicker .ui-state-active {
    border: 1px solid #fff;
}

.ui-datepicker .ui-datepicker-prev {
    left: 0;
    float: left;
    width: auto;
    height: auto;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}

.ui-datepicker .ui-datepicker-next {
    right: 0;
    float: right;
    width: auto;
    height: auto;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    top: 0;
    width: auto;
    height: auto;
}

    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
        position: relative;
        display: block;
        left: auto;
        margin-left: 0;
        top: auto;
        margin-top: 0;
        font-weight: bold;
    }

.ui-datepicker .ui-icon {
    background-image: none;
    width: auto;
    height: auto;
    text-indent: 0;
}

.ui-datepicker-trigger {
    display: none;
}


/* button */

/*input.ui-button,
button.ui-button {
    padding: .5em 1em;
}

.ui-button {
    background: #EB7F00 !important;
    color: #fff !important;
    transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .ui-button:hover {
        background: #1695A3 !important;
        color: #fff !important;
    }

    .ui-button-text-only .ui-button-text {
        padding: 0;
    }

    .ui-button-text-icon-primary .ui-button-text,
    .ui-button-text-icons .ui-button-text {
        padding: 0 0 0 1em;
    }*/

/* accordion */

h5.ui-accordion-header {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Roboto, Noto Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    /*font-size: 16px;*/
    color: inherit;
}

/*.ui-accordion .ui-accordion-header {
    margin-top: 0;
}

.ui-accordion .ui-accordion-content {
    padding: 1em;
    background: none #f8f8f8;
}

    .ui-accordion .ui-accordion-content fieldset {
        padding: 0;
    }

    .ui-accordion .ui-accordion-content .marginBottom {
        margin: 0 0 1em 0;
    }*/


/* autocomplete */

.ui-autocomplete.ui-menu .ui-menu-item {
    cursor: pointer;
}

    .ui-autocomplete.ui-menu .ui-menu-item .ui-menu-item-wrapper {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-autocomplete.ui-menu .ui-menu-item + .ui-menu-item {
        border-top: 1px solid #eaeaea;
    }

    .ui-autocomplete.ui-menu .ui-menu-item:hover {
        background-color: #eaeaea;
    }

        .ui-autocomplete.ui-menu .ui-menu-item:hover .ui-state-hover:after,
        .ui-autocomplete.ui-menu .ui-menu-item:hover .ui-state-hover:before,
        .ui-autocomplete.ui-menu .ui-menu-item:hover .ui-state-active:after,
        .ui-autocomplete.ui-menu .ui-menu-item:hover .ui-state-active:before {
            content: '';
        }

    .ui-autocomplete.ui-menu .ui-menu-item .ui-state-hover,
    .ui-autocomplete.ui-menu .ui-menu-item .ui-state-active {
        margin: 0;
    }

        .ui-autocomplete.ui-menu .ui-menu-item .ui-state-hover:before,
        .ui-autocomplete.ui-menu .ui-menu-item .ui-state-active:before {
            content: '\25B8';
        }

        .ui-autocomplete.ui-menu .ui-menu-item .ui-state-hover:after,
        .ui-autocomplete.ui-menu .ui-menu-item .ui-state-active:after {
            content: ' \21B5';
        }


/* corner radius */

.ui-corner-tl {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

.ui-corner-tr {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-corner-br {
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-corner-right {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.ui-corner-left {
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.ui-corner-all {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}


/* qtip*/

/*div.qtip-title > .ui-icon.ui-icon-closethick {
    position: absolute;
    top: 17px;
    right: 17px;
}

div.qtip .ui-icon.ui-icon-closethick {
    cursor: pointer;
}

div.qtip.ui-draggable {
    cursor: move;
}*/


/**
 * 3. Global styles.
 */


/* base */

html {
    position: relative;
    min-height: 100%;
}

body {
    padding: 50px 0;
    min-height: 500px;
    font-family: Roboto, Noto Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media (max-width: 767px) {
    body {
        padding-bottom: 85px;
    }
}

    body.whiteLabel {
        padding: 15px 0 0 0;
    }

/*body.footer-util {
        padding-bottom: 60px;
    }*/

/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

figure {
    margin: 0;
}

    figure.caption {
        position: relative;
    }

    figure.caption figcaption {
        background-color: #ACF0F2;
        bottom: 0;
        height: auto;
        padding: 10px 15px;
        position: absolute;
        width: 100%;
    }

        figure.caption figcaption > * {
            display: inline;
            padding: 0;
            margin: 0;
        }

        figure.caption figcaption.transparent {
            opacity: .9;
            filter: alpha(opacity=90);
        }

a {
    color: #1695A3;
    text-decoration: none;
}

    a:visited,
    a:hover {
        color: #265778;
    }

label > input {
    margin-right: 0.5em;
}*/

img {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

    img[data-src] {
        opacity: 0;
        filter: alpha(opacity=0);
    }


/* scrollable */

div.scrollable {
    width: 100%;
    height: 100%;
    overflow: auto;
}


/* list */

.list--unstyled,
.list--unstyled ol,
.list--unstyled ul {
    list-style: none;
    padding-left: 0;
}

.list--formated {
}


/* table */

table.select tr > td > input + label {
    margin-left: 0.3em;
}

.table-unbordered {
    border: 0 !important;
    border-top: 0 !important;
}

    .table-unbordered > thead > tr > th,
    .table-unbordered > tbody > tr > th,
    .table-unbordered > tfoot > tr > th,
    .table-unbordered > thead > tr > td,
    .table-unbordered > tbody > tr > td,
    .table-unbordered > tfoot > tr > td {
        border: 0 !important;
        border-top: 0 !important;
    }

    .table-unbordered > thead > tr > th,
    .table-unbordered > thead > tr > td {
        border: 0 !important;
        border-top: 0 !important;
    }

.table-vertical-middle th,
.table-vertical-middle td {
    vertical-align: middle !important;
}

.table-no-padding > thead > tr > th,
.table-no-padding > tbody > tr > th,
.table-no-padding > tfoot > tr > th,
.table-no-padding > thead > tr > td,
.table-no-padding > tbody > tr > td,
.table-no-padding > tfoot > tr > td {
    padding: 0;
}


/* nav */

.navbar-brand {
    padding: 5px 15px 0px 15px !important;
}

.hideSkiplink {
    display: none;
}

.subnavbar {
    padding: 0 !important;
    margin-bottom: 1em !important;
    height: 60px;
}

    .subnavbar ul,
    .subnavbar ol {
        margin: 0;
        height: 60px;
    }

        .subnavbar ul.list-inline > li,
        .subnavbar ol.list-inline > li {
            padding-left: 0;
            padding-right: 0;
        }

    .subnavbar li > a {
        display: block;
        padding: 20px 5px 18px 5px;
        border-bottom: 2px solid transparent;
    }

        .subnavbar li > a:hover,
        .subnavbar li > a:focus {
            -webkit-transition: all .3s ease;
            -moz-transition: all .3s ease;
            -o-transition: all .3s ease;
            -ms-transition: all .3s ease;
            transition: all .3s ease;
            border-bottom: 2px solid #ddd;
            text-decoration: none;
        }


/* boxContainer */

.boxContainer {
    margin: 2px;
}


/* box */

.box {
    background-color: #fff;
    box-shadow: 0px 0px 2px #e6e6e6;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box--light {
    background-color: #f8f8f8;
}

.box--dark {
    background-color: #e6e6e6;
}

.box--highlight {
    background-color: #F3FFE2;
}

.box--highlightInverse {
    background-color: #ACF0F2;
}

.box--padding {
    padding: 1em;
}

.box--marginTop {
    margin-top: 1em;
}

p + .box--marginTop,
h1 + .box--marginTop,
h2 + .box--marginTop,
h3 + .box--marginTop,
h4 + .box--marginTop,
h5 + .box--marginTop,
h6 + .box--marginTop {
    margin-top: 0;
}

.box--marginBottom {
    margin-bottom: 1em;
}

.box--marginTop + p,
.box--marginTop + h1,
.box--marginTop + h2,
.box--marginTop + h3,
.box--marginTop + h4,
.box--marginTop + h5,
.box--marginTop + h6 {
    margin-top: 0;
}

.box * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* text helpers */
.whitespace-nowrap {
    white-space: nowrap;
}


/* size helpers */
.w-1\/5 {
    width: 20%;
}

.w-1\/4 {
    width: 25%;
}

.w-1\/3 {
    width: 33.333333%;
}

.w-2\/5 {
    width: 40%;
}

.w-1\/2, .w-2\/4 {
    width: 50%;
}

.w-3\/5 {
    width: 60%;
}

.w-2\/3 {
    width: 66.666667%;
}

.w-3\/4 {
    width: 75%;
}

.w-4\/5 {
    width: 80%;
}

.w-full {
    width: 100%;
}


/* flex helpers */

.flex {
    display: flex;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-grow {
    flex-grow: 1;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-baseline {
    align-items: baseline;
}

.items-stretch {
    align-items: stretch;
}

.gap-1 {
    gap: 1px;
}

.gap-5 {
    gap: 5px;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}


/* padding & margin helpers */
.noMargin,
.noMargin > * {
    margin: 0 !important;
}

.marginTop {
    margin-top: 16px !important;
}

.marginRight {
    margin-right: 16px !important;
}

.marginBottom {
    margin-bottom: 16px !important;
}

.panel.marginBottom {
    margin-bottom: 20px !important;
}

.marginLeft {
    margin-left: 16px !important;
}

.noPadding,
.noPadding > * {
    padding: 0 !important;
}

.paddingTop {
    padding-top: 12px !important;
}

.paddingRight {
    padding-right: 12px !important;
}

.paddingBottom {
    padding-bottom: 12px !important;
}

.paddingLeft {
    padding-left: 12px !important;
}

.padding {
    padding: 12px !important;
}


/* clear */

.clear {
    *zoom: 1;
}

    .clear:before,
    .clear:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clear:after {
        clear: both;
    }


/* treeview */

.treeview {
    padding: 10px;
    background-color: #fff;
}


/* error */

label.error, span.error {
    /*background: url(../images/icons/exclamation_16x16.png) no-repeat left center;
    padding: 2px 0 2px 20px;
    margin: 0;*/
    color: #a94442;
    /*font-weight: normal;*/
}


/* l-container */

.l-container {
    margin: 0 0 10px 0;
    padding: 10px;
}

    .l-container h1, .l-container h2, .l-container h3, .l-container h4, .l-container h5, .l-container h6 {
        margin-top: 0;
    }

    .l-container * + h1, .l-container * + h2, .l-container * + h3, .l-container * + h4, .l-container * + h5, .l-container * + h6 {
        margin-top: 1em;
    }

    .l-container li {
        margin: 0.5em 0;
    }

    .l-container .ui-icon {
        float: left;
        margin-right: .3em;
    }

.no-l-container, .no-l-container li {
    margin: 0;
    padding: 0;
}

    .no-l-container .ui-icon {
        float: none;
        margin-right: 0;
    }


/* l-voucher */

.l-voucher {
    width: 600px;
    margin: 0px auto;
    display: block;
}


/* pagination */

.pagination {
    width: 100%;
    margin: 1em 0;
    text-align: right;
}

.pagination__page--default:hover,
.pagination__page--active {
    background-color: #e6e6e6 !important;
    border-color: #adadad !important;
}


/* images */

small.smallImages img {
    height: 80%;
}


/* paymentImages */

.paymentImages {
}

    .paymentImages img {
        height: 30px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -webkit-filter: grayscale(1);
        filter: gray;
        filter: grayscale(1);
    }


/* ssl */

#infossl {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 20px;
}


/* cookie */

.cookies-info {
    margin: 1em 0;
}


/* result */

/*.result--shadow {
    margin: 2px;
}*/


/* price */

.price, .oldPrice {
    color: #ff8c00 !important;
    -moz-text-decoration-color: #ff8c00 !important;
    text-decoration-color: #ff8c00 !important;
    white-space: nowrap;
}

.oldPrice {
    text-decoration: line-through !important;
}

.ui-state-hover .price,
.ui-state-active .price,
.ui-state-hover .oldPrice,
.ui-state-active .oldPrice,
.ui-button .price {
    /*color: #ffffff;*/
}


/* tabs */

/*.tabs--full {
    background: #EB7F00!important;
    width: 100%!important;
    border: 0!important;
}

    .tabs--full a {
        color: #fff!important;
    }*/


/* list */

/*.list--unstyled {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.list--margin {
    margin: 1em 0;
}

.list--inline li {
    display: inline;
    position: relative;
    float: left;
}

.listItem--light {
    background: none #f8f8f8;
}*/


/* fieldset */
/*.fieldset--padding {
    padding: 1em 0!important;
}*/


/* heading */

.heading--inline {
    display: inline;
}


/* muted */

/*.muted,
.muted *,
.muted .price,
.muted .oldPrice,
.muted .ui-state-hover .price,
.muted .ui-state-hover .oldPrice {
    color: rgba(10, 49, 82, 0.5);
}*/


/* footer */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

body.whiteLabel .footer {
    position: relative;
    margin-top: 16px;
    background-color: #fff;
    border-top: 2px solid #f5f5f5;
}

.footer .container {
    padding-left: 0;
    padding-right: 0;
}

.footer .container,
.footer .row,
.footer .row > div {
    background-color: #f5f5f5;
}

body.whiteLabel .footer .container,
body.whiteLabel .footer .row,
body.whiteLabel .footer .row > div {
    background-color: #fff;
}

.footer .dropdown__content * {
    background-color: #f9f9f9;
}

.footer .copy {
    margin: 12px 0;
    color: #999;
}

body.whiteLabel .footer .copy {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.footer .lan {
    margin: 10px 0;
    color: #ccc;
}

    .footer .lan li img {
        vertical-align: middle;
    }

    .footer .lan li a {
        padding: 0 0 0 2px;
    }


/* util */

.util {
    margin: 0;
}

    .util a {
        white-space: normal;
        margin: 4px 0 0 0;
    }

        .util a i {
            margin-top: 0.25em;
        }


/* scroll to top */
.scroll-to-top {
    display: inline-block;
    padding: 1px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    z-index: 10001;
    display: none;
    right: 10px;
}

    .scroll-to-top > span > i {
        /*display: inline-block;
        color: #687991;
        font-size: 30px;
        opacity: 0.6;*/
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .scroll-to-top:hover {
        cursor: pointer;
    }

        .scroll-to-top:hover > span > i {
            opacity: 1;
            filter: alpha(opacity=100);
        }

@media (min-width: 992px) {
    /* 992px */
    .scroll-to-top {
        right: 20px;
    }
}

@media (max-width: 991px) {
    /* 991px */
    .scroll-to-top {
        bottom: 50px;
        right: 10px;
    }

        .scroll-to-top > i {
            font-size: 28px;
        }
}


/* dashboard */

.dashboard {
}

/* dashboard stats */
.dashboard-stat {
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

    .dashboard-stat:before, .dashboard-stat:after {
        content: " ";
        display: table;
    }

    .dashboard-stat:after {
        clear: both;
    }

.portlet .dashboard-stat:last-child {
    margin-bottom: 0;
}

.dashboard-stat .visual {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-top: 10px;
    padding-left: 15px;
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 35px;
}

    .dashboard-stat .visual > i {
        margin-left: -35px;
        font-size: 110px;
        line-height: 110px;
    }

.dashboard-stat .details {
    position: absolute;
    right: 15px;
    padding-right: 15px;
}

    .dashboard-stat .details .number {
        padding-top: 25px;
        text-align: right;
        font-size: 34px;
        line-height: 36px;
        letter-spacing: -1px;
        margin-bottom: 0px;
        font-weight: 300;
    }

    .dashboard-stat .details .desc {
        text-align: right;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 300;
    }

/* dashboard map */

.dashboard-map {
    width: 100%;
    height: 370px;
    display: block;
    margin-bottom: 25px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #f5f5f5;
}

.portlet .dashboard-map:last-child {
    margin-bottom: 0;
}

/* dashboard-travels */

.dashboard-travels {
    height: 370px;
}

    .dashboard-travels .panel-body {
        height: calc(100% - 60px);
        overflow-y: auto;
    }

/* lang switcher */
.langSwitcher {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.langSwitcher__image {
    vertical-align: middle;
}

.langSwitcher__link {
    padding: 0 0 0 0.5em;
}

/* travel budget */

.travel-budget {
    position: relative;
    float: left;
    padding-bottom: 8px;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width: 100%;
}

    .travel-budget:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

.travel-budget__trigger {
    display: block;
    padding: 20px 5px 18px 5px;
    border-bottom: 2px solid transparent;
}

    .travel-budget__trigger:hover,
    .travel-budget__trigger:focus {
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        border-bottom: 2px solid #ddd;
        text-decoration: none!important;
    }

.travel-budget__image {
    float: left;
    margin: 0 6px 6px 0;
}

.travel-budget__header {
    display: block;
    margin: 8px 0 0 40px;
    font-weight: bold;
}

.travel-budget__body {
    display: block !important;
    font-size: 12px;
    line-height: 1.3;
    margin-left: 40px;
    min-height: 30px;
}

.travel-budget__footer {
    display: block;
    margin-left: 40px;
}

.travel-budget__price {
    font-weight: bold;
    color: #ff8c00;
}

.travel-budget__delete-element {
    float: right;
    /*color: #999 !important;*/
}

.travel-budget-contact {
    text-align: left;
    clear: both;
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
}

.travel-budget-contact__message {
    display: none;
}

/*.travel-budget-contact__send {
    color: #999 !important;
}*/

.travel-budget-add,
.travel-budget-add:hover,
.travel-budget-add:focus {
    text-decoration: none;
}


/* dropdown */

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown__closer {
    position: relative;
    top: 0;
    right: 0;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.dropdown__title {
}

.dropdown__content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 400px;
    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 2;
    color: #666;
    margin-top: 5px;
}

    .dropdown__content:before {
        position: absolute;
        top: -7px;
        display: inline-block !important;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-bottom-color: #f9f9f9;
        content: '';
        right: 15px;
        left: auto;
    }

.dropdown__content--align-right {
    right: 0;
}

.dropdown__content--align-top {
    bottom: 30px;
}

.dropdown__content.dropdown__content--align-top:before {
    display: none !important;
}

.dropdown__content.dropdown__content--align-top:after {
    position: absolute;
    bottom: -7px;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-top: 7px solid #eee;
    border-left: 7px solid transparent;
    border-bottom-color: #f9f9f9;
    content: '';
    left: 15px;
    right: auto;
}

.dropdown--display-auto:hover .dropdown__content {
    display: block;
}


/* container */

/*.container h1, .container h2, .container h3, .container h4, .container h5, .container h6
{
	margin-top: 0;
}

.container * + h1, .container * + h2, .container * + h3, .container * + h4, .container * + h5, .container * + h6
{
    margin-top: 1em;
}*/


/* pasos */

/*div#divPasos .container {
    padding: 0.5em;
}

    div#divPasos .container .ui-icon {
        display: none;
    }

    div#divPasos .container.ui-state-active .ui-icon {
        display: block;
        float: left;
    }*/


/* loading */

.loading {
}

.loading__overlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgb(255, 255, 255);
    opacity: 0.95;
    cursor: wait;
    position: fixed;
}

.loading__message {
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 30%;
    top: 40%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    cursor: wait;
}

.loading__spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .loading__spinner > div {
        background-color: #d6d6d6;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .loading__spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .loading__spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .loading__spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .loading__spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}


/* tooltip */

div.conditions-tooltip {
    display: none;
}


/* animations */

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    6% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    12% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    18% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    24% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }

    30% {
        -webkit-transform: translate(5px,0);
        transform: translate(5px,0);
    }

    36%, 100% {
        -webkit-transform: translate(0,0);
        transform: translate(0,0);
    }
}


/**
 * 4. Login.
 */

.bodyLogin {
    /*background-image: url(../images/bg/1.jpg);*/
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

    .bodyLogin .navbar,
    .bodyLogin .subnavbar {
        display: none;
    }

    .bodyLogin .subMainFull {
        margin-top: 20px;
    }

.pageLogin {
}

.login {
    margin-top: 50px;
    text-align: center;
}

    .login ol {
        margin-bottom: 0;
    }

    .login div.ui-state-error {
        padding: 15px;
    }

        .login div.ui-state-error .ui-icon {
            display: none;
        }

        .login div.ui-state-error ul {
            margin-bottom: 0;
        }

    .login div.loginError {
        margin: 15px 0 0 0;
    }

.hello {
    margin: 0 0 20px 0;
    padding: 0 0 80px 0;
    background: url(https://www.pursuit.es/booking/art_images/misc/pursuit_150.png) no-repeat left bottom;
}

    .hello span.one {
        display: block;
        margin: 30px 0 30px 0;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        color: #fff;
        text-shadow: -1px -1px #666;
    }

    .hello span.two {
        display: block;
        margin: 0 0 30px 0;
        font-size: 16px;
        font-weight: bold;
        font-style: italic;
        color: #eee;
        text-shadow: -1px -1px #666;
    }

    .hello span.three {
        display: block;
        color: #eee;
    }

    .hello span.four {
        display: block;
    }

        .hello span.four a {
            color: #eee;
            text-decoration: underline;
        }

            .hello span.four a:focus, .hello span.four a:hover {
                color: #23527c;
                text-decoration: underline;
            }

    .hello span.five {
        display: none;
    }

        .hello span.five a, .hello span.five a:link, .hello span.five a:hover, .hello span.five a:visited {
            padding: 5px 0;
        }

        .hello span.five img {
            vertical-align: middle;
            padding: 0 0 0 5px;
        }


/**
 * 5. Google maps.
 */

/*#map div.gm-style-iw,
#map div.gm-style-iw > div {
    line-height: 1.35 !important;
    overflow: hidden !important;
}

    #map div.gm-style-iw,
    #map div.gm-style-iw > div,
    #map div.gm-style-iw > div strong,
    #map div.gm-style-iw > div small,
    #map div.gm-style-iw > div span {
        white-space: nowrap !important;
    }

        #map div.gm-style-iw table {
            width: 100%;
            margin: 0 0 5px 0;
        }

            #map div.gm-style-iw table td.left {
                text-align: left;
            }

            #map div.gm-style-iw table td.center {
                text-align: center;
            }

            #map div.gm-style-iw table td.right {
                text-align: right;
            }

            #map div.gm-style-iw table small.distance {
                vertical-align: text-top;
                color: limegreen;
            }*/

/*#mapBanner > span {
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 10px 15px;
    margin: 4px 0 0 4px;
    z-index: 99;
}

#mapBanner:hover > img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}*/

.mapControls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 40px;
    outline: none;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

#mapSearch {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 300px;
    font-size: 18px;
    font-weight: 400;
    text-overflow: ellipsis;
}

    #mapSearch:focus {
        border-color: #4d90fe;
        margin-left: -1px;
        padding-left: 14px;
        width: 315px;
    }

@media (max-width: 767px) {
    #mapSearch {
        top: 60px !important;
        left: 0px !important;
        width: 98px !important;
        margin: 0 0 0 10px !important;
    }

        #mapSearch:focus {
            width: 198px !important;
        }
}

#mapSelector {
    color: #333;
    background-color: #fff;
    padding: 3px 11px 0px 11px;
    height: auto;
    margin-right: 10px;
}

    #mapSelector ul {
        margin: 0 !important;
    }

    #mapSelector label {
        font-size: 13px !important;
        font-weight: 300 !important;
        line-height: 20px;
        vertical-align: bottom;
    }

#mapRoute {
    height: 245px;
    overflow: auto;
}

    #mapRoute table {
        width: 100%;
    }

        #mapRoute table.adp-placemark:first-child {
            margin-top: 0 !important;
        }

#mapRouteClose {
    position: absolute;
    right: 18px;
}

.hotelInfo__map iframe {
    border: none;
    width: 100%;
}


/**
 * 6. Hotel.
 */

/*div.hotelItem {
    width: 100%;
    float: left;
    margin: 0 0 1em 0;
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 2px #e6e6e6;
}*/

    /*div.hotelItem:hover {
        border: 1px solid #cdcdcd;
        box-shadow: 0px 0px 2px #cdcdcd;
    }*/

        /*div.hotelItem:hover .hotelItemImage {
            -webkit-filter: grayscale(0);
            filter: grayscale(0) opacity(1);
        }*/

        /*div.hotelItem:hover .hotelItemImage .hotelItemImage-image {
                transform: scale(1.05);
                -webkit-filter: grayscale(0);
                filter: grayscale(0) opacity(1);
            }*/

        div.hotelItem:hover .ui-accordion-header.ui-state-default {
            /*border: 0;
            background: #cdcdcd;
            color: #fff;*/
        }

            div.hotelItem:hover .ui-accordion-header.ui-state-default a,
            div.hotelItem:hover .ui-accordion-header.ui-state-default .price,
            div.hotelItem:hover .ui-accordion-header.ui-state-default .oldPrice {
                /*color: #ffffff;*/
            }

.hotel-facilities {
    min-width: 120px;
    padding-top: 5px;
}

@media (min-width: 1200px) {
    .hotel-facilities {
        min-width: 180px;
    }
}

.hotelItem fieldset ol,
.hotelItemPriceDataList fieldset ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hotelItem .photo {
    min-width: 180px;
    min-height: 130px;
    width: 180px;
    height: 130px;
}

@media (max-width: 767px) {
    .hotelItem .photo {
        width: 90px;
        height: 65px;
    }
}

.hotelItem .category {
    white-space: nowrap;
}

/*.result--shadow > .hotelItemPrice .hotelItemPriceDataList {
    border: 1px solid #e6e6e6;
    box-shadow: 0px 0px 2px #e6e6e6;
}

.result--shadow > .hotelItemPrice:hover .hotelItemPriceDataList {
    border: 1px solid #cdcdcd;
    box-shadow: 0px 0px 2px #cdcdcd;
}*/

.listItem--light {
    background: none #f8f8f8;
}

.listItem--dark {
    background: none #eee;
}

.listItem--cursorDefault,
.listItem--cursorDefault * {
    cursor: default;
}

/*.hotelItem h2, .hotelItem h3,
.hotelItemPriceDataList h2, .hotelItemPriceDataList h3 {
    margin: 0;
}*/

.hotelItemDataMain {
    padding-top: 5px;
}

.hotelItemPriceDataList li {
    padding: 12px;
}

    .hotelItemPriceDataList li + li {
        padding: 12px;
        border-top: 1px solid #eaeaea;
    }

.hotelItemPriceDataList fieldset.noMargin li {
    padding: 0;
}

.hotelItemPriceDataList li label {
    padding: 0;
    margin-bottom: 0;
}

.hotelItemPriceDataList li.ui-state-hover {
    padding: 0;
}

.hotelItemPriceDataList li.ui-state-hover label {
    padding: 12px;
    margin-bottom: 0;
}

    .hotelItemPriceDataList li.ui-state-hover label input[type="radio"] {
        margin-left: 12px!important;
    }

    .hotelItemPriceDataList li.ui-state-hover.selected .price {
        font-weight: bold;
    }

        .hotelItemPriceDataList li.ui-state-hover.selected .price:after {
            content: "\2713 ";
        }


.hotelItemPriceDataList li.ui-state-hover:hover {
    background: none #f2f2f2;
    color: #333;
    border-top: 1px solid #eaeaea;
    cursor: pointer;
}

    .hotelItemPriceDataList li.ui-state-hover:hover * {
        cursor: pointer;
    }


    .hotelItemPriceDataList li.ui-state-hover .price,
    .hotelItemPriceDataList li.ui-state-hover .oldPrice {
        color: #ff8c00;
    }

.hotelItemImage {
    /*padding-bottom: 10px;
    background-size: cover;
    background: url('../../../Art_Images/Hotel/not_available.png') #f4f4f4;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: -webkit-transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms;
    -webkit-filter: grayscale(0.1);
    filter: grayscale(0.1) opacity(0.95);
    overflow: hidden;
    min-height: 110px!important;*/
}

    .hotelItemImage .hotelItemImage-image {
        /*position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        background-size: cover;
        background-color: transparent;
        background-image: none;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        transition: -webkit-transform 1000ms;
        transition: transform 1000ms;
        transition: transform 1000ms, -webkit-transform 1000ms;
        -webkit-filter: grayscale(0.1);
        filter: grayscale(0.1) opacity(0.95);
        overflow: hidden;*/
    }

.hotelItemData .photoOffer {
    display: none;
}

.photoOffer {
    /*position: absolute;
    right: 0px;
    bottom: 0px;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    -khtml-opacity: 0.85;
    opacity: 0.85;*/
}

/*.hotelItemPriceDataList label {
    font-weight: normal;
}*/

/*.hotelItemPriceDataList li.ui-state-hover label {
    font-weight: bold;
}*/

/*.hotelItemPrice.ui-accordion .ui-accordion-content {
    background: none #ffffff;
}

div.hotelItemPrice .panel-heading {
    background-color: #fff;
}
    
div.hotelItemPrice h5 a {
    font-weight: bold;
    color: #ff8c00;
}*/

div.hotelItemPrice blockquote footer.fare:before,
div.hotelItemPrice blockquote small.fare:before,
div.hotelItemPrice blockquote .small.fare:before,
div.hotelItemPriceDataList blockquote footer.fare:before,
div.hotelItemPriceDataList blockquote small.fare:before,
div.hotelItemPriceDataList blockquote .small.fare:before {
    content: "";
}

/*div.hotelItemPrice h5 span.ui-accordion-header-icon {
    float: left;
}*/

/*div.hotelItemPrice fieldset > ol > li + li,
div.hotelItemPrice fieldset > ol > li > label.labelLeft,
div.hotelItemPrice fieldset > ol > li > label.labelLeft input[type="radio"],
div.hotelItemPrice fieldset > ol > li > label.labelLeft img,
div.hotelItemGroup fieldset > ol > li + li,
div.hotelItemGroup fieldset > ol > li label.labelLeft,
div.hotelItemGroup fieldset > ol > li label.labelLeft input[type="radio"],
div.hotelItemGroup fieldset > ol > li label.labelLeft img {
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    margin: 0;
}*/

/*div.hotelItemPrice > div.ui-widget-content > div > div > fieldset > ol > li > select,
div.hotelItemPrice > div.ui-widget-content > div > div > fieldset > ol > li > .select,
div.hotelItemGroup > div > fieldset > ol > li select,
div.hotelItemGroup > div > fieldset > ol > li .select {
    cursor: pointer;
    border: none !important;
    margin: 0;
}*/

/*.hotelItem .hotelItemPrice > h5 {
    text-align: left;
}

div.hotelItemPrice h5 {
    text-align: right;
}

    div.hotelItemPrice span.hotelName {
        position: relative;
        float: left;
        margin: 0;
        text-align: left;
    }

    div.hotelItemPrice span.ui-icon-star {
        position: relative !important;
        float: left !important;
        margin: 0 !important;
        top: 0 !important;
    }*/

div.hotelItemPrice span.offer {
    padding-left: 20px;
    background: url(../images/icons/info_offer_16x16.png);
}

div.hotelItemPrice span.discount {
    padding-left: 20px;
    background: url(../images/icons/info_discount_16x16.png) no-repeat left center;
}

div.hotelItemPrice span.fee {
    padding-left: 20px;
    background: url(../images/icons/info_fee_16x16.png) no-repeat left center;
}

div.hotelItemPrice span.transhotel {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/transhotel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.jumbobeds {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/jumbobeds.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.hotusa {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/hotusa.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.keytel {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/keytel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.restel {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/restel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.bedsonline {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/bedsonline.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.solmelia {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/solmelia.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.nhhoteles {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/nhhoteles.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.achoteles {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/achoteles.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.paradores {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/paradores.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.unsolmayorista {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/unsol.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.ceus {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/ceus.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.gta {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/gta.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.serhs {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/serhs.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.olympia {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/olympia.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.marsol {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/marsol.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.exclusivelyhotels {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/exclusivelyhotels.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.abreuonline {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/abreuonline.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.tourdiez {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/tourdiez.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.beatrizhoteles {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/beatrizhoteles.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.vinccihoteles {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/vinccihoteles.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.newtravelers {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/newtravelers.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.sercotel {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/sercotel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.ayre {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/ayre.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.zenit {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/zenit.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.welcomebeds {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/welcomebeds.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.tourico {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/tourico.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.ejuniper {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/ejuniper.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.lacomunity {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/lacomunity.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.portaventura {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/portaventura.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.amadeus {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/amadeus.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.goglobaltravel {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/goglobaltravel.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.booking {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/booking.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.grupocdv {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/grupocdv.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.gte {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/gte.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.travelport {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/travelport.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.polaris {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/polaris.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPrice span.veturis {
    padding-left: 28px;
    background-image: url(../images/hotel/providers/logos_24_20/veturis.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

div.hotelItemPriceData {
    margin: 0 0 1em 0;
}

div#dispPest {
    margin: 0 0 1em 0;
}

.hotelSummary {
}

.box > .hotelSummary__name {
    /*margin-top: 0;*/
}

.hotelSummary__name {
    /*letter-spacing: -1px;
    color: #666;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.5);*/
}

    .hotelSummary__name small {
        /*vertical-align: baseline;*/
    }

.hotelSummary__address {
    font-size: small;
}


.hotelInfo {
}

.hotelInfo__map h5 {
    margin: 0;
    padding: 1em;
    text-align: center;
    /*background: #ACF0F2;*/
}

.hotelInfo__map iframe {
    border: none;
    width: 100%;
}

.hotelInfo__conditions {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 12px;
}

    .hotelInfo__conditions p:before {
        content: '\2014 \00A0';
    }

.hotelInfo__subtitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.hotelMoreRates {
    font-weight: bold;
}

    .hotelMoreRates:hover,
    .hotelMoreRates:focus {
        text-decoration: none;
    }

.hotelMoreRates__Text {
    text-decoration: underline;
}

/**
 * 7. Air.
 */

.panel-flight {
    margin-bottom: 4px !important;
    border: 0 !important;
}

    .panel-flight .flight-tooltip {
        font-size: smaller;
    }

            .panel-flight .panel-heading > label > div {
                position: relative;
                float: left;
                width: 100%;
            }

            /*.panel-flight[data-train-class] .panel-heading > label > div {
                border-top: 5px solid transparent;
                padding-top: 5px;
            }*/

                .panel-flight .panel-heading > label > div > .flight-duration .header {
                    display: none;
                }

                .panel-flight[data-train-class] .panel-heading > label > div > .flight-duration img.train-class {
                    display: none;
                    font-size: 12px;
                    padding: 2px;
                    white-space: nowrap;
                }

                .panel-flight[data-train-class] .panel-heading > label > div > .flight-origin-destination .airport,
                .panel-flight[data-train-class] .panel-heading > label > div > .flight-duration .duration {
                    display: none;
                }

                .panel-flight .panel-heading .flight-duration .fare-name {
                    display: none;
                }

                .panel-flight .panel-heading > * > div > .flight-duration > div > .train-class {
                    display: inline-block;
                    float: left;
                    height: 14px;
                    width: 0;
                }

                    .panel-flight .panel-heading > a > div > .flight-duration .fa-long-arrow-right {
                        display: none;
                    }

                    .panel-flight .panel-heading > * > div > .flight-duration .train-class + .train-class {
                        margin-left: 2px;
                    }

                    .panel-flight.train-class__6 .panel-heading > a > div > .flight-duration .train-class.train-class__6,
                    .panel-flight .panel-heading > label > div.class__6 > .flight-duration .train-class.train-class__6 {
                        background: url('../images/air/class/icons/6_14x14_w.png') var(--train-class-6) no-repeat;
                        width: 14px;
                    }

                    .panel-flight.train-class__7 .panel-heading > a > div > .flight-duration .train-class.train-class__7,
                    .panel-flight .panel-heading > label > div.class__7 > .flight-duration .train-class.train-class__7 {
                        background: url('../images/air/class/icons/7_14x14_w.png') var(--train-class-7) no-repeat;
                        width: 14px;
                    }

                    .panel-flight.train-class__8 .panel-heading > a > div > .flight-duration .train-class.train-class__8,
                    .panel-flight .panel-heading > label > div.class__8 > .flight-duration .train-class.train-class__8 {
                        background: url('../images/air/class/icons/8_14x14_w.png') var(--train-class-8) no-repeat;
                        width: 14px;
                    }

            /*.panel-flight[data-train-class="6"] .panel-heading > label > div {
                border-color: var(--train-class-6);
            }*/

                .panel-flight .panel-heading > label > div > .flight-duration .fare-name {
                    display: inline;
                }

                .panel-flight[data-train-class="6"] .panel-heading > label > div > .flight-duration img.train-class {
                    display: inline;
                    content: url('../images/air/class/logos/6_16_h.png');
                    background-color: var(--train-class-6);
                }

            /*.panel-flight[data-train-class="7"] .panel-heading > label > div {
                border-color: var(--train-class-7);
            }*/

                .panel-flight[data-train-class="7"] .panel-heading > label > div > .flight-duration img.train-class {
                    display: inline;
                    content: url('../images/air/class/logos/7_16_h.png');
                    background-color: var(--train-class-7);
                }

            /*.panel-flight[data-train-class="8"] .panel-heading > label > div {
                border-color: var(--train-class-8);
            }*/

                .panel-flight[data-train-class="8"] .panel-heading > label > div > .flight-duration img.train-class {
                    display: inline;
                    content: url('../images/air/class/logos/8_16_h.png');
                    background-color: var(--train-class-8);
                }

                .panel-flight .panel-heading > label > div .flight-selector {
                    position: relative;
                    vertical-align: middle;
                    float: left;
                }

                .panel-flight .panel-heading > label > div .company {
                    position: relative;
                    float: left;
                }

                .panel-flight .panel-heading > * > div .flight-origin-destination {
                    position: relative;
                    float: left;
                    width: 20%;
                    text-align: left;
                }

                    .panel-flight .panel-heading > * > div .flight-origin-destination .time {
                        display: block;
                    }

                    .panel-flight .panel-heading > * > div .flight-origin-destination .airport,
                    .panel-flight .panel-heading > * > div .flight-stops .stops,
                    .panel-flight .panel-heading > * > div .flight-duration .duration {
                        display: block;
                        width: 100%;
                        white-space: nowrap;
                        overflow: hidden;
                        text-overflow: ellipsis;
                    }

                .panel-flight .panel-heading > * > div .flight-stops.text-center .stops,
                .panel-flight .panel-heading > * > div .flight-duration.text-center .duration {
                    text-align: center;
                }

                .panel-flight .panel-heading > label > div .flight-stops,
                .panel-flight .panel-heading > label > div .flight-duration {
                    position: relative;
                    float: left;
                    width: 15%;
                    margin: 0 5px;
                }

                .panel-flight .panel-heading > label > div .flight-info {
                    position: relative;
                    float: left;
                }

                    .panel-flight .panel-heading > label > div .flight-info img {
                        vertical-align: text-top;
                        height: 16px;
                    }

                    .panel-flight .panel-heading > label > div .flight-info .price {
                        margin: 0;
                    }

                    .panel-flight .panel-heading > label > div .flight-info .places {
                        float: none;
                    }


.panel.airItemGroupFlights {
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
}

div.airItemGroupFlights + div.airItemGroupFlights {
    margin-top: 4px;
}

div.airItemGroupFlights .panel-collapse {
    margin: 10px;
}

.airItemGroupFlights h5 .price {
    font-weight: 500;
    font-size: 18px;
    color: #ff8c00;
    line-height: normal !important;
}

div.airItem {
    width: 100% !important;
}

div.airItemData {
    cursor: pointer;
    -webkit-filter: brightness(100%);
}

    div.airItemData:hover,
    div.airItemData--selected {
        -webkit-filter: brightness(95%);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

div.airItemGroupFlightCol div.airItemDataPrice {
    margin-left: 4.5em !important;
}

div.airItemGroupFlightCol .alert {
    margin: 0 4px 0 0;
}

div.airItemGroupFlightCol + div.airItemGroupFlightCol > * {
    margin-left: 4px;
}

div.airItemGroupFlightCol + div.airItemGroupFlightCol .alert {
    margin-right: 0;
}

div.airItemSelectionFlight h4 {
    margin-top: 0.3em !important;
}

div.airItemDataHead img + h4 {
    margin-left: 4px;
}

div.airItemGroupFlightRow div.airItemDataHead h4 {
    width: auto !important;
}

div.airSummaryTable {
    width: 100% !important;
}

    div.airSummaryTable.segment {
        padding-left: 12px;
        border-left: 5px solid #eee;
    }

    div.airSummaryTable .type {
        width: 50% !important;
    }

    div.airSummaryTable .value {
        width: 50% !important;
    }

    div.airSummaryTable .semiFull {
        width: 90% !important;
    }

    div.airSummaryTable .full {
        width: 100% !important;
    }

.flightInfo__conditions {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 12px;
}

    .flightInfo__conditions p:before {
        content: '\2014 \00A0';
    }

.flight-search__ndc-link {
    padding: 8px 15px !important;
}

    .flight-search__ndc-link img {
        -moz-animation-delay: 5s;
        -o-animation-delay: 5s;
        -webkit-animation-delay: 5s;
        animation-delay: 5s;
        -moz-animation-iteration-count: 1;
        -o-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -moz-animation-fill-mode: forwards;
        -o-animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -moz-animation-duration: 2s;
        -o-animation-duration: 2s;
        -webkit-animation-duration: 2s;
        animation-duration: 2s;
        -moz-animation-name: horizontal;
        -o-animation-name: horizontal;
        -webkit-animation-name: horizontal;
        animation-name: horizontal;
    }


/**
 * 8. Car.
 */

div.carItem {
    /*width: 100% !important;*/
}

    /*div.carItem div.carItemData {
        width: 100% !important;
    }*/

        div.carItem div.carItemData img.photo, img.CarCompanyPhoto {
            width: 15% !important;
            height: auto !important;
        }

    div.carItem div.carItemData div.carItemDataHead {
        width: 100%;
        margin-left: 0px;
    }

    div.carItem div.carItemData div.carItemDataMain {
        width: 100%;
    }

    div.carItem div.carItemData div.carItemDataHead h2 {
        width: 25%;
    }

    div.carItem div.carItemData div.carItemDataHead h4 {
        padding-left: 0px;
    }

    div.carItem div.carItemData div.carItem div.carItemDataHead h4 {
        padding-left: 0px;
    }

        div.carItem div.carItemData div.carItemDataMain em,
        div.carItem div.carItemData div.carItemDataMain p {
            width: 100%;
            margin: 0;
        }

        div.carItem div.carItemData div.carItemDataMain p {
            margin: 0 0 10px 0;
        }

        div.carItem div.carItemData div.carItemDataMain a.button {
            position: static;
            float: none;
            right: auto;
            bottom: auto;
        }


/**
 * 9. Train.
 */


div.trainItem {
    width: 100% !important;
}

div.trainItemGroupRailList,
div.trainItemGroupRailCol,
div.trainItemGroupFares {
    float: none !important;
}

    div.trainItemGroupRailList .panel div.radio {
        width: 100%;
    }

    div.trainItemGroupRailList .panel h5 a {
        font-weight: bold;
        color: #ff8c00;
        display: inline-block;
        width: 100%;
    }

    div.trainItemGroupFares h5 a span.price {
        position: relative !important;
        float: right !important;
        top: 0 !important;
        right: 0 !important;
    }

    div.trainItemGroupFares div ul li * {
        position: static !important;
        float: none !important;
        display: inline !important;
        height: auto !important;
    }

    div.trainItemGroupFares div ul li .radio input[type=radio] {
        position: absolute !important;
        float: none !important;
        display: block !important;
    }

    div.trainItemGroupFares div ul li label {
        display: inline-block !important;
        width: 100% !important;
    }

    div.trainItemGroupFares div ul li.ui-state-hover,
    div.trainItemGroupFares div ul li.ui-state-hover * {
        font-weight: bold;
    }

    div.trainItemGroupFares div ul li small:before {
        content: "("
    }

    div.trainItemGroupFares div ul li small:after {
        content: ")"
    }

    div.trainItemGroupFares div ul li h4.price {
        float: right !important;
    }

    div.trainItemGroupFares div ul li span.fare {
        padding: 0 5px;
    }

div.trainItemSelectionRail h4 {
    float: left;
    display: inline;
    margin: .6em 0 0 .5em;
    margin-top: 0.3em !important;
}

.trainSeatMapPanel {
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.trainSeatMapPanel__locker {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #f5f5f5;
    display: none;
    opacity: .8;
    filter: alpha(opacity=80);
    cursor: not-allowed;
}

.trainCabinSelector {
    text-align: center;
    margin-bottom: 16px;
}

.trainCabinSelector__header {
    border-top-right-radius: 50px!important;
}

.trainCabin {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    overflow-x: auto;
    overflow-y: hidden;
}

.trainCabin__table {
    margin: 0 auto;
    width: auto;
    border: 1px solid #d6d6d6 !important;
}

.trainCabin__seat {
    height: 32px;
    width: 27px;
    float: left;
    text-align: center;
    outline: none;
    line-height: 24px;
    margin: 2px;
    background-color: transparent;
    color: #f5f5f5;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 2px solid transparent;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    -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;
    cursor: default;
    display: table-cell;
    text-align: left;
    font-size: 12px;
}

    .trainCabin__seat:focus {
    border: none;
}

.trainCabin__seat--available {
    border-left: 5px solid #47a7c4;
    border-top: 5px solid #47a7c4;
    border-bottom: 5px solid #47a7c4;
    background-color: #5bc0de;
    cursor: pointer;
}

    .trainCabin__seat--available:hover,
    .trainCabin__seat--available:focus {
        border-left: 5px solid #183349;
        border-top: 5px solid #183349;
        border-bottom: 5px solid #183349;
        background-color: #29597f;
    }

.trainCabin__seat--unavailable {
    border-left: 5px solid #afafaf;
    border-top: 5px solid #afafaf;
    border-bottom: 5px solid #afafaf;
    background-color: #ccc;
    cursor: not-allowed;
    color: #eee;
}

.trainCabin__seat--selected {
    border-left: 5px solid #183349;
    border-top: 5px solid #183349;
    border-bottom: 5px solid #183349;
    background-color: #29597f;
    cursor: pointer;
}

.trainCabin__seat--typeA {
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    background-color: transparent;
    cursor: default;
    height: 16px;
}

.trainCabin__seat--typeT {
    content: attr(data-seat);
    margin-right: 8px;
}

    .trainCabin__seat--typeT:after {
        content: "";
        display: inline-block;
        width: 5px;
        height: 32px;
        background: #bb9e80;
        left: 25px;
        position: relative;
        top: -29px;
        -webkit-border-top-right-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-topright: 0;
        -moz-border-radius-bottomright: 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

.trainCabin__seat--direction2 {
    -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;
    border-left: 0;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right: 2px solid transparent;
    text-align: right;
}

    .trainCabin__seat--direction2.trainCabin__seat--available {
        border-right: 5px solid #47a7c4;
    }

        .trainCabin__seat--direction2.trainCabin__seat--available:hover,
        .trainCabin__seat--direction2.trainCabin__seat--available:focus {
            border-left: 0;
            border-right: 5px solid #183349;
        }

    .trainCabin__seat--direction2.trainCabin__seat--unavailable {
        border-right: 5px solid #afafaf;
    }

    .trainCabin__seat--direction2.trainCabin__seat--selected {
        border-right: 5px solid #183349;
    }

    .trainCabin__seat--direction2.trainCabin__seat--typeA {
        border-right: 5px solid transparent;
    }


    .trainCabin__seat--direction2.trainCabin__seat--typeT {
        margin-right: 2px;
        margin-left: 8px;
    }

        .trainCabin__seat--direction2.trainCabin__seat--typeT:after {
            left: -25px;
            -webkit-border-top-right-radius: 3px;
            -webkit-border-bottom-right-radius: 3px;
            -moz-border-radius-topright: 3px;
            -moz-border-radius-bottomright: 3px;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            -webkit-border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-topleft: 0;
            -moz-border-radius-bottomleft: 0;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.trainSeatMapLegend {
    text-align: center;
    pointer-events: none;
}

.trainSeatMapLegend__column {
    display: inline-block;
}

.trainSeatMapLegend__item {
    line-height: 32px;
    text-align: left;
    clear: both;
}

    .trainSeatMapLegend__item .trainCabin__seat--typeT:after {
        top: -5px;
    }


/**
 * 10. Insurance.
 */


.panel-insurance div.checkbox label {
    display: block;
}


/**
 * 11. Booking.
 */


.bookingSummary {
    /*padding: 0;*/
}

.bookingSummary__total {
    padding: 1em 0 0 0;
}

.bookingInfo {
}

.bookingConditions {
    overflow: hidden;
    height: auto;
    width: 100%;
    padding: 12px;
}

.bookingConditions p:before {
    content: '\2014 \00A0';
}

    .bookingConditions .ui-icon {
        position: relative;
        float: left;
        margin-right: 0.5em;
    }

        .bookingConditions .ui-icon + span {
            font-size: large;
        }

.bookingConditions__checkBoxGrid label > input {
    vertical-align: top;
}

/*.bookingConditions__checkBoxGrid {
    margin-top: 1em;
}*/

.bookingManager + .bookingManager {
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/**
 * 12. Admin.
 */


/* navigation menu */

/*ul#about dd {
    margin-left: 10px;
}

ul#about dt, ul#about dd {
    line-height: 1.6
}*/


/**
 * 13. Fontawesome.
 */


/* tags */

.fa-tags--success,
.fa-percent--success,
.fa-calculator--success,
.fa-gift--success {
    color: #5cb85c;
}

.fa-tags--info,
.fa-percent--info,
.fa-calculator--info,
.fa-gift--info {
    color: #5bc0de;
}

.fa-tags--danger,
.fa-percent--danger,
.fa-calculator--danger,
.fa-gift--danger {
    color: #d9534f;
}


/**
 * 14. Print.
 */

@media print {
    .noPrint, #noPrint, #box, #menu, .subMenu, .header, #MainContent_noprint, #noprint, .footer, .navbar, .subnavbar {
        display: none;
    }
}