/*  D E V E L O P E R   C U S T O M I Z A B L E   S T Y L E S    */
/*  State of Delaware - Delaware Courts 2015  */
/*  Developed by Matt Campbell & Ben Kaminski  */





/*  G E N E R A L   S T Y L E S  */

#main_header h1, #main_content h1 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #1925a6 !important;
    font-size: 45px;
}

#main_header h2, #main_content h2 {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #1925a6 !important;
    margin-top: 0px;
}

#courts_sidebar h2 {
    color: #1925a6;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 23px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    #main_content {
        border-left: 0px solid #e3e5e2;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #main_content {
        border-left: 0px solid #e3e5e2;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #main_content {
        border-left: 1px solid #e3e5e2;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #main_content {
        border-left: 1px solid #e3e5e2;
    }
}

#main_content a, #main_content a:link, #main_content a:active, #main_content a:visited {
    color: #3774ba;
    text-decoration: none;
    font-weight: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    #main_content a:hover {
        text-decoration: underline;
        font-weight: none;
        color: #23387d;
    }

#main_content ul, #main_content ol {
    font-size: 0.9em;
    line-height: 2.1em;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
}

.float_left {
    float: left;
    margin-right: 10px;
}

.float_right {
    float: right;
    margin-left: 10px;
}

.figure_left {
    float: left;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0.5em;
    padding: 0.3em;
}

.figure_right {
    float: right;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0.5em;
    padding: 0.3em;
}

    .figure_left p, .figure_right p {
        text-align: center;
        font-style: italic;
        font-size: smaller;
        text-indent: 0;
    }

img.scaled {
    width: 100%;
}

hr.dashed {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border: dashed #e3e5e2;
    border-width: 2px 0 0;
    height: 2px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.fa_orange {
    color: #fbaa27;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    .container-lg {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -22px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container-lg {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -22px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container-lg {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -22px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container-lg {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: -22px;
    }
}

.container-lg h3 {
    color: /*#fbaa27; changed for ADA compliancy*/ #666666;
    text-transform: uppercase;
    font-size: 21px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: -12px;
}

.container-lg h4 {
    color: #1f242a;
    font-size: 50px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 900;
}

a.interior-drop, a.interior-drop:link, a.interior-drop:visited {
    color: #777 !important;
    text-decoration: none !important;
}

    a.interior-drop:hover {
        color: #777 !important;
        text-decoration: none !important;
    }

a.link-active, a.link-active:link, a.link-active:visited {
    text-decoration: none !important;
}

    a.link-active:hover {
        text-decoration: none !important;
    }

a i[class^="circle-pic"], a i[class*=" circle-pic"] {
    display: block;
}

i[class^="circle-pic"], i[class*=" circle-pic"] {
    border-radius: 50%;
    display: block;
    font-size: 0;
    height: 100px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 100px;
}

    i[class^="circle-pic"]::after, i[class*=" circle-pic"]::after {
        border-radius: 50%;
        border-style: solid;
        border-width: 2px;
        content: "";
        height: 100%;
        left: 0px;
        pointer-events: none;
        position: absolute;
        top: 0px;
        transform: scale(0.9);
        transition-duration: 225ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
        width: 100%;
        z-index: -1;
    }

    i[class^="circle-pic"]::before, i[class*=" circle-pic"]::before {
        color: #fff;
        font-size: 40px;
        font-style: normal;
        font-weight: normal;
        line-height: 100px;
        margin: 0;
        text-align: center;
        text-transform: none;
    }

.link-active i[class^="circle-pic"]:hover::after, .link-active i[class*=" circle-pic"]:hover::after, .link-active span:hover > i[class^="circle-pic"]::after, .link-active span:hover > i[class*=" circle-pic"]::after, .link-active h3:hover > i[class^="circle-pic"]::after, .link-active h3:hover > i[class*=" circle-pic"]::after, .link-active h4:hover > i[class^="circle-pic"]::after, .link-active h4:hover > i[class*=" circle-pic"]::after, .link-active h5:hover > i[class^="circle-pic"]::after, .link-active h5:hover > i[class*=" circle-pic"]::after, .link-active h6:hover > i[class^="circle-pic"]::after, .link-active h6:hover > i[class*=" circle-pic"]::after {
    transform: scale(1.13);
    transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
    text-decoration: none !important;
}

