/*
@font-face {font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Regular.otf) format("opentype");font-weight: 400;font-style: normal;}

@font-face {font-family: Proxima Nova Light; src: url(https://font.popsells.com/ProximaNova-Light.otf) format("opentype");font-weight: 400;font-style: normal;}

@font-face {font-family: Proxima Nova Extrabold; src: url(https://font.popsells.com/ProximaNova-Extrabold.otf) format("opentype");font-weight: 400;font-style: normal;}

@font-face {font-family: Proxima Nova Semibold; src: url(https://font.popsells.com/ProximaNova-Semibold.otf) format("opentype");font-weight: 400;font-style: normal;}

@font-face {font-family: Proxima Nova Light Italic; src: url(https://font.popsells.com/ProximaNovaCond-LightItalic.otf) format("opentype");font-weight:400;font-style: normal}

@font-face{font-family: Proxima Nova Bold; src: url(https://font.popsells.com/ProximaNova-Bold.otf) format("opentype");font-weight:400;font-style:normal}

@font-face{font-family: Proxima Nova Black; src: url(https://font.popsells.com/ProximaNova-Black.otf) format("opentype");font-weight:400;font-style:normal}

@font-face{font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Light.otf) format("opentype");font-style:normal;font-weight:300}

@font-face{font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Regular.otf) format("opentype");font-style:normal;font-weight:400}

@font-face{font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Semibold.otf) format("opentype");font-style:normal;font-weight:600}

@font-face{font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Bold.otf) format("opentype");font-style:normal;font-weight:700}

@font-face{font-family: Proxima Nova; src: url(https://font.popsells.com/ProximaNova-Extrabold.otf) format("opentype");font-style:normal;font-weight:800}
*/

.list-group-item-mappings .list-group-item {

    height: 53px;
    max-height: 53px;

}

.list-group-item.mapped,.list-group-item.mapped:hover {

    color: #FFFFFF;
    border-color: #19224E;
    background-color: #19224E;

}

.list-group-item:hover {

    color: #313b77;
    background-color: #dadde2;

}

.inner.show {

    height: 100%;

}

.input-center {

    display: inline-block;
    margin-left: 0;

}

.btn-md {

    font-size: .75rem;

}

div.dropdown-menu.open {

    max-height: 214px !important;
    overflow: hidden;

}

ul.dropdown-menu.inner, .dropdown-menu > div.inner {

    max-height: 210px !important; /*This was previously commented out. I uncommented it out and changed it to 210px because drop downs with larger lists were breaking on specific screen sizes. -Mike Heer 7/22/22*/
    /*overflow-y: auto;*/

}

label {

    cursor: pointer;

}

p, body {

    font-size: 0.8rem;

}

i.al_count[data-count] {

    font-size: 200%;
    position:relative;

}

i.al_count[data-count]:after {

    position: absolute;
    right: -0.40em;
    top: -.55em;
    content: attr(data-count);
    padding: .5em;
    border-radius: 10em;
    line-height: .66em;
    color: white;
    text-align: center;
    min-width: 1.5em;
    font: bold 0.5em sans-serif;

}

i.al_count.has-alerts[data-count]:after {

    background: rgba(255, 0, 0, .85);

}

i.al_count.no-alerts[data-count]:after {

    background: rgba(185, 185, 185, .85);

}

.al_recs .list-group-item {

    padding: 0.5rem;

}

.navbar-search input.db_search {

    width: 160px;

}

.th-inline {

    text-transform: uppercase;
    font-size: 65%;
    font-weight: bold;

}

.nav-item-hidden {

    display: none;

}

table .badge {

    font-size: 8.448px;

}

.nav-item-badge {

    margin-top: 3px;
    padding-left: 16px;

}

table a:not(.dot_link):not(.badge):not(.no_underline) {

    border-bottom: 1px dotted;

}


table thead tr th.text-center, table thead tr td.text-center {

    text-align: center;

}

.waiting {

    display: none;

}

.waiting.htmx-request {

    display: inline-block;

}

.waiting .fa-spin {

    display: inline-block;


}

.clickable {

    cursor: pointer;

}

.clock {

    display: inline-block;

}

.modal {
    position: relative;
}

.modal-dialog {
    margin: 1.75rem auto;
    position: relative;
    width: auto;
}

.modal-body {
    max-height: 775px;
    overflow-y: auto;
}

.modal-dialog-centered::before {
    height: 0;
}

.modal_tall .modal-content  {

    min-height: 600px;

}

.mbsc-fr-btn {

    font-weight: bold;

}

#wait {

    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;

}

body.loading #wait {

    overflow: hidden;
    display: block;

}

.dt_filter {

    min-width: 64px;

}

td.dataTables_empty {

    text-align: center;
    padding: 100px 0 100px 0;
    color: #8898aa !important;

}

.dtr-details {
    list-style: none;
    text-align: center;
    padding: 20px 0 20px 0;
    clear: none;
}

.dtr-details li {

    margin-left: 20px;
    float: left;

}

