.login-view {
    display: none !important;
}

.app-layout {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.dashboard-view .app-layout {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.header-bar {
    background-color: #21B19D !important;
    position: absolute !important;
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    right: 0 !important;
    width:auto !important;
    padding-left: 14px;
    border-radius: 3px 0 0 3px;
}
.header-bar .left-bar {
    display: none !important;
}
.header-bar .right-bar {
    display: block !important;
    position: static !important;
}

.header-bar .user-bubble-menu {
    display: none !important;
}
.header-bar .user-button {
    display: none !important;
}
.reports-application .deliver-now-button {
    display: none !important;
}
