/*************************************************************
User: Eric Bush
Date: 11/28/2017
Time: 10:13 PM

Universal Style Sheet for Morrow County Municipal Court
 *************************************************************
 CONTENTS

 ALL media/devices
 A1.0 - Fonts
 A2.0 - Reset
 A3.0 - Anywhere Styles
 A4.0 - Page Template
      A4.1 - Header
      A4.2 - Navigation
      A4.3 - Body
      A4.4 - Footer
 A5.0 - Media Queries

 DESKTOP BROWSER

 D1.0 - Universal
 D2.0 - Reset
 D3.0 - Anywhere Styles
 D4.0 - Page Template
      D4.1 - Header
      D4.2 - Navigation
      D4.3 - Body
      D4.4 - Footer

 MOBILE BROWSER

 M1.0 - Universal
 M2.0 - Reset
 M3.0 - Anywhere Styles
 M4.0 - Page Template
      M4.1 - Header
      M4.2 - Navigation
      M4.3 - Body
      M4.4 - Footer
 M5.0 - Small iPhone Screens

 PRINT MEDIA
 P1.0 - Fonts
 P2.0 - Reset
 P3.0 - Anywhere styles
 P4.0 - Page Template
      P4.1 - Header
      P4.2 - Navigation
      P4.3 - Body
      Old IE section
      P4.4 - Footer
 *************************************************************/
/**************************************************************
A1.0 - Fonts
*************************************************************/
@import url('https://fonts.googleapis.com/css?family=Oxygen');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');
/*@import url('https://maxcdn.bootstrapcdn.com/font-awesome/5.10.2/css/font-awesome.min.css');*/
@import url("https://use.fontawesome.com/releases/v5.12.0/css/all.css");

/**************************************************************
A2.0 - Reset
*************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Oxygen-Regular', Arial, sans-serif;
    font-weight: 400;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time {
    display: block;
}

/**************************************************************
A3.0 - Universal
 *************************************************************/
/* COLORS */
.back-yellow {
    background-color: yellow;
}

.black {
    color: black;
}

.lightgray {
    background-color: lightgray;
}

.lightgreen {
    background-color: lightgreen;
}

.red {
    color: red;
}


/* STYLES */

.bold {
    font-weight: bold;
}

.bot10 {
    margin-bottom: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.clear {
    clear: both;
}

.italic {
    font-style: italic;
}

.lef10 {
    margin-left: 10px;
}

.lef15 {
    margin-left: 15px;
}

.lef25 {
    margin-left: 25px;
}

.lef40 {
    margin-left: 40px;
}

.lef60 {
    margin-left: 60px;
}

.lef80 {
    margin-left: 80px;
}

.lefm4 {
    margin-left: -4px;
}

.left {
    text-align: left;
}

.middle {
    vertical-align: middle;
}

.underline {
    text-decoration: underline;
}

hr.sep {
    border-top: .5px dotted red;
}

hr.sep1 {
    border-top: 1px solid black;
}

hr.sep2 {
    border-top: 2px dotted red;
    text-align: center;
    width: 60%;
}

img.forty {
    max-width: 400px;
    width: 40%;
}

img.fifty {
    max-width: 500px;
    width: 50%;
}

img.ninety {
    max-width: 900px;
    width: 90%;
}

img.seventy-five {
    max-width: 750px;
    width: 75%;
}

img.sixty {
    max-width: 600px;
    width: 60%;
}

.top20 {
    margin-top: 20px;
}

span.thru {
    text-decoration: line-through;
}

video.rights {
    border: 0;
    width: 640px;
    height: 360px;
}

p.link {
    color: blue;
    text-align: left;
}

p.link:hover {
    text-decoration: underline;
    cursor: pointer;
}
/**************************************************************
A4.0 - Page Template
*************************************************************/
/**************************************************************
A4.1 - Header
*************************************************************/
header {
    background: url("../_images/bannerb.jpg") no-repeat;
    background-size: cover;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.court-name, .judge-name {
    color: white;
    font-family: 'Roboto Slab', Georgia, serif;
    text-shadow: 2px 2px #000000;
}

.seal-graphic {
    background: url("../_images/county-seal.php") no-repeat;
    display: inline-block;
}

/**************************************************************
A4.2 - Navigation
*************************************************************/
/**************************************************************
A4.3 - Body
*************************************************************/
div#divDef,
div#divPlain,
div#divCase,
div#divDate,
div#divAtty,
div#divTicket,
div#divSubmit {
    display: none;
}

div.caseDetail {
    clear: both;
    float: left;
    margin-left: 1%;
    width: 98%;
}

div.contents {
    background-color: #f9fafb;
    position: relative;
}

div.crCaseDType {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    clear: both;
    float: left;
    font-weight: 700;
    padding: 2px 5px 2px 5px;
    text-align: right;
    width: 165px;
}

div.crData {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    border-right: solid 1px darkgrey;
    padding: 2px 5px 2px 5px;
    text-align: left;
    width: 98%;
}

div.crHearingDetails {
    border-bottom: solid 1px darkgrey;
    border-top: solid 1px darkgrey;
    clear: both;
    float: left;
    margin-left: 1%;
    width: 98%;
}

div.entryComment {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    border-right: solid 1px darkgrey;
    padding: 2px 5px 2px 5px;
    min-width: 100px;
    text-align: left;
    width: 98%;
}

div.entryDate {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    clear: both;
    float: left;
    padding: 2px 5px 2px 5px;
    min-width: 140px;
    width: 140px;
}

div.entryDesktop {
    display: block;
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
}

div.entryMobile {
    display: none;
}

div.entryTime {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    float: left;
    padding: 2px 5px 2px 5px;
    text-align: right;
    min-width: 70px;
    width: 70px;
}

div.goback a {
    padding-top: 10px;
}

div.sccvCaseDType {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    clear: both;
    float: left;
    font-weight: 700;
    padding: 2px 5px 2px 5px;
    text-align: right;
    width: 165px;
}

div.sccvCaseDTypeFirst {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    border-top: solid 1px darkgrey;
    clear: both;
    float: left;
    font-weight: 700;
    padding: 2px 5px 2px 5px;
    text-align: right;
    width: 165px;
}

div.sccvCaseSType {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    clear: both;
    float: left;
    font-weight: 700;
    padding: 2px 5px 2px 5px;
    text-align: right;
    width: 225px;
}

div.sccvData {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    border-right: solid 1px darkgrey;
    padding: 2px 5px 2px 5px;
    text-align: left;
    width: 98%;
}

div.sccvDataFirst {
    align-items: stretch;
    border-left: solid 1px darkgrey;
    border-right: solid 1px darkgrey;
    border-top: solid 1px darkgrey;
    padding: 2px 5px 2px 5px;
    text-align: left;
    width: 98%;
}

div.sccvHearingDetails {
    border-top: none;
    border-bottom: solid 1px darkgrey;
    clear: both;
    float: left;
    margin-left: 1%;
    width: 98%;
}

div.sTableSection, div.sTableSectionNoTop {
    background-color: darkgreen;
    color: white;
    min-width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
    width: 100%;
}

h2 {
    font-family: 'Oxygen', Arial, sans-serif;
    font-weight: 700;
    margin: .31em 2% .31em 2%;
    padding: .62em .12em;
    color: #551A87;
}

h2.red {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 700;
    margin: .31em 2% .31em 2%;
    padding: .62em .12em;
    color: red;
}

h6 {
    color: #484848;
    margin-top: 15px;
    clear: both;
}

img.card {
    border: 0;
    height: 45px;
    max-height: 45px;
    max-width: 75px;
    width: 75px;
}

input[type="submit"] {
    color: black;
    border: solid black 1px;
    border-radius: 4px;
    padding: 9px 15px;
    background-color: #ffffff;
    min-width: 120px;
    float: left;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 14px;
    margin-top: 12px;
    outline: none;
}

input[type="submit"]:hover {
    background-color: #cccccc;
    cursor: pointer;
}

input.search {
    width: 90%;
}

ol.dec {
    list-style: decimal outside;
    margin-left: 25px;
}

ol.llatin {
    list-style: lower-latin outside;
    margin-left: 25px;
}

ol.ulatin {
    list-style: upper-latin outside;
    margin-left: 25px;
}

ol.lroman {
    list-style: lower-roman outside;
    margin-left: 25px;
}

ol.uroman {
    list-style: upper-roman outside;
    margin-left: 30px;
}

li.uroman {
    padding-top: 10px;
}

p.bold {
    font-weight: bold;
}

p.center {
    text-align: center;
}

p.lightgray {
    background-color: lightgray;
    font-weight: bold;
}

p.notes {
    background-color: yellow;
}

select {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background: url("../_images/down-arrow.png") no-repeat 100% center, -webkit-linear-gradient(#fff, #fff 1%, #f5f6f7);
    border: 1px solid #dfe3e9;
    overflow: hidden;
    padding: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    color: #a0a0a0;
    font-weight: 500;
    border-radius: 4px;
}

span.black {
    color: black;
}

span.ital {
    font-style: italic;
}

span.red {
    color: red;
}

span.strike {
    text-decoration: line-through;
}

span.uu {
    text-transform: uppercase;
    text-decoration: underline;
}

#searchForm input[type=radio], input[type=checkbox] {
    display: none;
}

#searchForm input[type=radio]:checked + label:after {
    bottom: -70px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -84px;
    position: absolute;
    width: 0;
}

