@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* /Pages/App/Admissao/Admissao.razor.rz.scp.css */

.dados-pessoais[b-2vxhwqerzo] {
    font-size: 14px;
    font-weight: 700
}

.row[b-2vxhwqerzo]{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.voltar-passo[b-2vxhwqerzo] {
    color: #434C5E !important;
    cursor: pointer;
    text-decoration: underline !important;
}
/* /Pages/App/Admissao/AdmissaoEmAnalise.razor.rz.scp.css */
.img-admissao[b-m45qc37omy] {
    width: 30%;
}

@media (max-width: 768px) {
    .img-admissao[b-m45qc37omy] {
        width: 90%;
    }
}
/* /Pages/App/Admissao/AdmissaoTelaInicial.razor.rz.scp.css */
.img-admissao[b-l4gnomu1xk] {width: 30%;}

@media (max-width: 768px) {
    .img-admissao[b-l4gnomu1xk] {
        width: 90%;
    }
}
/* /Pages/App/DadosEmpregador/Company.razor.rz.scp.css */
.bottom-border-list[b-yot2tw8dym]{
    border-bottom: 1px lightgrey solid
}

.font-bold[b-yot2tw8dym] {
    font-weight: bold;
    color: #434C5E
}

.font-style-label[b-yot2tw8dym] {
    color: lightgrey
}

.selected-btn[b-yot2tw8dym] {
    border: none;
    background-color: #434C5E;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 0px;
    outline: none;
}
.selected-btn:focus[b-yot2tw8dym]{
    outline: none
}

.unselected-btn[b-yot2tw8dym] {
    border: 1px lightgrey solid;
    background-color: #fff;
    color: #434C5E;
    width: 150px;
    height: 40px;
    border-radius: 0px;
    outiline: none;
}

.unselected-btn:focus[b-yot2tw8dym] {
    outline: none
}
/* /Pages/App/DadosEmpregador/ContratoTrabalho.razor.rz.scp.css */
.table thead th[b-2x1t8iovp2] {
    font-size: 11px;
    text-transform: uppercase;
    color: #6c757d;
}

.table tbody th[b-2x1t8iovp2], .table tbody td[b-2x1t8iovp2]{
    font-size:14px;
}

.table .descanso[b-2x1t8iovp2] {
    background-color: var(--primary);
    color:#fff;
}
/* /Pages/App/DadosEmpregador/MyCompany.razor.rz.scp.css */
.bottom-border-list[b-y4nh5wb5gz]{
    border-bottom: 1px lightgrey solid
}

.font-bold[b-y4nh5wb5gz] {
    font-weight: bold;
    color: #434C5E
}

.font-style-label[b-y4nh5wb5gz] {
    color: lightgrey
}
/* /Pages/App/FuncionarioDoctoStorage/FuncionarioDoctoStoragePIN.razor.rz.scp.css */
.img-security[b-50bnf00h48]{
    width:20% !important;
}

@media (max-width: 768px) {
    .img-security[b-50bnf00h48] {
        width: 50% !important;
    }
}
/* /Pages/App/HoleriteEInformes/HoleriteEInformes.razor.rz.scp.css */
.img-security[b-qrqqbh8x50]{
    width:20% !important;
}

@media (max-width: 768px) {
    .img-security[b-qrqqbh8x50] {
        width: 50% !important;
    }
}
/* /Pages/App/MeusDados/MeusDados.razor.rz.scp.css */
.bottom-border-list[b-ragosxvqmd] {
    border-bottom: 1px lightgrey solid
/*}

.font-bold {
    font-weight: bold;
    color: #434C5E
}

.font-style-label {
    color: lightgrey
}

.selected-btn {
    border: none;
    background-color: #434C5E;
    color: #fff;
    width: 150px;
    height: 40px;
    border-radius: 0px;
    outline: none;
}

    .selected-btn:focus {
        outline: none
    }

.unselected-btn {
    border: 1px lightgrey solid;
    background-color: #fff;
    color: #434C5E;
    width: 150px;
    height: 40px;
    border-radius: 0px;
    outiline: none;
}

    .unselected-btn:focus {
        outline: none
    }
*/
/* /Pages/Comissoes/Index.razor.rz.scp.css */
body[b-7ziz15sa94] {
}
/* /Pages/DPonto/Index.razor.rz.scp.css */
body[b-lkhch4gwm6] {
}
/* /Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 ;
    height: 100vh;
}

.sidebar {
    top: 37.5px !important;
    display: block !important;
    z-index: 5 !important;
    background-color: #434C5E !important;    
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }   

    .top-row {
        position: sticky;
        top: 0;       
    }

    .sidebar {
        height: 100vh;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
