/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

:root {
  --ao-blue:#293a88;
}

body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    margin: .67em 0;
    font-size: 2em;
}
mark {
    color: #000;
    background: #ff0;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    height: 0;
    box-sizing: content-box;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}

.benefits > img {
    width: 70px;
}

.benefits {
    display: flex;
    align-items: center;
    gap: 16px;
}
.benefits > div > span {
    font: normal normal bold 18px/21px Arial;
    color: #111111;
}
.benefits > div > p {
    font: normal normal normal 12px/16px Arial;
    color: #111111;
}
.benefits-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3%;
    margin-top: 50px;
}

.home-club-benefits {
    background-image: url(https://s3.eu-central-1.amazonaws.com/cdn.aohostels.com/img/landingpage/homepage_benefits/llama-background.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16px;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 7px #161f3921;
    transition: transform 0.25s;
}

.home-club-benefits > div > span {
    color: #3c3c3b;
    font-size: 42px;
    font-weight: 700;
}
.home-club-benefits .club-benefits-list {
    width: 70%;
    position: relative;
}
.home-club-benefits .club-benefits-list p {
    font: normal normal bold 15px/20px Arial;
    color: #3C3C3B;
}
.home-club-benefits .club-benefits-list ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.home-club-benefits .club-benefits-list ul li {
    list-style: none;
    font: normal normal normal 14px/20px Arial;
    color: #3C3C3B;
}

.home-club-benefits .club-benefits-list li:before {
    background-image: url(https://s3.eu-central-1.amazonaws.com/cdn.aohostels.com/img/landingpage/homepage_benefits/checkmark.svg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    left: 8px;
    position: absolute;
    width: 22px;
    transform: translateY(100%);
}

.home-page-benefits .benefits-list {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.home-page-benefits .benefits > div > p {
    margin: 0;
}
#benefits-list-first-row  {
    margin: 0 0 0px 0;
}

.middle-benefits-icons {
    display: grid;
    grid-template-columns: 1fr 1fr ;
    grid-template-rows: auto;
    grid-template-areas: 
      "widget toppreis"
      "footer footer";
      align-content: space-around;
}
.top-preis-benefits {
    grid-area: toppreis;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    border: 1px solid #293a888a;
    height: -moz-fit-content;
    height: fit-content;
    padding: 8px;
    border-radius: 4px;
    min-height: 202px;
    background-color: #fff;
    color: #353535;
    font-style: italic;
    box-shadow: 0 1px 5px #161f391c;
    transition: transform 0.25s;

}
.icons-benefits  {
    grid-area: footer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    gap: 10px;
}
.icons-benefits img {
    height: 77px;
}
.home-page-benefits {
    background-color: #F2F4FA;
}

.icons-benefits .iso-icon {
    border: solid 1px #1414242e;
    border-left: none;
    border-radius: 10px;
    filter: drop-shadow(0 1px 2px #141e441c);
}

.icons-benefits .green-sign-icon {
    border: solid 1px #317a348a;
    border-radius: 4px;
    padding: 5px;
    background: white;
    box-shadow: 0 1px 5px #161f391c;
}

.icons-benefits .sustainability-icon {
    filter: drop-shadow(0 1px 3px #141e4424);
}


.icons-benefits-second-row .computer-bild-icon {
    height: 77px;
}

.home-club-benefits,
.top-preis-benefits img,
.sustainability-icon,
.computer-bild-icon {
    transition: 0.25s;
}
.home-club-benefits:hover,
.top-preis-benefits:hover img,
.sustainability-icon:hover {
    transform: translateY(-5px);
}
.icons-benefits-computer-bild {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    grid-column: 1 / -1; /* Span across all grid columns */
    justify-self: center; /* Center within the grid */
}
.icons-benefits-computer-bild img {
    height: 77px;
}

.fancy .fancy_why {
    background-color: #F2F4FA !important;
}

.trustyou-reviews-widget {
    /* border: dashed 1px blue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    justify-content: center;
    max-width: -moz-max-content;
    max-width: max-content;
    margin-right: 10px;
}

.trustyou-reviews-widget .trustyou-logo {
    width: 120px;
}   

.circular-progress {
    /* border: dashed 1px red; */
    position: relative;
    max-width: -moz-max-content;
    max-width: max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.circular-progress canvas{
    width: 100%;
}

.link-wrapper {
    color: unset !important;
    text-decoration: none !important;
    outline: 0 !important;
}

.circular-progress-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
}
.circular-progress.isLoading .circular-progress-inner {
    display: none;
}

.circular-progress .circular-progress-inner .rating-value {
    font-size: 28px;
    font-weight: normal;
    line-height: 1em;
}

.circular-progress .circular-progress-inner .rating-label {
    font-size: 11px;
    text-align: center;
}

.circular-progress .circular-progress-inner .arrow-right {
    font-size: 18px;
    margin-top: 7px;
    margin-bottom: -7px;
    transition: transform 0.25s;
}

.circular-progress .circular-progress-inner:hover .arrow-right {
    transform: translateX(5px);
}

.circular-progress .loading-rating {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    justify-content: center;
    align-items: center;
}
.circular-progress.isLoading .loading-rating {
    display: flex;
}

.circular-progress .loading-rating img {
    border-radius: 50%;
    padding: 10px;
    background: white;
}


@media (max-width: 768px) {
    .custom-dropdown {
        right: 8px;
        top: 8px;
        position: absolute;
    }

    .home-page-benefits .fancy_why {
        font-size: 28px !important;
    }
    
    .icons-benefits {
        justify-content: center;
    }
}

/* For mobile devices (max-width: 768px for tablets, adjust as needed) */
@media only screen and (max-width: 768px) {
    /* Make the benefits-container a horizontal scroll container */
    .benefits-container {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        padding: 16px;
        scroll-behavior: smooth;
    }
    /* .ca-reviews-mobile {
        text-align: center;
        margin-top: 15%;
    }
    #ca-widget-container {
        margin-left: 20%;
    } */

    /* Each item inside the benefits-container should take full width */
    .benefits-container > div {
        flex: 0 0 100%; /* Take full width for each section (like a slider) */
        scroll-snap-align: center;
        min-width: 320px;
    }

    /* Hide scrollbars for a cleaner look (optional) */
    .benefits-container::-webkit-scrollbar {
        display: none;
    }
    .benefits-container {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }
    .carousel-dots {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }
    
    .carousel-dots .dot {
        height: 12px;
        width: 12px;
        margin: 0 4px;
        background-color: #fff;
        border: 1px solid #293a88;
        border-radius: 50%;
        display: inline-block;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .carousel-dots .dot.active {
        background-color: #293a88;
    }
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
    content: "\2a";
}
.glyphicon-plus:before {
    content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}
.glyphicon-minus:before {
    content: "\2212";
}
.glyphicon-cloud:before {
    content: "\2601";
}
.glyphicon-envelope:before {
    content: "\2709";
}
.glyphicon-pencil:before {
    content: "\270f";
}
.glyphicon-glass:before {
    content: "\e001";
}
.glyphicon-music:before {
    content: "\e002";
}
.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-heart:before {
    content: "\e005";
}
.glyphicon-star:before {
    content: "\e006";
}
.glyphicon-star-empty:before {
    content: "\e007";
}
.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-film:before {
    content: "\e009";
}
.glyphicon-th-large:before {
    content: "\e010";
}
.glyphicon-th:before {
    content: "\e011";
}
.glyphicon-th-list:before {
    content: "\e012";
}
.glyphicon-ok:before {
    content: "\e013";
}
.glyphicon-remove:before {
    content: "\e014";
}
.glyphicon-zoom-in:before {
    content: "\e015";
}
.glyphicon-zoom-out:before {
    content: "\e016";
}
.glyphicon-off:before {
    content: "\e017";
}
.glyphicon-signal:before {
    content: "\e018";
}
.glyphicon-cog:before {
    content: "\e019";
}
.glyphicon-trash:before {
    content: "\e020";
}
.glyphicon-home:before {
    content: "\e021";
}
.glyphicon-file:before {
    content: "\e022";
}
.glyphicon-time:before {
    content: "\e023";
}
.glyphicon-road:before {
    content: "\e024";
}
.glyphicon-download-alt:before {
    content: "\e025";
}
.glyphicon-download:before {
    content: "\e026";
}
.glyphicon-upload:before {
    content: "\e027";
}
.glyphicon-inbox:before {
    content: "\e028";
}
.glyphicon-play-circle:before {
    content: "\e029";
}
.glyphicon-repeat:before {
    content: "\e030";
}
.glyphicon-refresh:before {
    content: "\e031";
}
.glyphicon-list-alt:before {
    content: "\e032";
}
.glyphicon-lock:before {
    content: "\e033";
}
.glyphicon-flag:before {
    content: "\e034";
}
.glyphicon-headphones:before {
    content: "\e035";
}
.glyphicon-volume-off:before {
    content: "\e036";
}
.glyphicon-volume-down:before {
    content: "\e037";
}
.glyphicon-volume-up:before {
    content: "\e038";
}
.glyphicon-qrcode:before {
    content: "\e039";
}
.glyphicon-barcode:before {
    content: "\e040";
}
.glyphicon-tag:before {
    content: "\e041";
}
.glyphicon-tags:before {
    content: "\e042";
}
.glyphicon-book:before {
    content: "\e043";
}
.glyphicon-bookmark:before {
    content: "\e044";
}
.glyphicon-print:before {
    content: "\e045";
}
.glyphicon-camera:before {
    content: "\e046";
}
.glyphicon-font:before {
    content: "\e047";
}
.glyphicon-bold:before {
    content: "\e048";
}
.glyphicon-italic:before {
    content: "\e049";
}
.glyphicon-text-height:before {
    content: "\e050";
}
.glyphicon-text-width:before {
    content: "\e051";
}
.glyphicon-align-left:before {
    content: "\e052";
}
.glyphicon-align-center:before {
    content: "\e053";
}
.glyphicon-align-right:before {
    content: "\e054";
}
.glyphicon-align-justify:before {
    content: "\e055";
}
.glyphicon-list:before {
    content: "\e056";
}
.glyphicon-indent-left:before {
    content: "\e057";
}
.glyphicon-indent-right:before {
    content: "\e058";
}
.glyphicon-facetime-video:before {
    content: "\e059";
}
.glyphicon-picture:before {
    content: "\e060";
}
.glyphicon-map-marker:before {
    content: "\e062";
}
.glyphicon-adjust:before {
    content: "\e063";
}
.glyphicon-tint:before {
    content: "\e064";
}
.glyphicon-edit:before {
    content: "\e065";
}
.glyphicon-share:before {
    content: "\e066";
}
.glyphicon-check:before {
    content: "\e067";
}
.glyphicon-move:before {
    content: "\e068";
}
.glyphicon-step-backward:before {
    content: "\e069";
}
.glyphicon-fast-backward:before {
    content: "\e070";
}
.glyphicon-backward:before {
    content: "\e071";
}
.glyphicon-play:before {
    content: "\e072";
}
.glyphicon-pause:before {
    content: "\e073";
}
.glyphicon-stop:before {
    content: "\e074";
}
.glyphicon-forward:before {
    content: "\e075";
}
.glyphicon-fast-forward:before {
    content: "\e076";
}
.glyphicon-step-forward:before {
    content: "\e077";
}
.glyphicon-eject:before {
    content: "\e078";
}
.glyphicon-chevron-left:before {
    content: "\e079";
}
.glyphicon-chevron-right:before {
    content: "\e080";
}
.glyphicon-plus-sign:before {
    content: "\e081";
}
.glyphicon-minus-sign:before {
    content: "\e082";
}
.glyphicon-remove-sign:before {
    content: "\e083";
}
.glyphicon-ok-sign:before {
    content: "\e084";
}
.glyphicon-question-sign:before {
    content: "\e085";
}
.glyphicon-info-sign:before {
    content: "\e086";
}
.glyphicon-screenshot:before {
    content: "\e087";
}
.glyphicon-remove-circle:before {
    content: "\e088";
}
.glyphicon-ok-circle:before {
    content: "\e089";
}
.glyphicon-ban-circle:before {
    content: "\e090";
}
.glyphicon-arrow-left:before {
    content: "\e091";
}
.glyphicon-arrow-right:before {
    content: "\e092";
}
.glyphicon-arrow-up:before {
    content: "\e093";
}
.glyphicon-arrow-down:before {
    content: "\e094";
}
.glyphicon-share-alt:before {
    content: "\e095";
}
.glyphicon-resize-full:before {
    content: "\e096";
}
.glyphicon-resize-small:before {
    content: "\e097";
}
.glyphicon-exclamation-sign:before {
    content: "\e101";
}
.glyphicon-gift:before {
    content: "\e102";
}
.glyphicon-leaf:before {
    content: "\e103";
}
.glyphicon-fire:before {
    content: "\e104";
}
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}
.glyphicon-warning-sign:before {
    content: "\e107";
}
.glyphicon-plane:before {
    content: "\e108";
}
.glyphicon-calendar:before {
    content: "\e109";
}
.glyphicon-random:before {
    content: "\e110";
}
.glyphicon-comment:before {
    content: "\e111";
}
.glyphicon-magnet:before {
    content: "\e112";
}
.glyphicon-chevron-up:before {
    content: "\e113";
}
.glyphicon-chevron-down:before {
    content: "\e114";
}
.glyphicon-retweet:before {
    content: "\e115";
}
.glyphicon-shopping-cart:before {
    content: "\e116";
}
.glyphicon-folder-close:before {
    content: "\e117";
}
.glyphicon-folder-open:before {
    content: "\e118";
}
.glyphicon-resize-vertical:before {
    content: "\e119";
}
.glyphicon-resize-horizontal:before {
    content: "\e120";
}
.glyphicon-hdd:before {
    content: "\e121";
}
.glyphicon-bullhorn:before {
    content: "\e122";
}
.glyphicon-bell:before {
    content: "\e123";
}
.glyphicon-certificate:before {
    content: "\e124";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.glyphicon-hand-right:before {
    content: "\e127";
}
.glyphicon-hand-left:before {
    content: "\e128";
}
.glyphicon-hand-up:before {
    content: "\e129";
}
.glyphicon-hand-down:before {
    content: "\e130";
}
.glyphicon-circle-arrow-right:before {
    content: "\e131";
}
.glyphicon-circle-arrow-left:before {
    content: "\e132";
}
.glyphicon-circle-arrow-up:before {
    content: "\e133";
}
.glyphicon-circle-arrow-down:before {
    content: "\e134";
}
.glyphicon-globe:before {
    content: "\e135";
}
.glyphicon-wrench:before {
    content: "\e136";
}
.glyphicon-tasks:before {
    content: "\e137";
}
.glyphicon-filter:before {
    content: "\e138";
}
.glyphicon-briefcase:before {
    content: "\e139";
}
.glyphicon-fullscreen:before {
    content: "\e140";
}
.glyphicon-dashboard:before {
    content: "\e141";
}
.glyphicon-paperclip:before {
    content: "\e142";
}
.glyphicon-heart-empty:before {
    content: "\e143";
}
.glyphicon-link:before {
    content: "\e144";
}
.glyphicon-phone:before {
    content: "\e145";
}
.glyphicon-pushpin:before {
    content: "\e146";
}
.glyphicon-usd:before {
    content: "\e148";
}
.glyphicon-gbp:before {
    content: "\e149";
}
.glyphicon-sort:before {
    content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}
.glyphicon-sort-by-order:before {
    content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}
.glyphicon-sort-by-attributes:before {
    content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}
.glyphicon-unchecked:before {
    content: "\e157";
}
.glyphicon-expand:before {
    content: "\e158";
}
.glyphicon-collapse-down:before {
    content: "\e159";
}
.glyphicon-collapse-up:before {
    content: "\e160";
}
.glyphicon-log-in:before {
    content: "\e161";
}
.glyphicon-flash:before {
    content: "\e162";
}
.glyphicon-log-out:before {
    content: "\e163";
}
.glyphicon-new-window:before {
    content: "\e164";
}
.glyphicon-record:before {
    content: "\e165";
}
.glyphicon-save:before {
    content: "\e166";
}
.glyphicon-open:before {
    content: "\e167";
}
.glyphicon-saved:before {
    content: "\e168";
}
.glyphicon-import:before {
    content: "\e169";
}
.glyphicon-export:before {
    content: "\e170";
}
.glyphicon-send:before {
    content: "\e171";
}
.glyphicon-floppy-disk:before {
    content: "\e172";
}
.glyphicon-floppy-saved:before {
    content: "\e173";
}
.glyphicon-floppy-remove:before {
    content: "\e174";
}
.glyphicon-floppy-save:before {
    content: "\e175";
}
.glyphicon-floppy-open:before {
    content: "\e176";
}
.glyphicon-credit-card:before {
    content: "\e177";
}
.glyphicon-transfer:before {
    content: "\e178";
}
.glyphicon-cutlery:before {
    content: "\e179";
}
.glyphicon-header:before {
    content: "\e180";
}
.glyphicon-compressed:before {
    content: "\e181";
}
.glyphicon-earphone:before {
    content: "\e182";
}
.glyphicon-phone-alt:before {
    content: "\e183";
}
.glyphicon-tower:before {
    content: "\e184";
}
.glyphicon-stats:before {
    content: "\e185";
}
.glyphicon-sd-video:before {
    content: "\e186";
}
.glyphicon-hd-video:before {
    content: "\e187";
}
.glyphicon-subtitles:before {
    content: "\e188";
}
.glyphicon-sound-stereo:before {
    content: "\e189";
}
.glyphicon-sound-dolby:before {
    content: "\e190";
}
.glyphicon-sound-5-1:before {
    content: "\e191";
}
.glyphicon-sound-6-1:before {
    content: "\e192";
}
.glyphicon-sound-7-1:before {
    content: "\e193";
}
.glyphicon-copyright-mark:before {
    content: "\e194";
}
.glyphicon-registration-mark:before {
    content: "\e195";
}
.glyphicon-cloud-download:before {
    content: "\e197";
}
.glyphicon-cloud-upload:before {
    content: "\e198";
}
.glyphicon-tree-conifer:before {
    content: "\e199";
}
.glyphicon-tree-deciduous:before {
    content: "\e200";
}
.glyphicon-cd:before {
    content: "\e201";
}
.glyphicon-save-file:before {
    content: "\e202";
}
.glyphicon-open-file:before {
    content: "\e203";
}
.glyphicon-level-up:before {
    content: "\e204";
}
.glyphicon-copy:before {
    content: "\e205";
}
.glyphicon-paste:before {
    content: "\e206";
}
.glyphicon-alert:before {
    content: "\e209";
}
.glyphicon-equalizer:before {
    content: "\e210";
}
.glyphicon-king:before {
    content: "\e211";
}
.glyphicon-queen:before {
    content: "\e212";
}
.glyphicon-pawn:before {
    content: "\e213";
}
.glyphicon-bishop:before {
    content: "\e214";
}
.glyphicon-knight:before {
    content: "\e215";
}
.glyphicon-baby-formula:before {
    content: "\e216";
}
.glyphicon-tent:before {
    content: "\26fa";
}
.glyphicon-blackboard:before {
    content: "\e218";
}
.glyphicon-bed:before {
    content: "\e219";
}
.glyphicon-apple:before {
    content: "\f8ff";
}
.glyphicon-erase:before {
    content: "\e221";
}
.glyphicon-hourglass:before {
    content: "\231b";
}
.glyphicon-lamp:before {
    content: "\e223";
}
.glyphicon-duplicate:before {
    content: "\e224";
}
.glyphicon-piggy-bank:before {
    content: "\e225";
}
.glyphicon-scissors:before {
    content: "\e226";
}
.glyphicon-bitcoin:before {
    content: "\e227";
}
.glyphicon-btc:before {
    content: "\e227";
}
.glyphicon-xbt:before {
    content: "\e227";
}
.glyphicon-yen:before {
    content: "\00a5";
}
.glyphicon-jpy:before {
    content: "\00a5";
}
.glyphicon-ruble:before {
    content: "\20bd";
}
.glyphicon-rub:before {
    content: "\20bd";
}
.glyphicon-scale:before {
    content: "\e230";
}
.glyphicon-ice-lolly:before {
    content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}
.glyphicon-education:before {
    content: "\e233";
}
.glyphicon-option-horizontal:before {
    content: "\e234";
}
.glyphicon-option-vertical:before {
    content: "\e235";
}
.glyphicon-menu-hamburger:before {
    content: "\e236";
}
.glyphicon-modal-window:before {
    content: "\e237";
}
.glyphicon-oil:before {
    content: "\e238";
}
.glyphicon-grain:before {
    content: "\e239";
}
.glyphicon-sunglasses:before {
    content: "\e240";
}
.glyphicon-text-size:before {
    content: "\e241";
}
.glyphicon-text-color:before {
    content: "\e242";
}
.glyphicon-text-background:before {
    content: "\e243";
}
.glyphicon-object-align-top:before {
    content: "\e244";
}
.glyphicon-object-align-bottom:before {
    content: "\e245";
}
.glyphicon-object-align-horizontal:before {
    content: "\e246";
}
.glyphicon-object-align-left:before {
    content: "\e247";
}
.glyphicon-object-align-vertical:before {
    content: "\e248";
}
.glyphicon-object-align-right:before {
    content: "\e249";
}
.glyphicon-triangle-right:before {
    content: "\e250";
}
.glyphicon-triangle-left:before {
    content: "\e251";
}
.glyphicon-triangle-bottom:before {
    content: "\e252";
}
.glyphicon-triangle-top:before {
    content: "\e253";
}
.glyphicon-console:before {
    content: "\e254";
}
.glyphicon-superscript:before {
    content: "\e255";
}
.glyphicon-subscript:before {
    content: "\e256";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-down:before {
    content: "\e259";
}
.glyphicon-menu-up:before {
    content: "\e260";
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    font-size: 10px;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #293a88;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all .2s ease-in-out;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"] {
    cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: var(--ao-blue);
}
a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: var(--ao-blue);
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .toggle-switch-handle {
        top: 0px !important;
        left: 0px !important;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
table {
    background-color: transparent;
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th {
    text-align: left;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #ddd;
}
.table .table {
    background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}
textarea.form-control {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }
    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px;
    }
    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
    height: auto;
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
    height: auto;
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #f96038;
}
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #293a88;
}
.btn-primary:hover {
    color: #fff;
    background-color: #293a88;
    transition: 0.3s;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: var(--ao-blue);
    border-color: #2e6da4;
}
.btn-primary .badge {
    color: var(--ao-blue);
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d;
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: var(--ao-blue);
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
tr.collapse.in {
    display: table-row;
}
tbody.collapse.in {
    display: table-row-group;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-timing-function: ease;
    transition-duration: .35s;
    transition-property: height, visibility;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: var(--ao-blue);
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    margin-left: -5px;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
    float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}
.btn .caret {
    margin-left: 0;
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}
.btn-group-justified > .btn-group .btn {
    width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: var(--ao-blue);
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: var(--ao-blue);
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -15px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #080808;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb > .active {
    color: #777;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: var(--ao-blue);
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--ao-blue);
    border-color: var(--ao-blue);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e;
}
.label-primary {
    background-color: var(--ao-blue);
}
.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
    color: var(--ao-blue);
    background-color: #fff;
}
.list-group-item > .badge {
    float: right;
}
.list-group-item > .badge + .badge {
    margin-right: 5px;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}
.jumbotron > hr {
    border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px;
}
.jumbotron .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px;
    }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-right: auto;
    margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: var(--ao-blue);
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert h4 {
    margin-top: 0;
    color: inherit;
}
.alert .alert-link {
    font-weight: bold;
}
.alert > p,
.alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
.alert-success,.alert-success_password, .alert-success_partner , .alert-success_partner_forgot_pw {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info, .alert-info_forgot_pw {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: var(--ao-blue);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
    animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
    background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
    background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1;
}
.media-body {
    width: 10000px;
}
.media-object {
    display: block;
}
.media-object.img-thumbnail {
    max-width: none;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
a.list-group-item,
button.list-group-item {
    color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}
button.list-group-item {
    width: 100%;
    text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: var(--ao-blue);
    border-color: var(--ao-blue);
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef;
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-right: 15px;
    padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}
.panel > .table-responsive {
    margin-bottom: 0;
    border: 0;
}
.panel-group {
    margin-bottom: 20px;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
    border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}
.panel-default {
    border-color: #ddd;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}
.panel-primary {
    border-color: var(--ao-blue);
}
.panel-primary > .panel-heading {
    color: #fff;
    background-color: var(--ao-blue);
    border-color: var(--ao-blue);
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: var(--ao-blue);
}
.panel-primary > .panel-heading .badge {
    color: var(--ao-blue);
    background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: var(--ao-blue);
}
.panel-success {
    border-color: #d6e9c6;
}
.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}
.panel-info {
    border-color: #bce8f1;
}
.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}
.panel-warning {
    border-color: #faebcc;
}
.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}
.panel-danger {
    border-color: #ebccd1;
}
.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15);
}
.well-lg {
    padding: 24px;
    border-radius: 6px;
}
.well-sm {
    padding: 9px;
    border-radius: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.modal-open {
    overflow: hidden;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transition:         transform .3s ease-out;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;

    line-break: auto;
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px;
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px;
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px;
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px;
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content {
    padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner > .item {
    position: relative;
    display: none;
    transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        transition:         transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
    }
    .carousel-inner > .item.next,
    .carousel-inner > .item.active.right {
        left: 0;
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
    .carousel-inner > .item.active.left {
        left: 0;
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
    .carousel-inner > .item.prev.right,
    .carousel-inner > .item.active {
        left: 0;
        transform: translate3d(0, 0, 0);
    }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}
.carousel-inner > .active {
    left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}
.carousel-inner > .next {
    left: 100%;
}
.carousel-inner > .prev {
    left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}
.carousel-inner > .active.left {
    left: -100%;
}
.carousel-inner > .active.right {
    left: 100%;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}
.carousel-control .icon-prev:before {
    content: '\2039';
}
.carousel-control .icon-next:before {
    content: '\203a';
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
    text-shadow: none;
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px;
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators {
        bottom: 20px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
html{
    height: 100%;
}
body {
    /*padding-bottom: 40px;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    height: 100%;
}

@font-face {
    font-family: 'tradegothicbold';
    src: url('https://cdn.aohostels.com/fonts/tradegothic-bold-webfont.woff2') format('woff2'),
    url('https://cdn.aohostels.com/fonts/tradegothic-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

#aoMainContainer{
    padding-bottom: 100px;
    height: auto;
    min-height: 100%;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: pointer;
}

@media (max-width: 992px) {
    .login-form {
        padding: 10px 20px 20px;
    }
}

.login-form .form-control {
    margin-top: 10px;
    border-radius: 4px;
}

.login-form .btn-primary:hover {
    color: #fff;
    background-color: #f96038;
    border: 1px solid #ef5934;
}

.container {
    max-width: 970px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: top;
    overflow: hidden;
}

.currencySymbol, .currencyName {
    display: table-cell;
    min-width: 20px;
}

@media (min-width: 992px) {
    .container {
        overflow: visible;
    }

    li.dropdown.language_dropdown {
        min-width: 80px;
    }
    ul.dropdown-menu.language_menu {
        width: 100%;
    }
}

.content {
    padding: 0 !important;
}

@media (max-width: 768px){
    .content {
        padding: 0 15px !important;
    }
    #Kevin .fa.fa-comment{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) and (max-width: 992px){
    .content {
        padding: 0 1px !important;
    }
}

span.blogquote-wrapper{
    padding: 0 60px;
    display:inline-block;
}
span.blogquote{
    padding: 15px 10px;
    text-align: center;
    border-top: 1px solid #5B9BD5;
    border-bottom: 1px solid #5B9BD5;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    font-style: italic;
    font-size: 14px;
    opacity: 0.8;
}
span.language_flag {
    width: 36px;
    height: 30px;
    display: inline-block;
    margin-top: 2px;
    transform: scale(.8);
}
/*.languageSwitcher{*/
/*    float:right!important;*/
/*    margin-right: 5px;*/
/*    margin-top: 11px;*/
/*}*/
#language_dropdown{
    padding: 3px 5px!important;
    transition: all 0.1s ease-in-out;
}
.dropdown-menu.language > li > a{
    padding: 0px 5px!important;
}
.dropdown-menu.language > li > a:hover{
    background: #293a88!important;
}
.language.open #language_dropdown{
    background: #f3f3f3;
    border-radius: 4px 4px 0 0;
}
.currencySwitchSmall{
    float: right;
    margin-right: 10px;
}
@media (max-width: 992px) {
    .img-responsive,
    .thumbnail > img,
    .thumbnail a > img,
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
        display: block;
        width: 100% !important;
        height: auto;
    }
}

span.lc_de {
    background: url("https://cdn.aohostels.com/img/index/flags/germany.svg") no-repeat center center;
}
span.lc_en {
    background: url("https://cdn.aohostels.com/img/index/flags/uk.png") no-repeat center center;
    background-size: contain;
}

span.lc_cz {
    background: url("https://cdn.aohostels.com/img/index/flags/czech-republic.svg") no-repeat center center;
}

span.lc_pl {
    background: url("https://cdn.aohostels.com/img/index/flags/poland.png") no-repeat center center;
    background-size: contain;
}

span.lc_cn {
    background: url("https://cdn.aohostels.com/img/index/flags/china.svg") no-repeat center center;
}

span.lc_at {
    background: url("https://cdn.aohostels.com/img/index/flags/austria.svg") no-repeat center center;
}

span.lc_it {
    background: url("https://cdn.aohostels.com/img/index/flags/italy.svg") no-repeat center center;
}

span.lc_nl {
    background: url("https://cdn.aohostels.com/img/index/flags/netherlands.svg") no-repeat center center;
}

span.lc_ru {
    background: url("https://cdn.aohostels.com/img/index/flags/russia.svg") no-repeat center center;
}

span.lc_es {
    background: url("https://cdn.aohostels.com/img/index/flags/spain.svg") no-repeat center center;
}

span.lc_fr {
    background: url("https://cdn.aohostels.com/img/index/flags/france.svg") no-repeat center center;
}

span.lc_hu {
    background: url("https://cdn.aohostels.com/img/index/flags/hungary.svg") no-repeat center center;
}

span.lc_dk {
    background: url("https://cdn.aohostels.com/img/index/flags/denmark.svg") no-repeat center center;
}

span.lc_tr {
    background: url("https://cdn.aohostels.com/img/index/flags/turkish.svg") no-repeat center center;
}

span.language_flag_text {
    padding-left: 3px;
}
.language a {
    display: inline-block!important;
}
.language_flag.language_xs_active {
    margin: 0px !important;
    transform: scale(1);
    transition: all 0.25s ease-in-out;
    height: 36px;
    width: 36px;
    border-radius: 40px;
}
.dropdown-menu.language{
    display: block;
    min-width: auto;
    left: 0px;
    padding:0!important;
    overflow: hidden;
    background: #f3f3f3!important;
    position: absolute!important;
    max-width:46px;
    transform: scaleY(0);
    transform-origin: top;
    opacity: 0;
    transition: transform 0.25s, opacity 0.2s;
}
#language_dropdown{
    background: none;
    padding: 0;
}
.breadcrumb_inner {
    width: 100%;
    height: 40px;
    background: url(https://cdn.aohostels.com/img/master/dots.gif) left bottom repeat-x;
    font-size: 11px;
    color: #293a88;
    line-height: 40px;
    margin-bottom: 20px;
    padding: 0;
}

.breadcrumb_inner a {
    color: #293a88 !important;
}

@media (max-width: 768px) {
    .breadcrumb_inner {
        padding-left: 20px;
    }
}

.logo {
    padding-top: 0px;
    padding-left: 0px;
    width: 100px;
    display: inline-block;
}
.logo_responsive {
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.recommend {
    padding-top: 10px;
    font-size: 11px;
    color: #004889;
    padding-left: 0;
    padding-bottom: 6px;
    display: -webkit-inline-flex;
}

@-moz-document url-prefix() {
    .recommend {
        display: inline-flex;
    }
}

.seals {
    margin-top: -10px;
    padding-left: 10px;
}

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

.sidebar_block_title {
    height: 37px;
    line-height: 37px;
    font-size: 17px;
    color: #293a88;
    text-transform: uppercase;
    text-indent: 8px;
    border-bottom: 1px solid #293a88;
}

li.level_1{
    font-size: 12px;
    color: #00447e !important;
    font-weight: 700 !important;
    text-decoration: none;
    padding-left: 28px;
    display: block;
    line-height: 26px;
    background: url(https://cdn.aohostels.com/img/master/li_1_orange.gif) left top no-repeat;
}
li.level_1 a
{
    font-size: 12px;
    color: #00447e !important;
    font-weight: 700 !important;
}
#citynav li.level_1,
#categorynav li.level_1,
#careerNav li.level_1,
#pressnavi li.level_1,
#blogNavi li.level_1,
#edyoutainnav li.level_1{
    line-height: 16px!important;
}
li.level_1.last {
    background: url(https://cdn.aohostels.com/img/master/li_1_orange_last.gif) left top no-repeat !important;
}

li.level_2{
    line-height: 16px;
}
#citynav li.level_2{
    line-height: 26px;
}
ul.menu_standorte, ul.menu_kategorien {
    padding-left: 0;
}

.menu_kategorien li {
    background: url(https://cdn.aohostels.com/img/master/li_1_blau.gif) left top no-repeat;
}

li.level_1.last_cat {
    background: url(https://cdn.aohostels.com/img/master/li_1_blau_last.gif) left top no-repeat;
}


.navContent {
    padding-left: 0;
}

@media (min-width: 992px) {
    .navigation_header {
        padding-right: 0;
        padding-top: 10px;
    }
}

@media (max-width: 992px) {
    .navigation_header {
        padding: 0 0 20px 0;
    }
}

.zahlung_left_title {
    width: 200px;
    font-size: 16px;
    color: #005caa;
    padding-bottom: 5px;
    border-bottom: 1px #c7cfdf solid;
    margin-bottom: 10px;
}

ul.dropdown-menu.language_menu {
    font-size: 12px;
    margin: 0;
    min-width: 0px;
}
ul.dropdown-menu.language_menu li a {
    padding-left: 12px;
}

/* Obere Navbar im Header*/
.navbar-header {
    margin-left: 10px !important;
}

nav.navbar.header-top.navbar-default {
    background-color: transparent;
    border-color: transparent;
    min-height: 0;
    margin-top: 10px;
    margin-bottom: -4px !important;
}

a.htFirstNavElement{
    font-size: 11px;
    color: #004889 !important;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

a.htFirstNavElement.dropdown-toggle {
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 5px;
}

li.dropdown:hover {
    background: transparent;
}

a.htNavElement {
    font-size: 11px;
    color: #004889 !important;
    text-decoration: none;
    font-weight: 400;
    display: inline-block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

a.htNavElement.dropdown-toggle, a.htNavElement.topmenu-link {
    line-height: 1.5;
    padding: 5px;
}

@media (max-width: 992px){
    a.htNavElement.topmenu-link {
        float: right;
        font-size: 16px;
        font-weight: 700;
        color: #fff !important;
        padding-right: 50px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

a.htDropdownElement {
    font-size: 12px;
}

.open > .dropdown-menu {
    display: block!important;
    border: none!important;
    transform: scaleY(1);
    opacity: 1;
}
.login-button{
    cursor: pointer;
    float: right;
    padding: 4px 7px;
    margin-top: 15px;
    margin-right: 25px;
    position: relative;
    background: url("https://cdn.aohostels.com/img/index/icon-user-nT.png");
    background-size: cover;
    border-radius: 40px;
    width: 36px;
    height: 36px;
    transition: all 0.25s ease-in-out;
}
.login-button .fa.fa-user{
    font-size: 28px;
    color: #293a88;
}
    .login-menu{
        padding: 20px 30px;
    }
.login-button.alone{
    margin-right: 10px;
}
.header-container .alert{
    position: absolute;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    top: 50px;
    z-index: 100;
}
.login-button.open{
    background: url("https://cdn.aohostels.com/img/index/icon-user-nT.png") #fff;
    border-radius: 40px 40px 0 0;
    background-size: contain;
}
.login-button.open .fa.fa-user{
    color: #293a88;
}
.li.mainLi {
    float: left;
    display: inline-block;
    color: #fff;
    font-size: 11px;
}

/* Untere Navbar im Header*/
.header_bottom_div {
    display:inline-block;
    padding: 0;
    margin-left: 45px;
    margin-top: 5px;
}
.inp {
    position: relative;
    margin: 2px 0;
    width: 100%;
}
.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all 0.2s ease;
    pointer-events: none;
}
.inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #293a88;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all 0.15s ease;
}
.inp input {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 6px 38px 6px 10px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #293a88;
    transition: all 0.15s ease;
}
.inp input:hover {
    background: rgba(34,50,84,0.03);
}
.inp input:not(:-moz-placeholder) + span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
}
.inp input:not(:placeholder-shown) + span {
    color: #5a667f;
    transform: translateY(-26px) scale(0.75);
}
.inp input:focus {
    background: none;
    outline: none;
}
.inp input:focus + span {
    color: #293a88;
    transform: translateY(-26px) scale(0.75);
}
.inp input:focus + span + .border {
    transform: scaleX(1);
}

.show-hide-password {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0.3em 0.4em;
    border-radius: 50%;
}

.show-hide-password i.fa-eye,
.show-hide-password i.fa-eye-slash {
    font-size: 17px;
    color: black;
    opacity: 0.4;
}
.show-hide-password i.fa-eye,
.show-hide-password.show i.fa-eye-slash {display: none}

.show-hide-password.show i.fa-eye {
    display: inline-block;
    color: #293a88;
    opacity: 1;
}

.navbar-default {
    background-color: transparent;
    border: none !important;
}

nav.navbar.header-bottom.navbar-default {
    min-height: 0;
    border-radius: 5px;
}
nav.navbar.header-bottom .navbar-inner {
    padding: 0;
}

nav.navbar.header-bottom .nav {
    margin: 0;
    display: table;
    width: 100%;
}

nav.navbar.header-bottom .nav li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 600!important;
    color: #fff;
    padding-top: 30px;
    margin-right: 25px;
}
a.hbFirstNavElement {
    font-size: 13px;
    color: #fff !important;
    line-height: 140%;
    font-weight: 400 !important;
    text-decoration: none;
    padding: 5px 19px !important;
}

a.hbNavElement {
    font-size: 13px;
    color: #fff !important;
    line-height: 140%;
    font-weight: 400 !important;
    text-decoration: none;
    padding: 5px 19px !important;
}

@media (max-width: 768px) {
    .login-menu{
        margin-right: -205px;
        right: 50%;
        border-radius: 4px;
    }
    .container-fluid {
        padding-left: 0px;
        /* padding-top: 20px;*/
    }
    div#bs-example-navbar-collapse-3, div#bs-example-navbar-collapse-3.fixed, div#bs-example-navbar-collapse-3-small{
        top: 108px!important;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-left: 0px;
        padding-right: 0px;

    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
    }
}
/* Navbar im Footer */
.footer_row {
    margin-top: 20px !important;
}

@media (min-width: 768px) {
    .footer_top {
        background: url(https://cdn.aohostels.com/img/master/footer_top.png) left top repeat-x;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-radius: 5px 5px 0 0;
        text-align: center;
        margin-top: 20px;
        padding-bottom: 5px;
    }
    .footer_bottom {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
}

@media (max-width: 768px) {
    .footer_top {
        text-align: center;
        padding-top: 5px;
    }
    .footer_bottom {
        border: 0 !important;
    }
}



a.footerNavElement {
    font-size: 12px;
    color: #005caa !important;
    line-height: 3 !important;
    font-weight: 700;
    text-decoration: none;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

span.footer_line {
    padding-left: 9px;
    padding-right: 9px;
    font-size: 12px;
    font-weight: 700;
    color: #f07d00;
}
.footer_top a:hover {
    color: #005caa;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.footer_bottom {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.footer_bottom_left {
    display: -webkit-inline-flex;
    padding-top: 15px;
    padding-bottom: 15px;
}

@-moz-document url-prefix() {
    .footer_bottom_left {
        display: inline-flex;
    }
}
.footer_bottom_mid {
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer_bottom_social {
    display: -webkit-inline-flex;
    padding-bottom: 15px;
}

.footer_bottom_right {
    padding-top: 15px;
    padding-bottom: 15px;
}

@-moz-document url-prefix() {
    .footer_bottom_social {
        display: inline-flex;
    }
}

.newsletter_input_small {
    float: left;
}
.footer_bottom_title {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

td.left {
    padding-right: 9px !important;
    padding-bottom: 10px !important;
}

td.middle {
    padding-right: 9px !important;
    padding-bottom: 10px !important;
}

td.right {
    padding-right: 0 !important;
    padding-bottom: 12px !important;
}

.tab-content.partner_content {
    padding-top: 0 !important;
}

.social_icon.hide-mobile {
    padding-right: 5px;
    margin-bottom: 15px;
}

/* Left Sidebar */

.sidebar {
    padding: 10px 0px;
    margin-bottom: 20px;
    border-radius: 4px;
}

.sidebar a , .sidebar span{
    color: #293A88;
    display: block;
    font-weight: bold;
    text-decoration: none!important;
}

.sidebar-content {
    /*max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .35s;
    -o-transition: max-height .35s;
    transition: max-height .35s; */
}

.tab {
    position: relative;
    margin-bottom: 1px;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.one_checked {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.sidebar_titles{
    list-style-type: none;
}
.sidebar_titles.indent a, .sidebar_titles.indent span{
    padding-left:20px!important;
}
.sidebar_titles a{
    padding-left:10px;
}
/*Icon*/
.sidebar_titles.dropdownMenu::after{
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:3em;
    height:3em;
    color:#234692;
    line-height:3;
    text-align:center;
    content: "";
    transition:all.35s;
    transition:all.35s;
    content:"\25BC";
    pointer-events: none;
}

.sidebar_titles.dropdownMenu:hover::after{
    color:#fff;
}

.sidebar_list:hover{
    color:#fff!important;
}
input:checked ~ .sidebar-content {
    max-height: 100%;
}

.sidebar_titles.dropdownMenu.opened::after{
    transform:rotateX(180deg);
}
.sidebar_titles.dropdownMenu{
    display: block;
    position: relative;
    line-height: 32px;
}
.sidebar-content{
    display: none;
    padding-left: 10px;
}
.sidebar_titles a:hover, .sidebar_titles.active a{
    background-color:#293A88;
    color:#fff!important;
    cursor: pointer;
}
.sidebar_noDropdown {
    padding-left:10px;
}

.sidebar_noDropdown:hover{
    background-color:#293A88;
    color:#fff;
}

.sidebar_noDropdown:hover a{
    color:#fff;
}

.no_tab{
    line-height: 32px;
}

.tab_list {
    padding-left: 5px;
    list-style-type: none;
    line-height: 32px;
}

.tab_list:hover {
    background-color: #293A88;
    color: #fff;
}
.sidebar_titles a{
    display: block;
}
/* Responsive Menu */
.header-menu-icon {
    display: inline-block;
    color: #fff;
    background: transparent;
    border: none;
    outline: 0;
    padding: 0 30px;
    z-index: 2;
}
@media (min-width: 768px) {
    .responsive_navbar {
        background: transparent;
        border-radius: 5px;
    }

    .responsive_menu {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        /*background: url("https://cdn.aohostels.com/img/master/logo_xs.png") no-repeat;*/
        background-position-x: 0px;
        background-position-y: 11px;
        background-size: 190px;
    }

}

@media (min-width:768px) and (max-width: 992px) {
    .navbar-header {
        /*background: url("https://cdn.aohostels.com/img/master/logo_xs.png") no-repeat; */
        background-position-x: 20px;
        background-position-y: 5px;
    }
}
div#bs-example-navbar-collapse-1 {
    background-color: #fff;
    position: fixed;
    display: block!important;
    width: 30%;
    padding: 100px 0 20px 0;
    left: 120%;
    transition: all 0.5s ease-in-out;
    overflow: visible!important;
    top: 0;
    bottom: 0;
    z-index: 9999999;
}
div#bs-example-navbar-collapse-1.opened {
    left: 70%;
    margin:0;
    box-shadow: 0 0 5px 0 rgba(41, 58, 136, .4);
}
.currencySwitchSmall ul.opened{
    min-width: unset;
}
.currencySwitchSmall ul.opened span{
    color: #293a88;
}
.scrollMenuContainer{
    overflow-y: scroll;
    position: relative;
    max-height: 100%;
    margin-right: -20px;
}
@media (max-width: 992px) {

    li.secondary-nav a{
        margin-right: 0px;
    }
    button#booking_xs_button {
        padding: 7px 15px 6px!important;
    }
    button#booking_xs_button i{
        font-size: 24px;
        color: #fff;
    }

    button.navbar-toggle.xs_menu, button.navbar-toggle.xs_menu:focus {
        border: 0;
        background-color: #d8e5f5;
        margin-bottom: 0;
        border-radius: 0;
    }

    button.navbar-toggle.xs_menu.collapsed {
        background-color: #0066b3;
    }

    .responsive_menu {
        padding: 0;
    }

    .responsive_navbar {
        background: transparent;
        border:0;
    }

    img.language_flag {
        float: right;
    }

    .error_menu_xs {
        color: #a94442;
        display:none;
    }


    p.p_language {
        padding-top: 25px;
        font-size: 14px !important;
        color: #293a88 !important;
        line-height: 24px !important;
        font-family: 'Arial', sans-serif;
        margin: 0 !important;
        font-weight: 700;
    }

    a.dropdown-toggle.header_menu {
        padding-left: 30px;
        padding-top: 15px;
        font-size: 14px !important;
        color: #293a88 !important;
        line-height: 24px !important;
        font-family: 'Arial', sans-serif;
        margin: 0 !important;
        font-weight: 700;
    }

    ul.menu {
        list-style-type: none;
        padding-left: 30px;
    }

    li.res_menu {
        padding-left: 15px;
        margin-right: 15px;
        border-left:1px solid rgba(166, 166, 166, 0.44) !important;
        border-right: 1px solid rgba(166, 166, 166, 0.44) !important;
        border-top: 1px solid rgba(166, 166, 166, 0.44) !important;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        background: #fff;
    }

    li.res_menu a:hover {
        text-decoration: none;
        color: var(--ao-blue);
    }

    li.res_menu_last {
        padding-left: 15px;
        margin-right: 15px;
        border:1px solid rgba(166, 166, 166, 0.44) !important;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        background: #fff;
    }

    li.dropdown:hover {
        background: transparent;
    }

    /* Kalender [START] */
    .booking_xs {
        padding-right: 0;
        padding-top: 10px;
    }
    .house_select {
        display: inline-block;
        font-size: 13px;
        color: #0b4c88;
        border: 1px solid #293a88;
        border-radius: 5px;
        line-height: 33px;
        height: 35px;
        width: 100%;
        padding-left: 30px;
        padding-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        -webkit-appearance: none;
        -moz-appearance:none;
    }
    .btn_check {
        float: left;
        display: block;
        text-align: center;
        width: 100%;
        height: 35px;
        line-height: 35px !important;
        color: #fff;
        font-size: 14px !important;
        background: url(https://cdn.aohostels.com/img/master/bg_btn_orange.gif) left top;
        font-family: 'Arial', sans-serif;
        cursor: pointer;
        margin: 0;
        border: 0;
        border-radius: 5px;
        margin-top: 10px;
    }

    img.lupe {
        padding-left: -19px;
        padding-bottom: -10px;
        margin-bottom: -6px;
    }




    .cl_headline{font-size:14px !important;color:#293a88 !important;line-height:24px !important;font-family:'Arial', sans-serif;margin:0 !important;font-weight:700;}
    .cl_subline{font-size:11px !important;color:#293a88 !important;line-height:24px !important;font-family:'Arial', sans-serif;margin:0 !important;}
    .cl_inputKalender{
        z-index:11;
        position:relative;
        border:1px solid #c5c9d9;
        font-size:13px !important;
        color:#666 !important;
        line-height:33px !important;
        height:35px;
        width:100%;
        padding-left:10px;
        border-radius:5px;
        font-family:'Arial', sans-serif;

        margin:0;
        cursor:pointer;
        font-family:'Arial', sans-serif;
    }
    .cl_inputKalender.error{color: #f98300 !important;}
    .cl_kalender{position:absolute;top:205px;left:0;display:none;z-index:99;}
    #cl_kalenderend2{left:137px;}
    .cl_kalenderBG{display:inline-block;width:100%;position:relative;background:#fff;border-radius:5px;border:1px solid #c5c9d9;}
    .cl_kalenderBG:after, .cl_kalenderBG:before{
        bottom:100%;
        left:50%;
        border:solid transparent;
        content:" ";
        height:0;
        width:0;
        position:absolute;
        pointer-events:none;
    }
    .cl_kalenderBG:after{
        border-color:rgba(255, 255, 255, 0);
        border-bottom-color:#fff;
        border-width:10px;
        margin-left:-10px;
    }
    .cl_kalenderBG:before{
        border-color:rgba(197, 201, 217, 0);
        border-bottom-color:#c5c9d9;
        border-width:11px;
        margin-left:-11px;
    }
    .cl_kalenderbegin .cl_kalenderBG:after, .cl_kalenderbegin .cl_kalenderBG:before{left:23%;}
    .cl_kalenderend .cl_kalenderBG:after, .cl_kalenderend .cl_kalenderBG:before{left:77%;}
    #cl_kalenderbegin2 .cl_kalenderBG:after, #cl_kalenderbegin2 .cl_kalenderBG:before{left:18%;}
    #cl_kalenderend2 .cl_kalenderBG:after, #cl_kalenderend2 .cl_kalenderBG:before{left:18%;}
    .cl_kalender table{border-spacing:0;float:left;border-right:1px solid #c5c9d9 !important;text-align:center;width:50% !important;}
    .cl_kalender table#cl_kalenderTable2{border-right:0 !important;}
    .cl_kalender td{text-align:center;width:25px;font-family:'Arial',sans-serif;line-height:25px;color:#adadad;font-size:11px;padding:1px;}
    .cl_kalender thead th{line-height:25px !important;color:#014c87 !important;font-size:13px !important;font-family:'Arial',sans-serif !important;width:25px !important;text-align:center !important;vertical-align:middle !important;}
    #cl_theadLeft, #cl_theadRight{cursor:pointer;}
    #cl_headNumbers td{
        background:#293a88;
        color:#fff;
        font-size:11px;
        line-height:27px;
        font-weight:700;
        font-family:'Arial',sans-serif;
        cursor:default;
    }
    .cl_kalender td.cl_available{color:#0b4c88;cursor:pointer;}
    .cl_kalender td.cl_notAvailable{color:#0b4c88;}
    .cl_kalender td.cl_available:hover{background:#3d81d0;color:#fff;}
    .cl_kalender td.cl_activeB, .cl_kalender td.cl_activeE{background:#0b4c88;color:#fff;}
    .cl_kalender td.cl_diffDays{background:#dbe4f6;color:#0b4c88;}
    .cl_kalenderOverlay{position:fixed;width:100%;height:100%;top:0;left:0;z-index:9;display:none;}

    ::-webkit-input-placeholder { color:#0b4c88; }
    ::-moz-placeholder { color:#0b4c88; } /* firefox 19+ */
    :-ms-input-placeholder { color:#0b4c88; } /* ie */
    input:-moz-placeholder { color:#0b4c88; }
    /* Kalender [END] */
}

#errorContainer{
    background: url("https://cdn.aohostels.com/img/404/parallax-fallback3.png");
    width: 100%;
    background-size: cover;
    position: relative;
    height: 350px;
    padding-top: 300px;
}
#errorContainer #firstLayer{
    margin-left: 0px;
    display: none;
}
#errorContainer #firstLayer img{
    max-width: 150px;
}
#errorContainer #secondLayer{
    margin: 670px 590px;
    display: none;
}
#errorContainer #thirdLayer{
    margin: 720px 590px;
    display: none;
}
#errorContainer #fourthLayer{
    margin: 680px 700px;
    display: none;
}

.header-right-div{
    display: flex;
    margin-left: auto;
    margin-right: 90px;
}

.menuButtonsDiv{
    /*float: right;*/
    /*margin: 0 90px 0 0px;*/
    display: flex;
    gap: 10px;
    align-items: center;
    border-left: 2px solid #4d60a2;
    border-right: 2px solid #4d60a2;
    padding: 0 10px;
}
.menuButtonsDiv #language_dropdown {
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
}

@media (max-width: 768px) {
    .header-right-div{
        margin-right: 45px;
    }

    .menuButtonsDiv {
        padding: 0 7px;
        gap: 5px;
    }

    .user-login-container {
        order: 2;
        margin: 0 5px;
    }

    p.p_language {
        padding-left: 15px;
    }
    .scrollMenuContainer{
        margin-right: -7px;
    }
}

@media (min-width: 768px) {
    p.p_language {
        padding-left: 30px;
    }
}
.navbar-toggle.collapsed {
    background: #0066b3;
}
.responsive_navbar .navbar-nav>li>a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #293a88;
    line-height: 24px;

}
#bs-example-navbar-collapse-1 li a .fa.fa-angle-down{
    float: right;
    font-size: 20px;
    color: #293a88;
}
#bs-example-navbar-collapse-1 li a:hover .fa.fa-angle-down,
#bs-example-navbar-collapse-1 li a.opened .fa.fa-angle-down{
    color: #fff;
}
.navbar-brand {
    padding-left: 25px;
    color: #fff !important;
}
#aoMainWrapper{
    padding-top: 122px;
}
.responsive_navbar .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle .icon-bar{
    width: 28px;
    height: 2px;
}
button.navbar-toggle.dropdownButton{
    padding:12px;
}
button.navbar-toggle{
    background: #293a88!important;
    border-radius: 5px!important;
    margin-top: 14px;
}
.navbar-header .button{
    border-radius:5px;
}
button.navbar-toggle.toggledOpen{
    background: #d8e5f5!important;
    border-radius: 0!important;
}
button.navbar-toggle.toggledOpen .icon-bar{
    background: #234692;
}
/* Language Picker */
a.btn.dropdown-toggle.language_container {
    font-size: 11px;
    color: #fff !important;
}
img.language_flag {
    max-width: 15px;
}
@media (min-width: 992px) {
    .btn-group.language_button {
        float: right;
        margin-top: -27px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}

@media (max-width: 992px) {
    .btn-group.language_button {
        float: right;
        margin-top: 0;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
}
/* Login */
#login-dp{
    min-width: 200px;
    padding: 14px 14px 0;
    overflow:hidden;
    background-color:rgba(255,255,255);
}
#login-dp .help-block{
    font-size:12px
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
.btn-fb{
    color: #fff;
    background-color:#3b5998;
}
.btn-fb:hover{
    color: #fff;
    background-color:#496ebc
}
.btn-tw{
    color: #fff;
    background-color:#55acee;
}
.btn-tw:hover{
    color: #fff;
    background-color:#59b5fa;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}

div#topmenu-login-error {
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: red;
    padding-bottom: 10px;
    display: none;
}

/* Parnter */
.partner_tabs {
    display: none;
    margin-right: 4px;
}

.partner_content {
    max-width: 1200px!important;
    border: none;
}
@media(min-width: 1200px){
    .partner_content{
        min-width: 1185px!important;
    }
    p.partner{
        margin-left:-10px;
    }
}
p.partner {
    width: 124px;
    font-size: 18px;
    font-weight: 500;
    color: #444;
    background: #fff;
    padding-left: 15px;
    margin-top: -18px;
    margin-bottom: 0;
}

div#partner {
    padding: 5px;
}

.img-partner {
    width: auto !important;
    margin: 0 auto;
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
        margin-top: 0px;
    }
    .navbar-collapse.collapse {
        display: none;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}
#bs-example-navbar-collapse-1 .navbar-nav, #bs-example-navbar-collapse-1 .navbar-nav li{
    float:none!important;
    list-style:none;
}
@media (max-width: 768px) {
    div#cl_kalenderbeginXs {
        left: 0px;
    }
    div#bs-example-navbar-collapse-1{
        width: 100%;
    }
    div#bs-example-navbar-collapse-1.opened {
        left: 0%;
        margin: 0;
    }
}

@media (min-width: 768px) {
    div#cl_kalenderbeginXs {
        top: 80px;
        left: 0px;
    }

    div#cl_kalenderendXs {
        top: 80px;
        left: 0px;
    }
}

.copyright {
    text-align: center;
    padding-top: 20px;
    font-size: 12px;
    color: #fff;
    padding-top: 40px;
}
.aogruppenButton{
    text-decoration: none!important;
    width: 60%;
    height: 49px;
    padding: 13px 15px 15px;
    display: block;
    margin: 0 auto;
    font-weight: bold;
    font-size: 14px!important;
    cursor: pointer;
    color: #fff!important;
    text-align: center;
    border: 1px solid #ca6d0e;
    background: #df7810;
    background-size: 100% 100%;
    margin-top: 30px;
    background: #df7810;
    transition: all 0.5s ease-in-out;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#FFf08212, endColorstr=#FFdf7810);
    background-image: linear-gradient( top, #f08212, #df7810 );
    background: -ms-linear-gradient( top, #f08212, #df7810 );
}
.aogruppenButton:hover{
    background: #ca6d0e;
    border: 1px solid #f08212;
}
/** Payment Options**/

span.po {
    display: block;
    width: 53px;
    height: 38px;
    margin-right: 17px;
    display: inline-block;
}
.zahlung_left span:nth-child(3n+1) {
    margin-right: 0;
}
.po_ec {
    background-position: 0px 0px;
}
.po_so {
    background-position: 0px -48px !important;
}

.po_pp {
    background-position: 0px -95px !important;
}

.po_va {
    background-position: 0px -144px !important;
}

.po_ae {
    background-position: 0px -192px !important;
}

.po_mc {
    background-position: 0px -239px !important;
}

.po_gp {
    background-position: 0px -288px !important;
}

.po_bc {
    background-position: 0px -430px !important;
}

.po_c_de {
    background-position: 0px -336px !important;
}

.po_c_en,.po_c_cz, .po_c_pl, .po_c_cn, .po_c_at, .po_c_it, .po_c_nl, .po_c_ru, .po_c_es, .po_c_fr, .po_c_hu  {
    background-position: 0px -384px !important;
}

.po_id {
    background-position: 0px -477px !important;
}

/** Express-Reservierung **/
.btool_express {
    background-color: #fff;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 11px 0 #B8B8B8;
    color: #ffffff;
}
p.btool_express_title {
    font-size: 20px;
    margin-top: 0;
    padding: 10px;
    background:#293a88;
}

.express-control {
    font-size: 12px;
    height: 28px;
    margin-bottom: 15px;
    background-color: #fff !important;
}

.express_button {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #FFF !important;
    font-weight: 700;
    text-decoration: none;
    background: #ef5934;
    border:none;
    line-height: 30px;
    bottom: 13px;
    right: 17px;
    border-radius: 6px;
    padding: 0 15px 0 25px;
    width: 100%;
    position: inherit;
    margin-bottom: 0;
    margin-top: 10px;
}
.btool_express_fields{
    padding: 0 10px 10px;
}
label.my-label {
    margin-bottom: 0;
}

.error_menu_express {
    color: #a94442;
    display:none;
    font-weight: bold;
}

.mobile_maps img {
    border: 1px solid #b2cee9;
    border-radius: 5px;
}
.mapsInfoWindow{
    position: relative;
    left: -14px;
}
.mapsInfoWindow h3{
    margin-top: -8px;
    color: #fff!important;
    position: absolute;
    padding: 6px 33px;
    left: 0px;
    width: 119%!important;
    border: none!important;
    right: -39px;
    background: url("https://cdn.aohostels.com/img/presse/aachen_icon.png") no-repeat left center #293a88;
    background-size: 20%;
}
.mapsInfoWindow .img{
    float: left;
}
.mapsInfoWindow .img img{
    margin-top: 20px;
}
.mapsInfoWindow .text{
    margin-top: 25px;
    padding-left: 10px;
    float: left;
}
.gm-style-iw,
.gm-style-iw div{
    overflow: visible!important;
}
img#logoImg{
    width: 100%!important;
    padding-top: 0px;
}
.header-top.navbar-default ul li{
    padding-right: 8px;
    padding-left: 8px;
}
.header-top.navbar-default ul li:last-child{
    border-right: none;
}
.forgot-password{
    color:#293a88;
}
.header-top.navbar-default ul li ul li{
    border: none!important;
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 480px){
    #errorContainer {
        height: 550px;
        padding-top: 400px;
    }
}
.handwrittenLink{
    position: absolute;
    right: 244px;
    color: #515151;
    bottom: 147px;
    display: none;
    font-weight: bold;
    font-size: 20px;
    transform: rotate(-5deg);
    line-height: 18px;
    font-family: 'angelinaregular';
}
@media(max-width:600px){
    .handwrittenLink {
        display: block;
        opacity:0;
        right: 0;
        left:0;
        bottom: 0;
        top:0;
    }
}
@media (min-width:600px) and (max-width: 750px) {
    .handwrittenLink {
        display: block;
        opacity:0;
        right: 190px;
        bottom: 197px;
    }
}
@media (min-width: 750px) {
    #errorContainer {
        background: url("https://cdn.aohostels.com/img/404/parallax-back7.png");
        width: 100%;
        background-size: cover;
        position: relative;
        height: 590px;
        padding-top: 460px;
    }
    #errorContainer #firstLayer{
        margin-left: 100px;
    }
    #errorContainer #firstLayer img{
        max-width: 150px;
    }
    #errorContainer #secondLayer{
        margin: 510px 0 0 470px;
    }
    #errorContainer #secondLayer img{
        max-width: 60px;
    }
    #errorContainer #thirdLayer{
        margin: 540px 0 0 530px;
    }
    #errorContainer #thirdLayer img{
        max-width: 30px;
    }
    #errorContainer #fourthLayer{
        margin: 500px 0 0 560px;
    }
    #errorContainer #fourthLayer img{
        max-width: 70px;
    }
    .handwrittenLink {
        display: block;
    }
}
@media (min-width: 992px) {
    #errorContainer {
        background: url("https://cdn.aohostels.com/img/404/parallax-back7.png");
        width: 100%;
        background-size: cover;
        position: relative;
        height: 770px;
        padding-top: 610px;
    }
    #errorContainer #firstLayer{
        margin-left: 150px;
    }
    #errorContainer #firstLayer img{
        max-width: 180px;
    }
    #errorContainer #secondLayer{
        margin: 660px 0 0 580px;
    }
    #errorContainer #secondLayer img{
        max-width: 110px;
    }
    #errorContainer #thirdLayer{
        margin: 700px 0 0 670px;
    }
    #errorContainer #thirdLayer img{
        max-width: 80px;
    }
    #errorContainer #fourthLayer{
        margin: 640px 0 0 710px;
    }
    #errorContainer #fourthLayer img{
        max-width: 90px;
    }
    .handwrittenLink {
        right: 324px;
        color: #515151;
        bottom: 197px;
        right: 317px;
        color: #515151;
        bottom: 197px;
        font-size: 25px;
        line-height: 22px;
    }
}

