/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.preload{
	position: fixed;
	z-index:99999;
	top:0; left:0;
	width:100%; height:100%;
	opacity:1;
/*	background-color:#b9e3e9; */
	background-color:#ffffff;
	/* background-image:url('https://i.imgur.com/e5pfSle.gif'); 
	background-size:115px 105px; */
	background-image:url('https://i.imgur.com/tObAlZr.gif');
	background-size:150px 150px;
	background-position:center;
	background-repeat:no-repeat;
}

.cell-border td {
	padding: 20px;
	border-bottom: solid #ccc 1px;
}