﻿*, *::after, *::before {
margin: 0;
padding: 0;
box-sizing: inherit;
}
body {
box-sizing: border-box;
 font: normal 15px 'Open Sans';
 background: #FFFFFF;
 color: #404040;
 line-height:24px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
 border: #FAFAFA;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@font-face {
 font-family: 'Open Sans';
	src: url('../font/OpenSans-Regular.ttf');
	src: local(''Open Sans''), url('../font/OpenSans-Regular.ttf');
}
html {
	height: 100%;
}
p {
	font: inherit;	
  padding: 0 0 20px 0;
	line-height: 1.5em;	
}
h1, h2, h3, h4, h5, h6 {
 color: #55555;
	letter-spacing: 0em;	
}
h1, h2 {
 font: normal 200% times new roman;
	text-shadow: 0px 0px #333;	
}
h1 {
 font: 700 28px 'Open Sans';
 border-bottom: 0px;
 line-height: 36px;
 margin: 20px 0 10px 0;
 padding: ;
 color: #555 }
h2 {
 font: 700 26px 'Open Sans';
 border-bottom: 0px;
 line-height: 32px;
 margin: 20px 0 10px 0;
 padding: ;
 color: #555 }
h3 {
 font: 700 24px 'Open Sans';
 border-bottom: 0px;
 line-height: 30px;
 margin: 20px 0 10px 0;
 padding: ;
 color: #555 }
h4 {
 font: 700 1.8rem arial;
 border-bottom: 0px;
 line-height: 1;
 margin: 0px;
 padding: 10px 0 5px 0;
 color: #555;
	text-shadow: 1px 1px #FFF;	
}
h5 {
 color: #888;
 font: 150% Times New Roman;
	letter-spacing: normal;	
}
a {
	outline: none;	
	color:#1a3463;	
    text-decoration: none;
}
a:hover {
	outline: none;	
    color:#3B3B3B;
    text-decoration: underline;
}
ul li {
	list-style-type: circle;	
	  margin: 0 0 0 10px;	
    padding: 0 0 0 5px;
	line-height: 1.5em;	
}
ol {
	margin: 8px 0 22px 20px;	
}
ol li {
	margin: 0 0 11px 0;	
}
.left {
	float: left;	
	width: auto;	
	margin-right: 10px;	
}
.right {
	float: right;	
	width: auto;	
	margin-left: 10px;	
}
.center {
	display: block;	
	text-align: center;	
	margin: 20px auto;	
}
.red {
	color: red;	
}
.blue {
	color: blue;	
}
.bg-dark-grey {background-color:#e0e0e0;
}
.white
{color: white; }
.upper {
text-transform:uppercase;
}
.bold {font-weight:700;}
.pointer {cursor:pointer; }
#main, #logo, #super-nav, #site_content, #menu_container, footer {
	margin-left: auto;	
	margin-right: auto;	
}
#logo {
	width:85%;
	position: relative;	
	height: 120px;	
	background: url(../image/banner_nae_main.jpg) no-repeat bottom left;	
    z-index:1
}
#logo h1, #logo h2 {
	font: normal 200% arial, sans-serif;	
	border-bottom: 0;	
	text-transform: none;	
	margin: 0;	
}
#logo h1 {
	text-transform: uppercase;	
}
#logo h2 {
	font: normal 160% 'Poly', arial, sans-serif;	
}
#logo_text h1, #logo_text h1 a, #logo_text h1 a:hover {
	padding: 25px 0 0 10px;	
	color:#EFB770;	
	text-decoration: none;	
}
#logo_text h1 a .logo_colour {
 color: #EFB770;
	text-shadow: 0;	
}
#logo_text a:hover .logo_colour {
	color: #FFF;	
}
#logo_text h2 {
	margin: 35px 20px 10px 120px;	
	color: #ffffff;	
	text-shadow: #000000 1px;	
}
/*nav {
	border-top:1px solid #999999;	
    width: 100%;

background-color: #D9D9D9;
 
background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);
 
background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);

background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);

background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(1, #eeeeee));
 
background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);
 
background-image: linear-gradient(to top, #D9D9D9 0%, #eeeeee 100%);
}*/
#menu_container {
	width: 86%;
	position: relative;	
	height: 44px;	
	padding: 0 0 0 4px;	
		
