﻿body {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
    background-color: #ddd !important;
}

iframe {
    width: 100%;
    border-width: 0px;
}

#cookieContainer {
    display: none;
}

@media screen and (min-width: 1200px) and (max-width: 1460px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 100% !important;
    }
}

@media screen and (min-width: 1366px) {
    .container {
        width: 1440px;
    }
}

.nav.visible {
    display: block !important;
    opacity: 1 !important;
    position: inherit !important;
}

article.ac-small {
    padding: 0 2.5em;
}

    article.ac-small h4 {
        margin-bottom: 0;
        font-size: 15px;
        font-weight: bold;
    }

    article.ac-small ul, article.ac-small p {
        padding: 0;
    }

.hero .cta-container {
    position: relative;
    padding-bottom: 10px;
}

    .hero .cta-container p.title {
        line-height: 1em;
        margin-top: 2.5em;
        font-size: 2.5em;
        margin-bottom: 20px;
        font-weight: bold;
        color: #fff;
    }

.hero.hero-sub.page-heading {
    position: relative;
}

    .hero.hero-sub.page-heading:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(207, 227, 242, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
    }

.hero.hero-sub.nothome h1 {
    margin-top: 225px;
    line-height: normal;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 997;
    font-weight: 700;
}

@media only screen and (max-width: 1023px) {
    .hero.hero-sub.nothome h1 {
        margin-top: 135px;
        left: 0;
    }
}

.general-error {
    display: flex;
    font-size: 16px;
    text-align: left;
    color: #FFFFFF;
    background: #F86476;
    margin: 5px 0;
    padding: 3px 10px;
    border-radius: 5px;
}

.general-form-page label {
    text-align: left;
    display: block;
    color: #0062AC;
}

.general-form-page input,
.general-form-page select {
    height: 50px;
    padding: 0 1.85em;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 0.95;
    border: 0;
}

.general-form-page h1.with_breadcrumb {
    margin-top: 1em;
    padding-top: 0;
}

.general-form-page h1,
.general-form-page h2 {
    line-height: normal;
    color: #0062AC;
    text-align: center;
    z-index: 999;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 20px;
}

.make-fields-non-transparent {
    position: relative;
    z-index: 999;
}

.checkbox-container {
    color: #0062AC;
    font-weight: bold;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    height: 4em;
}

@media screen and (max-width: 770px) {
    .checkbox-container {
        align-items: center;
    }
}

.bigger-check-box {
    width: 1.5em !important;
    height: 1.5em !important;
    float: right !important;
    margin: 0 10px 0 10px !important;
}

a.add-connecting-flight-link {
    display: table;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #f86476;
    clear: both;
}

    a.add-connecting-flight-link:hover {
        text-decoration: underline;
    }

/* Extra costs - new flow */
.extra_costs_list_amount {
    overflow: hidden;
    display: block;
    text-align: left;
}

    .extra_costs_list_amount label {
        display: block;
    }

@media screen and (max-width: 767px) {
    .extra_costs_list_amount {
        margin-top: 20px;
    }
}

.external_reference_form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .external_reference_form button  {
        width: 100%;
    }

.homepage-slogan-wrapper {
    position: relative;
}

.kiyoh-widget {
    position: absolute;
    right: 60px;
    top: -30px;
    width: 20%;
    height: 100%;
    border: none;
    pointer-events: none;
}

@media screen and (max-width: 770px) {
    .kiyoh-widget {
        position: static;
        width: 100%;
        height: 60px;
        margin-top: 30px;
    }
}

@media screen and (min-width: 770px) {
    .kiyoh-widget {
        width: 200px;
        height: 80px;
        top: -15px;
        right: 35px
    }
}

.homepage-slogan {
    display: block;
    width: 41%;
    margin: 0 auto;
}

    .homepage-slogan.w100 {
        width: 100%;
        text-align: center;
    }

.kiyoh_logo {
    position: absolute;
    right: 95px;
    top: -20px;
    width: 250px;
}

    .kiyoh_logo.force-right {
        right: -60px;
    }

@media screen and (max-width: 768px) {
    .homepage-slogan {
        width: 100%;
        padding-right: 0;
    }

    .kiyoh_logo {
        width: 100%;
        position: inherit;
        right: 0;
        top: 15px;
        max-width: 250px;
        display: block;
        margin: 0 auto;
    }

    .kiyoh_logo {
        position: initial;
    }

    .ssl_logo.collect-data {
        float: none !important;
        margin: 15px auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
    .kiyoh_logo {
        right: 0;
    }

        .kiyoh_logo.force-right {
            position: initial;
            display: block;
            margin: auto;
        }
}

/* SSL */

.ssl_logo {
    max-width: 120px;
}

    .ssl_logo img {
        max-width: 70%;
        height: auto;
    }

    .ssl_logo.collect-data {
        display: block;
        max-width: 100px;
        float: right;
        margin-top: 15px;
    }

        .ssl_logo.collect-data img {
            max-width: 90%;
            height: auto;
        }

/* Quote */

.quote_wrapper {
    background: #fff;
    text-align: center;
    padding: 15px;
}

.quote_image {
    height: 300px;
    line-height: 300px;
}

.quote_image img {
    max-width: 100%;
    height: auto;
}

.quote_text {
    font-size: 23px;
    padding: 0;
    text-align: center;
    position: relative;
    height: 300px;
}

    .quote_text p {
        margin: 0 !important;
		position: absolute;
		top: 40%;
		transform: translate(0, -40%);
    }

    .quote_text p:before {
        font-family: Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        display: block;
        font-size: 60px;
        position: absolute;
        color: #000;
		left: -17px;
		top: 0;
        content: "\201C";
    }

    .quote_text p:after {
        font-family: Helvetica Neue,Helvetica,sans-serif;
        font-weight: 400;
        display: block;
        font-size: 60px;
        position: absolute;
        color: #000;
        right: -17px;
		bottom: -40px;
        content: "\201D";
    }

@media screen and (max-width: 768px) {
    .quote_image img {
        max-height: 200px;
    }

    .quote_text {
        font-size: 15px;
    }
}

/* Misc */

section h1 {
    color: #333;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
}

button {
    text-transform: capitalize;
}


span.form_container {
    display: inline-block;
    overflow: hidden;
    text-align: left;
    padding-top: 25px;
}

    span.form_container .form-group {
        position: relative;
        vertical-align: middle !important;
    }

@media screen and (max-width: 767px) {
    span.form_container {
        padding-top: 0;
        width: 100%;
        padding: 0 15px;
    }
}

.searchForm .form-group {
    display: block !important;
}

.form-inline {
    display: inline-block;
    width: 100%;
}


/*form .form-group {
    vertical-align: top !important;
}*/

.mainChecker span.form_container .form-group,
#soapcall_side span.form_container .form-group {
    vertical-align: top !important;
}

