/* Minification failed. Returning unminified contents.
(70,35): run-time error CSS1039: Token not allowed after unary operator: '-bs-border-color'
(131,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(132,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(150,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(151,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(152,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(153,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1013,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1014,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1018,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1019,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1023,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1124,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1125,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1126,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1127,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1130,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1131,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1132,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1133,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1137,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1138,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1139,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1140,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html, body {
    height: 100%;
    overflow: hidden;
}

.sidebar {
    width: 64px;
    min-width: 64px;
    height: 100vh;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: #eef1f5;
}

.sidebar-top {
    flex-shrink: 0;
}

.sidebar-icon {
    width: 64px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    color: #1e1e2e;
}

    .sidebar-icon:hover {
        background: #cdd6f4;
    }

.sidebar-item {
    position: relative;
}

.submenu {
    position: fixed;
    min-width: 220px;
    background: #eef1f5;
    border-radius: .5rem;
    padding: .5rem 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    opacity: 0;
    pointer-events: none;
    transition: opacity .15s ease;
    z-index: 3000;
}

    .submenu.show {
        opacity: 1;
        pointer-events: auto;
    }

        .submenu.show > a[active] {
            font-weight: 600;
        }

.sidebar-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.submenu-title {
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 0.25rem;
    cursor: default;
}

.submenu a {
    display: block;
    padding: 0.4rem 1rem;
    color: #1e1e2e;
    text-decoration: none;
    font-size: 0.9rem;
}

    .submenu a:hover {
        background-color: #cdd6f4;
    }


.sidebar-scroll {
    flex: 1 1 auto;
    overflow-y: auto;
    overflow-x: hidden;
}

.submenu-search {
    width: 280px;
}

.search-results {
    max-height: 220px;
    overflow-y: auto;
    border-top: 1px solid #e5e7eb;
}

    .search-results a {
        display: block;
        padding: 0.45rem 1rem;
        text-decoration: none;
        color: #1e1e2e;
        font-size: 0.9rem;
    }

        .search-results a:hover {
            background-color: #cdd6f4;
        }

.search-empty {
    padding: 0.75rem 1rem;
    color: #6c757d;
    font-size: 0.85rem;
}

.nutriun-mobile-sidebar {
    width: 80vw !important;
    max-width: 300px;
}

/*bootstrap*/
.container,
.container-fluid,
.row {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
}

.app-layout {
    max-width: calc(100vw - 64px)
}

.app-layout .row {
    margin-bottom: 0.5rem;
}

.btn-xs {
    padding: 0.05rem 0.4rem;
    font-size: 0.75rem;
    line-height: 1.2;
}

.card {
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem;
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 0.5rem;
}

/*Tela de Login*/
.login-panel {
    background-color: #97999B;
    padding: 20px;
    border-radius: 10px;
    width: 80vw;
    max-width: 650px;
}

.logo {
    border: 0 solid #fff;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    text-align: center;
}

.image-nav-beeit {
    height: 5vh;
}

.image-max-size {
    max-height: 100%;
    max-width: 100%;
}

.bg-login {
    background-color: #DDE5ED;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.wrapper-grid {
    width: 100%;
    height: 100%;
    border: 0;
}

.container-fluid {
    margin-bottom: 0;
}

.dl-horizontal dt {
    white-space: normal;
}

.alt-row-bg {
    background-color: #fbfbfb;
}

