@font-face {
    font-family: 'Raleway Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway-Light.woff2') format('woff2'),
         url('../fonts/Raleway-Light.woff') format('woff');
}

@font-face {
    font-family: 'Raleway Medium';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway-Medium.woff2') format('woff2'),
         url('../fonts/Raleway-Light.woff') format('woff');
}

@font-face {
    font-family: 'Raleway Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway-Regular.woff2') format('woff2'),
         url('../fonts/Raleway-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Raleway Semibold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway-Semibold.woff2') format('woff2'),
         url('../fonts/Raleway-Semibold.woff') format('woff');
}

@font-face {
    font-family: 'Raleway Thin';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Raleway-Thin.woff2') format('woff2'),
         url('../fonts/Raleway-Thin.woff') format('woff');
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
         local('MaterialIcons-Regular'),
         url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

body {
    font-family: 'Raleway Regular';
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    overscroll-behavior: none;
}

main {
    flex: 1 0 auto;
    margin-top: 25px;
}

.navbar-fixed nav {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.footer-fixed footer {
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}

.btn-bottom {
    margin-bottom: 45px;
}

.btn-bottom-full {
    margin-bottom: 110px;
}

td.truncate {
    display: table-cell;
}

footer {
    ul {
        &.justify {
            text-align: center;
            display: table;
            overflow: hidden;
            margin: 0 auto;
            li {
                margin-left:auto;
                margin-right:auto;
                width: 138px; /*3i*/
                /*
                width: 100px; --4i
                width: 82px; --5i
                */
            }
        }
    }
}

footer.inventur {
    ul {
        &.justify {
            text-align: center;
            display: table;
            overflow: hidden;
            margin: 0 auto;
            li {
                margin-left:auto;
                margin-right:auto;
                width: 138px;
            }
        }
    }
}

footer.bestellung {
    ul {
        &.justify {
            text-align: center;
            display: table;
            overflow: hidden;
            margin: 0 auto;
            li {
                margin-left:auto;
                margin-right:auto;
                width: 138px;
            }
        }
    }
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        position: absolute;
        color: #fff;
        display: inline-block;
        font-size: 2.1rem;
        padding: 0;
    }
}

tr.row-item {
    border-bottom: none;
}
tr.row-item td {
    padding-bottom: 0px;
}
tr.row-description td {
    padding-top: 0px;
}

nav .brand-logo.simple {
    left: 5rem;
    color: #424d51;
}

nav .brand-logo.simple-basic {
    left: 1rem;
    color: #424d51;
}

td a {
    display: block;
    color: #424d51;
    text-decoration: none;
}

.top-pd {
    padding-top: 50px;
}

.top-half-pd {
    padding-top: 25px;
}

.tab-wrapper {
    border: solid 1px #eeeef0;
    border-radius: 4px;
}

.tabs {
    height: 40px;
}

.tabs .tab {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    background-color: #eeeef0;
}
.tabs .tab a {
    color: #424d51;
}

.tabs .tab a:hover {
    background-color: #eee;
    color: #f89820;
}

.tabs .tab a.active, .tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #ffffff;
    color: #f89820;
}

.tabs .indicator {
    background-color: #f89820;
}

.collection .collection-item.avatar {
    min-height: 64px;
}

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

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.tabs-icon {
    font-size: 10px;
    overflow: hidden;
}
.tabs-icon i {
    display: block;
    margin-top: 2px;
    margin-bottom: -15px;
    font-size: 24px;
}
.tabs-icon a.active {
    background-color: #F3F3F3;
}

.tabs .tab {
    min-width: 50px !important
}

.tabs .tab-hide {
    display: none;
}

.no-pd {
    padding: 0 !important
}

.no-md {
    margin: 0 !important
}

.page-footer {
    border: 0px;
    padding: 25px;
    color: #424d51;
}

.btn-floating.halfway-fab.halfway-fab-2 {
    right: 80px;
}

.icon-block {
    padding: 0 15px;
}
.icon-block .material-icons {
    font-size: inherit;
}
.modal {
    overflow-y: visible;
}
.modal.loader {
    width: max-content;
    max-height: max-content;
    transform: translateY(100%) scaleX(1) !important;
}
.modal.loader > .modal-content {
    padding-right: 100px;
}
.modal.loader span.left-align {
    padding-left: 10px;
}
.modal.loader > .modal-content > .row {
    margin-bottom: 0px;
}
@media only screen and (max-width: 600px) {
    .modal.loader > .modal-content {
        padding: 24px;
    }
}

@media only screen and (max-width: 991px) {
    nav .brand-logo.simple {
        left: 3rem;
        color: #424d51;
        font-size: 1.2rem;
    }
    nav .brand-logo.simple-basic {
        left: 1rem;
        color: #424d51;
        font-size: 1.2rem;
    }
}

.raleway-light {
    font-family: 'Raleway Light';
    font-weight: 100;
    font-size: 18px;
    color: #424d51;
}

.raleway-medium {
    font-family: 'Raleway Medium';
    font-weight: 300;
    font-size: 18px;
    color: #424d51;
}

.raleway-semibold {
    font-family: 'Raleway Semibold';
    font-weight: 300;
}

.handelsfaktor-text {
    color: #424d51 !important;
}

.handelsfaktor-orange {
    color: #f89820;
}

.handelsfaktor-bg-orange {
    background-color: #f89820;
    color: #fff;
}

h5.raleway-light {
    font-size: 1.64rem;
    font-weight: 100;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0.75rem;
}

.handelsfaktor-disabled {
    opacity: .3;
}

.btn-block {
    width: 100%;
}

.footer-scan {
    padding-top: 10px;
}

a.menge {
    font-family: 'Raleway Semibold';
    font-weight: 300;
    font-size: 20px;

}

b.gesamt-menge {
    font-family: 'Raleway Semibold';
    font-weight: 300;
}

div.inline {
    display: inline-flex;
}

div.inline a.menge:first-child {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
}
div.inline a.menge:last-child {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 0px;
}

.fixed-action-btn.floating-header {
    right: 8px;
    top: 8px;
    padding-top: 0px;
}

#toast-container {
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
}

nav .sidenav-trigger {
  margin: 0 4px;
}