background-color: #D9D9D9;

background-image: -ms-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);
 
background-image: -moz-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);
 
background-image: -o-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);

background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D9D9D9), color-stop(1, #eeeeee));

background-image: -webkit-linear-gradient(bottom, #D9D9D9 0%, #eeeeee 100%);
 
background-image: linear-gradient(to top, #D9D9D9 0%, #eeeeee 100%);
}
#site_content {
	width: 95%;
	margin: auto;	
	padding: 10px;	
	background: #ffffff;	
}
#sidebar_container {
	float: right;	
	width: 20%;
}
.sidebar {
	width: 90%;
	background: #fff;	
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px;	
	border: 1px solid #eee;	
	border-radius: 15px 15px 15px 15px;	
	-moz-border-radius: 15px 15px 15px 15px;	
	-webkit-border: 15px 15px 15px 15px;	
	padding: 10px 15px 15px 15px;	
	margin: 0 0 17px 0;	
    font-size: 12px;
}
.sidebar h4 {
	color: #555;	
    padding: 4px 0 4px 4px;
	margin: 0 0 10px 0;	
	background-color:#e8e8e8;	
	text-shadow: 0px 0px #eee; text-transform:uppercase;font-weight:700;	
}
.sidebar ul {
	width: 178px;	
	padding: 4px 0 0 0;	
	margin: 4px 0 10px 0;	
}
.sidebar li {
	list-style: none;	
	padding: 0 0 7px 0;	
}
.sidebar li a, .sidebar li a:hover {
	padding: 0 0 0 0px;	
	display: block;	
	color: #1a3463;	
}
.sidebar li a.selected {
	color: #1a3463;	
}
.sidebar ul li {
	list-style-type: none;	
	background: url(../image/arrow.png) no-repeat;	
	margin: 0 0 0 0;	
	padding: 0 0 4px 28px;	
	line-height: 1.5em;	
    }