.alt {
    background-color: lightgray;
}

.bottom {
    border-bottom: solid 1px darkgrey;
}

.chead {
    background-color: #a0d1f1;
    border-bottom: solid 1px darkgrey;
    font-weight: 700;
    text-align: center;
}

.even {
    background-color: white;
}

.head {
    border-bottom: solid 1px darkgrey;
    font-weight: 700;
    text-align: center;
}

.left {
    text-align: left;
}

.main-wrap a {
    color: blue;
    text-decoration: none;
}

.main-wrap a:hover {
    text-decoration: underline;
}

.main-wrap h2.header {
    color: black;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}

.main-wrap h2.header-red {
    color: red;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px;
    text-align: center;
}

.prior {
    margin-top: 10px;
}

.row {
    display: flex;
}

.rules {
    font-size: 14px;
}

.rules h2 {
    color: black;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 0;
    text-align: center;
    text-decoration: underline;
}

.rules li {
    margin-top: 5px;
}

.shead {
    background-color: lightgreen;
    border-bottom: solid 1px darkgrey;
    font-weight: 700;
    text-align: center;
}

.tab-nav {
    vertical-align: top;
}

.tab-nav span {
    font-family: 'Oxygen', Arial, sans-serif;
    font-weight: 300;
    height: 4em;
    display: inline-block;
    padding: 0 10px;
}

/**************************************************************
 Desktop Styles
 *************************************************************/
