/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/jps-conty/module/ratio/skin/image/loader-64x/Preloader_2.gif) center no-repeat #fff;
}

.tbl-basic { border-bottom: 2px solid #ddd;}
.tbl-basic th { background-color: #f2f2f2;}
.tbl-basic tr.on td { color: red; }
.tbl-basic tr.win td { color: blue; }
.table-hover tr:hover td { background-color: #DAEDF7;}

.form-money { }
.tbl_tr_sm { display: none; }
@media screen and (max-width: 768px) { 
	#tbl_list .tbl_tr_sm { display: table-row; }
	#tbl_list .tbl_tr_lg { display: none; }
	
}