.mainChecker .field-validation-error {
    margin-top: 0;
}

a.blue_link {
    display: table;
    color: #0062AC;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-align: left;
    margin-top: 5px;
}

a.collect_data {
    text-transform: uppercase;
    margin-left: 0px;
    margin-top: 15px;
    display: inline-block;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    a.collect_data {
        float: left;
    }
}

a.go_back {
    position: absolute;
    z-index: 9;
    bottom: 45px;
    text-transform: uppercase;
    font-size: 17px;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 255px;
}

@media screen and (max-width: 767px) {
    a.go_back {
        position: relative;
        z-index: 999;
        bottom: 0;
        display: block;
        margin: 20px 0;
        text-align: center;
        width: 100%;
    }
}

@media screen and (min-width: 920px) {
    a.collect_data {
        float: left;
    }
}

a.button {
    z-index: 999 !important;
    position: relative;
}

    a.button:focus {
        color: #fff;
        outline: none;
    }

a.cancel,
button.cancel {
    color: #ffffff;
    background: #0062AC;
    font-weight: bold;
}

    a.cancel:hover,
    a.cancel:focus,
    button.cancel:hover,
    button.cancel:focus {
        color: #ffffff;
        text-decoration: none;
    }

@media screen and (max-width: 767px) {
    a.cancel {
        display: block;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    button {
        width: 100%;
    }
}

input::-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

@media screen and (max-width: 767px) {
    .datepicker {
        margin-left: 0;
        left: 15px !important;
        z-index: 0;
    }

        .datepicker.active {
            z-index: 99999 !important;
        }
}

@media screen and (min-width: 768px) {
    .datepicker.active {
        z-index: 99999 !important;
    }
}

/* Airline boxes */

section.airline_boxes {
    padding: 20px 0;
}

    section.airline_boxes h3 {
        text-align: center;
        margin-bottom: 40px;
        font-weight: 600;
    }

    section.airline_boxes .airline_box {
        border-top: 5px solid #0065bd;
        padding: 20px 0px;
    }

        section.airline_boxes .airline_box a.title {
            color: #0065bd;
            font-weight: bold;
            font-size: 20px;
        }

        section.airline_boxes .airline_box h3 {
            color: #0065bd;
            font-weight: bold;
            font-size: 20px;
            margin-bottom: 30px;
            text-align: left;
        }


/* Timepicker custom style */

.datepicker--time {
    background: #007ac9;
    color: #fff;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    z-index: initial;
}


.datepicker--time span.-focus- {
    background: none;
}

@media screen and (max-width: 767px) {
    .result-container a.orange,
    .result-container a.cancel {
        width: 100%;
        text-align: center;
    }
}

/* Form validation */

span.field-validation-error {
    display: block;
    font-size: 13px;
    text-align: left;
    color: #FFFFFF;
    background: #F86476;
    margin: 5px 0;
    padding: 3px 10px;
    position: relative;
    border-radius: 5px;
    margin-top: 15px;
}

    span.field-validation-error:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #F86476 transparent;
        top: -9px;
        left: 10px;
    }

.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    text-align: left;
    display: inline-block;
    float: left;
    margin-top: 10px;
}

    .validation-summary-errors ul li {
        display: block;
        font-size: 13px;
        color: #ffffff;
        background: #F86476;
        padding: 2px 5px;
        margin-bottom: 2px;
        position: relative;
    }

        .validation-summary-errors ul li:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5px 10px 5px 0;
            border-color: transparent #F86476 transparent transparent;
            left: -10px;
            top: 6px;
        }

span.requiresedit {
    color: #D71A54 ;
}

section.searchFlight,
section.flightSituation,
section.areYouPassenger,
section.courtDocuments,
section.AdditionalCostsList,
section.cessionOffer,
section.claimConfirmation {
    overflow: hidden;
    clear: both;
    position: relative;
    z-index: 997;
}

#gridCheck {
    height: auto;
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

section.searchFlight .hero:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-position-y: 100%;
}

.searchFlight h1,
.flightSituation h1,
.activateUser h1,
.activateUser h2,
.createAccount h1,
.createAccount h2,
.areYouPassenger h1,
.courtDocuments h1,
.courtDocuments h2,
.AdditionalCostsList h1,
.cessionOffer h1,
.claimConfirmation h1 {
    line-height: normal;
    color: #0062AC;
    text-align: center;
    z-index: 999;
    position: relative;
    font-weight: 600;
    font-size: 30px;
    margin-top: 2em;
    margin-bottom: 20px;
}

section.documentsPage span,
section.claimConfirmation span {
    text-align: left;
}

section.documentsPage div,
section.claimConfirmation div {
    text-align: left;
}

    .searchFlight h1.with_breadcrumb,
    .flightSituation h1.with_breadcrumb,
    .activateUser h1.with_breadcrumb,
    .courtDocuments h1.with_breadcrumb,
    .areYouPassenger h1.with_breadcrumb,
    .AdditionalCostsList h1.with_breadcrumb,
    .confirmFlight h1.with_breadcrumb {
        margin-top: 1em;
        padding-top: 0;
    }

section.createAccount p {
    color: #0062AC;
    margin-top: 20px !important;
}

.searchFlight h3 {
    color: #fff;
    margin: 10px 0;
    z-index: 999;
    position: relative;
}

.searchFlight p {
    text-align: left;
    color: #0062AC;
    margin: 10px 0;
    z-index: 999;
    position: relative;
}

    .searchFlight p.info {
        background: #027aa7;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #037098;
    }

    .searchFlight p.center {
        text-align: center;
        margin-top: 35px !important;
        font-size: 15px;
    }

.searchFlight .form,
.editConfirmBox .form {
    padding-top: 0;
    z-index: 9999;
    position: relative;
}


    .editConfirmBox .form .form-group {
        display: block;
        margin-top: 10px;
    }

    .searchFlight .form input,
    .editConfirmBox .form input {
        height: 50px;
        padding: 0 1.85em;
        width: 100%;
        font-size: 14px;
        text-transform: none;
        font-weight: 600;
        border-radius: 0;
        -webkit-border-radius: 0;
        opacity: 0.95;
        border: 0;
    }

input::-webkit-input-placeholder {
    font-size: 12px;
    color: #78B0DE !important;
}

input:-moz-placeholder { /* Firefox 18- */
    font-size: 12px;
    color: #78B0DE !important;
}

