﻿.bg-vermelho {
    background-color: #C90015;
}

.centraliza-h {
    display: flex;
    justify-content: center;
    align-items: center;
}

.centraliza-v {
    display: flex;
    align-items: center;
}

.centraliza-container {
    position: absolute;
    top: 30%;
    left: 30%;
    transform: translate(-20%, -20%);
    -ms-transform: translate(-20%, -20%); /* IE 9 */
    -webkit-transform: translate(-20%, -20%); /* Chrome, Safari, Opera */
}

.centraliza-comunicado {
    margin-right: 10%;
    margin-left: 10%;
}

.container-fluid-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.box-titulo {
    width: 100%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.fs-titulo {
    font-size: 1.7rem;
}

.fs-subtitulo {
    font-size: 1.125rem;
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw) !important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw) !important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw) !important
}

.fs-5 {
    font-size: 1.25rem !important
}

.fs-6 {
    font-size: 1rem !important
}

.fs-7 {
    font-size: 0.8rem !important;
}

@media (min-width:1200px) {
    .fs-1 {
        font-size: 2.5rem !important
    }

    .fs-2 {
        font-size: 2rem !important
    }

    .fs-3 {
        font-size: 1.75rem !important
    }

    .fs-4 {
        font-size: 1.5rem !important
    }
}

.line-h-1 {
    line-height: 1rem;
}

.line-h-2 {
    line-height: 2rem;
}

.row-reverse {
    flex-direction: row-reverse;
}

.pm-0 {
    padding: 0 !important;
    margin: 0 !important;
}

.br-1 {
    border-radius: 10px;
}

.br-2 {
    border-radius: 20px;
}


.br-3 {
    border-radius: 30px;
}

.br-50 {
    border-radius: 50%;
}

@media (max-width: 576px) {
    .pm-sm-0 {
        padding: 0 !important;
        margin: 0 !important;
    }
}

.titulo-vermelho {
    color: #C90015 !important;
    font-weight: bold !important;
}

.text-red {
    color: #C90015;
}

.text-green {
    color: #01AC29;
}

.text-align-right {
    text-align-last: end;
    float: right;
}

@media (min-width: 767.98px) {

    .text-align-md-right {
        text-align-last: end;
        float: right;
    }
}

@media (min-width: 767.98px) {

    .w-md-100 {
        width: 100% !important;
    }
}

.text-align-left {
    text-align-last: start;
    float: left;
}

.bottom-align-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 767.98px) {

    .bottom-align-md-text {
        position: absolute;
        bottom: 0;
        right: 0;
    }
}

.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-no-padding-right [class*="col-"] {
    padding-right: 0 !important;
}

@media (min-width: 767.98px) {
    .row-no-padding-md-right [class*="col-"] {
        padding-right: 0 !important;
    }
}

.row-no-padding-left [class*="col-"] {
    padding-left: 0 !important;
}
/*BOTÃO*/
.btn-cer {
    border-radius: 20px 20px;
    border: 1px solid;
}

.btn-branco {
    color: #C90015 !important;
    border-color: #c80015;
}

    .btn-branco:not(:disabled):not(.disabled):active, .btn-branco:not(:disabled):not(.disabled).active,
    .show > .btn-branco.dropdown-toggle {
        color: #fff;
        background-color: #C90015;
        border-color: #c80015;
    }

        .btn-branco:not(:disabled):not(.disabled):active:focus, .btn-branco:not(:disabled):not(.disabled).active:focus,
        .show > .btn-branco.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

    .btn-branco:hover {
        color: #fff !important;
        background-color: #c82333;
        border-color: #C90015;
    }

    .btn-branco:focus, .btn-branco.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-branco.disabled, .btn-branco:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

.btn-branco2 {
    color: #C90015 !important;
    border-color: #c80015;
}

    .btn-branco2:not(:disabled):not(.disabled):active, .btn-branco2:not(:disabled):not(.disabled).active,
    .show > .btn-branco2.dropdown-toggle {
        color: #fff;
        background-color: #C90015;
        border-color: #c80015;
    }

        .btn-branco2:not(:disabled):not(.disabled):active:focus, .btn-branco2:not(:disabled):not(.disabled).active:focus,
        .show > .btn-branco2.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

    .btn-branco2:hover {
        color: #fff !important;
        background-color: #c82333;
        border-color: #C90015;
    }

    .btn-branco2:focus, .btn-branco2.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-branco2.disabled, .btn-branco2:disabled {
        color: #D1D1D1 !important;
        background-color: #fff;
        border-color: #D1D1D1;
    }

