@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

/* OVERWRITTEN VARIABLES */
:root {
    --rz-secondary: #19656f !important;
}

.rz-button.rz-primary {
    background-color: var(--rz-secondary) !important;
    color: var(--rz-on-secondary) !important;
}

.rz-button.rz-primary.rz-shade-lighter {
    background-color: var(--rz-secondary-lighter) !important;
    color: var(--rz-on-secondary-lighter) !important;
}

.rz-button.rz-primary.rz-shade-light {
    background-color: var(--rz-secondary-light) !important;
    color: var(--rz-on-secondary-light) !important;
}

.rz-button.rz-primary.rz-shade-default {
    background-color: var(--rz-secondary) !important;
    color: var(--rz-on-secondary) !important;
}
.rz-button.rz-primary.rz-shade-dark {
    background-color: var(--rz-secondary-dark) !important;
    color: var(--rz-on-secondary-dark) !important;
}

.rz-button.rz-primary.rz-shade-darker {
    background-color: var(--rz-secondary-darker) !important;
    color: var(--rz-on-secondary-darker) !important;
}


.rz-button.rz-secondary {
    background-color: var(--rz-primary) !important;
    color: var(--rz-on-primary) !important;
}

    .rz-button.rz-secondary.rz-shade-lighter {
        background-color: var(--rz-primary-lighter) !important;
        color: var(--rz-on-primary-lighter) !important;
    }

    .rz-button.rz-secondary.rz-shade-light {
        background-color: var(--rz-primary-light) !important;
        color: var(--rz-on-primary-light) !important;
    }

    .rz-button.rz-secondary.rz-shade-default {
        background-color: var(--rz-primary) !important;
        color: var(--rz-on-primary) !important;
    }

    .rz-button.rz-secondary.rz-shade-dark {
        background-color: var(--rz-primary-dark) !important;
        color: var(--rz-on-primary-dark) !important;
    }

    .rz-button.rz-secondary.rz-shade-darker {
        background-color: var(--rz-primary-darker) !important;
        color: var(--rz-on-primary-darker) !important;
    }


/* GENERAL */
html, body {
    height: 100%;
    font-size: 14px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins','Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}
/*
a, .btn-link {
    color: #0071c1;
}*/

a:focus {
    padding: 5px;
}

hr {
    margin: 0rem 0 !important;
}

footer {
    background-color: #003d54;
    color: white;
}

.nowrap {
    white-space: nowrap;
}

section {
    width: 100%;
    height: 100%;
    display: flex;
}

.rz-background-color-warning-lighter-solid {
    background-color: #fcffd3 !important;
}

/* RADZEN MODIFIERS */
.rz-body {
    padding: .2em !important;
    width: inherit!important;
}

.rz-body:has(.rz-body-expanded) :where(.rz-header > img) {
    display:none;  
}

.rz-header {
    width: inherit !important;
}

    .rz-body:has(.LoginPage) {
        padding: 0em !important;
    }


.rz-chkbox-box.rz-state-active {
    background-color: white !important;
}

.rz-chkbox-box .rzi {
    font-size: 1.05rem !important;
    color: #35a0d7 !important;
    font-weight: bolder !important;
}

.rz-form-field.rz-state-disabled.rz-variant-outlined .rz-form-field-content {
    border: none !important;
}

.rz-fieldset {
    border-radius: .5em !important;
    padding: .5em;
    overflow: auto;
}

.rz-fieldset-content {
    padding: 0em !important;
}

.rz-state-disabled {
    background-color: lightgray !important;
    color: black !important;
}

.rz-button-md .rz-button-box {
    color: #fff !important;
}

.rz-calendar .rz-calendar-w-btn .pinstartdate:focus {
    border: 2px solid black !important;
}

.rz-calendar .rz-calendar-w-btn .pinenddate:focus {
    border: 2px solid black !important;
}

.rz-dialog {
    height: auto !important;
}

.rz-dropdown .rz-state-disabled {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
    color: black !important; /*disabled font color*/
}

.rz-textarea:disabled {
    background-color: #d3d3d3 !important;
    border-color: #d3d3d3 !important;
    color: black !important; /*disabled font color*/
}

.rz-chkbox-box.rz-state-disabled {
    background-color: #d3d3d3 !important;
    color: black !important; /*disabled font color*/
    border-color: #d3d3d3 !important;
    border: none !important;
}

