

.GridViewStyle {
  border: none;
  padding: 0.1em;
  margin: 0px;
  font-size: 1em;
  text-align: left; 
}

  .GridViewStyle a {
    color: #505050;
  }

.GridViewHeaderStyle a {
  color: white;
}

.GridViewHeaderStyle th {
  border: 0px;
  /*text-align: left;*/
}

.GridViewHeaderStyle {
  background-color: #3C3C3C;
  font-weight: normal;
  color: white;
  text-align: left;
  height: 22px;
  border: none;
}

.GridViewFooterStyle {
  background-color: #DDDDDD;
  font-weight: normal;
  color: Black;
  border: none;
}

.GridViewRowStyle {
  background-color: #FFFFFF;
  border: none;
}

  .GridViewRowStyle:hover {
    background-color: #FFEBA5;
  }

.GridViewRowStyleNew {
  background-color: #D2DCF5;
}

.GridViewAlternatingRowStyle {
  background-color: #f2f2f2;
  border: none;
}

  .GridViewAlternatingRowStyle:hover {
    background-color: #FFEBA5;
  }


.GridViewSelectedRowStyle {
  background-color: #FFD220;
  font-weight: bold;
  color: #333333;
}

.GridViewPagerStyle {
  background-color: #CCCCCC;
  font-weight: bold;
  color: #505050;
  text-align: left;
  height: 1.4em;
}

  .GridViewPagerStyle table /* to center the paging links*/ {
    margin: 0 auto 0 auto;
  }

.gridpager, .gridpager td {
  background-color: #D9D9D9;
  text-align: center;
  color: #FFCF10;
  font-weight: bold;
  font-size: 1.1em;
  text-decoration: none;
  border: 0;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 5px 1px 5px;
}


  .gridpager a {
    color: #505050;
    font-weight: bold;
  }

th.rwd-table, td.rwd-table {
  display: table-cell;
  padding: .25em .5em;
}

td.rwd-table {
  width: 50%;
}

td.rwd-table2 {
  width: 25%;
}

td.rwd-table3 {
  width: 33%;
}

td.rwd-tablenowidth {
  width: auto;
}

th.rwd-table:first-child, td.rwd-table:first-child {
  padding-left: 0;
}

th.rwd-table:last-child, td.rwd-table:last-child {
  padding-right: 0;
}

th.rwd-table, td.rwd-table {
  padding: 0em !important;
}
.BlocGvCss {
  width: 84%;
  vertical-align: top;
  border-left: 1px solid #DEDCDD;
  padding-left: 10px;
}
.txtaligncenter {
  text-align:center;
}
@media only screen and (max-width: 900px) {
  .txtaligncenter {
    text-align: left;
  }
  .BlocGvCss {
    padding-left: 0px;
  }

  .txtgv {
    font-size: 0.8em;
  }

  .INPUTCGvUpd input {
    background-color: Transparent;
    border-width: 0;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    padding-top: 0.5px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 1px;
    min-width: 25px;
    /* cursor: default; */
  }
  .TxtNoWrap {
    white-space: nowrap;
  }
  .lblGvLCatal {
    background-color: transparent;
    border-style: none;
    text-align: left;
    padding: 2px;
    display: inline-block;
  }
  .GridViewHeaderStyle {
    background-color: #3C3C3C;
    font-size: 0.8em;
    font-weight:initial ;
    color: white;
    text-align: left;
    /*height: 10px;*/
    border: none;
  }
}
@media (max-width: 900px) {
  table.rwd-table {
    margin: 0;
    padding: 0;
    min-width: 300px;
  }

  tr.rwd-table {
    border: 0;
    margin: 0;
  }

  th.rwd-table {
    border: 0;
    margin: 0;
  }

  td.rwd-table, td.rwd-table2, td.rwd-table3, td.rwd-tablenowidth {
    border: 0;
    margin: 0;
    display: block;
    width: 99% !important;
  }

    td.rwd-table:before, td.rwd-table2:before, td.rwd-table3:before, td.rwd-tablenowidth:before {
      width: 1.5em;
      display: inline-block;
    }

  table.rwd-table {
    overflow: hidden;
  }
}


th.gv-table, td.gv-table {
  display: table-cell;
  padding: .25em .5em;

}

td.gv-table {
  width: 50%;
  
}

  th.gv-table:first-child, td.gv-table:first-child {
    padding-left: 0;
    
  }

  th.gv-table:last-child, td.gv-table:last-child {
    padding-right: 0;
    margin-bottom:15px;
  }

th.gv-table, td.gv-table {
  padding: 0em !important;
}



@media (max-width: 900px) {


  table.gv-table {
    margin: 0;
    padding: 0;
    min-width: 300px;
  }

  tr.gv-table {
    border: 0;
    margin: 0;
  }

  th.gv-table {
    border: 0;
    margin: 0;
    display: none;
  }

  td.gv-table {
    border: 0;
    margin: 0;
    display: block;
    width: 99% !important;
  }

    td.gv-table[data-th] {
      width: 100% !important;
    }

      td.gv-table[data-th] span {
        width: calc(99% - 7em) !important;
        display: inline-block !important;
      }

    td.gv-table:before {
      width: 1.5em;
      display: inline-block;
      padding: 4px 0 4px 0;
    }

    td.gv-table[data-th]:before {
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      display: inline-block;
    }

  table.gv-table {
    overflow: hidden;
  }
}
