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