﻿body {
    margin-top: 75px;
}

.body-content {
    border-radius: 4px;
}

.body-fixed {
    max-width: 800px;
    min-width: 100px;
    background-color: white;
    opacity: 1.0
}

    .body-fixed legend {
        border-bottom: 1px solid #F7F7F7;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .body-fixed fieldset {
        padding: 20px;
    }

        .body-fixed fieldset fieldset {
            padding: 0px;
        }

.body-content .body-fixed {
    background-color: red;
    opacity: 1.0
}

@media screen and (max-width: 640px) {
    .body-fixed {
        width: 100%;
    }

        .body-fixed fieldset {
            padding: 10px;
        }

            .body-fixed fieldset fieldset {
                padding: 0px;
            }
}

main {
}

a {
    color: green;
}

    a:hover {
        color: darkgreen;
    }

[data-bs-theme="dark"] a {
    color: #a5c7a5;
}

    [data-bs-theme="dark"] a:hover {
        color: white;
    }

h2 {
    color: #007f32
}

    h2 i {
        margin-right: 10px;
    }

h4.header {
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 10px;
}

footer ul {
    list-style: none;
    float: right;
    text-align: right;
}

@media screen and (max-width: 640px) {
    table {
        overflow-x: auto;
        display: block;
    }
}

.dt-paging-button.page-item.active > .page-link {
    background-color: green;
}

.dt-paging-button.page-item:not(.active) > .page-link {
    color: green;
}


.dropdown-menu {
    margin: 0px 0px 0px 0px;
}

.dropdown-item {
    padding: 5px 10px 5px 10px;
    margin: 0px 0px 0px 0px;
}

    .dropdown-item i {
        margin: 0px 10px 0px 0px;
    }

#search_input {
    min-width: 120px;
}

.btn-search {
    color: white;
}

.modal-lg {
    max-width: 800px !important;
}

.alert button i {
    margin-right: 10px;
    padding-right: 0px;
}

.refresh, .processing_icon {
    font-size: 16px;
}

.loading-container {
    border: 1px solid #bdbdbd;
    padding: 10px;
    margin: 10px;
    border-radius: 4px;
}

.loading-icon {
    font-size: 16px;
}

.sort-icon {
    margin-left: 5px;
    cursor: pointer
}


fieldset legend {
    padding: 0px 0px 8px 0px;
    border-bottom: 1px dashed #f1f1f1;
    margin: 0px 0px 20px 0px;
}

    fieldset legend.fieldset-table {
        padding: 0px 0px 0px 0px;
        border-bottom: 0px;
        margin: 0px 0px 0px 0px;
    }

    fieldset legend.collapsable.open:after {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        content: "\f077";
        line-height: 1;
        color: #ddd;
        float: right;
    }

    fieldset legend.collapsable.closed:after {
        font-family: 'FontAwesome';
        font-style: normal;
        font-weight: normal;
        content: "\f078";
        line-height: 1;
        color: #ddd;
        float: right;
    }

    fieldset legend.collapsable {
        cursor: default;
        cursor: pointer;
    }



.alert .progress {
    margin: 10px 0px 10px 0px;
}

.table td {
    padding: 8px 4px 8px 4px;
}

.table th {
    padding: 8px 4px 8px 4px;
}

    .table th[colspan]:not([colspan="1"]) {
        background: #f8f8f8;
        border-right: 1px solid #ddd;
    }

        .table th[colspan]:not([colspan="1"]):last-child {
            border-right: 0px solid #ddd;
        }

    .table th i {
        padding-left: 5px;
    }

.table-splitter {
    border-left: 1px solid #ddd;
}

.table-details {
    margin-left: 20px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px;
}

.btn.btn-default {
    color: #fff;
    background-color: #666;
    border-color: gray;
}

.btn.btn-primary {
    color: #fff;
    background-color: green;
    border-color: green;
}

    .btn.btn-primary:focus {
        color: #fff;
        background-color: green;
        border-color: green;
        outline: none;
        box-shadow: none;
    }

    .btn.btn-primary:hover {
        color: #fff;
        background-color: green;
        border-color: green;
        outline: none;
        box-shadow: none;
    }

    .btn.btn-primary:active {
        color: #fff;
        background-color: green;
        border-color: green;
        outline: none;
    }

        .btn.btn-primary.active.focus,
        .btn.btn-primary:active:hover {
            color: #fff;
            background-color: green;
            border-color: green;
            outline: none;
            box-shadow: none;
        }


