body {
    display: none;
    overflow: hidden;
}

#sidebar-nav {
    padding-top: 10px;
}

#menu {
    background-color: #f7f7f7 !important;
    border-right: 1px solid #dae3e9 !important;
    border-top: 1px solid #dae3e9 !important;
    border-bottom: 1px solid #dae3e9 !important;
    overflow: auto;
    width: 220px;
}

.padding20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.result_container {
    display: inline;
}

.store_section {
    padding-left: 20px; margin-top: 10px;
    display: none;
}

.brand_img {
    height: 28px;
}

img.avatar_large {
    max-width: 100px;
    max-height: 100px;
}

.icon-plus {
    font-size: 13px;
}

.icon-shopping-cart {
    font-size: 23px;
}

.click {
    cursor: pointer;
}

.order_article_icon {
    color: black !important;
    margin-top: 0;
    text-decoration: unset !important;
    white-space: nowrap;
    position: relative;
}

/* Order table */
.progress_bar {
    width: 70px;
    border: 1px solid #dddddd;
    position: relative;
}

.bar {
    height: 15px;
    background-color: rgb(129, 189, 130);
}

.percent {
    position: absolute;
    left: 35%;
}

.footer_shadow {
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 5px);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .15) 5px);
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15) 5px);
    background-repeat: repeat no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 5px;
    z-index: 999;
    position: absolute;
    top: -5px;
    width: 100%;
    left: 0px;
}

.footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #f7f7f7;
}

.footer_content {
    padding: 4px;
}

.pagination .selected {
    font-size: larger;
}

.disable_row {
    opacity: 0.6;
    background-color: rgba(0,0,0,0.05);
    pointer-events: none;
}

.disable_button {
    opacity: 0.6;
    pointer-events: none;
}

.padding_bottom {
    padding-bottom: 10px;
}

.new_order_info {
    padding-top: 20px;
    border-top: 2px solid #dddddd;
}

#input_comments {
    height: 106px;
}
