﻿body {
    overflow-x: visible;
}

.low-profile-tab {
    line-height: 5px;
    font-weight: 900;
}

textarea {
    resize: none;
}

.ams-cell-padding {
    padding: 0px 5px 0px 5px !important;
}

.ams-green {
    color: #249042;
}

.ams-red {
    color: #8e0000;
}

.ams-orange {
    color: #ff9900;
}

.ams-lightgrey {
    color: lightgrey;
}

.ams-textarea {
    width: 100% !important;
    height: 70px !important;
}

.ams-red-note {
    color: #8e0000;
    font: 12px;
    text-transform: none !important;
}

.popover-content a.ams-white,
.popover-content a.ams-white:visited {
    color: white !important;
    text-decoration: none !important;
}

.cancelled-concierge-quote-header {
    color: lightgray !important;
}

.concierge-quote-header-icon {
    color: white !important;
}

.cursor {
    cursor: pointer !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin-right-30 {
    margin-right: 30px;
}

.target-concierge-quote-cancel-button, .target-concierge-quote-unlock-button, .target-concierge-quote-copy-button {
    color: white;
    border: 1px black solid;
    background-color: black;
    font-size: 10PX;
    float: right;
    padding: 3px;
    margin-top: -3px;
}

.target-concierge-quote-cancel-button {
    /*    margin-right: -6px;*/
    margin-right: -88px;
}

.target-concierge-quote-unlock-button {
    /*  margin-right:3px;*/
    margin-right: -10px;
}

.target-concierge-quote-copy-button {
    margin-right: 36px;
    margin-left: 14px;
}
/*.vendorquote-container {
    margin-bottom:10px;
}*/
.from-to-spacer {
    width: 10px;
    display: inline-block;
}

.ams-itinerary-row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.pending-change-request-div {
    font-size: 11px;
    height: 20px;
    margin: 0px;
    padding: 0;
    vertical-align: text-top;
    color: #DD0000 !important;
    font-weight: bolder;
    margin-left: 15px;
    text-transform: uppercase;
}

.form-submit-error {
    color: red;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: white;
}

.close-concierge-vendor-edit {
    color: white !important;
    font-weight: bold !important;
    opacity: 1 !important;
}

.vendor-edit-box {
    margin: 5px 5px 5px 20%;
    border: 1px solid black;
    border-radius: 3px;
    background-color: white;
    position: fixed;
    width: 500px;
    z-index: 999;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 225, 225, 0.4), 0 5px 10px #333333;
    box-shadow: inset 0 0 0 1px rgba(225, 225, 225, 0.4), 0 5px 10px #333333;
    top: 200px;
}

.vendor-contact-edit-header {
    height: 35px;
    width: 100%;
    background-color: #8e0000;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 10px 5px 5px;
}

.vendor-contact-edit-body {
    padding: 15px;
}

.vendor-contact-edit-header-close {
    height: 30px;
    width: 20px;
    float: right;
    text-align: right;
}

.vendor-contact-edit-header-close-button {
    color: white !important;
    font-weight: bold !important;
    font-size: 16px !important;
    opacity: 1 !important;
    vertical-align: top !important;
}

.target-cancel-vendor-contact-button {
    background-color: transparent;
    border: none;
    color: #8e0000;
}

.form-submit-noerror {
    display: none;
}

.original-request-datetime {
    font-weight: normal;
    font-size: 12px;
    color: #878787;
    text-transform: none;
    font-style: italic;
}

.form-submit-error:before {
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
}

.target-contact-error {
    color: red !important;
    font-weight: bold;
    margin-bottom: 7px;
}

    .target-contact-error:before {
        content: "\f06a";
        font-family: 'Font Awesome 5 Free';
        margin-right: 5px;
    }

.flightplanflow-window {
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    font-variant: small-caps;
}

.email-log-divider {
    clear: both;
    height: 3px;
    border-top: black 1px solid
}

.panel-new-quote {
    margin-top: 5px;
}

#PassengerHealthForm {
    overflow-y: auto;
    overflow-x: hidden;
}

.flightplan-assignemnt-row {
    color: black;
    border: solid 1px #555555;
    padding: 5px;
    margin-left: -5px;
    margin-right: 0px;
}

.fbo-header {
    color: black;
    text-align: left;
    font-weight: bold;
    margin-left: 2px;
    margin-top: 5px;
    padding: 5px;
    text-transform: uppercase;
}

.border-bottom-white {
    border-bottom: 1px solid #eee
}

.div-operator-contact-info {
    margin-bottom: 5px;
    margin-top: 5px;
    overflow: overlay;
}

.light-grey-border {
    border: 1px solid #bfb7b7;
}

.all-padding-5 {
    padding: 5px !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.operator-contacts-div {
    margin-bottom: 10px;
    padding: 0px;
    margin-top: 10px;
}

.add-contact-icon {
    margin-right: 20px;
    float: right;
    color: black;
    font-size: 10pt;
    font-weight: normal;
}

.border-bottom-grey {
    border-bottom: 1px solid #dcdcdc;
}

.operator-contact-header {
    border-bottom: 1px solid;
    width: 100% !important;
    line-height: 10px;
    height: 17px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #8e0000;
    font-weight: bold;
    vertical-align: text-top;
    text-transform: uppercase;
}

.height-15 {
    height: 15px !important;
}

.padding-2 {
    padding: 2px;
}

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

.operator-contact-checkbox {
    position: relative;
    top: 20px;
    left: -45px;
}

.top-0 {
    top: 0px !important;
    left: 5px;
}

#ams-passenger-health-form, .healthreport-form-container {
    padding: 10px;
}

#ams-passenger-healthreport-form {
    height: 475px;
    overflow-x: hidden;
    overflow-y: visible;
}

.flightplanflow-window .billheader, .passenger-guardian-select-header {
    color: black;
    padding-right: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.flightplanflow-window .billitemrow {
    clear: both;
}

.flightplanflow-window input {
    margin-bottom: 15px;
}

.flightplanflow-window #newbillitem input {
    margin-bottom: 15px !important;
}

.flightplanflow-window .billitemcell, .passenger-guardian-select-grid {
    font-size: 11px;
    padding: 3px 0px 0px 10px;
    color: black;
}

.flightplanflow-window .billitemcell-right {
    font-size: 11px;
    padding: 3px 10px;
    text-align: right;
    color: black;
}

.flightplanflow-window .billsubheader, .passenger-guardian-select-grid-subheader {
    color: black;
    font-weight: bold;
    margin: 10px 0px;
}

.flightplanflow-window .billtableheader {
    font-weight: bold;
    padding: 0px 3px;
}

.flightplanflow-window .billtableheader-right {
    font-weight: bold;
    padding: 0px 3px;
    text-align: right;
}

.flightplanflow-window .billbox {
    border-radius: 3px;
    border: 1px solid black;
    padding: 7px;
    color: black;
    width: 300px;
    margin-bottom: 15px;
}

.flightplanflow-window dt {
    width: 125px;
    float: left;
}

.flightplanflow-window dd {
    width: calc(100% - 125px);
    float: left;
    text-align: right;
}

.flightcostssubtotals {
    font-size: 11px;
    padding: 10px 10px;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: black;
}

.flightcoststotal {
    font-size: 11px;
    padding: 10px 0px;
    text-align: right;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    color: #8E0000;
}

.trashcan-span {
    float: right;
    /*padding-right:3px;*/
    width: 20px;
}

.trashcan-before-span {
    float: left;
    /*padding-right: 3px;*/
    width: calc(100% - 20px);
}

.delete-billitem {
    color: #8E0000;
    font-weight: lighter;
    margin-left: 10px;
}

.bill-header {
    color: white;
    height: 20px;
    font-weight: bold;
    text-align: right;
    padding: 3px 3px 3px 10px;
}

.bill-footer {
    color: white;
    text-align: right;
    font-weight: 900;
    padding: 0px 10px 0px 10px;
    background-color: black;
}

.bill-subheader, .health-report-subheader {
    background-color: darkgrey;
    color: white;
    padding: 3px 0px 3px 10px;
}

.health-report-subheader {
    padding-left: 30px;
}

a.ams-email {
    text-transform: lowercase;
    color: #2a6496;
    font-size: 10px;
}

.ams-container {
    width: 1500px;
}

.ams-table-conciergevendors {
    width: 950px;
    padding-left: 40px;
}

.ams-required {
    background-color: #ffcccc !important;
    /*border-color:#8e0000 !important;*/
}

.ams-required-white {
    background-color: none !important;
    /*border-color:#8e0000 !important;*/
}

.ams-table {
    font-size: 10px;
    color: #404040;
}

th.table-column-divider-right {
    border-right-width: 3px;
}

td.table-column-divider-right {
    border-right-width: 3px;
}

.dark-background {
    background-color: #2c3e50;
    color: #FFF;
}

.summary-list-background {
    background-color: #C3DCBF;
    border: solid 1px white !important;
}

.activity-list-background {
    background-color: #DD9D9D;
}

.summary-activity-list-date-filters {
    width: 80px;
    margin-bottom: 5px;
}

a.ams-table {
    font-size: 10px;
    color: #404040;
    table-layout:fixed;
}

a.ams-table-header {
    font-size: 11px;
}

span.ams-table-header {
    font-size: 11px;
    color: white;
    font-weight: 900;
    font-variant: small-caps;
}

span.ams-table-header-thin {
    font-size: 12px;
    color: #CCC;
    font-variant: small-caps;
    line-height: 20px !important;
}

.ams-textbox {
    padding: 5px 5px;
    max-width: 80px;
}

.ams-textbox-lead {
    padding: 5px 5px;
    max-width: 135px;
}

.tight-label {
    color: black;
    font-size: 11px;
    height: 25px;
    margin: 3px;
    padding: 0;
}

.black-tight-label {
    color: #8e0000;
    font-size: 11px;
    height: 25px;
    margin: 3px;
    padding: 0;
    white-space: nowrap;
}

.black-tight-label-header {
    color: black;
    font-size: 1em;
    margin: 3px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    white-space: nowrap;
}

#WorkItemRow .black-tight-label {
    color: #8e0000;
    font-size: 11px;
    height: 23px;
    margin: 3px;
    padding: 0;
    white-space: nowrap;
}

.ams-workflow-container {
    background-color: lightgray;
    border: solid black 1px;
    height: 100%;
    /*max-height: 694px;*/
}

.ams-workflow-item-complete {
    color: green;
    margin-bottom: 2px;
    margin-top: 2px;
    text-decoration: underline;
}

.ams-workflow-item-incomplete {
    color: black;
    margin-bottom: 2px;
    margin-top: 2px;
    text-decoration: underline;
}

    .ams-workflow-item-incomplete:hover,
    .ams-workflow-item-complete:hover {
        color: white;
    }

.ams-workflow-item-row:hover {
    background-color: #8e0000;
    color: white;
}

.target-flight-plan-leg-work-item-div {
    margin-bottom: 4px;
}

    .target-flight-plan-leg-work-item-div:hover {
        background-color: #8e0000;
        color: white;
    }

.target-flight-plan-leg-work-item-flight-quality-link {
    color: black;
}

.black-tighter-label, .red-newline-label {
    color: #8e0000;
    font-size: 11px;
    height: 25px;
    margin: 0px;
    padding: 0;
    vertical-align: text-top;
}

.red-newline-label {
    width: 100%;
    margin-top: 5px !important;
    height: 20px !important;
}

.black {
    color: black;
}

.white {
    color: white;
}

.tight-input {
    font-size: 11px;
    margin: 3px;
    padding: 0px 3px !important;
    height: 25px;
}

.black-tight-input {
    color: black;
    font-size: 11px;
    margin: 3px;
    padding: 0px 3px !important;
    height: 25px;
}

.black-tighter-input {
    color: black;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 0px 3px !important;
    height: 25px;
    border-radius: 4px;
}

.tight-select {
    font-size: 11px;
    margin: 3px;
    padding: 0;
    height: 25px;
}

.black-tight-select {
    color: black;
    font-size: 11px;
    margin: 3px;
    padding: 0;
    height: 25px;
}

