Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
@charset "utf-8";
2
/* CSS Document */
3
html,body {
4
        margin: 0px;
5
        padding: 0px;
6
        font-family: Kalinga;
7
}
8
 
9
#tdLogoTelaInicial{
10
        width: 50%;
11
}
12
 
13
#tdMensagemTelaInicial{
14
        width: 50%;
15
}
16
 
17
#cinta {
18
        min-width: 1100px;
19
}
20
 
21
#formularioLayout .ui-menu-list{
22
        min-width: 195px;
23
        width: auto;
24
}
25
 
26
#topo {
27
        height: 57px;
28
        background-image: url(../imagens/bg_topo_azul.png);
29
        background-repeat: repeat-x;
30
        z-index: 1000;
31
        position: fixed;
32
        top: 0px;
33
        width: 100%;
34
        padding-left: 35px;
35
        min-width: 850px;
36
}
37
 
38
#topo_bg2 {
39
        background-image: url(../imagens/bg2_topo_azul.jpg);
40
        background-position: top right;
41
        background-repeat: no-repeat;
42
}
43
 
44
 
45
/*
46
#topo {
47
        height: 57px;
48
        background-image: url(../imagens/bg_topo.png);
49
        background-repeat: repeat-x;
50
        z-index: 1000;
51
        position: fixed;
52
        top: 0px;
53
        width: 100%;
54
        padding-left: 35px;
55
        min-width: 850px;
56
}
57
 #topo_bg2 {
58
        background-image: url(../imagens/bg2_topo.jpg);
59
        background-position: top right;
60
        background-repeat: no-repeat;
61
} */
62
#logo_sesau {
63
        height: 57px;
64
        background-image: url(../imagens/sesau_logo.png);
65
        background-repeat: no-repeat;
66
        padding-right: 35px;
67
}
68
 
69
#nome_secretaria {
70
        font-size: 24px;
71
        color: #8b978f;
72
        text-align: center;
73
        padding-top: 27px;
74
}
75
 
76
#tituloPagina {
77
        height: 35px;
78
        margin-right: 35px; margin-bottom : 35px;
79
        font-size: 24px;
80
        font-weight: bold;
81
        color: #357bae;
82
        border-bottom: 1px solid #e1e2e7;
83
        margin-bottom: 35px;
84
}
85
 
86
#nome_sist {
87
        text-align: center;
88
        font-size: 20px;
89
        color: #333333;
90
        margin-top: 65px;
91
}
92
 
93
#nome_usuario .ui-button-text.ui-c {
94
        font-size: 9px;
95
        margin-left: 10px;
96
}
97
 
98
#nome_usuario {
99
        text-align: right;
100
        font-size: 10px;
101
        color: #FFFFFF;
102
        padding-top: 15px;
103
        margin-right: 25px;
104
}
105
 
106
.ui-button-icon-left.ui-icon.usuarioLogado {
107
        background-image: url(../imagens/usuario.jpg);
108
}
109
 
110
#menu_bar {
111
        background-image: url(../imagens/menu_seta.png);
112
        background-repeat: no-repeat;
113
        height: 20px;
114
        padding-left: 65px;
115
        padding-bottom: 10px;
116
}
117
 
118
#baixo {
119
        min-height: 300px;
120
        margin-left: 10px;
121
        margin-right: 10px;
122
        padding-left: 27px;
123
        background-image: url(../imagens/shdw_esq.jpg);
124
        background-position: top left;
125
        background-repeat: no-repeat;
126
        padding-bottom: 30px;
127
}
128
 
129
#baixo2 {
130
        padding-right: 25px;
131
        background-image: url(../imagens/shdw_dir.jpg);
132
        background-position: top right;
133
        background-repeat: no-repeat;
134
        padding-bottom: 30px;
135
}
136
 
137
#baixo3 {
138
        background-image: url(../imagens/baixo_bg.jpg);
139
        background-repeat: repeat-x;
140
        background-position: top;
141
        background-color: #f7f7f7;
142
        border-bottom: 1px solid #e1e2e7;
143
 
144
}
145
 
146
#conteudo {
147
        padding: 20px;
148
        padding-left: 40px;
149
        padding-right: 40px;
150
        min-height: 300px;
151
        padding-bottom: 40px;
152
}
153
 
154
#conteudo_login {
155
        background-color: #f7f7f7;
156
        padding: 15px;
157
        min-height: 300px;
158
}
159
 
160
#rodape {
161
        background-color: #f7f7f7;
162
        background-image: url(../imagens/indra_logo.jpg);
