/*FEEDBACK*/


/*-------------------------------*/

.feedback-desligado,
.feedback-positivo,
.feedback-negativo,
.feedback-neutro,
.feedback-atencao {
    margin: 8px 0 0 0;
    font-weight: 900;
    font-size: 14px
}

.feedback-desligado {
    display: none;
}

.feedback-positivo {
    color: #A0E000;
}

.feedback-negativo {
    color: #FF4000;
}

.feedback-neutro {
    color: #00C8E0;
}

.feedback-atencao {
    color: #FFA700;
}


/*LABEL*/


/*-------------------------------*/

.label {
    font-size: 16px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 0 4px 0;
    padding: 0 0 0 12px;
    background: url("imagens/marcador-verde.png") no-repeat;
    background-position: left 12px;
    color: #ffffff;
}


/*INFO*/


/*-------------------------------*/

.info {
    font-size: 14px;
    font-weight: 400;
    text-transform: lowercase;
    margin: 0 0 12px 0;
    padding: 0 0 0 12px;
    color: #666666;
}


/*SELECT*/


/*-------------------------------*/

.select {
    width: 100%;
    margin: 0 0 16px 0;
}

.select div select {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
    width: 100%;
}


/*INPUT TEXTO*/


/*-------------------------------*/

.input-texto {
    width: 100%;
    margin: 0 0 16px 0;
}

.input-texto div input {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    width: 97%;
    padding: 0 0 0 8px;
    margin: 0;
    height: 30px;
}


/*INPUT EMAIL*/


/*-------------------------------*/

.input-email {
    width: 100%;
    margin: 0 0 16px 0;
}

.input-email div input {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    width: 97%;
    padding: 0 0 0 8px;
    margin: 0;
    height: 30px;
}


/*INPUT NUMERICO*/


/*-------------------------------*/

.input-numerico {
    width: 100%;
    margin: 0 0 16px 0;
}

.input-numerico div input {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    width: 97%;
    padding: 0 0 0 8px;
    margin: 0;
    height: 30px;
}


/*INPUT TEXTO*/


/*-------------------------------*/

.input-texto {
    width: 100%;
    margin: 0 0 16px 0;
}

.input-texto div input {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    width: 97%;
    padding: 0 0 0 8px;
    margin: 0;
    height: 30px;
}


/*INPUT BUSCA*/


/*-------------------------------*/

.input-busca {
    width: 100%;
    margin: 0 0 16px 0;
}

.input-busca div input {
    border: 1px solid #4D4D4D;
    background: #4D4D4D url("imagens/ic-lupa.png") no-repeat right;
    width: 90%;
    padding: 0 32px 0 8px;
    margin: 0;
    height: 30px;
}


/*INPUT SENHA*/


/*-------------------------------*/

