
.tabela-cartas-correcao {
    background-color: #ffffff;
}
.tabela-cartas-correcao thead th {
    background-color: #ffffff;
    color: #333333;
}
.tabela-cartas-correcao tbody tr {
    background-color: #ffffff;
}
.tabela-cartas-correcao tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
.tabela-cartas-correcao button.btn-link {
    color: #0d6efd;
}
.tabela-cartas-correcao button.btn-link:hover {
    color: #0a58ca;
    text-decoration: none;
}

.btn-copiar{
    color: #0d6efd !important;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;    
    outline: inherit;
}

/*#region Modal de inclusão de itens*/

/* .btn do sistema trava max-height em 2rem com !important; aqui os botões acompanham os 40px do form-control. */
#btnNfeItemLoteAdicionar,
#btnNfeItemLoteImportar {
    height: 40px !important;
    max-height: 40px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    margin: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

#listaNfeItemLote {
    padding: 0 5px;
}

.nfe-item-lote-cartao {
    border: 1px solid #EBEBEB;
    border-radius: 6px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.nfe-item-lote-cartao.nfe-item-lote-pendente {
    border-color: #F5B5B9;
    background: #FFF6F6;
}

.nfe-item-lote-cartao .form-control {
    background: #FFFFFF;
}

.nfe-item-lote-texto {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.nfe-item-lote-estado {
    font-size: 12.5px;
    color: #757575;
    margin: 0;
}

.nfe-item-lote-estado.nfe-item-lote-pendente {
    color: #C0392B;
}

.nfe-item-lote-selecoes {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 170px;
}

.nfe-item-lote-selecao {
    position: relative;
}

.nfe-item-lote-rotulo {
    font-size: 12px;
    color: #757575;
}

.nfe-item-lote-quantidade {
    width: 90px;
}

.nfe-item-lote-preco {
    width: 100px;
}

/*#endregion*/
