/**
 * =======================================================
 * Please DO NOT add site-specific css to this style sheet
 * ======================================================= 
 **/


/**
 * NOC Responsive theme uses Bootstrap v3.0.2
 *
 * see http://bootstrapdocs.com/v3.0.2/docs/css
 **/



/* FULLSCREENWIDTH styles */
/* ====================== */

.fullScreenWidth {
	overflow: hidden;
}

/* Remove padding so breadcrumbs and/or jumbtron meet the navbar */
.trans.noCrsl:not([class~="noBrdc"]) .main-container,
.trans.noBrdc:not([class~="noCrsl"]) .main-container,
.trans:not([class~="noCrsl"]):not([class~="noBrdc"]) .main-container {
	padding-top: 0; 
}

/* Put in bottom margin when logged in and there's no breadcrumbs */
.logged-in .noBrdc #carouseljumbotron {
	margin-bottom: 10px;
} 





/* Define added 'gutter-15' class to give extra internal side padding to sidebars only */
/* =================================================================================== */

/* When not full-width xs, or screen wider than xs - expecting <aside class="col-sm-4"... >
 * :last-child and :not(:last-child) checks the <aside...> is last column in the main page
 * (there's a main content <section> and maybe also a breadcrumb <div>)
 */

.gutter-15 > aside[class~="col-xs-1"]:last-child, .gutter-15 > aside[class~="col-xs-2"]:last-child, .gutter-15 > aside[class~="col-xs-3"]:last-child,
.gutter-15 > aside[class~="col-xs-4"]:last-child, .gutter-15 > aside[class~="col-xs-5"]:last-child, .gutter-15 > aside[class~="col-xs-6"]:last-child,
.gutter-15 > aside[class~="col-xs-7"]:last-child, .gutter-15 > aside[class~="col-xs-8"]:last-child, .gutter-15 > aside[class~="col-xs-9"]:last-child,
.gutter-15 > aside[class~="col-xs-10"]:last-child, .gutter-15 > aside[class~="col-xs-11"]:last-child {
	padding-left: 15px;
}

.gutter-15 > aside[class~="col-xs-1"]:not(:last-child), .gutter-15 > aside[class~="col-xs-2"]:not(:last-child), .gutter-15 > aside[class~="col-xs-3"]:not(:last-child),
.gutter-15 > aside[class~="col-xs-4"]:not(:last-child), .gutter-15 > aside[class~="col-xs-5"]:not(:last-child), .gutter-15 > aside[class~="col-xs-6"]:not(:last-child),
.gutter-15 > aside[class~="col-xs-7"]:not(:last-child), .gutter-15 > aside[class~="col-xs-8"]:not(:last-child), .gutter-15 > aside[class~="col-xs-9"]:not(:last-child),
.gutter-15 > aside[class~="col-xs-10"]:not(:last-child), .gutter-15 > aside[class~="col-xs-11"]:not(:last-child) {
	padding-right: 15px;
}

@media (min-width: 768px) {
	.gutter-15 > aside[class~="col-sm-1"]:last-child, .gutter-15 > aside[class~="col-sm-2"]:last-child, .gutter-15 > aside[class~="col-sm-3"]:last-child,
	.gutter-15 > aside[class~="col-sm-4"]:last-child, .gutter-15 > aside[class~="col-sm-5"]:last-child, .gutter-15 > aside[class~="col-sm-6"]:last-child,
	.gutter-15 > aside[class~="col-sm-7"]:last-child, .gutter-15 > aside[class~="col-sm-8"]:last-child, .gutter-15 > aside[class~="col-sm-9"]:last-child,
	.gutter-15 > aside[class~="col-sm-10"]:last-child, .gutter-15 > aside[class~="col-sm-11"]:last-child {
		padding-left: 15px;
	}
}
	.gutter-15 > aside[class~="col-sm-1"]:not(:last-child), .gutter-15 > aside[class~="col-sm-2"]:not(:last-child), .gutter-15 > aside[class~="col-sm-3"]:not(:last-child),
	.gutter-15 > aside[class~="col-sm-4"]:not(:last-child), .gutter-15 > aside[class~="col-sm-5"]:not(:last-child), .gutter-15 > aside[class~="col-sm-6"]:not(:last-child),
	.gutter-15 > aside[class~="col-sm-7"]:not(:last-child), .gutter-15 > aside[class~="col-sm-8"]:not(:last-child), .gutter-15 > aside[class~="col-sm-9"]:not(:last-child),
	.gutter-15 > aside[class~="col-sm-10"]:not(:last-child), .gutter-15 > aside[class~="col-sm-11"]:not(:last-child) {
		padding-right: 15px;
	}

