/* RESET E FORMATAÇÃO GERAL */

.linha > div:nth-child(1),
.coluna-de-cs,
.linha-de-assinatura label {
    font-family: 'Times New Roman', Times, serif;
}

strong {
    text-decoration: underline;
}

.linha-do-cabecalho .logo strong {
    text-decoration: none;
}

/* LAYOUT */

.ficha {
    font-weight: bold;
}

/* FICHA */

.ficha {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* CABEÇALHO DA FICHA */

.ficha header {
    min-width: 974px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    margin: 0 0 8px 18px;
}

.ficha header .contentor-de-provincia-e-distrito {
    line-height: 4;
}

.ficha  header h1 {
    font-size: 1.275rem;
}

.ficha header label {
    margin-right: 2px;
}

.ficha header input {
    border-bottom: 1px solid var(--cinza4);
}

.contentor-de-provincia-e-distrito {
    width: 578px;
    display: flex;
    justify-content: space-between;
}

.contentor-de-provincia-e-distrito input {
    width: 210px;
}

.contentor-de-us-mes-e-ano {
    display: flex;
    justify-content: space-between;
    width: 715px;
}

.contentor-de-us-mes-e-ano input#us { 
    width: 245px;
}

.contentor-de-us-mes-e-ano input#mes { 
    width: 140px;
}

.contentor-de-us-mes-e-ano input#ano { 
    max-width: 118px;
}

/* FICHA PROPRIAMENTE DITA */

.linha > div,
.grade-extra .coluna-de-cs span,
.contentor-de-conteudo div {
    min-height: 33.78px;
    padding: 2px;
}

.grade-superior,
.grade-inferior {
    margin-left: 18px;
}

.linha {
    display: grid;
    grid-template-columns: 50px 320px repeat(8, 50px) 52px repeat(2, 50px) 52px;
}

.linha > *, 
.linha-de-faixas-etarias-e-sexo-2 > div {
    border-left: 1px solid var(--cinza4);
    border-bottom: 1px solid var(--cinza4);
}

.linha > *:nth-child(11),
.linha > *:last-child,
.margin-left-2 {
    margin-left: 2px;
}

.linha > *:last-child, 
.linha > input:nth-child(10),
.linha > input:nth-child(13),
.border-right-1 {
    border-right: 1px solid var(--cinza4);
}

.linha-de-faixas-etarias-e-sexo-1 {
    grid-template-columns: calc(320px + 50px) repeat(2, 50px) repeat(3, calc(50px * 2)) 52px repeat(2, 50px) 52px;
}

.linha-de-faixas-etarias-e-sexo-1 > div:nth-child(n+2),
.linha-de-faixas-etarias-e-sexo-2 > div {
    min-height: 36px;
    border-top: 1px solid var(--cinza4);
    font-size: 11px;
    text-align: center;
    padding: 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;;
}

.linha-de-faixas-etarias-e-sexo-1 div.contentor-de-nid {
    border: none;
    border-bottom: 1px solid var(--cinza4);
    font-family: sans-serif, Arial, Helvetica;
    justify-content: flex-start !important;
    padding: 0;
}

.contentor-de-nid label {
    margin-right: 2px;
}

.contentor-de-nid input {
    min-width: 210px !important;
    border-bottom: 1px solid var(--cinza4);
    text-align: initial !important;
}

.contentor-de-faixa-etaria-e-sexo {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
}

.contentor-de-faixa-etaria,
.contentor-de-sexo {
    width: 100%;
    height: 100%;
    display: flex;
}

.contentor-de-faixa-etaria {
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid var(--cinza4); 
}

.contentor-de-sexo {
    display: flex;
}

.contentor-de-sexo span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentor-de-sexo span:nth-child(2) {
    border-left: 1px solid var(--cinza4);
}

.contentor-de-sexo span.margin-left--1 {
    margin-left: 1px !important;
}

/* TAGS FILHAS */ 

.linha > div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.linha > div:nth-child(2) {
    padding: 2px 4px;
    display: flex;
    align-items: center;
}

.linha > div:nth-child(2) span {
    line-height: 1.2;
}

.linha input {
    text-align: center;
}

input[readonly]:focus {
    border-bottom: 1px solid var(--cinza4) !important;
}

/* GRADE INTERMÉDIA */

.grade-intermedia {
    display: grid;
    grid-template-columns: 18px 370px 604px;
    grid-template-areas: ". . c2";
    max-width: 1004px;
    margin-top: 4px;
}

