@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px) {
	



/*

Logos for mobile


**********************************************************/

	
.header a.nasa_logo {
	/*display: inline-block;*/
	background: url(../images/nasa_mobile.png) no-repeat top left;
	/*width: 15%;*/
	padding-left: 30px;
	width: 45px;
	height: 39px;
	margin-top: 20px;
	margin-left: 11px;
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	/*-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
}

.header h1.sts_logo {
	/*margin: 0;
	display: inline-block;*/
	background: url(../images/spot_the_station_mobile.png) no-repeat top right;
	width: 70%;
/*	height: 85px;
	margin-right: -15px;*/
	
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


.landing_page .bannerLogo { 
	display: none;
}

.landing_page .header h1.sts_logo {
	position: relative;
	left: auto;
}

.landing_page .header .nav {
	padding-left: 0;	
}


.signUp.cardContent form {
	overflow:auto;	
	margin-left: -20px;
	margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
}

.mapHome .leaflet-top, .leaflet-bottom {
    z-index: 500 !important;
}



/*

Mobile navigations styling

**********************************************************/


.row.headerRow {
	margin-left: -15px;
	margin-right: -15px;
}
	
nav { height: 90px;}
	
.header {
	height: 90px;
	z-index: 2000;
	position:relative;
	background: none;
	border-bottom: none;
}

.navbar-inverse .navbar-toggle {
	border-color: transparent;	
	/*width: 95px;
	height: 110px;*/
	margin-top: 10px;
	margin-bottom: 0;
	margin-right: 0;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 0;
	border: none;
	padding-top: 23px;
	padding-bottom: 23px;
	padding-left: 18px;
	padding-right: 18px;
}

.navbar-inverse .navbar-toggle:hover, 
.navbar-inverse .navbar-toggle:focus {
	background-color: #13438e;
	
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}
	
.navbar-toggle .icon-bar {

	height: 2px;
	border-radius: 1px;
	/*margin-left: 25px;
	margin-right: 25px;*/
}
	
.banner,
.landing_page .banner {
	/*background: url(../images/banner1.jpg) no-repeat;*/
	position: absolute;
	width: 100%;
	margin-bottom: 10px;
	background-position: right top;
	top: 0;
	height: 90px;
	z-index: 0;
	overflow:hidden;
	
 	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/*.navbar-inverse .navbar-collapse*/



.navbar-collapse {
	width: 100%;
	position: absolute;
	background-color: #13438e;	
	left: 0;
	padding-left: 0;
	padding-right: 0;
	border-top: none;
	border-bottom: 1px solid #000;
	-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,0);
    box-shadow: inset 0 1px 0 rgba(0,0,0,0);
}

.navbar-collapse.in {
    overflow-y: hidden;
}

.header .nav {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 4px solid #6784b1;
}


.header .nav li {
	border-right: none;	
	
}

.header .nav a {
	background: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	font-size: 26px;
	color: #FFF;
	
}
.navbar-inverse .navbar-nav>li>a
{
    color: #FFF;
}

.navbar-inverse .navbar-nav>li>a:hover
{
    color: #CCC;
	text-decoration: underline;
	background-color: #173a71;
}



.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:hover, 
.navbar-inverse .navbar-nav>.open>a:focus 
{

	background-color: #245399;
	text-decoration: none;
}


	
.dropdown-toggle span.text-right {
	display: inline-block;
	float: right;	
}

.dropdown {
	background: #245399;	
}

.dropdown.open {
	background-color: #5c80bb;	
}
.dropdown.open a {
	background-color: #5c80bb;	
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus {
	background-color: #5c80bb;	
}


.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
	padding-left: 30px;	
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;
}
	
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	text-decoration: underline;
	background-color: #173a71;
}

/*

Homepage Alert styling

**********************************************************/

.row.alertRow {
	margin-left: -15px;
	margin-right: -15px;
}

button.showAlert {
	left: 30px;
	margin-left: 0;
	position: absolute;
	/*height: 28px;*/
	z-index: 4000;
}

button.close {
	margin-right: -15px;
	margin-top: 0;

}


/*

Content styling for mobile

**********************************************************/
	
.breadcrumb { display: none;}


div.contentRow { background-color: transparent;}

.content {
	border-left: 0;
}

.content h2 {
	padding-top: 25px;
	margin-left: 0;
	font-size: 32px
}

.support_material h3,
.card .cardContent h3 {
	padding-top: 25px;
	margin-top: 0;
}

.content blockquote {
	font-size: 1.5em;
	margin-left: 15px;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.support_material {
	border-top: 0;	
}

.ISSurls { 	display: none; }

.panel-info {
	margin-top: 15px;
}

div.requestToken span.text-muted {
	overflow-wrap: break-word;
    word-wrap: break-word;
}

div.mapSighting #yesMap h2 span {
	display: none;
}

div.mapSighting h3.SightingOp {
	font-size: 1em;
	padding-left: 50px;
	padding-top: 0;
}

/*
				ESA LIVE TRACKING MAP
***********************************************************/

iframe#iss-pos {
    width: 285px;
	height: 410px;
}


/*
	
	
/*
						MAPS
***********************************************************/

.mapCard {
	height: 500px;	
}

.mapCard.mapSighting {
	min-height: 400px;	
	height: inherit;
}

#content.mapHome #map {
		bottom: 95px;
}

#content.mapHome #map {
    bottom: 95px;

}

