/* Css for navbar.html */
.scrollable-menu {
    height: auto;
    max-height: 600px;
    overflow-x: hidden;
    margin-right: 25px;
}

.navbar .row {
	display: flex;
	justify-content: space-between;
}

.p-0 {
    padding: 0 !important;
}

#search-type, form#search-form .form-group {
    max-width: 100%;
}

.navbar-default .navbar-nav a {
    color: #999999;
}

.navbar-default .navbar-nav a:hover,
.navbar-default .navbar-nav a:focus {
    color: #333333;
    background-color: transparent;
    border-bottom: none;
}

.align-center {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}