/*= General styles that apply to the public sites layout and other conventions
such as link color, etc.
*******************************************************************************/
html, body, #shell, #skin {
	height: 100% !important;
	font-family: 'Titillium Web', sans-serif;
}
html {
	/*background-image: -webkit-gradient(linear, center top, center bottom, from(#6cacdd), to(#013a55));
	background-image: -webkit-linear-gradient(top, #6cacdd, #013a55);
	background-image: -moz-linear-gradient(180deg, #6cacdd, #013a55);
	background-image: -ms-linear-gradient(top, #6cacdd, #013a55);
	background-image: -o-linear-gradient(top, #6cacdd, #013a55);	
	background-image: linear-gradient(180deg, #6cacdd, #013a55);
	background-color: #013a55;*/
	background-color: #001341;
	background-repeat: no-repeat;
}
a {
	color: #007e88;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.2s ease-out;
}
a:hover {
	color: #007e88;
	transition: color 0.2s ease-in;
}
h2.title {/* for the big green headings used on our pages */
	font-size: 2.8em;
	color: #000;
	/*background-color: #4c721d;
	border: 1px solid #486D00;
	border-radius: 4px;*/
	padding: 9px 10px 9px 0px;
	/*margin: 0 0 25px 0;*/
}
#shell {
	margin: 0 auto;
}
#header {
	position: relative;
	width: 100%;
	padding: 15px 0;
	background-color: #003459;
}
#logo {
	width: 190px;
	position: relative;
	height: 60px;
	float:left;
}
.headerTop {
	max-width:980px;
	width:980px;
	margin:0 auto;
	height: 60px;
}
.footerTop {
	max-width:980px;
	width:980px;
	margin:0 auto;
}
#logo a {
	
	display: inline-block;
	height: 60px;
	width: 185px;
	text-indent: -9000em;
	background: transparent url(/images/public/uilayout/umoiq_light.svg) center center no-repeat;
}
#tools {
	    float: right;
    margin-top:45px;
}
#tools li {
	display: inline-block;
	padding: 3px 0;
}
/*#tools li:first-child {
	padding-left: 14px;
	background: transparent url(/images/icons/gears.png) left center no-repeat;
}*/
#tools li:nth-child(2) a {
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
}
#tools li:last-child a {
	padding-right: 0;
}
#tools li a {
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: -0.2px;
	padding: 0 7px;
	color: #ffffff;
}
#content {
	width: 980px;
    margin: 0 auto;
	background-color: #fff;
	min-height:100%;
	/* background: #fff url(/images/public/map_tile.png) left top repeat; FOR IE */
	display: table;
	height: 100%;
}
#nav, #sidebar {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 190px;
	max-width: 190px;/* since it is being displayed as a table cell */
	/*! border-top: 1px solid #bcbcbc; */
	background: #F1F1F3;
	/*! background: -ms-linear-gradient(top, #e8e8e8 20%, #ccc 40%, transparent), transparent url(/images/public/map_tile.png) left top repeat; */
	/*! background: linear-gradient(180deg, #e8e8e8 20%, #ccc 40%, transparent), transparent url(/images/public/map_tile.png) left top repeat; */
	/*! background-clip: padding-box; */
	/*! background: transparent url(/images/public/sidebar_gradient.png) left top repeat-x; */ /* use for IE 7 */
}
#nav, #main, #sidebar {
	/* float: left; Might Need For IE 7 */
	display: table-cell;
	vertical-align: top;
}
#nav {
	/*border-top: 1px solid transparent;*/
	/*! border-top-right-radius: 5px; */
	/*! border-right: 1px solid #bcbcbc; */
	overflow: visible;
	background:#dedede;
}
#nbgm-menu{
	position: absolute;
    top: 10px;
    right: 30px;
    z-index: 999999;
    color: #ffffff;
    font-size: 20px;
}
#nav ul {
	position: relative;
	top: -1px;
}
#nav li {
	/*! margin: 0 0 11px 0; */
}
#nav li:first-child {
	
}
#nav li:last-child {
	margin-bottom: 0;
}
#nav li.active {
	overflow: visible;
}
#nav a {
	display: block;
	width: 169px;
	padding: 15px 5px 15px 10px;
	/*! border: 1px solid #3399CC; */
	border-left: 5px solid transparent;
	/*! border-top-right-radius: 5px; */
	/*! border-bottom-right-radius: 5px; */
	text-decoration: none;
	text-align: left;
	color: #3d3e40;
	/*! text-shadow: -1px 0 0 #b2b2b2; */
	font-size: 1.8em;
	/*! background-color: #006699; */
	border-bottom: 1px solid #73767b;
}
#nav a:hover {
	background-color: #1C82B5;
	border-color: #086A9B;
}
body#ss a.ss, body#mynb a.mynb, body#gethelp a.gethelp, body#access a.access, #nav a.active {
	/*! background-color: #1C82B5; */
	/*! border-color: #086A9B; */
	/*! padding-right: 19px; */
	width: 170px;
	border-left: 5px solid #71C2CC;
}
#main {
	width: 580px;
	max-width: 580px;
	padding: 0 10px 10px 10px;
	background-color: #fff;
	color: #333;
}
#main p {
	font-size: 1.4em;
}
#sidebar {
	border-top-left-radius: 5px;
	border-left: 1px solid #bcbcbc;
	padding: 10px;
}
#sidebar .skin, #sidebar .skin p {
	color:#333;
	font-size:16px;
}
#sidebar .skin, #sidebar .skin p {
	color:#333;
	font-size:16px;
	padding-bottom:16px;
}
#footer {
	color:#fff;
    width: 100%;
    background-color: #003459;
}
#footer ul {
	margin-bottom: 10px;
	    padding-top: 20px;
	    padding-bottom:10px;
}
#footer li {
	display: inline-block;
	padding: 0 5px;
	border-right: 1px solid #fff;
}
#footer li:last-child {
	border-right: none;
	padding-right: 0;
}
#footer a {
	font-size: 1.3em;
	color:#fff !important;
}
#footer p {
	padding-bottom:10px;
	font-size: 1em;
	letter-spacing: 0.1px;
	color:#e8f1f7 !important;
}