.currencyDropdown{
    font-weight: bold;
    color: #005ea8;
    cursor: pointer;
}
.currencyContainer{
    display: none;
    position: absolute;
    background: #fff;
    z-index: 1000;
    padding: 10px;
    min-width: 175px;
    left: 0px;
    text-align: left;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-radius: 0 0 4px 4px;
}
.currencyContainer ul{
    padding-left: 0;
}
.currencyContainer ul li{
    list-style: none;
    margin: 3px 0px;
    padding: 3px;
    width: 100%;
}
.currencyContainer ul li:hover,
.currencyContainer ul li.active,
.currencySwitchSmall li ul li:hover{
    background: #ebebeb !important;
    cursor: pointer;
}
.currencySwitch{
    position: relative;
}
.currencySwitch:hover,
.currencySwitch.opened{
    background: #fff;
}
.currencyContainer ul li span.currencySymbol{
    padding: 0 5px;
    display: inline-block;
    width: 25%;
}
.currencySwitchSmall{
    list-style: none;
    margin: 0;
    padding: 3px 5px;
}
.currencySwitchSmall li.firstLevel{
    cursor: pointer;
    color: #293a88;
    border: none!important;
    font-size: 16px;
    padding: 7px 3px 0 2px;
    font-weight: bold;
    position: relative;
    min-height: 36px;
    width: 36px;
    background: #fff;
    text-align: center;
    border-radius: 40px;
    transition: all 0.5s;
    transition-delay: 0.35s;
}
.currencySwitchSmall li.firstLevel.open{
    background: #fff;
    border-radius: 40px 40px 0 0;
    color: #293a88;
    transition: all 0.03s;
}
.currencySwitchSmall li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    padding: 5px 11px;
    font-size: 14px;
    text-align: center;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    box-shadow: 0 12px 12px rgba(0, 0, 0, .175);
    background: #fff !important;
    width: 100%;
    padding-bottom: 5px!important;
}
.currencySwitchSmall li ul li{
    padding: 3px;
    border-top: 1px solid #4d60a2;
}
.currencySwitchSmall span.currencySymbol{
    display: inline-block;
    font-size: 14px;
}

