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

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
body {
  
	background: #253344; /* For browsers that do not support gradients */    
    background: -webkit-radial-gradient( rgb(60, 82, 110), rgb(36, 50, 70) ); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient( rgb(60, 82, 110), rgb(36, 50, 70) ); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient( rgb(60, 82, 110), rgb(36, 50, 70)); /* For Firefox 3.6 to 15 */
    background: radial-gradient( rgb(60, 82, 110), rgb(36, 50, 70) ); /* Standard syntax (must be last) */
 /*   */
}

/* for title  */
h1 { 
	color:#F7F0F0;
 }
 /*  for meatball padding  */
.navbar-right img {
	 margin-top:4px;
 }
 /* this is the background image for the navigation  */
.orionBack {
	background-image:url(../images/SLS-cutaway-wLabels.png); 
	/* background-image:url(images/Orion_Cutaway_PublicView02.png) ;  */
	
	
	background-repeat:no-repeat;
	background-position:100px 0;   
	height: 1096px;
}
.orionBack a {
	color:red;
}
/* Need a new div for the locations map  */
.locationsMap { 
	background-image:url(../images/Map_test_locations_EM1.png);
	background-repeat:no-repeat;
	height: 720px;
}
/* this is the CSS for the line tool box  */
.rad,
.line,
.box {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.nasameatball {
	float:right;
	clear:both;
	margin: 2px;
	margin-top: -50px;
}
.em1 {
	float:left;
	margin-right: 6px;
	margin-top:2px
}
.rad {
	margin: 112px 184px;
	display: block;
	position: absolute; /* change from relative to position node  */
	width: 31px;
	height: 31px;
	top: 18px;
	background-color: rgba(250, 250, 250, 0.3);
	border: 3px solid rgba(224,247,18,0.80);
	border-radius: 100%;
	cursor: pointer;
}

.rad:hover {
  top: 17px;
  border: 4px solid #fafafa;
}

.line {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 1px;
  height: 0px;
  top: 22px;
  opacity: 0.2;
  background-color: #fafafa;
}
.line.open {
  height: 80px;
  opacity: 1;
}

.box {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 401px;
  height: 0px;
  top: 30px;
  opacity: 0.2;
  background-color: #fafafa;
  font: 1em 'Open Sans';
  text-align: center;
  line-height: 30px;
  color: #345;
  overflow: hidden;
}
.box.open {
  height: 30px;
  opacity: 1;
}

/* this is for the second version Not using   */
.roundBut {
	margin: 250px 188px;
	display: block;
	position: absolute; /* change from relative to position node  */
	/* position:relative ; /* Temp */
	width: 31px;
	height: 31px;
	top: 18px;
	background-color: rgba(250, 250, 250, 0.3);
	border: 3px solid rgba(224,247,18,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#ED090D;
	text-decoration:blink;
}
.roundBut a {
	color:#EB060A;
	text-decoration:blink;
}
/* this is #3 that we are using as the master  */
.container a {
	color:red;
	font-weight:bolder;
	font-size:16px;
} 
.roundCool {
	margin: 300px 124px;
	display: block;
	position: absolute; /* change from relative to position node  */
	width: 31px;
	height: 31px;
	top: 18px;
	background-color: rgba(250, 250, 250, 0.3);
	border: 3px solid rgba(224,247,18,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#ED090D;
	
}
/* This is the setting for node 1  */
.roundCool1 {
	/* margin: 20px 166px;   */ /* the margins effect each node below  */
	left: 166px;
	top:200px;
	display: block;
	position: absolute; /* change from relative to position node  */
	/* margin:auto; */
	/* position:static;  */
	width: 31px;
	height: 31px;
	/* top: 18px; -- duplicate paramaters  */ 
	background-color: rgba(250, 250, 250, 0.6);
	border: 3px solid rgba(224,247,18,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#ED090D; /* text color ? */
	font-weight:bold;
}


/* This is the setting for node 3 - GOLD Node  */
.orangeSmall {
	/* margin: 0 184px; */
	display: block;
	position: absolute; /* change from relative to position node  */
	width: 10px;
	height: 10px;
	/* top: 18px;  */
	margin:10px;
	padding:1px;
	background-color: rgba(241,90,44,1); 
	border: 1px solid rgba(239,90,44,1);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#FFFFFF; /* text color ? not really working */
	
}

/* This is the setting for node 4  WHITE NODE--   */
.roundCool4 {
	/* margin: auto; */
	position: absolute; /* change from relative to position node  */
	width: 30px;
	height: 30px;
	background-color: rgba(200, 200, 200, 0.6);
	
	border: 4px solid rgba(240,240,240,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#ED090D; /* text color ? */
	font-weight:bold;
}

/*  Color Circle Nodes  R244 G118 B53 */
.roundNodeGold {
	display: block;
	position: absolute; /* change from relative to position node  */
	width: 26px;
	height: 26px;
	background-color: rgba(255,110,50,0.40); 
	border: 4px solid rgba(244,118,53,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
}
.roundNodeGold:hover {
	
	background-color: rgba(239,187,11,0.60); 
	border: 4px solid rgba(239,137,11,0.90);
	border-radius: 100%;
	
}
.roundNodeGrey {
	position: absolute; /* change from relative to position node  */
	width: 25px;
	height: 25px;
	background-color: rgba(200, 200, 200, 0.5);
	border: 4px solid rgba(235,235,235,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	color:#ED090D; /* text color ? */
	font-weight:bold;
}
.roundNodeGrey:hover {
	background-color: rgba(200, 200, 200, 0.8);
	border: 4px solid rgba(250,250,250,1.0);
	
}
/*  Change blue  R40 G165 B222   old color:16,163,232 */
.roundNodeBlue {	
	display: block;
	position: absolute; /* change from relative to position node  */
	width: 25px;
	height: 25px;
	background-color:rgba(8,184,197,0.40);
	border: 4px solid rgba(40,165,222,0.80);
	border-radius: 100%;
	cursor: pointer;
	text-align:center;
	font-weight:bold;
}
.roundNodeBlue:hover {	
	background-color:rgba(8,164,250,0.60);
	border: 4px solid rgba(50,190,248,1.0);
	
}

/* this is for the welcome description area  */
.rightColDesc {
	float:right;
	width: 32%;
	color:#ffffff;
	clear:both;
	text-align:left;
}
.leftColDesc {
	float:left;
	width: 40%;
	color:#ffffff;
	clear:both;
	text-align:left;
}
.rightColLegend {
	float:right;
	width:250px;
	color:#ffffff;
	clear:both;
	vertical-align:middle;
	padding: 6px;
	border: 2px solid rgba(138,135,135,0.50);
	text-align:left;
	border-radius:8px;
}
.rightColLegend p {
	font-size:auto;
	line-height: 18px;	
	vertical-align:bottom;
	margin-top: 2px; 
}
@media (max-width: 767px) {
  .rightColLegend {
    display: hide !important;
	margin-top: 470px;
  }
 #flashContent {
	  height:520px ;
	  width:765px;
	  
  }
#container {
		height: 1280px;
	}
}
@media (max-width:992px) {
.rightColLegend {
    
	margin-top: 450px;
  }
   #flashContent {
	  height:720px ;
	  width:960px;
	  
  }
}
  /*  Add flashContainer here  -->
}
/* Footer style not working properly  */
#footer { 
	color:#000000;
	height:40px;
	width:100%;
	padding: 4px;
 	position:inherit;
	float: inherit;
  	
  /* bottom: 0; Set the fixed height of the footer here */
  	background-color: #adb6bd;
  	font-size:10pt;
	text-align:center;
	
}
@media (max-width: 736px) {
	#footer{
		font-size: 8pt;
		float:left;
		text-align: left;
		height: 60px;
	}

}
#footer ul li {
	display:inline-block;
	padding: 4px;
	padding-left:10px;
	
}
/* not sure if this is used anymore  */
.flashContainer{
	margin:2px;
	
	vertical-align:top; 
	align-content:center;
	
	text-align:center;
	width:100%;
	height:800px;  
}
flashContent {
	height:720px;
}
/* THis is necessary for the footer */
#container {
	text-align:center;
	width:100%;
	/* height:100%;  */
	/* height:1000px;  */
	margin:0;
	min-height: 100%;
  /* equal to footer height */
  /* 	margin-bottom: -40px;  */ /* needed for foooter ? */
	min-height: calc(100vh - 70px);
}