.vertical-middle {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.radiobutton-form {
    color: #555555;
}

.radiobutton-horizontal-list {
    color: #555555;
    font-size: 20px;
}

.btn-caution {
    background-image: linear-gradient(to bottom, #f0e44e 0%, #d9d54f 100%);
    background-repeat: repeat-x;
    border-color: #d4cf3a;
    color: #fff;
}

    .btn-caution:hover, .btn-caution:focus {
        background-color: #d9d54f;
        background-position: 0 -15px;
        color: #fff;
    }

    .btn-caution:active, .btn-caution.active {
        background-color: #d9d54f;
        border-color: #d4cf3a;
        color: #fff;
    }

    .btn-caution.disabled, .btn-caution.disabled:hover, .btn-caution.disabled:focus, .btn-caution.disabled.focus, .btn-caution.disabled:active, .btn-caution.disabled.active, .btn-caution[disabled],
    .btn-caution[disabled]:hover, .btn-caution[disabled]:focus, .btn-caution[disabled].focus, .btn-caution[disabled]:active, .btn-caution[disabled].active,
    fieldset[disabled] .btn-caution,
    fieldset[disabled] .btn-caution:hover,
    fieldset[disabled] .btn-caution:focus,
    fieldset[disabled] .btn-caution.focus,
    fieldset[disabled] .btn-caution:active,
    fieldset[disabled] .btn-caution.active {
        background-color: #d9d54f;
        background-image: none;
        color: #fff;
    }

.label-caution {
    background-color: #d4cf3a;
}

    .label-caution[href]:hover, .label-caution[href]:focus {
        background-color: #d9d54f;
    }

textarea {
    resize: none;
}

.form-group .select2-container {
    position: relative;
    z-index: 2;
    float: left;
    width: 100% !important;
    margin-bottom: 0;
    display: table;
    table-layout: fixed;
}

.top-left {
    display: table-cell;
    min-width: 160px;
    height: 100%;
    width: 50%;
    float: left;
}

.top-right {
    width: 100%;
    vertical-align: top;
    height: 100%;
}

    .top-right:before {
        content: ' ';
        position: absolute;
        width: 100%;
        height: 65%;
        z-index: -1;
        opacity: 0.1;
        background: url("../../wwwroot/img/nutriun-logo.png");
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 30%;
    }

.bottom-left {
    display: table-cell;
    height: 100%;
    width: 5%;
    float: left;
}

.bottom-right {
    display: table-cell;
    width: 95%;
    vertical-align: central;
    text-align: center;
    height: 100%;
    float: right;
}

.small-box {
    color: white !important;
    padding-top: 2px;
}

    .small-box > .inner {
        padding-left: 15px;
    }

        .small-box > .inner p {
            font-size: 25px;
            font-weight: bold;
        }

        .small-box > .inner h3 {
            font-size: 50px;
            font-weight: bold;
        }

    .small-box .icon {
        font-size: 90px;
        color: rgba(255, 255, 255, 0.7);
    }

    .small-box .small-box-footer {
        text-align: center !important;
        color: white;
        font-size: 16px;
    }

.form-group .select2-container {
    float: initial;
}

.red-tooltip {
    border-color: #a94442 !important;
}

    .red-tooltip + .tooltip.top .tooltip-inner {
        background-color: #a94442;
    }

    .red-tooltip + .tooltip.top .tooltip-arrow {
        border-top-color: #a94442;
    }

.call-list-icon {
    font-size: 5em;
    text-align: center;
}

.call-list-row {
    border-radius: 5px;
    margin: 15px 2px 10px 2px;
    color: #ffffff;
}

.call-list-columns {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.call-list-title {
    font-size: 32px;
    margin-top: 13px;
}

.fullscreen-modal-dialog {
    width: 98%;
    height: 94%;
    margin: 20px;
    padding: 0;
}

.fullscreen-modal-content {
    height: 100%;
}

.fullscreen-modal-body {
    height: 95%;
}

.fullscreen-modal-row-embeded {
    height: calc(100% - 45px);
}

.fullscreen-modal-item-embeded {
    width: 100% !important;
    height: 100% !important;
    margin-left: 0;
}

.fullscreen-modal-item-img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto !important;
}

.fullscreen-panel {
    margin-top: 20px;
    height: calc(100% - 20px);
}

.bracelet-content {
    height: 100%;
}

.bracelet-row {
    margin-top: 10%;
}

.bracelet .panel-body {
    font-size: 35px;
    color: #337ab7;
}

.bracelet .panel-heading p {
    font-size: 150px;
    margin-top: 30px;
}

.clickable {
    cursor: pointer;
}

.receitaRemovida {
    padding: 4px;
    background-color: rgba(221, 78, 78);
}

    .receitaRemovida > div b, .receitaRemovida + div > .producao-alimento > b {
        text-decoration: line-through;
    }

.receitaPadrao, .receitaEditada {
    padding: 4px;
    background-color: rgba(221, 229, 237);
}

    .receitaEditada > div b, .receitaEditada + div > .producao-alimento > b {
        text-decoration: line-through;
    }

.alimentoEditado b {
    text-decoration: line-through;
}

.producao-receita {
    margin-bottom: 5px;
}

.producao-alimento {
    padding: 4px 4px 4px 30px !important;
    background-color: rgba(245, 245, 245);
}

.fundo-row {
    background-color: rgba(245, 245, 245);
}

.alimento-restricao::after {
    font-family: FontAwesome;
    content: "\f071";
    color: #f0ad4e;
    margin-left: 10px;
}

.modal-xlg {
    width: 96%;
}

.bg-download {
    background-color: gray;
}

.row-download {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.align-center-input {
    text-align: center;
}

.select2 {
    width: 100% !important;
}

.titulo-painel {
    font-size: 100%;
}

.jqgrow.cancelado > td {
    background-color: #FFE4E1 !important;
    color: #778899 !important;
}

.jqgrow.semColetaLeite > td {
    background-color: #FFAE69 !important;
    color: black !important;
}

.form-group > button.btn {
    margin-top: 25px;
}

.form-group > a.btn {
    margin-top: 25px;
}

#SpanLimiteCaracteres {
    display: none;
    color: #a94442;
    font-weight: bold;
}

.radio-aprovado {
    background-color: lightgreen;
    border-radius: 10px;
    padding: 5px 15px 5px 30px;
}

.radio-nao-aprovado {
    background-color: lightcoral;
    border-radius: 10px;
    padding: 5px 15px 5px 30px;
}

.divRiscoElevado, .divAvaliacaoDesnutricaoGravissima {
    background-color: #860909;
    color: white;
}

.divAvaliacaoDesnutricaoGrave {
    background-color: #e25a00;
    color: black;
}

.divRiscoModerado, .divAvaliacaoDesnutricaoModerada {
    background-color: #fbe708;
    color: black;
}

.divRiscoBaixo, .divAvaliacaoDesnutricaoLeve {
    background-color: #10ae14;
    color: black;
}

.divAvaliacaoNormal {
    background-color: #337ab7;
    color: black;
}

.btn-group.btn-group-justified * {
    white-space: normal !important;
    word-wrap: break-word;
    flex-wrap: wrap;
}

.dashboard.shapeEntrega {
    text-align: center;
    vertical-align: top !important;
    line-height: 20px;
    color: black;
    margin: 4px 1px 1px 1px;
    position: relative;
    border-radius: 4px !important;
    border-color: #ccc;
    border-style: solid;
    border-width: thin;
    height: 50px !important;
    overflow-y: hidden;
}

/*css referentes ao controle gourmet*/
.dashboard.shapeGourmet {
    text-align: center;
    vertical-align: top !important;
    line-height: 20px;
    color: black;
    margin: 4px 1px 1px 1px;
    position: relative;
    border-radius: 4px !important;
    border-color: #ccc;
    border-style: solid;
    border-width: thin;
    overflow-y: hidden;
    border: 1px black solid;
    background-color: #e6e6e6;
    min-height: 80px;
}

    .dashboard.shapeGourmet > .divPaciente {
        float: left;
        width: 85%;
    }

        .dashboard.shapeGourmet > .divPaciente > div {
            white-space: nowrap;
            overflow: hidden !important;
            display: block !important;
        }

            .dashboard.shapeGourmet > .divPaciente > div > label {
                font-size: 4vw;
            }

    .dashboard.shapeGourmet > .divBotao {
        float: right;
        width: 15%;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        padding-top: 7%
    }

.dashboard.shapeGourmetDesk {
    text-align: center;
    vertical-align: top !important;
    line-height: 20px;
    color: black;
    margin: 4px 1px 1px 1px;
    position: relative;
    border-radius: 4px !important;
    border-color: #ccc;
    border-style: solid;
    border-width: thin;
    overflow-y: hidden;
    border: 1px black solid;
    background-color: #e6e6e6;
    min-height: 80px;
}

    .dashboard.shapeGourmetDesk > .divPaciente {
        min-height: inherit;
        min-width: 85%;
    }

        .dashboard.shapeGourmetDesk > .divPaciente > div {
            min-width: 33%;
            padding-top: calc(65px - 5vh);
        }

            .dashboard.shapeGourmetDesk > .divPaciente > div > label {
                font-size: 1.5vw;
                min-width: 33%;
            }

    .dashboard.shapeGourmetDesk > .divBotao {
        float: right;
        width: 15%;
        text-align: center;
        vertical-align: middle;
        height: 100%;
        padding-top: 20px;
    }

/*cores status leito*/
.dashboard.shape.blue {
    background-color: #2F96B4;
}

.dashboard.shape.orange {
    background-color: #F89406;
}

.dashboard.shape.red {
    background-color: #BD362F;
}

.dashboard.shape.gray {
    background-color: #D3D3D3;
}
/*fim cores status leito*/

.dashboard.insideShape {
    border-top: 1.5px !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    /*border-top-color: black !important;
    border-top-style: solid !important;*/
    line-height: 15px !important;
}

.dashboard h3 {
    display: contents !important;
}

.dashboard.form-group {
    margin-bottom: 0 !important;
}

.dashboard.col-lg-12.middle {
    overflow-y: scroll !important;
    margin-bottom: 10px;
}

.evento-middle {
    overflow-y: scroll !important;
    margin-bottom: 10px;
}

.dashboard.footer.col-lg-12 {
    border-style: none !important;
    border-color: black;
}

.dashboard.button {
    border-radius: 10%;
    border: white;
    border-style: solid;
}

    .dashboard.button.blue {
        background-image: linear-gradient(to bottom, #CCCCCC, blue);
        font-size: 3em;
        font-weight: 100 !important;
        height: auto;
        width: auto;
        color: white;
    }

    .dashboard.button.red {
        background-image: linear-gradient(to bottom, #feb0b0, red);
        font-size: 3em;
        font-weight: 100 !important;
        height: auto;
        width: auto;
        color: white;
    }

    .dashboard.button.green {
        background-image: linear-gradient(to bottom, #CCCCCC, green);
        font-size: 3em;
        font-weight: 100 !important;
        height: auto;
        width: auto;
        color: white;
    }

    .dashboard.button.gray {
        background-image: linear-gradient(to bottom, #CCCCCC, gray);
        font-size: 3em;
        font-weight: 100 !important;
        height: auto;
        width: auto;
        color: white;
    }

.dashboard.options {
    margin-top: 3px !important;
    min-height: 50px;
    display: inline-flex;
}

.iconeLegendaGourmet {
    font-size: calc(20px + .5vw) !important;
    vertical-align: middle;
}

/*legendas dashboard*/
.dashboard.box.orange {
    background-color: #F89406;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.dashboard.box.blue {
    background-color: #2F96B4;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.dashboard.box.gray {
    background-color: #D3D3D3;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.dashboard.box.red {
    background-color: #BD362F;
    height: 20px;
    width: 20px;
    display: inline-block;
}
/*fim legendas dashboard*/

/*Elimina o scroll para browsers que dão suporte ao webkit (chrome, saffari, etc....)
    provavelmente não é compatível com IE ou Edge (scroll deve aparecer nesses browsers)....
*/
.dashboard.col-lg-12.middle::-webkit-scrollbar {
    display: none !important;
}

#middle::-webkit-scrollbar {
    display: none !important;
}

/*TODO: definir cores de status para os itens do dashboard*/

.btn-avaliacao {
    color: #222429;
    background-color: #DDE5ED;
    border-color: #707EC1;
}

    .btn-avaliacao:hover,
    .btn-avaliacao:focus,
    .btn-avaliacao:active,
    .btn-avaliacao.active,
    .open .dropdown-toggle.btn-avaliacao {
        color: #FFFFFF;
        background-color: #2B2A59;
        border-color: #707EC1;
    }

    .btn-avaliacao:active,
    .btn-avaliacao.active,
    .open .dropdown-toggle.btn-avaliacao {
        background-image: none;
    }

    .btn-avaliacao.disabled,
    .btn-avaliacao[disabled],
    fieldset[disabled] .btn-avaliacao,
    .btn-avaliacao.disabled:hover,
    .btn-avaliacao[disabled]:hover,
    fieldset[disabled] .btn-avaliacao:hover,
    .btn-avaliacao.disabled:focus,
    .btn-avaliacao[disabled]:focus,
    fieldset[disabled] .btn-avaliacao:focus,
    .btn-avaliacao.disabled:active,
    .btn-avaliacao[disabled]:active,
    fieldset[disabled] .btn-avaliacao:active,
    .btn-avaliacao.disabled.active,
    .btn-avaliacao[disabled].active,
    fieldset[disabled] .btn-avaliacao.active {
        background-color: #DDE5ED;
        border-color: #707EC1;
    }

    .btn-avaliacao .badge {
        color: #DDE5ED;
        background-color: #222429;
    }

.btn-check:checked + .btn-avaliacao {
    color: #FFFFFF;
    background-color: #2B2A59;
    border-color: #707EC1;
    background-image: none;
}


.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
}

.dashboard#page-wrapper {
    padding-left: 0 !important;
}

.nav-bar-no-wrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ui-menu-item-wrapper > div > label {
    cursor: inherit;
}

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
        display: none;
    }

/*CSS para os campos de notificacoes na HOME*/
.barraLateral {
    background-color: white;
    position: absolute;
    right: 0px;
    height: 90%;
    border: 1px black solid;
    border-right: none;
    border-radius: 4px !important;
    overflow: scroll !important
}

.agrupadorNotificacoes {
    padding-top: 25px;
    padding-left: 30px
}

.tituloNotificaco {
    font-weight: bold
}

.corpoNotificacao {
    font-weight: normal;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
}

/*Dashboard Nutricionista*/
@media (min-width: 1024px) {
    .dashboard.col-md-2 {
        width: 14.5%;
        margin-left: 2%;
        margin-bottom: 1%;
    }
}

@media (max-width: 1024px) {
    .dashboard.col-sm-4 {
        width: 31%;
        margin-left: 2%;
        margin-bottom: 1%;
    }
}

.icon-dashboard-nutricionista {
    width: 49%;
    height: 60px;
    font-size: 30px;
    border-radius: 5px
}

    .icon-dashboard-nutricionista.gray {
        background-color: rgba(128, 128, 128, .7)
    }

    .icon-dashboard-nutricionista.green {
        background-color: rgba(0, 128, 0, .7)
    }

    .icon-dashboard-nutricionista.red {
        background-color: rgba(255, 0, 0, .7)
    }
/*Dashboard Nutricionista*/

/*botões bloqueados enquanto os fetches estão rodando*/
.fetchWait {
}

.btn-select-multiple {
    margin-top: 0px !important;
}

/*formulario GLIM*/
.divGlimResultado {
    text-align: center;
    vertical-align: middle !important
}

/*placeholder para IDE sugerir a class*/
.has-spinner {
}

.select2-automask {
}

tr.cancelado {
    --bs-table-bg: #FFE4E1;
    --bs-table-color: #778899;
}

tr.semColetaLeite {
    --bs-table-bg: #FFAE69;
    --bs-table-color: #000;
}

tr.prescricaoConsiderada {
    --bs-table-bg: #c6fac6;
}


/*Limita o tamanho dos select multiple do select2*/
ul.select2-selection__rendered {
    max-height: 100px;
    overflow-y: auto !important;
}

.bg-gray {
    color: #777777;
    background: #eeeeee;
}

/*PopUp telada de login para validar cookieConsent*/
#cookiePopup {
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%, -50%);
    width: 80vw;
    max-width: 650px;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    padding: 0.5em 0.5em;
    border-radius: 6px;
    transition: all 0.5s ease-in;
}