@media (min-width: 992px) {
	.gutter-15 > aside[class~="col-md-1"]:last-child, .gutter-15 > aside[class~="col-md-2"]:last-child, .gutter-15 > aside[class~="col-md-3"]:last-child,
	.gutter-15 > aside[class~="col-md-4"]:last-child, .gutter-15 > aside[class~="col-md-5"]:last-child, .gutter-15 > aside[class~="col-md-6"]:last-child,
	.gutter-15 > aside[class~="col-md-7"]:last-child, .gutter-15 > aside[class~="col-md-8"]:last-child, .gutter-15 > aside[class~="col-md-9"]:last-child,
	.gutter-15 > aside[class~="col-md-10"]:last-child, .gutter-15 > aside[class~="col-md-11"]:last-child {
		padding-left: 15px;
	}
}
	.gutter-15 > aside[class~="col-md-1"]:not(:last-child), .gutter-15 > aside[class~="col-md-2"]:not(:last-child), .gutter-15 > aside[class~="col-md-3"]:not(:last-child),
	.gutter-15 > aside[class~="col-md-4"]:not(:last-child), .gutter-15 > aside[class~="col-md-5"]:not(:last-child), .gutter-15 > aside[class~="col-md-6"]:not(:last-child),
	.gutter-15 > aside[class~="col-md-7"]:not(:last-child), .gutter-15 > aside[class~="col-md-8"]:not(:last-child), .gutter-15 > aside[class~="col-md-9"]:not(:last-child),
	.gutter-15 > aside[class~="col-md-10"]:not(:last-child), .gutter-15 > aside[class~="col-md-11"]:not(:last-child) {
		padding-right: 15px;
	}

@media (min-width: 1200px) {
	.gutter-15 > aside[class~="col-lg-1"]:last-child, .gutter-15 > aside[class~="col-lg-2"]:last-child, .gutter-15 > aside[class~="col-lg-3"]:last-child,
	.gutter-15 > aside[class~="col-lg-4"]:last-child, .gutter-15 > aside[class~="col-lg-5"]:last-child, .gutter-15 > aside[class~="col-lg-6"]:last-child,
	.gutter-15 > aside[class~="col-lg-7"]:last-child, .gutter-15 > aside[class~="col-lg-8"]:last-child, .gutter-15 > aside[class~="col-lg-9"]:last-child,
	.gutter-15 > aside[class~="col-lg-10"]:last-child, .gutter-15 > aside[class~="col-lg-11"]:last-child {
		padding-left: 15px;
	}
}
	.gutter-15 > aside[class~="col-lg-1"]:not(:last-child), .gutter-15 > aside[class~="col-lg-2"]:not(:last-child), .gutter-15 > aside[class~="col-lg-3"]:not(:last-child),
	.gutter-15 > aside[class~="col-lg-4"]:not(:last-child), .gutter-15 > aside[class~="col-lg-5"]:not(:last-child), .gutter-15 > aside[class~="col-lg-6"]:not(:last-child),
	.gutter-15 > aside[class~="col-lg-7"]:not(:last-child), .gutter-15 > aside[class~="col-lg-8"]:not(:last-child), .gutter-15 > aside[class~="col-lg-9"]:not(:last-child),
	.gutter-15 > aside[class~="col-lg-10"]:not(:last-child), .gutter-15 > aside[class~="col-lg-11"]:not(:last-child) {
		padding-right: 15px;
	}


