@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Hind:400,300,500,600,700);
body{
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p{
	font-weight: 300;
	margin: 0;
	font-family: 'Hind', sans-serif;
	letter-spacing: 1px;
}
a, a:hover{
	color:black;
}
.float{
	float:left;
}
.clear{
	clear:both;
}
hr{
	border-top: 1px solid #ccc;
	margin:0;
}
/*-----------------------------*/

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

.frame{
	width: 100%;
	height: 100%;
	border: none;
}

#header{
	z-index: 1;
	box-shadow: none;
    border: none ;
    height: 40px;
    background-color: #15063a;
}

#header button.ui.icon{
	background: #15063a; /*#15063a*/
	color: white;
	border-radius: 0;
}

.ui.icon.buttons .button, .ui.icon.button{
	line-height:inherit;
	padding-bottom: 0.6em;
}

#header h3{
	font-weight: 300;
	font-size: 1.2em;
	line-height: 1.2em;
	margin:0px;
	position: relative;
	top: 10px;
	pointer-events: none;
	color: white;
}
/*---------- status bar -----------------*/
.bar{
	position: relative;
	width: 100%;
	background-color:#15063a;
	color: white;
}
.currentStreet{
	margin-left: 1.5em;
	height: 86px;
}
.currentStreet h2{
	padding-top: 20px;
}
.currentStreet h5{
	padding-top: 4px;
	color: rgba(256,256,256,0.6);
	letter-spacing: 1px;
}
.homeTime h5{
	padding-top: 5px ;
	color: rgba(80, 175, 255, 1) ;
	letter-spacing: 1px;
}
.homeTime{
	margin-left: 1.5em;
	height: 30px;
	background-color: #1a0851;
}
.safetyOwl{
	width:30px;
	position: absolute;
	right:1.5em;
	top:1em;
}
/*------------search---------------*/

.search-container {
/*	border: 1px solid red;*/
	background: rgba(0, 0, 0, 0.7);
	overflow: hidden;
	z-index: 1;
	position: absolute;
	top: 40px;
	width: 100%;
	height: calc(100% - 40px);
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	transition: 400ms;
}

.is-invisible {
	height: 0;
}
.result{
	position: absolute;
	top:60px;
	left: 5%;
	width: 100%;
	border: 1px solid red;
	color: white;
}
#history, #favorite{
	color: #50aeff;
	width: 90%;
	
}
.historyHeader, .favoriteHeader{
	background-color: #312968; 
	width: 100%;
	font-size: 0.9em;
	font-weight: 500;
	padding:6px 10px;
	letter-spacing: 1.3px;
	text-transform: uppercase;
}

.result a p{
	color: white;
	font-weight: 300;
	font-size: 1.2em;
	line-height: 2em;
	letter-spacing: 0.5px;
}
.search-bar {
	border: 1px solid #00ffed;
	background: #15063a;
	color: #00ffed;
	width: 90%;
	height: 1.8em;
	position: absolute;
	left:5%;
	padding-left: 2%;
	font-size: 20px;
	font-weight: 300;
}
.result {
	border: 1px solid transparent;
	color: #ddd;
	background: transparent;
}
/*-------------shareRoute page-----------*/
.menu.transition.visible{
	max-height: 40em;
	}
.ui.search.dropdown .menu {
    max-height: 40rem;
  }

/*@media only screen and (max-width: 767px){
	.menu.transition.visible{
	max-height: 40em;
	}
}
@media only screen and (min-width: 400px) {
  .ui.search.dropdown .menu {
    max-height: 40rem;
  }
}
@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 40rem;
  }s
}
@media only screen and (min-width: 1920px) {
  .ui.search.dropdown .menu {
    max-height: 40rem;
  }
}*/

