﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
}

h1, h2 {
    font-weight: 700;
    font-variation-settings: "wght" 700;
}

h1 {
    font-size: 2.125rem;
    line-height: 2.125rem;
}

h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
    margin: 0px;
}

h3 {
    font-size: 1.375rem;
    line-height: 1.375rem;
}

h4 {
    font-size: 1rem;
    line-height: 1rem;
}

.error-text {
    color: #b30518;
}

.field-validation-error {
    color: #b30518;
}

    .field-validation-error span {
        font-size: smaller;
    }

.custom-control-label.is-invalid::before,
.input-validation-error {
    border: 2px solid #b30518;
}

.form-select {
    padding-top: 0.738rem;
    padding-right: 2.25rem;
    padding-bottom: 0.738rem;
    padding-left: 0.75rem;
    line-height: 1rem;
    color: #51646d;
    border: 1px solid #8ea6af;
    width: 100%;
}

.form-group > fieldset > legend {
    font-size: 1rem;
    font-weight: 500 !important;
    font-variation-settings: "wght" 500 !important;
}

.fieldset-hidden {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .fieldset-hidden legend {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

.link-list a {
    font-weight: 700 !important;
    font-variation-settings: "wght" 700 !important;
}

.section-title {
    font-size: 1.75rem;
}

    .section-title a {
        font-size: 1rem;
        font-weight: 400;
    }

.subsection-title {
    font-size: 1.375rem;
}

.nav-link {
    color: #000000;
}

    .nav-link.active {
        color: #277c78;
    }

.table-striped > tbody > tr > td > .btn {
    background-color: #ffffff;
}

.block {
    display: block;
}

.semibold {
    font-weight: 500;
    font-variation-settings: "wght" 500;
}

.bold {
    font-weight: 600;
    font-variation-settings: "wght" 600;
}

a.btn {
    text-decoration: none;
}

.btn-link.bold {
    font-weight: 700;
    font-variation-settings: "wght" 700;
    text-decoration: none;
}

.environmentName {
    position: absolute;
    top: 60px;
    color: yellow;
    font-weight: bold;
    z-index: 9999;
}

.list-nobullet {
    color: transparent;
}

.table-header {
    background-color: #eaeaea;
    font-weight: 700;
    padding: 5px;
}

.table-cell {
    background-color: #f7f7f7;
    padding: 5px;
}

.readonly {
    background-color: #ffffff !important;
    border-width: 0px;
    padding-top: 0px;
    resize: none;
}

.address {
    white-space: pre-wrap;
}

.table tbody tr.table-row-highlight {
    background-color: #c4ced1;
}

.table tbody tr.table-row-highlight-danger {
    background-color: #ffe8e3;
}

.table tbody tr.table-row-highlight-info {
    background-color: #e3f7ff;
}

.table tbody tr.table-row-highlight-success {
    background-color: #d7f0d9;
}

.table tbody tr.table-row-highlight-warning {
    background-color: #ffefca;
}

.form-control.is-valid[readonly] {
    border-color: #d0d0d0;
    background-image: none;
    padding-right: 0.5rem;
}

.dt-search {
    margin-bottom: 0.5em;
}

    .dt-search > label {
        margin: 0px;
    }

.dt-length > label {
    margin: 0px;
}

.dt-paging {
    padding-bottom: 0.25em;
}

.dt-info {
    padding-top: 0px !important;
}

.callout {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.callout-danger {
    background-color: #ffe8e3;
    border-color: #b30518;
}

.callout-info {
    background-color: #e3f7ff;
    border-color: #0077a7;
}

.callout-success {
    background-color: #d7f0d9;
    border-color: #158655;
}

.callout-warning {
    background-color: #ffefca;
    border-color: #e5a610;
}

.exportbutton-top {
    padding-right: 2rem;
    margin-bottom: 1rem;
}

.exportbutton-bottom {
    padding-right: 2rem;
    margin-top: 0.5rem;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.highlight-danger {
    background-color: #ffe8e3 !important;
}

.highlight-info {
    background-color: #e3f7ff !important;
}

.highlight-success {
    background-color: #d7f0d9 !important;
}

.highlight-warning {
    background-color: #ffefca !important;
}

.overflow-auto {
    overflow: auto;
}

.mb-0_25 {
    margin-bottom: 0.25rem !important;
}

.pre-wrap {
    white-space: pre-wrap;
}

.no-bullets, .no-bullets li {
    list-style-type: none;
}

#loadingModal {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.8);
}

.btn-locator {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
    width: 250px;
}

.btn-primary {
    color: #ffffff !important;
    background-color: #277c78 !important;
    border-color: #277c78 !important;
    border-radius: 0.125rem !important;
}

.btn-outline-primary:hover {
    color: #277c78 !important;
}

.btn-transparent {
    background-color: transparent !important;
}

    .btn-transparent:hover {
        background-color: #e3e3e3 !important;
    }

/* difs-panel Styles */
.difs-panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    width: 100%;
    max-width: 100%;
}

    .difs-panel > .list-group,
    .difs-panel > .difs-panel-collapse > .list-group {
        margin-bottom: 0;
    }

        .difs-panel > .list-group .list-group-item,
        .difs-panel > .difs-panel-collapse > .list-group .list-group-item {
            border-width: 1px 0;
            border-radius: 0;
        }

        .difs-panel > .list-group:first-child .list-group-item:first-child,
        .difs-panel > .difs-panel-collapse > .list-group:first-child .list-group-item:first-child {
            border-top: 0;
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

        .difs-panel > .list-group:last-child .list-group-item:last-child,
        .difs-panel > .difs-panel-collapse > .list-group:last-child .list-group-item:last-child {
            border-bottom: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

    .difs-panel > .difs-panel-heading + .difs-panel-collapse > .list-group .list-group-item:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .difs-panel > .table,
    .difs-panel > .table-responsive > .table,
    .difs-panel > .difs-panel-collapse > .table {
        margin-bottom: 0;
    }

        .difs-panel > .table caption,
        .difs-panel > .table-responsive > .table caption,
        .difs-panel > .difs-panel-collapse > .table caption {
            padding-left: 15px;
            padding-right: 15px;
        }

        .difs-panel > .table:first-child,
        .difs-panel > .table-responsive:first-child > .table:first-child {
            border-top-right-radius: 3px;
            border-top-left-radius: 3px;
        }

            .difs-panel > .table:first-child > thead:first-child > tr:first-child,
            .difs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
            .difs-panel > .table:first-child > tbody:first-child > tr:first-child,
            .difs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

                .difs-panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
                .difs-panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
                .difs-panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
                .difs-panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                    border-top-left-radius: 3px;
                }

                .difs-panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
                .difs-panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
                .difs-panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
                .difs-panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
                .difs-panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                    border-top-right-radius: 3px;
                }

        .difs-panel > .table:last-child,
        .difs-panel > .table-responsive:last-child > .table:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .difs-panel > .table:last-child > tbody:last-child > tr:last-child,
            .difs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
            .difs-panel > .table:last-child > tfoot:last-child > tr:last-child,
            .difs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
                border-bottom-left-radius: 3px;
                border-bottom-right-radius: 3px;
            }

                .difs-panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
                .difs-panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
                .difs-panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
                .difs-panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                    border-bottom-left-radius: 3px;
                }

                .difs-panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
                .difs-panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
                .difs-panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
                .difs-panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
                .difs-panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                    border-bottom-right-radius: 3px;
                }

        .difs-panel > .difs-panel-body + .table,
        .difs-panel > .difs-panel-body + .table-responsive,
        .difs-panel > .table + .difs-panel-body,
        .difs-panel > .table-responsive + .difs-panel-body {
            border-top: 1px solid #e3e3e3;
        }

        .difs-panel > .table > tbody:first-child > tr:first-child th,
        .difs-panel > .table > tbody:first-child > tr:first-child td {
            border-top: 0;
        }

    .difs-panel > .table-bordered,
    .difs-panel > .table-responsive > .table-bordered {
        border: 0;
    }

        .difs-panel > .table-bordered > thead > tr > th:first-child,
        .difs-panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
        .difs-panel > .table-bordered > tbody > tr > th:first-child,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .difs-panel > .table-bordered > tfoot > tr > th:first-child,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .difs-panel > .table-bordered > thead > tr > td:first-child,
        .difs-panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
        .difs-panel > .table-bordered > tbody > tr > td:first-child,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .difs-panel > .table-bordered > tfoot > tr > td:first-child,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .difs-panel > .table-bordered > thead > tr > th:last-child,
        .difs-panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
        .difs-panel > .table-bordered > tbody > tr > th:last-child,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .difs-panel > .table-bordered > tfoot > tr > th:last-child,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .difs-panel > .table-bordered > thead > tr > td:last-child,
        .difs-panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
        .difs-panel > .table-bordered > tbody > tr > td:last-child,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .difs-panel > .table-bordered > tfoot > tr > td:last-child,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .difs-panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
        .difs-panel > .table-bordered > tbody > tr:first-child > td,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
        .difs-panel > .table-bordered > thead > tr:first-child > th,
        .difs-panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
        .difs-panel > .table-bordered > tbody > tr:first-child > th,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
            border-bottom: 0;
        }

        .difs-panel > .table-bordered > tbody > tr:last-child > td,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .difs-panel > .table-bordered > tfoot > tr:last-child > td,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        .difs-panel > .table-bordered > tbody > tr:last-child > th,
        .difs-panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .difs-panel > .table-bordered > tfoot > tr:last-child > th,
        .difs-panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

    .difs-panel > .table-responsive {
        border: 0;
        margin-bottom: 0;
    }

