/*body {
    padding-top: 5px;
}*/
.gridView
{
    border-collapse:collapse;
    border: 1px solid #C9CACA;
    background: #CCCCCC;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #000000;
}

.gridView th 
{
    background: #57ADE5;
    color: #FFFFFF;
    border: 0;
}

.gridView tbody tr:nth-child(odd) td{
    background:#D2DEEF !important;
}

.gridView tbody tr:nth-child(even) td{
    background:#EAEFF7 !important;
}

.gridView tr:hover
{
    background-color: #C1E0FF !important;
}

.selectTab {
    background: #51b6cf;
    color: #ffffff !important;
}

.hideRowRemision {
    display: none;
}

.selectRow {
    background: #57ade5 !important;
}