.qr-code img {
    width: 30%;
}

.select2-container .select2-selection--single {
    height: 50px !important;
}

input[type="search"] {
    /* -webkit-appearance: none !important;
    background-clip: padding-box;
    background-color: white;
    vertical-align: middle;
    border-radius: 0.25rem;
    border: 1px solid #e0e0e5;
    font-size: 1rem;
    width: 100%;
    line-height: 2;
    padding: 0.375rem 1.25rem;
    -webkit-transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    transition: border-color 0.2s;*/
}

/* input[type="search"]:focus {
        transition: all 0.5s;
        box-shadow: 0 0 40px #f9d442b9;
        border-color: #f9d342;
        outline: none;
    }*/
label {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    margin-bottom: 0;
    width: 83%;
}

input.search-field {
    /* margin-bottom: 0;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    align-self: center;
    height: 51px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;*/
}

input.search-submit {
    height: 51px;
    margin: 0;
    padding: 1rem 1.3rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    font-family: "Font Awesome 5 Free";
    font-size: 1rem;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.button {
    display: inline-block;
    font-weight: 600;
    font-size: 0.8rem;
    line-height: 1.15;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    background: #f9d342;
    color: #292826;
    border: 1px solid transparent;
    vertical-align: middle;
    text-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    .button:hover,
    .button:active,
    .button:focus {
        cursor: pointer;
        background: #d4b743;
        color: #292826;
        outline: 0;
    }

.dropdown {
    box-shadow: 1px 1px 0px #e6e9ed;
    border: 1px solid rgba(0, 0, 0, 0.155);
}

    .dropdown .result {
        width: 100%;
        padding: 4px;
        background-color: #f5f7fa;
        border-left: 1px solid #e6e9ed;
        border-right: 1px solid #e6e9ed;
        cursor: pointer;
        border: 1px solid transparent;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /*background: url(//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif) 50% 50% no-repeat rgba(56, 65, 74, .15);*/
    opacity: 1;
}

.spinner {
    left: 50%;
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    border-radius: 4px;
    background: red;
    display: block;
    margin: 14% -2% auto;
    position: absolute;
    color: #FFF;
    transform: translateY(30px);
    box-sizing: border-box;
    animation: animloader 2s ease infinite;
}

    .spinner::after,
    .spinner::before {
        content: '';
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        box-shadow: 0 30px, 0 -30px;
        border-radius: 4px;
        background: red;
        color: #FFF;
        position: absolute;
        left: 30px;
        top: 0;
        animation: animloader 2s 0.2s ease infinite;
    }

    .spinner::before {
        animation-delay: 0.4s;
        left: 60px;
    }

@keyframes animloader {
    0% {
        top: 0;
        color: red;
    }

    50% {
        top: 30px;
        color: rgba(255, 255, 255, 0.2);
    }

    100% {
        top: 0;
        color: red;
    }
}

.invoice-table .select2-container {
    min-width: 180px;
}

.td-product-price input {
    min-width: 70px;
}
.amount input {
    min-width: 70px;
}
