@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/See.MapaClasseMunicipio.Client/Components/App.razor.rz.scp.css */
@media screen and (max-width: 780px) {
    section#govsp-rodape[b-1hmd6c7mbw] {
        margin-top: auto;
    }

        section#govsp-rodape .linha-botoes[b-1hmd6c7mbw] {
            flex-direction: column;
            padding: 0;
            margin-top: 12px;
        }

            section#govsp-rodape .linha-botoes .coluna-4[b-1hmd6c7mbw] {
                min-width: 100%;
                width: 100%;
                padding-top: 15px;
            }

            section#govsp-rodape .linha-botoes .btn-model[b-1hmd6c7mbw] {
                width: 95%;
            }

    .bb-sidebar.sidebar-sed[b-1hmd6c7mbw] {
        display: none !important;
    }
}

@media (max-width: 640.98px) {
    .bb-sidebar.sidebar-sed[b-1hmd6c7mbw] {
        display: none !important;
    }
}

.msg-mensagem[b-1hmd6c7mbw] {
    background-color: var(--primaira-cor-azul-sed) !important;
 }
/* _content/See.MapaClasseMunicipio.Client/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-o8v71ltlqs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-o8v71ltlqs] {
    flex: 1;
}

.sidebar[b-o8v71ltlqs] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-o8v71ltlqs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-o8v71ltlqs]  a, .top-row[b-o8v71ltlqs]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-o8v71ltlqs]  a:hover, .top-row[b-o8v71ltlqs]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-o8v71ltlqs]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

.user-logado[b-o8v71ltlqs] {
    font-weight: 600 !important;
    margin-top: revert;
}

.conteudo-perfil[b-o8v71ltlqs] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.foto-perfil[b-o8v71ltlqs] {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

    .foto-perfil img[b-o8v71ltlqs] {
        width: 100%;
        height: auto;
        margin-top: -2px;
        margin-left: 0px;
    }

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

    .foto-perfil[b-o8v71ltlqs] {
        display: none;
    }
   
}

@media (max-width: 640.98px) {
    .top-row[b-o8v71ltlqs] {
        justify-content: space-between;
    }

        .top-row[b-o8v71ltlqs]  a, .top-row[b-o8v71ltlqs]  .btn-link {
            margin-left: 0;
        }

    .foto-perfil[b-o8v71ltlqs] {
        display: none;
    }
}

@media (min-width: 641px) {
    .page[b-o8v71ltlqs] {
        flex-direction: row;
    }

    .sidebar[b-o8v71ltlqs] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-o8v71ltlqs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-o8v71ltlqs]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-o8v71ltlqs], article[b-o8v71ltlqs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-o8v71ltlqs] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-o8v71ltlqs] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/ApoioPresencial/ApoioPresencial.razor.rz.scp.css */
.btnEscolas[b-vfsa24htyi] {
    padding: 0.2rem;
}
.botoes[b-vfsa24htyi] {
    text-align: center;
}

.selecionar-escola[b-vfsa24htyi] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.conteudo-casos[b-vfsa24htyi] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: -0.5rem;
    width: 100%;
}

.conteudo-casos-wrapper[b-vfsa24htyi] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteudo-casos a[b-vfsa24htyi] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex: 0 0 auto;
    max-width: 200px;
    min-width: 200px;
    margin: 0.5rem;
}

.conteudo-casos .box-casos[b-vfsa24htyi] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .conteudo-casos .box-casos:hover[b-vfsa24htyi] {
        transform: translateY(-4px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

.number-casos[b-vfsa24htyi] {
    color: #596E79;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.legenda-casos[b-vfsa24htyi] {
    color: var(--color-gray-600);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    margin-top: 1.2rem;
    flex: 0 0 calc(14,28% -1rem);
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
}

.todos[b-vfsa24htyi] {
    border: 0.5px solid var(--color-gray-800);
    background-color: var(--color-gray-100);
}

.atrasados[b-vfsa24htyi] {
    border: 0.5px solid var(--color-red);
    background-color: var(--color-red-100);
}

.andamentos[b-vfsa24htyi] {
    border: 0.5px solid var(--color-yellow);
    background-color: var(--color-yellow-500);
}

.totais[b-vfsa24htyi] {
    border: 0.5px solid var(--color-green);
    background-color: var(--color-green-100);
}

.nao-iniciados[b-vfsa24htyi] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.meta-apoio-semanal[b-vfsa24htyi] {
    border: 0.5px solid var(--color-gray-700);
    background-color: var(--color-gray-200);
}


.inativos[b-vfsa24htyi] {
    border: 0.5px solid;
    color: rebeccapurple;
    background-color: rgba(160, 32, 240, 0.1);
}

.semanal[b-vfsa24htyi] {
    background-color: #FFFFD9;
    border: 0.5px solid var(--color-yellow);
}

.concluidos[b-vfsa24htyi] {
    background-color: var(0.5px solid);
    border-color: var(--color-green);
}

.gestores[b-vfsa24htyi] {
    border: 0.5px solid var(--color-orange-600);
    background-color: var(--color-orange-100);
}

.row.align-items-end[b-vfsa24htyi] {
    margin-top: 2rem;
}

.escola-nome[b-vfsa24htyi] {
    font-weight: bold;
    font-size: 1.1em;
}

.legenda-grid[b-vfsa24htyi] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.85rem;
}

    .legenda-grid > div[b-vfsa24htyi] {
        display: flex;
        align-items: center;
    }

    .legenda-grid a[b-vfsa24htyi] {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

    .legenda-grid p[b-vfsa24htyi] {
        margin: 0;
    }

.panel-body[b-vfsa24htyi] {
    padding: 15px;
}

.grid-controls[b-vfsa24htyi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.items-per-page[b-vfsa24htyi] {
    display: flex;
    align-items: center;
}

    .items-per-page label[b-vfsa24htyi] {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .items-per-page select[b-vfsa24htyi] {
        margin-left: 5px;
        width: auto;
    }

.search-box[b-vfsa24htyi] {
    flex-grow: 0;
    width: auto;
    max-width: 200px;
}

    .search-box input[b-vfsa24htyi] {
        width: 100%;
    }

.table-responsive[b-vfsa24htyi] {
    overflow-x: auto;
}

.table[b-vfsa24htyi] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: #333;
}

    .table th[b-vfsa24htyi], .table td[b-vfsa24htyi] {
        padding: 0.5rem;
        border: 1px solid #f0f0f0;
    }

    .table th[b-vfsa24htyi] {
        background-color: #459ad6;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        padding: 0.75rem 0.5rem;
    }

    .table td[b-vfsa24htyi] {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle;
    }

    .table tr:last-child td[b-vfsa24htyi] {
        border-bottom: none;
    }

    .table td:last-child[b-vfsa24htyi] {
        border-right: none;
    }

.table-striped tbody tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: #e2efff;
}

.pagination-info[b-vfsa24htyi] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.items-info[b-vfsa24htyi] {
    margin-bottom: 10px;
}

.pagination[b-vfsa24htyi] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.page-item[b-vfsa24htyi] {
    margin: 2px;
}

.page-link[b-vfsa24htyi] {
    padding: 0.25rem 0.5rem;
    color: #459ad6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.page-item.active .page-link[b-vfsa24htyi] {
    color: #fff;
    background-color: #459ad6;
    border-color: #459ad6;
}

.page-item.disabled .page-link[b-vfsa24htyi] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.support-text[b-vfsa24htyi] {
    font-size: 16px;
    width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: justify;
}

.support-text a[b-vfsa24htyi] {
    text-decoration: underline;
}

.table.gestores th[b-vfsa24htyi] {
    background-color: var(--color-orange-600);
}

.table.todos th[b-vfsa24htyi] {
    background-color: var(--color-gray-800);
}

.table.atrasados th[b-vfsa24htyi] {
    background-color: var(--color-red);
}

.table.andamentos th[b-vfsa24htyi] {
    background-color: var(--color-yellow);
}

.table.concluidos th[b-vfsa24htyi] {
    background-color: var(--color-green);
}

.table.nao-iniciados th[b-vfsa24htyi] {
    background-color: var(--color-blue);
}

.table.inativos th[b-vfsa24htyi] {
    background-color: rebeccapurple;
}

.table.totais th[b-vfsa24htyi] {
    background-color: var(--color-green);
}

.table.gestores tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-orange-100);
}

.table.todos tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-gray-100);
}

.table.atrasados tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-red-100);
}

.table.andamentos tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-yellow-500);
}

.table.concluidos tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-green-100);
}

.table.nao-iniciados tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-blue-100);
}

.table.inativos tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: rgba(160, 32, 240, 0.1);
}

.table.totais tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: var(--color-green-100);
}

table.semanal[b-vfsa24htyi] {
    border: 2px solid #FFD700; 
}

.table.semanal th[b-vfsa24htyi] {
    background-color: #FFD700; 
    color: #000; 
}

.table.semanal tr:nth-of-type(odd)[b-vfsa24htyi] {
    background-color: #FFFFD9;
}

.table.semanal tr:nth-of-type(even)[b-vfsa24htyi] {
    background-color: #FFFFE0;
}

.table.semanal td[b-vfsa24htyi] {
    border-color: #FFD700;
}

