﻿main div.container {
    margin-top: 80px;
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.k-grid .btn {
    color: white;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.k-dialog .k-dialog-buttongroup {
    padding: 15px;
}

.product, .add-selected-to-cart {
    margin-bottom: 15px;
}

    .product .k-numeric-wrap input {
        padding: .5rem 1rem !important;
        height: 3rem !important;
    }

    .product .increment-quantity,
    .product .decrement-quantity,
    .product .remove-from-cart {
        padding: .5rem 1rem !important;
    }

#products .product .k-widget.k-numerictextbox {
    text-align: right;
    width: calc(100% - 47px);
    height: auto;
}

.customer-blocked {
    background: #dc3545 !important;
}

.customer-blocked-legend {
    float: right;
    margin-bottom: 0;
    margin-top: 7px;
}

.customer-blocked-legend>span {
    background: #dc3545;
    display: inline-block;
    width: 24px;
}

#loader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.3);
    text-align: center;
    color: white;
    z-index: 1030;
    display: none;
}

#loader .fa {
    line-height: 100vh;
}

.k-window-titlebar {
    width: auto;
}

.k-window-actions {
    margin-top: 0.5rem;
    margin-right: 0.5rem;
}