﻿body {
    color: #333;
    font-family: Lato,sans-serif;
    font-size: 0.875em;
}

img:after {
    content: "";
}

.qr-header { }

.qr-header .container { }

.qr-header .navbar-brand { }

.qr-footer {
    background-color: #ffc107;
}

.section-banner .default-banner,
.section-banner .process-banner {
    background: linear-gradient(#2d8eff, #58a5ff);
    margin-left: -15px;
    margin-right: -15px;
}

.qr-link-default {
    background-color: #faca14;
}

.qr-link-white {
    background-color: #fff;
}

.qr-link-default,
.qr-link-white {
    border-radius: 6px;
    box-shadow: 0 0 0 0.05em #000;
    color: #000;
    font-weight: 600;
    padding-left: 18px!important;
    padding-right: 18px!important;
    text-align: center;
}

.qr-link-default:hover,
.qr-link-white:hover {
    color: #000;
}

.qr-link-default .icon,
.qr-link-white .icon {
    font-size: 22px;
}

.qr-link-default .text,
.qr-link-white .text {
    padding-left: 8px
}

.qr-page-header div {
    background: #fff;
    color: #333;
    display: block;
    height: 40px;
}

.qr-bc div {
    background: #fff;
    color: #333;
    display: block;
    float: left;
    height: 40px;
    padding-right: 10px;
    position: relative;
    text-decoration: none;
}

.qr-bc div:not(:last-of-type) {
    margin-right: 31px;
}

.qr-bc div:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: -25px;
    border: 20px solid transparent;
    border-color: #fff;
    border-left-color: transparent;
}

.qr-bc div:not(:last-child):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: -40px;
    border: 20px solid transparent;
    border-left-color: #fff;
}

.qr-bc div:first-of-type {
    padding-left: 20px;
}

.qr-bc div:first-of-type:before {
    display: none;
}

.qr-bg-yellow,
.qr-page-header div.active,
.qr-bc div.active {
    background-color: #ffc107;
}

.qr-bc div.active:after {
    border-left-color: #ffc107;
}

.qr-bc div.active:before {
    border: 20px solid transparent;
    border-color: #ffc107;
    border-left-color: transparent;
}

.qr-bc div.completed {
    background-color: #6c757d;
    color: #fff;
}

.qr-bc div.completed:after {
    border-left-color: #6c757d;
}

.qr-bc div.completed:before {
    border: 20px solid transparent;
    border-color: #6c757d;
    border-left-color: transparent;
}

.capture-btn::-webkit-file-upload-button {
    visibility: hidden;
}

.capture-btn {
    cursor: pointer;
}

.vertical-center {
    vertical-align: middle;
    top: 50%;
    position: inherit;
}

.add-product-lnk,
.edit-storage-lnk {
    cursor: pointer;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
}

.k-grid .k-hierarchy-col,
.k-grid .k-hierarchy-cell {
    display: none;
}

.k-grid-header .k-hierarchy-cell+th {
    border-left-width: 0;
}

.storage-details .k-icon {
    margin: auto 0 auto 0;
}

.storage-details .k-i-expand,
.storage-details .k-i-collapse {
    font-size: 20px;
}

@media (max-width: 575px) {
    .hide-xs {
        display: none;
    }
    
    .k-grid .k-hierarchy-col {
        display: table-column;
    }
    
    .k-grid .k-hierarchy-cell {
        display: table-cell;
    }

    .k-grid-header .k-hierarchy-cell+th {
        border-left-width: 1px;
    }
}

@media (min-width: 576px) {
    .show-xs {
        display: none;
    }

    .qr-header > .container,
    .qr-footer > .container {
        padding: 0;
    }

}

@media (min-width: 768px) {
    .qr-header { }
}
