
.namechangesubmit {
    display: inline;
}

.namechangesubmit input {
    min-width: fit-content;
}

.btn:disabled, .button:disabled {
    background-color: #a7a9ac !important;
}

table.ticket_passenger_details {
    margin-top: 30px;
}

table.ticket_passenger_details:first-child {
    margin-top: 0px;
}

a#apply_voucher {
    text-decoration: underline !important;
}

.ard-trips {
    border: dashed;
    color: blue;
    padding: 2px;
    max-width: 340px;
    margin: 15px 0px;
}

input#SNP {
    width: 20px;
    height: 20px;
}

.tokn-image {
    width: calc(100% - 4em);
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
    margin-top: 10px;
}

label.error {
    margin: 5px 0 0;
    font-size: 14px;
    color: red;
    line-height: 1.125;
}

.access-users--block-area {
    background-color: #eee;
    border: 1px solid #222;
    border-radius: 3px;
    display: inline-block;
    margin: 10px;
    padding: 5px;
}

/*
.fly--AKN-notice {
    background-color: #9eff9e;
    border: 1px solid #222;
    padding: 20px;
} */

.flight_nonrefundable_td,
#results table.fly-table.table thead tr th.flight_nonrefundable_td {
    background-color: #9BAC6A;
    border-top: 1px solid #7f8c59;
    border-bottom: 2px solid #7f8c59;
    text-align: center;
    font-weight: 500;
}

.flight_refundable_td,
#results table.fly-table.table thead tr th.flight_refundable_td {
    background-color: #17a2b8;
    border-top: 1px solid #208a9b;
    border-bottom: 2px solid #208a9b;
    text-align: center;
    font-weight: 500;
}

.modal-body #main p {
    font-weight: 500;
}

.flight-datepicker {
    margin-top: 20px;
}

.refundable-addon-container {
    border: 1px solid #aaa;
    margin-bottom: 15px;
    background-color: #eee;
    text-align: left;
}

.refundable-addon-container p {
    padding: 10px;
    margin-bottom: 0;
    font-size: 20px;
    color: #88181a;
    font-weight: bold;
}

.refund-body {
    background-color: #fff;
}

.refund-body p {
    color: #88181a;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    font-weight: normal;
}

.dataTable th, .dataTable td {
    text-align: left;
}

/* fly and seat page tables */
.fly-table thead tr th,
.fly-table tbody tr td,
.seat-picker thead tr th,
.seat-picker tbody tr td > div {
    text-align: center;
}

.seat-picker thead tr th {
    border: 1px solid #222;
}

.fly-table thead tr th,
.fly-table tbody tr td {
    border: 1px solid #a9a7ac;
}

table.flight-datepicker tbody tr td {
    border: none;
}

.fly-table .header-row span {
    font-size: 24pt;
}

.fly-table.table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #ccc;
}

.fly-msg {
    padding: 20px;
}

/* icons */
.fly-table i.fas.fa-info-circle {
    font-size: 9pt;
    color: #fff;
}

.icon, .ff-icon {
    height: 32px;
}

.triangle-right {
    border-top: 8px solid transparent;
    border-left: 14px solid #89181a;
    border-bottom: 8px solid transparent;
}

.triangle-left {
    border-top: 8px solid transparent;
    border-right: 14px solid #89181a;
    border-bottom: 8px solid transparent;
}

.triangle-right:hover {
    border-top: 7px solid transparent;
    border-left: 11px solid #6d1315;
    border-bottom: 7px solid transparent;
}

.triangle-left:hover {
    border-top: 7px solid transparent;
    border-right: 11px solid #6d1315;
    border-bottom: 7px solid transparent;
}

.triangle-right.segment {
    border-top: 8px solid transparent;
    border-left: 14px solid #A7A9AC;
    border-bottom: 8px solid transparent;
}

.extras--debit-card-people {
    background-color: #cfffcc;
    border-radius: 5px;
    font-size: 1.3em;
    margin-top: 5px;
    padding: 18px;
}

.check-in--free-bag-message {
    background-color: #fff;
    border: 1px solid #83ff83;
    border-radius: 5px;
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    padding: 10px;
}

