﻿/*#tbCliente {
    height: 490px;
    max-height: 490px;
    display: block;
    overflow-y: scroll;
    white-space: nowrap;
}*/

#tbEnderecoCliente,
#tbContatoEnderecoCliente {
    height: auto;
    max-height: 180px;
    overflow-y: scroll;
    left: 10px;
    text-align: left;
    width: 100%;
    display: block;
}

#tbProcessosCli, #tbReclamacaoCli {
    height: auto;
    max-height: 180px;
    overflow-y: scroll;
    left: 10px;
    text-align: left;
    white-space: normal;
    width: 100%;
    display: block;
}


#tbListaEnderecoCliente,
#tbListaContatosCliente {
    height: 250px;
    max-height: inherit;
    overflow-y: scroll;
    left: 10px;
    text-align: left;
    width: 100%;
    display: block;
}

#CadastroEnderecoCliente {
    max-width: 110% !important;
}

/*thead tr:nth-child(1) th {
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

th:first-child, td:first-child {
    position: sticky;
    left: 0px;
    background-color: #fff !important;
    text-align: center;
}*/

#txtBuscarCliente, #divcertificadocliente {
    margin-top: 10px;
    margin-bottom: 5px;
}

#MensagemRetornoCliente {
    margin-top: 11px;
    margin-left: 0;
}

#divBotaoFilial, #divBotaoEndCli, #divBotaoContatoCli {
    padding-top: 25px;
}

/*----classes para cor da coluna Status na tabela de Cliente conforme o valor da coluna*/
.Desativado {
    color: #fff;
    background-color: red;
    font-weight: bold;
}

.Ativo {
    color: #fff;
    background-color: #05b57f;
    font-weight: bold;
}

.Matriz {
    color: #fff;
    background-color: rgba(45, 72, 115,1);
    font-weight: bold;
}
