﻿.rgExpXLSIcon {
    background-image: url("../images/download.png") !important;
    height: 25px !important;
    width: 25px !important;
    color: white !important;
}

    .rgExpXLSIcon:before {
        content: "" !important;
    }

.rgFilterBox, rgActionButton {
    height: 14px !important;
    padding: 0px !important;
    font-size: 11px !important;
    width: 80% !important;
}

.rgFilterIcon:before {
    font-size: 10px !important;
}

.rgFilter {
    border: none !important;
}

/* GRID FORMATTING*/
.gridFormat {
    font-family: Calibri;
    font-size: 12px;
}

    .gridFormat a {
        color: #004C66;
    }

.smallGridFormat {
    font-family: Calibri;
    font-size: 10px;
}

    .smallGridFormat a {
        color: #004C66;
    }

.gridHeader {
    background-color: #d3d3d3;
    font-weight: bold;
}

    .gridHeader a {
        text-decoration: none;
        color: #004C66;
    }

        .gridHeader a:hover {
            font-weight: bold;
            cursor: pointer;
        }

.gridRow {
    font-size: 12px;
    height: 20px;
}

    .gridRow a {
        color: #004C66;
    }

.addButton {
    padding-top: 8px;
}

.altRowStyle {
    background-color: silver;
}

.gridview {
    border-bottom-style: none !important;
}

    .gridview th {
        background: gray;
        color: white;
        top: expression(document.getElementById("grdDashboard").scrollTop-2);
        left: expression(parentNode.parentNode.parentNode.parentNode.scrollLeft);
        position: relative;
        z-index: 20;
    }

        .gridview th a {
            text-decoration: none;
            color: white;
        }

    .gridview a:hover {
        text-decoration: none;
    }

    .gridview .sortedasc {
        background-color: #336699;
    }

    .gridview td a {
        text-decoration: none;
        color: blue;
    }

        .gridview td a:hover {
            text-decoration: none;
            font-weight: normal;
        }

    .gridview .sortedasc a {
        padding-right: 15px;
        color: White;
    }

        .gridview .sortedasc a:hover {
            color: White;
        }

    .gridview .sorteddesc {
        background-color: gray;
    }

        .gridview .sorteddesc a {
            padding-right: 15px;
        }

            .gridview .sorteddesc a:hover {
                color: White;
            }

    .gridview .alternating {
        background: #F9F9F9;
    }

.alternating {
    background: #F9F9F9;
}
/* sub grid */
.subGridview {
    width: 100%;
    border: 1px solid black;
    background: white;
    text-align: center;
    overflow: scroll;
    position: relative;
    font-size: 11px;
}

    .subGridview th {
        text-align: center;
        background: whitesmoke;
        color: grey;
        position: relative;
        z-index: 20;
    }

    .subGridview .pager {
        text-align: center;
        background: #013b82;
        color: White;
        font-weight: bold;
        border: 1px solid #013b82;
    }

        .subGridview .pager a {
            color: #666;
        }

    .subGridview a {
        text-decoration: none;
        color: white;
    }

        .subGridview a:hover {
            text-decoration: underline;
        }

    .subGridview .sortedasc {
        background-color: #336699;
    }

        .subGridview .sortedasc a {
            padding-right: 15px;
            color: White;
        }

            .subGridview .sortedasc a:hover {
                color: White;
            }

    .subGridview .sorteddesc {
        background-color: gray;
    }

        .subGridview .sorteddesc a {
            padding-right: 15px;
        }

            .subGridview .sorteddesc a:hover {
                color: White;
            }

    .subGridview .alternating {
        background: #F9F9F9;
    }
