.mud-popover {
    z-index: 5000 !important;
}



@font-face {
    font-family: "Yantramanav";
    src: url("../assets/Yantramanav/Yantramanav-Regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans";
    src: url("../assets/noto_sans/notosans-regular.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Yantramanav-Bold";
    src: url("../assets/Yantramanav/Yantramanav-Bold.ttf") format("truetype");
    font-weight: bold;
    font-display: optional;
}

@font-face {
    font-family: "FGDR";
    src: url("../assets/Franklin Gothic Demi Regular.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: "FGMed";
    src: url("../assets/Franklin Gothic Medium Regular.ttf") format("truetype");
    font-display: swap;
}


@font-face {
    font-family: "FGMedCond";
    src: url("../assets/Franklin Gothic Medium Cond Regular.ttf") format("truetype");
    font-display: swap;
}

:root {
    --mud-palette-drawer-icon: #003b8d !important;
    #0060e6;
    --std-icon: #003b8d;
    --light-icon: #fff;
    --light-soft-icon: #f5f5f5;
    --accent-icon: #cc0000;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal;
    font-family: "Noto Sans";
}

.mud-typography-h1,
.mud-typography-h2,
.mud-typography-h3,
.mud-typography-h4,
.mud-typography-h5,
.mud-typography-h6,
h1, h2, h3, h4, h5, h6 {
    font-family: 'Yantramanav';
}

h1 {
    font-size: 65px;
    font-weight: 400;
}

h2 {
    font-size: 55px;
    font-weight: 300;
}

h3 {
    font-size: 40px;
    font-weight: 400;
}

h4 {
    font-size: 35px;
    font-weight: 400;
}

h5 {
    font-size: 27px;
    font-weight: 400;
}

h6 {
    font-size: 22px;
    font-weight: 400;
}


p {
    padding: .5em;
}

hr {
    height: 0.5px;
    width: 100%;
    background: #ddd;
}

h2, h3 {
    margin: 10px 0 5px 0 !important;
    letter-spacing: 0;
    border-bottom: 1.5px solid #c2c2c2;
    padding: 0 !important;
}

#stdHeader {
    background-color: rgba(255,255,255,.9);
    position: relative;
}

.mud-appbar .mud-toolbar-appbar {
    background-color: #fff !important;
    margin-bottom: 0 !important;
}

#stdHeader .picPart {
    z-index: 1;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../assets/header-image.jpg")
}

#stdHeader .siteLogo {
    max-width: 90px;
}

.menuTop {
    position: absolute;
    top: 0;
    z-index: 3;
}

#stdHeader .titlePart {
    position: absolute;
    bottom: 20%;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: #fff;
    z-index: 2;
    background-color: unset;
    background-color: transparent;
}

    #stdHeader .titlePart .mud-typography-h1 {
        font-weight: bold;
        text-shadow: 2px 3px 5px #000000;
        /*text-shadow: 8px 12px 20px #000000;*/
        /*background-color:rgba(255,255,255,.3);*/
        letter-spacing: 2px;
        text-transform: uppercase !important;
    }

.menuButton {
    min-width: 285px;
}

.filterButton {
    min-width: 185px;
}

.button-bar {
    border-bottom: 1px solid #ccc;
}
/* Fonts - Do Not Alter */
.cctable {
    justify-content: flex-start;
    width: 100%;
}

    .cctable .mud-table-cell {
        font-family: "Yantramanav",sans-serif;
        font-size: 1.0rem;
        cursor: pointer;
        vertical-align: top;
    }

.cctable-head .mud-table-cell {
    font-size: 1.5rem;
    line-height: 2rem !important;
}

.ccfake-table-cell {
    font-size: 1.5rem;
    font-weight: 500;
    font-family: "Yantramanav",sans-serif;
}

.headerBtns {
    margin: 5px;
}

.mud-typography-h2, .mud-typography-h3 {
    margin: 10px 0 5px 0 !important;
    letter-spacing: 0;
    line-height: normal;
    border-bottom: 1.5px solid #c2c2c2;
    padding: 0 !important;
}

.mainBody a {
    text-decoration: none;
    color: #004cb8;
}

    .mainBody a:hover {
        text-decoration: underline;
    }

.mud-picker-content p {
    padding: 0 !important;
}

.mud-picker-static {
    height: fit-content;
}

.mud-expand-panel .mud-expand-panel-header {
    font-size: 1em !important;
}

.mud-panel-expanded .mud-expand-panel-header {
    border-bottom: 1px solid #c2c2c2;
    margin: 0 0 1em 0;
}

.mud-panel-expanded {
    margin: 0 !important;
}

