﻿fieldset {
    border: 2px solid #a9a9a9;
    border-radius: 10px;
}

    fieldset .box {
        background: transparent;
        border-top: none;
        box-shadow: none;
    }

    fieldset input {
        border-radius: 5px !important;
    }

    fieldset .box a {
        background: #d9534f;
        color: #fff;
        padding: 5px 15px;
        border-radius: 5px;
        border-color: #d43f3a;
    }

        fieldset .box a:hover {
            background: #953835;
        }

legend {
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    padding: 3px 6px;
    margin: auto;
    border-radius: 10px;
    width: 75%;
    background-color: #a9a9a9;
    color: #fff;
}

#prod-info .table > tbody > tr > td {
    border-top: 0;
}

#qr-canvas {
    margin: auto;
    width: 100%;
    /*width: calc(100% - 20px);
      max-width: 400px;*/
}

#btn-scan-qr {
    cursor: pointer;
}

/*#btn-scan-qr img {
      height: 10em;
      padding: 15px;
      margin: 15px;
      background: white;
    }*/

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: white;
}

.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}
.line-content {
    margin-bottom: 10px;
    /*border-bottom: 1px solid #ccc;*/
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: left;
}
.b-content {
    color: #003187;
    vertical-align: top;
}

.form-group .selection {
    text-align: left !important;
}

.box-message {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    transition: all .3s ease-out;
    background: #ffffff;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0;
}

    .box-message label {
        text-transform: uppercase;
        width: 100%;
        font-size: 1.5em;
        color: transparent;
        margin-top: 10px;
    }
    .box-message a {
        height: 0.6vh;
        cursor: pointer;
        width: 66px;
        background: #920000;
        position: absolute;
        top: 0;
        border-radius: 5px;
        margin: 3px 0;
    }

    .success-color {
        color: #002da2 !important;
    }

.warning-color {
    color: #bc7400 !important;
}

.fail-color{
    color: red !important;
}

