nodebb-theme-persona 12.1.1 → 12.1.3

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.
Files changed (99) hide show
  1. package/less/bootstrap-flipped.css +1550 -1550
  2. package/less/categories.less +235 -235
  3. package/less/chats.less +0 -4
  4. package/less/flags.less +42 -42
  5. package/less/footer.less +17 -17
  6. package/less/ip-blacklist.less +6 -6
  7. package/less/keyframes.less +152 -152
  8. package/less/mixins.less +1 -1
  9. package/less/modules/composer-default.less +16 -16
  10. package/less/modules/cookie-consent.less +12 -12
  11. package/less/modules/morph.less +268 -268
  12. package/less/modules/necro-post.less +8 -8
  13. package/less/modules/nprogress.less +80 -80
  14. package/less/noscript.less +82 -82
  15. package/less/notifications.less +37 -37
  16. package/less/outgoing.less +8 -8
  17. package/less/persona.less +47 -47
  18. package/less/post-queue.less +19 -19
  19. package/less/register.less +75 -75
  20. package/less/rtl.less +132 -132
  21. package/less/tags.less +36 -36
  22. package/less/users.less +72 -72
  23. package/package.json +1 -1
  24. package/templates/account/blocks.tpl +34 -34
  25. package/templates/account/categories.tpl +28 -28
  26. package/templates/account/consent.tpl +68 -68
  27. package/templates/account/edit/password.tpl +31 -31
  28. package/templates/account/edit/username.tpl +29 -29
  29. package/templates/account/followers.tpl +16 -16
  30. package/templates/account/following.tpl +16 -16
  31. package/templates/account/groups.tpl +16 -16
  32. package/templates/account/info.tpl +230 -230
  33. package/templates/account/posts.tpl +18 -18
  34. package/templates/account/sessions.tpl +31 -31
  35. package/templates/account/topics.tpl +30 -30
  36. package/templates/account/uploads.tpl +42 -42
  37. package/templates/admin/plugins/persona.tpl +28 -28
  38. package/templates/alert.tpl +15 -15
  39. package/templates/category.tpl +62 -62
  40. package/templates/chats.tpl +16 -16
  41. package/templates/flags/list.tpl +71 -71
  42. package/templates/groups/details.tpl +272 -272
  43. package/templates/groups/list.tpl +46 -46
  44. package/templates/ip-blacklist.tpl +55 -55
  45. package/templates/notifications.tpl +64 -64
  46. package/templates/partials/account/category-item.tpl +22 -22
  47. package/templates/partials/buttons/newTopic.tpl +15 -15
  48. package/templates/partials/categories/item.tpl +46 -46
  49. package/templates/partials/categories/lastpost.tpl +26 -26
  50. package/templates/partials/category/sort.tpl +14 -14
  51. package/templates/partials/category/subcategory.tpl +17 -17
  52. package/templates/partials/category/tags.tpl +4 -4
  53. package/templates/partials/category/tools.tpl +80 -80
  54. package/templates/partials/category/watch.tpl +22 -22
  55. package/templates/partials/category-filter-content.tpl +16 -16
  56. package/templates/partials/category-filter-right.tpl +2 -2
  57. package/templates/partials/category-selector-right.tpl +2 -2
  58. package/templates/partials/change_owner_modal.tpl +22 -22
  59. package/templates/partials/chats-menu.tpl +40 -40
  60. package/templates/partials/cookie-consent.tpl +4 -4
  61. package/templates/partials/delete_posts_modal.tpl +18 -18
  62. package/templates/partials/fork_thread_modal.tpl +21 -21
  63. package/templates/partials/groups/list.tpl +20 -20
  64. package/templates/partials/groups/memberlist.tpl +39 -39
  65. package/templates/partials/merge_topics_modal.tpl +57 -57
  66. package/templates/partials/modals/flag_modal.tpl +44 -44
  67. package/templates/partials/modals/manage_room.tpl +10 -10
  68. package/templates/partials/modals/manage_room_users.tpl +6 -6
  69. package/templates/partials/modals/post_history.tpl +36 -36
  70. package/templates/partials/modals/rename_room.tpl +3 -3
  71. package/templates/partials/modals/votes_modal.tpl +10 -10
  72. package/templates/partials/move_thread_modal.tpl +16 -16
  73. package/templates/partials/paginator.tpl +44 -44
  74. package/templates/partials/post_bar.tpl +20 -20
  75. package/templates/partials/posts_list_item.tpl +10 -0
  76. package/templates/partials/quick-search-results.tpl +30 -30
  77. package/templates/partials/slideout-menu.tpl +4 -4
  78. package/templates/partials/tags_list.tpl +4 -4
  79. package/templates/partials/thread_tools.tpl +7 -7
  80. package/templates/partials/topic/badge.tpl +4 -4
  81. package/templates/partials/topic/deleted-message.tpl +10 -10
  82. package/templates/partials/topic/navigation-post.tpl +11 -11
  83. package/templates/partials/topic/post.tpl +105 -105
  84. package/templates/partials/topic/quickreply.tpl +25 -25
  85. package/templates/partials/topic/reply-button.tpl +26 -26
  86. package/templates/partials/topic/sort.tpl +9 -9
  87. package/templates/partials/topic/tags.tpl +4 -4
  88. package/templates/partials/topic/watch.tpl +20 -20
  89. package/templates/partials/users_list_menu.tpl +10 -10
  90. package/templates/popular.tpl +61 -61
  91. package/templates/recent.tpl +51 -51
  92. package/templates/reset.tpl +23 -23
  93. package/templates/reset_code.tpl +41 -41
  94. package/templates/tag.tpl +35 -35
  95. package/templates/tags.tpl +30 -30
  96. package/templates/top.tpl +61 -61
  97. package/templates/unread.tpl +49 -49
  98. package/templates/users.tpl +47 -47
  99. package/templates/account/edit/email.tpl +0 -30
