.page-title h1 {
	font-weight: 600;
}

.page-content {
	margin-top:40px;
}

.page-content .title {
	cursor: pointer;
    padding: 10px 0;
}

.page-content .title:hover{
	background-color: #ddd;
}


/* Migration tabs */
#migration {
  float: left;
  width: 50%;
}

#migration .box {
  margin-right: 20px;
}

#migration #migration-step-1,
#migration #migration-step-2 {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

#migration #migration-step-1 h2,
#migration #migration-step-2 h2 {
  background-color: #f0f0f0;
  border-radius: 3px;
  margin: 0;
  padding: 12px 10px;
}

#migration #migration-step-1 h2:hover,
#migration #migration-step-2 h2:hover {
  color: #0073AA;
}

/* Guide */
#guide {
  background-color: #fff;
  float: left;
  width: 50%;
}

#guide .box {
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.5;
  padding: 30px;
}

#guide .box .message {
  background-color: #fff3cd;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.1);
  color: #856404;
  margin-bottom: 20px;
  padding: 10px;
}

#guide .box h3 {
  font-size: 24px;
  margin: 0 0 20px;
}

#guide .box h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
}

#guide .box h4 span {
  border: 2px solid #008ec2;
  border-radius: 3px;
  color: #008ec2;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  padding: 3px 5px;
}

#guide ul {
  margin-bottom: 30px;
  list-style: none;
}

#guide ul li {
  padding: 3px 0;
}

#guide ul ol {
	list-style: circle;
  margin-top: 10px;
}

#guide ul .btn-style {
  background: #008ec2;
  box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
  border-radius: 3px;
  border: 1px solid #006799;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 7px 7px;
  margin-right: 3px;
}

.panel {
	display: none;
}

.panel.active {
	display: block;
}

#remote-migration,
#action-migration {
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}

#remote-migration table th {
	text-align: left;
}

#remote-migration #run {
	display: none;
}

#remote-migration .image-loading {
	display: none;
  vertical-align: middle;
}

#remote-migration .image-loading.loading {
	display: inline-block;
}

#remote-migration .remote-data {
	display: none;
}

#remote-migration .remote-data.remote {
	display: table-row;
}

.process {
  padding: 10px 0;
}

.process .processed .text {
	float: left;
	width: 30%;
}

.process .processed .per-wrap {
	float: left;
	width: 70%;
}

.process .processed .per-wrap .per {
	background-color: #f0f0f0;
  border-radius: 5px;
  height: 7px;
  padding: 2px;
  position: relative;
  margin-top: 8px;
  width: 100%;
}

.process .processed .per-wrap .per span {
	background-color: #13922f;
  border-radius: 5px;
  height: 7px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 0%;
}


@media screen and (max-width: 768px) {
  #migration {
    float: none;
    width: 100%;
  }

  #guide {
    float: none;
    width: 100%;
  }
}