.atalhos {
    text-decoration: none !important;
}

#logomarca {
    width: 400px;
    height: 400px;
    margin: auto;
    display: block;
    position: relative;
}

#quadroInfoMob {
    background-color: #36b9cc;
    color: #fff !important;
}

#quadroInfoMob .text-xs {
    border: 2px solid #fff;
    padding: 3px;
    text-align: center;
    border-radius: 5px;
    font-size: 0.8rem !important;
}

#quadroInfoMob a {
    margin-left: 10px;
    margin-right: 10px;
}

.quadroMobile, .icon-home {
    display: none !important;
}

#quadroDessktop {
    text-align: left;
}

#quadroDesktop td a {
    text-align: center !important;
}

.table-responsive {
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

#dadosCadastrais label {
   color: blue !important;
}

.sidebar-brand-icon {
    padding: 7px !important;
    background-color: #fff !important;
    border-radius: 40px !important;
}

.mensagem{
    display:inline-block;
    width: 47%;
    padding: 5px;
    border-radius: 5px;
    font-size: 9pt;
    margin: 0 !important;
}

a.add-item{
    display: none;
}

.info{
    font-size: 8pt;
    margin-bottom: 5px;
}

.fa-envelope:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.operador{
    background-color: #cfcfcf;
}
.cliente{
    background-color: #e6e6e6;
}

/* subir arquivos */
#arquivo:focus {
    box-shadow: 0 0 0 0;
    border: 0 none;
    outline: 0;
}
#arquivo {
    border: none;
    width: 60%;
}

/* QR Codes tela de login */
.appQr {
    display: block;
    position: relative;
    margin: auto;
}

.logoLoja {
    width: 60%;
}

.qrcode {
    width: 50%;
}

.divQr {
    display: inline-block;
    max-width: 49%;
}

#divQrMax {
    width: 80% !important;
    margin: auto;
}

@media all and (max-width: 1745px) {
    #arquivo {
        width: 65%;
    }
}

@media all and (max-width: 1570px) {
    #arquivo {
        width: 75%;
    }
}

@media all and (max-width: 1450px) {
    #arquivo {
        width: 90%;
    }
}

@media all and (max-width: 1200px) {
    #arquivo {
        width: 100%;
    }
}

@media all and (max-width: 991px) {
    #logomarca {
        width: 150px;
        height: 150px;
        display: block;
        position: relative;
        margin: auto;
    }

    .p-5 {
        padding-top: 0.2rem !important;
    }

    .table-responsive {
        overflow-x: auto !important;
    }

    #arquivo {
        width: 60%;
    }

    .divQr {
        /*max-width: 80%;*/
    }

    #divQrMax {
        width: 100% !important;
    }

    .qrcode {
        width: 90%;
    }

    .logoLoja {
        width: 100%;
    }
}

@media all and (max-width: 840px) {
    #arquivo {
        width: 75%;
    }
    .appQr {
        display: block;
        margin: auto;
    }
}

@media all and (max-width: 767px) {
    .quadroMobile {
        display: inline-block !important;
        margin-bottom: 0.2rem !important;
    }

    #quadroDesktop {
        display: none;
    }

    .icon-home {
        display: inline-block !important;
        text-align: center;
        margin-bottom: 1.5rem!important;
    }

    .icon-home #quadroInfoMob a i.fa {
        color: #fff;
    }

    .icon-home {
        margin-bottom: 1.5rem!important;
    }
}

@media all and (max-width: 767px) {
    .downloadDoc {
        /*display: none;*/
    }
    #arquivo {
        width: 85%;
    }
}

@media all and (max-width: 500px) {
    .container-fluid {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
    #arquivo {
        width: 100%;
    }
}

@media all and (max-width: 470px) {

    .container {
        height: 500px;
    }

    .p-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .my-5 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

@media all and (max-width: 420px) {

}