.black-tighter-select {
    color: black;
    font-size: 11px;
    margin: 0 0 10px 0;
    padding: 0;
    height: 25px;
    border-radius: 4px;
}

.report-filter-controls {
    color: black;
    font-size: 11px;
    margin: 0 0 2px 0;
    padding: 3px;
    height: 25px;
    border-radius: 4px;
    border: 1px solid darkgrey;
}

.tight-button {
    padding: 3px 12px !important;
    margin: 0 10px 2px 0 !important;
}

.tighter-button {
    padding: 1px 6px !important;
    margin: 5px 5px 2px 0 !important;
}

.tightest-button {
    padding: 1px 3px !important;
    margin: 2px 2px 1px 0 !important;
    font-size: .6em;
}

.leadsheet-textarea {
    max-width: 500px !important;
    width: 500px;
    height: 100px !important;
    resize: none;
}

.activity-block-right {
    padding: 20px 0px 0px 26px;
    margin: 0;
}

.table > tbody > tr > td {
    padding: 3px;
}

.highlighted-table-row {
    background-color: powderblue;
}

.table-highlight-today {
    background-color: #ebf9ed;
}

.table-highlight-past {
    background-color: #ff9999;
}

.table-highlight-future {
    background-color: #FFF;
}

.table-curved {
    border-collapse: separate;
    border: solid #ccc 2px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 25px;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: 900;
    color: #000;
}

/*.table-curved {
    border-collapse: separate;
    border: solid #ccc 2px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 25px;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: 900;
    color: white;
    background-color:black;
}*/


.table tr > td a:link {
    color: #8E0000;
    text-decoration: underline;
}

.table tr > td a:visited {
    color: #8E0000;
    text-decoration: underline;
}


.table a:active {
    color: green;
    text-decoration: underline;
    text-transform: none;
    font-size: 10px;
}

.vendor-contact-table tr > td, .vendor-contact-table tr > td a:link, .vendor-contact-table tr > td a:visited, .vendor-contact-table a:active {
    color: black;
    text-decoration: none;
    font-variant-caps: normal;
    font-size: 12px;
    font-variant: small-caps;
}

.table tr > td a:hover {
    color: blue;
    text-decoration: underline;
}

.target-add-login {
    cursor: pointer;
}

.elipsis-cut {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ams-content-pad {
    padding-left: 10px;
    padding-top: 3px;
}

.image-upload-instructions {
    margin: 15px 0px;
    color: black;
    font-weight: bold;
}

.form-control-plain {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/*STYLING OPERATOR QUOTE REQUEST SCREEN*/

.aircraft-price-popup-wrapper {
    height: 500px;
    overflow: scroll;
    overflow-x: hidden;
}

.quote-requests-container ul, .health-requests-container ul, .health-report-container ul {
    color: red;
    max-height: 363px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.health-requests-container ul, .concierge-quotes-container ul, .operator-quotes-container ul {
    color: red;
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.top-margin-15 {
    margin-top: 15px !important;
}

.health-requests-container, .edit-confirmed-flight {
    padding: 20px 0px;
    display: flex;
}

.target-edit-confirmed-flight-errors {
    font-size: 11px !important;
    margin-bottom: 10px;
    font-weight: bold;
    margin-left: 20px;
}

#target-edit-confirmed-flight-form .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

.text-uppercase {
    text-transform: uppercase;
}

i.target-hover-aircraft-info {
    margin: 7px 0px 0px -17px;
    font-size: 12px;
}

.inline-flex {
    display: inline-flex;
}

.div-group {
    border: 1px solid #c2c1c1;
    background: #e3e3e3;
    border-radius: 3px;
    width: 98%;
    margin: 0px 10px 10px;
    padding: 10px;
}

.health-requests-container .button-container, .edit-confirmed-flight-button-container {
    align-self: flex-end;
}

.health-requests-container .multiselect-container, operator-quotes-container .multiselect-container {
    display: block;
    position: relative;
}

.quote-requests-container .form-control, .health-requests-container .form-control, .health-report-container .form-control, .new-quote-email-list .form-control, .operator-quotes-container .form-control {
    height: 27px !important;
    font-size: 12px !important
}

.quote-requests-container .input-group-addon, .health-requests-container .input-group-addon, health-report-container .input-group-addon, new-quote-email-list .input-group-addon, .operator-quotes-container .input-group-addon {
    padding: 4px !important
}

.address-priority-type-selectlist .form-control {
    /*width: 330px !important;
    max-width: 330px !important;*/
}

#OperatorRequest_AircraftTypesRequested .ui-multiselect {
    width: 350px !important;
}

#OperatorRequest_Operators .ui-multiselect {
    width: 500px !important;
}

.multiselect-all {
    background-color: darkgray;
    color: white !important;
    padding: 2px 0px !important;
}

    .multiselect-all a:hover {
        background-color: darkgray !important;
        color: #8E0000 !important;
    }

.quote-requests-container .dropdown-menu > .active > a, .quote-requests-container .dropdown-menu > .active > a:focus, .quote-requests-container .dropdown-menu > .active > a:hover,
.health-requests-container .dropdown-menu > .active > a, .health-requests-container .dropdown-menu > .active > a:focus, .health-requests-container .dropdown-menu > .active > a:hover,
.health-report-container .dropdown-menu > .active > a, .health-requests-container .dropdown-menu > .active > a:focus, .health-requests-container .dropdown-menu > .active > a:hover,
.operator-quotes-container.dropdown-menu > .active > a, .operator-quotes-container .dropdown-menu > .active > a:focus, .operator-quotes-container .dropdown-menu > .active > a:hover,
{
    background-color: rgba(0,0,0,0) !important;
    color: black !important;
}

.quote-requests-container .multiselect-all.active > a, .health-requests-container .multiselect-all.active > a, .health-report-container .multiselect-all.active > a, .operator-quotes-container .multiselect-all.active > a {
    background-color: rgba(0,0,0,0) !important;
    color: #8E0000 !important;
}

.quote-requests-container .dropdown-menu, .health-requests-container .dropdown-menu, .health-report-container .dropdown-menu, .operator-quotes-container .dropdown-menu {
    background-color: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.ams-tab-subheader {
    margin-top: 10px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    font-size: 11px;
}

.ams-tab-subheader-text {
    margin-top: 10px;
    color: black;
    font-weight: bold;
    font-size: 11px;
}

.button-comment {
    color: black;
    font-size: 11px;
}

.address-priority-type-selectlist {
    margin-bottom: 15px;
}

.ams-action-log {
    padding: 5px;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    font-size: 11px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 240px;
    overflow-y: auto;
}

.edit-confirmed-flight-action-log {
    padding: 5px;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    font-size: 11px;
}

.operator-email-breakdown, .leg-additional-info-container, .email-log-breakdown, .concierge-note-breakdown, .concierge-ordertext-breakdown, .concierge-address-breakdown, .concierge-confirmation-email-breakdown, .generic-email-log-breakdown {
    width: 400px;
    max-height: 500px;
    position: fixed;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 225, 225, 0.4), 0 1px 3px #333333;
    box-shadow: inset 0 0 0 1px rgba(225, 225, 225, 0.4), 0 1px 3px #333333;
    z-index: 1050;
}

.breakdown-window-header {
    color: black;
    margin-bottom: 10px;
    text-decoration: underline;
    height: 30px;
    padding-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.operator-email-breakdown-container, .close-breakdown-window-container, .email-breakdown-container, .concierge-note-breakdown-container, .concierge-ordertext-breakdown-container, .concierge-confirmation-email-breakdown-container, .generic-email-log-breakdown-container {
    margin: 5px 15px 15px 15px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

.operator-email-breakdown-row, .email-breakdown-row, .concierge-note-breakdown-row, concierge-ordertext-breakdown-row, .concierge-confirmation-email-breakdown-row, .generic-email-log-breakdown-row {
    border-bottom: 1px black solid;
    padding: 5px 0px;
}

.multiselect-container .multiselect-group {
    background-color: black;
    color: white !important;
}

    .multiselect-container .multiselect-group a:link, .multiselect-container .multiselect-group a:hover, .multiselect-container .multiselect-group a:active {
        background-color: black;
        color: white !important;
    }

.close-breakdown-window {
    width: 30px;
    height: 30px;
    float: right;
    padding: 5px;
    text-align: center;
    color: red;
    font-weight: bold;
}

.aircraft-types-selectlist {
    height: 120px;
}

    .aircraft-types-selectlist ul {
        width: 330px !important;
        overflow-y: hidden !important;
    }

        .aircraft-types-selectlist ul li:not(.multiselect-all) {
            width: 33% !important;
            float: left !important;
        }

.quote-type-selectlist {
    height: 120px;
    overflow: auto;
    margin-bottom: 10px;
    overflow-x: hidden;
}

    .quote-type-selectlist ul {
        width: 330px !important;
        overflow-y: hidden !important;
    }

        .quote-type-selectlist ul li:not(.multiselect-all) {
            width: 33% !important;
            float: left !important;
        }

/*END STYLING OPERATOR QUOTE REQUEST SCREEN*/

.padding-5 {
    padding: 0px 5px;
}

.padding-10 {
    padding: 0px 10px;
}

.padding-bottom-10 {
    padding: 0px 0px 10px 0px;
}

.log-header {
    color: black;
    font-weight: bold;
}

.log-scroll {
    overflow-x: hidden;
    overflow-y: auto;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

/*STYLING AMS PASSENGER FORM*/

.ams-passenger-form, .concierge-quotes-container, .ams-flight-tool-form {
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

.concierge-quotes-container {
    font-size: 12px;
}

.ams-passenger-container, .ams-passenger-luggage-container, .ams-flight-tool-form {
    width: 100%;
    background-color: #d4cfcf;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid black;
    margin: 5px 0px;
}

    .ams-passenger-form ul > li > a, .concierge-quotes-container .nav-tabs > li > a, .ams-flight-tool-form .nav-tabs > li > a {
        padding: 2px 10px;
        font-weight: bold;
        font-size: 11px;
    }

.concierge-quotes-container ul > li > a {
    font-weight: bold;
    font-size: 11px;
}

.ams-passenger-form .nav.nav-tabs, .concierge-quotes-container .nav.nav-tabs, .ams-flight-tool-form .nav.nav-tabs, {
    border-bottom: #8E0000 1px solid;
    overflow: hidden;
}

.ams-passenger-form .passenger-header, .ams-flight-tool-form .passenger-header {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    /*    width: 500px;*/
}

.ams-passenger-form .form-control, .ams-flight-tool-form .form-control {
    height: 23px;
    font-size: 11px;
    padding: 2px 10px;
}

.ams-passenger-form .save-passenger-container .row > .hr-styled,
.ams-flight-tool-form .save-passenger-container .row > .hr-styled,
.ams-passenger-form .col-xs-12 > .hr-styled,
.ams-flight-tool-form .col-xs-12 > .hr-styled {
    border-top: solid 1px #081c48;
    height: 15px;
    margin-top: 10px;
    width: 688px;
    margin-left: 10px;
}

.ams-passenger-form .save-passenger-container .col-xs-12 > .hr-styled,
.ams-flight-tool-form .save-passenger-container .col-xs-12 > .hr-styled {
    border-top: solid 1px #081c48;
    height: 15px;
    margin-top: 10px;
    width: 675px;
    margin-left: 0px;
}

.aircraft-remove-popup-error {
    line-height: 30px;
}

#delete-aircraft-modal .modal-dialog {
    width: 320px;
}

#delete-aircraft-modal .modal-body {
    height: 175px;
}

.ams-passenger-form .form-group,
.ams-flight-tool-form .form-group {
    font-size: 11px;
    font-weight: bold;
}

.ams-passenger-form h4,
.ams-flight-tool-form h4 {
    font-size: 11px;
    font-weight: bold;
    margin-top: -8px;
}

.ams-passenger-form .baj-btn,
.ams-flight-tool-form .baj-btn {
    color: white !important
}

.target-flight-tool-tab-content {
    margin-left: 15px;
    border-collapse: collapse;
}

    .target-flight-tool-tab-content .details-seperator {
        background-color: #8E0000;
        height: 2px;
        content: "$nbsp";
    }


.modal-content .baj-btn-small {
    margin: 10px;
    color: white !important
}

.modal-content .confirm-btn-small {
    margin: 2px;
    color: white !important
}

.modal-content-div {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

.modal-header {
    background-color: #8e0000;
    color: white;
    font-size: 15px;
}

.ams-passenger-form .target-new-passenger-button, .ams-passenger-form .target-edit-guest-button, .ams-passenger-form .delete-passenger-button-green {
    border-radius: 4px;
    border: 1px solid green;
    color: green !important;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    height: 20px;
    line-height: 8px !important;
    padding: 5px;
    background-color: white;
    float: right;
    margin-right: 15px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

.target-add-passenger-button {
    border-radius: 7px;
    border: 1px solid white;
    color: white !important;
    background-color: green;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    min-height: 25px;
    width: 150px;
    line-height: 14px !important;
    padding: 5px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
}

    .target-add-passenger-button:before {
        content: "\f007";
        font-family: 'Font Awesome 5 Free';
        color: white;
        padding-right: 5px;
        font-size: 14px;
    }

.center-text {
    text-align: center !important;
}

#contact-options-form input {
    border: 1px solid gray;
    margin-right: 5px;
}

#contact-options-form .btn-primary {
    float: left;
    max-width: 100px;
}

.error-div {
    color: red;
    font-size: 1em;
    font-weight: bold;
}

    .error-div:before {
        content: "\f06a";
        font-family: 'Font Awesome 5 Free';
        padding-right: 5px;
    }

.success-div {
    color: green;
    font-size: 1em;
    font-weight: bold;
}

    .success-div:before {
        content: "\f00c";
        font-family: 'Font Awesome 5 Free';
        padding-right: 5px;
    }

.row-margin-bottom {
    margin-bottom: 10px;
}

.ams-passenger-form .baj-results-textarea {
    height: 150px !important;
}

.ams-passenger-luggage-container .form-group label {
    height: 50px;
}

.ams-passenger-luggage-container #target-baj-results-personal-items-entry-form {
    margin-top: 10px;
}

.d-none {
    display: none !important
}

.passenger-ok-icon {
    color: green !important;
    float: left;
    margin-right: 10px;
}

.darkbluefont {
    color: green !important;
}

.ams-passenger-form dl,
.ams-flight-tool-form dl {
    font-size: 11px;
    color: black;
}

.ams-passenger-form dt, ams-flight-tool-form dt {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 70px;
}

.ams-passenger-form dd, .ams-flight-tool-form dd {
    float: right;
    text-align: left;
    width: calc(100% - 70px);
}

.modal-title {
    color: white;
    text-transform: uppercase;
    margin-top: 0px !important;
    font-size: 11px;
    font-weight: bold;
}

#ConfirmationDialog .modal-title, .ams-dialog .modal-title {
    color: white;
}

.modal-body {
    color: black;
}

.ams-passenger-container .modal-dialog {
    width: 350px;
}

.ams-passenger-container .modal-body .col-xs-4 {
    text-align: center;
}

.label-vendor-name {
    margin-top: 10px !important;
}
/*END STYLING AMS PASSENGER FORM*/


/*CONCIERGE ORDER REQUEST*/

.concierge-quotes-container .panel {
    border: none !important;
}

.concierge-quotes-container .panel-default {
    box-shadow: none;
}

.concierge-quotes-container .target-tab-container {
    padding: 5px;
}

.concierge-quotes-container .panel-heading {
    background-color: black;
    color: white !important;
    padding: 5px;
}

.concierge-quotes-list-container .panel-title a {
    color: black !important;
}

.concierge-quotes-list-container .panel-heading {
    background-color: darkgrey;
    color: black !important;
    padding: 2px 5px 3px 5px;
    border: 1px solid black;
}

.concierge-quotes-container .panel-body {
    background-color: lightgrey;
    border: 1px black solid;
    padding: 10px;
}

.concierge-quotes-container .concierge-request-accordion {
    padding: 5px;
    max-height: 454px;
}

.concierge-quotes-container .panel-title {
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
}

.concierge-quotes-container .form-control {
    height: 23px;
    font-size: 11px;
    padding: 2px;
}

.target-new-concierge-quote {
    color: white !important
}

.concierge-quotes-container .quote-list .panel-heading {
    padding-top: 1px;
    padding-bottom: 4px;
    background-color: black;
}

    .concierge-quotes-container .quote-list .panel-heading a {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 11px;
        color: white;
    }

.concierge-quotes-container .col-state {
    padding-right: 5px;
}

.concierge-quotes-container textarea {
    width: 100% !important;
    height: 100px;
}

.concierge-quotes-container .textarea-small {
    width: 100% !important;
    height: 70px !important;
}

.concierge-quotes-container .quote-food-panel-body {
    min-height: 345px;
}

.concierge-quotes-container .notes-history {
    padding-left: 5px;
}

.concierge-quotes-container .multiselect-container > li > a > label {
    padding-left: 25px;
}

.concierge-quotes-container .multiselect-container .edit-contact-buttons-container {
    margin-left: -7px;
    /* margin-right: 5px; */
    width: 22px;
    display: inline-block;
}

.quote-textarea {
    width: 100%;
    height: 120px;
    overflow: auto;
    resize: vertical;
    max-width: 100%;
}

.div-quote-emails .dropdown-menu {
    max-height: 296px;
    overflow-y: auto;
    max-width: 354px;
    overflow-x: hidden;
    background-color: rgba(0,0,0,0);
    font-size: 12px;
    position: unset;
}

.executive-car .div-quote-emails .dropdown-menu {
    max-height: 200px;
    max-width: 308px;
}

/*.concierge-quotes-container .vechicle-type .request-text {
    padding-right: 5px;
}*/

.div-quote-emails .dropdown-menu .form-control {
    height: 30px;
}

.original-request {
    margin-bottom: 15px;
}

.div-quote-emails .dropdown-menu {
    padding-top: 5px;
}

.div-quote-emails-sent {
    max-height: 135px;
    overflow-y: auto;
    border: solid 2px black;
    margin-bottom: 6px;
    padding: 5px;
}

.concierge-quotes-container .vechicle-type .ams-tab-subheader {
    padding-right: 5px;
    padding-left: 0;
}

.concierge-quotes-container .vechicle-type input {
    padding-left: 2px;
    padding-right: 2px;
}

.concierge-quotes-container .notes {
    padding-top: 7px;
}

.concierge-quotes-container .target-quote-remove, .concierge-quotes-container .target-quote-copy {
    float: right;
}

.concierge-quotes-container .quote-history {
    float: right;
    padding-top: 4px;
    padding-right: 5px;
}

.concierge-quotes-container .target-edit-quote-vendor-email {
    padding-top: 4px;
    padding-left: 5px;
}

/*.panel-template {
    display: none;
}*/

.target-flight-plan-trip-request-aircraft-list {
    overflow-y: auto;
    overflow-x: hidden;
}

.div-notes-history {
    max-height: 400px;
    overflow-y: auto;
}

#QuoteDialog th, #QuoteDialog td {
    padding: 5px;
}

#VendorValidation .custom-validation-error {
    margin-bottom: 10px;
}