#cookiePopupTitle {
    font-size: 18px;
}

#cookiePopupBody {
    display: flex;
    flex-direction: row;
}

#cookiePopupText {
    text-align: center;
    margin: 0;
    font-size: 14px;
}

    #cookiePopupText p {
        margin: 0;
    }

#cookiePopupButton {
    display: flex;
    align-items: flex-end;
}

@media (max-width: 767px) {
    #cookiePopup {
        width: 90vw;
        top: 85%;
    }

    #cookiePopupTitle {
        font-size: 16px;
    }

    #cookiePopupText {
        font-size: 12px;
    }
}

/*Select2 Adiciona iconae com seta para cima/baixo quando utilizar a opção multiple*/
.select2-container--bootstrap .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
    content: ' ';
    display: block;
    position: absolute;
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
    height: 0;
    right: 10px;
    margin-left: -4px;
    margin-top: -2px;
    top: 50%;
    width: 0;
    cursor: pointer
}
table.dataTable > tbody > tr.prescricaoHoje {
    --bs-table-bg: #FFC61A;
    --bs-table-striped-bg: #FFC61A;
    --bs-table-color: #000;
    --bs-table-striped-color: #000;
}
table.dataTable > tbody > tr.comAlta {
    --bs-table-bg: aquamarine;
    --bs-table-striped-bg: aquamarine;
    --bs-table-color: #000;
    --bs-table-striped-color: #000;
}

