condo_interface 0.0.1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,17 @@
1
+ Built with the following
2
+
3
+ Base CSS
4
+ * buttons
5
+ * icons
6
+
7
+ Misc
8
+ * Utilities
9
+
10
+ Responsive
11
+ * Visible/hidden classes
12
+
13
+ Components
14
+ * Button groups and dropdowns
15
+
16
+ JS Components
17
+ * Dropdowns
@@ -0,0 +1,1346 @@
1
+ /*!
2
+ * Bootstrap v2.2.1
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+ .clearfix {
11
+ *zoom: 1;
12
+ }
13
+ .clearfix:before,
14
+ .clearfix:after {
15
+ display: table;
16
+ content: "";
17
+ line-height: 0;
18
+ }
19
+ .clearfix:after {
20
+ clear: both;
21
+ }
22
+ .hide-text {
23
+ font: 0/0 a;
24
+ color: transparent;
25
+ text-shadow: none;
26
+ background-color: transparent;
27
+ border: 0;
28
+ }
29
+ .input-block-level {
30
+ display: block;
31
+ width: 100%;
32
+ min-height: 30px;
33
+ -webkit-box-sizing: border-box;
34
+ -moz-box-sizing: border-box;
35
+ box-sizing: border-box;
36
+ }
37
+ .btn {
38
+ display: inline-block;
39
+ *display: inline;
40
+ /* IE7 inline-block hack */
41
+
42
+ *zoom: 1;
43
+ padding: 4px 12px;
44
+ margin-bottom: 0;
45
+ font-size: 14px;
46
+ line-height: 20px;
47
+ *line-height: 20px;
48
+ text-align: center;
49
+ vertical-align: middle;
50
+ cursor: pointer;
51
+ color: #333333;
52
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
53
+ background-color: #f5f5f5;
54
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
55
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
56
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
57
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
58
+ background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
59
+ background-repeat: repeat-x;
60
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
61
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
62
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
63
+ *background-color: #e6e6e6;
64
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
65
+
66
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
67
+ border: 1px solid #bbbbbb;
68
+ *border: 0;
69
+ border-bottom-color: #a2a2a2;
70
+ -webkit-border-radius: 4px;
71
+ -moz-border-radius: 4px;
72
+ border-radius: 4px;
73
+ *margin-left: .3em;
74
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
75
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
76
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
77
+ }
78
+ .btn:hover,
79
+ .btn:active,
80
+ .btn.active,
81
+ .btn.disabled,
82
+ .btn[disabled] {
83
+ color: #333333;
84
+ background-color: #e6e6e6;
85
+ *background-color: #d9d9d9;
86
+ }
87
+ .btn:active,
88
+ .btn.active {
89
+ background-color: #cccccc \9;
90
+ }
91
+ .btn:first-child {
92
+ *margin-left: 0;
93
+ }
94
+ .btn:hover {
95
+ color: #333333;
96
+ text-decoration: none;
97
+ background-color: #e6e6e6;
98
+ *background-color: #d9d9d9;
99
+ /* Buttons in IE7 don't get borders, so darken on hover */
100
+
101
+ background-position: 0 -15px;
102
+ -webkit-transition: background-position 0.1s linear;
103
+ -moz-transition: background-position 0.1s linear;
104
+ -o-transition: background-position 0.1s linear;
105
+ transition: background-position 0.1s linear;
106
+ }
107
+ .btn:focus {
108
+ outline: thin dotted #333;
109
+ outline: 5px auto -webkit-focus-ring-color;
110
+ outline-offset: -2px;
111
+ }
112
+ .btn.active,
113
+ .btn:active {
114
+ background-color: #e6e6e6;
115
+ background-color: #d9d9d9 \9;
116
+ background-image: none;
117
+ outline: 0;
118
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
119
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
120
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
121
+ }
122
+ .btn.disabled,
123
+ .btn[disabled] {
124
+ cursor: default;
125
+ background-color: #e6e6e6;
126
+ background-image: none;
127
+ opacity: 0.65;
128
+ filter: alpha(opacity=65);
129
+ -webkit-box-shadow: none;
130
+ -moz-box-shadow: none;
131
+ box-shadow: none;
132
+ }
133
+ .btn-large {
134
+ padding: 11px 19px;
135
+ font-size: 17.5px;
136
+ -webkit-border-radius: 6px;
137
+ -moz-border-radius: 6px;
138
+ border-radius: 6px;
139
+ }
140
+ .btn-large [class^="icon-"],
141
+ .btn-large [class*=" icon-"] {
142
+ margin-top: 2px;
143
+ }
144
+ .btn-small {
145
+ padding: 2px 10px;
146
+ font-size: 11.9px;
147
+ -webkit-border-radius: 3px;
148
+ -moz-border-radius: 3px;
149
+ border-radius: 3px;
150
+ }
151
+ .btn-small [class^="icon-"],
152
+ .btn-small [class*=" icon-"] {
153
+ margin-top: 0;
154
+ }
155
+ .btn-mini {
156
+ padding: 1px 6px;
157
+ font-size: 10.5px;
158
+ -webkit-border-radius: 3px;
159
+ -moz-border-radius: 3px;
160
+ border-radius: 3px;
161
+ }
162
+ .btn-block {
163
+ display: block;
164
+ width: 100%;
165
+ padding-left: 0;
166
+ padding-right: 0;
167
+ -webkit-box-sizing: border-box;
168
+ -moz-box-sizing: border-box;
169
+ box-sizing: border-box;
170
+ }
171
+ .btn-block + .btn-block {
172
+ margin-top: 5px;
173
+ }
174
+ input[type="submit"].btn-block,
175
+ input[type="reset"].btn-block,
176
+ input[type="button"].btn-block {
177
+ width: 100%;
178
+ }
179
+ .btn-primary.active,
180
+ .btn-warning.active,
181
+ .btn-danger.active,
182
+ .btn-success.active,
183
+ .btn-info.active,
184
+ .btn-inverse.active {
185
+ color: rgba(255, 255, 255, 0.75);
186
+ }
187
+ .btn {
188
+ border-color: #c5c5c5;
189
+ border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
190
+ }
191
+ .btn-primary {
192
+ color: #ffffff;
193
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
194
+ background-color: #006dcc;
195
+ background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
196
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
197
+ background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
198
+ background-image: -o-linear-gradient(top, #0088cc, #0044cc);
199
+ background-image: linear-gradient(to bottom, #0088cc, #0044cc);
200
+ background-repeat: repeat-x;
201
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
202
+ border-color: #0044cc #0044cc #002a80;
203
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
204
+ *background-color: #0044cc;
205
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
206
+
207
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
208
+ }
209
+ .btn-primary:hover,
210
+ .btn-primary:active,
211
+ .btn-primary.active,
212
+ .btn-primary.disabled,
213
+ .btn-primary[disabled] {
214
+ color: #ffffff;
215
+ background-color: #0044cc;
216
+ *background-color: #003bb3;
217
+ }
218
+ .btn-primary:active,
219
+ .btn-primary.active {
220
+ background-color: #003399 \9;
221
+ }
222
+ .btn-warning {
223
+ color: #ffffff;
224
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
225
+ background-color: #faa732;
226
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
227
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
228
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
229
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
230
+ background-image: linear-gradient(to bottom, #fbb450, #f89406);
231
+ background-repeat: repeat-x;
232
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
233
+ border-color: #f89406 #f89406 #ad6704;
234
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
235
+ *background-color: #f89406;
236
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
237
+
238
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
239
+ }
240
+ .btn-warning:hover,
241
+ .btn-warning:active,
242
+ .btn-warning.active,
243
+ .btn-warning.disabled,
244
+ .btn-warning[disabled] {
245
+ color: #ffffff;
246
+ background-color: #f89406;
247
+ *background-color: #df8505;
248
+ }
249
+ .btn-warning:active,
250
+ .btn-warning.active {
251
+ background-color: #c67605 \9;
252
+ }
253
+ .btn-danger {
254
+ color: #ffffff;
255
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
256
+ background-color: #da4f49;
257
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
258
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
259
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
260
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
261
+ background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
262
+ background-repeat: repeat-x;
263
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
264
+ border-color: #bd362f #bd362f #802420;
265
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
266
+ *background-color: #bd362f;
267
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
268
+
269
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
270
+ }
271
+ .btn-danger:hover,
272
+ .btn-danger:active,
273
+ .btn-danger.active,
274
+ .btn-danger.disabled,
275
+ .btn-danger[disabled] {
276
+ color: #ffffff;
277
+ background-color: #bd362f;
278
+ *background-color: #a9302a;
279
+ }
280
+ .btn-danger:active,
281
+ .btn-danger.active {
282
+ background-color: #942a25 \9;
283
+ }
284
+ .btn-success {
285
+ color: #ffffff;
286
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
287
+ background-color: #5bb75b;
288
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
289
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
290
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
291
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
292
+ background-image: linear-gradient(to bottom, #62c462, #51a351);
293
+ background-repeat: repeat-x;
294
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
295
+ border-color: #51a351 #51a351 #387038;
296
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
297
+ *background-color: #51a351;
298
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
299
+
300
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
301
+ }
302
+ .btn-success:hover,
303
+ .btn-success:active,
304
+ .btn-success.active,
305
+ .btn-success.disabled,
306
+ .btn-success[disabled] {
307
+ color: #ffffff;
308
+ background-color: #51a351;
309
+ *background-color: #499249;
310
+ }
311
+ .btn-success:active,
312
+ .btn-success.active {
313
+ background-color: #408140 \9;
314
+ }
315
+ .btn-info {
316
+ color: #ffffff;
317
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
318
+ background-color: #49afcd;
319
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
320
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
321
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
322
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
323
+ background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
324
+ background-repeat: repeat-x;
325
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
326
+ border-color: #2f96b4 #2f96b4 #1f6377;
327
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
328
+ *background-color: #2f96b4;
329
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
330
+
331
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
332
+ }
333
+ .btn-info:hover,
334
+ .btn-info:active,
335
+ .btn-info.active,
336
+ .btn-info.disabled,
337
+ .btn-info[disabled] {
338
+ color: #ffffff;
339
+ background-color: #2f96b4;
340
+ *background-color: #2a85a0;
341
+ }
342
+ .btn-info:active,
343
+ .btn-info.active {
344
+ background-color: #24748c \9;
345
+ }
346
+ .btn-inverse {
347
+ color: #ffffff;
348
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
349
+ background-color: #363636;
350
+ background-image: -moz-linear-gradient(top, #444444, #222222);
351
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
352
+ background-image: -webkit-linear-gradient(top, #444444, #222222);
353
+ background-image: -o-linear-gradient(top, #444444, #222222);
354
+ background-image: linear-gradient(to bottom, #444444, #222222);
355
+ background-repeat: repeat-x;
356
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
357
+ border-color: #222222 #222222 #000000;
358
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
359
+ *background-color: #222222;
360
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
361
+
362
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
363
+ }
364
+ .btn-inverse:hover,
365
+ .btn-inverse:active,
366
+ .btn-inverse.active,
367
+ .btn-inverse.disabled,
368
+ .btn-inverse[disabled] {
369
+ color: #ffffff;
370
+ background-color: #222222;
371
+ *background-color: #151515;
372
+ }
373
+ .btn-inverse:active,
374
+ .btn-inverse.active {
375
+ background-color: #080808 \9;
376
+ }
377
+ button.btn,
378
+ input[type="submit"].btn {
379
+ *padding-top: 3px;
380
+ *padding-bottom: 3px;
381
+ }
382
+ button.btn::-moz-focus-inner,
383
+ input[type="submit"].btn::-moz-focus-inner {
384
+ padding: 0;
385
+ border: 0;
386
+ }
387
+ button.btn.btn-large,
388
+ input[type="submit"].btn.btn-large {
389
+ *padding-top: 7px;
390
+ *padding-bottom: 7px;
391
+ }
392
+ button.btn.btn-small,
393
+ input[type="submit"].btn.btn-small {
394
+ *padding-top: 3px;
395
+ *padding-bottom: 3px;
396
+ }
397
+ button.btn.btn-mini,
398
+ input[type="submit"].btn.btn-mini {
399
+ *padding-top: 1px;
400
+ *padding-bottom: 1px;
401
+ }
402
+ .btn-link,
403
+ .btn-link:active,
404
+ .btn-link[disabled] {
405
+ background-color: transparent;
406
+ background-image: none;
407
+ -webkit-box-shadow: none;
408
+ -moz-box-shadow: none;
409
+ box-shadow: none;
410
+ }
411
+ .btn-link {
412
+ border-color: transparent;
413
+ cursor: pointer;
414
+ color: #0088cc;
415
+ -webkit-border-radius: 0;
416
+ -moz-border-radius: 0;
417
+ border-radius: 0;
418
+ }
419
+ .btn-link:hover {
420
+ color: #005580;
421
+ text-decoration: underline;
422
+ background-color: transparent;
423
+ }
424
+ .btn-link[disabled]:hover {
425
+ color: #333333;
426
+ text-decoration: none;
427
+ }
428
+ [class^="icon-"],
429
+ [class*=" icon-"] {
430
+ display: inline-block;
431
+ width: 14px;
432
+ height: 14px;
433
+ *margin-right: .3em;
434
+ line-height: 14px;
435
+ vertical-align: text-top;
436
+ background-image: url("../img/glyphicons-halflings.png");
437
+ background-position: 14px 14px;
438
+ background-repeat: no-repeat;
439
+ margin-top: 1px;
440
+ }
441
+ /* White icons with optional class, or on hover/active states of certain elements */
442
+ .icon-white,
443
+ .nav-pills > .active > a > [class^="icon-"],
444
+ .nav-pills > .active > a > [class*=" icon-"],
445
+ .nav-list > .active > a > [class^="icon-"],
446
+ .nav-list > .active > a > [class*=" icon-"],
447
+ .navbar-inverse .nav > .active > a > [class^="icon-"],
448
+ .navbar-inverse .nav > .active > a > [class*=" icon-"],
449
+ .dropdown-menu > li > a:hover > [class^="icon-"],
450
+ .dropdown-menu > li > a:hover > [class*=" icon-"],
451
+ .dropdown-menu > .active > a > [class^="icon-"],
452
+ .dropdown-menu > .active > a > [class*=" icon-"],
453
+ .dropdown-submenu:hover > a > [class^="icon-"],
454
+ .dropdown-submenu:hover > a > [class*=" icon-"] {
455
+ background-image: url("../img/glyphicons-halflings-white.png");
456
+ }
457
+ .icon-glass {
458
+ background-position: 0 0;
459
+ }
460
+ .icon-music {
461
+ background-position: -24px 0;
462
+ }
463
+ .icon-search {
464
+ background-position: -48px 0;
465
+ }
466
+ .icon-envelope {
467
+ background-position: -72px 0;
468
+ }
469
+ .icon-heart {
470
+ background-position: -96px 0;
471
+ }
472
+ .icon-star {
473
+ background-position: -120px 0;
474
+ }
475
+ .icon-star-empty {
476
+ background-position: -144px 0;
477
+ }
478
+ .icon-user {
479
+ background-position: -168px 0;
480
+ }
481
+ .icon-film {
482
+ background-position: -192px 0;
483
+ }
484
+ .icon-th-large {
485
+ background-position: -216px 0;
486
+ }
487
+ .icon-th {
488
+ background-position: -240px 0;
489
+ }
490
+ .icon-th-list {
491
+ background-position: -264px 0;
492
+ }
493
+ .icon-ok {
494
+ background-position: -288px 0;
495
+ }
496
+ .icon-remove {
497
+ background-position: -312px 0;
498
+ }
499
+ .icon-zoom-in {
500
+ background-position: -336px 0;
501
+ }
502
+ .icon-zoom-out {
503
+ background-position: -360px 0;
504
+ }
505
+ .icon-off {
506
+ background-position: -384px 0;
507
+ }
508
+ .icon-signal {
509
+ background-position: -408px 0;
510
+ }
511
+ .icon-cog {
512
+ background-position: -432px 0;
513
+ }
514
+ .icon-trash {
515
+ background-position: -456px 0;
516
+ }
517
+ .icon-home {
518
+ background-position: 0 -24px;
519
+ }
520
+ .icon-file {
521
+ background-position: -24px -24px;
522
+ }
523
+ .icon-time {
524
+ background-position: -48px -24px;
525
+ }
526
+ .icon-road {
527
+ background-position: -72px -24px;
528
+ }
529
+ .icon-download-alt {
530
+ background-position: -96px -24px;
531
+ }
532
+ .icon-download {
533
+ background-position: -120px -24px;
534
+ }
535
+ .icon-upload {
536
+ background-position: -144px -24px;
537
+ }
538
+ .icon-inbox {
539
+ background-position: -168px -24px;
540
+ }
541
+ .icon-play-circle {
542
+ background-position: -192px -24px;
543
+ }
544
+ .icon-repeat {
545
+ background-position: -216px -24px;
546
+ }
547
+ .icon-refresh {
548
+ background-position: -240px -24px;
549
+ }
550
+ .icon-list-alt {
551
+ background-position: -264px -24px;
552
+ }
553
+ .icon-lock {
554
+ background-position: -287px -24px;
555
+ }
556
+ .icon-flag {
557
+ background-position: -312px -24px;
558
+ }
559
+ .icon-headphones {
560
+ background-position: -336px -24px;
561
+ }
562
+ .icon-volume-off {
563
+ background-position: -360px -24px;
564
+ }
565
+ .icon-volume-down {
566
+ background-position: -384px -24px;
567
+ }
568
+ .icon-volume-up {
569
+ background-position: -408px -24px;
570
+ }
571
+ .icon-qrcode {
572
+ background-position: -432px -24px;
573
+ }
574
+ .icon-barcode {
575
+ background-position: -456px -24px;
576
+ }
577
+ .icon-tag {
578
+ background-position: 0 -48px;
579
+ }
580
+ .icon-tags {
581
+ background-position: -25px -48px;
582
+ }
583
+ .icon-book {
584
+ background-position: -48px -48px;
585
+ }
586
+ .icon-bookmark {
587
+ background-position: -72px -48px;
588
+ }
589
+ .icon-print {
590
+ background-position: -96px -48px;
591
+ }
592
+ .icon-camera {
593
+ background-position: -120px -48px;
594
+ }
595
+ .icon-font {
596
+ background-position: -144px -48px;
597
+ }
598
+ .icon-bold {
599
+ background-position: -167px -48px;
600
+ }
601
+ .icon-italic {
602
+ background-position: -192px -48px;
603
+ }
604
+ .icon-text-height {
605
+ background-position: -216px -48px;
606
+ }
607
+ .icon-text-width {
608
+ background-position: -240px -48px;
609
+ }
610
+ .icon-align-left {
611
+ background-position: -264px -48px;
612
+ }
613
+ .icon-align-center {
614
+ background-position: -288px -48px;
615
+ }
616
+ .icon-align-right {
617
+ background-position: -312px -48px;
618
+ }
619
+ .icon-align-justify {
620
+ background-position: -336px -48px;
621
+ }
622
+ .icon-list {
623
+ background-position: -360px -48px;
624
+ }
625
+ .icon-indent-left {
626
+ background-position: -384px -48px;
627
+ }
628
+ .icon-indent-right {
629
+ background-position: -408px -48px;
630
+ }
631
+ .icon-facetime-video {
632
+ background-position: -432px -48px;
633
+ }
634
+ .icon-picture {
635
+ background-position: -456px -48px;
636
+ }
637
+ .icon-pencil {
638
+ background-position: 0 -72px;
639
+ }
640
+ .icon-map-marker {
641
+ background-position: -24px -72px;
642
+ }
643
+ .icon-adjust {
644
+ background-position: -48px -72px;
645
+ }
646
+ .icon-tint {
647
+ background-position: -72px -72px;
648
+ }
649
+ .icon-edit {
650
+ background-position: -96px -72px;
651
+ }
652
+ .icon-share {
653
+ background-position: -120px -72px;
654
+ }
655
+ .icon-check {
656
+ background-position: -144px -72px;
657
+ }
658
+ .icon-move {
659
+ background-position: -168px -72px;
660
+ }
661
+ .icon-step-backward {
662
+ background-position: -192px -72px;
663
+ }
664
+ .icon-fast-backward {
665
+ background-position: -216px -72px;
666
+ }
667
+ .icon-backward {
668
+ background-position: -240px -72px;
669
+ }
670
+ .icon-play {
671
+ background-position: -264px -72px;
672
+ }
673
+ .icon-pause {
674
+ background-position: -288px -72px;
675
+ }
676
+ .icon-stop {
677
+ background-position: -312px -72px;
678
+ }
679
+ .icon-forward {
680
+ background-position: -336px -72px;
681
+ }
682
+ .icon-fast-forward {
683
+ background-position: -360px -72px;
684
+ }
685
+ .icon-step-forward {
686
+ background-position: -384px -72px;
687
+ }
688
+ .icon-eject {
689
+ background-position: -408px -72px;
690
+ }
691
+ .icon-chevron-left {
692
+ background-position: -432px -72px;
693
+ }
694
+ .icon-chevron-right {
695
+ background-position: -456px -72px;
696
+ }
697
+ .icon-plus-sign {
698
+ background-position: 0 -96px;
699
+ }
700
+ .icon-minus-sign {
701
+ background-position: -24px -96px;
702
+ }
703
+ .icon-remove-sign {
704
+ background-position: -48px -96px;
705
+ }
706
+ .icon-ok-sign {
707
+ background-position: -72px -96px;
708
+ }
709
+ .icon-question-sign {
710
+ background-position: -96px -96px;
711
+ }
712
+ .icon-info-sign {
713
+ background-position: -120px -96px;
714
+ }
715
+ .icon-screenshot {
716
+ background-position: -144px -96px;
717
+ }
718
+ .icon-remove-circle {
719
+ background-position: -168px -96px;
720
+ }
721
+ .icon-ok-circle {
722
+ background-position: -192px -96px;
723
+ }
724
+ .icon-ban-circle {
725
+ background-position: -216px -96px;
726
+ }
727
+ .icon-arrow-left {
728
+ background-position: -240px -96px;
729
+ }
730
+ .icon-arrow-right {
731
+ background-position: -264px -96px;
732
+ }
733
+ .icon-arrow-up {
734
+ background-position: -289px -96px;
735
+ }
736
+ .icon-arrow-down {
737
+ background-position: -312px -96px;
738
+ }
739
+ .icon-share-alt {
740
+ background-position: -336px -96px;
741
+ }
742
+ .icon-resize-full {
743
+ background-position: -360px -96px;
744
+ }
745
+ .icon-resize-small {
746
+ background-position: -384px -96px;
747
+ }
748
+ .icon-plus {
749
+ background-position: -408px -96px;
750
+ }
751
+ .icon-minus {
752
+ background-position: -433px -96px;
753
+ }
754
+ .icon-asterisk {
755
+ background-position: -456px -96px;
756
+ }
757
+ .icon-exclamation-sign {
758
+ background-position: 0 -120px;
759
+ }
760
+ .icon-gift {
761
+ background-position: -24px -120px;
762
+ }
763
+ .icon-leaf {
764
+ background-position: -48px -120px;
765
+ }
766
+ .icon-fire {
767
+ background-position: -72px -120px;
768
+ }
769
+ .icon-eye-open {
770
+ background-position: -96px -120px;
771
+ }
772
+ .icon-eye-close {
773
+ background-position: -120px -120px;
774
+ }
775
+ .icon-warning-sign {
776
+ background-position: -144px -120px;
777
+ }
778
+ .icon-plane {
779
+ background-position: -168px -120px;
780
+ }
781
+ .icon-calendar {
782
+ background-position: -192px -120px;
783
+ }
784
+ .icon-random {
785
+ background-position: -216px -120px;
786
+ width: 16px;
787
+ }
788
+ .icon-comment {
789
+ background-position: -240px -120px;
790
+ }
791
+ .icon-magnet {
792
+ background-position: -264px -120px;
793
+ }
794
+ .icon-chevron-up {
795
+ background-position: -288px -120px;
796
+ }
797
+ .icon-chevron-down {
798
+ background-position: -313px -119px;
799
+ }
800
+ .icon-retweet {
801
+ background-position: -336px -120px;
802
+ }
803
+ .icon-shopping-cart {
804
+ background-position: -360px -120px;
805
+ }
806
+ .icon-folder-close {
807
+ background-position: -384px -120px;
808
+ }
809
+ .icon-folder-open {
810
+ background-position: -408px -120px;
811
+ width: 16px;
812
+ }
813
+ .icon-resize-vertical {
814
+ background-position: -432px -119px;
815
+ }
816
+ .icon-resize-horizontal {
817
+ background-position: -456px -118px;
818
+ }
819
+ .icon-hdd {
820
+ background-position: 0 -144px;
821
+ }
822
+ .icon-bullhorn {
823
+ background-position: -24px -144px;
824
+ }
825
+ .icon-bell {
826
+ background-position: -48px -144px;
827
+ }
828
+ .icon-certificate {
829
+ background-position: -72px -144px;
830
+ }
831
+ .icon-thumbs-up {
832
+ background-position: -96px -144px;
833
+ }
834
+ .icon-thumbs-down {
835
+ background-position: -120px -144px;
836
+ }
837
+ .icon-hand-right {
838
+ background-position: -144px -144px;
839
+ }
840
+ .icon-hand-left {
841
+ background-position: -168px -144px;
842
+ }
843
+ .icon-hand-up {
844
+ background-position: -192px -144px;
845
+ }
846
+ .icon-hand-down {
847
+ background-position: -216px -144px;
848
+ }
849
+ .icon-circle-arrow-right {
850
+ background-position: -240px -144px;
851
+ }
852
+ .icon-circle-arrow-left {
853
+ background-position: -264px -144px;
854
+ }
855
+ .icon-circle-arrow-up {
856
+ background-position: -288px -144px;
857
+ }
858
+ .icon-circle-arrow-down {
859
+ background-position: -312px -144px;
860
+ }
861
+ .icon-globe {
862
+ background-position: -336px -144px;
863
+ }
864
+ .icon-wrench {
865
+ background-position: -360px -144px;
866
+ }
867
+ .icon-tasks {
868
+ background-position: -384px -144px;
869
+ }
870
+ .icon-filter {
871
+ background-position: -408px -144px;
872
+ }
873
+ .icon-briefcase {
874
+ background-position: -432px -144px;
875
+ }
876
+ .icon-fullscreen {
877
+ background-position: -456px -144px;
878
+ }
879
+ .btn-group {
880
+ position: relative;
881
+ display: inline-block;
882
+ *display: inline;
883
+ /* IE7 inline-block hack */
884
+
885
+ *zoom: 1;
886
+ font-size: 0;
887
+ vertical-align: middle;
888
+ white-space: nowrap;
889
+ *margin-left: .3em;
890
+ }
891
+ .btn-group:first-child {
892
+ *margin-left: 0;
893
+ }
894
+ .btn-group + .btn-group {
895
+ margin-left: 5px;
896
+ }
897
+ .btn-toolbar {
898
+ font-size: 0;
899
+ margin-top: 10px;
900
+ margin-bottom: 10px;
901
+ }
902
+ .btn-toolbar .btn + .btn,
903
+ .btn-toolbar .btn-group + .btn,
904
+ .btn-toolbar .btn + .btn-group {
905
+ margin-left: 5px;
906
+ }
907
+ .btn-group > .btn {
908
+ position: relative;
909
+ -webkit-border-radius: 0;
910
+ -moz-border-radius: 0;
911
+ border-radius: 0;
912
+ }
913
+ .btn-group > .btn + .btn {
914
+ margin-left: -1px;
915
+ }
916
+ .btn-group > .btn,
917
+ .btn-group > .dropdown-menu {
918
+ font-size: 14px;
919
+ }
920
+ .btn-group > .btn-mini {
921
+ font-size: 11px;
922
+ }
923
+ .btn-group > .btn-small {
924
+ font-size: 12px;
925
+ }
926
+ .btn-group > .btn-large {
927
+ font-size: 16px;
928
+ }
929
+ .btn-group > .btn:first-child {
930
+ margin-left: 0;
931
+ -webkit-border-top-left-radius: 4px;
932
+ -moz-border-radius-topleft: 4px;
933
+ border-top-left-radius: 4px;
934
+ -webkit-border-bottom-left-radius: 4px;
935
+ -moz-border-radius-bottomleft: 4px;
936
+ border-bottom-left-radius: 4px;
937
+ }
938
+ .btn-group > .btn:last-child,
939
+ .btn-group > .dropdown-toggle {
940
+ -webkit-border-top-right-radius: 4px;
941
+ -moz-border-radius-topright: 4px;
942
+ border-top-right-radius: 4px;
943
+ -webkit-border-bottom-right-radius: 4px;
944
+ -moz-border-radius-bottomright: 4px;
945
+ border-bottom-right-radius: 4px;
946
+ }
947
+ .btn-group > .btn.large:first-child {
948
+ margin-left: 0;
949
+ -webkit-border-top-left-radius: 6px;
950
+ -moz-border-radius-topleft: 6px;
951
+ border-top-left-radius: 6px;
952
+ -webkit-border-bottom-left-radius: 6px;
953
+ -moz-border-radius-bottomleft: 6px;
954
+ border-bottom-left-radius: 6px;
955
+ }
956
+ .btn-group > .btn.large:last-child,
957
+ .btn-group > .large.dropdown-toggle {
958
+ -webkit-border-top-right-radius: 6px;
959
+ -moz-border-radius-topright: 6px;
960
+ border-top-right-radius: 6px;
961
+ -webkit-border-bottom-right-radius: 6px;
962
+ -moz-border-radius-bottomright: 6px;
963
+ border-bottom-right-radius: 6px;
964
+ }
965
+ .btn-group > .btn:hover,
966
+ .btn-group > .btn:focus,
967
+ .btn-group > .btn:active,
968
+ .btn-group > .btn.active {
969
+ z-index: 2;
970
+ }
971
+ .btn-group .dropdown-toggle:active,
972
+ .btn-group.open .dropdown-toggle {
973
+ outline: 0;
974
+ }
975
+ .btn-group > .btn + .dropdown-toggle {
976
+ padding-left: 8px;
977
+ padding-right: 8px;
978
+ -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
979
+ -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
980
+ box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
981
+ *padding-top: 5px;
982
+ *padding-bottom: 5px;
983
+ }
984
+ .btn-group > .btn-mini + .dropdown-toggle {
985
+ padding-left: 5px;
986
+ padding-right: 5px;
987
+ *padding-top: 2px;
988
+ *padding-bottom: 2px;
989
+ }
990
+ .btn-group > .btn-small + .dropdown-toggle {
991
+ *padding-top: 5px;
992
+ *padding-bottom: 4px;
993
+ }
994
+ .btn-group > .btn-large + .dropdown-toggle {
995
+ padding-left: 12px;
996
+ padding-right: 12px;
997
+ *padding-top: 7px;
998
+ *padding-bottom: 7px;
999
+ }
1000
+ .btn-group.open .dropdown-toggle {
1001
+ background-image: none;
1002
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1003
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1004
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1005
+ }
1006
+ .btn-group.open .btn.dropdown-toggle {
1007
+ background-color: #e6e6e6;
1008
+ }
1009
+ .btn-group.open .btn-primary.dropdown-toggle {
1010
+ background-color: #0044cc;
1011
+ }
1012
+ .btn-group.open .btn-warning.dropdown-toggle {
1013
+ background-color: #f89406;
1014
+ }
1015
+ .btn-group.open .btn-danger.dropdown-toggle {
1016
+ background-color: #bd362f;
1017
+ }
1018
+ .btn-group.open .btn-success.dropdown-toggle {
1019
+ background-color: #51a351;
1020
+ }
1021
+ .btn-group.open .btn-info.dropdown-toggle {
1022
+ background-color: #2f96b4;
1023
+ }
1024
+ .btn-group.open .btn-inverse.dropdown-toggle {
1025
+ background-color: #222222;
1026
+ }
1027
+ .btn .caret {
1028
+ margin-top: 8px;
1029
+ margin-left: 0;
1030
+ }
1031
+ .btn-mini .caret,
1032
+ .btn-small .caret,
1033
+ .btn-large .caret {
1034
+ margin-top: 6px;
1035
+ }
1036
+ .btn-large .caret {
1037
+ border-left-width: 5px;
1038
+ border-right-width: 5px;
1039
+ border-top-width: 5px;
1040
+ }
1041
+ .dropup .btn-large .caret {
1042
+ border-bottom-width: 5px;
1043
+ }
1044
+ .btn-primary .caret,
1045
+ .btn-warning .caret,
1046
+ .btn-danger .caret,
1047
+ .btn-info .caret,
1048
+ .btn-success .caret,
1049
+ .btn-inverse .caret {
1050
+ border-top-color: #ffffff;
1051
+ border-bottom-color: #ffffff;
1052
+ }
1053
+ .btn-group-vertical {
1054
+ display: inline-block;
1055
+ *display: inline;
1056
+ /* IE7 inline-block hack */
1057
+
1058
+ *zoom: 1;
1059
+ }
1060
+ .btn-group-vertical .btn {
1061
+ display: block;
1062
+ float: none;
1063
+ width: 100%;
1064
+ -webkit-border-radius: 0;
1065
+ -moz-border-radius: 0;
1066
+ border-radius: 0;
1067
+ }
1068
+ .btn-group-vertical .btn + .btn {
1069
+ margin-left: 0;
1070
+ margin-top: -1px;
1071
+ }
1072
+ .btn-group-vertical .btn:first-child {
1073
+ -webkit-border-radius: 4px 4px 0 0;
1074
+ -moz-border-radius: 4px 4px 0 0;
1075
+ border-radius: 4px 4px 0 0;
1076
+ }
1077
+ .btn-group-vertical .btn:last-child {
1078
+ -webkit-border-radius: 0 0 4px 4px;
1079
+ -moz-border-radius: 0 0 4px 4px;
1080
+ border-radius: 0 0 4px 4px;
1081
+ }
1082
+ .btn-group-vertical .btn-large:first-child {
1083
+ -webkit-border-radius: 6px 6px 0 0;
1084
+ -moz-border-radius: 6px 6px 0 0;
1085
+ border-radius: 6px 6px 0 0;
1086
+ }
1087
+ .btn-group-vertical .btn-large:last-child {
1088
+ -webkit-border-radius: 0 0 6px 6px;
1089
+ -moz-border-radius: 0 0 6px 6px;
1090
+ border-radius: 0 0 6px 6px;
1091
+ }
1092
+ .dropup,
1093
+ .dropdown {
1094
+ position: relative;
1095
+ }
1096
+ .dropdown-toggle {
1097
+ *margin-bottom: -3px;
1098
+ }
1099
+ .dropdown-toggle:active,
1100
+ .open .dropdown-toggle {
1101
+ outline: 0;
1102
+ }
1103
+ .caret {
1104
+ display: inline-block;
1105
+ width: 0;
1106
+ height: 0;
1107
+ vertical-align: top;
1108
+ border-top: 4px solid #000000;
1109
+ border-right: 4px solid transparent;
1110
+ border-left: 4px solid transparent;
1111
+ content: "";
1112
+ }
1113
+ .dropdown .caret {
1114
+ margin-top: 8px;
1115
+ margin-left: 2px;
1116
+ }
1117
+ .dropdown-menu {
1118
+ position: absolute;
1119
+ top: 100%;
1120
+ left: 0;
1121
+ z-index: 1000;
1122
+ display: none;
1123
+ float: left;
1124
+ min-width: 160px;
1125
+ padding: 5px 0;
1126
+ margin: 2px 0 0;
1127
+ list-style: none;
1128
+ background-color: #ffffff;
1129
+ border: 1px solid #ccc;
1130
+ border: 1px solid rgba(0, 0, 0, 0.2);
1131
+ *border-right-width: 2px;
1132
+ *border-bottom-width: 2px;
1133
+ -webkit-border-radius: 6px;
1134
+ -moz-border-radius: 6px;
1135
+ border-radius: 6px;
1136
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1137
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1138
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1139
+ -webkit-background-clip: padding-box;
1140
+ -moz-background-clip: padding;
1141
+ background-clip: padding-box;
1142
+ }
1143
+ .dropdown-menu.pull-right {
1144
+ right: 0;
1145
+ left: auto;
1146
+ }
1147
+ .dropdown-menu .divider {
1148
+ *width: 100%;
1149
+ height: 1px;
1150
+ margin: 9px 1px;
1151
+ *margin: -5px 0 5px;
1152
+ overflow: hidden;
1153
+ background-color: #e5e5e5;
1154
+ border-bottom: 1px solid #ffffff;
1155
+ }
1156
+ .dropdown-menu li > a {
1157
+ display: block;
1158
+ padding: 3px 20px;
1159
+ clear: both;
1160
+ font-weight: normal;
1161
+ line-height: 20px;
1162
+ color: #333333;
1163
+ white-space: nowrap;
1164
+ }
1165
+ .dropdown-menu li > a:hover,
1166
+ .dropdown-menu li > a:focus,
1167
+ .dropdown-submenu:hover > a {
1168
+ text-decoration: none;
1169
+ color: #ffffff;
1170
+ background-color: #0081c2;
1171
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
1172
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
1173
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
1174
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
1175
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
1176
+ background-repeat: repeat-x;
1177
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
1178
+ }
1179
+ .dropdown-menu .active > a,
1180
+ .dropdown-menu .active > a:hover {
1181
+ color: #333333;
1182
+ text-decoration: none;
1183
+ outline: 0;
1184
+ background-color: #0081c2;
1185
+ background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
1186
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
1187
+ background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
1188
+ background-image: -o-linear-gradient(top, #0088cc, #0077b3);
1189
+ background-image: linear-gradient(to bottom, #0088cc, #0077b3);
1190
+ background-repeat: repeat-x;
1191
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
1192
+ }
1193
+ .dropdown-menu .disabled > a,
1194
+ .dropdown-menu .disabled > a:hover {
1195
+ color: #999999;
1196
+ }
1197
+ .dropdown-menu .disabled > a:hover {
1198
+ text-decoration: none;
1199
+ background-color: transparent;
1200
+ background-image: none;
1201
+ cursor: default;
1202
+ }
1203
+ .open {
1204
+ *z-index: 1000;
1205
+ }
1206
+ .open > .dropdown-menu {
1207
+ display: block;
1208
+ }
1209
+ .pull-right > .dropdown-menu {
1210
+ right: 0;
1211
+ left: auto;
1212
+ }
1213
+ .dropup .caret,
1214
+ .navbar-fixed-bottom .dropdown .caret {
1215
+ border-top: 0;
1216
+ border-bottom: 4px solid #000000;
1217
+ content: "";
1218
+ }
1219
+ .dropup .dropdown-menu,
1220
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
1221
+ top: auto;
1222
+ bottom: 100%;
1223
+ margin-bottom: 1px;
1224
+ }
1225
+ .dropdown-submenu {
1226
+ position: relative;
1227
+ }
1228
+ .dropdown-submenu > .dropdown-menu {
1229
+ top: 0;
1230
+ left: 100%;
1231
+ margin-top: -6px;
1232
+ margin-left: -1px;
1233
+ -webkit-border-radius: 0 6px 6px 6px;
1234
+ -moz-border-radius: 0 6px 6px 6px;
1235
+ border-radius: 0 6px 6px 6px;
1236
+ }
1237
+ .dropdown-submenu:hover > .dropdown-menu {
1238
+ display: block;
1239
+ }
1240
+ .dropup .dropdown-submenu > .dropdown-menu {
1241
+ top: auto;
1242
+ bottom: 0;
1243
+ margin-top: 0;
1244
+ margin-bottom: -2px;
1245
+ -webkit-border-radius: 5px 5px 5px 0;
1246
+ -moz-border-radius: 5px 5px 5px 0;
1247
+ border-radius: 5px 5px 5px 0;
1248
+ }
1249
+ .dropdown-submenu > a:after {
1250
+ display: block;
1251
+ content: " ";
1252
+ float: right;
1253
+ width: 0;
1254
+ height: 0;
1255
+ border-color: transparent;
1256
+ border-style: solid;
1257
+ border-width: 5px 0 5px 5px;
1258
+ border-left-color: #cccccc;
1259
+ margin-top: 5px;
1260
+ margin-right: -10px;
1261
+ }
1262
+ .dropdown-submenu:hover > a:after {
1263
+ border-left-color: #ffffff;
1264
+ }
1265
+ .dropdown-submenu.pull-left {
1266
+ float: none;
1267
+ }
1268
+ .dropdown-submenu.pull-left > .dropdown-menu {
1269
+ left: -100%;
1270
+ margin-left: 10px;
1271
+ -webkit-border-radius: 6px 0 6px 6px;
1272
+ -moz-border-radius: 6px 0 6px 6px;
1273
+ border-radius: 6px 0 6px 6px;
1274
+ }
1275
+ .dropdown .dropdown-menu .nav-header {
1276
+ padding-left: 20px;
1277
+ padding-right: 20px;
1278
+ }
1279
+ .typeahead {
1280
+ margin-top: 2px;
1281
+ -webkit-border-radius: 4px;
1282
+ -moz-border-radius: 4px;
1283
+ border-radius: 4px;
1284
+ }
1285
+ .pull-right {
1286
+ float: right;
1287
+ }
1288
+ .pull-left {
1289
+ float: left;
1290
+ }
1291
+ .hide {
1292
+ display: none;
1293
+ }
1294
+ .show {
1295
+ display: block;
1296
+ }
1297
+ .invisible {
1298
+ visibility: hidden;
1299
+ }
1300
+ .affix {
1301
+ position: fixed;
1302
+ }
1303
+ .hidden {
1304
+ display: none;
1305
+ visibility: hidden;
1306
+ }
1307
+ .visible-phone {
1308
+ display: none !important;
1309
+ }
1310
+ .visible-tablet {
1311
+ display: none !important;
1312
+ }
1313
+ .hidden-desktop {
1314
+ display: none !important;
1315
+ }
1316
+ .visible-desktop {
1317
+ display: inherit !important;
1318
+ }
1319
+ @media (min-width: 768px) and (max-width: 979px) {
1320
+ .hidden-desktop {
1321
+ display: inherit !important;
1322
+ }
1323
+ .visible-desktop {
1324
+ display: none !important ;
1325
+ }
1326
+ .visible-tablet {
1327
+ display: inherit !important;
1328
+ }
1329
+ .hidden-tablet {
1330
+ display: none !important;
1331
+ }
1332
+ }
1333
+ @media (max-width: 767px) {
1334
+ .hidden-desktop {
1335
+ display: inherit !important;
1336
+ }
1337
+ .visible-desktop {
1338
+ display: none !important;
1339
+ }
1340
+ .visible-phone {
1341
+ display: inherit !important;
1342
+ }
1343
+ .hidden-phone {
1344
+ display: none !important;
1345
+ }
1346
+ }