163
        background-position: bottom right;
164
        background-repeat: no-repeat;
165
        height: 30px;
166
        margin-bottom: 50px;
167
}
168
 
169
#bg_login {
170
        background-image: url(../imagens/bg_login.jpg);
171
        background-repeat: no-repeat;
172
        background-position: left top;
173
        margin: auto;
174
        width: 550px;
175
        height: 330px;
176
        padding-top: 50px;
177
}
178
 
179
#login {
180
        width:550px;
181
        margin:auto;
182
}
183
 
184
#form_login {
185
        float:right;
186
        width:200px;
187
        border-left: solid 1px #A5C1DE;
188
        padding-left:10px;
189
        height:180px;
190
        padding-top:10px;
191
}
192
 
193
#img_login {
194
        float:left;
195
        width:300px;
196
}
197
 
198
#erro_conteudo {
199
        background-color:#DEE4ED;
200
        padding:20px;
201
        min-height:50px;
202
        width:50%;
203
        margin-left:20px;
204
}
205
 
206
#erro_cabecalho {
207
        background-image:url(triangulo.png);
208
        background-position:bottom left;
209
        background-repeat:no-repeat;
210
        min-height:45px;
211
        width:50%;
212
        margin-left:20px;
213
}
214
 
215
#sobe {
216
        clear:both;
217
}
218
 
219
/*_____________________________________________________________________________*/
220
.Label {
221
        font-size:10px;
222
        font-weight:bold;
223
        color: #357bae;
224
}
225
 
226
.textoNormal {
227
        font-size: 14px;
228
}
229
 
230
.textoTitulo {
231
        font-size: 20px;
232
        font-weight: bold;
233
}
234
 
235
.caixa3d {
236
        border-left: 1px solid #B4B4B4;
237
        border-top: 1px solid #B4B4B4;
238
        border-right: 1px solid #FFFFFF;
239
        border-bottom: 1px solid #FFFFFF;
240
        background-color: #E9E9E9;
241
        padding: 10px;
242
        margin: auto;
243
        text-align: right;
244
}
245
 
246
.textoPequeno {
247
        font-size: 11px;
248
}
249
 
250
.textoPequeno a {
251
        font-size: 11px;
252
        text-decoration: none;
253
        color: #000000;
254
}
255
 
256
.textoPequeno a:hover {
257
        font-size: 11px;
258
        text-decoration: underline;
259
        color: #990000;
260
}
261
 
262
.consultaTable {
263
        border: solid 1px #c9c9c9;
264
        padding: 5px;
265
}
266
 
267
.textoAlerta {
268
        color:#990000;
269
        font-weight:bold;
270
}
271
 
272
.textoMensagem {
273
        font-style:italic;
274
}
275
 
276
.bt {
277
        border:none;
278
        border-bottom:solid 1px #cccccc;
279
        border-right:solid 1px #cccccc;
280
        font:"Trebuchet MS";
281
        color:#285091;
282
        height:20px;
283
        width:90px;
284
        font-size:11px;
285
        background-image: url(../imagens/setinha.jpg);
286
        background-repeat:no-repeat;
287
        background-color:#E3F1FE;
288
        background-position:8px;
289
}
290
 
291
.imputField {
292
        background-image:url(../imagens/bgimput.jpg);
293
        height:23px;
294
        border-left:1px solid #D0DADF;
295
        border-right:1px solid #D0DADF;
296
        border-top:none;
297
        border-bottom:none;
298
}
299
/*_______________________________________________________*/
300
.ui-datatable .ui-datatable-data .even-row td {
301
        /*background-color:#EEDD82;*/
302
        background-color: #FFFFCC;
303
}
304
 
305
.ui-datatable .ui-datatable-data .odd-row td {
306
        /*background-color:#FFFACD;*/
307
}
308
 
309
.ui-growl-image {
310
        background: url(../imagens/icones_alerta.png) no-repeat;
311
}
312
 
313
.ui-growl-image-warn {
314
        background-position: 0 -396px;
315
}
316
 
317
.ui-growl-image-info {
318
        background-position: 0 -264px;
319
}
320
 
321
table .ui-selectoneradio tr td {
322
        padding-left: 3px;
323
        padding-right: 3px;
324
}
325
 
326
.panelGridCalendario .ui-inputfield {
327
        width: 100%;
328
}
329
 
330
.obrigatorio {
331
        color: #E17009;
332
        font-size:18px;
333
        font-weight: bold;
334
        font-family: Arial Black;
335
        line-height: 5px;
336
}