﻿/* */
.navbar-brand img {
    height: 64px!important;
    /*background-color: #fff;*/
    max-height: 4rem!important;
}

.bg-navBarLogo {
    background-color: #032443;
}

/*Imagem de logo*/

.img-logo-ambiente {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 180px
}

.img-logo-ambiente-200 {
    max-width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-logo-ambiente-login {
    max-width: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.img-login {
    border-radius: 50%;
    border: 4px solid #CCCCCC;
    overflow: hidden;
    width: 80% !important;
    margin-top: 30px;
}

.img-thumbnail {
    padding: 0.10rem !important;
    background-color: #fff;
    border: 1px solid #dee2e6;
    max-width: 100%;
    height: auto;
}

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

/*Fim*/

.bg-linte {
    /*background-color: #475869 !important;*/
    background-color: #29485d !important;
}

.bg-segundo-modal-linte {
    background-color: #0a3b69 !important;
}

.bg-secondary-empty-list {
    background-color: #e1ebf2 !important;
}

.bg-ambientes {
    background-color: #3d578a !important;
}

.modal-md{
    max-width: 700px; /* Tamanho intermediário entre modal-sm e modal-lg */
}

/*****************************************************************
     
   Dropdown Ações

********************************************************************/


/* Dropdown Button */
.dropbtn {
    background-color: #999999 !important;
    color: white;
    padding: 10px;
    font-weight: bold;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    min-width: 350px;
    z-index: 100;
    right: 0;
    top: 0;
    text-align: right;
}

.dropdown-content .btn {
    padding: 10px !important;
    font-weight: bold;
    border: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
}

/*tr:last-child .dropdown-content {
    bottom: 0;
}*/

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px 8px 8px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #474747;
    opacity: 0;
}

.dropdown-content .btn:not(:last-child) {
    margin-right: .2rem;
}

.dropdown-content .btn:hover {
    transform: translateY(0px);
}

.form-group .dropdown-menu {
    min-width: 100% !important;
}

.form-group .dropdown-menu .dropdown-item {
    white-space: normal;
}

.form-group .dropdown-item.active, .dropdown-item:active {
    background-color: #f7fafc;
}

/* END */

.bg-gradient-ambient {
    background: linear-gradient(
            359deg, #f4f6fc 0, #fff 100%) !important;
}

.footer a, h6 {
    color: #fff;
}

.navbar-brand .title {
    font-weight: 900;
    font-size: large;
    color: #fff;
}

.container .title {
    font-weight: 900;
    font-size: large;
    color: #fff;
}

.just-line-break {
    white-space: pre-line;
}

/* todo : Passar para o css default */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dee2e6 #dee2e6 #f8f9fe;
}


/* imagem de carregamento (loading) das páginas */
.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/imagens/preloader.gif') center no-repeat #fff;
}


/*!* Fixa botão opções nas tabelas *!*/
/*.table-responsive > .table > thead > tr > th:last-child {*/
/*    text-align: right;*/
/*}*/

/*.table-responsive > .table > tbody > tr > td {*/
/*    vertical-align: middle;*/
/*}*/

/*.table-responsive > .table > tbody > tr > td:last-child {*/
/*    text-align: right;*/
/*}*/

/*.table-responsive .table {*/
/*    margin-bottom: 0;*/
/*    border-bottom: 0 solid;*/
/*}*/

/*.table > thead > tr > th {*/
/*    white-space: nowrap;*/
/*}*/

/*table {*/
/*    !*table-layout: fixed;*!*/
/*    width: 100%;*/
/*}*/

/*tbody > tr > *:nth-last-child(2) ~ * {*/
/*    width: 50%*/
/*}*/

/*tbody > tr > *:nth-last-child(3) ~ * {*/
/*    width: 33.3%*/
/*}*/

/*tbody > tr > *:nth-last-child(4) ~ * {*/
/*    width: 25%*/
/*}*/

/*.table td:nth-last-child(2) {*/
/*    width: 100%;*/
/*}*/