.linha-de-faixas-etarias-e-sexo-2 {
    grid-area: c2;
    display: grid;
    grid-template-columns: repeat(2, 50px) repeat(3, calc(50px * 2)) 52px repeat(2, 50px) 52px;
}

.grade-intermedia .contentor-de-linhas {
    grid-row: 2;
    grid-column: 2/4;
}

.linha.b1 > div:nth-child(1),
.linha.b1 > div:nth-child(2) {
    margin-top: -1px;
    border-top: 1px solid var(--cinza4);
}

.linha.b4 > *, 
.linha.b9 > * {
    background-color: var(--cinza13);
}

/* COLUNA DE ENTRADAS E SAÍDAS  */

.coluna-de-entradas-e-saidas {
    grid-row: 2;
    display: grid;
    grid-template-rows: calc(33.78px * 4) 1fr;
    border: 1px solid var(--cinza4);
    border-right: none;
    margin-top: -1px;
}

.coluna-de-entradas-e-saidas div:nth-child(1) {
    border-bottom: 1px solid var(--cinza4);
}

.coluna-de-entradas-e-saidas div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.coluna-de-entradas-e-saidas div span {
    display: block;
    transform: rotate(270deg) translate(0px, -18px);
    letter-spacing: 0.4px;
}

/* GRADE INFERIOR */

.grade-inferior {
    margin-top: 4px;
}

.grade-inferior .linha.b10 > * {
    border-top: 1px solid var(--cinza4);
}

/* GRADE EXTRA */

.grade-extra {
    max-width: 974px;
    margin-top: 8px;
    margin-left: 18px;
    display: grid;
    grid-template-columns: 50px calc(320px + 402px) 200px;
}

.grade-extra .coluna-de-cs,
.contentor-de-conteudo {
    grid-row: 2;
    border: 1px solid var(--cinza4);
}

.coluna-de-cs span,
.contentor-de-conteudo div {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--cinza4);
}

.coluna-de-cs span:last-child,
.contentor-de-conteudo div:last-child {
    border-bottom: 0;
}

.coluna-de-cs span {
    justify-content: center;
}

.grade-extra .contentor-de-conteudo {
    border-left: none;
    border-right: none;
}

.grade-extra .contentor-de-conteudo div {
    padding: 2px 4px;
}

.grade-extra .contentor-de-conteudo div span {
    line-height: 1.2;
}

.grade-extra .coluna-de-total {
    border: 1px solid var(--cinza4);
}

.grade-extra .coluna-de-total {
    grid-column: 3/4;
    grid-row: 1/3;
}

.grade-extra .coluna-de-total > div {
    min-height: 33.77px;
    border-bottom: 1px solid var(--cinza4);
    display: flex;
}

.grade-extra .coluna-de-total > div:last-child {
    border-bottom: none;
}

/* TITULO DA COLUNA */

.grade-extra .coluna-de-total .header {
    min-height: 18px;
    justify-content: center;
    align-items: center;
}

.grade-extra .coluna-de-total .header span {
    min-height: 100%;
}

/* INPUTS */

.coluna-de-total div input {
    flex: 1;
    padding: 2px;
    text-align: center;
}

/* COLUNA INTERMÉDIA */

.grade-extra.intermedia {
    grid-template-columns: 50px calc(320px + 402px) repeat(2, 100px);
}

.intermedia .quinze-mais {
    grid-column: 4;
    border-left: none;
}

.intermedia .coluna-de-total > div:nth-child(n+2) {
    min-height: 33.78px;
}

.intermedia .coluna-de-total > div:nth-child(n+2) input {
    width: 100%;
}

/* LINHA DE ASSINATURA */

.linha-de-assinatura {
    width: 100%;
    max-width: 974px;
    margin: 26px 0 0 18px;
    display: flex;
    justify-content: space-between;
}

.linha-de-assinatura div {
    min-height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.linha-de-assinatura div input,
.linha-de-assinatura div input[type=date]:focus {
    border-bottom: 1px solid var(--cinza4);
    min-width: 200px;
    text-align: center;
}

/* CLASSES MANIPULÁVEIS COM JS */

input.font11 {
    letter-spacing: -0.3px !important;
}

input.font10 {
    font-size: 0.68125rem !important;
    letter-spacing: -0.5px;
}