.mud-layout {
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: space-between;
    flex: 1 1 auto;
}


.mud-typography-caption {
    font-size: 14px;
}

.mud-container-maxwidth-lg {
    max-width: 100% !important;
}

.mud-expansion-panels {
    border-radius: 0 !important;
}

.mud-button {
    padding: 10px;
    border-radius: 2px;
    line-height: unset;
}

    .mud-button.mud-button-filled-size-small {
        padding: 5px 10px;
    }

    .mud-button.mud-button-filled-size-large {
        padding: 14px 20px;
    }



.layoutContainer {
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    justify-content: flex-start;
}

.mud-appbar .mud-toolbar-appbar {
    height: auto !important;
    display: flex;
    flex-direction: row;
    margin-bottom: 0.25em;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
}

/*.mainHeader {
    margin-bottom: 1em;
    min-height: 120px;
    justify-content: center;
}

    .mainHeader .headerTop {
        width: auto;
        display: flex;
        flex: 1 0 auto;
        justify-content: flex-start;
        align-items: center;
        padding: 5px;
    }

    .mainHeader .countyLogo {
        margin: 0 2em 0 0.5em;
    }

        .mainHeader .countyLogo img {
            height: 75px;
            width: auto;
        }*/

.menuContainer .mud-navmenu {
    min-width: 250px;
    transition: all 2s ease;
}

.menuTabMain {
    background: #bb1a35;
    border-radius: 0 !important;
    margin-bottom: 5px;
}

.mud-card.captioned {
    border-radius: 0;
    background: #f5f5f5;
    padding: 0 !important;
    margin: 1em 0;
    display: inline-block;
}

.mud-card.captioned-left {
    border-radius: 0;
    background: #f5f5f5;
    padding: 0 !important;
    margin: 1em 1em 1em 0em;
    display: inline-block;
    float: left;
}

.mud-card.captioned-right {
    border-radius: 0;
    background: #f5f5f5;
    padding: 0 !important;
    margin: 1em 0em 1em 1em;
    display: inline-block;
    float: right;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol {
    transform: translate(0,1.5px) scale(.85) !important;
}

.mainContent {
    display: flex;
    flex-direction: row;
    flex: 0 1 auto;
    padding-bottom: 25px;
}

.mainFooter {
    display: flex;
    flex-direction: column;
    flex: 0 1 auto;
    align-content: center;
    justify-content: center;
    text-align: center;
    padding: 1em;
    background: #003b8d;
    color: white;
}

    .mainFooter p {
        padding: 0 !important;
    }

/*
.footer-text {
    text-align: center;
}




.note-date-label{
    font-weight: 600;
}
.lastupdated-date-label{
    font-style: italic;
}
.validation-msg-font {
    font-size: small;
}
*/

.whiteLink, .whiteLink a, .whiteLink a:hover, .whiteLink a:visited {
    color: white !important;
}

.pullQuote {
    background-color: #f5f5f5;
    font-style: italic;
    padding: 1em;
    margin: 1em 3em;
    font-size: 1em;
    overflow-wrap: break-word;
}


/*media point
.mud-appbar .mud-toolbar-appbar {
    flex-direction: column;
}*/

.detailTableTitle {
    /*padding: 0 !important;
    margin: 0 !important;*/
}

.detailTableHeader {
    /* padding: 0 !important;
    margin: 0 !important;*/
}

.detailTableCell {
    /*padding: 0 !important;
    margin: 0 !important;*/
}

.mud-toolbar, .mud-toolbar-gutters, .mud-table-toolbar {
    padding: 0;
}

/*#MainSearch.cc-searchbar {
    border: 3px solid black;
    border-radius: 15px;
    text-align: center;
    padding: 10px;
}*/

#MainSearch .mud-input-control {
    margin-right: .25em;
    /*padding: .25em;*/
    border: 2px solid black;
    border-radius: 15px;
    text-align: center;
    
    /*padding: 10px;*/
}

    #MainSearch .mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
        margin: 0px;
    }

#MainSearch .mud-input > input.mud-input-root, div.mud-input-slot.mud-input-root {
    font-size: 1em;
    color: rgb(20,20,20);
}
#MainSearch .mud-input.mud-input-underline:before, .mud-input.mud-input-underline:after {
    border-bottom: 0px;
}
#headerLogo,
#mobHeaderLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 3.5em;
    font-weight: bold;
    letter-spacing: 15px;
    font-family: "FGMed";
}

#mobHeaderLogo {
    font-size: 3em;
    letter-spacing: 12px;
    line-height: .9em;
    padding: 0.25em;
    border-bottom: 1px solid #003b8d;
    display: none;
    background: rgba(255, 255, 255, 0.85);
}