.input-senha {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-input-senha {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.campo-do-input-senha {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    padding: 0 0 0 8px;
    margin: 0;
    height: 30px;
    flex-grow: 8;
}

.botao-preview-senha-desligado,
.botao-preview-senha-ligado {
    border: 1px solid #94C93D;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
}

.botao-preview-senha-desligado {
    background: #94C93D url("imagens/bt-olho-desligado.png") center no-repeat;
}

.botao-preview-senha-ligado {
    background: #94C93D url("imagens/bt-olho-ligado.png") center no-repeat;
}


/*AREA DE TEXTO*/


/*-------------------------------*/

.area-de-texto {
    width: 100%;
    margin: 0 0 16px 0;
}

.area-de-texto div textarea {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    width: 97%;
    padding: 8px 0 4px 8px;
    margin: 0;
}


/*CAMPO MAIS E MENOS*/


/*-------------------------------*/

.campo-mais-e-menos {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-campo-mais-e-menos {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.campo-do-campo-mais-e-menos {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    padding: 0 0 0 8px;
    margin: 0 16px 0 0;
    height: 30px;
    flex-grow: 8;
}

.botao-mais-do-campo-mais-e-menos,
.botao-menos-do-campo-mais-e-menos {
    height: 32px;
    width: 32px;
    margin: 0;
    padding: 0;
}

.botao-mais-do-campo-mais-e-menos {
    background: #628528 url("imagens/bt-mais.png") center no-repeat;
    border: 1px solid #628528;
}

.botao-menos-do-campo-mais-e-menos {
    background: #94C93D url("imagens/bt-menos.png") center no-repeat;
    border: 1px solid #94C93D;
}


/*SELECT ENCADEADO*/


/*-------------------------------*/

.select-encadeado {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-select-encadeado {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.bloco-select-encadeado select {
    flex-grow: 5;
}

.bloco-select-encadeado select:first-child {
    margin: 0 16px 0 0;
}

.primeiro-select-do-select-encadeado,
.segundo-select-do-select-encadeado {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
}


/*CAMPO E SELECT*/


/*-------------------------------*/

.campo-e-select {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-campo-e-select {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.campo-do-campo-e-select,
.select-do-campo-e-select {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
    flex-grow: 5;
}

.campo-do-campo-e-select {
    margin: 0 16px 0 0;
    padding: 0 0 0 8px;
}


/*CAMPO E BOTAO*/


/*-------------------------------*/

.campo-e-botao {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-campo-e-botao {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.campo-do-campo-e-botao {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    margin: 0 16px 0 0;
    padding: 0 0 0 8px;
    flex-grow: 7;
    height: 32px;
}

.botao-do-campo-e-botao {
    border: 1px solid #628528;
    background-color: #628528;
    color: #FFFFFF;
    font-weight: 900;
    font-size: 14px;
    flex-grow: 3;
    height: 34px;
}


/*TROCA ELEMENTO*/


/*-------------------------------*/

.troca-elemento {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-troca-elemento {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.primeiro-select-do-troca-elemento,
.segundo-select-do-troca-elemento {
    height: 120px;
    flex-grow: 4;
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
}

.conjunto-de-botoes-do-troca-elemento {
    height: 80px;
    width: 32px;
    margin: 0 16px;
}

.botao-incluir-do-troca-elemento,
.botao-remover-do-troca-elemento {
    height: 32px;
    width: 32px;
}

.botao-incluir-do-troca-elemento {
    background: #628528 url("imagens/bt-incluir.png") center no-repeat;
    border: 1px solid #628528;
    margin: 0 0 16px 0;
}

.botao-remover-do-troca-elemento {
    background: #94C93D url("imagens/bt-remover.png") center no-repeat;
    border: 1px solid #94C93D;
}


/*CHECKBOX*/


/*-------------------------------*/

.lista-de-checkbox {
    width: 150%;
    margin: 0 0 16px 0;
}

.bloco-lista-de-checkbox {
    width: 100%;
    margin: 0 0 0 16px;
}

.linha-de-itens-de-checkbox {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin: 0 0 4px 0;
}

.linha-de-itens-de-checkbox input {
    margin: 0 4px 0 0;
    height: 32px;
}

.linha-de-itens-de-checkbox span {
    font-size: 16px;
    font-weight: 900;
    padding: 4px;
    display: block;
    background-color: #8B8B8B;
    color: #242424;
    word-spacing: 3px;
    letter-spacing: 0.5px;
    /* height: 24px; */
}

.linha-de-itens-de-checkbox span:hover {
    background-color: #94C93D;
    color: #242424;
    padding: 4px;
}


/*RADIO*/


/*-------------------------------*/

.lista-de-radiobutton {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-lista-de-radiobutton {
    width: 100%;
    margin: 0;
}

.linha-de-itens-de-radiobutton {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    margin: 0 0 4px 0;
}

.linha-de-itens-de-radiobutton input {
    margin: 0 4px 0 0;
    height: 32px;
}

.linha-de-itens-de-radiobutton span {
    font-size: 16px;
    padding: 4px 4px 0 4px;
    display: block;
    height: 24px;
}

.linha-de-itens-de-radiobutton span:hover {
    background-color: #4D4D4D;
}


/*CONJUNTO DE CAMPOS*/


/*-------------------------------*/

.conjunto-de-campos {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-inicial-conjunto-de-campos,
.bloco-copia-conjunto-de-campos {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0 0 16px 0;
}

.campo-do-conjunto-de-campos {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    margin: 0 16px 0 0;
    padding: 0 0 0 8px;
    height: 32px;
    flex-grow: 3;
}

.select-do-conjunto-de-campos {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
    flex-grow: 3;
    margin: 0 16px 0 0;
}

.botao-mais-do-conjunto-de-campos,
.botao-menos-do-conjunto-de-campos {
    height: 32px;
    width: 32px;
    /* flex-grow: 1; */
}

.botao-mais-do-conjunto-de-campos {
    background: #628528 url("imagens/bt-mais.png") center no-repeat;
    border: 1px solid #628528;
}

.botao-menos-do-conjunto-de-campos {
    background: #94C93D url("imagens/bt-menos.png") center no-repeat;
    border: 1px solid #94C93D;
}


/*INPUT ENVIO*/


/*-------------------------------*/

.input-envio {
    width: 100%;
    margin: 48px 0 16px 0;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.enviar,
.cancelar {
    padding: 12px 64px;
    margin: 0 32px 0 0;
    color: #3B3B3B;
    font-weight: 900;
    font-size: 16px;
}

.enviar {
    background-color: #94C93D;
    border: 1px solid #94C93D;
    margin: 0;
    flex-grow: 5;
}

.cancelar {
    background-color: #628528;
    border: 1px solid #628528;
    margin: 0 0 0 32px;
    flex-grow: 5;
}


/*CAMPO DUPLO*/


/*-------------------------------*/

.campo-duplo {
    width: 100%;
    margin: 0 0 16px 0;
}

.bloco-campo-duplo {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    width: 100%;
    margin: 0;
}

.campo-um-do-campo-duplo {
    margin: 0 16px 0 0;
}

.campo-um-do-campo-duplo,
.campo-dois-do-campo-duplo {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    padding: 0 0 0 8px;
    flex-grow: 5;
    height: 32px;
}


/*DATAGRID*/


/*-------------------------------*/

.datagrid {
    /* width: 800px; */
    margin: 0 0 16px 0;
}

.datagrid div,
.datagrid table {
    width: 100%;
}

.datagrid table {
    border: none;
    border-collapse: collapse;
    table-layout: auto;
    empty-cells: show;
    margin: 0 0 16px 0;
}

.tipo-de-filtro-do-datagrid,
.dado-para-filtrar-do-datagrid {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
    width: 100%;
}

.tipo-de-filtro-do-datagrid {
    margin: 0 0 8px 0;
}

.campo-de-busca-do-datagrid {
    border: 1px solid #4D4D4D;
    background: #4D4D4D url("imagens/ic-lupa.png") no-repeat right;
    width: 98%;
    padding: 0 1%;
    margin: 0 0 16px 0;
    height: 52px;
    font-size: 24px;
    color: #FFFFFF;
}

.dado-para-filtrar-do-datagrid {
    margin: 0 0 16px 0;
}

.nomes-das-colunas-do-datagrid td {
    text-transform: uppercase;
    background-color: #94C93D;
    padding: 8px;
    font-size: 12px;
    font-weight: 900;
    color: #4D4D4D;
    border-right: 1px solid #333333;
}

.nomes-das-colunas-do-datagrid td:last-child,
.ordenar-do-datagrid td:last-child {
    border: 0;
    /* width: 120px; */
}

.ordenar-do-datagrid td {
    background-color: #404040;
    border-right: 1px solid #333333;
}

.ordenar-do-datagrid td input {
    background: url("imagens/bt-ordenar.png") center no-repeat;
    border: 1px solid #404040;
    height: 32px;
    width: 64px;
}

.dados-do-datagrid td {
    padding: 8px;
    font-size: 16px;
    height: 32px;
    text-transform: lowercase;
    color: #FFFFFF;
}

.dados-do-datagrid {
    background-color: #363636;
    border-bottom: 1px solid #595959;
}

.dados-do-datagrid:hover {
    background-color: #2E2E2E;
}

.bloco-paginador-do-datagrid {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

.paginador-do-datagrid {
    height: 32px;
}

.paginador-do-datagrid li {
    display: inline-block;
    height: 32px;
    font-size: 16px;
    color: #969696;
    font-weight: 900;
    margin: 0;
}

.indicador-de-pagina-do-paginador-do-datagrid {
    padding: 0 8px;
    vertical-align: 10px;
}

.numero-por-pagina-do-datagrid {
    border: 1px solid #4D4D4D;
    background-color: #4D4D4D;
    height: 32px;
    width: 120px;
    margin: 0;
}

.botoes-do-datagrid li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.botoes-do-datagrid li:last-child {
    margin: 0;
}

.botao-excluir-do-datagrid,
.botao-abrir-do-datagrid,
.botao-editar-do-datagrid {
    /* border: 1px solid #363636; */
    border: transparent;
    height: 32px;
    width: 32px;
}

.botao-excluir-do-datagrid {
    background: url("imagens/bt-datagrid-excluir.png") center no-repeat;
}

.botao-abrir-do-datagrid {
    background: url("imagens/bt-datagrid-abrir.png") center no-repeat;
}

.botao-editar-do-datagrid {
    background: url("imagens/bt-datagrid-editar.png") center no-repeat;
}

.botao-seta-primeira-do-datagrid,
.botao-seta-anterior-do-datagrid,
.botao-seta-proxima-do-datagrid,
.botao-seta-ultima-do-datagrid,
.botao-seta-primeira-do-datagrid-desab,
.botao-seta-anterior-do-datagrid-desab,
.botao-seta-proxima-do-datagrid-desab,
.botao-seta-ultima-do-datagrid-desab {
    border: 1px solid #333333;
    height: 32px;
    width: 32px;
}

.botao-seta-primeira-do-datagrid {
    background: url("imagens/bt-seta-primeira.png") center no-repeat;
}

.botao-seta-anterior-do-datagrid {
    background: url("imagens/bt-seta-anterior.png") center no-repeat;
}

.botao-seta-proxima-do-datagrid {
    background: url("imagens/bt-seta-proxima.png") center no-repeat;
}

.botao-seta-ultima-do-datagrid {
    background: url("imagens/bt-seta-ultima.png") center no-repeat;
}

.botao-seta-primeira-do-datagrid-desab {
    background: url("imagens/bt-seta-primeira-desab.png") center no-repeat;
}

.botao-seta-anterior-do-datagrid-desab {
    background: url("imagens/bt-seta-anterior-desab.png") center no-repeat;
}

.botao-seta-proxima-do-datagrid-desab {
    background: url("imagens/bt-seta-proxima-desab.png") center no-repeat;
}

.botao-seta-ultima-do-datagrid-desab {
    background: url("imagens/bt-seta-ultima-desab.png") center no-repeat;
}

.btConfirmarExcluir,
.btCancelarExcluir {
    padding: 8px 32px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 900;
}

.confirmar-acao-des {
    display: none;
}

.confirmar-acao-hab {
    background-color: #242424;
    width: 100%;
    margin: 0 0 16px 0;
    color: #FFFFFF;
}

.confirmar-acao-hab ul {
    padding: 16px;
}

.confirmar-acao-hab ul li:first-child {
    font-size: 16px;
    margin: 0 0 32px 0;
}

.confirmar-acao-hab ul li:last-child {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}


/*MODAL*/


/*-------------------------------*/

.overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
}

.modal {
    background-color: #242424;
    width: 360px;
    margin: 15% auto;
    color: #FFFFFF;
}

.modal ul {
    padding: 32px;
}

.modal ul li:first-child {
    font-size: 16px;
    margin: 0 0 32px 0;
}

.modal ul li:last-child {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
}

.btConfirmarExcluir {
    border: 1px solid #94C93D;
    background-color: #94C93D;
    margin: 0 16px 0 0;
}

.btCancelarExcluir {
    border: 1px solid #628528;
    background-color: #628528;
    margin: 0;
}