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: #4977BC;
57
}
58
 
59
.ui-dialog .ui-dialog-titlebar {
60
        position: relative;
61
        border: 0px;
62
}
63
 
64
 
65
.ui-layout-north {
66
        z-index: 20 !important;
67
        overflow: visible !important;;
68
}
69
 
70
.ui-layout-north .ui-layout-unit-content {
71
        overflow: visible !important;
72
}
73
 
74
.td-align-top td {
75
        vertical-align: top;
76
}
77
 
78
.ecp-rb-color {
79
        border: 1px solid black;
80
        cursor: pointer;
81
        height: 14px;
82
        margin: 0 2.5px;
83
        width: 14px;
84
        vertical-align: top;
85
        -webkit-border-radius: 7px;
86
        -moz-border-radius: 7px;
87
        border-radius: 7px;
88
}
89
 
90
.ui-growl-image {
91
        background: url(../imagens/icones_alerta.png) no-repeat;
92
}
93
 
94
.ui-growl-image-warn {
95
        background-position: 0 -396px;
96
}
97
 
98
.ui-growl-image-info {
99
        background-position: 0 -264px;
100
}
101
 
102
.ui-widget, .ui-widget .ui-widget { font-size: 90% !important; }
103
 
104
.input {
105
        text-transform: uppercase;
106
}
107
 
108
.ui-selectonemenu .ui-selectonemenu-trigger {
109
        width: 24px;
110
        padding: 3px 3px;
111
}
112
 
113
.ui-selectonemenu .ui-widget .ui-state-default .ui-corner-all .form-control {
114
        padding: 0 0;
115
        padding-top: 6px !important;
116
}
117
 
118
.tabela-campo .selectonemenu-label {
119
        color: black !important;
120
}
121
 
122
.form-control .ui-selectonemenu-label  {
123
        padding-top: 6px !important;
124
}
125
 
126
.form-control {
127
        padding: 3px 6px !important;
128
        padding-top: 0px !important;
129
}
130
 
131
.ui-dialog .ui-dialog-buttonpane {
132
        text-align: center;
133
}
134
 
135
.campos-obrigatorios {
136
        color: gray !important;
137
        font-style: italic;
138
}
139
 
140
.portlet.light.bordered {
141
  margin-bottom: 0px !important;
142
  padding-bottom: 0px !important;
143
}
144
 
145
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
146
        background-color: #CCCCCC !important;
147
}
148
 
149
.tabela .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
150
        font-weight: bold;
151
}