Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
106 espaco 1
.tabela .tabela-label {
2
        text-align: right;
3
        font-weight: bold;
4
}
5
 
6
.tabela .tabela-campo {
7
}
8
 
9
table.tabela tr td {
10
        padding-bottom: 5px;
11
        padding-left: 5px;
12
}
13
 
14
.alinharEsquerda {
15
        text-align: left;
16
}
17
 
18
.alinharDireita {
19
        text-align: right;
20
}
21
 
22
@media (max-width:700px) {
23
        .telaAbertura {
24
                display: none;
25
                color: black;
26
        }
27
}
28
 
29
.ui-dialog {
30
        position: fixed;
31
 
32
        padding: rem-calc(15);
33
        border: 1px solid #d3dbe2;
34
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
35
 
36
        max-width: rem-calc(620);
37
        top: auto;
38
 
39
        margin: 0 auto;
40
        min-width: 100px !important;
41
 
42
        max-height:500px !important;
43
        overflow-y: hidden;
44
}
45
 
46
@media (min-height: 380px) {
47
        .ui-dialog-content {
48
                max-height: 400px !important;
49
                top: rem-calc(100) !important;
50
                overflow-y: auto;
51
        }
52
}
53
 
54
/*
55
Full width modal
56
.modal-full.modal-dialog {
57
  width: 99%;
58
}
59
 
60
@media (max-width: 768px) {
61
  .modal-full.modal-dialog {
62
    width: auto;
63
  }
64
} */
65
 
66
.linha-novo td {
67
        background-color: #FFFFCC;
68
}
69
 
70
.ui-datatable .ui-datatable-data .linha-novo td {
71
        background-color: #FFFFCC;
72
}
73
 
74
.ui-datatable .ui-datatable-data .linha-conferido td {
75
        background-color: #93DCFF;
76
}
77
 
78
.ui-datatable .ui-datatable-data .linha-finalizado td {
79
        background-color: #C2FFC1;
80
}
81
 
82
.ui-datatable .ui-datatable-data .linha-pendencias td {
83
        background-color: #ff8080;
84
}
85
 
86
.ui-selectonemenu {
87
        min-width: 100% !important;
88
}
89
 
90
 
91
.layout-wrapper .layout-main .layout-main-content {
92
        padding: 0px !important;
93
}
94
 
95
.titulo {
96
        font-size: 17px !important;
97
        padding-bottom: 5px !important;
98
        font-weight: bold !important;
99
}
100
 
101
/* MANTER TOPO DA TABELA (CORRIGINDO AO UTILIZAR A TELA ADAPTADA MAIOR) */
102
.ui-sticky {
103
    left: auto !important;
104
}
105
 
106
.ui-sticky {
107
    top: 70px !important;
108
    position: fixed !important;
109
}
110
@media (max-width: 960px) {
111
    .ui-sticky {
112
        top: 110px !important;
113
    }
114
}
115
 
116
.quebra-linha {
117
        white-space: pre-wrap;
118
        word-wrap: break-word;
119
}