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

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

.tbarcodeinputreader_container
{
    position: relative;
}

.tbarcodeinputreader_reader
{
    margin: auto;
    width: 100%;
    height: calc(100% - 100px);
}

span.tbarcodeinputreader.input-group-addon
{
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 1px 1px 0px;
    width: 24px;
    height: 30px;
    text-align: center;
    border-radius: 0px;
    display: flex;
    position: relative;
    cursor: pointer;
}

div.tbarcodeinputreader
{
    display: table;
}

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

.tbarcodeinputreader
{
    display: table-cell;
}

.tbarcodeinputreader i
{
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 4px;
}