i[class^="small-circle-pic"], i[class*=" small-circle-pic"] {
    border-radius: 50%;
    display: block;
    float: left;
    font-size: 0;
    height: 40px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    width: 40px;
}

    i[class^="small-circle-pic"]::before, i[class*=" small-circle-pic"]::before {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: normal;
        line-height: 43px;
        margin: 0;
        text-align: center;
        text-transform: none;
    }

.agency_map {
    border: 0px;
    width: 700px;
    height: 500px;
    margin: 0px;
}
/* ############################################################################################## */





/* HEADING FOR SECTIONS OF THE COURTS WEBSITE */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    #heading_home {
        height: 105px;
        width: 100%;
        padding-left: 10px;
        background-color: #1925a6;
    }

        #heading_home h1 {
            color: #fff !important;
            font-size: 38px !important;
        }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #heading_home {
        height: 120px;
        width: 100%;
        padding-left: 35px;
        background-color: #1925a6;
    }

        #heading_home h1 {
            color: #fff !important;
            font-size: 45px !important;
        }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #heading_home {
        height: 120px;
        width: 100%;
        padding-left: 40px;
        background-color: #1925a6;
    }

        #heading_home h1 {
            color: #fff !important;
            font-size: 50px !important;
        }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #heading_home {
        height: 120px;
        width: 100%;
        padding-left: 40px;
        background-color: #1925a6;
    }

        #heading_home h1 {
            color: #fff !important;
            font-size: 50px !important;
        }
}

.heading_logo {
    margin-top: -15px;
    padding-left: 20px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    #heading_interior {
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 10px;
        background-color: #1925a6;
    }

        #heading_interior h1 {
            color: #fff !important;
            font-size: 30px !important;
        }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #heading_interior {
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 35px;
        background-color: #1925a6;
    }

        #heading_interior h1 {
            color: #fff !important;
            font-size: 45px !important;
        }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #heading_interior {
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 40px;
        background-color: #1925a6;
    }

        #heading_interior h1 {
            color: #fff !important;
            font-size: 50px !important;
        }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #heading_interior {
        height: 100%;
        width: 100%;
        padding-bottom: 20px;
        padding-left: 40px;
        background-color: #1925a6;
    }

        #heading_interior h1 {
            color: #fff !important;
            font-size: 50px !important;
        }
}
/* ############################################################################################## */




/* S I D E   B A R   N A V I G A T I O N */

.courts_nav {
    background-color: #ffffff !important;
}

button {
    display: inline-block;
    margin: 0 0em;
    border: none;
    background: none;
}

    button span {
        display: block;
    }

.grid-button {
    padding: 2rem;
    cursor: pointer;
    user-select: none;
    outline: none;
}

    .grid-button .grid {
        width: 1rem;
        height: 1rem;
        background: #393939;
        color: #393939;
        /* Not in use when the colors are specified below */
        transition: 0.3s;
    }

    .grid-button.disappear .grid {
        -webkit-transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
        transform: rotate3d(0, 0, 1, -45deg) scale3d(0.8, 0.8, 0.8);
    }

    .grid-button.rearrange .grid {
        box-shadow: -1.25rem -1.25rem, 0rem -1.25rem, 1.25rem -1.25rem, -1.25rem 0rem, 1.25rem 0rem, -1.25rem 1.25rem, 0rem 1.25rem, 1.25rem 1.25rem;
    }

    .grid-button.rearrange.disappear .grid {
        box-shadow: 0rem -1rem, 0rem -2rem, 1rem 0rem, -2rem 0rem, 2rem 0rem, -1rem 0rem, 0rem 2rem, 0rem 1rem;
    }

.nav courts_nav > li > a:hover,
.nav courts_nav > li > a:focus {
    text-decoration: none;
    background-color: #ffffff !important;
}

.nav courts_nav > li > a {
    display: block;
    padding: 10px 5px !important;
    position: relative;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0px;
}

