@charset "utf-8";
/* CSS Document */


.qa-migration {

}

.qa_migration_header {
	font-size: 18px;
	font-weight: bold;
	padding:10px;
	background:#e1e1e1;
	margin:10px 0;
	margin:25px 0;
}


.qa_start_migration {
	margin:25px 0;
	text-decoration:none;
	padding:10px 35px;
	background:#e1e1e1;
	display:inline-block;
	cursor:pointer;
}

.qa_loading {
	display:none;
	padding: 50px;
}



#myProgress {
  position: relative;
  width: 100%;
  height: 30px;
  display:none;
}

#myBar {
  position: absolute;
  width: 0%;
  height: 100%;
  background-color: #63AAAC;
}



