/** ------ control fix ------ **/
/** common **/
/** ztree **/
.ztree li span.button {
  background-image: url("zTreeStandard.png");
}
/** dtgrid table **/
.dt-grid .dt-grid-headers {
  background-color: #f1f1f1;
  height: 28px;
}
 table.dt-grid>thead>tr>th,
 table.dt-grid>tbody>tr>th{
  font-size:13px;
  color:#000;
  background-color: #c3d5ee;
}
.dt-grid>thead>tbody>tr{
  background-color:transparent;!important;
}
.pagination{
  float: right;
  margin: 0;
  margin-top: 5px;
}
.dt-grid-pager-status{
  float: right;
  height: 28px;
  line-height: 28px;
  margin: 6px 20px 0 0;
  color:#666;
}
.table-bordered, .table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th{
  border:none;
}
.table>thead>tr>td:hover,
.table>tbody>tr>td:hover{
  background-color:transparent;
  cursor:pointer;
}
.change-page-size{
  display: inline;
  width: 48px;
  height: 20px;
  margin-top: 8px;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
}
.pagination>li:first-child>a{
  border-radius:3px 0px 0px 3px;
}
.pagination>li:last-child>a{
  border-radius:0px 3px 3px 0px;
}
.pagination>li>a{
  padding:0 10px;
  margin-top:10px;
}
.pagination>.active>a{
  background-color:#929795;
  border-color:#929795;
}
/*select2下拉框*/
.select2-container .select2-selection--single,
.select2-selection__rendered{
  height:28px;
  font-size:12px;
}
.select2-container .select2-selection--multiple{
  min-height:28px;
}
.select2-container--below,
.select2-selection--multiple,
.select2-search--inline {
  height:28px;
  line-height:28px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  height: 22px;
  line-height:22px;
  margin-top: 3px;
}
.select2-container .select2-search--inline .select2-search__field{
  margin-top:0;
}
/** full-calender **/
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-color:#ddd;
}
/*图标大小限定*/
.content-wrapper .fa{
  font-size:13px;
  min-width:13px;
}
/*--fixed table--*/
.ft_container table,
.nowrap-table table{
  table-layout: fixed;
}
.fixed_col_table .ft_container .ft_rwrapper table thead tr th:first-child,
.fixed_col_table .ft_container .ft_scroller table thead tr th:first-child,
.fixed_col_table .ft_container .ft_scroller table tbody tr td:first-child {
  border-right: 0;
}
.fixed_col_table .ft_container .ft_cwrapper table tbody tr td,
.fixed_col_table .ft_container .ft_scroller table tbody tr td,
.nowrap-table table tbody tr td{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/** datepicker **/
.datepicker.datepicker-dropdown.dropdown-menu{
  z-index:100;
}