.tcustomqrcodereader-cameras
{
    text-align: center;
    padding: 15px;
}

.tcustomqrcodereader-cameras input[type=radio]
{
    margin: 0px 15px;
}

.tcustomqrcodereader_container
{
    position: relative;
}

.tcustomqrcodereader_reader
{
    height: calc(100% - 100px);
}

.tcustomqrcodereader_reader video
{
    margin: auto;
    width: 100% !important;
    height: 100%;
}

span.tcustomqrcodereader.input-group-addon
{
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    width: 24px;
    text-align: center;
    display: flex;
    position: relative;
    cursor: pointer;
    border-left:0;
    padding-left: 5px;
}

div.tcustomqrcodereader
{
    display: table;
}

div.tcustomqrcodereader .tfield
{
    display: table-cell;
    border-right: 0;
    border-radius: 3px 0 0 3px;
}

.tcustomqrcodereader
{
    display: table-cell;
}

.tcustomqrcodereader i
{
    position: absolute;
    width: 14px;
    height: 14px;
    padding-top: 6px;
    left: 4px;
}
