﻿.grid-wrapper{
    width:100%;
}
.grid-table{
     width:100%;
     border-collapse: collapse;
}
.grid-body tr:nth-child(even) {background: #e2e2e2}
.grid-body tr:nth-child(odd) {background: #FFF}
.grid-body tr:hover {background-color: #bfbfbf}
.grid-body td {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-left: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.grid-body td span {
    padding-left: 2px;
    padding-right: 2px;
}

.grid-header th {
    padding-top: 1px;
    padding-bottom: 1px;
}

.grid-action{
    text-align:center;
}
.grid-number {
    text-align: right;    
}
.grid-date {
    text-align: right;    
}
.grid-pad {
    padding-right:3px;
    padding-left:3px;
}
.grid-alert{
    text-align:center;
}
.grid-action a{
    margin-right:4px;
    margin-left:4px;
}
.grid-info-icon {
    margin-right: 4px;
    margin-left: 4px;
}

.grid-checkbox{
    text-align:center;
}

.grid-header th{
    background: #bfbfbf;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding-left:4px;
}

.clickable-detail, .grid-column, .grid-header th {
    text-overflow: ellipsis; 
    overflow: hidden;
}

/*.grid-table th{
    background: #bfbfbf;
}*/
 .grid-footer {
        font-size: 11px;
        border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
       
    }

 .grid-footer td{
     padding-left:0px;
     padding-right:0px;
     padding-bottom:0px;
 }
  .grid-footer table{
       
        background: #bfbfbf;
    }

  .grid-addrow{

  }
    

.edit-mode{
    display:none;
}
.display-mode{
    /*display:none;*/
}

#CurrentPageInput {
    width: 20px;
}

.clickable-detail {
    cursor: pointer;       
}
.search-select {
    cursor: pointer;       
}

.detail-btn {
    height: 15px; 
    width: 18px; 
    margin-top: -3px; 
    line-height: 5px;
}

.btn-details {
    height: 15px;
    width: 18px;
    margin-top: -3px;
    line-height: 5px;
    padding: 0;
    text-align: center;
}


