/* Minification failed. Returning unminified contents.
(222,18): run-time error CSS1030: Expected identifier, found '.'
(222,36): run-time error CSS1031: Expected selector, found ')'
(222,36): run-time error CSS1025: Expected comma or open brace, found ')'
(253,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(254,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(255,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(256,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(257,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(258,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(259,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(260,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(261,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(262,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(263,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(264,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(269,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(270,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(271,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(272,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(273,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(274,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(275,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(276,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(277,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(278,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(279,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(280,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/* Restore Bootstrap card appearance for cards in viewContent (accordion/search forms) */
.viewContent .card {
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    color: #212529 !important;
    border-radius: 0.375rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.viewContent .card-header {
    background-color: #f8f9fa !important;
    border-bottom: 1px solid #dee2e6 !important;
    color: #212529 !important;
    border-radius: 0.375rem 0.375rem 0 0 !important;
}

.viewContent .card-body {
    background-color: #fff !important;
    color: #212529 !important;
    border-radius: 0 0 0.375rem 0.375rem !important;
}

/* Restore entity card appearance inside viewContent — these use .card but must NOT
   get the Bootstrap card overrides above. All properties use !important to win over
   the .viewContent .card rule which also uses !important. */
.viewContent .card.personCard,
.viewContent .card.addressCard,
.viewContent .card.phoneCard,
.viewContent .card.emailCard,
.viewContent .card.tailNumberCard,
.viewContent .card.airlineCodeCard,
.viewContent .card.creditCardCard,
.viewContent .card.rewardCardCard {
    background-color: #5a5a5a !important;
    border: 3px solid #5a5a5a !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: white !important;
    display: inline-block !important;
    min-height: 150px !important;
    width: 200px !important;
}

.viewContent .card.personCard .content,
.viewContent .card.addressCard .content,
.viewContent .card.phoneCard .content,
.viewContent .card.emailCard .content,
.viewContent .card.tailNumberCard .content,
.viewContent .card.airlineCodeCard .content,
.viewContent .card.creditCardCard .content,
.viewContent .card.rewardCardCard .content {
    color: #333 !important;
    font-size: 14px !important;
}
/* ================================================================
   BS3->BS5 BRIDGE RULES
   These restore BS3 class behavior for classes removed in BS5.
   ================================================================ */

/* BS3->BS5 bridge: .hide (display:none !important) was removed in BS4+ */
.hide {
    display: none !important;
}

/* BS3->BS5 bridge: .Hidden/.Visible from Site.css — Site.css is not loaded by
   _LayoutNew.cshtml, so these must be redefined here */
.Hidden {
    display: none !important;
}
.Visible {
    display: block !important;
}

/* BS3->BS5 bridge: restore .checkbox wrapper spacing (BS5 removed this class) */
.checkbox {
    margin-top: 10px;
    margin-bottom: 10px;
}
.checkbox label {
    cursor: pointer;
    padding-left: 5px;
}
.checkbox input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
}

.row + .row > .col-lg-12 > .contentContainer {
    margin-top: 32px !important;
}
/* ================================================================
   BS3->BS5 BRIDGE RULES
   These restore BS3 class behavior for classes removed in BS5.
   ================================================================ */

/* BS3->BS5 bridge: hide radio/checkbox inputs inside btn-group toggle labels (BS3 did this automatically) */
.btn-group[data-bs-toggle="buttons"] label > input[type="radio"],
.btn-group[data-bs-toggle="buttons"] label > input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

/* BS3->BS5 bridge: restore BS3 btn-default look for toggle buttons inside btn-groups.
   BS3 btn-default: white bg, #ccc border, #e6e6e6 active/hover fill. */
.btn-group[data-bs-toggle="buttons"] label.btn {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}
.btn-group[data-bs-toggle="buttons"] label.btn:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-group[data-bs-toggle="buttons"] label.btn.active {
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
}

/* BS3->BS5 bridge: BS5 .btn-group > .btn has flex:1 1 auto, causing the last item in a
   wrapping group to stretch and fill the row. Revert to natural size. */
.btn-group[data-bs-toggle="buttons"] > .btn,
.btn-group[data-bs-toggle="buttons"] > label.btn {
    flex: 0 0 auto;
}

/* BS3->BS5 bridge: BS5 reboot sets border-style:solid on all td/th/tr, which activates
   border-width values from Infragistics igGrid CSS that were inert under BS3's default
   border-style:none. Reset to none so igGrid renders as before. */
.ui-iggrid thead, .ui-iggrid tbody, .ui-iggrid tfoot,
.ui-iggrid tr, .ui-iggrid td, .ui-iggrid th {
    border-color: initial;
    border-style: none;
}

/* BS3->BS5 bridge: Cards inside contentContainer accordion are structural wrappers;
   the contentContainer itself provides the dark gray border (3px) and rounded corners
   (10px). Remove all card borders to avoid doubling with contentContainer's frame. */
.contentContainer .accordion > .card {
    background-color: #fff;
    border: none;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    margin: 0;
    overflow: visible;
    width: 100%;
}

