﻿/***** BROWSER 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, strong, 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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

html, body {
    height: 100%;
    width: 100%;
}

body {
    overflow: hidden;
    line-height: 1;
    background-color: #fff;
    font-family: 'Roboto', Tahoma, sans-serif;
    line-height: 20px;
}

a {
    color: #2F70B6;
}

input {
    font-size: 1.02em;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: #3A3A3A;
}

/* Only style native selects — do NOT interfere with jQuery UI */
select:not(.ui-selectmenu) {
    font-size: 1.04em;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: #3A3A3A;
    border: 1px solid #eee;
    border-radius: 4px;
    height: 32px;
    margin-left: 5px;
}

textarea {
    font-size: 1.02em;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: #3A3A3A;
    margin-left: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    resize: none;
    width: 95%;
    height: 100px;
}

ol li, ul li {
    margin-left: 20px;
    font-size: .92em;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/***** COMMON *****/
#body-bag {
    position: relative;
    height: 100%;
    overflow-y: scroll;
}

body .ui-selectmenu-menu {
    font-size: 0.82em;
}

.rmc-section .ui-selectmenu-text {
    font-size: 0.82em;
}

.rmc-section .ui-selectmenu-button {
    margin-left: 5px;
}

.rmc-section .ui-selectmenu-optgroup {
    border-bottom: 1px solid #ccc;
}

.rmc-section p {
    margin-bottom: 10px;
}

.rmc-section .request-content {
    padding: 10px;
    margin: 5px;
}

#cancel-button {
    margin-right: 5px;
}

textarea #notes {
    resize: none;
    max-width: 500px;
    height: 100px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.modal-badge {
    background-color: #fff;
    position: absolute;
    min-height: 100px;
    max-height: 400px;
    border-radius: 4px;
    padding: 10px;
}

.msg-container {
    margin-bottom: 50px;
}

#submit-button, #cancel-button {
    width: 75px;
    text-align: center;
    float: right;
}

.modal-badge h2 {
    font-weight: bold;
    font-size: 1.20em;
    margin-bottom: 10px;
}

#request-spinner {
    text-align: center;
    margin-top: 10px;
}

#modal-message {
    color: #000;
    background-color: #fff;
    border: 2px solid #DDD;
}

#modal-error {
    color: #000;
    background-color: #E7C2C2;
    border: 2px solid #BA4E4E;
    z-index: 10;
}

#rfsstatus {
    font-weight: bold;
    font-size: medium;
}

.error-container {
    margin: 5px;
    padding: 10px;
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid #eed3d7;
    border-radius: 4px;
}

    .error-container strong, .alert-container strong {
        font-weight: 600;
    }

.alert-container {
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    color: #3a87ad;
    margin: 5px;
    padding: 10px;
    border-radius: 4px;
}

#header-bar .no-block {
    display: inline;
}

/****** EHR ******/
.ehr-container h3 {
    font-size: 1.20em;
    font-weight: 600;
    margin-bottom: 3px;
}

#languageSwitcher {
    font-size: 1.00em;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 0px;
}

.ehr-container .contactInfo {
    margin-left: 20px;
}

.ehr-container a {
    font-weight: 500;
}

.ehr-ul-fl {
    float: left;
    margin-left: 10px;
}

#modal-background {
    background-color: #000;
    opacity: .3;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none;
    pointer-events: none;
}

.blue-background {
    background-color: #2F70B6;
}

.button {
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    padding: 6px 10px;
}

.button-float-left {
    float: left;
    margin: 5px 5px 5px 2px;
}

.button-float-right {
    float: right;
    margin: 5px 2px 5px 5px;
}

#error-close-button {
    width: 65px;
    text-align: center;
}

.modal-button {
    height: 20px;
    line-height: 22px;
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #333;
    display: block;
    border-radius: 4px;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.blue-button {
    height: 20px;
    line-height: 20px;
    background-color: #0074CC;
    background-image: -moz-linear-gradient(center top, #08C, #05C);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-width: 1px;
    color: #fff;
    display: block;
    border-radius: 4px;
}

.beige-button {
    display: inline-block;
    height: 18px;
    color: #333;
    text-align: center;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFF, #E6E6E6);
    background-repeat: repeat-x;
    border-width: 1px;
    border-style: solid;
    border-color: #CCC #CCC #B3B3B3;
    border-image: none;
    border-radius: 4px;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

#header-bar {
    color: #fff;
    height: 38px;
    line-height: 38px;
    text-indent: 10px;
    border-radius: 4px;
    width: 100%;
    border: solid 1px #2F70B6;
}

#responsive-module-container {
    width: 98%;
    padding: 1%;
    margin: 0 auto 4px auto;
    max-width: 860px;
}

    #responsive-module-container .rmc-section {
        width: 99%;
        padding: .5%;
        margin: 4px auto;
        background-color: #fff !important;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-radius: 4px;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
        min-height: 70px;
        position: relative;
    }

