Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2770 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: #3bc873;
27
    border-color: #33b667;
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: none!important;
103
}
104
 
105
.table {
106
    color: #333;
107
    background-color: #fff!important;
108
    margin: 0;
109
    border: 0;
110
}
111
 
112
.logo {
113
    cursor: pointer;
114
    width: 32px;
115
}
116
 
117
.select {
118
    color: #333;
119
}
120
 
121
.template {
122
    cursor: pointer;
123
    color: #333;
124
}
125
 
126
.language {
127
    cursor: pointer;
128
    color: #333;
129
}
130
 
131
.card-header {
132
    background-color: #33b770!important;
133
    border-color: #33b770!important;
134
    color: #fff!important;
135
}
136
 
137
.progress {
138
    margin-bottom: 0;
139
    background-color: #f5f5f5;
140
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
141
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
142
}
143
 
144
.progress-bar-success {
145
    background-color: #5bc0de;
146
}
147
 
148
.progress-bar-info {
149
    background-color: #5cb85c;
150
}
151
 
152
.progress-bar-warning {
153
    background-color: #f0ad4e;
154
}
155
 
156
.progress-bar-danger {
157
    background-color: #d9534f;
158
}
159
 
160
.modal-content {
161
    background-color: #fff;
162
}
163
 
164
.list-group {
165
    display: block;
166
}
167
 
168
.list-group-item {
169
    background-color: #fff;
170
}
171
 
172
.reload {
173
    background-image: url("../gfx/reload.gif");
174
    float: right;
175
    cursor: pointer;
176
    width: 16px;
177
    height: 16px;    
178
}
179
 
180
.container {
181
    padding:0;
182
}
183
 
184
.table thead th {
185
    border-top: none;
186
}
187
 
188
a, a:visited {
189
    color: #000;
190
}
191
 
192
a:hover {
193
    text-decoration: underline;
194
    color: #000;
195
}
196
 
197
.psihref, .psihref:visited {
198
    color: #fff;
199
}
200
 
201
.psihref:hover {
202
    text-decoration: underline;
203
    color: #fff;
204
}
205
 
206
.col-lg-6, .col-lg-12 {
207
    padding-bottom: 20px;
208
}
209
 
210
.badge{
211
    font-size: 12px;
212
    border-radius: 10px;
213
    padding: 3px 7px;
214
    float: right;
215
}
216
 
217
.table-nopadding > tbody > tr > td,
218
.table-nopadding > tbody > tr > th {
219
  padding: 0;
220
}