.esDatatables {
    padding: 0px;
    height: 30px;
    line-height: 30px;
    color: #00ba8b;
    font-size: 12px;
    float: right;
}

.esDatatables select {
    border-radius: 5px;
    padding: 5px 10px;
    border: 1px solid #d9d9d9;
    height: 30px;
}

/*共XX条*/
.esDatatables .dataTables_info {
    clear: none;
    float: left;
    padding: 0px;
    margin-left: 8px;
    color: #777;
}

/*每页条数*/
.esDatatables .dataTables_length {
    float: left;
}

.esDatatables .dataTables_length, .esDatatables .dataTables_filter, .esDatatables .dataTables_processing, .esDatatables .dataTables_paginate {
    color: #777;
}

/*解决使用fixColumns可能由于撑开导致错位问题*/
.dataTables_wrapper {
    overflow-y: hidden;
    overflow-x: hidden;
}

.dataTables_wrapper .bottom {
    margin-top: 4px;
}

.esDatatables .dataTables_paginate .paginate_button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0px 10px;
    background-color: #fff;
    color: #777;
    font-size: 12px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #e0e8eb;
    cursor: hand;
}

.esDatatables .dataTables_paginate .paginate_button.current, .paginate_button.current:hover, .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #08b380;
    border: 1px solid #d9d9d9;
    color: #fff;

}

/*错误提示*/
.dataTables_wrapper .errorMsg {
    background-color: #FCE6A2;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(252, 230, 162, 0)), color-stop(25%, rgba(252, 230, 162, 0.9)), color-stop(75%, rgba(252, 230, 162, 0.9)), color-stop(100%, rgba(252, 230, 162, 0)));
    background: -webkit-linear-gradient(left, rgba(252, 230, 162, 0) 0%, rgba(252, 230, 162, 0.9) 25%, rgba(252, 230, 162, 0.9) 75%, rgba(252, 230, 162, 0) 100%);
    background: -moz-linear-gradient(left, rgba(252, 230, 162, 0) 0%, rgba(252, 230, 162, 0.9) 25%, rgba(252, 230, 162, 0.9) 75%, rgba(252, 230, 162, 0) 100%);
    background: -ms-linear-gradient(left, rgba(252, 230, 162, 0) 0%, rgba(252, 230, 162, 0.9) 25%, rgba(252, 230, 162, 0.9) 75%, rgba(252, 230, 162, 0) 100%);
    background: -o-linear-gradient(left, rgba(252, 230, 162, 0) 0%, rgba(252, 230, 162, 0.9) 25%, rgba(252, 230, 162, 0.9) 75%, rgba(252, 230, 162, 0) 100%);
    background: linear-gradient(to right, rgba(252, 230, 162, 0) 0%, rgba(252, 230, 162, 0.9) 25%, rgba(252, 230, 162, 0.9) 75%, rgba(252, 230, 162, 0) 100%);
    z-index: 888;
    color: #7a80dd;
    text-align: center;
    min-height: 50px;
    line-height: 50px;
    display: none;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #edf3fe
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
    background-color: #ffeeaa;
}

table.dataTable tbody > tr.even {
    background-color: #f9f9f9;
}

table.dataTable tbody > tr.selected, table.dataTable tbody tr.selected td {
    background-color: #fce6a2;
}

table.dataTable tbody > tr.checked td {
    /*font-weight: bold;*/
    color: #00a2ec;
}

.DTFC_Cloned input[type=checkbox]{
     margin-top: 2px;
    margin-bottom: 1px;
}

/**
* 按钮组中的激活状态按钮样式。 如：显示隐藏列中的状态为显示的 列按钮
 */
