
a.greenButton {
    background-color: #8AC43F;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    height: 20px;
    width: auto;
}

.h1link {
    color: #0033A1;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    background-color: #dedede;
    max-width:500px;
    padding: 10px;
    border-radius: 10px;
}
.h1link:hover {
    color: #0039d1;
}
h2 {
    color: black;
    margin-bottom: 30px;
}
.smallerButton {
    padding: 5px 20px;
    margin-left: 10px;
}
.tableHeaderNew td {
    padding-left: 0;
    background-color: #2E3192;
    font-weight: bold;
    text-align: left;
}
.tableHeaderNew.inverse td {
    padding-left: 0;
    background-color: white;
    color: #2E3EBC;
    font-weight: bold;
    text-align: left;
}
.tableHeaderNew.inverse {
    border: 1px solid #2E3192;
}


table {
    border-collapse: collapse;
}
.reportSubTitle {
    padding: 20px 20px 20px 0;
}
table .reportRow {
    border-bottom: 1px solid black;

}
table .reportRow td {
    padding: 10px 0;
}
.reportSelect {
    padding: 5px;
    width: auto;
    display: inline-block;
    max-width: 200px;
}
/* transaction */
.reportChunkTotals {
    text-align: right;
    font-size: 15px;
    line-height: 20px;
}
.reportChunkTotalPay {
    font-size: 18px;
    color: #2E3192;
    line-height: 22px;
}
.finalsummary {
    font-weight: bold;
    color: #2E3192;
    font-size: 20px;
    margin-top: 20px;
}


@media print {
    #nav {
        display: none;
    }
    .navButtons {
        display: none;
    }
    .noprint {
        display: none !important;
    }
    h2 {
        margin-bottom: 2px;
    }
    .tableHeaderNew td {
        padding-left: 0;
        color: black;
        background-color: white;
    }
    .tableHeaderNew {
        border-bottom: 1px solid black;
    }
    #content {
        padding-right: 0;
        padding-left: 0;
        min-height: initial;
        margin: 6px;
    }
}

#reportChangeSiteDrop {
    display: inline-block;
    max-width: 200px;
    padding: 2px;
}