#OverageReason {
    width: 180% !important;
    height: 50px;
}

.target-select-recipients-div {
    margin-bottom: 10px;
    border: 1px solid black;
    margin-left: -10px;
}

.ul-email-recipients {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 5px;
}

.target-select-recipients .panel-title {
    background-color: black;
    color: white !important;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.font-size-11 {
    font-size: 11px !important;
}

/*END CONCIERGE ORDER REQUEST*/
/*Concierge Report*/
.concierge-report-detail-closed {
    display: none;
}

.concierge-report-detail-open {
    display: block;
}
/*End Concierge Report*/

.font-awesome {
    font-family: 'Font Awesome 5 Free';
}

.target-add-quote-vendor {
    cursor: pointer;
}

.add-to-vendor-contact-button {
    font-size: 12px !important;
    text-transform: uppercase;
    color: black;
    text-decoration: none !important;
    display: inline-block;
    font-weight: bold;
}

.of-report-good {
    color: black;
    background-color: white;
}

.of-report-bad {
    color: white;
    background-color: red;
}

.of-report-warn {
    color: white;
    background-color: cornflowerblue;
}

.of-bad {
    color: red;
}

/*------------------------------- BEGIN PATCH FOR FONTAWESOME BACKWARDS COMPATIBILTY -------------------------------*/
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/lib/font-awesome/webfonts/fa-regular-400.eot);
    src: url(/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.fa-rotate-45 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*------------------------------- END PATCH FOR FONTAWESOME BACKWARDS COMPATIBILTY -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Client Relationship -------------------------------*/

#ClientRelationship .target-relation-type {
    color: #8e0000;
    font-size: 15px;
    height: 25px;
    padding: 0;
    white-space: nowrap;
    margin-left: 45px;
    margin-top: 5px;
}


#ClientRelationship .target-relations-client-info {
    color: black !important;
    font-size: 11px;
    padding: 0;
    white-space: nowrap;
    margin-left: 60px !important;
    margin-top: 5px;
}

#ClientRelationship .no-records {
    margin-left: 30px;
    line-height: 40px;
}

#ClientRelationship .error-class {
    color: red;
}

#ClientRelationship .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

/*------------------------------- END PATCH FOR Client Relationship -------------------------------*/


/*------------------------------- BEGIN PATCH FOR Desk Phones -------------------------------*/

#deskphone-specs .fa-check-circle {
    font-size: 16px;
    color: green;
}

#deskphone-specs .fa-hourglass-half {
    font-size: 16px;
    color: orange;
}

/*------------------------------- END PATCH FOR Desk Phones -------------------------------*/


/*------------------------------- BEGIN PATCH FOR Aircraft Rates -------------------------------*/

/*.list-group .list-group-item:after {
    content: none !important;
}

#AddRowPopup {
    display: none;
}*/

#AircraftRates .ams-table {
    table-layout: auto;
}

#AircraftRates .end-of-year-banner {
    font-size: larger;
    color: #8e0000;
    border: 2px solid;
    border-radius: 5px;
    border-color: #8e0000;
    background: pink;
}

/*#AircraftRates .input-aircraft-rate,
.input-aircraft-manager-new,
.input-aircraft-manager {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}*/

#AircraftRates #ProductAircraftPrice tr th:nth-child(1) {
    width: 200px;
}

#AircraftRates #ProductAircraftPrice tr th:nth-child(2) {
    width: 200px;
}

#AircraftRates #ProductAircraftPrice tr th:nth-child(3) {
    width: 200px;
}

#AircraftRates #ProductAircraftPrice tr th:nth-child(4) {
    width: 15%;
}

#AircraftRates #ProductAircraftPrice tr th:nth-child(5) {
    width: 15%;
}

#AircraftRates #ProductAircraftPrice td + td {
    width: auto;
}

/*------------------------------- END PATCH FOR Aircraft Rates -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Tag Manager -------------------------------*/

.tag-container .target-fontawesome-autocomplete {
    position: relative;
    padding-left: 24px !important;
}

.tag-container .target-fontawesome-icon {
    position: absolute;
    right: 142px;
    top: 39px;
}

.tag-container .tag-isactive {
    display: block;
    margin-left: 5px !important;
    height: 15px;
}

/*------------------------------- END PATCH FOR Tag Manager -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Operators -------------------------------*/

#ams-operator-form .header-container {
    width: 100%;
    text-align: center;
}

#ams-operator-form .header-left {
    float: left;
}

#ams-operator-form .header-right {
    float: right;
}

#Aircraft tr.inactive, td.inactive, a.inactive {
    pointer-events: none;
    cursor: default;
}

#Aircraft td.edit-disabled {
    background-color: #EEEEEE;
    color: black;
}

#Aircraft td.edit-enabled {
    border-color: black;
    white-space: nowrap;
}

#Aircraft tr.inactive,
td.inactive {
    pointer-events: none;
    cursor: default;
}

