.tc {
  text-align: center;
}
body {
  background-color: #efefef;
}
.mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 5;
}
.front-loading-wrapper {
  top: 45%;
  position: relative;
}
.front-loading-wrapper .front-loading {
  margin: 0 auto;
  width: 48px;
  height: 54px;
}
.front-loading-wrapper .front-loading-block {
  background-color: #E98300;
  float: left;
  height: 46px;
  margin-left: 3px;
  width: 12px;
  opacity: 0.1;
  animation-name: bounceG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
  transform: scale(0.7);
}
.front-loading-wrapper .front-loading > div:nth-child(1) {
  animation-delay: 0.39s;
}
.front-loading-wrapper .front-loading > div:nth-child(2) {
  animation-delay: 0.52s;
}
.front-loading-wrapper .front-loading > div:nth-child(3) {
  animation-delay: 0.65s;
}
@keyframes bounceG {
  from {
    transform: scale(1.2);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
.bg {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  /*background: url("../../static/images/dash_bg.png") no-repeat top center /contain;*/
}
.bg .logo {
  position: absolute;
  left: 2rem;
  top: 0;
}
.bg table {
  width: 100%;
}
.bg table td,
.bg table th {
  text-align: center;
}
.bg h1.tc {
  width: 60%;
  font-weight: bolder;
  font-size: 50px;
  height: 50px;
  line-height: 50px;
  margin: 20px auto;
  color: #E98300;
}
.bg #app {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: scroll;
  left: 0;
  top: 100px;
}
.bg #app .white-bg {
  background-color: #fff;
  padding: 15px;
}
.bg #app .l1table thead th,
.bg #app .l1table table thead td {
  padding: 3px !important;
}
.bg #app .l1table td,
.bg #app .l1table th {
  vertical-align: middle !important;
  padding: 10px;
}
.bg #app .l1table .auditResult td {
  height: 50px;
}
.bg #app .l1table .auditResult div.ok,
.bg #app .l1table .auditResult div.ng {
  position: relative;
  top: -10px;
  color: white;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 20px;
  line-height: 20px;
}
.bg #app .l1table .auditResult div.ok.demo,
.bg #app .l1table .auditResult div.ng.demo {
  font-size: 12px;
}
.bg #app .l1table .auditResult div.ok:after,
.bg #app .l1table .auditResult div.ng:after {
  font-size: 10px;
  content: "";
  margin-left: 13.33333333px;
  display: block;
  width: 53.33333333px;
  height: 20px;
}
.bg #app .l1table .auditResult div.ok {
  background-color: green;
}
.bg #app .l1table .auditResult div.ok:after {
  background-color: green;
}
.bg #app .l1table .auditResult div.ng {
  background-color: red;
}
.bg #app .l1table .auditResult div.ng:after {
  background-color: red;
}
.bg #app div.content {
  width: 98%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 15px;
  margin: 0px auto;
}
.bg div.unclosedTaskWrapper {
  height: 450px;
  overflow: hidden;
}
.bg div.unclosedTaskWrapper .table {
  margin-bottom: 10px;
}
.bg .chart {
  width: 100%;
  height: 200px;
}
.l1_table_wrapper .table_title h5 {
  text-align: center;
  font-size: 14px;
}
.l1_table_wrapper .col-md-6 {
  padding: 0;
}
.l1_table_wrapper .col-md-6 > .l1table {
  margin-bottom: 0;
}
/*# sourceMappingURL=dash.css.map */