
#content-core{
    max-width: 100%;
}
#content{
    padding:0;
}
main{
    background: #fafafa;
    font-family: Roboto;
}
main .page-history{
    padding-bottom: 100px;
}

.tableWrapper{
    background: #FFFFFF;
    box-shadow: 0px 3px 3px rgba(35, 35, 35, 0.15);
    padding:20px 30px 10px;
    position: relative;
}
.tableWrapper table{
    text-align:left;
    border:0;
}
.tableWrapper th{
    border:0!important;
}
.tableWrapper td{
    border-left:0 !important;
    border-right:0 !important;
    /* height: 34px; */
}
.tableWrapper .heightAttribute .value{
  padding-right: 10px;
}
.tooltip-inner{
  word-wrap:break-word
}
.pagination-info{
    display: none;
}
#examine table th,table > tbody > tr > td{
    vertical-align: middle !important;
    height: 45px;
}
.switchWraper{
   margin-top:35px;
   text-align: right;
   position: relative;
   float: right;
   margin-right: 15px;
}
.switch {
    position: absolute;
    display: inline-block;
    width:20px;
    height:14px;
    left: -26px;
    bottom: 0;
  }
  
  .switch input {display:none;}
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 8px;
    width:8px;
    left:2px;
    bottom:2px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #20D748;

  }
  input:checked + .slider.round {
    border: 1px solid #19C63E;
  }
  input:checked + .slider:before {
    background-color: #fff;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #20D748;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(6px);
    -ms-transform: translateX(6px);
    transform: translateX(6px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
    border: 1px solid #000000;
    box-sizing: border-box;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  #paginationjs{
    text-align: right;
    margin-top: 10px;
  }
  #paginationjs .paginationjs{
    display: inline-block;
  }

  #setModal .modal-footer,
  #setHeight .modal-footer,
  #rejectModal .modal-footer{
    position: relative;
  }
  #setModal .modal-footer .errorMessage,
  #setHeight .modal-footer .errorMessage,
  #rejectModal .modal-footer .errorMessage{
    display: none;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 20px;
    color:red;
    font-size: 14px;
  }
  .tableTool{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:100px;
    font-size: 14px;
  }
  .tableEmaliTool{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width:160px;
    font-size: 14px;
  }
  #setHeight .checkBox .sub{
    margin-right: 50px;
  }
  #setHeight .checkBox .sub input{
    position: relative;
    top: 2px;
  }
  #setHeight .checkBox .sub span{
    padding-right: 10px;
    font-weight: normal;
  }
.nodata-info {
    position: relative;
}
.nodata-info .nodt-text {
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #666666
}
.nodata-info .nodt-text a {
    color: #3072DE;
    font-size: 16px;
    padding: 0;
}
.nodata-info .nodt-text a:hover {
    text-decoration: underline;
}
.nodata-info .nodt-image {
    width: 400px;
    height: 300px;
    margin: 30px auto;
    border: 1px dashed #ccc;
    background-image: url("../../images/noData1.png");
    background-repeat: no-repeat;
    background-position: center ;
}