input::-moz-placeholder { /* Firefox 19+ */
    font-size: 12px;
    color: #78B0DE !important;
}

input:-ms-input-placeholder {
    font-size: 12px;
    color: #78B0DE !important;
}

@media screen and (max-width: 767px) {

    /*.searchFlight .form,
    .editConfirmBox .form {
        margin: 0 15px;
    }*/

    .searchFlight .form input,
    .editConfirmBox .form input {
        width: 100%;
    }
}

.searchFlight .form label,
.editConfirmBox .form label {
    display: block;
    text-align: left;
    color: #0062AC;
    padding: 5px 0;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .searchFlight button {
        margin-top: 47px !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .searchFlight .form label,
    .editConfirmBox .form label {
        display: block;
        text-align: left;
        color: #fff;
        padding: 5px 0;
        font-size: 13px;
        margin: 10px 0;
    }
}

form.collectData {
    margin-top: 50px;
}

    form.collectData .form-group,
    form.collectData .form-group input,
    form.collectData button {
        width: 100%;
    }

form.changePassword .form-inline .form-group {
    display: block;
    margin-bottom: 15px;
}

form.changePassword button {
    display: block;
    width: 100%;
}

/* Partners */

.partner_logo {
    max-width: 150px;
}

    .partner_logo img {
        max-width: 100%;
        height: auto;
    }

/* Search Results table */
section.searchResults {
    color: #0062AC;
    font-size: 15px;
    padding: 40px 0;
    background: #CFE3F2;
    overflow: hidden;
    padding-top: 0;
}

    section.searchResults h1 {
        color: #0062AC;
        text-align: center;
        font-weight: 600;
        font-size: 30px;
        margin-top: 2.5em;
    }
section.searchResults .flight_box {
    padding: 15px 0;
    overflow: hidden;
}

section.searchResults .flight_box .flight_box_title {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    section.searchResults .flight_box .flight_box_title {
        margin: 10px 0;
    }
}

section.searchResults .flight_box:nth-child(2n+1) {
    background: #78B0DE;
}

section.searchResults .flight_box:last-child {
    border-bottom: 1px solid #78B0DE;
}

section.searchResults .flight_box a.select_flight {
    font-weight: 700;
    color: #F86476;
    display: block;
    text-align: right;
    padding-right: 25px;
}

@media screen and (max-width: 767px) {
    section.searchResults .flight_box a.select_flight {
        font-weight: 700;
        background: #F86476;
        display: block;
        height: 40px;
        line-height: 40px;
        color: #fff;
        text-align: center;
        margin: 15px 0;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-right: 0;
    }
}

section.searchResults .flight_box_title_container {
    border-bottom: 1px solid #0062AC;
    overflow: hidden;
    padding: 10px 0;
}

section.searchResults .flight_box_title_container span.flight_box_title {
    color: #0062AC;
    font-weight: bold;
}

span.from_airport,
span.to_airport {
    position: relative;
    display: block;
    padding-left: 35px;
    margin-bottom: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    span.from_airport,
    span.to_airport {
        margin-left: -35px;
    }
}

span.from_airport:before,
span.to_airport:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: -5px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    span.from_airport:before,
    span.to_airport:before {
        top: 0;
    }
}

span.from_airport:before {
    background: url(../../Images/DAS/ic_departure.png) no-repeat;
}

span.to_airport:before {
    background: url(../../Images/DAS/ic_arrival.png) no-repeat;
}

/* Confirm Flight */

.confirmFlight .hero {
    overflow: hidden;
}

.confirmFlight h1 {
    color: #0062AC;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 999;
    padding-top: 2.5em;
    margin-bottom: 20px;
    clear: both;
}

.confirmFlight a.connecting_flight {
    display: table;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #F86476;
    clear: both;
}

.confirmFlight button {
    position: relative;
    z-index: 999;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.confirm_box {
    border: 1px solid #78B0DE;
    padding: 15px 30px;
    color: #0062AC;
    position: relative;
    z-index: 999;
    margin-bottom: 20px;
}

    .confirm_box h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .confirm_box span.edit {
        position: absolute;
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
        background: url(../../Images/DAS/ic_edit.png) no-repeat center transparent;
        cursor: pointer;
    }

        .confirm_box span.edit a {
            display: block;
            height: 100%;
        }

    .confirm_box span.error_message {
        color: #ffffff;
        font-size: 13px;
        border: 1px solid #F86476;
        padding: 3px;
        background: #F86476;
    }

    .confirm_box.replacement-True {
        cursor: pointer;
    }

        .confirm_box.replacement-True:hover {
            background: #00a1de;
        }

@media screen and (max-width: 767px) {
    .confirm_box span.error_message {
        display: block;
    }
}

.confirm_box .info_flight {
    position: relative;
    margin-top: 15px;
}

    .confirm_box .info_flight.departure:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../../Images/DAS/ic_departure.png) no-repeat center;
        vertical-align: -webkit-baseline-middle;
        margin-right: 10px;
        position: absolute;
    }

    .confirm_box .info_flight.arrival:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../../Images/DAS/ic_arrival.png) no-repeat center;
        vertical-align: text-top;
        margin-right: 10px;
        position: absolute;
    }


    .confirm_box .info_flight p {
        color: #0062AC;
        display: inline-block;
        width: 90%;
        text-align: left;
        font-size: 15px;
        margin-left: 40px !important;
        margin-top: 0 !important;
    }

        .confirm_box .info_flight p span {
            font-weight: bold;
        }

.confirmFlight .EditConfirmFlight {
    position: relative;
    z-index: 999;
}

/* Confirmation modal */

.confirmationmodal h4.modal-title {
    margin: 0 !important;
    text-align: center;
    font-size: 20px !important;
}

.confirmationmodal .modal-header .close {
    height: 0;
}

.confirmationmodal .modal-dialog {
    margin: 100px auto;
}

.confirmationmodal .modal-body {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .confirmationmodal .modal-body {
        font-size: 13px;
    }
}

.confirmationmodal .modal-content {
    border-radius: 0;
    -webkit-border-radius: 0;
}

.confirmationmodal .modal-footer button {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    min-width: 130px;
    border: 0;
    margin-top: 0 !important;
    padding: 13px 10px;
}

.modal-footer button.btn-success {
    background: #00a1de !important;
    color: #ffffff;
}

.confirmationmodal .modal-footer button.close_popup {
    background: #ff5959;
    color: #0065bd;
    float: left;
}

