﻿.grid-basic
{
   border: 1px solid #dddddd;   
   border-bottom:none;
}

.smart-style-glass .grid-basic
{   
   border: 1px solid rgba(0, 0, 0, 0.45);
   border-bottom:none;
}

.grid-basic-row 
{
  border-bottom:1px solid #dddddd;  
  clear:both;
  overflow:hidden;
}

.smart-style-glass .grid-basic-row 
{
  border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}


.grid-basic-header {
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  color: #222222;
  background-color: #F2F2F2!important;
  border-bottom: 2px solid #dddddd;
}

.smart-style-glass .grid-basic-header {
  color: white;
  background-color: rgba(0, 0, 0, 0.25) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.18);
}


.grid-basic-header2 {
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  color: #333333;
  background-color: #eaeaea !important;
  border-bottom: 2px solid #dddddd;
}

.smart-style-glass .grid-basic-header2 {
  color: white;
  background-color: rgba(0, 0, 0, 0.35) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.28);
}


.grid-basic-summaryrow {
  font-weight: bold;
  font-family: "Open Sans", Arial, Helvetica, Sans-Serif;
  color: #333333;
  background-color: #F6F6F6 !important;
  border-bottom: 2px solid #dddddd;
}

.smart-style-glass .grid-basic-summaryrow {
  color: white;
  background-color: rgba(0, 0, 0, 0.25) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.18);
}



.grid-basic-row > div
{
  float:left;
  padding-top:3px;
  padding-bottom:3px;
  padding-left:3px;
  padding-right:3px;
}

.grid-basic-header  > div
{
  padding-top:12px;
  padding-bottom:12px;
}

.grid-basic-row:nth-child(even)
{
  background-color: #ffffff;
}

.grid-basic-row:nth-child(odd)
{
  background-color: #F7F7F7;
}

.smart-style-glass .grid-basic-row:nth-child(even)
{
  background-color: rgba(0, 0, 0, 0.0);
}

.smart-style-glass .grid-basic-row:nth-child(odd)
{
  background-color: rgba(0, 0, 0, 0.15);
}

.grid-basic-header .sorting {
  background: url('/img/sort_both.png') no-repeat center right;  
}
.grid-basic-header .sorting_asc {
  background: url('/img/sort_asc.png') no-repeat center right;
}
.grid-basic-header .sorting_desc {
  background: url('/img/sort_desc.png') no-repeat center right;
}