Subversion Repositories ALCASAR

Rev

Details | Last modification | View Log

Rev Author Line No. Line
3288 rexy 1
body {
2
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
3
    font-size: 13px;
4
    padding-top: 80px;
5
    color: #333;
6
    background-color: #fff;
7
}
8
 
9
wbr {
10
    display: inline-block;
11
}
12
 
13
.table td.rightCell, .table th.rightCell {
14
    text-align: right;
15
}
16
 
17
.percent {
18
    text-align: center;
19
}
20
 
21
.card {
22
    border-color: #f2f2f2;
23
}
24
 
25
.navbar {
26
    background-color: #3b87c8;
27
    border-color: #2d6da3;
28
}
29
 
30
.navbar-brand, .navbar-brand:hover {
31
    color: #fff;
32
    margin-right: 0;
33
}
34
 
35
.treegrid-span {
36
    display: table-cell;
37
}
38
 
39
.treegrid-spanbold {
40
    font-weight: bold;
41
    display: table-cell;
42
}
43
 
44
.treegrid-indent {
45
    width: 16px;
46
    height: 16px;
47
    display: table-cell;
48
}
49
 
50
.treegrid-expander {
51
    width: 0px;
52
    height: 16px;
53
    display: table-cell;
54
    cursor: pointer;
55
}
56
 
57
.normalicon {
58
    width: 16px;
59
    height: 16px;
60
    position: relative;
61
    top: 1px;
62
    display: table-cell;
63
    font-style: normal;
64
    font-weight: normal;
65
    line-height: 1;
66
 
67
    -webkit-font-smoothing: antialiased;
68
    -moz-osx-font-smoothing: grayscale;
69
}
70
.normalicon-right:before {
71
    content: "\25ba";
72
}
73
.normalicon-down:before {
74
    content: "\25bc";
75
}
76
 
77
table.sortable thead th {
78
    cursor: pointer;
79
    position: relative;
80
    top: 0;
81
    left: 0;
82
}
83
 
84
table.sortable thead th:hover {
85
    background-color: #ececec;
86
}
87
 
88
.sorttable_nosort {
89
    cursor: auto!important;
90
}
91
 
92
.table-hover > tbody > tr:hover {
93
    color: #333;
94
    background-color: #ececec;
95
}
96
 
97
.table-hover > tfoot > tr:hover {
98
    background-color: #ececec;
99
}
100
 
101
table.borderless td, table.borderless th, table.noborderattop tr:first-child td, table.noborderattop tr:first-child th {
102
    border-style: none!important;
103
}
104
 
105
.table {
106
    color: #333;
107
    background-color: #fff!important;
108
    margin: 0;
109
    border-style: none;
110
}
111
 
112
.logo {
113
    cursor: pointer;
114
    width: 32px;
115
}
116
 
117
.select {
118
    color: #333;
119
}
120
 
121
select {
122
    background-color: #fefefe;
123
}
124
 
125
.template {
126
    cursor: pointer;
127
    color: #333;
128
}
129
 
130
.language {
131
    cursor: pointer;
132
    color: #333;
133
}
134
 
135
.card-header {
136
    background-color: #337ab7!important;
137
    border-color: #337ab7!important;
138
    color: #fff!important;
139
}
140
 
141
.progress {
142
    margin-bottom: 0;
143
    background-color: #f5f5f5;
144
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
145
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
146
}
147
 
148
.progress-bar-success {
149
    background-color: #5cb85c;
150
}
151
 
152
.progress-bar-info {
153
    background-color: #5bc0de;
154
}
155
 
156
.progress-bar-warning {
157
    background-color: #f0ad4e;
158
}
159
 
160
.progress-bar-danger {
161
    background-color: #d9534f;
162
}
163
 
164
.modal-content {
165
    background-color: #fff;
166
}
167
 
168
.modal {
169
    overflow-y: auto;
170
    background-color: rgba(0,0,0,0.5);
171
}
172
 
173
.list-group {
174
    display: block;
175
}
176
 
177
.list-group-item {
178
    background-color: #fff;
179
}
180
 
181
.reload {
182
    background-image: url("../../gfx/reload.gif");
183
    float: right;
184
    cursor: pointer;
185
    width: 16px;
186
    height: 16px;
187
}
188
 
189
.container {
190
    padding: 0;
191
}
192
 
193
.table thead th {
194
    border-top: none;
195
}
196
 
197
a, a:visited {
198
    color: #000;
199
}
200
 
201
a:hover {
202
    text-decoration: underline;
203
    color: #000;
204
}
205
 
206
.psihref, .psihref:visited {
207
    text-decoration: none;
208
    color: #fff;
209
}
210
 
211
.psihref:hover {
212
    text-decoration: underline;
213
    color: #fff;
214
}
215
 
216
.col-lg-6, .col-lg-12 {
217
    padding-bottom: 20px;
218
}
219
 
220
.badge {
221
    font-size: 12px;
222
    border-radius: 10px;
223
    padding: 3px 7px;
224
    float: right;
225
}
226
 
227
.table-nopadding > tbody > tr > td,
228
.table-nopadding > tbody > tr > th {
229
  padding: 0;
230
}