.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:1.0;
	filter: alpha(opacity=80);
}

#loading {
	display: none;
    position:fixed;
    top: 50%;
    left: 50%;
    padding: 16px;
    width:250px;
    height:18em;
    margin-top: -9em;
    margin-left: -9em;
    z-index:1002;
    overflow: auto;
    background: url('../img/ajax_loader.gif') no-repeat center;
}

[v-cloak] {
  display: none;
}

/* .black_overlay{ */
/* 	display: none; */
/* 	position: absolute; */
/* 	top: 0%; */
/* 	left: 0%; */
/* 	width: 100%; */
/* 	background-color: black; */
/* 	z-index:1001; */
/* 	-moz-opacity: 0.8; */
/* 	opacity:1.0; */
/* 	filter: alpha(opacity=80); */
/* } */
/* #loading { */
/* 	display: none; */
/* 	position: fixed; */
/* 	top: 30%; */
/* 	left: 40%; */
/* 	padding: 16px; */
/* 	width: 250px; */
/* 	z-index:1002; */
/* 	overflow: auto; */
/* 	background-image: url('../img/ajax_loader.gif'); */
/* 	background-repeat: no-repeat; */
/* 	height: 8em; */
/* } */