@media screen and (min-width: 768px) {

    .confirmationmodal .modal-footer button.close_popup {
        background: #0062AC;
        color: #ffffff;
        float: left;
    }

        .confirmationmodal .modal-footer button.close_popup.centered {
            margin-left: 35%;
        }
}

.confirmationmodal .modal-footer a.btn-success {
    height: 3.3em;
    line-height: 2.4;
    color: #fff;
    background: #F86476;
    text-transform: uppercase;
    min-width: 130px;
    font-weight: bold;
    border-radius: 0;
    border: 0;
    float: right;
}

    .confirmationmodal .modal-footer a.btn-success:active {
        outline: none;
    }


/* Confirm edit */
.editConfirmBox {
    padding: 0 30px;
    padding-top: 30px;
    position: relative;
    z-index: 997;
}

    .editConfirmBox span.airlineName {
        text-align: left;
        color: #fff;
        margin-top: 25px;
        display: block;
    }

        .editConfirmBox span.airlineName label {
            display: block;
            width: 100%;
            text-align: left;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 0.85em;
            font-weight: 900;
        }

        .editConfirmBox span.airlineName h3 {
            margin: 0;
            font-size: 18px;
        }

    .editConfirmBox input {
        width: 100% !important;
    }

@media screen and (min-width: 768px) and (max-width: 992px) {
    .editConfirmBox span.field-validation-error {
        font-size: 11px;
    }
}

/* Flight summary page - new flow */
.flightSummary h1.with_breadcrumb {
    margin-top: 1em;
    padding-top: 0;
}

.flightSummary .hero {
    overflow: hidden;
}

.flightSummary h1 {
    color: #0062AC;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    z-index: 999;
    padding-top: 2.5em;
    margin-bottom: 20px;
    clear: both;
}

.flightSummary a.connecting_flight {
    display: table;
    position: relative;
    z-index: 999;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    color: #F86476;
    clear: both;
}

.flightSummary a.blue {
    color: #fff;
}

.flightSummary button {
    position: relative;
    z-index: 999;
    margin-right: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #fff;
}


.flightSummary .EditConfirmFlight {
    position: relative;
    z-index: 999;
}

/* User portal settings */

.user_activate_page {
    position: relative;
    z-index: 999;
}

.create_account_page {
    position: relative;
    z-index: 999;
}

section.activateUser input,
section.activateUser select,
section.createAccount input,
section.createAccount select,
section.courtDocuments input,
section.courtDocuments select {
    height: 50px;
    padding: 0 1.85em;
    width: 100%;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    border-radius: 0;
    -webkit-border-radius: 0;
    opacity: 0.95;
    border: 0;
}

section.activateUser label,
section.createAccount label,
section.create_account_page label,
section.courtDocuments label {
    text-align: left;
    display: block;
    color: #0062AC;
}

span.clearAutoComplete {
    position: absolute;
    top: 27px;
    right: 0;
    font-weight: 800;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 51px;
    line-height: 51px;
    text-align: center;
}

    span.clearAutoComplete::before {
        content: 'X';
    }

a.change_password {
    display: inline-block;
    float: left;
    font-size: 17px;
    text-decoration: none;
    padding-top: 35px;
    font-weight: 100;
}

    a.change_password:hover,
    a.change_password:focus,
    a.change_password:active {
        color: #fff;
    }

    a.change_password:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../../Images/DAS/ic_Change_password.png) no-repeat center;
        background-size: cover;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 10px;
    }

.passenger_block,
.additional_costs_list {
    display: block;
    color: #0062AC;
    border: 1px solid #78B0DE;
    padding: 25px 15px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.additional_costs_list_content {
    color: #fff;
    font-size: 15px;
    text-align: justify !important;
    margin: 0 !important;
    border-right: 1px solid #fff;
    padding-right: 20px;
}

.additional_costs_list_amount {
    overflow: hidden;
    display: block;
}

    .additional_costs_list_amount label {
        display: block;
    }

@media screen and (max-width: 767px) {
    .additional_costs_list_amount {
        margin-top: 20px;
    }

    .additional_costs_list_content {
        border-right: 0;
    }
}

span.passenger_name {
    font-weight: bold;
    font-size: 20px;
    margin-right: 5px;
}

span.download_volmacht, span.download_cessie {
    margin-left: 10px;
}

@media screen and (max-width: 767px) {
    span.passenger_name,
    span.passenger_email {
        display: block;
        margin-bottom: 10px;
        word-wrap: break-word;
    }

    span.download_volmacht, span.download_cessie {
        margin-left: 0;
    }
}

a.edit {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../../Images/DAS/ic_edit.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 10px;
}

.areYouPassenger a.blue_link,
.AdditionalCostsList a.blue_link,
.cessionOffer a.blue_link {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 15px;
}

    .areYouPassenger a.blue_link:before,
    .AdditionalCostsList a.blue_link:before,
    .cessionOffer a.blue_link:before {
        content: '+';
        display: inline-block;
        font-size: 30px;
        padding-right: 10px;
        vertical-align: sub;
    }


@media screen and (min-width: 992px) {
    button.edit_user_next {
        margin-top: 25px;
        width: 100%;
    }

    a.edit_user_next {
        width: 100%;
    }
}

.fileUpload {
    position: relative;
}

    .fileUpload input.inputfile {
        position: relative;
        display: none;
        width: 100%;
        height: 100%;
        cursor: pointer;
    }

        .fileUpload input.inputfile + label {
            display: block;
            max-width: 170px;
            width: 100%;
            text-align: center;
            color: #0062AC;
            text-transform: uppercase;
            border: 2px dashed #0062AC;
            margin-top: 28px;
            padding: 11px;
            cursor: pointer;
        }

        .cessieFileUpload input.inputfile + label {
            margin-top: 0px;
        }

    .fileUpload input[type="button"],
    .fileUpload input[type="file"] {
        cursor: pointer;
    }

@media screen and (max-width: 767px) {
    .fileUpload input.inputfile + label {
        max-width: 100%;
    }
}

.fileUpload span.file_name {
    display: block;
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .fileUpload span.file_name {
        position: relative;
        overflow: hidden;
    }

    span.delete_button {
        position: absolute;
        right: 0;
        top: 0;
    }
}

.fileUpload span.file_name span.delete_button {
    display: inline-block;
    background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
    width: 25px;
    height: 25px;
    border: 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
}

.passenger_block a.delete_button,
.additional_costs_list a.delete_button {
    display: inline-block;
    background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
    width: 25px;
    height: 25px;
    border: 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 40px;
}

.block_item_x_mark_delete_button {
    display: inline-block;
    background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
    width: 25px;
    height: 25px;
    border: 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 40px;
}

.fileUpload span.file_name span.fileName .fileUpload span.file_name a.fileName {
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    font-weight: 700;
}

span.fileName a.fileName {
    white-space: nowrap;
    width: 93%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    font-weight: 700;
}

span.fileName a,
span.fileName a:hover,
span.fileName a:focus {
    color: #fff;
    text-decoration: none;
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

span.fileName {
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    font-weight: bold;
    vertical-align: middle;
}

.user_information_upload .fileUpload input.inputfile + label {
    margin-top: 0;
}

.input_value {
    color: #fff;
    text-align: left;
    position: relative;
}

    .input_value span.selected_label {
        display: none;
        font-weight: bold;
        font-weight: 600;
    }

    .input_value span.file_name {
        font-weight: 100;
        font-weight: 100;
        word-wrap: break-word;
        max-width: 85%;
        display: inline-block;
        vertical-align: top;
    }

@media screen and (max-width: 767px) {
    .input_value span.file_name {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 90%;
        margin-top: 10px;
    }

    input[type='text'],
    input[type='number'],
    textarea {
        font-size: 16px;
    }
}

.input_value span.clear_input {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 25px;
    height: 25px;
    background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
    cursor: pointer;
}

.buttons {
    margin-top: 20px;
}

    .buttons a.cancel, button {
        margin-top: 0;
        margin-right: 0;
        min-width: 170px;
        text-align: center;
    }

@media screen and (max-width: 767px) {
    .buttons a.cancel, button {
        /*margin-bottom: 15px;*/
    }
}


/* flightSituation */

section.flightSituation form input[type="radio"],
section.areYouPassenger form input[type="radio"],
section.cessionOffer form input[type="radio"] {
    display: none;
}

    section.flightSituation form input[type="radio"] + label,
    section.areYouPassenger form input[type="radio"] + label,
    section.cessionOffer form input[type="radio"] + label {
        display: block;
        text-align: left;
        width: 300px;
        height: 70px;
        line-height: 70px;
        padding-left: 70px;
        margin: 0 auto;
        color: #0062AC;
        font-weight: 700;
        border: 1px solid #78B0DE;
        cursor: pointer;
        font-size: 13px;
        position: relative;
        text-overflow: ellipsis;
        overflow: hidden
    }

    section.areYouPassenger form input[type="radio"] + label {
        padding-left: 0;
        text-align: center;
        font-size: 20px;
    }

    section.cessionOffer form input[type="radio"] + label {
        padding-left: 0;
        text-align: center;
        font-size: 15px;
        width: auto;
    }

section.flightSituation form#cancellationMoment input[type="radio"] + label {
    width: 100%;
}

section.flightSituation form input[type="radio"] + label.veryangry::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/verry-angry-face.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.angry::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/angry-face.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.not-so-angry::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/not-so-angry.png) no-repeat center;
}

