/* Move down content because we have a fixed navbar that is 50px tall */


body 
	{
  
	padding-top: 50px;
  
	padding-bottom: 20px;

	}
	
#navigation .navbar-header {
    overflow: hidden;
    white-space: nowrap;
}
	
.navbar-inverse {
    background-color: #00305d;
    border-color: #080808;
}

.navbar-inverse .navbar-brand 
{
	color: #fff;
}

#navigation .navbar-brand {
    padding: 12px 12px 12px 20px !important;
}

#navigation .navbar-brand-container {
    display: inline-block;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
}

#navigation .navbar-brand-container {
    white-space: nowrap;
}

#navigation .navbar-header {
    white-space: nowrap;
}

#navigation #navbar-spinner {
    float: left;
    margin-top: 15px;
    width: 35px;
}



/*from TeamRenderSite */

.navbar-fixed-top {
	position: fixed;
}

.nav .filter {
	width: 95%;
}

.nav .btn-clear {
    right: 10px;
}

#navigation #navbar-spinner {
	width: 35px;
	margin-top: 15px;
	float: left;
}

#navigation .navbar .nav > li {
	z-index: 9999999;
}

#navigation .navbar {
	margin-bottom: 0px !important;
}

#navigation .navbar-header {
	white-space: nowrap;
	overflow: hidden;
}

#navigation .navbar-brand-container {
	display: inline-block;
	height: 45px;
	overflow: hidden;
	white-space: nowrap;
}

#navigation .navbar-brand {
	padding: 12px !important;
	padding-left: 20px !important;
}

#navigation .navbar-brand img {
	padding: 0px;
	margin-right: 10px;
}

#navigation .navbar-toggle {
	color: #CCCCCC;
	background-color: #222222;
}

#navigation #navbar-toggle button {
	margin-right: 20px;
}