.table tr:last-child {
    border-bottom: 1px solid #e9ecef;
}

.table-responsive > .fixed-column {
    right: 0;
    top: 0;
    background: #ffffff;
    position: absolute;
    display: inline-block;
    width: auto;
    border-top: 0 solid;
    border-left: 1px solid #ddd;
}

.table-responsive > .fixed-column th, .table-responsive > .fixed-column td {
    text-align: center !important;
}

@media (max-width: 768px) {
    .table-responsive > .fixed-column {
        top: 1px;
    }

    .table-responsive > .table > tbody > tr > td {
        white-space: inherit;
    }
}

.table-responsive::-webkit-scrollbar {
    background: lightyellow;
    width: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: whitesmoke;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: gray;
}

.table-responsive:hover::-webkit-scrollbar {
    background: yellow;
}

.td-action-hidden {
    visibility: hidden;
}

/* Footer Clone */
.table tfoot th {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #e9ecef;
}


.divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

/*
Botão para voltar para o inicio da página
*/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 150px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #DDF;
    color: #000;
}

/*
END
 */

/* footer fixed on bottom */
.footerFixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

.input-group-text {
    font-size: .75rem !important;
    font-weight: bold;
}

/*Efeitos para os selects tipo selectpicker*/
.btn-light {
    background-color: #fff;
    color: #8898aa;
    font-size: .875rem;
    transition: all .15s ease-in-out;
    height: calc(1.5em + 1.25rem + 5px);
    box-shadow: none;
    font-weight: 400;
}

.btn-light:hover {
    box-shadow: none;
    transform: none;
    background-color: #fff;
    color: #8898aa;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
    color: #8898aa;
    background-color: #fff;
    border-color: #adb5bd;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #dee2e6;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle {

    outline-offset: 0;
}

.filter-option-inner-inner {
    letter-spacing: 0;
    font-weight: 400;
}

.post-it {

    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid rgba(128, 128, 128, 0.5);

}

.post-it span {

    float: left;
    margin-top: -5px;
    margin-right: 5px;
    width: 29px;
    height: 29px;
    display: block;

}

.post-it-task {

    display: block;
    padding: 5px 0;
    font-weight: bold;
    margin: 0 auto;
    border: 0;

}

.post-it-task span {

    float: left;
    margin-top: -2px;
    margin-right: 5px;
    width: 25px;
    height: 25px;
    display: block;

}

.status-prospeccao-cancelada {
    background-color: #332900;
    color: whitesmoke;
}

.status-entrada-lead {
    background-color: #c0ab7c;
    color: black;
}

.status-prospeccao-iniciada {
    background-color: #8bb2f5;
    color: black;
}

.status-prospeccao-cancelada {
    background-color: #332900;
    color: whitesmoke;
}

.status-contato {
    background-color: #2d74f3;
    color: whitesmoke;
}

.status-analise {
    background-color: #f5365c;
    color: #e6e6e6;
}

.status-elaboracao-proposta {
    background-color: #175cd2;
    color: white;
}


.status-negociacao {
    background-color: #64e15d;
    color: white;
}

.status-validacao {
    background-color: #3cd05b;
    color: white;
}

.status-assinatura {
    background-color: #25a13a;
    color: whitesmoke;
}

.status-fechamento {
    background-color: #067507;
    color: white;
    font-weight: bold;
}

.sidenav-toggler-line {
    background-color: #fff;
}

/* Style the header: fixed position (always stay at the top) */
.header-page-load {
    position: fixed;
    top: 0;
    z-index: 101;
    width: 100%;
    background-color: #267196;
}

/* The progress container (grey background) */
.progress-container-page-load {
    width: 100%;
    height: 4px;
    background: #475869;
}

/* The progress bar (scroll indicator) */
.progress-bar-page-load {
    height: 4px;
    background: #f5b759;
    width: 0;
}


.bg-livi {
    background: #2c749d;
}

.btn-primary {
    background-color: #016F9C !important;
    border-color: #016F9C !important;
}