.dtr-title {

    display: none;

}

.mb-1-real {

    margin-bottom: 1rem !important;

}

.mb-2-real {

    margin-bottom: 2rem !important;

}

.mb-3-real {

    margin-bottom: 3rem !important;

}

.mb-4-real {

    margin-bottom: 4rem !important;

}

.mb-1-5 {

    margin-bottom: 1.5rem !important;

}

.mb-2-5 {

    margin-bottom: 2.5rem !important;

}

.mb-3-5 {

    margin-bottom: 3.5rem !important;

}

.mb-4-5 {

    margin-bottom: 4.5rem !important;

}

.mt-1-real {

    margin-top: 1rem !important;

}

.mt-2-real {

    margin-top: 2rem !important;

}

.mt-3-real {

    margin-top: 3rem !important;

}

.mt-4-real {

    margin-top: 4rem !important;

}

.mt-1-5 {

    margin-top: 1.5rem !important;

}

.mt-2-5 {

    margin-top: 2.5rem !important;

}

.mt-3-5 {

    margin-top: 3.5rem !important;

}

.mt-4-5 {

    margin-top: 4.5rem !important;

}

.file_name {

    font-size: 80%;
    padding-top: 1px;
    padding-left: 5px;

}

.file_name a {

    margin-top: -2px;
    color: #ffffff;

}

table.stripe thead tr th {

    white-space: nowrap;

}

#modal .row .col label {

    text-transform: uppercase;
    font-size: 80%;
    cursor: pointer;
    padding-right: 10px;

}

/*#modal .row .col:first-child {

    padding-left: 0;

}

#modal .row .col:last-child {

    padding-right: 0;

}*/

#modal .container {

    padding: 0 0 0 0;

}

.modal-alert {

    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2000;
    width: 300px;
    max-width: 500px;
    float: right;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}

.body-alert {

    display: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2000;
    width: 300px;
    max-width: 500px;
    float: right;
    border-right: 1px solid black;
    border-bottom: 1px solid black;

}

.body-alert-close {

    width: 10%;
    float: right;

}

.body-alert-text {

    width: 90%;
    float: left;

}

.custom-file-label {

    white-space: nowrap;
    overflow: hidden;

}

.files_container {

    padding-left: 20px;
    display: none;

}

.files .file.file_loaded {

    background-color: #007bff;
    font-size: 100%;
    color: #FFFFFF;

}

.files .file {

    font-size: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    display: block;
    font-style: italic;

}

.files .file_name {

    float: left;

}

.files .file_remove {

    margin-left: 10px;
    float: right;

}

.files .file_loaded {

    font-weight: bold;
    color: #000000;
    font-style: normal;

}

.file_upload_container .custom-file-control:lang(en)::after {
    content: '' !important;
}

.dot {

    padding-left: 4px;

}

.nav-tabs .nav-item a.nav-link {

    height: 32px;

}

.nav-link.profile-nav-link {

     height: 2rem;
     overflow: hidden;
     text-overflow: ellipsis;
     text-align: center;
     white-space: nowrap;

 }

.nav-item.profile-nav-item {

    min-width: 5rem;
    padding: 0 0.25rem;
    margin-bottom: 0.5rem;

}

#profile-nav-button {

    position: fixed;
    bottom: 2rem;
    right: 2rem;
    height: 3rem;
    width: 3rem;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 2rem;
    z-index: 100;

}

#profile-image-upload__droparea {

    height: 35vh;
    display: flex;
    margin: auto;
    justify-content: center;
    cursor: pointer;
    border-radius: 0.5rem;
    border: 3px dashed rgba(0, 0, 0, 0.2);

}

#profile-image-upload__droparea .previews {

    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -ms-overflow-style: none;

}

#profile-image-upload__droparea.highlight,
#profile-image-upload__droparea:hover {

    border-color: rgba(0, 0, 0, 0.42);

}

#droparea__close {

    font-size: 1em;
    transition: 0.2s;
}

#droparea__close:hover {

    font-size: 1.04rem;
    transition: 0.2s;

}

.text-no-data {

    color: #99a9aa !important;
    font-style: italic !important;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
    font-size: 90%;

}

.sorting_1 {

    background-color: #f4f1fb;

}

.alert-info-light {

    background-color: #c4f6ff;
    color: #3e3e3e;

}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem 1rem 1rem 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 800px;
    }
}

.to_copy {

    position: absolute;
    left: -9999px;
    top: 0;

}