#chromeframe {
	/* position: absolute;*/
	background-color: #D5D51E;
	z-index: 1000;
	font-size: 15px;
	font-weight: bold;
	width: 980px;
	padding: 30px 0;
	text-align: center;
	left: 50%;
	top: 0;
	/* margin-left: -490px;*/
	/* margin-bottom: 400px;*/
	border-bottom: 1px solid #000;
}
#chromeframe A {
	text-decoration: underline;
	color: blue;
}
/*= Settings & Initializing modals
*******************************************************************************/
#settings, #initializing, #geopredictions, #gettingagencies, #browseroffline {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 500;
	background-color: rgba(0,0,0,0.5);
	height: 100%;
	width: 100%;
}

#browseroffline DIV {
	position: fixed;
	left: 40%;
	top: 40%;
	/*margin-left: -200px;*/
	color: #fff;
	padding: 4em 5em;
	border: 2px #fff solid;
	border-radius: 50%;
	height: 300px;
	width: 300px;
  
	background: #2f6b8f; /*old browsers*/ 
	background: -moz-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*firefox*/
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6babdb), color-stop(100%, #013a55)); /*webkit <v10*/
	background: -webkit-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*webkit10+ safari5.1+*/
	background: -o-linear-gradient(-45deg, #6babdb 0%, #013a55 100%);
	background: -ms-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*ie10+*/		
	background: linear-gradient(135deg, #6babdb 0%, #013a55 100%); /*w3c proposed*/
	box-shadow: 3px 3px 5px 9px rgba(0, 0, 0, 0.4);		
}

#settings DIV, #initializing DIV, #geopredictions DIV, #gettingagencies DIV {
	position: fixed;
	left: 50%;
	top: 15%;
	margin-left: -188px;
	background: #fff;
	padding: 20px 25px;
	border: 1px solid transparent;
	width: 324px;
	border-radius: 5px;
	box-shadow: 0 0 5px 0 #040404;
}
#settings .close, #initializing .close, #geopredictions .close, #browseroffline .close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 12px;
  box-shadow: 1px 1px 3px #000;
  -webkit-transition: background 0.75s ease-in;
  -moz-transition: background 0.75s ease-in;
  -ms-transition: background 0.75s ease-in;
  -o-transition: background 0.75s ease-in;
  transition: background 0.75s ease-in;
}
#settings .close{
    position: absolute;
    top: 24px;
    right: 10px;
    width: 30px;
    height: 30px;
    background: transparent;
    box-shadow: none;
}
#settings .close .fa.fa-times{
	font-size: 18px;
	color: #000;
}
#settings .close:hover, #initializing .close:hover, #geopredictions .close:hover, #browseroffline .close:hover { 		
	background: #00d9ff; 
	transition: background 0.75s ease-out;
}
#settings h3 {
	font-size: 2.4em;
	padding-bottom: 12px;
	border-bottom:1px solid #ccc;
}
#settings li {
	font-size: 1.2em;
	padding: 2px 0 6px 30px;
	background-color: transparent;
	background-position: left center;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	border-radius: 4px;
	height:25px;
	line-height: 25px;
}
#settings li.title, #settings li.unit {
	font-weight: bold;
	padding-left: 0px;
	font-size:1.5em;
}
#settings li.setting {
	cursor: pointer;
	background-image: url(/images/public/uilayout/nb-checkboxes/nb-radio-disabled.svg);
}
#settings li.setting:hover {
	background-color: #555;
	background-color: rgba(85, 85, 85, 0.4);
	-webkit-transition: background-color 0.33s ease-in;
	-moz-transition: background-color 0.33s ease-in;
  -ms-transition: background-color 0.33s ease-in;	
  -o-transition: background-color 0.33s ease-in;
	transition: background-color 0.33s ease-in;
}
#settings li.on {
	
	background-image: url(/images/public/uilayout/nb-checkboxes/nb-radio-checked.svg);
}
#settings li.on:hover {
	background-image: url(/images/public/uilayout/nb-checkboxes/nb-radio-checked.svg);
}