.hidden {
    display: none !important;
}

.navigation {
    padding-top: 20px;
}

.data-stewardship-banner {
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #f8f8f8;
    padding-bottom: 20px;
}

[data-bs-theme="dark"] * input[readonly] {
    background-color: #f2f2f2;
}

* form.form-horizontal .form-group .col-form-label {
    border: 1px solid #e1e1e1;
    line-height: 22px;
    margin-bottom: 4px;
}

* form.form-horizontal .form-group .form-control-plaintext {
    border: 1px solid #e1e1e1;
    padding-left: 8px;
    line-height: 22px;
    min-height: 38px;
}

[data-bs-theme="dark"] * form.form-horizontal .form-group .col-form-label {
    border: 1px solid #4b4b4b;
    line-height: 22px;
    margin-bottom: 4px;
}

[data-bs-theme="dark"] * form.form-horizontal .form-group .form-control-plaintext {
    border: 1px solid #4b4b4b;
    padding-left: 8px;
    line-height: 22px;
    min-height: 38px;
}

@media only screen and (max-width: 640px) {
    [data-bs-theme="dark"] * form.form-horizontal .form-group .form-control-plaintext {
        border: 0px solid black;
        color: white;
    }
}

@media only screen and (min-width: 600px) {
    form.form-horizontal .form-group .col-form-label {
        text-align: right;
    }
}

.card-change {
    margin-left: 5px;
}

.form-group ul li {
    list-style: none;
    padding-bottom: 5px;
    margin-left: -30px;
}

li label {
    background-color: white;
}

label.required {
    color: red;
}

div.checkbox label.form-check {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 36px;
    height: 38px;
    vertical-align: middle;
}

.table-form {
    margin-top: 15px;
}

.truegivers-logo img {
    height: 60px;
}

.provider-logo img {
    height: 40px;
}

#paymentcard {
    margin-bottom: 20px;
}


.attribute {
    margin-left: 10px;
}

.attribute-valid {
    color: green;
}

.attribute-invalid {
    color: green;
}

p.help-block {
    margin-left: 5px;
    color: #888;
    font-style: italic;
}

div.help-block {
    font-size: 14px;
    margin-left: 5px;
    color: #888;
    font-style: italic;
}

i.attribute-valid:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05d";
    margin-right: 5px;
}

i.attribute-invalid:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05c";
    margin-right: 5px;
}

.fa-circle.provider-status-active {
    color: green;
}

.fa-circle.provider-status-pending {
    color: orange;
}

.fa-circle.provider-status-inactive {
    color: gray;
}

.fa-refresh.synchronization-active-true {
    color: green;
}

.fa-refresh.synchronization-active-false {
    color: gray;
}

.alert i {
    padding-right: 20px;
}

.card-header .card-icon {
    float: left;
}

.card-header .card-caption {
    float: left;
    margin-left: 10px;
}

.card-header .card-badge {
    float: right;
}

    .card-header .card-badge .badge {
        padding: 5px 10px 5px 10px;
    }

.badge-create, .badge-creating, .badge-created {
    background-color: gray;
    color: white;
}

.badge-parse, .badge-parsing, .badge-parsed,
.badge-validate, .badge-validating, .badge-validated
.badge-match, .badge-matching, .badge-matched {
    background-color: orange;
    color: white;
}

.badge-errored {
    background-color: red;
    color: white;
}

.badge-completed {
    background-color: green;
    color: white;
}

.badge-status-active {
    background-color: green;
    color: white;
}

.badge-status-inactive {
    background-color: gray;
    color: white;
}

.badge-status-pending {
    background-color: orange;
    color: black;
}

.badge-status-live {
    background-color: green;
    color: white;
}

.badge-status-test {
    background-color: orange;
    color: black;
}

.processing-icon {
    font-size: 16px;
}

.sorted_table tr {
    cursor: pointer;
}

table tr td i {
    margin-left: 4px;
}

table tr.placeholder {
    display: block;
    background: red;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

    table tr.placeholder:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border: 5px solid transparent;
        border-left-color: red;
        margin-top: -5px;
        left: -5px;
        border-right: none;
    }

.legend-subtitle {
    margin-bottom: 20px;
}

