@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

section 
{
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

header
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logoMobile
{
    display: none;
}
header .logo
{
    position: relative;
    width: 200px;

}
header ul
{
    position: relative;
    display: flex;
}
header ul li
{
    list-style: none;
}
header ul li a
{
    display: inline-block;
    color: #fff;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
}
header ul li a.subpages
{
    display: inline-block;
    color: #333;
    font-weight: 400;
    margin-left: 40px;
    text-decoration: none;
}
.content
{
    position: relative;
    width: 100%;
    margin-left: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content.withImage
{
    margin-left: 0;
}
.content .textBox
{
    position: relative;
    max-width: 600px;
}
.content .textBox h2
{
    color: #333;
    font-size: 1.9em;
    line-height: 1.4em;
    font-weight: 300;
}
.withTable
{
    margin-left: 10%;
}
.botao-centro
{
    margin-left: 30%;
}
.botao-centro.alinhado
{
    width: 80%;
    padding: 8px 20px;
}
.content .textBox h2 span
{
    color: #22a6d2;

    line-height: 1.4em;
    font-weight: 500;
}
.content .textBox h2 span.Telebit
{
    font-size: 1.2em;
}

.content .textBox p
{
    color: #333;
}


.content .textBox .SelColaborador {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: none;
    border-radius: 0;
}
.content .textBox .SelColaborador.selected {
    color: #22a6d2;
}
.content .textBox .SelAtividade {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: none;
    border-radius: 0;
}
.content .textBox .SelAtividade.selected {
    color: #22a6d2;
}
.content .textBox .SelGpAtividade {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: none;
    border-radius: 0;
}
.content .textBox .SelGpAtividade.selected {
    color: #22a6d2;
}
.content .textBox a
{
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 8px 20px;
    background: #22a6d2;
    color: #fff;
    border-radius: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}

.content .textBox.alinhado a
{
    display: inline-block;
    margin-bottom: 12px;
    width: 80%;
    text-align: center;
    padding: 8px 20px;
    background: #22a6d2;
    color: #fff;
    border-radius: 40px;
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}
.content .textBox.alinhado #requicicao
{
    width: 80%;

}
.content .textBox #alocado select
{
    max-width: 100%;

}

.botaoAlinhado
{
    display: inline-block;
    margin-bottom: 12px;
    width: 80%;
    text-align: center;
}

.messages .error
{
    color: #d23a22;
    margin-top: 30px;
    margin-bottom: 30px;
}

.messages .success
{
    color: #22d257;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content .textBox a.redButton
{
    background: #d23a22;
}
.content .textBox a.redButton:hover
{
    background: #b8321e;
}
.content .textBox a.botao-gerado:hover
{
    cursor: pointer;
}
.content .textBox a.disabledButton
{
    background: #616161;
}
.content .textBox a.disabledButton:hover
{
    cursor:default;
    background:#505050;
}

.content .textBox a.greenButton
{
    background: #187623;
}
.content .textBox a.greenButton:hover
{
    background: #14631d;
}

input[type="submit"] 
{
    background-color: #22a6d2; /* Cor de fundo azul */
    color: #fff; /* Cor do texto branco */
    border: 2px solid #22a6d2; /* Borda azul sólida de 2px */
    border-radius: 40px; /* Cantos arredondados */
    padding: 8px 20px; /* Espaçamento interno */
    font-size: 14px; /* Tamanho da fonte */
    font-weight: 300 bold;
    letter-spacing: 1px;
    text-decoration: none;
    cursor: pointer;
}

/* Alterando a aparência quando o botão é hover (passar o mouse por cima) */
input[type="submit"]:hover {
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o mouse */
    border: 2px solid #0056b3; /* Borda mais escura ao passar o mouse */
    
}

.content .textBox a:hover 
{
    background-color: #0056b3; /* Cor de fundo mais escura ao passar o mouse */
    cursor: pointer;

}

.content .textBox table
{
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.content .textBox td, th
{
    text-align: center;
    vertical-align: middle;
}

#tabela_relatorio {
    font-size: x-small;
    margin-left: -10%;
    margin-right: -10%;
    padding: 0;
}
#tabela_relatorio a {
    display: inherit;
}
#tabela_relatorio tbody tr:nth-child(even){
    background-color: rgb(240, 240, 240);
}
.tabela_relatorio input[type="text"] {
    border-radius: 20px;
    width: 10em;
}
.content .textBox td a
{
    padding: 5px 7px;
}
.content .textBox td input[type="submit"]
{
    margin-top: 20px;
    padding: 5px 7px;
}
#deletar_projeto
{
    display: none;
}

#nao-alocado
{
    display: none;
}

#projetos
{
    padding: 10px;
}

.projetos
{
    margin-top: 20px;
}

.content .imgBox
{
    width: 600px;
    display: flex;
    justify-content: flex-end;
    padding-left: 100px;
    margin-top: 50px;
}
.content .imgBox img
{
    position: relative;
    max-width: 600px;
    padding-left: 100px;
}
.circle
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #22a6d2;
    clip-path: circle(690px at right);
}
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semitransparente */
    z-index: 999; /* Coloca o modal na frente de outros elementos */
}

