.login-wrapper {
    background: url("/images/P365_BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
}

header .header__logo {
    background: url("/images/RIX_Logo_update.png") no-repeat center center / 95%;
    height: 60px;
}

header, header .header__secondary {
    background-color: #073E36 ;
}

.tile {
    background-color: #073E36  ;
}

.white-tile {
    background-color: #fff;
}

.btn-primary, .btn-type-1 {
    background-color: #073E36  !important;;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #25554E !important;;
}

.dashboard {
    background-color: #E6EDED;
}

.menu {
    background-color: #E6EDED;
}

.menu__item-inner:hover .title {
    color: #25554E;
}

.menu [data-submenu-item]:checked + .menu__item-inner {
    background-color: #b6dcdc;
}

.type-selector div.active {
    background-color: #073E36;
}

.view-switcher div.active {
    background-color: #073E36;
}

button.invertedButtonColors {
    background-color: #073E36;
}

.add-new-shift {
    border-top: 5px solid #073E36;
}

.icon-color {
    fill: #073E36;
}

.btn-dropdown {
    color: #073E36;
    border: 1px solid #073E36;
}

.form-header {
    background-color: #073E36;
}

.table-caption > .hide-table.active {
    background: #073E36!important;
}