/* Add here all your css styles (customizations) */

.menu-off {
    display: none;
}

.menu-on {
    display: block;
}

.top-menu {
    /*    color: rgb(204, 244, 231);
    /*    display: none;  */
    /*    padding-right: 1em; */
    font-stretch: narrower;
    font-weight: bold;
    margin-inline-start: 1em;
}

.pos-rel-50 {
    position: relative;
    top: 0.75em;
}

.pos-rel-100 {
    position: relative;
    top: 3em;
}

.horiz-center {
    position: relative;
    left: 50%;
    transform: translate(-50%, 0%);

}

.h-icone {
    float: right;
    padding-right: 1em;
    font-weight: bold;
    font-size: 24px;
}

#containerPix {
    width: 100%;
    height: auto;
    margin: 5px auto;
    text-align: left;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bg-submenu {
    background-color: #e7f6eb;
}
.bg-subaru {
    background-color: white;
    border-radius: 13px;

}

.bg-subarulight {
    background-color: rgb(210, 236, 240);
    border-radius: 13px;

}

.logo-text {
    display: inline-flex;
    padding-right: 1em;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-stretch: expanded;
    /* Adicione uma fonte alternativa para o caso da fonte principal falhar */
    color: #aeb9f6 !important;
    /* aquamarine; */

}

#tenant {
    display: inline-flex;
    padding-right: 1em;
    font-weight: bold;
    font-stretch: condensed;
    /*    font-size: 1.2em; */
    font-family: 'Montserrat', sans-serif;
    /*'Arial Narrow'; */
    color: rgb(240, 239, 170);
}

#loginContainer {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    top: 7%;
    max-width: 300px;
    width: 100%;
    height: auto;
    margin: 5px auto;
    /*            text-align: left;
    padding: 15px; */
    background-color: rgb(135, 135, 137);
    /* rgb(184, 221, 227);*/
    border-radius: 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

@media (max-width: 600px) {
    #loginContainer {
        width: 90%;
        padding: 10px;
        transform: translate(-50%, -50%);
        top: 47%;
    }
}

#xFormContainer {
    display: block;
    max-width: calc(100% - 20px);
    margin: 0px;
    height: auto;
    /* Defina uma altura máxima desejada */
    overflow-y: auto;
    /* Permite rolagem vertical */
    /* auto;*/
    /* margin-left: 50px; */
    text-align: center;
    padding-left: 0px;
    padding-top: 0;
    background-color: #d4e4ed;
    border-radius: 4px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hide {
    display: none;
}

#old-ajuda {
    position: relative;
    top: 0em;
    right: 0em;
    left: calc(100% - 4em);
    border-radius: 5px;
    display: flex;
    width: 4em;
    height: 2em;
    float: inline-start;
    cursor: pointer;

}

#old-syncExtrato {
    position: relative;
    top: 0em;
    right: 0em;
    left: calc(100% - 14em);
    border-radius: 5px;
    display: flex;
    width: 4em;
    height: 2em;

}

.floating-icon {
    position: relative;
    top: 0;
    /*    left: 80%;*/
    justify-content: flex-end;
    display: flex;
    flex-direction: row;
    gap: 10px;
    /* Espaçamento entre os elementos */
    z-index: 1000;
    /* Certifique-se de que os ícones fiquem acima de outros elementos */
}

.floating-icon button {
    font-size: x-large;
    width: 36px;
    /* Ajuste conforme necessário */
    height: 30px;
    /* Ajuste conforme necessário */
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 30%;
    /* Torna os botões retangulares */
    cursor: pointer;
}

.floating-icon button:hover {
    background-color: #f1eda5;
    /* Cor de fundo ao passar o mouse */
}


#old-painel-status {
    position: fixed;
    left: 0;
    top: 60%;
    /* Começa onde o #menu-lateral termina */
    width: 140px;
    height: 20%;
    background-color: #f1eda5;
    /* #075a2a; */
    color: #080808;
    font-size: 13px;
    padding: 0px;
    margin: 0;
}

#temppainel-status {
    position: fixed;
    left: 10%;
    top: 10%;
    /* Começa onde o #menu-lateral termina */
    width: 80%;
    height: 85%;
    background-color: #f1eda5;
    /* #075a2a; */
    color: #080808;
    font-size: 18px;
    padding: 0px;
    margin: 0;
}