.rmc-section-header {
    font-size: 1.20em;
    font-weight: 700;
    padding: 6px;
    color: #2F70B6;
}

.rmc-section-input {
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}

.rmc-section-input-m {
    margin: 2px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}

    .rmc-section-input-m p {
        margin-top: 10px;
    }

.input-row input, .input-row label {
    float: left;
}

.input-row label {
    text-indent: 5px;
    min-width: 105px;
}

.section-header {
    font-size: 1.20em;
    font-weight: 700;
    padding: 6px;
    color: #2F70B6;
}

.section-input {
    margin: 5px;
    padding: 10px;
    background-color: #fff;
    border-radius: 4px;
}

.input-row {
    margin: 8px 0;
    max-width: 500px;
}

    .input-row.big-bottom {
        margin-bottom: 20px;
    }

    .input-row.big-top {
        margin-top: 20px;
    }

    .input-row input[type="text"], .input-row select, .input-row input[type="tel"] {
        margin-left: 10px;
        border: 1px solid #eee;
        border-radius: 4px;
        height: 28px;
        line-height: 28px;
        text-indent: 4px;
    }

    .input-row::after {
        content: "";
        display: table;
        clear: left;
    }

.block-p {
    display: block;
    border-radius: 4px;
    margin: 4px auto;
}

    .block-p h3 {
        font-size: 1.05em;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .block-p h2 {
        font-size: 1.20em;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .block-p p {
        margin-bottom: 10px;
    }

    .block-p.width-constrained p {
        max-width: 660px;
    }

.info-block {
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
    color: #3A87AD;
}

.text-box {
    border: 1px #eee solid;
    border-radius: 4px;
    text-indent: 6px;
    color: #B1B1B1;
    background-color: #fff;
    width: 100%;
    height: 32px;
    line-height: 32px;
}

#map-container {
    border: 1px #eee solid;
    border-radius: 4px;
    height: 400px;
    margin: 6px 0;
    background-color: #fff;
}

.white-container {
    border: 1px #eee solid;
    border-radius: 4px;
    min-height: 0px;
    margin: 6px 0;
    background-color: #fff;
}

/***** PARKING *****/
.parking-vots input#name, .parking-vots input#phone, .parking-vots input#vehicleLicense {
    width: 140px;
}

/***** COLLECTION PROGRESS ******/
#time-frame-slider .ui-slider-range {
    background: #2F70B6;
}

.bike-lane-section-div {
    float: left;
    margin: 0 5px 5px 0;
}

    .bike-lane-section-div span {
        display: block;
        text-indent: 7px;
        width: 100px;
    }

.refreshButton {
    width: 24px;
    height: 24px;
    background-image: url('images/refresh.png');
    display: block;
    float: right;
    margin-left: 6px;
    margin-top: 2px;
}

#nonRequestMapStatusText {
    float: left;
    padding: 6px 0 7px 8px;
}

/***** TREE REQUEST FORM *****/
.tree-table {
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

#lcl-result {
    min-height: 50px;
    margin: 5px 0px 5px 2px;
}

#zone-lookup-fail {
    margin: 10px auto;
    text-align: center;
    font-size: 1.10em;
}

#leaf-region-message-container {
    padding: 5px;
    margin: 5px auto;
    font-size: 1.15em;
    height: 178px;
    width: 250px;
    display: block;
    border: 6px solid #ddd;
    background-color: #eee;
    text-align: center;
    display: none;
}

    #leaf-region-message-container strong {
        font-weight: 600;
        font-size: 1.10em;
    }

#message-success {
    padding: 5px;
}

#region-id {
    margin: 20px 0 10px 0;
}

    #region-id a {
        color: #2D6DA1;
        font-size: 2.30em;
        font-weight: 600;
        text-decoration: underline;
    }

/** EHR **/
#liveInEugene, #privacyRequested, #incidentInEugene, #otherWitnesses {
    width: 65px;
}

#officeHow {
    width: 90px;
}

#submit-div {
    display: none;
}

#ehr11-code-doc-container {
    margin: 5px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
    font-size: 1.10em;
}

/*Photo Upload section*/
.photoUploadContainer {
    height: 200px;
    width: 98%;
    margin-top: 30px;
    position: relative;
}

.photoUploadInstrLbl {
    color: #2F70B6;
    font-weight: bold;
}

