/*  -------------------- START HEADER STYLES  ------------------------------ */

.headerbar {
	height: auto;
	background-color: #fff;
	border-radius: 0;
	border: 0;
	margin-bottom: 0;
	z-index:1002;
	position: relative;
}

.headerlogo-ulssi img {
	margin: 7px auto;
}
.headerlogo-techub img {
    margin: 0 auto 10px;
}
.headerlogo-techub-login{
	position: absolute;
    left: calc(48% - 59px);
	top: 16px;
}
.headerlogo-techub-login img{
	width:195px;
}

ul.toplinks {
	position: absolute;
	z-index: 1001;
	margin-top: 5px;
	padding: 0;
	color: #fff;
	display: inline-block;
}

li.toplinks-label {
	display: inline-block;
	padding: 5px 10px;
	border-right: 1px solid #999;
	margin-left: -3px;
}

li.toplinks-label:first-child, li.toplinks-label:first-child:hover {
	background-color: transparent;
}

li.toplinks-label:last-child {
	margin-right: -10px;
	border-right: 0;	
}

/*li.toplinks-label:hover {
	background-color: #eeeeee;
}

li.toplinks-label a, li.toplinks-label a:visited {
	color: #000;
}

li.toplinks-label a:hover {
	color: #666;
	text-decoration: none;	
}*/

li.toplinks-label .logout img:last-child {
	display: none;
}

li.toplinks-label .logout:hover img:first-child {
	display: none;
}

li.toplinks-label .logout:hover img:last-child {
	display: inline-block;
}

.navbar-collapse {
	border-top: 0 !important;	
}

.navbar {
	position: relative;
	min-height: 35px !important;
	height: 35px !important;
	margin-bottom: 0px;
	border: 0px solid transparent !important;
	background-color: #119bdc;
	border-radius: 0;
	z-index: 1000;
}

.mainnav {
	text-align: center;
	margin-top: 0 !important;
}
	
li.mainnav-label {
	text-transform: uppercase;
	margin: auto;
	background-color: #119bdc;
}

li.mainnav-label.active {
	background-color: #ebac77;
}

li.mainnav-label a, li.mainnav-label a:visited, li.mainnav-label.active a {
	color: #fff;
	padding: 8px 10px 7px;	
}

li.mainnav-label a:hover, li.mainnav-label a:focus {
	color: #f7941d;
	text-decoration: none;
	background-color: transparent !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default {
	background-color: #119bdc;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover, 
.nav > li > a:focus, .nav > li > a:hover  {
    background-color: transparent;
	border-color: transparent;
	transition:0.3s linear all;
}

/*.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #999 !important;
    border-radius: 0px;
}

.navbar-toggle .icon-bar {
    background-color: #999;
}*/

.mainnav-label .dropdown-menu {
	font-size: 1em !important;
	/* background-color: #013f6f; */
	border-radius: 0px;
	border: 0;
	text-align: left;
}

.mainnav-label .active .dropdown-menu {
    background-color: #119bdc;
}

.dropdown-menu > li {
	border-bottom: 1px solid #295b96;
}

.dropdown-menu > li:last-child {
	border-bottom: none;
}

.dropdown-menu > li >a {
	display:block;
	padding: 8px 10px 7px;
	clear:both;
	font-weight:400;
	line-height:1.42857143;
	color:#fff;
	white-space:nowrap;
}

.dropdown-menu > li > a:focus,.dropdown-menu > li > a:hover {
	color: orange;
	text-decoration: none;
	background-color: transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	color: #fff;
	text-decoration: none;
	background-color:
	#337ab7;
	outline: 0
}
.top-help{
	position: absolute;
    top: 17px;
    right: 15px;
}
.top-help a{
    display: block;
    background-color: #119bdd;
    padding: 5px 12px;
    color: #fff;
    font-weight: bolder;
    font-size: 16px;
    border-radius: 150px;
}
@media (min-width: 768px) {
	.headerbar {
		height: 65px;
	}
	.headerlogo-ulssi img {
		margin-top: 7px;
		margin-left: 0px;
	}
	.headerlogo-techub img {
		position: absolute;
		left: calc(50% - 59px);
		top: 15px;
	}
	ul.toplinks {
		position: absolute;
		top: 17px;
		right: 15px;
		margin-top: 0;
		color: #666;
	}
	.mainnav {
		height: 35px;
		margin-left: -15px;
	}
	.dropdown-menu {
		text-align:left;
	}
}
@media (max-width:768px){
	.mainnav-label .dropdown-menu {
		text-align: center;
	}
	.mainnav-label.dropdown.active .dropdown-menu > li a:hover{
		color:#f7941d;
		transition:linear all 0.3s;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 15px;
	}
}

@media (max-width: 767px) {
	.headerlogo-techub-login{
		display: block;
		position: relative;
		left: inherit;
		margin: 0px auto 10px;
		top: inherit;
	}
	.headerlogo-techub-login img{
		margin: 0px auto;
		display: block;
		width:200px;
	}
}

@media (min-width: 1100px) {
	
}

/*  -------------------- END HEADER STYLES  ------------------------------ */


/*  -------------------- START FOOTER STYLES  ------------------------------ */

html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: auto;
  background-color: #e5effc;
  z-index:99;
}

.footer .row {
  padding-top: 10px !important;
}

.footerprivacy {
	font-size: .8em;
	text-align: center;	
}

.footerlogo {
	margin: 20px auto 10px;
	text-align: center;
}

.footerlogo img {
	margin: 0 5px;
}

@media (min-width: 991px) {
	body {
  		margin-bottom: 60px;
	}
	.footer {
	  	height: 60px;
	}
	.footerprivacy {
		font-size: .8em;
		text-align: left;	
	}
	.footerlogo {
		float: right;
		margin: auto;
	}
}
/*  -------------------- END FOOTER STYLES  ------------------------------ */