#Aircraft input.edit-disabled {
    background-color: #EEEEEE;
}

#Aircraft .baj-results-rating-star-img {
    width: 15px;
}

a.of-link-black, a.of-link-black:hover {
    color: black;
    font-size: 10pt;
    font-weight: normal;
}

    a.of-link-black:hover {
        color: #8e0000;
    }

div.of-link-black {
    color: black;
    font-size: 10pt;
    font-weight: normal;
}

.ulmain, .ulsub, .ulsub1 {
    list-style: none;
    padding: 0;
    color: #878787;
}

.ulsub {
    padding-left: 10px;
}

.ulsub1 {
    padding-left: 20px;
}

#OperatorListDynamic #logoFile {
    display: none;
}

#OperatorListDynamic .target-operator-logo {
    font-family: sans-serif;
    text-align: center;
}

#OperatorListDynamic .target-operator-logo-size {
    border: 2px dashed #ccc;
    border-radius: 2px;
    min-height: 30px;
    max-height: 32px;
    min-width: 30px;
}

#OperatorListDynamic .target-operator-logo.highlight {
    border-color: #8e0000;
}

#OperatorListDynamic .target-operator-logo-img {
    max-width: 100px;
}

#OperatorListDynamic .target-operator-table,
.target-operator-table a {
    font-size: 1em;
    white-space: nowrap;
}

    #OperatorListDynamic .target-operator-table tr td.centered {
        text-align: center;
        background-color: white;
    }

#OperatorListDynamic a.target-operator-logo-size-toggle {
    font-size: .8em;
    color: pink;
}

#OperatorAircrafts thead tr td {
    padding: 5px;
    cursor: pointer;
}

/*------------------------------- END PATCH FOR Operators -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Aircraft Manager -------------------------------*/

#aircraft-specs .ams-table {
    table-layout: fixed;
}

.input-aircraft-rate,
.input-aircraft-manager-new,
.input-aircraft-manager {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

#aircraft-specs .aircraft-manager-td {
    width: 200px;
    margin: 0;
    padding: 0;
}

#aircraft-specs label {
    font-weight: normal !important;
}

/*------------------------------- END PATCH FOR Aircraft Manager -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Prospect Detail/Client Account--------------------------------*/

.prospect-form-container .target-popup-widow {
    background-color: #fff;
    border-radius: 15px;
    color: #000;
    display: none;
    padding: 20px;
    min-width: 330px;
    min-height: 180px;
}

.prospect-form-container .target-popup-error, .target-form-error {
    font-weight: normal;
    font-size: x-small;
    color: red;
}

.prospect-form-container .contact-container {
    border-radius: 5%;
    border: 1px black solid;
}

.prospect-form-container .contact {
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: red;
}

.prospect-form-container .inner-addon {
    position: relative;
}

    .prospect-form-container .inner-addon .glyphicon {
        position: absolute;
        padding: 10px;
        pointer-events: none;
    }

.prospect-form-container .left-addon .glyphicon {
    left: 0px;
}

.prospect-form-container .right-addon .glyphicon {
    right: 0px;
}

.prospect-form-container .left-addon input {
    padding-left: 30px;
}

.prospect-form-container .right-addon input {
    padding-right: 30px;
}

.prospect-form-container .row-eq-height {
    min-height: 233px;
}

.prospect-form-container .row-eq-height-promo {
    min-height: 290px;
}

.prospect-form-container .ownership-panel-height {
    min-height: 190px;
}

.prospect-form-container .fraction-panel-height {
    min-height: 240px;
}

.prospect-form-container .jetcard-panel-height {
    min-height: 190px;
}

.prospect-form-container .charter-panel-height {
    min-height: 175px;
}

.prospect-form-container .panel-spacer {
    width: 2%;
}

.prospect-form-container .row-line {
    border: 1px #ddd solid;
    opacity: .9;
}

.prospect-form-container .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

.prospect-form-container .box-shadow {
    box-shadow: 5px 5px 5px #888888;
}

.prospect-form-container .panel-title {
    position: absolute;
    width: 84%;
    top: -18px;
}

    .prospect-form-container .panel-title > a {
        font-size: 13px;
    }

.prospect-form-container .remove-border {
    border: 0;
}

.prospect-form-container td {
    position: relative;
}

.prospect-form-container .td-box {
    top: 0px;
    vertical-align: middle;
    padding-left: 3px;
    position: absolute;
    border-radius: 3px;
    border: 1px #ddd solid;
    background-color: #F7F7F7;
    width: 90%;
    cursor: not-allowed;
    height: 20px;
}

.prospect-form-container .td-box-nudge-left {
    padding-right: 3px;
}

.prospect-form-container .row_margin_bottom {
    margin-bottom: 0;
}

.prospect-form-container .tight-label-margin-select {
    margin-bottom: -8px;
}

.prospect-form-container .tight-label-margin {
    margin-bottom: 0;
}

.prospect-form-container .tight-input-margin {
    margin-top: -8px;
}

.prospect-form-container .black-tight-label-popup {
    font-size: .9em;
    height: 0px;
    margin: 0px;
}

.prospect-form-container .label {
    margin-bottom: 15px;
}

.prospect-form-container .black-tight-label span {
    font-weight: normal;
}

.prospect-form-container .black-tight-label.table-cell-label {
    font-weight: bold;
}

.prospect-form-container .table-title-black {
    color: black;
    font-weight: bold;
}

.prospect-form-container .remove-padding {
    padding: 0;
}

.prospect-form-container .table-border-bottom {
    border-bottom: 2px black solid;
}

.prospect-form-container .table-border-bottom-small {
    border: 1px black solid;
}

.prospect-form-container .analysisinput-container {
    position: relative;
}

.prospect-form-container .analysisinput {
    position: absolute;
    transform-style: preserve-3d;
    transition: all 1s ease-in-out;
}

.prospect-form-container .analysisinputselect {
    transform: rotateY(180deg);
}

.prospect-form-container .remove-max-width {
    max-width: 100%;
}

.prospect-form-container .detail-container {
    position: absolute;
    height: 100%;
    float: right;
    width: 100%;
}

.prospect-form-container .nav-tabs > li > a {
    line-height: 5px;
    font-weight: 900;
}

.prospect-form-container .popover {
    max-width: 400px;
}

.prospect-form-container .glyphicon {
    margin-left: 5px;
}

.prospect-form-container .tab-content > .tab-pane {
    min-height: 300px;
}

.target-submit-flight-plan-override.button, .target-flight-plan-override-cancel.button {
    position: relative;
    line-height: 0px !important;
    height: 25px !important;
    text-align: center;
}

/*#AccountInfo input, select, textarea {
    max-width: none;
}*/

/*.target-client-account-save-form input, select, textarea {
    max-width: none;
}*/

#AddressList {
    max-width: none;
}

.target-account-detail {
    min-height: 400px !important;
}

/*.tab-content > .tab-pane {
    min-height: 400px;
}*/

/*.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        line-height: 0.7;
    }*/

#AccountInfo #AddressId {
    max-width: none;
}

.emails-multi-selectlist {
    height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
    /*margin-top: -5px;*/
}

.margin-top-5 {
    margin-top: 5px;
}

.pointer-events-none {
    pointer-events: none;
}
/*------------------------------- END PATCH FOR Prospect Detail/Client Account -------------------------------*/
/*------------------------------- BEGIN PATCH FOR Event Invite -------------------------------*/
#InvitesDynamic .rsvp-yes {
    background-color: lightgreen;
}

#InvitesDynamic .rsvp-no {
    background-color: lightcoral;
}

#InvitesDynamic .rsvp-maybe {
    background-color: orange;
}

#InvitesDynamic .rsvp-no-response {
    /*background-color: #D9D9D9;*/
}

#InviteFormDynamic .header-round {
    border: solid 1px darkgrey;
    border-radius: 15px;
    padding: 5px;
    padding-left: 15px;
}

/*------------------------------- END PATCH FOR Event Invite -------------------------------*/

#QuoteActivity .black-border-left {
    border-left: 2px solid black !important;
}

/*------------------------------- BEGIN PATCH FOR Vendors -------------------------------*/

.target-vendor-list-div .phone-width {
    width: 25px;
}

.target-vendor-list-div a.target-vendor-add-edit-tag {
    color: #8e0000;
    cursor: pointer;
    font-size: 10px;
}

.target-vendor-list-div td.td-tags {
    color: #8E0000;
}

#vendor-list-table
#vendor-list-table a,
#vendor-list-table tr > td a,
#vendor-list-table tr > td a:visited,
#vendor-list-table tr > td a:link {
    font-size: 8pt;
    color: black;
}

#VendorTabsDynamic .tab-head {
    /*  line-height: 5px !important;
    font-weight: 900 !important;*/
}

#VendorTabsDynamic .save-button-submit {
    /* border-right: solid 5px white;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

#VendorTabsDynamic .profile-div {
    background-color: #ddd;
    border-right: solid 5px white;
    padding-top: 10px;
    padding-bottom: 10px;
}

#VendorTabsBottomDynamic .note-body {
    border: solid 1px #ccc;
    min-height: 300px !important;
}

    #VendorTabsBottomDynamic .note-body .margin-10 {
        margin: 10px;
    }

    #VendorTabsBottomDynamic .note-body .note-add-box {
        min-width: 93% !important;
        min-height: 60px;
        resize: none;
    }

    #VendorTabsBottomDynamic .note-body .v-align-center {
        position: relative;
        left: 11px;
        top: -23px;
    }

#popup .error-adjust {
    position: relative;
    left: 1px;
    top: -5px;
    cursor: default;
}

    #popup .error-adjust a {
        text-underline-position: unset;
    }

#VendorTabsDynamic .remove-anchor {
    text-decoration: none !important;
}

#VendorTabsDynamic .table-width {
    /*  width: 40%;*/
}

.upload-icon {
    font-size: 25px;
    color: #8e0000;
    margin-top: 25px;
    margin-left: 5px;
}

.target-vendor-file {
    width: 100%;
    height: 90px;
    padding: 10px;
    border: 2px dashed #ccc;
}

.target-vendor-panel {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

#VendorDetailForm .disabled {
    cursor: not-allowed !important;
    opacity: .45;
}

/*------------------------------- END PATCH FOR Vendors -------------------------------*/
/*------------------------------- BEGIN PATCH FOR Flight Plans -------------------------------*/
.target-flight-plan-main .no-click {
    pointer-events: none;
}

.target-flight-plan-main .canceled-no-options {
    background-color: #DD0000;
}

.dropdown-disable {
    pointer-events: none;
}

.selected-list {
    height: 450px;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .selected-list .left-align {
        text-align: left;
    }

    .selected-list .no-disclosure-notice {
        position: relative;
        /* top: -21px;*/
        top: -16px;
        color: #8e0000 !important;
    }

    .selected-list .disclosure-notice {
        position: relative;
        /* top: -21px;*/
        top: -16px;
        color: green !important;
    }

    .selected-list .push-left {
        left: -282px;
    }

    .selected-list .push-less {
        left: -248px;
    }

.textbox-disable {
    pointer-events: none;
    background-color: lightgray;
}

.button-margin {
    margin-bottom: 2px !important;
    padding-bottom: 4px !important;
}

.workitemIcon {
    margin-left: 3px;
    margin-right: 3px;
}

.work-item-label {
    border-bottom: solid #DDDDDD 1px;
}

/*.font-larger {
    font-size: 12px;
}*/
/*Is not Used. Didn't find any elements using this class*/

/*.ams-flight-plan-border {
    border-color: black;
    padding: 0px;
    margin-bottom: 1px;
    vertical-align: bottom;
    position: relative;
    left: -5px;
    width: 719px;
}
*/ /*Is not Used. Didn't find any elements using this class*/

.no-scroll {
    overflow-x: hidden;
    overflow-y: hidden !important;
}

/*------------------------------- END PATCH FOR Flight Plans -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Client Assignment -------------------------------*/

#client-assignment .table {
    font-size: 10px !important;
    color: black !important;
}

    #client-assignment .table > tbody > tr > td {
        line-height: 1.428571429;
        font-size: 10px !important;
    }

    #client-assignment .table > thead > tr > td {
        line-height: 1.428571429;
        font-size: 10px !important;
        text-align: center;
    }

        /*.client-assignment-container input[type="radio"],
input[type="checkbox"] {
    margin: 0;
    padding: 0;
}*/

        #client-assignment .table > thead > tr > td input[type="radio"] {
            margin: 0;
            padding: 0;
        }

