﻿body {
    font-family: 'Open Sans', sans-serif;
    min-width: fit-content;
}

p {
    line-height: 1.75em;
}

label {
    font-weight: normal;
}

header {
    min-height: 110px;
    margin-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
}

.pad {
    padding-bottom: 10px;
}

.middle {
    margin: 0px;
    padding: 0px;
}

    .middle > * {
        vertical-align: middle !important;
    }

.vert-column {
    display: inline-block;
}

.cart {
    font-weight: bold;
    text-align: center;
    background: rgb 255, 255, 255;
    background-color: rgba(255, 255, 255, 0.75);
    min-height: 30px;
    width: 80%;
    border: 1px solid #333333;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px auto 0px auto;
}

header h1 {
    margin: 0px;
    color: #333;
    font-weight: 800;
    /* text-shadow: 2px 2px 2px #333333; */
}

    header h1 a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
    }

        header h1 a:hover {
            color: #cccccc;
            text-decoration: none;
        }

header h2 {
    font-size: 2em;
    font-weight: bold;
    color: #333;
    margin-top: 10px;
    /* text-shadow: 2px 2px 2px #333333; */
}

main {
    background-color: #FFF;
    padding-bottom: 20px;
}

#bottom {
    text-align: center;
}

.btn-primary {
    border-color: #333333;
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
        border-color: #333333;
        color: #fff;
    }

.fineprint {
    font-size: .85em;
    font-weight: bold;
    background-color: #EFEFEF;
    border: 1px solid #cccccc;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
    width: 100%;
}

footer {
    margin-top: 20px;
    font-weight: bold;
    width: 100%;
    min-height: 100px;
    text-align: center;
}

    footer .row div {
        margin-bottom: 20px;
    }

.footer_logo {
    margin: 4px 0px;
}

.bar {
    height: 4px;
    background-color: #333333;
}

#infobox {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    min-height: 200px;
    margin: 20px 0px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    #infobox h4 {
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

.infobox-class {
    background: #f4f4f4;
    border: 1px solid #cccccc;
    min-height: 200px;
    margin: 20px 0px;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .infobox-class h4 {
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

/* Chrome, Safari, Edge, Opera */
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrows[type=number] {
    -moz-appearance: textfield;
}

.no-margin {
    margin: 0px;
}

.tab {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
    margin-left: 20px;
}

.beigebox {
    border: 1px solid #cccccc;
    background: #EFEFEF;
    padding: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.error_list {
    padding-top: 10px;
    padding-left: 16px;
}

    .error_list li {
        padding-bottom: 8px;
    }

.return {
    padding-top: 20px;
    text-align: right;
}

.estimator-table {
    margin: auto;
    border-collapse: separate;
    padding-left: 200px;
}

.mh25 {
    min-height: 25px;
}

.mh35 {
    min-height: 35px;
}

.mh45 {
    min-height: 45px;
}

.details-action-button {
    min-width: 100px;
    float: right;
    display: block;
    margin-left: 10px;
}

.bill-presentment-iframe {
    width: 100%;
    height: 1000px;
}

@media screen and (max-width: 768px) {
    .estimator-table {
        margin: auto;
        border-collapse: separate;
        padding: 5px;
    }
}

/* Data Invoice Table Styles
---------------------------------------------------------*/
.datacol ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.datacol li {
    margin: 10px 0px;
}

/*---------------------------------------------------------*/
div.hideSkiplink {
    color: #696969;
    width: 100%;
    font-size: 13px;
    padding: 4px 4px 8px 35px;
}

.goback {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    margin: 0 0 5px 0px;
    height: 15px;
}

.more {
    display: none;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}

a.showLink, a.hideLink {
    text-decoration: none;
    color: #36f;
    padding-left: 8px;
    background: transparent url(down.gif) no-repeat left;
}

a.hideLink {
    background: transparent url(up.gif) no-repeat left;
}

    a.showLink:hover, a.hideLink:hover {
        border-bottom: 1px dotted #36f;
    }

#graylinefull {
    clear: both;
    margin: 0px;
    height: 1px;
    border-bottom: 1px solid #cccccc;
}

#tophorizontalul {
    margin: 16px 0 10px 10px;
    padding: 0;
}

    #tophorizontalul li {
        display: block;
        float: none;
        margin-bottom: 6px;
        margin-right: 20px;
        font-weight: bold;
        text-align: left;
    }

.options_ul {
    margin: 6px 0px;
    padding: 0px;
    display: block;
}


    .options_ul li {
        display: block;
        padding-right: 4px;
    }

.payment_options td {
    display: block;
    padding-right: 4px;
}

.cc {
    padding: 0px;
}

    .cc .options_ul {
        text-align: center;
    }

        .cc .options_ul h3 {
            font-size: 1.5em;
        }

.field {
    float: none;
    display: block;
    padding: 0px 10px 10px 0px;
}

.paymentcol {
    width: 100%;
    margin: 0px auto;
}

.greenbox {
    padding: 1px 6px;
    color: white;
    background: green;
}

.redbox {
    padding: 1px 6px;
    color: white;
    background: #EB0000;
}

.error li {
    margin-left: 20px;
    margin-bottom: 8px;
    list-style: inside;
    color: red;
}

.acknowledgeContainer {
    margin: 10px 5px;
}

#acknowledgeCheckbox {
    vertical-align: middle;
    margin: 0;
    width: 18px;
    height: 18px;
    display: inline-block;
}

#lblAcknowledge {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto 0 10px;
}

.security {
    float: right;
    margin: 20px;
    text-align: right;
}

