.nb-theme-default .dataTables_wrapper .dataTables_paginate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    padding-top: 0;
}
.nb-theme-default div.dataTables_paginate ul.pagination {
    font-family: Microsoft YaHei;
    font-size: 1rem;
    line-height: 1.25;
    /*border: #ebeef2 solid 1px;*/
    border-radius: 0.0625rem;
    display: flex;
    padding: 0;
    margin-top: 0;
    margin-bottom: 1rem;
}
.nb-theme-default div.dataTables_paginate ul.pagination li.paginate_button.disabled {
	padding: 0;
	margin: 0;
	border: none;
}
.nb-theme-default div.dataTables_paginate ul.pagination li:not(:last-child) {
    /*border-right: 1px solid #ebeef2;*/
    display: inline;
}


.nb-theme-default div.dataTables_paginate ul.pagination li a {
    background: transparent;
    color: #c8c8c8;
    padding: 0.75rem;
    border: none;
    margin-left: 0;
    position: relative;
    display: block;
    line-height: 0.25;
    text-decoration: none;
    font-size: 0.75rem;
}

.nb-theme-default div.dataTables_paginate ul.pagination li a:hover {
    background: #f2f2f2;
}

.nb-theme-default div.dataTables_paginate ul.pagination .active > a,
.nb-theme-default div.dataTables_paginate ul.pagination .active > a:hover {
    color: #ffffff;
    background-color: #b2b2b2;
    /*background-color: #67ce59;*/
}

.cbtable tr td {
    height:30px;
    text-align:center;
}

.cbtable th {
    text-align:center;
}

.nb-theme-default table.table-bordered.dataTable th {
	text-align: center;
}
.nb-theme-default table.table-bordered.dataTable td {
	word-break:break-all;
}
.nb-theme-default table.table-bordered.dataTable td button.btn {
	margin: 0 5px 5px 0;
	padding: 4px 10px;
	font-size: 0.8rem;
	cursor: pointer;
}
.nb-theme-default table.table-bordered.dataTable td button.btn:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
}