.rz-state-disabled.rz-dropdown .rz-inputtext {
    background-color: #d3d3d3 !important;
    color: black !important; /*disabled font color*/
    border-color: #d3d3d3 !important;
}

.rz-calendar .rz-inputtext {
    border: none;
}

.rz-state-disabled {
    color: black !important; /*disabled font color*/
}

.rz-radiobutton-box rz-state-active rz-state-disabled {
    background-color: black !important;
    color: black !important;
}


.rz-chkbox-icon rzi rzi-check {
    color: black !important;
}

.rz-calendar {
    border-radius: var(--rz-input-border-radius) !important;
}

    .rz-calendar.rz-state-disabled .rz-inputtext {
        background-color: #d3d3d3 !important;
        color: black !important; /*disabled font color*/
        border-color: #d3d3d3 !important;
        border: none;
        box-shadow: none !important;
    }

.rz-spinner .rz-state-disabled .rz-inputtext {
    color: black !important; /*disabled font color*/
}

.rz-form-field-content {
    /*border: none !important;*/
    max-height:30px;
    margin-top:2px!important;
    border-radius: var(--rz-input-border-radius) !important;
}

.rz-form-field.rz-state-disabled .rz-form-field-content {
    background-color: #d3d3d3 !important;
    box-shadow: none !important;
}


.rz-radiobutton-box .rzi-circle-on {
    background-color: var(--rz-radio-checked-background-color) !important;
    color: black !important; /*disabled font color*/
}



.rz-textarea {
    resize: none;
}

    .rz-textarea:disabled {
        background-color: #d3d3d3 !important;
        color: black !important; /*disabled font color*/
    }

    .rz-textarea .rz-state-disabled {
        background-color: #d3d3d3 !important;
        color: black !important; /*disabled font color, other gray color is #77858b*/
    }

ul.rz-profile-menu .rz-navigation-menu {
    left: 0;
    width: 140%
}

ul.rz-profile-menu {
    border-radius: var(--rz-button-border-radius);
}



.rz-text-body1 {
    margin-bottom: 0rem !important;
}

.rz-chkbox-box {
    width: 17.5px !important;
    color: var(--rz-radio-checked-background-color) !important;
}

.rz-treenode-content .rz-treenode-label {
    font-size: 0.75rem;
}

    .rz-treenode-content .rz-treenode-label b {
        font-size: 0.875rem !important;
    }

        .rz-treenode-content .rz-treenode-label b .selectedNode {
            color: #fae7d5;
        }

        .rz-treenode-content .rz-treenode-label b .unselectedNode {
            color: white;
        }

.rz-body {
    padding: 0rem !important;
}

input .rz-spinner-input rz-inputtext error {
    outline: 1px solid red !important;
}

.rz-treenode-content-selected .rz-treenode-label {
    /*background-color: #fae7d5 !important;*/
    background-color: none !important;
    /*color: #0d6efd !important;*/
    text-decoration: underline !important;
    /*border-radius: 4px;*/
    font-size: 0.75rem;
}

    .rz-treenode-content-selected .rz-treenode-label b {
        /*background-color: white !important;*/
        /*color: #0d6efd !important;*/
        background-color: none !important;
        text-decoration: underline !important;
        /*border-radius: 4px;*/
        font-size: 0.75rem;
    }

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.ProfileMenu .rz-navigation-item-icon-children {
    color:#fff!important;
}