/* BS3->BS5 bridge: Grid card - no card-body padding, clip content to match
   contentContainer's inner bottom rounded corners (10px outer - 3px border = 7px). */
.contentContainer .accordion > .card:not(.force-header) > .card-body {
    padding: 0;
}
.contentContainer .accordion > .card:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.contentContainer .accordion > .card:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    overflow: hidden;
}

/* BS3->BS5 bridge: Remove BS5 card-header border-bottom and card-title margin-bottom
   that create extra spacing not present in BS3 panels. */
.contentContainer .card.force-header > .card-header {
    border-bottom: none;
}
.contentContainer .card.force-header .card-title {
    margin-bottom: 0;
}

/* BS3->BS5 bridge: SiteNew.css .card .header (line 740) is designed for dashboard
   overlay cards and sets position:absolute, height:30px, etc. Override those for
   accordion card-headers so they flow normally. Also replace overflow:hidden with
   clearfix to contain the Add button float without clipping. */
.contentContainer .accordion > .card > .card-header.header {
    height: auto;
    left: auto;
    overflow: visible;
    position: static;
    top: auto;
}
.contentContainer .card.force-header > .card-header.header::after {
    content: '';
    display: block;
    clear: both;
}

/* BS3->BS5 bridge: igGrid measures its container at init time, but BS5 flex/card layout
   can return a narrower value than the actual available width. Force the igGrid wrapper
   elements (which have inline pixel widths) to fill their container instead. */
.contentContainer .ui-iggrid,
.contentContainer [id$="_container"],
.contentContainer .ui-iggrid > div,
.contentContainer .ui-iggrid table {
    width: 100% !important;
}

/* BS3->BS5 bridge: input-group-btn wrapper is removed in BS5, make it invisible to layout */
.input-group-btn {
    display: contents;
}
.input-group > .input-group-btn:last-child > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .input-group-btn:first-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* BS3->BS5 bridge: twitter-typeahead.js wraps the input in a <span style="display:inline-block; width:Xpx">
   set as an inline style. !important overrides inline styles. flex-wrap:nowrap prevents
   the button from dropping to the next line when BS5's flex-wrap:wrap kicks in. */
.input-group:has(.twitter-typeahead) {
    flex-wrap: nowrap;
}
.input-group .twitter-typeahead {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    position: relative;
    width: auto !important;
}
.input-group .twitter-typeahead .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
}

/* BS3->BS5 bridge: btn-xs was removed in BS4+ */
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

/* BS3->BS5 bridge: BS5 uses pointer-events:none on disabled buttons, losing the not-allowed cursor. Restore BS3 behavior. */
.btn:disabled, .btn.disabled {
    pointer-events: auto;
    cursor: not-allowed;
}

/* BS3->BS5 bridge: btn-info in BS5 uses black text on lighter cyan; restore BS3 white text + darker background via custom properties */
.btn-info {
    --bs-btn-color: #fff;
    --bs-btn-bg: #5bc0de;
    --bs-btn-border-color: #46b8da;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #31b0d5;
    --bs-btn-hover-border-color: #269abc;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #269abc;
    --bs-btn-active-border-color: #1b6d85;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #5bc0de;
    --bs-btn-disabled-border-color: #46b8da;
}

/* BS3->BS5 bridge: btn-warning in BS5 uses black text on lighter yellow; restore BS3 white text + darker background via custom properties */
.btn-warning {
    --bs-btn-color: #fff;
    --bs-btn-bg: #f0ad4e;
    --bs-btn-border-color: #eea236;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ec971f;
    --bs-btn-hover-border-color: #d58512;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d58512;
    --bs-btn-active-border-color: #c77c11;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f0ad4e;
    --bs-btn-disabled-border-color: #eea236;
}

/* BS3->BS5 bridge: center-block was removed in BS4+ */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* BS3->BS5 bridge: thumbnail container was removed in BS4+ (img-thumbnail still exists) */
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/* BS3->BS5 bridge: BS3 applied max-width:100% globally to img; BS5 only applies it
   to .img-fluid. Restore for images inside .thumbnail so they don't overflow the card. */
.thumbnail img {
    max-width: 100%;
    height: auto;
}

/* BS3->BS5 bridge: caption-side was changed to bottom in BS5 */
.table caption { caption-side: top; }

/* BS3->BS5 bridge: form-group spacing (removed in BS5) */
.form-group {
    margin-bottom: 1rem;
}

/* BS3->BS5 bridge: .hidden utility class (removed in BS5, use .d-none instead) */
.hidden {
    display: none !important;
}

/* BS3->BS5 bridge: form-horizontal makes .form-group act as a flex row */
.form-horizontal .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * 1.5rem);
    margin-left: calc(-.5 * 1.5rem);
}
.form-horizontal .form-group > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(1.5rem * .5);
    padding-left: calc(1.5rem * .5);
}