.ncf-textarea{box-sizing:border-box;height:76px;width:100%;position:relative;}.ncf-textarea textarea::-webkit-scrollbar-track{-webkit-box-shadow:none;background-color:#f5f5f5}.ncf-textarea textarea::-webkit-scrollbar{width:5px;background-color:#f5f5f5}.ncf-textarea textarea::-webkit-scrollbar-thumb{border-radius:5px;background-color:#ccc}.ncf-textarea__input{font-family:Open Sans, sans-serif;width:100%!important;height:100%!important;appearance:none;resize:none;outline:none;box-shadow:none;padding:12px 82px 12px 16px;border:1px solid #ccc;border-radius:4px;}.ncf-textarea__input,.ncf-textarea__placeholder{color:#666;font-size:14px;letter-spacing:.5px;line-height:20px}.ncf-textarea__placeholder{opacity:1;pointer-events:none;position:absolute;top:13px;left:17px;transition:all .2s}.ncf-textarea__indicator{pointer-events:none;position:absolute;right:15px;bottom:11px;color:#666;font-size:11px;letter-spacing:.46px;line-height:16px}.ncf-textarea--has-value .ncf-textarea__placeholder{opacity:0}.ncf-textarea--highlight-indicator .ncf-textarea__indicator{color:#ff4070}

#modal .kb, #form_fields .kb {

    border-bottom: 1px dotted;
    font-weight: 400;

}

.modal-kb {

    width: 440px;

}

#modal .jumbotron {

    padding: 32px 32px 32px 32px;

}

#modal .gutters {

    /*
    margin-left: 0px;
    margin-right: 0px;
     */

    margin-left: 15px;
    margin-right: 15px;

}

#lis_stock_number_or_deal_code {

    width: 100px;

}

.fa-gold {

    color: #fcb434;
}
.text-gold {

    color: #fcb434;

}

.text-silver {

    color: #bdc3c7;

}

.text-bronze {

    color: #cd7f32;

}

.info {

    display: none;

}

.show_hidden_info {

    cursor: pointer;

}

.badge-pink {

    color: #ffffff;
    background-color: #f78fb3;

}

.badge-per {

    color: #efefef;
    background-color: #4D13D1;

}

.badge-cus-s {

    color: #ffffff;
    background-color: #c0392b;

}

.badge-cus-b {

    color: #efefef;
    background-color: #34495e;

}

.badge-deal {

    color: #efefef;
    background-color: #e74c3c;

}

.badge-lis {

    color: #efefef;
    background-color: #2980b9;

}

.badge.badge-small {

    font-size: 66%;

}

.badge-secondary {

    color: #535c68;
    background-color: #dfe6e9;

}

.badge-secondary a {

    color: #535c68;

}

.badge-gold {

    background-color: #fcb434;
    color: #ffffff;

}

.badge-silver {

    background-color: #C0C0C0;
    color: #ffffff;

}

.badge-bronze {

    background-color: #cd7f32;
    color: #ffffff;

}

.badge-copper {

    background-color: #b87333;
    color: #ffffff;

}

.badge-platinum {

    background-color: #E5E4E2;
    color: #ffffff;

}

.bg-gold {

    background-color: #fcb434;

}

.bg-silver {

    background-color: #C0C0C0;

}

.bg-bronze {

    background-color: #cd7f32;

}

.bg-copper {

    background-color: #b87333;

}

.bg-platinum {

    background-color: #E5E4E2;

}

.badge-fl-licensed {

    color: #ffffff;
    background-color: #e74c3c;

}

.badge-ca-licensed {

    color: #ffffff;
    background-color: #16a085;

}

.badge-international-location {

    color: #ffffff;
    background-color: #EA4335;

}

.large {

    font-size: 125%;

}

.al_priority_filter {

    filter: opacity(40%);

}

.al_priority_filter.selected {

    filter: opacity(100%);

}

#ajax_loader i {

    font-size: 300%;
    color: #000000;

}

.table_header_group_title {

    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;

}

.table_header_group_start {

    border-left: 1px solid #e9ecef;

}

.table_header_group_end {

    border-right: 1px solid #e9ecef;

}

.th_reverse_style {

    background-color: #ffffff;
    color: #19224E;

}

.smaller {

    font-size: 65%;

}

.modal-chart {

    width: 80%;
    max-width: 80%;

}

.app-container {

    padding-right: 0;

}

.primary {

    background-color: #f6f9fc;

}

.secondary {

    background-color: #ffffff;

}

tr.merge_row td {

    border-top: none;

}

.list-row {

    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid #e9ecef;

}

.table-like {

    font-size: .8125rem;

}

.card-overlay {

    opacity: 0.25;

}

.copy {

    cursor: pointer;

}

.navbar {

    min-height: 80px;
    z-index: 500;

}

.modal .row [class*=col] {

    /*
    margin-left: 0;
    padding-left: 0;
     */

}

.modal .row [class*=col]:last-child {

    /*
    margin-right: 0;
    padding-right: 0;
    */

}

.search .val_container {

    position: relative;
    overflow: auto;

}

.search .results_container {

    margin-top: 8px;
    position: absolute;
    background-color: #ffffff;
    z-index: 500;
    display: none;
    border-radius: 12px;
    border: 1px rgba(34, 34, 34, 0.15) solid;
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    min-width: 300px;
    max-width: 800px;
    max-height: 300px;
    top: 42px;
    left: 0px;
    opacity: 1;
    padding: 8px;

}