@media only screen {
    /**************************************************************
    D1.0 - Universal
     *************************************************************/
    html, body {
        background-color: #f2f2f3;
        height: 100%;
        width: 100%;
    }

    /**************************************************************
    D2.0 - Reset
     *************************************************************/
    /**************************************************************
    D3.0 - Anywhere Styles
     *************************************************************/
    .body-content {
        height: 100%;
        width: 100%;
    }

    .container {
        margin: 0 auto;
        max-width: 1200px;
    }

    .page-wrap {
        bottom: 40px;
        left: 0;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 104px;
    }

    /**************************************************************
    D4.0 - Page Template
     *************************************************************/
    /**************************************************************
    D4.1 - Header
     *************************************************************/
    header {
        border-bottom: solid 2px darkblue;
        height: 102px;
    }

    .court {
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        width: 200px;
    }

    .court-name {
        font-size: 24px;
        font-weight: 700;
        margin-bottom: -8px;
    }

    .judge {
        float: right;
        padding-right: 20px;
        padding-top: 10px;
    }

    .judge-name {
        font-size: 24px;
        font-weight: 400;
        font-style: italic;
    }

    .oldIE {
        background-color: yellow;
        border: solid 4px black;
        display: none;
        left: 350px;
        margin-left: auto;
        margin-right: auto;
        padding: 5px;
        position: absolute;
        text-align: center;
        top: 30px;
    }

    .seal {
        float: left;
        margin: 4px 0 4px 4px;
    }

    .seal-graphic {
        background-size: 90px 90px;
        width: 90px;
        height: 90px;
    }

    /**************************************************************
    D4.2 - Navigation
     *************************************************************/
    .left {
        float: left;
        padding-left: 5px;
    }

    .small {
        font-size: 10px;
        font-weight: 300;
    }

    .left-menu {
        bottom: 0;
        display: block;
        float: left;
        left: 0;
        margin-bottom: 10px;
        margin-top: 10px;
        position: absolute;
        top: 0;
        width: 180px;
    }

    .left-menu-list {
        list-style-type: none;
    }

    .left-menu a {
        text-decoration: none;
    }

    .left-menu a:hover {
        text-decoration: underline;
    }

    .left-menu li {
        background-color: #d9e7f0;
        border-bottom: solid 1px #00008b;
        border-radius: 0 0 0 0;
        border-right: solid 1px #00008b;
        clear: both;
        color: darkblue;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: 900;
        height: 32px;
        line-height: 22px;
        padding: 5px 5px 0 10px;
        text-align: left;
        width: 150px;
    }

    .left-menu li a {
        color: darkblue;
        font-size: 14px;
        font-weight: 500;
        position: relative;
        top: 5px;
    }

    .left-menu li.header {
        background-color: white;
        border-bottom: solid 1px black;
        border-radius: 0 5px 0 0;
        border-right: solid 1px black;
        border-top: solid 1px black;
        clear: both;
        cursor: default;
        font-weight: 500;
        margin-top: 10px;
        padding: 10px 0 0 0;
        text-align: center;
        width: 165px;
    }

    .left-menu li.select:before {
        background-color: #00008b;
        color: white;
    }

    .left-menu li.select {
        background-color: #a0d1f1;
    }

    .left-menu li.internal:before {
        content: '\f0A4';
    }

    .left-menu li.construction:before {
        content: '\f7d9';
    }

    .left-menu li.contact:before {
        content: '\f0e0';
    }

    .left-menu li.doc:before {
        content: '\f15c';
    }

    .left-menu li.external:before {
        content: '\f35d';
    }

    .left-menu li.home:before {
        content: '\f015';
    }

    .left-menu li.judgelink:before {
        content: '\f0e3';
    }

    .left-menu li.video:before {
        content: '\f03d';
    }

    .left-menu li.jury:before {
        content: '\f0e3';
    }

    .left-menu li.list:before {
        content: '\f03a';
    }

    .left-menu li.map:before {
        content: '\f14e';
    }

    .left-menu li.money:before {
        content: '\f0d6';
    }

    .left-menu li.parking:before {
        content: '\f540';
    }

    .left-menu li.payments:before {
        content: '\f155';
    }

    .left-menu li.phone:before {
        content: '\f095';
    }

    .left-menu li.question:before {
        content: '\f128';
    }

    .left-menu li.sccv:before {
        content: '\f24e';
    }

    .left-menu li.search:before {
        content: '\f002';
    }


    .left-menu li.small:before {
        content: '\f0c6';
    }

    .left-menu li.url:before {
        content: '\f08e';
    }

    .left-menu li:before {
        border-radius: 4px;
        color: darkblue;
        display: inline-block;
        float: left;
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: lighter;
        margin: 0 5px 2px 0;
        padding: 4px 4px 4px 4px;
        width: 18px;
    }

    .left-menu li:first-child {
        border-top: solid 1px #00008b;
        border-radius: 0 5px 0 0;
    }

    .left-menu li:last-child {
        border-radius: 0 0 5px 0;
    }

    .left-menu li:hover {
        background-color: #b2d9f3;
    }

    .top-menu {
        display: none;
    }

    /**************************************************************
    D4.3 - Body
     *************************************************************/
    button#submit.pay {
        background-color: #008000;
        border: solid 1px #004000;
        border-radius: 3px;
        color: white;
        padding: 5px;

    }

    button#submit.pay:hover {
        cursor: pointer;
    }

    div.authorization, div.creditcard, div.person {
        background-color: #f0f0f2;
        border: solid 1px #888888;
        border-radius: 5px;
        padding: 5px;
        width: 80%;
    }

    div.caseData {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
    }

    div.caseDetail {
        min-width: 580px;
    }

    div.caseField {
        align-items: stretch;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        min-width: 160px;
        text-align: right;
        width: 22%;
    }

    div.caseLeft {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        width: 48.5%;
    }

    div.casePayDetails {
        padding: 2px 5px 2px 5px;
    }

    div.casePayOnline {
        background-color: white;
        border-top: solid 1px lightgray;
        border-bottom: solid 1px lightgray;
        color: black;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        padding-top: 15px;
        text-align: center;
    }

    div.casePayOnlineDesktop {
        display: block;
    }

    div.casePayOnlineMobile {
        display: none;
    }

    div.caseRight {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        margin-left: 1%;
        width: 48%;
    }

    div.colLeft {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 40%;
    }

    div.colRight {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 40%;
    }


    /* Credit Cards */
    div#ccExpMo {
        clear: both;
        padding-left: 10px;
    }

    div#ccExpYe {
        float: left;
        padding-left: 10px;
    }

    div#ccN {
        float: left;
        width: 100%;
    }

    div#ccV {
        float: left;
        padding-left: 10px;
    }

    div.contents {
        box-shadow: 1px 1px 2px #888888;
        border: solid 1px #cccccc;
        left: 180px;
        margin: 20px 10px 10px 0;
        overflow: hidden;
        padding: 10px;
        position: absolute;
        width: calc(100% - 230px);
    }

    div.contents li.square {
        list-style-type: square;
        margin-left: 20px;
    }

    /* Criminal Daily Docket */
    div.crCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 12%;
    }

    div.crCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.crDaily {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 580px;
        margin-left: 1%;
        width: 98%;
    }

    div.crDailyMobile {
        display: none;
    }

    div.crName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.crTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.crType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.docAtty {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docCase {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 14%;
    }

    div.docCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docDaily {
        border-bottom: solid 1px darkgrey;
        border-top: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 580px;
        margin-left: 1%;
        width: 98%;
    }

    div.docDailyMobile {
        display: none;
    }

    div.docDate {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.docName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.entryComment {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        text-align: left;
        width: 98%;
    }

    div.entryDate {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 140px;
        width: 140px;
    }

    div.entryDesktop {
        display: block;
        clear: both;
        float: left;
        min-width: 580px;
        margin-left: 0;
        width: 100%;
    }

    div.entryMobile {
        display: none;
    }

    div.entryTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        text-align: right;
        min-width: 70px;
        width: 70px;
    }

    div.ext {
        float: left;
        padding-left: 10px;
        text-align: left;
    }

    div.histAtty {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 49%;
    }

    div.histCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 15%;
    }

    div.histCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 34%;
    }

    div.histDate {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.histName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 27%;
    }

    div.histResults {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 580px;
        margin-left: 1%;
        width: 98%;
    }

    div.histResultsMobile {
        display: none;
    }

    div.histTicket {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 15%;
    }

    div.hours {
        clear: both;
        float: left;
        width: 90%;
    }

    div.judge-photo {
        background-image: url("../_images/judge.jpg");
        background-size: contain;
        box-shadow: 2px 2px 2px grey;
        float: left;
        height: 250px;
        margin-right: 5px;
        width: 200px;
    }

    div.left {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
        min-width: 150px;
    }

    div.name {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
        width: 25%;
    }

    div.right {
        float: left;
        text-align: left;
    }

    div.person {
        width: 80%;
    }

    div.plabel {
        display: block;
        width: 125px;
        text-align: right;
    }

    div.phones {
        clear: both;
        float: left;
        width: 90%;
    }

    div.pRow {
        clear: both;
        width: 95%;
    }

    div.sccvCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 12%;
    }

    div.sccvDaily, div.sccvList {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 580px;
        margin-left: 1%;
        width: 98%;
    }

    div.sccvDailyMobile, div.sccvListMobile {
        display: none;
    }

    div.sccvDef {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 26%;
    }

    div.sccvDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 88%;
    }

    div.sccvDisposition {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 30%;
    }

    div.sccvPla {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 26%;
    }

    div.sccvSDef {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 29%;
    }

    div.sccvSPla {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 29%;
    }

    div.sccvTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 10%;
    }

    div.sccvType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 25%;
    }

    div.title {
        float: left;
        font-style: italic;
        text-align: left;
    }

    div.wsCase {
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 65.8%
    }

    div.wsCases {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        min-width: 500px;
        width: 98%;
    }

    div.wsOffense {
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 30%;
    }

    div#browse-civil-options {
        display: block;
        margin-left: 50px;
        padding-bottom: 10px;
    }

    div#browse-civil-options a {
        font-style: italic;
        color: #551A87;
    }

    div#browse-civil-options a:hover {
        text-decoration: underline;
    }

    div#browse-civil-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#browse-civil-options li {
        background-color: white;
    }

    div#browse-criminal-options {
        display: block;
        margin-left: 50px;
        padding-bottom: 10px;
    }

    div#browse-criminal-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#browse-criminal-options li {
        background-color: white;
    }

    div#civil-smallclaims {
        /*background-color: #a0f1d1;*/
        border: solid 1px #333333;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 5px;
    }

    div#search-cases-options {
        display: block;
    }

    div#search-sccv-options {
        display: block;
    }

    div#traffic-criminal {
        /*background-color: #a0d1f1;*/
        border: solid 1px #333333;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 5px;
    }

    h6.left {
        padding-right: 5px;
    }

    h6.warning,
    p.warning,
    span.warning {
        color: #ed1c24;
        font-weight: 600;
    }

    span.message-blue {
        background-color: blue;
        color: white;
        /*cursor: pointer;*/
        display: block;
        height: 80px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }

    input[type="text"] {
        border: solid 1px #dfe3e9;
        border-radius: 4px;
        color: #333333;
        font-family: 'Oxygen', Arial, sans-serif;
        font-size: 15px;
        float: left;
        margin-bottom: 15px;
        padding: 15px 0 15px 15px;
    }

    input.address {
        width: 95%;
    }

    input.city {
        width: 50%;
    }

    input.zip {
        width: 125px;
    }

    input#ccN {
        width: 175px;
    }

    input#ccV {
        width: 50px;
    }

    input#expMo {
        width: 30px;
    }

    input#expYe {
        width: 60px;
    }

    input#pEmail {
        width: 400px;
    }

    input#pFirstName {
        width: 125px;
    }

    input#pLastName {
        width: 150px;
    }

    input#pAddress {
        width: 415px;
    }

    input#pCity {
        width: 150px;
    }

    input#pState {
        width: 40px;
    }

    input#pZip {
        width: 100px;
    }

    input#browse-civil,
    input#browse-criminal,
    input#search-cases {
        display: none;
    }

    input#tab1,
    input#tab2,
    input#tab3,
    input#tab4 {
        display: none;
    }

    input[type="password"].warning,
    input[type="text"].warning,
    input[type="radio"].warning,
    textarea.warning,
    select.warning {
        border: solid 3px #ed1c24;
    }

    label.actions {
        color: #333333;
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 700;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        font-style: italic;
    }

    li.button {
        border: solid 1px gray;
        border-radius: 3px 3px 3px 3px;
        float: left;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 5px 5px 10px 5px;
        text-align: center;
    }

    li.button:hover {
        cursor: pointer;
        background-color: #cccccc;
    }

    label.radio-nav {
        background-color: #eeeeee;
        border: .12em solid white;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 300;
        float: left;
        margin: .31em 1% .31em 1%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 20%;
    }

    label.radio-nav:hover {
        cursor: pointer;
    }

    label.types {
        background-color: #cccccc;
        border: .12em solid darkblue;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 300;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 96%;
    }

    label.types:hover {
        cursor: pointer;
    }

    select#pCountry {
        color: #333333;
        font-family: 'Oxygen', Arial, sans-serif;
        font-size: inherit;
        width: 150px;
    }

    span.right {
        float: right;
        padding-right: 10px;
    }

    .body-content {
        height: 100%;
        width: 100%;
    }

    .main-content {
        height: calc(100% - 150px);
        left: 220px;
        position: absolute;
        overflow-y: auto;
        top: 110px;
    }

    .main-wrap {
        float: left;
        overflow-y: scroll;
    }

    .main-wrap p {
        padding: 5px;
    }

    .main-wrap section {
        margin-bottom: 0px;
        margin-left: 180px;
    }

    .page-wrap {
        bottom: 40px;
        left: 0;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 104px;
    }

    /* Warnings */
    .warning h6,
    .warning p,
    .warning span {
        color: #ed1c24;
        font-weight: 600;
    }

    .warning input[type="text"],
    .warning input[type="radio"],
    .warning input[type="password"],
    .warning textarea,
    .warning select {
        border: solid 1px #ed1c24;
    }

    /**************************************************************
    D4.4 - Footer
     *************************************************************/
    footer {
        background-color: darkred;
        bottom: 0;
        height: 40px;
        left: 0;
        margin-top: 5px;
        overflow: hidden;
        position: absolute;
        right: 0;
        width: 100%;
    }

    a {
        color: white;
        text-decoration: none;
    }

    a.white {
        color: white;
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }

    div.address {

    }

    h2.address-narrow {
        display: none;
    }

    h2.address-wide {
        color: white;
        font-family: 'Oxygen', Arial, sans-serif;
        font-size: 12px;
        font-weight: 300;
        text-align: center;
    }
}