.shortContainer {
	background-color: #15063a;
	height: calc(100% - 40px);
	width: 100%;
}
.shareContent {
	width: 90%;
	margin-left: 5%;
	color: white;
}
.shareContent h5{
	padding-top: 4em;
	color:rgba(80, 175, 255, 1);
}
#friendImg{
	max-height: 3.5em;
}
#friendDropdown, #messageInput{
	margin-top: 0.5em;
}
#messageInput textarea{
	font-size: 1em;
	line-height: 1.6em;
	color: #888;
	font-weight: 300;
}
#sendMessage{
	width: 50%;
	margin-left:20%; 
	position:absolute;
	bottom: 3em;
	font-weight: 300;
	border-radius: 5px;
	box-shadow: 0px 0px 0px 1px rgba(80, 175, 255, 1) !important;
	color: rgba(80, 175, 255, 1);
}
#sendMessage:hover{
	color: white;
}

/*------shared------*/
#shared{
	background-color: #15063a;
}
#userImg{
	margin: 0 auto;
	display: block;
	top: 10em;
}
.container{
	background-color: #15063a;
	position: relative;
	width: 100%;
	height: 100%;
}
.connectLine{
	border-left: 2px dotted #50aeff;
	height: 100px;
	display: block;
	position: absolute;
	left: 50%;
	top: 15em;
}

.sharedFriends{
	position: absolute;
	width: 76%;
	margin-left: 12%;
	display: table;
	table-layout: fixed;
	top: 22em;
}
.friendImg{
	display: table-cell;
}

#myFriend{
	display: block;
	margin:0 auto;
	width: 70px;
	height: 70px;
}
.confirm{
	position: absolute;
	bottom: 7em;
	width:90%;
	margin-left: 5%;
}
.confirm p{
	color: white;
	text-align: center;
	margin-top: 1em;
}
#check{
	font-size: 25px;
	display: block;
	color: white;
	margin:0 auto;
}
/*----------remindPage-------------*/
.remind{
	position: absolute;
	bottom: 18em;
	width:70%;
	margin-left: 15%;
	font-weight: 300;
	font-size: 0.9em;
}
.remind p{
	color: white;
	text-align: center;
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: 300;
}
#reminding .container img{
	margin: 0 auto;
	display: block;
	top: 18em;
}
#reminding .container h3{
	text-align: center;
	color: #50aeff;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 2px;
	padding-top:120px;
	text-transform: uppercase;
}

#progressBar{
	position: absolute;
	top: 150px;
	display: block;
	margin-left: 25%;
	width: 50%;
	height: 4px;
}
#barBackground{
	width: 100%;
	height: 100%;
	background: rgba(80,174,255,0.4);

}
#process{
	width: 100%;
	height: 100%;
	background: white;
	position: absolute;
	top: 0;

	-moz-animation-name: loading;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in;
    -moz-animation-duration: 3s;

    -webkit-animation-name: loading;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-duration: 3s;

    animation-name: loading;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 3s;
}

@-moz-keyframes loading {
0% {
    width: 0%;
}
100% {
    width: 100%;
}
}
@-webkit-keyframes loading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}
@keyframes loading {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}


/*----------guiding page------------*/
#guidingMap{
	width: 100%;
	height: calc(100% - 130px - 60px - 40px);
	position: relative;
}
#guideContainer{
	width: 100%;
	height: 130px;
	position:relative;
	background: #15063a;
}
.guideInfo{
	height: 100%;
	width: 50%;
	float: left;
	text-align: center;
	color: white;
}
.guideInfo a{
	color: white;
}
.guideInfo h3{ /* powell street */
	font-size: 1.6em;
	margin-top: 0.6em;
}
.guideInfo h5{ /* turn right */
	color:#00ffec;
	margin-top:0.8em;
}
.guideInfo h1{
	margin-top: 1.6em; /* help */
	letter-spacing: 2px;
}
#directionImg{
	margin-top: 0.6em;
	height: 28%;
}
#etaContainer{
	width:100%;
	height: 50px;
	display: table;
	background-color: #07578e;
}
#etaContainer h5{
	font-size: 0.7em;
	font-weight: 500;
	letter-spacing: 1.6px;
	color: rgba(256, 256, 256, 0.8);
	margin-top: 1em;
}
#etaContainer h3{
	color:#00ffec;
	letter-spacing: 1.4px;
}
#etaTime,#etaDistance,#etaLoca{
	display: table-cell;
	padding:0 1em;
}
#etaTime{
	width: 30%;
}
#etaDistance{
	width: 30%;
}
#etaLoca{
	width: 40%;
}