﻿body {
    font-family: 'Segoe UI', 'Roboto';
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #ffffff;
    -webkit-print-color-adjust: exact !important;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    max-width: 280px;
}

h1, h2, h3, h4, h5 {
    color:#333333;
    margin-bottom:10px;
    border-bottom:0px #b2cbd9 solid;
}

.divTanks {
    padding: 10px;
    visibility: hidden;
}
.divClear {
    clear: both;
}
.divBreak {
   page-break-after:always;
}
.divPageTopper {
    height:20px;
}

a {
    color: #3589b4;
    font-weight: normal;
    text-decoration: none;
}
    a:hover {
        color:#70b620;
        text-decoration: none;
    }
    a:active {
        color: #70b620;
        text-decoration: none;
        font-weight:normal;
    }

.pIndent {
    text-indent:15px;
}
.pCenter {
    text-align:center;
}
.pBold {
    font-weight:600;
}

table tbody tr {
    vertical-align: middle;
    /*background-color: #f5f5f5;*/
}
table tbody tr:nth-child(even) {
    /*background-color: #eeeeee;*/
}

table tbody tr td {    
    vertical-align: middle;
}
    table tbody tr td a {
        color:#3589b4;
    }
        table tbody tr td a:hover {
            color: #70b620;
            font-weight: normal;
        }
        table tbody tr td a:active {
            color: #70b620;
            font-weight: normal;
        }

label {
    font-weight:normal;
    color:#706e6e;
}


.row_inactive {
    background-color: #fabfbf;
    color: black;
}
    .row_inactive td {
        background-color: #fabfbf;
        color: black;
    }



.headRow {
        background-color: #e0ebfc;
        font-size: 1.2em;
        color: #000000;
        text-align: left;
    }

.headRowSub {
    border:0 red solid;
    padding:5px 0 5px 5px;
    font-weight: normal;
    font-size:.8em;
}
    .headRowSub a {
        font-weight:normal;
    }
    .titleRow td {
        background-color: #8cabdd;
        color: #000000;
    }

.PleaseWait {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: #e1e1e1;
    opacity: .8;
}

    .PleaseWait img {
        margin-top: 35%;
        margin-bottom: 65%;
    }

.FormColumn1 {
    text-align:right;
    vertical-align:middle;
}


