Project

General

Profile

1
/** Add css rules here for your application. */
2

    
3
body {
4
  color: #333;
5
}
6

    
7
.comment {
8
  font-size: 12px;
9
}
10

    
11
.fontItalic {
12
  font-style: italic;
13
}
14

    
15
.middle-box h1 {
16
  font-size: 70px;
17
}
18

    
19
.logo-name {
20
  letter-spacing: -7px;
21
  margin-bottom: 25px;
22
}
23

    
24
#page-wrapper {
25
  min-height: 850px !important;
26
}
27

    
28
.white-bg {
29
  background-color: #ffffff;
30
}
31

    
32
.wizard > .content {
33
  background: #fff none repeat scroll 0 0;
34
  min-height: 220px;
35
}
36

    
37
.wizard > .content > .body input {
38
  display: inline-block;
39
}
40

    
41
.wizard > .wizardBreadcrumbs {
42
  background: #5a6474 none repeat scroll 0 0;
43
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
44
  font-family: "Helvetica Neue",Arial;
45
  padding: 11px 0 9px;
46
  text-align: center;
47
}
48

    
49
.wizard > .wizardBreadcrumbs > .steps {
50
  border-radius: 2px 2px 0 0;
51
  margin: 0 auto;
52
  width: 90%;
53
}
54

    
55
.wizard > .wizardBreadcrumbs > .steps > .step {
56
  color: #f5f5f5;
57
  float: left;
58
  font-size: 13px;
59
  font-weight: 500;
60
  padding-bottom: 20px;
61
  padding-top: 20px;
62
  position: relative;
63
  text-align: center;
64
  text-shadow: 1px 1px rgba(0, 0, 0, 0.05);
65
  width: 25%;
66
}
67

    
68
.wizard > .wizardBreadcrumbs > .steps > .step::after {
69
  background: #94a1b8 none repeat scroll 0 0;
70
  bottom: 31px;
71
  content: "";
72
  display: block;
73
  height: 2px;
74
  left: 55%;
75
  position: absolute;
76
  width: 100%;
77
}
78

    
79
.wizard > .wizardBreadcrumbs > .steps > .step:last-child::after {
80
  display: none;
81
}
82

    
83
.wizard > .wizardBreadcrumbs > .steps > .step span {
84
  background: #5a6474 none repeat scroll 0 0;
85
  border: 2px solid #94a1b8;
86
  border-radius: 25px;
87
  display: block;
88
  height: 23px;
89
  margin: 13px auto 0;
90
  position: relative;
91
  transition: all 0.2s linear 0s;
92
  width: 23px;
93
}
94

    
95
.wizard > .wizardBreadcrumbs > .steps > .step.active span {
96
  background: #94a1b8 none repeat scroll 0 0;
97
}
98

    
99
.wizard .wizardActions {
100
  margin-top: 40px;
101
  text-align: center;
102
}
103

    
104
.wizard .wizardActions {
105
  margin-bottom: 45px;
106
}
107

    
108
.wizard .wizardActions .btn {
109
  margin: 0 10px;
110
}
111

    
112
.btn-grey-light {
113
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fa, #eff1f4) repeat scroll 0 0;
114
  border: 1px solid #adb2bb;
115
  border-radius: 5px;
116
  color: inherit;
117
  font-weight: bold;
118
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.075);
119
}
120

    
121
.stepContent {
122
  margin-left: 5%;
123
  margin-right: 5%;
124
  margin-top: 30px;
125
}
126

    
127
.wizard > .stepContent h2 {
128
  color: #829333;
129
  font-size: 18px;
130
  padding-bottom: 10px;
131
}
132

    
133
.wizard .mark, .wizard mark {
134
  padding: 0em;
135
}
136

    
137
.repositoriesRadioButtonForm .form-group {
138
  margin-bottom: 0px;
139
}
140

    
141
.repositoriesRadioButtonForm .form-group .btn {
142
  padding: 0px;
143
}
144

    
145
.externalLink {
146
  margin-left: 7px;
147
}
148

    
149
.registeredLabel {
150
  margin-left: 10px;
151
  padding: 1px 5px;
152
}
153

    
154
.form-control, .single-line {
155
  border: 1px solid #ccc;
156
  border-radius: 4px;
157
}
158

    
159
.button {
160
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fa, #eff1f4) repeat scroll 0 0;
161
  border-radius: 4px;
162
  box-shadow: 0 1px 0 white inset;
163
  color: #333;
164
  display: block;
165
  font-family: "Helvetica Neue",Arial;
166
  font-size: 14px;
167
  font-weight: bold;
168
  height: 31px;
169
  line-height: 31px;
170
  padding-left: 15px;
171
  padding-right: 15px;
172
  text-shadow: 0 1px 0 #fff;
173
  transition: all 0.1s linear 0s;
174
}
175

    
176
.interfacePanel {
177
  /*width: 95%;*/
178
}
179

    
180
.interfaceActionsPanel {
181
  /*width: 5%;*/
182
  /*padding-left: 2%;*/
183
  /*vertical-align: bottom;*/
184
  float: right;
185
}
186

    
187
.interfaceActionsPanel a {
188
  color: #c4c4c4;
189
}
190

    
191
.interface-box {
192
  border: 1px solid #e7eaec;
193
  min-height: 505px;
194
}
195

    
196
.interface-box.new {
197
  border: 2px dashed #e7eaec;
198
  min-height: 504px;
199
}
200

    
201
.interface-box.new a {
202
  display: block;
203
  text-align: center;
204
  text-decoration: none;
205
}
206

    
207
.interface-box.new i {
208
  color: #c4c4c4;
209
  /*color: #c4def8;*/
210
  display: block;
211
  font-size: 60px;
212
  margin-top: 155px;
213
}
214

    
215
.interface-box.new .info {
216
  color: #c4c4c4;
217
  /*color: #9ac0e7;*/
218
  display: inline-block;
219
  font-size: 21px;
220
  padding-top: 10px;
221
  text-align: center;
222
}
223

    
224
.interface-box .form-group:last-child {
225
    margin-bottom: 0px;
226
}
227

    
228
.validationSetRadio {
229
  padding: 5px 0px;
230
}
231

    
232
.wizard .stepContent .success {
233
    text-align: center;
234
}
235

    
236
.wizard .stepContent .success i.fa-check-circle {
237
    color: #3da838;
238
    font-size: 47px;
239
}
240

    
241
.wizard .stepContent .success h3 {
242
    color: #556579;
243
    font-size: 21px;
244
    margin-top: 25px;
245
}
246

    
247
/*.wizard .stepContent .success .button {*/
248
    /*margin-top: 40px;*/