.floatleft {
	float: right;	
	width: 25%;	
}
.floatleft2 {
	float: left;	
	width: 70%;	
}
#content_full {
	width: 100%;	
	padding: 10px;	
	float: left;	
}
footer {
	width: 100%;	
 font-family: arial;
 font-size: 12px;
	height: 80px;	
	padding: 25px 0 5px 0;	
 background: #dddddd;
 color: #55555;
  text-align: ;
}
footer p {
	line-height: 1.5em;	
	padding: 0 0 10px 0;	
}
footer a {
 color: #003366;
	text-decoration: none;	
}
footer a:hover {
 color: #55555;
	text-decoration: none;	
}
.clearfix {
	display: inline-block;	
}
.clearfix::after {
	content: '.'; 
	display: block;	
	clear: both;	
	visibility: hidden;	
	line-height: 0;	
	height: 0;	
}
.form_settings {
	margin: 15px 0 0 0;	
	padding: 0px 15px 2px 5px;	
}
.form_settings h2 {
 color: #003366;
 border-bottom: 0px;
padding: 15px 0 3px 0;
 clear: both;
}
.form_settings span.show {
	float: none;	
	width: auto;	
	padding: 0;	
	display: block;	
}
.form_settings span.hide {
	float: none;	
	width: auto;	
	padding: 0;	
	display: none;	
}
.form_settings input, .form_settings textarea {
	padding: 5px;	
	width: 200px;	
 font: 100% arial;
 border: 1px solid #999999;
 background: #ffffff;
 color: #333333;
	border-radius: 4px 4px 4px 4px;	
	-moz-border-radius: 4px 4px 4px 4px;	
	-webkit-border: 4px 4px 4px 4px;	
}
.form_settings_new input, .form_settings textarea {
	padding: 5px;	
	width: auto;	
 font: 12px arial;
 border: 1px solid #999999;
 background: #ffffff;
 color: #333333;
	border-radius: 4px 4px 4px 4px;	
	-moz-border-radius: 4px 4px 4px 4px;	
	-webkit-border: 4px 4px 4px 4px;	
}	
 .form_settings input.short, .form_settings select.short {
width:100px;
}
.form_settings .submit {
	display: inline-block;	
	zoom: 1;  
	*display: inline;	
	vertical-align: baseline;	
	margin: 0 2px;	
	outline: none;	
	cursor: pointer;	
	text-align: center;	
	text-decoration: none;	
	font: 14px/100% 'Open Sans';	
	padding: .5em 1em .55em;	
	text-shadow: 0 1px 1px rgba(0,0,0,.3);	
	-webkit-border-radius: .5em; 	
	-moz-border-radius: .5em;	
	border-radius: .5em;	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	box-shadow: 0 1px 2px rgba(0,0,0,.2);	
	width: 150px;	
	color: #ffffff;	
	border: #1a3463;	
	background: #1a3463;	
	background: -webkit-gradient(linear, left top, left bottom, from(#1a3463), to(#1a3463));	
	background: -moz-linear-gradient(top, #1a3463, #1a3463);	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3463', endColorstr='#1a3463'); }	
.form_settings textarea {
 font: 100% arial;
	width: 299px;	
	padding: 5px;	
    background-color: #ffffff;
}
.form_settings file {
 font: 100% arial;
	width: 400px;	
	padding: 5px;	
    background-color: #ffffff;
}
.form_settings select {
 font: 100% arial;
	width: 299px;	
	height: 30x;	
	padding: 5px;	
    background-color: #ffffff;
}
.form_settings .checkbox {
	margin: 4px 20px 4px 20px;	
	padding: 0;	
	width: 14px;	
	border: 0;	
	background: none;	
}
.form_settings .radio {
	margin: 0px 10px 4px 10px;	
	padding: 0px;	
	width: 14px;	
	border: 0;	
	background: none;	
}
.form_settings .red {
	float: none;	
	color: red;	
	width: auto;	
	padding: 2px;	
}
.form_settings .clearfix {
	display: inline-block;	
}
.form_settings .clearfix::after {
	content: '.';	
	display: block;	
	clear: both;	
	visibility: hidden;	
	line-height: 0;	
	height: 0;	
}
.form_settings select.shorter {
 font: 100% arial;
	width: auto;	
}
.form_settings input.shorter {
	width: 50px;	
}
.column-left {padding:5px;float:left;width:48%;}
.column-right {padding:5px;float:left;width:48%;}
.submit a {
 font: 100% arial;
	width: 99px;	
	border: 0;	
	width: 99px;	
	height: 33px;	
	padding: 2px 0 3px 0;	
	cursor: pointer;	
 background: #f0f0f0;
	border-radius: 7px 7px 7px 7px;	
	-moz-border-radius: 7px 7px 7px 7px;	
	-webkit-border: 7px 7px 7px 7px;	
}
.clear {
	clear: both	
}
.error, .red {
	color: red;	
}
.separator {
	width: 100%;	
	height: 0;	
	border-top: 1px solid #D9D5CF;	
	border-bottom: 1px solid #FFF;	
   margin: 5px 0 5px 0;
}
table a:link {
	color: #1a3463;	
	text-decoration:none;	
}
table a:visited {
	color: #1a3463;	
	text-decoration:none;	
}
table a:active,
table a:hover {
	color: #3B3B3B;	
	text-decoration:underline;	
}
table:not([name='admTable']) {
	font-family: 'Open Sans';	
	color: #404040;	
	font-size:15px;	
	text-shadow: 1px 1px 0px #fff;	
	background:#eaebec;	
	border: #ccc 1px solid;	
    margin: 0 0 10px 0;
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;	
	border-radius:3px;	
	-moz-box-shadow: 0 1px 2px #d1d1d1;	
	-webkit-box-shadow: 0 1px 2px #d1d1d1;	
	box-shadow: 0 1px 2px #d1d1d1;	
}
table:not([name='admTable']) th {
	padding:11px 15px 12px 0px;;
	border-top:1px solid #ccc;	
	border-bottom:1px solid #e0e0e0;	
    font-size:12px;font-weight:bold;
	background: #ededed;	
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#EBEBEB));	
	background: -moz-linear-gradient(top, #ededed, #EBEBEB);	
}
table:not([name='admTable']) th:first-child{
	text-align: left;	
	padding-left:20px;	
}
table:not([name='admTable']) tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;	
	-webkit-border-top-left-radius:3px;	
	border-top-left-radius:3px;	
}
table:not([name='admTable']) tr:first-child th:last-child{
	-moz-border-radius-topright:3px;	
	-webkit-border-top-right-radius:3px;	
	border-top-right-radius:3px;	
}
table:not([name='admTable']) tr{
	text-align: left;	
	padding-left:20px;	
}
table:not([name='admTable']) tr td:first-child{
	text-align: left;	
	padding-left:20px;	
	border-left: 0;	
}
table:not([name='admTable']) tr td {
	padding:10px;
	box-sizing: border-box;
    font-size:15px;
	border-top: 1px solid #e0e0e0;	
	border-bottom:1px solid #e0e0e0;	
	border-left: 1px solid #e0e0e0;	
	background: #fafafa;	
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));	
	background: -moz-linear-gradient(top, #fbfbfb, #fafafa); }	
table:not([name='admTable']) tr.even td{
	background: #f6f6f6;	
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));	
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);	
}
table:not([name='admTable']) tr:last-child td{
	border-bottom:0;	
}
table:not([name='admTable']) tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;	
	-webkit-border-bottom-left-radius:3px;	
	border-bottom-left-radius:3px;	
}
table:not([name='admTable']) tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;	
	-webkit-border-bottom-right-radius:3px;	
	border-bottom-right-radius:3px;	
}
table:not([name='admTable']) tr:hover td{
	background: #f2f2f2;	
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));	
	background: -moz-linear-gradient(top, #f2f2f2, #f0f0f0);	
}
.alt-rows-light tr {
 background-color: #f2f2f2;
}
.alt-rows-lighter tr {
 background-color: #fbfbfb;
}
dl {
	margin: 0;	
	padding: 4px 2px 4px 0;	
	clear: both;	
	overflow: hidden;	
}
dt {
	margin: 0;	
	padding: 0;	
	float: left;	
	width: 30%;	
	list-style-type: bullet;	
 color: #003366;
	line-height: 1.5em;	
}
dd {
	margin: 0;	
	padding: 0;	
	float: right;	
	width: 70%;	
	line-height: 1.5em;	
}
.module dt {
	width: 55%	
}
.module dd {
	width: 45%	
}
 