.instructionList {
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-success {
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.previewContainer {
    position: relative;
    display: inline-block;
}

.close {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    background-color: #D0E5F5;
    padding: 5px 2px 2px;
    color: #f00;
    font-weight: bolder;
    cursor: pointer;
    opacity: .80;
    line-height: 10px;
    border-radius: 50%;
    font-size: 15px;
}

    .close:hover {
        opacity: 1;
        background-color: #f00;
        color: #000;
    }

#closePhoto0 {
    display: none;
}

#closePhoto1 {
    display: none;
}

.sweeper-div-complete-icon {
    border-radius: 4px;
    background-color: white;
}

/* ==== UTILITY CLASSES (for Index.html) ==== */
.text-right {
    text-align: right;
}

.text-xs {
    font-size: x-small;
}

.text-black {
    color: black;
}

.p-10 {
    padding: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.pos-rel {
    position: relative;
}

.w-300 {
    width: 300px;
}

.z-1 {
    z-index: 1;
}

.italic-sm {
    font-style: italic;
    font-size: small;
}

.text-red {
    color: red;
}

.text-red-bold {
    color: #b94a48;
    font-weight: bold;
}

.w-500 {
    width: 500px;
}

.w-200 {
    width: 200px;
}

.max-w-660 {
    max-width: 660px;
}

.max-w-800 {
    max-width: 800px;
}

.radio-inline {
    margin: 4px 0 4px 3px;
}

.radio-label {
    float: left;
    max-width: 720px;
    word-wrap: break-word;
    margin: 0 4px 0 10px;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75px;
}

.button-float-right {
    float: right;
    margin-left: 10px;
}

.clear-right::after {
    content: "";
    display: table;
    clear: both;
}

/* ==== BIKE LANE CLEANING – NEW CLASSES (ADDED) ==== */
.bike-lane-container {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

    .bike-lane-container label {
        font-weight: bold;
        white-space: nowrap;
        min-width: 60px;
        text-indent: 0;
        margin: 0;
    }

.list-inset {
    padding-left: 20px;
    margin: 10px 0;
}

    .list-inset li {
        margin-bottom: 6px;
        font-size: 0.95em;
    }

.text-center {
    text-align: center;
}

.important-notes {
    background: #ffebcc;
    padding: 10px;
    border-left: 5px solid #ff9900;
    margin-top: 15px;
}

/* ==== LEAF COLLECTION PROGRESS – NEW CLASSES (ADDED) ==== */
.lcp-slider-container {
    position: relative;
    padding: 0;
    margin: 0;
    background: transparent;
}

.lcp-table {
    width: 100%;
    margin: 5px 0;
    font-size: 0.90em;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

    .lcp-table td {
        padding: 6px;
        vertical-align: middle;
    }

        .lcp-table td.w-25 {
            width: 25%;
        }

        .lcp-table td.w-60 {
            width: 60%;
        }

        .lcp-table td.w-15 {
            width: 15%;
        }

    .lcp-table input {
        width: 75px;
        text-align: center;
    }

    .lcp-table tr:first-child td {
        border-bottom: 1px solid #ddd;
        font-weight: 600;
    }

/* ==== LEAF LOOKUP – NEW UTILITY CLASSES ==== */
.mb-5 {
    margin-bottom: 5px;
}

/* ==== REQUESTS INDEX – ACCESSIBILITY FIX ==== */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ==== MAP INPUT ROW – ONE LINE LAYOUT ==== */
.map-input-row {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin: 8px 0;
    max-width: 100%;
}

.map-input {
    flex: 1;
    min-width: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1.02em;
    font-family: 'Roboto', Tahoma, sans-serif;
    color: #3A3A3A;
    background-color: #fff;
}

.map-button {
    flex-shrink: 0;
    width: 75px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
}

.map-input::placeholder {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Dropzone styling — matches site theme */
.dropzone {
    border: 2px dashed #bce8f1;
    background: #d9edf7;
    border-radius: 4px;
    padding: 20px;
    text-align: center;
    color: #3a87ad;
    font-family: 'Roboto', Tahoma, sans-serif;
    font-size: 1.02em;
    min-height: 120px;
    margin-top: 8px;
}

    .dropzone.dz-drag-hover {
        border-color: #3a87ad;
        background: #cce5f5;
    }

.dz-message {
    margin: 2em 0;
    font-size: 1.1em;
}

.dz-preview .dz-remove {
    color: #b94a48;
    font-weight: bold;
    text-decoration: underline;
}

/* ==== GRAFFITI REPORTER – CHECKBOX LABELS ==== */
.checkbox-label {
    float: none;
    display: inline-block;
    margin: 4px 0 4px 8px;
    font-size: 1em;
    line-height: 1.4;
    max-width: 90%;
}

/* ==== LEAF DELIVERY – FLEX INPUT ROW ==== */
.flex-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .flex-row label {
        min-width: 105px;
        text-indent: 5px;
        margin: 0;
    }

.info-text {
    font-size: 0.75em;
    font-weight: bold;
    color: #3a87ad;
    margin: 4px 0 6px 115px;
    max-width: 600px;
}

.ml-10 {
    margin-left: 10px;
}

.max-w-800 {
    max-width: 800px;
}

/* ==== CAMPING REPORT – REUSABLE STYLES (ADDED) ==== */
.camp-input-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px 0;
    max-width: 660px;
}

    .camp-input-row label {
        min-width: 120px;
        text-indent: 5px;
        margin: 0;
        font-weight: normal;
    }

    .camp-input-row input[type="text"], .camp-input-row input[type="tel"], .camp-input-row select, .camp-input-row textarea {
        flex: 1;
        height: 32px;
        padding: 0 8px;
        border: 1px solid #eee;
        border-radius: 4px;
        font-family: 'Roboto', Tahoma, sans-serif;
        font-size: 1.02em;
        color: #3A3A3A;
    }

    .camp-input-row textarea {
        height: 80px;
        resize: vertical;
        padding: 8px;
    }

.camp-radio-group {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 8px 0;
    flex-wrap: wrap;
}

    .camp-radio-group label {
        margin: 0 5px 0 0;
        font-weight: normal;
    }

    .camp-radio-group input[type="radio"] {
        margin: 0 4px 0 0;
    }

.camp-map-input-row {
    display: flex;
    gap: 10px;
    margin: 12px 0;
}

.camp-map-input {
    flex: 1;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 1.02em;
    color: #3A3A3A;
}

.camp-map-button {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #0074CC;
    color: white;
    border-radius: 4px;
    font-weight: 700;
    text-decoration: none;
    display: block;
}

.camp-submit-buttons {
    display: none;
    float: right;
    margin-top: 10px;
}

    .camp-submit-buttons a {
        margin-left: 10px;
    }

/* ================================================ */
/* WCAG 2.1 AA – COLOR & CONTRAST ONLY PASS + MAP IT! FIX */
/* ================================================ */

a,
.rmc-section-header,
.section-header,
.photoUploadInstrLbl,
#region-id a {
    color: #005a9c !important;
}

.blue-background,
#header-bar {
    background-color: #005a9c !important;
    border-color: #005a9c !important;
}

.blue-button,
.camp-map-button,
.map-button {
    background: #0061a8 !important;
    background-image: none !important;
    border-color: #0061a8 !important;
    color: #fff !important;
}

.alert-container,
.info-block,
.dropzone,
.info-text {
    color: #004d7a !important;
}

.error-container,
.text-red-bold,
.dz-preview .dz-remove,
.text-red {
    color: #b02a2a !important;
}

input,
select,
textarea,
.text-box,
#map-container,
.white-container,
.map-input,
.camp-map-input,
.camp-input-row input,
.camp-input-row select,
.camp-input-row textarea,
.dropzone {
    border-color: #adadad !important;
}

.lang-switch-text {
    color: #ffffff !important;
}

h1.rmc-section-header,
h2.rmc-section-header {
    font-size: 1.20em !important;
    font-weight: 700 !important;
    padding: 6px !important;
    color: #005a9c !important;
    margin: 0 !important;
    background-color: #005a9c !important;
    color: #ffffff !important;
}

h1#header-bar {
    line-height: 38px;
    text-indent: 10px;
}