/* BS3->BS5 bridge: control-label (removed in BS5) */
.control-label {
    font-weight: 700;
    padding-top: calc(0.375rem + 1px);
    margin-bottom: 0;
}
.form-horizontal .control-label {
    text-align: right;
}

/* BS3->BS5 bridge: input-lg (BS5 uses form-control-lg) */
.input-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.5rem;
}

/* BS3->BS5 bridge: jumbotron (removed in BS5) */
.jumbotron {
    padding: 2rem 0;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
.jumbotron > .rounded-top > h3 {
    margin-bottom: 0;
}

/* BS3->BS5 bridge: BS5 removed default badge background; restore BS3 gray pill */
.badge {
    background-color: #777;
    border-radius: 10px;
}

/* BS3->BS5 bridge: BS5 adds text-decoration:underline to links; BS3 had none */
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a.btn:hover { text-decoration: none; }

/* BS3->BS5 bridge: BS5 default modal max-width is 500px; BS3 used width: 600px */
@media (min-width: 576px) {
    .modal-dialog {
        width: 600px;
        max-width: 600px;
    }
}

/* BS3->BS5 bridge: modal footer buttons using form-group > col-* need flex row */
.modal-footer > .form-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.modal-footer > .form-group > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

@media all and (min-width:1200px) {
    .modalFlightScheduleReservation .modal-dialog {
        top: 10%;
        right: 65%;
        outline: none;
    }

    .modalFlightScheduleEntry .modal-dialog {
        top: 120px;
        left: -20%;
        outline: none;
    }

    .modalPilotSearch .modal-dialog {
        top: 120px;
        left: 20%;
        outline: none;
    }

    .modalFlightScheduleReservation .modal-dialog {
        width: 480px;
        margin: 20px auto;
        top: 120px;
        left: -20%;
        outline: none;
    }

    .reportFavorite {
        font-size: 25px;
    }
}

@media screen and (max-width: 1480px) {
    .customerIndex .viewContentWithFooter {
        bottom: 100px;
    }

    .customerIndex .viewFooter {
        height: 100px;
        text-align: center;
    }

        .customerIndex .viewFooter .btn-toolbar .input-group {
            width: 200px;
        }

    .journalEntries .viewContentWithFooter {
        bottom: 100px;
    }

    .journalEntries .viewFooter {
        height: 100px;
        text-align: center;
    }

        .journalEntries .viewFooter .btn-toolbar .input-group {
            width: 200px;
        }
}

/*Loader*/
.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/Content/images/PleaseWaitSpinner128x128.gif') center no-repeat rgba(0, 0, 0, 0.4);
}

/* Global Styles */
html {
    min-height: 100%;
    position: relative;
}
.lt-gray {
    background-color: #e9e9e9;
}


body {
    display:none;
    background-color: #e2e2e2;
    font-family: Tahoma, Arial, sans-serif;
    margin-bottom: 38px;
    min-width: 1000px;
    -ms-overflow-style: scrollbar;
}