section.flightSituation form input[type="radio"]:checked + label,
section.flightSituation form input[type="radio"] + label:hover,
section.areYouPassenger form input[type="radio"] + label:hover,
section.cessionOffer form input[type="radio"] + label:hover {
    background: #F86476;
}

section.flightSituation form input[type="radio"] + label.delayed::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_delayed.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.missed::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_missed.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.cancelled::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_cancelled.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.denied::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_denied.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.yes::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_yes.png) no-repeat center;
}

section.flightSituation form input[type="radio"] + label.no::before {
    content: '';
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 10px;
    top: 12px;
    background: url(../../Images/DAS/ic_no.png) no-repeat center;
}

/* Checkpoint's */

.checkpoint {
    color: #fff;
    margin: 20px 0;
}

    .checkpoint ul {
        list-style: none;
        padding: 0;
        position: relative;
        text-align: center;
    }

        .checkpoint ul li {
            display: inline-block;
            color: #78B0DE;
            margin-right: 75px;
            font-size: 15px;
            font-weight: 700;
            position: relative;
            z-index: 999;
            padding: 5px 10px;
        }

            .checkpoint ul li.active {
                color: #78B0DE;
            }

                .checkpoint ul li.active span {
                    background: #78B0DE;
                    color: #F86476;
                }

                .checkpoint ul li.active::after {
                    background: #78B0DE;
                }

            .checkpoint ul li::after {
                content: '';
                display: block;
                width: 70px;
                height: 3px;
                background: #78B0DE;
                position: absolute;
                top: 19px;
                right: -75px;
            }


            .checkpoint ul li:first-child {
                margin-left: 0;
            }

            .checkpoint ul li:last-child {
                margin-right: 0;
            }

                .checkpoint ul li:last-child::after {
                    display: none;
                }


            .checkpoint ul li span {
                display: inline-block;
                width: 30px;
                height: 30px;
                background: #78B0DE;
                color: #ffffff;
                text-align: center;
                line-height: 30px;
                border-radius: 100px;
                border-radius: 100%;
                margin-right: 5px;
            }

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .checkpoint ul li {
        margin-right: 0;
        font-size: 12px;
    }

        .checkpoint ul li:after {
            display: none;
        }
}

/* Grid */

.umb-grid {
    margin: 40px 0;
}

/* Partners */

.partner_logo {
    max-width: 150px;
}

    .partner_logo img {
        max-width: 100%;
        height: auto;
    }

/* Section */

section.claimprocess {
    padding: 2.5em 0;
}

    section.claimprocess h1 {
        font-weight: 700;
        margin-bottom: 25px;
        color: #0062AC;
    }

section.claimProcessGraphic {
    padding: 2.5em 0;
}

    section.claimProcessGraphic h1.title {
        text-align: center;
        margin-bottom: 40px;
        font-weight: 600;
        font-size: 24px;
        display: block;
    }

    section.claimProcessGraphic h2 {
        color: #0065bd;
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 20px;
    }

/* Claim confirmation */

section.claimConfirmation p,
section.claimConfirmation a {
    color: #0062AC;
    margin-top: 10px !important;
    text-align: left;
}

section.claimConfirmation a {
    text-decoration: underline;
}

section.claimConfirmation form.remarks-form {
    margin-top: 20px;
}

    section.claimConfirmation form.remarks-form label {
        text-align: left;
        color: #fff;
    }

    section.claimConfirmation form.remarks-form textarea {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-borde-radius: 0;
        border: 0;
        resize: vertical;
    }

/* Reset password confirmation email */

section.emailSentConfirmation {
    min-height: 300px;
}

    section.emailSentConfirmation p {
        color: #fff;
        text-align: center;
    }

    section.emailSentConfirmation a.button.center {
        margin: 40px auto;
        display: block;
        max-width: 177px;
    }

