.container .text-muted {
  margin: 20px 0;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
code {
  font-size: 80%;
}
.navbar-header {
    height: 55px !important; 
}
.navbar-brand {
    margin-top: -8px;
    width:200px;
    margin-bottom: auto;
    
}

.navbar-default .amg-menu-icon {
    margin-top:-3px;
}

button.focus, button:focus, li:focus {
    outline: 0;
    box-shadow: none!important;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover { 
    outline: 0;
}

.progress-bar-amg {
    background-color: #AA1118 !important;
}


/*
.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #0099cc;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #33a6cc;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}*/