/* Modified per Oconee request for more prominence on page KS - 10/2/2013 */
.meta {
    padding-top: 2px;
}

    .meta p {
        font-weight: bold;
        font-size: 17px;
        line-height: 30px;
        color: #900606;
        width: 100%;
        margin-bottom: -10px;
    }

.print {
    background: url(../images/printer.png) no-repeat 2px 0;
    padding-left: 30px;
    text-decoration: underline;
    font-size: 13px;
    font-style: normal;
}

a.print {
    cursor: pointer;
}

.imgispaidforprint {
    display: none;
    float: right;
}

/* hide by default so we can show when printing KS 5.2013 */
/* Color Template Styles
---------------------------------------------------------*/
.default {
    background-color: #065480;
    background-image: url(../Images/default.jpg);
    /*  background-repeat: no-repeat;
  background-position: center top; */
}

    .default header h1 {
        color: #FFF;
    }

    .default header h2 {
        color: white;
        /* text-shadow: 2px 2px 2px #333333; */
    }

    .default h1, .default h2, .default h3, .default h4, .default h5 {
        color: #065480;
    }

    .default .btn-primary {
        background-color: #065480;
    }

        .default .btn-primary:hover, .default .btn-primary:focus, .default .btn-primary:active, .default .btn-primary.active {
            background-color: #004368;
        }

/* Template Styles
---------------------------------------------------------*/
#style_override {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

.stream {
    background-image: url(../Images/stream.jpg);
}

.mountains {
    background-image: url(../Images/mountains.jpg);
}

.lake {
    background-image: url(../Images/lake.jpg);
}

.bridge {
    background-image: url(../Images/bridge.jpg);
}

.beach {
    background-image: url(../Images/beach.jpg);
}

.yellow-paper {
    background-image: url(../Images/yellow_gradient.jpg);
}

.triangle {
    background-image: url(../Images/triangle.png);
    background-blend-mode: multiply;
}

.swoosh {
    background-image: url(../Images/swoosh.png);
    background-blend-mode: multiply;
}

.digital {
    background-image: url(../Images/digital.png);
    background-blend-mode: multiply;
}

.rays {
    background-image: url(../Images/rays.png);
    background-blend-mode: multiply;
}

.hexagon {
    background-image: url(../Images/hexagon.png);
    background-blend-mode: multiply;
}

.circles {
    background-image: url(../Images/circles.png);
    background-blend-mode: multiply;
}

.squares {
    background-image: url(../Images/squares.png);
    background-blend-mode: multiply;
}

.pixels {
    background-image: url(../Images/pixels.png);
    background-blend-mode: multiply;
}

.disclaimer, .disclaimer a, .disclaimer a:hover, .disclaimer a:focus, .disclaimer a:visited {
    color: #333;
}

/* Gridview
---------------------------------------------------------*/
.gridview {
    width: 100%;
    border: none;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    margin-top: 20px;
}

.gvheader {
    font-weight: normal;
    padding: 4px;
    color: #fff;
    background: #333333;
    font-size: 12px;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
}

    .gvheader th {
        padding: 10px;
        text-align: center;
        border-right: 1px solid #cccccc;
    }

        .gvheader th:last-child {
            border-right: 1px solid #333333;
        }

.gridview tr:nth-child(even) {
    background-color: #EFEFEF;
}

.gvrow {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
    /*background: white;*/
    font-size: .9em;
    text-align: center;
}

.gvaltrow {
    /*background: #EFEFEF;*/
    border-bottom: 1px solid #cccccc;
    padding: 2px 4px;
    height: 30px;
    font-size: .9em;
    text-align: center;
}



.gridview td {
    border-right: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

/* Media Queries
---------------------------------------------------------*/
@media screen and (min-width: 1200px) {
    .cc {
        padding: 30px;
    }
}

@media screen and (min-width: 992px) {
    #bottom {
        text-align: left;
    }

    .footer_logo {
        margin: 0px;
    }

    .payment_options td {
        display: inline-block;
    }

    header h1 {
        font-size: 3em;
    }
}

@media screen and (min-width: 768px) {
    .cart {
        float: right;
        min-width: 120px;
        width: 100%;
        margin: 16px auto 0px auto;
    }

    .vert-column h1 {
        margin-left: 10px;
    }

    .vert-column h2 {
        margin-left: 10px;
    }

    header {
        text-align: left;
    }

    .pad {
        padding-bottom: 0px;
    }

    .penalty {
        margin-top: -70px;
    }
}

@media screen and (min-width: 480px) {
    #tophorizontalul li {
        float: left;
        display: inline;
        margin-bottom: 0px;
    }

    #graylinefull {
        margin: 48px 0 0 0;
    }

    .options_ul li {
        display: inline-block;
    }

    .field {
        float: left;
        display: inline-block;
    }

    .paymentcol {
        width: 80%;
    }

    .cc .options_ul {
        text-align: left;
        width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .cc li:nth-child(1) {
        width: 50%;
    }
}

/* Responsive Table Functionality - Search Side */

@media screen and (max-width: 991px) {
    .search_hand {
        display: block;
    }

    .search_scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
    }

    .return {
        padding-top: 20px;
        text-align: left;
    }

    .left {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .right {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 992px) {
    .search_hand {
        display: none;
    }

    .left {
        float: left !important;
    }

    .right {
        float: right !important;
    }
}

/* Responsive Table Functionality - Payment Side */

@media screen and (max-width: 390px) {
    .payment_hand {
        display: block;
    }

    .payment_scroll {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: none;
    }
}

@media screen and (min-width: 391px) {
    .payment_hand {
        display: none;
    }
}