.search .results {

    overflow-x: hidden;
    overflow-y: auto;
    max-height: 284px;
    white-space: nowrap;

}

.search .results .no_recs {

    display: none;

}

.search .results .result {

    overflow-x: hidden;
    padding: 6px;
    display: block;
    border-radius: 12px;
    border: 1px rgba(34, 34, 34, 0.00) solid;

}

.search .results .result:hover {

    background-color: #dfe6e9;

}

.search .results .result .object {

    width: 6em;

}

.search .status {

    display: none;

}

.badge.industry {

    width: 5em;

}


.save_div {

    display: none;

}

.table input.form-control {

    margin-left: 8px;

}

.numeric {

    text-align: right;
    max-width: 90px;

}

.dcom_rec input {

    text-align: center;

}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 26px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #7f8c8d;
    -webkit-transition: .25s;
    transition: .25s;
}

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

input:disabled + .slider {
    background-color: #bdc3c7;
}
input:checked + .slider {
    background-color: #28a745;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28a745;
}

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

.slider.round {
    border-radius: 26px;
}

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

.jsPanel-headerbar {

    background-color: #202124;

}

div.jsPanel-controlbar button.jsPanel-btn.jsPanel-btn-smallify, div.jsPanel-controlbar button.jsPanel-btn.jsPanel-btn-maximize, div.jsPanel-controlbar button.jsPanel-btn.jsPanel-btn-normalize {

    display: none !important;

}

.jsPanel-titlebar {

    background-color: #202124;
    padding: 6px 6px 6px 6px;
    cursor: pointer !important;

}

.jsPanel-controlbar {

    padding: 6px 8px 6px 6px;

}

.jsPanel-title {

    color: #ffffff;
    margin-left: 0;
    cursor: pointer;

}

.jsPanel-btn {

    font-size: 120%;

}

.jsPanel-btn {

    padding-right: 0.5rem;

}

.jsPanel-replacement .jsPanel-hdr {

    padding-bottom: 6px;

}

.btn-secondary .filter-option-inner-inner {

    color: #212529;

}

.breadcrumb-item+.breadcrumb-item::before{content:'';}

/*
.bootstrap-select > .dropdown-toggle {

    max-width: 200px;

}
 */

.smart_dropdown .dropdown-item:hover, .smart_dropdown .dropdown-item:focus {

    text-decoration: none;
    color: #ffffff;
    background-color: #45aaf2;

}

.tab-pane.container-fluid {

    margin-top: 0 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;

}

.tab-pane.container-fluid {

    background-color: #f8f9fe;

}

.nav-tabs .badge {

    margin-left: 4px;

}

#ed_email, #ed_text, #ed_call {

    display: none;

}

.ed_start {

    cursor: pointer;

}

.ed_schedule_text_div {

    padding: 16px;

}

.ed_status_text_div {

    padding-top: 10px;

}

.ed_delete_from_ed {

    padding-right: 6px;
    cursor: pointer;

}

.email-content {



}

.ed_type {

    font-weight: bold;
    color: #ffffff;
    width: 20px;
    margin: 4px 4px 4px 0;
    padding: 0px 4px 0px 6px;

}

.ed_type_E {

    background-color: #007bff;

}

.ed_type_T {

    background-color: #913D88;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;

}

.ed_cc_bcc_toggle_div {

    padding-top: 10px;
    padding-right: 0;

}

.ed_cc_div, .ed_bcc_div {

    display: none;

}

.ed_to_address_div, .ed_subject_div, .ed_cc_div, .ed_bcc_div, .ed_message_div {

    border: none;
    min-height: auto;
    line-height: 20px;
    padding: 8px 0 8px 0;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    outline: none;

}

.ed_to_address_div, .ed_cc_div {


}

