@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css");

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

a {
    color: #282626 !important;
}

a:hover {
    color: #c30707;
}
.maiuscula {
    text-transform: uppercase !important;
}

.login-logo,
.register-logo {
    margin-bottom: 0;
}

.logo-login-edit {
    margin-bottom: 4rem;
}

.login-page{
    background-color: #084C89;
}

.btn-danger {
    color: #282626 !important;
    background-color: #FC6262 !important;
    border-color: #FC6262 !important;
}

.btn-danger:hover {
    color: #fff !important;
    background-color: #b74747 !important;
    border-color: #b74747 !important;
}

.btn-warning {
    color: #282626 !important;
    background-color: #FDF397 !important;
    border-color: #FDF397 !important;
}

.btn-warning:hover {
    color: #fff !important;
    background-color: #cbc378 !important;
    border-color: #cbc378 !important;
}

.btn-success{
    color: #282626 !important;
    background-color: #C5E1A9;
    border-color: #C5E1A9;
}

.btn-success:hover {
    color: #fff !important;
    background-color: #9cc0a1 !important;
    border-color: #9cc0a1 !important;
  }

.btn-primary {
    background-color: #084C89;
    border-color: #084C89;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #1eadf1 !important;
    border-color: #1eadf1 !important;
    color: #282626;
}
.navbar-dark {
    background-color: #199AD7;
    border-bottom: 1px;
    border-color: #199AD7;
}

.header {
    span {
        color: #282626;
    }
}

.sidebar-dark-primary {
    background-color: #084C89;
}

.bg-dark {
    background-color: #1eadf1 !important;
}

