/* table responsive stylesheet below */

.table-pagination {
  position: absolute;
  right: 0px;
}
.table-pagination i {
  color: #cccccc;
  font-size: 8px;
  margin: 0 3px;
}
.table-wrapper table {
  margin-top: 20px;
}
.table-pagination i:first-child {
  font-size: 14px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  color: #268226;
  cursor: pointer !important;
  z-index: 1001;
}
.table-pagination i:last-child {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: 3px;
  color: #268226;
  cursor: pointer !important;
  z-index: 1001;
}

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400, 700);
.Rtable {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1em 0;
  padding: 0;
}
.Rtable-cell {
  box-sizing: border-box;
  flex-grow: 1;
  width: 100%;
  padding: 10px 5px;
  overflow: hidden;
  list-style: none;
  background: rgba(112, 128, 144, 0.2);
}
.Rtable-cell > h1,
.Rtable-cell > h2,
.Rtable-cell > h3,
.Rtable-cell > h4,
.Rtable-cell > h5,
.Rtable-cell > h6 {
  margin: 0;
}
/* table column sizing
================================== */
.Rtable--2cols > .Rtable-cell {
  width: 50%;
}
.Rtable--3cols > .Rtable-cell {
  width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
  width: 25%;
}
.Rtable--5cols > .Rtable-cell {
  width: 20%;
}
.Rtable--6cols > .Rtable-cell {
  width: 16.6%;
}

/* Apply styles
================================== */
.Rtable {
  position: relative;
  top: 3px;
  left: 3px;
}
.Rtable-cell {
  margin: -3px 0 0 -3px;
  background-color: white;
  border-color: #e2e6e9;
  word-wrap: break-word;
}
/* Cell styles
================================== */
.Rtable-cell--dark {
  background-color: #268226;
  border-color: #ccc;
  color: white;
}
.Rtable-cell--dark > h1,
.Rtable-cell--dark > h2,
.Rtable-cell--dark > h3,
.Rtable-cell--dark > h4,
.Rtable-cell--dark > h5,
.Rtable-cell--dark > h6 {
  color: #000;
}
.Rtable-cell--medium {
  background-color: #b8c0c8;
  border-color: #a9b3bc;
}
.Rtable-cell--light {
  background-color: white;
  border-color: #e2e6e9;
}
.Rtable-cell--highlight {
  background-color: lightgreen;
  border-color: #64e764;
}
.Rtable-cell--alert {
  background-color: darkorange;
  border-color: #cc7000;
  color: white;
}
.Rtable-cell--alert > h1,
.Rtable-cell--alert > h2,
.Rtable-cell--alert > h3,
.Rtable-cell--alert > h4,
.Rtable-cell--alert > h5,
.Rtable-cell--alert > h6 {
  color: #000;
}
.Rtable-cell--head {
  border-bottom: 5px solid #efefef;
  color: #000;
}
.Rtable-cell--head > h1,
.Rtable-cell--head > h2,
.Rtable-cell--head > h3,
.Rtable-cell--head > h4,
.Rtable-cell--head > h5,
.Rtable-cell--head > h6 {
  color: #000;
}
.Rtable-cell--foot {
}
/* Responsive
==================================== */
@media all and (max-width: 800px) {
  .Rtable--collapse {
    display: block;
  }
  .Rtable--collapse > .Rtable-cell {
    width: 100% !important;
  }
  .Rtable--collapse > .Rtable-cell--foot {
    margin-bottom: 1em;
    border-bottom: 4px solid #efefef;
    padding-bottom: 15px;
  }
  .Rtable-cell--head {
    display: none;
  }
  .Rtable-child {
    display: none;
  }
  .Rtable-cell {
    padding: 10px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .Rparent-label-mobile {
    width: 60%;
    display: inline-block;
    font-weight:600;
  }
}
.no-flexbox .Rtable {
  display: block;
}
.no-flexbox .Rtable > .Rtable-cell {
  width: 100%;
}
.no-flexbox .Rtable > .Rtable-cell--foot {
  margin-bottom: 1em;
}
.Rtable-parent .table-labels-mobile {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 40%;
}
.Rtable-child .table-labels-mobile {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  min-width: 40%;
}
