/* /Pages/Administration/Agencies/AgencyMaintenance.razor.rz.scp.css */
.agencyUserDetailsWindow .k-window-content[b-x1hhwm71nj] {
    padding: 4px 4px 0 4px;
}
/* /Pages/Administration/Reports/SummaryReport/SummaryReport.razor.rz.scp.css */
.printdisplay[b-o7ovfxxjii] {
    display: none;
}

@media print {

    .webdisplay[b-o7ovfxxjii] {
        display: none;
    }

    .printdisplay[b-o7ovfxxjii] {
        display: block;
    }

    .webprintdisplay[b-o7ovfxxjii] {
        display: block;
    }

    .printhead[b-o7ovfxxjii] {
        top: 0;
        float: right;
    }

    .img-fluid[b-o7ovfxxjii] {
        width: 50%;
        height: auto;
    }
}
/* /Pages/Administration/Users/UserMaintenance.razor.rz.scp.css */

/* /Pages/AdminSupport/ImportCrash/ImportCrash.razor.rz.scp.css */
.import-textarea[b-sk2t49r1vv] {
    height: 550px;
}
/* /Pages/CitationWizard/CitationWizard.razor.rz.scp.css */
body[b-bg7kz6fzni] {
}

.citation-wizard-wrapper[b-bg7kz6fzni] {
    display: grid;
    grid-template-columns: minmax(250px, min-content) auto;
}

.violation-selection[b-bg7kz6fzni] {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}

label[b-bg7kz6fzni] {
    margin-right: 5px;
}

.button-container[b-bg7kz6fzni] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}
/* /Pages/CitationWizard/Steps/Location.razor.rz.scp.css */
.location-detail-pane[b-xpvesyo1p1] {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    margin: 0px;
}

.title[b-xpvesyo1p1] {
    font-weight: bold;
    margin-bottom: 10px;
}

.location-box[b-xpvesyo1p1] {
    border-top: none;
    background-color: #eee;
    padding: 10px;
}

.label[b-xpvesyo1p1] {
    font-weight: bold;
    display: inline-block;
    width: 80px;
    text-align: left;
    padding-right: 5px;
    line-height: 1.5;
    white-space: nowrap;
}

