Subversion Repositories Integrator Subversion

Rev

Blame | Last modification | View Log | Download | RSS feed

.tabela .tabela-label {
        text-align: right;
        font-weight: bold;
}

.tabela .tabela-campo {
}

table.tabela tr td {
        padding-bottom: 5px;
        padding-left: 5px;
}

.alinharEsquerda {
        text-align: left;
}

.alinharDireita {
        text-align: right;
}

@media (max-width:700px) {
        .telaAbertura {
                display: none;
                color: black;
        }
}

.ui-dialog {
        position: fixed;

        padding: rem-calc(15);
        border: 1px solid #d3dbe2;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
       
        max-width: rem-calc(620);
        top: auto;
       
        margin: 0 auto;
        min-width: 100px !important;
       
        max-height:500px !important;
        overflow-y: hidden;
}

@media (min-height: 380px) {
        .ui-dialog-content {
                max-height: 400px !important;
                top: rem-calc(100) !important;
                overflow-y: auto;
        }
}

/*
Full width modal
.modal-full.modal-dialog {
  width: 99%;
}

@media (max-width: 768px) {
  .modal-full.modal-dialog {
    width: auto;
  }
} */


.linha-novo td {
        background-color: #FFFFCC;
}

.ui-datatable .ui-datatable-data .linha-novo td {
        background-color: #FFFFCC;
}

.ui-datatable .ui-datatable-data .linha-conferido td {
        background-color: #93DCFF;
}

.ui-datatable .ui-datatable-data .linha-finalizado td {
        background-color: #C2FFC1;
}

.ui-datatable .ui-datatable-data .linha-pendencias td {
        background-color: #ff8080;
}

.ui-selectonemenu {
        min-width: 100% !important;
}


.layout-wrapper .layout-main .layout-main-content {
        padding: 0px !important;
}

.titulo {
        font-size: 17px !important;
        padding-bottom: 5px !important;
        font-weight: bold !important;
}

/* MANTER TOPO DA TABELA (CORRIGINDO AO UTILIZAR A TELA ADAPTADA MAIOR) */
.ui-sticky {
    left: auto !important;
}

.ui-sticky {
    top: 70px !important;
    position: fixed !important;
}
@media (max-width: 960px) {
    .ui-sticky {
        top: 110px !important;
    }
}

.quebra-linha {
        white-space: pre-wrap;
        word-wrap: break-word;
}