.ed_col {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.ed_row {

    margin: 0 16px 0 16px;
    border-bottom: 1px solid #cfcfcf;

}

.ed_row.ed_attachments_div, .ed_row.ed_message_div {

    border-bottom: none;

}

.jsPanel-content {

    position: relative;
    z-index: 1000;
    background-color: #ffffff !important;

}

.jsPanel-ftr {

    z-index: 10000;
    background-color: #ffffff !important;

}

.jsPanel-ftr .ed_row {

    margin: 0 16px 0 16px;
    padding: 16px 0 16px 0;
    border-top: 1px solid #cfcfcf;
    border-bottom: none;

}

.ed_to_address, .ed_subject, .ed_cc, .ed_bcc, .ed_message {

    color: #222222;
    background-color: #ffffff;
    font-size: 0.875rem;
    line-height: 20px;
    margin: 0;
    outline: none;
    resize: none;
    -webkit-box-sizing: border-box;
    width: 100%;
    border: 0!important;

}

.ed_message_div {

    min-height: 400px !important;
    height: 100%;

}

.ed_message {

    min-height: 400px !important;
    height: 98%;

}

.badge-warning {

    color: #2f3640;
    background-color: #fbc531;

}

.cdcc_recs .card-body {

    padding: 0;

}

.cdcc_div_small {

    height: 50px;
    max-height: 50px;

}

.cdcc_div_large {

    height: 500px;
    max-height: 500px;
    overflow-y: scroll;

}

.cdcc_subject {

    color: #000000;
    font-weight: bolder;

}

.cdcc_body_original {

    display: none;

}

.cdcc_recs .border-lg {

    border: 2px solid black;

}

.e_recs .card-body {

    padding: 0;

}

.e_div_small {

    height: 50px;
    max-height: 50px;

}

.e_div_large {

    height: 500px;
    max-height: 500px;
    overflow-y: scroll;

}

.e_subject {

    color: #000000;
    font-weight: bolder;

}

.e_type_A {

    display: none;

}

.e_message_original {

    display: none;

}

.e_recs.show_auto .e_type_A {

    display: block;

}

.e_recs .border-lg {

    border: 2px solid black;

}

.dh_recs .card-body, .his_recs .card-body, .ah_recs .card-body, .cn_recs .card-body, .ln_recs .card-body, .phis_recs .card-body {

    padding: 0;

}

.dh_div_small, .his_div_small, .ah_div_small, .cn_div_small, .ln_div_small, .phis_div_small {

    height: 50px;
    max-height: 50px;

}

.dh_div_large, .his_div_large, .ah_div_large, .cn_div_large, .ln_div_large, .phis_div_large {

    height: 500px;
    max-height: 500px;
    overflow-y: scroll;

}

.thin_scroll::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    opacity: 0.5;
}

.thin_scroll::-webkit-scrollbar
{
    width: 6px;
    opacity: 0.5;
}

.thin_scroll::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    opacity: 0.5;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
}

.dropdown.et_id .small {

    display: none;

}

.dropdown.et_id.show .dropdown-menu .small {

    display: inline;

}

.bootstrap-select .dropdown-menu li a.opt.selected {

    font-weight: bold;
    background-color: #d2e3ee;

}

.et_id .dropdown-menu.show {

    width: 250px;
    left:-25px !important;

}


.et_id .dropdown-menu.show .inner.show {

    overflow-x: hidden;

}


.et_id .dropdown-menu.show .inner.show .optgroup-1 .text {

    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 210px;

}

.bootstrap-select .dropdown-menu li a.opt {

    padding-left: 1em;

}

.jsPanel-ftr button.btn.dropdown-toggle.bs-placeholder {

    color: #212529 !important;

}

.jsPanel-ftr button.btn.btn-secondary:focus {

    color: #212529 !important;
    background-color: unset;
    border-color: unset;
    outline-color: initial !important;

}

button.dropdown-toggle .filter-option .small {

    display: none;

}

/*
This file was created by Dag Jomar Mersland (dagjomar@gmail.com)
And contains a collection of CSS hacks/overrides
*/


/*
   Hack to hide the small subtitle text in the drop-down
   selector button in the footer of the panel
*/
.jsPanel-ftr .filter-option-inner-inner div.small.text-muted {
    display: none;
}


/*
Hack to fix the positioning of the clickable area for the file upload button
This is also found in the argon.css file when searching for .custom-file-input
around line number 4870
*/

.jsPanel-content .ed_attachments_div.file_upload_container div.col-2 {
    padding: 0px !important;
}
.jsPanel-content .file_upload_container input[type="file"].custom-file-input {
    position: relative;
    top: 0;
    left: 0;
    padding: 0.375rem 0.75rem;
}

.jsPanel-content .ed_attachments_div.file_upload_container .btn.dropdown-toggle-split {
    background-color: #fff;
    border-color: #ced4da;
}

.jsPanel-content .ed_attachments_div.file_upload_container .btn.dropdown-toggle-split:active,
.jsPanel-content .ed_attachments_div.file_upload_container .btn.dropdown-toggle-split:hover{
    background-color: #ced4da;
    border-color: #ced4da;
}

.jsPanel-content .ed_attachments_div.file_upload_container .btn.dropdown-toggle-split:focus {
    background-color: #fff;
    border-color: #000;
}

/*
Hack to fix the sizing and positioning of the paperclip icon. It is very small and should be bigger to fill
in the box it is inside. It should also be positioned in the middle of the button
Adding to styles found in argon.css file on line 4899
*/
.jsPanel-content .file_upload_container label.custom-file-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}
.jsPanel-content .file_upload_container .custom-file-label::after {
    display: none; /* This hides the weird grey box that was appearing in the corner of the upload button */
}


/*
Hack to fix the color of the caret in the template select button
It is normally white due to the .bs-placeholder class
*/
.jsPanel-ftr button.btn.dropdown-toggle.bs-placeholder {
    color: #212529 !important;
}

/*
Hack to remove the "dark color" that appears when the footer buttons get focus
*/
.jsPanel-ftr button.btn.btn-secondary:focus {
    color: #212529 !important;
    background-color: unset;
    border-color: unset;
    outline-color: initial !important;
}