@media screen and (max-width: 1400px) {
    .conteudo-casos[b-vfsa24htyi] {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .conteudo-casos[b-vfsa24htyi] {
        justify-content: center;
    }

    .legenda-item[b-vfsa24htyi] {
        width: 100%;
    }

    .conteudo-casos a[b-vfsa24htyi] {
        flex: 0 0 calc(20% - 1rem);
    }
}

@media screen and (max-width: 992px) {
    .conteudo-casos a[b-vfsa24htyi] {
        flex: 0 0 calc(33.33% - 1rem); 
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .grid-controls[b-vfsa24htyi] {
        flex-direction: column;
        align-items: stretch;
    }

    .items-per-page[b-vfsa24htyi], .search-box[b-vfsa24htyi] {
        width: 100%;
        margin-bottom: 10px;
    }

    .items-per-page[b-vfsa24htyi] {
        justify-content: flex-start;
    }

    .search-box[b-vfsa24htyi] {
        max-width: none;
    }

    .table thead[b-vfsa24htyi] {
        display: none;
    }

    .table[b-vfsa24htyi], .table tbody[b-vfsa24htyi], .table tr[b-vfsa24htyi], .table td[b-vfsa24htyi] {
        display: block;
        width: 100%;
    }

        .table tr[b-vfsa24htyi] {
            margin-bottom: 15px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
        }

        .table td[b-vfsa24htyi] {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            border-right: none;
        }

            .table td[b-vfsa24htyi]:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                top: 50%;
                transform: translateY(-50%);
            }

            .table td:last-child[b-vfsa24htyi] {
                border-bottom: none;
            }

    .pagination-info[b-vfsa24htyi] {
        flex-direction: column;
        align-items: flex-start;
    }

    .items-info[b-vfsa24htyi], .pagination[b-vfsa24htyi] {
        margin-bottom: 10px;
    }

    .legenda-grid[b-vfsa24htyi] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

        .legenda-grid > div[b-vfsa24htyi] {
            width: 100%;
        }

    .info-row[b-vfsa24htyi] {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .escola-nome[b-vfsa24htyi] {
        margin-bottom: 1rem;
    }

    .conteudo-casos a[b-vfsa24htyi] {
        flex: 0 0 calc(50% - 1rem); 
        justify-content: center;
    }

}

@media screen and (max-width: 480px) {
    .conteudo-casos a[b-vfsa24htyi] {
        flex: 0 0 100%; 
        justify-content: center;
    }
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/ApoioPresencialPec/ApoioPresencialPec.razor.rz.scp.css */
.btnEscolas[b-9bavfbch7j] {
    padding: 0.2rem;
}
.botoes[b-9bavfbch7j] {
    text-align: center;
}

.selecionar-escola[b-9bavfbch7j] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.conteudo-casos[b-9bavfbch7j] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
    margin: -0.5rem;
    width: 100%;
}

.conteudo-casos-wrapper[b-9bavfbch7j] {
    width: 100%;
    display: flex;
    justify-content: center;
}

.conteudo-casos a[b-9bavfbch7j] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex: 0 0 auto;
    max-width: 200px;
    min-width: 200px;
    margin: 0.5rem;
}

.conteudo-casos .box-casos[b-9bavfbch7j] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .conteudo-casos .box-casos:hover[b-9bavfbch7j] {
        transform: translateY(-4px);
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    }

.number-casos[b-9bavfbch7j] {
    color: #596E79;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.legenda-casos[b-9bavfbch7j] {
    color: var(--color-gray-600);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    margin-top: 1.2rem;
    flex: 0 0 calc(14,28% -1rem);
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
}

.todos[b-9bavfbch7j] {
    border: 0.5px solid var(--color-gray-800);
    background-color: var(--color-gray-100);
}

.atrasados[b-9bavfbch7j] {
    border: 0.5px solid var(--color-red);
    background-color: var(--color-red-100);
}

.andamentos[b-9bavfbch7j] {
    border: 0.5px solid var(--color-yellow);
    background-color: var(--color-yellow-500);
}

.totais[b-9bavfbch7j] {
    border: 0.5px solid var(--color-green);
    background-color: var(--color-green-100);
}

.nao-iniciados[b-9bavfbch7j] {
    border: 0.5px solid var(--color-blue);
    background-color: var(--color-blue-100);
}

.meta-apoio-semanal[b-9bavfbch7j] {
    border: 0.5px solid var(--color-gray-700);
    background-color: var(--color-gray-200);
}


.inativos[b-9bavfbch7j] {
    border: 0.5px solid;
    color: rebeccapurple;
    background-color: rgba(160, 32, 240, 0.1);
}

.semanal[b-9bavfbch7j] {
    background-color: #FFFFD9;
    border: 0.5px solid var(--color-yellow);
}

.concluidos[b-9bavfbch7j] {
    background-color: var(0.5px solid);
    border-color: var(--color-green);
}

.gestores[b-9bavfbch7j] {
    border: 0.5px solid var(--color-orange-600);
    background-color: var(--color-orange-100);
}

.row.align-items-end[b-9bavfbch7j] {
    margin-top: 2rem;
}

.escola-nome[b-9bavfbch7j] {
    font-weight: bold;
    font-size: 1.1em;
}

.legenda-grid[b-9bavfbch7j] {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 0.85rem;
}

    .legenda-grid > div[b-9bavfbch7j] {
        display: flex;
        align-items: center;
    }

    .legenda-grid a[b-9bavfbch7j] {
        display: inline-flex;
        align-items: center;
        margin-right: 0.5rem;
    }

    .legenda-grid p[b-9bavfbch7j] {
        margin: 0;
    }

.panel-body[b-9bavfbch7j] {
    padding: 15px;
}

.grid-controls[b-9bavfbch7j] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.items-per-page[b-9bavfbch7j] {
    display: flex;
    align-items: center;
}

    .items-per-page label[b-9bavfbch7j] {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .items-per-page select[b-9bavfbch7j] {
        margin-left: 5px;
        width: auto;
    }

.search-box[b-9bavfbch7j] {
    flex-grow: 0;
    width: auto;
    max-width: 200px;
}

    .search-box input[b-9bavfbch7j] {
        width: 100%;
    }

.table-responsive[b-9bavfbch7j] {
    overflow-x: auto;
}

.table[b-9bavfbch7j] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: #333;
}

    .table th[b-9bavfbch7j], .table td[b-9bavfbch7j] {
        padding: 0.5rem;
        border: 1px solid #f0f0f0;
    }

    .table th[b-9bavfbch7j] {
        background-color: #459ad6;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        padding: 0.75rem 0.5rem;
    }

    .table td[b-9bavfbch7j] {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle;
    }

    .table tr:last-child td[b-9bavfbch7j] {
        border-bottom: none;
    }

    .table td:last-child[b-9bavfbch7j] {
        border-right: none;
    }

.table-striped tbody tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: #e2efff;
}

.pagination-info[b-9bavfbch7j] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.items-info[b-9bavfbch7j] {
    margin-bottom: 10px;
}

.pagination[b-9bavfbch7j] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.page-item[b-9bavfbch7j] {
    margin: 2px;
}

.page-link[b-9bavfbch7j] {
    padding: 0.25rem 0.5rem;
    color: #459ad6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.page-item.active .page-link[b-9bavfbch7j] {
    color: #fff;
    background-color: #459ad6;
    border-color: #459ad6;
}

.page-item.disabled .page-link[b-9bavfbch7j] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.support-text[b-9bavfbch7j] {
    font-size: 16px;
    width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
    text-align: justify;
}

.support-text a[b-9bavfbch7j] {
    text-decoration: underline;
}

.table.gestores th[b-9bavfbch7j] {
    background-color: var(--color-orange-600);
}

.table.todos th[b-9bavfbch7j] {
    background-color: var(--color-gray-800);
}

.table.atrasados th[b-9bavfbch7j] {
    background-color: var(--color-red);
}

.table.andamentos th[b-9bavfbch7j] {
    background-color: var(--color-yellow);
}

.table.concluidos th[b-9bavfbch7j] {
    background-color: var(--color-green);
}

.table.nao-iniciados th[b-9bavfbch7j] {
    background-color: var(--color-blue);
}

.table.inativos th[b-9bavfbch7j] {
    background-color: rebeccapurple;
}

.table.totais th[b-9bavfbch7j] {
    background-color: var(--color-green);
}

.table.gestores tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-orange-100);
}

.table.todos tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-gray-100);
}

.table.atrasados tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-red-100);
}

.table.andamentos tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-yellow-500);
}

.table.concluidos tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-green-100);
}

.table.nao-iniciados tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-blue-100);
}

.table.inativos tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: rgba(160, 32, 240, 0.1);
}

.table.totais tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: var(--color-green-100);
}

table.semanal[b-9bavfbch7j] {
    border: 2px solid #FFD700; 
}

.table.semanal th[b-9bavfbch7j] {
    background-color: #FFD700; 
    color: #000; 
}

.table.semanal tr:nth-of-type(odd)[b-9bavfbch7j] {
    background-color: #FFFFD9;
}

.table.semanal tr:nth-of-type(even)[b-9bavfbch7j] {
    background-color: #FFFFE0;
}

.table.semanal td[b-9bavfbch7j] {
    border-color: #FFD700;
}

@media screen and (max-width: 1400px) {
    .conteudo-casos[b-9bavfbch7j] {
        justify-content: center;
    }
}

@media screen and (max-width: 1200px) {
    .conteudo-casos[b-9bavfbch7j] {
        justify-content: center;
    }

    .legenda-item[b-9bavfbch7j] {
        width: 100%;
    }

    .conteudo-casos a[b-9bavfbch7j] {
        flex: 0 0 calc(20% - 1rem);
    }
}