.divModalDialogBody {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: #d9d8d8;
    z-index: 101;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

/* Layout Styles */
.siteHeader {
    background-color: white;
    border-bottom: solid 2px black;
    height: 120px;
    left: 0;
    margin: 0;
    min-width: 1000px;
    overflow: hidden;
    padding: 10px 0 10px 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
    width: 100%;
}

    .siteHeader .logo {
        display: inline-block;
        margin: 0 10px 0 0;
        vertical-align: middle;
    }

    .siteHeader .logoFlyBuys {
        display: inline-block;
        margin: 0 0 0 1px;
        vertical-align: middle;
    }

        .siteHeader .logoFlyBuys img {
            border: 0;
        }


    .siteHeader .navItemFlyBuys {
        display: inline-block;
        height: 80px;
        margin: 0px 1px 0 2px;
        padding: 2px;
        text-align: center;
        vertical-align: middle;
        width: 70px;
    }

        .siteHeader .navItemFlyBuys:hover {
            box-shadow: 0 0 7px 3px #46B8DA;
            background-color: whitesmoke;
            border-radius: 10px 10px 10px 10px;
        }


        .siteHeader .logo img {
            border: 0;
        }

    .siteHeader .navItem {
        display: inline-block;
        height: 80px;
        margin: 0 1px 0 1px;
        padding: 3px;
        text-align: center;
        vertical-align: middle;
        width: 70px;
    }

        .siteHeader .navItem:hover {
            box-shadow: 0 0 7px 3px #46B8DA;
            background-color: whitesmoke;
            border-radius: 10px 10px 10px 10px;
        }

    .siteHeader a {
        color: black;
        text-decoration: none;
    }

    .siteHeader .left {
        display: inline-block;
        height: 70px;
        padding-left: 10px;
        text-align: left;
    }

    .siteHeader .right {
        display: inline-block;
        height: 70px;
        padding-right: 10px;
        text-align: right;
    }

    .siteHeader .greeting {
        clear: both;
        padding: 10px 10px 10px 10px;
    }

.siteContent {
    bottom: 36px;
    left: 0;
    min-width: 1000px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 120px;
    width: 100%;
    transition: all 1s ease 0s;
}

.siteFooter {
    background-color: white;
    border-top: solid 2px black;
    bottom: 0;
    font-size: 12px;
    height: 36px;
    left: 0;
    min-width: 1000px;
    overflow: hidden;
    padding-top: 8px;
    position: absolute;
    right: 0;
    width: 100%;
}

    .siteFooter .left {
        float: left;
        overflow: hidden;
        padding-left: 10px;
    }

    .siteFooter .right {
        overflow: hidden;
        min-width: 200px;
        padding: 0 10px 0 10px;
        text-align: right;
    }

/* View Styles*/


.viewHeader {
    background-color: #5a5a5a;
    height: 60px;
    left: 0;
    margin: 0;
    overflow: visible;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .viewHeader .title-liveboard {
        color: whitesmoke;
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1px;
        text-align: left;
        z-index: 2;
    }
    .viewHeader .title {
        color: whitesmoke;
        font-size: 24px;
        font-weight: bold;
        left: 10px;
        letter-spacing: 1px;
        position: absolute;
        top: 8px;
        z-index: 2;
    }

    .viewHeader .title-inline {
        display: inline-block;
        width: 300px;
        overflow: hidden;
        color: whitesmoke;
        font-size: 24px;
        font-weight: bold;
        left: 10px;
        letter-spacing: 1px;
        text-align: left;
        padding-bottom: 10px;
    }

    .viewHeader .subtitle-inline {
        display: inline-block;
        overflow: hidden;
        color: whitesmoke;
        font-size: 14px;
        font-weight: bold;
        left: 10px;
        letter-spacing: 1px;
        text-align: left;
        padding-top: 10px;
        padding-right: 8px;
        padding-bottom: 10px;
    }

    .viewHeader .controls, .viewFooter .controls {
        float: right;
    }

    .viewHeader .nav-tabs {
        color: whitesmoke;
        font-size: 18px;
        font-weight: bold;
        letter-spacing: 1px;
        width: 480px;
        display: flex;
        position: absolute;
        bottom: 0;
        left: 310px;
        border-bottom: none;
        text-align: left;
    }

        .viewHeader .nav-tabs li {
            margin-left: 2px;
            margin-right: 2px;
        }

        .viewHeader .nav-tabs a {
            color: whitesmoke;
            background-color: rgba(150, 150, 150, 1);
            padding: 5px 12px;
            line-height: 1.42857;
            margin-bottom: 0;
        }

        .viewHeader .nav-tabs li.active,
        .viewHeader .nav-tabs li.nav-item {
            outline: none;
            background-color: none;
        }

            .viewHeader .nav-tabs li.active a,
            .viewHeader .nav-tabs a.nav-link.active {
                outline: none;
                background-color: #f8f8f8;
                color: #5a5a5a;
            }

        .viewHeader .nav-tabs a:hover {
            color: #5a5a5a;
        }


.viewFooter {
    background-color: #5a5a5a;
    height: 55px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.viewContent, .viewContentWithFooter {
    left: 0;
    margin: 0;
    overflow: auto;
    padding-bottom: 1px;
    position: absolute;
    right: 0;
    top: 55px;
    width: 100%;
}

.viewContent {
    bottom: 0;
}

.viewContentWithFooter {
    bottom: 55px;
}

.viewContent .formContainer .width-55 {
    width: 55%;
}

.viewContent .formContainer .width-45 {
    width: 45%;
}

.viewFooter .content, .viewHeader .content {
    border: 4px solid #ffffff;
    background-color: #e4e4e4;
    border-radius: 10px;
    padding: 0;
    font-size: smaller;
    margin-left: 30px;
    margin-top: -4px;
    margin-right: 30px;
}


    .viewHeader .content .row {
        color: #777777;
    }

.padding-10 {
    padding: 10px;
}


/* Grid Styles */
.gridButton {
    text-align: center;
}

    .gridButton a {
        color: white !important;
    }

.ui-iggrid-toolbar > #InActiveControlContainer {
    width: 200px;
    float: right;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-right: 10px;
}

    .ui-iggrid-toolbar > #InActiveControlContainer input[type=checkbox] {
        margin: 6px 0 0 -20px;
        line-height: normal;
    }


/* Form Styles */
.formContainer {
    padding: 10px 20px 10px 10px;
}

/* BS3->BS5 bridge: BS3 col-* used float:left so siblings sat side by side inside
   any container. BS5 removed floats and requires a .row flex parent. Restore float
   behavior for direct col-* children of formContainer so existing two-column layouts
   work without needing <div class="row"> added to every view. */
.formContainer > [class*="col-"],
.formContainer > form > [class*="col-"] {
    float: left;
    /* BS3->BS5 bridge: BS3 col-* had padding:0 15px creating gutters between floated
       columns. BS5 only applies column padding inside a .row. Restore it here. */
    padding-left: 15px;
    padding-right: 15px;
}
/* BS3->BS5 bridge: inside floated columns, navButtonContainer/contentContainer use
   display:inline-block + width:100% which causes margin:10px to overflow and be clipped.
   Force block display and width:auto so margins subtract from the element's width instead,
   restoring visible gaps on all four sides. */
.formContainer > [class*="col-"] > .navButtonContainer,
.formContainer > [class*="col-"] > .contentContainer {
    display: block;
    width: auto;
}
.formContainer::after,
.formContainer > form::after {
    content: "";
    display: block;
    clear: both;
}

.form-horizontal fieldset, .form-inline fieldset {
    border: 2px solid #5a5a5a;
    box-sizing: border-box !important;
    margin-bottom: 5px;
    min-width: 0 !important;
    padding: 0 10px 5px 10px;
    width: 100% !important;
}

    .form-horizontal fieldset legend, .form-inline fieldset legend {
        color: #5a5a5a;
        float: none;
        font-weight: bold;
        padding: 0 10px 0 10px;
        width: auto;
    }

/* BS3->BS5: prevent form from overflowing its column */
.form-horizontal {
    max-width: 100%;
}
.form-horizontal fieldset, .form-inline fieldset {
    overflow: hidden;
}
select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    padding-right: 2.25rem;
}
/* BS3->BS5 bridge: multi-line listboxes (size>1 or multiple) should not show the chevron */
select.form-control[size]:not([size="1"]),
select.form-control[multiple] {
    appearance: auto;
    background-image: none;
    padding-right: 0.75rem;
}