249
/*}*/
250

    
251
/*.wizard > .steps > ul > li {*/
252
  /*width: 33%;*/
253
/*}*/
254

    
255
.product-imitation {
256
  padding: 70px 0;
257
}
258

    
259
.form-group .col-sm-12 {
260
  padding-left: 0px;
261
  padding-right: 0px;
262
}
263

    
264
.wizard > .content .body {
265
  position: relative;
266
}
267

    
268
.wizard > .content .body {
269
  float: left;
270
  height: 95%;
271
  padding: 2.5%;
272
  width: 95%;
273
}
274

    
275
.wizard > .content h2 {
276
  color: #343cb1;
277
  font-family: "YanoneKaffeesatzLight";
278
  font-size: 30px;
279
  font-weight: normal;
280
  line-height: 30px;
281
  padding-bottom: 10px;
282
  padding-left: 5px;
283
  padding-top: 3px;
284
  text-transform: none;
285
  /*color: #829333;
286
  font-size: 18px;
287
  padding-bottom: 10px;*/
288
}
289

    
290
.wizard > .content .interfacesForm .col-md-6:nth-child(odd) {
291
    padding-left: 0px;
292
}
293

    
294
.wizard > .content .interfacesForm .col-md-6:nth-child(even) {
295
    padding-right: 0px;
296
}
297

    
298
.alert {
299
  padding: 10px;
300
}
301

    
302
.product-name {
303
  font-size: 14px;
304
}
305

    
306
.displayBlock {
307
    display: block;
308
}
309

    
310
.loading {
311
  position: relative;
312
  min-height: 200px;
313
}
314

    
315
.loading-medium {
316
  position: relative;
317
  min-height: 400px;
318
}
319

    
320
.loading-big {
321
  position: relative;
322
  min-height: 600px;
323
}
324

    
325
.loader-small {
326
  background: url("img/loader-small.gif") no-repeat center;
327
  z-index: 110;
328
  width: 100%;
329
  height: 100%;
330
  position: absolute;
331
  top: 0;
332
  left: 0;
333
}
334

    
335
.loader-big {
336
  background: url("img/loader-big.gif") no-repeat center;
337
  z-index: 110;
338
  width: 100%;
339
  height: 100%;
340
  position: absolute;
341
  top: 0;
342
  left: 0;
343
}
344

    
345
.whiteFilm {
346
  background: #ffffff;
347
  z-index: 105;
348
  width: 100%;
349
  height: 100%;
350
  opacity: 0.7;
351
  position: absolute;
352
  top: 0;
353
  left: 0;
354
}
355

    
356
.ibox-content h1 {
357
    color: #829333;
358
    font-size: 22px;
359
}
360

    
361
.ibox-content h2 {
362
    color: #343cb1;
363
    font-family: "YanoneKaffeesatzLight";
364
    font-size: 30px;
365
    font-weight: normal;
366
    line-height: 30px;
367
    padding-bottom: 10px;
368
    padding-left: 5px;
369
    padding-top: 3px;
370
    text-transform: none;
371
}
372

    
373
.ibox-content .tab-content {
374
    margin: 20px;
375
}
376

    
377
.updateRepoInfoButton {
378
    margin-left: -10px;
379
}
380

    
381
.selectAll label {
382
  display: block;
383
  width: 100%;
384
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
385
  border-bottom: 1px solid #dee3ea;
386
  border-top: 1px solid #d4dbe4;
387
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
388
  padding: 5px 10px;
389
  margin-left: -5px;
390
  margin-right: -5px;
391
}
392

    
393
.selectAll input[type="checkbox"] {
394
  margin-left: -4px !important;
395
  margin-right: 6px;
396
}
397

    
398
.selectAll span {
399
  letter-spacing: 0.5px;
400
  margin-left: 15px;
401
}
402

    
403
.margin10 {
404
  margin: 10px;
405
}
406

    
407
.marginTop10 {
408
  margin-top: 10px;
409
}
410

    
411
.marginTop20 {
412
  margin-top: 20px;
413
}
414

    
415
.marginBottom20 {
416
  margin-bottom: 20px;
417
}
418

    
419
.textAlignCenter {
420
  text-align: center;
421
}
422

    
423
.showAdvanced {
424
  text-decoration: underline;
425
  margin-top: 15px;
426
  color: #337ab7;
427
}
428

    
429
.showAdvanced:hover {
430
  color: #23527c;
431
}
432

    
433
.xPathPanel {
434
  display: block;
435
  width: 100%;
436
  background: rgba(0, 0, 0, 0) linear-gradient(#f7f8fc, #f8f9fc) repeat scroll 0 0;
437
  border-bottom: 1px solid #dee3ea;
438
  border-top: 1px solid #d4dbe4;
439
  box-shadow: 0 1px rgba(255, 255, 255, 0.79) inset;
440
  padding: 20px 10px;
441
  margin-left: -5px;
442
  margin-right: -5px;
443
}
444

    
445
a.linkBox, a.linkBox:hover, a.linkBox:focus, a.linkBox:visited {
446
  color: #333;
447
}
448

    
449
a.linkBox:hover .product-name, a.linkBox:focus .product-name {
450
  color: #6098eb;
451
}
452

    
453
.previewTitle {
454
  color: #5d93ac;
455
  font-size: 20px;
456
  font-weight: 600;
457
  padding: 20px 10px 0;
458
}
459

    
460
.previewPanel {
461
  background-color: #ffffff;
462
  box-shadow: 0 2px 4px 0 #5d93ac;
463
  margin-left: -10px;
464
  margin-top: 21px;
465
  padding-left: 10px;
466
  padding-right: 10px;
467
  padding-bottom: 10px;
468
}
469

    
470
.helpAdminActionButtons {
471
  margin-top: 20px;
472
  text-align: center;
473
}
474

    
475
.helpAdminActionButtons .btn {
476
  margin: 0 10px;
477
}
(1-1/2)