#painel-mensagens {
    position: fixed;
    left: 0;
    top: 80%;
    /* Começa onde o #painel-status termina */
    width: 140px;
    height: 20%;
    background-color: #bdf4d4;
    /* #075a2a; */
    color: #1a0000;
    font-size: 8px;
    padding: 0px;
    margin: 0;
}


/* Estilos do menu lateral */

#menu-lateral {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100px;
    height: 60%;
    background-color: #29a85e;
    /* #075a2a; */
    color: #fff;
    padding: 20px;
}

#menu-lateral ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 20px;
}

#menu-lateral li {
    margin-bottom: 15px;
}

#menu-lateral .logout a {
    background-color: #69d797;
    color: black;
    /*    font-weight: bold;
    /* Outros estilos que desejar */
}

/* Estilos para o item de menu selecionado */

#menu-lateral a {
    display: block;
    padding: 2px 1px;
    text-decoration: none;
    color: #fff;
    /*    background-color: #3bba70; */
    transition: background-color 0.3s;
    font-size: 15px;
    border-bottom: 1px solid #aae9cb;
    border-right: 1px solid #3cdf80;
    border-top: 1px solid #087733;
    border-left: 1px solid #087733;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(229, 246, 229, 0.2);

}


#menu-lateral a:hover {
    background-color: #161718;
    /* Cor de fundo ao passar o mouse */
}

/* fim do menu lateral */


/* Estilo para o item ativo */
.navbar-brand.top-menu.menuOption.active {
    /**/
    /* .navbar-brand.topMenu.active { */
    background-color: #4474a1;
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    /* Cor do item ativo */
}
/* estilo para mouse hover */
.navbar-brand.top-menu.menuOption:hover {
    
    color:silver
    /* Cor do item ativo */
}
/* Submenu */
.submenu1 {
    /*    width: calc(100% - 100px); */
    width: max-content;
    /*float: right; */
    background-color: #e7f6eb;
    color: #fff;
    padding-right: 20px;
    border-bottom: solid 1px #3cdf80;
}

.submenu1 ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.submenu1 ul.nav>li {
    margin-left: 30px;
    float: left;
    position: relative;
}

.submenu1 ul.nav>li>a {
    display: flex;
    color: rgb(2, 35, 1);
    text-align: center;
    /* font-weight: bold; */
    padding: 8px 10px;
    /* Reduced padding */
    text-decoration: none;
}

.submenu1 ul.nav>li>a.active {
    background-color: #84f0e5;
}

.submenu1 ul.nav li a:hover {
    background-color: #3ac170;
}

.submenu-ruler {
    position: fixed;
    border: 0;
    height: 1.5px;
    background-color: #3cdf80;
    /* Cor preta */
    /*    top: 3.5em; */
    width: 200%;
    margin: -1px;
    left: -50%;
    /* Margem superior e inferior de 20px */
}

/* fim do menu superior */

.selected {
    background-color: #089403;
    color: #4ff51c !important;
    /* Mudar a cor do texto para branco */
}

.msg-centered {
    text-align: center;
    background-color: #b2d5c4;
    color: black;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    top: 4.5em;
    left: 50%;
    transform: translate(-50%, -50%);
    /* margin-top: 5%;
    /*  150px; */
    width: max-content;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.auxf {
    padding: 10px;
    text-align: center;
}

/* Estilos do formulário */
#formulario {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 999;
    /* Garante que o formulário esteja acima do menu */
}


body {
    font-family: 'Arial', sans-serif;
    /*    text-align: center;
    /*    background-color: #f3f3f3; */
    margin: 0;
    padding: 0;
}