@media screen and (max-width: 992px) {
    .conteudo-casos a[b-9bavfbch7j] {
        flex: 0 0 calc(33.33% - 1rem); 
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .grid-controls[b-9bavfbch7j] {
        flex-direction: column;
        align-items: stretch;
    }

    .items-per-page[b-9bavfbch7j], .search-box[b-9bavfbch7j] {
        width: 100%;
        margin-bottom: 10px;
    }

    .items-per-page[b-9bavfbch7j] {
        justify-content: flex-start;
    }

    .search-box[b-9bavfbch7j] {
        max-width: none;
    }

    .table thead[b-9bavfbch7j] {
        display: none;
    }

    .table[b-9bavfbch7j], .table tbody[b-9bavfbch7j], .table tr[b-9bavfbch7j], .table td[b-9bavfbch7j] {
        display: block;
        width: 100%;
    }

        .table tr[b-9bavfbch7j] {
            margin-bottom: 15px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
        }

        .table td[b-9bavfbch7j] {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            border-right: none;
        }

            .table td[b-9bavfbch7j]:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                top: 50%;
                transform: translateY(-50%);
            }

            .table td:last-child[b-9bavfbch7j] {
                border-bottom: none;
            }

    .pagination-info[b-9bavfbch7j] {
        flex-direction: column;
        align-items: flex-start;
    }

    .items-info[b-9bavfbch7j], .pagination[b-9bavfbch7j] {
        margin-bottom: 10px;
    }

    .legenda-grid[b-9bavfbch7j] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

        .legenda-grid > div[b-9bavfbch7j] {
            width: 100%;
        }

    .info-row[b-9bavfbch7j] {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .escola-nome[b-9bavfbch7j] {
        margin-bottom: 1rem;
    }

    .conteudo-casos a[b-9bavfbch7j] {
        flex: 0 0 calc(50% - 1rem); 
        justify-content: center;
    }

}

@media screen and (max-width: 480px) {
    .conteudo-casos a[b-9bavfbch7j] {
        flex: 0 0 100%; 
        justify-content: center;
    }
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/Login/GerenciarLogin.razor.rz.scp.css */
.decor-nav-top[b-6sbzpdedu6], .decor-nav-row[b-6sbzpdedu6], .decor-nav-row-footer[b-6sbzpdedu6], .decor-header-see[b-6sbzpdedu6], .decor-container[b-6sbzpdedu6], .decor-body[b-6sbzpdedu6], .decor-footer-description[b-6sbzpdedu6] {
    max-width: none;
}

@font-face {
    font-family: 'AllerBold';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.svg#webfonti8hol64m') format('svg');
}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.svg#webfontGBXJYuuM') format('svg');
}

@media only screen and (max-width: 767px) {
    .logo img[b-6sbzpdedu6] {
        max-width: 100%;
    }

    .login-session[b-6sbzpdedu6] {
        padding: 0;
        margin-bottom: 40px;
    }

        .login-session .form-login .btn[b-6sbzpdedu6] {
            margin-bottom: 10px;
        }

    .services[b-6sbzpdedu6] {
        padding: 0 10px;
    }

        .services .service-item[b-6sbzpdedu6] {
            margin-bottom: 30px;
            padding: 0 1% 20px 1%;
        }
}

@media only screen and (min-width: 768px) {
    .login-session[b-6sbzpdedu6] {
        padding: 0 0 35px;
    }

        .login-session .title h2[b-6sbzpdedu6] {
            font-size: 46px;
            line-height: 46px;
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .login-session .form-login .btn[b-6sbzpdedu6] {
            margin-bottom: 20px;
        }

    .services .row > *[b-6sbzpdedu6] {
        width: 33.3%;
        padding: 0 1% 20px 1%;
        margin-bottom: 20px;
    }

    .logo[b-6sbzpdedu6], .logo-navbar[b-6sbzpdedu6] {
        display: table-cell;
        vertical-align: bottom;
    }

    .logo-navbar[b-6sbzpdedu6] {
        padding-left: 32px;
    }

    .login-session .title[b-6sbzpdedu6],
    .login-session .form-login[b-6sbzpdedu6],
    .address[b-6sbzpdedu6],
    .content .form-aluno[b-6sbzpdedu6],
    .content .form-aluno .form-group[b-6sbzpdedu6] {
        float: left;
        margin-right: 1%;
    }

    .content .form-func[b-6sbzpdedu6] {
        float: left;
    }

    .content .form-CIE[b-6sbzpdedu6] {
        float: left;
        margin-right: 1%;
    }

    .last[b-6sbzpdedu6],
    .login-session .form-login[b-6sbzpdedu6],
    .content .form-aluno .form-group + .form-group + .form-group[b-6sbzpdedu6] {
        margin-right: 1%;
        float: right;
    }


    .centered[b-6sbzpdedu6] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .login-session .title[b-6sbzpdedu6] {
        width: 55%;
    }

    .address[b-6sbzpdedu6] {
        width: 82.97872%;
    }

    .esqueci-a-senha .content[b-6sbzpdedu6] {
        width: 100%;
    }

    .content .form-aluno[b-6sbzpdedu6] {
        width: 31.624113%;
        height: 490px;
    }

        .content .form-aluno .form-group[b-6sbzpdedu6] {
            width: 48.93617%;
        }

            .content .form-aluno .form-group + .form-group[b-6sbzpdedu6],
            .content .form-aluno .form-group + .form-group + .form-group[b-6sbzpdedu6] {
                width: 23.40426%;
            }

                .content .form-aluno .form-group + .form-group + .form-group + .form-group[b-6sbzpdedu6] {
                    width: 100%;
                }

    .content .form-func[b-6sbzpdedu6] {
        width: 31.624113%;
        margin-right: 1%;
        height: 490px;
    }

    .content .form-CIE[b-6sbzpdedu6] {
        width: 31.624113%;
        height: 490px;
    }
}

@media (max-width: 450px) {
    div [vw] canvas[b-6sbzpdedu6] {
        min-height: unset !important;
        min-width: unset !important;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
        min-height: calc(0.35 * 680px) !important;
        min-width: calc(0.35 * 420px) !important
    }

    div[vw] [vw-plugin-wrapper].active[b-6sbzpdedu6] {
        height: 350px !important;
        width: 210px !important
    }
}

.decor-body[b-6sbzpdedu6] {
    font-family: 'AllerRegular';
}

    .decor-body h1[b-6sbzpdedu6], .decor-body h2[b-6sbzpdedu6], .decor-body h3[b-6sbzpdedu6], .decor-body h4[b-6sbzpdedu6], .decor-body h5[b-6sbzpdedu6], .decor-body h6[b-6sbzpdedu6] {
        font-family: 'AllerBold';
        margin: 0 0 30px;
        font-weight: normal;
        color: #333;
    }

    .decor-body h1[b-6sbzpdedu6] {
        font-size: 36px;
        line-height: 40px;
    }

    .decor-body h2[b-6sbzpdedu6] {
        font-size: 46px;
        line-height: 46px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .decor-body h3[b-6sbzpdedu6] {
        font-size: 24px;
        line-height: 28px;
    }

    .decor-body h4[b-6sbzpdedu6] {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-body h5[b-6sbzpdedu6] {
        font-size: 14px;
        line-height: 18px;
    }

    .decor-body h6[b-6sbzpdedu6] {
        font-size: 12px;
        line-height: 16px;
    }

p[b-6sbzpdedu6] {
    color: #333;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
}

.row[b-6sbzpdedu6] {
    margin: 0;
}

.content-text-only[b-6sbzpdedu6] {
    max-width: 600px;
    margin: 0 auto;
}

.decor-body .btn[b-6sbzpdedu6] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    letter-spacing: -1px;
    font-family: 'AllerBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .decor-body .btn.disabled[b-6sbzpdedu6], .decor-body .btn[disabled][b-6sbzpdedu6], fieldset[disabled] .btn[b-6sbzpdedu6] {
        filter: initial;
        opacity: 1.0;
    }

.decor-body .btn-red[b-6sbzpdedu6] {
    background-color: #f74949;
    color: #fff;
}

    .decor-body .btn-red:hover[b-6sbzpdedu6],
    .decor-body .btn-red:focus[b-6sbzpdedu6] {
        background-color: #f63131;
        color: #fff;
    }

    .decor-body .btn-red:active[b-6sbzpdedu6] {
        background-color: #cf2a2a;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.decor-body .btn-large[b-6sbzpdedu6] {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
}

.logo[b-6sbzpdedu6], .logo-navbar[b-6sbzpdedu6] {
    padding: 0 0 15px;
    margin: 0;
    text-align: center;
}

    .logo-navbar .menu-item[b-6sbzpdedu6] {
        color: #333;
        padding: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-family: 'AllerBold';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .logo-navbar .menu-item.current[b-6sbzpdedu6] {
            color: #459ad6;
            outline: none;
        }

.login-session .row[b-6sbzpdedu6] {
    background-color: #459ad6;
    padding: 15px;
}

.login-session a[b-6sbzpdedu6],
.login-session p[b-6sbzpdedu6] {
    color: #fff;
}

.login-session a[b-6sbzpdedu6] {
    text-decoration: underline;
}

    .login-session a:hover[b-6sbzpdedu6],
    .login-session a:focus[b-6sbzpdedu6] {
        text-decoration: none;
    }

.login-session p[b-6sbzpdedu6] {
    font-size: 14px;
    line-height: 0.5px;
    /*    margin-bottom: 25px;*/
}

.login-session .title[b-6sbzpdedu6] {
}

    .login-session .title h2[b-6sbzpdedu6] {
        font-family: 'AllerBold';
        letter-spacing: -1px;
        color: #fff;
    }

    .login-session .title p[b-6sbzpdedu6] {
        font-size: 16px;
        line-height: 24px;
    }

.login-session .form-login[b-6sbzpdedu6] {
    margin: 0;
}

    .login-session .form-login .form-label[b-6sbzpdedu6] {
        color: #fff;
    }

    .login-session .form-login .forgot[b-6sbzpdedu6] {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        float: right;
        padding: 20px 0 0 0;
    }

        .login-session .form-login .forgot:hover[b-6sbzpdedu6],
        .login-session .form-login .forgot:focus[b-6sbzpdedu6] {
            text-decoration: underline;
        }

    .login-session .form-login p + p[b-6sbzpdedu6] {
        margin-bottom: 0;
    }

.services[b-6sbzpdedu6] {
    text-align: center;
}

    .services .row[b-6sbzpdedu6] {
        font-size: 0;
    }

        .services .row > *[b-6sbzpdedu6] {
            display: inline-block;
            vertical-align: top;
        }

    .services a[b-6sbzpdedu6] {
        color: #333;
    }

.service-item .ball[b-6sbzpdedu6] {
    margin-bottom: 10px;
}

    .service-item .ball a[b-6sbzpdedu6] {
        display: inline-block;
        width: 108px;
        height: 108px;
        line-height: 100px;
        background-color: #459ad6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
    }

    .service-item .ball [class*="ico-"][b-6sbzpdedu6] {
        vertical-align: middle;
    }

.service-item .title[b-6sbzpdedu6] {
    font-family: 'AllerBold';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}

.service-item p[b-6sbzpdedu6] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.service-item:hover[b-6sbzpdedu6],
.service-item:focus[b-6sbzpdedu6] {
    background-color: #F2F1EF;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .service-item:hover .ball a[b-6sbzpdedu6],
    .service-item:focus .ball a[b-6sbzpdedu6] {
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffb600;
    }

.title-section[b-6sbzpdedu6] {
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AllerBold';
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
}

.title-clean[b-6sbzpdedu6] {
    border: none;
    padding-bottom: 0;
}

.box-featured > .title-section[b-6sbzpdedu6] {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.box-featured .list-featured[b-6sbzpdedu6] {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    list-style: none;
}

    .box-featured .list-featured li[b-6sbzpdedu6] {
        position: relative;
        margin-bottom: 3px;
        background-color: #c9eaf8;
    }

        .box-featured .list-featured li[b-6sbzpdedu6]:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            left: 10px;
            top: 50%;
            margin-top: -3.5px;
            background-color: #459ad6;
        }

        .box-featured .list-featured li > a[b-6sbzpdedu6] {
            display: block;
            color: #265475;
            font-size: 14px;
            padding: 15px 10px 15px 30px;
        }

.form-boletim[b-6sbzpdedu6] {
    border: 1px solid #eee;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.form[b-6sbzpdedu6] {
    margin-bottom: 20px;
}

.form-label[b-6sbzpdedu6] {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'AllerBold';
}

.fields-required[b-6sbzpdedu6] {
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.required[b-6sbzpdedu6] {
    font-weight: bold;
    color: #333;
}

.form-field[b-6sbzpdedu6] {
    color: #333;
    font-size: 12px;
}

.form p .input[b-6sbzpdedu6],
.has-error .input[b-6sbzpdedu6] {
    margin-bottom: 0;
}

.form p .help-block[b-6sbzpdedu6],
.has-error .help-block[b-6sbzpdedu6] {
    margin: 0;
    color: #fff;
    background-color: #f74949;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 4px;
}

.form-register[b-6sbzpdedu6],
.form-aluno[b-6sbzpdedu6],
.form-func[b-6sbzpdedu6],
.form-CIE[b-6sbzpdedu6] {
    background-color: #459ad6;
    padding: 20px;
}

    .form-register p[b-6sbzpdedu6],
    .form-register .fields-required[b-6sbzpdedu6],
    .form-register .form-label[b-6sbzpdedu6],
    .form-register .required[b-6sbzpdedu6],
    .form-aluno p[b-6sbzpdedu6],
    .form-aluno .fields-required[b-6sbzpdedu6],
    .form-aluno .form-label[b-6sbzpdedu6],
    .form-aluno .required[b-6sbzpdedu6],
    .form-func p[b-6sbzpdedu6],
    .form-func .fields-required[b-6sbzpdedu6],
    .form-func .form-label[b-6sbzpdedu6],
    .form-func .required[b-6sbzpdedu6],
    .form-CIE p[b-6sbzpdedu6],
    .form-CIE .fields-required[b-6sbzpdedu6],
    .form-CIE .form-label[b-6sbzpdedu6],
    .form-CIE .required[b-6sbzpdedu6] {
        color: #fff;
    }

.input[b-6sbzpdedu6],
.select[b-6sbzpdedu6],
.textarea[b-6sbzpdedu6] {
    font-family: 'AllerBold';
    width: 100%;
    padding: 14px 10px;
    border: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .input:focus[b-6sbzpdedu6],
    .select:focus[b-6sbzpdedu6],
    .textarea:focus[b-6sbzpdedu6] {
        background-color: #F2F1EF;
        outline: 0;
    }

.select[b-6sbzpdedu6] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

    .select[value=""][b-6sbzpdedu6] {
        color: #BFBFBF;
        font-style: italic;
    }

.textarea[b-6sbzpdedu6] {
    resize: vertical;
}

.radio[b-6sbzpdedu6],
.checkbox[b-6sbzpdedu6] {
    margin-bottom: 6px;
    display: block;
    color: #333;
}

    .radio .form-label[b-6sbzpdedu6],
    .radio input[type="radio"][b-6sbzpdedu6],
    .radio input[type="checkbox"][b-6sbzpdedu6],
    .checkbox .form-label[b-6sbzpdedu6],
    .checkbox input[type="radio"][b-6sbzpdedu6],
    .checkbox input[type="checkbox"][b-6sbzpdedu6] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .radio input[type="radio"][b-6sbzpdedu6],
    .checkbox input[type="checkbox"][b-6sbzpdedu6] {
        width: auto;
    }

input[type="radio"][b-6sbzpdedu6],
input[type="checkbox"][b-6sbzpdedu6] {
    line-height: normal;
    margin: 4px 0 0;
}

input[b-6sbzpdedu6]::-webkit-input-placeholder,
textarea[b-6sbzpdedu6]::-webkit-input-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-moz-placeholder[b-6sbzpdedu6],
textarea:-moz-placeholder[b-6sbzpdedu6] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input[b-6sbzpdedu6]::-moz-placeholder,
textarea[b-6sbzpdedu6]::-moz-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-ms-input-placeholder[b-6sbzpdedu6],
textarea:-ms-input-placeholder[b-6sbzpdedu6] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

.decor_password_required[b-6sbzpdedu6] {
    display: none;
    font-size: 12px;
}

    .decor_password_required ul[b-6sbzpdedu6] {
        padding: 0;
        margin: 0;
        List-style: none;
    }

        .decor_password_required ul li[b-6sbzpdedu6] {
            margin-bottom: 8px;
            color: red;
            font-weight: 700
        }

            .decor_password_required ul li.active[b-6sbzpdedu6] {
                color: green;
            }

.btnPerfil[b-6sbzpdedu6] {
    padding: 0.2rem;
}

@media (max-width: 768px) {
    html[b-6sbzpdedu6], body[b-6sbzpdedu6] {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .decor-body[b-6sbzpdedu6] {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .login-session[b-6sbzpdedu6] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

        .login-session .row[b-6sbzpdedu6] {
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
            margin: 0;
            padding: 20px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 0;
            flex: 0 1 auto;
        }

    .title[b-6sbzpdedu6] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .title h2[b-6sbzpdedu6] {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

    .form-login[b-6sbzpdedu6] {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-group[b-6sbzpdedu6] {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-label[b-6sbzpdedu6] {
        align-self: flex-start;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .input.form-control[b-6sbzpdedu6] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-red.btn-large[b-6sbzpdedu6] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-links[b-6sbzpdedu6] {
        width: 100%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .login-links a[b-6sbzpdedu6], .login-links p[b-6sbzpdedu6] {
            margin: 3px 0;
            text-align: center;
            width: 100%;
            font-size: 12px;
            line-height: 1.3;
            word-wrap: break-word;
        }

    .logo[b-6sbzpdedu6] {
        text-align: center;
        width: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .logo img[b-6sbzpdedu6] {
            max-width: 80%;
            height: auto;
        }

    section#govsp-rodape[b-7o48ivkyxz][b-6sbzpdedu6] {
        margin-top: -80px;
    }
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/Login/Login.razor.rz.scp.css */
.decor-nav-top[b-v1tbphul0a], .decor-nav-row[b-v1tbphul0a], .decor-nav-row-footer[b-v1tbphul0a], .decor-header-see[b-v1tbphul0a], .decor-container[b-v1tbphul0a], .decor-body[b-v1tbphul0a], .decor-footer-description[b-v1tbphul0a] {
    max-width: none;
}

@font-face {
    font-family: 'AllerBold';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.svg#webfonti8hol64m') format('svg');
}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.svg#webfontGBXJYuuM') format('svg');
}

@media only screen and (max-width: 767px) {
    .logo img[b-v1tbphul0a] {
        max-width: 100%;
    }

    .login-session[b-v1tbphul0a] {
        padding: 0;
        margin-bottom: 40px;
    }

        .login-session .form-login .btn[b-v1tbphul0a] {
            margin-bottom: 10px;
        }

    .services[b-v1tbphul0a] {
        padding: 0 10px;
    }

        .services .service-item[b-v1tbphul0a] {
            margin-bottom: 30px;
            padding: 0 1% 20px 1%;
        }
}

@media only screen and (min-width: 768px) {
    .login-session[b-v1tbphul0a] {
        padding: 0 0 35px;
    }

        .login-session .title h2[b-v1tbphul0a] {
            font-size: 46px;
            line-height: 46px;
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .login-session .form-login .btn[b-v1tbphul0a] {
            margin-bottom: 20px;
        }

    .services .row > *[b-v1tbphul0a] {
        width: 33.3%;
        padding: 0 1% 20px 1%;
        margin-bottom: 20px;
    }

    .logo[b-v1tbphul0a], .logo-navbar[b-v1tbphul0a] {
        display: table-cell;
        vertical-align: bottom;
    }

    .logo-navbar[b-v1tbphul0a] {
        padding-left: 32px;
    }

    .login-session .title[b-v1tbphul0a],
    .login-session .form-login[b-v1tbphul0a],
    .address[b-v1tbphul0a],
    .content .form-aluno[b-v1tbphul0a],
    .content .form-aluno .form-group[b-v1tbphul0a] {
        float: left;
        margin-right: 1%;
    }

    .content .form-func[b-v1tbphul0a] {
        float: left;
    }

    .content .form-CIE[b-v1tbphul0a] {
        float: left;
        margin-right: 1%;
    }

    .last[b-v1tbphul0a],
    .login-session .form-login[b-v1tbphul0a],
    .content .form-aluno .form-group + .form-group + .form-group[b-v1tbphul0a] {
        margin-right: 1%;
        float: right;
    }


    .centered[b-v1tbphul0a] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .login-session .title[b-v1tbphul0a] {
        width: 55%;
    }

    .address[b-v1tbphul0a] {
        width: 82.97872%;
    }

    .esqueci-a-senha .content[b-v1tbphul0a] {
        width: 100%;
    }

    .content .form-aluno[b-v1tbphul0a] {
        width: 31.624113%;
        height: 490px;
    }

        .content .form-aluno .form-group[b-v1tbphul0a] {
            width: 48.93617%;
        }

            .content .form-aluno .form-group + .form-group[b-v1tbphul0a],
            .content .form-aluno .form-group + .form-group + .form-group[b-v1tbphul0a] {
                width: 23.40426%;
            }

                .content .form-aluno .form-group + .form-group + .form-group + .form-group[b-v1tbphul0a] {
                    width: 100%;
                }

    .content .form-func[b-v1tbphul0a] {
        width: 31.624113%;
        margin-right: 1%;
        height: 490px;
    }

    .content .form-CIE[b-v1tbphul0a] {
        width: 31.624113%;
        height: 490px;
    }
}

@media (max-width: 450px) {
    div [vw] canvas[b-v1tbphul0a] {
        min-height: unset !important;
        min-width: unset !important;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
        min-height: calc(0.35 * 680px) !important;
        min-width: calc(0.35 * 420px) !important
    }

    div[vw] [vw-plugin-wrapper].active[b-v1tbphul0a] {
        height: 350px !important;
        width: 210px !important
    }
}

.decor-body[b-v1tbphul0a] {
    font-family: 'AllerRegular';
}

    .decor-body h1[b-v1tbphul0a], .decor-body h2[b-v1tbphul0a], .decor-body h3[b-v1tbphul0a], .decor-body h4[b-v1tbphul0a], .decor-body h5[b-v1tbphul0a], .decor-body h6[b-v1tbphul0a] {
        font-family: 'AllerBold';
        margin: 0 0 30px;
        font-weight: normal;
        color: #333;
    }

    .decor-body h1[b-v1tbphul0a] {
        font-size: 36px;
        line-height: 40px;
    }

    .decor-body h2[b-v1tbphul0a] {
        font-size: 46px;
        line-height: 46px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .decor-body h3[b-v1tbphul0a] {
        font-size: 24px;
        line-height: 28px;
    }

    .decor-body h4[b-v1tbphul0a] {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-body h5[b-v1tbphul0a] {
        font-size: 14px;
        line-height: 18px;
    }

    .decor-body h6[b-v1tbphul0a] {
        font-size: 12px;
        line-height: 16px;
    }

p[b-v1tbphul0a] {
    color: #333;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
}

.row[b-v1tbphul0a] {
    margin: 0;
}

.content-text-only[b-v1tbphul0a] {
    max-width: 600px;
    margin: 0 auto;
}

.decor-body .btn[b-v1tbphul0a] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    letter-spacing: -1px;
    font-family: 'AllerBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .decor-body .btn.disabled[b-v1tbphul0a], .decor-body .btn[disabled][b-v1tbphul0a], fieldset[disabled] .btn[b-v1tbphul0a] {
        filter: initial;
        opacity: 1.0;
    }

.decor-body .btn-red[b-v1tbphul0a] {
    background-color: #f74949;
    color: #fff;
}

    .decor-body .btn-red:hover[b-v1tbphul0a],
    .decor-body .btn-red:focus[b-v1tbphul0a] {
        background-color: #f63131;
        color: #fff;
    }

    .decor-body .btn-red:active[b-v1tbphul0a] {
        background-color: #cf2a2a;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.decor-body .btn-large[b-v1tbphul0a] {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
}

.logo[b-v1tbphul0a], .logo-navbar[b-v1tbphul0a] {
    padding: 0 0 15px;
    margin: 0;
    text-align: center;
}

    .logo-navbar .menu-item[b-v1tbphul0a] {
        color: #333;
        padding: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-family: 'AllerBold';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .logo-navbar .menu-item.current[b-v1tbphul0a] {
            color: #459ad6;
            outline: none;
        }

.login-session .row[b-v1tbphul0a] {
    background-color: #459ad6;
    padding: 15px;
}

.login-session a[b-v1tbphul0a],
.login-session p[b-v1tbphul0a] {
    color: #fff;
}

.login-session a[b-v1tbphul0a] {
    text-decoration: underline;
}

    .login-session a:hover[b-v1tbphul0a],
    .login-session a:focus[b-v1tbphul0a] {
        text-decoration: none;
    }

.login-session p[b-v1tbphul0a] {
    font-size: 14px;
    line-height: 0.5px;
    /*    margin-bottom: 25px;*/
}

.login-session .title[b-v1tbphul0a] {
}

    .login-session .title h2[b-v1tbphul0a] {
        font-family: 'AllerBold';
        letter-spacing: -1px;
        color: #fff;
    }

    .login-session .title p[b-v1tbphul0a] {
        font-size: 16px;
        line-height: 24px;
    }

.login-session .form-login[b-v1tbphul0a] {
    margin: 0;
}

    .login-session .form-login .form-label[b-v1tbphul0a] {
        color: #fff;
    }

    .login-session .form-login .forgot[b-v1tbphul0a] {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        float: right;
        padding: 20px 0 0 0;
    }

        .login-session .form-login .forgot:hover[b-v1tbphul0a],
        .login-session .form-login .forgot:focus[b-v1tbphul0a] {
            text-decoration: underline;
        }

    .login-session .form-login p + p[b-v1tbphul0a] {
        margin-bottom: 0;
    }

.services[b-v1tbphul0a] {
    text-align: center;
}

    .services .row[b-v1tbphul0a] {
        font-size: 0;
    }

        .services .row > *[b-v1tbphul0a] {
            display: inline-block;
            vertical-align: top;
        }

    .services a[b-v1tbphul0a] {
        color: #333;
    }

.service-item .ball[b-v1tbphul0a] {
    margin-bottom: 10px;
}

    .service-item .ball a[b-v1tbphul0a] {
        display: inline-block;
        width: 108px;
        height: 108px;
        line-height: 100px;
        background-color: #459ad6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
    }

    .service-item .ball [class*="ico-"][b-v1tbphul0a] {
        vertical-align: middle;
    }

.service-item .title[b-v1tbphul0a] {
    font-family: 'AllerBold';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}

.service-item p[b-v1tbphul0a] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.service-item:hover[b-v1tbphul0a],
.service-item:focus[b-v1tbphul0a] {
    background-color: #F2F1EF;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .service-item:hover .ball a[b-v1tbphul0a],
    .service-item:focus .ball a[b-v1tbphul0a] {
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffb600;
    }

.title-section[b-v1tbphul0a] {
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AllerBold';
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
}

.title-clean[b-v1tbphul0a] {
    border: none;
    padding-bottom: 0;
}

.box-featured > .title-section[b-v1tbphul0a] {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.box-featured .list-featured[b-v1tbphul0a] {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    list-style: none;
}

    .box-featured .list-featured li[b-v1tbphul0a] {
        position: relative;
        margin-bottom: 3px;
        background-color: #c9eaf8;
    }

        .box-featured .list-featured li[b-v1tbphul0a]:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            left: 10px;
            top: 50%;
            margin-top: -3.5px;
            background-color: #459ad6;
        }

        .box-featured .list-featured li > a[b-v1tbphul0a] {
            display: block;
            color: #265475;
            font-size: 14px;
            padding: 15px 10px 15px 30px;
        }

.form-boletim[b-v1tbphul0a] {
    border: 1px solid #eee;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.form[b-v1tbphul0a] {
    margin-bottom: 20px;
}

.form-label[b-v1tbphul0a] {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'AllerBold';
}

.fields-required[b-v1tbphul0a] {
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.required[b-v1tbphul0a] {
    font-weight: bold;
    color: #333;
}

.form-field[b-v1tbphul0a] {
    color: #333;
    font-size: 12px;
}

.form p .input[b-v1tbphul0a],
.has-error .input[b-v1tbphul0a] {
    margin-bottom: 0;
}

.form p .help-block[b-v1tbphul0a],
.has-error .help-block[b-v1tbphul0a] {
    margin: 0;
    color: #fff;
    background-color: #f74949;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 4px;
}

.form-register[b-v1tbphul0a],
.form-aluno[b-v1tbphul0a],
.form-func[b-v1tbphul0a],
.form-CIE[b-v1tbphul0a] {
    background-color: #459ad6;
    padding: 20px;
}

    .form-register p[b-v1tbphul0a],
    .form-register .fields-required[b-v1tbphul0a],
    .form-register .form-label[b-v1tbphul0a],
    .form-register .required[b-v1tbphul0a],
    .form-aluno p[b-v1tbphul0a],
    .form-aluno .fields-required[b-v1tbphul0a],
    .form-aluno .form-label[b-v1tbphul0a],
    .form-aluno .required[b-v1tbphul0a],
    .form-func p[b-v1tbphul0a],
    .form-func .fields-required[b-v1tbphul0a],
    .form-func .form-label[b-v1tbphul0a],
    .form-func .required[b-v1tbphul0a],
    .form-CIE p[b-v1tbphul0a],
    .form-CIE .fields-required[b-v1tbphul0a],
    .form-CIE .form-label[b-v1tbphul0a],
    .form-CIE .required[b-v1tbphul0a] {
        color: #fff;
    }

.input[b-v1tbphul0a],
.select[b-v1tbphul0a],
.textarea[b-v1tbphul0a] {
    font-family: 'AllerBold';
    width: 100%;
    padding: 14px 10px;
    border: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .input:focus[b-v1tbphul0a],
    .select:focus[b-v1tbphul0a],
    .textarea:focus[b-v1tbphul0a] {
        background-color: #F2F1EF;
        outline: 0;
    }

.select[b-v1tbphul0a] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

    .select[value=""][b-v1tbphul0a] {
        color: #BFBFBF;
        font-style: italic;
    }

.textarea[b-v1tbphul0a] {
    resize: vertical;
}

.radio[b-v1tbphul0a],
.checkbox[b-v1tbphul0a] {
    margin-bottom: 6px;
    display: block;
    color: #333;
}

    .radio .form-label[b-v1tbphul0a],
    .radio input[type="radio"][b-v1tbphul0a],
    .radio input[type="checkbox"][b-v1tbphul0a],
    .checkbox .form-label[b-v1tbphul0a],
    .checkbox input[type="radio"][b-v1tbphul0a],
    .checkbox input[type="checkbox"][b-v1tbphul0a] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .radio input[type="radio"][b-v1tbphul0a],
    .checkbox input[type="checkbox"][b-v1tbphul0a] {
        width: auto;
    }

input[type="radio"][b-v1tbphul0a],
input[type="checkbox"][b-v1tbphul0a] {
    line-height: normal;
    margin: 4px 0 0;
}

input[b-v1tbphul0a]::-webkit-input-placeholder,
textarea[b-v1tbphul0a]::-webkit-input-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-moz-placeholder[b-v1tbphul0a],
textarea:-moz-placeholder[b-v1tbphul0a] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input[b-v1tbphul0a]::-moz-placeholder,
textarea[b-v1tbphul0a]::-moz-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-ms-input-placeholder[b-v1tbphul0a],
textarea:-ms-input-placeholder[b-v1tbphul0a] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

.decor_password_required[b-v1tbphul0a] {
    display: none;
    font-size: 12px;
}

    .decor_password_required ul[b-v1tbphul0a] {
        padding: 0;
        margin: 0;
        List-style: none;
    }

        .decor_password_required ul li[b-v1tbphul0a] {
            margin-bottom: 8px;
            color: red;
            font-weight: 700
        }

            .decor_password_required ul li.active[b-v1tbphul0a] {
                color: green;
            }

.btnPerfil[b-v1tbphul0a] {
    padding: 0.2rem;
}

@media (max-width: 768px) {
    html[b-v1tbphul0a], body[b-v1tbphul0a] {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .decor-body[b-v1tbphul0a] {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .login-session[b-v1tbphul0a] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

        .login-session .row[b-v1tbphul0a] {
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
            margin: 0;
            padding: 20px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 0;
            flex: 0 1 auto;
        }

    .title[b-v1tbphul0a] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .title h2[b-v1tbphul0a] {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

    .form-login[b-v1tbphul0a] {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-group[b-v1tbphul0a] {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-label[b-v1tbphul0a] {
        align-self: flex-start;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .input.form-control[b-v1tbphul0a] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-red.btn-large[b-v1tbphul0a] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-links[b-v1tbphul0a] {
        width: 100%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .login-links a[b-v1tbphul0a], .login-links p[b-v1tbphul0a] {
            margin: 3px 0;
            text-align: center;
            width: 100%;
            font-size: 12px;
            line-height: 1.3;
            word-wrap: break-word;
        }

    .logo[b-v1tbphul0a] {
        text-align: center;
        width: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .logo img[b-v1tbphul0a] {
            max-width: 80%;
            height: auto;
        }

    section#govsp-rodape[b-7o48ivkyxz][b-v1tbphul0a] {
        margin-top: -80px;
    }
}

.btn_gov_br[b-v1tbphul0a] {
    font-size: 16px;
    font-weight: 700;
    line-height: 2rem;
    color: rgb(69, 154, 214) !important;
    display: inline-flex;
    padding: 0.3rem 1rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.5rem; /* arredondado suave */
    background: #FFFFFF; /* fundo branco */
    text-decoration: none;
    border: 1px solid #ccc;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s, border 0.3s;
}

    .btn_gov_br:hover[b-v1tbphul0a] {
        background: #f0f0f0;
        color: rgb(69, 154, 214) !important;
    }



section#govsp-rodape[b-v1tbphul0a] {
    margin-top: 0px !important;
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/Login/LogonAlt.razor.rz.scp.css */
.decor-nav-top[b-tpkbky18hb], .decor-nav-row[b-tpkbky18hb], .decor-nav-row-footer[b-tpkbky18hb], .decor-header-see[b-tpkbky18hb], .decor-container[b-tpkbky18hb], .decor-body[b-tpkbky18hb], .decor-footer-description[b-tpkbky18hb] {
    max-width: none;
}

@font-face {
    font-family: 'AllerBold';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_bd-webfont.svg#webfonti8hol64m') format('svg');
}

@font-face {
    font-family: 'AllerRegular';
    src: url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.woff') format('woff'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.ttf') format('truetype'), url('https://sedseecdn.azureedge.net/fonts/aller_rg-webfont.svg#webfontGBXJYuuM') format('svg');
}

@media only screen and (max-width: 767px) {
    .logo img[b-tpkbky18hb] {
        max-width: 100%;
    }

    .login-session[b-tpkbky18hb] {
        padding: 0;
        margin-bottom: 40px;
    }

        .login-session .form-login .btn[b-tpkbky18hb] {
            margin-bottom: 10px;
        }

    .services[b-tpkbky18hb] {
        padding: 0 10px;
    }

        .services .service-item[b-tpkbky18hb] {
            margin-bottom: 30px;
            padding: 0 1% 20px 1%;
        }
}

@media only screen and (min-width: 768px) {
    .login-session[b-tpkbky18hb] {
        padding: 0 0 35px;
    }

        .login-session .title h2[b-tpkbky18hb] {
            font-size: 46px;
            line-height: 46px;
            margin-top: 35px;
            margin-bottom: 35px;
        }

        .login-session .form-login .btn[b-tpkbky18hb] {
            margin-bottom: 20px;
        }

    .services .row > *[b-tpkbky18hb] {
        width: 33.3%;
        padding: 0 1% 20px 1%;
        margin-bottom: 20px;
    }

    .logo[b-tpkbky18hb], .logo-navbar[b-tpkbky18hb] {
        display: table-cell;
        vertical-align: bottom;
    }

    .logo-navbar[b-tpkbky18hb] {
        padding-left: 32px;
    }

    .login-session .title[b-tpkbky18hb],
    .login-session .form-login[b-tpkbky18hb],
    .address[b-tpkbky18hb],
    .content .form-aluno[b-tpkbky18hb],
    .content .form-aluno .form-group[b-tpkbky18hb] {
        float: left;
        margin-right: 1%;
    }

    .content .form-func[b-tpkbky18hb] {
        float: left;
    }

    .content .form-CIE[b-tpkbky18hb] {
        float: left;
        margin-right: 1%;
    }

    .last[b-tpkbky18hb],
    .login-session .form-login[b-tpkbky18hb],
    .content .form-aluno .form-group + .form-group + .form-group[b-tpkbky18hb] {
        margin-right: 1%;
        float: right;
    }


    .centered[b-tpkbky18hb] {
        display: block;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .login-session .title[b-tpkbky18hb] {
        width: 55%;
    }

    .address[b-tpkbky18hb] {
        width: 82.97872%;
    }

    .esqueci-a-senha .content[b-tpkbky18hb] {
        width: 100%;
    }

    .content .form-aluno[b-tpkbky18hb] {
        width: 31.624113%;
        height: 490px;
    }

        .content .form-aluno .form-group[b-tpkbky18hb] {
            width: 48.93617%;
        }

            .content .form-aluno .form-group + .form-group[b-tpkbky18hb],
            .content .form-aluno .form-group + .form-group + .form-group[b-tpkbky18hb] {
                width: 23.40426%;
            }

                .content .form-aluno .form-group + .form-group + .form-group + .form-group[b-tpkbky18hb] {
                    width: 100%;
                }

    .content .form-func[b-tpkbky18hb] {
        width: 31.624113%;
        margin-right: 1%;
        height: 490px;
    }

    .content .form-CIE[b-tpkbky18hb] {
        width: 31.624113%;
        height: 490px;
    }
}

@media (max-width: 450px) {
    div [vw] canvas[b-tpkbky18hb] {
        min-height: unset !important;
        min-width: unset !important;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        -o-filter: blur(0px);
        filter: blur(0px);
        min-height: calc(0.35 * 680px) !important;
        min-width: calc(0.35 * 420px) !important
    }

    div[vw] [vw-plugin-wrapper].active[b-tpkbky18hb] {
        height: 350px !important;
        width: 210px !important
    }
}

.decor-body[b-tpkbky18hb] {
    font-family: 'AllerRegular';
}

    .decor-body h1[b-tpkbky18hb], .decor-body h2[b-tpkbky18hb], .decor-body h3[b-tpkbky18hb], .decor-body h4[b-tpkbky18hb], .decor-body h5[b-tpkbky18hb], .decor-body h6[b-tpkbky18hb] {
        font-family: 'AllerBold';
        margin: 0 0 30px;
        font-weight: normal;
        color: #333;
    }

    .decor-body h1[b-tpkbky18hb] {
        font-size: 36px;
        line-height: 40px;
    }

    .decor-body h2[b-tpkbky18hb] {
        font-size: 46px;
        line-height: 46px;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .decor-body h3[b-tpkbky18hb] {
        font-size: 24px;
        line-height: 28px;
    }

    .decor-body h4[b-tpkbky18hb] {
        font-size: 18px;
        line-height: 22px;
    }

    .decor-body h5[b-tpkbky18hb] {
        font-size: 14px;
        line-height: 18px;
    }

    .decor-body h6[b-tpkbky18hb] {
        font-size: 12px;
        line-height: 16px;
    }

p[b-tpkbky18hb] {
    color: #333;
    font-size: 18px;
    margin: 0 0 30px;
    text-align: left;
}

.row[b-tpkbky18hb] {
    margin: 0;
}

.content-text-only[b-tpkbky18hb] {
    max-width: 600px;
    margin: 0 auto;
}

.decor-body .btn[b-tpkbky18hb] {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
    letter-spacing: -1px;
    font-family: 'AllerBold';
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .decor-body .btn.disabled[b-tpkbky18hb], .decor-body .btn[disabled][b-tpkbky18hb], fieldset[disabled] .btn[b-tpkbky18hb] {
        filter: initial;
        opacity: 1.0;
    }

.decor-body .btn-red[b-tpkbky18hb] {
    background-color: #f74949;
    color: #fff;
}

    .decor-body .btn-red:hover[b-tpkbky18hb],
    .decor-body .btn-red:focus[b-tpkbky18hb] {
        background-color: #f63131;
        color: #fff;
    }

    .decor-body .btn-red:active[b-tpkbky18hb] {
        background-color: #cf2a2a;
        color: #fff;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.decor-body .btn-large[b-tpkbky18hb] {
    padding: 12px 30px;
    font-size: 16px;
    line-height: 16px;
}

.logo[b-tpkbky18hb], .logo-navbar[b-tpkbky18hb] {
    padding: 0 0 15px;
    margin: 0;
    text-align: center;
}

    .logo-navbar .menu-item[b-tpkbky18hb] {
        color: #333;
        padding: 10px;
        display: inline-block;
        vertical-align: bottom;
        font-family: 'AllerBold';
        font-size: 14px;
        line-height: 14px;
        text-transform: uppercase;
    }

        .logo-navbar .menu-item.current[b-tpkbky18hb] {
            color: #459ad6;
            outline: none;
        }

.login-session .row[b-tpkbky18hb] {
    background-color: #459ad6;
    padding: 15px;
}

.login-session a[b-tpkbky18hb],
.login-session p[b-tpkbky18hb] {
    color: #fff;
}

.login-session a[b-tpkbky18hb] {
    text-decoration: underline;
}

    .login-session a:hover[b-tpkbky18hb],
    .login-session a:focus[b-tpkbky18hb] {
        text-decoration: none;
    }

.login-session p[b-tpkbky18hb] {
    font-size: 14px;
    line-height: 0.5px;
    /*    margin-bottom: 25px;*/
}

.login-session .title[b-tpkbky18hb] {
}

    .login-session .title h2[b-tpkbky18hb] {
        font-family: 'AllerBold';
        letter-spacing: -1px;
        color: #fff;
    }

    .login-session .title p[b-tpkbky18hb] {
        font-size: 16px;
        line-height: 24px;
    }

.login-session .form-login[b-tpkbky18hb] {
    margin: 0;
}

    .login-session .form-login .form-label[b-tpkbky18hb] {
        color: #fff;
    }

    .login-session .form-login .forgot[b-tpkbky18hb] {
        font-size: 12px;
        line-height: 12px;
        text-decoration: none;
        float: right;
        padding: 20px 0 0 0;
    }

        .login-session .form-login .forgot:hover[b-tpkbky18hb],
        .login-session .form-login .forgot:focus[b-tpkbky18hb] {
            text-decoration: underline;
        }

    .login-session .form-login p + p[b-tpkbky18hb] {
        margin-bottom: 0;
    }

.services[b-tpkbky18hb] {
    text-align: center;
}

    .services .row[b-tpkbky18hb] {
        font-size: 0;
    }

        .services .row > *[b-tpkbky18hb] {
            display: inline-block;
            vertical-align: top;
        }

    .services a[b-tpkbky18hb] {
        color: #333;
    }

.service-item .ball[b-tpkbky18hb] {
    margin-bottom: 10px;
}

    .service-item .ball a[b-tpkbky18hb] {
        display: inline-block;
        width: 108px;
        height: 108px;
        line-height: 100px;
        background-color: #459ad6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
    }

    .service-item .ball [class*="ico-"][b-tpkbky18hb] {
        vertical-align: middle;
    }

.service-item .title[b-tpkbky18hb] {
    font-family: 'AllerBold';
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
}

.service-item p[b-tpkbky18hb] {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
}

.service-item:hover[b-tpkbky18hb],
.service-item:focus[b-tpkbky18hb] {
    background-color: #F2F1EF;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

    .service-item:hover .ball a[b-tpkbky18hb],
    .service-item:focus .ball a[b-tpkbky18hb] {
        -webkit-transition: transform 0.8s ease, background-color 0.3s ease;
        -moz-transition: transform 0.8s ease, background-color 0.3s ease;
        -o-transition: transform 0.8s ease, background-color 0.3s ease;
        -ms-transition: transform 0.8s ease, background-color 0.3s ease;
        transition: transform 0.8s ease, background-color 0.3s ease;
        -webkit-transform: translateY(-25px);
        -moz-transform: translateY(-25px);
        -o-transform: translateY(-25px);
        -ms-transform: translateY(-25px);
        transform: translateY(-25px);
        -webkit-box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.2);
        background-color: #ffb600;
    }

.title-section[b-tpkbky18hb] {
    margin: 0 0 15px 0;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-family: 'AllerBold';
    font-weight: normal;
    color: #666;
    border-bottom: solid 1px #999;
}

.title-clean[b-tpkbky18hb] {
    border: none;
    padding-bottom: 0;
}

.box-featured > .title-section[b-tpkbky18hb] {
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    letter-spacing: -1px;
    color: #000;
    padding-top: 7px;
    padding-bottom: 15px;
    border-color: #ccc;
}

.box-featured .list-featured[b-tpkbky18hb] {
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
    list-style: none;
}

    .box-featured .list-featured li[b-tpkbky18hb] {
        position: relative;
        margin-bottom: 3px;
        background-color: #c9eaf8;
    }

        .box-featured .list-featured li[b-tpkbky18hb]:before {
            content: "";
            position: absolute;
            width: 7px;
            height: 7px;
            display: block;
            left: 10px;
            top: 50%;
            margin-top: -3.5px;
            background-color: #459ad6;
        }

        .box-featured .list-featured li > a[b-tpkbky18hb] {
            display: block;
            color: #265475;
            font-size: 14px;
            padding: 15px 10px 15px 30px;
        }

.form-boletim[b-tpkbky18hb] {
    border: 1px solid #eee;
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.form[b-tpkbky18hb] {
    margin-bottom: 20px;
}

.form-label[b-tpkbky18hb] {
    display: inline-block;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 6px;
    text-transform: uppercase;
    font-family: 'AllerBold';
}

.fields-required[b-tpkbky18hb] {
    color: #333;
    display: block;
    font-size: 12px;
    margin-bottom: 20px;
}

.required[b-tpkbky18hb] {
    font-weight: bold;
    color: #333;
}

.form-field[b-tpkbky18hb] {
    color: #333;
    font-size: 12px;
}

.form p .input[b-tpkbky18hb],
.has-error .input[b-tpkbky18hb] {
    margin-bottom: 0;
}

.form p .help-block[b-tpkbky18hb],
.has-error .help-block[b-tpkbky18hb] {
    margin: 0;
    color: #fff;
    background-color: #f74949;
    padding: 2px 5px;
    font-size: 11px;
    margin-bottom: 4px;
}

.form-register[b-tpkbky18hb],
.form-aluno[b-tpkbky18hb],
.form-func[b-tpkbky18hb],
.form-CIE[b-tpkbky18hb] {
    background-color: #459ad6;
    padding: 20px;
}

    .form-register p[b-tpkbky18hb],
    .form-register .fields-required[b-tpkbky18hb],
    .form-register .form-label[b-tpkbky18hb],
    .form-register .required[b-tpkbky18hb],
    .form-aluno p[b-tpkbky18hb],
    .form-aluno .fields-required[b-tpkbky18hb],
    .form-aluno .form-label[b-tpkbky18hb],
    .form-aluno .required[b-tpkbky18hb],
    .form-func p[b-tpkbky18hb],
    .form-func .fields-required[b-tpkbky18hb],
    .form-func .form-label[b-tpkbky18hb],
    .form-func .required[b-tpkbky18hb],
    .form-CIE p[b-tpkbky18hb],
    .form-CIE .fields-required[b-tpkbky18hb],
    .form-CIE .form-label[b-tpkbky18hb],
    .form-CIE .required[b-tpkbky18hb] {
        color: #fff;
    }

.input[b-tpkbky18hb],
.select[b-tpkbky18hb],
.textarea[b-tpkbky18hb] {
    font-family: 'AllerBold';
    width: 100%;
    padding: 14px 10px;
    border: 0;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

    .input:focus[b-tpkbky18hb],
    .select:focus[b-tpkbky18hb],
    .textarea:focus[b-tpkbky18hb] {
        background-color: #F2F1EF;
        outline: 0;
    }

.select[b-tpkbky18hb] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

    .select[value=""][b-tpkbky18hb] {
        color: #BFBFBF;
        font-style: italic;
    }

.textarea[b-tpkbky18hb] {
    resize: vertical;
}

.radio[b-tpkbky18hb],
.checkbox[b-tpkbky18hb] {
    margin-bottom: 6px;
    display: block;
    color: #333;
}

    .radio .form-label[b-tpkbky18hb],
    .radio input[type="radio"][b-tpkbky18hb],
    .radio input[type="checkbox"][b-tpkbky18hb],
    .checkbox .form-label[b-tpkbky18hb],
    .checkbox input[type="radio"][b-tpkbky18hb],
    .checkbox input[type="checkbox"][b-tpkbky18hb] {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 0;
    }

    .radio input[type="radio"][b-tpkbky18hb],
    .checkbox input[type="checkbox"][b-tpkbky18hb] {
        width: auto;
    }

input[type="radio"][b-tpkbky18hb],
input[type="checkbox"][b-tpkbky18hb] {
    line-height: normal;
    margin: 4px 0 0;
}

input[b-tpkbky18hb]::-webkit-input-placeholder,
textarea[b-tpkbky18hb]::-webkit-input-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-moz-placeholder[b-tpkbky18hb],
textarea:-moz-placeholder[b-tpkbky18hb] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input[b-tpkbky18hb]::-moz-placeholder,
textarea[b-tpkbky18hb]::-moz-placeholder {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

input:-ms-input-placeholder[b-tpkbky18hb],
textarea:-ms-input-placeholder[b-tpkbky18hb] {
    color: #BDC3C7;
    font-style: italic;
    opacity: 1;
    font-size: 16px;
}

.decor_password_required[b-tpkbky18hb] {
    display: none;
    font-size: 12px;
}

    .decor_password_required ul[b-tpkbky18hb] {
        padding: 0;
        margin: 0;
        List-style: none;
    }

        .decor_password_required ul li[b-tpkbky18hb] {
            margin-bottom: 8px;
            color: red;
            font-weight: 700
        }

            .decor_password_required ul li.active[b-tpkbky18hb] {
                color: green;
            }

.btnPerfil[b-tpkbky18hb] {
    padding: 0.2rem;
}

@media (max-width: 768px) {
    html[b-tpkbky18hb], body[b-tpkbky18hb] {
        height: 100%;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .decor-body[b-tpkbky18hb] {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

    .login-session[b-tpkbky18hb] {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }

        .login-session .row[b-tpkbky18hb] {
            --bs-gutter-x: 0;
            --bs-gutter-y: 0;
            margin: 0;
            padding: 20px 15px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            min-height: 0;
            flex: 0 1 auto;
        }

    .title[b-tpkbky18hb] {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

        .title h2[b-tpkbky18hb] {
            font-size: 1.3em;
            margin-bottom: 15px;
        }

    .form-login[b-tpkbky18hb] {
        width: 100% !important;
        max-width: 250px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-group[b-tpkbky18hb] {
        width: 100%;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center !important;
    }

    .form-label[b-tpkbky18hb] {
        align-self: flex-start;
        margin-bottom: 5px;
        font-size: 0.9em;
    }

    .input.form-control[b-tpkbky18hb] {
        width: 100%;
        height: 40px;
        font-size: 14px;
        padding: 8px 12px;
    }

    .btn-red.btn-large[b-tpkbky18hb] {
        width: 100%;
        height: 40px;
        font-size: 16px;
        margin-top: 10px;
    }

    .login-links[b-tpkbky18hb] {
        width: 100%;
        max-width: 250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

        .login-links a[b-tpkbky18hb], .login-links p[b-tpkbky18hb] {
            margin: 3px 0;
            text-align: center;
            width: 100%;
            font-size: 12px;
            line-height: 1.3;
            word-wrap: break-word;
        }

    .logo[b-tpkbky18hb] {
        text-align: center;
        width: 120%;
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .logo img[b-tpkbky18hb] {
            max-width: 80%;
            height: auto;
        }

    section#govsp-rodape[b-7o48ivkyxz][b-tpkbky18hb] {
        margin-top: -80px;
    }
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/MapaClasse/EditarVigenciaModal.razor.rz.scp.css */
.modal-header-sed[b-tb9f5bvzab] {
    background: #4f97c5;
    color: #fff;
}

.vigencia-grid[b-tb9f5bvzab] {
    display: grid;
    grid-template-columns: 160px 160px 45px 60px 15px 60px;
    gap: 10px;
    align-items: center;
    padding-left: 30px;
    font-size: 14px;
}

.hora[b-tb9f5bvzab] {
    width: 60px;
}

input.hora[type="number"][b-tb9f5bvzab] {
    appearance: auto;
    -moz-appearance: auto;
}

input.hora[type="number"][b-tb9f5bvzab]::-webkit-outer-spin-button,
input.hora[type="number"][b-tb9f5bvzab]::-webkit-inner-spin-button {
    -webkit-appearance: auto;
    opacity: 1;
    margin: 0;
}

.modal-footer-sed[b-tb9f5bvzab] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    flex-wrap: nowrap;
    margin-top: 20px;
}

.modal-sondagem[b-tb9f5bvzab] {
    z-index: 1055;
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/MapaClasse/ParametroCadastroModal.razor.rz.scp.css */
.modal-header-sed[b-33apwe08ek] {
    background: #4f97c5;
    color: #fff;
}

.modal-parametro[b-33apwe08ek] {
    max-width: 980px;
}

.container-filtros-modal[b-33apwe08ek] {
    width: 560px;
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.linha-filtro-modal[b-33apwe08ek] {
    display: grid;
    grid-template-columns: 210px 1fr;
    align-items: center;
    gap: 12px;
}

    .linha-filtro-modal label[b-33apwe08ek] {
        text-align: right;
        font-weight: 600;
        margin: 0;
        font-size: 13px;
    }

.campo-ano[b-33apwe08ek] {
    width: 90px;
}

/*.campo-combo {
    width: 280px;
}*/

.linha-radio-modal[b-33apwe08ek],
.linha-check-modal[b-33apwe08ek] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 10px;
    font-size: 13px;
}

.linha-check-modal-status[b-33apwe08ek] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-left: 210px;
    font-size: 13px;
}

.radio-inline[b-33apwe08ek] {
    margin-right: 10px;
}

.periodo-header[b-33apwe08ek] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#tabSondagensParametroCadastro thead th[b-33apwe08ek] {
    background: #4f97c5;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
}

#tabSondagensParametroCadastro tbody td[b-33apwe08ek] {
    vertical-align: middle;
    font-size: 12px;
}

.modal-footer-sed[b-33apwe08ek] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    flex-wrap: nowrap;
}

.add-sondagem-title[b-33apwe08ek]{
    align-items: center;
    text-align: center;
    margin: 5px;
    font-size: 16px;
    font-weight: bold;
}
.modal-parametro .control-label[b-33apwe08ek],
.modal-parametro .col-form-label[b-33apwe08ek] {
    font-size: 14px;
    font-weight: 600;
}
.pmulti-invalid .pmulti-trigger[b-33apwe08ek] {
    border-color: #dc3545 !important;
}

    .pmulti-invalid .pmulti-trigger:focus[b-33apwe08ek] {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }
.form-control.invalid[b-33apwe08ek],
.form-control.modified.invalid[b-33apwe08ek],
input.invalid[b-33apwe08ek],
input.modified.invalid[b-33apwe08ek],
select.invalid[b-33apwe08ek],
select.modified.invalid[b-33apwe08ek] {
    border-color: #dc3545 !important;
}

.campo-invalido[b-33apwe08ek] {
    border: 1px solid #dc3545;
    border-radius: 4px;
    padding: 8px;
}

.validation-message[b-33apwe08ek] {
    color: #dc3545;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}
.link-desabilitado[b-33apwe08ek] {
    pointer-events: none;
    color: gray;
    cursor: not-allowed;
    text-decoration: none;
    opacity: 0.6;
}
.form-group input[type=checkbox]:focus[b-33apwe08ek]::after, .form-group input[type=radio]:focus[b-33apwe08ek]::after {
    content: '' !important;
    color: #66afe9;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -10px;
    line-height: 28px;
    font-size: 24px;
    font-weight: 700;
}

.campo-multiselect-com-tooltip[b-33apwe08ek] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.campo-multiselect-com-tooltip .pmulti[b-33apwe08ek] {
    flex: 1;
    min-width: 0;
}

.tooltip-selecionados-icon[b-33apwe08ek] {
    color: #4f97c5;
    cursor: pointer;
}

[b-33apwe08ek] .tooltip-inner {
    white-space: pre-line;
}
/* _content/See.MapaClasseMunicipio.Client/Components/Pages/Relatorio/Semanal.razor.rz.scp.css */
.panel-body[b-uee4qia951] {
    padding: 15px;
}

.grid-controls[b-uee4qia951] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.items-per-page[b-uee4qia951] {
    display: flex;
    align-items: center;
}

    .items-per-page label[b-uee4qia951] {
        display: flex;
        align-items: center;
        margin-bottom: 0;
        white-space: nowrap;
    }

    .items-per-page select[b-uee4qia951] {
        margin-left: 5px;
        width: auto;
    }

.search-box[b-uee4qia951] {
    flex-grow: 0;
    width: auto;
    max-width: 200px;
}

    .search-box input[b-uee4qia951] {
        width: 100%;
    }

.table-responsive[b-uee4qia951] {
    overflow-x: auto;
}

.table[b-uee4qia951] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
}

    .table th[b-uee4qia951], .table td[b-uee4qia951] {
        padding: 0.5rem;
        border: 1px solid #f0f0f0;
    }

    .table th[b-uee4qia951] {
        background-color: #459ad6;
        color: #ffffff;
        font-weight: 600;
        letter-spacing: 0.05em;
        vertical-align: middle;
        text-align: center;
        padding: 0.75rem 0.5rem; 
    }

    .table td[b-uee4qia951] {
        border-bottom: 1px solid #f0f0f0;
        border-right: 1px solid #f0f0f0;
        vertical-align: middle; 
    }

    .table tr:last-child td[b-uee4qia951] {
        border-bottom: none;
    }

    .table td:last-child[b-uee4qia951] {
        border-right: none;
    }

.table-striped tbody tr:nth-of-type(odd)[b-uee4qia951] {
    background-color: #e2efff;
}

.pagination-info[b-uee4qia951] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.items-info[b-uee4qia951] {
    margin-bottom: 10px;
}

.pagination[b-uee4qia951] {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
}

.page-item[b-uee4qia951] {
    margin: 2px;
}

.page-link[b-uee4qia951] {
    padding: 0.25rem 0.5rem;
    color: #459ad6;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2rem;
}

.page-item.active .page-link[b-uee4qia951] {
    color: #fff;
    background-color: #459ad6;
    border-color: #459ad6;
}

.page-item.disabled .page-link[b-uee4qia951] {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}



@media screen and (max-width: 768px) {
    .grid-controls[b-uee4qia951] {
        flex-direction: column;
        align-items: stretch;
    }

    .items-per-page[b-uee4qia951], .search-box[b-uee4qia951] {
        width: 100%;
        margin-bottom: 10px;
    }

    .items-per-page[b-uee4qia951] {
        justify-content: flex-start;
    }

    .search-box[b-uee4qia951] {
        max-width: none;
    }

    .table thead[b-uee4qia951] {
        display: none;
    }

    .table[b-uee4qia951], .table tbody[b-uee4qia951], .table tr[b-uee4qia951], .table td[b-uee4qia951] {
        display: block;
        width: 100%;
    }

        .table tr[b-uee4qia951] {
            margin-bottom: 15px;
            border: 1px solid #f0f0f0;
            border-radius: 8px;
        }

        .table td[b-uee4qia951] {
            text-align: right;
            padding-left: 50%;
            position: relative;
            border-bottom: 1px solid #f0f0f0;
            border-right: none;
        }

            .table td[b-uee4qia951]:before {
                content: attr(data-label);
                position: absolute;
                left: 6px;
                width: 45%;
                padding-right: 10px;
                white-space: nowrap;
                text-align: left;
                font-weight: bold;
                top: 50%; 
                transform: translateY(-50%);
            }

            .table td:last-child[b-uee4qia951] {
                border-bottom: none;
            }

    .pagination-info[b-uee4qia951] {
        flex-direction: column;
        align-items: flex-start;
    }

    .items-info[b-uee4qia951], .pagination[b-uee4qia951] {
        margin-bottom: 10px;
    }
}
/* _content/See.MapaClasseMunicipio.Client/Components/Shareds/Components/ParametroMultiSelect.razor.rz.scp.css */
.pmulti[b-978052k4k4] {
    position: relative;
    width: 350px;
    font-family: Arial, Helvetica, sans-serif;
}

.pmulti-trigger[b-978052k4k4] {
    position: relative;
    width: 220px;
    height: 34px;
    padding: 6px 32px 6px 12px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    color: #555;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    box-sizing: border-box;
    cursor: pointer;
}

    .pmulti-trigger:focus[b-978052k4k4] {
        outline: none;
        border-color: #66afe9;
        box-shadow: 0 0 6px rgba(102, 175, 233, .35);
    }

.pmulti-trigger-text[b-978052k4k4] {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    right: 40px;
}

.pmulti-caret[b-978052k4k4] {
    position: absolute;
    right: 12px;
    top: 50%;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-top: 5px solid #666;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.pmulti-popup[b-978052k4k4] {
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    z-index: 2000;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-sizing: border-box;
    padding: 8px;
}

.pmulti-search-wrap[b-978052k4k4] {
    margin-bottom: 8px;
}

.pmulti-search[b-978052k4k4] {
    width: 100%;
    height: 34px;
    padding: 6px 10px;
    border: 1px solid #8fc4d7;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .pmulti-search:focus[b-978052k4k4] {
        outline: none;
        border-color: #66afe9;
        box-shadow: 0 0 6px rgba(102, 175, 233, .25);
    }

.pmulti-actions[b-978052k4k4] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid #ddd;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}

.pmulti-action-btn[b-978052k4k4] {
    height: 34px;
    border: none;
    border-right: 1px solid #ddd;
    background: #fff;
    color: #666;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

    .pmulti-action-btn:last-child[b-978052k4k4] {
        border-right: none;
    }

    .pmulti-action-btn:hover[b-978052k4k4] {
        background: #f5f5f5;
    }

.pmulti-list[b-978052k4k4] {
    max-height: 220px;
    overflow-y: auto;
    background: #fff;
}

.pmulti-item[b-978052k4k4] {
    position: relative;
    display: block;
    width: 100%;
    padding: 9px 34px 9px 12px;
    border: none;
    background: #fff;
    text-align: left;
    cursor: pointer;
}

    .pmulti-item:hover[b-978052k4k4] {
        background: #f5f5f5;
    }

.pmulti-item-text[b-978052k4k4] {
    display: block;
    font-size: 14px;
    color: #6f6f6f;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 400;
}

.pmulti-item-check[b-978052k4k4] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: 700;
    color: transparent;
}

    .pmulti-item-check.selected[b-978052k4k4] {
        color: #333;
    }

.pmulti-list[b-978052k4k4]::-webkit-scrollbar {
    width: 10px;
}

.pmulti-list[b-978052k4k4]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.pmulti-list[b-978052k4k4]::-webkit-scrollbar-thumb {
    background: #9b9b9b;
    border-radius: 8px;
}

    .pmulti-list[b-978052k4k4]::-webkit-scrollbar-thumb:hover {
        background: #7f7f7f;
    }


.pmulti-trigger:disabled[b-978052k4k4] {
    background-color: #eeeeee;
    border-color: #ced4da;
    cursor: not-allowed;
    opacity: 1;
}

.pmulti-disabled[b-978052k4k4] {
    background-color: #eeeeee;
    border-color: #ced4da;
    cursor: not-allowed;
    opacity: 1;
}

    .pmulti-disabled .pmulti-caret[b-978052k4k4] {
        opacity: .65;
    }

    .pmulti-disabled > .pmulti-trigger[b-978052k4k4] {
        background-color: #eeeeee;
    }

.pmulti-invalid .pmulti-trigger[b-978052k4k4] {
    border-color: #dc3545 !important;
}

    .pmulti-invalid .pmulti-trigger:focus[b-978052k4k4] {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.pmulti-invalid[b-978052k4k4] {
    border-color: #dc3545 !important;

}