/*center the currency symbol*/
.currencySwitchSmall .firstLevel > .currencySymbol{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

li.currency {
    cursor: pointer;
}

.language_menu li.active a,li.currency.active a{
    background: #ebebeb !important;
}

.pageTeaser{
    position: relative;
    margin-bottom: 10px;
}
.pageTeaser img{
    width:100%;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 #B8B8B8;
}
.pageTeaser span p{
    display: inline;
    font-size: 20px;
    color: #fff;
    font-family: 'arial';
    text-transform: lowercase;
}
.pageTeaser span{
    position: absolute;
    bottom: 20px;
    font-size: 20px;
    left: 0;
    text-transform: uppercase;
    padding: 8px 25px 6px;
    background: #293a88;
    color: #fff;
    font-family: 'arial';
    border-radius: 0 6px 6px 0;
}
@media(min-width:768px){
    .pageTeaser span,
    .pageTeaser span p{
        font-size:30px;
    }
}
.responsiveTable div{
    display: block;
}
.responsiveTable .table-header{
    font-weight: bold;
    font-size: 14px;
}
.newsletter_input_small .nlInput,.nlBox .nlInput{
    border-radius: 4px;
    padding: 5px;
    line-height: 18px;
    border: 1px solid #cdcdcd;
}
.newsletter_input_small{
    float: none;
}
.newsletter_input_small .nlButtonContainer,
.nlBox .nlButtonContainer{
    width: 50%;
    padding-right: 5px;
    float: left;
}
.nlButtonContainer.small{
    right: 15px;
}
.newsletter_input_small .submit-button,
.nlBox .submit-button{
    background: #ef5934;
    width: 100%!important;
    color: #fff;
    padding: 8px 15px 8px;
    border: none;
    border-radius: 4px;
    font-size: 13px;
    display: block;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
}
.subscribeButton.submit-button:hover {
    background: #fff !important;
    color: #293a88!important;
}
.nlBox .contentbox_inner{
    padding: 10px;
}
.nlBox h3{
    margin-top: 8px;
    background: none;
}
.nlBox .row{
    margin-bottom: 0px;
}
.newsletterSuccess{
    margin-top: 20px;
    padding: 8px;
}
.newsletterSuccess p{
    display: table-cell;
    padding: 10px;
    font-size: 16px;
}
.nlIcon{
    padding: 10px;
    min-height: 60px;
    display: table-cell;
    border-right: 1px solid #99b999;
    vertical-align: middle;
}
.nlIcon i{
    font-size: 30px;
}
.nlButtonContainer button:hover{
    background: #ef5934!important;
    background-size: 65%!important;
}
.checkbox {
    width: 20px;
    position: relative;
    margin: 0 20px;
}
.checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.checkbox label:after {
    content: '';
    width: 9px;
    height: 5px;
    position: absolute;
    top: 6px;
    left: 6px;
    border: 3px solid #f58122;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}
.checkbox input[type=radio],
.checkbox input[type=checkbox] {
    visibility: hidden;
}
.checkbox input[type=radio]:checked + label:after,
.checkbox input[type=checkbox]:checked + label:after {
    opacity: 1;
}
.customPagination{
    position: absolute;
    top: 0;
    padding-left: 0;
    z-index: 20;
    width: 100%!important;
}
.customPagination li{
    font-size: 16px;
    float: left;
    font-weight: normal;
    width: 11.1%;
    letter-spacing: -0.8px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
    list-style-type: none;
    text-align: center;
    padding: 8px 0px;
}
.customPagination li a{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000;
    transition: all 0.5s ease-in-out;
}
.customPagination li a.active{
    font-size: 20px;
    text-shadow: 1px 4px 12px #000;
}
.dealContainer .overlay{
    background: rgba(0,0,0,0.2);
    position: absolute;
    height: 280px;
    width: 100%;
    z-index: 15;
    top: 0;
}
.dealContainer .bxslider{
    padding-left:0;
    width:100%;
    margin:0;
}
.dealContainer .bx-viewport{
    border: none!important;
    box-shadow: none!important;
    left:0!important;
}
.dealContainer .headline{
    text-shadow: 1px 2px 8px #000;
    font-size: 32px;
    position: absolute;
    top: 50px;
    font-weight: bold;
    left: -60px;
    z-index: 20;
    text-transform: uppercase;
    color: #fff;
}
.dealContainer p.subline{
    position: absolute;
    right: 10px;
    bottom: 0px;
    z-index: 25;
    font-weight: normal;
    font-size: 16px;
}
.dealContainer{
    height:280px!important;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    margin-top: 0;
    position: relative;
    padding: 0;
}
.dealContainer .bookingButton, #dayroomBanner .bookingButton, #dayroomBannersmall .bookingButton{
    border-radius: 6px;
    color: #fff;
    background: #234692;
    padding: 10px 55px;
    font-size: 18px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    z-index: 25;
    bottom: 50px;
    transition: all 0.5s ease-in-out;
}
.dealContainer .bookingButton:hover, #dayroomBanner .bookingButton:hover, #dayroomBannersmall .bookingButton:hover{
    background: #ef5934;
}
@media(min-width:640px){
    .responsiveTable{
        width: 100%;
        display: table;
    }
    .responsiveTable .table-header,.responsiveTable .table-cell{
        width: 50%;
        float: left;
        padding: 10px;
    }
    .responsiveTable:nth-child(2n) .table-row{
        background: #ebebeb;
    }
}
@media(max-width: 768px){
    .currencySwitchSmall li.firstLevel {
        margin-right: 0px;
    }
    /*.currencySwitchSmall {*/
    /*    padding-left: 0px;*/
    /*    margin: 0 20px 0 0!important;*/
    /*}*/
    .menuButtonsDiv .languageSwitcher {
        margin:0 !important;
    }
}
h1, h2, h3, h4{
    color: #293a88;
}
.js-cookie-consent{
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    bottom: 0px;
    z-index: 1000;
    color: rgb(255, 255, 255);
    padding: 20px;
    left: 0;
    display: block;
    text-align: center;
}
.js-cookie-consent span{
    display: block;
}
.js-cookie-consent button{
    background: #ef5934;
    display:inline-block;
    margin: 10px auto 0;
    border: none;
    padding: 10px 50px;
    transition: all 0.5s ease-in-out;
}
.js-cookie-consent button:hover {
    background: #234692;
}
.js-cookie-consent .denyButton{
    margin-left:15px;
}
.responsive_menu .navbar{
    margin-bottom: 0;
}
.responsive_menu .navbar-nav{
    text-align: left;
    margin: 0;
}
.responsive_menu .navbar-nav a{
    background: transparent;
    transition: all 0.5s ease-in-out;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px!important;
    display: block;
    color: #293a88;
}
.responsive_menu .navbar-nav a.opened, .responsive_menu .navbar-nav a:hover{
    background: #293a88!important;
    color: #fff!important;
}
.responsive_menu li.res_menu{
    padding:0;
}
.responsive_menu .navbar-header{
    position:fixed;
    width: 100%;
    z-index: 99999999;
    background: #fff;
    left: 0;
    top:0;
    transition: all 0.1s ease-in-out;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-left:0px!important;
    box-shadow: 0 4px 12px 1px rgba(0,0,0,0.2);
}
.responsive_menu .navbar-header.fixed{
    background: #fff;
    margin-left: 0px!important;
    position: fixed;
    padding-left: 15px;
    top: 0px!important;
    left: 0;
    width:100%;
    z-index: 99999999;
    box-shadow: 0 4px 12px 1px rgba(0,0,0,0.2);
}
#overlayContainer{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    opacity:0;
    z-index: 95;
    background: rgba(0,0,0,0.5);
}
#overlayContainer.opened{
    opacity:1;
    pointer-events: fill;
}
.responsive_menu .dropdown-menu{
    padding:0;
    border-left:none;
}
.responsive_menu .currencySwitchSmall{
    position: fixed;
    right: 170px;
    top: 35px;
    z-index: 1009;
    padding:0;
    text-align: center;
    border:none!important;
}
.responsive_menu ul.languageSwitcher{
    position: fixed;
    right: 120px;
    color: #fff;
    z-index: 1009;
    top: 37px;
    margin:0 !important;
    padding: 0!important;
}
.responsive_menu ul.languageSwitcher a{
    margin: 0!important;
    text-transform: none!important;
    text-align: center;
}
.responsive_menu li.res_menu {
    border: none!important;
    margin: 0;
}
.responsive_menu ul.menu{
    padding-left:0;
}
.responsive_menu .navbar-nav .open .dropdown-menu{
    position: absolute;
}
.responsive_menu .responsive_navbar .navbar-nav>li>a{
    font-weight: bold;
}
@media(min-width: 992px){
    #overlayContainer{
        display:none;
    }
    .content.opened{
        left:0!important;
    }
}
.content, .nlBox{
    position:relative;
    left:0;
    margin-bottom:0;
    transition: all 0.5s ease-in-out;
}
.content.opened{
    left:50%;
}
.topLevel{
    font-weight: bold!important;
    color: #234692!important;
}
.responsive_menu .dropdown-menu.language{
    min-width: 10px;
    width: 100%;
}
.responsive_menu .currencySwitchSmall .firstLevel ul li{
    text-align: center;
    color: #234692;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}
.responsive_menu .currencySwitchSmall .firstLevel ul li:hover{
    background: #234692!important;
    color:#fff;
}
.responsive_menu .currencySwitchSmall li ul{
    min-width: 10px;
}
.responsive_menu ul.menu{
    display: none;
}
ul.menu.secondLevel li a {
    padding-left: 30px!important;
}
ul.menu.thirdLevel li a {
    padding-left: 40px!important;
}
#dayroomBanner, #dayroomBannersmall{
    position: relative;
    height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 5px;
    border: 1px solid #b2cee9;
}
#dayroomBanner p, #dayroomBannersmall p{
    position: absolute;
    width: 100%;
    text-align: right;
    padding: 10px;
    height: 100%;
    background: rgba(0,0,0,0.22);
    font-size: 29px;
    font-weight: bold;
    text-shadow: 1px 2px 8px #000;
    color: #fff;
}
#dayroomBannersmall p{
    font-size: 26px;
}
#dayroomBanner .bookingButton, #dayroomBannersmall .bookingButton{
    right: 10px;
    bottom: 10px;
    font-weight: bold;
    text-shadow: 1px 2px 8px #000;
}
.responsive_menu .responsive_navbar{
    margin-top: 0px;
    padding: 0px;
    min-height:0;
}
.navbar-toggle .icon-bar {
    width: 26px;
    transition: all 0.2s;
}
.navbar-toggle.opened .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.navbar-toggle.opened .middle-bar {
    opacity: 0;
}
.navbar-toggle.opened .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}
.navbar-toggle .top-bar {
    transform: rotate(0);
}
.navbar-toggle .middle-bar {
    opacity: 1;
}
.navbar-toggle .bottom-bar {
    transform: rotate(0);
}
.dealContainer .selectContainer{
    width: 60%;
    position: absolute;
    z-index: 20;
    top: -10px;
}
.selectWrapper select, .selectWrapper input{
    color: #234692;
    width: 100%;
    border: none;
    font-size: 16px;
    padding: 10px 10px;
    background: rgba(255,255,255,0.8);
    transition: all 0.5s ease-in-out;
}
.selectWrapper select:hover{
    cursor: pointer;
    background: #fff;
}
.h3-content, .h3-content h2{
    display: block;
    width: 100%;
    font-size: 16px;
    color: #293a88;
    font-weight: 700;
    margin-bottom: 15px;
    border-bottom: 1px dotted #C7CFDF;
}
.unsubscribeButton{
    background: #ef5934;
    color: #fff!important;
    padding: 8px 15px 8px;
    border-radius: 4px;
    font-size: 13px;
    font-weight:bold;
    display: block;
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}
.unsubscribeButton:hover{
    text-decoration: none;
    color: #293a88!important;
    background: #fff;
}
.unsubscribeButton i{
    margin-left: 8px;
    font-size: 16px;
    position: relative;
    top: 1px;
}
.unsubscribeButton.small{
    top: 0px;
}
.unsubscribeContainer{
    padding-left: 5px;
    width: 50%;
    float: left;
}
#footerRow{
    background: #293A88;
    width: 100%;
    margin-top: 0px;
}
#footerRow #innerFooter{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#footerRow .footerNavContainer a{
    display: block;
    color: #fff!important;
    line-height: 2!important;
    text-align: center;
    font-weight: bold;
}
#footerRow .navTitle{
    font-size:16px;
    color:#fff;
    text-align:center;
    display: block;
    margin-bottom:5px;
}
#footerRow .newsletter_input_small{
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.form-group.nlButtonContainer{
    margin-bottom: 20px;
}
.footerNavContainer {
    padding-right: 0;
}
.fakeNav .sidebar_titles{
    line-height: 32px;
    cursor: pointer;
    font-weight: bold;
    list-style-type: none;
}
.fakeNav .sidebar_titles span{
    font-size: 12px;
    color: #00447e;
    padding-left: 10px;
    display: block;
}

