.tb-hide {
  display: none
}
.ez-table,
.ez-vtable {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 25px
}
.ez-table table,
.ez-vtable table {
  width: 100%;
  border-collapse: collapse;
  border: 1px #d7d8d7 solid;
  table-layout: fixed;
  font-size: 13px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff
}
.ez-table .td-full {
  width: 100%
}
.ez-table .tb-head {
  background-color: #ffe699
}
.ez-table tr:first-child {
  border-bottom: 1px #d7d8d7 solid
}
.ez-table tr.tb-data:nth-child(odd) {
  background-color: #f6f9fc
}
.ez-table tr.tb-data:nth-child(even) {
  background-color: #fff
}
.ez-table tr.tb-sum:last-child {
  border-top: 3px double #444
}
.ez-table table th {
  font-size: 12px;
  font-weight: 600;
  text-align: center
}
.ez-table td,
.ez-table th {
  font-size: 12px;
  padding: 3px 2px;
  text-align: center;
  word-break: break-all
}
.ez-table [class*=icon-],
.ez-table [class*=icon2-] {
  font-size: 18px
}
.tb-total {
  border-top: 2px #29abe2 double
}
.page-nav {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px
}
.pnav-icon {
  display: inline-block;
  width: 32px;
  line-height: 30px;
  padding-top: 2px;
  font-size: 25px;
  color: #1597ce;
  text-decoration: none
}
.pnav-icon:hover {
  text-decoration: none;
  background-color: #29abe2;
  color: #fff
}
.pnav-icon.nav-inactive {
  color: #bbb;
  cursor: default;
  pointer-events: none
}
.pnav-icon.nav-inactive:hover {
  color: #bbb;
  background-color: #f5f5f5
}
.page-sel {
  position: relative;
  top: -5px;
  font-size: 13px;
  width: 80px
}
.tt-page {
  position: relative;
  top: -5px;
  font-size: 15px
}
#op-wrap {
  height: 0;
  transition: height linear .15s;
  overflow: hidden
}
.op-tb {
  position: relative;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
  box-shadow: 0 1px 0 rgba(0,0,0,.025);
  padding: 7px 20px 15px 20px;
  box-sizing: border-box;
  font-size: 13px
}
.op-but {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  top: 0;
  float: right;
  margin-right: 5%;
  width: 37px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.025);
  box-shadow: 0 1px 0 rgba(0,0,0,.025);
  padding: 3px 7px 0 7px;
  font-size: 20px;
  cursor: pointer;
  color: #777;
  z-index: 1
}
.op-but:hover {
  color: #444
}
.op-arr {
  font-size: 15px;
  line-height: 15px;
  position: relative;
  top: 3px;
  padding-left: 3px
}
#op-tb-check ul li {
  list-style: none;
  display: inline-block;
  float: left;
  padding-left: 7px;
  padding-bottom: 10px;
  width: 33%;
  box-sizing: border-box
}
#op-tb-check ul li label {
  padding-left: 5px
}
#op-tb-apply {
  color: #555;
  border-color: #ccc;
  background: #f7f7f7;
  -webkit-box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
  box-shadow: inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,.08);
  padding: 3px 7px 3px 7px;
  font-size: 13px;
  float: right
}
#op-tb-apply:hover {
  border-color: #323232
}
.tb-n-minus {
  color: #ff5b42;
  font-weight: 600
}
.tb-n-minus:before {
  font-family: ezicon!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-variant: normal!important;
  text-transform: none!important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "p";
  position: relative;
  top: 2px
}
@media only screen and (min-width:420px) {
  .ez-table table,
  .ez-vtable table {
    font-size: 14px
  }
  .ez-table td,
  .ez-table th {
    font-size: 14px
  }
}
.tb-search {
  width: 100%;
  float: left
}
.tb-clear-filter {
  width: 100%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 10px
}
.tb-clear-filter input {
  width: 100%
}
.tb-filter {
  width: 100%;
  float: left;
  box-sizing: border-box
}
@media only screen and (min-width:420px) {
  .tb-filter {
    width: 50%;
    padding-right: 15px
  }
  .tb-clear-filter {
    width: 50%;
    padding-right: 15px
  }
  .tb-filter.fil-100 {
    width: 100%
  }
}
@media only screen and (min-width:769px) {
  .tb-clear-filter,
  .tb-filter {
    width: 33%
  }
  .tb-filter.fil-100 {
    width: 100%
  }
}
@media only screen and (min-width:1024px) {
  .tb-clear-filter,
  .tb-filter {
    width: 25%
  }
}
.all-pages {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px
}
.all-pages a,
.all-pages span {
  display: inline-block;
  margin-right: 3px;
  padding: 3px 8px;
  border: #79b7e7 1px solid;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none
}
.all-pages span {
  font-weight: 600;
  cursor: default
}
.all-pages a:hover {
  color: #fff;
  background-color: #29abe2;
  font-weight: 600
}
.all-pages .c-page {
  font-size: 14px;
  font-weight: 600;
  background-color: #29abe2;
  color: #fff
}
.tb-kgroup-st {
  border-top: #ddd 1px solid
}
.tb-kgroup {
  border-right: #ddd 1px solid;
  background-color: #fff
}
.ez-vtable th {
  background-color: #ffe699;
  border-right: #ddd solid 1px
}
.ez-vtable td,
.ez-vtable th {
  border-bottom: #ddd solid 1px;
  padding: 3px 5px
}
.cl-tb-vtop td {
  vertical-align: top
}
.cl-tb-input div {
  margin: 0
}
.pap-oform .cl-tb-input div input:not([type=button]),
.pap-oform .cl-tb-input div select,
.pap-oform .cl-tb-input div textarea,
.pap-oform .cl-tb-input input,
.pap-oform .cl-tb-input select,
.pap-oform .cl-tb-input textarea {
  padding: 1px;
  font-size: 13px
}
.pap-oform .cl-tb-input .label-inline div:not(".pap-time-group") input:not([type=checkbox]):not([type=button]),
.pap-oform .cl-tb-input input:not([type=checkbox]):not([type=button]) {
  width: 100%
}
.pap-oform .cl-tb-input div select,
.pap-oform .cl-tb-input select {
  height: 26px
}
.pap-oform .cl-tb-input div input:not([type=button]):active,
.pap-oform .cl-tb-input div input:not([type=button]):focus,
.pap-oform .cl-tb-input input:active,
.pap-oform .cl-tb-input input:focus {
  padding: 1px;
  font-size: 13px
}
.cl-tb-input ul[id*='-res'] {
  margin: 0
}
.cl-tb-input ul[id*='-res'] li {
  font-size: 13px
}
.show-perpage {
  float: right;
  padding-right: 10px
}
.show-perpage .set-perpage {
  width: 60px
}
table.tb-fixed-head {
  position: fixed;
  top: 44px;
  z-index: 4
}
[class*=tr-highlighted-] {
  background-image: linear-gradient(to bottom,#fff7d9 0,#ffd740 100%);
  background-repeat: repeat-x;
  border-color: #b2dba1
}
.des-has-icon {
  position: relative
}
.des-has-icon .icon2-sort {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: move;
  color: #17a2b8;
  font-size: 14px
}