﻿

.formRow {
    padding: 2px 0;
}

    .formRow label {
        display: block;
        font-weight: bold;
        padding: 5px 0;
    }

        .formRow label.required:before {
            content: "* ";
        }

    .formRow input[type=text], .formRow select, .formRow textarea {
        border: 1px solid #ddd;
        padding: 3px;
        margin: 0 0 2px;
        width: 300px;
        background: #fff;
        display: block;
    }

    .formRow textarea {
        width: 400px;
        height: 140px;
    }

    .formRow table {
        border: 0;
        width: auto;
    }

    .formRow td, .rblOccupationOther {
        padding: 5px 30px 5px 0;
        border: 0;
        text-align: left;
    }

        .formRow table label, .rblOccupationOther label {
            display: inline;
            font-weight: normal;
        }

        .formRow input[type=radio], .formRow input[type=checkbox], .rblOccupationOther input[type=radio] {
            margin-right: 4px;
        }

    .formRow input.tbOccupationOther {
        display: inline-block;
    }


.detail ul.horizontal {
    padding: 15px 0;
    display: table;
    list-style: none;
    margin: 0 auto;
    text-align: center;
}

    .detail ul.horizontal li {
        display: inline-block;
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        max-width: 130px;
        text-align: center;
        border-left: 1px solid #666;
    }

        .detail ul.horizontal li:first-child {
            border-left: 0;
        }



.realperson-challenge * {
    cursor: pointer;
}

.interior table {
    width: 100%;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
    border: 1px solid #ddd;
    margin: 0 0 30px 0;
}

    .interior table th {
        text-align: center;
        background: #444;
        color: #fff;
        font-weight: bold;
        padding: 5px;
        border: 1px solid #fff;
    }

    .interior table td {
        border: 1px solid #ddd;
        padding: 5px;
        background: #fff;
    }

.interior .no-border, .interior .no-border td {
    border: none;
}

.error {
    color: #E21B23;
}


.wells {
    width: 878px;
    padding: 20px 0;
    margin-bottom: 20px;
    margin: 0 auto;
    background: url('/images/img_wells.jpg') no-repeat 50% 20px;
    height: 1063px;
    position: relative;
}

    .wells .tip {
        width: 320px;
        position: absolute;
    }

        .wells .tip .box {
            position: relative;
            top: -23px;
            display: none;
            z-index: 2;
            line-height: 20px;
            color: #888;
            left: 22px;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
            -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
        }


    .wells .active .box {
        display: block;
    }

    .wells .box .inner {
        padding: 30px;
    }

    .wells .box h2 {
        font-family: Helvetica67;
        font-size: 20px;
        padding-bottom: 15px;
        color: #222;
    }

    .wells .box .btn-red {
        font-family: arial;
        font-size: 14px;
        box-shadow: none;
        text-transform: none;
        padding: 0 20px;
        line-height: 20px;
    }

    .wells nav a {
        display: block;
        color: #E31B23;
        text-decoration: underline;
        padding-bottom: 10px;
    }

        .wells nav a:hover {
            color: #666;
        }

    .wells nav {
        padding: 20px 0 10px;
    }


    .wells .one {
        top: 222px;
        left: 480px;
    }

    .wells .two {
        top: 401px;
        left: 331px;
    }



    .wells .three {
        top: 629px;
        left: 222px;
        width: 400px;
    }

    .wells .four {
        top: 857px;
        left: 536px;
    }

    .wells .icon {
        width: 43px;
        display: block;
        height: 44px;
        position: relative;
        z-index: 3;
    }

        .wells .icon:hover, .wells .active .icon {
            background: url('/images/ico_wellsx.png') 0 0 no-repeat;
        }

    .wells .three .icon:hover, .wells .three.active .icon, .wells .four .icon:hover, .wells .four.active .icon {
        background: url('/images/ico_wellsx2.png') no-repeat 0 0;
    }

    .wells .three .box {
        left: -378px;
        top: -388px;
    }

    .wells .four .box {
        left: -298px;
        top: -294px;
    }

.full .inner.detail {
    padding: 0;
}

.simplePagerNav {
    display: inline-block;
    width: auto;
}

.pagerSize {
    border: 1px solid #ddd;
    background: #fff;
}

    .pagerSize option {
        background: #fff;
    }


/* @group Custom 404 Page */
#four-zero-four {
    padding: 60px 75px;
    border: 1px solid #cfcfcf;
    font-size: 20px;
}

    #four-zero-four h2 {
        font-size: 57px;
    }

    #four-zero-four p {
        margin-bottom: 55px;
    }

    #four-zero-four ul {
        list-style: none;
    }

    #four-zero-four li {
        padding: 0 0 0 30px;
        border-top: dashed 1px #c0c0c0;
        color: #747474;
        line-height: 48px;
        height: 48px
    }

        #four-zero-four li:first-child {
            border-top: none;
        }

        #four-zero-four li.search {
            background: url(/images/404-sprite.png) no-repeat top left;
        }

        #four-zero-four li.sitemap {
            background: url(/images/404-sprite.png) no-repeat 0 -48px;
        }

        #four-zero-four li.webmaster {
            background: url(/images/404-sprite.png) no-repeat 0 -96px;
        }

    #four-zero-four a {
        color: red;
        text-decoration: none;
    }
/* @end */

input.placeholder {
    color: #999 !important;
}





.us-average {
    margin-top: 400px;
}

.map-bold {
    font-weight: bold;
}

/* ── Results tables (migrated from HoverGridView / GridView inline styles) ── */

.results-table {
    width: 100%;
    max-width: 700px;
    font-size: medium;
}

.results-table th {
    background-color: #2c3e50 !important;
    color: #ecf0f1 !important;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.03em;
}

.results-table tbody tr:nth-child(odd) {
    background-color: #f0f4f8;
}

.results-table tbody tr:nth-child(even) {
    background-color: #ffffff;
}

.results-table tbody tr:hover {
    background-color: #d6e4f0 !important;
    cursor: pointer;
}

.results-table a {
    color: #1a5276;
    font-weight: 600;
    text-decoration: none;
}

.results-table a:hover {
    color: #2980b9;
    text-decoration: underline;
}

fieldset .checkbox label {
    font-size: medium;
}

/* ── InspectorDetail: Cert. ID code ── */

.cert-id-code {
    color: #17457a;
    font-family: monospace;
    font-size: 0.95em;
}

/* ── InspectorDetail: status label overrides ── */

.label-success {
    background-color: transparent;
    color: inherit;
    font-weight: bold;
    font-size: medium;
}

