
#header {
	background-image: none;
	background: #3c3e77;
	height:60px;
}
#header #logo {
    margin-top:5px;
    margin-bottom:5px;
	background: url(logo.png) no-repeat;
    background-size: auto 50px;
    height:50px;   
}

@media (min-width: 991px) {
#header #logo {
    margin-top:5px;
    margin-bottom:5px;
	background: url(logo.png) no-repeat;
    background-size: auto 50px;
}
}
#title {
	background-image: none;
	background: #3b4290;
    border-top:none;
}
#title h1 {
	color: #fff;
}
#title h1 small {
	color: #0f91c0;
}

.btn-header {
	background-color: #3b4290;
	background-image: -webkit-linear-gradient(top, #3b4290 0%, #444570 100%);
	background-image: linear-gradient(to bottom, #3b4290 0%, #444570 100%);
	height:60px !important;
	line-height:50px !important;
}
.btn-header:hover, .btn-header:active, .btn-group.open .btn-header {
	background-color: #3b4290;
	background-image: -webkit-linear-gradient(top, #3b4290 0%, #444570 100%);
	background-image: linear-gradient(to bottom, #3b4290 0%, #444570 100%);
	background-position:0 0 !important;
}

.btn-group.open .btn-header {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.35) !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    background: #3c3e77;
    color: #fff;
}