.content {
  min-height: calc(100vh - 70px);
}
/*  Sticky footer  */
* {
  margin: 0;
}
html, body {
  height: 100%;
}
/* adds space next to DSES  */
.navbar-brand {
	margin-right: 20px;
}
#mapfooter {
	color: #fff;
	text-align: left;
	font-size: 9pt;
	
	
}

/*  This is the Timeline CSS  */
#container1 {
	float:left;
	width:95%;
	position:relative;
	text-align: center;
	/* right:50%;  */
	color: white;

	/* background:#fff689;  column 1 background colour */
}
#col1 {
	float:left;
	width: 240px;
	height: 620px;
	position:relative;
	/* left:50%;   */
	overflow:auto;
	text-align: right;
	padding: 6px;
	color:white;
	
}
#col2 {
	float:right;
	width: 75%;
	height: 620px;
	position:relative;
	/* left:50%;  */
	overflow:hidden;
	color:white;
}

.target{
	margin-top: 10px;
    width:520px;
    height:auto ; /* 400px;  */
    /* border:solid grey 1px; */
}

/* This hides the target DIVs  */
#m1, #m2, #m3, #m4, #m5, #m6, #m7, #m8, #m9{
    display:none;
}

/* this is the left veritcal menu  */
#timelineMenu { 
float: right;
text-align: right;
}
#timelineMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}

#timelineMenu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}

/* Change the link color on hover */
#timelineMenu li a:hover {
    background-color: #555;
    color: white;
}



