
/*# sourceMappingURL=custom.min.css.map */
#divLoading
{
	display: none;
}
#divLoading.gizle
{
	display: none;
}
#divLoading.show
{
	display: block;
	position: fixed;
	z-index: 1000000;
	background-image: url('/assets/images/load.gif');
	background-repeat: no-repeat;
	background-position: center;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
}
#loadinggif.show
{
	left: 50%;
	top: 50%;
	position: absolute;
	z-index: 99999;
	width: 32px;
	height: 32px;
	margin-left: -16px;
	margin-top: -16px;
}