h2 {
    text-align: center;
    padding: 0;
    background-color: #2f77a19c;
    color: #333;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

h3 {
    text-align: left;
    padding: 0;
    font-size: large;
    /*   color: #faf6f6;*/
    margin-top: 20px;
    margin-bottom: 0px;
}

h4 {
    color: black;
    font-size: large;
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0;
    text-align: center;
}

p {
    color: #242424;
    margin-bottom: 20px;
}

label {
    display: block;
    margin-bottom: 8px;
    color: #333;
}

@media (max-width: 600px) {
    .input-group {
        font-size: small;
    }

    h2 {
        font-size: 1.5em;
    }

    body,
    input {
        font-size: small;
    }

    select {
        font-size: small;
    }

    .nav-header {
        font-size: x-small;
    }

    .navbar-brand {
        font-size: small !important;
    }

    .container {
        font-size: x-small;
    }

    .jTable th,
    .jTable td {
        font-size: 8px !important;
    }

    ;

    caption {
        font-size: 0.8em !important;
    }

    ;

    .mmodal {
        font-size: 0.8em;
        left: 2%;
        top: 8em;
        width: 90%;
    }

    .floating-icon {
        left: 50%;
    }

    .floating-icon button {
        font-size: large;
        width: 35px;
        /* Ajuste conforme necessário */
        height: 20px;
        /* Ajuste conforme necessário */
        font-size: small;
    }
}

/* Media query para telas muito pequenas */
@media (max-width: 480px) {
    .input-group {
        font-size: smaller;
    }

    h2 {
        font-size: 1.3em;
    }

    input {
        font-size: smaller;
    }

    select {
        font-size: smaller;
    }

    .nav-header {
        font-size: x-small;
    }

    .container {
        font-size: x-small;
    }

    .navbar-brand {
        font-size: x-small !important;
    }

    .mmodal {
        font-size: 0.8em;
        left: 2%;
        top: 8em;
        width: 90%;
    }
}

input {
    /*    width: 60%;*/
    padding: 8px;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    background-color: snow;
}

.cursiva {
    font-style: italic;
    font-family: cursive;
}

button {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #35637e;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;

}

.centered-cell {
    text-align: center;
    /* Alinhamento horizontal */
    margin-left: 10px;
    vertical-align: middle;
    /* Alinhamento vertical */
}

.btn-status {
    width: 40px;
    height: 25px;
    text-align: center;
    background-color: #6c756e;
    line-height: 25px;
    /* Isto centraliza o texto verticalmente */
    padding: 0;
    /* Remove o espaçamento interno */
}

#companyLogo {
    max-width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    max-width: 90px;
    max-height: 35px;
    border-radius: 5px;
}


.jTable {
    /*    width: 100%;*/
    border-collapse: collapse;
    background-color: lightgrey;
    border: solid 2px rgb(71, 71, 71);
    display: table;
    max-width: 100%;
    /*    table-layout: auto;*/

}

.jTable th,
.jTable td {
    padding: 2px 0.8em;
    text-align: left;
    border: 1px solid #ddd;
    font-size: 12px;
    height: 20px;
    color: black;
    /* altura da linha da tabela */
}

.fontLarg th,
.fontLarg td {
    font-size: 0.9em;
}

.fontLarger th,
.fontLarger td {
    font-size: 1.2em;
}

.jTable thead th {
    position: sticky;
    top: 0;
    /* Fixa no topo do container */
    z-index: 1;
    /* Garante que o cabeçalho fique sobre as outras células */
}

.jTable th {
    background-color: #35637e;
    color: white;
}

.jTable .short {
    width: 70px;
}

.jTable .double {
    width: 120px;
}

.jTable tbody tr:nth-child(even) {
    background-color: #f2f2f2;
}

.jTable tbody tr:hover {
    background-color: #9de6ee;
}

caption {
    padding-top: 0 !important;
    caption-side: top !important;
    font-weight: bold !important;
    font-size: 1.1em !important;
    margin-bottom: 10px !important;
    text-align: center !important;
    padding-bottom: 0cm !important;
    color: black !important;
}

.userClass {
    padding: 0;
    margin-top: 10px;
    background-color: rgb(48, 242, 132);
    color: black;
    width: 80%;
    height: 30px;
    font-size: 24px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border: solid 2px rgb(3, 121, 64);

}


.contextMenu {
    display: none;
    position: absolute;
    background-color: rgb(211, 246, 226);
    border: 1px solid #55a758;
    border-top: 2px dashed;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    padding: 10px;
    text-align: left;
}

.contextMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.contextMenu ul li {
    padding: 8px;
    cursor: pointer;
    font-size: smaller;
}

.contextMenu ul li:hover {
    background-color: #55a758;
}