#contentTab a.prev_next {
 font-size: 90%;
 text-transform: uppercase;
 color: #F0F0F0;
 background-color: #3B3B3B;
	padding: 2px;	
	margin: 0 5px;	
	text-decoration: none;	
	font-weight: bold;	
	border-radius: 4px 4px 4px 4px;	
	-moz-border-radius: 4px 4px 4px 4px;	
	-webkit-border: 4px 4px 4px 4px;	
}
#contentTab h2, #contentTab h3, #contentTab h4, #contentTab p {
	margin: 0 0 5px 0;	
}
#contentTab h2.expand {
 background-image: url(../image/navigate-up16.png) !important;
	background-repeat: no-repeat;	
	background-position: 4px 50% !important;	
	cursor: pointer;	
	padding: 0 0 0 30px;	

	font-weight: normal;	
}
#contentTab h2.contract {
 background-image: url(../image/navigate-up16.png) !important;
	background-repeat: no-repeat;	
	background-position: 4px 50% !important;	
	cursor: pointer;	
	padding: 0 0 0 30px;	

	font-weight: normal;	
}

.popup {
	margin-top: 50px;	
	margin: 0 auto;	
	position: relative;	
	text-align: left;	
	width: 450px;	
	padding-left: 4px;	
	background-color: transparent;	
	padding-bottom: 20px;	
	border: 1px solid #000;	
}
#downloadUL { 
padding-left: 10px; 
} 
div#popup, #download {
	position: relative;	
	padding: 20px;	
	width: 600px;	
	overflow: hidden;	
 border: 2px solid #8fa186;
 background-color: #fff;
	text-align: left;	
}
div#popup .close, #download .close {
	float: right;	
	padding-right: 20px;	
	height: 30px;	
	text-decoration: underline;	
	cursor: pointer;	
}
#hintbox {
	position: absolute;	
	top: 0;	
 background-color: #FFFFBF;
	width: 204px; 
	padding: 3px;	
	border: 1px solid black;	
	line-height: 18px;	
	z-index: 100;	
	border-right: 3px solid black;	
	border-bottom: 3px solid black;	
	visibility: hidden;	
}
.hintanchor {
	margin: 3px 8px;	
}
.collapsible a.collapsed {
	margin: 2px;	
	display: block;	
	width: 24px;	
	height: 24px;	
 background: url(../image/tablesorter_expand.png) no-repeat;
	outline: 0;	
}
.collapsible a.expanded {
	margin: 2px;	
	display: block;	
	width: 24px;	
	height: 24px;	
 background: url(../image/tablesorter_expand.png) no-repeat;
	outline: 0;	
}

