.login-wrapper {
    background: url("/images/Login_BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


header .header__logo {
    background: url("/images/Carlsberg-logo.png") no-repeat center center / 100%;
    height: 60px;
}

header, header .header__secondary {
    background-color: #006939 ;
}

.tile {
    background-color: #006939  ;
}

.white-tile {
    background-color: #fff;
}

.btn-primary, .btn-type-1 {
    background-color: #006939  !important;;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #007e44 !important;;
}

.dashboard {
    background-color: #f5f9eb;
}

.menu {
    background-color: #f5f9eb;
}

.menu__item-inner.active {
    background-color: #e5f0cd;
    border-radius: 5px;
}

.menu__item-inner:hover .title {
    color: #25554E;
}

.menu [data-submenu-item]:checked + .menu__item-inner {
    background-color: #ebf3d7;
}

.type-selector div.active {
    background-color: #006939;
}

.view-switcher div.active {
    background-color: #006939;
}

button.invertedButtonColors {
    background-color: #006939;
}

.add-new-shift {
    border-top: 5px solid #006939;
}

.icon-color {
    stroke: #006939!important;
}

.btn-dropdown {
    color: #006939;
    border: 1px solid #006939;
}

.form-header {
    background-color: #073E36;
}

.table-caption > .hide-table.active {
    background: #073E36!important;
}

a {
    color: #216900;
    text-decoration: none;
    background-color: transparent;
}

.menu__sub-item.active > a {
    color: #071800;
    text-decoration:underline;
}