
.login-wrapper {
    background: url("/images/Login_BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: top;
}

header .header__logo {
    background: url("/images/logo.png") no-repeat center center / 100%;
    height: 62px;
    width:141px;
}

header, header .header__secondary {
    background-color: #fdfdfd;
}

header .header__day_names .day-names-label {
    color: #1c3379;
}

header .header__day_names .name-list {
    color: #1c3379;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #1c3379;
}

.menu__btn span {
    background-color: #1c3379;
}

header .header__profile-wrapper .profile:after {
    background: url(/images/arrow_point_to_right.svg) no-repeat center center/10px 10px;
}

header .header__secondary .bookmark {
    background: url(/images/bookmark-outline_dark.svg) no-repeat center center;
}

header .header__secondary .notification {
    background: url(/images/notification_dark.svg) no-repeat center center;
}

.tile {
    background-color: #1c3379;
}

.white-tile {
    background-color: #fff;
}

.btn-primary, .btn-type-1 {
    background-color: #1c3379  !important;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #2d499f !important;
}

.dashboard {
    background-color: #e5f5fc;
}

.menu {
    background-color: #e5f5fc;
}

.menu__item-inner:hover .title {
    color: #003778;
}

.menu [data-submenu-item]:checked + .menu__item-inner {
    background-color: #ccecfa;
}

.menu__item-inner.active {
    background-color: #ccecfa;
    border-radius: 5px;
}


.type-selector div.active {
    background-color: #003778;
}

.view-switcher div.active {
    background-color: #003778;
}

button.invertedButtonColors {
    background-color: #003778;
}

.add-new-shift {
    border-top: 5px solid #003778;
}

.icon-color {
    fill: #003778;
}

.btn-dropdown {
    color: #003778;
    border: 1px solid #003778;
}

.form-header {
    background-color: #003778;
}

.table-caption > .hide-table.active {
    background: #003778!important;
}

header .header__secondary .notification .notification-quantity {
    background-color: #fffb5c;
}