.btn-primary:hover {
    background-color: #016F9C !important;
    border-color: #016F9C !important;
}

/* Financeiro */
.conta-pagar-baixado {
    color: red;
}

.conta-pagar-pendente {
    font-weight: bold;
    color: red;
    background-color: #ff00000a;
}

.conta-receber-baixado {
    color: green;
}

.conta-receber-pendente {
    font-weight: bold;
    color: green;
    background-color: #00800021;
}


.button-a {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*optional*/
    font-family: arial, sans-serif;
    /*input has OS specific font-family*/
    color: #069;
    text-decoration: underline;
    cursor: pointer;
}

.footer ul.links-vertical li a {
    padding: 1px;
}


html,
body {
    height: 100%;
    position: relative;
}

.main-content {
    min-height: 95vh; /* will cover the 100% of viewport */
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px; /* height of your footer */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.modal-footer {
    border-top: 1px solid #e9ecef;
}

.custom-checkbox .custom-control-input.custom-control-label {
    height: 1.3rem;
    padding-top: 2px;
}

.custom-control-label span {
    top: 0;
}

.fill-linte {
    fill: #f8f9fe;
}

.btn-en {
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #000;
    background-color: #f1ad45;
    border-color: #000;
}

.btn-linted {
    color: #fff;
    background-color: #000 !important;
    border-color: #f5b759 !important;
}

@media only screen and (max-width: 1024px) {

    .section-nucleo-icons {
        --gutter: 6rem;
    }
}


@media only screen and (max-width: 890px) {

    .section-nucleo-icons {
        --gutter: 5rem;
    }
}

@media only screen and (max-width: 770px) {

    .section-nucleo-icons {
        --gutter: 4rem;
    }
}


@media only screen and (max-width: 604px) {

    .section-nucleo-icons {
        --gutter: 3rem;
    }
}

@media only screen and (max-width: 504px) {

    .section-nucleo-icons {
        --gutter: 2rem;
    }
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.form-check .form-check-label::after {
    font-family: 'Font Awesome 6 Pro';
}

.h-35 {
    height: 35%!important;
}

/* Separador de funcionalidades */

.divisor {
    position: relative;
}

.divisor .section {
    width: 220px;
    background: #d3dee5;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 10px solid #ffffff; /* borda branca em volta */
    margin-bottom: 20px;
    text-align: center; /* centraliza o texto */
    padding: 12px 12px; /* respiro em volta do texto */
    font-family: arial, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #666666; /* texto cinza escuro */
    z-index: 2; /* na frente da linha */
    position: relative; /* exigido pelo z-index */

}

.divisor:before {
    position: absolute; /* posição relativa ao container */
    top: 50%; /* posição vertical: bem na metade */
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.1);
    z-index: 1; /* atrás do box do mês */
}

.panel-title {
    margin-bottom: 1.5rem;
}
/* fim */

.btn-whatsapp-pulse {
    background-color: #25d366;
    color: white;
    bottom: 40px;
    right: 40px;
    font-size: 45px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    padding: 40px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 1000;
    border-bottom: rgba(37, 211, 102, 0.5);
}

.card-existent {
    padding: 1.25rem 1.5rem;
    background-color: #fff;    
    border-bottom: 1px solid rgba(0, 0, 0, .05);    
}

.dados-cadastrais {
    border-radius: .375rem;
}

.dados-pendentes {
    margin: 30px 0;
    padding: 50px;
    border: 2px dashed #808080;
}

/* Código novo que veio do Athena */

.form-check {
    padding-left: 0;
}

.linha-separacao-formulario {
    margin: 1.5rem 1.8rem;
    border: 0;
    border-top: 1px solid #001f410f;
}

.linha-separacao-formulario::after {
    background: radial-gradient(ellipse at center,#dae6f0,rgba(255,255,255,0) 60%);
}

[data-toggle="collapse"] .fa:before {
    content: "\f146";
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0fe";
}

.panel-title {
    margin-bottom: 10px;
}

.ordenacao-icon {
    margin-left: 8px; /* Espaçamento à esquerda para separar do texto */
    display: inline-block;
}

.seta-asc::after {
    content: "\2191"; /* Caractere Unicode para seta para cima */
}

.seta-desc::after {
    content: "\2193"; /* Caractere Unicode para seta para baixo */
}

@media (min-width: 375px) {
    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }
}

/* Kanban */

.kanban-container {
    position: relative;
    box-sizing: border-box;
    width: auto;
    overflow: scroll;
}

.kanban-container * {
    box-sizing: border-box;
}

.kanban-container:after {
    clear: both;
    display: block;
    content: "";
}

.kanban-board {
    position: relative;
    float: left;
    background: #e9ecef;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 0.75rem;
}

.kanban-board.disabled-board {
    opacity: 0.3;
}

.kanban-board.is-moving.gu-mirror {
    transform: rotate(3deg);
}

.kanban-board.is-moving.gu-mirror .kanban-drag {
    overflow: hidden;
    padding-right: 50px;
}

.kanban-board header {
    font-size: 16px;
    padding: 20px;
}

.kanban-board header .kanban-title-board {
    font-weight: 600;
    margin: 0;
    padding: 0;
    display: inline;
    color: #344767;
}

.kanban-board header .kanban-title-button {
    float: right;
}

.kanban-board .kanban-drag {
    min-height: 200px;
    padding: 20px;
}

.kanban-board:after {
    clear: both;
    display: block;
    content: "";
}

.kanban-item {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.kanban-item img.w-100 {
    border-radius: 0.375rem;
}

.kanban-item:hover {
    cursor: move;
}

.kanban-item:last-child {
    margin: 0;
}

.kanban-item.is-moving.gu-mirror {
    transform: rotate(3deg);
    height: auto !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #8898aa;
    content: "/"!important;
}

#fileupload {
    font-weight: bold;
}

/* Estilizar o botão */
#fileUploadLabel {
    cursor: pointer; /* Muda o cursor para indicar que é clicável */
}

