/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width:767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 620px;
	}
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		min-height: 620px;
		background-color: #687180;
		border-top:1px solid #687180;
		z-index:9;
	}
}
@media screen and (min-width:768px) and (max-width:991px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 400px;
	}
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		min-height: 400px;
		background-color: #687180;
		border-top:1px solid #687180;
		z-index:9;
	}
}
@media screen and (min-width:992px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 240px;
	}
	.footer {
		position: absolute;
		bottom: 0;
		width: 100%;
		/* Set the fixed height of the footer here */
		min-height: 240px;
		background-color: #687180;
		border-top:1px solid #687180;
		z-index:9;
	}
}
	
	
h4 {
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
}

/* Custom page CSS
-------------------------------------------------- */

/* Move down content because we have a fixed navbar that is 130px tall */
body {
  padding-bottom: 20px;
}
body > .container {
  padding: 60px 15px 0;
}

.adjustop {
  display: block;
  height: 300px; /*same height as header*/
}

.fullwidth {
	margin-left:-15px;
	border-color:#c0c0c0;
}

.footer > .container  .text-white {
  color: #666;
  margin: 10px 60px 0 20px;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}
.navbar-brand {
  float: left;
  height: 84px;
  padding: 12px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-nav {
	margin:0;
}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 4px;
  line-height: 20px;
}
.navbar-default {
	border-bottom:1px solid #c0c0c0;
}
.navbar-default .navbar-nav>li>a {
	color:black;
}
.navbar-default .navbar-nav>.active>a {
	color:black;
	font-weight:bold;
	background-color:transparent;
}
.navbar-toggle {
	margin-bottom:-2px;
}
#topnav>ul>li>a:hover {
	font-weight:bold;
}

/*
Navbar "hovernav" dropdown menu - this works only for screen sizes larger than phones.
The Bootstrap CSS is unchanged.
*/
@media (min-width: 768px) {
  /* Use this if you wish to hide the caret
  .navbar-nav .caret {
    display: none;
  } 
  */
  .navbar-nav .open ul {
    display: none
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    color: #555;
    background: none
  }
  .navbar-default .navbar-nav > li:hover {
    background: #e7e7e7
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    color: #969696;
    background: none
  }
  .navbar-inverse .navbar-nav > li:hover {
    background: #080808
  }
  .navbar-nav .hovernav:hover > .dropdown-menu {
    display: block;
  }
}