.value[b-xpvesyo1p1] {
    font-weight: normal;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.location-text[b-xpvesyo1p1] {
    display: inline-block;
    line-height: 1.5;
    white-space: normal;
}
/* /Pages/CrashWizard/Components/EndorsementComponent.razor.rz.scp.css */
[b-pggvq6gokh] .remove-endorsement-button {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Pages/CrashWizard/Components/RestrictionComponent.razor.rz.scp.css */
[b-wk0giynqm5] .remove-restriction-button {
    display: flex;
    justify-content: center;
    align-items: center;   
}
/* /Pages/CrashWizard/CrashWizard.razor.rz.scp.css */
.crash-wizard-wrapper[b-mf9m06m8cz] {
    display: grid;
    grid-template-columns: minmax(250px, min-content) auto;
}

.scrollDiv[b-mf9m06m8cz] {
    max-height: calc(100vh - 220px);
    overflow: auto;
}



.btn-outline-reject[b-mf9m06m8cz] {
    color: red;
    border-color: red;
}

    .btn-outline-reject:hover[b-mf9m06m8cz] {
        color: #fff;
        background-color: red;
        border-color: red;
    }

.btn-outline-reject:focus[b-mf9m06m8cz], .btn-outline-reject.focus[b-mf9m06m8cz] {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-reject.disabled[b-mf9m06m8cz], .btn-outline-reject:disabled[b-mf9m06m8cz] {
    color: red;
    background-color: transparent;
}

.btn-outline-reject:not(:disabled):not(.disabled):active[b-mf9m06m8cz], .btn-outline-reject:not(:disabled):not(.disabled).active[b-mf9m06m8cz],
.show > .btn-outline-reject.dropdown-toggle[b-mf9m06m8cz] {
    color: #fff;
    background-color: red;
    border-color: red;
}

    .btn-outline-reject:not(:disabled):not(.disabled):active:focus[b-mf9m06m8cz], .btn-outline-reject:not(:disabled):not(.disabled).active:focus[b-mf9m06m8cz],
    .show > .btn-outline-reject.dropdown-toggle:focus[b-mf9m06m8cz] {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

.btn-outline-approve[b-mf9m06m8cz] {
    color: green;
    border-color: green;
}

    .btn-outline-approve:hover[b-mf9m06m8cz] {
        color: #fff;
        background-color: green;
        border-color: green;
    }

.btn-outline-approve:focus[b-mf9m06m8cz], .btn-outline-approve.focus[b-mf9m06m8cz] {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-approve.disabled[b-mf9m06m8cz], .btn-outline-approve:disabled[b-mf9m06m8cz] {
    color: green;
    background-color: transparent;
}

.btn-outline-approve:not(:disabled):not(.disabled):active[b-mf9m06m8cz], .btn-outline-approve:not(:disabled):not(.disabled).active[b-mf9m06m8cz],
.show > .btn-outline-approve.dropdown-toggle[b-mf9m06m8cz] {
    color: #fff;
    background-color: green;
    border-color: green;
}

    .btn-outline-approve:not(:disabled):not(.disabled):active:focus[b-mf9m06m8cz], .btn-outline-approve:not(:disabled):not(.disabled).active:focus[b-mf9m06m8cz],
    .show > .btn-outline-approve.dropdown-toggle:focus[b-mf9m06m8cz] {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

/* /Pages/CrashWizard/Steps/Details.razor.rz.scp.css */
.date-picker-with-button[b-3g8s7yht01] {
    grid-gap: 2px;
    justify-items: flex-start;
}

.grid-center-left[b-3g8s7yht01] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.property-damage-display[b-3g8s7yht01] {
    border: solid 1px #ccc;
    border-radius: 4px;
}

#WorkersPresentLookupId[b-3g8s7yht01]{
    width:auto;
}

.icon[b-3g8s7yht01] {
    cursor: pointer;
    pointer-events: auto;
}

@media (max-width: 1600px) {
    .dropdown[b-3g8s7yht01] {
        max-width: 55%;
        flex: 0 0 55%;
    }
}

@media (max-width: 1450px) {
    .crash-select[b-3g8s7yht01] {
        max-width: 55%;
        flex: 0 0 55%;
        margin-bottom: 0.5rem !important;
    }
}
/* /Pages/CrashWizard/Steps/GeneralInformation.razor.rz.scp.css */
@media (max-width: 1610px) {
    .case-number[b-jsypktj54n] {
        max-width: 50%;
        flex:0 0 50%;
        padding-left: 15px !important;
    }
}

@media (max-width: 1610px) {
    .general-info[b-jsypktj54n] {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

@media (min-width: 1611px) {
    .general-info[b-jsypktj54n] {        
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}
/* /Pages/CrashWizard/Steps/Location.razor.rz.scp.css */
.location-detail-pane[b-x5tsq42sem] {
    border: solid 1px #ccc;
    padding: 10px;
    height: 100%;   
}

.location-detail-data[b-x5tsq42sem] {
    display: grid;
    grid-gap: 10px;
}

.title[b-x5tsq42sem] {
    font-weight: bold;
    padding-bottom:5px;
}

.location-detail[b-x5tsq42sem] {
    margin-top: 1rem;
}

@media (max-width: 1550px) {
    .location-detail[b-x5tsq42sem] {
        max-width: 100%;
        flex: 0 0 100%;
        margin-top: 1rem !important;
    }
}
/* /Pages/CrashWizard/Steps/Narrative.razor.rz.scp.css */
.browse[b-itnu2u8szj] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    .browse:hover[b-itnu2u8szj] {
        color: #0056b3;
        text-decoration: underline;
    }

.drop-zone-hover[b-itnu2u8szj] {
    background-color: lightgray;
}

.notlistening[b-itnu2u8szj] {
    /* color: #6c757d;
    border-color: #6c757d;
}

    .notlistening:hover {
        color: white;
        background-color: #6c757d;
        border-color: #6c757d; */
}

.listening[b-itnu2u8szj] {
    color: white;
    border-color: red;
    background-color: red;
    animation: oscillate 3s;
    -moz-animation: oscillate 3s infinite;
    -webkit-animation: oscillate 3s infinite;
}

@-moz-keyframes oscillate /* Firefox */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

@-webkit-keyframes oscillate /* Safari and Chrome */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

.attachments-container[b-itnu2u8szj] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 10px;
    grid-row-gap: 10px;
    min-height: 200px;
    border: 1px solid lightgrey;
}

.attachment-container[b-itnu2u8szj] {
    display: grid;
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    grid-template-rows: max-content max-content max-content max-content;
    align-content: space-between;
}

.attachment-header-container[b-itnu2u8szj] {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    border-bottom: solid 1px #ccc;
    align-content: center;
    padding-bottom: 10px;
}

.attachment-header-name[b-itnu2u8szj] {
}

.attachment-header-icons[b-itnu2u8szj] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
}

.attachment-content-container[b-itnu2u8szj] {
    justify-items: center;
    display: grid;
    align-content: center;
    justify-self: stretch;
    padding: 30px 10px;
    height: 200px;
}

.attachment-content[b-itnu2u8szj] {
}

.attachment-footer-container[b-itnu2u8szj] {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

.attachment-footer[b-itnu2u8szj] {
}

.attachment-validation-message[b-itnu2u8szj] {
    color: var(--error-color);
    font-size: smaller;
}

.attachment-file-action[b-itnu2u8szj]{
    cursor: pointer;
}

.audio[b-itnu2u8szj] {
}

.video[b-itnu2u8szj] {
    width: 100%;
    height: 100%;
}

.img[b-itnu2u8szj] {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.attachment-header-icon[b-itnu2u8szj] {
    font-size: 1.3em;
}

.online-only-container[b-itnu2u8szj] {
    text-align: right;
    padding-bottom: 10px;
}

.online-only-icon[b-itnu2u8szj] {
    font-size: 1.5em;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/UnitPedalcyclist.razor.rz.scp.css */
.grid-center-left[b-tbsf367p6i] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.grid-item-display[b-tbsf367p6i] {
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/UnitPedestrian.razor.rz.scp.css */
.grid-center-left[b-o522thgfvz] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.grid-item-display[b-o522thgfvz] {
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/UnitSummary.razor.rz.scp.css */
.unit-actions[b-vdf951rc0d] {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto auto;
    justify-content: stretch;
}

.unit-stat-list[b-vdf951rc0d] {
    display: grid;
    grid-auto-flow: column;
}

@media only screen and (min-width: 1600px) {
    .unit-stat-list[b-vdf951rc0d] {
        grid-template-columns: repeat(5, max-content);
        justify-content: space-evenly;
    }
}

.unit-stat[b-vdf951rc0d] {
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
}

.unit-stat-label[b-vdf951rc0d] {
    font-weight: normal;
}

.unit-stat-value[b-vdf951rc0d] {
    font-weight: bold;
}
/* /Pages/CrashWizard/Steps/UnitVehicle.razor.rz.scp.css */
/* /Pages/CrashWizard/Steps/UnitVehicleCmv.razor.rz.scp.css */
.grid-center-left[b-fc60c1vi83] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.hazmat-display[b-fc60c1vi83] {
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/UnitVehicleDriver.razor.rz.scp.css */
.grid-center-left[b-c080s0rzyy] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.grid-item-display[b-c080s0rzyy] {
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/UnitVehicleOwner.razor.rz.scp.css */
/* /Pages/CrashWizard/Steps/UnitVehiclePassenger.razor.rz.scp.css */
.grid-item-display[b-awuga2thnw] {
    border: solid 1px #ccc;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/Witness.razor.rz.scp.css */
.browse[b-zzdg3z1m32] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.browse:hover[b-zzdg3z1m32] {
    color: #0056b3;
    text-decoration: underline;
}

.drop-zone-hover[b-zzdg3z1m32] {
    background-color: lightgray;
}


.grid-center-left[b-zzdg3z1m32] {
    display: grid;
    justify-items: flex-start;
    align-items: center;
}

.grid-item-display[b-zzdg3z1m32] {
    border: solid 1px #ccc;
    border-radius: 4px;
}

.witness-detail[b-zzdg3z1m32] {
    margin-top: 1rem;
}

.attachment-file-action[b-zzdg3z1m32] {
    cursor: pointer;
}

@media (max-width: 1700px) {
    .witness-detail[b-zzdg3z1m32] {
        max-width: 50%;
        margin-top: 1rem;
    }
}

@media (max-width: 1200px) {
    .witness-detail[b-zzdg3z1m32] {
        max-width: 85%;
        flex: 0 0 85%;
        margin-top: 1rem;
    }
}

@-moz-keyframes oscillate /* Firefox */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

@-webkit-keyframes oscillate /* Safari and Chrome */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

.attachments-container[b-zzdg3z1m32] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 10px;
    grid-row-gap: 10px;
    min-height: 200px;
    border: 1px solid lightgrey;
}

.attachment-container[b-zzdg3z1m32] {
    display: grid;
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    grid-template-rows: max-content max-content max-content max-content;
    align-content: space-between;
}

.attachment-header-container[b-zzdg3z1m32] {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    border-bottom: solid 1px #ccc;
    align-content: center;
    padding-bottom: 10px;
}

.attachment-header-name[b-zzdg3z1m32] {
}

.attachment-header-icons[b-zzdg3z1m32] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
}

.attachment-content-container[b-zzdg3z1m32] {
    justify-items: center;
    display: grid;
    align-content: center;
    justify-self: stretch;
    padding: 30px 10px;
    height: 200px;
}

.attachment-content[b-zzdg3z1m32] {
}

.attachment-footer-container[b-zzdg3z1m32] {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

.attachment-footer[b-zzdg3z1m32] {
}

.attachment-validation-message[b-zzdg3z1m32] {
    color: var(--error-color);
    font-size: smaller;
}

.audio[b-zzdg3z1m32] {
}

.video[b-zzdg3z1m32] {
    width: 100%;
    height: 100%;
}

.img[b-zzdg3z1m32] {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.attachment-header-icon[b-zzdg3z1m32] {
    font-size: 1.3em;
}

.online-only-container[b-zzdg3z1m32] {
    text-align: right;
    padding-bottom: 10px;
}

.online-only-icon[b-zzdg3z1m32] {
    font-size: 1.5em;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
}
/* /Pages/CrashWizard/Steps/WizardValidationSummary.razor.rz.scp.css */

.validation-field[b-qut05dvtmi] {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.warning[b-qut05dvtmi] {
    color: var(--warning-color);
    font-size: 1.2em;
}

.error[b-qut05dvtmi] {
    color: var(--error-color);
    font-size: 1.2em;
}
/* /Pages/Dashboard/CitationEfficiency.razor.rz.scp.css */
.printdisplay[b-te317vbavy] {
    display: none;
}

@media print {

    .webdisplay[b-te317vbavy]{
        display: none;
    }
    .printdisplay[b-te317vbavy]{
        display: block;
    }
    .printhead[b-te317vbavy]{
        top:0;
        float:right;
    }
    .img-fluid[b-te317vbavy]{
        width: 50%;
        height: auto;
    }
}
/* /Pages/Dashboard/CrashDashboard.razor.rz.scp.css */
.printdisplay[b-7wcck1yxaa] {
    display: none;
}

@media print {

    .webdisplay[b-7wcck1yxaa]{
        display: none;
    }
    .printdisplay[b-7wcck1yxaa]{
        display: block;
    }
    .printhead[b-7wcck1yxaa]{
        top:0;
        float:right;
    }
    .img-fluid[b-7wcck1yxaa]{
        width: 50%;
        height: auto;
    }

    .skybluebox[b-7wcck1yxaa] {
        height: 10px;
        width: 10px;
        border: 10px solid skyblue;
    }

    .redbox[b-7wcck1yxaa] {
        height: 10px;
        width: 10px;
        border: 10px solid red;
    }

    .greenbox[b-7wcck1yxaa] {
        height: 10px;
        width: 10px;
        border: 10px solid green;
    }

    .yellowbox[b-7wcck1yxaa] {
        height: 10px;
        width: 10px;
        border: 10px solid yellow;
    }
}
/* /Pages/Dashboard/CrashEfficiency.razor.rz.scp.css */
.printdisplay[b-ekgzy7w9nf] {
    display: none;
}

@media print {

    .webdisplay[b-ekgzy7w9nf]{
        display: none;
    }
    .printdisplay[b-ekgzy7w9nf]{
        display: block;
    }
    .printhead[b-ekgzy7w9nf]{
        top:0;
        float:right;
    }
    .img-fluid[b-ekgzy7w9nf]{
        width: 50%;
        height: auto;
    }

    .skybluebox[b-ekgzy7w9nf] {
        height: 10px;
        width: 10px;
        border: 10px solid skyblue;
    }

    .redbox[b-ekgzy7w9nf] {
        height: 10px;
        width: 10px;
        border: 10px solid red;
    }

    .greenbox[b-ekgzy7w9nf] {
        height: 10px;
        width: 10px;
        border: 10px solid green;
    }

    .yellowbox[b-ekgzy7w9nf] {
        height: 10px;
        width: 10px;
        border: 10px solid yellow;
    }
}
/* /Pages/Dashboard/Health.razor.rz.scp.css */
.text-with-button[b-7jsg67jdtl] {
    display: grid;
    grid-template-columns: auto min-content;
    grid-gap: 5px;
    align-items: center;
    justify-items: center;
    justify-content: space-between;
}

.nowrap-span[b-7jsg67jdtl] {
    white-space: nowrap !important;
    text-overflow: ellipsis;
    width: 325px;
    overflow: hidden;
}

.modal-detail[b-7jsg67jdtl] {
    height: 600px;
    overflow: scroll;
    min-width: 700px;
}
/* /Pages/Help/Help.razor.rz.scp.css */
pre[b-0x8gg920ve] {
    border: 1px solid #e6e6e6;
    line-height: 1.5;
    display: block;
    padding: 1rem;
    white-space: pre;
    background-color: #f2f2f2;
}
    code[b-0x8gg920ve] { font-family: Consolas; }
    .code-heading[b-0x8gg920ve] {
        background-color: #e6e6e6;
        border: 1px solid #e6e6e6;
        color: #3c3c3c;
        display: flex;
        flex-direction: row;
        margin-top: 1rem;
        margin-bottom: 0;
        padding: 0.5rem;
    }
section[b-0x8gg920ve] { margin: 3rem 0; }
.anchor-link-scroll[b-0x8gg920ve] {  margin: 1rem 0; }

/* #region | Table of Contents Anchor Scroll */
.help-toc[b-0x8gg920ve] { position:sticky; top:4rem; height:calc(100vh -4rem); overflow-y:auto; }
    .help-toc nav[b-0x8gg920ve] { padding-left:0; border-left:1px solid #eee; }
        .help-toc nav ul[b-0x8gg920ve] { padding-left:0; list-style-type:none; }
            .help-toc nav li[b-0x8gg920ve] { display:block; }
                .help-toc nav li a[b-0x8gg920ve] { display:block; padding:0.125rem 1.5rem; color:#77757a; }
                .help-toc nav ul ul[b-0x8gg920ve] { padding-left:1rem; }
/* #endregion */

/* #region | Bootstrap Overwrites*/

.card-header h2[b-0x8gg920ve],
.card-header button.btn[b-0x8gg920ve] {
    color: #fff !important;
}
.card-img-top[b-0x8gg920ve] {
    width: 100%;
    height: 10vw;
    object-fit: cover;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
/* #endregion */

.btn-faq[b-0x8gg920ve] {
    display: grid;
    grid-template-columns: auto min-content;
    align-items: center;
}
/* /Pages/Inbox/Inbox.razor.rz.scp.css */
[b-rmo1niy7fs] .btn-hand-deliver{
    margin-left: 8px;
    margin-right: 8px;
}

[b-rmo1niy7fs] .status-undeliverable{
    color: red;
}
/* /Pages/Inbox/Steps/Narrative.razor.rz.scp.css */
.browse[b-3s16bhzqus] {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    .browse:hover[b-3s16bhzqus] {
        color: #0056b3;
        text-decoration: underline;
    }

.drop-zone-hover[b-3s16bhzqus] {
    background-color: lightgray;
}

.notlistening[b-3s16bhzqus] {
    /* color: #6c757d;
    border-color: #6c757d;
}

    .notlistening:hover {
        color: white;
        background-color: #6c757d;
        border-color: #6c757d; */
}

.listening[b-3s16bhzqus] {
    color: white;
    border-color: red;
    background-color: red;
    animation: oscillate 3s;
    -moz-animation: oscillate 3s infinite;
    -webkit-animation: oscillate 3s infinite;
}

@-moz-keyframes oscillate /* Firefox */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

@-webkit-keyframes oscillate /* Safari and Chrome */ {
    0% {
        opacity: 100%;
        background: red;
    }

    50% {
        opacity: 70%;
        background: salmon;
    }

    100% {
        opacity: 100%;
        background: red;
    }
}

.attachments-container[b-3s16bhzqus] {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 10px;
    grid-row-gap: 10px;
    min-height: 200px;
    border: 1px solid lightgrey;
}

.attachment-container[b-3s16bhzqus] {
    display: grid;
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    grid-template-rows: max-content max-content max-content max-content;
    align-content: space-between;
}

.attachment-header-container[b-3s16bhzqus] {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    border-bottom: solid 1px #ccc;
    align-content: center;
    padding-bottom: 10px;
}

.attachment-header-name[b-3s16bhzqus] {
}

.attachment-header-icons[b-3s16bhzqus] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
}

.attachment-content-container[b-3s16bhzqus] {
    justify-items: center;
    display: grid;
    align-content: center;
    justify-self: stretch;
    padding: 30px 10px;
    height: 200px;
}

.attachment-content[b-3s16bhzqus] {
}

.attachment-footer-container[b-3s16bhzqus] {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

.attachment-footer[b-3s16bhzqus] {
}

.attachment-validation-message[b-3s16bhzqus] {
    color: var(--error-color);
    font-size: smaller;
}

.audio[b-3s16bhzqus] {
}

.video[b-3s16bhzqus] {
    width: 100%;
    height: 100%;
}

.img[b-3s16bhzqus] {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.attachment-header-icon[b-3s16bhzqus] {
    font-size: 1.3em;
}

.online-only-container[b-3s16bhzqus] {
    text-align: right;
    padding-bottom: 10px;
}

.online-only-icon[b-3s16bhzqus] {
    font-size: 1.5em;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
}
/* /Pages/MyActivity/SimpleSearch.razor.rz.scp.css */
.card-header[b-tnpnxqizfz] {
    color: white;
}

.card-header[b-tnpnxqizfz] {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 50px;
}

i[b-tnpnxqizfz] {
    vertical-align: middle;
}

.panel-toolbar[b-tnpnxqizfz] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: white;
    min-height: 45px;
    padding-top: 10px;
}

.panel-header-toolbar-button[b-tnpnxqizfz] {
    color: white;
    color: #FFFFFF;
    display: inline-block;
    transition: .5s;
    padding: 5px !important;
}

    .panel-header-toolbar-button:hover[b-tnpnxqizfz] {
        color: #3481a3;
    }

.view-options[b-tnpnxqizfz] {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 140px;
    grid-gap: 10px;
    align-items: center;
}

.panel-footer[b-tnpnxqizfz] {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    height: 55px;
}

.panel-content[b-tnpnxqizfz] {
    font-size: 10px;
}

.heatMapResults[b-tnpnxqizfz] {
    padding: 0;
    margin: 0;
    height: 800px;
    width: 100%;
}

@media (min-width: 1400px) {
    .crash-detail[b-tnpnxqizfz] {
        flex: 0 0 25%;
        max-width: 25%;
    }
}
/* /Pages/VendorTools/SubmitJsonTest.razor.rz.scp.css */

.iframe-wrapper[b-4exb329bc1] {
    display: grid;
    grid-auto-flow: column;
    height: calc(100vh - 150px);
}

.iframe[b-4exb329bc1] {
    height: 100%;
    width: 100%;
    border: solid 1px #ccc;
}


/* /Shared/Components/AnchorLinkNavigation.razor.rz.scp.css */
.anchor-link-scroll[b-gg10lx95xb] {
    scroll-margin-top: 5rem;
    padding:1rem;
}
/* /Shared/Components/CpiRequestComponent.razor.rz.scp.css */
[b-kxv4akzl6k] .copy-btn-success {
    background-color: green;
    color: white;    
}
/* /Shared/Components/EasyStreetDraw.razor.rz.scp.css */


[b-qpcvjfgncb] .attachments-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    grid-gap: 10px;
    grid-row-gap: 10px;
    min-height: 200px;
    border: 1px solid lightgrey;
}

[b-qpcvjfgncb] .attachment-container {
    display: grid;
    width: 100%;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    grid-template-rows: max-content max-content max-content max-content;
    align-content: space-between;
}

[b-qpcvjfgncb] .attachment-header-container {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    border-bottom: solid 1px #ccc;
    align-content: center;
    padding-bottom: 10px;
}

[b-qpcvjfgncb] .attachment-header-name {
}

[b-qpcvjfgncb] .attachment-header-icons {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
}

[b-qpcvjfgncb] .attachment-content-container {
    justify-items: center;
    display: grid;
    align-content: center;
    justify-self: stretch;
    padding: 30px 10px;
    height: 200px;
}

[b-qpcvjfgncb] .attachment-content {
}

[b-qpcvjfgncb] .attachment-footer-container {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

[b-qpcvjfgncb] .attachment-footer {
}

[b-qpcvjfgncb] .attachment-validation-message {
    color: var(--error-color);
    font-size: smaller;
}

[b-qpcvjfgncb] .attachment-file-action {
    cursor: pointer;
}

[b-qpcvjfgncb] .audio {
}

[b-qpcvjfgncb] .video {
    width: 100%;
    height: 100%;
}

[b-qpcvjfgncb] .img {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

[b-qpcvjfgncb] .preview-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

[b-qpcvjfgncb] .attachment-header-icon {
    font-size: 1.3em;
}

[b-qpcvjfgncb] .online-only-container {
    text-align: right;
    padding-bottom: 10px;
}

[b-qpcvjfgncb] .online-only-icon {
    font-size: 1.5em;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
}

[b-qpcvjfgncb] .fa-square,
[b-qpcvjfgncb] .fa-check-square {
    position: relative;
    top: 2px;
}
/* /Shared/Components/ElectronUpdateChecker.razor.rz.scp.css */
.auto-updater-checker[b-lt46n7tj8p]
{
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto auto;
    grid-gap: 10px;
}
/* /Shared/Components/KeyboardShortcuts.razor.rz.scp.css */
/* /Shared/Components/NoResultsMessage.razor.rz.scp.css */
.messageContainer[b-bfwpoc4j16] {
    display: grid;
    grid-template-columns: min-content auto;
    grid-gap: 5px;
    margin: 10px;
    align-items: center;
}

.message[b-bfwpoc4j16]
{
    padding-bottom: 0px;
    margin-bottom: 0px;
}
/* /Shared/Components/PageValidationSummary.razor.rz.scp.css */
.validation-summary-container[b-9lpdvwtpoh] {
    display: grid;
    justify-content: end;
    margin-bottom: 5px;
}

.validation-summary-container:hover[b-9lpdvwtpoh] {
    cursor:pointer;
}

.validation-summary[b-9lpdvwtpoh] {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    justify-content: end;    
    font-size: .9em;
}

.tooltip-summary[b-9lpdvwtpoh] {
    display: grid;
    grid-template-columns: max-content;
    border: solid 1px #333;
}

.summary[b-9lpdvwtpoh] {
    display: grid;
    grid-template-columns: min-content min-content;
    grid-gap: 4px;
    white-space: nowrap;
}

.tooltip-summary-message[b-9lpdvwtpoh] {
    display: grid;
    grid-template-columns: min-content min-content;
    grid-gap: 4px;
    white-space: nowrap;
    padding: 8px 10px;
    color: #000;
    border-bottom: solid 1px #555;
    align-items: center;
}

.tooltip-summary-message:last-of-type[b-9lpdvwtpoh] {
    border-bottom: none;
}

.tooltip-error[b-9lpdvwtpoh] {
    background-color: var(--error-bg-color);
    cursor: pointer;
}

.tooltip-error:hover[b-9lpdvwtpoh] {
    border: 2px solid var(--error-color);
}

.tooltip-warning[b-9lpdvwtpoh] {
    background-color: var(--warning-bg-color);
    cursor: pointer;
}

.tooltip-warning:hover[b-9lpdvwtpoh] {
    border: 2px solid var(--warning-color);
}

.summary:first-of-type[b-9lpdvwtpoh] {
    border-right: solid 1px #ccc;
    padding-right: 10px;
}

.warning[b-9lpdvwtpoh] {
    color: var(--warning-color);
    font-size: 1.7em;
}

.error[b-9lpdvwtpoh] {
    color: var(--error-color);
    font-size: 1.7em;
}
/* /Shared/Components/PcrPrintOptionsModal.razor.rz.scp.css */

.attachments-container[b-08uezlx3de] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);/*repeat(auto-fill, 350px);*/
    gap: 10px;
    min-height: 200px;
    border: 1px solid lightgrey;
}

.attachment-container[b-08uezlx3de] {
    display: grid;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    grid-template-rows: max-content max-content max-content max-content;
    align-content: space-between;
}

.attachment-header-container[b-08uezlx3de] {
    display: grid;
    grid-template-columns: auto max-content;
    align-items: center;
    border-bottom: solid 1px #ccc;
    align-content: center;
    padding-bottom: 10px;
}

.attachment-header-name[b-08uezlx3de] {
}

.attachment-header-icons[b-08uezlx3de] {
    display: grid;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    grid-gap: 10px;
}

.attachment-content-container[b-08uezlx3de] {
    justify-items: center;
    display: grid;
    align-content: center;
    justify-self: stretch;
    padding: 30px 10px;
    height: 200px;
}

.attachment-content[b-08uezlx3de] {
}

.attachment-footer-container[b-08uezlx3de] {
    border-top: solid 1px #ccc;
    padding-top: 10px;
}

.attachment-footer[b-08uezlx3de] {
}

.attachment-validation-message[b-08uezlx3de] {
    color: var(--error-color);
    font-size: smaller;
}

.attachment-file-action[b-08uezlx3de] {
    cursor: pointer;
}

.audio[b-08uezlx3de] {
}

.video[b-08uezlx3de] {
    width: 100%;
    height: 100%;
}

.img[b-08uezlx3de] {
    width: 100%;
    height: 200px;
    object-fit: scale-down;
}

.attachment-header-icon[b-08uezlx3de] {
    font-size: 1.3em;
}

.online-only-container[b-08uezlx3de] {
    text-align: right;
    padding-bottom: 10px;
}

.online-only-icon[b-08uezlx3de] {
    font-size: 1.5em;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 4px;
}
/* /Shared/Fields/CheckboxLabel.razor.rz.scp.css */
.k-floating-label-container[b-jehv5y4moc] {
    width: 100% !important;
}
/* /Shared/Fields/FieldLabel.razor.rz.scp.css */
.k-floating-label-container[b-emfxdsixef] {
    width: 100% !important;
    font-size: 10px;
}

.icon[b-emfxdsixef] {
    cursor: pointer;
    pointer-events: auto;
}
/* /Shared/Fields/FieldLabeledLabel.razor.rz.scp.css */
.k-floating-label-container[b-blexcjgn77] {
    width: 100% !important;
}
/* /Shared/Fields/LabeledLabel.razor.rz.scp.css */
.k-floating-label-container[b-hflg26d6ht] {
    width: 100% !important;
}
/* /Shared/Fields/YesNo.razor.rz.scp.css */
[b-2do92b4h14] .YesNoContainer {
    height: 2.1rem !important;
    max-height: 2.1rem !important;
    margin-bottom: 1px;
}

    [b-2do92b4h14] .YesNoContainer.validation-warning-message {
        border: 1px solid var(--warning-color);
        border-radius: 6px;
    }

    [b-2do92b4h14] .YesNoContainer.validation-error-message {
        border: 1px solid var(--error-color);
        border-radius: 6px;
    }

[b-2do92b4h14] .toggleButton {
    height: 1.93rem !important;
    max-height: 1.93rem !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/* /Shared/Fields/YesNoDropdown.razor.rz.scp.css */
.YesNoDropdown[b-oqiskem4vy] {
    max-width: 135px;
    width: 135px;
}

[b-oqiskem4vy] .YesNoDropdownContainer {
    
    margin-bottom: 1px;
}
    [b-oqiskem4vy] .YesNoDropdownContainer.validation-warning-message {
        border: 1px solid var(--warning-color);
        border-radius: 6px;
    }

    [b-oqiskem4vy] .YesNoDropdownContainer.validation-error-message {
        border: 1px solid var(--error-color);
        border-radius: 6px;
    }

[b-oqiskem4vy] .toggleButton {
    height: 1.93rem !important;
    max-height: 1.93rem !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
/* /Shared/Header.razor.rz.scp.css */
@-webkit-keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes swing-b-5lwdl237g2 {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes sonar-b-5lwdl237g2 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

.top-row[b-5lwdl237g2] {
    background-color: #1e2229;
    justify-content: flex-end;
    height: 56px;
    display: flex;
    align-items: center;
}

@media (max-width: 641px) {
    .top-row:not(.auth)[b-5lwdl237g2] {
        display: none;
    }

    .top-row.auth[b-5lwdl237g2] {
        justify-content: space-between;
    }

    .top-row a[b-5lwdl237g2], .top-row .btn-link[b-5lwdl237g2] {
        margin-left: 0;
    }
    .authhead[b-5lwdl237g2]{
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (min-width: 641px) {

    .top-row[b-5lwdl237g2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }
    .authhead[b-5lwdl237g2] {
        flex: 0 0 auto;
        width: 66.6666666667%;
    }
}
@media print {
    .top-row[b-5lwdl237g2] {
        display: none;
    }
}


.header-button[b-5lwdl237g2] {
    color: #a9a9a9;
}

    .header-button:hover[b-5lwdl237g2] {
        color: white;
    }

.toggleMenu[b-5lwdl237g2] {
  /*  transform: rotate(180deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;*/
    color: grey;
}
.toggleMenu.active[b-5lwdl237g2] {
    transform: rotate(180deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
    .toggleMenu:hover[b-5lwdl237g2] {
        color: white;
    }
.collapseMenu[b-5lwdl237g2] {
   /* transform: rotate(180deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;*/
    color: grey;
}
.collapseMenu:hover[b-5lwdl237g2] {
    color: white;
}
.collapseMenu.active[b-5lwdl237g2] {
    transform: rotate(180deg);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}
.collapseMenu-sm[b-5lwdl237g2]{
}

@media only screen and (max-width: 800px) {

    .collapseMenu-sm[b-5lwdl237g2] {
        display: none !important;
    }
    .prodenv[b-5lwdl237g2]{
        display: none !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r6s29ogyq9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-r6s29ogyq9] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/


@media (min-width: 641px) {
    .page[b-r6s29ogyq9] {
        flex-direction: row;
    }

    .sidebar[b-r6s29ogyq9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r6s29ogyq9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-r6s29ogyq9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
@-webkit-keyframes swing {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@keyframes swing-b-6h1atz5j64 {
    0%, 30%, 50%, 70%, 100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    10% {
        -webkit-transform: rotate(10deg);
        transform: rotate(10deg);
    }

    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}

@-webkit-keyframes sonar {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes sonar-b-6h1atz5j64 {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

@media screen and (max-width: 641px) {
    .sidebar-wrapper[b-6h1atz5j64] {
        width: 80px;
        left: -80px;
    }
    .sidebar-wrapper:hover[b-6h1atz5j64] {
        width: 280px;
        left: -280px;
    }
}

@media screen and (min-width: 641px) {
    .sidebar-wrapper[b-6h1atz5j64] {
        width: 280px;
        left: -280px;
    }
}

.sidebar-wrapper[b-6h1atz5j64] {
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    -webkit-transition: left .3s ease, width .3s ease;
    transition: left .3s ease, width .3s ease;
}

    .sidebar-wrapper ul[b-6h1atz5j64] {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .sidebar-wrapper a[b-6h1atz5j64] {
        text-decoration: none;
        -webkit-transition: color .3s ease;
        transition: color .3s ease;
    }

    .sidebar-wrapper .sidebar-item[b-6h1atz5j64] {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

    .sidebar-wrapper .sidebar-content[b-6h1atz5j64] {
        max-height: calc(100% - 176px);
        height: calc(100% - 176px);
        overflow-y: scroll;
        position: relative;
    }

    .pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-content[b-6h1atz5j64] {
        max-height: calc(100% - 96px);
        height: calc(100% - 96px);
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-content.desktop[b-6h1atz5j64] {
            overflow-y: hidden;
        }

    .sidebar-wrapper .badge[b-6h1atz5j64] {
        border-radius: 0;
    }

.sidebar-bg .sidebar-wrapper[b-6h1atz5j64] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

    .sidebar-bg .sidebar-wrapper[b-6h1atz5j64]:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.sidebar-wrapper .sidebar-brand[b-6h1atz5j64] {
    padding: 1rem 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
}

    .sidebar-wrapper .sidebar-brand > a[b-6h1atz5j64] {
        text-transform: uppercase;
        font-weight: bold;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

.sidebar-wrapper .sidebar-header[b-6h1atz5j64] {
    padding: 20px;
    overflow: hidden;
}

    .sidebar-wrapper .sidebar-header .user-pic[b-6h1atz5j64] {
        width: 60px;
        padding: 2px;
        margin-right: 15px;
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-pic img[b-6h1atz5j64] {
            -o-object-fit: cover;
            object-fit: cover;
            height: 100%;
            width: 100%;
        }

    .sidebar-wrapper .sidebar-header .user-info[b-6h1atz5j64] {
        overflow: hidden;
    }

        .sidebar-wrapper .sidebar-header .user-info > span[b-6h1atz5j64] {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-role[b-6h1atz5j64] {
            font-size: 12px;
        }

        .sidebar-wrapper .sidebar-header .user-info .user-status[b-6h1atz5j64] {
            font-size: 11px;
            margin-top: 4px;
        }

            .sidebar-wrapper .sidebar-header .user-info .user-status i[b-6h1atz5j64] {
                font-size: 8px;
                margin-right: 4px;
                color: #5cb85c;
            }

.sidebar-wrapper .sidebar-search > div[b-6h1atz5j64] {
    padding: 1rem 1.2rem;
}

.sidebar-wrapper .sidebar-search input[b-6h1atz5j64] {
    border-radius: 0;
}

.sidebar-wrapper .sidebar-search .input-group[b-6h1atz5j64] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sidebar-wrapper .sidebar-search .input-group-append .input-group-text[b-6h1atz5j64] {
    border-radius: 0;
    border-left: 0;
}

.sidebar-wrapper .sidebar-menu[b-6h1atz5j64] {
    padding-bottom: 10px;
}

    .sidebar-wrapper .sidebar-menu .header-menu span[b-6h1atz5j64] {
        font-weight: bold;
        font-size: 14px;
        padding: 15px 20px 5px 20px;
        display: inline-block;
    }

    .sidebar-wrapper .sidebar-menu ul li a[b-6h1atz5j64] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        position: relative;
        padding: 8px 30px 8px 20px;
        width: 100%;
    }

        .sidebar-wrapper .sidebar-menu ul li a:hover > i[b-6h1atz5j64]::before {
            display: inline-block;
            -webkit-animation: swing ease-in-out .5s 1 alternate;
            animation: swing-b-6h1atz5j64 ease-in-out .5s 1 alternate;
        }

        .sidebar-wrapper .sidebar-menu ul li a i[b-6h1atz5j64] {
            margin-right: 10px;
            font-size: 12px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

        .sidebar-wrapper .sidebar-menu ul li a .menu-text[b-6h1atz5j64] {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            overflow: hidden;
        }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a[b-6h1atz5j64]:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f105";
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-align: center;
        background: 0 0;
        position: absolute;
        right: 15px;
        top: 14px;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
    }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu[b-6h1atz5j64] {
        display: none;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul[b-6h1atz5j64] {
            padding: 5px 0;
        }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li[b-6h1atz5j64] {
            padding-left: 25px;
            font-size: 13px;
        }

            .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a[b-6h1atz5j64] {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a[b-6h1atz5j64]:before {
                    content: "\f111";
                    font-family: "Font Awesome 5 Free";
                    font-weight: 400;
                    font-style: normal;
                    display: inline-block;
                    text-align: center;
                    text-decoration: none;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    margin-right: 10px;
                    font-size: 8px;
                }

                .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge[b-6h1atz5j64],
                .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label[b-6h1atz5j64] {
                    margin-left: auto;
                }



.legacy-theme.sidebar-bg .sidebar-wrapper a:not(.dropdown-item):hover[b-6h1atz5j64], .legacy-theme.sidebar-bg .sidebar-wrapper .sidebar-menu li.active > a[b-6h1atz5j64] {
    font-weight: bolder;
    font-style: normal;
    text-align: center;
    text-decoration: #ffffff;
}



.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a[b-6h1atz5j64]:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 15px;
    font-weight: bold;
}

.sidebar-wrapper .sidebar-footer[b-6h1atz5j64] {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .sidebar-wrapper .sidebar-footer > div[b-6h1atz5j64] {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        text-align: center;
        height: 35px;
        line-height: 35px;
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .sidebar-wrapper .sidebar-footer > div > a[b-6h1atz5j64] {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .sidebar-wrapper .sidebar-footer > div a .notification[b-6h1atz5j64] {
            position: absolute;
            top: 0;
        }

        .sidebar-wrapper .sidebar-footer > div.pinned-footer[b-6h1atz5j64] {
            display: none;
        }

    .sidebar-wrapper .sidebar-footer .dropdown-menu[b-6h1atz5j64] {
        bottom: 36px;
        left: 0 !important;
        top: initial !important;
        right: 0;
        -webkit-transform: none !important;
        transform: none !important;
        border-radius: 0;
        font-size: .9rem;
    }

    .sidebar-wrapper .sidebar-footer .messages .dropdown-item[b-6h1atz5j64] {
        padding: .25rem 1rem;
    }

    .sidebar-wrapper .sidebar-footer .messages .messages-header[b-6h1atz5j64] {
        padding: 0 1rem;
    }

    .sidebar-wrapper .sidebar-footer .messages .message-content[b-6h1atz5j64] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .sidebar-wrapper .sidebar-footer .messages .message-content .pic[b-6h1atz5j64] {
            width: 40px;
            height: 40px;
            overflow: hidden;
        }

            .sidebar-wrapper .sidebar-footer .messages .message-content .pic img[b-6h1atz5j64] {
                -o-object-fit: cover;
                object-fit: cover;
                height: 100%;
            }

        .sidebar-wrapper .sidebar-footer .messages .message-content .content[b-6h1atz5j64] {
            line-height: 1.6;
            padding-left: 5px;
            width: calc(100% - 40px);
        }

            .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-title[b-6h1atz5j64] {
                font-size: 13px;
            }

            .sidebar-wrapper .sidebar-footer .messages .message-content .content .message-detail[b-6h1atz5j64] {
                font-size: 12px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .sidebar-wrapper .sidebar-footer .notifications .dropdown-item[b-6h1atz5j64] {
        padding: .25rem 1rem;
    }

    .sidebar-wrapper .sidebar-footer .notifications .notifications-header[b-6h1atz5j64] {
        padding: 0 1rem;
    }

    .sidebar-wrapper .sidebar-footer .notifications .notification-content[b-6h1atz5j64] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon[b-6h1atz5j64] {
            width: 40px;
            height: 40px;
        }

            .sidebar-wrapper .sidebar-footer .notifications .notification-content .icon i[b-6h1atz5j64] {
                width: 35px;
                height: 35px;
                text-align: center;
                line-height: 35px;
            }

        .sidebar-wrapper .sidebar-footer .notifications .notification-content .content[b-6h1atz5j64] {
            line-height: 1.6;
            padding-left: 5px;
            width: calc(100% - 40px);
        }

            .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-time[b-6h1atz5j64] {
                font-size: .7rem;
                color: #828282;
            }

            .sidebar-wrapper .sidebar-footer .notifications .notification-content .content .notification-detail[b-6h1atz5j64] {
                font-size: 12px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .sidebar-wrapper .sidebar-footer .badge-sonar[b-6h1atz5j64] {
        display: inline-block;
        background: #d86703;
        border-radius: 50%;
        height: 8px;
        width: 8px;
        position: absolute;
        top: 0;
    }

        .sidebar-wrapper .sidebar-footer .badge-sonar[b-6h1atz5j64]:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            border: 2px solid #d86703;
            opacity: 0;
            border-radius: 50%;
            width: 100%;
            height: 100%;
            -webkit-animation: sonar 1.5s infinite;
            animation: sonar-b-6h1atz5j64 1.5s infinite;
        }

body[b-6h1atz5j64] {
    font-size: .9rem;
}

/*----------------page-wrapper----------------*/
.page-wrapper[b-6h1atz5j64] {
    height: 100vh;
}

    .page-wrapper .theme[b-6h1atz5j64] {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin: 2px;
        background-size: cover;
    }

        .page-wrapper .theme.selected[b-6h1atz5j64] {
            border: 2px solid #00c7ff;
        }

        .page-wrapper .theme.default-theme[b-6h1atz5j64] {
            background: #1d1d1d;
        }

        .page-wrapper .theme.chiller-theme[b-6h1atz5j64] {
            background: #374140;
        }

        .page-wrapper .theme.legacy-theme[b-6h1atz5j64] {
            background-color: #1e2229;
        }

        .page-wrapper .theme.ice-theme[b-6h1atz5j64] {
            background: #3a4d56;
        }

        .page-wrapper .theme.cool-theme[b-6h1atz5j64] {
            background: #46454c;
        }

        .page-wrapper .theme.light-theme[b-6h1atz5j64] {
            background: #ececec;
        }

    .page-wrapper .page-content[b-6h1atz5j64] {
        display: inline-block;
        width: 100%;
        -webkit-transition: padding-left .3s ease;
        transition: padding-left .3s ease;
        overflow-x: hidden;
    }

        .page-wrapper .page-content .overlay[b-6h1atz5j64] {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 998;
            background: #000;
            opacity: .5;
            display: none;
        }

    .page-wrapper.toggled .sidebar-wrapper[b-6h1atz5j64] {
        left: 0px;
    }

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content[b-6h1atz5j64] {
        padding-left: 280px;
    }
}

@media screen and (max-width: 768px) {
    .page-wrapper.toggled .page-content .overlay[b-6h1atz5j64] {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled.pinned .page-content[b-6h1atz5j64] {
        padding-left: 80px;
    }
}
@media print{
    #sidebar[b-6h1atz5j64]{
        display:none;
    }
}

.page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper[b-6h1atz5j64] {
    width: 80px;
}

    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header[b-6h1atz5j64] {
        padding: 10px;
    }

        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic[b-6h1atz5j64] {
            margin: 0 auto;
            width: 50px;
            float: none;
        }

            .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-pic img[b-6h1atz5j64] {
                margin: auto;
            }

        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search input[b-6h1atz5j64],
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header .user-info[b-6h1atz5j64],
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .header-menu[b-6h1atz5j64],
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu .sidebar-submenu[b-6h1atz5j64],
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a > span[b-6h1atz5j64],
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-menu ul > li > a[b-6h1atz5j64]::after,
        .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div:not(.pinned-footer)[b-6h1atz5j64] {
            display: none !important;
        }

    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-search .input-group-text[b-6h1atz5j64] {
        height: 35px;
    }

    .page-wrapper.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-footer > div.pinned-footer[b-6h1atz5j64] {
        display: block;
    }

.page-wrapper .mCSB_scrollTools[b-6h1atz5j64] {
    width: 6px;
}

.page-wrapper .mCSB_inside > .mCSB_container[b-6h1atz5j64] {
    margin-right: 0px;
}

/*----------sidebar background images --------------*/
/*.sidebar-bg.bg1 .sidebar-wrapper {
    background-image: url(../img/bg1.jpg);
}

.sidebar-bg.bg2 .sidebar-wrapper {
    background-image: url(../img/bg2.jpg);
}

.sidebar-bg.bg3 .sidebar-wrapper {
    background-image: url(../img/bg3.jpg);
}

.sidebar-bg.bg4 .sidebar-wrapper {
    background-image: url(../img/bg4.jpg);
}

[data-bg="bg1"] {
    background-image: url(../img/bg1.jpg);
}

[data-bg="bg2"] {
    background-image: url(../img/bg2.jpg);
}

[data-bg="bg3"] {
    background-image: url(../img/bg3.jpg);
}

[data-bg="bg4"] {
    background-image: url(../img/bg4.jpg);
}*/

/*---- border-radius ------*/
.border-radius-on .sidebar-header .user-pic[b-6h1atz5j64] {
    border-radius: 12px;
}

.border-radius-on .badge[b-6h1atz5j64] {
    border-radius: 8px;
}

.border-radius-on .sidebar-menu ul li i[b-6h1atz5j64] {
    border-radius: 4px;
}

.border-radius-on .sidebar-footer .dropdown-menu[b-6h1atz5j64] {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .border-radius-on .sidebar-footer .dropdown-menu .notification-content i[b-6h1atz5j64],
    .border-radius-on .sidebar-footer .dropdown-menu .message-content .pic[b-6h1atz5j64] {
        border-radius: 4px;
    }

.border-radius-on .sidebar-search input[b-6h1atz5j64] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.border-radius-on .sidebar-search .input-group-append .input-group-text[b-6h1atz5j64] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sidebar-wrapper .logo-container[b-6h1atz5j64] {
    padding: 10px;
    display: grid;
    justify-content: center;    
}

.sidebar-wrapper .logo-container img[b-6h1atz5j64] {
    width:140px;
}

.pinned:not(.sidebar-hovered) .sidebar-wrapper .logo-container[b-6h1atz5j64] {
    padding: 15px;
    transition: all 300ms;
}

.sidebar-wrapper .sidebar-brand[b-6h1atz5j64]{
    height: 140px;
    transition: all 300ms;
}

.pinned:not(.sidebar-hovered) .sidebar-wrapper .sidebar-brand[b-6h1atz5j64] {
    width: 100%;
    height: 60px;
    transition: all 300ms;
}
/* /Shared/OnlineStatusIndicator.razor.rz.scp.css */

.tooltip-summary[b-m5gkja97k6] {
    display: grid;
    grid-template-columns: max-content;
    border: solid 1px #333;
}

.sendReceiveSummary[b-m5gkja97k6] {
    display: grid;
    grid-template-columns: min-content min-content;
    grid-gap: 4px;
    white-space: nowrap;
}

.tooltip-sendReceive-message[b-m5gkja97k6] {
    display: grid;
    grid-template-columns: min-content min-content;
    grid-gap: 4px;
    white-space: nowrap;
    padding: 8px 10px;
    color: #000;
    border-bottom: solid 1px #555;
    align-items: center;
}

.tooltip-sendReceive-message:last-of-type[b-m5gkja97k6] {
    border-bottom: none;
    margin-bottom: unset;
}

.tooltip-info[b-m5gkja97k6] {
    background-color: var(--info);
    cursor: pointer;
}

.tooltip-sendReceive:hover[b-m5gkja97k6] {
    border: 1px solid var(--info);
    border-radius: 5px;
}

.sendReceive:first-of-type[b-m5gkja97k6] {
    border-right: solid 1px #ccc;
    padding-right: 10px;
}

.info[b-m5gkja97k6] {
    color: var(--info);
    font-size: 1.7em;
}
/* /Shared/Panel/Panel.razor.rz.scp.css */
.card-header[b-vk5f64kmxc] {
    color: white;
}
.card-header[b-vk5f64kmxc] {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 50px;
}
i[b-vk5f64kmxc] {
    vertical-align: middle;
}

.panel-toolbar[b-vk5f64kmxc] {
    min-height: 45px;
    padding-top: 10px;
}

.panel-header-toolbar-button[b-vk5f64kmxc] {
    color: white;
    color: #FFFFFF;
    display: inline-block;
    transition: .5s;
    padding: 5px !important;
    border: 0;
}

.panel-header-toolbar-button:hover[b-vk5f64kmxc] {
        color: #3481a3;
    }

.panel-footer[b-vk5f64kmxc] {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    height: 55px;
}

.panel-content[b-vk5f64kmxc] {
}
/* /Shared/Panel/PanelTab.razor.rz.scp.css */
.nav-link[b-0wbtzamhzr] {
    color: rgb(110, 110, 110);
    font-weight: 500;
    color: #e1e0e0;
}

 .nav-link:hover[b-0wbtzamhzr] {
        color: #1CA6DF;
        font-weight: 600;
    }

.nav-pills .nav-link.active[b-0wbtzamhzr] {
    color: white;
    background-color: transparent;
    font-weight: 700;
    border-bottom: 3px solid #1CA6DF !important;
}

.nav-pills .nav-link[b-0wbtzamhzr] {
    background-image: none !important;
    border: 0px !important;
}
/* /Shared/Panel/PanelTabbed.razor.rz.scp.css */
.card-header[b-2j67pcy4o4] {
    color: white;
    min-height: 50px;
}
.card-header[b-2j67pcy4o4] {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 50px;
}
i[b-2j67pcy4o4] {
    vertical-align: middle;
}

.panel-toolbar[b-2j67pcy4o4] {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: white;
    min-height: 45px;
    padding-top: 10px;
}

.panel-header-toolbar-button[b-2j67pcy4o4] {
    color: white;
    color: #FFFFFF;
    display: inline-block;
    transition: .5s;
    padding: 5px !important;
}

.panel-header-toolbar-button:hover[b-2j67pcy4o4] {
        color: #3481a3;
    }

.panel-footer[b-2j67pcy4o4] {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    height: 55px;
}

.panel-content[b-2j67pcy4o4] {
}

.card-header[b-2j67pcy4o4] {
    padding-bottom: 0px;
    padding-top: 0px;
}



.nav-link[b-2j67pcy4o4] {
    color: rgb(110, 110, 110);
    font-weight: 500;
    color: #e1e0e0;
}

.nav-link:hover[b-2j67pcy4o4] {
        color: #1CA6DF;
        font-weight: 600;
    }

.nav-pills .nav-link.active[b-2j67pcy4o4] {
    color: white;
    background-color: transparent;
    font-weight: 700;
    border-bottom: 3px solid #1CA6DF !important;
}

.nav-pills .nav-link[b-2j67pcy4o4] {
    background-image: none !important;
    border: 0px !important;
}