/* Button Styles */
/* BS3->BS5 bridge: BS3 .btn had white-space:nowrap; BS5 removed it. Restore to
   prevent icon/text wrapping inside narrow column containers. */
.btn {
    white-space: nowrap;
}
.btn .fa {
    margin-right: 5px;
}

.btn-glyph {
    width: 25px;
    padding: 6px;
    text-align: center;
}

    .btn-glyph .fa {
        margin-left: auto;
        margin-right: auto;
    }

/* Div Styles */

/* An informational div which can be used to display a paragraph of text  */
.text-info-box {
    border: 1px solid #5a5a5a;
    background-color: #ffffcc;
    color: brown;
    padding: 8px;
}

/* Card Styles */

.dashboard-card {
    background-color: #5a5a5a;
    border: 3px solid #5a5a5a;
    border-radius: 10px;
    display: inline-block;
    height: 150px;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

    .card .header {
        background-color: #5a5a5a;
        color: white;
        height: 30px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

        .card .header .heading {
            font-size: 14px;
            font-weight: bold;
        }

        .card .header .left {
            padding: 3px;
        }

        .card .header .right {
            padding: 3px;
        }

    .card .content {
        background-color: white;
        border-radius: 3px;
        bottom: 40px;
        padding: 5px;
        position: absolute;
        top: 30px;
        width: 100%;
    }

    .card .footer {
        background-color: #5a5a5a;
        bottom: 0;
        height: 40px;
        left: 0;
        overflow: hidden;
        padding: 4px 2px 2px 2px;
        position: absolute;
        text-align: right;
        width: 100%;
    }

        .card .footer .btn {
            width: 100%;
        }

        .card .footer .btn-group {
            width: 100%;
        }

            .card .footer .btn-group .btn {
                width: 50%;
            }

/* Validation Styles */
.field-validation-error {
    color: #a94442;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #a94442;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #a94442;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.backgroundColorLightGray, .backgroundColorLightGray th, .backgroundColorLightGray td {
    background-color: #e0e0e0 !important;
}

.backgroundColorDarkGray, .backgroundColorDarkGray th, .backgroundColorDarkGray td {
    background-color: #afafaf !important;
}

.borderRightGrayLine {
    border-right: 1px solid #808080;
}

input.readOnly, select.readOnly {
    box-shadow: none !important;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #afafaf), color-stop(1, #8f8f8f) ) !important;
    background: -moz-linear-gradient( center top, #afafaf 5%, #8f8f8f 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#8f8f8f') !important;
    background-color: #afafaf !important;
    border: 1px solid #8f8f8f !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 #8f8f8f !important;
    cursor: default;
}


input:disabled, button:disabled, a[disabled], input.read-only, input.readOnly, input:read-only, input:-moz-read-only, select.readOnly, select:read-only, select:-moz-read-only {
    box-shadow: none !important;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #afafaf), color-stop(1, #8f8f8f) ) !important;
    background: -moz-linear-gradient( center top, #afafaf 5%, #8f8f8f 100% ) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afafaf', endColorstr='#8f8f8f') !important;
    background-color: #afafaf !important;
    border: 1px solid #8f8f8f !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 0 #8f8f8f !important;
    cursor: default;
}

    input[disabled]:active, button[disabled]:active, a[disabled]:active, input[read-only]:active, input.readOnly:active, input:read-only:active, input:-moz-read-only, select.readOnly, select:read-only, select:-moz-read-only {
        top: 0 !important;
        cursor: not-allowed;
    }

/* Date Picker Styles */
div.ui-datepicker {
    font-size: 150%;
}

/* View Styles*/
.modal-header {
    background-color: #e2e2e2;
}

.modal-footer {
    background-color: #e2e2e2;
}


.min-width-100 {
    min-width: 120px;
    max-width: 120px;
}

.min-width-300 {
    min-width: 360px;
    max-width: 360px;
}

.auditIcon {
    border: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.viewFooter .content .auditIcon {
    margin-top: -6px;
}


.viewContent {
    bottom: 0;
}

.viewContentWithFooter {
    bottom: 55px;
}

.viewContent .formContainer .width-55 {
    width: 55%;
}

.viewContent .formContainer .width-45 {
    width: 45%;
}

.viewContent .formContainer .width-30 {
    width: 30%;
}

.viewContent .formContainer .width-5 {
    text-align: center;
    width: 5%;
}

.formContainer .contentContainer {
    width: 99%;
}


.contentContainer, .navButtonContainer {
    background-color: #5a5a5a;
    border: 3px solid #5a5a5a;
    border-radius: 10px;
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    width: 100%;
}

    .contentContainer .header, .navButtonContainer .header {
        background-color: #5a5a5a;
        color: whitesmoke;
        font-size: 20px;
        font-weight: bold;
        overflow: hidden;
        padding: 3px;
        cursor: default;
    }

        .contentContainer .header .fa-angle-down, .contentContainer .header.collapsed .fa-angle-up {
            display: none;
        }

        .contentContainer .header.clickable {
            cursor: pointer;
        }

    .contentContainer .content {
        padding: 5px;
    }

    .contentContainer .header.collapsed .fa-angle-down, .contentContainer .header .fa-angle-up {
        cursor: pointer;
        display: inline-block;
    }

    .contentContainer .content, .navButtonContainer .content {
        background-color: white;
        border-radius: 3px;
    }

    .navButtonContainer .content {
        padding: 5px;
    }

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.navButtonContainer a {
    color: black;
    text-decoration: none;
}

.navButtonContainer .navButton, .navButtonContainer .navButtonDisabled {
    display: inline-block;
    font-size: 14px;
    height: 90px;
    margin: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.navButtonTextFix {
    font-size: 12px !important;
}

.smallText {
    font-size: 11px !important;
}

.navButtonContainer .navButton:hover {
    box-shadow: 0 0 7px 3px #46B8DA;
    background-color: whitesmoke;
    border-radius: 10px 10px 10px 10px;
}

.navButtonContainer .navButtonDisabled {
    color: gray;
}

    .navButtonContainer .navButtonDisabled img {
        filter: alpha(opacity = 40);
        opacity: 0.4;
    }

.navButtonContainer .sm-font {
    font-size: 11px;
}

.noMarginLeft {
    margin-left: 0 !important;
}

.form-glaccount-inventory .active {
    outline: 2px solid #46B8DA;
    background-color: #C8EAF4;
}

/* Grid Styles */
.gridButton {
    text-align: center;
}

    .gridButton a {
        color: white !important;
    }

/* Form Styles */
.formContainer {
    padding: 10px 20px 10px 10px;
}

.form-horizontal fieldset, .form-inline fieldset {
    border: 2px solid #5a5a5a;
    box-sizing: border-box !important;
    margin-bottom: 5px;
    min-width: 0 !important;
    padding: 0 10px 5px 10px;
    width: 100% !important;
}

    .form-horizontal fieldset legend, .form-inline fieldset legend {
        color: #5a5a5a;
        font-weight: bold;
        padding: 0 10px 0 10px;
        width: auto;
    }

/* Button Styles */
.btn {
    white-space: nowrap;
}
.btn .fa {
    margin-right: 5px;
}

/* Card Styles */
.card {
    background-color: #5a5a5a;
    border: 3px solid #5a5a5a;
    border-radius: 10px;
    display: inline-block;
    margin: 3px;
    overflow: hidden;
    position: relative;
    width: 200px;
}

    .card .header {
        background-color: #5a5a5a;
        color: white;
        font-size: 14px;
        font-weight: bold;
        height: 30px;
        left: 0;
        padding: 3px;
        position: absolute;
        top: 0;
        vertical-align: middle;
        width: 100%;
    }
        /* The following card classes are used on concierge's Edit Reservation page*/
        .card .header.Add {
            background-color: #5a5a5a;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

        .card .header.Incomplete {
            background-color: red;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

        .card .header.OnSite {
            background-color: orange;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

        .card .header.OnRamp {
            background-color: yellow;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

        .card .header.Complete {
            background-color: green;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

        .card .header .Cancelled {
            background-color: gray;
            color: white;
            font-size: 14px;
            font-weight: bold;
            height: 30px;
            left: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            vertical-align: middle;
            width: 100%;
        }

    .card .content {
        background-color: white;
        border-radius: 3px;
        bottom: 40px;
        padding: 5px;
        position: absolute;
        top: 30px;
        width: 100%;
    }

    .card .footer {
        background-color: #5a5a5a;
        bottom: 0;
        height: 40px;
        left: 0;
        overflow: hidden;
        padding: 4px 2px 2px 2px;
        position: absolute;
        text-align: right;
        width: 100%;
    }

        .card .footer .btn {
            width: 100%;
        }

        .card .footer .btn-group {
            width: 100%;
        }

            .card .footer .btn-group .btn {
                width: 50%;
            }

.addressCard {
    height: 165px;
}

.creditCardCard {   
}

.emailCard {
    height: 120px;
}

.personCard {
    height: 120px;
}

.phoneCard {
    height: 140px;
}

.airlineCodeCard {
    height: 120px;
}

.tailNumberCard {
    height: 143px;
}

/* Validation Styles */
.field-validation-error {
    color: #a94442;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #a94442;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #a94442;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.w100 {
    width: 100px;
    min-width: 100px;
}

.w120 {
    width: 120px;
    min-width: 120px;
}

.w110 {
    width: 110px;
    min-width: 110px;
}

.w80 {
    width: 80px;
    min-width: 80px;
}

.w60 {
    width: 60px;
    min-width: 60px;
}

.w40 {
    width: 40px;
    min-width: 40px;
}

.w20 {
    width: 20px;
    min-width: 20px;
}


/* Date Picker Styles */
div.ui-datepicker {
    font-size: 150%;
}

.datePicker input {
    min-width: 90px;
}

.timePicker input {
    min-width: 90px;
}

/* Customer/Index */
.customerIndex .viewFooter .btn-toolbar .btn-group, .customerIndex .viewFooter .btn-toolbar .input-group {
    margin: 3px;
}

.customerIndex .viewFooter .btn-toolbar .input-group {
    width: 160px;
}

/* Customer/Index */
.journalEntries .viewFooter .btn-toolbar .btn-group, .journalEntries .viewFooter .btn-toolbar .input-group {
    margin: 3px;
}

.journalEntries .viewFooter .btn-toolbar .input-group {
    width: 200px;
}

/*Settings-PriceClassGroupAdd*/
#divMethodInventory {
    padding-bottom: 7px;
}

#divMethodGLAccount {
    padding-bottom: 7px;
}

/*RewardCard controller - Reward action*/

/*A disabled input field used to display point values -- not editable by user.  */
#divRewardCardReward input.pointDisplay {
    background-color: #eeeeee !important;
    width: 80px;
    height: 20px;
    text-align: right !important;
    padding: 0 5px 0 0 !important;
    margin: 0;
    border: 0;
    cursor: not-allowed;
    min-width: 40px;
}

#TotalRemaining-error {
    color: red !important;
}

#divRewardCardReward .accordion-heading, #divRewardCardReward .section-heading {
    padding: 4px;
    border-radius: 0 0 0 0;
    border: 1px solid #D3D3D3;
    color: #444;
    background-color: #E8E8E8;
    box-sizing: border-box;
}

#divRewardCardReward .accordion-heading {
    cursor: pointer;
}

    #divRewardCardReward .accordion-heading:hover, #divRewardCardReward .accordion-heading.active {
        border: 1px solid #A0A0A0;
    }

#divRewardCardReward .accordion-body {
    border-radius: 0 0 0 0;
    border: 1px solid #D3D3D3;
    color: #444;
    background-color: #E8E8E8;
    box-sizing: border-box;
}

#divRewardCardReward .accordion-body {
    border: 1px solid #A0A0A0;
}

    #divRewardCardReward .accordion-body .container {
        margin: 10px;
    }

.bg-highlight {
    background-color: #FFFF00;
}

a.bg-highlight:hover {
    background-color: #E6E600;
}

.btn-highlight {
    color: #fff;
    background-color: #D8D800;
    border-color: #eea236;
}

    .btn-highlight.active, .btn-highlight.focus, .btn-highlight:active, .btn-highlight:focus, .btn-highlight:hover, .open > .dropdown-toggle.btn-highlight {
        color: #fff;
        background-color: #D0D000;
        border-color: #d58512;
    }

    .btn-highlight.active, .btn-highlight:active, .open > .dropdown-toggle.btn-highlight {
        background-image: none;
    }

    .btn-highlight.disabled, .btn-highlight.disabled.active, .btn-highlight.disabled.focus, .btn-highlight.disabled:active, .btn-highlight.disabled:focus, .btn-highlight.disabled:hover, .btn-highlight[disabled], .btn-highlight[disabled].active, .btn-highlight[disabled].focus, .btn-highlight[disabled]:active, .btn-highlight[disabled]:focus, .btn-highlight[disabled]:hover, fieldset[disabled] .btn-highlight, fieldset[disabled] .btn-highlight.active, fieldset[disabled] .btn-highlight.focus, fieldset[disabled] .btn-highlight:active, fieldset[disabled] .btn-highlight:focus, fieldset[disabled] .btn-highlight:hover {
        background-color: #D6D600;
        border-color: #eea236;
    }

    .btn-highlight .badge {
        color: #D6D600;
        background-color: #fff;
    }

.btn-file-upload {
    position: relative;
    overflow: hidden;
}

    .btn-file-upload input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.logoUpload .fixed-logo-main {
    max-width: 125px;
    max-height: 60px;
}

.logoUpload .fixed-logo-invoice {
    max-width: 340px;
    max-height: 140px;
}

.logoUpload .fixed-logo-max-width-invoice {
    max-width: 340px;
}

.logoUpload .fixed-logo-max-width-main {
    max-width: 125px;
}

#HUDPanel {
    bottom: 0;
    position: fixed;
    /*margin-left: 50px;*/
    display: none;
    z-index: 1;
}