.btn-vermelho {
    color: #fff;
    border-color: #fff;
}

    .btn-vermelho:not(:disabled):not(.disabled):active, .btn-vermelho:not(:disabled):not(.disabled).active,
    .show > .btn-vermelho.dropdown-toggle {
        color: #fff;
        background-color: #b20013;
        border-color: #bfbfbf;
    }

        .btn-vermelho:not(:disabled):not(.disabled):active:focus, .btn-vermelho:not(:disabled):not(.disabled).active:focus,
        .show > .btn-vermelho.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

    .btn-vermelho:hover {
        color: #C90015;
        background-color: #fff;
        border-color: #bfbfbf;
    }

    .btn-vermelho:focus, .btn-vermelho.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-vermelho.disabled, .btn-vermelho:disabled {
        color: #fff;
        background-color: #b20013;
        border-color: #bfbfbf;
    }

.btn-vermelho2 {
    color: #fff;
    background-color: #C90015;
    border-color: #C90015;
}

    .btn-vermelho2:hover {
        color: #fff;
        background-color: #850015;
        border-color: #850015;
    }

.btn-vermelho-inverso {
    color: #fff;
    background-color: #C90015;
    border-color: #fff;
}

    .btn-vermelho-inverso:hover {
        color: #C90015;
        background-color: #fff;
        border-color: #C90015;
    }

.btn-vermelho-noborder {
    color: #C90015;
}

    .btn-vermelho-noborder:hover {
        color: #C90015;
        font-weight: bold;
    }

