﻿.linkbutton {
    color: #043436;
    font-size: 18px;
    font-family: Georgia;
    text-decoration: none;
    position: absolute;
    bottom: 3px
}

    .linkbutton:hover {
        color: white;
        transition: 0.2s;
    }

.banner {
    width: 100%;
    height: 110px;
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#043436), to(#cadbdb));
    background-image: -webkit-linear-gradient(top, #043436, #cadbdb);
    background-image: -ms-linear-gradient(top, #043436, #cadbdb);
    background-image: -o-linear-gradient(top, #043436, #cadbdb);
    background-image: linear-gradient(top, #043436, #cadbdb);
}

.buttontypecheck {
    background-repeat: no-repeat;
    background-position-x: center;
    width: 200px;
    height: 200px;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    transition-duration: 0.3s;
    cursor: pointer;
    border: 1px solid #2d6898;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,.3);
    -webkit-box-shadow: 0px 2px 0px #458f5e, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    -moz-box-shadow: 0px 2px 0px #458f5e, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
    box-shadow: 0px 2px 0px #458f5e, 0px 3px 15px rgba(0,0,0,.4), inset 0px 1px 0px rgba(255,255,255,.3), inset 0px 0px 3px rgba(255,255,255,.5);
}

    .buttontypecheck label span {
        text-align: center;
        display: block;
    }

    .buttontypecheck label input {
        position: absolute;
        visibility: hidden;
    }

    .buttontypecheck:hover {
        border: 1px solid rgb(34, 93, 138);
        background-color: rgba(34, 93, 138, .2);
    }

    .buttontypecheck input:checked + span {
        border: 1px solid rgb(34, 93, 138);
        background-color: rgba(34, 93, 138, .2);
    }

tr, td {
    padding: 20px;
}

.gridviewFinancialReports {
    text-align: left;
    overflow: auto;
    white-space: nowrap;
    z-index: 50;
    border: 1px solid black;
}

    .gridviewFinancialReports a {
        color: black;
        text-decoration: none;
        font-family: Calibri;
    }

    .gridviewFinancialReports td {
        font-family: Calibri;
        padding: 2px;
        width: 20px;
    }

    .gridviewFinancialReports tr {
        background-color: white;
    }

.smallbuttonstyle {
    color: rgba(34,93,138,1);
    background-color: ghostwhite;
    width: 100px;
    height: 25px;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    border-radius: 7px;
    cursor: pointer;
    transition: 0.2s;
    border: 1px solid #050076;
}

    .smallbuttonstyle:hover {
        border: 1px solid #050076;
        background-color: #b3d9ff;
    }