.card-statistics {
    margin-bottom: 20px;
}

.card-synchronization {
    border: 1px solid #17a2b8;
    margin-bottom: 10px;
}

.card-customization {
    border: 1px solid #17a2b8;
    margin-top: 10px;
    margin-bottom: 10px;
}

#map {
    position: relative;
    height: 100%;
}

.card-map {
    height: 100%;
}

.map-container {
    min-height: 380px;
    height: 100%;
}

.coverage-col .card {
    margin-bottom: 20px;
}

.card-task-type {
    margin-bottom: 20px;
    min-height: 160px;
    position: relative;
}

    .card-task-type .row:last-child {
        position: absolute;
        bottom: 10px;
        left: 0px;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }

.text-primary {
    color: #007f32 !important
}

.inline-bar {
    border-radius: 4px;
    width: 100%;
    line-height: 28px;
    background-color: red;
}

    .inline-bar.inactive {
        background-color: #666;
    }

    .inline-bar .bar {
        height: 30px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        position: relative;
        max-width: 98%;
    }

        .inline-bar .bar span {
            padding-left: 8px;
            float: left;
            width: 200px;
        }

.map-col {
    margin-bottom: 20px;
}

.navbar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row
}

.navbar-nav {
    flex-direction: row
}

.navbar .nav-link {
    padding-left: 8px;
    padding-right: 8px;
}

