﻿.qrcode-text-btn {
    display: inline-block;
    height: 1em;
    width: 1em;
    background: url("/Content/assets/images/qr-icon.svg") 50% 50% no-repeat;
    cursor: pointer;
}

    .qrcode-text-btn > input[type=file] {
        position: absolute;
        overflow: hidden;
        width: 1px;
        height: 1px;
        opacity: 0;
    }

.qrcode-text {
    padding-right: 1.7em;
    margin-right: 0;
    vertical-align: middle;
    height: 30px;
    padding-left:6px;
}

    .qrcode-text + .qrcode-text-btn {
        width: 1.7em;
        margin-left: -2.0em;
        vertical-align: middle;
        height: 18px;
        margin-top: 5px;
        background-color: chartreuse;
    }