//* ============================================================================= */
/* Replaces jQuery UI selectmenu completely. White background. Perfect arrow.    */
/* ============================================================================= */
select,
.ui-selectmenu-button.ui-button,
.ui-selectmenu-text {
    width: 100% !important;
    max-width: 620px !important;
    height: 36px !important;
    padding: 0 30px 0 10px !important;
    font-family: 'Roboto', Tahoma, sans-serif !important;
    font-size: 1.02em !important;
    color: #3a87ad !important;
    background-color: #ffffff !important;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cpath%20fill%3D%223a87ad%22%20d%3D%22M0%203l6%206%206-6z%22/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 10px center !important;
    background-size: 12px !important;
    border: 1px solid #bce8f1 !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    line-height: 36px !important;
    text-align: left !important;
}

    select:focus,
    .ui-selectmenu-button.ui-button:focus {
        outline: 3px solid #005a9c !important;
        outline-offset: 2px !important;
    }

/* Kill any leftover jQuery UI arrow icons */
.ui-selectmenu-button .ui-icon {
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* IE fallback */
select::-ms-expand {
    display: none;
}
/* Parking & DowntownWatch: Force white Dropzone — overrides .parking-vots blue */
.parking-vots #req-image.dropzone,
.parking-vots #dw-dropzone.dropzone {
    background: rgba(0,0,0,0.02) !important; /* Dropzone default white */
    border: 2px dashed #ccc !important;
    color: #666 !important;
}