#fileUploadLabel:hover {
    background-color: #0056b3; /* Cor do botão ao passar o mouse */
}

#fileUploadLabel i {
    margin-right: 8px; /* Espaçamento entre ícone e texto */
}



/* Estilizar os cards de gráficos */
.card [data-background-color="grafico"] {
    background: linear-gradient(60deg, #dde1ef9c, aliceblue);
}

.card [data-background-color] {
    color: #FFFFFF;
}

.icon-container {
    display: inline-block; /* Garante que o ícone ocupe apenas o espaço necessário */
    text-decoration: none; /* Remove a decoração do link */
    transition: transform 0.3s ease-in-out; /* Transição suave */
}

.icon-container:hover .icon {
    transform: scale(1.2); /* Aplica o zoom no ícone */
}

.icon {
    transition: transform 0.3s ease-in-out; /* Transição suave para o ícone */
}

/* Efeito de foco e animação do ícone */
.icon-container:focus .icon {
    transform: scale(1.2); /* Quando o ícone é focado, ele também tem zoom */
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #608ab9;
}

/* Animação de chacoalhar */
@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    50% { transform: translateX(5px); }
    75% { transform: translateX(-5px); }
    100% { transform: translateX(0); }
}

/* Aplica a animação de chacoalhar */
.shake {
    animation: shake 0.5s ease-in-out;
}

.chart-canvas {
    box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2); /* sombra mais intensa */
}

.dataTables_info, .dataTables_length, .dt-buttons {
    padding-left: 1rem;
}



.notification-banner {
    display: none;  /* Inicialmente escondido */
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333333e8;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: center;
    font-size: 16px;
    width: 90%;
    max-width: 500px;
}

.notification-banner .notification-content p {
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
}

.notification-banner .btn {
    margin: 0 10px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.notification-banner .btn-primary {
    background-color: #007bff;
    border: none;
}

.notification-banner .btn-secondary {
    background-color: #6c757d;
    border: none;
}

.notification-banner .btn:hover {
    opacity: 0.8;
}