.divUnderline {
    border-bottom: 1px solid #ccc;
}

.creditCard-modal-dialog {
    position: fixed;
    top: 5px;
    left: 10px;
}

.modalFlightScheduleReservation .modal-dialog {
    top: 50px;
    /*left: 50px;*/
    outline: none;
}

.modalFlightScheduleEntry .modal-dialog {
    top: 50px;
    right: 0;
    outline: none;
}

.modalPilotSearch .modal-dialog {
    top: 50px;
    right: 0;
    outline: none;
}

.modalFlightScheduleReservation .modal-dialog {
    width: 480px;
    margin: 7px auto;
}

.report-label {
    padding-left: 5%;
    text-align: left !important;
}

.width-45 {
    width: 45%;
}

.width-55 {
    width: 55%;
}

.width-50 {
    width: 50%;
}

/* BS3->BS5 bridge: float-based date+time picker pairs — float is ignored in BS5
   flex contexts; force inline-flex so they sit side by side without a wrapper div */
.input-group.datePicker.float-start {
    float: none !important;
    display: inline-flex !important;
    vertical-align: middle;
    width: 160px !important;
}
.input-group.timePicker.float-start {
    float: none !important;
    display: inline-flex !important;
    vertical-align: middle;
    width: 130px !important;
}

#report-accordion .card-header {
    cursor: pointer;
}

