.general-progress{
	width:100%;
	height:15px;
	border:1px solid #4682B4;
}

.general-progress-content{
	background-color:#87CEEB;
	height: 15px;
}

.loading-content{
	border:1px solid #4682B4;
	width:100%;
	margin-top:10px;
}

.loaded-item{
	width:235px;
	height:17px;
	background-color:#87CEEB;
	margin:5px 0px 5px 7px;
	border-radius:4px;
	border:1px solid #4682b4;
}

.loading-item{
	width:235px;
	height:17px;
	margin:5px 0px 5px 7px;
	border-radius:4px;
	border:1px solid #4682b4;
	text-align:center;
	font-size:14px;
	background-color:#CCCCCC;
}

.loading-bar{
	background-color:#FF6633;
	float:left;
	height:17px;
}

.status{
	position:fixed;
	left:45%;
	width:100px;
	text-align:left;
}

.peepso-migrator-modal-background{
	background-color: black;
	height: 100%;
	left: 0;
	opacity: 0.8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
}

.peepso-migrator-modal{
	background-color: #ffffff;
    left: 25%;
    padding: 10px;
    position: fixed;
    right: 25%;
    top: 30%;
    width: auto;
    z-index: 30000;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn {
    border: 0 none;
    border-radius: 5px;
    height: 35px;
    width: 170px;
}