.page {
  width: 100%;
  height: 100%;
  position: absolute;
}

#userProfile{
	background-color: #15063a;
	width: 100%;
	min-height: 50em;
}
#userProfile h2{
	margin-top: 1em;
	text-align: center;
	color: white;
	font-weight: 300;
	letter-spacing: 2px;
}

#userInfo{
	margin-top: 9em;
	margin-left: 10px;
	width: 100%;
}
#userInfo div i{
	color: #1092ff;
}
#profileImg{
	margin-top:3em;
}

#userInfo div{
	margin-top: 1em;
}

#userInfo .content {
	color: #eeeeee;
	line-height: 1.6em;
	font-size: 1.1em;
	letter-spacing: 0.2px;
	font-weight: 400;
}



#userData{
	cursor: pointer;
	margin:0;
	position: absolute;
	bottom:0px;
	width: 100%;
	background-color: #1a0851;
}
#userData div:nth-child(1){
	padding-top: 1.5em;
	border-top: 1px solid rgba(36,34,38,0.15);
}
#userData div:nth-child(3){
	padding-bottom: 1.5em;
}
#userData .content {
	font-size: 1.2em;
	letter-spacing: 0.2px;
	font-weight: 500;
	color: #1092ff;
}
#userData i{
	color: #1092ff;
}

/*-----result map----*/

#result_map{
	width:100%;
	height: calc(100% - 40px);
	position: relative;
}

.resultButton{
	cursor: pointer;
	border-radius: 4px;
	width: calc(100% - 2em);
	margin: 1em;
	background-color: #f4f4f4;
	position: absolute;
	min-height:5.2em;
}
.resultButton p, .resultButton h2{
	padding:0 0 0 20px;
}
.resultButton p {
	padding-top: 14px;
	font-weight: 700;
	font-size: 11px;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	color: #3d7aff;
}
.resultButton h2{
	padding-top:3px;
	font-weight: 300;
	font-size: 2em;
	letter-spacing: 1px;
	color: #15063a;
}

.resultButton:nth-child(1){
	bottom: 1em;
}

.resultButton:nth-child(2){
	bottom: 6.5em;
}


/*------------Choose Routes------------------*/
.routeChoosing{
	cursor: pointer;
	width: calc(100% - 40px);
	min-height:43%;
	background-color: #f4f4f4;
	border-radius: 5px;
	margin: 5%;
	position: absolute;
}
.routeChoosing:nth-child(1){
	top:40px;
}
.routeChoosing:nth-child(2){
	bottom: 0;
}
.routeImg{
	width: 40%;
	position: absolute;
	left: 5px;
	top: 30px;
}
#routeInfo{
	position:absolute;
	width:55%;
	top: 20%;
	left: 45%;
}
#routeInfo h5{
	font-weight: 500;
	letter-spacing: 0.5px;
}
#routeInfo h1{
	font-size: 3.5em;
	margin-top: 1em;
	margin-right: 1em;
	font-weight: 300;
	line-height: 1em;
}
#routeInfo h3{
	margin-top: 0;
	color: #919396;
}
#routeInfo p{
	margin-top: 3em;
	font-weight: 300;
}

/*------your route------*/
.goPoint{
	position: relative;
	background-color:#15063a;
	color: white;
	height: 80px;
}
.goPoint h5{
	line-height: 2.8em;
	border-top: 1px solid #005889;
}

.fromTo{
	width:100%;
	left:0;
	top:0;
	position: absolute;
	color:rgba(80, 175, 255, 1);
}
.fromTo h5{
	padding-left:2em; 
}
.address{
	position: absolute;
	left:6em;
	top:0;
	color:rgba(255, 255, 255, 0.8)
}
.address span{
	color: white;
	font-weight: 500;
}

#route_map{
	height: calc(100% - 90px - 40px);
	width:100%;
}

#routeAction{
	width: 100%;
	position: absolute;
	bottom: 0;
	height:60px;
	background-color: #15063a;
}
.actionBtn{
	width: 33%;
	height: 100%;
	float: left;
	/*border-right: 1px solid #005889;*/
}
.actionBtn:last-child{
	border: none;
}
.actionBtn h5{
	text-align: center;
	color: white;
	margin-top: 5px;
}
.actionBtn img{
	width: 1.8em;
	display: block;
	margin: 10px auto;
}