#content.mapHome {
	min-height: 550px;	
}

#content.mapHome #map #map_menu_close_button {
 	/*margin-left: 82%;*/
}

#content.mapHome #hidden_dropdown {
	padding-left: 15px;	
}


#content.mapHome #noMap {
	
}

#content.mapSighting #map {
	/*top: 60px; */	
	
	/*position: absolute;
    top: 60px;*/
	position: relative;
    bottom: 0;
    right: 0;
    left: 0;
	height: 340px;
}

#content.mapSighting #noMap {
	
}

.card.mapCard .buttonBottom  {
	position:absolute;
	bottom: 0;	
	z-index: 900;	
}

#map_dropdown {
	top: 10px;
	z-index: 1500;	
}

#map_menu_button {
	margin-left: 11px;
	height: 26px;
	width: 28px;
	background-position: right center;
	padding: 6px 7px;
	line-height: 1.2;
	border: 2px solid #999;
}


#locationMap {
	float: none; 
	width: 100%; 
	height: 150px;	
	
	padding-right: 0;
}

#locationMap #map {
	height: 125px;
}

#locationMap #mapButton {
	margin-top: 5px;
	float: right;
}

#locationMap #hidden_dropdown {
	width: 55%;	
}

#locationMap button.close {
	top:0;
	font-size: 17px;
}

.leaflet-container .leaflet-control-attribution {
	white-space: normal;
	width: 480px;
	font-size: 7px;
}


#locationMap.mapLarge .leaflet-container .leaflet-control-attribution {
	width: 475px;
}

.leaflet-touch .geocoder-control.geocoder-control-expanded {
    width: 300px;
    max-width: 75%;
}


#content.mapSignup {
	height: inherit;	
}

#content.mapSignup #map {
	height: 350px;
	margin-right: -15px;
}

#content.mapSignup #map #map_menu_close_button {
 	margin-left: 84%;
}

/*

Card styling for mobile

**********************************************************/
.card.whiteCard h2,
.card.whiteCard .signUp.cardContent h2 { 
	margin-left: 0; 
}

.card {
	border-right: 0;
	border-top: 0;
	min-height: 50px;	
	margin-top: 15px;	
}

.card .cardContent {
	padding-bottom: 15px;	
}


.tall .card {
	min-height: 50px;	
}
.card .buttonBottom {
	position: static;
	bottom: auto;
	width: 100%;
	margin-top: 15px;
}

.yellowCardButton,
.whiteCardButton,
.liteGreyCardButton,
.blueCardButton {
	width: 100%;

}

.yellowCardButton a {
	display:block;
	color: #333;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
}


.yellowCardButton {
	background: #ffff7f ;
	border-radius: 0;
	border: none;
	/*border-top: 1px solid #88a3c7 ;*/
	border-bottom: 4px solid #ffff7f;
	border-right: 0;
	padding-left: 0;
	padding-right: 0;
	
}
.yellowCardButton:hover,
.yellowCardButton:active {
	background:#cccc4c ;
	border-bottom: 4px solid #ffff7f;
}

.yellowCardButton:last-child {
	border-bottom: 4px solid #cccc4c;
}


.whiteCard.padBottom {
	padding-bottom: 0;	
}

.card.whiteCard .cardContent.indent {
    padding-left: 15px;
}

.card.blueCard .cardContent.panel-group  {
	padding-bottom: 0;	
}


.blueCard.faq {
	padding-bottom: 0;	
}


/*



**********************************************************/

.landing_page.sub .row {
	padding-top: 0;
	margin-top: 0;
}

.landing_page h2 {
	padding-top: 25px;
	margin-top: 0;
}

.landing_page.sub .card:last-child {
	border-right: none;
}




/*

Table styling for mobile

**********************************************************/


.table-responsive {
	border: none;	
}

.table-responsive table,
.table-responsive thead,
.table-responsive tbody,
.table-responsive th,
.table-responsive td,
.table-responsive tr {
display: block;
position:relative;
}

.table-responsive tr:first-child {
	position: absolute;
	left: -9999em;
}

.table-responsive table tr td {
	border: none;	
	padding: 5px 30px;
}

.table-responsive tr td:first-child {
	font-weight: bold;
	padding: 5px 15px;
}

.table-responsive tr td:last-child {
	position: absolute;
    top: 10px;
    right: 0px;
	width: auto;
}

.table-responsive table tr {
	border: 1px solid #CCC;	
	border-bottom: none;
	padding: 10px 0;
}
.table-responsive table tr:last-child {
	border-bottom: 1px solid #CCC;
}

/*.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #CCC;
}*/

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #FFF;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.content table tr td:last-child {
	padding-right: 5px;
} 
.content table tr td:last-child:hover {
	background: trasparent !important;
	border: none;
} 

.content table tr td a i {
	font-size: 1.75em;	
	margin-top: 1em;
}

/*

Footer styling for mobile

**********************************************************/

.userCountFooter {
	padding-top: 15px;
}

.userCountFooter,
.userCountFooter a {
	color: #FFF;
}	
.userCountFooter .popover {
	color: #333;
}

.socialFooter div {
	display:inline-block;
	padding: 0 15px;
	
}
.socialFooter div.fbButton {
	height: 20px;
}

.socialFooter div.twitterButton {
	bottom: 0;
}

div.editor_official {
	padding-bottom: 10px;
}


}