.mash-loading-start,#statusloading-mash{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.mash-loading-start{
	background: rgb(11, 14, 33);
}
#statusloading-mash{
	background: rgba(22, 45, 61, 0.3);
}
.spinner-container-loading{
	position: fixed;
	top: 50%;
	left: 50%;
}
.spinner-container{
	position: relative;
	float: left;
	width: 0px;
	height: 0px;
	margin-top: 0px;
	padding: 0px;
	border: none;
	border-radius: 5px;
}

@keyframes spinner1{
	to{
		transform:rotate(360deg)
	}
}
@-webkit-keyframes spinner1{
	to{
		-webkit-transform:rotate(360deg)
	}
}

.spinner1:before{
	content: 'Loading…';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
}
.spinner1:not(:required):before{
	content: '';
	border-radius: 50%;
	border: 4px solid rgba(0,0,0,.3);
	border-top-color: rgba(0,0,0,.6);
	animation: spinner1 .6s linear infinite;
	-webkit-animation: spinner1 .6s linear infinite;
}

@keyframes spinner2{
	to{
		transform:rotate(360deg)
	}
}
@-webkit-keyframes spinner2{
	to{
		-webkit-transform:rotate(360deg)
	}
}

.spinner2:before{
	content: 'Loading…';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
}
.spinner2:not(:required):before{
	content:'';
	border-radius:50%;
	border: 5px solid #ccc;
	border-top-color:#03ade0;
	animation:spinner2 .6s linear infinite;
	-webkit-animation:spinner2 .6s linear infinite
}

@keyframes spinner3{
	to{
		transform:rotate(180deg)
	}
}
@-webkit-keyframes spinner3{
	to{
		-webkit-transform:rotate(180deg)
	}
}

.spinner3:not(:required):before{
	content: '';
	border-radius: 50%;
	border: 9px solid transparent;
	border-top-color: rgba(0, 140, 255, 0.24);
	border-bottom-color: rgba(0, 140, 255, 0.24);
	animation: spinner3 .8s ease infinite;
	-webkit-animation: spinner3 .8s ease infinite;
}
.spinner3:before{
	content: 'Loading…';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
}
@keyframes spinner4{
	to{
		transform:rotate(360deg)
	}
}
@-webkit-keyframes spinner4{
	to{
		-webkit-transform:rotate(360deg)
	}
}

.spinner4:before{
	content: 'Loading…';
	position: absolute;
	top: -50px;
	left: -50px;
	width: 100px;
	height: 100px;
}
.spinner4.speed2:before{
	top: -47px;
	left: -47px;
	width: 94px;
	height: 94px;
}
.spinner4.speed3:before{
	top: -45px;
	left: -45px;
	width: 90px;
	height: 90px;
}
.spinner4:not(:required):before{
	content:'';
	border-radius:50%;
	border-top:2px solid #03ade0;
	border-right:2px solid transparent;
	animation:spinner4 .6s linear infinite;
	-webkit-animation:spinner4 .6s linear infinite;
}
.spinner4.speed2:not(:required):before{
	border-top:2px solid #ad03e0;
	animation:spinner4 .78s linear infinite;
	-webkit-animation:spinner4 .78s linear infinite;
}
.spinner4.speed3:not(:required):before{
	border-top:2px solid #03e0ad;
	animation:spinner4 .99s linear infinite;
	-webkit-animation:spinner4 .99s linear infinite;
}

@keyframes spinner5{
	to{
		transform:rotate(360deg)
	}
}
@-webkit-keyframes spinner5{
	to{
		-webkit-transform:rotate(360deg)
	}
}

.spinner5:before{
	content:'Loading…';
	position:absolute;
	top:3px;
	left:3px;
	width:24px;
	height:24px;
	/*margin-top:-10px;
	margin-left:-10px*/
}
.spinner5:not(:required):before{
	content:'';
	border-radius:50%;
	border:1px solid #f6f;
	border-top-color:#0e0;
	border-right-color:#0dd;
	border-bottom-color:#f90;
	animation:spinner5 .6s linear infinite;
	-webkit-animation:spinner5 .6s linear infinite
}