
/*
  qrCode section.
*/

.qrGenerator {
    max-width: 30%;
    border-right: none;
    width: 100%;
    margin-left: 0;
}

.col-qr {
    display: flex;
}

.qrGenerator .mobileLink {
    display: inline;
    margin-left: 0;
}

.qrGenerator ul.mobileIconUl {
    /* display: inline;
     padding: 4%;*/
}

.qrGenerator li.appsLink{
    display: inline;
}
.qrGenerator ul.mobileIconUl .appsLink .mobileIconButton {
    width: 36%;
}

ul > li > input.QrGeneratorBtn{
    margin-top: 10px;
    margin-bottom: 14px;
}

.qrCodeSecondsInfo{
    font-size: 14px;
    color: #949494;
    font-weight: bold;
    margin-left: 30px;
    display: none;

}

.unregisterMobileDeviceBtn > svg {
    width: 30px;
}

.unregisterMobileDeviceBtn{
    cursor: pointer;
    margin: 0
}

.unregisterMobileDeviceBtn:hover {
    background: #dcdcdc4d;
    border-radius: 4px;
    width: 73%;
}

.qrCodeSeconds {
    font-size: 16px;
    color: #096b09;
    font-weight: bold;
    margin-left: 30px;
    margin-top: 14px;
}

.liQrGeneratorBox{
    width: 70%;
}



.qrGenerator > .sectionBody {
    padding-top:5px;
}

.tableQrCode .columnHeader.devicesTable{
    font-size: 16px;
    color: #a0a0a0;
    border-top: 1px solid #dddddd;
    margin-top: 51px;
    padding-top: 20px;
}

.tableQrCode table.box th.subheaders {
    background: transparent;
    font-weight: bold;
    font-size: 16px;
}

.devicesTableView table.box{
    border-right: none;
    border-left: none;
    margin-top: 14px;
    width: 95%;
}

.qrGeneratorBox{
    margin-left: 0;
    position: relative;
    width: 75%;
    border: 2px;
    border-style: dashed;
    height: 200px;
    text-align: center;
    line-height: 175px;
}


.qrGenerator > .sectionTitle{
    color: #333333;
    font-size: 18px;
    font-weight: 400;
}

.tableQrCode {
    width: 70%;
}