.panel {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}

#HomeMenu {
    list-style: none outside none;
}

    #HomeMenu > li {
        line-height: 2.2;
        margin-left: -20px;
        margin-right: 20px;
        margin-bottom: 5px;
        border-bottom: 1px solid #e3e5e2;
    }

.toplevel a, .toplevel a:link, .toplevel a:active, .toplevel a:visited, .toplevel a:hover {
    text-decoration: none;
}

#HomeMenu a, #HomeMenu a:link, #HomeMenu a:active, #HomeMenu a:visited {
    color: #3774ba;
    text-decoration: none;
    font-weight: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}

    #HomeMenu a:hover {
        color: #fbaa27 !important;
        text-decoration: none;
        font-weight: none;
    }
/* ############################################################################################## */





/* S E R V I C E S   A R E A   H O M E P A G E */

.superior_services {
    padding-left: 15px;
    padding-top: -5px;
}

.services_row {
    margin-left: 0px;
    margin-right: 0px;
}

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    .three-col-card {
        float: none;
        height: 100%;
        margin-right: 1.69492%;
        width: 90%;
        margin-bottom: 18px;
        position: relative;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .three-col-card {
        float: left;
        height: 595px;
        margin-right: 1.69492%;
        width: 31%;
        margin-bottom: 18px;
        position: relative;
    }

    .services-card-data p {
        font-size: 0.9em;
        display: block;
        height: 12em;
        line-height: 1.375em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .three-col-card {
        float: left;
        height: 560px;
        margin-right: 1.69492%;
        width: 31%;
        margin-bottom: 18px;
        position: relative;
    }

    .services-card-data p {
        font-size: 0.9em;
        display: block;
        height: 12em;
        line-height: 1.375em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .three-col-card {
        float: left;
        height: 560px;
        margin-right: 1.69492%;
        width: 31%;
        margin-bottom: 18px;
        position: relative;
    }

    .services-card-data p {
        font-size: 0.9em;
        display: block;
        height: 8em;
        line-height: 1.375em;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.services-card {
    border: 1px solid #e4e4e4;
    overflow: hidden;
    position: relative;
}

.services-card-data {
    overflow: hidden;
    padding: 0 15px;
}

    .services-card-data h2 {
        color: #3774ba;
        display: block;
        font-size: 20px;
        height: 2.4em;
        line-height: 1.2em;
        margin: 20px 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.services-card-option-links {
    margin-top: 10px;
    padding: 23px 15px 0;
}

ul.option-links {
    font-size: 13px;
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}


    ul.option-links li a::after {
        -moz-osx-font-smoothing: grayscale;
        color: #1925a6;
        content: "\f0da";
        float: right;
        font-family: 'FontAwesome'; /* changed from 'Font Awesome 5 Pro' on 8/22/2023 to fix display issue*/
        font-size: 18px;
        font-style: normal;
        font-variant: normal;
        font-weight: 900;
        line-height: 1;
        text-transform: none;
    }

    ul.option-links li.first a {
        border-bottom: 1px solid #e4e4e4 !important;
    }

    ul.option-links li.last a {
        border-bottom: none !important;
    }

    ul.option-links li a {
        border-bottom: 1px solid #e4e4e4;
        color: #000000;
        display: block;
        letter-spacing: 2px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
    }

.services-card-footer-bar {
    background-color: #f6f8f7;
    border-top: 1px solid #e4e4e4;
    bottom: 0;
    padding: 14px;
    width: 100%;
}

    .services-card-footer-bar p {
        color: #000000;
        font-size: 13px;
        letter-spacing: 2px;
        margin-left: 8px;
        text-transform: uppercase;
        font-weight: 700;
    }

    .services-card-footer-bar a, .services-card-footer-bar a:link, .services-card-footer-bar a:visited {
        color: #000000;
    }
/* ############################################################################################## */





/* A B O U T   U S   S E C T I O N */

.we_are {
    padding: 25px;
}

    .we_are h5 {
        color: #0066cc;
        font-size: 20px;
    }

.about_row {
    background-color: #f8fafa;
}
/* ############################################################################################## */





/* T A B L E   C E L L   W I D T H S */

td.who-file {
    width: 20%;
}

td.what-provide {
    width: 40%;
}

td.standard {
    width: 40%;
}
/* ############################################################################################## */


/* SUPERIOR STYLES */
.aboutOnline {
    background: #fafafa;
    padding: 10px;
    padding-top: 20px;
}

.linkListTitle {
    font-size: 26px;
    margin-top: -20px;
}

.about-img {
    margin-top: -65px;
}

.about-icon {
    color: #1925a6;
}

.qlButton {
    margin-right: 40px;
}

.prevNews {
    margin-top: 55px;
    margin-right: 40px;
    position: relative;
}

.legalCommunity {
    background: #e1e6ea;
    padding: 30px !important;
    width: 47%;
    min-height: 350px;
    margin-top: -30px;
}

@media (max-width: 1200px) {
    .legalCommunity {
        width: 100%;
    }
}

@media (min-width: 991px) and (max-width: 1200px) {
    .legalCommunity {
        padding-top: 10px;
    }

    .prevNews {
        margin-top: 35px;
        margin-right: 13px;
    }
}

@media (max-width: 991px) {
    .legalCommunity {
        padding-top: 10px;
    }

    .prevNews {
        margin-top: 40px;
        margin-right: 13px;
    }

    #aboutCourt {
        margin-left: 15px;
    }

    .dateBox {
        display: block;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
}

.btn-legalComm {
    color: #1925a6;
    font-size: 16px;
    border-radius: 0px;
    padding: 10px;
    margin: 5px;
    border: 2px solid #1925a6;
    background: transparent;
}

ul.siteMenu {
    font-size: 16px;
    line-height: 14px;
    list-style-type: none;
    margin: 20px 0px 0px 10px;
    padding: 0;
    position: relative;
}

@media (min-width:1475px) and (max-width: 1600px) {
    ul.siteMenu {
        font-size: 14px;
    }
}

@media (min-width:1200px) and (max-width: 1474px) {
    ul.siteMenu {
        font-size: 12px;
    }

    .linkListTitle {
        font-size: 20px;
    }
}

ul.siteMenu li a::before {
    -moz-osx-font-smoothing: grayscale;
    color: #fbaa27;
    content: "\f0da";
    float: left;
    font-family: 'FontAwesome';
    font-size: 18px;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: none;
}

ul.siteMenu li a {
    border-bottom: none;
    color: #1925a6;
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
}

.dateBox {
    background: #1925a6;
    height: 76px; /*85*/
    width: 76px; /*85*/
    color: #fff;
    font-weight: 700;
    font-size: 22px; /*28*/
    line-height: 1.1;
    padding-top: 12px;
}

.newsTitle {
    margin-top: -5px;
    font-size: 26px; /*32*/
}

.fa-vc {
    line-height: inherit !important;
}

.fa-question-circle, .fa-check-circle {
    vertical-align: middle;
}

.link-options {
    font-weight: 700;
}

    .link-options:hover {
        color: #092495 !important;
        transition: 0.4s;
        text-decoration: none !important;
    }

.faq-links {
    font-size: 18px;
    color: #1925a6 !important;
}

    .faq-links:hover {
        color: green !important;
        transition: 0.4s !important;
    }

    .faq-links:focus {
        color: green !important;
    }

@media (max-width: 1200px) {
    .faq-links {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .faq-links {
        font-size: 14px;
    }
}

.btn-reporting {
    color: white !important;
}

    .btn-reporting:hover {
        text-decoration: none !important;
    }
/* Judges Pref Styles */
.text-superior {
    color: #1925a6;
}

.fa-arrow-right, .fa-arrow-down {
    vertical-align: middle;
}

.pref-link-options {
    font-weight: 700;
}

    .pref-link-options:hover {
        color: #092495 !important;
        transition: 0.4s;
        text-decoration: none !important;
    }

.pref-links {
    font-size: 18px;
    color: #1925a6 !important;
}

    .pref-links:hover {
        color: green !important;
        transition: 0.4s !important;
    }

    .pref-links:focus {
        color: #1925a6 !important;
    }

@media (max-width: 1200px) {
    .pref-links {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .pref-links {
        font-size: 14px;
    }
}
/* ############################################################################################## */

/* HELPER CLASSES */
.noPaddinglr {
    padding-right: 0px;
    padding-left: 0px;
}

.superiorBlue {
    color: #1925a6;
}

h5.superiorBlueHeading {
    color: #1925a6;
    font-size: 20px;
    font-weight: 700;
    display: block;
    height: 2.4em;
    line-height: 1.2em;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.noBullets {
    list-style-type: none;
}

.alert-superior {
    color: white;
    background: #1925a6;
}

.panel-primary > .panel-heading {
    background-color: #1925a6;
}

.btn-superior {
    color: white;
    background: #1925a6;
}

/* ############################################################################################## */

/* FONT AWESOME */
.fa-map-marker {
    color: #fbaa27;
}
/* ############################################################################################## */
/* MODAL STYLES */
.modal-open {
    overflow: visible !important;
}

@media only print, print {
    body.non-print .container, .modal-footer, #footer, .close,
    .modal-backdrop.non-print {
        display: none !important;
        visibility: hidden !important;
    }

    .modal.toPrint {
        position: relative;
        overflow: hidden;
        visibility: visible;
        width: 100%;
        font-size: 80%;
    }
}




/* ################## JURY FORM PAGE (AW) ############################# */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    .jury-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 500px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .jury-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 600px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .jury-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 650px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .jury-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 500px;
    }
}

.jury-table tr td {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
}

    .jury-table tr td h2 a {
        color: #3774c5;
        font-size: 32px;
        text-align: center;
        text-transform: none;
        font-weight: 400;
    }

    .jury-table tr td a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
    }

tr:not(.no-hover):hover {
    background-color: #d4d9d9;
}

.text-orange {
    color: #D35400;
}

.text-steel {
    color: #A569BD;
}

.text-green {
    color: #1E8449;
}

.welljury {
    opacity: 0.9; /* opacity [0-1] */
    -moz-opacity: 0.9; /* opacity [0-1] */
    -webkit-opacity: 0.9; /* opacity [0-1] */
    background-color: #ffffff;
}

.white {
    color: #ffffff;
    text-decoration: none;
}

/** ADA COMPLIANCY **/
.label-success {
    background-color: #2e8540;
}

.alert-danger a {
    color: #2C679B;
}

.legalCommunity h3 {
    color: #666666;
}

.announce .container h3 {
    margin-bottom: 0px;
    line-height: .5;
}

.btn-warning {
    color: #000 !important;
}

/* ################## HOME PAGE BOXES (AW) ############################# */

/* Xtra-Small Portrait devices (phones, 400px and up) */
@media (max-width: 767px) {
    .announce-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 60px; /*changed for index-oct3.aspx - was 160*/
        margin-top: 4px;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .announce-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 170px; /*changed for index-oct3.aspx - was 270*/
        margin-top: 10px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .announce-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 150px; /*changed for index-oct3.aspx - was 250*/
        margin-top: 10px;
    }
}



.covidlink {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Oxygen', sans-serif !important;
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .announce-table {
        background-color: #ecf2f2;
        border: 1px lightgrey solid;
        margin-bottom: 10px;
        width: 100%;
        min-height: 200px;
        margin-top: 10px;
    }
}

.announce-table tr td {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
}

    .announce-table tr td h2 a {
        color: #92000a;
        font-size: 32px;
        text-align: center;
        text-transform: none;
        font-weight: 400;
    }

    .announce-table tr td a:hover {
        text-decoration: underline !important;
        color: #fbaa27;
    }

.announce-table tr td, .jury-table tr td a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

    .announce-table tr td a {
        color: #92000a;
    }

.text-red {
    color: #92000a;
}

.text-green {
    color: #149414;
}

.hrnopad {
    border-top: 1px dashed #92000a;
    margin-top: 2px;
    margin-bottom: 1px;
    width: 75%;
}

.hrpad {
    border-top: 1px dashed #92000a;
    margin-top: 4px;
    margin-bottom: 8px;
    width: 75%;
}

.headingnopad {
    margin-top: 2px;
}

.smaller {
    font-size: 18px;
}

.container-border {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding-left: 25px;
    padding-bottom: 10px;
    background-color: #fcfcfc;
}

.label-danger {
    background-color: #D4403A;
}



/* ADA compliancy on letter links on AtoZ Quick find page /icourt_az_index.aspx */
.letters {
    color: #326AA9 !important;
    font-weight: 600;
    text-align: center;
}

/* ada compliancy on text-muted */
.text-muted {
    color: #757575 !important;
}


.container-border {
    border: 1px solid #ccc;
    margin-left: 6px;
    padding-top: 15px;
}


.alert-banner {
    color: #141D84;
}

    .alert-banner a {
        text-decoration: underline;
        color: #1925a6;
    }

        .alert-banner a:hover {
            color: #fbaa27;
        }

.courtdoxhdr {
    background-color: #d9d9d9 !important;
    font-weight: 600;
}



/*.alert-locations {
	border: 2px solid #bbe0f6;
	background: #fbfbfb;
	padding-bottom: 0px;
}
*/

.alert-locations table tr td {
    background: #f3f9fc !important;
}


.alert-announcement, .alert-announcement a {
    background-color: #c2371f;
    color: #fff;
    margin-top: 2px;
    margin-bottom: 0px;
}

    .alert-announcement a {
        text-decoration: underline;
    }
/*Quick escape button SVO */
.btn-danger {
    color: #ffffff !important;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 10px;
}

#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 10px;
}

.topheader {
    font-size: 42px;
}

.midheader {
    font-size: 18px;
    font-weight: 600;
}

/* construction */
.alert-yellow {
    background-color: #ffe401;
    color: #000;
    border-color: #fce004;
    margin-bottom: 10px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

    .alert-yellow a {
        color: #003da7;
    }

        .alert-yellow a:hover {
            text-decoration: underline;
        }

    .alert-yellow a {
        color: #003da7 !important;
    }

        .alert-yellow a:hover {
            text-decoration: underline;
        }


/* History Panels */

.panel-history a {
    font-weight: 700 !important;
    font-size: 18px;
}


.panel-body .pb-history {
    font-size: 18px;
    font-weight: 600;
    color: #1925a6;
}

blockquote {
    font-size: 14px !important;
}








/* Base Timeline Styles for history3.aspx*/
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
}

    .timeline:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #ccc;
        border: 1px solid #ddd;
        left: 20px; /* Adjust this if needed to align properly with badges */
    }

    .timeline > li {
        position: relative;
        min-height: 50px;
        margin-bottom: 20px;
        padding-left: 60px; /* Increased padding for mobile to prevent overlap */
    }

        .timeline > li:before {
            content: '';
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #337ab7;
            position: absolute;
            left: 15px; /* Adjust this to properly position the badge within the padded area */
            top: 15px;
        }

.timeline-panel ul {
    padding-left: 0; /* Removes default padding */
    list-style-type: none; /* Removes bullets */
    margin: 0; /* Removes default margin */
}

    .timeline-panel ul li {
        padding-left: 0; /* Ensures no padding within each li element */
    }

.timeline-badge {
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 10px;
    display: inline-block;
    width: auto;
    position: absolute;
    left: 50px; /* Position badges correctly relative to the timeline bar */
    top: 10px;
}

.timeline-panel {
    padding: 10px 15px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
    width: auto;
    max-width: 500px;
    margin-left: 120px; /* Adjust left margin to prevent overlay */
    box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .timeline:before {
    }

    .timeline > li {
        padding-left: 60px; /* Adjust padding to scale with screen size */
    }

    .timeline-panel {
        margin-left: 70px; /* Adjust margin for smaller screens */
    }

    .timeline-badge {
        left: 35px;
    }
}

.svpoquestion {
    color: #1f242a;
    font-size: 20px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding-top: 4px;
    padding-bottom: 0px;
}

/* Button color ADA compliant */
.btn-danger {
    background-color: #D1332E;
    border-color: #CD322D;
}