.last-submenu {
    right: 0
}

.section-orders-new,
.section-login {
    background-image: url("../images/bg-main.jpg");
    background-size:cover;
}

@media only screen and (min-height: 720px) {
    .section-login,
    .section-orders {
        min-height: 560px;
    }
}

.table-container {
    margin-top: 0px;
    margin-bottom: 50px
}

.user-info {
    line-height: 3em;
    color: #505050;
    padding: 0 15px;
    text-align: left;
}

@media only screen and (max-width: 991px) {
    nav.nav-wrapper {
        height: auto;
    }
}

#main-menu-mobile .submenu .user-info {
    padding: 0 30px;
}

#header .header.container-fluid {
    margin-top: 0
}

body {
    max-width: 1920px;
    margin: 0 auto;
}

.modal {
    max-height: none;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}