/* Hack to make the template menu list not so wide */
.jsPanel-ftr div.dropdown-menu .inner li.optgroup-1 {
    max-width: 340px; /* You can set this to whatever size you want */
}
.jsPanel-ftr div.dropdown-menu {
    height: 300px;
    max-height: 80vh; /* Make it responsive on small screens */
    overflow-x: hidden; /* Hide scrolling in the x-axis */
}


/* Hack to make the minimized panels stack from right-to-left */
#jsPanel-replacement-container {
    flex-direction: row-reverse;
}


/* START OF hacks for responsiveness on very small screens */
div.jsPanel.jsPanel-standard {
    width: auto;
    min-width: 580px;
    max-width: 600px;
}

@media (max-width: 580px) {
    div.jsPanel.jsPanel-standard {
        width: 100% !important;
        min-width: unset;
    }

    /* make the footer buttons much smaller */
    .jsPanel .jsPanel-ftr .row.ed_row {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0px 5px;
        padding-bottom: 8px;
    }
    .jsPanel .jsPanel-ftr .row.ed_row button {
        font-size: 10px;
        padding: 1px 10px;
    }
    .jsPanel .jsPanel-ftr .row.ed_row .ed_status_text_div {
        font-size: 12px;
    }

    .jsPanel .jsPanel-ftr .row.ed_row div.text-right {
        text-align: left !important;
    }
}

.ed_message_div {
    flex-grow: 1 !important;
    height: unset !important;
    min-height: unset !important;
}
textarea.ed_message {
    min-height: 100px !important;
}


.jsPanel-content {
    display: flex !important;
    flex-direction: column !important;
}
.jsPanel-content .email-content {
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1;
}

@media (max-height: 700px) {
    /* make the panel content heights much smaller when screen is short */
    /*.jsPanel .jsPanel-content {
        height: auto !important;
        min-height: 100px;
    }*/
    .ed_message_div {
        height: auto;
        min-height: unset !important;
        max-height: 300px !important;
    }
    textarea.ed_message {
        min-height: 40px !important;
    }

    /* make the minimized panels smaller */
    #jsPanel-replacement-container div.jsPanel-replacement {
        height: 22px !important;
        max-width: 120px;
    }
    #jsPanel-replacement-container div.jsPanel-replacement div.jsPanel-hdr{
        height: 22px !important;
    }
    #jsPanel-replacement-container div.jsPanel-replacement div.jsPanel-hdr .jsPanel-titlebar{
        font-size: 0.6rem;
        padding: 0px 6px;
    }

    #jsPanel-replacement-container div.jsPanel-replacement div.jsPanel-hdr .jsPanel-controlbar{
        padding: 0px 6px;
        margin: 0px;
    }



}

@media (max-width: 580px) {
    .jsPanel.jsPanel-standard.panel-normalized:not(#jsPanel-mobile-panel) {
        bottom: 50px !important;
        top: unset !important;
    }
}

.jsPanel.jsPanel-standard {
    transition-property: top;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.075, 0.820, 0.165, 1.000); /* easeOutCirc */;
}


.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0;
}

.info_clipped {

    cursor: pointer;

}

.info_complete {

    display: none;
    cursor: pointer;

}

.show_complete {

    margin-top: 6px;

}

.rat_value {

    font-size: 500%;
    cursor: pointer;

}

.cai_rating {

    font-size: 250%;
    cursor: pointer;

}

.text-green {

    color: #16a085;

}

.text-dark-green {

    color: #388E3C;

}

.li_rec {

    border: 1px solid #ccc;
    padding: 2px;
    background: #fff;

}

.lis_publish_items {

    display: none;

}

.badge.badge-lg {

    font-size: 75%;

}

.jumbotron h1 {

    display: inline;

}

.modal-close {

    display: inline;
    cursor: pointer;
    float: right;
    font-size: 150%;
    color: #32325d;
    font-weight: bold;

}

.form-check-label {

    margin-right: 10px;

}

tfoot .form-control-sm {

    font-size: 75%;
    height: 1.45rem;

}

.col-centered {

    margin: 0 auto;
    float: none;

}

.rec_filters {

    font-size: 120%;

}

.rec_filters a {

    padding-right: 20px;

}

.rec_header .rec_header_label {

    background-color: inherit;

}

.modal-frr {

    max-width: 800px;

}

.modal-filter-form .modal-content {

    max-width: 400px;
    max-height: 500px;

}

.dpa_toggle_contact i {

    font-size: 200%;

}

.dtr-wrapper > div {

    display: inline-block;

}

div.dataTables_filter {
    height: 3.5rem;
    position: relative;
    display: flex;
    align-items: center;
    cursor: text;
    font-size: 0.875rem;
    line-height: 1.25rem;
    background-color: #ffffff;
    border: 1px solid #d6d6e7;
    border-radius: 3px;
    box-shadow: inset 0px 1px 4px 0px rgb(119 122 175 / 30%);
    overflow: hidden;
    transition: all 100ms ease-in-out;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
    margin-left: -2px;
    flex: 1;
}

