body:not(.auth) header, body:not(.auth) main, body:not(.auth) footer {
    padding-left: 300px;
}

body.auth #nav-mobile {
    display: none;
}

.sidenav .user-view {
    padding: 16px 32px;
}

@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0 !important;
    }
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.avatar-circle {
    background-color: #90a4ae;
    border: 1px solid #607d8b;
}

.user-view-bg {
    width: 100%;
}

.nav-title-fix {
    margin-bottom: 0 !important;
}

.nav-title-fix h4 {
    margin: -3px !important;
}

.nav-company-name {
    padding: 0 5px;
    border-radius: 3px;
}

.handle-avatar {
    object-fit: cover;
    object-position: center;
    opacity: 0;
}

.handle-avatar-loaded {
    transition: opacity 1s;
    opacity: 1;
}

.auth-wallpaper {
    background-image: url('https://cdn.invoku.net/defaults/wallpaper.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.auth-section-full {
    width: 100%;
}

.small-footer {
    padding-top: 0;
}

.row-clickable {
    cursor: pointer;
}

.note-preview {
    margin-left: 50px;
    width: 150px;
}

.row-col-fill {
    width: 99%;
}

.modal-dropdown-fix {
    overflow: visible;
}

.link-block {
    display: block;
}

.screenshot {
    width: 200px;
    height: 200px;
    opacity: 0;
    transition: opacity 1s;
}

.screenshot.show {
    opacity: 1;
}

.view-screenshot {
    cursor: pointer;
}

#screenshot-view {
    max-width: 100%;
    opacity: 0;
    transition: opacity 1s;
}

#screenshot-view.show {
    opacity: 1;
}