.navbar-static-top.navbar-inverse{

/*background-color: rgb(0, 57, 90)!important;*/
background-color: white !important;

}

.navbar-static-top.navbar {
    min-height: 127px;  /* 67px */
}

.navbar-right li a{
    color: rgb(0, 57, 90) !important;
}

.navbar-right li a:hover{
    color: rgb(177, 149, 58) !important;
}

.navbar-right li.dropdown.open a, .navbar-right li.dropdown.open span, .navbar-right ul.dropdown-menu{
    color: rgb(177, 149, 58) !important;
    background-color: white !important;
    /* background-color: rgb(0, 57, 90) !important; */
}

.section-landing{
    background: none;
}

body{
    font-family: "Arial", "Times New Roman" !important;
}

.alert-info{
    background-color: rgb(156, 197, 202) !important;
}

.alert-warning{
    background-color: rgb(156, 197, 202) !important;
}

.btn-primary{
    background-color: rgb(59, 110, 143) !important;
    border-color: rgb(59, 110, 143) !important;
}

.btn-primary:hover, .btn-primary:active{
    background-color: rgb(0, 57, 90) !important;
    border-color: rgb(0, 57, 90) !important;
}

.btn-default{
    border-color: rgb(59, 110, 143) !important;
    color: rgb(59, 110, 143) !important;
}

.nav-tabs li a, th a {
    color: rgb(59, 110, 143) !important;
}

#gethelp, .section_knowledge{
    display: none;
}

#navbar .dropdown-menu {
    margin-top: 1px !important;
}

.jumbotron{
    padding: 10px !important;
}

.alert-warning{
    border-color: transparent !important;
}

div.message.success{
    background-color: #dff0d8 !important;
}

li .dropdown.open a{
    background-color: transparent !important;
}

.grid-actions a.btn.action, .submit-btn{
    min-width: 145px !important;
}

.list-group-item.active{
    background-color: rgb(59, 110, 143) !important;
    border-color: rgb(59, 110, 143) !important;
}

.unsubscribe-alumni:hover{
    color: rgb(59, 110, 143) !important;
}

.breadcrumb {
    display:none !important;
}