/* Estilos para a janela mmodal */
.mmodal {
    display: none;
    /* Esconder por padrão */
    position: fixed;
    /* Ficar em cima da página */
    z-index: 9;
    /* Ficar na frente */
    left: 0;
    top: 6em;
    left: 10%;
    max-width: 100%;
    width: 80%;
    height: 80%;
    padding-top: 1em;
    overflow: auto;
    /* Habilitar rolagem se necessário */
    background-color: rgb(0, 0, 0);
    /* Cor de fundo */
    background-color: #c9e0d4;
    ;
    /* Preto com opacidade */
}

/* Conteúdo da janela mmodal */
.mmodal-content {
    position: relative;
    text-align: center;
    background-color: #fefefe;
    margin: 1% 1%;
    /* 15% de cima e centralizado */
    padding: 20px;
    border: 1px solid #888;
    width: 98%;
    height: 98%;
    /* Largura */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    animation: show 0.4s;
}

.mmodal.ajuda {
    text-align: left;
    font-size: medium;
    font-family: 'Times New Roman', Times, serif;
    background-color: #eef7fb;
    border-radius: 10px;
    border: solid 1px;
    border-color: lightblue;
    padding: 10px;
    position: absolute;

}

/* Animação para mostrar a janela */
@keyframes show {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* Botão de fechar */
.mclose {
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
    background-color: #e00505;
    font-size: 32px;
    font-weight: bold;
    cursor: pointer;
    width: 40px;
    height: 32px;
    padding: 0;
    line-height: 0.7em;
}

.mclose:hover,
.mclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes colorChange {
    0% {
        color: violet;
    }

    25% {
        color: white;
    }

    50% {
        color: rgb(35, 196, 153);
    }

    75% {
        color: orange;
    }

    100% {
        color: violet;
    }
}

.colorful-text {
    animation: colorChange 5s infinite;
}


/* Estilos para o menu de configuracao */
.formulario .checkbox-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.formulario .checkbox-group input[type="checkbox"] {
    margin-right: 5px;
    width: 10%;
}

.formulario .button-group {
    display: flex;
    justify-content: center;/*space-around;*/
    width: 70%;
    padding-left: 30%;
    margin-top: 20px;
    margin-bottom: 10px;
    column-gap: 10px;
}

.formulario .button-group button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.formulario .button-group button:first-child {
    background-color: #35637e;
    color: white;
}

.formulario .button-group button:last-child {
    background-color: black;
    color: white;
}

.minor-action-button {
    padding: 0.1em;
    padding-left: 0.3em;
    padding-right: 0.3em;
    margin: 0 5px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    background-color: #b9f4f7;
    color: black;
}

.minor-remove-button {
    background-color: #638686;
    color: yellow;
}

.formTitle {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 2px black;
    margin-bottom: 0.3em;
    color: black;
}

.readonly {
    background-color: #ccedf3;
    cursor: not-allowed;
}

/* estilos para o menu de cobranca */
.formulario .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.formulario .input-group label {
    margin-right: 5px;
    width: 25%;
}

.formulario .input-group input {
    margin-right: 5px;
    max-width: 65%;
}
.formulario .input-group.narrow input {
    padding: 0.2em;
    padding-left: 0.5em;
    margin-bottom: 0.4em;
}


* xtooltips */ .info-icon {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-left: 5px;
}

.info-icon::before {
    content: 'i';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff;
    color: white;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-family: Arial, sans-serif;
}

.xtooltip {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    background-color: #687987;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 12px;
    z-index: 2;
}

.xtooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.info-icon:hover .xtooltip {
    display: block;
}

.warning-popup {
    display: none;
    position: fixed;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    background-color: rgba(255, 221, 0, 0.9);
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 16px;
    z-index: 99;
}

.success-popup {
    display: none;
    position: fixed;
    bottom: 15%;
    left: 45%;
    transform: translateX(-50%);
    width: 30%;
    background-color: #00ff7cf6;
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    z-index: 99;
}

/* fazer o .success-popup desaparecer depois de 5 segundos */
.success-popup.active {
    display: block;
    animation: fadeOut 8s forwards;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

    .warning-popup,
    .success-popup {
        width: 90%;
        font-size: small;
    }

}

#appLogo {
    max-width: 20px;
}
#mailSuporte {
    color:white; 
    font-size: small; 
    position:fixed; 
    bottom: 0;
    left: 0%;
    padding: 5px;
    text-align: center;
    width: inherit;
    background-color: black;
}