.fakeNav .sidebar_titles span:hover, .fakeNav .sidebar_titles span.active{
    color: #fff;
    background: #293A88;
}
.fakeNav .block{
    display: block;
    height: auto;
    cursor: pointer;
}
.navbar-nav .fakeNav li span{
    padding: 3px 5px;
    color: #234692;
    line-height: 140%;
    font-size: 11px;
    font-weight: 700;
    display: block;
    cursor: pointer;
}
.responsive_menu .navbar-nav .fakeNav li span{
    font-size: 12px;
    font-weight: 400;
    padding: 10px 15px 10px 40px;
    color: #293a88;
    text-transform: uppercase;
}
.responsive_menu .navbar-nav .fakeNav li span:hover{
    background: #293a88;
    color: #fff;
}
.fakeNavAway span{
    cursor: pointer;
}
.fakeNav li span:hover{
    text-decoration: none;
    background-color: #f5f5f5;
}
.fakeNav .social_icon{
    cursor: pointer;
}
.footerNav{
    width:100%;
}
.footerNav a{
    text-align: center!important;
}
#innerFooter hr{
    display: none;
}
.social_icon span, .social_icon a{
    display: inline-block;
    transition: 0.2s;
}
.social_icon:hover span, .social_icon:hover a{
    transform: translateY(-7px) scale(1.07);
}