/* Claim details page */

.claim_details {
    overflow: hidden;
    margin-top: 25px;
}

    .claim_details h3 {
        margin-bottom: 25px;
    }

    .claim_details .destinations {
        margin-bottom: 25px;
        font-size: 14px;
    }

        .claim_details .destinations .departure_location,
        .claim_details .destinations .arrival_location {
            margin-bottom: 15px;
        }

            .claim_details .destinations .departure_location:before,
            .claim_details .destinations .arrival_location:before {
                content: '';
                display: inline-block;
                width: 25px;
                height: 25px;
                vertical-align: sub;
                margin-right: 5px;
            }

            .claim_details .destinations .departure_location:before {
                background: url(../../Images/DAS/ic_departure.png) no-repeat center;
            }

            .claim_details .destinations .arrival_location:before {
                background: url(../../Images/DAS/ic_arrival.png) no-repeat center;
            }

    .claim_details ul.claim_situation {
        font-size: 14px;
        margin-bottom: 40px;
        list-style: none;
        padding: 0;
    }

        .claim_details ul.claim_situation li {
            display: inline-block;
            padding: 0 10px;
            border-right: 1px solid #0062AC;
            color: #0062AC;
        }

            .claim_details ul.claim_situation li:first-child {
                padding-left: 0;
            }

            .claim_details ul.claim_situation li:last-child {
                border-right: none;
            }

    .claim_details .user_information {
        border: 1px solid #78B0DE;
        padding: 10px;
        color: #0062AC;
        position: relative;
    }

        .claim_details .user_information h4 {
            margin: 10px 0;
        }

        .claim_details .user_information ul {
            list-style: none;
            margin-bottom: 30px;
            font-size: 14px;
        }

            .claim_details .user_information ul li {
                color: #0062AC;
            }

span.additional_costs {
    display: block;
    width: 100%;
    border: 1px solid #78B0DE;
    padding: 10px;
    margin: 25px 0;
}

    span.additional_costs a {
        color: #F86476;
        display: inline-block;
        padding: 0 5px;
        font-weight: bold;
    }

.claim_details a.edit_button {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: url(../../Images/DAS/ic_edit.png) no-repeat center;
}

section.claimDetailsPage ul.edit_links {
    list-style: none;
    padding: 0;
}

    section.claimDetailsPage ul.edit_links li {
        display: inline-block;
        margin-right: 5px;
    }

        section.claimDetailsPage ul.edit_links li:after {
            content: '|';
            display: inline-block;
            padding: 0 5px;
            color: #fff;
        }

        section.claimDetailsPage ul.edit_links li:last-child:after {
            display: none;
        }

        section.claimDetailsPage ul.edit_links li a {
            font-size: 16px;
            text-decoration: none;
            font-weight: 700;
        }

            section.claimDetailsPage ul.edit_links li a:hover {
                text-decoration: underline;
            }

            section.claimDetailsPage ul.edit_links li a:focus,
            section.claimDetailsPage ul.edit_links li a:active {
                text-decoration: none;
            }

/* Compensation Data Collection Steps */
/* Finish step */
section.compensationDataCollectionFinish {
    color: #0062AC;
}

    section.compensationDataCollectionFinish h1 {
        color: #0062AC;
    }
/********************************************************************************************/
/* Documents step */
section.compensationDataCollectionDocuments {
    color: #0062AC;
}

    section.compensationDataCollectionDocuments h1, section.compensationDataCollectionDocuments p {
        color: #0062AC;
    }

    section.compensationDataCollectionDocuments a.button {
        color: #fff;
    }
/********************************************************************************************/
/* Documents step - signaturePad */
section.compensationDataCollectionSignaturePad {
    color: #0062AC;
    padding: 40px 0;
}

    section.compensationDataCollectionSignaturePad h1, section.compensationDataCollectionSignaturePad p {
        color: #0062AC;
    }
/********************************************************************************************/
/* Comments step */
section.compensationDataCollectionComments {
    color: #0062AC;
}

    section.compensationDataCollectionComments h1 {
        color: #0062AC;
    }

    section.compensationDataCollectionComments p,
    section.compensationDataCollectionComments a {
        color: #0062AC;
        margin-top: 20px !important;
        text-align: left;
    }

    section.compensationDataCollectionComments a {
        text-decoration: underline;
    }

        section.compensationDataCollectionComments a.button {
            color: #fff;
        }

    section.compensationDataCollectionComments form.remarks-form {
        margin-top: 20px;
        text-align: left;
    }

        section.compensationDataCollectionComments form.remarks-form label {
            text-align: left;
        }

        section.compensationDataCollectionComments form.remarks-form textarea {
            border-radius: 0;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-borde-radius: 0;
            border: 0;
            resize: vertical;
        }

/********************************************************************************************/

.passengers_list {
    margin-top: 30px;
}

    .passengers_list .passenger_box {
        border: 1px solid #78B0DE;
        padding: 20px;
        margin-bottom: 25px;
    }

        .passengers_list .passenger_box .passenger_info {
            margin-bottom: 15px;
        }

        .passengers_list .passenger_box .passenger_documents .document_label {
            font-size: 13px;
            margin-bottom: 15px;
        }

        .passengers_list .passenger_box .passenger_documents .document_name {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 20px;
        }


            .passengers_list .passenger_box .passenger_documents .document_name a,
            .passengers_list .passenger_box .passenger_documents .document_name a:hover,
            .passengers_list .passenger_box .passenger_documents .document_name a:focus,
            .passengers_list .passenger_box .passenger_documents .document_name a:active {
                color: #fff;
                text-decoration: none;
                max-width: 140px;
                overflow: hidden;
                display: inline-block;
                text-overflow: ellipsis;
            }

            .passengers_list .passenger_box .passenger_documents .document_name span.no_volmacht {
                font-size: 15px;
                padding: 2px 0;
                color: #F86476;
                border-left: 2px solid #F86476;
                padding-left: 5px;
            }

            .passengers_list .passenger_box .passenger_documents .cession_document_name span.no_cession_document {
                font-size: 15px;
                padding: 2px 0;
                color: #F86476;
                border-left: 2px solid #F86476;
                padding-left: 5px;
            }

        .passengers_list .passenger_box .passenger_documents input.delete_button {
            display: inline-block;
            background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
            width: 25px;
            height: 25px;
            border: 0;
            outline: 0;
            vertical-align: baseline;
            margin-left: 5px;
            margin-top: -5px;
        }

