body {

}

.navbar, .bg-dark {
    background-color: #0B1B2B !important;
    padding-left:15px !important;
}

.nav-link, .nav-link:hover, .nav-link:focus, .nav-link.show {
    color:#fff !important;
}

.container-fluid {
    padding-top:10px;
}

.vector-logo {
    height:40px;
    margin-bottom:0px;
    width:150px;
}

.title {
    padding:12px 8px 8px 8px;
    margin-bottom: 20px;
}

.title h1 {
    font-size: 1.6rem;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.small-column {
    max-width: 180px;
    overflow-wrap: break-word;
    inline-size: 180px;
}

.statuses .alert {
    padding: .5rem 1rem;
}

.dropdown-menu {
    color:#fff;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}