/* UNSORTED */

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.valid.modified:is(input[name="DispostionFineAmount"]) {
    outline: 1px solid red !important;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.inline-button-icon {
    background-color: #005661 !important;
}

section .contentBx .formBx .inputBx .button {
    color: #fff !important;
}

.render {
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 1px solid #4f30677d;
    height: 40px;
    overflow: hidden;
}

.loginbutton {
    width: 50%;
    padding: 10px 15px;
    border-radius: 8px;
    display: block;
    margin: auto;
    margin-top: 40px;
    -webkit-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    -moz-box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
    box-shadow: 0px 9px 15px -11px rgba(88,54,114,1);
}

.top_link img {
    width: 28px;
    padding-right: 7px;
    margin-top: -3px;
}

.court-roster-row {
    color: blue;
    text-decoration-style: dotted;
    text-decoration: underline;
}

.SaveToExcelInner {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.site-header {
    color: #005661;
}

.site-header-application-name {
    color: white;
    align-content: center;
    -webkit-align-content: center;
    align-content: center;
}

.site-header-court-seal {
    width: 100%;
    height: inherit;
    padding-left: 20px;
    padding-top: 10px;
}

.site-card-body {
    font-family: sans-serif;
}

.spinnerContainer {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    margin-left: -18px;
}
    .spinnerContainer div {
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .spinnerContainer div img {
            width: 50px;
            height: 50px;
        }

#ReferenceToDefendantandChargeInfo .rz-card {
    height: 100%;
}

.header {
    background: linear-gradient(0.25turn,#003d54, #003d54);
    background-size: cover;
    background-position: center;
    border-color: #005661;
}

.main-body {
    padding: 20px;
    min-height: 100%;
    margin: 0 auto -50px;
}

.footer, .push {
    height: 50px;
}

.bold-label {
    font-weight: bold;
}

.section-header {
    color: #286090 !important;
    font-size: 16px;
}

.roster-toolbar {
    padding: 0.25em 0;
}

.primary-button {
    background-color: #005661 !important;
    color: white;
}

.empty-grid {
    color: lightgrey;
    font-size: 24px;
    text-align: center;
    margin: 2rem;
}

.SSLabel {
    font-size: 11px;
    color: black;
}

.SSErrorLabel {
    font-size: 24px !important;
    font-weight: bolder !important;
    color: Red !important;
}

.SSButton {
    font-size: 11px !important;
    color: black;
    font-weight: 300 !important;
    width: 100% !important;
}

.SSCheckboxLabel {
    font-size: 12px;
    color: black;
    margin-left: 2px;
    vertical-align: middle;
}


.SSInputBox {
    width: 100%;
    margin: 0px !important;
    box-sizing: border-box;
    vertical-align: middle;
}

.SSInputBoxHighlighted {
    width: 91% !important;
    border: 1px solid red !important;
    border-radius: var(--rz-button-border-radius);
}

.Checkbox {
    vertical-align: middle;
    margin-left: 8px;
}

.ErrorIcon {
    color: red;
    width: 4% !important;
    font-weight: 700 !important;
}

.ErrorIconCheckbox {
    color: red;
    position: absolute !important;
}

.ErrorMessage {
    color: red !important;
    text-align: left !important;
    font-size: 18px !important;
    position: absolute !important;
}

input[type="text"]:disabled {
    background: #dcdcdc;
}

select:disabled {
    background: #dcdcdc;
}


.fieldset {
    width: 90%;
    margin: auto;
}

    .fieldset .title {
        color: #007b8d;
        font-size: 14px;
    }

.AccountLabel {
    font-size: 14px;
    color: #003D54;
    font-weight: bold;
}

.AccountValue {
    font-size: 13px;
    color: black;
}

.align-center-1 {
    display: flex;
    justify-content: space-evenly;
    margin-right: auto;
    font-size: 1.5rem;
    padding-right: 0.1em;
}

    .align-center-1 .scjbTextbox {
        width: 100%;
    }

    .align-center-1 .scjbTextbox2 {
        min-width: 50px;
        width: inherit;
    }

    .align-center-1 .scjbTitle {
        font-size: 16px;
        font-weight: bold;
        text-decoration: underline;
    }

section .LoginBox {
    width: 100%;
    height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    border-radius: 0px;
    box-shadow: 1px 4px 22px -8px #0004;
    display: flex;
    overflow: inherit;
}

section .imgSCJB {
    position: relative;
    width: 50%;
    height: 100%;
}

    section .imgSCJB::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(212.38deg, #677019, #000000);
        z-index: 1;
        mix-blend-mode: screen;
    }

    section .imgSCJB img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

section .contentBx {
    display: flex;
    width: 50%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    section .contentBx .formBx {
        width: 60%;
    }

        section .contentBx .formBx .apptitle {
            text-align: center;
        }

            section .contentBx .formBx .apptitle h1 {
                color: #607d8b;
                font-size: 2em;
                text-transform: uppercase;
            }

            section .contentBx .formBx .apptitle h2 {
                color: #607d8b;
                font-weight: 600;
                font-size: 1.5em;
                text-transform: uppercase;
                margin-bottom: 20px;
                display: inline-block;
                letter-spacing: 1px;
                align-content: center;
            }

        section .contentBx .formBx .inputBx {
            margin-bottom: 20px;
        }

        section .contentBx .formBx .buttonBx {
            text-align: center;
        }

        section .contentBx .formBx .inputBx span {
            font-size: 16px;
            margin-bottom: 5px;
            display: inline-block;
            color: #003d54;
            font-weight: 400;
            letter-spacing: 1px;
        }

        section .contentBx .formBx .inputBx select {
            width: 100%;
            padding: 10px 20px;
            outline: none;
            font-weight: 400;
            border: 1px solid #003d54;
            font-size: 16px;
            letter-spacing: 1px;
            color: #003d54;
            background: transparent;
            border-radius: 5px;
        }

            section .contentBx .formBx .inputBx select:focus {
                border: 2px solid black;
            }

        section .contentBx .formBx .inputBx input {
            width: 100%;
            padding: 10px 20px;
            outline: none;
            font-weight: 400;
            border: none;
            border-bottom: 1px solid #003d54;
            font-size: 16px;
            letter-spacing: 1px;
            color: #003d54;
            background: transparent;
        }

            section .contentBx .formBx .inputBx input:focus {
                border-bottom: 2px solid black;
            }

        section .contentBx .formBx .inputBx button {
            background: #005661;
            color: #fff;
            outline: none;
            border: none;
            font-weight: 500;
            border-radius: 5px;
            cursor: pointer;
        }

        section .contentBx .formBx .inputBx input[type="submit"]:hover {
            background: #1a8694;
        }

        section .contentBx .formBx .inputBx input[type="submit"]:focus {
            border: 2px solid black;
        }

        section .contentBx .formBx .showPassword {
            margin-bottom: 30px;
            color: #003d54;
            font-weight: 400;
            font-size: 14px;
        }

.usertype:focus {
    border: 2px solid black !important;
}

.county:focus {
    border: 2px solid black !important;
}

.courtagency:focus {
    border: 2px solid black !important;
}

.indictmentnumber:focus {
    border: 2px solid black !important;
}

.caseindictmentgrid:focus {
    border: 2px solid black !important;
}

.userfullname:focus {
    border: 2px solid black !important;
}

.usermobile:focus {
    border: 2px solid black !important;
}

.useremail:focus {
    border: 2px solid black !important;
}

.generatebutton:focus {
    border: 5px solid black !important;
}

.scjbbutton {
    padding: 0.5rem 0.5rem !important;
    width: 100%;
}

.downloadMenu {
    border: 0px;
    background-color: #62B8DB !important;
    color: white;
    margin: 4px !important;
    padding: 0.3em !important;
}


.fiveElements {
    width: 20%;
}


.lightBlue {
    color: #62B8DB !important;
}

.clear-icon {
    cursor: pointer;
}

.floating-close {
    width: 30px;
    height: 30px;
    top: 3%;
    right: 170px;
    position: absolute;
    z-index: 4000;
    background-color: darkred; /*rgb(73, 73, 73);*/
    color: #fff;
    padding: 0px;
    border: 0px solid rgb(73, 73, 73);
    border-radius: 0px;
    font-size: 32px;
    text-align: center;
    line-height: normal;
    font-family: none;
    cursor:pointer;
}
        .floating-close span {
            position: absolute;
            top: -2px;
            left: 15px;
        }

.floating-panel1 {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 90px;
    position: absolute;
    z-index: 5000;
    background-color: rgb(73, 73, 73);
    color: #fff;
    padding: 0px;
    border: 1px solid rgb(73, 73, 73);
    border-radius: 50px;
    font-size: 32px;
    text-align: center;
    line-height: normal;
    font-family: none;
}

    .floating-panel1 span {
        position: absolute;
        top: -2px;
        left: 13px;
    }

    .floating-panel1.disabled {
        background-color: rgb(178, 178, 178) !important;
        color: #fff;
        border: 1px solid rgb(98, 98, 98) !important;
        pointer-events:none;
    }

.floating-panel2 {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 110px;
    position: absolute;
    z-index: 5000;
    background-color: rgb(73, 73, 73);
    padding: 0px;
    border: 1px solid rgb(73, 73, 73);
    color: #fff;
    border-radius: 50px;
    font-size: 32px;
    text-align: center;
    line-height: normal;
    font-family: none;
}

    .floating-panel2 span {
        position: absolute;
        top: -2px;
        left: 15px;
    }

    .floating-panel2.disabled {
        background-color: rgb(178, 178, 178) !important;
        color: #fff;
        border: 1px solid rgb(98, 98, 98) !important;
    }


.selected-row td {
    background-color: var(--rz-primary-lighter) !important;
}

tr.disabled-row  {
    border-bottom: 1px solid black !important;
}

.disabled-row td {
    background-color: var(--rz-base-300) !important;
    opacity: 75% !important;
}


/* Your CSS styles for the parent <tr> with a child <td> having data-rowselect attribute */
tr: has(td[data-rowselect]) {
    background-color: var(--rz-primary-lighter);
}

.crossCountyText {
    font-size: x-large !important;
    color: red !important; /* #003D54 !important;*/
    font-weight: 700 !important;
}

.radioGroupBox {
    border: 1px #d3d3d3 solid;
    border-radius: var(--rz-button-border-radius);
    padding: 0.25em;
}


.outer {
    display: table;
    /* optional css start */
    /*height: 90px;
    width: 90px;*/
    /* optional css end */
}

.inner {
    border: 0px solid #000000;
    display: table-cell;
    vertical-align: middle;
}

.exportButton i.rzi {
    justify-content: right !important;
}


/* MEDIA QUERIES */

@media(max-width:420px) {

    .checkboxPadding {
        padding-top: 0px !important;
    }

    .fiveElements {
        width: 75% !important;
    }

    .align-center-1 {
        flex-direction: column;
    }

    .section-header {
        font-size: medium !important;
    }

    .floating-close {
        right: 10px !important;
        width: 24px !important;
        height: 24px !important;
        font-size: 18px !important;
    }

    .floating-panel1 {
        left: 5px !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 20px !important;
    }

    .floating-panel2 {
        right: 10px !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 20px !important;
    }

    .header > img {
        display:none!important;
    }
}

@media(max-width:768px) {

    .checkboxPadding {
        padding-top: 0px !important;
    }

    .fiveElements {
        width: 75% !important;
    }

    .align-center-1 {
        flex-direction: column;
    }

    .section-header {
        font-size: medium !important;
    }

    .floating-close {
        right: 10px !important;
        width: 22px !important;
        height: 22px !important;
        font-size: 16px !important;
    }

    .floating-panel1 {
        left: 5px !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 20px !important;
    }

    .floating-panel2 {
        right: 10px !important;
        width: 26px !important;
        height: 26px !important;
        font-size: 20px !important;
    }

    .header > img {
        display: none !important;
    }
}

@media(max-width:1180px) {

    section .imgSCJB {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    section .contentBx {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    section .contentBx .formBx {
        width: 100%;
        padding: 50px;
        background: rgb(255,255,255,0.9);
        margin: 50px;
    }

    .hiddenColumn, .hiddenText {
        display: none !important;
    }

    .fiveElements {
        width: 100% !important;
    }

    .floating-close {
        right: 20px !important;
        width: 28px !important;
        height: 28px !important;
        font-size: 20px !important;
    }

    .floating-panel1 {
        left: 10px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 24px !important;
    }

    .floating-panel2 {
        right: 20px !important;
        width: 32px !important;
        height: 32px !important;
        font-size: 24px !important;
    }
}

.text-link-direct {
  color: #0d6efd !important;
  text-decoration: underline;
  cursor: pointer;
}

.text-link-direct:hover {
  color: darkblue;
}

.text-link > .rz-cell-data {
  color: #0d6efd !important;
  text-decoration: underline;
  cursor: pointer;
}

.text-link > .rz-cell-data:hover {
  color: darkblue;
}

.SaveToExcelInner {
    container-type: inline-size;
}
#ReferenceToCaseGrid {
    container-type: inline-size;
}

    @container (max-width: 680px) {
        .SaveToExcelInner .rz-button-text, #ReferenceToCaseGrid .rz-button-text {
            display: none;
        }

        #ReferenceToCaseGrid .rz-button {
            font-size:7pt;
        }

        #ReferenceToCaseGrid  .rz-button  .caseGridSpan {
            display:none;
        }
    }

    @media (min-width: 1280px) {

        .rz-py-lg-12, .rz-pb-lg-12 {
            padding-bottom: 1rem !important;
        }

        .rz-py-lg-6, .rz-pt-lg-6 {
            padding-top: 1rem !important;
        }

        .floating-close {
            right: 40px !important;
            width: 30px !important;
            height: 30px !important;
            font-size: 22px !important;
        }

        .floating-panel1 {
            left: 15px !important;
            width: 40px !important;
            height: 40px !important;
            font-size: 32px !important;
        }

    .floating-panel2 {
        right: 30px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 32px !important;
    }
}