.document_name,
.cession_document_name{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

    .document_name a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        max-width: 150px;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
    }

    .cession_document_name a {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
    }

    .document_name a:hover,
    .document_name a:focus,
    .document_name a:active,
    .cession_document_name a:hover,
    .cession_document_name a:focus,
    .cession_document_name a:active {
        text-decoration: none;
    }

    .document_name input.delete_button,
    .cession_document_name input.delete_button,
    .document_name input.before_upload_delete_document {
        display: inline-block;
        background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
        width: 25px;
        height: 25px;
        border: 0;
        outline: 0;
        margin-left: 5px;
    }

span.document_label {
    margin-bottom: 15px;
    font-weight: 300;
    display: block;
}

.documents_list span.document_label {
    font-weight: 300;
}

.documents_block {
    position: relative;
    border: 1px solid #78B0DE;
    padding: 25px 15px;
    margin-bottom: 15px;
    text-align: left;
}

a.download_volmacht, a.download_cessie, .start_digital_sign, .finish_digital_sign {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
    color: #F86476;
    text-decoration: underline;
}

.digitalSignature {
    margin-top: 15px;
}

    .digitalSignature .finish_digital_sign, .digitalSignature .start_digital_sign {
        font-size: 13px;
    }

.start_digital_sign, .finish_digital_sign {
    cursor: pointer;
}

ul.other_documents {
    padding: 0;
    list-style: none;
}

    ul.other_documents li {
        margin-bottom: 10px;
        color: #fff;
    }

        ul.other_documents li span.document_name {
            font-size: 13px;
            font-weight: 500;
        }

        ul.other_documents li span a {
            max-width: 100%;
        }

ul#other_documents_list,
ul#uploaded_documents_list {
    list-style: none;
    padding: 0;
}

    ul#other_documents_list li,
    ul#uploaded_documents_list li {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

@media screen and (max-width: 767px) {
    ul#other_documents_list li,
    ul#uploaded_documents_list li {
        width: 100%;
        word-wrap: break-word;
        position: relative;
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
    }

        ul#uploaded_documents_list li span.fileName a {
            max-width: 90%;
            overflow: hidden;
            display: inline-block;
            text-overflow: ellipsis;
            font-weight: bold;
            vertical-align: middle;
        }
}

ul#other_documents_list li span.delete_button,
ul#uploaded_documents_list li span.delete_button {
    display: inline-block;
    background: url(../../Images/DAS/ic_cancel.png) no-repeat center;
    width: 25px;
    height: 25px;
    border: 0;
    outline: 0;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 5px;
}



@media screen and (max-width: 767px) {
    ul#other_documents_list li span.delete_button,
    ul#uploaded_documents_list li span.delete_button {
        position: absolute;
        right: 0;
        top: 0;
    }
}

ul#other_documents_list li span.delete_button a,
ul#uploaded_documents_list li span.delete_button a {
    display: block;
    width: 100%;
    height: 100;
}

#other_documents_upload {
    overflow: hidden;
    height: 50px;
}

    #other_documents_upload label {
        position: absolute;
        top: 0;
    }

.documents_buttons a.button,
.documents_buttons button {
    min-width: 170px;
    text-align: center;
    margin-right: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

    .documents_buttons button.blue {
        margin-right: 10px;
    }

@media screen and (max-width: 767px) {
    .documents_buttons button.blue {
        margin-right: 0;
    }

    .documents_buttons .pull-right {
        float: none !important;
    }
}

/* User information upload */

.user_information_upload {
    margin: 20px 0;
}

    .user_information_upload span.document_label {
        font-weight: 300;
    }

/* Review slider */

.review_section {
    padding: 40px 0;
    background-image: url(../../Images/DAS/review_bg.png);
    background-image: -webkit-image-set(url(../../Images/DAS/review_bg.webp) 1x, url(../../Images/DAS/review_bg.webp) 2x);
    background-image: image-set(url(../../Images/DAS/review_bg.png) 1x, url(../../Images/DAS/review_bg.png) 2x);
    background-size: cover;
    position: relative;
    overflow: hidden;
}

    .review_section:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #CFE3F2;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 1;
    }

    .review_section h3 {
        text-align: center;
        font-weight: 300;
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 36px;
        position: relative;
        z-index: 999;
    }

    .review_section a {
        color: #0062AC;
        text-decoration: none;
    }

    .review_section p {
        color: #0062AC !important;
        text-align: center;
        font-size: 22px !important;
        position: relative;
        z-index: 999;
    }

    .review_section .slick-slider {
        z-index: 999;
    }

#slide_item {
    text-align: center;
    outline: 0;
}

.review_content {
    width: 80%;
    margin: 0 auto;
}

.review_text {
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
}

.review_customer_name, .review_date {
    text-align: left;
    text-transform: uppercase;
    display: inline-block;
}

.review_customer_name {
    font-weight: bold;
    font-size: 16px;
    color: #0062AC;
    float: left;
}

    .review_customer_name span {
        font-weight: 300;
    }

.review_date {
    font-weight: 700;
    color: #0062AC;
    float: right;
    margin-right: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .review_date {
        float: left;
        margin-top: 10px;
        clear: both;
    }
}

