/* Include this stylesheet along with ScanWrapper.js */

.txt-scan-title {
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    background: #000a;
    margin: 0;
    text-align: center;
    z-index: 1;
    color: white;
    padding: 10px;
}

.btn-exit-scanner {
    color: white;
    background: #333a;
    padding: 10px;
    z-index: 1;
    position: fixed;
    bottom: 0;
    right: 0;
}

/* hide the default close button - I don't like it*/
.dbrScanner-btn-close, .dbr-msg-poweredby, .dce-btn-close {
    display: none;
}

.dbrScanner-video {
    background: #777;
}

select.dbrScanner-sel-camera,
select.dce-sel-camera {
    display: none !important;
    top: 40px !important;
    width: 55%;
}

select.dbrScanner-sel-resolution,
select.dce-sel-resolution {
    display: none !important;
    top: 40px !important;
    width: 45%;
    left: 55% !important;
}

/* just in case this isn't already here */
.hide{
    display: none;
}
