
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}
.dt-loading {
  display: none;
}
.input-num {
  text-align: center;
}
.weekend {
  background: #f2f4fb !important;
}
.input-num.input-num-error {
  border: 1px solid #ff6952;
}
.form-control[readonly] {
  background-color: #ffffff;
}
.form-control[disabled] {
  background-color: #eeeeee !important;
}
.left-span {
  text-align: right;
  width: 100px;
  float: left;
  display: block;
  margin-bottom: 10px;
}
.sel-td {
  padding: 3px !important;
}
.sel-td select {
  height: 34px;
  width: 100%;
}
.m-b {
  margin-bottom: 0;
}
.tr-content td {
  height: 30px;
  vertical-align: top !important;
}
.tbody-content .tr-content:last-child .td-content {
  height: 300px;
}