table.dataTable > tbody > tr.prescricaoNaoAuditada {
    --bs-table-bg: #FF7F50;
    --bs-table-striped-bg: #FF7F50;
    --bs-table-color: #000;
    --bs-table-striped-color: #000;
}
table.dataTable td:not(.dt-buttons-cell) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 0;
}

.container-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pull-left-icon {
    flex-shrink: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip-icon {
    position: relative;
    display: inline-block;
}

.tooltip:hover::after {
    content: attr(title);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 1;
}

.tooltip:hover::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
}

.mt-23 {
    margin-top: 23px
}

.mt-32 {
    margin-top: 32px;
}

/*Background colors*/
.bg-red {
    background-color: red;
}

/*Colors*/
.white {
    color: white;
}

/*flatpickr*/
.flatpickr-wrapper {
    display: flex;
    align-items: center;
}

    .flatpickr-wrapper .form-control {
        flex: 1;
        z-index: 1;
    }

    .flatpickr-wrapper > input.flatpickrAltInputClass.input:not([disabled]) {
        background-color: #fff !important;
    }

    .flatpickr-wrapper > input.altInputDataHora.input,
    .flatpickr-wrapper > input.altInputHora.input {
        cursor: pointer;
    }

.material-icons-small {
    font-size: 16px !important;
}

.btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px !important;
}

.border {
    border-radius: 4px !important;
}

.flatpickrAltInputClass[readonly][disabled] {
    background-color: #eee !important;
}

.searchBox {
    display: none;
    position: absolute !important;
    top: 7.5%;
    left: 100%;
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    z-index: 9999;
    white-space: nowrap;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    width: 450px;
}

    .searchBox input {
        width: 100%;
        padding: 5px;
        border: none;
        outline: none;
        font-size: 14px;
    }

#searchResults {
    list-style: none;
    margin: 5px 0 0 -4px;
    padding: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    #searchResults li {
        padding: 5px 10px;
        cursor: pointer;
    }

        #searchResults li a {
            text-decoration: none;
            color: #000;
            display: block;
        }

            #searchResults li a:hover {
                background-color: #f1f1f1;
                color: #000;
            }

            #searchResults li a:focus,
            #searchResults li a.active {
                background-color: #007bff;
                color: #ffffff;
                outline: none;
            }

.no-margin {
    margin-left: 0px !important;
}

.border-right {
    border-right: 1px solid #dee2e6;
}

.btn-padrao {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-padrao:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

.modal-files-fullscreen {
    max-width: 95vw;
    height: 90vh;
}

    .modal-files-fullscreen .modal-content {
        height: 100%;
    }

/*BS5 utilities*/
.w-20 {
    width: 20% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-80 {
    width: 80% !important;
}

.spin {
    display: inline-block;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/*datatablejs*/
.dt-container .row {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.navigation-img {
    width: 64px;
    height: 64px;
    background: url("/wwwroot/img/beeit/logonavbar.png") no-repeat center center;
    background-size: contain;
    max-width: 100%;
}

.home-img {
    content: url("/wwwroot/img/beeit/imglogin.png");
    max-height: 100%;
    max-width: 100%;
    overflow: hidden;
}
.icon-permissions {
}

    .icon-permissions::before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        inset: 0;
        margin: auto;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        background-color: currentColor;
    }

.icon-navigation {
}

    .icon-navigation::before {
        content: "";
        position: absolute;
        display: inline-block;
        width: 32px;
        height: 32px;
        inset: 0;
        margin: auto;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        background-color: currentColor;
    }

.icon-buscar::before {
    mask-image: url('/wwwroot/icons/buscar.svg');
}

.icon-buscar.active::before {
    mask: url('/wwwroot/icons/buscar-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-complexo::before {
    mask-image: url('/wwwroot/icons/complexo.svg');
}

.icon-complexo.active::before {
    mask: url('/wwwroot/icons/complexo-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-dashboard::before {
    mask-image: url('/wwwroot/icons/dashboard.svg');
}

.icon-dashboard.active::before {
    mask: url('/wwwroot/icons/dashboard-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-faturamento::before {
    mask-image: url('/wwwroot/icons/faturamento.svg');
}

.icon-faturamento.active::before {
    mask: url('/wwwroot/icons/faturamento-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-funcionarios::before {
    mask-image: url('/wwwroot/icons/funcionarios.svg');
}

.icon-funcionarios.active::before {
    mask: url('/wwwroot/icons/funcionarios-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-gestaoNutri::before {
    mask-image: url('/wwwroot/icons/gestaoNutri.svg');
}

.icon-gestaoNutri.active::before {
    mask: url('/wwwroot/icons/gestaoNutri-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-leiteMaterno::before {
    mask-image: url('/wwwroot/icons/leiteMaterno.svg');
}

.icon-leiteMaterno.active::before {
    mask: url('/wwwroot/icons/leiteMaterno-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-pacientes::before {
    mask-image: url('/wwwroot/icons/pacientes.svg');
}

.icon-pacientes.active::before {
    mask: url('/wwwroot/icons/pacientes-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-producoes::before {
    mask-image: url('/wwwroot/icons/producoes.svg');
}

.icon-producoes.active::before {
    mask: url('/wwwroot/icons/producoes-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-relNutr::before {
    mask-image: url('/wwwroot/icons/relNutr.svg');
}

.icon-relNutr.active::before {
    mask: url('/wwwroot/icons/relNutr-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-relProd::before {
    mask-image: url('/wwwroot/icons/relProd.svg');
}

.icon-relProd.active::before {
    mask: url('/wwwroot/icons/relProd-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-sistema::before {
    mask-image: url('/wwwroot/icons/sistema.svg');
}

.icon-sistema.active::before {
    mask: url('/wwwroot/icons/sistema-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-suplementar::before {
    mask-image: url('/wwwroot/icons/suplementar.svg');
}

.icon-suplementar.active::before {
    mask: url('/wwwroot/icons/suplementar-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

.icon-relLeiteMaterno::before {
    mask-image: url('/wwwroot/icons/relLeiteMaterno.svg');
}

.icon-relLeiteMaterno.active::before {
    mask: url('/wwwroot/icons/relLeiteMaterno-filled.svg');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}