.difs-panel-body {
    padding: 15px;
}

.difs-panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

    .difs-panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.difs-panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

    .difs-panel-title > a,
    .difs-panel-title > small,
    .difs-panel-title > .small,
    .difs-panel-title > .small > a,
    .difs-panel-title > .small > a {
        color: inherit;
    }

.difs-panel-footer {
    padding: 10px 15px;
    background-color: #eaeaea;
    border-top: 1px solid #e3e3e3;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.difs-panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .difs-panel-footer {
    border-top-width: 0;
}

.difs-panel-group {
    margin-bottom: 20px;
}

    .difs-panel-group .difs-panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

        .difs-panel-group .difs-panel + .difs-panel {
            margin-top: 5px;
        }

    .difs-panel-group .difs-panel-heading {
        border-bottom: 0;
    }

        .difs-panel-group .difs-panel-heading + .difs-panel-collapse > .difs-panel-body,
        .difs-panel-group .difs-panel-heading + .difs-panel-collapse > .list-group {
            border-top: 1px solid #e3e3e3;
        }

    .difs-panel-group .difs-panel-footer {
        border-top: 0;
    }

        .difs-panel-group .difs-panel-footer + .difs-panel-collapse .difs-panel-body {
            border-bottom: 1px solid #e3e3e3;
        }