.elite--is-bronze {
    border: 1px solid #dea173;
    background: -moz-linear-gradient(
            -72deg,
            #ca7345,
            #ffdeca 16%,
            #ca7345 21%,
            #ffdeca 24%,
            #a14521 27%,
            #ca7345 36%,
            #ffdeca 45%,
            #ffdeca 60%,
            #ca7345 72%,
            #ffdeca 80%,
            #ca7345
    );
    background: -webkit-linear-gradient(
            -72deg,
            #ca7345,
            #ffdeca 16%,
            #ca7345 21%,
            #ffdeca 24%,
            #a14521 27%,
            #ca7345 36%,
            #ffdeca 45%,
            #ffdeca 60%,
            #ca7345 72%,
            #ffdeca 80%,
            #ca7345
    );
    background: -o-linear-gradient(
            -72deg,
            #ca7345,
            #ffdeca 16%,
            #ca7345 21%,
            #ffdeca 24%,
            #a14521 27%,
            #ca7345 36%,
            #ffdeca 45%,
            #ffdeca 60%,
            #ca7345 72%,
            #ffdeca 80%,
            #ca7345
    );
    background: linear-gradient(
            -72deg,
            #ca7345,
            #ffdeca 16%,
            #ca7345 21%,
            #ffdeca 24%,
            #a14521 27%,
            #ca7345 36%,
            #ffdeca 45%,
            #ffdeca 60%,
            #ca7345 72%,
            #ffdeca 80%,
            #ca7345
    );

    border-radius: 2px;
    color: #000000;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.elite--is-silver {
    border: 1px solid #dedede;
    background: -moz-linear-gradient(
            -72deg,
            #dedede,
            #ffffff 16%,
            #dedede 21%,
            #ffffff 24%,
            #454545 27%,
            #dedede 36%,
            #ffffff 45%,
            #ffffff 60%,
            #dedede 72%,
            #ffffff 80%,
            #dedede 84%,
            #a1a1a1
    );
    background: -webkit-linear-gradient(
            -72deg,
            #dedede,
            #ffffff 16%,
            #dedede 21%,
            #ffffff 24%,
            #454545 27%,
            #dedede 36%,
            #ffffff 45%,
            #ffffff 60%,
            #dedede 72%,
            #ffffff 80%,
            #dedede 84%,
            #a1a1a1
    );
    background: -o-linear-gradient(
            -72deg,
            #dedede,
            #ffffff 16%,
            #dedede 21%,
            #ffffff 24%,
            #454545 27%,
            #dedede 36%,
            #ffffff 45%,
            #ffffff 60%,
            #dedede 72%,
            #ffffff 80%,
            #dedede 84%,
            #a1a1a1
    );
    background: linear-gradient(
            -72deg,
            #dedede,
            #ffffff 16%,
            #dedede 21%,
            #ffffff 24%,
            #454545 27%,
            #dedede 36%,
            #ffffff 45%,
            #ffffff 60%,
            #dedede 72%,
            #ffffff 80%,
            #dedede 84%,
            #a1a1a1
    );

    border-radius: 2px;
    color: #000000;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

.elite--is-gold {
    border: 1px solid #deca73;
    background: -moz-linear-gradient(
            -72deg,
            #ffde45,
            #ffffff 16%,
            #ffde45 21%,
            #ffffff 24%,
            #452100 27%,
            #ffde45 36%,
            #ffffff 45%,
            #ffffff 60%,
            #ffde45 72%,
            #ffffff 80%,
            #ffde45 84%,
            #452100
    );
    background: -webkit-linear-gradient(
            -72deg,
            #ffde45,
            #ffffff 16%,
            #ffde45 21%,
            #ffffff 24%,
            #452100 27%,
            #ffde45 36%,
            #ffffff 45%,
            #ffffff 60%,
            #ffde45 72%,
            #ffffff 80%,
            #ffde45 84%,
            #452100
    );
    background: -o-linear-gradient(
            -72deg,
            #ffde45,
            #ffffff 16%,
            #ffde45 21%,
            #ffffff 24%,
            #452100 27%,
            #ffde45 36%,
            #ffffff 45%,
            #ffffff 60%,
            #ffde45 72%,
            #ffffff 80%,
            #ffde45 84%,
            #452100
    );
    background: linear-gradient(
            -72deg,
            #ffde45,
            #ffffff 16%,
            #ffde45 21%,
            #ffffff 24%,
            #452100 27%,
            #ffde45 36%,
            #ffffff 45%,
            #ffffff 60%,
            #ffde45 72%,
            #ffffff 80%,
            #ffde45 84%,
            #452100
    );

    border-radius: 2px;
    color: #000000;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
    .icon {
        height: 29px;
    }

    .ff-icon {
        height: 30px;
    }
}

@media (max-width: 450px) {
    img.icon {
        display: none;
    }

    .ff-icon {
        display: none;
    }
}

/* cargo */

table.cargotable {
    padding-inline-start: 0px;
    justify-content: left;
    width: 100%;
}

table.cargotable, .cargotable tr, .cargotable td {
    font-size: 18px;
    padding: .5em 0em .5em 1em;
    border: 0px;
    color: #000;
    text-align: left;
}

.cargotable tbody tr:nth-child(odd) {
    background-color: var(--base-color-yellow-50);
}

.modify {
    background-color: white;
    border: 1px dashed #000;
    padding: .2rem;
    margin: 0 auto;
    min-width: fit-content;
    max-width: 80%;
    text-align: center;
}

.cargo {
    margin: 10px;
    border: solid;
    background-color: lightyellow;
    padding: 4px;
}

.cargo-nav {
    padding: 10px;
    margin: 10px;
    font-size: 18pt;
    line-height: 40pt;
}

.cargo-nav .nav-item {
    font-size: 13pt;
    width: 16.6%;
}

.cargo-nav .nav-link {
    padding: 12px 5px;
}

.cargo-nav .nav-link:hover {
    background-color: rgb(179, 179, 179);
    color: #88181a;
}

.cargo-nav .nav-link.active {
    background-color: #666;
}

.cargo-nav .nav-link.active:hover {
    color: #fff;
}

.cargo-internal-notes, .cargo-comments {
    width: 99%;
}

.cargo-label {
    margin-left: 4px;
}

.cargo-crm-internal-notes {
    background-color: #eee;
    color: #000;
    font-size: 0.8em;
    margin: 10px;
    padding-left: 10px;
}

.cargo-crm-internal-notes-title {
    font-weight: bold;
}

.cargo--title a {
    text-decoration: underline !important;
}

.cargo--subtitle {
    font-size: 1.0em;
    font-weight: bold;
}

.cargo--address {
    color: #000;
}

.cargo--address-area {
    background-color: #eee;
    border-radius: 3px;
    padding: 20px;
}

.cargo--address-box {
    background-color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    padding: 20px;
}

.cargo--address-field {
    font-size: 0.9em;
}

.cargo--address-field:first-child {
    font-size: 1.0em;
    font-weight: bold;
}

.cargo--declared-total, .cargo--taxes-total, .buy--price-total {
    font-weight: bold;
    text-align: right !important;
}

.cargo--edit-button {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #222;
    font-size: 0.5em;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 10px;
    padding: 5px;
}

.cargo--waybill-cancellation-label {
    font-weight: bold;
}

.cargo--waybill-cancellation-reason {
    background-color: #ddd;
    border-radius: 4px;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
}

.cargo--waybill-item-button {
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 4px;
    color: #222;
    font-size: 0.75em;
    font-weight: bold;
    margin-left: 6px;
    margin-right: 6px;
    padding: 5px 10px;
}

.cargo--waybill-item-header {
    color: #000;
    margin-top: 0px;
}

.cargo--waybill-link {
    text-decoration: underline !important;
}

.cargocrm--dropdown {
    background-color: #eee;
    border-radius: 4px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px;
}

.cargo--waybill-single-area {
    border-radius: 4px;
}

.cargo--form-section {
    margin-bottom: 12px;
}

.cargocrm--waybill-button {
    background-image: none;
    border-radius: 4px;
    box-shadow: none;
    font-size: 1em;
}

.cargocrm--waybill-button-smaller {
    font-size: 0.8em;
}

.cargo--waybill-edit-form {
}

.cargo--waybill-edit-form {
    margin: 0 auto;
    min-width: 300px;
    width: 50%;
}

.cargo--waybill-edit-form-item {
    background: #eee;
    border-radius: 3px;
    color: #000;
    margin-bottom: 20px;
    padding: 10px;
}

.cargo--waybill-edit-form textarea {
    width: 100%;
}

.cargo--waybill-edit-form-item input {
    width: 100%;
}

.cargo--waybill-edit-form-item input[type=checkbox] {
    width: initial;
}

.cargo--waybill-edit-manager-msg {
    background-color: #f3b1b1;
    border-radius: 4px;
    color: #000;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding: 20px;
}

.cargo--waybill-line-table {
    align: right;
}

.cargo--consignee-area textarea, .cargo--consignee-area input {
    width: 100%;
}

.cargo--grandtotal-row {
    border-top-color: #000;
    border-top-style: solid;
    border-top-width: thick;
    font-size: 1.2em;
}

.cargo--line-item, .buy--line-item {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.cargo--normal-text {
    font-size: 0.8em;
}

.cargo--shipper-info-area {
    background: #ddd;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
}

.cargo--shipper-info-area select {
    margin: 5px 5px 20px 5px;
}

.cargo--waybill-edit-button {
    float: right;
}

.cargo--waybill-edit-link {
    float: left;
    vertical-align: center;
}

.cargo--waybill-edit-dimensions {
    color: #000;
    margin-right: 10px;
}

.cargo--waybill-edit-dimensions-item {
    font-weight: bold;
}

.cargo-waybill-edit-line-item input {
    width: 50%;
}

.cargo--waybill-label-line {
    border: solid;
    border-color: #333;
    border-radius: 3px;
    border-width: 1px;
    color: #000;
    margin: 10px;
    padding: 0px 12px;
}

.cargo--waybill-label-line:last-child {
    margin-bottom: 40px;
}

.cargo--waybill-label-line.cargo--waybill-status-yellow {
    background-color: lightyellow;
}

.cargo--waybill-listing-header {
    color: #000;
}

.cargo--waybill-package-type-header {
}

.cargo--waybill-single {
    background-color: #ddd;
    border-color: #aaa;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 50px;
    margin-top: 6px;
    padding-bottom: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
}

@media only screen and (min-width: 1000px) {
    .cargo--address {
        display: flex;
    }

    .cargo--address-area {
        flex: 1;
    }
}

/* vouchers */

.vouchers--name-email-area {
    background-color: #eee;
    border-radius: 4px;
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    flex: 1 1 800px;
}

.super-voucher-sale--body {
    color: #111;
    font-size: 1.2em;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

.voucher-sale--body {
    color: #111;
    font-size: 1.2em;
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
}

.vouchers--contents, .vouchers--submit-area {
    display: flex;
}

.vouchers--submit-area {
    justify-content: space-between;
    width: 100%;
    align-items: flex-end;
}

.super-voucher-sale--column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px 20px;
}

.super-voucher-sale--h1 {
    margin-left: 5px;
}

.super-voucher-sale--h1 p {
    font-weight: 500;
}

.super-voucher-sale--h1 h6 {
    color: #000;
    font-size: 24px;
}

.super-voucher-sale--flex {
    display: flex;
    flex-wrap: wrap;
}

.super-voucher-sale--lastcolumn {
    font-size: 20px;
    margin: 5px
}

.voucher-terms {
    margin: 5px 0px;
}

.super-voucher-sale--options-single:hover {
    background-color: #A7A9AC40;
}

.super-voucher-sale--options-single {
    justify-content: space-between;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #a7a9ac;
    border-radius: 1px;
    flex: 1 1 270px;
    min-height: 120px;
    padding: 15px 30px;
}

.super-voucher-sale--options-single.wide {
    flex-grow: 1;
}

.super-voucher-sale--options-single-price {
    color: #89181a;
    font-size: 36px;
    font-weight: bold;
    padding-right: 5px;
}

.super-voucher-sale--options-single .super-voucher-sale--bonus {
    color: #222;
    font-size: 24px;
}

.super-voucher-sale--options-single input {
    visibility: hidden;
}

.super-voucher-sale--radio-area {
    height: 1px;
}

@media screen and (max-width: 1420px) {
    .super-voucher-sale--column {
        width: 70%;
    }

    .super-voucher-sale--column h1 {
        line-height: 1.2;
    }

    .super-voucher-sale--graphic-area img {
        width: 100%;
    }
}

@media screen and (max-width: 1115px) {
    .super-voucher-sale--column {
        width: 70%;
    }

    .super-voucher-sale--options-single {
        padding: 15px 20px;
        flex: 1 1 200px;
    }

    .super-voucher-sale--options {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .super-voucher-sale--column, .super-voucher-sale--cresendo {
        width: 80%;
        margin-top: 10px;
    }

    .vouchers--contents {
        flex-wrap: wrap;
    }

    .super-voucher-sale--options-single {
        flex: 1 1 270px;
    }
}

@media screen and (max-width: 768px) {
    .super-voucher-sale--column {
        width: 100%;
        margin: 0px;
        margin-top: 10px;
    }

    .vouchers--referral-area {
        width: 100%;
    }
}

@media screen and (max-width: 540px) {
    .buy--disclaimers-area {
        font-size: 13pt;
        line-height: 16pt;
    }

    .vouchers--submit-area {
        flex-wrap: wrap;
    }

    .super-voucher-sale--lastcolumn .voucher-terms {
        align-items: unset;
    }
}

@media (max-width: 450px) {
    img.icon {
        display: none;
    }

    .ff-icon {
        display: none;
    }

    .super-voucher-sale--options {
        flex: 1 1 auto;
    }

    .super-voucher-sale--options-single {
        margin: 0 0 15px 0;
        flex: 1 0 320px;
    }

    .vouchers--referral-area,
    .vouchers--referral-area input {
        font-size: 16px;
    }
}

input#q {
    height: 35px;
    width: 100px;
    border-radius: 13px;
    border: 1px solid #A7A9AC;
    margin: 15px 15px 0px 0px;
}

.super-voucher-sale--choose-q input {
    font-size: 1.2em;
    padding: 10px;
}

.vouchers--code {
    background-color: #ddd;
    border: 1px solid #222;
    font-size: 1.2em;
    float: left;
    margin: 30px;
    padding: 30px;

}

.vouchers--referral-area, .vouchers--referral-area input {
    font-size: 22px;
    margin: 0px 0px 5px 5px;
}

.vouchers--referral-url {
    border-width: 0;
    color: #495979;
    font-style: italic;
    padding: 0;
    width: 42ch;
}

#vouchers--purchase-amount {
    color: #89181a;
    font-weight: bold;
}

.vouchers--purchased {
}

.vouchers--purchased-list {
    display: inline-block;
    margin: 15px;
    min-width: 220px;
}

.vouchers--purchased-list-num {
    font-weight: bold;
    color: #88181a;
}

.vouchers--purchased-list-goop {
    color: #222;
}

.vouchers--purchased-list-new {
    background-color: lightyellow;
}

.vouchers--copy-button {
    border-radius: 4px;
}

.vouchers--copied-text {
    font-size: 0.9em;
}


/* animations */

.fade-in {
    opacity: 0;
    transition: opacity 250ms ease-in;
}

.fade-in.appear {
    opacity: 1;
}

.from-left {
    transform: translateX(-50%)
}

.from-right {
    transform: translateX(50%)
}

.from-left,
.from-right {
    transition: opacity 250ms ease-in,
    transform 400ms ease-in;
    opacity: 0;
}

.from-left.appear,
.from-right.appear {
    transform: translateX(0);
    opacity: 1;
}

.stroke-divider {
    background-color: #452D34;
    width: 600px;
    height: 5px;
    position: relative;
    margin: 15px 0px;
}

.right {
    background-image: linear-gradient(270deg, #FFFFFF00 0%, #ffffff 100%);
}

.left {
    background-image: linear-gradient(90deg, #FFFFFF00 0%, #ffffff 100%);
}

/* .flex-buttons .col {
    flex: 1 1 170px;
    padding: 10px;
} */


/* seat map button */

.seats--seatmap-item {
    padding: 4px;
}

.seats--exit-row {
    background-color: rgba(255, 115, 156, 0.3);
}

.seats--seat-isFree {
    background-color: #ffffff;
}

.seats--seat-isNotFree {
    background-color: #c3c3c3;
}

.seats--errorMsg {
    font-size: 1em;
}

.seats--legend-text {
    border-top: 1px solid #222;
}

.seats--seat-already-assigned {
    background-color: #80e988 !important;
}

.seats--seat-btn {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.seats--seat-btn-backwards button {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.seats--continue-button {
    font-size: 26px !important;
}

.seats--passenger-name {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    font-size: 1em;
    padding: 10px;
}

.seats--passenger-name-current {
    background-color: #8ed59a;
    font-weight: bold;
    margin-top: 10px;
}

.seats--passenger-current-seat-display-area {
    padding-left: 20px;
    text-align: left;
}

.seats--passenger-current-seat {
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #222;
    padding: 5px 8px;
}

.seats--current-seats-header {
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.seats--seatmap-container-DH8 {
    display: grid;
    grid-template-columns: 195px 46px 46px 46px 46px 46px 195px;
}

.seats--seatmap-container-DH3 {
    display: grid;
    grid-template-columns: 195px 46px 46px 46px 46px 46px 195px;
}

.seats--seatmap-container-757 {
    display: grid;
    grid-template-columns: 149px 46px 46px 46px 46px 46px 46px 46px 149px;
}

.seats--seatmap-container-752 {
    display: grid;
    grid-template-columns: 149px 46px 46px 46px 46px 46px 46px 46px 149px;
}

table.abtests--table td, table.abtests--table th {
    text-align: left;
}

button.seat-btn p, .seat-table tbody tr td p {
    margin-bottom: 0;
    font-size: 12pt;
    font-weight: 500;
}

button.seat-btn {
    border: 1px solid rgb(129, 129, 129);
    width: 38px;
    height: 40px;
}

.seats--seatmap-seat {
    background-color: white;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media screen and (max-width: 768px) {
    .seats--seatmap-container-DH8 {
        display: grid;
        grid-template-columns: 46px 46px 46px 46px 46px;
    }

    .seats--seatmap-container-DH3 {
        display: grid;
        grid-template-columns:  46px 46px 46px 46px 46px;
    }

    .seats--seatmap-container-757 {
        display: grid;
        grid-template-columns:  46px 46px 46px 46px 46px 46px 46px;
    }

    .seats--seatmap-container-752 {
        display: grid;
        grid-template-columns:  46px 46px 46px 46px 46px 46px 46px;
    }

    .seats--side-area {
        display: none;
    }
}

/*Server validation message*/
.gump-error-message {
    display: block;
    padding: 3px 10px;
    background: red;
    color: #fff;
    margin-bottom: 5px;
}

.gump-field {
    font-weight: bold;
    font-style: italic;
    padding-left: 5px;
    padding-right: 5px;
}

.form-message.success {
    display: block;
    padding: 3px 10px;
    background: green;
    color: #fff;
}

.form-message.success {
    display: block;
    padding: 3px 10px;
    background: green;
    color: #fff;
}

.form-message.has-content {
    margin-top: 30px;
}

.form--error-message {
    color: #ff0000;
    font-size: 0.9em;
}

.umnr_warning {
    background-color: rgba(255, 0, 0, 0.5);
    color: #000;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px;
}

.errorpage--main-area {
    background: rgba(43, 90, 193, 0.4);
}

/* fliers page */

.a_flier_box {
    background-color: #ddd;
    border-radius: 5px;
    color: #222;
    font-size: 20px;
    margin-bottom: 30px;
    padding: 20px;
}

.a_flier_extras_area {
    border-radius: 5px;
    margin-top: 5px;
    padding: 10px;
}

.a_flier_box select, .a_flier_box input {
    font-size: 20px;
}

/* payment methods */

.table--payment-methods {
    margin-top: 10px;
    width: 100%;
}

.table--payment-methods td {
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.table--payment-methods tr {
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.saved-cards--header {
    font-weight: bold;
    margin-top: 10px;
}

.payments--info-box {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    font-size: 16pt;
    line-height: 40pt;
    margin: 10px;
    padding: 10px;
}

.payments--info-box.container h3 {
    font-size: 12px !important;
}

.payments--area {
    margin-bottom: 30px;
}

.payments-on-card--header {
    font-size: 1.1em;
}

.table--cargo-new td {
    padding-right: 15px;
    text-align: left;
}

/* buy page */

.buy--umnr-tickets-area {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 40px 0;
    padding: 10px;
}

/*
#buy--extras-area, #cargo--declared-area {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
} */

.buy--extras-table, .cargo--declared-table, .cargo--taxes-table, .buy--totals-table {
    background-color: #fff;
    width: 100%;
}

.buy--extras-table td, .cargo--declared-table td, .cargo--taxes-table td, .buy--totals-table td {
    background-color: #fff;
    font-size: 1.0em;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    text-align: left;
}

.buy--checkout-area {
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}

.buy--disclaimers-area {
    color: #333;
    font-size: 15pt;
    line-height: 1.75em;
    margin-top: 20px;
}

.buy--disclaimers-area .headlines {
    text-decoration: underline;
}

.payments-box {
    border-radius: 4px;
    color: #000;
    padding: 20px;
    margin-top: 20px;
}

.buy--tokn-img {
    width: 100%;
    max-width: 200px;
}

input.purchase_tokn {
    border: none;
    width: auto;
    max-width: 30px;
    text-align: center;
}

.breadcrumb-item {
    display: inline-flex;
    align-items: baseline;
}

/* Allianz (insurance) styles on buy page */
.allianz-hidden {
    display: none;
}

/* online checkin */

.ticket--flight-description-item {
    font-weight: bold;
}

.ticket--flight-description-area {
    background-color: #d6ffff;
    border-radius: 4px;
    margin: 10px;
    padding: 10px;
}

.checkin--failed-flight-description-area {
    background-color: rgb(255, 91, 91);
    border: 5px solid rgba(255, 0, 0, 1);
    border-radius: 4px;
    color: #000;
    margin: 10px;
    padding: 10px;
}

.ticket--boarding-pass-link {
    background-color: #00e1ff;
    border-radius: 4px;
    color: #222;
    display: inline-block;
    font-weight: bold;
    font-size: 0.9em;
    margin: 10px 0px;
    padding: 10px;
}

.check-in--eligible-flights {
    font-size: 0.8em;
}

.check-in--form {
    color: #222;
    font-size: 1.5em;
}

.check-in--form-warning {
    background-color: #ff5c5c;
    border-radius: 4px;
    font-weight: bold;
    margin: 10px;
    padding: 10px;
}

.check-in--form-checkbox, .check-in--form-radio, .checkbox-lg {
    transform: scale(1.5, 1.5);
}

.check-in--form-locator {
    font-weight: bold;
}

.check-in--form-passenger {
    background-color: #fff;
    border-radius: 4px;
    margin-bottom: 60px;
    margin-top: 20px;
    padding: 10px;
}

.check-in--form-passenger-name {
    font-size: 1.2em;
    font-weight: bold;
}

.check-in--form-section {
    background-color: #eee;
    border-radius: 5px;
    margin-top: 20px;
    /*padding: 10px;*/
}

.check-in--form-question {
    margin-bottom: 15px;
    padding: 10px 20px;
}

.check-in--form-options {
    background-color: #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 20px;
}

.check-in--form-options label {
    margin-right: 40px;
}

.check-in--reminders {
    background-color: #ffb78b;
    border: 3px solid #ff5900;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px;
}

.check-in--hazardous-images {
    width: 100%;
}

/* crm */

#suggestion-box {
    margin: 1rem;
}

.crm--results-section {
    background-color: #f4f4f4;
    border: 1px solid var(--base-color-gray);
    border-radius: 4px;
    line-height: 1.7em;
    margin: .25rem;
    padding: 15px;
    height: auto;
    width: 75%;
    max-height: 500px;
    overflow: scroll;
}

.crm--results-section small a {
    color: #0d6efd;
}

/* airports page */

.sabre-queue--info-box {
    color: #222;
    font-size: 1.25em;
}

#planeConfigStatusMessage {
    background-color: #89ffa2;
    border: 1px solid #fff;
    border-radius: 4px;
    display: none;
    padding: 6px;
}

.airport--options-area {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.airport--options-column {
    width: 50%;
}

.airport--option-line {
    background-color: #f2f2ff;
    border-radius: 4px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 5px;
}

.airport--option-access {
    font-size: 0.75em;
}

.airport--passenger-line {
    background-color: #eee;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

.airport--passenger-line:nth-child(odd) {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .airport--options-area {
        flex-direction: column;
    }

    .airport--options-column {
        width: 100%;
    }

    .airport--option-line {
        background-color: #f2f2ff;
        border-radius: 4px;
        margin-bottom: 15px;
        padding: 5px;
    }
}

/* fiscan page */

.fiscan--content-area {
    background-color: #fff;
    color: #222;
    padding: 10px;
}

.fiscan--content-box {
    background-color: rgba(142, 173, 239, 0.4);
    border-radius: 4px;
    padding: 10px;
    margin: 10px;
    font-size: 18pt;
    color: #222;
}

.fiscan--header-line {
    font-size: 0.8em;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.rescheduler--slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.rescheduler--slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .rescheduler--slider {
    background-color: #2196F3;
}

input:focus + .rescheduler--slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .rescheduler--slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.rescheduler--slider.round {
    border-radius: 34px;
}

.rescheduler--slider.round:before {
    border-radius: 50%;
}

/* newcharter */

.newcharter--instructions {
    background-color: #ffff91;
    border-style: solid;
    color: black;
    padding: 20px;
}

.newcharter--content {
    padding: 10px;
    margin: 10px;
}

.newcharter--quote-flights {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 4px;
    color: #222;
    /*font-size: 18pt;*/
    margin: 10px;
    padding: 20px;
}

.org--content {
    background: rgba(255, 255, 255, 0.92);
    border-radius: 4px;
    color: #222;
    font-size: 15pt;
    margin: 6px;
    padding: 10px;
}

.newcharter--dead-leg {
    background-color: #727272;
    border: 1px solid #868686;
    border-radius: 4px;
    color: #fff;
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
}

.newcharter--flight-summary {
    background-color: #e1e1e1;
    border-radius: 4px;
    font-size: 22pt;
    margin: 10px 0;
    padding: 10px;
    /*line-height: 250%;*/
}

/* FAQ ACCORDION */
.accordion-button:not(.collapsed),
.accordion-button:after {
    background-color: var(--base-color-white);
    color: var(--base-color-brown);
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item .accordion-button,
.accordion-item .accordion-button.collapsed {
    border-radius: 48px;
}

.accordion-item {
    border: none;
}

.accordion-button,
.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
    color: #452D34;
    background-color: #fff;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 12px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 48px;
    border: 1px solid #D1D3D4;
    outline: none;
    transition: 0.4s;
}

.exp-date-input {
    width: 50px;
    height: 30px;
    border-radius: 10px;
}

@media (max-width: 450px) {
    .accordion-button {
        padding: 9px 16px;
    }
}

/* waitlist */

.waitlist--option-areas {
    background-color: #ddd;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 10px;
}

.waitlist--option-areas div {
    margin: 0px 40px;
}

.waitlist--removed-row {
    background-color: #a2a2a2;
    color: #666;
}

.waitlist--removed-row td .waitlist--arrow-emoji-up,
.waitlist--removed-row td .waitlist--arrow-emoji-down {
    background-color: #bdbdbd;
}

.waitlist--delete-list-button {
    background-color: #fff;
    border: 1px red solid;
    border-radius: 4px;
    padding: 4px 20px;
}

.waitlist--delete-list-confirmation-button {
    background-color: red;
    border: 1px red solid;
    border-radius: 4px;
    color: #fff;
    padding: 6px 20px;
}

.waitlist--move-list-button {
    background-color: #fff;
    border: 1px #222 solid;
    border-radius: 4px;
    font-size: 0.85em;
    padding: 4px 20px;
}

.waitlist--list-deletion-area {
    float: right;
}

.waitlist--cancel-deletion {
    cursor: pointer;
    float: right;
    text-decoration: underline;
}

.waitlist--button-undelete {
    background-color: #bdbdbd;
    color: #666 !important;
}

.waitlist--arrow-emoji-up {
    background-color: #d4ffcc;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.8em;
    padding: 10px 30px;
}

.waitlist--arrow-emoji-down {
    background-color: #ffdecc;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 0.8em;
    padding: 10px 30px;
}

.waitlist--input-number {
    max-width: 6em;
}

.waitlist--section {
    margin-bottom: 50px;
}

.waitlist--single-list-area {
    margin-bottom: 20px;
}

.waitlist--table {
    align-items: flex-start;
    display: flex;
    justify-content: center;
}

.waitlist--admin-name-field {
    width: 40%;
}

.waitlist--admin-add-name input {
    font-size: 1.3em;
    padding: 20px;
}

/* access tag */
.account--tabular-field {
    color: #222;
    display: inline-block;
    font-size: 18pt;
    margin: 10px;
    padding: 30px;
}

.access-tag-manager--tag-section {
    background-color: #eee;
    border-radius: 4px;
    margin: 30px;
    padding: 10px;
}

.access-tag-manager--person {
    background-color: #fff;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    display: inline-block;
    margin: 7px;
    padding: 10px;
}

.access-tag-manager--people {
    margin-bottom: 20px;
    margin-top: 20px;
}

.access-tag-manager--msg {
    font-weight: bold;
    margin-top: 10px;
    padding: 10px;
}

.access-tag-manager--button-remove {
    background-color: #ff8746;
    border: 0;
    border-radius: 4px;
    color: #fff;
    font-size: 0.85em;
    margin: 0 10px;
    padding: 0 8px;
}

.access-tag-add--message {
    font-size: 1.5em;
    padding: 20px 50px;
}

.access-tag-manager--user-id {
    font-size: 0.9em;
}

.access-tag-manager--group-area {
    margin: 6px 6px 20px 6px;
}

.access-tag-manager--group-name {
    background-color: #fff;
    border: 1px solid #ff8746;
    border-radius: 4px;
    font-size: 1.25em;
    font-weight: bold;
    padding: 6px 18px;
    text-transform: uppercase;
}

.access-tag-manager--group-name-small {
    background-color: #fff;
    border: 1px solid #ff8746;
    border-radius: 3px;
    font-size: 1em;
    font-weight: bold;
    padding: 0px 3px;
    text-transform: uppercase;
}

.access-tag-manager--group-count {
    font-size: 1em;
    padding: 6px;
}

/* orgs */

.orgs--column-full {
    width: 100%;
}

.orgs--padded {
    padding: 10px;
}

.orgs--manage-section {
    margin-bottom: 8px;
    margin-top: 8px;
}

/* A/B testing */

.abtests--table-area {
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin: 20px;
    padding: 20px;
}

.abtests--table-name {
    background-color: #e3f9ff;
    border: 1px solid #0d6efd;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px;
}

.abtests--success-msg {
    background-color: #7eff9a;
    border-radius: 2px;
    margin-top: 30px;
    padding: 20px;
}

/* Auction/bid */
.flysearch--auction-link {
    padding: 20px 0;
}

.flysearch--auction-button {
    background-color: #d3ffc3;
    border: 1px solid #00a90d;
    border-radius: 4px;
    padding: 10px;
}

.bid--time-left {
    color: #ff0000;
}

.bid--flight-info {
    background-color: #fff;
    display: grid;
    grid-template-columns: 100px 100px 100px;
}

.bid--flight-info span {
    background-color: #f3f3f3;
    font-size: 0.9em;
    margin: 1px;
    padding: 4px;
}

.bid--auction-area {
    display: grid;
    grid-template-columns: 100px 200px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.bid--current-bid {
    font-size: 1.5em;
}

.bid--current-bid span {
    color: #0a58ca;
    font-size: 0.6em;
    margin-left: 20px;
}

.bid--current-bid-text {
    display: inline;
    margin-bottom: 20px;
}

.bid--bid-button {
    background-color: #0a58ca;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 12px;
    padding: 5px 25px;
}

.bid--explainer-section {
    margin: 0 auto 130px auto;
    width: 80%;
}

.bid-history--summary-area {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    margin-bottom: 30px;
    margin-top: 10px;
}

.bid-history--table {
    margin-top: 30px;
}

.bid-history--current-high {
    font-size: 1.5em;
    font-weight: bold;
}

.flysearch--refund-button {
    font-size: 16pt;
    position: relative;
    top: 3px;
}

.flysearch--location-msg {
    font-size: 24pt;
}

/* rebook */

.rebook-passengers--section-title {
    background-color: #c6dfe8;
    border-radius: 4px;
    font-size: 1.1em;
    margin-bottom: 10px;
    padding: 20px;
}

.rebook-passengers--spinner-img {
    height: 100px;
    width: 100px;
}

.rebook-passengers--disabled-row {
    background-color: #ffebd4 !important;
}

.rebook-passengers--disabled-row td {
    color: #646464;
}

/* new extras page */
.buy--vouchers-applied-area {
    margin-top: 10px;
}

.buy--vouchers-applied-area div {
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.8em;
    margin: 5px;
    padding: 7px;
}

.sendy--form-input {
    width: 50%;
}

.admin-only-area {
    background-color: #e2ffe2;
    border: 3px dashed #00FF00;
    margin: 20px 0;
    padding: 8px;
}

.required-asterisk {
    color: #ff0000;
}

/** seats page **/
.seats--picker {
    position: relative;
}

.seats--loading-message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: 10000;
    transform: translate(-50%, -50%);
    text-align: center;
}


/* pilot recruitment alert */
.pilotrecruitment-alert{
    display:none;
}