.mapContainer{
    margin-top: 15px!important;
    box-shadow: 0 0 18px 0 #B8B8B8;
    border: none!important;
}
.mapContainer #cl_leftBox_content{
    padding-left: 20px!important;
}
.mapContainer .cl_floatBox{
    margin: 15px 25px 15px 4px!important;
    width: 107px!important;
    height: 120px!important;
    position: relative;
}
#newMap{
    position:relative;
}
#newMap img{
    position: absolute;
    left: 0;
    top: 80px;
}
.pin{
    width: 28px;
    height: 28px;
    position:absolute;
    background: url("https://cdn.aohostels.com/img/index/pinOrange.png") no-repeat;
    display: inline-block;
    z-index:10;
    transition: all 0.5s ease-in-out;
}
.pin span{
    background: url("https://cdn.aohostels.com/img/index/pinBlue.png") no-repeat;
    opacity: 0;
    z-index: 11;
    display:block;
    width: 28px;
    height: 28px;
    transition: all 0.5s ease-in-out;
}
.pin:hover span,.pin.hovered span{
    opacity:1;
    transform: scale(1.1);
}
.pin.pin-aachen{
    left: 81px;
    top: 275px;
}
.pin.pin-amsterdam{
    left: 56px;
    top: 217px;
}
.pin.pin-berlin{
    top: 219px;
    right: 158px;
}
.pin.pin-bremen{
    top: 207px;
    left: 128px;
}
.pin.pin-budapest{
    top: 358px;
    right: 23px;
}
.pin.pin-dortmund{
    top: 245px;
    left: 101px;
}
.pin.pin-dresden{
    right: 139px;
    top: 259px;
}
.pin.pin-duesseldorf{
    top: 261px;
    left: 91px;
}
.pin.pin-frankfurt{
    top: 297px;
    left: 126px;
}
.pin.pin-graz{
    top: 378px;
    right: 103px;
}
.pin.pin-hamburg{
    top: 190px;
    left: 154px;
}
.pin.pin-karlsruhe{
    top: 333px;
    left: 107px;
}
.pin.pin-kopenhagen{
    top: 135px;
    left: 196px;
}
.pin.pin-koeln{
    top: 272px;
    left: 103px;
}
.pin.pin-leipzig{
    top: 256px;
    right: 173px;
}
.pin.pin-muenchen{
    top: 352px;
    right: 182px;
}
.pin.pin-nuernberg{
    top: 318px;
    left: 183px;
}
.pin.pin-prag{
    top: 293px;
    right: 133px;
}
.pin.pin-salzburg{
    top: 362px;
    right: 148px;
}
.pin.pin-stuttgart{
    top: 331px;
    left: 140px;
}
.pin.pin-venedig{
    top: 421px;
    right: 159px;
}
.pin.pin-warschau{
    top: 225px;
    right: 14px;
}
.pin.pin-weimar{
    top: 272px;
    right: 195px;
}
.pin.pin-wien{
    right: 83px;
    top: 348px;
}
.map_locations{
    z-index:10;
}
.map_locations.text-aachen{
    left: 72px;
    top: 336px;
}
.map_locations.text-amsterdam{
    left: 33px;
    top: 280px;
}
.map_locations.text-berlin{
    left: 214px;
    top: 279px;
}
.map_locations.text-bremen{
    left: 151px;
    top: 253px;
}
.map_locations.text-budapest{
    right: 9px;
    top: 419px;
}
.map_locations.text-dortmund{
    left: 125px;
    top: 289px;
}
.map_locations.text-dresden{
    left: 261px;
    top: 303px;
}
.map_locations.text-duesseldorf{
    left: 25px;
    top: 304px;
}
.map_locations.text-frankfurt{
    left: 112px;
    top: 359px;
}
.map_locations.text-graz{
    left: 271px;
    top: 439px;
}
.map_locations.text-hamburg{
    left: 179px;
    top: 235px;
}
.map_locations.text-kopenhagen{
    left: 173px;
    top: 194px;
}
.map_locations.text-koeln{
    left: 128px;
    top: 317px;
}
.map_locations.text-leipzig{
    left: 204px;
    top: 316px;
}
.map_locations.text-muenchen{
    left: 178px;
    top: 413px;
}
.map_locations.text-nuernberg{
    left: 173px;
    top: 379px;
}
.map_locations.text-prag{
    left: 268px;
    top: 337px;
}
.map_locations.text-salzburg{
    left: 217px;
    top: 426px;
}
.map_locations.text-stuttgart{
    left: 131px;
    top: 394px;
}
.map_locations.text-venedig{
    left: 210px;
    top: 482px;
}
.map_locations.text-warschau{
    right: 0px;
    top: 287px;
}
.map_locations.text-weimar{
    left: 171px;
    top: 334px;
}
.map_locations.text-wien{
    left: 291px;
    top: 411px;
}
#cl_leftBox_content h2, #newMap h2{
    font-size: 19px!important;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-align: center;
}
#cl_leftBox_content p, #newMap p{
    color: #ef5934!important;
    font-size: 16px!important;
    padding-left:0!important;
}
#newMap p{
    text-align:center!important;
}
#cl_leftBox_content h2{
    text-align: left;
}
.cl_floatBox{
    transform:scale(1);
    opacity: 1;
    float:left;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 18px 0 #B8B8B8;
}
.cl_floatBox:hover {
    transform: scale(1.2);
    opacity: 0.8;
}
.cl_floatBox a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}
.cl_floatBox .cl_standortTitle{
    background: #fff!important;
    color: #293a88!important;
    padding: 5px!important;
    margin-bottom: 0px!important;
    width: 100%;
    font-size:15px;
    letter-spacing: -0.5px;
    border-top: 1px solid #293a88;
    text-align: center;
    pointer-events: none;
    position: absolute;
    z-index:10;
    bottom:0;
}
span.map_locations {
    color: #445077;
    font-size: 14px;
    position: absolute;
}
.footerNavElement:hover{
    text-decoration: underline;
}
div#bs-example-navbar-collapse-4{
    display: none;
    width:100%!important;
    margin:0;
    left:0;
    position: fixed;
    top:60px;
    z-index: 91;
    padding-left: 0;
    background: #293a88;
}
div#bs-example-navbar-collapse-3,
div#bs-example-navbar-collapse-3-small{
    background-color: #fff;
    padding-bottom: 20px;
    padding-right: 0;
    transition: all 0.2s ease-in-out;
    height: auto;
    position: fixed;
    top: 118px;
    right:15px;
    z-index: 10;
}
div#bs-example-navbar-collapse-3 .input_choice{
    width: 34%;
    border-radius: 0px;
}
@media (min-width: 768px) and (max-width: 992px) {
    div#bs-example-navbar-collapse-3,
    div#bs-example-navbar-collapse-3-small{
        padding-left: 0;
        left: 0;
        right:0!important;
    }
}
div#bs-example-navbar-collapse-3-small{
    display: none;
    width:100%!important;
    margin:0;
    left:0;
    position: fixed;
    top:80px;
    z-index: 90;
    padding-left: 0;
}
div#bs-example-navbar-collapse-3-small .btn_check,
div#bs-example-navbar-collapse-3 .btn_check{
    background: #293a88;
    margin-top: 0;
    width:100%;
}
div#bs-example-navbar-collapse-3 .btn_check:hover{
    background: #ef5934;
}
#footerRow{
    background: #293A88;
    width: 100%;
}
#footerRow #innerFooter{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
}
#footerRow .footerNavContainer a{
    display: block;
    color: #fff!important;
    line-height: 2!important;
    font-weight: bold;
    text-align: left;
    padding: 0;
}
#footerRow .navTitle{
    font-size:16px;
    color:#fff;
    text-align: left;
    display: block;
    margin-bottom:5px;
}
#footerRow .newsletter_input_small{
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.footerNavElement:hover{
    text-decoration: underline;
}
#aoMainContainer {
    padding-bottom: 100px;
    height: auto;
    min-height: 100%;
}
#topmenu-login .btn-block{
    background: #ef5934;
    border: none;
}
#interactivemap{
    width: 100%;
    height: 100vh;
    margin-bottom: 20px;
    margin-top: 9px;
}
.top5 .bxslider{
    margin: 0;
    padding: 0;
}
.top5 .bx-wrapper .bx-viewport{
    border: none;
    left:0;
    box-shadow: none;
}
.top5 .information{
    background: #293a88;
    padding:10px;
    border-radius: 4px 0 0 0;
    position: absolute;
    bottom:0;
    right:0;
    color: #fff;
    text-align: right;
}
.top5 .information a{
    color: #fff;
}
.top5 .information a:hover{
    color: #ef5934;
}
.top5 .information .headline{
    font-size: 16px;
    font-weight: bold;
}
.top5 .bx-wrapper{
    margin: 0 auto 10px!important;
}
.top5 .bx-controls{
    display: none;
}
.crossedHeadline{
    position: relative;
    font-size: 20px!important;
    text-align: center;
    color: #293a88;
    font-weight: 400;
    margin-bottom: 20px;
}
.crossedHeadline .line{
    position: absolute;
    height: 1px;
    background: #293a88;
    left: 10px;
    right: 10px;
    top: 50%;
    margin-top: -0.5px;
}
.crossedHeadline .headline{
    padding: 0 10px;
    background: #fff;
    font-weight: normal;
    position: relative;
}
.aotext .contentbox .contentbox_inner{
    padding-right: 15px!important;
    padding-top: 0px!important;
}
.vorteile_start_links{
    position: relative;
    color: #293a88!important;
    background: none!important;
}
.vorteile_start_links i{
    position: absolute;
    left: 15px;
    font-size: 30px;
}
.cl_opinionLink_20150224{
    margin-right: 0px!important;
    position: relative;
}
.top5{
    margin-bottom: 20px;
}
.information .price{
    font-size: 16px;
    font-weight: bold;
}
.mapImg{
    margin-top: -8px;
    margin-bottom: -12px;
    margin-left: -14px;
    min-height: 100px;
    max-width: 110px!important;
    border-radius: 2px 0 0px 2px;
}
.gMapContainer{
    float:left;
}
.gMapTextContainer{
    padding-left: 15px;
    margin-top: -10px;
    float:left;
    padding-right: 15px;
}
.gMapTextContainer p{
    color: #333!important;
}
#bs-example-navbar-collapse-3.fixed{
    position:fixed;
    top: 128px;
    z-index: 90;
    left: 0;
    height: 105px;
    right: 15px;
    box-shadow: 0 4px 12px 1px rgba(0,0,0,.2);
}
@media(max-width:450px){
    .gMapContainer, .gMapContainer img{
        max-width: 80px!important;
        min-height: 80px!important;
    }
    .gMapTextContainer{
        padding-left: 4px;
    }
    .gMapTextContainer h3, .gMapTextContainer p{
        font-size:12px;
    }
}
@media(max-width:768px){

    #topmenu-login{
        padding: 15px;
        min-height: 200px;
    }
    #topmenu-login a{
        color: #fff;
    }
    #cl_customerOpinionBox_20150224 {
        padding-left: 15px!important;
        padding-right: 15px!important;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .aotext .contentbox .contentbox_inner {
        padding-left: 15px!important;
    }

    #cl_customerOpinionBox_20150224 {
        background: none !important;
        background-size: cover !important;
        border: none !important;
        border-radius: 0 !important;
    }
    .cl_opinion_20150224 p{
        font-size: 14px;
    }
    .aotext .contentbox{
        border: none!important;
        text-align: left;
    }
    .vorteile_start{
        border: none!important;
        background: none!important;
    }
}
@media(min-width:970px){
    #footerRow #innerFooter {
        width: 950px;
    }
}
@media(min-width: 992px){
    .noPadding{
        padding:0;
    }
    .noMargin{
        margin: 0;
    }
    #footerRow #innerFooter {
        width: 970px;
    }
}
@media(min-width:768px){
    .footerNav{
        float: left;
        width: 33%;
    }
    .footerNav a{
        text-align: left!important;
    }
    #footerRow .navTitle{
        text-align: left;
    }
    #footerRow .footerNavContainer a{
        text-align: left;
    }

    .crossedHeadline{
        font-size: 30px!important;
        text-align: left;
    }
    .crossedHeadline .line{
        display: none;
    }
    .crossedHeadline .headline{
        font-weight: bold;
        padding-left: 0!important;
        padding-right: 0!important;
        background: transparent;
    }
    #cl_customerOpinionBox_20150224 .overlay{
        display: none;
    }
}
@media(min-width:768px)and(max-width:992px){
    .votingBanner img{
        margin-top: 30px;
    }
}
@media(min-width: 992px){
    .noPadding{
        padding:0;
    }
    .noMargin{
        margin: 0;
    }
    #footerRow #innerFooter {
        width: 970px;
    }
}
@media(min-width:768px){
    .footerNav{
        float: left;
        width: 33%;
    }
    .footerNav a{
        text-align: left!important;
        padding: 0;
    }
    #footerRow .navTitle{
        text-align: left;
    }
    #footerRow .footerNavContainer a{
        text-align: left;
    }
}
@media(max-width:750px){
    .dealContainer p{
        font-size: 16px!important;
    }
    .dealContainer img{
        margin-left: -200px;
    }
    .dealContainer h1{
        font-size: 30px!important;
    }
    .dealContainer a{
        bottom: 10px!important;
        font-size: 16px!important;
    }
}