.difs-panel-default {
    border-color: #e3e3e3;
}

    .difs-panel-default > .difs-panel-heading {
        color: #1d2528;
        background-color: #f7f7f7;
        border-color: #e3e3e3;
    }

        .difs-panel-default > .difs-panel-heading + .difs-panel-collapse > .difs-panel-body {
            border-top-color: #e3e3e3;
        }

        .difs-panel-default > .difs-panel-heading .badge {
            color: #f7f7f7;
            background-color: #1d2528;
        }

    .difs-panel-default > .difs-panel-footer + .difs-panel-collapse > .difs-panel-body {
        border-bottom-color: #e3e3e3;
    }

.difs-panel-primary {
    border-color: #277c78;
}

    .difs-panel-primary > .difs-panel-heading {
        color: #ffffff;
        background-color: #277c78;
        border-color: #277c78;
    }

        .difs-panel-primary > .difs-panel-heading + .difs-panel-collapse > .difs-panel-body {
            border-top-color: #277c78;
        }

        .difs-panel-primary > .difs-panel-heading .badge {
            color: #277c78;
            background-color: #ffffff;
        }

    .difs-panel-primary > .difs-panel-footer + .difs-panel-collapse > .difs-panel-body {
        border-bottom-color: #277c78;
    }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border: 1px solid #d0d0d0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

    .well .well-shadow {
        -webkit-box-shadow: 4px 4px 8px #d5d5d5;
        -moz-box-shadow: 4px 4px 8px #d5d5d5;
        box-shadow: 4px 4px 8px #d5d5d5;
    }

    .well .well-error {
        border: 3px solid #b30518;
    }

.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.collapse {
    height: 0px;
    display: none;
}