div.dataTables_filter label {
    margin-bottom: 0;
}

div.dataTables_filter input.form-control {
    flex: 1;
    min-width: 0;
    caret-color: #5a5e9a;
    color: #23263b;
    background: transparent;
    border: none;
    height: 3.5rem;
    line-height: 3.5rem;
    font-size: 1.8em;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJzZWFyY2giIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1zZWFyY2ggZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjQURCNEMzIiBkPSJNNTA4LjUgNDgxLjZsLTEyOS0xMjljLTIuMy0yLjMtNS4zLTMuNS04LjUtMy41aC0xMC4zQzM5NSAzMTIgNDE2IDI2Mi41IDQxNiAyMDggNDE2IDkzLjEgMzIyLjkgMCAyMDggMFMwIDkzLjEgMCAyMDhzOTMuMSAyMDggMjA4IDIwOGM1NC41IDAgMTA0LTIxIDE0MS4xLTU1LjJWMzcxYzAgMy4yIDEuMyA2LjIgMy41IDguNWwxMjkgMTI5YzQuNyA0LjcgMTIuMyA0LjcgMTcgMGw5LjktOS45YzQuNy00LjcgNC43LTEyLjMgMC0xN3pNMjA4IDM4NGMtOTcuMyAwLTE3Ni03OC43LTE3Ni0xNzZTMTEwLjcgMzIgMjA4IDMyczE3NiA3OC43IDE3NiAxNzYtNzguNyAxNzYtMTc2IDE3NnoiPjwvcGF0aD48L3N2Zz4=);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: .5rem 1rem !important;
    background-size: 1.5rem 1.5rem;
    padding-left: 2.5rem;
}

div.dataTables_filter:focus-within {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

div.dataTables_filter input.form-control:focus {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhbCIgZGF0YS1pY29uPSJzZWFyY2giIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1zZWFyY2ggZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjNTFjYmVlIiBkPSJNNTA4LjUgNDgxLjZsLTEyOS0xMjljLTIuMy0yLjMtNS4zLTMuNS04LjUtMy41aC0xMC4zQzM5NSAzMTIgNDE2IDI2Mi41IDQxNiAyMDggNDE2IDkzLjEgMzIyLjkgMCAyMDggMFMwIDkzLjEgMCAyMDhzOTMuMSAyMDggMjA4IDIwOGM1NC41IDAgMTA0LTIxIDE0MS4xLTU1LjJWMzcxYzAgMy4yIDEuMyA2LjIgMy41IDguNWwxMjkgMTI5YzQuNyA0LjcgMTIuMyA0LjcgMTcgMGw5LjktOS45YzQuNy00LjcgNC43LTEyLjMgMC0xN3pNMjA4IDM4NGMtOTcuMyAwLTE3Ni03OC43LTE3Ni0xNzZTMTEwLjcgMzIgMjA4IDMyczE3NiA3OC43IDE3NiAxNzYtNzguNyAxNzYtMTc2IDE3NnoiPjwvcGF0aD48L3N2Zz4=);
}

.border-bottom-default {
    border-bottom: 1px solid rgba(0, 0, 0, .05) !important;
}

.border-bottom-white {
    border-bottom: 1px solid rgba(255, 255, 255, .05) !important;
}

.cursor-pointer{
    cursor: pointer;
}

.border-bottom-dotted {
    border-bottom: 1px dotted;
}

.hide {
    display: none;
}

.ajax-loader {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9999; }

.loader-content {
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%; }

.loader-icon {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-left: 3px solid rgba(19, 19, 19, 0.1) !important;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-right: 3px solid #22313F !important;
    border-top: 3px solid rgba(19, 19, 19, 0.1) !important;
    height: 50px;
    /*left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    text-align: center;
    top: 50%;*/
    width: 50px; }

.colored-border {
    border-color: #fff; }

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear; }

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg); } }

@media screen and (max-width: 767px) {
    .section-title {
        font-size: 30px; } }

#company_message_text .ql-editor {
    min-height: 10rem;
}

.jumbotron a:not(.dot_link):not(.badge):not(.no_underline) {
    border-bottom: 1px dotted;
}

#sidenav-main {
    z-index: 1041;
}

.dtr_toggle {
    display:none!important;
    cursor:pointer;
}

.dataTable.collapsed .dtr_toggle {
    display:inline-block!important;
}

.scrollable_recs {
    height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.iec_success::before {
    content: '✓ ';
}

.iec_fail::before {
    content: 'X '
}

.badge-success-bootstrap {
    color: #fff;
    background-color: #28a745;
}

mark, .mark {
    background-color: #abff32;
}

.text-decoration-none {
    text-decoration: none;
}

.quill-editor-container {
    height: 275px;
}

.ql-snow .ql-tooltip {
    left: -1px!important;
}

.ql-tooltip {
    width: 20rem;
}

.ql-tooltip:before {
    border-right: none;
    border-bottom: none;
    border-left: none;
}

.ql-tooltip:before, .ql-tooltip:after {
    position: static;
    transform: none;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    content: '';
}

#modal .sort_list {
    list-style: none;
    text-decoration: none;
    padding: 0;
    font-size: 14px;
}