.bg-dark, .bg-dark > a {
    color: #282626 !important;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.sidebar {
    padding-top: 68px !important;
}
.nav-sidebar>.nav-item {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nav-sidebar .nav-item>.nav-link {
    position: relative;
    background: #fff;
    color: #000;
    border-radius: 5px;
    font-size: 14px !important; 
    font-weight: 300 !important;
}
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active, .nav-link:hover, .nav-link:focus {
    background-color: #199AD7 !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active {
    font-weight: bold !important;
    color: #282626 !important;
    border: 0px !important;

    & i::before {
        -webkit-text-stroke: 0.8px;
        mix-blend-mode: normal;
    }
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover {
    color: #282626 !important;
    border: 0px !important;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link:hover>.icone {
    color: #282626 !important;
    border: 0px !important;
}

.documentation_title {
    margin-bottom: 0;
}

.documentation_lateral_nav_folders {
    background-color: transparent;
    padding: 0 0.6rem;
}

.eventoAberto{ background:#dda96c !important;} 
.eventoConcluido{ background:#C5E1A9 !important} 

.corOdonto{ background:#a4c1f9 !important;} 
.corMedico{ background:#e59b9a !important} 

.nav-item .nav-link:hover {background-color: #1998d5;}
.nav-item .nav-link.active { background-color :#FFF !important;}
.menuBI .nav-item .nav-link:hover, .nav-link:focus { background-color :#199AD7 !important; color:#282626; }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{ background-color :#199AD7 !important;}
[class*=sidebar-dark-] .nav-sidebar>.nav-item.menu-open>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link, [class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus{
    background-color: #199AD7 !important;
    color: #fff;
    border: 0px !important;
    font-weight: 700 !important;
}
.usuarios {
    width: 100%;
    border-spacing: 10px;
    border-collapse: separate;
}
.usuarios thead th{
    border: 0;
}
.usuarios tbody td{
    border: 0;
    background: #1eadf1;
    border-radius: 5px;
    vertical-align: middle;
}
.user-menu{
    text-transform: capitalize !important;
}
.acoes {
    width: 150px;
    text-align: center;
    display: flex;
    justify-content: space-around;

    & .btn {
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
    }
}

.form-control {
    background-color: #fff;
    border-color: #ded5d5;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 6px;
}

.btn, .login-box .card, .login-card-body, .modal-content {
    border-radius: 6px;
}

.login-box,
.register-box {
    width: 21.4rem;
    flex: 1;
    align-content: center;
}

footer {
    display: flex;
    justify-content: center;
    align-items: start;
    order: 2;
    gap: 0.25rem;

    width: 100%;
    margin-block: 2rem;

    img {
        width: 3rem;
    }

    span {
        color: var(--Neutral-neutral-100, #FFF);
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: 1;
    }
}

.login-card-body {
    border-radius: var(--border-border-radius-sm, 0.625rem);
    background: var(--Neutral-neutral-150, #F5F5F5);
    padding: 2rem 1.5rem;

    header {
        display: grid;
        gap: 0.9rem;

        h1 {
            color: var(--Neutral-neutral-900, #282626);
            font-size: 1.25rem;
            font-style: normal;
            font-weight: 700;
            line-height: 1;
            margin: 0;
        }

        p {
            color: var(--Neutral-neutral-800, #282626);
            font-size: 1rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1;
            margin: 0;
        }
    }

    & form {
        display: grid;
        gap: 1.5rem;

        .input-wrapper div {
            position: relative;
        }

        > div {
            display: grid;
            gap: 0.8rem;

            div:last-child {
                margin-inline: auto 0;

                a {
                    color: var(--Neutral-neutral-800, #282626) !important;
                    font-size: 1rem;
                    font-weight: 700;
                    line-height: 1;
                    text-decoration-line: underline;
                }
            }
        }

        label {
            color: var(--Neutral-neutral-900, #282626);
            font-size: 0.875rem;
            font-style: normal;
            font-weight: 400 !important;
            line-height: 1;
            margin-bottom: 0.8rem;
        }

        input {
            border-radius: var(--border-border-radius-sm, 0.625rem);
            border: 1px solid var(--Neutral-neutral-300, #AEADAD);
            background: var(--Neutral-neutral-100, #FFF);
            height: 3rem;

            &::placeholder {
                color: var(--Neutral-neutral-300, #AEADAD);
                font-size: 0.875rem;
                font-style: normal;
                font-weight: 400;
                line-height: 160%; /* 1.4rem */
            }

            &:focus {
                outline: 2px solid var(--Brand-bds-color-brand-orange, #199AD7);
                border-color: transparent;
            }
        }
        
        i {
            position: absolute;
            top: 50%;
            right: 0.75rem;
            transform: translateY(-50%);
            font-size: 1.5rem;
            cursor: pointer;
            color: #AEADAD;
        }

        button {
            height: 3rem;
            padding: 0.625rem;

            border: 0;
            border-radius: var(--border-border-radius-sm, 0.625rem) !important;
            background: var(--Brand-bds-color-brand-orange, #199AD7);

            color: var(--Neutral-neutral-100, #FFF);
            text-align: center;
            font-size: 1rem;
            font-style: normal;
            font-weight: 700;
            line-height: normal;

            &:hover {
                color: var(--Neutral-neutral-100, #FFF);
                background-color: #158cc3 !important;
            }

            &:focus{
                color: var(--Neutral-neutral-100, #FFF);
                background: var(--Brand-bds-color-brand-orange, #199AD7) !important;
                outline: 4px solid #199AD750;
            }
        }
    }
}

.cancelarEvento{
    border-radius: 100% !important;
    width: 32px;
    height: 32px;
    padding: 3px;
    position: absolute;
    right: -13px;
    z-index: 99;
    top: -13px;
}
.modal-footer {
    text-align: center;
    border-top: 0;
    display: block;
}
.lblTotal {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}
.totalPrevisto {
    border: 2px solid #084C89;
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}
.totalRealizado {
    border: 2px solid #199AD7;
    background-color: #fff;
    font-weight: bold;
    padding: 10px;
    display: inline-block;
}
label {
    font-size: 12px;
}
.btn-link{
    color: #212529;
}
.nav-tabs  {
    border-bottom: none !important;
}
.nav-tabs .nav-link {
    font-weight: bold;
    font-size: 9px;
    text-transform: uppercase;
    color: #363636;
    position: relative;
}
.nav-tabs .nav-link {
    border: 1px solid #199AD7;
    background: #1eadf1;
    margin: 0 1px;
    padding-right: 28px;
    height: 45px;
}
.btn-add {
    border: 2px solid #000;
    border-radius: 100%;
    width: 32px;
    padding: 0;
    height: 32px;
    margin-top: 30px;
}
.visaoGeral {
    background-color: #1eadf190;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.visaoGeral p {
    font-size: 13px;
    margin-bottom: 2px;
}
.visaoGeral b {
    text-transform: uppercase;
    margin-right: 5px;
}
.visaoGeral h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}
.btn-download {
    text-align: left;
    position: relative;
    margin-right: 1rem;
    display: flex;
    align-items: center;
    color: #fff !important;
    background-color: #084C89;
    border-color: #084C89;
}

.btn-download:hover {
    background-color: #52332f !important;
    transition: .3s;
    border-color: #52332f !important;
}

.btn-download span {
    float: left;
}
.btn-download img {
    float: right;
    margin-left: 10px;
}
.tab-pane {
    padding: 20px 0;
}
.nav-tabs .nav-link span {
    height: 30px;
    display: flex !important;
    float: left;
    /* line-height: 12px; */
    position: relative;
    align-items: center;
    justify-content: center;
    /* top: 2px; */
    left: -4px;
}
.icone {
    float: right;
    color:#282626;
    font-size: 1.5rem;
}

.has-treeview p i {
    display: none;
}

.nav-link, .active .icone{
    color:#282626;
}

.icon-dashboard {
    background: url("../img/icons/dashboard.png") no-repeat;
    width: 18px;
    height: 24px;
}
.nav-link:hover > .icon-dashboard {
    background: url("../img/icons/dashboard-hover.png") no-repeat;
}
.icon-usuario {
    background: url("../img/icons/usuarios.png") no-repeat;
    width: 18px;
    height: 24px;
}
.nav-link:hover > .icon-usuario {
    background: url("../img/icons/usuarios-hover.png") no-repeat;
}
.icon-evento {
    background: url("../img/icons/eventos.png") no-repeat;
    width: 18px;
    height: 24px;
}
.nav-link:hover > .icon-evento {
    background: url("../img/icons/eventos-hover.png") no-repeat;
}
.icon-sair {
    background: url("../img/icons/sair.png") no-repeat;
    width: 18px;
    height: 24px;
}
.nav-link:hover > .icon-sair {
    background: url("../img/icons/sair-hover.png") no-repeat;
}

.tipo_bi_ativo {
    background-color: #199AD7;
}

.status {
    position: absolute !important;
    right: 4px;
    top: 11px !important;
    height: auto !important;
    left: unset !important;
    display: inline-block !important;
    background: #dda96c;
    width: 22px;
    height: 22px !important;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    font-size: 13px;

    i::before{
        line-height: inherit;
    }
}
.statusEvento img {
    position: relative;
    top: 3px;
}
.statusMateriais img {
    position: relative;
    top: 3px;
    left: -1px;
    width: 12px;
    height: 12px;
}
.statusAereo img{
    position: relative;
    top: 3px;
    left: 1px;
    width: 12px;
    height: 12px;
}
.statusHospedagem img{
    position: relative;
    top: 4px;
    left: 0px;
    width: 13px;
    height: 8px;
}
.statusTransfer img {
    position: relative;
    top: 4px;
    left: 0px;
    width: 14px;
    height: 9px;
}
.statusCoffe img {
    position: relative;
    top: 4px;
    left: 0px;
    width: 14px;
    height: 9px;
}
.statusProdutor img {
    position: relative;
    top: 2px;
    left: 0px;
    width: 10px;
    height: 13px;
}
.statusReembolso img {
    position: relative;
    top: 4px;
    left: 0px;
    width: 13px;
    height: 10px;
}
.statusDocumentacao img {
    position: relative;
    top: 2px;
    left: 1px;
    width: 9px;
    height: 12px;
}
.statusVisao img{
    position: relative;
    top: 4px;
    left: 0px;
    width: 10px;
    height: 10px;
}
.status_mes {
    background: #dda96c;
    /* padding: 5px; */
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    width: 24px !important;
    height: 24px !important;
    margin-right: 0.1rem;
    display: inline-block;
}
.select2Class{ border:1px solid #F00 !important; padding-top: 25px !important;}
.select2Class .select2-selection{ }
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 32px !important; }
.select2-container--default .select2-selection--single{ height: 39px !important; border-radius: 6px !important ; background: #eaeaea !important; }
.select2-container .select2-selection--single{ height: 39px; }
.select2-selection__arrow{ height: 39px !important;}

.folder_drive {
    display: flex !important;
    width: 16.75rem !important;
    padding: 1rem !important;
    align-items: flex-end !important;
    gap: 0.75rem !important;
    border-radius: 0.9375rem !important;
    border: 3px solid #FFF !important;
    background-color: #F3F3F3 !important;
    box-shadow: 0px 0px 14px 0px rgba(23, 21, 21, 0.08) !important;
    font-weight: 500;
    line-height: 100%;
    color: #83524B !important;
}

.folder_drive:hover {
    background-color: #ddd !important;
}

.status_mes_bi {
    background: #dda96c;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #fff;
    /* width: 24px !important; */
    /* height: 24px !important; */
    margin-right: 0.1rem;
    display: inline-block;
    aspect-ratio: 1/1;
}
.status0 {
    background-color: #DDA96C !important;
}
.status1 {
    background-color: #FDF397 !important;
}
.status2 {
    background-color: #C5E1A9 !important;
}
.status3 {
    background-color: #dc3545 !important;
}
.possui0 {
    background-color: #CCC !important;
}
/* .centraliza {
    top: 6px !important;
} */
.evento {
    box-shadow: none;
}
.evento h2 {
    background: #DDA96C;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.evento h3 {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}
.evento h4 {
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
.evento .bloco {
    background: #EAEAEA;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}
.evento .datas {
    margin-top: 10px;
}

.nomeEvento {
    min-height: 60px;
}

.table {
    font-size: 12px;
}
table a { color: #000 !important;}
.bloco-status img {
    position: relative;
    top: -7px;
}
/* .bloco-status span:hover{ opacity: 0.8 !important; cursor: pointer;} */
.bloco-status img.imgdadosGerais{ top: -1px !important;}
.bloco-status img.imgEnvioMateriais{ top: -1px !important; left: -3px;}
.bloco-status img.imgAereo{ top: -2px !important;}
.bloco-status img.imgHospedagem{ top: 0px !important;}
.bloco-status img.imgTransfer{ top: 0px !important;}
.bloco-status img.imgCoffeeBreak{ top: 0px !important; left: -1px !important;}
.bloco-status img.imgProdutor{ top: -2px !important; left: 1px !important;}
.bloco-status img.imgreembolso{ top: 0px !important; left: -2px !important;}
.bloco-status img.imgDocumentacao{ top: -1px !important; left: 1px !important;}

.iconMateriais img {
    left: -3px;
}

.abasModal {
    padding: 0;
}

.itensAbasModal {
    display: flex;
    justify-content: center;
}

.brand-link {
    display: flex;
    justify-content: center;
    padding-top: 54px;
    border-bottom: none !important;
    height: 100px !important;
}

.logoFuego{
    opacity:unset !important;
    width: 150px !important;
    height: auto !important;
}

.logoFuegoPequena {
    width: 50%;
}

.filtrar .form-group{
    margin: 0;
    margin-right: 10px;
}
.filtrar div {
    align-self: flex-end;
}
.data-hora{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.boxEventosList{ background: transparent; }
@media (max-width: 992px) {
    .nome-evento{
        min-height: auto !important;
    }
    .boxEventosList{ background:  #FFF; padding: 10px}
}

.nome-evento{
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    min-height: 65px;
}
.subinfo{
    font-weight: normal !important;
    padding:0 !important;
    text-align: center;
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
      max-width: 1300px;
    }
}
/*
    CSS BI - DASHBOARD
*/
.bg-menu-interno{
    /* background-color: #CCC !important; */
    color: #FFF !important;
}

.btn_buscar {
    width: 50%;
}

.container_fechamento {
    padding: 16px 16px 0;
    border-radius: 5px;
    border: 1px solid #199AD7;
    background: #FFF7F4;
}

.titulo_cards {
    border-left: 4px solid #915b54;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 42px;
}

.subtitulo_card {
    color: #915A53;
    font-size: 18px;
    font-family: 'Fustat';
    font-weight: 600;
}

.subtitulo_icone {
    font-size: 24px;
    color: #915A53;
    -webkit-text-stroke: .5px;
}

.container_titulo {
    border-bottom: 1px solid #915A53;
}

.info_card {
    color: #363434;
    font-size: 16px;
    font-family: 'Fustat';
    font-weight: 600 !important;
}

.info_detalhe_card {
    color: #363434;
    font-size: 14px;
    font-family: 'Fustat';
}

.container_total {
    border-radius: 5px;
    background: #D6AEA5;
}

.texto_total {
    color: #222325;
    font-size: 16px;
    font-family: 'Fustat';
    font-weight: 700;
}

.texto_total_menor {
    color: #222325;
    font-size: 13px;
    font-family: 'Fustat';
    font-weight: 700;
}

.btn_tela_fechamento {
    border: 1px solid #9D9D9D;
    border-radius: 5px;
    background-color: #f6f6f6;
    color: #3F3F3F;
    padding: 5px;
    width: 140px;
    height: 44px;
    line-height: 100%;
    font-weight: 600;
    font-size: 14px;
}

.icone_bold {
    font-size: 21px;
    -webkit-text-stroke: .5px;
    padding-right: 10px;
}

/* .content-header {
    position: sticky !important;
    top: 5px !important;
    z-index: 1;
} */

.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #084C89 !important;
    color: #fff;
    font-size: 1em;
}

.fundo_menu {
    height: 3881px;
    margin-bottom: -3608px;
}

.fundo_menu_mobile {
    display: none;
    height: 3881px;
    margin-bottom: -3608px;
}

.menu_filtro {
    position: sticky !important;
    top: 55px !important;
    z-index: 1;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
    background-color: white;
}

/* .menu_filtro_resp {
    position: sticky !important;
    top: 50px !important;
    z-index: 10;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
    background-color: white;
} */

.assinatura_fuego {
    color: #fff;
    margin-top: 50px !important;
    position: absolute;
    text-align: center;
    bottom: 0%;
    width: 100%;
    z-index: 10 !important;
    font-size: small;
}

.btn-filtros-desktop {
    position: sticky !important;
    top: 14px !important;
    z-index: 10;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
    background-color: #084C89;
}

.btn-filtros {
    display: none;
}

.btn_bi {
    color: #fff !important;
    background-color: #084C89 !important;
    border: none !important;
}

.btn_bi:hover {
    background-color: #053d6f !important;
    transition: .3s;
    border: none !important;
}

.btn_bi_filtro_mobile {
    color: #fff !important;
    background-color: #084C89 !important;
    border: none !important;
}

.header_planilhas_modelo {
    
    & select {
        width: 262px !important;
        height: 3.125rem
    }

    & .button_planilhas_modelo {
        border-radius: 6px;
        color: #ffffff;
        font-family: Fustat;
        font-size: 1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: flex;
        width: 16.375rem;
        height: 3.125rem;
        justify-content: center;
        align-items: center;
        
        &.upload-planilha-modelo {
            background-color: #084C89;

            &:hover {
                background-color: #053d6f;
                transition: 0.3s;
            }
        }
        
        &.download-planilha-modelo {
            background-color: #199AD7;

            &:hover {
                background-color: #084C89;
                transition: 0.3s;
            }
        }
        
        & i {
            font-size: 32px;
        }
    }

}


*{ border:0px solid #000;}
.bg-menu-interno a{ cursor: pointer;}
.btn-submit{ height: 36px; color: #282626 !important; padding: 0px 20px; margin-top: 1px; border: 0px; background:#fff; border-radius: 10px; font-size: 12px; cursor: pointer !important;}
.btn-padrao{ background:rgb(64, 81, 205); padding: 10px; color:#FFF; font-size: 12px; height: 40px;  cursor: pointer;}
.btn-padrao:hover{ color:#FFF; background-color: rgb(24, 31, 86);}
.mini-header{ border:0px solid #000;  background-color: #1eadf1; height: 35px;}
.mini-header-maior{ border:0px solid #000;  background-color: #1eadf1;}
.content-map-chart{ width: 100% !important; height: 500px !important;}
.anychart-embed-CGwL6SZf{ width: 100%;}
.anychart-credits{ display: none !important;}
.title-padrao{ font-size: 16px; font-weight: bold; padding: 10px; color: #282626; border:0px solid #000; display: flex; justify-content: center; align-items: center;}
.preloader{ background-color: #199AD7 !important;}
.inpultOcultar{ display: none !important;}

/*CSS BI EVENTO PERIODO*/
.boxChart{ border: 0px solid #000; height: 500px;}
.inputAmarelo{ border:3px solid #fbe64d !important; width: 90% !important; border-radius: 20px !important; padding-left: 15px;}
.inputAzul{ border:3px solid #199AD7 !important; width: 90% !important; border-radius: 20px !important; padding-left: 15px;}
.inputVerde{ border:3px solid #1eadf1 !important; width: 90% !important; border-radius: 20px !important; padding-left: 15px;}
.titleBox{ border:0px solid #000; font-size: 16px; font-weight: bold;}
.boxIcone{ padding: 5px; }
.icone20{ font-size: 30px; border: 0px solid #000; border-radius: 60px; padding: 20px; background: #CAFFE5; color:#39DA8A;}
@media (max-width: 1200px){
    .titleBox{ border:0px solid #000; font-size: 20px; font-weight: bold;}
    .icone20{ font-size: 30px !important;}  
}
.uppercase{ text-transform: uppercase;}
.contentChart * { text-transform:capitalize !important;}
.bg-preto-thema{ background:#1eadf1 !important; color:#282626;}
.numEventosPeriodo{ font-size: 18px; font-weight: bold !important;}
.textEventosPeriodo{ font-size: 14px; font-weight: 300 !important;}

.boxDadosMensais *{ border: 0px solid #000 !important; padding: 0px;  display: flex; justify-content: center; align-items: center;}
.boxListValores{ background:#1eadf1; border-radius: 20px; margin-bottom: 15px !important;}
.boxDadosMensais .iconeCalendario{ width: 3vw; border:1px solid #FFF !important; height: 4vh; border-radius: 20px; color:#212529 !important;}
.boxDadosMensais .textData{ font-weight: bold; height: 4vh; flex-direction: column;  border-radius: 20px;}
.boxDadosMensais .textData .ano{ font-size: 9px;}
.boxDadosMensais .textData .mes{ font-size: 9px;}
.boxDadosMensais .textStatus { text-transform: uppercase; height: 2.5vh; font-weight: bold; border-radius: 10px; font-size: 10px; flex-direction: column; justify-content: center; text-align: center;}
.boxDadosMensais .textStatus.fechado{ background-color: #c5e1a9;  color:#555;}
.boxDadosMensais .textStatus.pendente{ background-color: #DDA96C;  color:#FFF; }
.boxDadosMensais .boxInputsValores{ flex-direction: row; text-align: right !important; justify-content: center; font-family:Arial, Helvetica, sans-serif; width: 100% !important;}
.boxDadosMensais .boxInputsValores .inputsValores{  width: 100%; flex-direction: row; justify-content: center; align-items: center !important;}
.boxDadosMensais .boxInputsValores .inputsValores .label{ font-size: 9px; width: 15vw; justify-content: right; padding-right: 0.3vw;}
.boxDadosMensais .boxInputsValores .inputsValores .valor{ font-size: 13px; font-weight: bold;}
.boxDadosMensais .boxInputsValores .inputsValores input{ width: 100%; font-size: 13px; padding: 8px; text-align: right;}
.boxDadosMensais .boxBtn{ justify-content: end; }
.boxDadosMensais .boxBtn a{ color:#FFF !important; padding: 0px; background:#084C89; font-size: 11px; height: 3vh !important; width: 6vw; border-radius: 20px;}
.boxDadosMensais .boxBtn a:hover{ background:#52332f; color:#FFF; transition: .3s; cursor: pointer;}
.boxDadosMensais .boxBtn .linha{ border:1px solid rgb(142, 142, 142) !important; margin: 0 15px;}
.InputPrevisto{ background: #faf8bc;}
.InputRealizado{ background: #76a976;}
#consultores option{ text-transform: uppercase !important;}

.boxCancelado{ opacity: 0.3 !important;}

/*Tela Detalhe Evento Bi*/
.boxDetalhesEventoBI .header div{ font-size: 14px; font-weight: bold; display: flex; justify-content: center;}
.boxDetalhesEventoBI .header .statusEtapas{ border: 0px solid #000; width: 27vw;}
.boxDetalhesEventoBI .colAFazerEvento{ background: url( ../img/traco-pontilhado.png ) center center repeat-x; width: 50%; margin: 0 auto;}
.boxDetalhesEventoBI .colAFazerEvento *{ width: 40px; height: 40px; border-radius: 20px; background: #cccccc; border: 1px solid rgb(171, 171, 171);} 
.boxDetalhesEventoBI .colAFazerEvento .afazer{ background: #DDA96C;}
.boxDetalhesEventoBI .colAFazerEvento .fazendo{ background: #FDF397;}
.boxDetalhesEventoBI .colAFazerEvento .feito{ background: #C5E1A9;}
.boxDetalhesEventoBI .colAFazerEvento .cancelado{ background: #dc3545;}
.boxDetalhesEventoBI .colAFazerEvento .SemServico{ background: #cccccc; border: 1px solid rgb(171, 171, 171);}
.detalhe_valor_fee{ border:3px solid #313131; border-radius: 20px; color:#313131; font-weight: bold; background:#cecece;}

/* .boxDetalhesEventoBI .colAFazerEvento .div{ background: #cccccc; border: 1px solid rgb(84, 84, 84) !important;} */
.boxDetalhesEventoBI .valor{ display: flex; justify-content: center; align-items: center;}
.boxDetalhesEventoBI .valorPrevisto .valor{ border:3px solid #199AD7; height: 40px; width: 100%;}
.boxDetalhesEventoBI .valorRealizado .valor{ border:3px solid #1eadf1; height: 40px; width: 100%;}
.boxDetalhesEventoBI .titleServico{ font-size: 16px; font-weight: bold; display: flex;}
.boxDetalhesEventoBI .titleServico .title{ display: flex; justify-content: center; font-size: 13px !important; }
.boxDetalhesEventoBI .titleServico div{ border:0px solid #000;}
.boxDetalhesEventoBI .titleServico .iconServicos{ font-size: 15px !important; height: 30px !important; border:0px solid #000; display: flex; justify-content: center; align-items: center;}

@media (max-width: 992px) {
    .boxDetalhesEventoBI .titleServico{ font-size: 10px; font-weight: bold; display: flex; align-items: center; justify-content: center;}
    .boxDetalhesEventoBI .colAFazerEventoPai{ display: flex; justify-content: center;  align-items: center;}
    .boxDetalhesEventoBI .colAFazerEvento{ background: url( ../img/traco-pontilhado.png ) center center repeat-x; width: 100%; margin: 0 auto;}
    .boxDetalhesEventoBI .colAFazerEvento *{ width: 25px; height: 25px; border-radius: 20px;} 
    .boxDetalhesEventoBI .valorPrevisto .valor{ height: 30px; width: 100%;}
    .boxDetalhesEventoBI .valorRealizado .valor{ height: 30px; width: 100%;}
    .btn_buscar {
        width: 100%;
    }
    .fundo_menu {display: none;}

    .visualizacao_por_mes_desktop {
        display: none !important;
    }

    .visualizacao_por_mes_ipad {
        display: block !important;
    }
    
    .menu_filtro_resp {
        position: sticky !important;
        top: 54px !important;
        z-index: 1;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
        background-color: white;
    }

    .btn-filtros {
        display: block !important;
        position: sticky !important;
        top: 14px !important;
        z-index: 10;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
        background-color: #084C89;
    }

    .btn-filtros-desktop {
        display: none;
    }

    .fundo_menu_mobile {
        display: block;
    }
}
.radius20{ border-radius: 6px; } 
.select2-dropdown {
 z-index: 9999999999 !important;
}
.taxaSim{ color:#26955e !important; font-size: 15px !important; font-weight: bold !important;}
.taxaNao{ color:#e84b4b !important; font-size: 15px !important; font-weight: bold !important;}
@media (max-width: 576px) {
    .visualizacao_por_mes_desktop {
        display: none !important;
    }

    .visualizacao_por_mes_ipad {
        display: none !important;
    }

    .visualizacao_por_mes_mobile {
        display: block !important;
    }

    .boxChart {
        border: 0px solid #000;
        height: 333px;
        margin-bottom: 50px;
    }

    .content-map-chart {
        width: 100% !important;
        height: 400px !important;
    }

    .anychart-embed-CGwL6SZf {
        width: 100% !important;
    }

    .btn-filtros-desktop {
        display: none;
    }

    .btn-filtros {
        display: block !important;
        position: sticky !important;
        top: 14px !important;
        z-index: 10;
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.265);
        background-color: #084C89;
    }
}

.txt_vis_mes {
    font-size: .8rem !important;
}
.font9, .font9 option{ font-size: 13px !important; }
.font10, .font10 option{ font-size: 14px !important; }
.font11, .font11 option{ font-size: 15px !important; }
.font12, .font12 option{ font-size: 16px !important; }
.font16, .font16 option{ font-size: 17px !important; }


.valoresImportosTaxaFuego {
    /* background: #915b54; */
    color:#363434;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.valoresImportosTaxaFuego .taxa{ font-size: 11px;}
.valoresImportosTaxaFuego .titulo {
    color: var(--neutral-n-700, #363434);
    font-size: 16px;
    font-family: 'Fustat';
    font-weight: 600;
}
.valoresImportosTaxaFuego .valor {
    font-weight: bold;
    /* margin-top: 10px; */
}

.total_estilo {
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 20px;
}

.total_estilo_menor {
    padding: 6px 12px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

.container_fechamento_total {
    padding: 16px 16px 0;
    border-radius: 5px;
    background-color: #7C4742;
}

.titulo_cards_total {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 42px;
    color: #fff;
}

.bloco_observacoes {
    border-radius: 5px;
    border: 1px solid #915b54;
    background-color: #fff;
    overflow-y: scroll;
}

.area_digitavel {
    height: 50px;    
}

.area_digitavel:focus-visible {
    outline: none;
}

.titulo_principal {
    color: #000;
    font-size: 32px;
    font-family: Fustat;
    font-weight: 700;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background: #FFF7F4;
    color: #4A4A4A;
}

.table td, .table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none !important;
}

.table-striped > tbody > tr {
    border-bottom-width: none !important;
}

.dt-buttons {
    /* position: absolute !important; */
    /* top: 1px !important; */
    /* right: 200px !important; */
    display: flex !important;
    align-items: end !important;
    /* gap: 8px; */
    margin-right: 30px;
}

button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    height: 30px !important;
    display: flex;
    align-items: center;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
}

.dt-button {
    display: flex !important;
}

@media (max-width: 500px) {
    .boxDetalhesEventoBI .header *{ font-size: 8px !important;}
    .boxDetalhesEventoBI .statusEtapas { width: 100% !important;}
    .boxDetalhesEventoBI .statusEtapas div{ width: 30% !important; }
    .boxDetalhesEventoBI .colAFazerEvento *{ width: 20px !important; height: 20px !important; }
    .boxDetalhesEventoBI .valorPrevisto{ font-size: 10px !important; padding: 0px !important;}
    .boxDetalhesEventoBI .valorRealizado{ font-size: 10px !important; padding: 0px 0px 0px 2px !important;}
    .boxDetalhesEventoBI .valor{ padding: 0px !important;}
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
}

.testeInput {
    pointer-events: none;
    touch-action: none;
}
/* .navbar{ border:1px solid #F00 !important; position: fixed !important; width: 100%;} */

/*

*/
#container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
.content-wrapper { height: auto; background:#fff;}

.voucher {
    font-size: 14px;
}
.voo {
    width: 100%;
    text-align: center;
    border: 1px solid #000;
    border-bottom: 0;
    border-right: 0;
    font-size: 14px;
}
.voo th, .voo td {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    padding: 10px;
}

@media print{
    .boxPDF{ padding-top: 500px;}
}