/* Blue Title Bar */
.t-bar-blue {
	height:60px;
	width:100%;
	z-index:9;
	background-image: url('/images-misc/qsr-tbar.jpg');
	background-repeat: repeat-x;
	background: -webkit-linear-gradient(#007DC6, #B3E3FF, #007DC6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#007DC6, #B3E3FF, #007DC6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#007DC6, #B3E3FF, #007DC6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#007DC6, #B3E3FF, #007DC6); /* Standard syntax */
}

/* Green Title Bar */
.t-bar-green {
	height:60px;
	width:100%;
	z-index:9;
	background-image: url('/images-misc/n2p-tbar.jpg');
	background-repeat: repeat-x;
	background: -webkit-linear-gradient(#2FB457, #C8F0D2, #2FB457); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2FB457, #C8F0D2, #2FB457); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2FB457, #C8F0D2, #2FB457); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2FB457, #C8F0D2, #2FB457); /* Standard syntax */
}

/* Combo Title Bar */
.t-bar-combo {
	height:60px;
	width:100%;
	z-index:9;
	background: -webkit-linear-gradient(#2FB457, #C8F0D2, #007DC6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#2FB457, #C8F0D2, #007DC6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#2FB457, #C8F0D2, #007DC6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#2FB457, #C8F0D2, #007DC6); /* Standard syntax */
}

.prodbar {
	height:300px;
	margin-top:40px;
	background: -webkit-radial-gradient(#ffffff, #f0f0f0, #c0c0c0); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(#ffffff, #f0f0f0, #c0c0c0); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(#ffffff, #f0f0f0, #c0c0c0); /* For Firefox 3.6 to 15 */
	background: radial-gradient(#ffffff, #f0f0f0, #c0c0c0); /* Standard syntax */
	border-bottom:1px solid #C0C0C0;
}

/* Make sidebar nav vertical  - courtesy of jonathanbriehl.com */
/* ------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	.page-content {
		padding-top:80px;
		min-height:500px;
	}
	.sidebar-nav .navbar .navbar-collapse {
		padding: 0;
		max-height: 390px;
		height:auto;
		overflow-x:hidden;
	}
	.sidebar-nav .navbar ul {
		float: none;
	}
	.sidebar-nav .navbar ul:not {
		display: block;
	}
	.sidebar-nav .navbar li {
		float: none;
		display: block;
	}
	.sidebar-nav .navbar li a {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	.sidebar-nav {
		position:fixed;
		width:100%;
		top:144px;
		z-index:2;
		margin-left:-15px;	//12-26-17 Added by DMK
	}
	.sidebar-menu {
		float:left;
		padding:10px 15px;
		font-size:18px;
	}
	.sidebar-nav ul>li:hover {
		font-weight:600;
		color:#a0a0a0;
	}
	.infobox {
		margin:20px 0;
		border:1px solid #D0D0D0;
		border-radius:15px;
		background-color:#F0FAF0;
	}
	.infotitle {
		padding:7px 10px;
		font-family:'arial narrow';
		font-size:1.4em;
		color:white;
		font-weight:bold;
	}
	.boxed {
		margin-left:-14px;
		padding-top:6px;
		padding-right:12px;
		font-family:'arial narrow';
		font-size:1.1em;
	}
	.boxed2 {
		padding:6px 12px 0 12px;
		font-family:'arial narrow';
		font-size:1.1em;
	}
}
@media screen and (min-width : 768px) {
	.page-content {
		padding-top:30px;
	}
	.sidebar-nav {
		position:relative;
		width:90%;
		float:right;
		top:30px;
		z-index:2;
	}
	.sidebar-nav>div.navbar-default {
		border:1px solid #d0d0d0;
	}
	.sidebar-nav ul>li {
		width:100%;
	}
	.sidebar-nav ul>li:hover {
		font-weight:600;
		color:#a0a0a0;
	}
	.sidebar-nav ul>li>a {
		padding-top:6px;
		padding-bottom:6px;
	}
	.infobox {
		min-height:380px;
		width:100%;
		margin:10px 0 20px 0;
		border:1px solid #D0D0D0;
		border-radius:15px;
		background-color:#F0FAF0;
	}
	.infotitle {
		padding:10px 8px;
		font-family:'arial narrow';
		font-size:1em;
		font-weight:bold;
		color:white;
	}
	.boxed {
		margin-left:-18px;
		padding-top:6px;
		padding-right:8px;
		font-family:'arial narrow';
		font-size:0.9em;
	}
	.boxed2 {
		padding:6px 8px 0 8px;
		font-family:'arial narrow';
		font-size:0.9em;
	}
}
@media screen and (min-width: 992px) {
	.infobox {
		min-height:400px;
		width:100%;
		margin:10px 0 20px 0;
		border:1px solid #D0D0D0;
		border-radius:15px;
		background-color:#F0FAF0;
	}
	.infotitle {
		padding:8px;
		font-family:'arial narrow';
		font-size:1.2em;
		font-weight:bold;
		color:white;
	}
	.boxed {
		margin-left:-16px;
		padding-top:6px;
		padding-right:10px;
		font-family:'arial narrow';
		font-size:1em;
	}
	.boxed2 {
		padding:6px 10px 0 10px;
		font-family:'arial narrow';
		font-size:1em;
	}
}
@media screen and (min-width: 1200px) {
	.infobox {
		min-height:380px;
		width:100%;
		margin:10px 0 20px 0;
		border:1px solid #D0D0D0;
		border-radius:15px;
		background-color:#F0FAF0;
	}
	.infotitle {
		padding:7px 10px;
		font-family:'arial narrow';
		font-size:1.4em;
		font-weight:bold;
		color:white;
	}
	.boxed {
		margin-left:-14px;
		padding-top:6px;
		padding-right:12px;
		font-family:'arial narrow';
		font-size:1.1em;
	}
	.boxed2 {
		padding:6px 12px 0 12px;
		font-family:'arial narrow';
		font-size:1.1em;
	}
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 100%;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.carousel-control.right, .carousel-control.left {
  background-image:none;
}

/* Shrink h2 title wording for smart phones, and hide social media icons and NASDAQ symbol, etc. */
/* ----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {
	body {
		padding-top:84px;
	}
	.pagetitle {
		text-transform:uppercase;
		font-size:16px;
		font-weight:bold;
		margin-top:24px;
		white-space:nowrap;
		overflow:hidden;
	}
	.move-if-xs {
		margin: -18px 0 0 0 !important;
	}
	.show-if-xs {
		display:inline-block !important;
	}
	.show-if-sm {
		display:none !important;
	}
	.show-if-lg {
		display:none !important;
	}
	.low-if-xs {
		min-height:84px !important;
	}
	.navbar-brand {
		height:84px;
	}
	.nav-menu {
		margin-left:-16px;
		font-size:12px;
	}
	.t-bar-blue {
		top:84px;
	}
	.t-bar-green {
		top:84px;
	}
	.overlay {
		position:absolute;
		width:230px;
		height:100%;
		z-index:3;
		background-color:black;
		font-family:'georgia';
		font-size:18px;
		padding:20px;
		color:white;
		opacity:0.65;
		filter:alpha(opacity=65);
	}
	.frame {
		width:100%;
		margin-top:-30px;
		min-height:1100px;
		border:0;
	}
}
@media screen and (min-width: 768px) {
	body {
		padding-top:130px;
	}
	.pagetitle {
		text-transform:uppercase;
		font-size:20px;
		font-weight:bold;
		margin-top:20px;
		white-space:nowrap;
		overflow:hidden;
	}
	.move-if-xs {
		margin: 20px -40px 0 0 !important;
	}
	.show-if-xs {
		display:none !important;
	}
	.show-if-sm {
		display:inline-block !important;
	}
	.show-if-lg {
		display:none !important;
	}
	.low-if-xs {
		min-height:130px !important;
	}
	.nav-menu {
		position:absolute;
		top:105px;
		margin-left:-6px;
		font-size:11px;
	}
	#topnav>ul>li >a {
		padding-left:6px;
		padding-right:6px;
	}
	.t-bar-blue {
		top:130px;
	}
	.t-bar-green {
		top:130px;
	}
	.overlay {
		position:absolute;
		width:280px;
		height:100%;
		z-index:3;
		background-color:black;
		font-family:'georgia';
		font-size:22px;
		padding:28px;
		color:white;
		opacity:0.65;
		filter:alpha(opacity=65);
	}
	.frame {
		width:100%;
		margin-top:-30px;
		min-height:1100px;
		border:0;
	}
}
@media screen and (min-width: 992px) {
	.nav-menu {
		font-size:12px;
		margin-left:-16px;
	}
	#topnav>ul>li >a {
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (min-width: 1200px) {
	.show-if-sm {
		display:none !important;
	}
	.show-if-lg {
		display:inline-block !important;
	}
}

/* Adjust 'Bootstrap' text colors to fit our theme */
.text-primary { color:#007dc6; }
.text-success { color:#2fb457; }

/* Formatting for all embedded tables */
table {
	float:left;
}
table, th, td {
    border: 1px solid #404040;
    border-collapse: collapse;
}
th {
	background-color: #404040;
	color: white;
}
th,td {
    padding: 3px;
	font-size:14px;
	font-weight:normal;
}

/* Customize Bootstrap tabs */
/*--------------------------*/
.nav-tabs {
	border-bottom: 1px solid #aaa;
	margin-top: 30px;
}
/* tab color */
.nav-tabs>li>a {
  color: #444;
  background-color: #f8f8f8; 
  border-color: #aaa;
  padding: 5px 10px;
}

/* active tab color */
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #444;
  background-color: #fff;
  border-color: #aaa;
  border-bottom-color: #fff;
  border-top:3px solid #007dc6;
}

/* hover tab color */
.nav-tabs>li>a:hover {
  color: #fff;
  background-color: #888;
  border-color: #888;
}
.tab-content {
	margin-top:30px;
}
.footer-list {
	list-style:none;
	padding:0;
	font-size:13px;
	line-height:1.6em;
}
.footer-list li>a:link, .footer-list li>ul>a:link { color:#c0c0c0; }
.footer-list li>a:visited, .footer-list li>ul>a:visited { color:#c0c0c0; }
.footer-list li>a:hover { color:#7DB1FF; }
.footer-list li>a:active, .footer-list li>ul>a:active { color:#c0c0c0; }
.footer-list>li>ul {
	list-style:none;
	background-color:#3E434A;
	font-size:13px;
}
.footer-list li>ul>li>a:hover { color:#7DB1FF; background-color:#3E434A; }

.footer-tweet {
	margin:0;
	padding:0;
}
.footer-tweet li {
	display: inline-block;
	margin-right: 10px;
}
.footer-tweet li>a:link, .footer-list li>ul>a:link { color:#c0c0c0; }
.footer-tweet li>a:visited, .footer-list li>ul>a:visited { color:#c0c0c0; }
.footer-tweet li>a:hover { color:#7DB1FF; }
.footer-tweet li>a:active, .footer-list li>ul>a:active { color:#c0c0c0; }


/* Power Supply Finder */
/*---------------------*/
.fbox {
	margin:0 auto;
	height:200px;
	background:#F0F0F0;
	border:1px solid #808080;
}
		
.a18b-green {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:green;
}
		
.a12n {
	font-family:arial;
	font-size:12px;
	font-weight:normal;
}
		
.a12b {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}

.m10 {
	margin:10px;
}
		
.hcell {
	border:1px solid #F0F0F0;
	background:#E0E0E0;
	color:#606060;
	padding:3px 5px !important;
	text-align:center;
	vertical-align:middle !important;
}
		
.dcell {
	border:1px solid #E0E0E0;
	border-top:none !important;
	padding:3px 5px !important;
	text-align:center;
	vertical-align:middle !important;
}
	
.rcell {
	border:1px solid #E0E0E0;
	border-top:none !important;
	padding:3px 5px !important;
	text-align:right;
	vertical-align:middle !important;
}
