
.nav > li {
    position: relative;
    display: block;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}*/

.panel-default {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    border: 1px solid #afafaf;
    border-radius: 4px;
}

.panel-item > .panel-heading {
    color: #333;
    background-color: #959595;
    border-color: #ddd;
}

[data-bs-theme=dark] .panel-item > .panel-heading {
    background-color: #fff;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ddd;
    border-color: #ddd;
}

[data-bs-theme=dark] .panel-default > .panel-heading {
    color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    border-color: var(--bs-border-color);
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-attach-heading {
    max-width: 300px;
    padding: 0px 15px;
    border-color: #ddd;
    border-radius: 3px;
    color: #333;
    background-color: #c0c0c0;
}

[data-bs-theme=dark] .panel-attach-heading {
    color: #333;
    background-color: #aeb2b6;
}

.panel-body {
    padding: 15px;
}

.panel-attach-body {
    padding: 15px;
    max-width: 300px;
}

.pull-right {
    float: right !important;
}

#notifyError {
    display: none;
}

.field-validation-error {
    color: #721c24;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.invalid-feedback, .field-validation-error {
    display: block;
}

.editor-error {
    border: #dc3545 1px solid;
    box-shadow: 0px 0px 1px #dc3545;
}

.legend {
    margin-bottom: -70px;
    display: inline-block;
    border-collapse: collapse;
    border-spacing: 0px;
}
.modal .trumbowyg-box {
    min-height: auto !important;
}

#statusChangeLog{
    padding: 0px;
    border: 0px;
}

#statusChangeTable {
    width: 100%;
    text-align: center;
    color: var(--bs-body);
}

#ContentPicker_CaseTypeStatuses .content-picker-default__list li {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#ContentPicker_CaseTypeStatuses .content-picker-default__list li:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

@media only screen and (max-width: 1200px) {
    .modal .trumbowyg-box .trumbowyg-editor {
        min-height: 300px !important;
    }
}

@media only screen and (max-width: 1199px) {

    .modal .trumbowyg-box .trumbowyg-editor {
        min-height: 220px !important;
    }
}
@media only screen and (max-width: 1024px) {

    .modal .trumbowyg-box .trumbowyg-editor {
        min-height: 200px !important;
    }
}
@media only screen and (max-width: 991px) {

    .modal .trumbowyg-box .trumbowyg-editor {
        min-height: 120px !important;
    }
}


    @media only screen and (max-width: 600px) {
        .dropdownContentItems {
            width: 225px !important;
            padding-left: 15px;
        }

        .btnContentItems {
            width: 0px !important;
            padding-left: 15px;
        }

        .legend {
            margin-bottom: 0px;
        }
    }

    /* Absolute Center Spinner */
    .loadingWithText {
        /*display: none;*/
        position: fixed;
        z-index: 999;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        /* Transparent Overlay */
        .loadingWithText:before {
            content: '';
            display: block;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0,0,0,0.3);
        }

        /* :not(:required) hides these rules from IE9 and below */
        .loadingWithText:not(:required) {
            /* hide "loading..." text */
            font: 0/0 a;
            color: transparent;
            text-shadow: none;
            background-color: transparent;
            border: 0;
        }

            .loadingWithText:not(:required):after {
                content: '';
                display: block;
                font-size: 10px;
                width: 1em;
                height: 1em;
                margin-top: -0.5em;
                -webkit-animation: spinner 1500ms infinite linear;
                -moz-animation: spinner 1500ms infinite linear;
                -ms-animation: spinner 1500ms infinite linear;
                -o-animation: spinner 1500ms infinite linear;
                animation: spinner 1500ms infinite linear;
                border-radius: 0.5em;
                -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
                box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            }

