

.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;
  padding: 0px 4px 0px 4px;
  text-align: left;
  font-weight: normal;
}

.GridViewHeaderStyle {
  background-color: #01233E;
  font-weight: normal;
  color: white;
  text-align: left;
  height: 22px;
  border: none;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.GridViewFooterStyle {
  background-color: #C0C0C0;
  font-weight: normal;
  color: #505050;
  border: none;
}

.GridViewRowStyle {
  /*background-color: #FFFFFF;*/
  border: none;
  border-bottom: 1px solid #E0E0E0;
}

.GridViewRowStyleFav {
  /*background-color: #FFFFFF;*/
  border: none;
  border-bottom: 1px solid #01233E;
}

  .GridViewRowStyle:hover {
    background-color: #FFD35A;
  }

.GridViewRowStyleMenuGauche {
  /*background-color: #FFFFFF;*/
  border: none;
  border-top: 1px solid #3385C7;
}

  .GridViewRowStyleMenuGauche:hover {
    background-color: #FFD35A;
  }

.GridViewRowStyleNew {
  background-color: #D2DCF5;
}

.GridViewAlternatingRowStyle {
  border: none;
  border-bottom: 1px solid #E0E0E0;
}

  .GridViewAlternatingRowStyle:hover {
    background-color: #FFD35A;
  }

.GridViewRowData {
  /*background-color: #FFFFFF;*/
  border: none;
}

.GridViewRowStyleData:hover {
  background-color: #0067B9;
}

.GridViewAlternatingRowStyleData {
  background-color: #F0F0F0;
  border: none;
}

  .GridViewAlternatingRowStyleData:hover {
    background-color: #0067B9;
  }

.GridViewSelectedRowStyle {
  background-color: #E2DED6;
  font-weight: bold;
  color: #333333;
}

.GridViewPagerStyle {
  background-color: #FFD35A;
  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: #EAEAEA;
  text-align: center;
  color: #3388DD;
  font-weight: bold;
  font-size: 1.05em;
  text-decoration: none;
  border-width: 1px 0px 2px 0px;
  border-style: solid;
  border-color: gray;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 7px 0px 7px;
}

  .gridpager td td {
    border-width: 0px;
    margin: 0px;
  }

  .gridpager a {
    color: black;
    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;
}


@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;
  }
}


table.gv-table td {
  vertical-align: initial;
}

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;
  }

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;
  }
}
