body {
    font-family: 'Roboto', sans-serif !important;
}

.logo-login {
    /* background: #FFF;
    border-radius: 30px; */
    display: inline-block;
    /* padding: 30px; */
    max-width: 150px;
}

.logo-login img {
    width: 100%;
}

#paginacao .page-item.active a {
    cursor: default;
}

.navbar-brand-img {
    width: 120px;
    margin: 25px;
    max-height: 90px !important;
}

.imagem-display-editar {
    height: 300px;
    margin: 0 auto;
}

.grupo-qtd-produto {
    display: flex;
    margin-bottom: 5px;
}

.campos-qtd-produto {
    width: 48%;
    margin-right: 1%;
}

.clearfix {
    clear: both;
}

.note-editable b {
    font-weight: bold;
}

@media screen and (min-width: 1280px) {
    .table-responsive {
        overflow: visible;
    }
    .table-responsive table {
        max-width: 100%;
    }
}

.com-card-body {
    border-radius: 7px;
}

.dash-card.multiple > .items > .dash-item {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
}

.dash-card.multiple > .items > .dash-item:first-child {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-top: 15px;
}

.dash-card.multiple > .items > .dash-item:last-child {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}