td{
    position:relative;
    z-index:;
}
td:hover{
    z-index:;
    background:none;
}
td .tdtip  {
    display: none;
}
td:hover .tdtip  {
    display: block;
    position: absolute;
    top: 8px;
  background-color: whitesmoke;
    /*   color: royalblue; */
    word-break: break-all;
}
.trsf{
  font-size:12px;
}
.memo{
  max-width:250px;
}
.book_ename{
  max-width:300px;
}
.input-disabled{
    background-color:#FFF !important;
}

.thwidth_ic{
  width:20px;
}
.tablepic{
  width:25px;
  height:25px;
}
.white{

}

.green{
  color:#5eb95e;background-color:rgba(94,185,94,.115)
}
.yellow{
  color:#fff;background-color:rgba(245,222,177,.115)
}
.red{
  color:#fff;background-color:rgba(255,0,0,.115)
}
.black{
  color:#f0ffff;background-color:rgba(0,0,0,.115)
}
.inputnoborder{
  border: 0;
  pointer-events:none;
  cellspacing:1;
  /* border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0); */
}
.inputborder{

  border: 1px solid black;

}
