﻿.hide_select_button {
    display: none;
}

.SelectedRowStyle_normal {
    color: white;
    background: rgb(64, 164, 175) !important;
    font-family: Arial;
    font-size: 13px;
}

.dgvAlignCenter {
    text-align: center;
    /*font-family: Verdana, Arial, Helvetica, sans-serif;*/
}

.dgvAlignRight {
    text-align: right;
}

.dgvAlignLeft {
    text-align: left;
}

.dgvAlignMiddle {
    vertical-align: middle;
}

.mydatagrid {
    border: none;
}

.ttdatagrid {
    border: none;
}


.rows {
    /*background-color: #fff;*/
    font-family: Arial;
    font-size: 13px;
    color: #423e3e;
    min-height: 20px;
    text-align: left;
    height: 20px;
    /*border: 1px outset #808080;*/
}

.ttrows {
    background-color: #f7f3f3;
    font-family: Arial;
    font-size: 13px;
    color: #423e3e;
    min-height: 20px;
    text-align: center;
    height: 20px;
    /*border: 1px outset #808080;*/
}

.attrows {
    background-color: #e9e9e9;
    font-family: Arial;
    font-size: 13px;
    color: #423e3e;
    min-height: 20px;
    text-align: center;
    height: 20px;
    /*border: 1px outset #808080;*/
}

.ttrows:hover {
    background-color: #a2a6a6;
    color: #fff;
}

.rows:hover {
    background-color: #4492dc;
    color: #fff;
}

.mydatagrid a /** FOR THE PAGING ICONS  **/ {
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

    .mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/ {
        background-color: #3a4f63;
        color: #fff;
    }

.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/ {
    /*background-color: #3498db;*/
    /*color: #000;*/
    padding: 5px 5px 5px 5px;
}

.pager {
    background-color: #5badff;
    font-family: Arial;
    color: White;
    text-align: left;
}

.mydatagrid td {
    padding: 5px;
    border: none;
}

.mydatagrid th {
    padding: 5px;
}

.borderleftg {
    text-align: center;
    border-left: inset 3px;
    border-left-color: #a2a6a6;
    padding-left: 0;
    padding-right: 0;
}

.borderleft {
    text-align: center;
    border-left: inset 3px;
    border-left-color: #a2a6a6;
}

 

 

 

 
 
 

 
 

 

 

 
