.td-1 {
    text-align:center;
    background:#BBE0F2 !important;
}
.td-1 span {
    white-space:nowrap;
}
.td-2 {
    color:#333;
    line-height:30px;
    padding:0 10px;
    text-align:center;
    border:solid #eaeaea;
    border-width:0 0 0px 0px;
}

.sky-table table {
    border-collapse: collapse;
    border: 0px solid #eaeaea;
}

.sky-table th,
.sky-table td{
	border-right: 0px solid #eaeaea;
	border-bottom: 0px solid #eaeaea;
}
.sky-table td{
	line-height: 20px;
	font-size: 14px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	/* background: #f1f8fe; */
	padding-left: 8px;
	padding-right: 8px;
}
.table-header td {
    background:#0078b4;
    color: #fff;
    text-align: center;
}

.table-header .left {
    text-align: left;
}
.table-header .right {
    text-align: right;
}
.table-header .middle {
    text-align: center;
}

.table-responsive {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}
.table-body td {
    min-width: 80px;
}
.table-body tr:nth-child(2n+1) td {
    background: #fff;
}
.table-body tr:nth-child(2n) td {
    background: #deebf1;
}
.table-body .left {
    text-align: left;
}
.table-body .right {
    text-align: right;
}
.table-body .middle {
    text-align: center;
}

.paginationjs {
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: center;
}