#modal .sort_list li {
    padding: 8px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#modal .sort_list li:not(:last-of-type){
    border-bottom: solid 1px dimgray;
}

#modal .sort_list li span {
    font-weight: 500;
    flex-shrink: 1;
}

#modal .sort_list li:first-of-type .sort_first,
#modal .sort_list li:first-of-type .sort_up {
    visibility: hidden;
}

#modal .sort_list li:last-of-type .sort_last,
#modal .sort_list li:last-of-type .sort_down {
    visibility: hidden;
}

#modal .sort_list .sort_list_buttons {
    display: inline-block;
}

#modal .sort_list i {
    height: 32px;
    width: 32px;
    text-align:center;
    line-height: 32px;
    border-radius: 4px;
}

#modal .sort_list i:hover {
    background-color: #d2e3ee;
    cursor: pointer;
}

input[type='time'].ncf-textarea__input {
    padding: 10px;
}

.search_adv {
    transition: max-height 0.2s ease-out;
    position: relative;
}

.search_adv h5 {
    cursor: pointer;
}

.search_adv_modal {
    overflow: hidden;
    transition: grid-template-rows 200ms ease-out;
    z-index: 999;
    display: grid;
    grid-template-rows: 0fr;
}

.search_adv.show .search_adv_modal{
    transition: grid-template-rows 200ms ease-out;
    grid-template-rows: 1fr;
    overflow: visible;
}

@keyframes delay-overflow {
    from { overflow: hidden; }
}

.search_adv_container {
    overflow: hidden;
}

.search_adv.show .search_adv_container{
    animation: delay-overflow 300ms;
    overflow: visible;
}

.search_adv_filters {
    /*padding: .625rem .75rem;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    background-color: #fff;*/
    background-clip: padding-box;
    box-shadow: 0 3px 2px rgba(233, 236, 239, .05);
}

.file-select {
    display: grid;
    border: 1px solid #19224E;
    padding: 1rem;
}

.file-select-path {
    font-size: 1.5rem;
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.file-select-path-root {
    padding: 0 8px;
    cursor: pointer;
}

.file-select-path-folder {
    cursor: pointer;
}

.file-select-path-root:hover, .file-select-path-folder>span:hover {
    background-color: #dfe6e9;
}

.file-select-path-folder {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.file-select-path-folder>span {
    padding: 0 4px;
}

.file-select-toolbar {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
}

.file-select-toolbar div {
    padding: 8px;
    cursor: pointer;
}

.file-select-toolbar div:hover {
    background-color: #dfe6e9;
}

.list-aws-bucket {

    max-height: 400px;
    overflow-y: scroll;

}

.list-aws-bucket>* {
    display: flex;
    flex-direction: row;
    padding: 8px;
    gap: 12px;
    align-items: center;
}

.list-aws-bucket>*:nth-child(even) {
    background-color: #f8f9fe;
}

.list-aws-bucket>*:not(.list-aws-folder-input):hover, .list-aws-folder-input>.button:hover {
    background-color: #dfe6e9;
    cursor: pointer;
}

.list-aws-bucket .list-aws-file {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
}

.list-aws-bucket .file-info {
    display: flex;
    flex-direction: row;
    flex-basis: 100%;
    gap: 12px;
}

.list-aws-bucket i {
    font-size: 1rem;
    height: 20px;
    width: 20px;
}

.list-aws-folder span, .list-aws-file .file-name {
    flex-grow: 1;
    word-wrap: anywhere;
    word-break: break-all;
    hyphens: none;
}

.list-aws-file i {
    width: 20px;
    text-align: center;
}

.list-aws-file .file-preview {
    flex-shrink: 0;
}

.list-aws-file .break {
    flex-basis: 100%;
    height: 0;
}

.list-aws-file .file-preview-inline {
    height: 0;
    overflow: hidden;
    transition: height 0.2s ease-in-out;
}

.list-aws-file .file-preview-inline img {
    max-height: 120px;
    width: 100%;
    object-fit: contain;
}

.list-aws-file .file-preview-inline.show {
    height: 120px;
}

.list-aws-folder {

}

.gjs-rte-toolbar {
    top: -400% !important;
}

.tooltip_d3_js {
    position: absolute;
    text-align: left;
    width: auto;
    height: auto;
    padding: 15px;
    font: 12px sans-serif;
    background: #19224e;
    color: white;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
    opacity: 0.9;
}

.responsive_d3_js_container svg {
    width: 100%;
    height: auto;
}

.table-header-fixed {
    overflow: visible;
}

.table-header-fixed th {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    z-index: 2; /* ensures it stays above table body content */
}

