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
 
18
#cinta {
19
        min-width: 1100px;
20
}
21
 
22
#topo {
23
        height: 57px;
24
        background-image: url(../imagens/bg_topo_azul.png);
25
        background-repeat: repeat-x;
26
        z-index: 1000;
27
        position: fixed;
28
        top: 0px;
29
        width: 100%;
30
        padding-left: 35px;
31
        min-width: 850px;
32
}
33
 
34
#topo_bg2 {
35
        background-image: url(../imagens/bg2_topo_azul.jpg);
36
        background-position: top right;
37
        background-repeat: no-repeat;
38
}
39
 
40
/*
41
#topo {
42
        height: 57px;
43
        background-image: url(../imagens/bg_topo.png);
44
        background-repeat: repeat-x;
45
        z-index: 1000;
46
        position: fixed;
47
        top: 0px;
48
        width: 100%;
49
        padding-left: 35px;
50
        min-width: 850px;
51
}
52
 #topo_bg2 {
53
        background-image: url(../imagens/bg2_topo.jpg);
54
        background-position: top right;
55
        background-repeat: no-repeat;
56
} */
57
#logo_sesau {
58
        height: 57px;
59
        background-image: url(../imagens/sesau_logo.png);
60
        background-repeat: no-repeat;
61
        padding-right: 35px;
62
}
63
 
64
#nome_secretaria {
65
        font-size: 24px;
66
        color: #8b978f;
67
        text-align: center;
68
        padding-top: 27px;
69
}
70
 
71
#nome_usuario .ui-button-text.ui-c {
72
       font-size: 9px;
73
       margin-left: 10px;
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 {
94
        text-align: right;
95
        font-size: 10px;
96
        color: #FFFFFF;
97
        padding-top: 15px;
98
        margin-right: 25px;
99
}
100
 
101
.ui-button-icon-left.ui-icon.usuarioLogado{
102
        background-image: url(../imagens/usuario.jpg);
103
}
104
 
105
#menu_bar {
106
        background-image: url(../imagens/menu_seta.png);
107
        background-repeat: no-repeat;
108
        height: 20px;
109
        padding-left: 65px;
110
        padding-bottom: 10px;
111
}
112
 
113
#baixo {
114
        min-height: 300px;
115
        margin-left: 10px;
116
        margin-right: 10px;
117
        padding-left: 27px;
118
        background-image: url(../imagens/shdw_esq.jpg);
119
        background-position: top left;
120
        background-repeat: no-repeat;
121
        padding-bottom: 30px;
122
}
123
 
124
#baixo2 {
125
        padding-right: 25px;
126
        background-image: url(../imagens/shdw_dir.jpg);
127
        background-position: top right;
128
        background-repeat: no-repeat;
129
        padding-bottom: 30px;
130
}
131
 
132
#baixo3 {
133
        background-image: url(../imagens/baixo_bg.jpg);
134
        background-repeat: repeat-x;
135
        background-position: top;
136
        background-color: #f7f7f7;
137
        border-bottom: 1px solid #e1e2e7;
138
 
139
}
140
 
141
#conteudo {
142
        padding: 20px;
143
        padding-left: 40px;
144
        padding-right: 40px;
145
        min-height: 300px;
146
        padding-bottom: 40px;
147
}
148
 
149
#conteudo_login {
150
        background-color: #f7f7f7;
151
        padding: 15px;
152
        min-height: 300px;
153
}
154
 
155
#rodape {
156
        background-color: #f7f7f7;
157
        background-image: url(../imagens/indra_logo.jpg);
158
        background-position: bottom right;
159
        background-repeat: no-repeat;
160
        height: 30px;
161
        margin-bottom: 50px;
162
}
163
 
164
#bg_login {
165
        background-image: url(../imagens/bg_login.jpg);
166
        background-repeat: no-repeat;
167
        background-position: left top;
168
        margin: auto;
169
        width: 550px;
170
        height: 330px;
171
        padding-top: 50px;
172
}
173
#login{
174
width:550px;
175
margin:auto;
176
}
177
#form_login{
178
float:right;
179
width:200px;
180
border-left: solid 1px #A5C1DE;
181
padding-left:10px;
182
height:180px;
183
padding-top:10px;
184
}
185
#img_login{
186
float:left;
187
width:300px;
188
}
189
 
190
#erro_conteudo{
191
background-color:#DEE4ED;
192
padding:20px;
193
min-height:50px;
194
width:50%;
195
margin-left:20px;
196
}
197
#erro_cabecalho{
198
background-image:url(triangulo.png);
199
background-position:bottom left;
200
background-repeat:no-repeat;
201
min-height:45px;
202
width:50%;
203
margin-left:20px;
204
}
205
#sobe{
206
clear:both;
207
}
208
 
209
/*_____________________________________________________________________________*/
210
.Label{
211
font-size:10px;
212
font-weight:bold;
213
color: #357bae;
214
}
215
 
216
.textoNormal {
217
        font-size: 14px;
218
}
219
 
220
.textoTitulo {
221
        font-size: 20px;
222
        font-weight: bold;
223
}
224
 
225
.caixa3d {
226
        border-left: 1px solid #B4B4B4;
227
        border-top: 1px solid #B4B4B4;
228
        border-right: 1px solid #FFFFFF;
229
        border-bottom: 1px solid #FFFFFF;
230
        background-color: #E9E9E9;
231
        padding: 10px;
232
        margin: auto;
233
        text-align: right;
234
}
235
 
236
.textoPequeno {
237
        font-size: 11px;
238
}
239
 
240
.textoPequeno a {
241
        font-size: 11px;
242
        text-decoration: none;
243
        color: #000000;
244
}
245
 
246
.textoPequeno a:hover {
247
        font-size: 11px;
248
        text-decoration: underline;
249
        color: #990000;
250
}
251
 
252
.consultaTable {
253
        border: solid 1px #c9c9c9;
254
        padding: 5px;
255
}
256
.textoAlerta{
257
color:#990000;
258
font-weight:bold;
259
}
260
.textoMensagem{
261
font-style:italic;
262
}
263
.bt{
264
        border:none;
265
        border-bottom:solid 1px #cccccc;
266
        border-right:solid 1px #cccccc;
267
        font:"Trebuchet MS";
268
        color:#285091;
269
        height:20px;
270
        width:90px;
271
        font-size:11px;
272
        background-image: url(../imagens/setinha.jpg);
273
        background-repeat:no-repeat;
274
        background-color:#E3F1FE;
275
        background-position:8px;
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
}