/*------------------------------- END PATCH FOR Client Assignment -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Client Detail -------------------------------*/

/*.table-curved {
    border-collapse: separate;
    border: solid #ccc 2px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 5px;
    line-height: 25px;
    font-size: 14px;
    font-variant: small-caps;
    font-weight: 900;
    color: #000;
}*/

#ClientInfo .nav-list > li > .disabled > a {
    color: #999;
    cursor: default;
}

    #ClientInfo .nav-list > li > .disabled > a:hover {
        background-color: transparent;
    }

#ClientInfo .nav-tabs > li > .disabled > a, .nav-pills > .disabled > a {
    color: #999;
    cursor: default;
    border: none; /** add this for tabs/pills **/
}

    #ClientInfo .nav-tabs > li > .disabled > a:hover, .nav-pills > .disabled > a:hover {
        background-color: transparent;
    }

.ams-container .header-container {
    width: 100%;
    text-align: center;
}

#client-id-bar .header-left {
    float: left;
}

#client-id-bar .header-right {
    float: right;
}

#client-id-bar .input4, .input6 {
    color: black;
    font-size: 11px;
    margin: 0;
    padding: 0px 3px !important;
    height: 17px;
}

#client-id-bar .input4 {
    width: 40px;
}

#client-id-bar .input6 {
    width: 60px;
}

#FlightPlan {
    margin: 0px;
}

    #FlightPlan .btn-flight-plan,
    .btn-flight-plan-complete,
    .btn-task,
    .btn-task-complete,
    .btn-task-in-progress {
        color: white !important;
        padding: 3px;
        margin: 1px;
        font-size: .9em;
        box-shadow: 2px 2px 2px #888888;
        padding-right: 6px;
        padding-left: 6px;
    }

    #FlightPlan .btn-task,
    .btn-task-complete,
    .btn-task-in-progress {
        width: 100%;
    }

    #FlightPlan .btn-task,
    .btn-flight-plan {
        background-color: #8e0000 !important;
    }

    #FlightPlan .btn-flight-plan-complete,
    .btn-task-complete {
        background-color: darkgreen !important;
    }

    #FlightPlan .btn-task-in-progress {
        background-color: #ff9900 !important;
    }

    #FlightPlan .request-list {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #FlightPlan .target-flight-plan-trip-request-main {
        padding-right: 0px;
        padding-left: 0px;
    }

    #FlightPlan .target-flight-plan-trip-request-input {
        border-bottom: solid 1px black;
    }

    #FlightPlan .aircraft-img {
        border: 1px solid black;
        background-color: silver;
        padding: 2px;
    }

    #FlightPlan .target-flight-plan-work-task-complete {
        background-color: darkgreen;
        color: white;
        font-size: .9em;
    }

    #FlightPlan .target-flight-plan-work-flow-item-label-action {
        text-decoration: underline;
        color: #8e0000;
        cursor: pointer;
    }

/*------------------------------- END PATCH FOR Client Detail -------------------------------*/

/*------------------------------- BEGIN PATCH FOR Product Manager-------------------------------*/

/*Product Manager View */

.product-manager-container .list-group .list-group-item:after {
    content: none !important;
}

.product-manager-container .products-panel-body {
    overflow: auto;
    min-height: 300px;
    max-height: 300px;
    margin: 0;
    padding: 0;
}

.product-manager-container .wrapper-fee {
    position: relative;
}

.product-manager-container #AddRowPopup {
    display: none;
}

.product-manager-container .ams-table {
    table-layout: fixed;
}

.product-manager-container .input-aircraft-rate,
.input-aircraft-manager-new,
.input-aircraft-manager {
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    display: block;
}

/*.product-manager-container .aircraft-manager-td {
    width: 200px;
    margin: 0;
    padding: 0;
}*/ /*This is original. Padding was causing problem in Accounts table and Product table.*/

.product-manager-container .aircraft-manager-td {
    width: 200px;
    margin: 0;
    /* padding: 0;*/
}

.product-manager-container .filter-container {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    width: 100%;
    align-content: center;
    height: 30px;
}

/*Product Manager View End*/

.product-manager-container .table-container {
    height: 30em;
}

/*.activate-year-column.hide-columns {
        
        display: inline-block;
        transition: left ease .25s;
    }

        .activate-year-column  {
            display: block;
            
            transition: right ease .25s;
        }*/

/*Product Category */

#ProductCategoryConfiguration .target-table-productcategory tr th:nth-child(1) {
    width: 20%;
}

#ProductCategoryConfiguration .target-table-productcategory tr th:nth-child(3) {
    width: 5%;
}

#ProductCategoryConfiguration .target-table-productcategory tr th:nth-child(4) {
    width: 5%;
}

#ProductCategoryConfiguration .target-table-productcategory tr th:nth-child(2) {
    width: 60%;
}

#ProductCategoryConfiguration .target-table-productcategory tr th:nth-child(5) {
    width: auto;
}

.target-productcategory-product-link > a {
    font-size: 12px;
}

#ProductCategoryConfiguration .target-table-productcategory .input-aircraft-manager {
    color: black;
}

/*Product Category END*/


/*Products Begin*/

#Products .input-line-height {
    line-height: 1;
}

/*td div {
        display: table-cell;
        vertical-align: middle;
    }*/

#Products .target-product-table tr th:nth-child(1) {
    width: 20%;
}

#Products .target-product-table tr th:nth-child(2) {
    width: 8%;
}

#Products .target-product-table tr th:nth-child(3) {
    width: 8%;
}

#Products .target-product-table tr th:nth-child(4) {
    width: 8%;
}

#Products .target-product-table tr th:nth-child(5) {
    width: 8%;
}

#Products .target-product-table tr th:nth-child(6) {
    width: 8%;
}

#Products .target-product-table tr th:nth-child(7) {
    width: 8%;
}

#Products .target-product-table .input-aircraft-manager {
    color: black;
}

/*Products End*/


/*Rates Begin*/

.target-category-list .product-category-div {
    height: 20px;
    vertical-align: middle;
}

.target-category-list .product-category-popup-input-text {
    height: 20px;
    width: 100px;
}

#Rates .target-edit-unlock-active {
    display: none;
}

#Rates .target-edit-lock {
    display: block;
}

#Rates .disabled-cell {
    background-color: lightgray;
}

#Rates .header-cell {
}

#Rates .input-aircraft-manager.input-rate-manager {
    margin: 0 auto;
    height: 20px;
}

#Rates .ams-table.ams-table-font-size {
    font-size: 14px;
}

#Rates .target-table-product-rate tr th:nth-child(1) {
    width: 200px;
}

#Rates .target-table-product-rate tr th:nth-child(2) {
    width: 175px;
}

#Rates .target-table-product-rate tr th:nth-child(3) {
    width: 70px;
}

#Rates .target-table-product-rate tr th:nth-child(5) {
    width: 120px;
}

#Rates .target-table-product-rate td + td {
    width: auto;
}

/*Rates End*/


/*Conversion Begin*/

#Conversions .target-edit-coefficient-active {
    display: none;
}

#Conversions .target-edit-coefficient {
    display: block;
}

#Conversions .target-lock-text {
    display: block;
}

#Conversions .target-inputs {
    font: x-small;
}

#Conversions .ams-table-input-text {
    height: 14px;
    width: 100%;
    font-size: 10px;
    padding: 0;
    margin: 0;
    border: none;
}

#Conversions .empty-row {
    width: 100%;
    height: 20px;
}

#Conversions .target-conversion-table tr th:nth-child(1), .target-flighthourconversion-table tr th:nth-child(1), .target-annualhours-table tr th:nth-child(1) {
    width: 25%;
}

/*End Conversion*/

/*Aircraft List*/

#ProductConfiguration #ProductAircraftPrice {
    table-layout: fixed;
    width: 100%;
    z-index: 1;
}

#blinder.blinder-on-five {
    width: 385px;
    margin-left: -5px;
    height: 100%;
    background-color: white;
    z-index: 2;
    position: absolute;
    top: 220px;
    left: 61%;
}

#blinder.blinder-on-four {
    width: 438px;
    margin-left: -53px;
    height: 100%;
    background-color: white;
    z-index: 2;
    position: absolute;
    top: 220px;
    left: 61%;
}

#AircraftListDefinitionTable {
    width: 100%;
}

.product-manager-container .activate-year-column {
    visibility: hidden;
}

#AircraftListBuilder #ProductAircraftPrice tr th:nth-child(1) {
    width: 200px;
}

#AircraftListBuilder #ProductAircraftPrice tr th:nth-child(2) {
    width: 150px;
}

#AircraftListBuilder #ProductAircraftPrice tr th:nth-child(4) {
    width: 5%;
}

#AircraftListBuilder #ProductAircraftPrice tr th:nth-child(5) {
    width: 6%;
}

#AircraftListBuilder #ProductAircraftPrice td + td {
    width: auto;
}

/*Aircraft List End*/

/*Promotions */

#Promotions #ProductPromotions tr th:nth-child(1) {
    width: 200px;
}

#Promotions #ProductPromotions tr th:nth-child(2) {
    width: 200px;
}

#Promotions #ProductPromotions tr th:nth-child(3) {
    width: 5%;
}

/*Promotions End*/

/*------------------------------- END PATCH FOR Product Manager-------------------------------*/

/*------------------------------- BEGIN PATCH FOR ReportEmployeeResponse-------------------------------*/

/*hr {
    margin-top: 0px;
    margin-bottom: 5px;
}*/

.report-row .report-row:hover {
    background-color: #8E0000;
    color: white;
}

.report-row .report-row-highlight {
    background-color: #F4F4F4;
}

.report-content .report-header {
    border-bottom: 1px solid black;
    font-weight: bold;
}

.report-content {
    border: 1px solid black;
    padding: 0px;
    padding-right: 15px;
    padding-left: 15px;
}

    .report-content .unfinished-row,
    .report-content .unfinished-row a {
        color: #FF7777 !important;
        white-space: nowrap;
    }

        .report-content .unfinished-row a {
            text-decoration: underline;
        }

            .report-content .unfinished-row a:hover {
                color: #8e0000 !important;
            }
/*------------------------------- END PATCH FOR ReportEmployeeResponse-------------------------------*/
/*------------------------------- BEGIN PATCH FOR Comparison-------------------------------*/

.comparison-container .row-eq-height {
    min-height: 11px;
}

.comparison-container .panel-default {
    text-align: center;
    background-color: #F9F9F9;
    box-shadow: 2px 2px 2px #AAAAAA;
}

.comparison-container .panel-body {
    padding: 0px;
}

.comparison-container .glyphicon {
    font-size: .8em;
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.comparison-container .aircraft-broker-form-control,
.aircraft-broker-form-control-numeric {
    border-radius: 5px;
}

.comparison-container .aircraft-broker-comparison-table {
    border-spacing: 3px;
    border-collapse: separate;
    table-layout: fixed;
}

    .comparison-container .aircraft-broker-comparison-table thead tr th {
        color: #FFFFFF;
        background-color: #8E0000;
        text-align: center;
        padding-top: 10px !important;
        padding-bottom: 10px;
        border-radius: 5px;
        border: solid 1px #8e0000;
        box-shadow: 2px 2px 2px #AAAAAA;
        text-align: center;
        vertical-align: top;
    }

    .comparison-container .aircraft-broker-comparison-table tbody tr td {
        color: #000000;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        border: solid 1px #EEEEEE;
        border-radius: 5px;
        box-shadow: 2px 2px 2px #AAAAAA;
    }

.comparison-container .target-aircraft-broker-comparison-feature-data-menu {
    padding-right: 5px;
    padding-left: 5px;
    position: absolute;
    display: table;
}

#aircraft-broker-comparison-competitor-select-form .label-no-wrap {
    white-space: nowrap;
    margin-right: 5px;
    color: #8e0000;
    font-size: 11px;
    height: 25px;
    padding: 0;
}