/**************************************************************
 Mobile Styles
 *************************************************************/
@media only screen and (max-width: 768px) {
    /**************************************************************
    M1.0 - Universal
     *************************************************************/
    @viewport {
        min-zoom: 1;
        max-zoom: 2;
    }

    html, body {
        height: 100%;
        overflow: hidden;
    }

    .container {
        margin: 0;
        padding: 0 0;
    }

    /**************************************************************
    M2.0 - Reset
     *************************************************************/
    /**************************************************************
    M3.0 - Anywhere Styles
     *************************************************************/
    /**************************************************************
    M4.0 - Page Template
     *************************************************************/
    /**************************************************************
    M4.1 - Header
     *************************************************************/
    header {
        background-size: 800px 102px;
        border-bottom: solid 2px darkblue;
        height: 66px;
    }

    .court {
        padding-left: 5px;
        padding-top: 10px;
    }

    .court-name {
        font-size: 10px;
        font-weight: 500;
    }

    .judge {
        float: left;
        padding-right: 5px;
        padding-top: 10px;
    }

    .judge-name {
        font-size: 10px;
        font-weight: 400;
        font-style: italic;
    }

    .oldIE {
        background-color: rgba(0, 0, 0, 0.0);
        border: none;
        color: rgba(0, 0, 0, 0.0);
        display: none;
    }

    .seal {
        float: left;
        margin: 2px 2px 2px 2px;
    }

    .seal-graphic {
        background-size: 60px 60px;
        width: 60px;
        height: 60px;
    }

    /**************************************************************
    M4.2 - Navigation
     *************************************************************/
    div#nav-menu {
        display: block;
        left: 0;
        margin-bottom: 10px;
        margin-top: 5px;
        width: 100%;
    }

    .left-menu {
        display: none;
        overflow-y: scroll;
        width: 0;
    }

    .nav-menu {
        background-color: white;
        border: solid darkblue 1px;
        border-radius: 5px;
        color: darkblue;
        font-size: 1.2em;
        margin: 6px 2px 2px 2px;
        padding: 4px;
    }

    .nav-menu:hover {
        background-color: darkblue;
        color: white;
    }

    .nav-menu a, .nav-menu a:hover {
        text-decoration: none;
    }

    .top-menu {
        display: block;
    }

    .top-menu a {
        text-decoration: none;
    }

    .top-menu a:hover {
        text-decoration: underline;
    }

    .top-menu li.header {
        background-color: white;
        border-bottom: solid 1px black;
        border-radius: 0 5px 0 0;
        border-right: solid 1px black;
        border-top: solid 1px black;
        clear: both;
        cursor: default;
        font-weight: 500;
        margin-top: 10px;
        padding: 10px 0 0 0;
        text-align: center;
        width: 165px;
    }

    .top-menu li {
        background-color: #d9e7f0;
        border-bottom: solid 1px #00008b;
        border-radius: 0 0 0 0;
        border-right: solid 1px #00008b;
        clear: both;
        color: darkblue;
        cursor: pointer;
        display: inline-block;
        height: 32px;
        line-height: 22px;
        padding: 5px 5px 0 10px;
        text-align: left;
        width: 150px;
    }

    .top-menu li:before {
        border-radius: 2px;
        color: darkblue;
        display: inline-block;
        float: left;
        font-family: 'Font Awesome 5 Free';
        font-size: 18px;
        font-weight: lighter;
        margin: 0 2px 2px 0;
        padding: 2px 2px 2px 2px;
        width: 18px;
    }

    .top-menu li.select:before {
        background-color: #00008b;
        color: white;
    }

    .top-menu li.select {
        background-color: #a0d1f1;
    }

    .top-menu li.internal:before {
        content: '\f0A4';
    }

    .top-menu li.construction:before {
        content: '\f7d9';
    }

    .top-menu li.contact:before {
        content: '\f0e0';
    }

    .top-menu li.doc:before {
        content: '\f15c';
    }

    .top-menu li.external:before {
        content: '\f35d';
    }

    .top-menu li.home:before {
        content: '\f015';
    }

    .top-menu li.judgelink:before {
        content: '\f0e3';
    }

    .top-menu li.video:before {
        content: '\f03d';    }

    .top-menu li.jury:before {
        content: '\f0e3';
    }

    .top-menu li.list:before {
        content: '\f03a';
    }

    .top-menu li.map:before {
        content: '\f14e';
    }

    .top-menu li.money:before {
        content: '\f0d6';
    }

    .top-menu li.parking:before {
        content: '\f540';
    }

    .top-menu li.payments:before {
        content: '\f155';
    }

    .top-menu li.phone:before {
        content: '\f095';
    }

    .top-menu li.question:before {
        content: '\f128';
    }

    .top-menu li.question:before {
        content: '\f0c6';
    }

    .top-menu li.sccv:before {
        content: '\f24e';
    }

    .top-menu li.search:before {
        content: '\f002';
    }

    .top-menu li.url:before {
        content: '\f08e';
    }

    .top-menu li:first-child {
        border-top: solid 1px #00008b;
        border-radius: 0 5px 0 0;
    }

    .top-menu li:last-child {
        border-radius: 0 0 5px 0;
    }

    .top-menu-list {
        display: none;
        list-style-type: none;
        width: 300px;
    }

    /**************************************************************
    M4.3 - Body
     *************************************************************/
    button#submit.pay {
        background-color: #008000;
        border: solid 1px #004000;
        border-radius: 3px;
        color: white;
        padding: 5px;

    }

    button#submit.pay:hover {
        cursor: pointer;
    }

    div.caseData {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
    }

    div.caseDetail {
        font-size: 13px;
        min-width: 0;
    }

    div.caseField {
        align-items: stretch;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        text-align: right;
        width: 22%;
    }

    div.caseLeft {
        align-items: stretch;
        border-bottom: none;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        border-top: solid 1px darkgrey;
        float: left;
        margin-left: 0;
        width: 98%;
    }

    div.casePayDetails {
        border-bottom: solid 1px darkgrey;
        padding: 2px 5px 2px 5px;
    }

    div.casePayOnline {
        background-color: white;
        border-top: solid 1px lightgray;
        border-bottom: solid 1px lightgray;
        color: black;
        font-size: 14px;
        font-weight: 700;
        height: 40px;
        padding-top: 15px;
        text-align: center;
    }

    div.casePayOnlineDesktop {
        display: none;
    }

    div.casePayOnlineMobile {
        display: block;
    }

    div.caseRight {
        align-items: stretch;
        border-bottom: solid 1px darkgrey;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        border-top: none;
        clear: both;
        float: left;
        margin-left: 0;
        width: 98%;
    }

    div.colLeft {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 80%;
    }

    div.colRight {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 80%;
    }


    div.contents {
        border: none;
        box-shadow: none;
        left: 0;
        margin: 5px 5px 10px 5px;
        min-width: calc(100% - 16px);
        padding: 3px;
        position: relative;
        width: calc(100% - 16px);
    }

    div.contents li.square {
        list-style-type: square;
        margin-left: 20px;
    }

    div.crCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 12%;
    }

    div.crCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.crDaily {
        display: none;
    }

    div.crDailyMobile {
        border: solid 1px darkgrey;
        clear: both;
        display: block;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.crDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: calc(100% - 90px);
    }

    div.crTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.crType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.docCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 90px;
        width: 90px;
    }

    div.docDaily {
        display: none;
    }

    div.docDailyMobile {
        border: solid 1px darkgrey;
        clear: both;
        display: block;
        float: left;
        font-size: 13px;
        margin-left: 1%;
        width: 98%;
    }

    div.docDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: calc(100% - 90px);
    }

    div.entryDesktop {
        display: none;
    }

    div.entryMobile {
        display: block;
        clear: both;
        float: left;
        margin-left: 0;
        width: 100%;
    }

    div.entryRow {
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        clear: both;
        float: left;
        width: 100%;
    }

    div.ext {
        float: left;
        text-align: left;
        padding-left: 10px;
    }

    div.histCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 90px;
        width: 90px;
    }

    div.histDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: calc(100% - 90px);
    }

    div.histResults {
        display: none;
    }

    div.histResultsMobile {
        border: solid 1px darkgrey;
        clear: both;
        display: block;
        float: left;
        font-size: 13px;
        margin-left: 1%;
        width: 98%;
    }

    div.hours {
        clear: both;
        float: left;
        width: 90%;
    }

    div.left {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
    }

    div.name {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
        width: 90%;
    }

    div.phones {
        clear: both;
        float: left;
        width: 98%;
    }

    div.right {
        float: left;
        padding-left: 10px;
        text-align: left;
    }

    div.sccvCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 90px;
        width: 90px;
    }

    div.sccvDaily, div.sccvList {
        display: none;
    }

    div.sccvDailyMobile, div.sccvListMobile {
        border: solid 1px darkgrey;
        clear: both;
        display: block;
        float: left;
        font-size: 13px;
        margin-left: 1%;
        width: 98%;
    }

    div.sccvDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: calc(100% - 90px);
    }

    div.title {
        float: left;
        font-style: italic;
        padding-left: 15px;
        text-align: left;
        width: 71%;
    }

    div.wsCases {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        min-width: unset;
        width: 98%;
    }

    div.wsCase {
        align-items: stretch;
        border: 0;
        float: left;
        min-width: 55%;
        padding: 2px 5px 2px 5px;
        width: 55%;
    }

    div.wsOffense {
        border-right: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 33%;
        width: 33%;
    }

    div#browse-civil-options {
        display: none;
        padding-bottom: 10px;
    }

    div#browse-civil-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#browse-criminal-options {
        display: none;
        padding-bottom: 10px;
    }

    div#browse-criminal-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#search-cases-options {
        display: none;
    }

    div#search-sccv-options {
        display: none;
    }

    label {
        background-color: #cccccc;
        border: .12em solid darkblue;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 300;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 96%;
    }

    input[type="text"] {
        border: solid 1px #dfe3e9;
        border-radius: 4px;
        color: #888888;
        font-family: 'Oxygen', Arial, sans-serif;
        font-size: 15px;
        float: left;
        height: 19px;
        margin-bottom: 15px;
        padding: 15px 0 15px 15px;
    }

    li.button {
        border: solid 1px gray;
        border-radius: 3px 3px 3px 3px;
        float: left;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 5px 5px 10px 5px;
        text-align: center;
    }

    li.button:hover {
        background-color: #cccccc;
        cursor: pointer;
    }

    label.radio-nav {
        background-color: #eeeeee;
        border: 3px solid #f9fafb;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 300;
        float: left;
        height: 40px;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 42%;
    }

    label.types {
        margin-left: 8%;
        width: 90%;
    }

    section.contents {
        padding: 1% 1% 2% 1%;
        width: 98%;
    }

    span.message-blue {
        background-color: blue;
        color: white;
        /*cursor: pointer;*/
        display: block;
        height: 120px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

    p {
        padding: 10px 5px 0 5px;
    }

    .main-content {
        height: 100%;
    }

    .main-wrap {
        height: 100%;
        float: left;
        overflow-y: auto;
        width: 100%;
    }

    .main-wrap section {
        height: auto;
        margin: 0 0 10px 0;
    }

    .page-wrap {
        bottom: 35px;
        clear: both;
        height: calc(100% - 103px);
        margin: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        top: 68px;
        width: 100%;
    }

    .body-content {
        height: 100%;
        overflow-y: hidden;
    }

    /**************************************************************
    M4.4 - Footer
     *************************************************************/
    footer {
        background-color: darkred;
        height: 35px;
        margin-top: 5px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }

    a.white {
        color: white;
        text-decoration: none;
    }

    h2.address-narrow {
        color: white;
        font-family: 'Oxygen', Arial, sans-serif;
        font-size: 11px;
        font-weight: 300;
        text-align: center;
        margin: 0;
        padding: 0;
    }

    h2.address-wide {
        display: none;
    }

    input.address {
        width: 95%;
    }

    input.city {
        width: 50%;
    }

    input.zip {
        width: 125px;
    }

    #address {
        margin: 3px auto 3px auto;
    }
}

