.data-top-banner {
  background: #d4d8e0;
  padding-bottom: 8px;
}
.data-top-banner h3 {
  font-family: Open Sans;
  color: #000000;
  font-size: 12px;
  text-align: left;
  line-height: 19px;
  padding-right: 33px;
}
.data-top-banner h3 span {
  font-family: Open Sans;
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  line-height: 22px;
}
.data-top-banner h3 button {
  background: #ffffff;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0.1) 64%, rgba(0, 0, 0, 0.1) 100%);
  border: 1px solid #d4d5d7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  width: 159px;
  height: 39px;
  font-family: Open Sans;
  color: #000000;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
}
.data-top-banner h3 button .fa-power-color {
  font-size: 18px;
  color: #a8ea51;
  line-height: 24px;
  position: absolute;
  padding-left: 9px;
  margin-top: -6px;
}

/*
 table thead tr th,
 table tbody tr td {
   border-bottom: 1px solid #d0d4db;
   @include set_font('Open Sans', 14px, left, '#000000', '19px', '600');
   padding-top: 20px !important;
 }*/
table tbody tr td:nth-child(2) {
  /*padding-left: 20px;*/
}

span.bg-yellow.a {
  padding-left: 20px !important;
}

.rm-padding {
  padding: 0px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.minutes {
  font-family: Open Sans;
  color: #777777;
  font-size: 14px;
  text-align: left;
  line-height: 19px;
}

.bar_progress .progress-bar.progress-bar-danger {
  background-color: transparent;
  border-right: 2px solid #c01840;
}

.bar_progress .progress-bar.progress-bar-warning {
  background-color: transparent;
  border-right: 2px solid #fdd835;
}

.progress-bar-success {
  background: #80c327;
}

.yellow {
  background: #fdd835 !important;
  border-radius: 50%;
}

.darkyellow {
  background-color: transparent;
  border-right: 2px solid #f6b23e !important;
}

.fa-yellow {
  color: #f6b23e;
}

.fa-red {
  color: #d81e4b;
}

.red {
  background: #d81e4b !important;
}

.lightred {
  background: #f9e6e8;
}

.fa-arrow-down {
  margin-top: -2px;
  position: absolute;
  color: #728097;
  font-size: 19px;
}

.bg-yellow {
  background: #fff9c4;
  padding-top: 15px;
  padding-bottom: 10px;
  display: block;
  height: 50px;
}

.rm-border-bottom {
  border-bottom: inherit !important;
}

.bk-yellow {
  background: #fff9c4;
}

.red-clr {
  color: #d81e4b !important;
}

.grey-bg {
  background: #728097;
}

.grey-clr {
  color: #728097 !important;
}

.data2 .table thead tr:nth-child(1) {
  border-bottom: 1px solid #d0d4db;
}

@media (max-width: 767px) {
  .table thead tr th, table tbody tr td {
    padding-top: 4px !important;
  }

  .data1 .table tbody tr:nth-child(3n+3) {
    border-bottom: none;
  }
}
.hr-line {
  border-bottom: 1px solid #d0d4db !important;
  padding-top: 10px;
}

/*# sourceMappingURL=data.css.map */