#headerLogo a {
    color: #003b8d;
    display: flex;
    align-items: center;
}

    #headerLogo a:hover,
    #headerLogo a:visited,
    #mobHeaderLogo a:hover,
    #mobHeaderLogo a:visited {
        color: #003b8d;
        text-decoration: none;
    }

    #headerLogo a img,
    #mobHeaderLogo a img {
        margin: 0 15px;
    }

#feedbackcontainer {
    position: fixed;
    right: 0px;
    bottom: 50px;
    background: none;
    font-family:"Noto Sans";

    
}

    #feedbackcontainer .feedbackbutton {
        transform: rotate(-90.0deg);
        background: #003b8d;
        border-radius: 4px;
        border: solid 1px #e3e3e3;
        letter-spacing: 1px;
        padding: 10px 15px;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
        margin-right: -45px;
        font-size: 16px !important;
       
    }

    #feedbackcontainer .feedbackbuttonicon {
        /*transform: rotate(-90.0deg);*/
        background: #003b8d;
        border-radius: 4px;
        border: solid 1px #e3e3e3;
        letter-spacing: 1px;
        padding: 10px 15px;
        color: #FFF;
        font-weight: bold;
        cursor: pointer;
        /*margin-right: -45px;*/
        font-size: 16px !important;
        
    }

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}

.grecaptcha-badge:hover {
    width: 256px !important;
}

.highlighttext {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 3em;
}
.highlighttext em {
    font-weight:600;
}

.notice-banner {
    background: #ffffaa;
    color: #000;
    font-size: 1.2em;
}

.notice-banner  em {
    font-weight: 600;
    font-style: normal;

}
    .notice-banner a {
        cursor: pointer;
        color: var(--mud-palette-primary);
        font-weight: 600;
        font-style: normal;
    }

.filter-checkgroup  p {
    padding: 0;
}

.warrant-warning {
    font-style: oblique;
    color: rgb(180,0,0);
}

.nav-menu-button {
    font-family: 'Yantramanav';
    font-size: 1.6em;
    font-weight: 400;
}

.case-filter-header {
    font-family: 'Yantramanav';
    font-size: 2.25em;
    font-weight: 400;
}

.case-detail-section-header {
    font-family: 'Yantramanav';
    font-size: 1.9em;
    font-weight: 400;
}

.paper-detail-section-header {
    font-family: 'Yantramanav';
    font-size: 1.9em;
    font-weight: 400;
}

.warrant-detail-section-header {
    font-family: 'Yantramanav';
    font-size: 1.6em;
    font-weight: 400;
}

.search-help-section-header {
    font-family: 'Yantramanav';
    font-size: 2.25em;
    font-weight: 400;
}

.more-info-dialog-backdrop {
    
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 1024px) {
    #headerLogo a img, #mobHeaderLogo a img {
        margin: 0 5px 0 0;
    }

    #headerLogo,
    #mobHeaderLogo {
        font-size: 3.0em;
        letter-spacing: 10px;
    }
}

@media screen and (max-width: 900px) {

    #headerLogo,
    #mobHeaderLogo {
        font-size: 3.0em;
    }
}

@media screen and (max-width: 800px) {
    #headerLogo,
    #mobHeaderLogo {
        background: rgba(255, 255, 255, 0.9);
        letter-spacing: 5px;
    }
}

@media screen and (max-width: 600px) {
    .menuButton {
        border-top: 1px solid #ccc;
        min-width: 100%;
    }

    .mud-typography-h1 {
        font-size: 3.0em;
    }

    .mud-typography-align-center {
        /*text-align: left;*/
    }

    .mud-icon-button {
        padding: 6px;
    }

    #headerLogo {
        display: none;
    }

    #mobHeaderLogo {
        display: flex;
        padding: 0;
        letter-spacing: 10px;
        font-size: 2.5em;
    }
    #feedbackcontainer {
        position: fixed;
        right: 0px;
        bottom: 13px;
        background: none;
        font-family: "Noto Sans";
    }
}

@media screen and (max-width: 400px) {

    .mud-icon-button {
        padding: 6px;
    }

    #headerLogo {
        display: none;
    }

    #mobHeaderLogo {
        display: flex;
        padding: 0;
        /*font-size:2.1em;*/
        letter-spacing: 2px;
    }

    
}

@media all and (max-width: 285px) {
    #mobHeaderLogo {
        font-size: 2em;
        line-height: 1.2em;
        padding: 0.1em;
        letter-spacing: 2px;
    }
}

.validation-message {
    color: red;
    font-size: 1rem;
    margin-top: 4px;
}