#settings li.bar {
	border-bottom: 1px solid #bcbcbc;
}
#settings li.unit {
	padding: 10px 0 10px 30px;
}
#settings li img {
	vertical-align: middle;
	padding-right: 3px;
	
	width: 25px;
}
#initializing p, #gettingagencies p, #browseroffline p {
	font-size: 1.6em;
	font-weight: bold;
}
#initializing p:last-child {
	padding-top: 5px;
	font-size: 1.2em;
}
#initializing p span {
	font-style: italic;
	font-weight: bold;
}
/*= IE 
*******************************************************************************/
html.ie9 #nav, html.ie9 #sidebar {
	background: #e8e8e8 url(/images/public/map_tile.png) center center repeat;
}
html.ie9 {
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#6cacdd', endColorstr='#013a55', gradientType='0')";
}
#oldNextBusHoverInfo {
	position: fixed;
	left: 100px;
	top: 100px;					
	height: 70px;
	width: 350px;
	padding: 8px;	
	border: 2px #fff solid;
	border-radius: 4px;
	font-size: 11pt;
	color: #fff;
	background: #2f6b8f; /*old browsers*/ 
	background: -moz-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*firefox*/
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #6babdb), color-stop(100%, #013a55)); /*webkit <v10*/
	background: -webkit-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*webkit10+ safari5.1+*/
	background: -o-linear-gradient(-45deg, #6babdb 0%, #013a55 100%);
	background: -ms-linear-gradient(-45deg, #6babdb 0%, #013a55 100%); /*ie10+*/		
	background: linear-gradient(135deg, #6babdb 0%, #013a55 100%); /*w3c proposed*/
	box-shadow: 3px 3px 5px 9px rgba(0, 0, 0, 0.4);
}
.showHoverInfo {
	display: block;
	z-index: 5;
	opacity: 1.0;
	transition: opacity 0.25s ease-out;
}
.hideHoverInfo {
	display: none;
	opacity: 0.0;	
	left: -4000px;
	top: -4000px;
	z-index: 0;
}


  h1, h2, h3, p {
    color:#3d3e40;
  }

  h1 {
    font-size:40px;
    font-weight:400;
  }

  h2 {
    font-size:30px;
    font-weight:600;
  }

  h3 {
    font-size:24px;
    font-weight:400;
  }
  h4 {
    font-size:12px;
    font-weight:600;
  }

  p {
    font-size:12px;
    font-weight:400;
  }
  .italic {
    font-style:italic;
  }
  .bold {
    font-weight:600;
  }
  .white {
    color:#fff;
  }


button {
  border-radius:4px;
}

.button-default {
  background-color:#fff;
  border:1px solid #00adbb;
  color:#00adbb;
}
.button-default:hover {
  background-color:#00adbb;
  border:1px solid #00adbb;
  color:#fff;
}

.button-primary {
  background-color:#00adbb;
  border:1px solid #00adbb;
  color:#fff;
}
.button-primary:hover {
  background-color:#007e88;
  border:1px solid #007e88;
  color:#fff;
}

/*----------------------------------------*/
/* Light grey info container */

.info-container {
  border-radius:4px;
  background-color:#c3c3c4;
}
/*
.rememberlogin{
	background-size: 25px;
    background-image: url(/images/public/uilayout/nb-checkboxes/nb-checkbox.svg);
    font-size: 1.3em;
    padding: 2px 0 6px 30px;
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 25px;
    line-height: 25px;
}*/
.cookie-text {
	    background: #ccc;
    padding: 11px;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
}