.stripe-registration {
    margin-bottom: 20px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.cr {
    cursor: pointer;
}

.active {
    color: black;
}

.fa-shield.active {
    color: green;
}

.completed {
    color: green;
}

.errored {
    color: red;
}

.cancelled {
    color: gray;
}

i[data-toggle='tooltip'] {
    color: #bbb;
}

.provider-logo-card {
    height: 24px;
}

.provider-card {
    margin-bottom: 20px;
}

    .provider-card .card-title h5 {
        margin-top: 20px;
    }

i.record-status-active:before {
    font-family: "FontAwesome";
    content: "\f111";
    color: green;
    font-style: normal;
}

i.record-status-inactive:before {
    font-family: "FontAwesome";
    content: "\f111";
    color: red;
    font-style: normal;
}

i.record-status-archived:before {
    font-family: "FontAwesome";
    content: "\f187";
    font-style: normal;
}

i.record-status-synchronize:before {
    font-family: "FontAwesome";
    content: "\f021";
    font-style: normal;
}

i.record-status-synchronized:before {
    font-family: "FontAwesome";
    content: "\f021";
    color: green;
    font-style: normal;
}

.record-updated > td {
    border-bottom: 1px solid green;
    border-top: 1px solid green;
    background-color: #edffed;
}

.record-updated:hover > td {
    background-color: #ace4ac;
}

.stacked-chart-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.stacked-chart {
    border: 1px solid #ddd;
    width: 100%;
    background-color: #f8f8f8;
    border-radius: 4px;
    min-height: 32px;
    max-height: 32px;
    padding: 2px;
}

.stacked-chart-bar {
    float: left;
    position: relative;
    width: 100%;
    min-height: 26px;
    max-height: 26px;
}

    .stacked-chart-bar span {
        padding-left: 10px;
        min-width: 120px;
        display: inline-flex
    }

    .stacked-chart-bar.valid {
        background-color: green;
    }

    .stacked-chart-bar.missing {
        background-color: lightgrey;
    }

    .stacked-chart-bar.invalid {
        background-color: red;
    }

    .stacked-chart-bar.active {
        background-color: blue;
    }

    .stacked-chart-bar.pending {
        background-color: orange;
    }

    .stacked-chart-bar.approved {
        background-color: red;
    }

    .stacked-chart-bar.completed {
        background-color: green;
    }

    .stacked-chart-bar.declined {
        background-color: gray;
    }

    .stacked-chart-bar:after {
        content: " ";
        white-space: pre;
    }

.horizontal-chart-bar {
    background-color: #007F32;
    padding: 0px;
    margin: 0px;
}

.horizontal-chart-label {
    font-size: 16px;
    color: #666;
    padding: 0px;
    margin: 0px;
}

    .horizontal-chart-label.invalid {
        color: red;
    }

.horizontal-chart-value {
    padding: 0px;
    margin: 0px;
}

.card.waterfall-summary {
    margin: 0px 0px 20px 0px;
}

.waterfall-summary .card-title {
    margin: 5px 10px 0px 10px;
    font-size: 14px;
    padding: 0px 0px 0px 0px;
}

    .waterfall-summary .card-title.total {
        color: darkslategrey;
    }

    .waterfall-summary .card-title.invalid {
        color: red;
    }

    .waterfall-summary .card-title.valid {
        color: green;
    }

.waterfall-summary .card-body {
    text-align: right;
    margin: 0px;
    font-size: 22px;
    margin: 0px 10px 5px 10px;
    padding: 0px 0px 0px 0px;
}

.pop-up {
    font-size: 10px;
    background: #f8f8f8;
    color: black;
    position: absolute;
    width: auto;
    max-width: 400px;
    padding: 10px;
}

.rates-table {
    border: 1px solid #ddd;
}

    .rates-table .row {
        padding: 10px 0px 10px 0px;
    }

        .rates-table .row:nth-child(even) {
            background-color: #f8f8f8;
        }

        .rates-table .row .col {
            cursor: pointer
        }

            .rates-table .row .col:last-child {
                color: green;
            }

.package-rate-input-col {
    padding: 0px 0px 0px 0px;
    text-align: right;
}

.package-rate-separator-col {
    max-width: 20px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.text-terms {
    padding-top: 10px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.package-description {
    margin: 10px 0px 10px 0px;
}

.table-delete-link {
    text-align: right;
}

.filter-form {
    float: left;
    min-width: 100%;
    /*background-color: rgb(248, 249, 250);*/
    margin-bottom: 10px;
    height: 42px;
}

[data-bs-theme="dark"] .filter-form {
    /*background-color: rgb(248, 249, 250);*/
}

.table-filter-label i {
    margin-right: 10px;
}

.table-filter-label {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px 0px 10px;
    margin-right: -5px;
}

.table-filter-control {
    margin-left: 0px;
    display: inline-block;
    clear: both;
}

    .table-filter-control .caption {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
        margin-right: -5px;
    }


    .table-filter-control button {
        margin-left: 0px;
        border-radius: 0px;
    }

[data-bs-theme="dark"] .table-filter-control button {
    background-color: #1E1E1E;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}

[data-bs-theme="dark"] .filter-option-inner-inner {
    color: #f1f1f1;
}

.message {
    text-align: center;
    color: green;
    border: 1px solid rgba(48, 157, 48, 0.85);
    background-color: rgba(48, 157, 48, 0.15);
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.agreements-card {
    margin-bottom: 20px;
}

    .agreements-card .total {
        font-size: 30px;
        white-space: nowrap;
    }

    .agreements-card .quantity {
        font-size: 12px;
    }

    .agreements-card .progress {
        line-height: 28px;
        min-height: 28px;
        margin-top: 5px;
    }

        .agreements-card .progress.totals {
            margin-top: 0px;
        }

        .agreements-card .progress .justify-content-start {
            left: 20px;
        }

        .agreements-card .progress .justify-content-end {
            right: 20px;
        }

.click-through {
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
}

    .click-through.nu {
        border-bottom: 0px;
    }

.task-type-container {
    clear: both;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 10px;
}

    .task-type-container:first-child {
        margin-top: 0px;
    }

.task-type-icon {
    font-size: 36px;
    color: green;
}

.sticky-container {
    overflow: auto;
    overflow-x: hidden;
}

    .sticky-container thead tr th {
        position: sticky;
        top: 0;
        background-color: white;
    }

.stuck {
    background-color: red;
}

.border.text-display {
    border: 1px solid #f8f8f8;
    color: #666;
    padding-left: 8px;
}

.table-striped tbody tr.highlight td {
    background-color: #ddd;
}

.no-pointer {
    cursor: default;
}

.toggle-group {
    cursor: pointer;
}

.card-info {
    margin-bottom: 20px;
}

.card-header-info {
    background-color: green;
    color: white;
    border-top: 1px solid green;
    border-left: 1px solid green;
    border-bottom: 1px solid green;
    border-right: 1px solid green;
}

.checkbox label {
    margin-right: 10px;
}


.tg-icon-md {
    font-size: 36px;
}

.tg-icon-lg {
    font-size: 48px;
}



.jumbotron {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 40px;
    border-radius: 4px;
    margin-bottom: 20px;
}
