/* Estilos para o formulário */
#header span {
    font-weight: normal;
}

.contracheque table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    
    /* padding: 10px; */
}


.valor-liquido {
    background-color: #dee2e9 !important;
    font-weight: bold;
}

.contracheque table#header thead tr#title th {
    padding-left: 0%;
    text-align: center;
    font-size: 15px;
}

.contracheque table#header thead tr th {
    padding-left: 10px;
    border: 1px solid #d7d7d7;
}

.contracheque table#body {
    margin-top: 10px;
    text-align: center;
}

#lancamentosHeader {
    background-color: #071d41;
    color: white;
}

#lancamentosBody {
    background-color: #efefef;
}


@media print {
    ::v-deep .p-button,
    .p-button.p-button-icon-only.p-button-rounded,
    .p-breadcrumb {
    display: none;
}

@page {
    margin-left: 0.5in;
    margin-right: 0.5in;
    margin-top: 0;
    margin-bottom: 0;
}

.contracheque {
    background-color: white;
    height: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 5px 0 5px;
    font-size: 14px;
    line-height: 18px;
}

#lancamentosHeader tr,
#lancamentosHeader th {
    background-color: inherit !important;
    color: inherit !important;
}

#lancamentosBody tr,
#lancamentosBody td {
    background-color: inherit !important;
}
}