/* Custom background */
/* ================= */

/* This should already be "display: none;" in main stylesheet, style.css */
/*
#header-img2 {
	display: none;
}
*/

@media (min-width: 1921px) {		/* Image at least 1900px wide... set background mode to "cover" if browser window is wider */

	section[style*=background] {
		background-size: cover !important;
	}
}


@media (max-width: 1023px) {	/* For SCREENS BELOW 1024px width - Use with navbar1023.css (default was 767px) */

	.navbar .logo {
		margin-top: 8px;
		margin-bottom: 5px;
		margin-right: -15px;
		padding-left: 12px;
		padding-right: 8px;
	}
}


body {
	background-image: none;
	background-color: #fff;
}

@media (min-width: 1024px) {	/* For SCREENS of 1024px width and ABOVE - Use with navbar1023.css (default was 768px) */

	#bkgTop,
	.nav_trans,
	.trans,
	#header-img,
	.foot_trans {
		background-image: none;
	/*	opacity: 1.0;	*/
	}
}

.nav_trans,
.foot_trans,
#header-img {
/*	background-color: #101419;	*/	/* was originally #062636 */
	background-color: rgba(16,20,25,0.85);	/* Use alpha channel instead of opacity to avoid affecting embedded <div>s */
	background-image: none;
}

#navbar {
	border-bottom: 5px solid #101419 !important;	/* override original #062636 */
	width: 100%;
	min-height: 45px;
}

.trans,
.nav_trans,
.trans .main-container {
	border-radius: 0 !important;
	margin-bottom: 0;
	max-width: 100%;
}

.trans,
.nav_trans,
.foot_trans {
	max-width: 100%;
}

.foot_trans,
.footer {
	border-radius: 0 !important;
}

.footer {
	background-color: transparent;
}



.well h2:first-child {
	margin-top: 0;
}

section[style*=background] {
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	position: relative;
	width: 100%;
}

.innerFooter {
	background-image: none;
	background-color: transparent;
	padding-bottom: 10px;
	padding-top: 15px;
}

#footerShade {
	display: none;
}

#foot_bkgTop {
	background-color: #062636;
}


/* Smaller megamenu next-last margin */
/* ================================= */

#megamenu-nav .navbar-nav .next-last {
	margin-right: 50px;	/* was 35px; */
}				/* Set space between last tab and 'log out' tab */


/* Styles for fixed navbar */
/* ======================= */

@media (min-width: 1200px) {
	.navbar.container > .container {
		margin: 0 -15px;
		padding: 0 5px;		/* Fix padding/margin overrides when they interact with .nav-trans */
	}
}

.nav_trans.navbar-fixed-top #megamenu-nav ul#main-menu > li.expanded.active-trail.dropdown > a {
	display: inline-block;
}

.nav_trans.navbar-fixed-top #megamenu-nav ul#main-menu > li + li.expanded.active-trail.dropdown:before {
	content: "|";
}

.nav_trans.navbar-fixed-top #megamenu-nav ul#main-menu > li.expanded.active-trail.dropdown.active > a {
	color: #eedf0f !important;
}

#megamenu-nav .navhead2 a {
	border-bottom: none;
}

#megamenu-nav .navhead3 {
	margin-left: 1em;
}

.nav_trans.navbar-fixed-top #navbar {
	border-bottom: none !important;
}

.nav_trans.navbar-fixed-top #navbar,
.nav_trans.navbar-fixed-top #header-img {
	background-color: transparent;
}

body:not(.maintenance-page) .nav_trans.navbar-fixed-top #home-unfixed {
	display: none;
}
	