/*------------------------------- END PATCH FOR Comparison-------------------------------*/
/*------------------------------- BEGIN PATCH FOR Client Account Client Preference-------------------------------*/
#ClientPreferences tr.inactive,
td.inactive,
a.inactive {
    pointer-events: none;
    cursor: default;
}

#ClientPreferences .input-wide {
    max-width: none;
    width: 91%;
}

#ClientPreferences .button-pref {
    /* background-color: #2B91AF;*/
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 4px;
    width: 75px;
}

#ClientPreferences .semi-tall {
    min-height: 300px;
}

#ClientPreferences .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

#ClientPreferences hr.pref-rule {
    border-color: darkgray;
    margin: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}

/*------------------------------- BEGIN PATCH FOR Client Account Client Preference-------------------------------*/

/*------------------------------- BEGIN PATCH FOR Sales Inactivity-------------------------------*/

#SalesInactivity .ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

#SalesInactivity .ams-table-header-inactivity-current-date {
    min-width: 80px;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
}

#SalesInactivity .ams-table-header-inactivity-current-client {
    min-width: 80px;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
}

#SalesInactivity .ams-table-header-inactivity-current-owner {
    min-width: 60px;
    max-width: 60px;
    overflow: hidden;
    white-space: nowrap;
}

#SalesInactivity .ams-table-header-inactivity-current-notes {
    min-width: 300px;
    max-width: 300px;
}

/*------------------------------- End PATCH FOR Sales Inactivity-------------------------------*/

.layout-h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}

#target-fbo-form .panel-default,
#target-edit-fbo-operator-contact-form .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}


/*------------------------------- BEGIN PATCH FOR Guest-------------------------------*/

#target-guest-form .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

#target-guest-form {
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

    #target-guest-form .form-control {
        height: 23px;
        font-size: 11px;
        padding: 2px 10px;
    }

    #target-guest-form .save-guest-container .col-xs-12 > .hr-styled {
        border-top: solid 1px #081c48;
        height: 15px;
        margin-top: 10px;
        width: 545px;
        margin-left: 0px;
    }

    #target-guest-form .form-group {
        font-size: 11px;
        margin-bottom: 5px;
    }

    #target-guest-form h4 {
        font-size: 11px;
        font-weight: bold;
        margin-top: -8px;
        text-transform: uppercase;
    }

    #target-guest-form .panel-body {
        padding: 20px;
    }

    #target-guest-form label {
        color: #8e0000;
        margin: 3px;
    }

    #target-guest-form .error {
        color: red;
        font-size: 11px;
        padding-left: 5px;
        margin-left: 0px;
    }

#clientaccount-guest-table {
    margin-top: -15px;
    margin-bottom: -15px;
}

/*------------------------------- END PATCH FOR Guest-------------------------------*/

/*------------------------------- BEGIN GREEN LIGHT TABLE -------------------------------*/
.target-issue-greenlight-btn {
    margin-left: 10px !important;
    margin-top: 10px !important;
}

.green-light-table {
    border: 1px black solid;
    margin: 5px;
    width: 400px;
    font-size: 12px;
    background-color: whitesmoke;
    color: black;
    white-space: nowrap;
}

    .green-light-table tr td {
        border: 1px black solid;
        padding: 3px 5px;
    }

        .green-light-table tr td.bg-red {
            background-color: #8e0000;
            color: white;
        }

        .green-light-table tr td.account-bad {
            background-color: red;
            color: white;
        }

        .green-light-table tr td.no-color {
            color: black;
        }

        .green-light-table tr td.bg-white {
            background-color: white !important;
            color: black;
        }

        .green-light-table tr td.bg-grey {
            background-color: #D5D5D5 !important;
            font-weight: bolder;
        }

        .green-light-table tr td.bg-yellow {
            background-color: yellow !important;
            color: black;
        }

        .green-light-table tr td.bg-green {
            background-color: #2bcc2b !important;
            color: black;
        }

        .green-light-table tr td.numeric-bad {
            color: white !important;
            background-color: red !important;
            font-weight: bolder;
            font-size: larger;
        }

        .green-light-table tr td.numeric-good {
            color: white !important;
            background: #51cf63 !important;
            font-weight: bolder;
            font-size: larger;
        }

        .green-light-table tr td.bold {
            font-weight: bolder;
            font-size: larger;
        }

    .green-light-table .comp-type-text {
        font-weight: bold;
        font-size: 12px;
        padding-left: 5px;
    }

/*------------------------------- END GREEN LIGHT TABLE -------------------------------*/


/*------------------------------- BEGIN GoodToGo TABLE -------------------------------*/

.target-good-to-go-btn, .target-good-to-go-download {
    margin-left: 20px !important;
}

.gtg_table {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

    .gtg_table tr td {
        font-size: 11px;
        color: black;
        padding: 5px;
        font-weight: bold;
        vertical-align: top;
        border: 1px solid black;
    }

        .gtg_table tr td.tr-section {
            padding-left: 5px;
            background-color: #777;
            color: white;
        }

.gtg-stat {
    color: lime;
    padding-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

.gtg_table tr td.blue-bold {
    color: #0078d4 !important;
    font-size: 20px;
}

.gtg_table tr td span.underlined-text {
    border-bottom: 1px solid black;
}

.target-gtg-data .bg-green {
    background-color: lawngreen;
}

.target-gtg-data .bg-yellow {
    background-color: yellow;
}

.gtg_table tr td.right-align {
    text-align: right;
    width: 25%
}

.gtg-aircraft-image {
    width: 500px;
    height: auto;
}

.gtg_concierge_quotes_table {
    padding: 3px;
    width: 100%
}

    .gtg_concierge_quotes_table tr td.of_bold {
        width: 200px;
        font-weight: bold;
        border-bottom: 1px solid black !important;
        vertical-align: text-top;
        padding: 3px;
        white-space: pre;
    }

    .gtg_concierge_quotes_table tr td.of_bold_small {
        width: 50px;
        font-weight: bold;
        vertical-align: text-top;
        padding: 3px;
        white-space: pre;
    }

    .gtg_concierge_quotes_table tr td.of_ovl {
        width: 200px;
        vertical-align: text-top;
        padding: 3px;
        white-space: pre;
    }

    .gtg_concierge_quotes_table tr td.header {
        font-size: 18px;
        font-weight: bold;
    }

.target-gtg-select-recipients {
    border: 1px solid black;
    margin-top: 15px;
}

.gtg-title {
    margin-bottom: 5px;
    margin-left: -15px;
    margin-right: -17px;
}

.target-gtg-select-recipients .panel-title {
    background-color: #777;
    color: white !important;
    padding: 5px;
    font-size: 11px;
    font-weight: bold;
    font-variant: normal;
    text-transform: uppercase;
}

.gtg-note-to-client {
    color: black;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 5px;
    margin: 0px;
}

.target-gtg-panel-header {
    margin-top: 2px;
    padding: 5px;
    width: 100%;
}

    .target-gtg-panel-header .panel-title {
        background-color: #777;
        color: white !important;
        padding: 5px;
        font-size: 11px;
        font-weight: bold;
        font-variant: normal;
        text-transform: uppercase;
        margin-bottom: 5px;
        float: left;
        width: 100%;
    }

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

.margin-left-minus-25 {
    margin-left: -25px
}

.gtg-recipients-table {
    width: 100% !important;
}

    .gtg-recipients-table td {
        border: 1px solid #777 !important;
    }

    .gtg-recipients-table .recipients-header {
        background-color: #777;
        color: white;
        font-weight: bold;
        font-size: 11px;
        text-transform: uppercase;
        padding: 5px;
    }

.recipients-containing-icon {
    color: #4bc54b;
    font-size: 15px;
    text-align: center;
    margin-left: 20px;
    margin-left: 13px;
    margin-top: 2px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.gtg-data-container {
    font-size: 12px;
    padding: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}

    .gtg-data-container .panel {
        border: none !important;
    }

    .gtg-data-container .panel-heading {
        background-color: #777;
        color: white !important;
        padding: 5px;
    }

    .gtg-data-container .panel-title {
        font-size: 11px;
        font-weight: bold;
        font-variant: normal;
        text-transform: uppercase;
    }

    .gtg-data-container .panel-body {
        background-color: lightgrey;
        padding: 0px;
    }

.gtg-recipients-table tbody tr:hover {
    background: transparent;
    cursor: pointer;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-left-30 {
    margin-left: 30px;
}

.border-1 {
    border: 1px solid black;
    overflow: hidden;
    border-radius: 4px;
}

.gtg-label {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 15px !important;
    float: left;
}

.target-gtg-select-legs {
    margin-top: 3px;
    margin-left: 5px !important;
}

#gtg-recipients-accordion {
    margin-top: 2px;
    margin-bottom: 0px;
}

.margin-top-2 {
    margin-top: 2px !important;
}

.circle {
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    background: #4f8a53;
    float: left;
    margin: 2px;
}
/*------------------------------- END GoodToGo TABLE -------------------------------*/
.target-work-item-row-hover:hover {
    background-color: #EEE;
}

.flight-plan-tool-header-1 {
    font-size: 1.4em;
}

.flight-plan-tool-header-2 {
    font-size: 1.2em;
}

.flight-plan-tool-header-3 {
    font-size: 1.1em;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #EEE;
    border-color: #8e0000;
    color: #8e0000;
    border-bottom: none;
}

.ams-flight-tool-form {
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid black;
    height: 100%;
    background-color: #DDDDDD;
}

.nav-tabs-flight-plan-tool-small {
    margin-bottom: 0px;
    margin-top: 5px;
}

.target-ams-flight-quality-tab {
    margin-top: 0px;
}

/*------------------------------- Begin - AMS Multi Select -------------------------------*/
div.target-ams-multi-select-container .btn {
    font-family: sans-serif;
}

    div.target-ams-multi-select-container .btn.btn-default {
        background-color: white;
        border: 1px solid #ccc !important;
        border-radius: 4px;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
        color: black !important;
        display: block;
        font-family: sans-serif;
        font-size: 11px;
        height: 25px;
        line-height: 1.42857143;
        margin: 0 10px 10px 0;
        padding: 5px !important;
        padding-right: 85px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        width: 100%;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%) !important;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }

div.target-ams-multi-select-container div.btn-group .dropdown-menu > li > a:focus, .dropdown-menu > li > a {
    color: black;
}

    div.target-ams-multi-select-container div.btn-group .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: black;
    }

div.target-ams-multi-select-container div.btn-group .multiselect-container > li > a > label {
    font-size: 11px;
}

div.target-ams-multi-select-container div.btn-group .multiselect-container dropdown-menu {
    border-radius: 4px;
}

div.target-ams-multi-select-container div.btn-group .multiselect-container > li > a > label {
    font-size: 11px;
    padding-left: 30px;
}
/*------------------------------- End - AMS Multi Select -------------------------------*/
br.no-gap {
    line-height: 0;
}

label.super-tight {
    padding: 0px;
    margin: 0px;
    height: 0px;
    margin-bottom: 5px !important;
}

/*------------------------------- Fuel Stops In Edit Confirmed Flight -------------------------------*/
.target-leg-fuel-stops-table {
    border: 1px solid black;
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    margin-bottom: 10px;
}


    .target-leg-fuel-stops-table tr td {
        font-size: 11px;
        color: #6b6a6a !important;
        padding: 5px;
        font-weight: bold;
        vertical-align: top;
        border: 1px solid #e2dfdf;
    }

        .target-leg-fuel-stops-table tr td.tr-section {
            padding-left: 5px;
            background-color: #e4e4e4;
            color: #6b6a6a !important;
        }

.div-group-stops {
    border: 1px solid #c2c1c1;
    background: #f5f5f5;
    border-radius: 3px;
    width: 98%;
    margin: 0px 10px 10px;
    padding: 5px;
}

.table-dragable > tbody .grabable {
    cursor: grab;
    user-select: none
}

.table-dragable > tbody > tr.grabbed {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}

.dark-grey {
    background-color: #c3c3c3;
}

.oneflight-hover:hover {
    background-color: #8e0000;
    color: white;
}

/* .table-dragable > tbody > tr.grabbed:active {
            user-input: none;
        }

            .table-dragable > tbody > tr.grabbed:active * {
                user-input: none;
                cursor: grabbing !important;
            }*/


/*-------------------------------End Fuel Stops In Edit Confirmed Flight -------------------------------*/


.flights-dashboard-table {
    border: 1px solid black;
    border-collapse: collapse;
    table-layout: auto;
    max-width: 100%;
}

    .flights-dashboard-table thead td {
        font-weight: bold;
        font-size: 10pt;
        color: black;
        vertical-align: bottom;
        text-align: left;
        align-content: flex-start;
    }

        .flights-dashboard-table thead td.collapsed {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 1px;
        }

    .flights-dashboard-table td {
        padding: 1px 3px;
        border: 1px solid darkgrey;
        color: #111111;
        white-space: nowrap;
        vertical-align: top;
    }

        .flights-dashboard-table td.color-column {
            width: 65px;
            background-image: linear-gradient(to right, #E9DADA, white);
            border-right: none;
            vertical-align: top;
            text-align: left;
            padding-top: 5px;
        }

        .flights-dashboard-table td.no-border-left {
            border-left: none;
        }

        .flights-dashboard-table td div.tooltiptext,
        .hidden-row {
            display: none;
        }

        .flights-dashboard-table td:hover div.tooltiptext {
            display: block;
            padding: 0 10px 10px 10px;
            background-color: white;
            opacity: 1;
            text-align: left;
            position: absolute;
            white-space: pre-line;
            border: 1px solid darkgrey;
            margin: 0;
            text-transform: uppercase;
        }

.flights-dashboard-filter {
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.flight-status-checkboxes {
    padding: 3px;
    border-radius: 4px;
    border: 1px solid darkgrey;
    display: inline-block;
}

.target-preview-pdf {
    color: #8e0000;
    font-size: 24px;
}

.target-menu-categories {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    transition: 0.4s;
}

    .target-menu-categories.collapsed::before {
        content: "\002B";
        color: #777;
        font-weight: bold;
    }

    .target-menu-categories.expanded::before {
        content: "-";
        font-weight: bold;
    }

    .target-menu-categories:hover,
    .target-menu-categories.expanded {
        background-color: #ccc;
    }

.catering-menu-item-row .red-label {
    color: #8e0000;
    font-size: 13px;
    height: 25px;
    margin: 3px;
    padding: 5px;
}

.catering-menu-item-row .green-label {
    color: #249042;
    font-size: 13px;
    height: 25px;
    margin: 3px;
    padding: 5px;
}

.catering-menu-item-row .black-label {
    color: black;
    font-size: 14px;
    height: 25px;
    margin: 3px;
    padding: 5px;
}

#target-edit-catering-menu-form .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
}

.target-menu-categories-detail {
    padding: 10px;
}

.right-align {
    text-align: right;
    width: 25%;
}

.catering-menu-item-row {
    height: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.catering-menu-items {
    text-align: left;
    color: black;
    padding-bottom: 20px;
}

    .catering-menu-items td {
        padding: 2px;
        vertical-align: top;
    }

    #target-edit-catering-menu-form a,
    .catering-menu-items a {
        color: black;
    }

.catering-menu-item {
    border-bottom: 1px solid;
    height: 17px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 12px;
    color: #8e0000;
    font-weight: bold;
    vertical-align: text-top;
    text-transform: uppercase;
}

.catering-description {
    height: 60px;
    min-width: 100%;
    text-align: start;
    padding: 10px;
}

.height-15 {
    height: 15px !important;
}

#FilterAssignedToDiv .dropdown-menu > .active,
#FilterAssignedToDiv .dropdown-menu > .active > a,
#FilterAssignedToDiv .dropdown-menu > .active > a:focus {
    background-color: #8e0000;
}

    #FilterAssignedToDiv .dropdown-menu > li > a:hover,
    #FilterAssignedToDiv .dropdown-menu > .active > a:hover {
        color: darkred;
        background-color: lightgrey;
    }

#FilterAssignedToDiv .dropdown-menu > li.multiselect-group > a:hover {
    color: darkred;
    background-color: black;
}

