







/*  header style */

#navbar-div {
	background-color: #4F4F4F;
	border-color: #4F4F4F;
	-webkit-box-shadow: 1px 1px 1px #666666;
    -moz-box-shadow:    1px 1px 1px #666666;
    box-shadow:         1px 1px 1px #666666;
}

.btn-auth-custom, .btn-auth-custom:focus {
  margin-top:5px;
  background: rgba(0,0,0,0);
  color: #FFFFFF;
  padding-top:4px;
  padding-bottom:4px;
  padding-left:7px;
  padding-right:7px;
  margin-left:10px;
  transition: opacity 0s;
  -moz-transition: opacity 0s;
  -webkit-transition: opacity 0s;
}
.custom-icon-bar
{
  background-color: #FFFFFF !important;
}
.custom-navbar-toggle
{
  border-color: #FFFFFF !important;
}
.mobile-navbar-link {
  color: #FFFFFF !important;
  text-decoration:none;
  font-size: 14px;
  font-weight:normal;
 }

.navbar-custom-hover, .btn-custom-dropdown:focus  {
	background-color: #00AFFC !important;
	color: #FFFFFF !important;
}

a:visited, a:link, .portal-link {
	text-decoration: none;
	color: #00AFFC;
	font-weight:bold;
} 

a:hover, a:active {
	text-decoration: underline;
}

.brand-logo{
    height:61px;
}