.force-header {
    border: 1px solid #5a5a5a;
}

.clickable {
    cursor:pointer;
}

[disabled].form-control,
fieldset[disabled] .form-control {
    cursor: default;
}

/* BS3->BS5 bridge: readonly inputs had gray background in BS3 */
input.form-control[readonly] {
    background-color: #e9ecef;
}

.accordion-item-button {
    display: block;
    margin-bottom: 4px;
    width: 100%;
    text-align: left;
}

#report-accordion > .card > .card-header {
    background-color: #5a5a5a !important;
    color: #fff !important;
    font-weight: bold;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#report-accordion > .card {
    border: 0;
    -webkit-box-shadow: 0 1px 1px rgba(250, 250, 250, .05);
    box-shadow: 0px 1px 1px rgba(250,250,250,0.5);
}

#DateOfBirth.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

/*************   Full screen styles   *************/
.fsPanel {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}

.fsDisplay {
    height: 100%;
}

.popover {
    width:350px;
    max-width:350px;
}


.clsPicker .form-control {
    float: none;
    display: block;
    overflow: hidden;
}

.clsPicker .btn {
    white-space: pre-line;
    line-height: 1.5;
}

 textarea
 {
      width: 150px;
      height: 100px;
      vertical-align: middle;
 }

 textarea.form-control {
    height: 100px;
}