#FilterAssignedToDiv .multiselect-container > li > a > label {
    font-size: 11px;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
    font-variant-caps: initial;
}

#FilterAssignedToDiv .multiselect-container .multiselect-group {
    padding: 3px 7px 3px 15px;
}

#FilterAssignedToDiv .caret-container{
    float: right;
}

#FilterAssignedToDiv .multiselect-group input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

#FilterAssignedToDiv .multiselect-group > a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#FilterAssignedToDiv .multiselect-group > label {
    padding: 5px;
}

#FilterAssignedToDiv .multiselect-container>li>a>label>input[type=checkbox]{
    margin: 0 0 0 -20px;
}

.flight-status-checkboxes input[type=checkbox] {
    margin: 0;
    vertical-align:middle;
}

.flight-status-checkboxes label {
    margin: 0;
    vertical-align: middle;
    font-size: 10px;
    padding: 0 10px 0 2px;
}

.inRow {
    margin: 0px;
    padding: 0px;
    align-content: center;
    vertical-align: bottom;
}

.target-original-legs-div, .target-confirmed-flightplan-legs {
    border: 1px solid #d5d5d5;
    background: #e3e3e3;
    cursor: move !important;
    width: 99%;
    margin-left: 5PX;
    padding-top: 10px;
}

.padding-bottom-0 {
    padding-bottom: 0px;
}

.dragged-div {
    box-shadow: 5px 5px 5px #888888;
    background: #bbbbbb;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.flights-dashboard-table tr:hover {
    background-color: #f4f4f4;
}

.flights-dashboard-table tr.highlight,
.flights-dashboard-table tr.highlight:hover {
    background-color: #f6eeee !important;
}

.flights-dashboard-table .target-flight-plan-link {
    border-radius: 0;
    text-decoration: none;
    margin-top: 5px;
    font-weight: normal;
    color: #8E0000 !important;
    text-decoration: underline !important;
}

.flights-dashboard-table a {
    font-variant: normal;
}

.account-override-multi-selectlist {
    height: 140px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 10px;
}

.target-add-account-x-override {
    position: relative;
    line-height: 0px !important;
    height: 25px !important;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 15px;
}

.account-override-multi-selectlist .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #337ab7 !important;
}

.close-modal-popup {
    color: white;
    opacity: 1 !important;
}

.multiselect-assigned-to-list {
    height: 25px;
    width: 180px;
    margin: 0px;
    background-color: white;
    color: black !important;
    border-radius: 4px;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid darkgrey !important;
}

#LoopPlanSearch {
    width: 100%;
    padding-bottom: 15px;
}

/*------------- ONE Loop ------------*/

#one-loop-div .panel-body {
    height: 100%;
    padding: 3px;
    margin: 0;
}

#one-loop-div .panel-default,
#target-edit-loop-item-form .panel-default {
    background-color: #f4f4f4;
    box-shadow: 5px 5px 5px #888888;
    padding: 1px;
    margin: 0 0 10px 0;
    vertical-align: top;
    min-width: 240px;
}

#one-loop-div label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#one-loop-all-legs-tbody label:before {
    content: "\f0aa";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: initial;
}

#one-loop-selected-legs-tbody label:before {
    content: "\f0ab";
    font-family: 'Font Awesome 5 Free';
    display: inline-block;
    font-size: initial;
}

#one-loop-search fieldset {
    display: flex;
    margin-bottom: 0 !important;
}

.one-loop-flex-column {
    display: flex;
    flex-direction: column;
}

.one-loop-input-49 {
    width: 49%;
}

.one-loop-black-label,
.one-loop-input-parameter-div label {
    color: black;
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 3px;
    width: 100%;
    opacity: 0.6;
}

.one-loop-input-parameter-div {
    flex-direction: column;
    width: 100%;
    display: flex;
    padding: 1px;
}

.one-loop-input-sub-div {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-end;
    padding-bottom: 3px;
}

#one-loop-all-legs-table {
    border-top: 1px solid darkgrey;
    display: inline-table;
    width: 100%;
}

#one-loop-all-legs-div {
    overflow-y: auto;
    max-height: 230px;
    margin: 0;
    padding: 0;
    min-width: 99%;
    max-width: 100%;
}

#SavedLoops input[type="text"],
#SavedLoops select,
.input-box {
    color: black;
    font-size: 11px;
    height: 22px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid grey;
    max-width: initial;
    padding: 3px;
    margin: 1px;
    text-overflow: ellipsis;
}

.clear-icon:after {
    color: darkgrey;
    content: "\f057";
    font-family: 'Font Awesome 5 Free';
}

.clear-icon {
    border: none;
    background-color: transparent;
    cursor: pointer;
    position: absolute;
    display: block;
    right: 5px;
    top: 22px;
}

#one-loop-div .input-box:disabled,
#one-loop-div .button-one-loop:disabled,
#one-loop-selected-legs-tbody td[disabled],
.control-disabled {
    cursor: not-allowed;
    box-shadow: none;
    opacity: .65;
}

#one-loop-div .checkbox {
    margin: 0 0 0 10px;
}

#one-loop-div .error {
    box-shadow: 0 0 5px darkred;
}

#one-loop-div .targer-clear-legend:before {
    color: #D8000C;
    content: "\f06a";
    font-family: 'Font Awesome 5 Free';
}

#one-loop-div .btn-group button {
    height: 25px;
    width: 100%;
    margin: 0px;
    padding: 0 0 0 4px;
    background-color: white;
    color: black !important;
    border-radius: 4px;
    font-size: 11px;
    font-family: "Open Sans", sans-serif;
    border: 1px solid grey !important;
    text-align: left;
}

.button-one-loop {
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF;
    cursor: pointer;
    vertical-align: bottom;
    text-align: center;
    width: 49%;
    margin: 3px 0;
    max-width: initial;
}

.button-one-loop-small {
    border-radius: 5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #FFF !important;
    cursor: pointer;
    vertical-align: bottom;
    text-align: center;
    height: 24px;
}

#one-loop-div .multiselect-container > li > a > label {
    font-size: 11px;
    vertical-align: bottom;
    font-family: "Open Sans", sans-serif;
    font-variant: normal;
}

.one-loop-input-parameter-div .multiselect-container {
    padding: 2px;
}

.one-loop-input-parameter-div .multiselect-search {
    font-size: small;
}

.one-loop-input-parameter-div .btn-default {
    border: none !important;
}

#one-loop-div a.multiselect-all {
    margin-left: 20px;
}

#one-loop-aircraft-types {
    display: none;
}

#one-loop-div .btn-group {
    width: 100%;
}

#one-loop-div fieldset {
    border: 1px solid darkred;
    border-radius: 4px;
    margin-bottom: 10px;
}

    #one-loop-div fieldset legend {
        font-size: small;
        color: darkred;
        margin: 0 0 0 5px;
        border-bottom: none;
        padding-left: 5px;
    }

#one-loop-div .btn-group .multiselect .caret {
    display: none;
}

#map-one-loop {
    height: 455px;
    margin: 0;
    padding: 0;
}

    #map-one-loop a[title="Report errors in the road map or imagery to Google"] {
        display: none !important;
    }

#one-loop-all-legs-table tbody tr:nth-child(odd) {
    background: gainsboro
}

#one-loop-selected-legs-tbody {
    background-color: #D6EFD1;
    padding-top: 10px;
    min-height: 15px;
}

#one-loop-all-legs-table tbody tr.selected,
#one-loop-div .all-bad {
    background-color: #F0D8D2;
}

#one-loop-div .all-good {
    background-color: #D6EFD1;
}

#target-one-loop-selected-legs {
    width: 99%;
}

.sortable-column {
    padding:4px !important;
}

.one-loop-table .arrow-up
{
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    margin-top: 1px;
    margin-left: 0px;
    border-bottom: 7px solid darkgrey;
}

