/* colors*/
/* sizes */
/* bootstrap specifications */
body {
    /* 60px to make the container go all the way to the bottom of the topbar */

}

.nav {
    font-weight: bold;
}

.active > a {
    background-color: #4FAA41 !important;
}

.dropdown-menu li > a {
    padding: 3px 5px !important;
}

.caret {
    border-top-color: #999999 !important;
    border-bottom-color: #999999 !important;
}

/* utilities */
.inline {
    display: inline;
}

.inlineChildren > * {
    display: inline;
}

span.collapsedCaret {
    display: block;
    height: 0px;
    width: 0px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 7px solid #4ebeff;
}

span.expandedCaret {
    display: block;
    height: 0px;
    width: 0px;
    border-right: 0px solid transparent;
    border-left: 7px solid #4ebeff;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
}

#breadcrumbWrapper {
    border-radius: 0px;
    margin: 0px;
    padding: 0px 66px;
    border-bottom: 1px solid darkgray;
}

.breadcrumb > li {
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

.breadcrumb > li + li:before {
    padding: 0px 5px;
    color: #555;
    content: "/\00a0";
}

.navbar-content {
    margin-left: 25px;
    margin-right: 0px;
    min-width: 1180px;
    border: none;
}

.navbar .brand {
    margin-right: -5px;
}

.nav-link {
    padding: 15px !important;
}

.navbar {
    background-color: #000;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dropdown-menu li {
    padding: 5px 20px;
}

.dropdown-menu li.active {
    background-color: #4FAA41;
}

.dropdown-menu li.active > a {
    color: #fff !important;
    background-color: transparent !important;
}

.dropdown-menu li:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

.dropdown-menu li:hover > a {
    color: #000 !important;
}

.dropdown-menu a {
    color: #000 !important;
    font-weight: normal !important;
    text-decoration: none;
    white-space: nowrap;
}

.breadcrumb {
    background-color: transparent !important;
}

#header {
    position: sticky;
    z-index: 10;
}