.booleanYesNo .active{
    color:white;
    background-color:#31b0d5;
    border-color:#269abc; 
}


/*************   Tooltip style   *************/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.badge.bg-secondary:hover {
    cursor:pointer
}

.clear {
    clear: both;
}
.form__error {
    background-color: #FDEDED;
    border: 1px solid #CD0A0A;
    color: #D72E02 !important;
}

.form__highlight {
    background-color: #FFF7EB;
    border: 1px solid #FF9900;
    color: #FF9900;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#hierarchicalGrid .green {
    background-color: #007E33;
    color: black;
}
#hierarchicalGrid .yellow {
    background-color: #ffbb33;
    color: black;
}
#hierarchicalGrid .red {
    background-color: #CC0000;
    color: black;
}

#hierarchicalGrid .usedSpace {
    position: absolute;
}

#fbIframeModal .modal-content {
    width:1050px !important;
}

.multilineColumn {
    white-space: pre-wrap;
}

/*.tooltip2{
    display: inline;
    position: fixed;
    border-bottom: 1px dotted black;
}
.tooltip2:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(tooltiptext);
    left: 20%;
    padding: 5px 15px;
    position: fixed;
    z-index: 98;
    width: 220px;
}

.tooltip2:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: fixed;
    z-index: 99;
}

.tooltip3{
    display: inline;
    border-bottom: 1px dotted black;
}
.tooltip3:hover:after{
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(tooltiptext);
    left: 20%;
    padding: 5px 15px;
    position: fixed;
    z-index: 98;
    width: 220px;
}

.tooltip3:hover:before{
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: fixed;
    z-index: 99;*
}*/
