﻿.GridPager > tbody > tr {
    /*border-width: 1px !important;*/
    border-top-width: 1px !important;
    border-left-width: 1px !important;
    vertical-align: middle !important;
    background-color: cornflowerblue;
}

    .GridPager > tbody > tr > td {
        /*border-width: 1px !important;*/
        border-bottom-width: 1px !important;
        border-right-width: 1px !important;
        vertical-align: middle !important;
        padding: 3px !important;
    }
.header {
    background-color: #b3d7ff;
    font-weight: bold;
    color: White;
}

.footer {
    background-color: #5D7B9D;
    font-weight: bold;
    color: White;
    text-align: center;
}
.grid-pagger {
    background-color: #b3d7ff;
    color: white;
    padding-left: 95%;
}
.pager {
    background-color: #5D7B9D;
    color: White;
    text-align: center;
}

.editRow{
    background-color:#999999;
}

.selectedRow {
    background-color: #E2DED6;
    font-weight:bold;
    color:#333333;
}

.sortedAscCell {
    background-color: #E9E7E2;
}

.sortedHeaderCell {
    background-color: #506C8C;
}

.sortedDescCell {
    background-color: #FFFDF8;
}

.sortedDescHeaderCell {
    background-color: #6F8DAE;
}

.width-grd{
    width:20%;
}
.plus-name {
    width: 30px;
}