div.dt-button-collection button.dt-button:active:not(.disabled), div.dt-button-collection button.dt-button.active:not(.disabled), div.dt-button-collection div.dt-button:active:not(.disabled), div.dt-button-collection div.dt-button.active:not(.disabled), div.dt-button-collection a.dt-button:active:not(.disabled), div.dt-button-collection a.dt-button.active:not(.disabled) {
    background-color: #00ba8b;
    color: #fff;
    background-image: -webkit-linear-gradient(top, #00ba8b 0%, #02aa7f 100%);
    background-image: -moz-linear-gradient(top, #00ba8b 0%, #02aa7f 100%);
    background-image: -ms-linear-gradient(top, #00ba8b 0%, #02aa7f 100%);
    background-image: -o-linear-gradient(top, #00ba8b 0%, #02aa7f 100%);
    background-image: linear-gradient(to bottom, #00ba8b 0%, #02aa7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
    box-shadow: none;
}

div.dt-button-collection a.dt-button.btnOperate, div.dt-button-collection a.dt-button.active.btnOperate:not(.disabled) {
    background-color: #00ba8b;
    color: #fff;
    border: 1px solid #999999;
    background-image: -webkit-linear-gradient(top, #fe856f 0%, #e04629 100%);
    background-image: -moz-linear-gradient(top, #fe856f 0%, #e04629 100%);
    background-image: -ms-linear-gradient(top, #fe856f 0%, #e04629 100%);
    background-image: -o-linear-gradient(top, #fe856f 0%, #e04629 100%);
    background-image: linear-gradient(to bottom, #fe856f 0%, #e04629 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#f44336');
}

button.dt-button:active:not(.disabled):hover:not(.disabled), button.dt-button.active:not(.disabled):hover:not(.disabled), div.dt-button:active:not(.disabled):hover:not(.disabled), div.dt-button.active:not(.disabled):hover:not(.disabled), a.dt-button:active:not(.disabled):hover:not(.disabled), a.dt-button.active:not(.disabled):hover:not(.disabled) {
    font-weight: bold;
    border: 1px solid #019676;
    /*box-shadow: inset 1px 1px 3px #fff;*/
    background-color: #62CE67;
    background-image: -webkit-linear-gradient(top, #02aa7f 0%, #00ba8b 100%);
    background-image: -moz-linear-gradient(top, #02aa7f 0%, #00ba8b 100%);
    background-image: -ms-linear-gradient(top, #02aa7f 0%, #00ba8b 100%);
    background-image: -o-linear-gradient(top, #02aa7f 0%, #00ba8b 100%);
    background-image: linear-gradient(to bottom, #02aa7f 0%, #00ba8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#62CE67');
}

table.dataTable thead .sorting_disabled {
    cursor: pointer;
}

table.dataTable thead th.center{
    text-align: center;
}

.dataTables_wrapper .highlight {
    color: #f00;
}

.dataTables_wrapper span.esEllipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dataTables_wrapper .bottons-highlight {
    color: #f00;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border: none;
}

div.dt-buttons .btnHighlight {
    color: #fff;
    border: none;
    background: url(../../../image/btn-bg2.png) repeat-x;
    height:28px;
}

div.dt-buttons .btnHighlight:hover {
    border: none;
    background: url(../../../image/btn-bg2hover.jpg) repeat-x;
    height:28px;
}

/**
 *  禁用按钮的样式
 */
button.dt-button.disabled, div.dt-button.disabled, a.dt-button.disabled,a.dt-button:hover.disabled {
    color: #999;
    border: 1px solid #d0d0d0;
    cursor: default;
    background-color: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f9f9f9 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f9f9f9 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f9f9f9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f9f9f9')
}


.kbWrap table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #7bb1d5;
}

.kbWrap table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    margin-top: 0px;
}

/*--------------------------------------------*/
table.dataTable {
    /* 结合td,th上 超出隐藏的css设置，一起设置才起作用*/
    table-layout: fixed;
    /*覆盖datatables.all.css 中的margin:0 auto的定义，解决*/
    margin: 0px;
}

table.dataTable thead th, table.dataTable thead td,
table.dataTable tfoot th, table.dataTable tfoot td,
table.dataTable tbody td, table.dataTable tbody th {
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow: ellipsis; /* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

/*解决：固定头部时，拖动动头部样式及错位。 需和 .kbWrap .table_list th 中的padding 设置一致
*/
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 6px 3px 6px 3px;
    /*减少表头的line-height，表头有多行时，也不至于太丑   在css.css中line-height定义为34px; 上下padding适度增加 */
    line-height: 19px;
    height: 19px;
}

table.dataTable tbody td, table.dataTable tbody th {
    padding: 6px 3px 6px 3px;
    /*减少line-height,增大padding,解决缩放造成多行时太丑问题 */
    line-height: 19px;
    height: 19px;
}

/*复杂表头:多行表头,上下top和line-height设置小点，减少高度 */
table.dataTable.multipleThead thead th, table.dataTable.multipleThead thead td, table.dataTable.multipleThead tfoot th, table.dataTable.multipleThead tfoot td {
    padding: 5px 3px 5px 3px;
    line-height: 16px;
    height: 18px;
}

/*由于td的line-height是18px，防止其中的图标太高，将其顶开，导致fixedColumns区和内容区错位*/
table.dataTable tbody td img {
    width: 16px;
    height: 16px;
}

input.dt-es-checkbox {
    margin: 0px auto;
    padding: 0px;
    width: 16px;
    height: 16px;
    display: block;
}

/*.dataTables_wrapper .dataTables_scrollBody tr td:first-child{*/
/*text-align: center;*/
/*}*/
a.dt-checkedTips.checked, a.dt-checkedTips.checked:hover {
    box-shadow: inset 1px 1px 3px #aaa;
    background-color: #62CE67;
    background-image: -webkit-linear-gradient(top, #eaeaea 0%, #62CE67 100%);
    background-image: -moz-linear-gradient(top, #eaeaea 0%, #62CE67 100%);
    background-image: -ms-linear-gradient(top, #eaeaea 0%, #62CE67 100%);
    background-image: -o-linear-gradient(top, #eaeaea 0%, #62CE67 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0%, #62CE67 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#62CE67');
}

/*防止image 404时，chrome下 td被撑开，导致dt出现滚动条*/
td.image-viewer {
    overflow: hidden;
}

#processing .dataTables_processing {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 1.2em;
    background-color: rgb(240, 240, 240);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(240, 240, 240, 0)), color-stop(25%, rgba(240, 240, 240, 0.5)), color-stop(75%, rgba(240, 240, 240, 0.5)), color-stop(100%, rgba(240, 240, 240, 0.2)));
    background: -webkit-linear-gradient(left, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.5) 25%, rgba(240, 240, 240, 0.5) 75%, rgba(240, 240, 240, 0.2) 100%);
    background: -moz-linear-gradient(left, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.5) 25%, rgba(240, 240, 240, 0.5) 75%, rgba(240, 240, 240, 0.2) 100%);
    background: -ms-linear-gradient(left, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.5) 25%, rgba(240, 240, 240, 0.5) 75%, rgba(240, 240, 240, 0.2) 100%);
    background: -o-linear-gradient(left, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.5) 25%, rgba(240, 240, 240, 0.5) 75%, rgba(240, 240, 240, 0.2) 100%);
    background: linear-gradient(to right, rgba(240, 240, 240, 0.2) 0%, rgba(240, 240, 240, 0.5) 25%, rgba(240, 240, 240, 0.5) 75%, rgba(240, 240, 240, 0.2) 100%);
    z-index: 3;
}

#processing .dataTables_processing img {
    position: fixed;
    top: 50%;
}

/*.dataTables_scrollHeadInner table.gov_check thead  th:nth-last-child(-n+6),
table.gov_check.fixedHeader-floating thead  th:nth-last-child(-n+6)
{
    background: #37a9e9;
    color: #fff;
}因与排序背景图冲突注释，监管背景色在定义在table_list中
*/

/* cczMaskTable 定义在datatables.all.js源码-fixedHeader中, 结合 datatables-callback.js 中$('div.dataTables_scrollBody').scroll()事件处理
 * 用于当出现fixedHeader，结合内容区滚动时，fixedHeader同步滚动，超出表格的部分被遮住
 */
table.dataTable.cczMaskTable {
    table-layout: fixed;
    top: 0px;
    z-index: 2;
    position: fixed;
    border: none;
    border-top: 1px solid #d6dce0;;
}

#cczMaskBlankTable {
    left: 0px;
}

#cczMaskBlankTable th {
    border: none;
    background: #fff;
    padding: 0px;
    border: 0px;
}

/*使用fixedColumns后,固定列的区域可能相差1-2个像素，导致X滚动条出现，隐藏之 */
div.DTFC_LeftBodyLiner {
    overflow-x: hidden;
}

/*fixedColumns下的table z-index大一点,右边框可盖住右边紧靠td的左边框 */
.DTFC_LeftHeadWrapper table {
    z-index: 3;
}

.dt-arrow {
    position: fixed;
    top: 70%;
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.dt-arrow-left {
    left: 4px;
    background-image: url("/js/list/dt/images/dt_arrow_left.png");
}

.dt-arrow-left.disabled {
    background-image: url("/js/list/dt/images/dt_arrow_left_disable.png");
}

.dt-arrow-right {
    right: 4px;
    background-image: url("/js/list/dt/images/dt_arrow_right.png");
}

.dt-arrow-right.disabled {
    background-image: url("/js/list/dt/images/dt_arrow_right_disable.png");
}

.dataTables_scrollBody hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

a.notButton, a.notButton:hover, a.notButton:active, a.notButton:focus {
    display: inline-block;
    overflow: hidden;
    border: none;
    background: none;
    box-shadow: none;
    text-decoration: none;
    outline: none;
    padding: 0.2em 0em;
}

.ui-resizable-s {
    background: grey;
    /*cursor: s-resize;*/
    /*height: 2px;*/
    /*width: 100%;*/
    /*bottom: -1px;*/
    /*left: 0;*/
}

/*解决谷歌浏览器下图片404时，一些地方被顶开(如:企业端隐患整改table中的图片)的问题*/
.dataTable img {
    overflow: hidden;
}

/*覆盖 datatables.all.css 样式,减小按钮的padding*/
button.dt-button, div.dt-button, a.dt-button {
    padding: 0.4em 0.6em;
}

button.dt-button, div.dt-button, a.dt-button li {
    list-style: none;
}


table.dataTable td .selectize-control {
    float: left;
}

table.dataTable td .selectize-input {
    padding: 2px;
}

table.dataTable td button {
    width: 24px;
    height: 24px;
}
.dt-totalRecords{
    color:red;
}