﻿@charset "UTF-8";
/* CSS Document */

input, textarea {
    font-family: Helvetica, Arial, sans-serif;
}

.wrapper {
    width: 100%;
    /*min-width: 750px;*/
    background-color: #F7F4F0;
}

.envNo {
    width: 50px;
}

.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .tabs > * {
        width: auto !important;
        flex: 1 0 155px;
        max-width: 156px;
    }

    .tabs #lnklogout {
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

@media screen and (max-width: 600px) {
    .tabs > * {
        max-width: none !important;
    }

    .tabs #lnklogout {
        height: 40px;
        text-align: center;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
}

.relEdtd input {
    width: 100%;
}

.userFeeTD {
    background: white;
    border: 1px solid #c5c5c5;
    padding: 5px 10px;
    border-right: none;
    border-bottom: none;
}

.userFeeTable {
    border-spacing: 0px;
    border: 1px solid #c5c5c5;
    border-top: none;
    border-left: none;
    margin-top: 10px;
}

.header {
    background-image: url('../images/header_bkgnd.png');
    background-repeat: repeat-x;
    height: 106px;
    position: relative;
    background-position-y: -40px;
    top: 0px;
    left: 0px;
}

#logo > img {
    height: 84px;
}

#images > img {
    height: 104px;
}

.tabs {
    background-color: #F7F4F0;
    background-image: url(../images/tab_bkgnd.png);
    background-repeat: repeat-x;
    height: auto;
}

    .tabs p {
        display: flex;
        margin: 0px;
        padding: 0px;
        line-height: 36px;
        overflow: visible;
    }

    .tabs a {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px !important;
        font-weight: bold;
        color: #8B0E04;
        text-decoration: none;
        padding-right: 10px;
        padding-left: 10px;
        height: auto;
    }

        .tabs a#lnkBillDay {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold;
            color: #8B0E04;
            padding-right: 10px;
            padding-left: 10px;
            margin-top: -0px !important;
            height: 28px;
            text-decoration: underline;
        }

.dropTree {
    position: relative;
}

#clsContribCat {
    position: absolute;
    right: 8px;
    top: 8px;
}

.tabs a:hover {
    background-image: url(../images/tab_button.png);
    background-position-y: 0px;
}

.tabs a#lnkBillDay:hover {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    background-image: url(../images/tab_button.png);
}

.tabs a.tablink:hover {
    color: #8B0E04;
    background-color: none;
    background-image: none;
}

.webLnk {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #8B0E04;
    text-decoration: none;
    padding-right: 10px;
    padding-left: 0px;
}

.container {
}

    .container h1 {
        font-family: Arial, Helvetica, sans-serif;
        color: #700;
        font-size: 22px;
        margin-top: 10px;
    }

        .container h1 .k-dropdown {
            font-size: 14px;
        }

        .container h1#nextTranSum {
            width: 90%;
            font-size: 20px;
        }

    .container h2 {
        font-family: Arial, Helvetica, sans-serif;
        color: #700;
        font-size: 18px;
    }

    .container p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 18px;
        padding-top: 9px;
    }

.body-copy {
    width: 78%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #700;
    padding-bottom: 18px;
}

.footer {
    background-image: url(../images/footer_bkgnd.png);
    padding: 10px;
}

    .footer p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #FFF;
    }

.conHead {
    background-image: url(../images/TreeHead_bk3.png);
    color: White;
    font-size: 18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.conList {
    font-weight: bold;
}

.button_active {
    cursor: pointer;
}

.button_inactive {
    cursor: default;
    color: Gray !important;
}

._selList {
    border: 1px solid black;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: White;
}

._sel {
    background-color: Gray;
}

.col {
    position: relative;
}

input, textarea {
    border-radius: 3px;
}

@media (max-width: 320px) {
    /*** Content Boxes ***/
    .body-copy {
        width: 98%;
    }

    .columns {
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 31%;
            padding: 0 1% 1% 0;
            margin: 0 10px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .col {
        height: 232px;
    }

    .bcol {
        height: 175px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (min-width: 321px) and (max-width: 480px) {
    /*** Content Boxes ***/
    .body-copy {
        width: 98%;
    }

    .columns {
        height: 250px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 31%;
            padding: 0 1% 1% 0;
            margin: 0 10px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .col {
        height: 232px;
    }

    .bcol {
        height: 175px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (min-width: 481px) and (max-width: 979px) {
    /*** Content Boxes ***/
    .body-copy {
        width: 98%;
    }

    .columns {
        height: 270px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 31%;
            padding: 0 1% 1% 0;
            margin: 0 10px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .bcol {
        height: 175px;
    }

    .col {
        height: 232px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (min-width: 979px) and (max-width: 1024px) {
    /*** Content Boxes ***/
    .body-copy {
        width: 98%;
    }

    .columns {
        height: 250px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 31%;
            padding: 0 1% 1% 0;
            margin: 0 10px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .col {
        height: 232px;
    }

    .bcol {
        height: 175px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {
    /*** Content Boxes ***/
    .body-copy {
        width: 98%;
    }

    .columns {
        height: 250px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 31%;
            padding: 0 1% 1% 0;
            margin: 0 15px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .col {
        height: 232px;
    }

    .bcol {
        height: 175px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (min-width: 1280px) {
    /*** Content Boxes ***/
    #grdReportsContain {
        width: 1280px;
    }

    .body-copy {
        width: 98%;
    }

    .columns {
        height: 250px;
        margin-top: 5px;
        margin-right: 0;
        margin-bottom: 10px;
        margin-left: 0;
    }

        .columns .col {
            float: left;
            width: 30%;
            padding: 0 1% 1% 0;
            margin: 0 10px 0 0;
            background-color: rgb(255, 255, 255);
            background-color: rgba(255, 255, 255, .75);
        }

    .columns-3 .col {
        width: 31%;
    }

    .columns .col.last {
        padding: 0% 0% 1% 0%;
        margin: 0 .6666666% 0 0;
    }

    .col .heading {
        overflow: hidden;
        margin: 0 0 15px;
    }

        .col .heading img {
            float: left;
            margin: 0 10px 0 0;
        }

    .col p {
        margin: 0 0 0;
    }

    .col {
        height: 232px;
    }

    .bcol {
        height: 175px;
    }

    .brow {
        height: 132px;
    }

    .columns .col.hcol {
        height: 35px;
        background-color: transparent;
    }
}

@media (max-height: 768px) {
    .col {
        height: 165px;
    }

    .columns {
        height: 180px;
    }
}