.btn-input {
    color: #3c3c3c !important;
    border-color: #3c3c3c;
    border-radius: 5px 5px;
    border: 1px solid;
}

    .btn-input:not(:disabled):not(.disabled):active, .btn-input:not(:disabled):not(.disabled).active,
    .show > .btn-input.dropdown-toggle {
        color: #fff;
        background-color: #3c3c3c;
        border-color: #3c3c3c;
    }

        .btn-input:not(:disabled):not(.disabled):active:focus, .btn-input:not(:disabled):not(.disabled).active:focus,
        .show > .btn-input.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

    .btn-input:hover {
        color: #fff !important;
        background-color: #3c3c3c;
        border-color: #3c3c3c;
    }

    .btn-input:focus, .btn-input.focus {
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-input.disabled, .btn-input:disabled {
        color: #D1D1D1 !important;
        background-color: #fff;
        border-color: #D1D1D1;
    }

.btn-lupa-input {
    border-color: #dee2e6 !important;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.border-right-radius {
    border-color: #dee2e6 !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

/*MENU*/
.container-login {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 5px 10px #0000001A;
    border-radius: 20px;
    opacity: 1;
}

    .container-login .col-md-4 {
        border-radius: 20px 0px 0px 20px;
    }

.btn-login:hover {
    color: white;
    background-color: #c90015;
    border-color: #ffc107;
}

.btn-login {
    border-radius: 25px 25px;
    color: #c90015;
    background-color: white;
    border-color: #c90015;
}

a.btn.btn-login.btn-outline-danger {
    width: 100%;
}

.container-login .container-input-login {
    padding: 3rem;
}

@media (max-width: 767.98px) {
    .container-login .container-input-login {
        padding: 3rem;
    }

    .container-login .col-md-4 {
        border-radius: 20px 20px 0px 0px;
    }
}

.input-login {
    border: none;
    border-bottom: 1px solid #bfbfbf;
    padding: 5px 10px;
    text-align: center;
    outline: none;
}

    .input-login[placeholder]:focus::-webkit-input-placeholder {
        opacity: 1;
        text-align: center;
        border: none;
    }

    .input-login:focus::placeholder {
        color: transparent;
    }

.hiddenradio [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    /* IMAGE STYLES */
    .hiddenradio [type=radio] + img {
        cursor: pointer;
    }

    /* CHECKED STYLES */
    .hiddenradio [type=radio]:checked + img {
        outline: 2px solid #f00;
    }

.cc-selector input {
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.visa {
    background-image: url(/content/imagens/logo/GrupoAlmeidaLogo.png);
}

.mastercard {
    background-image: url(/content/imagens/logo/GrupoAlmeidaLogo.png);
}

.cc-selector input:active + .drinkcard-cc {
    opacity: .9;
}

.cc-selector input:checked + .drinkcard-cc {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}

.drinkcard-cc {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100px;
    height: 70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
    -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
    filter: brightness(1.8) grayscale(1) opacity(.7);
}

    .drinkcard-cc:hover {
        -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
        -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
        filter: brightness(1.2) grayscale(.5) opacity(.9);
    }
/*BODY*/

#page-main {
    width: 97%;
    position: relative !important;
    padding-bottom: 1rem;
}

@media (max-width: 768px) {
    #page-main {
        position: inherit;
        min-height: 100vh;
        width: 100%;
    }
}
/*TOPO*/
@media (min-width: 769px) {
    .logotopo {
        width: 200px;
        content: url(../content/imagens/logo/grupo-almeida.svg)
    }
}


@media (max-width: 768px) {
    .logotopo {
        width: 80px;
        content: url(../content/imagens/logo/A-.svg)
    }
}

.logo {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
    opacity: 0.5;
    margin-right: 20px;
    width: 110px
}

    .logo[alt=Temax] {
        width: 75px;
    }


    .logo:hover {
        -webkit-filter: grayscale(0);
        filter: none;
        opacity: 1;
    }

.navbar-light .navbar-toggler-icon {
    background-image: url(../content/imagens/shared/menu.svg) !important;
    width: 3rem;
    height: 3rem;
}

/*Modal menu*/
.modal-fullscreen-xl {
    padding: 0 !important;
}

    .modal-fullscreen-xl .modal-dialog {
        width: 100%;
        max-width: none;
        height: 100%;
        margin: 0;
    }

    .modal-fullscreen-xl .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-xl .modal-body {
        overflow-y: auto;
    }

.modal-fullscreen-md {
    padding: 0 !important;
}

    .modal-fullscreen-md .modal-dialog {
        width: 80%;
        max-width: none;
        height: 80%;
        margin: 0;
    }

    .modal-fullscreen-md .modal-content {
        height: 80%;
        border: 0;
        border-radius: 0;
    }

    .modal-fullscreen-md .modal-body {
        overflow-y: auto;
    }

.btn-open-modal {
    margin-bottom: 0.5em;
}

@media(min-width:984px) {
    .bg-modal {
        background: url(../content/imagens/shared/layer-hexagonal-svg.svg);
        background-size: 105%;
        background-repeat: no-repeat;
    }

    .bg-index {
        background: linear-gradient(rgba(238, 238, 238, 0.95), rgba(238,238,238,0.95)),url(../content/imagens/shared/layer-hexagonal-svg.svg);
        background-size: 110%;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

.bg-color-modal {
    background-color: rgba(138, 0, 14, 0.95);
}

.text-gray {
    color: gray;
}

.modal-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-menu-principal {
    text-align: center;
}

    .modal-menu-principal li {
        font-size: 60px;
        margin-bottom: 2rem;
        line-height: 1;
    }

    .modal-menu-principal a {
        color: #fff;
        font-weight: 100;
    }

        .modal-menu-principal a:hover {
            text-decoration: none;
            font-weight: 400;
        }

@media(max-width:767px) {
    .modal-menu {
        flex-direction: column;
    }

    .modal-submenu {
        text-align: left;
    }

    .modal-menu-principal {
        text-align: left;
        padding-left: 1rem;
    }
}

.modal-submenu {
    text-align: center;
    display: none;
    margin-left: 1rem;
    margin-right: 10%;
}

    .modal-submenu li {
        font-size: 30px;
        margin-bottom: 2rem;
        line-height: 1;
    }

    .modal-submenu a {
        color: #fff;
        font-weight: 100;
    }

        .modal-submenu a:hover {
            text-decoration: none;
        }

@media(max-width:768px) {
    .modal-menu-principal li {
        font-size: 30px;
    }

    .modal-submenu {
        margin-right: 0;
    }
}

.botao-fechar {
    color: rgba(255,255,255,1);
    opacity: 1 !important;
    font-weight: 100;
    font-size: 5rem;
    margin-top: 10px;
    margin-right: 15px;
}

    .botao-fechar:hover {
        color: #fff;
    }

.botao-fechar-cinza {
    color: #707070;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 4rem;
    margin-top: -25px;
    margin-right: -10px;
}

    .botao-fechar-cinza:hover {
        color: #707070;
    }

.botao-voltar {
    display: none;
    color: #fff;
    font-size: 5rem;
    font-weight: 100;
    line-height: 1;
    background-color: transparent;
    border: 0;
    margin-top: 10px;
    margin-right: 15px;
}

.font-submenu li {
    font-size: 30px;
}


/*HOME CLIENTE*/

@media (max-width: 575px) {
    .dl-horizontal dt {
        float: left;
        width: min-content;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 100px;
    }
}

.m-h50 {
    max-height: 50%;
}

.min-h85 {
    min-height: 85vh;
}

.min-h65 {
    min-height: 65vh;
}

@media (min-height: 769px) {
    .w-md-70 {
        width: 70% !important;
    }
}

.div-tabela-home {
    padding: .75rem;
    max-height: 50%;
}

.div-tabela-home {
    overflow: auto;
    height: 38.3vh;
}

    .div-tabela-home::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .div-tabela-home::-webkit-scrollbar-thumb {
        background: #D4D4D4;
        border-radius: 10px;
    }

@media (max-width: 1366px) {
    .div-tabela-home {
        height: 36.2vh;
    }
}

.div-tabela-home td, .div-tabela-home th, .div-tabela-home table {
    border: none !important;
}

.titulo-tabela-home {
    text-align: center;
    padding-top: .75rem;
}

.div-tabela-home td {
    word-break: break-all;
}

.div-tabela-home .bootstrap-table .fixed-table-container .fixed-table-body {
    overflow: inherit;
}

/*Contatos*/
.img-contato {
    height: 5rem;
}

.border-ca {
    border: 1px solid #B1B1B1;
    width: 20rem;
    height: 20rem;
}

/*Logos*/
.a-almeida {
    background-image: url(../content/imagens/logo/A-.svg);
}

.guadi-logo {
    background-image: url(../content/imagens/logo/gaudi-porcelanato.svg);
}

.gyotoku-logo {
    background-image: url(../content/imagens/logo/gyotoku2.svg);
}

.temax-logo {
    background-image: url(../content/imagens/logo/temax.svg);
}

/*Tabelas*/

.tabela-index thead {
    color: #C90015;
    font-size: 16px;
}

.tabela-index tbody {
    color: #707070;
    font-size: 13px;
}

    .tabela-index tbody td, .tabela-index thead th {
        padding: 1rem;
        vertical-align: middle !important;
    }

        .tabela-index tbody td:last-child {
            text-align: center;
        }

.tabela-index.table-bordered {
    border: none !important;
}

.font-cinza {
    color: #707070;
}


.tabela-pedidos thead {
    color: #212529;
    font-size: 16px;
}

.tabela-pedidos tbody {
    color: #707070;
    font-size: 13px;
}

    .tabela-pedidos tbody td, .tabela-pedidos thead th {
        padding: 1rem;
        vertical-align: middle !important;
    }

        .tabela-pedidos tbody td:last-child {
            text-align: center;
        }

.tabela-pedidos.table-bordered {
    border: none !important;
}

.search-input {
    border-radius: 30px;
}

.x-vermelho {
    color: #B00012;
    opacity: 1 !important;
    font-weight: 400;
    font-size: 3rem;
}

    .x-vermelho:hover {
        color: #B00012;
    }
/*checkbox*/
.chk input {
    display: none;
}

.chk span {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.chk input:checked + span {
    background-color: #707070;
}

.chk-vermelho input {
    display: none;
}

.chk-vermelho span {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #C90015;
    border: 1px solid #fff;
    border-radius: 5px;
}

.chk-vermelho input:checked + span {
    background-color: #fff;
}

.custom-radio {
    position: relative;
    appearance: none;
    border: 1px solid #AEAEAE;
    width: 25px;
    height: 25px;
    content: none;
    outline: none;
    border-radius: 100%;
    margin: 0;
    background-color: #DBDBDB;
}

    .custom-radio:hover {
        background-color: #fff;
    }

    .custom-radio:checked {
        appearance: none;
        border-radius: 100%;
        outline: none;
        padding: 0;
        content: none;
        border: none;
    }

        .custom-radio:checked::before {
            position: absolute;
            background-color: #C90015;
            border-radius: 100%;
            color: #fff !important;
            content: "\00A0\2713\00A0" !important;
            border: 1px solid #C90015;
            font-weight: bolder;
            font-size: 16px;
            width: 25px;
            height: 25px;
            text-align: center;
        }

.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox] {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border: 1px solid #DDD;
    border-radius: 5px;
    appearance: none;
}

    .bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox]:checked {
        background-color: #707070;
    }

@media(min-width:1440px) {
    .display-xl-none {
        display: none;
    }
}

@media (max-width:768px) {
    .w-sm-100 {
        width: 100% !important;
    }
}

.rolagem {
    max-height: calc(105vh - 200px);
    overflow-y: auto;
}

@media (min-width:768px) {
    .w-md-20 {
        width: 20% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }
}

.botao-fechar-popover {
    font-size: 1rem;
    opacity: 1;
    font-weight: 100;
    color: #fff !important;
    border: 1px solid #C90015 !important;
    background-color: #C90015 !important;
    padding: 0px 4px 4px 4px !important;
}

    .botao-fechar-popover:hover {
        color: #fff !important;
    }

.border-popover {
    border-color: #C90015;
}

.btn-pequeno {
    width: 25px;
    height: 25px;
    line-height: 1;
    padding: 0;
}

.no-click {
    pointer-events: none;
}

.btn-descricao {
    color: #fff;
    background-color: #B1B1B1;
    padding: 0;
    font-size: 8px;
    height: 12px;
    width: 12px;
}

    .btn-descricao:hover {
        color: #fff;
    }

.bg-gray {
    background-color: #707070;
}

.bg-lightgray {
    background-color: #ECECEC;
}

.bg-red {
    background-color: #C90015;
}

.popover-descricao > .arrow::after {
    border-left-color: #707070 !important;
}

.border-y-dashed {
    border-top: 1px dashed #959595;
    border-bottom: 1px dashed #959595;
}

.border-bottom-dashed {
    border-bottom: 1px dashed #959595;
}

@media (min-width:768px) {
    .height-incluir {
        min-height: 75vh;
    }

        .height-incluir > div {
            padding-top: 32.5vh;
        }
}

.resumo-produto .nav-tabs {
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .resumo-produto .nav-tabs .nav-link {
        border: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

        .resumo-produto .nav-tabs .nav-link.active {
            background-color: #ECECEC;
            color: #212529;
        }

.resumo-produto .nav a {
    color: #212529;
}

@media (max-width:372px) {
    .mt-3-smallcel {
        margin-top: 1rem;
    }
}

.img-cinza {
    webkit-filter: brightness(1.2) grayscale() opacity(.45);
    -moz-filter: brightness(1.2) grayscale() opacity(.45);
    filter: brightness(1.2) grayscale() opacity(.45);
}
/*Select2*/
span.select2-selection.select2-selection--single[aria-expanded="false"] {
    border-radius: 30px;
}

.max-80vh {
    max-height: 80vh !important;
    overflow: auto;
}

.min-50vh {
    min-height: 50vh !important;
}

.min-80vh {
    min-height: 80vh !important;
}

.lupa-input {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
    background-image: url(../content/imagens/shared/Lupa-de-pesquisa.svg);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center left;
}

    .lupa-input:hover {
        background-image: url(../content/imagens/shared/Lupa-de-pesquisa-vermelha.svg);
    }

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

@media (min-width:1200px) {
    .min-xl-70vh {
        min-height: 70vh !important;
    }

    .max-xl-70vh {
        max-height: 70vh !important;
        overflow: auto;
    }
}

/*Graficos*/
.chart-container {
    position: relative;
    margin: auto;
}

canvas {
    max-height: 80vh;
}

@media (max-width:767px) {
    .h-tabela-responsive {
        height: auto !important;
    }
}

.link-style {
    cursor: pointer;
}

.div-index .fixed-table-body {
    max-height: 40rem !important;
    overflow: auto;
}


    .div-index .fixed-table-body::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .div-index .fixed-table-body::-webkit-scrollbar-thumb {
        background: #D4D4D4;
        border-radius: 10px;
    }

@media (max-width: 1366px) {
    .div-index .fixed-table-body {
        height: 36.2vh;
    }
}

.swal2-modal {
    background-color: #C90015 !important;
    color: white !important;
}

    .swal2-modal > * {
        color: white !important;
    }

button.swal2-styled {
    color: #fff !important;
    background-color: #C90015 !important;
    border: white 1px solid !important;
    border-radius: 20px 20px !important;
}

.button.swal2-styled:hover {
    color: #C90015 !important;
    background-color: #fff !important;
    border-color: #C90015 !important;
}

/* Comunicados */

.comunicado {
    max-height: 95vh;
}

.note-editor.note-airframe, .note-editor.note-frame {
    background: #fff;
}

/* Boleto */
.boleto {
    height: 30rem;
}

/* Cores Horário Pedido*/
.pedido-vermelho {
    background-color: #EFBDC2;
}

.pedido-verde {
    background-color: #A2D29A;
}

.pedido-cinza {
    background-color: #D5D5D5;
}

.div-horario {
    padding: 2px 2px 2px 7px;
    border-radius: 10px;
    font-size: 1.5rem;
    color: #707070;
}
