.dpsTdShell_night {
	font-size: 16px !important;
}
.dpsTdShell_night .btnTbMain {
	height: 40px;
	background: repeating-linear-gradient(
		-45deg,
		#1b232f,
		#1b232f 2px,
		#18202d 2px,
		#18202d 5px
	);
	background-color: #1b232f;
	border-radius: 3px;
	padding: 4px;
}
.dpsTdShell_night a, .dpsTdShell_night a:before, .dpsTdShell_night a:after {
	box-sizing: border-box;
}
.dpsTdShell_night .dpsTbBtn {
	/*display: table-cell;*/
	padding: 0 5px;
	outline: medium none !important;
	color: #ffffff !important;
	vertical-align: middle;
}
.dpsTdShell_night .dpsTbBtn i.fa {
	/*background: -webkit-linear-gradient(#E9F3F5, #79A5AF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
.dpsTdShell_night .dpsTbBtn i.fa:hover {
	/*text-shadow: 0px 0px 10px #95D4DD;*/
	text-shadow: 5px 1px 5px #95D4DD;
}
/*Pager part*/
.dpsTdShell_night .dpsTdPageNumForm {
	display: inline;
	margin: 0 5px;
}
.dpsTdShell_night .dpsTbPageNumTxt {
	display: table-cell;
	width: 90px !important;
	margin: 5px !important;
	padding: 0 !important;
	text-align: center;
	vertical-align: top;
	background-color: #18202D !important;
	color: #ffffff !important;
	border: 1px solid #C3D8DD !important;
	border-radius: 3px !important;
}
/*Search shell*/
.dpsTdShell_night .dpsTbSearchShell {
	display: none;
	position: absolute;
	right: 0;
	bottom: 46px;
	z-index: 99;
	background: repeating-linear-gradient( -45deg, #1b232f, #1b232f 2px, #18202d 2px, #18202d 5px );
	background-color: #1b232f;
	border-radius: 3px;
	width: 240px;
	text-align: center;
}
.dpsTdShell_night .dpsTbSearchShell .dpsTbSearchTxt {
	width: 150px !important;
	height: 30px !important;
	background-color: #18202D !important;
	color: #ffffff !important;
	border: 1px solid #C3D8DD !important;
	border-radius: 3px !important;
	vertical-align: middle;
}
.dpsTdShell_night .dpsTbBtnPrevSearch,
.dpsTdShell_night .dpsTbBtnNextSearch {
	display: inline-block;
	padding: 4px;
}
.dpsTdShell_night .dpsTbLeft {
	float: left;
}
.dpsTdShell_night .dpsTbRight {
	float: right;
}
.dpsTdShell_night .dpsTbCenter {
	margin: 0 auto;
	text-align: center;
	display: table;
}
.dpsTdShell_night .dpsTbZoomOutShell {
	position: absolute;
	z-index: 999999;
	display: none;
	width: 130px;
	text-align: center;
	background: repeating-linear-gradient( -45deg, #1b232f, #1b232f 2px, #18202d 2px, #18202d 5px );
	background-color: #1b232f;
	border-radius: 3px;
	padding: 5px 0px;
}
.dpsTdShell_night .dpsTbSlShell {
	position: absolute;
	left: 25px;
	display: none;
	bottom: 45px;
	z-index: 99;
}
/*Export shell*/
.dpsTdShell_night .dpsTbExportShell {
	position: absolute;
	left: 20px;
	display: none;
	bottom: 45px;
	z-index: 99;
}
.dpsTdShell_night .dpsTbExportShell .dpsTbBtn {
	display: inline-block;
	background: repeating-linear-gradient( -45deg, #1b232f, #1b232f 2px, #18202d 2px, #18202d 5px );
	background-color: #1b232f;
	border-radius: 3px;
	padding: 3px 6px;
	text-decoration: none;
}
.dpsTdShell_night .shadowOn {
	-moz-box-shadow: 0px -1px 2px 0px #292728;
	-webkit-box-shadow: 0px -1px 2px 0px #292728;
	box-shadow: 0px -1px 2px 0px #292728;
}