.login-wrapper {
    background: url("/images/Kellprojektas_BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


header .header__logo {
    width: 146px;
    height: 40px;
    background: url(/images/New_Logo.png) no-repeat center center/100% 100%;
}

header {
    background-color: #fff;
}

header .header__secondary {
    background-color: #fff;
}

header .header__day_names .day-names-label {
    color: #4a4a4a;
}

header .header__day_names .name-lis {
    color: #4a4a4a;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #4a4a4a;
}

.menu__btn span {
    background-color: #4a4a4a;
}


header .header__day_names .name-list {
    color: #4a4a4a;
}

.tile {
    background-color: #484848;
    color: #fdfdfd;
}

.white-tile {
    background-color: #fff;
    color: #484848;
}

.btn-primary, .btn-type-1 {
    border-color: #484848 !important;
    background-color: #484848 !important;
}

.btn-primary:hover {
    background-color: #484848 !important;
}

.type-selector div.active {
    background-color: #484848 !important;
}

.view-switcher div.active {
    background-color: #484848 !important;
}

.add-new-shift {
    border-top: 5px solid #484848 !important;
}

header .header__secondary .notification .notification-quantity{
    background-color: #484848;
    color: #fff;
}