#basic-modal-content {
	display: none;	
}
#basic-modal-commentbox {
	display: none;	
}
#basic-modal-categories {
	display: none;	
}
#basic-modal-instructions {
	display: none;	
}
#basicModalContent table {
	padding: 1px;	
	border-collapse: collapse;	
	width: 450px;	
}
#basicModalContent td.reserved-label {
	padding: .3em .5em;	
	text-align: right;	
	font-size: 12px;	
 color: #404040;
	width: 50%;	
}
#basicModalContent td.reserved-field {
	padding: .3em .5em;	
	text-align: left;	
	font-size: 12px;	
 color: #404040;
	width: 50%;	
}

.bg {background-color:#FFFFFF; 
	border-bottom:1px solid #999999;}	
.container {
 width: 100%;
 background-color: lightgrey;
}
.noborder
{ border:none;}
#wrap{
 margin: 100px auto;
 width: 250px;}
.leftcolumn { float:left;margin:20px 0 20px 0;}
.rightcolumn {float:right;margin:20px 0 20px 0;} 

.feature {
    background-color: white;
    color: black;
}
.tab-pane {
    background: #ffffff;
    box-shadow: 0 0 0px rgba(0,0,0,.2);
    border-radius: 0;
    padding: 10px;
}
ul li {
    margin: 0px;
    padding: 0px;
}
.sp10 {
    height: 10px;
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
}
.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}
.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}
.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}


.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
   color: #777;
    background-color: #ddd;
    border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}
  
  

.btn-primary {
  color: #fff;
  background-color: #1a3463;
  border-color: #1a3463;
}
.btn-primary:focus,
.btn-primary.focus {
color: #fff;
background-color: #1a3463;
border-color: #1a3463;
}
.btn-primary:hover {
color: #fff;
background-color: #1a3463;
border-color: #1a3463;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
color: #fff;
background-color:  #1a3463;
border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
color: #fff;
background-color: #1a3463;
border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
background-color: #1a3463;
border-color: #2e6da4;
}
/*.navbar {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}*/
ul#navbar li a:hover {
background: #eeeeee;
color: #999999;
text-decoration: none;
}
@media only screen and (min-width:768px){
/*ul.nav li.dropdown:hover .dropdown-menu {
display: block;
}*/
}
ul.nav .dropdown-menu>li>a { 
padding:10px 20px; 
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
color: #fff;
text-align: center;
background-color: #1a3463;
border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #1a3463;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #1a3463;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 1;
}
#rqJumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom:0px;
}
.navbar-default {
	font: 14px arial;	
  background-color: #D9D9D9;
  border-color: #D9D9D9;
    text-transform:uppercase;
    padding:;
  color: #333333;
}
.navbar-default .navbar-nav > li > a {
  color: #333333;
}
.navbar-default .navbar-nav > li > a:hover{
  color: #999999;
 text-decoration: none;
}
.navbar-default .navbar-nav > li.dropdown .dropdown-menu {
  background-color: #D9D9D9 ;
  color: #333333 important! ;
}
.dropdown-menu > li[name='menuBar'] > a {
	font: 14px arial;	
    text-transform:uppercase;
   color: #333333;
}
.menu-bar__color {
  color: #333333 !important;
}


.with-nav-tabs.panel-default .nav-tabs > li > a, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #212529;
background-color: #F4F4F4;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a, .with-nav-tabs.panel-default .nav-tabs > .open > a:hover, .with-nav-tabs.panel-default .nav-tabs > .open > a:focus, .with-nav-tabs.panel-default .nav-tabs > li > a:hover, .with-nav-tabs.panel-default .nav-tabs > li > a:focus {
color: #212529;
background-color: #DBDBDB;
border-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a, .with-nav-tabs.panel-default .nav-tabs > li.active > a:hover, .with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
color: #212529;
background-color: #fff;
border-color: #C7C8C9;
border-bottom-color: transparent;
}