/* ----- for ewida text editor ----- */
#editpress .cke body {
    padding-top: 0 !important;
}
/* --------------------------------- */

.groupExpressContainer{
    margin-top: 15px;
}
.groupExpressContainer .anz_less, .groupExpressContainer .anz_more{
    height: 28px!important;
    border: none!important;
    background: #293a88!important;
    width: 30%!important;
}
.groupExpressContainer #express_adults.input_choice{
    width: 40%;
    height: 28px;
    font-size: 12px;
}

/* Change Password */
.change-pwd-box {
    border: 1px solid #ddd;
    padding: 10px 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.22);
    border-radius: 3px;
    margin-bottom: 50px;
}

.change-pwd-box .form-group {
    margin-bottom: 15px;
    margin-left: 0px;
    margin-right: 0px;
}
.cl_top5PicBox_20150224 img{
    max-width: 100%;
}
.orngButton {
    background: #ea6542;
    color: #fff!important;
    width: 100%;
    padding: 8px;
    margin-top: 10px;
    transition: all 0.2s ease-in-out;
    display: block;
    text-align: center;
    text-decoration: none!important;
    font-weight: bold;
    font-size: 14px!important;
    position: relative;
    border-radius: 4px;
    outline: 0;
}

.orngButton:hover {
    background: #293a88;
}

.vorkasse {
    width: 205px;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    color: #FFF !important;
    border: 1px solid #293a88;
    background: #293a88;
    border-radius: 3px;
    padding: 4px;
    margin-top: 8px;
}

.vorkasse:hover {
    text-decoration: none;
    color: #293a88 !important;
    background: #fff;
    border: 1px solid #293a88;
}


/* --------------- New Header [START] --------------- */
.headerContainer {
    min-width: 100%;
    background: #293a88;
    padding: 20px 15px 14px!important;
    margin-bottom: 20px;
    position: fixed;
    z-index: 1000;
    overflow: visible!important;
    top:0;
}
.menuButtonContainer{
    position: fixed;
    top: 45px;
    right: 0;
    z-index: 99999999;
}
.menuButtonContainer.open{
    border-left: none!important;
    border-color: transparent;
}
.menuButtonContainer button{
    background: transparent;
    border: none!important;
}
.menuButtonContainer span{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    top: -5px;
    background-color: #293a88;
}
.bar1, .bar2, .bar3 {
    width: 45px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    transform: rotate(0deg);
    border-radius: 4px;
}
.bar1menu, .bar2menu, .bar3menu {
    width: 45px;
    height: 5px;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
    transform: rotate(0deg);
    border-radius: 4px;
}
.bar1.rotate,.bar3.rotate{
    transform: rotate(45deg);
    position:absolute;
    top:0;
    width:45px;
    background: #293a88;
}
.bar2.rotate{
    opacity: 0;
}
.bar3.rotate{
    transform: rotate(-45deg);
}
.bar1menu.rotate,.bar3menu.rotate{
    transform: rotate(45deg);
    position:absolute;
    top:0;
    width:45px;
    background: #293a88;
}
.bar2menu.rotate{
    opacity: 0;
}
.bar3menu.rotate{
    transform: rotate(-45deg);
}
.center-navbar {
    background: #233276;
    margin: 0;
    padding-top: 0;
    opacity: 0;
    height: 0px;
    display:none;
}

.center-header {
    display: flex;
    align-items: center;
    /*border: solid 2px green;*/
    /*padding-bottom: 5px;*/
}

@media (min-width: 992px) {
    .navigation_header {
        padding-right: 0;
        padding-top: 10px;
        max-width: 970px;
        margin-left: auto;
        margin-right: auto;
        text-align: right;
    }
}
@media (min-width:768px) and (max-width: 974px){

}
.head_right_content{
    position:absolute;
    top:0;
    margin-left: 154px;
    width: auto;
}
/* Footer Partners */
.center-partners {
    width: 100%;
    margin: 0;
    border-top: 1px solid #ddd;
}

.partner_div {
    display: flex;
    justify-content: center;
    margin: 5px auto;
}
/* --------------- New Header [END] --------------- */

#adultsXs,#childrenXs{
    border-right: none;
    border-left: none;
    border-radius: 0;
}
.cl_inputKalender {
    background: url(https://cdn.aohostels.com/img/house/aohostels-kalender-icon.png) right 10px center no-repeat #fff;
    text-align: left;
}
.top5 .price {
    font-size: 26px;
    font-weight: 700;
    position: absolute;
    border-radius: 60px;
    width: 100px;
    height: 100px;
    background: #ef5934;
    top: 25px;
    left: 25px;
    transform: rotate(-28deg);
    text-align: center;
    padding-top: 10px;
    color:#fff;
}
.top5 .information a.btn{
    width: 100%;
    margin-top: 5px;
    text-align: right;
    padding: 0;
    font-weight:bold;
    font-size:14px;
}
.top5 .information a.btn:hover{
    text-decoration: underline;
    color: #ef5934;
}
span.priceText {
    font-size: 15px;
}
.chooseAdults, .chooseChilds{
    font-size: 12px!important;
}
.adultContainer, .childContainer{
    padding-top: 0!important;
}
@media(max-width:400px){
    .cl_opinion_20150224{
        width:100%!important;
    }
}
@media(min-width:400px){
    .cl_opinion_20150224{
        width: 50%!important;
    }
}
.cl_top5PicBox_20150224 img{
    max-width: 100%;
}
/* CIRCLE PROGRESS RATING */
#cl_customerOpinionBox_20150224 .progress{
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
#cl_customerOpinionBox_20150224 .progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #cdcdcd;
    position: absolute;
    top: 0;
    left: 0;
}
#cl_customerOpinionBox_20150224 .progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
#cl_customerOpinionBox_20150224 .progress .progress-left{
    left: 0;
}
#cl_customerOpinionBox_20150224 .progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 4px;
    border-style: solid;
    position: absolute;
    top: 0;
}
#cl_customerOpinionBox_20150224 .progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    transform-origin: center left;
}
#cl_customerOpinionBox_20150224 .progress .progress-right{
    right: 0;
}
#cl_customerOpinionBox_20150224 .progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    transform-origin: center right;
    animation: loading-1 1s linear forwards;
}
#cl_customerOpinionBox_20150224 .progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: transparent;
    font-size: 36px;
    color: #cdcdcd;
    line-height: 135px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
#cl_customerOpinionBox_20150224 .progress.blue .progress-bar{
    border-color: #ef5934;
}
#cl_customerOpinionBox_20150224 .progress.circle5 .progress-left .progress-bar{
    animation: loading-1 1s linear forwards 1.1s;
}
#cl_customerOpinionBox_20150224 .progress.circle4 .progress-left .progress-bar{
    animation: loading-2 1s linear forwards 1.1s;
}
#cl_customerOpinionBox_20150224 .progress.circle3 .progress-left .progress-bar{
    animation: loading-3 1s linear forwards 1.1s;
}
#cl_customerOpinionBox_20150224 .progress.circle2 .progress-left .progress-bar{
    animation: loading-5 1s linear forwards 1.1s;
}
#cl_customerOpinionBox_20150224 .progress.circle1 .progress-left .progress-bar{
    animation: loading-4 1s linear forwards 1.1s;
}
#cl_customerOpinionBox_20150224 .progress.half .progress-left .progress-bar{
    animation: loading-6 1s linear forwards 1.1s;
}
@keyframes loading-1{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(108deg);
    }
}
@keyframes loading-4{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(72deg);
    }
}

@keyframes loading-6{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(90deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
    .forgot-password-container {
        margin-top: 40px;
    }
}


.cities_sprite {
    display: block;
    width: 107px;
    height: 60px;
    background-image: url("https://cdn.aohostels.com/img/youth/mappictures/cities_sprite.jpg");
    background-size: 430%;
    background-repeat: no-repeat;
}

.aachen_sprite {
    background-position: 0px -14px;
}

.amsterdam_sprite {
    background-position: -108px -16px;
}

.berlin_sprite {
    background-position: -109px -90px;
}

.bremen_sprite {
    background-position: -4px -160px;
}

.budapest_sprite {
    background-position: -109px -160px;
}

.dortmund_sprite {
    background-position: -4px -237px;
}

.dresden_sprite {
    background-position: -109px -234px;
}

.dusseldorf_sprite {
    background-position: -1px -316px;
}

.frankfurt_sprite {
    background-position: -105px -316px;
}

.graz_sprite {
    background-position: -239px -316px;
}

.hamburg_sprite {
    background-position: -346px -316px;
}

.kopenhagen_sprite {
    background-position: -1px -386px;
}

.koln_sprite {
    background-position: -108px -386px;
}

.leipzig_sprite {
    background-position: -238px -17px;
}

.munchen_sprite {
    background-position: -346px -17px;
}

.nurnberg_sprite {
    background-position: -238px -89px;
}

.prag_sprite {
    background-position: -345px -89px;
}

.salzburg_sprite {
    background-position: -239px -161px;
}

.stuttgart_sprite {
    background-position: -346px -161px;
}

.venedig_sprite {
    background-position: -241px -237px;
}

.warschau_sprite {
    background-position: -241px -234px;
}

.weimar_sprite {
    background-position: -238px -386px;
}

.wien_sprite {
    background-position: -347px -387px;
}

@media (max-width: 768px) {
    #notification {
        width: 60%;
        top: 65px;
        right: 20%;
        left: 20%;
        padding: 5px;
    }
    #bs-example-navbar-collapse-1 .login-button i {
        font-size: 28px;
        color: #fff;
        width: 100%;
        display: inline-block;
    }
    #bs-example-navbar-collapse-1 .login-button {
        border-radius: 0;
        padding-top: 5px!important;
        border-left: 1px solid #fff;
    }
    .login-menu{
        z-index: 1080;
        margin-right:0;
        right: -173px;
    }
    .typeform-share{
        width: 100%;
    }
    .bar1, .bar2, .bar3 {
        width: 35px;
    }
    .menuButtonContainer span{
        font-size: 13px;
        top:-8px;
    }
}
.typeform-share span{
    font-size: 12px;
    display:block;
}
#notification {
    position: fixed;
    top: 35px;
    right: 10%;
    z-index: 105;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    color: #444;
    background-color: #fff;
    box-shadow: 0 0 10px 0 #B8B8B8;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 15px;
}
#notification span {
    font-weight: 700;
    color: #293a88;
}