@@ -1,1550 +1,1550 @@
1
- /*******************************************************************************
2
- * bootstrap-rtl (version 3.3.4)
3
- * Author: Morteza Ansarinia (http://github.com/morteza)
4
- * Created on: August 13,2015
5
- * Project: bootstrap-rtl
6
- * Copyright: Unlicensed Public Domain
7
- *******************************************************************************/
8
-
9
- html {
10
- direction: rtl;
11
- }
12
- body {
13
- direction: rtl;
14
- }
15
- .flip.text-left {
16
- text-align: right;
17
- }
18
- .flip.text-right {
19
- text-align: left;
20
- }
21
- .list-unstyled {
22
- padding-right: 0;
23
- padding-left: initial;
24
- }
25
- .list-inline {
26
- padding-right: 0;
27
- padding-left: initial;
28
- margin-right: -5px;
29
- margin-left: 0;
30
- }
31
- dd {
32
- margin-right: 0;
33
- margin-left: initial;
34
- }
35
- @media (min-width: 768px) {
36
- .dl-horizontal dt {
37
- float: right;
38
- clear: right;
39
- text-align: left;
40
- }
41
- .dl-horizontal dd {
42
- margin-right: 180px;
43
- margin-left: 0;
44
- }
45
- }
46
- blockquote {
47
- border-right: 5px solid #eeeeee;
48
- border-left: 0;
49
- }
50
- .blockquote-reverse,
51
- blockquote.pull-left {
52
- padding-left: 15px;
53
- padding-right: 0;
54
- border-left: 5px solid #eeeeee;
55
- border-right: 0;
56
- text-align: left;
57
- }
58
- .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
59
- position: relative;
60
- min-height: 1px;
61
- padding-left: 15px;
62
- padding-right: 15px;
63
- }
64
- .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
65
- float: right;
66
- }
67
- .col-xs-12 {
68
- width: 100%;
69
- }
70
- .col-xs-11 {
71
- width: 91.66666667%;
72
- }
73
- .col-xs-10 {
74
- width: 83.33333333%;
75
- }
76
- .col-xs-9 {
77
- width: 75%;
78
- }
79
- .col-xs-8 {
80
- width: 66.66666667%;
81
- }
82
- .col-xs-7 {
83
- width: 58.33333333%;
84
- }
85
- .col-xs-6 {
86
- width: 50%;
87
- }
88
- .col-xs-5 {
89
- width: 41.66666667%;
90
- }
91
- .col-xs-4 {
92
- width: 33.33333333%;
93
- }
94
- .col-xs-3 {
95
- width: 25%;
96
- }
97
- .col-xs-2 {
98
- width: 16.66666667%;
99
- }
100
- .col-xs-1 {
101
- width: 8.33333333%;
102
- }
103
- .col-xs-pull-12 {
104
- left: 100%;
105
- right: auto;
106
- }
107
- .col-xs-pull-11 {
108
- left: 91.66666667%;
109
- right: auto;
110
- }
111
- .col-xs-pull-10 {
112
- left: 83.33333333%;
113
- right: auto;
114
- }
115
- .col-xs-pull-9 {
116
- left: 75%;
117
- right: auto;
118
- }
119
- .col-xs-pull-8 {
120
- left: 66.66666667%;
121
- right: auto;
122
- }
123
- .col-xs-pull-7 {
124
- left: 58.33333333%;
125
- right: auto;
126
- }
127
- .col-xs-pull-6 {
128
- left: 50%;
129
- right: auto;
130
- }
131
- .col-xs-pull-5 {
132
- left: 41.66666667%;
133
- right: auto;
134
- }
135
- .col-xs-pull-4 {
136
- left: 33.33333333%;
137
- right: auto;
138
- }
139
- .col-xs-pull-3 {
140
- left: 25%;
141
- right: auto;
142
- }
143
- .col-xs-pull-2 {
144
- left: 16.66666667%;
145
- right: auto;
146
- }
147
- .col-xs-pull-1 {
148
- left: 8.33333333%;
149
- right: auto;
150
- }
151
- .col-xs-pull-0 {
152
- left: auto;
153
- right: auto;
154
- }
155
- .col-xs-push-12 {
156
- right: 100%;
157
- left: 0;
158
- }
159
- .col-xs-push-11 {
160
- right: 91.66666667%;
161
- left: 0;
162
- }
163
- .col-xs-push-10 {
164
- right: 83.33333333%;
165
- left: 0;
166
- }
167
- .col-xs-push-9 {
168
- right: 75%;
169
- left: 0;
170
- }
171
- .col-xs-push-8 {
172
- right: 66.66666667%;
173
- left: 0;
174
- }
175
- .col-xs-push-7 {
176
- right: 58.33333333%;
177
- left: 0;
178
- }
179
- .col-xs-push-6 {
180
- right: 50%;
181
- left: 0;
182
- }
183
- .col-xs-push-5 {
184
- right: 41.66666667%;
185
- left: 0;
186
- }
187
- .col-xs-push-4 {
188
- right: 33.33333333%;
189
- left: 0;
190
- }
191
- .col-xs-push-3 {
192
- right: 25%;
193
- left: 0;
194
- }
195
- .col-xs-push-2 {
196
- right: 16.66666667%;
197
- left: 0;
198
- }
199
- .col-xs-push-1 {
200
- right: 8.33333333%;
201
- left: 0;
202
- }
203
- .col-xs-push-0 {
204
- right: auto;
205
- left: 0;
206
- }
207
- .col-xs-offset-12 {
208
- margin-right: 100%;
209
- margin-left: 0;
210
- }
211
- .col-xs-offset-11 {
212
- margin-right: 91.66666667%;
213
- margin-left: 0;
214
- }
215
- .col-xs-offset-10 {
216
- margin-right: 83.33333333%;
217
- margin-left: 0;
218
- }
219
- .col-xs-offset-9 {
220
- margin-right: 75%;
221
- margin-left: 0;
222
- }
223
- .col-xs-offset-8 {
224
- margin-right: 66.66666667%;
225
- margin-left: 0;
226
- }
227
- .col-xs-offset-7 {
228
- margin-right: 58.33333333%;
229
- margin-left: 0;
230
- }
231
- .col-xs-offset-6 {
232
- margin-right: 50%;
233
- margin-left: 0;
234
- }
235
- .col-xs-offset-5 {
236
- margin-right: 41.66666667%;
237
- margin-left: 0;
238
- }
239
- .col-xs-offset-4 {
240
- margin-right: 33.33333333%;
241
- margin-left: 0;
242
- }
243
- .col-xs-offset-3 {
244
- margin-right: 25%;
245
- margin-left: 0;
246
- }
247
- .col-xs-offset-2 {
248
- margin-right: 16.66666667%;
249
- margin-left: 0;
250
- }
251
- .col-xs-offset-1 {
252
- margin-right: 8.33333333%;
253
- margin-left: 0;
254
- }
255
- .col-xs-offset-0 {
256
- margin-right: 0%;
257
- margin-left: 0;
258
- }
259
- @media (min-width: 768px) {
260
- .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
261
- float: right;
262
- }
263
- .col-sm-12 {
264
- width: 100%;
265
- }
266
- .col-sm-11 {
267
- width: 91.66666667%;
268
- }
269
- .col-sm-10 {
270
- width: 83.33333333%;
271
- }
272
- .col-sm-9 {
273
- width: 75%;
274
- }
275
- .col-sm-8 {
276
- width: 66.66666667%;
277
- }
278
- .col-sm-7 {
279
- width: 58.33333333%;
280
- }
281
- .col-sm-6 {
282
- width: 50%;
283
- }
284
- .col-sm-5 {
285
- width: 41.66666667%;
286
- }
287
- .col-sm-4 {
288
- width: 33.33333333%;
289
- }
290
- .col-sm-3 {
291
- width: 25%;
292
- }
293
- .col-sm-2 {
294
- width: 16.66666667%;
295
- }
296
- .col-sm-1 {
297
- width: 8.33333333%;
298
- }
299
- .col-sm-pull-12 {
300
- left: 100%;
301
- right: auto;
302
- }
303
- .col-sm-pull-11 {
304
- left: 91.66666667%;
305
- right: auto;
306
- }
307
- .col-sm-pull-10 {
308
- left: 83.33333333%;
309
- right: auto;
310
- }
311
- .col-sm-pull-9 {
312
- left: 75%;
313
- right: auto;
314
- }
315
- .col-sm-pull-8 {
316
- left: 66.66666667%;
317
- right: auto;
318
- }
319
- .col-sm-pull-7 {
320
- left: 58.33333333%;
321
- right: auto;
322
- }
323
- .col-sm-pull-6 {
324
- left: 50%;
325
- right: auto;
326
- }
327
- .col-sm-pull-5 {
328
- left: 41.66666667%;
329
- right: auto;
330
- }
331
- .col-sm-pull-4 {
332
- left: 33.33333333%;
333
- right: auto;
334
- }
335
- .col-sm-pull-3 {
336
- left: 25%;
337
- right: auto;
338
- }
339
- .col-sm-pull-2 {
340
- left: 16.66666667%;
341
- right: auto;
342
- }
343
- .col-sm-pull-1 {
344
- left: 8.33333333%;
345
- right: auto;
346
- }
347
- .col-sm-pull-0 {
348
- left: auto;
349
- right: auto;
350
- }
351
- .col-sm-push-12 {
352
- right: 100%;
353
- left: 0;
354
- }
355
- .col-sm-push-11 {
356
- right: 91.66666667%;
357
- left: 0;
358
- }
359
- .col-sm-push-10 {
360
- right: 83.33333333%;
361
- left: 0;
362
- }
363
- .col-sm-push-9 {
364
- right: 75%;
365
- left: 0;
366
- }
367
- .col-sm-push-8 {
368
- right: 66.66666667%;
369
- left: 0;
370
- }
371
- .col-sm-push-7 {
372
- right: 58.33333333%;
373
- left: 0;
374
- }
375
- .col-sm-push-6 {
376
- right: 50%;
377
- left: 0;
378
- }
379
- .col-sm-push-5 {
380
- right: 41.66666667%;
381
- left: 0;
382
- }
383
- .col-sm-push-4 {
384
- right: 33.33333333%;
385
- left: 0;
386
- }
387
- .col-sm-push-3 {
388
- right: 25%;
389
- left: 0;
390
- }
391
- .col-sm-push-2 {
392
- right: 16.66666667%;
393
- left: 0;
394
- }
395
- .col-sm-push-1 {
396
- right: 8.33333333%;
397
- left: 0;
398
- }
399
- .col-sm-push-0 {
400
- right: auto;
401
- left: 0;
402
- }
403
- .col-sm-offset-12 {
404
- margin-right: 100%;
405
- margin-left: 0;
406
- }
407
- .col-sm-offset-11 {
408
- margin-right: 91.66666667%;
409
- margin-left: 0;
410
- }
411
- .col-sm-offset-10 {
412
- margin-right: 83.33333333%;
413
- margin-left: 0;
414
- }
415
- .col-sm-offset-9 {
416
- margin-right: 75%;
417
- margin-left: 0;
418
- }
419
- .col-sm-offset-8 {
420
- margin-right: 66.66666667%;
421
- margin-left: 0;
422
- }
423
- .col-sm-offset-7 {
424
- margin-right: 58.33333333%;
425
- margin-left: 0;
426
- }
427
- .col-sm-offset-6 {
428
- margin-right: 50%;
429
- margin-left: 0;
430
- }
431
- .col-sm-offset-5 {
432
- margin-right: 41.66666667%;
433
- margin-left: 0;
434
- }
435
- .col-sm-offset-4 {
436
- margin-right: 33.33333333%;
437
- margin-left: 0;
438
- }
439
- .col-sm-offset-3 {
440
- margin-right: 25%;
441
- margin-left: 0;
442
- }
443
- .col-sm-offset-2 {
444
- margin-right: 16.66666667%;
445
- margin-left: 0;
446
- }
447
- .col-sm-offset-1 {
448
- margin-right: 8.33333333%;
449
- margin-left: 0;
450
- }
451
- .col-sm-offset-0 {
452
- margin-right: 0%;
453
- margin-left: 0;
454
- }
455
- }
456
- @media (min-width: 992px) {
457
- .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
458
- float: right;
459
- }
460
- .col-md-12 {
461
- width: 100%;
462
- }
463
- .col-md-11 {
464
- width: 91.66666667%;
465
- }
466
- .col-md-10 {
467
- width: 83.33333333%;
468
- }
469
- .col-md-9 {
470
- width: 75%;
471
- }
472
- .col-md-8 {
473
- width: 66.66666667%;
474
- }
475
- .col-md-7 {
476
- width: 58.33333333%;
477
- }
478
- .col-md-6 {
479
- width: 50%;
480
- }
481
- .col-md-5 {
482
- width: 41.66666667%;
483
- }
484
- .col-md-4 {
485
- width: 33.33333333%;
486
- }
487
- .col-md-3 {
488
- width: 25%;
489
- }
490
- .col-md-2 {
491
- width: 16.66666667%;
492
- }
493
- .col-md-1 {
494
- width: 8.33333333%;
495
- }
496
- .col-md-pull-12 {
497
- left: 100%;
498
- right: auto;
499
- }
500
- .col-md-pull-11 {
501
- left: 91.66666667%;
502
- right: auto;
503
- }
504
- .col-md-pull-10 {
505
- left: 83.33333333%;
506
- right: auto;
507
- }
508
- .col-md-pull-9 {
509
- left: 75%;
510
- right: auto;
511
- }
512
- .col-md-pull-8 {
513
- left: 66.66666667%;
514
- right: auto;
515
- }
516
- .col-md-pull-7 {
517
- left: 58.33333333%;
518
- right: auto;
519
- }
520
- .col-md-pull-6 {
521
- left: 50%;
522
- right: auto;
523
- }
524
- .col-md-pull-5 {
525
- left: 41.66666667%;
526
- right: auto;
527
- }
528
- .col-md-pull-4 {
529
- left: 33.33333333%;
530
- right: auto;
531
- }
532
- .col-md-pull-3 {
533
- left: 25%;
534
- right: auto;
535
- }
536
- .col-md-pull-2 {
537
- left: 16.66666667%;
538
- right: auto;
539
- }
540
- .col-md-pull-1 {
541
- left: 8.33333333%;
542
- right: auto;
543
- }
544
- .col-md-pull-0 {
545
- left: auto;
546
- right: auto;
547
- }
548
- .col-md-push-12 {
549
- right: 100%;
550
- left: 0;
551
- }
552
- .col-md-push-11 {
553
- right: 91.66666667%;
554
- left: 0;
555
- }
556
- .col-md-push-10 {
557
- right: 83.33333333%;
558
- left: 0;
559
- }
560
- .col-md-push-9 {
561
- right: 75%;
562
- left: 0;
563
- }
564
- .col-md-push-8 {
565
- right: 66.66666667%;
566
- left: 0;
567
- }
568
- .col-md-push-7 {
569
- right: 58.33333333%;
570
- left: 0;
571
- }
572
- .col-md-push-6 {
573
- right: 50%;
574
- left: 0;
575
- }
576
- .col-md-push-5 {
577
- right: 41.66666667%;
578
- left: 0;
579
- }
580
- .col-md-push-4 {
581
- right: 33.33333333%;
582
- left: 0;
583
- }
584
- .col-md-push-3 {
585
- right: 25%;
586
- left: 0;
587
- }
588
- .col-md-push-2 {
589
- right: 16.66666667%;
590
- left: 0;
591
- }
592
- .col-md-push-1 {
593
- right: 8.33333333%;
594
- left: 0;
595
- }
596
- .col-md-push-0 {
597
- right: auto;
598
- left: 0;
599
- }
600
- .col-md-offset-12 {
601
- margin-right: 100%;
602
- margin-left: 0;
603
- }
604
- .col-md-offset-11 {
605
- margin-right: 91.66666667%;
606
- margin-left: 0;
607
- }
608
- .col-md-offset-10 {
609
- margin-right: 83.33333333%;
610
- margin-left: 0;
611
- }
612
- .col-md-offset-9 {
613
- margin-right: 75%;
614
- margin-left: 0;
615
- }
616
- .col-md-offset-8 {
617
- margin-right: 66.66666667%;
618
- margin-left: 0;
619
- }
620
- .col-md-offset-7 {
621
- margin-right: 58.33333333%;
622
- margin-left: 0;
623
- }
624
- .col-md-offset-6 {
625
- margin-right: 50%;
626
- margin-left: 0;
627
- }
628
- .col-md-offset-5 {
629
- margin-right: 41.66666667%;
630
- margin-left: 0;
631
- }
632
- .col-md-offset-4 {
633
- margin-right: 33.33333333%;
634
- margin-left: 0;
635
- }
636
- .col-md-offset-3 {
637
- margin-right: 25%;
638
- margin-left: 0;
639
- }
640
- .col-md-offset-2 {
641
- margin-right: 16.66666667%;
642
- margin-left: 0;
643
- }
644
- .col-md-offset-1 {
645
- margin-right: 8.33333333%;
646
- margin-left: 0;
647
- }
648
- .col-md-offset-0 {
649
- margin-right: 0%;
650
- margin-left: 0;
651
- }
652
- }
653
- @media (min-width: 1200px) {
654
- .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
655
- float: right;
656
- }
657
- .col-lg-12 {
658
- width: 100%;
659
- }
660
- .col-lg-11 {
661
- width: 91.66666667%;
662
- }
663
- .col-lg-10 {
664
- width: 83.33333333%;
665
- }
666
- .col-lg-9 {
667
- width: 75%;
668
- }
669
- .col-lg-8 {
670
- width: 66.66666667%;
671
- }
672
- .col-lg-7 {
673
- width: 58.33333333%;
674
- }
675
- .col-lg-6 {
676
- width: 50%;
677
- }
678
- .col-lg-5 {
679
- width: 41.66666667%;
680
- }
681
- .col-lg-4 {
682
- width: 33.33333333%;
683
- }
684
- .col-lg-3 {
685
- width: 25%;
686
- }
687
- .col-lg-2 {
688
- width: 16.66666667%;
689
- }
690
- .col-lg-1 {
691
- width: 8.33333333%;
692
- }
693
- .col-lg-pull-12 {
694
- left: 100%;
695
- right: auto;
696
- }
697
- .col-lg-pull-11 {
698
- left: 91.66666667%;
699
- right: auto;
700
- }
701
- .col-lg-pull-10 {
702
- left: 83.33333333%;
703
- right: auto;
704
- }
705
- .col-lg-pull-9 {
706
- left: 75%;
707
- right: auto;
708
- }
709
- .col-lg-pull-8 {
710
- left: 66.66666667%;
711
- right: auto;
712
- }
713
- .col-lg-pull-7 {
714
- left: 58.33333333%;
715
- right: auto;
716
- }
717
- .col-lg-pull-6 {
718
- left: 50%;
719
- right: auto;
720
- }
721
- .col-lg-pull-5 {
722
- left: 41.66666667%;
723
- right: auto;
724
- }
725
- .col-lg-pull-4 {
726
- left: 33.33333333%;
727
- right: auto;
728
- }
729
- .col-lg-pull-3 {
730
- left: 25%;
731
- right: auto;
732
- }
733
- .col-lg-pull-2 {
734
- left: 16.66666667%;
735
- right: auto;
736
- }
737
- .col-lg-pull-1 {
738
- left: 8.33333333%;
739
- right: auto;
740
- }
741
- .col-lg-pull-0 {
742
- left: auto;
743
- right: auto;
744
- }
745
- .col-lg-push-12 {
746
- right: 100%;
747
- left: 0;
748
- }
749
- .col-lg-push-11 {
750
- right: 91.66666667%;
751
- left: 0;
752
- }
753
- .col-lg-push-10 {
754
- right: 83.33333333%;
755
- left: 0;
756
- }
757
- .col-lg-push-9 {
758
- right: 75%;
759
- left: 0;
760
- }
761
- .col-lg-push-8 {
762
- right: 66.66666667%;
763
- left: 0;
764
- }
765
- .col-lg-push-7 {
766
- right: 58.33333333%;
767
- left: 0;
768
- }
769
- .col-lg-push-6 {
770
- right: 50%;
771
- left: 0;
772
- }
773
- .col-lg-push-5 {
774
- right: 41.66666667%;
775
- left: 0;
776
- }
777
- .col-lg-push-4 {
778
- right: 33.33333333%;
779
- left: 0;
780
- }
781
- .col-lg-push-3 {
782
- right: 25%;
783
- left: 0;
784
- }
785
- .col-lg-push-2 {
786
- right: 16.66666667%;
787
- left: 0;
788
- }
789
- .col-lg-push-1 {
790
- right: 8.33333333%;
791
- left: 0;
792
- }
793
- .col-lg-push-0 {
794
- right: auto;
795
- left: 0;
796
- }
797
- .col-lg-offset-12 {
798
- margin-right: 100%;
799
- margin-left: 0;
800
- }
801
- .col-lg-offset-11 {
802
- margin-right: 91.66666667%;
803
- margin-left: 0;
804
- }
805
- .col-lg-offset-10 {
806
- margin-right: 83.33333333%;
807
- margin-left: 0;
808
- }
809
- .col-lg-offset-9 {
810
- margin-right: 75%;
811
- margin-left: 0;
812
- }
813
- .col-lg-offset-8 {
814
- margin-right: 66.66666667%;
815
- margin-left: 0;
816
- }
817
- .col-lg-offset-7 {
818
- margin-right: 58.33333333%;
819
- margin-left: 0;
820
- }
821
- .col-lg-offset-6 {
822
- margin-right: 50%;
823
- margin-left: 0;
824
- }
825
- .col-lg-offset-5 {
826
- margin-right: 41.66666667%;
827
- margin-left: 0;
828
- }
829
- .col-lg-offset-4 {
830
- margin-right: 33.33333333%;
831
- margin-left: 0;
832
- }
833
- .col-lg-offset-3 {
834
- margin-right: 25%;
835
- margin-left: 0;
836
- }
837
- .col-lg-offset-2 {
838
- margin-right: 16.66666667%;
839
- margin-left: 0;
840
- }
841
- .col-lg-offset-1 {
842
- margin-right: 8.33333333%;
843
- margin-left: 0;
844
- }
845
- .col-lg-offset-0 {
846
- margin-right: 0%;
847
- margin-left: 0;
848
- }
849
- }
850
- caption {
851
- text-align: right;
852
- }
853
- th {
854
- text-align: right;
855
- }
856
- @media screen and (max-width: 767px) {
857
- .table-responsive > .table-bordered {
858
- border: 0;
859
- }
860
- .table-responsive > .table-bordered > thead > tr > th:first-child,
861
- .table-responsive > .table-bordered > tbody > tr > th:first-child,
862
- .table-responsive > .table-bordered > tfoot > tr > th:first-child,
863
- .table-responsive > .table-bordered > thead > tr > td:first-child,
864
- .table-responsive > .table-bordered > tbody > tr > td:first-child,
865
- .table-responsive > .table-bordered > tfoot > tr > td:first-child {
866
- border-right: 0;
867
- border-left: initial;
868
- }
869
- .table-responsive > .table-bordered > thead > tr > th:last-child,
870
- .table-responsive > .table-bordered > tbody > tr > th:last-child,
871
- .table-responsive > .table-bordered > tfoot > tr > th:last-child,
872
- .table-responsive > .table-bordered > thead > tr > td:last-child,
873
- .table-responsive > .table-bordered > tbody > tr > td:last-child,
874
- .table-responsive > .table-bordered > tfoot > tr > td:last-child {
875
- border-left: 0;
876
- border-right: initial;
877
- }
878
- }
879
- .radio label,
880
- .checkbox label {
881
- padding-right: 20px;
882
- padding-left: initial;
883
- }
884
- .radio input[type="radio"],
885
- .radio-inline input[type="radio"],
886
- .checkbox input[type="checkbox"],
887
- .checkbox-inline input[type="checkbox"] {
888
- margin-right: -20px;
889
- margin-left: auto;
890
- }
891
- .radio-inline,
892
- .checkbox-inline {
893
- padding-right: 20px;
894
- padding-left: 0;
895
- }
896
- .radio-inline + .radio-inline,
897
- .checkbox-inline + .checkbox-inline {
898
- margin-right: 10px;
899
- margin-left: 0;
900
- }
901
- .has-feedback .form-control {
902
- padding-left: 42.5px;
903
- padding-right: 12px;
904
- }
905
- .form-control-feedback {
906
- left: 0;
907
- right: auto;
908
- }
909
- @media (min-width: 768px) {
910
- .form-inline label {
911
- padding-right: 0;
912
- padding-left: initial;
913
- }
914
- .form-inline .radio input[type="radio"],
915
- .form-inline .checkbox input[type="checkbox"] {
916
- margin-right: 0;
917
- margin-left: auto;
918
- }
919
- }
920
- @media (min-width: 768px) {
921
- .form-horizontal .control-label {
922
- text-align: left;
923
- }
924
- }
925
- .form-horizontal .has-feedback .form-control-feedback {
926
- left: 15px;
927
- right: auto;
928
- }
929
- .caret {
930
- margin-right: 2px;
931
- margin-left: 0;
932
- }
933
- .dropdown-menu {
934
- right: 0;
935
- left: auto;
936
- float: left;
937
- text-align: right;
938
- }
939
- .dropdown-menu.pull-right {
940
- left: 0;
941
- right: auto;
942
- float: right;
943
- }
944
- .dropdown-menu-right {
945
- left: auto;
946
- right: 0;
947
- }
948
- .dropdown-menu-left {
949
- left: 0;
950
- right: auto;
951
- }
952
- @media (min-width: 768px) {
953
- .navbar-right .dropdown-menu {
954
- left: auto;
955
- right: 0;
956
- }
957
- .navbar-right .dropdown-menu-left {
958
- left: 0;
959
- right: auto;
960
- left: auto;
961
- right: 0;
962
- }
963
- }
964
- .btn-group > .btn,
965
- .btn-group-vertical > .btn {
966
- float: right;
967
- }
968
- .btn-group .btn + .btn,
969
- .btn-group .btn + .btn-group,
970
- .btn-group .btn-group + .btn,
971
- .btn-group .btn-group + .btn-group {
972
- margin-right: -1px;
973
- margin-left: 0px;
974
- }
975
- .btn-toolbar {
976
- margin-right: -5px;
977
- margin-left: 0px;
978
- }
979
- .btn-toolbar .btn-group,
980
- .btn-toolbar .input-group {
981
- float: right;
982
- }
983
- .btn-toolbar > .btn,
984
- .btn-toolbar > .btn-group,
985
- .btn-toolbar > .input-group {
986
- margin-right: 5px;
987
- margin-left: 0px;
988
- }
989
- .btn-group > .btn:first-child {
990
- margin-right: 0;
991
- }
992
- .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
993
- border-top-right-radius: 4px;
994
- border-bottom-right-radius: 4px;
995
- border-bottom-right-radius: 0;
996
- border-top-right-radius: 0;
997
- }
998
- .btn-group > .btn:last-child:not(:first-child),
999
- .btn-group > .dropdown-toggle:not(:first-child) {
1000
- border-top-left-radius: 4px;
1001
- border-bottom-left-radius: 4px;
1002
- border-bottom-left-radius: 0;
1003
- border-top-left-radius: 0;
1004
- }
1005
- .btn-group > .btn-group {
1006
- float: right;
1007
- }
1008
- .btn-group.btn-group-justified > .btn,
1009
- .btn-group.btn-group-justified > .btn-group {
1010
- float: none;
1011
- }
1012
- .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1013
- border-radius: 0;
1014
- }
1015
- .btn-group > .btn-group:first-child > .btn:last-child,
1016
- .btn-group > .btn-group:first-child > .dropdown-toggle {
1017
- border-top-right-radius: 4px;
1018
- border-bottom-right-radius: 4px;
1019
- border-bottom-right-radius: 0;
1020
- border-top-right-radius: 0;
1021
- }
1022
- .btn-group > .btn-group:last-child > .btn:first-child {
1023
- border-top-left-radius: 4px;
1024
- border-bottom-left-radius: 4px;
1025
- border-bottom-left-radius: 0;
1026
- border-top-left-radius: 0;
1027
- }
1028
- .btn .caret {
1029
- margin-right: 0;
1030
- }
1031
- .btn-group-vertical > .btn + .btn,
1032
- .btn-group-vertical > .btn + .btn-group,
1033
- .btn-group-vertical > .btn-group + .btn,
1034
- .btn-group-vertical > .btn-group + .btn-group {
1035
- margin-top: -1px;
1036
- margin-right: 0;
1037
- }
1038
- .input-group .form-control {
1039
- float: right;
1040
- }
1041
- .input-group .form-control:first-child,
1042
- .input-group-addon:first-child,
1043
- .input-group-btn:first-child > .btn,
1044
- .input-group-btn:first-child > .btn-group > .btn,
1045
- .input-group-btn:first-child > .dropdown-toggle,
1046
- .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
1047
- .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
1048
- border-bottom-left-radius: 4px;
1049
- border-top-left-radius: 4px;
1050
- border-bottom-right-radius: 0;
1051
- border-top-right-radius: 0;
1052
- }
1053
- .input-group-addon:first-child {
1054
- border-left: 0px;
1055
- border-right: 1px solid;
1056
- }
1057
- .input-group .form-control:last-child,
1058
- .input-group-addon:last-child,
1059
- .input-group-btn:last-child > .btn,
1060
- .input-group-btn:last-child > .btn-group > .btn,
1061
- .input-group-btn:last-child > .dropdown-toggle,
1062
- .input-group-btn:first-child > .btn:not(:first-child),
1063
- .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
1064
- border-bottom-right-radius: 4px;
1065
- border-top-right-radius: 4px;
1066
- border-bottom-left-radius: 0;
1067
- border-top-left-radius: 0;
1068
- }
1069
- .input-group-addon:last-child {
1070
- border-left-width: 1px;
1071
- border-left-style: solid;
1072
- border-right: 0px;
1073
- }
1074
- .input-group-btn > .btn + .btn {
1075
- margin-right: -1px;
1076
- margin-left: auto;
1077
- }
1078
- .input-group-btn:first-child > .btn,
1079
- .input-group-btn:first-child > .btn-group {
1080
- margin-left: -1px;
1081
- margin-right: auto;
1082
- }
1083
- .input-group-btn:last-child > .btn,
1084
- .input-group-btn:last-child > .btn-group {
1085
- margin-right: -1px;
1086
- margin-left: auto;
1087
- }
1088
- .nav {
1089
- padding-right: 0;
1090
- padding-left: initial;
1091
- }
1092
- .nav-tabs > li {
1093
- float: right;
1094
- }
1095
- .nav-tabs > li > a {
1096
- margin-left: auto;
1097
- margin-right: -2px;
1098
- border-radius: 4px 4px 0 0;
1099
- }
1100
- .nav-pills > li {
1101
- float: right;
1102
- }
1103
- .nav-pills > li > a {
1104
- border-radius: 4px;
1105
- }
1106
- .nav-pills > li + li {
1107
- margin-right: 2px;
1108
- margin-left: auto;
1109
- }
1110
- .nav-stacked > li {
1111
- float: none;
1112
- }
1113
- .nav-stacked > li + li {
1114
- margin-right: 0;
1115
- margin-left: auto;
1116
- }
1117
- .nav-justified > .dropdown .dropdown-menu {
1118
- right: auto;
1119
- }
1120
- .nav-tabs-justified > li > a {
1121
- margin-left: 0;
1122
- margin-right: auto;
1123
- }
1124
- @media (min-width: 768px) {
1125
- .nav-tabs-justified > li > a {
1126
- border-radius: 4px 4px 0 0;
1127
- }
1128
- }
1129
- @media (min-width: 768px) {
1130
- .navbar-header {
1131
- float: right;
1132
- }
1133
- }
1134
- .navbar-collapse {
1135
- padding-right: 15px;
1136
- padding-left: 15px;
1137
- }
1138
- .navbar-brand {
1139
- float: right;
1140
- }
1141
- @media (min-width: 768px) {
1142
- .navbar > .container .navbar-brand,
1143
- .navbar > .container-fluid .navbar-brand {
1144
- margin-right: -15px;
1145
- margin-left: auto;
1146
- }
1147
- }
1148
- .navbar-toggle {
1149
- float: left;
1150
- margin-left: 15px;
1151
- margin-right: auto;
1152
- }
1153
- @media (max-width: 767px) {
1154
- .navbar-nav .open .dropdown-menu > li > a,
1155
- .navbar-nav .open .dropdown-menu .dropdown-header {
1156
- padding: 5px 25px 5px 15px;
1157
- }
1158
- }
1159
- @media (min-width: 768px) {
1160
- .navbar-nav {
1161
- float: right;
1162
- }
1163
- .navbar-nav > li {
1164
- float: right;
1165
- }
1166
- }
1167
- @media (min-width: 768px) {
1168
- .navbar-left.flip {
1169
- float: right !important;
1170
- }
1171
- .navbar-right:last-child {
1172
- margin-left: -15px;
1173
- margin-right: auto;
1174
- }
1175
- .navbar-right.flip {
1176
- float: left !important;
1177
- margin-left: -15px;
1178
- margin-right: auto;
1179
- }
1180
- .navbar-right .dropdown-menu {
1181
- left: 0;
1182
- right: auto;
1183
- }
1184
- }
1185
- @media (min-width: 768px) {
1186
- .navbar-text {
1187
- float: right;
1188
- }
1189
- .navbar-text.navbar-right:last-child {
1190
- margin-left: 0;
1191
- margin-right: auto;
1192
- }
1193
- }
1194
- .pagination {
1195
- padding-right: 0;
1196
- }
1197
- .pagination > li > a,
1198
- .pagination > li > span {
1199
- float: right;
1200
- margin-right: -1px;
1201
- margin-left: 0px;
1202
- }
1203
- .pagination > li:first-child > a,
1204
- .pagination > li:first-child > span {
1205
- margin-left: 0;
1206
- border-bottom-left-radius: 4px;
1207
- border-top-left-radius: 4px;
1208
- border-bottom-right-radius: 0;
1209
- border-top-right-radius: 0;
1210
- }
1211
- .pagination > li:last-child > a,
1212
- .pagination > li:last-child > span {
1213
- margin-right: -1px;
1214
- border-bottom-right-radius: 4px;
1215
- border-top-right-radius: 4px;
1216
- border-bottom-left-radius: 0;
1217
- border-top-left-radius: 0;
1218
- }
1219
- .pager {
1220
- padding-right: 0;
1221
- padding-left: initial;
1222
- }
1223
- .pager .next > a,
1224
- .pager .next > span {
1225
- float: left;
1226
- }
1227
- .pager .previous > a,
1228
- .pager .previous > span {
1229
- float: right;
1230
- }
1231
- .nav-pills > li > a > .badge {
1232
- margin-left: 0px;
1233
- margin-right: 3px;
1234
- }
1235
- .list-group-item > .badge {
1236
- float: left;
1237
- }
1238
- .list-group-item > .badge + .badge {
1239
- margin-left: 5px;
1240
- margin-right: auto;
1241
- }
1242
- .alert-dismissable,
1243
- .alert-dismissible {
1244
- padding-left: 35px;
1245
- padding-right: 15px;
1246
- }
1247
- .alert-dismissable .close,
1248
- .alert-dismissible .close {
1249
- right: auto;
1250
- left: -21px;
1251
- }
1252
- .progress-bar {
1253
- float: right;
1254
- }
1255
- .media > .pull-left {
1256
- margin-right: 10px;
1257
- }
1258
- .media > .pull-left.flip {
1259
- margin-right: 0;
1260
- margin-left: 10px;
1261
- }
1262
- .media > .pull-right {
1263
- margin-left: 10px;
1264
- }
1265
- .media > .pull-right.flip {
1266
- margin-left: 0;
1267
- margin-right: 10px;
1268
- }
1269
- .media-right,
1270
- .media > .pull-right {
1271
- padding-right: 10px;
1272
- padding-left: initial;
1273
- }
1274
- .media-left,
1275
- .media > .pull-left {
1276
- padding-left: 10px;
1277
- padding-right: initial;
1278
- }
1279
- .media-list {
1280
- padding-right: 0;
1281
- padding-left: initial;
1282
- list-style: none;
1283
- }
1284
- .list-group {
1285
- padding-right: 0;
1286
- padding-left: initial;
1287
- }
1288
- .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
1289
- .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
1290
- .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1291
- .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1292
- .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
1293
- .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
1294
- .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
1295
- .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
1296
- border-top-right-radius: 3px;
1297
- border-top-left-radius: 0;
1298
- }
1299
- .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
1300
- .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
1301
- .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1302
- .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1303
- .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
1304
- .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
1305
- .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
1306
- .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
1307
- border-top-left-radius: 3px;
1308
- border-top-right-radius: 0;
1309
- }
1310
- .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1311
- .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1312
- .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1313
- .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1314
- .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1315
- .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1316
- .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
1317
- .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
1318
- border-bottom-left-radius: 3px;
1319
- border-top-right-radius: 0;
1320
- }
1321
- .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1322
- .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1323
- .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1324
- .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1325
- .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1326
- .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1327
- .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
1328
- .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
1329
- border-bottom-right-radius: 3px;
1330
- border-top-left-radius: 0;
1331
- }
1332
- .panel > .table-bordered > thead > tr > th:first-child,
1333
- .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
1334
- .panel > .table-bordered > tbody > tr > th:first-child,
1335
- .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
1336
- .panel > .table-bordered > tfoot > tr > th:first-child,
1337
- .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1338
- .panel > .table-bordered > thead > tr > td:first-child,
1339
- .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
1340
- .panel > .table-bordered > tbody > tr > td:first-child,
1341
- .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
1342
- .panel > .table-bordered > tfoot > tr > td:first-child,
1343
- .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1344
- border-right: 0;
1345
- border-left: none;
1346
- }
1347
- .panel > .table-bordered > thead > tr > th:last-child,
1348
- .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
1349
- .panel > .table-bordered > tbody > tr > th:last-child,
1350
- .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
1351
- .panel > .table-bordered > tfoot > tr > th:last-child,
1352
- .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1353
- .panel > .table-bordered > thead > tr > td:last-child,
1354
- .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
1355
- .panel > .table-bordered > tbody > tr > td:last-child,
1356
- .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
1357
- .panel > .table-bordered > tfoot > tr > td:last-child,
1358
- .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1359
- border-right: none;
1360
- border-left: 0;
1361
- }
1362
- .embed-responsive .embed-responsive-item,
1363
- .embed-responsive iframe,
1364
- .embed-responsive embed,
1365
- .embed-responsive object {
1366
- right: 0;
1367
- left: auto;
1368
- }
1369
- .close {
1370
- float: left;
1371
- }
1372
- .modal-footer {
1373
- text-align: left;
1374
- }
1375
- .modal-footer.flip {
1376
- text-align: right;
1377
- }
1378
- .modal-footer .btn + .btn {
1379
- margin-left: auto;
1380
- margin-right: 5px;
1381
- }
1382
- .modal-footer .btn-group .btn + .btn {
1383
- margin-right: -1px;
1384
- margin-left: auto;
1385
- }
1386
- .modal-footer .btn-block + .btn-block {
1387
- margin-right: 0;
1388
- margin-left: auto;
1389
- }
1390
- .popover {
1391
- left: auto;
1392
- text-align: right;
1393
- }
1394
- .popover.top > .arrow {
1395
- right: 50%;
1396
- left: auto;
1397
- margin-right: -11px;
1398
- margin-left: auto;
1399
- }
1400
- .popover.top > .arrow:after {
1401
- margin-right: -10px;
1402
- margin-left: auto;
1403
- }
1404
- .popover.bottom > .arrow {
1405
- right: 50%;
1406
- left: auto;
1407
- margin-right: -11px;
1408
- margin-left: auto;
1409
- }
1410
- .popover.bottom > .arrow:after {
1411
- margin-right: -10px;
1412
- margin-left: auto;
1413
- }
1414
- .carousel-control {
1415
- right: 0;
1416
- bottom: 0;
1417
- }
1418
- .carousel-control.left {
1419
- right: auto;
1420
- left: 0;
1421
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
1422
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1423
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1424
- background-repeat: repeat-x;
1425
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
1426
- }
1427
- .carousel-control.right {
1428
- left: auto;
1429
- right: 0;
1430
- background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
1431
- background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1432
- background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1433
- background-repeat: repeat-x;
1434
- filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
1435
- }
1436
- .carousel-control .icon-prev,
1437
- .carousel-control .glyphicon-chevron-left {
1438
- left: 50%;
1439
- right: auto;
1440
- margin-right: -10px;
1441
- }
1442
- .carousel-control .icon-next,
1443
- .carousel-control .glyphicon-chevron-right {
1444
- right: 50%;
1445
- left: auto;
1446
- margin-left: -10px;
1447
- }
1448
- .carousel-indicators {
1449
- right: 50%;
1450
- left: 0;
1451
- margin-right: -30%;
1452
- margin-left: 0;
1453
- padding-left: 0;
1454
- }
1455
- @media screen and (min-width: 768px) {
1456
- .carousel-control .glyphicon-chevron-left,
1457
- .carousel-control .icon-prev {
1458
- margin-left: 0;
1459
- margin-right: -15px;
1460
- }
1461
- .carousel-control .glyphicon-chevron-right,
1462
- .carousel-control .icon-next {
1463
- margin-left: 0;
1464
- margin-right: -15px;
1465
- }
1466
- .carousel-caption {
1467
- left: 20%;
1468
- right: 20%;
1469
- padding-bottom: 30px;
1470
- }
1471
- }
1472
- .pull-right.flip {
1473
- float: left !important;
1474
- }
1475
- .pull-left.flip {
1476
- float: right !important;
1477
- }
1478
- .pull-right {
1479
- float: left !important;
1480
- }
1481
- .pull-left {
1482
- float: right !important;
1483
- }
1484
- .dropdown-menu-left {
1485
- left: auto;
1486
- right: 0;
1487
- }
1488
- .media-right,
1489
- .media > .pull-right {
1490
- padding-right: 10px;
1491
- padding-left: initial;
1492
- }
1493
- .media-left,
1494
- .media > .pull-left {
1495
- padding-left: 10px;
1496
- padding-right: initial;
1497
- }
1498
- @media (min-width: 768px) {
1499
- .navbar-left {
1500
- float: right !important;
1501
- }
1502
- .navbar-left.flip {
1503
- float: right !important;
1504
- }
1505
- .navbar-right {
1506
- float: left !important;
1507
- margin-left: -15px;
1508
- margin-right: initial;
1509
- }
1510
- .navbar-right.flip {
1511
- float: left !important;
1512
- }
1513
- .navbar-right ~ .navbar-right {
1514
- margin-left: 0;
1515
- margin-right: initial;
1516
- }
1517
- }
1518
- .tooltip.top-left .tooltip-arrow {
1519
- left: 5px;
1520
- }
1521
- .tooltip.top-right .tooltip-arrow {
1522
- right: 5px;
1523
- }
1524
- .tooltip.right .tooltip-arrow {
1525
- right: 0;
1526
- border-left-color: #000000;
1527
- }
1528
- .tooltip.left .tooltip-arrow {
1529
- left: 0;
1530
- border-right-color: #000000;
1531
- }
1532
- .tooltip.bottom-left .tooltip-arrow {
1533
- left: 5px;
1534
- }
1535
- .tooltip.bottom-right .tooltip-arrow {
1536
- right: 5px;
1537
- }
1538
- .text-left {
1539
- text-align: right;
1540
- }
1541
- .text-right {
1542
- text-align: left;
1543
- }
1544
- blockquote.pull-right {
1545
- padding-left: 15px;
1546
- padding-right: 0;
1547
- border-left: 5px solid #eeeeee;
1548
- border-right: 0;
1549
- text-align: left;
1550
- }
1
+ /*******************************************************************************
2
+ * bootstrap-rtl (version 3.3.4)
3
+ * Author: Morteza Ansarinia (http://github.com/morteza)
4
+ * Created on: August 13,2015
5
+ * Project: bootstrap-rtl
6
+ * Copyright: Unlicensed Public Domain
7
+ *******************************************************************************/
8
+
9
+ html {
10
+ direction: rtl;
11
+ }
12
+ body {
13
+ direction: rtl;
14
+ }
15
+ .flip.text-left {
16
+ text-align: right;
17
+ }
18
+ .flip.text-right {
19
+ text-align: left;
20
+ }
21
+ .list-unstyled {
22
+ padding-right: 0;
23
+ padding-left: initial;
24
+ }
25
+ .list-inline {
26
+ padding-right: 0;
27
+ padding-left: initial;
28
+ margin-right: -5px;
29
+ margin-left: 0;
30
+ }
31
+ dd {
32
+ margin-right: 0;
33
+ margin-left: initial;
34
+ }
35
+ @media (min-width: 768px) {
36
+ .dl-horizontal dt {
37
+ float: right;
38
+ clear: right;
39
+ text-align: left;
40
+ }
41
+ .dl-horizontal dd {
42
+ margin-right: 180px;
43
+ margin-left: 0;
44
+ }
45
+ }
46
+ blockquote {
47
+ border-right: 5px solid #eeeeee;
48
+ border-left: 0;
49
+ }
50
+ .blockquote-reverse,
51
+ blockquote.pull-left {
52
+ padding-left: 15px;
53
+ padding-right: 0;
54
+ border-left: 5px solid #eeeeee;
55
+ border-right: 0;
56
+ text-align: left;
57
+ }
58
+ .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
59
+ position: relative;
60
+ min-height: 1px;
61
+ padding-left: 15px;
62
+ padding-right: 15px;
63
+ }
64
+ .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
65
+ float: right;
66
+ }
67
+ .col-xs-12 {
68
+ width: 100%;
69
+ }
70
+ .col-xs-11 {
71
+ width: 91.66666667%;
72
+ }
73
+ .col-xs-10 {
74
+ width: 83.33333333%;
75
+ }
76
+ .col-xs-9 {
77
+ width: 75%;
78
+ }
79
+ .col-xs-8 {
80
+ width: 66.66666667%;
81
+ }
82
+ .col-xs-7 {
83
+ width: 58.33333333%;
84
+ }
85
+ .col-xs-6 {
86
+ width: 50%;
87
+ }
88
+ .col-xs-5 {
89
+ width: 41.66666667%;
90
+ }
91
+ .col-xs-4 {
92
+ width: 33.33333333%;
93
+ }
94
+ .col-xs-3 {
95
+ width: 25%;
96
+ }
97
+ .col-xs-2 {
98
+ width: 16.66666667%;
99
+ }
100
+ .col-xs-1 {
101
+ width: 8.33333333%;
102
+ }
103
+ .col-xs-pull-12 {
104
+ left: 100%;
105
+ right: auto;
106
+ }
107
+ .col-xs-pull-11 {
108
+ left: 91.66666667%;
109
+ right: auto;
110
+ }
111
+ .col-xs-pull-10 {
112
+ left: 83.33333333%;
113
+ right: auto;
114
+ }
115
+ .col-xs-pull-9 {
116
+ left: 75%;
117
+ right: auto;
118
+ }
119
+ .col-xs-pull-8 {
120
+ left: 66.66666667%;
121
+ right: auto;
122
+ }
123
+ .col-xs-pull-7 {
124
+ left: 58.33333333%;
125
+ right: auto;
126
+ }
127
+ .col-xs-pull-6 {
128
+ left: 50%;
129
+ right: auto;
130
+ }
131
+ .col-xs-pull-5 {
132
+ left: 41.66666667%;
133
+ right: auto;
134
+ }
135
+ .col-xs-pull-4 {
136
+ left: 33.33333333%;
137
+ right: auto;
138
+ }
139
+ .col-xs-pull-3 {
140
+ left: 25%;
141
+ right: auto;
142
+ }
143
+ .col-xs-pull-2 {
144
+ left: 16.66666667%;
145
+ right: auto;
146
+ }
147
+ .col-xs-pull-1 {
148
+ left: 8.33333333%;
149
+ right: auto;
150
+ }
151
+ .col-xs-pull-0 {
152
+ left: auto;
153
+ right: auto;
154
+ }
155
+ .col-xs-push-12 {
156
+ right: 100%;
157
+ left: 0;
158
+ }
159
+ .col-xs-push-11 {
160
+ right: 91.66666667%;
161
+ left: 0;
162
+ }
163
+ .col-xs-push-10 {
164
+ right: 83.33333333%;
165
+ left: 0;
166
+ }
167
+ .col-xs-push-9 {
168
+ right: 75%;
169
+ left: 0;
170
+ }
171
+ .col-xs-push-8 {
172
+ right: 66.66666667%;
173
+ left: 0;
174
+ }
175
+ .col-xs-push-7 {
176
+ right: 58.33333333%;
177
+ left: 0;
178
+ }
179
+ .col-xs-push-6 {
180
+ right: 50%;
181
+ left: 0;
182
+ }
183
+ .col-xs-push-5 {
184
+ right: 41.66666667%;
185
+ left: 0;
186
+ }
187
+ .col-xs-push-4 {
188
+ right: 33.33333333%;
189
+ left: 0;
190
+ }
191
+ .col-xs-push-3 {
192
+ right: 25%;
193
+ left: 0;
194
+ }
195
+ .col-xs-push-2 {
196
+ right: 16.66666667%;
197
+ left: 0;
198
+ }
199
+ .col-xs-push-1 {
200
+ right: 8.33333333%;
201
+ left: 0;
202
+ }
203
+ .col-xs-push-0 {
204
+ right: auto;
205
+ left: 0;
206
+ }
207
+ .col-xs-offset-12 {
208
+ margin-right: 100%;
209
+ margin-left: 0;
210
+ }
211
+ .col-xs-offset-11 {
212
+ margin-right: 91.66666667%;
213
+ margin-left: 0;
214
+ }
215
+ .col-xs-offset-10 {
216
+ margin-right: 83.33333333%;
217
+ margin-left: 0;
218
+ }
219
+ .col-xs-offset-9 {
220
+ margin-right: 75%;
221
+ margin-left: 0;
222
+ }
223
+ .col-xs-offset-8 {
224
+ margin-right: 66.66666667%;
225
+ margin-left: 0;
226
+ }
227
+ .col-xs-offset-7 {
228
+ margin-right: 58.33333333%;
229
+ margin-left: 0;
230
+ }
231
+ .col-xs-offset-6 {
232
+ margin-right: 50%;
233
+ margin-left: 0;
234
+ }
235
+ .col-xs-offset-5 {
236
+ margin-right: 41.66666667%;
237
+ margin-left: 0;
238
+ }
239
+ .col-xs-offset-4 {
240
+ margin-right: 33.33333333%;
241
+ margin-left: 0;
242
+ }
243
+ .col-xs-offset-3 {
244
+ margin-right: 25%;
245
+ margin-left: 0;
246
+ }
247
+ .col-xs-offset-2 {
248
+ margin-right: 16.66666667%;
249
+ margin-left: 0;
250
+ }
251
+ .col-xs-offset-1 {
252
+ margin-right: 8.33333333%;
253
+ margin-left: 0;
254
+ }
255
+ .col-xs-offset-0 {
256
+ margin-right: 0%;
257
+ margin-left: 0;
258
+ }
259
+ @media (min-width: 768px) {
260
+ .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
261
+ float: right;
262
+ }
263
+ .col-sm-12 {
264
+ width: 100%;
265
+ }
266
+ .col-sm-11 {
267
+ width: 91.66666667%;
268
+ }
269
+ .col-sm-10 {
270
+ width: 83.33333333%;
271
+ }
272
+ .col-sm-9 {
273
+ width: 75%;
274
+ }
275
+ .col-sm-8 {
276
+ width: 66.66666667%;
277
+ }
278
+ .col-sm-7 {
279
+ width: 58.33333333%;
280
+ }
281
+ .col-sm-6 {
282
+ width: 50%;
283
+ }
284
+ .col-sm-5 {
285
+ width: 41.66666667%;
286
+ }
287
+ .col-sm-4 {
288
+ width: 33.33333333%;
289
+ }
290
+ .col-sm-3 {
291
+ width: 25%;
292
+ }
293
+ .col-sm-2 {
294
+ width: 16.66666667%;
295
+ }
296
+ .col-sm-1 {
297
+ width: 8.33333333%;
298
+ }
299
+ .col-sm-pull-12 {
300
+ left: 100%;
301
+ right: auto;
302
+ }
303
+ .col-sm-pull-11 {
304
+ left: 91.66666667%;
305
+ right: auto;
306
+ }
307
+ .col-sm-pull-10 {
308
+ left: 83.33333333%;
309
+ right: auto;
310
+ }
311
+ .col-sm-pull-9 {
312
+ left: 75%;
313
+ right: auto;
314
+ }
315
+ .col-sm-pull-8 {
316
+ left: 66.66666667%;
317
+ right: auto;
318
+ }
319
+ .col-sm-pull-7 {
320
+ left: 58.33333333%;
321
+ right: auto;
322
+ }
323
+ .col-sm-pull-6 {
324
+ left: 50%;
325
+ right: auto;
326
+ }
327
+ .col-sm-pull-5 {
328
+ left: 41.66666667%;
329
+ right: auto;
330
+ }
331
+ .col-sm-pull-4 {
332
+ left: 33.33333333%;
333
+ right: auto;
334
+ }
335
+ .col-sm-pull-3 {
336
+ left: 25%;
337
+ right: auto;
338
+ }
339
+ .col-sm-pull-2 {
340
+ left: 16.66666667%;
341
+ right: auto;
342
+ }
343
+ .col-sm-pull-1 {
344
+ left: 8.33333333%;
345
+ right: auto;
346
+ }
347
+ .col-sm-pull-0 {
348
+ left: auto;
349
+ right: auto;
350
+ }
351
+ .col-sm-push-12 {
352
+ right: 100%;
353
+ left: 0;
354
+ }
355
+ .col-sm-push-11 {
356
+ right: 91.66666667%;
357
+ left: 0;
358
+ }
359
+ .col-sm-push-10 {
360
+ right: 83.33333333%;
361
+ left: 0;
362
+ }
363
+ .col-sm-push-9 {
364
+ right: 75%;
365
+ left: 0;
366
+ }
367
+ .col-sm-push-8 {
368
+ right: 66.66666667%;
369
+ left: 0;
370
+ }
371
+ .col-sm-push-7 {
372
+ right: 58.33333333%;
373
+ left: 0;
374
+ }
375
+ .col-sm-push-6 {
376
+ right: 50%;
377
+ left: 0;
378
+ }
379
+ .col-sm-push-5 {
380
+ right: 41.66666667%;
381
+ left: 0;
382
+ }
383
+ .col-sm-push-4 {
384
+ right: 33.33333333%;
385
+ left: 0;
386
+ }
387
+ .col-sm-push-3 {
388
+ right: 25%;
389
+ left: 0;
390
+ }
391
+ .col-sm-push-2 {
392
+ right: 16.66666667%;
393
+ left: 0;
394
+ }
395
+ .col-sm-push-1 {
396
+ right: 8.33333333%;
397
+ left: 0;
398
+ }
399
+ .col-sm-push-0 {
400
+ right: auto;
401
+ left: 0;
402
+ }
403
+ .col-sm-offset-12 {
404
+ margin-right: 100%;
405
+ margin-left: 0;
406
+ }
407
+ .col-sm-offset-11 {
408
+ margin-right: 91.66666667%;
409
+ margin-left: 0;
410
+ }
411
+ .col-sm-offset-10 {
412
+ margin-right: 83.33333333%;
413
+ margin-left: 0;
414
+ }
415
+ .col-sm-offset-9 {
416
+ margin-right: 75%;
417
+ margin-left: 0;
418
+ }
419
+ .col-sm-offset-8 {
420
+ margin-right: 66.66666667%;
421
+ margin-left: 0;
422
+ }
423
+ .col-sm-offset-7 {
424
+ margin-right: 58.33333333%;
425
+ margin-left: 0;
426
+ }
427
+ .col-sm-offset-6 {
428
+ margin-right: 50%;
429
+ margin-left: 0;
430
+ }
431
+ .col-sm-offset-5 {
432
+ margin-right: 41.66666667%;
433
+ margin-left: 0;
434
+ }
435
+ .col-sm-offset-4 {
436
+ margin-right: 33.33333333%;
437
+ margin-left: 0;
438
+ }
439
+ .col-sm-offset-3 {
440
+ margin-right: 25%;
441
+ margin-left: 0;
442
+ }
443
+ .col-sm-offset-2 {
444
+ margin-right: 16.66666667%;
445
+ margin-left: 0;
446
+ }
447
+ .col-sm-offset-1 {
448
+ margin-right: 8.33333333%;
449
+ margin-left: 0;
450
+ }
451
+ .col-sm-offset-0 {
452
+ margin-right: 0%;
453
+ margin-left: 0;
454
+ }
455
+ }
456
+ @media (min-width: 992px) {
457
+ .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
458
+ float: right;
459
+ }
460
+ .col-md-12 {
461
+ width: 100%;
462
+ }
463
+ .col-md-11 {
464
+ width: 91.66666667%;
465
+ }
466
+ .col-md-10 {
467
+ width: 83.33333333%;
468
+ }
469
+ .col-md-9 {
470
+ width: 75%;
471
+ }
472
+ .col-md-8 {
473
+ width: 66.66666667%;
474
+ }
475
+ .col-md-7 {
476
+ width: 58.33333333%;
477
+ }
478
+ .col-md-6 {
479
+ width: 50%;
480
+ }
481
+ .col-md-5 {
482
+ width: 41.66666667%;
483
+ }
484
+ .col-md-4 {
485
+ width: 33.33333333%;
486
+ }
487
+ .col-md-3 {
488
+ width: 25%;
489
+ }
490
+ .col-md-2 {
491
+ width: 16.66666667%;
492
+ }
493
+ .col-md-1 {
494
+ width: 8.33333333%;
495
+ }
496
+ .col-md-pull-12 {
497
+ left: 100%;
498
+ right: auto;
499
+ }
500
+ .col-md-pull-11 {
501
+ left: 91.66666667%;
502
+ right: auto;
503
+ }
504
+ .col-md-pull-10 {
505
+ left: 83.33333333%;
506
+ right: auto;
507
+ }
508
+ .col-md-pull-9 {
509
+ left: 75%;
510
+ right: auto;
511
+ }
512
+ .col-md-pull-8 {
513
+ left: 66.66666667%;
514
+ right: auto;
515
+ }
516
+ .col-md-pull-7 {
517
+ left: 58.33333333%;
518
+ right: auto;
519
+ }
520
+ .col-md-pull-6 {
521
+ left: 50%;
522
+ right: auto;
523
+ }
524
+ .col-md-pull-5 {
525
+ left: 41.66666667%;
526
+ right: auto;
527
+ }
528
+ .col-md-pull-4 {
529
+ left: 33.33333333%;
530
+ right: auto;
531
+ }
532
+ .col-md-pull-3 {
533
+ left: 25%;
534
+ right: auto;
535
+ }
536
+ .col-md-pull-2 {
537
+ left: 16.66666667%;
538
+ right: auto;
539
+ }
540
+ .col-md-pull-1 {
541
+ left: 8.33333333%;
542
+ right: auto;
543
+ }
544
+ .col-md-pull-0 {
545
+ left: auto;
546
+ right: auto;
547
+ }
548
+ .col-md-push-12 {
549
+ right: 100%;
550
+ left: 0;
551
+ }
552
+ .col-md-push-11 {
553
+ right: 91.66666667%;
554
+ left: 0;
555
+ }
556
+ .col-md-push-10 {
557
+ right: 83.33333333%;
558
+ left: 0;
559
+ }
560
+ .col-md-push-9 {
561
+ right: 75%;
562
+ left: 0;
563
+ }
564
+ .col-md-push-8 {
565
+ right: 66.66666667%;
566
+ left: 0;
567
+ }
568
+ .col-md-push-7 {
569
+ right: 58.33333333%;
570
+ left: 0;
571
+ }
572
+ .col-md-push-6 {
573
+ right: 50%;
574
+ left: 0;
575
+ }
576
+ .col-md-push-5 {
577
+ right: 41.66666667%;
578
+ left: 0;
579
+ }
580
+ .col-md-push-4 {
581
+ right: 33.33333333%;
582
+ left: 0;
583
+ }
584
+ .col-md-push-3 {
585
+ right: 25%;
586
+ left: 0;
587
+ }
588
+ .col-md-push-2 {
589
+ right: 16.66666667%;
590
+ left: 0;
591
+ }
592
+ .col-md-push-1 {
593
+ right: 8.33333333%;
594
+ left: 0;
595
+ }
596
+ .col-md-push-0 {
597
+ right: auto;
598
+ left: 0;
599
+ }
600
+ .col-md-offset-12 {
601
+ margin-right: 100%;
602
+ margin-left: 0;
603
+ }
604
+ .col-md-offset-11 {
605
+ margin-right: 91.66666667%;
606
+ margin-left: 0;
607
+ }
608
+ .col-md-offset-10 {
609
+ margin-right: 83.33333333%;
610
+ margin-left: 0;
611
+ }
612
+ .col-md-offset-9 {
613
+ margin-right: 75%;
614
+ margin-left: 0;
615
+ }
616
+ .col-md-offset-8 {
617
+ margin-right: 66.66666667%;
618
+ margin-left: 0;
619
+ }
620
+ .col-md-offset-7 {
621
+ margin-right: 58.33333333%;
622
+ margin-left: 0;
623
+ }
624
+ .col-md-offset-6 {
625
+ margin-right: 50%;
626
+ margin-left: 0;
627
+ }
628
+ .col-md-offset-5 {
629
+ margin-right: 41.66666667%;
630
+ margin-left: 0;
631
+ }
632
+ .col-md-offset-4 {
633
+ margin-right: 33.33333333%;
634
+ margin-left: 0;
635
+ }
636
+ .col-md-offset-3 {
637
+ margin-right: 25%;
638
+ margin-left: 0;
639
+ }
640
+ .col-md-offset-2 {
641
+ margin-right: 16.66666667%;
642
+ margin-left: 0;
643
+ }
644
+ .col-md-offset-1 {
645
+ margin-right: 8.33333333%;
646
+ margin-left: 0;
647
+ }
648
+ .col-md-offset-0 {
649
+ margin-right: 0%;
650
+ margin-left: 0;
651
+ }
652
+ }
653
+ @media (min-width: 1200px) {
654
+ .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
655
+ float: right;
656
+ }
657
+ .col-lg-12 {
658
+ width: 100%;
659
+ }
660
+ .col-lg-11 {
661
+ width: 91.66666667%;
662
+ }
663
+ .col-lg-10 {
664
+ width: 83.33333333%;
665
+ }
666
+ .col-lg-9 {
667
+ width: 75%;
668
+ }
669
+ .col-lg-8 {
670
+ width: 66.66666667%;
671
+ }
672
+ .col-lg-7 {
673
+ width: 58.33333333%;
674
+ }
675
+ .col-lg-6 {
676
+ width: 50%;
677
+ }
678
+ .col-lg-5 {
679
+ width: 41.66666667%;
680
+ }
681
+ .col-lg-4 {
682
+ width: 33.33333333%;
683
+ }
684
+ .col-lg-3 {
685
+ width: 25%;
686
+ }
687
+ .col-lg-2 {
688
+ width: 16.66666667%;
689
+ }
690
+ .col-lg-1 {
691
+ width: 8.33333333%;
692
+ }
693
+ .col-lg-pull-12 {
694
+ left: 100%;
695
+ right: auto;
696
+ }
697
+ .col-lg-pull-11 {
698
+ left: 91.66666667%;
699
+ right: auto;
700
+ }
701
+ .col-lg-pull-10 {
702
+ left: 83.33333333%;
703
+ right: auto;
704
+ }
705
+ .col-lg-pull-9 {
706
+ left: 75%;
707
+ right: auto;
708
+ }
709
+ .col-lg-pull-8 {
710
+ left: 66.66666667%;
711
+ right: auto;
712
+ }
713
+ .col-lg-pull-7 {
714
+ left: 58.33333333%;
715
+ right: auto;
716
+ }
717
+ .col-lg-pull-6 {
718
+ left: 50%;
719
+ right: auto;
720
+ }
721
+ .col-lg-pull-5 {
722
+ left: 41.66666667%;
723
+ right: auto;
724
+ }
725
+ .col-lg-pull-4 {
726
+ left: 33.33333333%;
727
+ right: auto;
728
+ }
729
+ .col-lg-pull-3 {
730
+ left: 25%;
731
+ right: auto;
732
+ }
733
+ .col-lg-pull-2 {
734
+ left: 16.66666667%;
735
+ right: auto;
736
+ }
737
+ .col-lg-pull-1 {
738
+ left: 8.33333333%;
739
+ right: auto;
740
+ }
741
+ .col-lg-pull-0 {
742
+ left: auto;
743
+ right: auto;
744
+ }
745
+ .col-lg-push-12 {
746
+ right: 100%;
747
+ left: 0;
748
+ }
749
+ .col-lg-push-11 {
750
+ right: 91.66666667%;
751
+ left: 0;
752
+ }
753
+ .col-lg-push-10 {
754
+ right: 83.33333333%;
755
+ left: 0;
756
+ }
757
+ .col-lg-push-9 {
758
+ right: 75%;
759
+ left: 0;
760
+ }
761
+ .col-lg-push-8 {
762
+ right: 66.66666667%;
763
+ left: 0;
764
+ }
765
+ .col-lg-push-7 {
766
+ right: 58.33333333%;
767
+ left: 0;
768
+ }
769
+ .col-lg-push-6 {
770
+ right: 50%;
771
+ left: 0;
772
+ }
773
+ .col-lg-push-5 {
774
+ right: 41.66666667%;
775
+ left: 0;
776
+ }
777
+ .col-lg-push-4 {
778
+ right: 33.33333333%;
779
+ left: 0;
780
+ }
781
+ .col-lg-push-3 {
782
+ right: 25%;
783
+ left: 0;
784
+ }
785
+ .col-lg-push-2 {
786
+ right: 16.66666667%;
787
+ left: 0;
788
+ }
789
+ .col-lg-push-1 {
790
+ right: 8.33333333%;
791
+ left: 0;
792
+ }
793
+ .col-lg-push-0 {
794
+ right: auto;
795
+ left: 0;
796
+ }
797
+ .col-lg-offset-12 {
798
+ margin-right: 100%;
799
+ margin-left: 0;
800
+ }
801
+ .col-lg-offset-11 {
802
+ margin-right: 91.66666667%;
803
+ margin-left: 0;
804
+ }
805
+ .col-lg-offset-10 {
806
+ margin-right: 83.33333333%;
807
+ margin-left: 0;
808
+ }
809
+ .col-lg-offset-9 {
810
+ margin-right: 75%;
811
+ margin-left: 0;
812
+ }
813
+ .col-lg-offset-8 {
814
+ margin-right: 66.66666667%;
815
+ margin-left: 0;
816
+ }
817
+ .col-lg-offset-7 {
818
+ margin-right: 58.33333333%;
819
+ margin-left: 0;
820
+ }
821
+ .col-lg-offset-6 {
822
+ margin-right: 50%;
823
+ margin-left: 0;
824
+ }
825
+ .col-lg-offset-5 {
826
+ margin-right: 41.66666667%;
827
+ margin-left: 0;
828
+ }
829
+ .col-lg-offset-4 {
830
+ margin-right: 33.33333333%;
831
+ margin-left: 0;
832
+ }
833
+ .col-lg-offset-3 {
834
+ margin-right: 25%;
835
+ margin-left: 0;
836
+ }
837
+ .col-lg-offset-2 {
838
+ margin-right: 16.66666667%;
839
+ margin-left: 0;
840
+ }
841
+ .col-lg-offset-1 {
842
+ margin-right: 8.33333333%;
843
+ margin-left: 0;
844
+ }
845
+ .col-lg-offset-0 {
846
+ margin-right: 0%;
847
+ margin-left: 0;
848
+ }
849
+ }
850
+ caption {
851
+ text-align: right;
852
+ }
853
+ th {
854
+ text-align: right;
855
+ }
856
+ @media screen and (max-width: 767px) {
857
+ .table-responsive > .table-bordered {
858
+ border: 0;
859
+ }
860
+ .table-responsive > .table-bordered > thead > tr > th:first-child,
861
+ .table-responsive > .table-bordered > tbody > tr > th:first-child,
862
+ .table-responsive > .table-bordered > tfoot > tr > th:first-child,
863
+ .table-responsive > .table-bordered > thead > tr > td:first-child,
864
+ .table-responsive > .table-bordered > tbody > tr > td:first-child,
865
+ .table-responsive > .table-bordered > tfoot > tr > td:first-child {
866
+ border-right: 0;
867
+ border-left: initial;
868
+ }
869
+ .table-responsive > .table-bordered > thead > tr > th:last-child,
870
+ .table-responsive > .table-bordered > tbody > tr > th:last-child,
871
+ .table-responsive > .table-bordered > tfoot > tr > th:last-child,
872
+ .table-responsive > .table-bordered > thead > tr > td:last-child,
873
+ .table-responsive > .table-bordered > tbody > tr > td:last-child,
874
+ .table-responsive > .table-bordered > tfoot > tr > td:last-child {
875
+ border-left: 0;
876
+ border-right: initial;
877
+ }
878
+ }
879
+ .radio label,
880
+ .checkbox label {
881
+ padding-right: 20px;
882
+ padding-left: initial;
883
+ }
884
+ .radio input[type="radio"],
885
+ .radio-inline input[type="radio"],
886
+ .checkbox input[type="checkbox"],
887
+ .checkbox-inline input[type="checkbox"] {
888
+ margin-right: -20px;
889
+ margin-left: auto;
890
+ }
891
+ .radio-inline,
892
+ .checkbox-inline {
893
+ padding-right: 20px;
894
+ padding-left: 0;
895
+ }
896
+ .radio-inline + .radio-inline,
897
+ .checkbox-inline + .checkbox-inline {
898
+ margin-right: 10px;
899
+ margin-left: 0;
900
+ }
901
+ .has-feedback .form-control {
902
+ padding-left: 42.5px;
903
+ padding-right: 12px;
904
+ }
905
+ .form-control-feedback {
906
+ left: 0;
907
+ right: auto;
908
+ }
909
+ @media (min-width: 768px) {
910
+ .form-inline label {
911
+ padding-right: 0;
912
+ padding-left: initial;
913
+ }
914
+ .form-inline .radio input[type="radio"],
915
+ .form-inline .checkbox input[type="checkbox"] {
916
+ margin-right: 0;
917
+ margin-left: auto;
918
+ }
919
+ }
920
+ @media (min-width: 768px) {
921
+ .form-horizontal .control-label {
922
+ text-align: left;
923
+ }
924
+ }
925
+ .form-horizontal .has-feedback .form-control-feedback {
926
+ left: 15px;
927
+ right: auto;
928
+ }
929
+ .caret {
930
+ margin-right: 2px;
931
+ margin-left: 0;
932
+ }
933
+ .dropdown-menu {
934
+ right: 0;
935
+ left: auto;
936
+ float: left;
937
+ text-align: right;
938
+ }
939
+ .dropdown-menu.pull-right {
940
+ left: 0;
941
+ right: auto;
942
+ float: right;
943
+ }
944
+ .dropdown-menu-right {
945
+ left: auto;
946
+ right: 0;
947
+ }
948
+ .dropdown-menu-left {
949
+ left: 0;
950
+ right: auto;
951
+ }
952
+ @media (min-width: 768px) {
953
+ .navbar-right .dropdown-menu {
954
+ left: auto;
955
+ right: 0;
956
+ }
957
+ .navbar-right .dropdown-menu-left {
958
+ left: 0;
959
+ right: auto;
960
+ left: auto;
961
+ right: 0;
962
+ }
963
+ }
964
+ .btn-group > .btn,
965
+ .btn-group-vertical > .btn {
966
+ float: right;
967
+ }
968
+ .btn-group .btn + .btn,
969
+ .btn-group .btn + .btn-group,
970
+ .btn-group .btn-group + .btn,
971
+ .btn-group .btn-group + .btn-group {
972
+ margin-right: -1px;
973
+ margin-left: 0px;
974
+ }
975
+ .btn-toolbar {
976
+ margin-right: -5px;
977
+ margin-left: 0px;
978
+ }
979
+ .btn-toolbar .btn-group,
980
+ .btn-toolbar .input-group {
981
+ float: right;
982
+ }
983
+ .btn-toolbar > .btn,
984
+ .btn-toolbar > .btn-group,
985
+ .btn-toolbar > .input-group {
986
+ margin-right: 5px;
987
+ margin-left: 0px;
988
+ }
989
+ .btn-group > .btn:first-child {
990
+ margin-right: 0;
991
+ }
992
+ .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
993
+ border-top-right-radius: 4px;
994
+ border-bottom-right-radius: 4px;
995
+ border-bottom-right-radius: 0;
996
+ border-top-right-radius: 0;
997
+ }
998
+ .btn-group > .btn:last-child:not(:first-child),
999
+ .btn-group > .dropdown-toggle:not(:first-child) {
1000
+ border-top-left-radius: 4px;
1001
+ border-bottom-left-radius: 4px;
1002
+ border-bottom-left-radius: 0;
1003
+ border-top-left-radius: 0;
1004
+ }
1005
+ .btn-group > .btn-group {
1006
+ float: right;
1007
+ }
1008
+ .btn-group.btn-group-justified > .btn,
1009
+ .btn-group.btn-group-justified > .btn-group {
1010
+ float: none;
1011
+ }
1012
+ .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
1013
+ border-radius: 0;
1014
+ }
1015
+ .btn-group > .btn-group:first-child > .btn:last-child,
1016
+ .btn-group > .btn-group:first-child > .dropdown-toggle {
1017
+ border-top-right-radius: 4px;
1018
+ border-bottom-right-radius: 4px;
1019
+ border-bottom-right-radius: 0;
1020
+ border-top-right-radius: 0;
1021
+ }
1022
+ .btn-group > .btn-group:last-child > .btn:first-child {
1023
+ border-top-left-radius: 4px;
1024
+ border-bottom-left-radius: 4px;
1025
+ border-bottom-left-radius: 0;
1026
+ border-top-left-radius: 0;
1027
+ }
1028
+ .btn .caret {
1029
+ margin-right: 0;
1030
+ }
1031
+ .btn-group-vertical > .btn + .btn,
1032
+ .btn-group-vertical > .btn + .btn-group,
1033
+ .btn-group-vertical > .btn-group + .btn,
1034
+ .btn-group-vertical > .btn-group + .btn-group {
1035
+ margin-top: -1px;
1036
+ margin-right: 0;
1037
+ }
1038
+ .input-group .form-control {
1039
+ float: right;
1040
+ }
1041
+ .input-group .form-control:first-child,
1042
+ .input-group-addon:first-child,
1043
+ .input-group-btn:first-child > .btn,
1044
+ .input-group-btn:first-child > .btn-group > .btn,
1045
+ .input-group-btn:first-child > .dropdown-toggle,
1046
+ .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
1047
+ .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
1048
+ border-bottom-left-radius: 4px;
1049
+ border-top-left-radius: 4px;
1050
+ border-bottom-right-radius: 0;
1051
+ border-top-right-radius: 0;
1052
+ }
1053
+ .input-group-addon:first-child {
1054
+ border-left: 0px;
1055
+ border-right: 1px solid;
1056
+ }
1057
+ .input-group .form-control:last-child,
1058
+ .input-group-addon:last-child,
1059
+ .input-group-btn:last-child > .btn,
1060
+ .input-group-btn:last-child > .btn-group > .btn,
1061
+ .input-group-btn:last-child > .dropdown-toggle,
1062
+ .input-group-btn:first-child > .btn:not(:first-child),
1063
+ .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
1064
+ border-bottom-right-radius: 4px;
1065
+ border-top-right-radius: 4px;
1066
+ border-bottom-left-radius: 0;
1067
+ border-top-left-radius: 0;
1068
+ }
1069
+ .input-group-addon:last-child {
1070
+ border-left-width: 1px;
1071
+ border-left-style: solid;
1072
+ border-right: 0px;
1073
+ }
1074
+ .input-group-btn > .btn + .btn {
1075
+ margin-right: -1px;
1076
+ margin-left: auto;
1077
+ }
1078
+ .input-group-btn:first-child > .btn,
1079
+ .input-group-btn:first-child > .btn-group {
1080
+ margin-left: -1px;
1081
+ margin-right: auto;
1082
+ }
1083
+ .input-group-btn:last-child > .btn,
1084
+ .input-group-btn:last-child > .btn-group {
1085
+ margin-right: -1px;
1086
+ margin-left: auto;
1087
+ }
1088
+ .nav {
1089
+ padding-right: 0;
1090
+ padding-left: initial;
1091
+ }
1092
+ .nav-tabs > li {
1093
+ float: right;
1094
+ }
1095
+ .nav-tabs > li > a {
1096
+ margin-left: auto;
1097
+ margin-right: -2px;
1098
+ border-radius: 4px 4px 0 0;
1099
+ }
1100
+ .nav-pills > li {
1101
+ float: right;
1102
+ }
1103
+ .nav-pills > li > a {
1104
+ border-radius: 4px;
1105
+ }
1106
+ .nav-pills > li + li {
1107
+ margin-right: 2px;
1108
+ margin-left: auto;
1109
+ }
1110
+ .nav-stacked > li {
1111
+ float: none;
1112
+ }
1113
+ .nav-stacked > li + li {
1114
+ margin-right: 0;
1115
+ margin-left: auto;
1116
+ }
1117
+ .nav-justified > .dropdown .dropdown-menu {
1118
+ right: auto;
1119
+ }
1120
+ .nav-tabs-justified > li > a {
1121
+ margin-left: 0;
1122
+ margin-right: auto;
1123
+ }
1124
+ @media (min-width: 768px) {
1125
+ .nav-tabs-justified > li > a {
1126
+ border-radius: 4px 4px 0 0;
1127
+ }
1128
+ }
1129
+ @media (min-width: 768px) {
1130
+ .navbar-header {
1131
+ float: right;
1132
+ }
1133
+ }
1134
+ .navbar-collapse {
1135
+ padding-right: 15px;
1136
+ padding-left: 15px;
1137
+ }
1138
+ .navbar-brand {
1139
+ float: right;
1140
+ }
1141
+ @media (min-width: 768px) {
1142
+ .navbar > .container .navbar-brand,
1143
+ .navbar > .container-fluid .navbar-brand {
1144
+ margin-right: -15px;
1145
+ margin-left: auto;
1146
+ }
1147
+ }
1148
+ .navbar-toggle {
1149
+ float: left;
1150
+ margin-left: 15px;
1151
+ margin-right: auto;
1152
+ }
1153
+ @media (max-width: 767px) {
1154
+ .navbar-nav .open .dropdown-menu > li > a,
1155
+ .navbar-nav .open .dropdown-menu .dropdown-header {
1156
+ padding: 5px 25px 5px 15px;
1157
+ }
1158
+ }
1159
+ @media (min-width: 768px) {
1160
+ .navbar-nav {
1161
+ float: right;
1162
+ }
1163
+ .navbar-nav > li {
1164
+ float: right;
1165
+ }
1166
+ }
1167
+ @media (min-width: 768px) {
1168
+ .navbar-left.flip {
1169
+ float: right !important;
1170
+ }
1171
+ .navbar-right:last-child {
1172
+ margin-left: -15px;
1173
+ margin-right: auto;
1174
+ }
1175
+ .navbar-right.flip {
1176
+ float: left !important;
1177
+ margin-left: -15px;
1178
+ margin-right: auto;
1179
+ }
1180
+ .navbar-right .dropdown-menu {
1181
+ left: 0;
1182
+ right: auto;
1183
+ }
1184
+ }
1185
+ @media (min-width: 768px) {
1186
+ .navbar-text {
1187
+ float: right;
1188
+ }
1189
+ .navbar-text.navbar-right:last-child {
1190
+ margin-left: 0;
1191
+ margin-right: auto;
1192
+ }
1193
+ }
1194
+ .pagination {
1195
+ padding-right: 0;
1196
+ }
1197
+ .pagination > li > a,
1198
+ .pagination > li > span {
1199
+ float: right;
1200
+ margin-right: -1px;
1201
+ margin-left: 0px;
1202
+ }
1203
+ .pagination > li:first-child > a,
1204
+ .pagination > li:first-child > span {
1205
+ margin-left: 0;
1206
+ border-bottom-left-radius: 4px;
1207
+ border-top-left-radius: 4px;
1208
+ border-bottom-right-radius: 0;
1209
+ border-top-right-radius: 0;
1210
+ }
1211
+ .pagination > li:last-child > a,
1212
+ .pagination > li:last-child > span {
1213
+ margin-right: -1px;
1214
+ border-bottom-right-radius: 4px;
1215
+ border-top-right-radius: 4px;
1216
+ border-bottom-left-radius: 0;
1217
+ border-top-left-radius: 0;
1218
+ }
1219
+ .pager {
1220
+ padding-right: 0;
1221
+ padding-left: initial;
1222
+ }
1223
+ .pager .next > a,
1224
+ .pager .next > span {
1225
+ float: left;
1226
+ }
1227
+ .pager .previous > a,
1228
+ .pager .previous > span {
1229
+ float: right;
1230
+ }
1231
+ .nav-pills > li > a > .badge {
1232
+ margin-left: 0px;
1233
+ margin-right: 3px;
1234
+ }
1235
+ .list-group-item > .badge {
1236
+ float: left;
1237
+ }
1238
+ .list-group-item > .badge + .badge {
1239
+ margin-left: 5px;
1240
+ margin-right: auto;
1241
+ }
1242
+ .alert-dismissable,
1243
+ .alert-dismissible {
1244
+ padding-left: 35px;
1245
+ padding-right: 15px;
1246
+ }
1247
+ .alert-dismissable .close,
1248
+ .alert-dismissible .close {
1249
+ right: auto;
1250
+ left: -21px;
1251
+ }
1252
+ .progress-bar {
1253
+ float: right;
1254
+ }
1255
+ .media > .pull-left {
1256
+ margin-right: 10px;
1257
+ }
1258
+ .media > .pull-left.flip {
1259
+ margin-right: 0;
1260
+ margin-left: 10px;
1261
+ }
1262
+ .media > .pull-right {
1263
+ margin-left: 10px;
1264
+ }
1265
+ .media > .pull-right.flip {
1266
+ margin-left: 0;
1267
+ margin-right: 10px;
1268
+ }
1269
+ .media-right,
1270
+ .media > .pull-right {
1271
+ padding-right: 10px;
1272
+ padding-left: initial;
1273
+ }
1274
+ .media-left,
1275
+ .media > .pull-left {
1276
+ padding-left: 10px;
1277
+ padding-right: initial;
1278
+ }
1279
+ .media-list {
1280
+ padding-right: 0;
1281
+ padding-left: initial;
1282
+ list-style: none;
1283
+ }
1284
+ .list-group {
1285
+ padding-right: 0;
1286
+ padding-left: initial;
1287
+ }
1288
+ .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
1289
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
1290
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1291
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
1292
+ .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
1293
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
1294
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
1295
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
1296
+ border-top-right-radius: 3px;
1297
+ border-top-left-radius: 0;
1298
+ }
1299
+ .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
1300
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
1301
+ .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1302
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
1303
+ .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
1304
+ .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
1305
+ .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
1306
+ .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
1307
+ border-top-left-radius: 3px;
1308
+ border-top-right-radius: 0;
1309
+ }
1310
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1311
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
1312
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1313
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
1314
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1315
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
1316
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
1317
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
1318
+ border-bottom-left-radius: 3px;
1319
+ border-top-right-radius: 0;
1320
+ }
1321
+ .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1322
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
1323
+ .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1324
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
1325
+ .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1326
+ .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
1327
+ .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
1328
+ .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
1329
+ border-bottom-right-radius: 3px;
1330
+ border-top-left-radius: 0;
1331
+ }
1332
+ .panel > .table-bordered > thead > tr > th:first-child,
1333
+ .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
1334
+ .panel > .table-bordered > tbody > tr > th:first-child,
1335
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
1336
+ .panel > .table-bordered > tfoot > tr > th:first-child,
1337
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1338
+ .panel > .table-bordered > thead > tr > td:first-child,
1339
+ .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
1340
+ .panel > .table-bordered > tbody > tr > td:first-child,
1341
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
1342
+ .panel > .table-bordered > tfoot > tr > td:first-child,
1343
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1344
+ border-right: 0;
1345
+ border-left: none;
1346
+ }
1347
+ .panel > .table-bordered > thead > tr > th:last-child,
1348
+ .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
1349
+ .panel > .table-bordered > tbody > tr > th:last-child,
1350
+ .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
1351
+ .panel > .table-bordered > tfoot > tr > th:last-child,
1352
+ .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1353
+ .panel > .table-bordered > thead > tr > td:last-child,
1354
+ .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
1355
+ .panel > .table-bordered > tbody > tr > td:last-child,
1356
+ .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
1357
+ .panel > .table-bordered > tfoot > tr > td:last-child,
1358
+ .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1359
+ border-right: none;
1360
+ border-left: 0;
1361
+ }
1362
+ .embed-responsive .embed-responsive-item,
1363
+ .embed-responsive iframe,
1364
+ .embed-responsive embed,
1365
+ .embed-responsive object {
1366
+ right: 0;
1367
+ left: auto;
1368
+ }
1369
+ .close {
1370
+ float: left;
1371
+ }
1372
+ .modal-footer {
1373
+ text-align: left;
1374
+ }
1375
+ .modal-footer.flip {
1376
+ text-align: right;
1377
+ }
1378
+ .modal-footer .btn + .btn {
1379
+ margin-left: auto;
1380
+ margin-right: 5px;
1381
+ }
1382
+ .modal-footer .btn-group .btn + .btn {
1383
+ margin-right: -1px;
1384
+ margin-left: auto;
1385
+ }
1386
+ .modal-footer .btn-block + .btn-block {
1387
+ margin-right: 0;
1388
+ margin-left: auto;
1389
+ }
1390
+ .popover {
1391
+ left: auto;
1392
+ text-align: right;
1393
+ }
1394
+ .popover.top > .arrow {
1395
+ right: 50%;
1396
+ left: auto;
1397
+ margin-right: -11px;
1398
+ margin-left: auto;
1399
+ }
1400
+ .popover.top > .arrow:after {
1401
+ margin-right: -10px;
1402
+ margin-left: auto;
1403
+ }
1404
+ .popover.bottom > .arrow {
1405
+ right: 50%;
1406
+ left: auto;
1407
+ margin-right: -11px;
1408
+ margin-left: auto;
1409
+ }
1410
+ .popover.bottom > .arrow:after {
1411
+ margin-right: -10px;
1412
+ margin-left: auto;
1413
+ }
1414
+ .carousel-control {
1415
+ right: 0;
1416
+ bottom: 0;
1417
+ }
1418
+ .carousel-control.left {
1419
+ right: auto;
1420
+ left: 0;
1421
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
1422
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1423
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
1424
+ background-repeat: repeat-x;
1425
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
1426
+ }
1427
+ .carousel-control.right {
1428
+ left: auto;
1429
+ right: 0;
1430
+ background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
1431
+ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1432
+ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
1433
+ background-repeat: repeat-x;
1434
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
1435
+ }
1436
+ .carousel-control .icon-prev,
1437
+ .carousel-control .glyphicon-chevron-left {
1438
+ left: 50%;
1439
+ right: auto;
1440
+ margin-right: -10px;
1441
+ }
1442
+ .carousel-control .icon-next,
1443
+ .carousel-control .glyphicon-chevron-right {
1444
+ right: 50%;
1445
+ left: auto;
1446
+ margin-left: -10px;
1447
+ }
1448
+ .carousel-indicators {
1449
+ right: 50%;
1450
+ left: 0;
1451
+ margin-right: -30%;
1452
+ margin-left: 0;
1453
+ padding-left: 0;
1454
+ }
1455
+ @media screen and (min-width: 768px) {
1456
+ .carousel-control .glyphicon-chevron-left,
1457
+ .carousel-control .icon-prev {
1458
+ margin-left: 0;
1459
+ margin-right: -15px;
1460
+ }
1461
+ .carousel-control .glyphicon-chevron-right,
1462
+ .carousel-control .icon-next {
1463
+ margin-left: 0;
1464
+ margin-right: -15px;
1465
+ }
1466
+ .carousel-caption {
1467
+ left: 20%;
1468
+ right: 20%;
1469
+ padding-bottom: 30px;
1470
+ }
1471
+ }
1472
+ .pull-right.flip {
1473
+ float: left !important;
1474
+ }
1475
+ .pull-left.flip {
1476
+ float: right !important;
1477
+ }
1478
+ .pull-right {
1479
+ float: left !important;
1480
+ }
1481
+ .pull-left {
1482
+ float: right !important;
1483
+ }
1484
+ .dropdown-menu-left {
1485
+ left: auto;
1486
+ right: 0;
1487
+ }
1488
+ .media-right,
1489
+ .media > .pull-right {
1490
+ padding-right: 10px;
1491
+ padding-left: initial;
1492
+ }
1493
+ .media-left,
1494
+ .media > .pull-left {
1495
+ padding-left: 10px;
1496
+ padding-right: initial;
1497
+ }
1498
+ @media (min-width: 768px) {
1499
+ .navbar-left {
1500
+ float: right !important;
1501
+ }
1502
+ .navbar-left.flip {
1503
+ float: right !important;
1504
+ }
1505
+ .navbar-right {
1506
+ float: left !important;
1507
+ margin-left: -15px;
1508
+ margin-right: initial;
1509
+ }
1510
+ .navbar-right.flip {
1511
+ float: left !important;
1512
+ }
1513
+ .navbar-right ~ .navbar-right {
1514
+ margin-left: 0;
1515
+ margin-right: initial;
1516
+ }
1517
+ }
1518
+ .tooltip.top-left .tooltip-arrow {
1519
+ left: 5px;
1520
+ }
1521
+ .tooltip.top-right .tooltip-arrow {
1522
+ right: 5px;
1523
+ }
1524
+ .tooltip.right .tooltip-arrow {
1525
+ right: 0;
1526
+ border-left-color: #000000;
1527
+ }
1528
+ .tooltip.left .tooltip-arrow {
1529
+ left: 0;
1530
+ border-right-color: #000000;
1531
+ }
1532
+ .tooltip.bottom-left .tooltip-arrow {
1533
+ left: 5px;
1534
+ }
1535
+ .tooltip.bottom-right .tooltip-arrow {
1536
+ right: 5px;
1537
+ }
1538
+ .text-left {
1539
+ text-align: right;
1540
+ }
1541
+ .text-right {
1542
+ text-align: left;
1543
+ }
1544
+ blockquote.pull-right {
1545
+ padding-left: 15px;
1546
+ padding-right: 0;
1547
+ border-left: 5px solid #eeeeee;
1548
+ border-right: 0;
1549
+ text-align: left;
1550
+ }