/**************************************************************
M5.0 - Small iPhone Screens
 *************************************************************/
@media only screen and (max-width: 568px) and (orientation: portrait) {
    header {
        height: 58px;
    }

    .court-name {
        font-size: 9px;
    }

    .judge-name {
        font-size: 9px;
    }

    .page-wrap {
        height: calc(100% - 93px);
    }

    .seal-graphic {
        background-size: 50px 50px;
        width: 50px;
        height: 50px;
    }
}

/**************************************************************
 Print Media
 *************************************************************/
@media print {
    /**************************************************************
     P1.0 - Fonts
     *************************************************************/
    /**************************************************************
     P2.0 - Reset
     *************************************************************/
    html, body {
        background-color: white;
        height: 100%;
        width: 100%;
    }

    .body-content, .contents, .main-content, .main-wrap, .page-wrap {
        height: unset;
    }

    /**************************************************************
     P3.0 - Anywhere styles
     *************************************************************/
    /**************************************************************
     P4.0 - Page
     *************************************************************/
    /**************************************************************
     P4.1 - Header
     *************************************************************/
    header {
        background: none white;
        border-bottom: 2px solid black;
        position: relative;
    }

    .court-name, .judge-name {
        color: black;
        font-family: 'Roboto Slab', Georgia, serif;
        text-shadow: none;
    }

    /**************************************************************
     P4.2 - Navigation
     *************************************************************/
    nav {
        display: none;
    }

    /**************************************************************
     P4.3 - Body
     *************************************************************/
    a.white {
        color: black;
    }

    span.break {
        page-break-after: always;
    }

    div.caseData {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
    }

    div.caseDetail {
        clear: both;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.caseField {
        align-items: stretch;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        min-width: 160px;
        text-align: right;
        width: 22%;
    }

    div.caseLeft {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        width: 48%;
    }

    div.casePayDetails {
        padding: 2px 5px 2px 5px;
    }

    div.casePayOnlineDesktop {
        display: block;
    }

    div.casePayOnlineMobile {
        display: none;
    }

    div.caseRight {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        margin-left: 1%;
        width: 48%;
    }

    div.colLeft {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 40%;
    }

    div.colRight {
        align-items: stretch;
        float: left;
        margin-left: 20px;
        margin-right: 20px;
        width: 40%;
    }

    div.contents {
        background-color: white;
        border: none;
        box-shadow: none;
        left: 180px;
        margin: 10px 10px 10px 0;
        min-width: 800px;
        padding: 10px;
        position: relative;
        width: calc(100% - 230px);
    }

    div.contents li.square {
        list-style-type: square;
        margin-left: 20px;
    }

    div.crCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 12%;
    }

    div.crCaseDType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        text-align: right;
        width: 165px;
    }

    div.crCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.crDaily {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.crDailyMobile {
        display: block;
    }

    div.crData {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        padding: 2px 5px 2px 5px;
        text-align: left;
        width: 98%;
    }

    div.crHearingDetails {
        border-bottom: solid 1px darkgrey;
        border-top: solid 1px darkgrey;
        clear: both;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.crName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.crTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.crType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 26%;
    }

    div.docAtty {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        border-right: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 14%;
    }

    div.docCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docDaily {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.docDailyMobile {
        display: none;
    }

    div.docDate {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.docName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 22%;
    }

    div.docTime {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.ext {
        float: left;
        padding-left: 10px;
        text-align: left;
    }

    div.histCase {
        align-items: stretch;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 115px;
        width: 15%;
    }

    div.histCharge {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 37%;
    }

    div.histDate {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 9%;
    }

    div.histName {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 27%;
    }

    div.histResults {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        margin-left: 1%;
        width: 98%;
    }

    div.histResultsMobile {
        display: none;
    }

    div.histTicket {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 15%;
    }

    div.hours {
        clear: both;
        float: left;
        width: 90%;
    }

    div.left {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
        min-width: 150px;
    }

    div.name {
        clear: both;
        float: left;
        font-weight: 700;
        text-align: left;
        width: 25%;
    }

    div.oldIE {
        display: none;
    }

    div.phones {
        clear: both;
        float: left;
        width: 90%;
    }

    div.right {
        float: left;
        text-align: left;
    }

    div.sccvCase {
        align-items: stretch;
        background-color: white;
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        min-width: 100px;
        width: 12%;
    }

    div.sccvCaseDType {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        text-align: right;
        width: 165px;
    }

    div.sccvCaseDTypeFirst {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        border-top: solid 1px darkgrey;
        clear: both;
        float: left;
        font-weight: 700;
        padding: 2px 5px 2px 5px;
        text-align: right;
        width: 165px;
    }

    div.sccvDaily, div.sccvList {
        border: solid 1px darkgrey;
        clear: both;
        float: left;
        margin-bottom: 2%;
        margin-left: 1%;
        width: 98%;
    }

    div.sccvDailyMobile, div.sccvListMobile {
        display: none;
    }

    div.sccvDef {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 26%;
    }

    div.sccvDetails {
        align-items: stretch;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 88%;
    }

    div.sccvDisposition {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 30%;
    }

    div.sccvPla {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 26%;
    }

    div.sccvSDef {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 29%;
    }

    div.sccvSPla {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 29%;
    }

    div.sccvTime {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        min-width: 100px;
        padding: 2px 5px 2px 5px;
        text-align: center;
        width: 10%;
    }

    div.sccvType {
        align-items: stretch;
        background-color: white;
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 25%;
    }

    div.tableSection, div.sTableSection {
        background-color: white;
        border-bottom: solid darkgrey 1px;
        border-top: solid darkgrey 1px;
        color: black;
        min-width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }

    div.tableSectionNoTop, div.sTableSectionNoTop {
        background-color: white;
        border-bottom: solid darkgrey 1px;
        color: black;
        min-width: 100%;
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
        width: 100%;
    }

    div.title {
        float: left;
        font-style: italic;
        text-align: left;
    }

    div.wsCase {
        border-left: solid 1px darkgrey;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 65.8%
    }

    div.wsCases {
        align-items: stretch;
        border: solid 1px darkgrey;
        float: left;
        width: 98%;
    }

    div.wsOffense {
        clear: both;
        float: left;
        padding: 2px 5px 2px 5px;
        width: 30%;
    }

    div#browse-civil-options a {
        font-style: italic;
        color: black;
    }

    div#browse-civil-options a:hover {
        text-decoration: underline;
    }

    div#browse-civil-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    div#browse-criminal-options {
        display: block;
        padding-bottom: 10px;
    }

    div#browse-criminal-options ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    h2 {
        font-family: 'Oxygen', Arial, sans-serif;
        font-weight: 700;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        color: black;
    }

    h2.address-wide {
        color: black;
        font-size: 10px;
        text-align: center;
        width: 98%;
    }

    h6 {
        color: black;
        margin-top: 15px;
        clear: both;
    }

    input[type="submit"] {
        color: black;
        border: solid black 1px;
        border-radius: 4px;
        padding: 9px 15px;
        background-color: #ffffff;
        float: left;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        margin-top: 12px;
        outline: none;
    }

    input[type="text"] {
        border: solid 1px #dfe3e9;
        border-radius: 4px;
        color: #888888;
        font-family: 'Oxygen', sans-serif;
        font-size: 15px;
        float: left;
        margin-bottom: 15px;
        padding: 15px 0 15px 15px;
    }

    input.address {
        width: 95%;
    }

    input.city {
        width: 50%;
    }

    input.zip {
        width: 125px;
    }

    label.actions {
        color: #333333;
        font-family: 'Oxygen', sans-serif;
        font-weight: 700;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        font-style: italic;
    }

    label.radio-nav {
        background-color: #eeeeee;
        border: .12em solid white;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', sans-serif;
        font-weight: 300;
        float: left;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 20%;
    }

    label.radio-nav:hover {
        cursor: pointer;
    }

    label.types {
        background-color: #cccccc;
        border: .12em solid darkblue;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: 'Oxygen', sans-serif;
        font-weight: 300;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 96%;
    }

    li.button {
        border: solid 1px gray;
        border-radius: 3px 3px 3px 3px;
        float: left;
        list-style-type: none;
        margin-bottom: 10px;
        margin-right: 5px;
        padding: 5px 5px 10px 5px;
        text-align: center;
    }

    li.button:hover {
        cursor: pointer;
        background-color: #cccccc;
    }

    p.lightgray {
        background-color: lightgray;
        font-weight: bold;
    }

    p.notes {
        background-color: white;
    }

    p.prior {
        display: none;
    }

    select {
        -webkit-appearance: button;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        background: url("../_images/down-arrow.png") no-repeat 100% center, -webkit-linear-gradient(#fff, #fff 1%, #f5f6f7);
        border: 1px solid #dfe3e9;
        overflow: hidden;
        padding: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #a0a0a0;
        font-weight: 500;
        border-radius: 4px;
    }

    span.message-blue {
        background-color: lightgray;
        color: black;
        /*cursor: pointer;*/
        display: block;
        height: 90px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }



    .alt {
        background-color: white;
    }

    .chead {
        background-color: white;
        border-bottom: solid 1px darkgrey;
        font-weight: 700;
        text-align: center;
    }

    .container {
        margin: 0 auto;
    }

    .contents {
        background-color: white;
        border: none;
        box-shadow: none;
        clear: both;
        height: unset;
        left: 0;
    }

    .court {
        float: left;
        padding-left: 20px;
        padding-top: 10px;
        width: 200px;
    }

    .court-name {
        color: black;
        font-family: 'Roboto Slab', Georgia, serif;
        font-size: 24px;
        font-weight: 700;
    }

    .even {
        background-color: white;
    }

    .judge {
        float: right;
        padding-right: 20px;
        padding-top: 10px;
    }

    .judge-name {
        color: black;
        font-family: 'Roboto Slab', Georgia, sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: italic;
    }

    .lightgreen {
        background-color: white;
    }

    .main-wrap {
        float: left;
    }

    .main-wrap a {
        color: black;
    }

    .main-wrap a:hover {
        color: black;
    }

    .main-wrap h2.header {
        border: none;
        color: black;
        font-family: 'Roboto Slab', Georgia, sans-serif;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px;
        text-align: center;
    }

    .main-wrap h2.header-red {
        border: none;
        color: red;
        font-family: 'Roboto Slab', Georgia, sans-serif;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px;
        text-align: center;
    }

    .main-wrap p {
        padding: 5px;
    }

    .main-wrap section {
        margin-left: 0;
    }

    .row {
        border-bottom: 1px solid darkgray;
        display: flex;
    }

    .seal {
        float: left;
        margin: 4px 0 4px 4px;
    }

    .seal-graphic {
        background: url("../_images/county-seal.php") no-repeat;
        background-size: 90px 90px;
        width: 90px;
        height: 90px;
        display: block;
    }

    .shead {
        background-color: white;
        border-bottom: solid 1px darkgrey;
        font-weight: 700;
        text-align: center;
    }

    span.right {
        float: right;
        padding-right: 10px;
    }


    /* Old IE section */
    *::-ms-backdrop, .court-name, .judge-name {
        color: black;
        font-family: 'Times New Roman', Georgia, serif;
        text-shadow: none;
    }

    *::-ms-backdrop, h2 {
        font-family: Arial, sans-serif;
        font-weight: 700;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        color: black;
    }

    *::-ms-backdrop, h6 {
        border: none;
        clear: both;
        color: black;
        display: inline-block;
        font-family: 'Times New Roman', Georgia, serif;
        font-weight: 600;
        margin-top: 15px;
    }

    *::-ms-backdrop, input[type="submit"] {
        color: black;
        border: solid black 1px;
        border-radius: 4px;
        padding: 9px 15px;
        background-color: #ffffff;
        float: left;
        font-family: Arial, sans-serif;
        font-size: 14px;
        margin-top: 12px;
        outline: none;
    }

    *::-ms-backdrop, input[type="text"] {
        border: solid 1px #dfe3e9;
        border-radius: 4px;
        color: #888888;
        font-family: Arial, sans-serif;
        font-size: 15px;
        float: left;
        margin-bottom: 15px;
        padding: 15px 0 15px 15px;
    }

    *::-ms-backdrop, label.actions {
        color: #333333;
        font-family: Arial, sans-serif;
        font-weight: 700;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        font-style: italic;
    }

    *::-ms-backdrop, label.radio-nav {
        background-color: #eeeeee;
        border: .12em solid white;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: Arial, sans-serif;
        font-weight: 300;
        float: left;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 20%;
    }

    *::-ms-backdrop, label.types {
        background-color: #cccccc;
        border: .12em solid darkblue;
        border-radius: .31em;
        color: #333333;
        display: inline-block;
        font-family: Arial, sans-serif;
        font-weight: 300;
        margin: .31em 2% .31em 2%;
        padding: .62em .12em;
        position: relative;
        text-align: center;
        width: 96%;
    }

    *::-ms-backdrop, select {
        -webkit-appearance: button;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        background: url("../_images/down-arrow.png") no-repeat 100% center, -webkit-linear-gradient(#fff, #fff 1%, #f5f6f7);
        border: 1px solid #dfe3e9;
        overflow: hidden;
        padding: 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
        font-family: 'Times New Roman', Georgia, serif;
        font-size: 14px;
        color: #a0a0a0;
        font-weight: 500;
        border-radius: 4px;
    }

    *::-ms-backdrop, .contents {
        background-color: white;
        border: none;
        box-shadow: none;
        display: inline-block;
        left: 0;
    }

    *::-ms-backdrop, .court-name {
        color: black;
        font-family: 'Times New Roman', Georgia, serif;
        font-size: 24px;
        font-weight: 700;
    }

    *::-ms-backdrop, .judge-name {
        color: black;
        font-family: 'Times New Roman', Georgia, sans-serif;
        font-size: 24px;
        font-weight: 400;
        font-style: italic;
    }

    *::-ms-backdrop, .main-wrap h2.header h2.header-red {
        border: none;
        display: inline-block;
        color: black;
        font-family: 'Times New Roman', Georgia, serif;
        font-size: 1.2em;
        font-weight: 600;
        padding: 5px;
        text-align: center;
        width: 98%;
    }

    *::-ms-backdrop, .rules h2 {
        color: black;
        font-family: 'Times New Roman', Georgia, serif;
        font-size: 1.2em;
        font-weight: 600;
        margin: 20px 0 0 0;
        padding: 0;
        text-align: center;
        text-decoration: underline;
    }

    *::-ms-backdrop, .seal-graphic {
        background: url("../_images/county-seal.png") no-repeat;
        background-size: 90px 90px;
        width: 90px;
        height: 90px;
        display: block;
    }

    /**************************************************************
     P4.4 - Footer
     *************************************************************/
    footer {
        background-color: white;
        border: none;
        bottom: unset;
        clear: both;
        display: inline-block;
        float: left;
        position: unset;
        width: 100%;
        z-index: unset;
    }

    .address-narrow {
        display: none;
    }

    .address-wide {
        color: black;
        display: none;
        font-weight: 300;
        text-align: center;
    }
}