#notification a {
    display: block;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 8px;
}

#notification .register {
    padding-top: 10px;
}

#browser-logo {
    padding-right: 0;
}

.register-icon {
    max-width: 80px;
}

.urban-buttons {
    display: block;
    width: 100%;
    color: #fff;
    background: #293a88;
    padding: 3px 0;
    margin: 4px auto;
    border: 1px solid #fff;
    border-radius: 4px;
    transition: all 0.2s;
    outline: none;
}

.urban-buttons:hover {
    color: #293a88;
    background: #eee;
    border: 1px solid #293a88;
}
#additionalKidsExpress label.expressLabel {
    color: #000;
    font-size: 11px;
    margin-top: -3px;
    line-height: 0;
    display: inline-block;
}
.sideNotice, .sideNoticeMobile{
    display: none !important;
    position: fixed;
    top: 200px;
    right: 0;
    background: #293a88;
    border-radius: 6px 0 0 6px;
    padding: 35px;
    border: 1px solid #fff;
    border-right: none;
    transition: all 0.4s;
    width: 70px;
    cursor:pointer;
    z-index: 1000;
}
.sideNoticeMobile{
    top: 13px;
    right: 144px;
    position: absolute;
    padding: 19px 23px;
    border-radius: 6px;
    width: auto;
    display: inline-block;
}
.sideNotice:hover{
    width:270px;
}
.sideNotice p{
    position: absolute;
    left: 70px;
    font-weight: bold;
    color: #fff;
    font-size: 18px;
    top: 15px;
    min-width: 200px;
    line-height: 1.2;
}
.sideNotice img, .sideNoticeMobile img{
    position: absolute;
    left: 15px;
    top: 15px;
    opacity: 1;
    transition: all 0.4s;
}
.sideNoticeMobile img{
    left: 10px;
    top: 8px;
}
.sideNotice img:nth-child(2), .sideNoticeMobile img:nth-child(2){
    opacity:0;
}
.sideNotice:hover img:first-child, .sideNoticeMobile:hover img:first-child{
    opacity:0;
}
.sideNotice:hover img:nth-child(2), .sideNoticeMobile:hover img:nth-child(2){
    opacity:1;
}
.esgList a{
    color:#fff;
    font-weight:bold;
    padding: 5px 15px;
}
.responsive_menu #bs-example-navbar-collapse-1 .currencySwitchSmall {
    padding: 0;
    text-align: center;
    border: none!important;
    width: 50%;
    float: left;
    margin-right: 0!important;
    position: unset;
}
.responsive_menu #bs-example-navbar-collapse-1 .currencySwitchSmall li.firstLevel {
    background: #293a88;
    border-radius: 0!important;
}
#bs-example-navbar-collapse-1 .login-button {
    cursor: pointer;
    padding: 7px 0 6px;
    margin:0!important;
    position: relative;
    float: left;
    width: 50%;
    background: #293a88;
    text-align: center;
}
#bs-example-navbar-collapse-1 .login-button i{
    font-size: 28px;
}
.daterangepicker.show-calendar .drp-calendar {
    display: block;
    width: 50%;
    max-width: unset;
}
.personChoiceContainer .col-xs-2{
    text-align: center;
}
.personChoiceContainer .anz_less, .personChoiceContainer .anz_more{
    float: unset;
}
.currency.active{
    display:none;
}

.header-bottom a::after,
.header-bottom a:not(.header-bottom a:hover)::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    padding-top: 8px;
    width: 0;
    border-bottom: solid 4px transparent;
    transition: all 0.8s;
}

.header-bottom a:hover::after {
    border-bottom: solid 4px #fff;
    width: 100%;
    transition: width 0.3s ease;
 }
/*on-click effect*/
/*.header-bottom a:focus::after {*/
/*    border-bottom: solid 4px #ffcc00;*/
/*    width: 100%;*/
/*    transition: 0s;*/
/*}*/

.header-bottom a:focus {
    outline: none; /*remove dashed outline when clicked*/
}
@media(max-width:1500px){
    nav.navbar.header-bottom .nav li a {margin-right: 17px; font-size: 15px;}
    .header_bottom_div {
        margin-left: 30px;
    }
}

@media(max-width:1350px) {
    nav.navbar.header-bottom .nav li a {margin-right: 14px; font-size: 14px;}
    .header_bottom_div {
        margin-left: 20px;
    }
}

@media(max-width:1279px) {
    .header_bottom_div {
        display: none;
    }
}
.benefit_club a {
    color:#fff;
}
@media(max-width: 992px){
    .benefits_content {
        padding:0px !important;
    }
    .benefit_club{
        width:100% !important;
        text-align: center!important;
        background-color:#F2F4FA;
    }
    .benefit_club a {
        color:#000;
    }
}
@media(max-width:768px){
    /*.menuButtonsDiv{*/
    /*    padding:0!important;*/
    /*    border-left:0!important;*/
    /*}*/
    .header-menu-icon{
        padding: 0 14px!important;
    }
    .benefits_content{
        padding: 0!important;
    }
    .benefit_numberone{
        font-size: 10px!important;
    }
    .moreButton{
        font-size: 14px!important;
    }
    .moreButton i{
        font-size: 18px!important;
    }
}
.headerErrorMessageContainer{
    position: absolute;
    top:130px;
    width: 50%;
    margin-left:-25%;
    left:50%;
}
.loginMenuLoginButton{
    padding: 10px 12px;
    background: #293a88 !important;
    border-radius:0;
    color:#fff!important;
    font-size:16px;
    border: none !important;
    border-radius:4px;
    transition: all 0.35s;
}
.loginMenuLoginButton:hover{
    background: #1f2c6a!important;
    border: none !important;
}
.select-styled img,
.adultContainer img,
.calendarContainer img, 
.calendarContainer-easepick img{
    transform:rotate(0deg);
    transition: all 0.35s ease-in-out;
    pointer-events: none;
}
.select-styled.select-active img,
.adultContainer.focus img,
.calendarContainer.focus img, .calendarContainer-easepick.focus img{
    transform:rotate(180deg);
}
.calendarContainer.focus > input,
.calendarContainer-easepick.focus > input,
.adultContainer.focus > input{
    background: #f9cd00!important;
    color: #000!important;
}
.headerContainer.fixed {
    position: fixed;
    background: #293a88;
    z-index: 1000;
    top: 0!important;
}
.bx-wrapper .bx-loading {
    background: url(https://cdn.aohostels.com/js/bxslider/images/bx_loader.gif) center center no-repeat transparent!important;
}
@media(max-width: 768px){
    .firstLevel ul span.currencySymbol {
        font-size: 11px;
    }
    .logo{
        width: 95px;
    }
    .login-button {
        margin: 0 9px;
    }
    .currencySwitchSmall li.firstLevel,
    .login-button,
    .language_flag.language_xs_active,
    .a_langauge_dropdown .language_flag{
        width: 30px!important;
        height: 30px!important;
        min-height: 30px!important;
    }
    .currencySwitchSmall li.firstLevel{
        padding: 4px 3px 0 2px!important;
    }
    /*.menuButtonsDiv {*/
    /*    margin-right: 47px!important;*/
    /*}*/
}
@media(min-width:768px){
    .menuButtonContainer{
        top: 52px;
    }
    .full-width-container{
        margin-bottom: 60px;
    }
}
.h4_logout {
    color: #111111;
    cursor: default;
    margin-top: 0;
}
.h5_logout > a, .h5_logout_profile > a {
    color: #111111;
}
.h5_logout_profile {
    margin-bottom: 10px;
}
.logout_hr {
    border-top: 2px solid black;
    margin-top: 15px;
}
.logout_button {
    width: 100%;
    color: white !important;
    background-color: #2a3b88;
    margin-top: 20px;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none !important;
    text-align: center;
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none;
    transition: 0.23s;
}
.logout_button:hover i {
    margin-right: 11px;
}

.logout_button i {margin-right: 4px; font-size: 1.15em;transition: 0.23s;}

.plus-member .logout_button {
    color: black !important;
    background-color: #f9cd00;
}

@media(max-width: 768px) {
    .login-menu {
        right: -139px;
    }
}



/* FRIGGIN OLD BOOTSTRAP FIX */
@media(min-width:991px) and (max-width:992px){
    .hidden-sm{
        display:none;
    }
}
@media(min-width: 768px) and (max-width: 992px){
    .full-width-container .booking{
        padding-top: 0px!important;
    }
}
@media(min-width: 768px) and (max-width: 1280px){
    #bs-example-navbar-collapse-1{
        width: 50% !important;
    }
    #bs-example-navbar-collapse-1.opened{
        left: 50% !important;
    }
}
.navbar-default .navbar-nav > li > a:focus{
    color: #293a88;
}
@media(max-width:400px){
    img#logoImg {
        /* width: 70%!important; */
        padding-top: 3px;
        padding-bottom: 6px;
    }
}
.fullsizeHeader{
    height: 68.5vh;
    overflow: hidden;
    position: relative;
    background-size: cover;
    margin-top: 124px;
    width: 100%;
}
.fullsizeHeader img{
    max-width: 100%;
}
.fullsizeHeader .img-responsive{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.breadcrumb_inner_dif{
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #fff;
    text-shadow: 1px 1px black;
    font-size: 14px;
    font-weight: bold;
}
.breadcrumb_inner_dif a{
    color: #fff;
    text-decoration: underline;
}
.breadcrumb_inner_dif a:hover{
    text-decoration: none;
}
@media(max-width:768px){
    .fullsizeHeader{
        background: none!important;
        height: auto!important;
        margin-top: 214px;
    }
    .breadcrumb_inner_dif{
        position: absolute;
        bottom: 10px;
        left: 0px;
        color: #fff;
        text-shadow: 1px 1px black;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
    }
}
#bs-example-navbar-collapse-3 .calendarContainer > input,
#bs-example-navbar-collapse-3 .adultContainer > input,
.moreHouses .calendarContainer input,
.moreHouses .adultContainer input{
    width: 100%!important;
    display: inline-block!important;
    font-size: 13px!important;
    color: #0b4c88!important;
    border: 1px solid #293a88!important;
    border-radius: 5px!important;
    line-height: 33px!important;
    height: 35px!important;
    padding: 0 0 0 30px!important;
}
.moreHouses .calendarContainer,
.moreHouses .adultContainer{
    width: 100%!important;
}
#bs-example-navbar-collapse-3 .calendarContainer,
.moreHouses .calendarContainer{
    margin-bottom: 10px;
}
#bs-example-navbar-collapse-3 .calendarContainer i,
.moreHouses .calendarContainer i{
    position: absolute!important;
    top: 19px!important;
    font-size: 18px!important;
    left: 24px!important;
}
.moreHouses .calendarContainer i{
    top: 9px!important;
}
#bs-example-navbar-collapse-3 .adultContainer i,
.moreHouses .adultContainer i{
    position: absolute!important;
    top: 8px!important;
    font-size: 20px!important;
    left: 24px!important;
}

.personChoiceContainer {
    display: none;
    background: #fff;
    padding: 20px 0 25px;
    position: absolute;
    z-index: 10
}

.personSaveButton {
    background: #f96038;
    border-radius: 4px;
    padding: 10px 15px;
    display: block;
    margin-top: 25px;
    color:#fff!important;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: all .2s ease-in
}

.personSaveButton:hover {
    background: #293a88;
}
.personChoiceContainer .anz_less, .personChoiceContainer .anz_more {
    background: #293a88;
    border: 1px solid #293a88;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    transition: all .2s ease-in;
}
#ageKidContainer {
    width: 89%;
    margin: 20px auto;
}

#ageKidContainer select,
#ageKidContainerTwo select {
    width: 100%;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #ebebeb;
    margin: 10px 0;
    font-size: 14px;
}
.personChoiceContainer input.input_choice{
    border: none!important;
    border-bottom: 1px solid #ebebeb!important;
    background-color: #fff!important;
    width: 100% !important;
}
.daterangepicker{
    z-index: 12!important;
}
@media(max-width:768px){
    .personChoiceContainer {
        position: fixed !important;
        width: 100% !important;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999999999999!important;
        text-align:center;
    }
    .personChoiceContainer .childContainer{
        padding: 0 15px;
    }
    .daterangepicker {
        position: fixed!important;
        top: -1px!important;
        left: 0!important;
        right: 0!important;
        bottom: 0;
        width: 102%!important;
        overflow-y: scroll;
        z-index: 999999999!important;
    }
    .daterangepicker.show-calendar .drp-calendar {
        width: 100%;
    }
}
.navbar-collapse.moreHouses.fixed.open {
    z-index: 999999999!important;
}
#bs-example-navbar-collapse-3.fixed.open{
    z-index: 999999999!important;
}
#bs-example-navbar-collapse-3 .personSaveButton{
    margin-top:0;
}

.daterangepicker td:not(.off).active,
.daterangepicker td.active:hover {
    background-color: #293a88!important;
    border-color: transparent!important;
    color: #fff!important;
}
nav.navbar.header-bottom .nav li:last-child a{
    margin-right:0;
}

.seals-container {
    /*border: dashed 2px red;*/
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 85px;
    padding: 10px;
}

@media (max-width: 990px) {
    .seals-container {
        gap: 50px;
    }
}
@media (max-width: 500px) {
    .seals-container {
        gap: 20px;
    }
}

/* Platform seal responsive display */
.platform-seal-mobile {
    display: none;
}

.platform-seal-desktop {
    display: block;
}

@media (max-width: 768px) {
    .platform-seal-mobile {
        display: block;
        text-align: center;
        margin-top: 20px;
    }
    
    .platform-seal-desktop {
        display: none;
    }
}

/* Platform seal specific styles - no hover effects, default cursor */
.cobi-platform-seal img {
    cursor: default !important;
}

.cobi-platform-seal:hover {
    transform: none !important;
}

.cobi-platform-seal:hover span,
.cobi-platform-seal:hover img {
    transform: none !important;
}

.footer-newsletter input::-webkit-input-placeholder { color:#8c8c8c; }
.footer-newsletter input::-moz-placeholder { color:#8c8c8c; } /* firefox 19+ */
.footer-newsletter input:-ms-input-placeholder { color:#8c8c8c; } /* ie */


/* -------------- FAQ Accordions (start) -------------- */

.faq-section {
    padding:40px 0;
}
.faq-section h2 {
    padding:20px 0;
    color: #293a88 !important;
}
.faq-section .ui-accordion .ui-accordion-header::before {
    content:"\f055";
    font-family:FontAwesome;
    position:absolute;
    right:20px;
    top:18px;
    font-size:20px;
    color:#293a88;
}
.faq-section .ui-accordion .ui-accordion-header-active::before {
    content:"\f056";
    font-family:FontAwesome;
    position:absolute;
    right:20px;
    top:18px;
    font-size:20px;
    color:#293a88
}
.faq-section #faq-accordion-tab .ui-accordion-header-icon {
    display:none;
}
.faq-section #faq-accordion-tab .ui-accordion-header.ui-state-active {
    background-color:#f2f2f2!important;
    border-bottom:none!important
}
.faq-section #faq-accordion-tab .ui-accordion-header.ui-state-default {
    background-color:#f2f2f2!important;
    padding:20px 60px 20px 20px !important;
    border-bottom:0;
    box-shadow:0 1px 2px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
}
.faq-section #faq-accordion-tab h2 {
    font-size: 16px !important;
    font-weight:700;
    color:#707173 !important;
}
.faq-section #faq-accordion-tab p {
    font-size:14px;
    line-height:20px
}
.faq-section #faq-accordion-tab a {
    font-size:14px;
    text-decoration:none;
}

.faq-section #more-info {
    font-size: 16px !important;
    color: #000;
    line-height: 18px;
    margin: 50px 0 15px;
}
.faq-section #more-info a {
    font-size: 1em !important;
    color: #293a88;
    font-weight: 700;
    text-decoration: underline;
}

