.ui-jqgrid .ui-jqgrid-bdiv table.table-bordered td {
    border-right: 1.5px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
    border-right: 1.5px solid #ddd;
}
.currentPage {
    background-color: #F5F7FA;
}

.add_box_new .add_box_con {
    border-top: 1px solid #e7eaec;
    background-color: #F5F7FA;
}
.ibox-content {
    background-color: #F5F7FA;	
}
.layui-layer-title{
    line-height:35px;
    height:35px
}

body .layer-ext-moon .layui-layer-setwin{
	top:10px;
}
.page-content .tracklist-da{
	display:none;
}
.ui-jqgrid .ui-jqgrid-bdiv table tr:nth-of-type(2n){
	background-color:#FFFFFF;
}
body #main > .container, body #main > .container-fluid{
	background:white;
	
}