.modal-conteudo {
    width: 80%;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    position: relative;
}

.table-acesso-content {
    position: relative;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
    min-height: 50px;
    font-size: 14px; /* Tamanho da fonte padrão */
}

.table-acesso-content.maior {
    margin-left: -25%;
    margin-right: -25%;
}

.table-tr tbody tr:nth-child(even) {
    background-color: rgb(240, 240, 240);
}

.table-tr tbody tr {
    height: 8em;
}

.table-acesso-content table {
    width: 100%;
    font-size: x-small;
    table-layout: fixed;
    border-collapse: collapse;
}
.table-acesso-content.maior table {
    table-layout: inherit;
}

.table-acesso-content th,
.table-acesso-content td {
    padding: 8px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px; /* Largura máxima para as colunas */
}

.table-acesso-content.maior th,
.table-acesso-content.maior td {
    max-width: unset; /* Largura máxima para as colunas */
}

.table-acesso-content.maior th {
    color: white;
    background-color:#22a6d2;
}

.table-acesso-content td.td-relatorio-blm {
    align-items: center;
}

.table-acesso-content td.td-relatorio-blm input[type="text"] {
    max-width: unset;
    width: 144px;
}

.table-acesso-content p,
.table-acesso-content #anexar-sites,
.table-acesso-content label {
    padding: 20px;
}

.table-acesso-content input[type="text"] {
    width: 100%; /* Largura total para inputs de texto */
    max-width: 100px; /* Largura máxima para inputs de texto */
    font-size: 14px; /* Tamanho da fonte para inputs de texto */
}

.rTable{width: 100%; text-align: center; border-collapse: collapse; }
.rTable thead{background: black; font-weight: bold; color:#fff;}
.rTable tbody tr:nth-child(2n){background: #ccc;}
.rTable tbody tr.chave {background: #f4f736;}
.rTable th , .rTable td{padding: 7px 0;}

.inputPequeno{width: 60px; text-align: center;}

.inputMedio{width: 80px; text-align: center;}


@media (max-width: 991px)
{
    header
    {
        padding: 20px;
    }
    header .logo
    {
        display: none;
    }
    header .logoMobile
    {
        position: relative;
        display: flex;
    }
    header .logoMobile img
    {
        position: relative;
        max-width: 60px;
    }
    header ul
    {
        display: none;
    }
    .toggle
    {
        position: relative;
        left: 10px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(../assets/menu.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
        filter: invert(1);
        z-index: 11;
    }
    .toggle.active
    {
        position: relative;
        background: url(../assets/close.png);
        background-size: 30px;
        background-position: center;
        background-repeat: no-repeat;
    }
    header ul.navigation.active
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
        z-index: 10;
    }
    header ul li a
    {
        font-size: 1.5em;
        color: #333;
        margin: 5px 0;
    }
    section
    {
        padding: 20px;
    }
    .content
    {
        flex-direction: column;
        margin-top: 100px;
        margin-bottom: 50%;
        margin-left: 0;
    }
    .rTable thead{display:none;}
    .rTable tbody td{display: flex; flex-direction: column; }
    .content .textBox h2
    {
        font-size: 1.8em;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .content .textBox
    {
        max-width: 100%;
    }
    .circle
    {
        top: 5%;
        width: 100%;
        clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    }
    .content .imgBox
    {
        margin-top: 50%;
    }
    .content .imgBox img
    {
        max-width: 400px;
        right: 85px;
        top: 50px;
        padding-left: 0;
    }
    .modal-conteudo {
        margin: 0;
    }
    .botao-centro {
        margin-left: 15%;
    }
    .table-acesso-content.maior {
        margin-left: 0;
        margin-right: 0;
    }

}