@media(max-width:768px) {
    .faq-section #faq-accordion-tab h2 {
        padding-right:40px;
    }
}
/* -------------- FAQ Accordions (end) -------------- */

/* -------------- Login/User (start) -------------- */



/* ------ Login Popup ------ */

#loginOverlay{
    position:fixed;
    bottom:0;
    top:0;
    right:0;
    left:0;
    background:rgba(0,0,0,.5);
    z-index: 999999999;
    display:none;
}
#loginPopup{
    display: flex;
    width:95%;
    left:50%;
    height:94%;
    max-height: 742px;
    top:50%;
    position:absolute;
    transform:translate(-50%, -50%);
    max-width: 1024px;
    background: #F2F4FA;
    border-radius:4px;
}

#loginClubRegisterLink{
    background: #13A538;
    color:#fff;
}
.login-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 2;
    flex-grow: 1;
    background: #fff;
    padding: 40px 30px !important;
    border-bottom: 2px solid #DBE0EF;
}
.login-menu.isLoggedIn {justify-content: flex-start;}

.login-menu .login-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
}
.login-menu .login-title::before {
    content: "";
    position: absolute;
    width: 3px;
    height: 25px;
    left: 0;
    background-color: #293a88;
}

.clubImageContainer{
    width: -moz-max-content;
    width: max-content;
    padding: 20px;
    margin-bottom: 35px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
}
.clubImageContainer img {width: 130px; height: 130px;}

#clubRegisterLink{
    background: #13A538;
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:15px 20px;
    width: 100%;
    display: block;
    font-size: 16px;
    border-radius:4px;
    cursor:pointer;
    transition: all 0.35s ease-in-out;
}
#clubRegisterLink:hover{
    background: #0f802c;
}
#loginPopup .login-menu .form-group{
    position: relative;
    margin-bottom: 12px !important;
}
#loginPopup .login-menu input{
    border: 1px solid #B5B5B5!important;
    width: 100%;
    padding:10px 30px 10px 10px;
    font-size: 16px !important;
}
#loginPopup .login-menu input::-webkit-input-placeholder { color: #141b3c; }
#loginPopup .login-menu input::-moz-placeholder { color: #141b3c; } /* firefox 19+ */
#loginPopup .login-menu input:-ms-input-placeholder { color: #141b3c; } /* ie */

#loginPopup p strong{
    font-size: 20px;
}
.clubRegisterPromo p {
    text-align: center;
    font-size: 17px;
    margin-bottom: 20px;
}
.clubRegisterPromo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 55%;
    padding:20px 30px;
}
.clubRegisterPromo ul{
    padding-left:0;
    margin-top: 20px;
}
.clubRegisterPromo ul li{
    font-size: 16px;
    list-style: none;
    margin: 15px 0;
}
.clubRegisterPromo ul li img{
    width:30px;
}
.clubRegisterPromo ul li .col-xs-11{
    padding-top:3px;
}
#loginPopup i.fa-close{
    position: absolute;
    right: 30px;
    top: 15px;
    cursor:pointer;
    font-size: 22px;
    background-color: white;
    padding: 4px 7px 4px 6px;
    border-radius: 50%;
    z-index: 999999;
}

.sso-login-section {
    margin-top: 30px;
}

.sso-login-text {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-size: 14px;
    color: #606060;
}
.sso-login-text::before, .sso-login-text::after {
    content: '';
    height: 1px;
    background-color: #B5B5B5;
    flex-grow: 1;
}

.sso-login-options {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 22px;
}

.sso-login-btn {
    position: relative;
    border: solid 1px #b3b8ce;
    border-radius: 4px;
    overflow: hidden;
    /*padding: 10px 10px 10px 50px;*/
    padding: 12px 55px;
    text-align: center;
    /*flex-grow: 1;*/
    width: 100%;
    color: #293a88;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: 0.2s;
    z-index: 2;
}
.sso-login-btn:hover {
    border: solid 1px #293a88;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.sso-login-btn::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 100%;
    background-color: #293a88;
    background-repeat: no-repeat;
    background-size: 65% 65%;
    background-position: center;
    transition: 0.5s;
    z-index: -1;
}
.sso-login-btn[data-option="google"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/google-white.svg)}
.sso-login-btn[data-option="facebook"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/facebook-white.svg)}
.sso-login-btn[data-option="apple"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/apple-white.svg)}
.sso-login-btn[data-option="klarna"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/klarnaicon-white.svg)}

.sso-login-btn:hover::before {
    /*width: 100%;*/
    width: 80px;
    transition: 0.3s;
}


/*darkmode*/
.darkmode .sso-login-text {
   color: #bfbebe;
}
.darkmode .sso-login-text::before,
.darkmode .sso-login-text::after {background-color: #6B7BAC;}

.darkmode .sso-login-btn {
    color: white;
    background-color: #edeff438;
    border: solid 1px #f5f6f717;
}
.darkmode .sso-login-btn:hover {
    border: solid 1px #ffcc00;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.79);
}
.darkmode .sso-login-btn::before {
    background-color: #ffcc00;
}
.darkmode .sso-login-btn[data-option="google"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/google-black.svg)}
.darkmode .sso-login-btn[data-option="facebook"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/facebook-circle-black.svg)}
.darkmode .sso-login-btn[data-option="apple"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/apple-black.svg)}
.darkmode .sso-login-btn[data-option="klarna"]::before {background-image: url(https://cdn.aohostels.com/img/sso-icons/klarnaicon-black.svg)}


/*row-buttons*/

.row-buttons .sso-login-options {
    flex-direction: row;
}

/* loggedin User Portal section */

.user-loggedin-section .background-overlay {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #415095 0%, #293a88 94%);
    pointer-events: none;
}
.user-loggedin-section.plus-member .background-overlay {background: linear-gradient(180deg, #f9a300d6 0%, #f9cd00 90%);}

.user-loggedin-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 77px;
    max-width: 470px;
}

.user-loggedin-section .user-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    text-align: center;
}

.user-loggedin-section .user-icon {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding: 20px;
    background-color: white;
    box-shadow: 0 3px 4px #1628532e;
    margin-bottom: 11px;
    z-index: 99;
}
.user-loggedin-section .user-icon img {width: 100%; height: 100%;}

.user-loggedin-section .user-name {
    font-size: 22px;
    font-weight: bold;
}
.user-loggedin-section .user-type,
.user-loggedin-section .user-id {
    padding: 6px 10px;
    border-radius: 4px;
}
.user-loggedin-section .user-type {
    color: #293a88;
    background: #293a8821;
    -webkit-user-select:none;
       -moz-user-select:none;
            user-select:none;
}
.user-loggedin-section.plus-member .user-type {
    color: #665400;
    background: #f9cd0091;
}
.user-loggedin-section .user-id {
    background: #ececec;
    color: #717171;
    letter-spacing: 1px;
}
.user-loggedin-section .user-valid-date {
    margin-top: 8px;
    letter-spacing: 0.3px;
    color: #999;
}
.user-loggedin-section .user-id span,
.user-loggedin-section .user-valid-date span {-webkit-user-select:none;-moz-user-select:none;user-select:none; font-weight:bold;}

.user-loggedin-section .user-profile-buttons {
    display: flex;
    gap: 20px;
    margin-top: 25px;
    width: 100%;
}
.user-loggedin-section .user-profile-buttons a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    padding: 20px 15px;
    border: solid 1px #3f5da64d;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 2px 2px rgba(54, 63, 100, 0.05);
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.23s;
}
.user-loggedin-section .user-profile-buttons a:hover {
    border: solid 1px #3f5da6bf;
    color: #293a88 !important;
    box-shadow: 0 2px 3px rgba(54, 63, 100, 0.14);
}
.user-loggedin-section .user-profile-buttons a i {font-size: 1.7em;}


/* ------ Header Login Section/Button ------ */
.user-login-container {
    display: flex;
    /*border: dashed 1px orange;*/
    gap: 10px;
    align-items: center;
    max-width: 220px;
    padding: 5px 8px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: 0.25s;
}
.user-login-container:hover {
    background-color: #d7e0ea2b;
}
.user-login-container .user-icon {
    width: 40px;
    height: 40px;
}
.user-login-container.isLoggedIn .user-icon {
    border: 2px solid #f9cd00;
    border-radius: 50%;
}
.user-login-container .user-icon img {width: 100%;height: 100%;padding: 3px;}


.user-login-container .user-info {
    display: flex;
    flex-direction: column;
}
.user-info .user-info-name {
    color: white;
    font-weight: bold;
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 150px;
}
.user-info .user-info-type {
    color: #f9cd00;
    font-size: 14px;
}

@media(max-width:922px){
    .user-login-container {
        padding: 5px;
    }
    .user-login-container .user-info {
        display: none;
    }

    #loginPopup{
        flex-direction: column;
        width:100%;
        overflow-y: auto;
        height:100%;
        max-height: unset;
    }

    .fa.fa-close {
        z-index: 999999;
    }

    .login-menu {
        order: unset;
        padding-top: 50px;
    }
    .login-menu.isLoggedIn {
        justify-content: flex-start;
    }
    .user-loggedin-section {
        margin-top: 50px;
    }
    .user-loggedin-section .background-overlay {height: 165px;}

    .user-loggedin-section .user-profile-buttons {
        gap: 15px;
        flex-direction: column;
    }
    .user-loggedin-section .user-profile-buttons a {font-size: 16px; padding: 17px 10px; gap: 6px;}
    .user-loggedin-section .user-profile-buttons a i {font-size: 1.7em;}

    .sso-login-options {
        flex-direction: column;
    }

    .sso-login-btn {
        padding: 12px 55px;
    }

    .row-buttons .sso-login-options {
        flex-direction: column;
    }

    .clubRegisterPromo {
        padding: 40px 30px;
        width: 100%;
    }

    .clubImageContainer img {
        width: 110px;
        height: 110px;
    }
}
@media(max-width:600px){
    .clubRegisterPromo ul li .col-xs-1{
        padding:0;
    }
}
#whatsappNL{
    background: #fff;
    padding: 15px 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
#whatsappNL:hover{
    transform: translateY(-5px);
}
#whatsappNLTextContainer h2,
#whatsappNLTextContainer p{
    color: #3b3b3b;
    line-height: 1.2;
}

#whatsappNLTextContainer h2{
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
}
#whatsappNLImageContainer{
    padding: 10px 0 15px 20px;
}
#whatsappNLImageContainer img{
    max-width:50px;
}
#whatsappNLTextContainer{
    padding-left:0;
}
#dialog{
    position:fixed;
    right:25%;
    left:25%;
    top:10%;
    bottom:10%;
    display:none;
    background:#fff;
    border-radius:4px;
    z-index:9999;
    padding:20px;
    text-align: center;
}
#dialog h2{
    margin-top: 50px;
}
#dialog a{
    color:#3b3b3b!important;
    text-decoration: none!important;
    padding: 15px 30px;
    background: #f9cd00;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    outline: 0;
    transition: all .25s ease-in-out;

}
#dialog p{
    font-size: 18px;
}
#dialog img{
    margin: 50px 0 70px;
}
@media (max-width:768px){
    #whatsappNLTextContainer {
        padding-left: 15px;
    }
}
@media (min-width:1120px){
    #whatsappNL{
        max-width: 77%;
    }
}
@media (max-width:1120px){
    #dialog{
        left:10%;
        right:10%;
        top:10%;
        bottom:10%;
    }
}
/* -------------- Login/User (end) -------------- */
.new-step3-club-container {
    width: 100%;
    padding: 16px;
}

.club-title {
    color: #3C3C3B;
    font-size: 42px;
}

.club-benefits {
    padding: unset;
}
.club-benefits li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    font-size: 11px;
    font-weight: normal;
  }
  .club-benefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background-image: url('https://s3.eu-central-1.amazonaws.com/cdn.aohostels.com/img/club/blue-checkmark.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .switch-container .toggle-switch {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  .switch-container .toggle-switch input[type="checkbox"] {
    display: none;
  }
  
  .switch-container .toggle-switch-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 27px;
    background-color: #ddd;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #ccc;
    transition: background-color 0.3s ease-in-out;
  }
  
  .switch-container .toggle-switch-handle {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }
  
  .switch-container .toggle-switch::before {
    content: "";
    position: absolute;
    top: -25px;
    right: -35px;
    font-size: 12px;
    font-weight: bold;
    color: #aaa;
    text-shadow: 1px 1px #fff;
    transition: color 0.3s ease-in-out;
  }
  
  .switch-container .toggle-switch input[type="checkbox"]:checked + .toggle-switch-handle {
    transform: translateX(45px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 0 3px #05c46b;
  }
  
  .switch-container .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background {
    background-color: #05c46b;
    box-shadow: inset 0 0 0 2px #04b360;
  }
  
  .switch-container .toggle-switch input[type="checkbox"]:checked + .toggle-switch:before {
    content: "On";
    color: #05c46b;
    right: -15px;
  }
  
  .switch-container .toggle-switch input[type="checkbox"]:checked + .toggle-switch-background .toggle-switch-handle {
    transform: translateX(40px);
  }
  
  .switch-container {
    grid-template-columns: 70% 30%;
    display: grid;
    gap: 8px;
    background-color: #293A88;
    color: white;
    padding: 5px 10px;
    align-items: center;
    border-radius: 6px;
  }

  .all-step3-container {
    max-width: 748px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(https://s3.eu-central-1.amazonaws.com/cdn.aohostels.com/img/club/yellow-lama800.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-color: #E9AA05;
    width: 100%;
  }
  .text-switch-container {
   display: grid; 
   grid-template-columns: 60% 40%
  }

  @media (max-width: 995px) {
    .all-step3-container {
     background-position: unset;
     margin-top: 80px;
      }

      .new-step3-club-container {
        padding: 8px;
      }
      .text-switch-container {
        grid-template-columns: unset;
      }
      .be-club-note {
        grid-template-columns: 75% 25% !important;
        padding: 8px !important;
        position: relative;
      }
      .be-club-note img {
        width: 80px !important;
    }
  }
  
  
  .be-club-note {
    display: grid !important;
    grid-template-columns: 80% 20%;
    justify-items: end;
    padding: 16px;
    width: 100%;
    background-color: #feffdf;
    padding: 16px;
    justify-items: end;
    align-items: center;
    border: 1px solid #a9a9a9;
}

.availability_inner_div .be-club-note {
    margin-top: 16px;
}

.be-club-note span {
    font-size: 12px;
}
.be-club-note img {
    width: 100px;
}

/* ---------- Breadcrumbs steps (Start) --------- */
.breadcrumb-steps {
    display: flex;
    border: solid 1px #c7cfdf;
    border-radius: 5px;
    overflow: hidden;
}

.breadcrumb-steps .bc-step {
    /*width: 100%;*/
    flex-grow: 1;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #8694b0;
    line-height: 1em;
    padding: 13px 12px;
    padding-left: 4%;
    background-color: #f3f6fa;
}

.breadcrumb-steps .bc-step:not(:last-child)::after{
    content: '';
    position: absolute;
    aspect-ratio: 1 / 1;
    height: 75%;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 1;
    border-top: solid 1px #c7cfdf;
    border-right: solid 1px #c7cfdf;
    background-color: inherit;
}

.breadcrumb-steps .bc-step.step-completed::before {
    font-family: FontAwesome;
    content: '\F00C ';
    color: #6ab300;
    font-size: 1.2em;
    position: absolute;
    transform: translate(-23px, -50%);
    top: 50%;
}

.breadcrumb-steps .bc-step.step-current {
    background-color: #293a88;
    color: white;
}

.breadcrumb_inner {
    background: none;
}

/* ---------- Breadcrumbs steps (END) ----------*/

/* -------------- Hotdate - EVENT Info Popup (start) -------------- */
#hotdate{position:relative;border:1px solid #f7cd46;border-radius:5px;background:#fff5d3;margin:10px 0 20px 0;padding:15px 13px;}
#hotdate_close{display:block;position:absolute;right:9px;top:4px;cursor:pointer;line-height:1;font-size: 30px;font-weight:400;}
#hotdate_left{float:left;}
#hotdate_left p{font-size:18px;line-height:120%;color:#267d00;background:url("https://cdn.aohostels.com/img/house/aohostel-hotdates-small.png") 0 6px no-repeat;text-align:center;margin:0;padding-left: 35px;margin-right: 15px;}
#hotdate_right{float:left; font-weight: 400}
#hotdate_event_name{font-weight:700;display: inline-block;margin-bottom: 7px;}
#hotdate_right p{font-size:14px;line-height:140%;padding:3px 23px 3px 4px;margin:0}
@media (max-width:350px){
    #hotdate_right{
        width: 100%;
    }
}
/* -------------- Hotdate - EVENT Info Popup (end) -------------- */


.bookingtool-loader {
    width: 300px;
    height: 300px;
    text-align: center;
    font-size: 80px;
    z-index: 5;
    margin-top: 20%;
}

#range-input {
    color: #293a88 !important;
}
