<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    font-size: 10.5pt;
}

body.info {
    background-image: none;
}

h1.epay {
    font-weight: normal;
    text-align: center;
    font-size: 20pt;
    margin: 0;
    color: #0d1544;
}

h3.epay {
    clear: both;
    font-size: 1.3em;
    font-weight: normal;
    margin: 5px 0;
}

h4.epay {
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    border: 0;
    background-color: inherit;
    background-image: none;
}

.developer {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
}

.form-group.required label:after,
.legend .required:before {
    content: ' *';
    color: rgb(180, 0, 0);
}

#searchForm .nav {
    margin-bottom: 20px;
}

#resultsForm .count {
    margin: 10px 0;
}

#resultsForm .iconLegend {
    font-size: .8em;
    line-height: 16px;
}

#resultsForm .iconLegend li {
    padding: 0 0 0 20px;
    margin: 3px 0 0 15px;
    border: none;
}

#resultsForm .iconLegend .hearing {
    background: url('/images/ePayments/calendar-13x13.png') no-repeat;
}

#resultsForm .iconLegend .notPayable {
    background: url('/images/ePayments/cancel-13x13.png') no-repeat;
}

#resultsForm .tip {
    font-size: .8em;
}

#resultsForm .results {
     height: 300px;
     overflow: auto;
}

#resultsForm .results .caseInfo {
    font-size: .7em;
    width: calc(96% - 20px);
    margin-left: 2%;
}

#resultsForm .results .nonWaiverList .caseInfo tr:hover,
#resultsForm .results .waiverList .caseInfo:hover {
    background-color: #DFDFDF;
    cursor: pointer;
}

#resultsForm .results .caseInfo td {
    padding: 1px;
}

#resultsForm .results .caseInfo input[type="checkbox"],
#resultsForm .results .caseInfo .selectIcon {
    width: 13px;
    height: 13px;
    border: 0;
    margin: 2px;
}

#resultsForm .results .defendant {
    font-size: .9em;
    width: calc(100% - 20px);
}

#resultsForm .results .name1 {
    width: 35%;
}

#resultsForm .results .dob {
    width: 30%;
    text-align: center;
}

#resultsForm .results .address1 {
    width: 35%;
    text-align: right;
}

#resultsForm .results .caseFull {
    width: 25%;
}

#resultForm .results .violationDescription {
    width: 25%;
    text-align: center;
}

#resultsForm .results .hearingDate {
    width: 25%;
    text-align: center;
}

#resultsForm .results .amount {
    width: 15%;
    text-align: right;
}

#resultsForm .results .select {
    width: 10%;
    text-align: right;
}

#resultsForm .results .cases {
    border: 1px solid #ffffff;
    border-radius: 3px;
}
#resultsForm .results .waiverList {
    border-color: #DFDFDF;
}

#epayToGatewayForm .amount {
    margin: 25px 0;
    text-align: center;
    font-size: 2em;
}

.receipt {
    width: 600px;
    margin: 20px auto;
}

.breakdown table,
.total table,
.confirm table {
    margin-bottom: 0;
}

.breakdown table td:nth-of-type(2),
.total table td:nth-of-type(2),
.confirm table td:nth-of-type(2) {
    text-align: right;
}

.breakdown table tr:nth-of-type(1) td,
.total table tr:nth-of-type(1) td,
.confirm table tr:nth-of-type(1) td {
    border: none;
}

.breakdown .panel-footer {
    text-align: right;
}

.cardLogo {
    margin: 2px;
}

.contentFooter div {
    margin: 20px 0;
    text-align: center;
}

.nonPayableMessage,
.selectMessage {
    clear: left;
    float: left;
    text-align: left;
    font-size: .8em;
    width: 550px;
    margin: 5px 0;
}

.resultsHeading {
    float: left;
    margin: 10px 0;
    padding: 0;
}

.selectMessage {
    font-weight: bold;
}






/* BEGIN: Type Group Checkbox Selectors */

.typeGroup {
    margin: 10px 0;
    overflow: auto;
}

.typeGroup label {
    font-size: 12pt;
    cursor: pointer;
}

.typeGroup input[type="checkbox"] {
    display: none;
}

.typeGroup input[type="checkbox"] + label span {
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

/* Checkbox images defined in the scalable images section */

.typeGroup.size100 input[type="checkbox"] + label span {
    width: 135px;
    height: 110px;
    background-position: -3px -115px;
}

.typeGroup.size100 input[type="checkbox"]:checked + label span {
    background-position: -3px -2px;
}

.typeGroup.size75 input[type="checkbox"] + label span {
    width: 100px;
    height: 83px;
    background-position: -138px -115px;
}

.typeGroup.size75 input[type="checkbox"]:checked + label span {
    background-position: -138px -2px;
}

.typeGroup.size50 input[type="checkbox"] + label span {
    width: 64px;
    height: 56px;
    background-position: -239px -115px;
}

.typeGroup.size50 input[type="checkbox"]:checked + label span {
    background-position: -239px -2px;
}

.typeGroup.size25 input[type="checkbox"] + label span {
    width: 34px;
    height: 29px;
    background-position: -305px -115px;
}

.typeGroup.size25 input[type="checkbox"]:checked + label span {
    background-position: -305px -2px;
}

/* END: Type Group Checkbox Selectors */






/* BEGIN: Media queries for scalable images */

/* Normal Pixel Density Devices */
@media (-webkit-min-device-pixel-ratio: .5),
(min-resolution: 48dpi) {

    input[type="checkbox"] + label span {
        background-image: url('/images/ePayments/CheckboxSprites.png');
        background-repeat: no-repeat;
        background-size: 341px 229px;
    }

}

/* High Pixel Density (retina) Devices */
@media (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 144dpi) {

    input[type="checkbox"] + label span {
        background-image: url('/images/ePayments/CheckboxSprites@2x.png');
        background-repeat: no-repeat;
        background-size: 341px 229px;
    }

}

/* END: Media queries for scalable images */






/* BEGIN: Media queries */

@media (max-width: 991px) {

    .payAmount .panel-heading small {
        display: block;
        line-height: 1.5em;
    }

    .receipt .blank {
        display: none;
    }
}
@media (max-width: 768px) {

    .contentFooter div {
        margin: 20px 0;
    }

    #resultsForm .title,
    #resultsForm .count {
        text-align: center;
    }
}

/* END: Media queries */</pre></body></html>