.one-loop-table .arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    margin-top: 10px;
    margin-left: 0px;
    border-top: 7px solid darkgrey;
}

.sort-desc .arrow-up {
    border-bottom: 7px solid salmon !important;
}

.sort-asc .arrow-down {
    border-top: 7px solid salmon !important;
}

.target-one-loop-link {
    font-size: initial;
}

.one-loop-table {
    border-collapse: collapse;
    margin: 0 0 10px 0;
    color: black;
    table-layout: fixed;
    width: 99%;
}

    .one-loop-table caption,
    .one-loop-red-label {
        padding-top: 0;
        padding-bottom: 0;
        color: darkred;
        font-size: small;
        font-weight: 600;
    }

    .one-loop-table tr td {
        padding: 5px;
        text-align: left;
        border: 1px solid lightgray;
        cursor: default;
        word-break: break-word;
    }

.thead-arrow-div {
    display: table;
    padding: 3px;
    width: 100%;
    font-size: 11px;
}

.one-loop-table thead {
    background: #E4E4E4;
    font-weight: bold;
    font-size: 11px;
    vertical-align: top;
}

.one-loop-table tr:hover,
.one-loop-table tr:hover:nth-child(odd),
.one-loop-saved-loop-table tbody tr:hover,
#one-loop-div .selected {
    background-color: #cecccc;
}

#one-loop-saved-loops {
    margin: 10px;
}

#one-loop-div a {
    font-variant: normal;
}

#SavedLoops a {
    font-size: smaller;
    float: right;
    padding: 3px;
    font-weight: 700;
}

.one-loop-table tr td p {
    font-size: smaller;
    margin: 0;
}

#one-loop-leg-div label {
    font-size: small;
    margin-bottom: 0;
    margin-left: 3px;
    font-weight: bold;
}

.target-one-loop-errors {
    font-size: 11px !important;
    margin-top: 10px;
    font-weight: bold;
    margin-left: 5px;
}

.one-loop-tool-tip {
    cursor: pointer;
}

.input-changed:after {
    content: "*";
    font-weight: bold;
    color: darkred;
}

.one-loop-input-parameter-div input[type="date"],
.one-loop-input-parameter-div input[type="datetime-local"] {
    font-size: 9px !important;
}

    .one-loop-input-parameter-div input[type="date"]::-webkit-calendar-picker-indicator,
    .one-loop-input-parameter-div input[type="datetime-local"]::-webkit-calendar-picker-indicator {
        margin: 0;
        padding: 0;
    }

.one-loop-input-parameter-div #date-time-edit {
    font-size: smaller;
    margin: 0;
    width: 100%;
}

#oneloop-body {
    overflow: hidden;
}

#oneloop-body {
    overflow: hidden;
}

    #oneloop-body .multiselect-all {
        padding: 2px 0px !important;
    }

    #oneloop-body .ui-menu-item {
        padding: 2px;
        padding-left: 10px;
        font-size: 11px;
    }

    #oneloop-body .ui-state-focus {
        background-color: darkgray !important;
    }

.small-tabs .target-tab {
    font-variant: normal;
    padding: 3px 10px;
}

#one-loop-div .nav-tabs {
    margin-left: 2%;
}

.one-loop-saved-loop-table tbody {
    color: black;
    overflow-y: scroll;
    vertical-align: top;
    background-color: white;
}

#one-loop-saved-loops-table a {
    font-size: inherit;
    float: inherit;
}

.tableFixHead {
    overflow-y: auto;
    height: fit-content;
    border-top: 2px solid lightgrey;
    margin: 0;
    padding: 0;
}

#one-loop-saved-loops-table thead {
    position: sticky;
    top: 0;
    background-color: #E4E4E4;
}

.div-arrows {
    width: 5%;
    display: table-cell;
    padding-right: 5px;
}

.header-with-arrow {
    width: 80%;
    display: table-cell;
}

.one-loop-flex {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    align-items: flex-start;
}

.loop-plan-filter {
    margin: 5px;
    position: relative;
    min-width: 30px;
}

.button-filter {
    width: 70px;
    margin: 5px;
}

#one-loop-div ::placeholder {
    color: black;
    padding-left: 3px;
}

#one-loop-div select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.loop-ratio:after{
    content: '%';
}
/*------------- End ONE Loop ------------*/

#target-edit-payment-reason-form input[type=checkbox] {
    vertical-align: bottom;
    display: block;
    margin-left: 5px;
}

#target-edit-payment-reason-form label {
    vertical-align: bottom;
    height: 15px;
    margin-left: 5px;
}

    #target-edit-payment-reason-form label.required:after,
    .concierge-quotes-container label.required:after,
    .concierge-quote label.required:after {
        content: " *";
        color: darkred;
    }

.concierge-quote input,
.concierge-quote select,
.concierge-quote textarea {
    max-width: 100%;
}

.payment-reason-input {
    color: black;
    font-size: 13px;
    min-height: 25px;
    border: 1px solid darkgrey;
    border-radius: 4px;
    width: 100%;
    max-width: none;
    padding: 3px;
    margin: 3px;
}

.descriptions {
    color: #878787;
    height: fit-content !important;
    font-weight: 500;
}

#ConsiergePaymentReasons table {
    border: 1px solid darkgrey;
    border-collapse: collapse;
    margin: 0 0 10px 0;
    color: black;
}

    #ConsiergePaymentReasons table tr td {
        padding: 5px;
        text-align: left;
        border: 1px solid darkgrey;
        cursor: default;
        vertical-align: top;
    }

    #ConsiergePaymentReasons table thead {
        background: darkred;
        color: white;
        font-weight: bold;
        font-size: 11px;
        vertical-align: top;
    }

        #ConsiergePaymentReasons table thead a {
            font-variant: unset;
            color: white;
        }

    #ConsiergePaymentReasons table tbody tr:hover {
        background-color: whitesmoke;
    }

#ConsiergePaymentReasons .arrow-up {
    border-bottom: 7px solid white;
}

#ConsiergePaymentReasons .arrow-down {
    border-top: 7px solid white;
}

#ConsiergePaymentReasons .arrow-up.selected-arrow {
    border-bottom: 7px solid darkorange !important;
}

#ConsiergePaymentReasons .arrow-down.selected-arrow {
    border-top: 7px solid darkorange !important;
}

#ConsiergePaymentReasons .arrow-div {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    width: 80%;
}

#table-payments input[type="button"] {
    font-family: "Open Sans", sans-serif;
    font-variant: normal;
}

#vendor-list-table thead td {
    font-weight: bold;
    color: white;
    vertical-align: middle;
    text-align: left;
    align-content: flex-start;
    padding: 3px 10px;
}

    #vendor-list-table thead td a {
        font-variant: normal;
        font-size: 12px !important;
        color: white !important;
        text-decoration: none;
    }

#VendorSearch input,
#VendorSearch select {
    border: 1px solid black;
}

.activated-icon:after {
    color: green;
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
}

.one-loop-flex {
    display: flex;
    justify-content: flex-start;
}

#one-loop-div .target-page-size {
    margin-right: 10px;
    margin-bottom: 8px;
    /* width: 60px; */
    /* text-align: center; */
    /* height: 25px; */
    padding: 1px 3px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    width: 50px;
}

.btn-secondary-bootstrap4 {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.target-configuration-settings-view-table {
    table-layout: fixed;
}

.target-configuration-settings-view-table > tbody > tr > td {
    border-style: none !important;
    padding: 2px 5px;
    color: #000;
}

    .target-configuration-settings-view-table > tbody > tr {
        border: 1px solid #D8D8D8;
    }

.target-configuration-settings-view-table > thead > tr > th {
    background: #dfdfdf !important;
    line-height: 24px !important;
    border-style: none !important;
    padding: 5px;
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.target-configuration-settings-view-table thead {
    border: 1px solid #D8D8D8;
}

.target-configuration-settings-view-table tbody tr:hover {
    background: none;
}

.target-configuration-settings-view-table .black-tighter-input {
    color: black;
    font-size: 11px;
    margin: 10px 0 10px 0;
    padding: 0px 3px !important;
    height: 25px;
    border-radius: 4px;
}

.configuration-settings-div a,
.configuration-settings-div a:hover,
.configuration-settings-div a:active {
    font-variant: normal;
    font-size: 12px;
}

.target-editable-table-input {
    color: black;
    font-size: 11px;
    width: 100%;
    border-radius: 4px;
    padding: 0px 3px !important;
    height: 22px;
    border: 1px solid #ccc;
}

.modal-xl {
    width: 90%;
}

/* Table ellipses*/
.ellipses {
    width: 6%;
}

    .ellipses .dropdown {
        position: relative;
    }

.table a.menu-btn {
    padding: 8px 15.5px;
    color: #4A494A;
}

    .menu-btn:hover, .menu-btn:focus, .menu-btn:active, .show.menu-btn {
        background-color: #9d9d9d;
        background-color: rgba(157, 157, 157, 0.3);
        border-radius: 50%;
        outline: none;
        color: #4A494A;
    }

.ellipses .dropdown-menu .dropdown-item:hover {
    background-color: #9d9d9d;
    background-color: rgba(157, 157, 157, 0.3);
    color: #4A494A;
}

.ellipses button {
    margin: 0;
    padding: 5px 20px;
    font-family: inherit;
}

    .ellipses .btn:focus, .ellipses .btn:focus-visible .ellipses .btn:active.focus {
        outline: none;
    }
/* End Table ellipses*/

#configSettingNonPersisted {
    color: #484948;
    margin-bottom: 2.0rem;
}

.flex-start {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.margin-right-5 {
    margin: 0 5px 0 0;
}

.quote-pl-and-amount-div {
    border: 1px solid grey;
    padding: 0 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.target-client-concierge-payment table tr td input[type=number] {
    width: 95%;
}

.concierge-quotes-list-container textarea:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.container-budget-pl {
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    margin-bottom: 5px;
}

#role-row-div button {
    background-color: white;
    color: black !important;
    border: 1px solid darkgrey !important;
    box-shadow: none;
}
#role-row-div .multiselect-all a:hover {
    color: white !important;
    font-weight: 500;
}

#role-row-div .checkbox {
    font-size: 13px;
    font-family: sans-serif;
    font-variant: initial;
}

#EmailTemplateForm input[type=text] {
    border-radius: 2px;
    border: 1px solid darkgrey;
    color: black;
    padding: 4px;
    width: 100%;
    margin-bottom: 15px;
}

#EmailTemplateForm button {
    font-size: 13px;
    font-family: sans-serif;
    font-variant: initial;
    border-radius: 2px;
}

#EmailTemplateForm label {
    color: black;
    display: block;
}

.tox-tinymce {
    height: 45em !important;
}

.asterisk:before {
    content: "* ";
}

.target-client-note{
    margin:3px;
    min-width:89%;
    min-height:60px;
    resize: none;
    border-radius: 4px;
    padding: 3px 5px;
}

.lead-report-filters label {
    color: black;
    font-size: 13px;
    font-weight: 500;
}

.lead-report-filters .button-spacing {
    margin-left: 10px;
    margin-right: 10px;
}
.lead-report-filters .btn-color {
    background-color: #8e0000 !important;
    color: white;
}

.lead-report-filters .report-input{
    border: solid 1px black;
    border-radius: 3px;
    height: 24px;
    padding: 2px;
}

.lead-report-group {
    width: 225px;  
    height: 100px;  
    background-color: #F4DBDB; 
    padding: 5px; 
    border-radius: 4px;
    border: 1px solid #ddd;
}

.lead-report-group-header {
    text-align: center;
    font-weight: bold;
    margin: 5px 0;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
}

.ddl-lead-report-width {
    width: 166px;
}

.calendar-lead-report-width {
    width: 166px;
}

.lead-report-filter {
    color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.margin-left-66 {
    margin-left: 66px;
}

.margin-right-70{
    margin-right: 70px;
}

.nowrap {
    white-space: nowrap;
}

#exportleadreport th {
    padding: 3px 5px;
}

.margin-left-60{
    margin-left: 60px;
}