.nav_trans.navbar-fixed-top #home-fixed {
	background: url("../logo-noc.svg") 0 0 no-repeat;
	background-size: 195px auto;
	height: 0;
	margin-top: 7px;
	margin-bottom: 7px;
	padding: 0 195px 60px 0;
	position: relative;
	width: 0;
}

.nav_trans.navbar-fixed-top #navbar a.logo img {
	background-size: 100% auto;
	padding: 0 225px 68px 0;
}

.nav_trans.navbar-fixed-top #navbar a.logo img:hover {
	background-position: 0 0;
}

.nav_trans.navbar-fixed-top #default-nav > ul:first-child > li:first-child,
.nav_trans.navbar-fixed-top #megamenu-nav ul#main-menu > li:first-child {
	margin-left: 260px;			/* Shift menu to right of larger logo */
}

.nav_trans.navbar-fixed-top header .navbar-nav > li {
	background: none;
}

.nav_trans.navbar-fixed-top .navbar-nav .dropdown-menu {
	background-color: rgba(8,51,72,0.99);	/* was #083348 */
	color: #aa8;
}

.nav_trans.navbar-fixed-top .dropdown-menu {
	border-top: none;
}

.nav_trans.navbar-fixed-top #block-search-form {
	margin-top: 8px;
	width: 180px;
	z-index: 999;
}

.nav_trans.navbar-fixed-top .form-control {
	height: 26px;
}

.nav_trans.navbar-fixed-top .input-group-btn button {
	height: 26px;
	padding: 3px 9px 6px 9px;
}

.navbar-collapse {
	padding-left: 15px;
	padding-right: 15px;			/* Put back in case it's overridden elsewhere */
}


@media (min-width: 1024px) {    /* For SCREENS of 1024px width and ABOVE - Use with navbar1023.css (default was 768px) */

	.navbar-collapse {
		padding-left: 0;
		padding-right: 0;		/* Override, reset to no left/right padding */
	}

	.nav_trans.navbar-fixed-top .navbar-default .navbar-nav > .active:not(.open) > a:not(:focus):not(:hover) {
		background: none !important;
	}

	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:focus,
	.navbar-default .navbar-nav > .active > a:hover {
		background-color: rgba(15,57,77,0.875);
		background-image: none;
	}

}


/* Styles for slim fixed navbar */
/* ============================ */

.nav_trans.navbar-fixed-top.slim-navbar #home-fixed {
	background-size: auto 38px;
	padding: 0 125px 38px 0;
}

.nav_trans.navbar-fixed-top.slim-navbar #default-nav > ul:first-child > li:first-child,
.nav_trans.navbar-fixed-top.slim-navbar #megamenu-nav ul#main-menu > li:first-child {
	transition: margin-left 0.4s ease;
	margin-left: 180px;			/* Shift menu to right of smaller logo */
}

.nav_trans.navbar-fixed-top.slim-navbar #block-search-form {
/*	display: none;	*/
}





/* Breadcrumbs styles and overrides of main css */
/* -------------------------------------------- */

.breadcrumb {
	background: rgba(245, 245, 245, 0.8) none repeat scroll 0 0 !important;
	padding: 10px 7.5px 0 !important;
}

.breadcrumb-bk {
	background-color: #f3f3f3;
	margin-bottom: 10px;
}



/* Push down anchors - use following instead of <a name="a1"></a> */
/* <div class="anchor" name="a1" id="a1"><!-- --></div> */

.anchor {
	position: relative;
	top: -50px;
}



/* Grey out customised 'empty_data-toggle' attribute in nav-tabs */
/* ============================================================= */
.nav > li > a[empty_data-toggle] {
	color: lightgrey;
}

.nav.narrow > li > a.noresize {
	padding-left: 7.5px;		/* Reduce padding on 'narrow' tabs */
	padding-right: 7.5px;
}