html[data-bs-theme=dark] .loadingWithText:not(:required):after {
    box-shadow: rgba(147,141,141, 0.75) 1.5em 0 0 0, rgba(147,141,141, 0.75) 1.1em 1.1em 0 0, rgba(147,141,141, 0.75) 0 1.5em 0 0, rgba(147,141,141, 0.75) -1.1em 1.1em 0 0, rgba(147,141,141, 0.75) -1.5em 0 0 0, rgba(147,141,141, 0.75) -1.1em -1.1em 0 0, rgba(147,141,141, 0.75) 0 -1.5em 0 0, rgba(147,141,141, 0.75) 1.1em -1.1em 0 0;
}
                /* Animation */

                @-webkit-keyframes spinner {
                    0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .loading-text {
        position: fixed;
        top: calc(55% - 15px);
        left: calc(42% - 45px);
        text-align: center;
        font-size: 24px;
    }

    #spinnerDiv {
        display: none;
    }

    .layout-div {
        height: 100px;
        border: 1px solid;
        float: left;
        border: 1px solid;
        text-align: center;
        border-radius: 3px;
        padding-top: 33px;
    }

    .layout-row:hover {
        box-shadow: 0px 0px 6px #225ee6;
        cursor: default;
    }

    .layout-active {
        box-shadow: 0px 0px 6px #225ee6;
    }

    .widget-table {
        overflow: scroll;
    }

        .widget-table .table {
            text-align: center;
        }

    #reportrange {
        font-size: 0.89rem;
        min-width: 250px;
    }

    .widget-table .table th {
        border-top: none;
    }

    .errorMessagePublic {
        color: red;
        font-size: 12px;
        display: none;
    }

    #fileuploadPublic {
        display: none !important;
    }

    #publicAttachmentRemove {
        color: red;
        display: none;
        cursor: pointer;
    }

    .errorMessageAdmin {
        color: red;
        font-size: 12px;
        display: none;
    }

    #fileuploadAdmin {
        display: none !important;
    }

    #attachedFileuploadAdmin, #attachedFileuploadAdminNewCase {
        display: none !important;
    }

    #adminAttachmentRemove {
        color: red;
        display: none;
        cursor: pointer;
    }

    .trumbowyg-box, .trumbowyg-editor {
        margin: 0px !important;
    }
    /* Absolute Center Spinner */
    .loading {
        position: fixed;
        z-index: 10998;
        height: 2em;
        width: 2em;
        overflow: visible;
        margin: auto;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .widgetListDownload {
        height: auto !important;
        overflow: auto !important;
    }
    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

    /* Animation */

    @-webkit-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-moz-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @-o-keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    @keyframes spinner {
        0% {
            -webkit-transform: rotate(0deg);
            -moz-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            -o-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg);
        }
    }

    .dataTables_filter {
        margin-right: 10px;
    }

    .refresh-case {
        cursor: pointer;
        float: right;
        position: relative;
        top: -31px;
        right: 5px;
        background: none;
        border: none;
        display: block;
    }

    .refresh-case-disable {
        cursor: not-allowed;
        pointer-events: none;
        display: none;
    }

    [data-bs-theme=dark] div#widgetDivID {
        background: #242728;
    }

    [data-bs-theme=light] div#widgetDivID {
        background-color: rgba(255, 255, 255, 1);
    }

    /*.collapse-icon svg {
        margin-top: 1.1rem !important;
    }*/

.esri-popup__header {
    position: relative;
    font-size: 12px !important;
    align-items: flex-start;
    justify-content: space-between;
    display: flex !important;
    flex: 0 0 auto;
}

.esri-popup__header-title {
    font-size: 14px !important;
    margin-top: 6px !important;
}

.esri-popup__navigation {
    display: flex !important
}

.st-otherTeamMemberInputDropdown {
    position: absolute;
    z-index: 1;
    top: 125%;
    width: 100%;
    color: #000;
    background-color: #fff;
    border: 1px solid #c5c5c5;
}

    .st-otherTeamMemberInputDropdown a {
        display: inline-block;
        z-index: 1;
        cursor: pointer;
        padding: 0 0.5rem;
        display: inline-block;
        width: 100%;
        position: inherit;
    }

    .st-otherTeamMemberInputDropdown div {
        cursor: pointer;
        padding: 0 0.5rem;
        display: inline-block;
        width: 100%;
        background: #fff;
    }

.st-otherTeamMemberInput {
    position: relative;
    width: -webkit-fill-available;
    width: moz-available;
}

.st-otherTeamMemberDiv {
    width: 100%;
    display: inline-block;
    height: 24px;
}

#fileUploadAdminNotesInspection {
    display: none !important;
}

#headerRelatedCases {
    font-size: 15px;
    margin-right: 10px;
    margin-top: 5px;
}

#progressStatus-container a:before {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid var(--bs-body-bg);
    position: absolute;
    left: 0;
    top: 0;
}

#progressStatus-container a:after {
    content: "";
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 10px solid var(--bs-body-bg);
    position: absolute;
    right: -0.59rem;
    top: 0;
    z-index: 1;
}

[data-bs-theme=dark] .pac-container {
    background-color: #22262A !important;
    color: #8f8f8f;
}

[data-bs-theme=dark] .pac-item {
    border-top: 1px solid #495057;
}

    [data-bs-theme=dark] .pac-item:hover {
        background-color: #42464A;
        color: #8e8e8e;
    }

        [data-bs-theme=dark] .pac-item:hover .pac-item-query {
            color: #fff;
        }

[data-bs-theme=dark] .pac-item-query {
    color: #dee2e6;
}

.detailsHeader {
    border: 1px solid var(--bs-border-color);
    padding: 15px;
}

.row.detailsHeader {
    align-items: center;
    margin: 0px !important;
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}

.bluebeamActiveSessionId-Container,
.bluebeamInactiveSessionId-Container {
    background: #aaa;
    border-radius: 5px;
    padding: 0 5px;
    font-size: 0.7rem;
    position: absolute;
    left: 0.3rem;
    bottom: 0.5rem;
    color: #000;
}

.bluebeamActiveSessionId-Container:hover {
    background: #666;
}

.bluebeamActiveImg, .bluebeamInactiveImg{
    width: 40px;
    margin: 5px 0 0 5px;
    cursor: default;
    border-radius: 3px;
}

.bluebeamActiveImg {
    cursor: pointer;
}