.star-ratings-sprite {
    background: url(../../Images/DAS/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    float: right;
}

@media screen and (max-width: 666px) {
    .star-ratings-sprite {
        float: left;
        margin-top: 10px;
        clear: both;
    }
}

.star-ratings-sprite-rating {
    background: url(../../Images/DAS/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 22px;
    display: block;
}

@media screen and (max-width: 767px) {
    .review_date {
        float: left;
        margin-top: 10px;
        display: block;
        width: 100%;
    }
}

.prev_slide, .next_slide {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #0062AC;
    background: #fff;
    border-radius: 100px;
    top: 5px;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .prev_slide, .next_slide {
        display: none !important;
    }
}

.prev_slide:after {
    content: '❮';
}

.next_slide:after {
    content: '❯';
}

.prev_slide {
    left: 0;
}

.next_slide {
    right: 0;
}

section.reviewsPage .content {
    padding: 1.5em 0;
    overflow: hidden;
}

.kiyoh_topbar {
    text-align: center;
    border: 1px solid #f3f3f3;
}

    .kiyoh_topbar img.review_kiyoh_logo {
        display: inline-block;
        vertical-align: middle;
    }

    .kiyoh_topbar h3 {
        display: inline-block;
        font-size: 30px;
        vertical-align: middle;
        padding-top: 20px;
    }

.review_item {
    overflow: hidden;
    border: 1px solid #f3f3f3;
    margin: 15px 0;
    padding: 15px;
    transition: 0.3s;
}

    .review_item:hover {
        background: #fdfdfd;
    }

.review_top_section,
.review_content_container,
.review_container_date {
    overflow: hidden;
}

.review_top_section {
    margin-bottom: 10px;
}

    .review_top_section strong.uppercase {
        text-transform: uppercase;
        display: inline-block;
        margin-bottom: 10px;
    }

    .review_top_section .star-ratings-sprite {
        float: left;
        margin-right: 15px;
        margin-top: 0;
    }

.review_content_container {
    padding: 0 15px;
}

    .review_content_container p {
        margin: 0 !important;
        padding: 15px 0;
    }

    .review_content_container .plus strong,
    .review_content_container .minus strong,
    .review_container_date {
        text-transform: capitalize;
    }


/* Blog page */

.blogoverview {
    margin: 0 15px;
}

    .blogoverview h1 {
        color: #0065bd;
        font-weight: bold;
        text-transform: uppercase;
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
        min-height: 50px;
    }

        .blogoverview h1 span {
            color: #0065bd;
            font-weight: bold;
            text-transform: uppercase;
            padding-bottom: 20px;
            margin-bottom: 20px;
            position: relative;
            background: #fff;
            padding-right: 15px;
            overflow: hidden;
            height: 50px;
        }

        .blogoverview h1:before {
            content: '';
            display: block;
            width: 100%;
            height: 5px;
            background: #0065bd;
            position: absolute;
            top: 20px;
        }

section.blogarchive .content {
    border: 1px solid #f1f1f1;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 10px;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 5px solid #0065bd;
}

    section.blogarchive .content .image {
        height: 190px;
        overflow: hidden;
    }

        section.blogarchive .content .image img {
            max-width: 100%;
            height: auto;
        }


@media screen and (max-width: 768px) {
    section.blogarchive .content {
        height: 100%;
        min-height: 100%;
    }
}

section.blogarchive .content:hover {
    border-bottom: 5px solid #f92634;
    cursor: pointer;
}

    section.blogarchive .content:hover a,
    section.blogarchive .content a:focus {
        text-decoration: none;
    }

section.blogarchive .content h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0065bd;
}

section.blogarchive .content p {
    text-align: justify;
}


section.blogarchive .content .date {
    width: 100%;
    clear: both;
    text-align: right;
    margin: 10px 0;
    text-transform: capitalize;
}

/* Page navigation */

.page_navigation {
    text-align: center;
    margin: 15px 0;
}

    .page_navigation a:hover {
        text-decoration: none;
    }

a.nav_arrow, span.nav_arrow {
    font-size: 30px;
    font-weight: bold;
    margin: 0 10px;
    line-height: 0;
}

a.nav_arrow {
    color: #f92634;
}

span.nav_arrow {
    color: #0065bd;
}

span.current_page_number,
a.page_number,
span.last_page {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin: 0 5px;
}

a.page_number {
    background: #f92634;
}

span.current_page_number {
    background: #0065bd;
}

span.last_page {
    background: #0065bd;
    color: #fff;
}

/* Style for autocomplete */

.autocomplete-suggestions {
    border: 1px solid transparent;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #0065bd;
    font-weight: bold;
}
/* Settings for video */

.video-wrapper {
    position: relative;
    margin-top: 30px;
    padding-bottom: 57%;
}

    .video-wrapper iframe {
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (max-width: 1200px) {
    .video-wrapper iframe {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .float-right-xs {
        float: right;
        display: block;
        clear: both;
    }
}

@media (min-width: 768px) {
    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {
    .pull-right-lg {
        float: right;
    }
}

@media screen and (max-width: 768px) {
    .dashboard_box {
        padding-left: 0;
    }

        .dashboard_box .dashboard_sub_content {
            padding-left: 40px;
        }

    span.flight_content {
        display: inline-block;
        padding-bottom: 5px;
    }

        span.flight_content a {
            color: #fff;
            text-decoration: underline;
        }
}

/* Internet explorer fixes -IE10+ CSS styles go here */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .button, button {
        vertical-align: baseline;
    }
}

/* Footer changes */

section.footer {
    padding: 40px 0;
    min-height: 200px;
    background-color: #ffffff;
}

    section.footer .footer_widget {
        margin-bottom: 25px;
    }

    section.footer p.widget_title {
        font-size: 18px;
        font-weight: 400;
        border-bottom: 1px solid #0062AC;
        padding-bottom: 10px;
        color: #0062AC;
    }

        section.footer p.widget_title a:hover {
            color: #0062AC;
        }

        section.footer p.widget_title a {
            color: #0062AC;
        }

    section.footer ul.footer_posts {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    section.footer ul li {
        color: #0062AC;
    }

    section.footer ul.footer_posts.airlines {
        list-style-type: square;
        padding-left: 18px;
        columns: 2;
        column-gap: 50px;
    }

    section.footer ul.footer_posts a {
        font-size: 14px;
        font-weight: 100;
        color: #0062AC;
    }

        section.footer ul.footer_posts a,
        section.footer ul.footer_posts a:hover,
        section.footer ul.footer_posts a:focus,
        section.footer ul.footer_posts a:visited {
            color: #0062AC;
            text-decoration: none;
        }

            section.footer ul.footer_posts a:hover {
                text-decoration: underline;
            }

a {
    color: #0062AC;
}


.dashboard_box {
    padding-left: 55px;
}

    .dashboard_box .dashboard_sub_head {
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: bold;
    }

    .dashboard_box .dashboard_sub_content {
        padding-left: 140px;
    }

.dist {
    margin-bottom: 20px;
}

#extref {
    margin-left: 30px;
    font-size: 20px;
}

    #extref ul li {
        color: white;
    }

.cessionOfferSignaturePad {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: left;
}

@media screen and (min-width: 1280px) {
    #CybotCookiebotDialog[data-template="bottom"] {
        scale: 65%;
        transform: translate(-52%,-130%) !important;
    }

    #CybotCookiebotDialog[data-template="popup"] {
        scale: 65%;
        transform: translate(-79%, -120%) !important;
    }
}

@media screen and (max-width: 1280px) and (min-width: 601px) {
    #CybotCookiebotDialog[data-template="bottom"] {
        scale: 65%;
        transform: translate(-79%, -120%) !important
    }

    #CybotCookiebotDialog[data-template="popup"] {
        scale: 65%;
        transform: translate(-79%, -103%) !important
    }
}

.disabled-link {
    pointer-events: none;
    cursor: default;
}

.credibilityBanner {
    max-width: 500px;
    padding: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

.credibilityBanner h4, .credibilityBanner li {
    color: #2E88AD;
}