Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.tabela {
2
        font-family: 'Open Sans', sans-serif;
3
        min-width: 400px;
4
        margin-bottom: 10px !important;
5
}
6
 
7
.tabela .tabela-label {
8
        min-width: 100px;
9
        text-align: right;
10
        font-weight: bold;
11
}
12
 
13
.tabela .tabela-campo {
14
        min-width: 300px;
15
}
16
 
17
table.tabela tr td {
18
        padding-bottom: 5px;
19
        padding-left: 5px;
20
}
21
 
22
.legenda {
23
        font-size: 14px;
24
        margin-bottom: 5px;
25
        font-weight:bold;
26
        text-align: center;
27
        padding-bottom: 5px;
28
}
29
 
30
.nome-projeto {
31
        color: #4977BC;
32
        font-family: 'Raleway',sans-serif;
33
        font-size: 24px;
34
        font-weight: 800;
35
        line-height: 45px;
36
        margin: 0 0 12px;
37
        text-align: center;
38
        text-transform: uppercase;
39
        display: inherit;
40
    float: left;
41
    width: 50%;
42
}
43
 
44
@media (min-width: 1500px) {
45
        .nome-projeto {
46
                width: 70%;
47
        }
48
}
49
 
50
.ui-growl {
51
        top: 50px;
52
}
53
 
54
.ui-dialog.ui-widget-content .ui-dialog-titlebar {
55
        padding-top: 0px;
56
        /*background-color: #f5f5f5;*/
57
        background-color: #4977BC;
58
}
59
 
60
.ui-dialog .ui-dialog-titlebar {
61
        position: relative;
62
        border: 0px;
63
}
64
 
65
/* ANTIGO */
66
 
67
.ui-layout-north {
68
        z-index: 20 !important;
69
        overflow: visible !important;;
70
}
71
 
72
.ui-layout-north .ui-layout-unit-content {
73
        overflow: visible !important;
74
}
75
 
76
.td-align-top td {
77
        vertical-align: top;
78
}
79
 
80
.ecp-rb-color {
81
        border: 1px solid black;
82
        cursor: pointer;
83
        height: 14px;
84
        margin: 0 2.5px;
85
        width: 14px;
86
        vertical-align: top;
87
        -webkit-border-radius: 7px;
88
        -moz-border-radius: 7px;
89
        border-radius: 7px;
90
}
91
 
92
.ui-datatable .ui-datatable-data .even-row td {
93
        /*background-color:#EEDD82;*/
94
        background-color: #FFFFCC;
95
}
96
 
97
.ui-datatable .ui-datatable-data .odd-row td {
98
        /*background-color:#FFFACD;*/
99
 
100
}
101
 
102
.ui-growl-image {
103
        background: url(../imagens/icones_alerta.png) no-repeat;
104
}
105
 
106
.ui-growl-image-warn {
107
        background-position: 0 -396px;
108
}
109
 
110
.ui-growl-image-info {
111
        background-position: 0 -264px;
112
}
113
 
114
.ui-widget, .ui-widget .ui-widget { font-size: 90% !important; }
115
 
116
.input {
117
        text-transform: uppercase;
118
}
119
 
120
.ui-selectonemenu .ui-selectonemenu-trigger {
121
        width: 24px;
122
        padding: 3px 3px;
123
}
124
 
125
.ui-selectonemenu .ui-widget .ui-state-default .ui-corner-all .form-control {
126
        padding: 0 0;
127
        padding-top: 6px !important;
128
}
129
 
130
.tabela-campo .selectonemenu-label {
131
        color: black !important;
132
}
133
 
134
.form-control .ui-selectonemenu-label  {
135
        padding-top: 6px !important;
136
        /* color: rgba(154, 154, 154, 0.91) !important; */
137
}
138
 
139
.form-control {
140
        padding: 3px 6px !important;
141
        padding-top: 0px !important;
142
}
143
 
144
.ui-dialog .ui-dialog-buttonpane {
145
        text-align: center;
146
}
147
 
148
.campos-obrigatorios {
149
        color: gray !important;
150
        font-style: italic;
151
}
152
 
153
.portlet.light.bordered {
154
  margin-bottom: 0px !important;
155
  padding-bottom: 0px !important;
156
}
157
 
158
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
159
        background-color: #CCCCCC !important;
160
}
161
 
162
.tabela .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
163
        color: #FFFFFF !important;
164
}
165
 
166
.tabelaEditavel .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
167
        color: #000000 !important;
168
}