Subversion Repositories SmartDukaan

Rev

Rev 21627 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
21555 kshitij.so 1
/*!
21627 kshitij.so 2
 * Bootstrap v3.0.0
3
 *
4
 * Copyright 2013 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 by @mdo and @fat.
21555 kshitij.so 9
 */
21627 kshitij.so 10
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
11
article,
12
aside,
13
details,
14
figcaption,
15
figure,
16
footer,
17
header,
18
hgroup,
19
main,
20
nav,
21
section,
22
summary {
23
  display: block;
21555 kshitij.so 24
}
21627 kshitij.so 25
audio,
26
canvas,
27
video {
28
  display: inline-block;
21555 kshitij.so 29
}
21627 kshitij.so 30
audio:not([controls]) {
31
  display: none;
32
  height: 0;
21555 kshitij.so 33
}
21627 kshitij.so 34
[hidden] {
35
  display: none;
21555 kshitij.so 36
}
21627 kshitij.so 37
html {
38
  font-family: sans-serif;
39
  -webkit-text-size-adjust: 100%;
40
  -ms-text-size-adjust: 100%;
41
}
42
body {
43
  margin: 0;
44
}
45
a:focus {
46
  outline: thin dotted;
47
}
48
a:active,
49
a:hover {
50
  outline: 0;
51
}
52
h1 {
53
  font-size: 2em;
54
  margin: 0.67em 0;
55
}
56
abbr[title] {
57
  border-bottom: 1px dotted;
58
}
59
b,
60
strong {
61
  font-weight: bold;
62
}
63
dfn {
64
  font-style: italic;
65
}
66
hr {
67
  -moz-box-sizing: content-box;
68
  box-sizing: content-box;
69
  height: 0;
70
}
71
mark {
72
  background: #ff0;
73
  color: #000;
74
}
75
code,
76
kbd,
77
pre,
78
samp {
79
  font-family: monospace, serif;
80
  font-size: 1em;
81
}
82
pre {
83
  white-space: pre-wrap;
84
}
85
q {
86
  quotes: "\201C" "\201D" "\2018" "\2019";
87
}
88
small {
89
  font-size: 80%;
90
}
91
sub,
92
sup {
93
  font-size: 75%;
94
  line-height: 0;
95
  position: relative;
96
  vertical-align: baseline;
97
}
98
sup {
99
  top: -0.5em;
100
}
101
sub {
102
  bottom: -0.25em;
103
}
104
img {
105
  border: 0;
106
}
107
svg:not(:root) {
108
  overflow: hidden;
109
}
110
figure {
111
  margin: 0;
112
}
113
fieldset {
114
  border: 1px solid #c0c0c0;
115
  margin: 0 2px;
116
  padding: 0.35em 0.625em 0.75em;
117
}
118
legend {
119
  border: 0;
120
  padding: 0;
121
}
122
button,
123
input,
124
select,
125
textarea {
126
  font-family: inherit;
127
  font-size: 100%;
128
  margin: 0;
129
}
130
button,
131
input {
132
  line-height: normal;
133
}
134
button,
135
select {
136
  text-transform: none;
137
}
138
button,
139
html input[type="button"],
140
input[type="reset"],
141
input[type="submit"] {
142
  -webkit-appearance: button;
143
  cursor: pointer;
144
}
145
button[disabled],
146
html input[disabled] {
147
  cursor: default;
148
}
149
input[type="checkbox"],
150
input[type="radio"] {
151
  box-sizing: border-box;
152
  padding: 0;
153
}
154
input[type="search"] {
155
  -webkit-appearance: textfield;
156
  -moz-box-sizing: content-box;
157
  -webkit-box-sizing: content-box;
158
  box-sizing: content-box;
159
}
160
input[type="search"]::-webkit-search-cancel-button,
161
input[type="search"]::-webkit-search-decoration {
162
  -webkit-appearance: none;
163
}
164
button::-moz-focus-inner,
165
input::-moz-focus-inner {
166
  border: 0;
167
  padding: 0;
168
}
169
textarea {
170
  overflow: auto;
171
  vertical-align: top;
172
}
173
table {
174
  border-collapse: collapse;
175
  border-spacing: 0;
176
}
177
@media print {
178
  * {
179
    text-shadow: none !important;
180
    color: #000 !important;
181
    background: transparent !important;
182
    box-shadow: none !important;
183
  }
184
  a,
185
  a:visited {
186
    text-decoration: underline;
187
  }
188
  a[href]:after {
189
    content: " (" attr(href) ")";
190
  }
191
  abbr[title]:after {
192
    content: " (" attr(title) ")";
193
  }
194
  .ir a:after,
195
  a[href^="javascript:"]:after,
196
  a[href^="#"]:after {
197
    content: "";
198
  }
199
  pre,
200
  blockquote {
201
    border: 1px solid #999;
202
    page-break-inside: avoid;
203
  }
204
  thead {
205
    display: table-header-group;
206
  }
207
  tr,
208
  img {
209
    page-break-inside: avoid;
210
  }
211
  img {
212
    max-width: 100% !important;
213
  }
214
  @page  {
215
    margin: 2cm .5cm;
216
  }
217
  p,
218
  h2,
219
  h3 {
220
    orphans: 3;
221
    widows: 3;
222
  }
223
  h2,
224
  h3 {
225
    page-break-after: avoid;
226
  }
227
  .navbar {
228
    display: none;
229
  }
230
  .table td,
231
  .table th {
232
    background-color: #fff !important;
233
  }
234
  .btn > .caret,
235
  .dropup > .btn > .caret {
236
    border-top-color: #000 !important;
237
  }
238
  .label {
239
    border: 1px solid #000;
240
  }
241
  .table {
242
    border-collapse: collapse !important;
243
  }
244
  .table-bordered th,
245
  .table-bordered td {
246
    border: 1px solid #ddd !important;
247
  }
248
}
249
*,
250
*:before,
251
*:after {
252
  -webkit-box-sizing: border-box;
253
  -moz-box-sizing: border-box;
254
  box-sizing: border-box;
255
}
256
html {
257
  font-size: 62.5%;
258
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
259
}
260
body {
261
  font-family: Lato;
262
  font-size: 14px;
263
  line-height: 1.428571429;
264
  color: #2b2b2b;
265
  background-color: #ffffff;
266
}
267
input,
268
button,
269
select,
270
textarea {
271
  font-family: inherit;
272
  font-size: inherit;
273
  line-height: inherit;
274
}
275
button,
276
input,
277
select[multiple],
278
textarea {
21555 kshitij.so 279
  background-image: none;
280
}
21627 kshitij.so 281
a {
282
  color: #007aff;
283
  text-decoration: none;
284
}
285
a:hover,
286
a:focus {
287
  color: #0055b3;
288
  text-decoration: underline;
289
}
290
a:focus {
291
  outline: thin dotted #333;
292
  outline: 5px auto -webkit-focus-ring-color;
293
  outline-offset: -2px;
294
}
295
img {
296
  vertical-align: middle;
297
}
298
.img-responsive {
299
  display: block;
300
  max-width: 100%;
301
  height: auto;
302
}
303
.img-rounded {
304
  border-radius: 6px;
305
}
306
.img-thumbnail {
307
  padding: 4px;
308
  line-height: 1.428571429;
309
  background-color: #ffffff;
310
  border: 1px solid #dddddd;
311
  border-radius: 4px;
312
  -webkit-transition: all 0.2s ease-in-out;
313
  transition: all 0.2s ease-in-out;
314
  display: inline-block;
315
  max-width: 100%;
316
  height: auto;
317
}
318
.img-circle {
319
  border-radius: 50%;
320
}
321
hr {
322
  margin-top: 20px;
323
  margin-bottom: 20px;
324
  border: 0;
325
  border-top: 1px solid #f7f7f7;
326
}
327
.sr-only {
328
  position: absolute;
329
  width: 1px;
330
  height: 1px;
331
  margin: -1px;
332
  padding: 0;
333
  overflow: hidden;
334
  clip: rect(0 0 0 0);
335
  border: 0;
336
}
337
p {
338
  margin: 0 0 10px;
339
}
340
.lead {
341
  margin-bottom: 20px;
342
  font-size: 16.099999999999998px;
343
  font-weight: 200;
344
  line-height: 1.4;
345
}
346
@media (min-width: 768px) {
347
  .lead {
348
    font-size: 21px;
349
  }
350
}
351
small {
352
  font-size: 85%;
353
}
354
cite {
355
  font-style: normal;
356
}
357
.text-muted {
358
  color: #d7d7d7;
359
}
360
.text-primary {
361
  color: #007aff;
362
}
363
.text-warning {
364
  color: #ffcc00;
365
}
366
.text-danger {
367
  color: #ff2d55;
368
}
369
.text-success {
370
  color: #4cd964;
371
}
372
.text-info {
373
  color: #34aadc;
374
}
375
.text-left {
376
  text-align: left;
377
}
378
.text-right {
379
  text-align: right;
380
}
381
.text-center {
382
  text-align: center;
383
}
384
h1,
385
h2,
386
h3,
387
h4,
388
h5,
389
h6,
390
.h1,
391
.h2,
392
.h3,
393
.h4,
394
.h5,
395
.h6 {
396
  font-family: Lato;
397
  font-weight: 400;
398
  line-height: 1.1;
399
}
400
h1 small,
401
h2 small,
402
h3 small,
403
h4 small,
404
h5 small,
405
h6 small,
406
.h1 small,
407
.h2 small,
408
.h3 small,
409
.h4 small,
410
.h5 small,
411
.h6 small {
412
  font-weight: normal;
413
  line-height: 1;
414
  color: #d7d7d7;
415
}
416
h1,
417
h2,
418
h3 {
419
  margin-top: 20px;
420
  margin-bottom: 10px;
421
}
422
h4,
423
h5,
424
h6 {
425
  margin-top: 10px;
426
  margin-bottom: 10px;
427
}
428
h1,
429
.h1 {
430
  font-size: 36px;
431
}
432
h2,
433
.h2 {
434
  font-size: 30px;
435
}
436
h3,
437
.h3 {
438
  font-size: 24px;
439
}
440
h4,
441
.h4 {
442
  font-size: 18px;
443
}
444
h5,
445
.h5 {
446
  font-size: 14px;
447
}
448
h6,
449
.h6 {
450
  font-size: 12px;
451
}
452
h1 small,
453
.h1 small {
454
  font-size: 24px;
455
}
456
h2 small,
457
.h2 small {
458
  font-size: 18px;
459
}
460
h3 small,
461
.h3 small,
462
h4 small,
463
.h4 small {
464
  font-size: 14px;
465
}
466
.page-header {
467
  padding-bottom: 9px;
468
  margin: 40px 0 20px;
469
  border-bottom: 1px solid #f7f7f7;
470
}
471
ul,
472
ol {
473
  margin-top: 0;
474
  margin-bottom: 10px;
475
}
476
ul ul,
477
ol ul,
478
ul ol,
479
ol ol {
480
  margin-bottom: 0;
481
}
482
.list-unstyled {
483
  padding-left: 0;
484
  list-style: none;
485
}
486
.list-inline {
487
  padding-left: 0;
488
  list-style: none;
489
}
490
.list-inline > li {
491
  display: inline-block;
492
  padding-left: 5px;
493
  padding-right: 5px;
494
}
495
dl {
496
  margin-bottom: 20px;
497
}
498
dt,
499
dd {
500
  line-height: 1.428571429;
501
}
502
dt {
503
  font-weight: bold;
504
}
505
dd {
506
  margin-left: 0;
507
}
508
@media (min-width: 768px) {
509
  .dl-horizontal dt {
510
    float: left;
511
    width: 160px;
512
    clear: left;
513
    text-align: right;
514
    overflow: hidden;
515
    text-overflow: ellipsis;
516
    white-space: nowrap;
517
  }
518
  .dl-horizontal dd {
519
    margin-left: 180px;
520
  }
521
  .dl-horizontal dd:before,
522
  .dl-horizontal dd:after {
523
    content: " ";
524
    /* 1 */
525
 
526
    display: table;
527
    /* 2 */
528
 
529
  }
530
  .dl-horizontal dd:after {
531
    clear: both;
532
  }
533
  .dl-horizontal dd:before,
534
  .dl-horizontal dd:after {
535
    content: " ";
536
    /* 1 */
537
 
538
    display: table;
539
    /* 2 */
540
 
541
  }
542
  .dl-horizontal dd:after {
543
    clear: both;
544
  }
545
}
546
abbr[title],
547
abbr[data-original-title] {
548
  cursor: help;
549
  border-bottom: 1px dotted #d7d7d7;
550
}
551
abbr.initialism {
552
  font-size: 90%;
553
  text-transform: uppercase;
554
}
555
blockquote {
556
  padding: 10px 20px;
557
  margin: 0 0 20px;
558
  border-left: 5px solid #f7f7f7;
559
}
560
blockquote p {
561
  font-size: 17.5px;
562
  font-weight: 300;
563
  line-height: 1.25;
564
}
565
blockquote p:last-child {
566
  margin-bottom: 0;
567
}
568
blockquote small {
569
  display: block;
570
  line-height: 1.428571429;
571
  color: #d7d7d7;
572
}
573
blockquote small:before {
574
  content: '\2014 \00A0';
575
}
576
blockquote.pull-right {
577
  padding-right: 15px;
578
  padding-left: 0;
579
  border-right: 5px solid #f7f7f7;
580
  border-left: 0;
581
}
582
blockquote.pull-right p,
583
blockquote.pull-right small {
584
  text-align: right;
585
}
586
blockquote.pull-right small:before {
587
  content: '';
588
}
589
blockquote.pull-right small:after {
590
  content: '\00A0 \2014';
591
}
592
q:before,
593
q:after,
594
blockquote:before,
595
blockquote:after {
596
  content: "";
597
}
598
address {
599
  display: block;
600
  margin-bottom: 20px;
601
  font-style: normal;
602
  line-height: 1.428571429;
603
}
604
code,
605
pre {
606
  font-family: Lato;
607
}
608
code {
609
  padding: 2px 4px;
610
  font-size: 90%;
611
  color: #c7254e;
612
  background-color: #f9f2f4;
613
  white-space: nowrap;
614
  border-radius: 4px;
615
}
616
pre {
617
  display: block;
618
  padding: 9.5px;
619
  margin: 0 0 10px;
620
  font-size: 13px;
621
  line-height: 1.428571429;
622
  word-break: break-all;
623
  word-wrap: break-word;
624
  color: #2b2b2b;
625
  background-color: #f5f5f5;
626
  border: 1px solid #cccccc;
627
  border-radius: 4px;
628
}
629
pre.prettyprint {
630
  margin-bottom: 20px;
631
}
632
pre code {
633
  padding: 0;
634
  font-size: inherit;
635
  color: inherit;
636
  white-space: pre-wrap;
637
  background-color: transparent;
638
  border: 0;
639
}
640
.pre-scrollable {
641
  max-height: 340px;
642
  overflow-y: scroll;
643
}
644
.container {
645
  margin-right: auto;
646
  margin-left: auto;
647
  padding-left: 15px;
648
  padding-right: 15px;
649
}
650
.container:before,
651
.container:after {
652
  content: " ";
653
  /* 1 */
654
 
655
  display: table;
656
  /* 2 */
657
 
658
}
659
.container:after {
660
  clear: both;
661
}
662
.container:before,
663
.container:after {
664
  content: " ";
665
  /* 1 */
666
 
667
  display: table;
668
  /* 2 */
669
 
670
}
671
.container:after {
672
  clear: both;
673
}
674
.row {
675
  margin-left: -15px;
676
  margin-right: -15px;
677
}
678
.row:before,
679
.row:after {
680
  content: " ";
681
  /* 1 */
682
 
683
  display: table;
684
  /* 2 */
685
 
686
}
687
.row:after {
688
  clear: both;
689
}
690
.row:before,
691
.row:after {
692
  content: " ";
693
  /* 1 */
694
 
695
  display: table;
696
  /* 2 */
697
 
698
}
699
.row:after {
700
  clear: both;
701
}
702
.col-xs-1,
703
.col-xs-2,
704
.col-xs-3,
705
.col-xs-4,
706
.col-xs-5,
707
.col-xs-6,
708
.col-xs-7,
709
.col-xs-8,
710
.col-xs-9,
711
.col-xs-10,
712
.col-xs-11,
713
.col-xs-12,
714
.col-sm-1,
715
.col-sm-2,
716
.col-sm-3,
717
.col-sm-4,
718
.col-sm-5,
719
.col-sm-6,
720
.col-sm-7,
721
.col-sm-8,
722
.col-sm-9,
723
.col-sm-10,
724
.col-sm-11,
725
.col-sm-12,
726
.col-md-1,
727
.col-md-2,
728
.col-md-3,
729
.col-md-4,
730
.col-md-5,
731
.col-md-6,
732
.col-md-7,
733
.col-md-8,
734
.col-md-9,
735
.col-md-10,
736
.col-md-11,
737
.col-md-12,
738
.col-lg-1,
739
.col-lg-2,
740
.col-lg-3,
741
.col-lg-4,
742
.col-lg-5,
743
.col-lg-6,
744
.col-lg-7,
745
.col-lg-8,
746
.col-lg-9,
747
.col-lg-10,
748
.col-lg-11,
749
.col-lg-12 {
750
  position: relative;
751
  min-height: 1px;
752
  padding-left: 15px;
753
  padding-right: 15px;
754
}
755
.col-xs-1,
756
.col-xs-2,
757
.col-xs-3,
758
.col-xs-4,
759
.col-xs-5,
760
.col-xs-6,
761
.col-xs-7,
762
.col-xs-8,
763
.col-xs-9,
764
.col-xs-10,
765
.col-xs-11 {
766
  float: left;
767
}
768
.col-xs-1 {
769
  width: 8.333333333333332%;
770
}
771
.col-xs-2 {
772
  width: 16.666666666666664%;
773
}
774
.col-xs-3 {
775
  width: 25%;
776
}
777
.col-xs-4 {
778
  width: 33.33333333333333%;
779
}
780
.col-xs-5 {
781
  width: 41.66666666666667%;
782
}
783
.col-xs-6 {
784
  width: 50%;
785
}
786
.col-xs-7 {
787
  width: 58.333333333333336%;
788
}
789
.col-xs-8 {
790
  width: 66.66666666666666%;
791
}
792
.col-xs-9 {
793
  width: 75%;
794
}
795
.col-xs-10 {
796
  width: 83.33333333333334%;
797
}
798
.col-xs-11 {
799
  width: 91.66666666666666%;
800
}
801
.col-xs-12 {
802
  width: 100%;
803
}
804
@media (min-width: 768px) {
805
  .container {
806
    max-width: 750px;
807
  }
808
  .col-sm-1,
809
  .col-sm-2,
810
  .col-sm-3,
811
  .col-sm-4,
812
  .col-sm-5,
813
  .col-sm-6,
814
  .col-sm-7,
815
  .col-sm-8,
816
  .col-sm-9,
817
  .col-sm-10,
818
  .col-sm-11 {
819
    float: left;
820
  }
821
  .col-sm-1 {
822
    width: 8.333333333333332%;
823
  }
824
  .col-sm-2 {
825
    width: 16.666666666666664%;
826
  }
827
  .col-sm-3 {
828
    width: 25%;
829
  }
830
  .col-sm-4 {
831
    width: 33.33333333333333%;
832
  }
833
  .col-sm-5 {
834
    width: 41.66666666666667%;
835
  }
836
  .col-sm-6 {
837
    width: 50%;
838
  }
839
  .col-sm-7 {
840
    width: 58.333333333333336%;
841
  }
842
  .col-sm-8 {
843
    width: 66.66666666666666%;
844
  }
845
  .col-sm-9 {
846
    width: 75%;
847
  }
848
  .col-sm-10 {
849
    width: 83.33333333333334%;
850
  }
851
  .col-sm-11 {
852
    width: 91.66666666666666%;
853
  }
854
  .col-sm-12 {
855
    width: 100%;
856
  }
857
  .col-sm-push-1 {
858
    left: 8.333333333333332%;
859
  }
860
  .col-sm-push-2 {
861
    left: 16.666666666666664%;
862
  }
863
  .col-sm-push-3 {
864
    left: 25%;
865
  }
866
  .col-sm-push-4 {
867
    left: 33.33333333333333%;
868
  }
869
  .col-sm-push-5 {
870
    left: 41.66666666666667%;
871
  }
872
  .col-sm-push-6 {
873
    left: 50%;
874
  }
875
  .col-sm-push-7 {
876
    left: 58.333333333333336%;
877
  }
878
  .col-sm-push-8 {
879
    left: 66.66666666666666%;
880
  }
881
  .col-sm-push-9 {
882
    left: 75%;
883
  }
884
  .col-sm-push-10 {
885
    left: 83.33333333333334%;
886
  }
887
  .col-sm-push-11 {
888
    left: 91.66666666666666%;
889
  }
890
  .col-sm-pull-1 {
891
    right: 8.333333333333332%;
892
  }
893
  .col-sm-pull-2 {
894
    right: 16.666666666666664%;
895
  }
896
  .col-sm-pull-3 {
897
    right: 25%;
898
  }
899
  .col-sm-pull-4 {
900
    right: 33.33333333333333%;
901
  }
902
  .col-sm-pull-5 {
903
    right: 41.66666666666667%;
904
  }
905
  .col-sm-pull-6 {
906
    right: 50%;
907
  }
908
  .col-sm-pull-7 {
909
    right: 58.333333333333336%;
910
  }
911
  .col-sm-pull-8 {
912
    right: 66.66666666666666%;
913
  }
914
  .col-sm-pull-9 {
915
    right: 75%;
916
  }
917
  .col-sm-pull-10 {
918
    right: 83.33333333333334%;
919
  }
920
  .col-sm-pull-11 {
921
    right: 91.66666666666666%;
922
  }
923
  .col-sm-offset-1 {
924
    margin-left: 8.333333333333332%;
925
  }
926
  .col-sm-offset-2 {
927
    margin-left: 16.666666666666664%;
928
  }
929
  .col-sm-offset-3 {
930
    margin-left: 25%;
931
  }
932
  .col-sm-offset-4 {
933
    margin-left: 33.33333333333333%;
934
  }
935
  .col-sm-offset-5 {
936
    margin-left: 41.66666666666667%;
937
  }
938
  .col-sm-offset-6 {
939
    margin-left: 50%;
940
  }
941
  .col-sm-offset-7 {
942
    margin-left: 58.333333333333336%;
943
  }
944
  .col-sm-offset-8 {
945
    margin-left: 66.66666666666666%;
946
  }
947
  .col-sm-offset-9 {
948
    margin-left: 75%;
949
  }
950
  .col-sm-offset-10 {
951
    margin-left: 83.33333333333334%;
952
  }
953
  .col-sm-offset-11 {
954
    margin-left: 91.66666666666666%;
955
  }
956
}
957
@media (min-width: 992px) {
958
  .container {
959
    max-width: 970px;
960
  }
961
  .col-md-1,
962
  .col-md-2,
963
  .col-md-3,
964
  .col-md-4,
965
  .col-md-5,
966
  .col-md-6,
967
  .col-md-7,
968
  .col-md-8,
969
  .col-md-9,
970
  .col-md-10,
971
  .col-md-11 {
972
    float: left;
973
  }
974
  .col-md-1 {
975
    width: 8.333333333333332%;
976
  }
977
  .col-md-2 {
978
    width: 16.666666666666664%;
979
  }
980
  .col-md-3 {
981
    width: 25%;
982
  }
983
  .col-md-4 {
984
    width: 33.33333333333333%;
985
  }
986
  .col-md-5 {
987
    width: 41.66666666666667%;
988
  }
989
  .col-md-6 {
990
    width: 50%;
991
  }
992
  .col-md-7 {
993
    width: 58.333333333333336%;
994
  }
995
  .col-md-8 {
996
    width: 66.66666666666666%;
997
  }
998
  .col-md-9 {
999
    width: 75%;
1000
  }
1001
  .col-md-10 {
1002
    width: 83.33333333333334%;
1003
  }
1004
  .col-md-11 {
1005
    width: 91.66666666666666%;
1006
  }
1007
  .col-md-12 {
1008
    width: 100%;
1009
  }
1010
  .col-md-push-0 {
1011
    left: auto;
1012
  }
1013
  .col-md-push-1 {
1014
    left: 8.333333333333332%;
1015
  }
1016
  .col-md-push-2 {
1017
    left: 16.666666666666664%;
1018
  }
1019
  .col-md-push-3 {
1020
    left: 25%;
1021
  }
1022
  .col-md-push-4 {
1023
    left: 33.33333333333333%;
1024
  }
1025
  .col-md-push-5 {
1026
    left: 41.66666666666667%;
1027
  }
1028
  .col-md-push-6 {
1029
    left: 50%;
1030
  }
1031
  .col-md-push-7 {
1032
    left: 58.333333333333336%;
1033
  }
1034
  .col-md-push-8 {
1035
    left: 66.66666666666666%;
1036
  }
1037
  .col-md-push-9 {
1038
    left: 75%;
1039
  }
1040
  .col-md-push-10 {
1041
    left: 83.33333333333334%;
1042
  }
1043
  .col-md-push-11 {
1044
    left: 91.66666666666666%;
1045
  }
1046
  .col-md-pull-0 {
1047
    right: auto;
1048
  }
1049
  .col-md-pull-1 {
1050
    right: 8.333333333333332%;
1051
  }
1052
  .col-md-pull-2 {
1053
    right: 16.666666666666664%;
1054
  }
1055
  .col-md-pull-3 {
1056
    right: 25%;
1057
  }
1058
  .col-md-pull-4 {
1059
    right: 33.33333333333333%;
1060
  }
1061
  .col-md-pull-5 {
1062
    right: 41.66666666666667%;
1063
  }
1064
  .col-md-pull-6 {
1065
    right: 50%;
1066
  }
1067
  .col-md-pull-7 {
1068
    right: 58.333333333333336%;
1069
  }
1070
  .col-md-pull-8 {
1071
    right: 66.66666666666666%;
1072
  }
1073
  .col-md-pull-9 {
1074
    right: 75%;
1075
  }
1076
  .col-md-pull-10 {
1077
    right: 83.33333333333334%;
1078
  }
1079
  .col-md-pull-11 {
1080
    right: 91.66666666666666%;
1081
  }
1082
  .col-md-offset-0 {
1083
    margin-left: 0;
1084
  }
1085
  .col-md-offset-1 {
1086
    margin-left: 8.333333333333332%;
1087
  }
1088
  .col-md-offset-2 {
1089
    margin-left: 16.666666666666664%;
1090
  }
1091
  .col-md-offset-3 {
1092
    margin-left: 25%;
1093
  }
1094
  .col-md-offset-4 {
1095
    margin-left: 33.33333333333333%;
1096
  }
1097
  .col-md-offset-5 {
1098
    margin-left: 41.66666666666667%;
1099
  }
1100
  .col-md-offset-6 {
1101
    margin-left: 50%;
1102
  }
1103
  .col-md-offset-7 {
1104
    margin-left: 58.333333333333336%;
1105
  }
1106
  .col-md-offset-8 {
1107
    margin-left: 66.66666666666666%;
1108
  }
1109
  .col-md-offset-9 {
1110
    margin-left: 75%;
1111
  }
1112
  .col-md-offset-10 {
1113
    margin-left: 83.33333333333334%;
1114
  }
1115
  .col-md-offset-11 {
1116
    margin-left: 91.66666666666666%;
1117
  }
1118
}
1119
@media (min-width: 1200px) {
1120
  .container {
1121
    max-width: 1170px;
1122
  }
1123
  .col-lg-1,
1124
  .col-lg-2,
1125
  .col-lg-3,
1126
  .col-lg-4,
1127
  .col-lg-5,
1128
  .col-lg-6,
1129
  .col-lg-7,
1130
  .col-lg-8,
1131
  .col-lg-9,
1132
  .col-lg-10,
1133
  .col-lg-11 {
1134
    float: left;
1135
  }
1136
  .col-lg-1 {
1137
    width: 8.333333333333332%;
1138
  }
1139
  .col-lg-2 {
1140
    width: 16.666666666666664%;
1141
  }
1142
  .col-lg-3 {
1143
    width: 25%;
1144
  }
1145
  .col-lg-4 {
1146
    width: 33.33333333333333%;
1147
  }
1148
  .col-lg-5 {
1149
    width: 41.66666666666667%;
1150
  }
1151
  .col-lg-6 {
1152
    width: 50%;
1153
  }
1154
  .col-lg-7 {
1155
    width: 58.333333333333336%;
1156
  }
1157
  .col-lg-8 {
1158
    width: 66.66666666666666%;
1159
  }
1160
  .col-lg-9 {
1161
    width: 75%;
1162
  }
1163
  .col-lg-10 {
1164
    width: 83.33333333333334%;
1165
  }
1166
  .col-lg-11 {
1167
    width: 91.66666666666666%;
1168
  }
1169
  .col-lg-12 {
1170
    width: 100%;
1171
  }
1172
  .col-lg-push-0 {
1173
    left: auto;
1174
  }
1175
  .col-lg-push-1 {
1176
    left: 8.333333333333332%;
1177
  }
1178
  .col-lg-push-2 {
1179
    left: 16.666666666666664%;
1180
  }
1181
  .col-lg-push-3 {
1182
    left: 25%;
1183
  }
1184
  .col-lg-push-4 {
1185
    left: 33.33333333333333%;
1186
  }
1187
  .col-lg-push-5 {
1188
    left: 41.66666666666667%;
1189
  }
1190
  .col-lg-push-6 {
1191
    left: 50%;
1192
  }
1193
  .col-lg-push-7 {
1194
    left: 58.333333333333336%;
1195
  }
1196
  .col-lg-push-8 {
1197
    left: 66.66666666666666%;
1198
  }
1199
  .col-lg-push-9 {
1200
    left: 75%;
1201
  }
1202
  .col-lg-push-10 {
1203
    left: 83.33333333333334%;
1204
  }
1205
  .col-lg-push-11 {
1206
    left: 91.66666666666666%;
1207
  }
1208
  .col-lg-pull-0 {
1209
    right: auto;
1210
  }
1211
  .col-lg-pull-1 {
1212
    right: 8.333333333333332%;
1213
  }
1214
  .col-lg-pull-2 {
1215
    right: 16.666666666666664%;
1216
  }
1217
  .col-lg-pull-3 {
1218
    right: 25%;
1219
  }
1220
  .col-lg-pull-4 {
1221
    right: 33.33333333333333%;
1222
  }
1223
  .col-lg-pull-5 {
1224
    right: 41.66666666666667%;
1225
  }
1226
  .col-lg-pull-6 {
1227
    right: 50%;
1228
  }
1229
  .col-lg-pull-7 {
1230
    right: 58.333333333333336%;
1231
  }
1232
  .col-lg-pull-8 {
1233
    right: 66.66666666666666%;
1234
  }
1235
  .col-lg-pull-9 {
1236
    right: 75%;
1237
  }
1238
  .col-lg-pull-10 {
1239
    right: 83.33333333333334%;
1240
  }
1241
  .col-lg-pull-11 {
1242
    right: 91.66666666666666%;
1243
  }
1244
  .col-lg-offset-0 {
1245
    margin-left: 0;
1246
  }
1247
  .col-lg-offset-1 {
1248
    margin-left: 8.333333333333332%;
1249
  }
1250
  .col-lg-offset-2 {
1251
    margin-left: 16.666666666666664%;
1252
  }
1253
  .col-lg-offset-3 {
1254
    margin-left: 25%;
1255
  }
1256
  .col-lg-offset-4 {
1257
    margin-left: 33.33333333333333%;
1258
  }
1259
  .col-lg-offset-5 {
1260
    margin-left: 41.66666666666667%;
1261
  }
1262
  .col-lg-offset-6 {
1263
    margin-left: 50%;
1264
  }
1265
  .col-lg-offset-7 {
1266
    margin-left: 58.333333333333336%;
1267
  }
1268
  .col-lg-offset-8 {
1269
    margin-left: 66.66666666666666%;
1270
  }
1271
  .col-lg-offset-9 {
1272
    margin-left: 75%;
1273
  }
1274
  .col-lg-offset-10 {
1275
    margin-left: 83.33333333333334%;
1276
  }
1277
  .col-lg-offset-11 {
1278
    margin-left: 91.66666666666666%;
1279
  }
1280
}
1281
table {
1282
  max-width: 100%;
1283
  background-color: transparent;
1284
}
1285
th {
1286
  text-align: left;
1287
}
1288
.table {
1289
  width: 100%;
1290
  margin-bottom: 20px;
1291
}
1292
.table thead > tr > th,
1293
.table tbody > tr > th,
1294
.table tfoot > tr > th,
1295
.table thead > tr > td,
1296
.table tbody > tr > td,
1297
.table tfoot > tr > td {
1298
  padding: 8px;
1299
  line-height: 1.428571429;
1300
  vertical-align: top;
1301
  border-top: 1px solid #dddddd;
1302
}
1303
.table thead > tr > th {
1304
  vertical-align: bottom;
1305
  border-bottom: 2px solid #dddddd;
1306
}
1307
.table caption + thead tr:first-child th,
1308
.table colgroup + thead tr:first-child th,
1309
.table thead:first-child tr:first-child th,
1310
.table caption + thead tr:first-child td,
1311
.table colgroup + thead tr:first-child td,
1312
.table thead:first-child tr:first-child td {
1313
  border-top: 0;
1314
}
1315
.table tbody + tbody {
1316
  border-top: 2px solid #dddddd;
1317
}
1318
.table .table {
1319
  background-color: #ffffff;
1320
}
1321
.table-condensed thead > tr > th,
1322
.table-condensed tbody > tr > th,
1323
.table-condensed tfoot > tr > th,
1324
.table-condensed thead > tr > td,
1325
.table-condensed tbody > tr > td,
1326
.table-condensed tfoot > tr > td {
1327
  padding: 5px;
1328
}
1329
.table-bordered {
1330
  border: 1px solid #dddddd;
1331
}
1332
.table-bordered > thead > tr > th,
1333
.table-bordered > tbody > tr > th,
1334
.table-bordered > tfoot > tr > th,
1335
.table-bordered > thead > tr > td,
1336
.table-bordered > tbody > tr > td,
1337
.table-bordered > tfoot > tr > td {
1338
  border: 1px solid #dddddd;
1339
}
1340
.table-bordered > thead > tr > th,
1341
.table-bordered > thead > tr > td {
1342
  border-bottom-width: 2px;
1343
}
1344
.table-striped > tbody > tr:nth-child(odd) > td,
1345
.table-striped > tbody > tr:nth-child(odd) > th {
1346
  background-color: #f9f9f9;
1347
}
1348
.table-hover > tbody > tr:hover > td,
1349
.table-hover > tbody > tr:hover > th {
1350
  background-color: #f5f5f5;
1351
}
1352
table col[class*="col-"] {
1353
  float: none;
1354
  display: table-column;
1355
}
1356
table td[class*="col-"],
1357
table th[class*="col-"] {
1358
  float: none;
1359
  display: table-cell;
1360
}
1361
.table > thead > tr > td.active,
1362
.table > tbody > tr > td.active,
1363
.table > tfoot > tr > td.active,
1364
.table > thead > tr > th.active,
1365
.table > tbody > tr > th.active,
1366
.table > tfoot > tr > th.active,
1367
.table > thead > tr.active > td,
1368
.table > tbody > tr.active > td,
1369
.table > tfoot > tr.active > td,
1370
.table > thead > tr.active > th,
1371
.table > tbody > tr.active > th,
1372
.table > tfoot > tr.active > th {
1373
  background-color: #f5f5f5;
1374
}
1375
.table > thead > tr > td.success,
1376
.table > tbody > tr > td.success,
1377
.table > tfoot > tr > td.success,
1378
.table > thead > tr > th.success,
1379
.table > tbody > tr > th.success,
1380
.table > tfoot > tr > th.success,
1381
.table > thead > tr.success > td,
1382
.table > tbody > tr.success > td,
1383
.table > tfoot > tr.success > td,
1384
.table > thead > tr.success > th,
1385
.table > tbody > tr.success > th,
1386
.table > tfoot > tr.success > th {
1387
  background-color: #dff8e3;
1388
  border-color: #caf4ca;
1389
}
1390
.table-hover > tbody > tr > td.success:hover,
1391
.table-hover > tbody > tr > th.success:hover,
1392
.table-hover > tbody > tr.success:hover > td {
1393
  background-color: #caf4d1;
1394
  border-color: #b5efb5;
1395
}
1396
.table > thead > tr > td.danger,
1397
.table > tbody > tr > td.danger,
1398
.table > tfoot > tr > td.danger,
1399
.table > thead > tr > th.danger,
1400
.table > tbody > tr > th.danger,
1401
.table > tfoot > tr > th.danger,
1402
.table > thead > tr.danger > td,
1403
.table > tbody > tr.danger > td,
1404
.table > tfoot > tr.danger > td,
1405
.table > thead > tr.danger > th,
1406
.table > tbody > tr.danger > th,
1407
.table > tfoot > tr.danger > th {
1408
  background-color: #ffe0e6;
1409
  border-color: #ffd0e1;
1410
}
1411
.table-hover > tbody > tr > td.danger:hover,
1412
.table-hover > tbody > tr > th.danger:hover,
1413
.table-hover > tbody > tr.danger:hover > td {
1414
  background-color: #ffc6d1;
1415
  border-color: #ffb7d1;
1416
}
1417
.table > thead > tr > td.warning,
1418
.table > tbody > tr > td.warning,
1419
.table > tfoot > tr > td.warning,
1420
.table > thead > tr > th.warning,
1421
.table > tbody > tr > th.warning,
1422
.table > tfoot > tr > th.warning,
1423
.table > thead > tr.warning > td,
1424
.table > tbody > tr.warning > td,
1425
.table > tfoot > tr.warning > td,
1426
.table > thead > tr.warning > th,
1427
.table > tbody > tr.warning > th,
1428
.table > tfoot > tr.warning > th {
1429
  background-color: #fff0b3;
1430
  border-color: #ffdda3;
1431
}
1432
.table-hover > tbody > tr > td.warning:hover,
1433
.table-hover > tbody > tr > th.warning:hover,
1434
.table-hover > tbody > tr.warning:hover > td {
1435
  background-color: #ffeb99;
1436
  border-color: #ffd48a;
1437
}
1438
@media (max-width: 768px) {
1439
  .table-responsive {
1440
    width: 100%;
1441
    margin-bottom: 15px;
1442
    overflow-y: hidden;
1443
    overflow-x: scroll;
1444
    border: 1px solid #dddddd;
1445
  }
1446
  .table-responsive > .table {
1447
    margin-bottom: 0;
1448
    background-color: #fff;
1449
  }
1450
  .table-responsive > .table > thead > tr > th,
1451
  .table-responsive > .table > tbody > tr > th,
1452
  .table-responsive > .table > tfoot > tr > th,
1453
  .table-responsive > .table > thead > tr > td,
1454
  .table-responsive > .table > tbody > tr > td,
1455
  .table-responsive > .table > tfoot > tr > td {
1456
    white-space: nowrap;
1457
  }
1458
  .table-responsive > .table-bordered {
1459
    border: 0;
1460
  }
1461
  .table-responsive > .table-bordered > thead > tr > th:first-child,
1462
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
1463
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
1464
  .table-responsive > .table-bordered > thead > tr > td:first-child,
1465
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
1466
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
1467
    border-left: 0;
1468
  }
1469
  .table-responsive > .table-bordered > thead > tr > th:last-child,
1470
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
1471
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
1472
  .table-responsive > .table-bordered > thead > tr > td:last-child,
1473
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
1474
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
1475
    border-right: 0;
1476
  }
1477
  .table-responsive > .table-bordered > thead > tr:last-child > th,
1478
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
1479
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
1480
  .table-responsive > .table-bordered > thead > tr:last-child > td,
1481
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
1482
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
1483
    border-bottom: 0;
1484
  }
1485
}
1486
fieldset {
1487
  padding: 0;
1488
  margin: 0;
1489
  border: 0;
1490
}
1491
legend {
1492
  display: block;
1493
  width: 100%;
1494
  padding: 0;
1495
  margin-bottom: 20px;
1496
  font-size: 21px;
1497
  line-height: inherit;
1498
  color: #2b2b2b;
1499
  border: 0;
1500
  border-bottom: 1px solid #c7c7cc;
1501
}
1502
label {
1503
  display: inline-block;
1504
  margin-bottom: 5px;
1505
  font-weight: bold;
1506
}
1507
input[type="search"] {
1508
  -webkit-box-sizing: border-box;
1509
  -moz-box-sizing: border-box;
1510
  box-sizing: border-box;
1511
}
1512
input[type="radio"],
1513
input[type="checkbox"] {
1514
  margin: 4px 0 0;
1515
  margin-top: 1px \9;
1516
  /* IE8-9 */
1517
 
1518
  line-height: normal;
1519
}
1520
input[type="file"] {
1521
  display: block;
1522
}
1523
select[multiple],
1524
select[size] {
1525
  height: auto;
1526
}
1527
select optgroup {
1528
  font-size: inherit;
1529
  font-style: inherit;
1530
  font-family: inherit;
1531
}
1532
input[type="file"]:focus,
1533
input[type="radio"]:focus,
1534
input[type="checkbox"]:focus {
1535
  outline: thin dotted #333;
1536
  outline: 5px auto -webkit-focus-ring-color;
1537
  outline-offset: -2px;
1538
}
1539
input[type="number"]::-webkit-outer-spin-button,
1540
input[type="number"]::-webkit-inner-spin-button {
1541
  height: auto;
1542
}
1543
.form-control:-moz-placeholder {
1544
  color: #d7d7d7;
1545
}
1546
.form-control::-moz-placeholder {
1547
  color: #d7d7d7;
1548
}
1549
.form-control:-ms-input-placeholder {
1550
  color: #d7d7d7;
1551
}
1552
.form-control::-webkit-input-placeholder {
1553
  color: #d7d7d7;
1554
}
1555
.form-control {
1556
  display: block;
1557
  width: 100%;
1558
  height: 34px;
1559
  padding: 6px 12px;
1560
  font-size: 14px;
1561
  line-height: 1.428571429;
1562
  color: #8e8e93;
1563
  vertical-align: middle;
1564
  background-color: #ffffff;
1565
  border: 1px solid #c7c7cc;
1566
  border-radius: 4px;  
1567
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1568
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
1569
}
1570
.form-control:focus {
1571
  border-color: #007AFF;
1572
  outline: 0;  
1573
}
1574
.form-control[disabled],
1575
.form-control[readonly],
1576
fieldset[disabled] .form-control {
1577
  cursor: not-allowed;
1578
  background-color: #f7f7f7;
1579
}
1580
textarea.form-control {
1581
  height: auto;
1582
}
1583
.form-group {
1584
  margin-bottom: 15px;
1585
}
1586
.radio,
1587
.checkbox {
1588
  display: block;
1589
  min-height: 20px;
1590
  margin-top: 10px;
1591
  margin-bottom: 10px;
1592
  padding-left: 20px;
1593
  vertical-align: middle;
1594
}
1595
.radio label,
1596
.checkbox label {
1597
  display: inline;
1598
  margin-bottom: 0;
1599
  font-weight: normal;
1600
  cursor: pointer;
1601
}
1602
.radio input[type="radio"],
1603
.radio-inline input[type="radio"],
1604
.checkbox input[type="checkbox"],
1605
.checkbox-inline input[type="checkbox"] {
1606
  float: left;
1607
  margin-left: -20px;
1608
}
1609
.radio + .radio,
1610
.checkbox + .checkbox {
1611
  margin-top: -5px;
1612
}
1613
.radio-inline,
1614
.checkbox-inline {
1615
  display: inline-block;
1616
  padding-left: 20px;
1617
  margin-bottom: 0;
1618
  vertical-align: middle;
1619
  font-weight: normal;
1620
  cursor: pointer;
1621
}
1622
.radio-inline + .radio-inline,
1623
.checkbox-inline + .checkbox-inline {
1624
  margin-top: 0;
1625
  margin-left: 10px;
1626
}
1627
input[type="radio"][disabled],
1628
input[type="checkbox"][disabled],
1629
.radio[disabled],
1630
.radio-inline[disabled],
1631
.checkbox[disabled],
1632
.checkbox-inline[disabled],
1633
fieldset[disabled] input[type="radio"],
1634
fieldset[disabled] input[type="checkbox"],
1635
fieldset[disabled] .radio,
1636
fieldset[disabled] .radio-inline,
1637
fieldset[disabled] .checkbox,
1638
fieldset[disabled] .checkbox-inline {
1639
  cursor: not-allowed;
1640
}
1641
.input-sm {
1642
  height: 30px;
1643
  padding: 5px 10px;
1644
  font-size: 12px;
1645
  line-height: 1.5;
1646
  border-radius: 3px;
1647
}
1648
select.input-sm {
1649
  height: 30px;
1650
  line-height: 30px;
1651
}
1652
textarea.input-sm {
1653
  height: auto;
1654
}
1655
.input-lg {
1656
  height: 45px;
1657
  padding: 10px 16px;
1658
  font-size: 18px;
1659
  line-height: 1.33;
1660
  border-radius: 6px;
1661
}
1662
select.input-lg {
1663
  height: 45px;
1664
  line-height: 45px;
1665
}
1666
textarea.input-lg {
1667
  height: auto;
1668
}
1669
.has-warning .help-block,
1670
.has-warning .control-label {
1671
  color: #ffcc00;
1672
}
1673
.has-warning .form-control {
1674
  border-color: #ffcc00;
1675
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1676
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1677
}
1678
.has-warning .form-control:focus {
1679
  border-color: #cca300;
1680
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe066;
1681
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffe066;
1682
}
1683
.has-warning .input-group-addon {
1684
  color: #ffcc00;
1685
  border-color: #ffcc00;
1686
  background-color: #fff0b3;
1687
}
1688
.has-error .help-block,
1689
.has-error .control-label {
1690
  color: #ff2d55;
1691
}
1692
.has-error .form-control {
1693
  border-color: #ff2d55;
1694
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1695
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1696
}
1697
.has-error .form-control:focus {
1698
  border-color: #f9002f;
1699
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff93a8;
1700
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff93a8;
1701
}
1702
.has-error .input-group-addon {
1703
  color: #ff2d55;
1704
  border-color: #ff2d55;
1705
  background-color: #ffe0e6;
1706
}
1707
.has-success .help-block,
1708
.has-success .control-label {
1709
  color: #4cd964;
1710
}
1711
.has-success .form-control {
1712
  border-color: #4cd964;
1713
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1714
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1715
}
1716
.has-success .form-control:focus {
1717
  border-color: #2ac845;
1718
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0ebad;
1719
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a0ebad;
1720
}
1721
.has-success .input-group-addon {
1722
  color: #4cd964;
1723
  border-color: #4cd964;
1724
  background-color: #dff8e3;
1725
}
1726
.form-control-static {
1727
  margin-bottom: 0;
1728
  padding-top: 7px;
1729
}
1730
.help-block {
1731
  display: block;
1732
  margin-top: 5px;
1733
  margin-bottom: 10px;
1734
  color: #6b6b6b;
1735
}
1736
@media (min-width: 768px) {
1737
  .form-inline .form-group {
1738
    display: inline-block;
1739
    margin-bottom: 0;
1740
    vertical-align: middle;
1741
  }
1742
  .form-inline .form-control {
1743
    display: inline-block;
1744
  }
1745
  .form-inline .radio,
1746
  .form-inline .checkbox {
1747
    display: inline-block;
1748
    margin-top: 0;
1749
    margin-bottom: 0;
1750
    padding-left: 0;
1751
  }
1752
  .form-inline .radio input[type="radio"],
1753
  .form-inline .checkbox input[type="checkbox"] {
1754
    float: none;
1755
    margin-left: 0;
1756
  }
1757
}
1758
.form-horizontal .control-label,
1759
.form-horizontal .radio,
1760
.form-horizontal .checkbox,
1761
.form-horizontal .radio-inline,
1762
.form-horizontal .checkbox-inline {
1763
  margin-top: 0;
1764
  margin-bottom: 0;
1765
  padding-top: 7px;
1766
}
1767
.form-horizontal .form-group {
1768
  margin-left: -15px;
1769
  margin-right: -15px;
1770
}
1771
.form-horizontal .form-group:before,
1772
.form-horizontal .form-group:after {
1773
  content: " ";
1774
  /* 1 */
1775
 
1776
  display: table;
1777
  /* 2 */
1778
 
1779
}
1780
.form-horizontal .form-group:after {
1781
  clear: both;
1782
}
1783
.form-horizontal .form-group:before,
1784
.form-horizontal .form-group:after {
1785
  content: " ";
1786
  /* 1 */
1787
 
1788
  display: table;
1789
  /* 2 */
1790
 
1791
}
1792
.form-horizontal .form-group:after {
1793
  clear: both;
1794
}
1795
@media (min-width: 768px) {
1796
  .form-horizontal .control-label {
1797
    text-align: right;
1798
  }
1799
}
1800
.btn {
1801
  display: inline-block;
1802
  padding: 6px 12px;
1803
  margin-bottom: 0;
1804
  font-size: 14px;
1805
  font-weight: normal;
1806
  line-height: 1.428571429;
1807
  text-align: center;
1808
  vertical-align: middle;
1809
  cursor: pointer;
1810
  border: 1px solid transparent;
1811
  border-radius: 4px;
1812
  white-space: nowrap;
1813
  -webkit-user-select: none;
1814
  -moz-user-select: none;
1815
  -ms-user-select: none;
1816
  -o-user-select: none;
1817
  user-select: none;
1818
  font-weight: 300;
1819
  -webkit-transition: all 0.15s;
1820
  -moz-transition: all 0.15s;
1821
  transition: all 0.15s;
1822
}
1823
 
1824
 
1825
.btn:focus {
1826
  /*outline: thin dotted #333;
1827
  outline: 5px auto -webkit-focus-ring-color;
1828
  outline-offset: -2px;*/
1829
  outline: none;
1830
}
1831
.btn:hover,
1832
.btn:focus {
1833
  color: #2b2b2b;
1834
  text-decoration: none;
1835
}
1836
.btn:active,
1837
.btn.active {  
1838
}
1839
.btn.disabled,
1840
.btn[disabled],
1841
fieldset[disabled] .btn {
1842
  cursor: not-allowed;
1843
  pointer-events: none;
1844
  opacity: 0.65;
1845
  filter: alpha(opacity=65);
1846
  -webkit-box-shadow: none;
1847
  box-shadow: none;
1848
}
21555 kshitij.so 1849
.btn-default {
21627 kshitij.so 1850
  color: #2b2b2b;
1851
  background-color: #ffffff;
1852
  border-color: #c7c7cc;
21555 kshitij.so 1853
}
1854
.btn-default:hover,
21627 kshitij.so 1855
.btn-default:focus,
1856
.btn-default:active,
1857
.btn-default.active,
1858
.open .dropdown-toggle.btn-default {
1859
  color: #ffffff;
1860
  background-color: #9e9e9e;
1861
  border-color: #9e9e9e;
21555 kshitij.so 1862
}
1863
.btn-default:active,
21627 kshitij.so 1864
.btn-default.active,
1865
.open .dropdown-toggle.btn-default {
1866
  background-image: none;
21555 kshitij.so 1867
}
1868
.btn-default.disabled,
1869
.btn-default[disabled],
1870
fieldset[disabled] .btn-default,
1871
.btn-default.disabled:hover,
1872
.btn-default[disabled]:hover,
1873
fieldset[disabled] .btn-default:hover,
1874
.btn-default.disabled:focus,
1875
.btn-default[disabled]:focus,
1876
fieldset[disabled] .btn-default:focus,
1877
.btn-default.disabled:active,
1878
.btn-default[disabled]:active,
1879
fieldset[disabled] .btn-default:active,
1880
.btn-default.disabled.active,
1881
.btn-default[disabled].active,
1882
fieldset[disabled] .btn-default.active {
21627 kshitij.so 1883
  background-color: #ffffff;
1884
  border-color: #c7c7cc;
21555 kshitij.so 1885
}
1886
.btn-primary {
21627 kshitij.so 1887
  color: #ffffff;
1888
  background-color: #007aff;
1889
  border-color: #007aff;
21555 kshitij.so 1890
}
1891
.btn-primary:hover,
21627 kshitij.so 1892
.btn-primary:focus,
1893
.btn-primary:active,
1894
.btn-primary.active,
1895
.open .dropdown-toggle.btn-primary {
1896
  color: #007aff;
1897
  border-color: #007aff;
1898
  background: transparent;  
21555 kshitij.so 1899
}
1900
.btn-primary:active,
21627 kshitij.so 1901
.btn-primary.active,
1902
.open .dropdown-toggle.btn-primary {
1903
  background-image: none;
21555 kshitij.so 1904
}
1905
.btn-primary.disabled,
1906
.btn-primary[disabled],
1907
fieldset[disabled] .btn-primary,
1908
.btn-primary.disabled:hover,
1909
.btn-primary[disabled]:hover,
1910
fieldset[disabled] .btn-primary:hover,
1911
.btn-primary.disabled:focus,
1912
.btn-primary[disabled]:focus,
1913
fieldset[disabled] .btn-primary:focus,
1914
.btn-primary.disabled:active,
1915
.btn-primary[disabled]:active,
1916
fieldset[disabled] .btn-primary:active,
1917
.btn-primary.disabled.active,
1918
.btn-primary[disabled].active,
1919
fieldset[disabled] .btn-primary.active {
21627 kshitij.so 1920
  background-color: #007aff;
1921
  border-color: #007aff;
1922
}
1923
.btn-warning {
1924
  color: #ffffff;
1925
  background-color: #ffcc00;
1926
  border-color: #ffcc00;
1927
}
1928
.btn-warning:hover,
1929
.btn-warning:focus,
1930
.btn-warning:active,
1931
.btn-warning.active,
1932
.open .dropdown-toggle.btn-warning {
1933
  color: #ffcc00;
1934
  background: transparent;
1935
  border-color: #ffcc00;
1936
}
1937
.btn-warning:active,
1938
.btn-warning.active,
1939
.open .dropdown-toggle.btn-warning {
21555 kshitij.so 1940
  background-image: none;
1941
}
21627 kshitij.so 1942
.btn-warning.disabled,
1943
.btn-warning[disabled],
1944
fieldset[disabled] .btn-warning,
1945
.btn-warning.disabled:hover,
1946
.btn-warning[disabled]:hover,
1947
fieldset[disabled] .btn-warning:hover,
1948
.btn-warning.disabled:focus,
1949
.btn-warning[disabled]:focus,
1950
fieldset[disabled] .btn-warning:focus,
1951
.btn-warning.disabled:active,
1952
.btn-warning[disabled]:active,
1953
fieldset[disabled] .btn-warning:active,
1954
.btn-warning.disabled.active,
1955
.btn-warning[disabled].active,
1956
fieldset[disabled] .btn-warning.active {
1957
  background-color: #ffcc00;
1958
  border-color: #ffcc00;
1959
}
1960
.btn-danger {
1961
  color: #ffffff;
1962
  background-color: #ff2d55;
1963
  border-color: #ff2d55;
1964
}
1965
.btn-danger:hover,
1966
.btn-danger:focus,
1967
.btn-danger:active,
1968
.btn-danger.active,
1969
.open .dropdown-toggle.btn-danger {
1970
  color: #ff2d55;
1971
  background: transparent;
1972
  border-color: #ff2d55;
1973
}
1974
.btn-danger:active,
1975
.btn-danger.active,
1976
.open .dropdown-toggle.btn-danger {
1977
  background-image: none;
1978
}
1979
.btn-danger.disabled,
1980
.btn-danger[disabled],
1981
fieldset[disabled] .btn-danger,
1982
.btn-danger.disabled:hover,
1983
.btn-danger[disabled]:hover,
1984
fieldset[disabled] .btn-danger:hover,
1985
.btn-danger.disabled:focus,
1986
.btn-danger[disabled]:focus,
1987
fieldset[disabled] .btn-danger:focus,
1988
.btn-danger.disabled:active,
1989
.btn-danger[disabled]:active,
1990
fieldset[disabled] .btn-danger:active,
1991
.btn-danger.disabled.active,
1992
.btn-danger[disabled].active,
1993
fieldset[disabled] .btn-danger.active {
1994
  background-color: #ff2d55;
1995
  border-color: #ff2d55;
1996
}
21555 kshitij.so 1997
.btn-success {
21627 kshitij.so 1998
  color: #ffffff;
1999
  background-color: #4cd964;
2000
  border-color: #4cd964;
21555 kshitij.so 2001
}
2002
.btn-success:hover,
21627 kshitij.so 2003
.btn-success:focus,
2004
.btn-success:active,
2005
.btn-success.active,
2006
.open .dropdown-toggle.btn-success {
2007
  color: #4cd964;
2008
  background: transparent;
2009
  border-color: #4cd964;
21555 kshitij.so 2010
}
2011
.btn-success:active,
21627 kshitij.so 2012
.btn-success.active,
2013
.open .dropdown-toggle.btn-success {
2014
  background-image: none;  
2015
  outline: none;
21555 kshitij.so 2016
}
2017
.btn-success.disabled,
2018
.btn-success[disabled],
2019
fieldset[disabled] .btn-success,
2020
.btn-success.disabled:hover,
2021
.btn-success[disabled]:hover,
2022
fieldset[disabled] .btn-success:hover,
2023
.btn-success.disabled:focus,
2024
.btn-success[disabled]:focus,
2025
fieldset[disabled] .btn-success:focus,
2026
.btn-success.disabled:active,
2027
.btn-success[disabled]:active,
2028
fieldset[disabled] .btn-success:active,
2029
.btn-success.disabled.active,
2030
.btn-success[disabled].active,
2031
fieldset[disabled] .btn-success.active {
21627 kshitij.so 2032
  background-color: #4cd964;
2033
  border-color: #4cd964;
21555 kshitij.so 2034
}
2035
.btn-info {
21627 kshitij.so 2036
  color: #ffffff;
2037
  background-color: #34aadc;
2038
  border-color: #34aadc;
21555 kshitij.so 2039
}
2040
.btn-info:hover,
21627 kshitij.so 2041
.btn-info:focus,
2042
.btn-info:active,
2043
.btn-info.active,
2044
.open .dropdown-toggle.btn-info {
2045
  color: #34aadc;
2046
  background: transparent;
2047
  border-color: #34aadc;
21555 kshitij.so 2048
}
2049
.btn-info:active,
21627 kshitij.so 2050
.btn-info.active,
2051
.open .dropdown-toggle.btn-info {
2052
  background-image: none;
21555 kshitij.so 2053
}
2054
.btn-info.disabled,
2055
.btn-info[disabled],
2056
fieldset[disabled] .btn-info,
2057
.btn-info.disabled:hover,
2058
.btn-info[disabled]:hover,
2059
fieldset[disabled] .btn-info:hover,
2060
.btn-info.disabled:focus,
2061
.btn-info[disabled]:focus,
2062
fieldset[disabled] .btn-info:focus,
2063
.btn-info.disabled:active,
2064
.btn-info[disabled]:active,
2065
fieldset[disabled] .btn-info:active,
2066
.btn-info.disabled.active,
2067
.btn-info[disabled].active,
2068
fieldset[disabled] .btn-info.active {
21627 kshitij.so 2069
  background-color: #34aadc;
2070
  border-color: #34aadc;
21555 kshitij.so 2071
}
21627 kshitij.so 2072
.btn-link {
2073
  color: #007aff;
2074
  font-weight: normal;
2075
  cursor: pointer;
2076
  border-radius: 0;
21555 kshitij.so 2077
}
21627 kshitij.so 2078
.btn-link,
2079
.btn-link:active,
2080
.btn-link[disabled],
2081
fieldset[disabled] .btn-link {
2082
  background-color: transparent;
2083
  -webkit-box-shadow: none;
2084
  box-shadow: none;
21555 kshitij.so 2085
}
21627 kshitij.so 2086
.btn-link,
2087
.btn-link:hover,
2088
.btn-link:focus,
2089
.btn-link:active {
2090
  border-color: transparent;
21555 kshitij.so 2091
}
21627 kshitij.so 2092
.btn-link:hover,
2093
.btn-link:focus {
2094
  color: #0055b3;
2095
  text-decoration: underline;
2096
  background-color: transparent;
21555 kshitij.so 2097
}
21627 kshitij.so 2098
.btn-link[disabled]:hover,
2099
fieldset[disabled] .btn-link:hover,
2100
.btn-link[disabled]:focus,
2101
fieldset[disabled] .btn-link:focus {
2102
  color: #d7d7d7;
2103
  text-decoration: none;
21555 kshitij.so 2104
}
21627 kshitij.so 2105
.btn-lg {
2106
  padding: 10px 16px;
2107
  font-size: 18px;
2108
  line-height: 1.33;
2109
  border-radius: 6px;
21555 kshitij.so 2110
}
21627 kshitij.so 2111
.btn-sm,
2112
.btn-xs {
2113
  padding: 5px 10px;
2114
  font-size: 12px;
2115
  line-height: 1.5;
2116
  border-radius: 3px;
21555 kshitij.so 2117
}
21627 kshitij.so 2118
.btn-xs {
2119
  padding: 1px 5px;
21555 kshitij.so 2120
}
21627 kshitij.so 2121
.btn-block {
2122
  display: block;
2123
  width: 100%;
2124
  padding-left: 0;
2125
  padding-right: 0;
21555 kshitij.so 2126
}
21627 kshitij.so 2127
.btn-block + .btn-block {
2128
  margin-top: 5px;
2129
}
2130
input[type="submit"].btn-block,
2131
input[type="reset"].btn-block,
2132
input[type="button"].btn-block {
2133
  width: 100%;
2134
}
2135
.fade {
2136
  opacity: 0;
2137
  -webkit-transition: opacity 0.15s linear;
2138
  transition: opacity 0.15s linear;
2139
}
2140
.fade.in {
2141
  opacity: 1;
2142
}
2143
.collapse {
2144
  display: none;
2145
}
2146
.collapse.in {
2147
  display: block;
2148
}
2149
.collapsing {
2150
  position: relative;
2151
  height: 0;
2152
  overflow: hidden;
2153
  -webkit-transition: height 0.35s ease;
2154
  transition: height 0.35s ease;
2155
}
2156
@font-face {
2157
  font-family: 'Glyphicons Halflings';
2158
  src: url('../app/fonts/glyphicons-halflings-regular.eot');
2159
  src: url('../app/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../app/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../app/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../app/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
2160
}
2161
.glyphicon {
2162
  position: relative;
2163
  top: 1px;
2164
  display: inline-block;
2165
  font-family: 'Glyphicons Halflings';
2166
  font-style: normal;
2167
  font-weight: normal;
2168
  line-height: 1;
2169
  -webkit-font-smoothing: antialiased;
2170
}
2171
.glyphicon-asterisk:before {
2172
  content: "\2a";
2173
}
2174
.glyphicon-plus:before {
2175
  content: "\2b";
2176
}
2177
.glyphicon-euro:before {
2178
  content: "\20ac";
2179
}
2180
.glyphicon-minus:before {
2181
  content: "\2212";
2182
}
2183
.glyphicon-cloud:before {
2184
  content: "\2601";
2185
}
2186
.glyphicon-envelope:before {
2187
  content: "\2709";
2188
}
2189
.glyphicon-pencil:before {
2190
  content: "\270f";
2191
}
2192
.glyphicon-glass:before {
2193
  content: "\e001";
2194
}
2195
.glyphicon-music:before {
2196
  content: "\e002";
2197
}
2198
.glyphicon-search:before {
2199
  content: "\e003";
2200
}
2201
.glyphicon-heart:before {
2202
  content: "\e005";
2203
}
2204
.glyphicon-star:before {
2205
  content: "\e006";
2206
}
2207
.glyphicon-star-empty:before {
2208
  content: "\e007";
2209
}
2210
.glyphicon-user:before {
2211
  content: "\e008";
2212
}
2213
.glyphicon-film:before {
2214
  content: "\e009";
2215
}
2216
.glyphicon-th-large:before {
2217
  content: "\e010";
2218
}
2219
.glyphicon-th:before {
2220
  content: "\e011";
2221
}
2222
.glyphicon-th-list:before {
2223
  content: "\e012";
2224
}
2225
.glyphicon-ok:before {
2226
  content: "\e013";
2227
}
2228
.glyphicon-remove:before {
2229
  content: "\e014";
2230
}
2231
.glyphicon-zoom-in:before {
2232
  content: "\e015";
2233
}
2234
.glyphicon-zoom-out:before {
2235
  content: "\e016";
2236
}
2237
.glyphicon-off:before {
2238
  content: "\e017";
2239
}
2240
.glyphicon-signal:before {
2241
  content: "\e018";
2242
}
2243
.glyphicon-cog:before {
2244
  content: "\e019";
2245
}
2246
.glyphicon-trash:before {
2247
  content: "\e020";
2248
}
2249
.glyphicon-home:before {
2250
  content: "\e021";
2251
}
2252
.glyphicon-file:before {
2253
  content: "\e022";
2254
}
2255
.glyphicon-time:before {
2256
  content: "\e023";
2257
}
2258
.glyphicon-road:before {
2259
  content: "\e024";
2260
}
2261
.glyphicon-download-alt:before {
2262
  content: "\e025";
2263
}
2264
.glyphicon-download:before {
2265
  content: "\e026";
2266
}
2267
.glyphicon-upload:before {
2268
  content: "\e027";
2269
}
2270
.glyphicon-inbox:before {
2271
  content: "\e028";
2272
}
2273
.glyphicon-play-circle:before {
2274
  content: "\e029";
2275
}
2276
.glyphicon-repeat:before {
2277
  content: "\e030";
2278
}
2279
.glyphicon-refresh:before {
2280
  content: "\e031";
2281
}
2282
.glyphicon-list-alt:before {
2283
  content: "\e032";
2284
}
2285
.glyphicon-flag:before {
2286
  content: "\e034";
2287
}
2288
.glyphicon-headphones:before {
2289
  content: "\e035";
2290
}
2291
.glyphicon-volume-off:before {
2292
  content: "\e036";
2293
}
2294
.glyphicon-volume-down:before {
2295
  content: "\e037";
2296
}
2297
.glyphicon-volume-up:before {
2298
  content: "\e038";
2299
}
2300
.glyphicon-qrcode:before {
2301
  content: "\e039";
2302
}
2303
.glyphicon-barcode:before {
2304
  content: "\e040";
2305
}
2306
.glyphicon-tag:before {
2307
  content: "\e041";
2308
}
2309
.glyphicon-tags:before {
2310
  content: "\e042";
2311
}
2312
.glyphicon-book:before {
2313
  content: "\e043";
2314
}
2315
.glyphicon-print:before {
2316
  content: "\e045";
2317
}
2318
.glyphicon-font:before {
2319
  content: "\e047";
2320
}
2321
.glyphicon-bold:before {
2322
  content: "\e048";
2323
}
2324
.glyphicon-italic:before {
2325
  content: "\e049";
2326
}
2327
.glyphicon-text-height:before {
2328
  content: "\e050";
2329
}
2330
.glyphicon-text-width:before {
2331
  content: "\e051";
2332
}
2333
.glyphicon-align-left:before {
2334
  content: "\e052";
2335
}
2336
.glyphicon-align-center:before {
2337
  content: "\e053";
2338
}
2339
.glyphicon-align-right:before {
2340
  content: "\e054";
2341
}
2342
.glyphicon-align-justify:before {
2343
  content: "\e055";
2344
}
2345
.glyphicon-list:before {
2346
  content: "\e056";
2347
}
2348
.glyphicon-indent-left:before {
2349
  content: "\e057";
2350
}
2351
.glyphicon-indent-right:before {
2352
  content: "\e058";
2353
}
2354
.glyphicon-facetime-video:before {
2355
  content: "\e059";
2356
}
2357
.glyphicon-picture:before {
2358
  content: "\e060";
2359
}
2360
.glyphicon-map-marker:before {
2361
  content: "\e062";
2362
}
2363
.glyphicon-adjust:before {
2364
  content: "\e063";
2365
}
2366
.glyphicon-tint:before {
2367
  content: "\e064";
2368
}
2369
.glyphicon-edit:before {
2370
  content: "\e065";
2371
}
2372
.glyphicon-share:before {
2373
  content: "\e066";
2374
}
2375
.glyphicon-check:before {
2376
  content: "\e067";
2377
}
2378
.glyphicon-move:before {
2379
  content: "\e068";
2380
}
2381
.glyphicon-step-backward:before {
2382
  content: "\e069";
2383
}
2384
.glyphicon-fast-backward:before {
2385
  content: "\e070";
2386
}
2387
.glyphicon-backward:before {
2388
  content: "\e071";
2389
}
2390
.glyphicon-play:before {
2391
  content: "\e072";
2392
}
2393
.glyphicon-pause:before {
2394
  content: "\e073";
2395
}
2396
.glyphicon-stop:before {
2397
  content: "\e074";
2398
}
2399
.glyphicon-forward:before {
2400
  content: "\e075";
2401
}
2402
.glyphicon-fast-forward:before {
2403
  content: "\e076";
2404
}
2405
.glyphicon-step-forward:before {
2406
  content: "\e077";
2407
}
2408
.glyphicon-eject:before {
2409
  content: "\e078";
2410
}
2411
.glyphicon-chevron-left:before {
2412
  content: "\e079";
2413
}
2414
.glyphicon-chevron-right:before {
2415
  content: "\e080";
2416
}
2417
.glyphicon-plus-sign:before {
2418
  content: "\e081";
2419
}
2420
.glyphicon-minus-sign:before {
2421
  content: "\e082";
2422
}
2423
.glyphicon-remove-sign:before {
2424
  content: "\e083";
2425
}
2426
.glyphicon-ok-sign:before {
2427
  content: "\e084";
2428
}
2429
.glyphicon-question-sign:before {
2430
  content: "\e085";
2431
}
2432
.glyphicon-info-sign:before {
2433
  content: "\e086";
2434
}
2435
.glyphicon-screenshot:before {
2436
  content: "\e087";
2437
}
2438
.glyphicon-remove-circle:before {
2439
  content: "\e088";
2440
}
2441
.glyphicon-ok-circle:before {
2442
  content: "\e089";
2443
}
2444
.glyphicon-ban-circle:before {
2445
  content: "\e090";
2446
}
2447
.glyphicon-arrow-left:before {
2448
  content: "\e091";
2449
}
2450
.glyphicon-arrow-right:before {
2451
  content: "\e092";
2452
}
2453
.glyphicon-arrow-up:before {
2454
  content: "\e093";
2455
}
2456
.glyphicon-arrow-down:before {
2457
  content: "\e094";
2458
}
2459
.glyphicon-share-alt:before {
2460
  content: "\e095";
2461
}
2462
.glyphicon-resize-full:before {
2463
  content: "\e096";
2464
}
2465
.glyphicon-resize-small:before {
2466
  content: "\e097";
2467
}
2468
.glyphicon-exclamation-sign:before {
2469
  content: "\e101";
2470
}
2471
.glyphicon-gift:before {
2472
  content: "\e102";
2473
}
2474
.glyphicon-leaf:before {
2475
  content: "\e103";
2476
}
2477
.glyphicon-eye-open:before {
2478
  content: "\e105";
2479
}
2480
.glyphicon-eye-close:before {
2481
  content: "\e106";
2482
}
2483
.glyphicon-warning-sign:before {
2484
  content: "\e107";
2485
}
2486
.glyphicon-plane:before {
2487
  content: "\e108";
2488
}
2489
.glyphicon-random:before {
2490
  content: "\e110";
2491
}
2492
.glyphicon-comment:before {
2493
  content: "\e111";
2494
}
2495
.glyphicon-magnet:before {
2496
  content: "\e112";
2497
}
2498
.glyphicon-chevron-up:before {
2499
  content: "\e113";
2500
}
2501
.glyphicon-chevron-down:before {
2502
  content: "\e114";
2503
}
2504
.glyphicon-retweet:before {
2505
  content: "\e115";
2506
}
2507
.glyphicon-shopping-cart:before {
2508
  content: "\e116";
2509
}
2510
.glyphicon-folder-close:before {
2511
  content: "\e117";
2512
}
2513
.glyphicon-folder-open:before {
2514
  content: "\e118";
2515
}
2516
.glyphicon-resize-vertical:before {
2517
  content: "\e119";
2518
}
2519
.glyphicon-resize-horizontal:before {
2520
  content: "\e120";
2521
}
2522
.glyphicon-hdd:before {
2523
  content: "\e121";
2524
}
2525
.glyphicon-bullhorn:before {
2526
  content: "\e122";
2527
}
2528
.glyphicon-certificate:before {
2529
  content: "\e124";
2530
}
2531
.glyphicon-thumbs-up:before {
2532
  content: "\e125";
2533
}
2534
.glyphicon-thumbs-down:before {
2535
  content: "\e126";
2536
}
2537
.glyphicon-hand-right:before {
2538
  content: "\e127";
2539
}
2540
.glyphicon-hand-left:before {
2541
  content: "\e128";
2542
}
2543
.glyphicon-hand-up:before {
2544
  content: "\e129";
2545
}
2546
.glyphicon-hand-down:before {
2547
  content: "\e130";
2548
}
2549
.glyphicon-circle-arrow-right:before {
2550
  content: "\e131";
2551
}
2552
.glyphicon-circle-arrow-left:before {
2553
  content: "\e132";
2554
}
2555
.glyphicon-circle-arrow-up:before {
2556
  content: "\e133";
2557
}
2558
.glyphicon-circle-arrow-down:before {
2559
  content: "\e134";
2560
}
2561
.glyphicon-globe:before {
2562
  content: "\e135";
2563
}
2564
.glyphicon-tasks:before {
2565
  content: "\e137";
2566
}
2567
.glyphicon-filter:before {
2568
  content: "\e138";
2569
}
2570
.glyphicon-fullscreen:before {
2571
  content: "\e140";
2572
}
2573
.glyphicon-dashboard:before {
2574
  content: "\e141";
2575
}
2576
.glyphicon-heart-empty:before {
2577
  content: "\e143";
2578
}
2579
.glyphicon-link:before {
2580
  content: "\e144";
2581
}
2582
.glyphicon-phone:before {
2583
  content: "\e145";
2584
}
2585
.glyphicon-usd:before {
2586
  content: "\e148";
2587
}
2588
.glyphicon-gbp:before {
2589
  content: "\e149";
2590
}
2591
.glyphicon-sort:before {
2592
  content: "\e150";
2593
}
2594
.glyphicon-sort-by-alphabet:before {
2595
  content: "\e151";
2596
}
2597
.glyphicon-sort-by-alphabet-alt:before {
2598
  content: "\e152";
2599
}
2600
.glyphicon-sort-by-order:before {
2601
  content: "\e153";
2602
}
2603
.glyphicon-sort-by-order-alt:before {
2604
  content: "\e154";
2605
}
2606
.glyphicon-sort-by-attributes:before {
2607
  content: "\e155";
2608
}
2609
.glyphicon-sort-by-attributes-alt:before {
2610
  content: "\e156";
2611
}
2612
.glyphicon-unchecked:before {
2613
  content: "\e157";
2614
}
2615
.glyphicon-expand:before {
2616
  content: "\e158";
2617
}
2618
.glyphicon-collapse-down:before {
2619
  content: "\e159";
2620
}
2621
.glyphicon-collapse-up:before {
2622
  content: "\e160";
2623
}
2624
.glyphicon-log-in:before {
2625
  content: "\e161";
2626
}
2627
.glyphicon-flash:before {
2628
  content: "\e162";
2629
}
2630
.glyphicon-log-out:before {
2631
  content: "\e163";
2632
}
2633
.glyphicon-new-window:before {
2634
  content: "\e164";
2635
}
2636
.glyphicon-record:before {
2637
  content: "\e165";
2638
}
2639
.glyphicon-save:before {
2640
  content: "\e166";
2641
}
2642
.glyphicon-open:before {
2643
  content: "\e167";
2644
}
2645
.glyphicon-saved:before {
2646
  content: "\e168";
2647
}
2648
.glyphicon-import:before {
2649
  content: "\e169";
2650
}
2651
.glyphicon-export:before {
2652
  content: "\e170";
2653
}
2654
.glyphicon-send:before {
2655
  content: "\e171";
2656
}
2657
.glyphicon-floppy-disk:before {
2658
  content: "\e172";
2659
}
2660
.glyphicon-floppy-saved:before {
2661
  content: "\e173";
2662
}
2663
.glyphicon-floppy-remove:before {
2664
  content: "\e174";
2665
}
2666
.glyphicon-floppy-save:before {
2667
  content: "\e175";
2668
}
2669
.glyphicon-floppy-open:before {
2670
  content: "\e176";
2671
}
2672
.glyphicon-credit-card:before {
2673
  content: "\e177";
2674
}
2675
.glyphicon-transfer:before {
2676
  content: "\e178";
2677
}
2678
.glyphicon-cutlery:before {
2679
  content: "\e179";
2680
}
2681
.glyphicon-header:before {
2682
  content: "\e180";
2683
}
2684
.glyphicon-compressed:before {
2685
  content: "\e181";
2686
}
2687
.glyphicon-earphone:before {
2688
  content: "\e182";
2689
}
2690
.glyphicon-phone-alt:before {
2691
  content: "\e183";
2692
}
2693
.glyphicon-tower:before {
2694
  content: "\e184";
2695
}
2696
.glyphicon-stats:before {
2697
  content: "\e185";
2698
}
2699
.glyphicon-sd-video:before {
2700
  content: "\e186";
2701
}
2702
.glyphicon-hd-video:before {
2703
  content: "\e187";
2704
}
2705
.glyphicon-subtitles:before {
2706
  content: "\e188";
2707
}
2708
.glyphicon-sound-stereo:before {
2709
  content: "\e189";
2710
}
2711
.glyphicon-sound-dolby:before {
2712
  content: "\e190";
2713
}
2714
.glyphicon-sound-5-1:before {
2715
  content: "\e191";
2716
}
2717
.glyphicon-sound-6-1:before {
2718
  content: "\e192";
2719
}
2720
.glyphicon-sound-7-1:before {
2721
  content: "\e193";
2722
}
2723
.glyphicon-copyright-mark:before {
2724
  content: "\e194";
2725
}
2726
.glyphicon-registration-mark:before {
2727
  content: "\e195";
2728
}
2729
.glyphicon-cloud-download:before {
2730
  content: "\e197";
2731
}
2732
.glyphicon-cloud-upload:before {
2733
  content: "\e198";
2734
}
2735
.glyphicon-tree-conifer:before {
2736
  content: "\e199";
2737
}
2738
.glyphicon-tree-deciduous:before {
2739
  content: "\e200";
2740
}
2741
.glyphicon-briefcase:before {
2742
  content: "\1f4bc";
2743
}
2744
.glyphicon-calendar:before {
2745
  content: "\1f4c5";
2746
}
2747
.glyphicon-pushpin:before {
2748
  content: "\1f4cc";
2749
}
2750
.glyphicon-paperclip:before {
2751
  content: "\1f4ce";
2752
}
2753
.glyphicon-camera:before {
2754
  content: "\1f4f7";
2755
}
2756
.glyphicon-lock:before {
2757
  content: "\1f512";
2758
}
2759
.glyphicon-bell:before {
2760
  content: "\1f514";
2761
}
2762
.glyphicon-bookmark:before {
2763
  content: "\1f516";
2764
}
2765
.glyphicon-fire:before {
2766
  content: "\1f525";
2767
}
2768
.glyphicon-wrench:before {
2769
  content: "\1f527";
2770
}
2771
.caret {
2772
  display: inline-block;
2773
  width: 0;
2774
  height: 0;
2775
  margin-left: 2px;
2776
  vertical-align: middle;
2777
  border-top: 4px solid #000000;
2778
  border-right: 4px solid transparent;
2779
  border-left: 4px solid transparent;
2780
  border-bottom: 0 dotted;
2781
  content: "";
2782
}
2783
.dropdown {
2784
  position: relative;
2785
}
2786
.dropdown-toggle:focus {
2787
  outline: 0;
2788
}
2789
.dropdown-menu {
2790
  position: absolute;
2791
  top: 100%;
2792
  left: 0;
2793
  z-index: 1000;
2794
  display: none;
2795
  float: left;
2796
  min-width: 160px;
2797
  padding: 5px 0;
2798
  margin: 2px 0 0;
2799
  list-style: none;
2800
  font-size: 14px;
2801
  background-color: #ffffff;
2802
  border: 1px solid #cccccc;
2803
  border: 1px solid rgba(0, 0, 0, 0.15);
2804
  border-radius: 4px;
2805
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2806
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
2807
  background-clip: padding-box;
2808
}
2809
.dropdown-menu.pull-right {
2810
  right: 0;
2811
  left: auto;
2812
}
2813
.dropdown-menu .divider {
2814
  height: 1px;
2815
  margin: 9px 0;
2816
  overflow: hidden;
2817
  background-color: #e5e5e5;
2818
}
2819
.dropdown-menu > li > a {
2820
  display: block;
2821
  padding: 3px 20px;
2822
  clear: both;
2823
  font-weight: normal;
2824
  line-height: 1.428571429;
2825
  color: #2b2b2b;
2826
  white-space: nowrap;
2827
}
21555 kshitij.so 2828
.dropdown-menu > li > a:hover,
2829
.dropdown-menu > li > a:focus {
21627 kshitij.so 2830
  text-decoration: none;
2831
  color: #ffffff;
2832
  background-color: #007aff;
21555 kshitij.so 2833
}
2834
.dropdown-menu > .active > a,
2835
.dropdown-menu > .active > a:hover,
2836
.dropdown-menu > .active > a:focus {
21627 kshitij.so 2837
  color: #ffffff;
2838
  text-decoration: none;
2839
  outline: 0;
2840
  background-color: #007aff;
21555 kshitij.so 2841
}
21627 kshitij.so 2842
.dropdown-menu > .disabled > a,
2843
.dropdown-menu > .disabled > a:hover,
2844
.dropdown-menu > .disabled > a:focus {
2845
  color: #d7d7d7;
2846
}
2847
.dropdown-menu > .disabled > a:hover,
2848
.dropdown-menu > .disabled > a:focus {
2849
  text-decoration: none;
2850
  background-color: transparent;
2851
  background-image: none;
21555 kshitij.so 2852
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
21627 kshitij.so 2853
  cursor: not-allowed;
2854
}
2855
.open > .dropdown-menu {
2856
  display: block;
2857
  opacity: 0.9;
2858
}
2859
.open > a {
2860
  outline: 0;
2861
}
2862
.dropdown-header {
2863
  display: block;
2864
  padding: 3px 20px;
2865
  font-size: 12px;
2866
  line-height: 1.428571429;
2867
  color: #d7d7d7;
2868
}
2869
.dropdown-backdrop {
2870
  position: fixed;
2871
  left: 0;
2872
  right: 0;
2873
  bottom: 0;
2874
  top: 0;
2875
  z-index: 990;
2876
}
2877
.pull-right > .dropdown-menu {
2878
  right: 0;
2879
  left: auto;
2880
}
2881
.dropup .caret,
2882
.navbar-fixed-bottom .dropdown .caret {
2883
  border-top: 0 dotted;
2884
  border-bottom: 4px solid #000000;
2885
  content: "";
2886
}
2887
.dropup .dropdown-menu,
2888
.navbar-fixed-bottom .dropdown .dropdown-menu {
2889
  top: auto;
2890
  bottom: 100%;
2891
  margin-bottom: 1px;
2892
}
2893
@media (min-width: 768px) {
2894
  .navbar-right .dropdown-menu {
2895
    right: 0;
2896
    left: auto;
2897
  }
2898
}
2899
.btn-default .caret {
2900
  border-top-color: #2b2b2b;
2901
}
2902
.btn-primary .caret,
2903
.btn-success .caret,
2904
.btn-warning .caret,
2905
.btn-danger .caret,
2906
.btn-info .caret {
2907
  border-top-color: #fff;
2908
}
2909
.dropup .btn-default .caret {
2910
  border-bottom-color: #2b2b2b;
2911
}
2912
.dropup .btn-primary .caret,
2913
.dropup .btn-success .caret,
2914
.dropup .btn-warning .caret,
2915
.dropup .btn-danger .caret,
2916
.dropup .btn-info .caret {
2917
  border-bottom-color: #fff;
2918
}
2919
.btn-group,
2920
.btn-group-vertical {
2921
  position: relative;
2922
  display: inline-block;
2923
  vertical-align: middle;
2924
}
2925
.btn-group > .btn,
2926
.btn-group-vertical > .btn {
2927
  position: relative;
2928
  float: left;
2929
}
2930
.btn-group > .btn:hover,
2931
.btn-group-vertical > .btn:hover,
2932
.btn-group > .btn:focus,
2933
.btn-group-vertical > .btn:focus,
2934
.btn-group > .btn:active,
2935
.btn-group-vertical > .btn:active,
2936
.btn-group > .btn.active,
2937
.btn-group-vertical > .btn.active {
2938
  z-index: 2;
2939
}
2940
.btn-group > .btn:focus,
2941
.btn-group-vertical > .btn:focus {
2942
  outline: none;
2943
}
2944
.btn-group .btn + .btn,
2945
.btn-group .btn + .btn-group,
2946
.btn-group .btn-group + .btn,
2947
.btn-group .btn-group + .btn-group {
2948
  margin-left: -1px;
2949
}
2950
.btn-toolbar:before,
2951
.btn-toolbar:after {
2952
  content: " ";
2953
  /* 1 */
2954
 
2955
  display: table;
2956
  /* 2 */
2957
 
2958
}
2959
.btn-toolbar:after {
2960
  clear: both;
2961
}
2962
.btn-toolbar:before,
2963
.btn-toolbar:after {
2964
  content: " ";
2965
  /* 1 */
2966
 
2967
  display: table;
2968
  /* 2 */
2969
 
2970
}
2971
.btn-toolbar:after {
2972
  clear: both;
2973
}
2974
.btn-toolbar .btn-group {
2975
  float: left;
2976
}
2977
.btn-toolbar > .btn + .btn,
2978
.btn-toolbar > .btn-group + .btn,
2979
.btn-toolbar > .btn + .btn-group,
2980
.btn-toolbar > .btn-group + .btn-group {
2981
  margin-left: 5px;
2982
}
2983
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
2984
  border-radius: 0;
2985
}
2986
.btn-group > .btn:first-child {
2987
  margin-left: 0;
2988
}
2989
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
2990
  border-bottom-right-radius: 0;
2991
  border-top-right-radius: 0;
2992
}
2993
.btn-group > .btn:last-child:not(:first-child),
2994
.btn-group > .dropdown-toggle:not(:first-child) {
2995
  border-bottom-left-radius: 0;
2996
  border-top-left-radius: 0;
2997
}
2998
.btn-group > .btn-group {
2999
  float: left;
3000
}
3001
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
3002
  border-radius: 0;
3003
}
3004
.btn-group > .btn-group:first-child > .btn:last-child,
3005
.btn-group > .btn-group:first-child > .dropdown-toggle {
3006
  border-bottom-right-radius: 0;
3007
  border-top-right-radius: 0;
3008
}
3009
.btn-group > .btn-group:last-child > .btn:first-child {
3010
  border-bottom-left-radius: 0;
3011
  border-top-left-radius: 0;
3012
}
3013
.btn-group .dropdown-toggle:active,
3014
.btn-group.open .dropdown-toggle {
3015
  outline: 0;
3016
}
3017
.btn-group-xs > .btn {
3018
  padding: 5px 10px;
3019
  font-size: 12px;
3020
  line-height: 1.5;
3021
  border-radius: 3px;
3022
  padding: 1px 5px;
3023
}
3024
.btn-group-sm > .btn {
3025
  padding: 5px 10px;
3026
  font-size: 12px;
3027
  line-height: 1.5;
3028
  border-radius: 3px;
3029
}
3030
.btn-group-lg > .btn {
3031
  padding: 10px 16px;
3032
  font-size: 18px;
3033
  line-height: 1.33;
3034
  border-radius: 6px;
3035
}
3036
.btn-group > .btn + .dropdown-toggle {
3037
  padding-left: 8px;
3038
  padding-right: 8px;
3039
}
3040
.btn-group > .btn-lg + .dropdown-toggle {
3041
  padding-left: 12px;
3042
  padding-right: 12px;
3043
}
3044
.btn-group.open .dropdown-toggle {
3045
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3046
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
3047
}
3048
.btn .caret {
3049
  margin-left: 0;
3050
}
3051
.btn-lg .caret {
3052
  border-width: 5px 5px 0;
3053
  border-bottom-width: 0;
3054
}
3055
.dropup .btn-lg .caret {
3056
  border-width: 0 5px 5px;
3057
}
3058
.btn-group-vertical > .btn,
3059
.btn-group-vertical > .btn-group {
3060
  display: block;
3061
  float: none;
3062
  width: 100%;
3063
  max-width: 100%;
3064
}
3065
.btn-group-vertical > .btn-group:before,
3066
.btn-group-vertical > .btn-group:after {
3067
  content: " ";
3068
  /* 1 */
3069
 
3070
  display: table;
3071
  /* 2 */
3072
 
3073
}
3074
.btn-group-vertical > .btn-group:after {
3075
  clear: both;
3076
}
3077
.btn-group-vertical > .btn-group:before,
3078
.btn-group-vertical > .btn-group:after {
3079
  content: " ";
3080
  /* 1 */
3081
 
3082
  display: table;
3083
  /* 2 */
3084
 
3085
}
3086
.btn-group-vertical > .btn-group:after {
3087
  clear: both;
3088
}
3089
.btn-group-vertical > .btn-group > .btn {
3090
  float: none;
3091
}
3092
.btn-group-vertical > .btn + .btn,
3093
.btn-group-vertical > .btn + .btn-group,
3094
.btn-group-vertical > .btn-group + .btn,
3095
.btn-group-vertical > .btn-group + .btn-group {
3096
  margin-top: -1px;
3097
  margin-left: 0;
3098
}
3099
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
3100
  border-radius: 0;
3101
}
3102
.btn-group-vertical > .btn:first-child:not(:last-child) {
3103
  border-top-right-radius: 4px;
3104
  border-bottom-right-radius: 0;
3105
  border-bottom-left-radius: 0;
3106
}
3107
.btn-group-vertical > .btn:last-child:not(:first-child) {
3108
  border-bottom-left-radius: 4px;
3109
  border-top-right-radius: 0;
3110
  border-top-left-radius: 0;
3111
}
3112
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
3113
  border-radius: 0;
3114
}
3115
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
3116
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
3117
  border-bottom-right-radius: 0;
3118
  border-bottom-left-radius: 0;
3119
}
3120
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
3121
  border-top-right-radius: 0;
3122
  border-top-left-radius: 0;
3123
}
3124
.btn-group-justified {
3125
  display: table;
3126
  width: 100%;
3127
  table-layout: fixed;
3128
  border-collapse: separate;
3129
}
3130
.btn-group-justified .btn {
3131
  float: none;
3132
  display: table-cell;
3133
  width: 1%;
3134
}
3135
[data-toggle="buttons"] > .btn > input[type="radio"],
3136
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
3137
  display: none;
3138
}
3139
.input-group {
3140
  position: relative;
3141
  display: table;
3142
  border-collapse: separate;
3143
}
3144
.input-group.col {
3145
  float: none;
3146
  padding-left: 0;
3147
  padding-right: 0;
3148
}
3149
.input-group .form-control {
3150
  width: 100%;
3151
  margin-bottom: 0;
3152
}
3153
.input-group-lg > .form-control,
3154
.input-group-lg > .input-group-addon,
3155
.input-group-lg > .input-group-btn > .btn {
3156
  height: 45px;
3157
  padding: 10px 16px;
3158
  font-size: 18px;
3159
  line-height: 1.33;
3160
  border-radius: 6px;
3161
}
3162
select.input-group-lg > .form-control,
3163
select.input-group-lg > .input-group-addon,
3164
select.input-group-lg > .input-group-btn > .btn {
3165
  height: 45px;
3166
  line-height: 45px;
3167
}
3168
textarea.input-group-lg > .form-control,
3169
textarea.input-group-lg > .input-group-addon,
3170
textarea.input-group-lg > .input-group-btn > .btn {
3171
  height: auto;
3172
}
3173
.input-group-sm > .form-control,
3174
.input-group-sm > .input-group-addon,
3175
.input-group-sm > .input-group-btn > .btn {
3176
  height: 30px;
3177
  padding: 5px 10px;
3178
  font-size: 12px;
3179
  line-height: 1.5;
3180
  border-radius: 3px;
3181
}
3182
select.input-group-sm > .form-control,
3183
select.input-group-sm > .input-group-addon,
3184
select.input-group-sm > .input-group-btn > .btn {
3185
  height: 30px;
3186
  line-height: 30px;
3187
}
3188
textarea.input-group-sm > .form-control,
3189
textarea.input-group-sm > .input-group-addon,
3190
textarea.input-group-sm > .input-group-btn > .btn {
3191
  height: auto;
3192
}
3193
.input-group-addon,
3194
.input-group-btn,
3195
.input-group .form-control {
3196
  display: table-cell;
3197
}
3198
.input-group-addon:not(:first-child):not(:last-child),
3199
.input-group-btn:not(:first-child):not(:last-child),
3200
.input-group .form-control:not(:first-child):not(:last-child) {
3201
  border-radius: 0;
3202
}
3203
.input-group-addon,
3204
.input-group-btn {
3205
  width: 1%;
3206
  white-space: nowrap;
3207
  vertical-align: middle;
3208
}
3209
.input-group-addon {
3210
  padding: 6px 12px;
3211
  font-size: 14px;
3212
  font-weight: normal;
3213
  line-height: 1;
3214
  text-align: center;
3215
  background-color: #f7f7f7;
3216
  border: 1px solid #c7c7cc;
21555 kshitij.so 3217
  border-radius: 4px;
3218
}
21627 kshitij.so 3219
.input-group-addon.input-sm {
3220
  padding: 5px 10px;
3221
  font-size: 12px;
3222
  border-radius: 3px;
21555 kshitij.so 3223
}
21627 kshitij.so 3224
.input-group-addon.input-lg {
3225
  padding: 10px 16px;
3226
  font-size: 18px;
3227
  border-radius: 6px;
3228
}
3229
.input-group-addon input[type="radio"],
3230
.input-group-addon input[type="checkbox"] {
3231
  margin-top: 0;
3232
}
3233
.input-group .form-control:first-child,
3234
.input-group-addon:first-child,
3235
.input-group-btn:first-child > .btn,
3236
.input-group-btn:first-child > .dropdown-toggle,
3237
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
3238
  border-bottom-right-radius: 0;
3239
  border-top-right-radius: 0;
3240
}
3241
.input-group-addon:first-child {
3242
  border-right: 0;
3243
}
3244
.input-group .form-control:last-child,
3245
.input-group-addon:last-child,
3246
.input-group-btn:last-child > .btn,
3247
.input-group-btn:last-child > .dropdown-toggle,
3248
.input-group-btn:first-child > .btn:not(:first-child) {
3249
  border-bottom-left-radius: 0;
3250
  border-top-left-radius: 0;
3251
}
3252
.input-group-addon:last-child {
3253
  border-left: 0;
3254
}
3255
.input-group-btn {
3256
  position: relative;
3257
  white-space: nowrap;
3258
}
3259
.input-group-btn > .btn {
3260
  position: relative;
3261
}
3262
.input-group-btn > .btn + .btn {
3263
  margin-left: -4px;
3264
}
3265
.input-group-btn > .btn:hover,
3266
.input-group-btn > .btn:active {
3267
  z-index: 2;
3268
}
3269
.nav {
3270
  margin-bottom: 0;
3271
  padding-left: 0;
3272
  list-style: none;
3273
}
3274
.nav:before,
3275
.nav:after {
3276
  content: " ";
3277
  /* 1 */
3278
 
3279
  display: table;
3280
  /* 2 */
3281
 
3282
}
3283
.nav:after {
3284
  clear: both;
3285
}
3286
.nav:before,
3287
.nav:after {
3288
  content: " ";
3289
  /* 1 */
3290
 
3291
  display: table;
3292
  /* 2 */
3293
 
3294
}
3295
.nav:after {
3296
  clear: both;
3297
}
3298
.nav > li {
3299
  position: relative;
3300
  display: block;
3301
}
3302
.nav > li > a {
3303
  position: relative;
3304
  display: block;
3305
  padding: 10px 15px;
3306
}
3307
.nav > li > a:hover,
3308
.nav > li > a:focus {
3309
  text-decoration: none;
3310
  background-color: #f7f7f7;
3311
}
3312
.nav > li.disabled > a {
3313
  color: #d7d7d7;
3314
}
3315
.nav > li.disabled > a:hover,
3316
.nav > li.disabled > a:focus {
3317
  color: #d7d7d7;
3318
  text-decoration: none;
3319
  background-color: transparent;
3320
  cursor: not-allowed;
3321
}
3322
.nav .open > a,
3323
.nav .open > a:hover,
3324
.nav .open > a:focus {
3325
  background-color: #f7f7f7;
3326
  border-color: #007aff;
3327
}
3328
.nav .nav-divider {
3329
  height: 1px;
3330
  margin: 9px 0;
3331
  overflow: hidden;
3332
  background-color: #e5e5e5;
3333
}
3334
.nav > li > a > img {
3335
  max-width: none;
3336
}
3337
.nav-tabs {
3338
  border-bottom: 1px solid #d7d7d7;
3339
}
3340
.nav-tabs > li {
3341
  float: left;
3342
  margin-bottom: -1px;
3343
}
3344
.nav-tabs > li > a {
3345
  margin-right: 2px;
3346
  line-height: 1.428571429;
3347
  border: 1px solid transparent;
3348
  border-radius: 4px 4px 0 0;
3349
}
3350
.nav-tabs > li > a:hover {
3351
  border-color: #f7f7f7 #f7f7f7 #d7d7d7;
3352
}
3353
.nav-tabs > li.active > a,
3354
.nav-tabs > li.active > a:hover,
3355
.nav-tabs > li.active > a:focus {
3356
  color: #8e8e93;
3357
  background-color: #ffffff;
3358
  border: 1px solid #dddddd;
3359
  border-bottom-color: transparent;
3360
  cursor: default;
3361
}
3362
.nav-tabs.nav-justified {
3363
  width: 100%;
3364
  border-bottom: 0;
3365
}
3366
.nav-tabs.nav-justified > li {
3367
  float: none;
3368
}
3369
.nav-tabs.nav-justified > li > a {
3370
  text-align: center;
3371
}
3372
@media (min-width: 768px) {
3373
  .nav-tabs.nav-justified > li {
3374
    display: table-cell;
3375
    width: 1%;
3376
  }
3377
}
3378
.nav-tabs.nav-justified > li > a {
3379
  border-bottom: 1px solid #dddddd;
3380
  margin-right: 0;
3381
}
3382
.nav-tabs.nav-justified > .active > a {
3383
  border-bottom-color: #ffffff;
3384
}
3385
.nav-pills > li {
3386
  float: left;
3387
}
3388
.nav-pills > li > a {
3389
  border-radius: 5px;
3390
}
3391
.nav-pills > li + li {
3392
  margin-left: 2px;
3393
}
3394
.nav-pills > li.active > a,
3395
.nav-pills > li.active > a:hover,
3396
.nav-pills > li.active > a:focus {
3397
  color: #ffffff;
3398
  background-color: #007aff;
3399
}
3400
.nav-stacked > li {
3401
  float: none;
3402
}
3403
.nav-stacked > li + li {
3404
  margin-top: 2px;
3405
  margin-left: 0;
3406
}
3407
.nav-justified {
3408
  width: 100%;
3409
}
3410
.nav-justified > li {
3411
  float: none;
3412
}
3413
.nav-justified > li > a {
3414
  text-align: center;
3415
}
3416
@media (min-width: 768px) {
3417
  .nav-justified > li {
3418
    display: table-cell;
3419
    width: 1%;
3420
  }
3421
}
3422
.nav-tabs-justified {
3423
  border-bottom: 0;
3424
}
3425
.nav-tabs-justified > li > a {
3426
  border-bottom: 1px solid #dddddd;
3427
  margin-right: 0;
3428
}
3429
.nav-tabs-justified > .active > a {
3430
  border-bottom-color: #ffffff;
3431
}
3432
.tabbable:before,
3433
.tabbable:after {
3434
  content: " ";
3435
  /* 1 */
3436
 
3437
  display: table;
3438
  /* 2 */
3439
 
3440
}
3441
.tabbable:after {
3442
  clear: both;
3443
}
3444
.tabbable:before,
3445
.tabbable:after {
3446
  content: " ";
3447
  /* 1 */
3448
 
3449
  display: table;
3450
  /* 2 */
3451
 
3452
}
3453
.tabbable:after {
3454
  clear: both;
3455
}
3456
.tab-content > .tab-pane,
3457
.pill-content > .pill-pane {
3458
  display: none;
3459
}
3460
.tab-content > .active,
3461
.pill-content > .active {
3462
  display: block;
3463
}
3464
.nav .caret {
3465
  border-top-color: #007aff;
3466
  border-bottom-color: #007aff;
3467
}
3468
.nav a:hover .caret {
3469
  border-top-color: #0055b3;
3470
  border-bottom-color: #0055b3;
3471
}
3472
.nav-tabs .dropdown-menu {
3473
  margin-top: -1px;
3474
  border-top-right-radius: 0;
3475
  border-top-left-radius: 0;
3476
}
3477
.navbar {
3478
  position: relative;
3479
  z-index: 1000;
3480
  min-height: 50px;
3481
  margin-bottom: 20px;
3482
  border: 1px solid transparent;
3483
}
3484
.navbar:before,
3485
.navbar:after {
3486
  content: " ";
3487
  /* 1 */
3488
 
3489
  display: table;
3490
  /* 2 */
3491
 
3492
}
3493
.navbar:after {
3494
  clear: both;
3495
}
3496
.navbar:before,
3497
.navbar:after {
3498
  content: " ";
3499
  /* 1 */
3500
 
3501
  display: table;
3502
  /* 2 */
3503
 
3504
}
3505
.navbar:after {
3506
  clear: both;
3507
}
3508
@media (min-width: 768px) {
3509
  .navbar {
3510
    border-radius: 4px;
3511
  }
3512
}
3513
.navbar-header:before,
3514
.navbar-header:after {
3515
  content: " ";
3516
  /* 1 */
3517
 
3518
  display: table;
3519
  /* 2 */
3520
 
3521
}
3522
.navbar-header:after {
3523
  clear: both;
3524
}
3525
.navbar-header:before,
3526
.navbar-header:after {
3527
  content: " ";
3528
  /* 1 */
3529
 
3530
  display: table;
3531
  /* 2 */
3532
 
3533
}
3534
.navbar-header:after {
3535
  clear: both;
3536
}
3537
@media (min-width: 768px) {
3538
  .navbar-header {
3539
    float: left;
3540
  }
3541
}
3542
.navbar-collapse {
3543
  max-height: 340px;
3544
  overflow-x: visible;
3545
  padding-right: 15px;
3546
  padding-left: 15px;
3547
  border-top: 1px solid transparent;
3548
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
3549
  -webkit-overflow-scrolling: touch;
3550
}
3551
.navbar-collapse:before,
3552
.navbar-collapse:after {
3553
  content: " ";
3554
  /* 1 */
3555
 
3556
  display: table;
3557
  /* 2 */
3558
 
3559
}
3560
.navbar-collapse:after {
3561
  clear: both;
3562
}
3563
.navbar-collapse:before,
3564
.navbar-collapse:after {
3565
  content: " ";
3566
  /* 1 */
3567
 
3568
  display: table;
3569
  /* 2 */
3570
 
3571
}
3572
.navbar-collapse:after {
3573
  clear: both;
3574
}
3575
.navbar-collapse.in {
3576
  overflow-y: auto;
3577
}
3578
@media (min-width: 768px) {
3579
  .navbar-collapse {
3580
    width: auto;
3581
    border-top: 0;
3582
    box-shadow: none;
3583
  }
3584
  .navbar-collapse.collapse {
3585
    display: block !important;
3586
    height: auto !important;
3587
    padding-bottom: 0;
3588
    overflow: visible !important;
3589
  }
3590
  .navbar-collapse.in {
3591
    overflow-y: visible;
3592
  }
3593
  .navbar-collapse .navbar-nav.navbar-left:first-child {
3594
    margin-left: -15px;
3595
  }
3596
  .navbar-collapse .navbar-nav.navbar-right:last-child {
3597
    margin-right: -15px;
3598
  }
3599
  .navbar-collapse .navbar-text:last-child {
3600
    margin-right: 0;
3601
  }
3602
}
3603
.container > .navbar-header,
3604
.container > .navbar-collapse {
3605
  margin-right: -15px;
3606
  margin-left: -15px;
3607
}
3608
@media (min-width: 768px) {
3609
  .container > .navbar-header,
3610
  .container > .navbar-collapse {
3611
    margin-right: 0;
3612
    margin-left: 0;
3613
  }
3614
}
3615
.navbar-static-top {
3616
  border-width: 0 0 1px;
3617
}
3618
@media (min-width: 768px) {
3619
  .navbar-static-top {
3620
    border-radius: 0;
3621
  }
3622
}
3623
.navbar-fixed-top,
3624
.navbar-fixed-bottom {
3625
  position: fixed;
3626
  right: 0;
3627
  left: 0;
3628
  border-width: 0 0 1px;
3629
}
3630
@media (min-width: 768px) {
3631
  .navbar-fixed-top,
3632
  .navbar-fixed-bottom {
3633
    border-radius: 0;
3634
  }
3635
}
3636
.navbar-fixed-top {
3637
  z-index: 1030;
3638
  top: 0;
3639
}
3640
.navbar-fixed-bottom {
3641
  bottom: 0;
3642
  margin-bottom: 0;
3643
}
3644
.navbar-brand {
3645
  float: left;
3646
  padding: 15px 15px;
3647
  font-size: 18px;
3648
  line-height: 20px;
3649
}
3650
.navbar-brand:hover,
3651
.navbar-brand:focus {
3652
  text-decoration: none;
3653
}
3654
@media (min-width: 768px) {
3655
  .navbar > .container .navbar-brand {
3656
    margin-left: -15px;
3657
  }
3658
}
3659
.navbar-toggle {
3660
  position: relative;
3661
  float: right;
3662
  margin-right: 15px;
3663
  padding: 9px 10px;
3664
  margin-top: 8px;
3665
  margin-bottom: 8px;
3666
  background-color: transparent;
3667
  border: 1px solid transparent;
3668
  border-radius: 4px;
3669
}
3670
.navbar-toggle .icon-bar {
3671
  display: block;
3672
  width: 22px;
3673
  height: 2px;
3674
  border-radius: 1px;
3675
}
3676
.navbar-toggle .icon-bar + .icon-bar {
3677
  margin-top: 4px;
3678
}
3679
@media (min-width: 768px) {
3680
  .navbar-toggle {
3681
    display: none;
3682
  }
3683
}
3684
.navbar-nav {
3685
  margin: 7.5px -15px;
3686
}
21555 kshitij.so 3687
.navbar-nav > li > a {
21627 kshitij.so 3688
  padding-top: 10px;
3689
  padding-bottom: 10px;
3690
  line-height: 20px;
21555 kshitij.so 3691
}
21627 kshitij.so 3692
@media (max-width: 767px) {
3693
  .navbar-nav .open .dropdown-menu {
3694
    position: static;
3695
    float: none;
3696
    width: auto;
3697
    margin-top: 0;
3698
    background-color: transparent;
3699
    border: 0;
3700
    box-shadow: none;
3701
  }
3702
  .navbar-nav .open .dropdown-menu > li > a,
3703
  .navbar-nav .open .dropdown-menu .dropdown-header {
3704
    padding: 5px 15px 5px 25px;
3705
  }
3706
  .navbar-nav .open .dropdown-menu > li > a {
3707
    line-height: 20px;
3708
  }
3709
  .navbar-nav .open .dropdown-menu > li > a:hover,
3710
  .navbar-nav .open .dropdown-menu > li > a:focus {
3711
    background-image: none;
3712
  }
3713
}
3714
@media (min-width: 768px) {
3715
  .navbar-nav {
3716
    float: left;
3717
    margin: 0;
3718
  }
3719
  .navbar-nav > li {
3720
    float: left;
3721
  }
3722
  .navbar-nav > li > a {
3723
    padding-top: 15px;
3724
    padding-bottom: 15px;
3725
  }
3726
}
3727
@media (min-width: 768px) {
3728
  .navbar-left {
3729
    float: left !important;
3730
  }
3731
  .navbar-right {
3732
    float: right !important;
3733
  }
3734
}
3735
.navbar-form {
3736
  margin-left: -15px;
3737
  margin-right: -15px;
3738
  padding: 10px 15px;
3739
  border-top: 1px solid transparent;
3740
  border-bottom: 1px solid transparent;
3741
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3742
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
3743
  margin-top: 8px;
3744
  margin-bottom: 8px;
3745
}
3746
@media (min-width: 768px) {
3747
  .navbar-form .form-group {
3748
    display: inline-block;
3749
    margin-bottom: 0;
3750
    vertical-align: middle;
3751
  }
3752
  .navbar-form .form-control {
3753
    display: inline-block;
3754
  }
3755
  .navbar-form .radio,
3756
  .navbar-form .checkbox {
3757
    display: inline-block;
3758
    margin-top: 0;
3759
    margin-bottom: 0;
3760
    padding-left: 0;
3761
  }
3762
  .navbar-form .radio input[type="radio"],
3763
  .navbar-form .checkbox input[type="checkbox"] {
3764
    float: none;
3765
    margin-left: 0;
3766
  }
3767
}
3768
@media (max-width: 767px) {
3769
  .navbar-form .form-group {
3770
    margin-bottom: 5px;
3771
  }
3772
}
3773
@media (min-width: 768px) {
3774
  .navbar-form {
3775
    width: auto;
3776
    border: 0;
3777
    margin-left: 0;
3778
    margin-right: 0;
3779
    padding-top: 0;
3780
    padding-bottom: 0;
3781
    -webkit-box-shadow: none;
3782
    box-shadow: none;
3783
  }
3784
}
3785
.navbar-nav > li > .dropdown-menu {
3786
  margin-top: 0;
3787
  border-top-right-radius: 0;
3788
  border-top-left-radius: 0;
3789
}
3790
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
3791
  border-bottom-right-radius: 0;
3792
  border-bottom-left-radius: 0;
3793
}
3794
.navbar-nav.pull-right > li > .dropdown-menu,
3795
.navbar-nav > li > .dropdown-menu.pull-right {
3796
  left: auto;
3797
  right: 0;
3798
}
3799
.navbar-btn {
3800
  margin-top: 8px;
3801
  margin-bottom: 8px;
3802
}
3803
.navbar-text {
3804
  float: left;
3805
  margin-top: 15px;
3806
  margin-bottom: 15px;
3807
}
3808
@media (min-width: 768px) {
3809
  .navbar-text {
3810
    margin-left: 15px;
3811
    margin-right: 15px;
3812
  }
3813
}
3814
.navbar-default {
3815
  background-color: #ffffff;
3816
  border-color: #007AFF;
3817
}
3818
.navbar-default .navbar-brand {
3819
  color: #4a4a4a;
3820
}
3821
.navbar-default .navbar-brand:hover,
3822
.navbar-default .navbar-brand:focus {
3823
  color: #313131;
3824
  background-color: transparent;
3825
}
3826
.navbar-default .navbar-text {
3827
  color: #2b2b2b;
3828
}
3829
.navbar-default .navbar-nav > li > a {
3830
  color: #4a4a4a;
3831
}
3832
.navbar-default .navbar-nav > li > a:hover,
3833
.navbar-default .navbar-nav > li > a:focus {
3834
  color: #2b2b2b;
3835
  background-color: transparent;
3836
}
3837
.navbar-default .navbar-nav > .active > a,
3838
.navbar-default .navbar-nav > .active > a:hover,
3839
.navbar-default .navbar-nav > .active > a:focus {
3840
  color: #ffffff;
3841
  background-color: #007AFF;
3842
}
3843
.navbar-default .navbar-nav > .disabled > a,
3844
.navbar-default .navbar-nav > .disabled > a:hover,
3845
.navbar-default .navbar-nav > .disabled > a:focus {
3846
  color: #cccccc;
3847
  background-color: transparent;
3848
}
3849
.navbar-default .navbar-toggle {
3850
  border-color: #dddddd;
3851
}
3852
.navbar-default .navbar-toggle:hover,
3853
.navbar-default .navbar-toggle:focus {
3854
  background-color: #dddddd;
3855
}
3856
.navbar-default .navbar-toggle .icon-bar {
3857
  background-color: #cccccc;
3858
}
3859
.navbar-default .navbar-collapse,
3860
.navbar-default .navbar-form {
3861
  border-color: #ededed;
3862
}
3863
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
3864
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
3865
  border-top-color: #2b2b2b;
3866
  border-bottom-color: #2b2b2b;
3867
}
3868
.navbar-default .navbar-nav > .open > a,
3869
.navbar-default .navbar-nav > .open > a:hover,
3870
.navbar-default .navbar-nav > .open > a:focus {
3871
  background-color: #eeeeee;
3872
  color: #555555;
3873
}
3874
.navbar-default .navbar-nav > .open > a .caret,
3875
.navbar-default .navbar-nav > .open > a:hover .caret,
3876
.navbar-default .navbar-nav > .open > a:focus .caret {
3877
  border-top-color: #555555;
3878
  border-bottom-color: #555555;
3879
}
3880
.navbar-default .navbar-nav > .dropdown > a .caret {
3881
  border-top-color: #4a4a4a;
3882
  border-bottom-color: #4a4a4a;
3883
}
3884
@media (max-width: 767px) {
3885
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
3886
    color: #4a4a4a;
3887
  }
3888
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
3889
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
3890
    color: #2b2b2b;
3891
    background-color: transparent;
3892
  }
3893
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
3894
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
3895
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
3896
    color: #555555;
3897
    background-color: #eeeeee;
3898
  }
3899
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
3900
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
3901
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
3902
    color: #cccccc;
3903
    background-color: transparent;
3904
  }
3905
}
3906
.navbar-default .navbar-link {
3907
  color: #4a4a4a;
3908
}
3909
.navbar-default .navbar-link:hover {
3910
  color: #2b2b2b;
3911
}
21555 kshitij.so 3912
.navbar-inverse {
21627 kshitij.so 3913
  background-color: #222222;
3914
  border-color: #080808;
21555 kshitij.so 3915
}
21627 kshitij.so 3916
.navbar-inverse .navbar-brand {
3917
  color: #d7d7d7;
21555 kshitij.so 3918
}
21627 kshitij.so 3919
.navbar-inverse .navbar-brand:hover,
3920
.navbar-inverse .navbar-brand:focus {
3921
  color: #ffffff;
3922
  background-color: transparent;
3923
}
3924
.navbar-inverse .navbar-text {
3925
  color: #d7d7d7;
3926
}
21555 kshitij.so 3927
.navbar-inverse .navbar-nav > li > a {
21627 kshitij.so 3928
  color: #d7d7d7;
21555 kshitij.so 3929
}
21627 kshitij.so 3930
.navbar-inverse .navbar-nav > li > a:hover,
3931
.navbar-inverse .navbar-nav > li > a:focus {
3932
  color: #ffffff;
3933
  background-color: transparent;
21555 kshitij.so 3934
}
21627 kshitij.so 3935
.navbar-inverse .navbar-nav > .active > a,
3936
.navbar-inverse .navbar-nav > .active > a:hover,
3937
.navbar-inverse .navbar-nav > .active > a:focus {
3938
  color: #ffffff;
3939
  background-color: #080808;
3940
}
3941
.navbar-inverse .navbar-nav > .disabled > a,
3942
.navbar-inverse .navbar-nav > .disabled > a:hover,
3943
.navbar-inverse .navbar-nav > .disabled > a:focus {
3944
  color: #444444;
3945
  background-color: transparent;
3946
}
3947
.navbar-inverse .navbar-toggle {
3948
  border-color: #333333;
3949
}
3950
.navbar-inverse .navbar-toggle:hover,
3951
.navbar-inverse .navbar-toggle:focus {
3952
  background-color: #333333;
3953
}
3954
.navbar-inverse .navbar-toggle .icon-bar {
3955
  background-color: #ffffff;
3956
}
3957
.navbar-inverse .navbar-collapse,
3958
.navbar-inverse .navbar-form {
3959
  border-color: #101010;
3960
}
3961
.navbar-inverse .navbar-nav > .open > a,
3962
.navbar-inverse .navbar-nav > .open > a:hover,
3963
.navbar-inverse .navbar-nav > .open > a:focus {
3964
  background-color: #080808;
3965
  color: #ffffff;
3966
}
3967
.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
3968
  border-top-color: #ffffff;
3969
  border-bottom-color: #ffffff;
3970
}
3971
.navbar-inverse .navbar-nav > .dropdown > a .caret {
3972
  border-top-color: #d7d7d7;
3973
  border-bottom-color: #d7d7d7;
3974
}
3975
.navbar-inverse .navbar-nav > .open > a .caret,
3976
.navbar-inverse .navbar-nav > .open > a:hover .caret,
3977
.navbar-inverse .navbar-nav > .open > a:focus .caret {
3978
  border-top-color: #ffffff;
3979
  border-bottom-color: #ffffff;
3980
}
21555 kshitij.so 3981
@media (max-width: 767px) {
21627 kshitij.so 3982
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
3983
    border-color: #080808;
21555 kshitij.so 3984
  }
21627 kshitij.so 3985
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
3986
    color: #d7d7d7;
3987
  }
3988
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
3989
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
3990
    color: #ffffff;
3991
    background-color: transparent;
3992
  }
3993
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
3994
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
3995
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
3996
    color: #ffffff;
3997
    background-color: #080808;
3998
  }
3999
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
4000
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
4001
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
4002
    color: #444444;
4003
    background-color: transparent;
4004
  }
21555 kshitij.so 4005
}
21627 kshitij.so 4006
.navbar-inverse .navbar-link {
4007
  color: #d7d7d7;
4008
}
4009
.navbar-inverse .navbar-link:hover {
4010
  color: #ffffff;
4011
}
4012
.breadcrumb {
4013
  padding: 8px 15px;
4014
  margin-bottom: 20px;
4015
  list-style: none;
4016
  background-color: #ffffff;
4017
  border: 0px solid transparent;
4018
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4019
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4020
}
4021
.breadcrumb > li {
4022
  display: inline-block;
4023
}
4024
.breadcrumb > li + li:before {
4025
  content: "/\00a0";
4026
  padding: 0 5px;
4027
  color: #cccccc;
4028
}
4029
.breadcrumb > .active {
4030
  color: #d7d7d7;
4031
}
4032
.pagination {
4033
  display: inline-block;
4034
  padding-left: 0;
4035
  margin: 20px 0;
4036
  border-radius: 4px;
4037
}
4038
.pagination > li {
4039
  display: inline;
4040
}
4041
.pagination > li > a,
4042
.pagination > li > span {
4043
  position: relative;
4044
  float: left;
4045
  padding: 6px 12px;
4046
  line-height: 1.428571429;
4047
  text-decoration: none;
4048
  background-color: #ffffff;
4049
  border: 1px solid #dddddd;
4050
  margin-left: -1px;
4051
}
4052
.pagination > li:first-child > a,
4053
.pagination > li:first-child > span {
4054
  margin-left: 0;
4055
  border-bottom-left-radius: 4px;
4056
  border-top-left-radius: 4px;
4057
}
4058
.pagination > li:last-child > a,
4059
.pagination > li:last-child > span {
4060
  border-bottom-right-radius: 4px;
4061
  border-top-right-radius: 4px;
4062
}
4063
.pagination > li > a:hover,
4064
.pagination > li > span:hover,
4065
.pagination > li > a:focus,
4066
.pagination > li > span:focus {
4067
  background-color: #f7f7f7;
4068
}
4069
.pagination > .active > a,
4070
.pagination > .active > span,
4071
.pagination > .active > a:hover,
4072
.pagination > .active > span:hover,
4073
.pagination > .active > a:focus,
4074
.pagination > .active > span:focus {
4075
  z-index: 2;
4076
  color: #ffffff;
4077
  background-color: #007aff;
4078
  border-color: #007aff;
4079
  cursor: default;
4080
}
4081
.pagination > .disabled > span,
4082
.pagination > .disabled > a,
4083
.pagination > .disabled > a:hover,
4084
.pagination > .disabled > a:focus {
4085
  color: #d7d7d7;
4086
  background-color: #ffffff;
4087
  border-color: #dddddd;
4088
  cursor: not-allowed;
4089
}
4090
.pagination-lg > li > a,
4091
.pagination-lg > li > span {
4092
  padding: 10px 16px;
4093
  font-size: 18px;
4094
}
4095
.pagination-lg > li:first-child > a,
4096
.pagination-lg > li:first-child > span {
4097
  border-bottom-left-radius: 6px;
4098
  border-top-left-radius: 6px;
4099
}
4100
.pagination-lg > li:last-child > a,
4101
.pagination-lg > li:last-child > span {
4102
  border-bottom-right-radius: 6px;
4103
  border-top-right-radius: 6px;
4104
}
4105
.pagination-sm > li > a,
4106
.pagination-sm > li > span {
4107
  padding: 5px 10px;
4108
  font-size: 12px;
4109
}
4110
.pagination-sm > li:first-child > a,
4111
.pagination-sm > li:first-child > span {
4112
  border-bottom-left-radius: 3px;
4113
  border-top-left-radius: 3px;
4114
}
4115
.pagination-sm > li:last-child > a,
4116
.pagination-sm > li:last-child > span {
4117
  border-bottom-right-radius: 3px;
4118
  border-top-right-radius: 3px;
4119
}
4120
.pager {
4121
  padding-left: 0;
4122
  margin: 20px 0;
4123
  list-style: none;
4124
  text-align: center;
4125
}
4126
.pager:before,
4127
.pager:after {
4128
  content: " ";
4129
  /* 1 */
4130
 
4131
  display: table;
4132
  /* 2 */
4133
 
4134
}
4135
.pager:after {
4136
  clear: both;
4137
}
4138
.pager:before,
4139
.pager:after {
4140
  content: " ";
4141
  /* 1 */
4142
 
4143
  display: table;
4144
  /* 2 */
4145
 
4146
}
4147
.pager:after {
4148
  clear: both;
4149
}
4150
.pager li {
4151
  display: inline;
4152
}
4153
.pager li > a,
4154
.pager li > span {
4155
  display: inline-block;
4156
  padding: 5px 14px;
4157
  background-color: #ffffff;
4158
  border: 1px solid #dddddd;
4159
  border-radius: 15px;
4160
}
4161
.pager li > a:hover,
4162
.pager li > a:focus {
4163
  text-decoration: none;
4164
  background-color: #f7f7f7;
4165
}
4166
.pager .next > a,
4167
.pager .next > span {
4168
  float: right;
4169
}
4170
.pager .previous > a,
4171
.pager .previous > span {
4172
  float: left;
4173
}
4174
.pager .disabled > a,
4175
.pager .disabled > a:hover,
4176
.pager .disabled > a:focus,
4177
.pager .disabled > span {
4178
  color: #d7d7d7;
4179
  background-color: #ffffff;
4180
  cursor: not-allowed;
4181
}
4182
.label {
4183
  display: inline;
4184
  padding: .2em .6em .3em;
4185
  font-size: 75%;
4186
  font-weight: bold;
4187
  line-height: 1;
4188
  color: #ffffff;
4189
  text-align: center;
4190
  white-space: nowrap;
4191
  vertical-align: baseline;
4192
  border-radius: .25em;
4193
}
4194
.label[href]:hover,
4195
.label[href]:focus {
4196
  color: #ffffff;
4197
  text-decoration: none;
4198
  cursor: pointer;
4199
}
4200
.label:empty {
4201
  display: none;
4202
}
4203
.label-default {
4204
  background-color: #d7d7d7;
4205
}
4206
.label-default[href]:hover,
4207
.label-default[href]:focus {
4208
  background-color: #bebebe;
4209
}
4210
.label-primary {
4211
  background-color: #007aff;
4212
}
4213
.label-primary[href]:hover,
4214
.label-primary[href]:focus {
4215
  background-color: #0062cc;
4216
}
4217
.label-success {
4218
  background-color: #4cd964;
4219
}
4220
.label-success[href]:hover,
4221
.label-success[href]:focus {
4222
  background-color: #2ac845;
4223
}
4224
.label-info {
4225
  background-color: #34aadc;
4226
}
4227
.label-info[href]:hover,
4228
.label-info[href]:focus {
4229
  background-color: #218ebd;
4230
}
4231
.label-warning {
4232
  background-color: #ffcc00;
4233
}
4234
.label-warning[href]:hover,
4235
.label-warning[href]:focus {
4236
  background-color: #cca300;
4237
}
4238
.label-danger {
4239
  background-color: #ff2d55;
4240
}
4241
.label-danger[href]:hover,
4242
.label-danger[href]:focus {
4243
  background-color: #f9002f;
4244
}
4245
.badge {
4246
  display: inline-block;
4247
  min-width: 10px;
4248
  padding: 3px 7px;
4249
  font-size: 12px;
4250
  font-weight: bold;
4251
  color: #ffffff;
4252
  line-height: 1;
4253
  vertical-align: baseline;
4254
  white-space: nowrap;
4255
  text-align: center;
4256
  background-color: #d7d7d7;
4257
  border-radius: 10px;
4258
}
4259
.badge:empty {
4260
  display: none;
4261
}
4262
a.badge:hover,
4263
a.badge:focus {
4264
  color: #ffffff;
4265
  text-decoration: none;
4266
  cursor: pointer;
4267
}
4268
.btn .badge {
4269
  position: relative;
4270
  top: -1px;
4271
}
4272
a.list-group-item.active > .badge,
4273
.nav-pills > .active > a > .badge {
4274
  color: #007aff;
4275
  background-color: #ffffff;
4276
}
4277
.nav-pills > li > a > .badge {
4278
  margin-left: 3px;
4279
}
4280
.jumbotron {
4281
  padding: 30px;
4282
  margin-bottom: 30px;
4283
  font-size: 21px;
4284
  font-weight: 200;
4285
  line-height: 2.1428571435;
4286
  color: inherit;
4287
  background-color: #f7f7f7;
4288
}
4289
.jumbotron h1 {
4290
  line-height: 1;
4291
  color: inherit;
4292
}
4293
.jumbotron p {
4294
  line-height: 1.4;
4295
}
4296
.container .jumbotron {
4297
  border-radius: 6px;
4298
}
4299
@media screen and (min-width: 768px) {
4300
  .jumbotron {
4301
    padding-top: 48px;
4302
    padding-bottom: 48px;
4303
  }
4304
  .container .jumbotron {
4305
    padding-left: 60px;
4306
    padding-right: 60px;
4307
  }
4308
  .jumbotron h1 {
4309
    font-size: 63px;
4310
  }
4311
}
4312
.thumbnail {
4313
  padding: 4px;
4314
  line-height: 1.428571429;
4315
  background-color: #ffffff;
4316
  border: 1px solid #dddddd;
4317
  border-radius: 4px;
4318
  -webkit-transition: all 0.2s ease-in-out;
4319
  transition: all 0.2s ease-in-out;
4320
  display: inline-block;
4321
  max-width: 100%;
4322
  height: auto;
4323
  display: block;
4324
}
4325
.thumbnail > img {
4326
  display: block;
4327
  max-width: 100%;
4328
  height: auto;
4329
}
4330
a.thumbnail:hover,
4331
a.thumbnail:focus {
4332
  border-color: #007aff;
4333
}
4334
.thumbnail > img {
4335
  margin-left: auto;
4336
  margin-right: auto;
4337
}
4338
.thumbnail .caption {
4339
  padding: 9px;
4340
  color: #2b2b2b;
4341
}
21555 kshitij.so 4342
.alert {
21627 kshitij.so 4343
  padding: 15px;
4344
  margin-bottom: 20px;
4345
  border: 1px solid transparent;  
21555 kshitij.so 4346
}
21627 kshitij.so 4347
.alert h4 {
4348
  margin-top: 0;
4349
  color: inherit;
4350
}
4351
.alert .alert-link {
4352
  font-weight: bold;
4353
}
4354
.alert > p,
4355
.alert > ul {
4356
  margin-bottom: 0;
4357
}
4358
.alert > p + p {
4359
  margin-top: 5px;
4360
}
4361
.alert-dismissable {
4362
  padding-right: 35px;
4363
}
4364
.alert-dismissable .close {
4365
  position: relative;
4366
  top: -2px;
4367
  right: -21px;
4368
  color: inherit;
4369
}
21555 kshitij.so 4370
.alert-success {
21627 kshitij.so 4371
  background-color: #dff8e3;
4372
  border-color: #caf4ca;
4373
  color: #4cd964;
21555 kshitij.so 4374
}
21627 kshitij.so 4375
.alert-success hr {
4376
  border-top-color: #b5efb5;
4377
}
4378
.alert-success .alert-link {
4379
  color: #2ac845;
4380
}
21555 kshitij.so 4381
.alert-info {
21627 kshitij.so 4382
  background-color: #cceaf6;
4383
  border-color: #aee8f1;
4384
  color: #34aadc;
21555 kshitij.so 4385
}
21627 kshitij.so 4386
.alert-info hr {
4387
  border-top-color: #98e2ed;
4388
}
4389
.alert-info .alert-link {
4390
  color: #218ebd;
4391
}
21555 kshitij.so 4392
.alert-warning {
21627 kshitij.so 4393
  background-color: #fff0b3;
4394
  border-color: #ffdda3;
4395
  color: #ffcc00;
21555 kshitij.so 4396
}
21627 kshitij.so 4397
.alert-warning hr {
4398
  border-top-color: #ffd48a;
4399
}
4400
.alert-warning .alert-link {
4401
  color: #cca300;
4402
}
21555 kshitij.so 4403
.alert-danger {
21627 kshitij.so 4404
  background-color: #ffe0e6;
4405
  border-color: #ffd0e1;
4406
  color: #ff2d55;
21555 kshitij.so 4407
}
21627 kshitij.so 4408
.alert-danger hr {
4409
  border-top-color: #ffb7d1;
4410
}
4411
.alert-danger .alert-link {
4412
  color: #f9002f;
4413
}
4414
@-webkit-keyframes progress-bar-stripes {
4415
  from {
4416
    background-position: 40px 0;
4417
  }
4418
  to {
4419
    background-position: 0 0;
4420
  }
4421
}
4422
@-moz-keyframes progress-bar-stripes {
4423
  from {
4424
    background-position: 40px 0;
4425
  }
4426
  to {
4427
    background-position: 0 0;
4428
  }
4429
}
4430
@-o-keyframes progress-bar-stripes {
4431
  from {
4432
    background-position: 0 0;
4433
  }
4434
  to {
4435
    background-position: 40px 0;
4436
  }
4437
}
4438
@keyframes progress-bar-stripes {
4439
  from {
4440
    background-position: 40px 0;
4441
  }
4442
  to {
4443
    background-position: 0 0;
4444
  }
4445
}
21555 kshitij.so 4446
.progress {
21627 kshitij.so 4447
  overflow: hidden;
4448
  height: 20px;
4449
  margin-bottom: 20px;
4450
  background-color: #f5f5f5;
4451
  border-radius: 4px;
4452
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4453
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
21555 kshitij.so 4454
}
4455
.progress-bar {
21627 kshitij.so 4456
  float: left;
4457
  width: 0%;
4458
  height: 100%;
4459
  font-size: 12px;
4460
  color: #ffffff;
4461
  text-align: center;
4462
  background-color: #007aff;
4463
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4464
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4465
  -webkit-transition: width 0.6s ease;
4466
  transition: width 0.6s ease;
21555 kshitij.so 4467
}
21627 kshitij.so 4468
.progress-striped .progress-bar {
4469
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
4470
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4471
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4472
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4473
  background-size: 40px 40px;
4474
}
4475
.progress.active .progress-bar {
4476
  -webkit-animation: progress-bar-stripes 2s linear infinite;
4477
  -moz-animation: progress-bar-stripes 2s linear infinite;
4478
  -ms-animation: progress-bar-stripes 2s linear infinite;
4479
  -o-animation: progress-bar-stripes 2s linear infinite;
4480
  animation: progress-bar-stripes 2s linear infinite;
4481
}
21555 kshitij.so 4482
.progress-bar-success {
21627 kshitij.so 4483
  background-color: #4cd964;
21555 kshitij.so 4484
}
21627 kshitij.so 4485
.progress-striped .progress-bar-success {
4486
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
4487
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4488
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4489
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4490
}
21555 kshitij.so 4491
.progress-bar-info {
21627 kshitij.so 4492
  background-color: #34aadc;
21555 kshitij.so 4493
}
21627 kshitij.so 4494
.progress-striped .progress-bar-info {
4495
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
4496
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4497
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4498
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4499
}
21555 kshitij.so 4500
.progress-bar-warning {
21627 kshitij.so 4501
  background-color: #ffcc00;
21555 kshitij.so 4502
}
21627 kshitij.so 4503
.progress-striped .progress-bar-warning {
4504
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
4505
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4506
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4507
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4508
}
21555 kshitij.so 4509
.progress-bar-danger {
21627 kshitij.so 4510
  background-color: #ff2d55;
21555 kshitij.so 4511
}
21627 kshitij.so 4512
.progress-striped .progress-bar-danger {
4513
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
4514
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4515
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
4516
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
21555 kshitij.so 4517
}
21627 kshitij.so 4518
.media,
4519
.media-body {
4520
  overflow: hidden;
4521
  zoom: 1;
4522
}
4523
.media,
4524
.media .media {
4525
  margin-top: 15px;
4526
}
4527
.media:first-child {
4528
  margin-top: 0;
4529
}
4530
.media-object {
4531
  display: block;
4532
}
4533
.media-heading {
4534
  margin: 0 0 5px;
4535
}
4536
.media > .pull-left {
4537
  margin-right: 10px;
4538
}
4539
.media > .pull-right {
4540
  margin-left: 10px;
4541
}
4542
.media-list {
4543
  padding-left: 0;
4544
  list-style: none;
4545
}
21555 kshitij.so 4546
.list-group {
21627 kshitij.so 4547
  margin-bottom: 20px;
4548
  padding-left: 0;
21555 kshitij.so 4549
}
21627 kshitij.so 4550
.list-group-item {
4551
  position: relative;
4552
  display: block;
4553
  padding: 10px 15px;
4554
  margin-bottom: -1px;
4555
  background-color: #ffffff;
4556
  border: 1px solid #d7d7d7;
4557
}
4558
.list-group-item:first-child {
4559
  border-top-right-radius: 4px;
4560
  border-top-left-radius: 4px;
4561
}
4562
.list-group-item:last-child {
4563
  margin-bottom: 0;
4564
  border-bottom-right-radius: 4px;
4565
  border-bottom-left-radius: 4px;
4566
}
4567
.list-group-item > .badge {
4568
  float: right;
4569
}
4570
.list-group-item > .badge + .badge {
4571
  margin-right: 5px;
4572
}
4573
a.list-group-item {
4574
  color: #555555 er;
4575
}
4576
a.list-group-item .list-group-item-heading {
4577
  color: #333333 er;
4578
}
4579
a.list-group-item:hover,
4580
a.list-group-item:focus {
4581
  text-decoration: none;
4582
  background-color: #f7f7f7;
4583
}
21555 kshitij.so 4584
.list-group-item.active,
4585
.list-group-item.active:hover,
4586
.list-group-item.active:focus {
21627 kshitij.so 4587
  z-index: 2;
4588
  color: #ffffff;
4589
  background-color: #007aff;
4590
  border-color: #007aff;
21555 kshitij.so 4591
}
21627 kshitij.so 4592
.list-group-item.active .list-group-item-heading,
4593
.list-group-item.active:hover .list-group-item-heading,
4594
.list-group-item.active:focus .list-group-item-heading {
4595
  color: inherit;
21555 kshitij.so 4596
}
21627 kshitij.so 4597
.list-group-item.active .list-group-item-text,
4598
.list-group-item.active:hover .list-group-item-text,
4599
.list-group-item.active:focus .list-group-item-text {
4600
  color: #cce4ff;
4601
}
4602
.list-group-item-heading {
4603
  margin-top: 0;
4604
  margin-bottom: 5px;
4605
}
4606
.list-group-item-text {
4607
  margin-bottom: 0;
4608
  line-height: 1.3;
4609
}
21555 kshitij.so 4610
.panel {
21627 kshitij.so 4611
  margin-bottom: 20px;
4612
  background-color: #ffffff;
4613
  border: 0px solid transparent;  
4614
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
4615
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
21555 kshitij.so 4616
}
21627 kshitij.so 4617
.panel-body {
4618
  padding: 15px;
4619
}
4620
.panel-body:before,
4621
.panel-body:after {
4622
  content: " ";
4623
  /* 1 */
4624
 
4625
  display: table;
4626
  /* 2 */
4627
 
4628
}
4629
.panel-body:after {
4630
  clear: both;
4631
}
4632
.panel-body:before,
4633
.panel-body:after {
4634
  content: " ";
4635
  /* 1 */
4636
 
4637
  display: table;
4638
  /* 2 */
4639
 
4640
}
4641
.panel-body:after {
4642
  clear: both;
4643
}
4644
.panel > .list-group {
4645
  margin-bottom: 0;
4646
}
4647
.panel > .list-group .list-group-item {
4648
  border-width: 1px 0;
4649
}
4650
.panel > .list-group .list-group-item:first-child {
4651
  border-top-right-radius: 0;
4652
  border-top-left-radius: 0;
4653
}
4654
.panel > .list-group .list-group-item:last-child {
4655
  border-bottom: 0;
4656
}
4657
.panel-heading + .list-group .list-group-item:first-child {
4658
  border-top-width: 0;
4659
}
4660
.panel > .table {
4661
  margin-bottom: 0;
4662
}
4663
.panel > .panel-body + .table {
4664
  border-top: 1px solid #dddddd;
4665
}
4666
.panel-heading {
4667
  padding: 10px 15px;
4668
  border-bottom: 1px solid transparent;  
4669
}
4670
.panel-title {
4671
  margin-top: 0;
4672
  margin-bottom: 0;
4673
  font-size: 16px;
4674
}
4675
.panel-title > a {
4676
  color: inherit;
4677
}
4678
.panel-footer {
4679
  padding: 10px 15px;
4680
  background-color: #f5f5f5;
4681
  border-top: 1px solid #dddddd;
4682
  border-bottom-right-radius: 3px;
4683
  border-bottom-left-radius: 3px;
4684
}
4685
.panel-group .panel {
4686
  margin-bottom: 0;
4687
  border-radius: 4px;
4688
  overflow: hidden;
4689
}
4690
.panel-group .panel + .panel {
4691
  margin-top: 5px;
4692
}
4693
.panel-group .panel-heading {
4694
  border-bottom: 0;
4695
}
4696
.panel-group .panel-heading + .panel-collapse .panel-body {
4697
  border-top: 1px solid #dddddd;
4698
}
4699
.panel-group .panel-footer {
4700
  border-top: 0;
4701
}
4702
.panel-group .panel-footer + .panel-collapse .panel-body {
4703
  border-bottom: 1px solid #dddddd;
4704
}
4705
.panel-default {
4706
  border-color: #dddddd;
4707
}
21555 kshitij.so 4708
.panel-default > .panel-heading {
21627 kshitij.so 4709
  color: #2b2b2b;
4710
  background-color: #f5f5f5;
4711
  border-color: #dddddd;
21555 kshitij.so 4712
}
21627 kshitij.so 4713
.panel-default > .panel-heading + .panel-collapse .panel-body {
4714
  border-top-color: #dddddd;
4715
}
4716
.panel-default > .panel-footer + .panel-collapse .panel-body {
4717
  border-bottom-color: #dddddd;
4718
}
4719
.panel-primary {
4720
  border-color: #007aff;
4721
}
21555 kshitij.so 4722
.panel-primary > .panel-heading {
21627 kshitij.so 4723
  color: #ffffff;
4724
  background-color: #007aff;
4725
  border-color: #007aff;
21555 kshitij.so 4726
}
21627 kshitij.so 4727
.panel-primary > .panel-heading + .panel-collapse .panel-body {
4728
  border-top-color: #007aff;
4729
}
4730
.panel-primary > .panel-footer + .panel-collapse .panel-body {
4731
  border-bottom-color: #007aff;
4732
}
4733
.panel-success {
4734
  border-color: #caf4ca;
4735
}
21555 kshitij.so 4736
.panel-success > .panel-heading {
21627 kshitij.so 4737
  color: #4cd964;
4738
  background-color: #dff8e3;
4739
  border-color: #caf4ca;
21555 kshitij.so 4740
}
21627 kshitij.so 4741
.panel-success > .panel-heading + .panel-collapse .panel-body {
4742
  border-top-color: #caf4ca;
21555 kshitij.so 4743
}
21627 kshitij.so 4744
.panel-success > .panel-footer + .panel-collapse .panel-body {
4745
  border-bottom-color: #caf4ca;
4746
}
4747
.panel-warning {
4748
  border-color: #ffdda3;
4749
}
21555 kshitij.so 4750
.panel-warning > .panel-heading {
21627 kshitij.so 4751
  color: #ffcc00;
4752
  background-color: #fff0b3;
4753
  border-color: #ffdda3;
21555 kshitij.so 4754
}
21627 kshitij.so 4755
.panel-warning > .panel-heading + .panel-collapse .panel-body {
4756
  border-top-color: #ffdda3;
4757
}
4758
.panel-warning > .panel-footer + .panel-collapse .panel-body {
4759
  border-bottom-color: #ffdda3;
4760
}
4761
.panel-danger {
4762
  border-color: #ffd0e1;
4763
}
21555 kshitij.so 4764
.panel-danger > .panel-heading {
21627 kshitij.so 4765
  color: #ff2d55;
4766
  background-color: #ffe0e6;
4767
  border-color: #ffd0e1;
21555 kshitij.so 4768
}
21627 kshitij.so 4769
.panel-danger > .panel-heading + .panel-collapse .panel-body {
4770
  border-top-color: #ffd0e1;
4771
}
4772
.panel-danger > .panel-footer + .panel-collapse .panel-body {
4773
  border-bottom-color: #ffd0e1;
4774
}
4775
.panel-info {
4776
  border-color: #aee8f1;
4777
}
4778
.panel-info > .panel-heading {
4779
  color: #34aadc;
4780
  background-color: #cceaf6;
4781
  border-color: #aee8f1;
4782
}
4783
.panel-info > .panel-heading + .panel-collapse .panel-body {
4784
  border-top-color: #aee8f1;
4785
}
4786
.panel-info > .panel-footer + .panel-collapse .panel-body {
4787
  border-bottom-color: #aee8f1;
4788
}
21555 kshitij.so 4789
.well {
21627 kshitij.so 4790
  min-height: 20px;
4791
  padding: 19px;
4792
  margin-bottom: 20px;
4793
  background-color: #f5f5f5;
4794
  border: 1px solid #e3e3e3;
4795
  border-radius: 4px;
4796
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4797
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4798
}
4799
.well blockquote {
4800
  border-color: #ddd;
4801
  border-color: rgba(0, 0, 0, 0.15);
4802
}
4803
.well-lg {
4804
  padding: 24px;
4805
  border-radius: 6px;
4806
}
4807
.well-sm {
4808
  padding: 9px;
4809
  border-radius: 3px;
4810
}
4811
.close {
4812
  float: right;
4813
  font-size: 21px;
4814
  font-weight: bold;
4815
  line-height: 1;
4816
  color: #000000;
4817
  text-shadow: 0 1px 0 #ffffff;
4818
  opacity: 0.2;
4819
  filter: alpha(opacity=20);
4820
}
4821
.close:hover,
4822
.close:focus {
4823
  color: #000000;
4824
  text-decoration: none;
4825
  cursor: pointer;
4826
  opacity: 0.5;
4827
  filter: alpha(opacity=50);
4828
}
4829
button.close {
4830
  padding: 0;
4831
  cursor: pointer;
4832
  background: transparent;
4833
  border: 0;
4834
  -webkit-appearance: none;
4835
}
4836
.modal-open {
4837
  overflow: hidden;
4838
}
4839
body.modal-open,
4840
.modal-open .navbar-fixed-top,
4841
.modal-open .navbar-fixed-bottom {
4842
  margin-right: 15px;
4843
}
4844
.modal {
4845
  display: none;
4846
  overflow: auto;
4847
  overflow-y: scroll;
4848
  position: fixed;
4849
  top: 0;
4850
  right: 0;
4851
  bottom: 0;
4852
  left: 0;
4853
  z-index: 1040;
4854
}
4855
.modal.fade .modal-dialog {
4856
  -webkit-transform: translate(0, -25%);
4857
  -ms-transform: translate(0, -25%);
4858
  transform: translate(0, -25%);
4859
  -webkit-transition: -webkit-transform 0.3s ease-out;
4860
  -moz-transition: -moz-transform 0.3s ease-out;
4861
  -o-transition: -o-transform 0.3s ease-out;
4862
  transition: transform 0.3s ease-out;
4863
}
4864
.modal.in .modal-dialog {
4865
  -webkit-transform: translate(0, 0);
4866
  -ms-transform: translate(0, 0);
4867
  transform: translate(0, 0);
4868
}
4869
.modal-dialog {
4870
  margin-left: auto;
4871
  margin-right: auto;
4872
  width: auto;
4873
  padding: 10px;
4874
  z-index: 1050;
4875
}
4876
.modal-content {
4877
  position: relative;
4878
  background-color: #ffffff;
4879
  border: 1px solid #999999;
4880
  border: 1px solid rgba(0, 0, 0, 0.2);
4881
  border-radius: 6px;
4882
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
4883
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
4884
  background-clip: padding-box;
4885
  outline: none;
4886
}
4887
.modal-backdrop {
4888
  position: fixed;
4889
  top: 0;
4890
  right: 0;
4891
  bottom: 0;
4892
  left: 0;
4893
  z-index: 1030;
4894
  background-color: #000000;
4895
}
4896
.modal-backdrop.fade {
4897
  opacity: 0;
4898
  filter: alpha(opacity=0);
4899
}
4900
.modal-backdrop.in {
4901
  opacity: 0.5;
4902
  filter: alpha(opacity=50);
4903
}
4904
.modal-header {
4905
  padding: 15px;
4906
  border-bottom: 1px solid #e5e5e5;
4907
  min-height: 16.428571429px;
4908
}
4909
.modal-header .close {
4910
  margin-top: -2px;
4911
}
4912
.modal-title {
4913
  margin: 0;
4914
  line-height: 1.428571429;
4915
}
4916
.modal-body {
4917
  position: relative;
4918
  padding: 20px;
4919
}
4920
.modal-footer {
4921
  margin-top: 15px;
4922
  padding: 19px 20px 20px;
4923
  text-align: right;
4924
  border-top: 1px solid #e5e5e5;
4925
}
4926
.modal-footer:before,
4927
.modal-footer:after {
4928
  content: " ";
4929
  /* 1 */
4930
 
4931
  display: table;
4932
  /* 2 */
4933
 
4934
}
4935
.modal-footer:after {
4936
  clear: both;
4937
}
4938
.modal-footer:before,
4939
.modal-footer:after {
4940
  content: " ";
4941
  /* 1 */
4942
 
4943
  display: table;
4944
  /* 2 */
4945
 
4946
}
4947
.modal-footer:after {
4948
  clear: both;
4949
}
4950
.modal-footer .btn + .btn {
4951
  margin-left: 5px;
4952
  margin-bottom: 0;
4953
}
4954
.modal-footer .btn-group .btn + .btn {
4955
  margin-left: -1px;
4956
}
4957
.modal-footer .btn-block + .btn-block {
4958
  margin-left: 0;
4959
}
4960
@media screen and (min-width: 768px) {
4961
  .modal-dialog {
4962
    left: 50%;
4963
    right: auto;
24064 amit.gupta 4964
    width: 700px;
21627 kshitij.so 4965
    padding-top: 30px;
4966
    padding-bottom: 30px;
4967
  }
4968
  .modal-content {
4969
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
4970
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
4971
  }
4972
}
4973
.tooltip {
4974
  position: absolute;
4975
  z-index: 1030;
4976
  display: block;
4977
  visibility: visible;
4978
  font-size: 12px;
4979
  line-height: 1.4;
4980
  opacity: 0;
4981
  filter: alpha(opacity=0);
4982
}
4983
.tooltip.in {
4984
  opacity: 0.9;
4985
  filter: alpha(opacity=90);
4986
}
4987
.tooltip.top {
4988
  margin-top: -3px;
4989
  padding: 5px 0;
4990
}
4991
.tooltip.right {
4992
  margin-left: 3px;
4993
  padding: 0 5px;
4994
}
4995
.tooltip.bottom {
4996
  margin-top: 3px;
4997
  padding: 5px 0;
4998
}
4999
.tooltip.left {
5000
  margin-left: -3px;
5001
  padding: 0 5px;
5002
}
5003
.tooltip-inner {
5004
  max-width: 200px;
5005
  padding: 3px 8px;
5006
  color: #ffffff;
5007
  text-align: center;
5008
  text-decoration: none;
5009
  background-color: #007aff;
5010
  border-radius: 4px;
5011
}
5012
.tooltip-arrow {
5013
  position: absolute;
5014
  width: 0;
5015
  height: 0;
5016
  border-color: transparent;
5017
  border-style: solid;
5018
}
5019
.tooltip.top .tooltip-arrow {
5020
  bottom: 0;
5021
  left: 50%;
5022
  margin-left: -5px;
5023
  border-width: 5px 5px 0;
5024
  border-top-color: #007aff;
5025
}
5026
.tooltip.top-left .tooltip-arrow {
5027
  bottom: 0;
5028
  left: 5px;
5029
  border-width: 5px 5px 0;
5030
  border-top-color: #007aff;
5031
}
5032
.tooltip.top-right .tooltip-arrow {
5033
  bottom: 0;
5034
  right: 5px;
5035
  border-width: 5px 5px 0;
5036
  border-top-color: #007aff;
5037
}
5038
.tooltip.right .tooltip-arrow {
5039
  top: 50%;
5040
  left: 0;
5041
  margin-top: -5px;
5042
  border-width: 5px 5px 5px 0;
5043
  border-right-color: #007aff;
5044
}
5045
.tooltip.left .tooltip-arrow {
5046
  top: 50%;
5047
  right: 0;
5048
  margin-top: -5px;
5049
  border-width: 5px 0 5px 5px;
5050
  border-left-color: #007aff;
5051
}
5052
.tooltip.bottom .tooltip-arrow {
5053
  top: 0;
5054
  left: 50%;
5055
  margin-left: -5px;
5056
  border-width: 0 5px 5px;
5057
  border-bottom-color: #007aff;
5058
}
5059
.tooltip.bottom-left .tooltip-arrow {
5060
  top: 0;
5061
  left: 5px;
5062
  border-width: 0 5px 5px;
5063
  border-bottom-color: #007aff;
5064
}
5065
.tooltip.bottom-right .tooltip-arrow {
5066
  top: 0;
5067
  right: 5px;
5068
  border-width: 0 5px 5px;
5069
  border-bottom-color: #007aff;
5070
}
5071
.popover {
5072
  position: absolute;
5073
  top: 0;
5074
  left: 0;
5075
  z-index: 1010;
5076
  display: none;
5077
  max-width: 276px;
5078
  padding: 1px;
5079
  text-align: left;
5080
  background-color: #ffffff;
5081
  background-clip: padding-box;
5082
  border: 1px solid #e5f2ff;
5083
  border: 1px solid #b3d7ff;
5084
  border-radius: 6px;
5085
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5086
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
5087
  white-space: normal;
5088
}
5089
.popover.top {
5090
  margin-top: -10px;
5091
}
5092
.popover.right {
5093
  margin-left: 10px;
5094
}
5095
.popover.bottom {
5096
  margin-top: 10px;
5097
}
5098
.popover.left {
5099
  margin-left: -10px;
5100
}
5101
.popover-title {
5102
  margin: 0;
5103
  padding: 8px 14px;
5104
  font-size: 14px;
5105
  font-weight: normal;
5106
  line-height: 18px;
5107
  background-color: #e5f2ff;
5108
  border-bottom: 1px solid #cce4ff;
5109
  border-radius: 5px 5px 0 0;
5110
}
5111
.popover-content {
5112
  padding: 9px 14px;
5113
}
5114
.popover .arrow,
5115
.popover .arrow:after {
5116
  position: absolute;
5117
  display: block;
5118
  width: 0;
5119
  height: 0;
5120
  border-color: transparent;
5121
  border-style: solid;
5122
}
5123
.popover .arrow {
5124
  border-width: 11px;
5125
}
5126
.popover .arrow:after {
5127
  border-width: 10px;
5128
  content: "";
5129
}
5130
.popover.top .arrow {
5131
  left: 50%;
5132
  margin-left: -11px;
5133
  border-bottom-width: 0;
5134
  border-top-color: #e5f2ff;
5135
  border-top-color: #b3d7ff;
5136
  bottom: -11px;
5137
}
5138
.popover.top .arrow:after {
5139
  content: " ";
5140
  bottom: 1px;
5141
  margin-left: -10px;
5142
  border-bottom-width: 0;
5143
  border-top-color: #ffffff;
5144
}
5145
.popover.right .arrow {
5146
  top: 50%;
5147
  left: -11px;
5148
  margin-top: -11px;
5149
  border-left-width: 0;
5150
  border-right-color: #e5f2ff;
5151
  border-right-color: #b3d7ff;
5152
}
5153
.popover.right .arrow:after {
5154
  content: " ";
5155
  left: 1px;
5156
  bottom: -10px;
5157
  border-left-width: 0;
5158
  border-right-color: #ffffff;
5159
}
5160
.popover.bottom .arrow {
5161
  left: 50%;
5162
  margin-left: -11px;
5163
  border-top-width: 0;
5164
  border-bottom-color: #e5f2ff;
5165
  border-bottom-color: #b3d7ff;
5166
  top: -11px;
5167
}
5168
.popover.bottom .arrow:after {
5169
  content: " ";
5170
  top: 1px;
5171
  margin-left: -10px;
5172
  border-top-width: 0;
5173
  border-bottom-color: #ffffff;
5174
}
5175
.popover.left .arrow {
5176
  top: 50%;
5177
  right: -11px;
5178
  margin-top: -11px;
5179
  border-right-width: 0;
5180
  border-left-color: #e5f2ff;
5181
  border-left-color: #b3d7ff;
5182
}
5183
.popover.left .arrow:after {
5184
  content: " ";
5185
  right: 1px;
5186
  border-right-width: 0;
5187
  border-left-color: #ffffff;
5188
  bottom: -10px;
5189
}
5190
.carousel {
5191
  position: relative;
5192
}
5193
.carousel-inner {
5194
  position: relative;
5195
  overflow: hidden;
5196
  width: 100%;
5197
}
5198
.carousel-inner > .item {
5199
  display: none;
5200
  position: relative;
5201
  -webkit-transition: 0.6s ease-in-out left;
5202
  transition: 0.6s ease-in-out left;
5203
}
5204
.carousel-inner > .item > img,
5205
.carousel-inner > .item > a > img {
5206
  display: block;
5207
  max-width: 100%;
5208
  height: auto;
5209
  line-height: 1;
5210
}
5211
.carousel-inner > .active,
5212
.carousel-inner > .next,
5213
.carousel-inner > .prev {
5214
  display: block;
5215
}
5216
.carousel-inner > .active {
5217
  left: 0;
5218
}
5219
.carousel-inner > .next,
5220
.carousel-inner > .prev {
5221
  position: absolute;
5222
  top: 0;
5223
  width: 100%;
5224
}
5225
.carousel-inner > .next {
5226
  left: 100%;
5227
}
5228
.carousel-inner > .prev {
5229
  left: -100%;
5230
}
5231
.carousel-inner > .next.left,
5232
.carousel-inner > .prev.right {
5233
  left: 0;
5234
}
5235
.carousel-inner > .active.left {
5236
  left: -100%;
5237
}
5238
.carousel-inner > .active.right {
5239
  left: 100%;
5240
}
5241
.carousel-control {
5242
  position: absolute;
5243
  top: 0;
5244
  left: 0;
5245
  bottom: 0;
5246
  width: 15%;
5247
  opacity: 0.5;
5248
  filter: alpha(opacity=50);
5249
  font-size: 20px;
5250
  color: #ffffff;
5251
  text-align: center;
5252
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5253
}
5254
.carousel-control.left {
5255
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
5256
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
5257
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
5258
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
21555 kshitij.so 5259
  background-repeat: repeat-x;
21627 kshitij.so 5260
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
21555 kshitij.so 5261
}
21627 kshitij.so 5262
.carousel-control.right {
5263
  left: auto;
5264
  right: 0;
5265
  background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
5266
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
5267
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5268
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
5269
  background-repeat: repeat-x;
5270
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
5271
}
5272
.carousel-control:hover,
5273
.carousel-control:focus {
5274
  color: #ffffff;
5275
  text-decoration: none;
5276
  opacity: 0.9;
5277
  filter: alpha(opacity=90);
5278
}
5279
.carousel-control .icon-prev,
5280
.carousel-control .icon-next,
5281
.carousel-control .glyphicon-chevron-left,
5282
.carousel-control .glyphicon-chevron-right {
5283
  position: absolute;
5284
  top: 50%;
5285
  left: 50%;
5286
  z-index: 5;
5287
  display: inline-block;
5288
}
5289
.carousel-control .icon-prev,
5290
.carousel-control .icon-next {
5291
  width: 20px;
5292
  height: 20px;
5293
  margin-top: -10px;
5294
  margin-left: -10px;
5295
  font-family: serif;
5296
}
5297
.carousel-control .icon-prev:before {
5298
  content: '\2039';
5299
}
5300
.carousel-control .icon-next:before {
5301
  content: '\203a';
5302
}
5303
.carousel-indicators {
5304
  position: absolute;
5305
  bottom: 10px;
5306
  left: 50%;
5307
  z-index: 15;
5308
  width: 60%;
5309
  margin-left: -30%;
5310
  padding-left: 0;
5311
  list-style: none;
5312
  text-align: center;
5313
}
5314
.carousel-indicators li {
5315
  display: inline-block;
5316
  width: 10px;
5317
  height: 10px;
5318
  margin: 1px;
5319
  text-indent: -999px;
5320
  border: 1px solid #ffffff;
5321
  border-radius: 10px;
5322
  cursor: pointer;
5323
}
5324
.carousel-indicators .active {
5325
  margin: 0;
5326
  width: 12px;
5327
  height: 12px;
5328
  background-color: #ffffff;
5329
}
5330
.carousel-caption {
5331
  position: absolute;
5332
  left: 15%;
5333
  right: 15%;
5334
  bottom: 20px;
5335
  z-index: 10;
5336
  padding-top: 20px;
5337
  padding-bottom: 20px;
5338
  color: #ffffff;
5339
  text-align: center;
5340
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
5341
}
5342
.carousel-caption .btn {
5343
  text-shadow: none;
5344
}
5345
@media screen and (min-width: 768px) {
5346
  .carousel-control .icon-prev,
5347
  .carousel-control .icon-next {
5348
    width: 30px;
5349
    height: 30px;
5350
    margin-top: -15px;
5351
    margin-left: -15px;
5352
    font-size: 30px;
5353
  }
5354
  .carousel-caption {
5355
    left: 20%;
5356
    right: 20%;
5357
    padding-bottom: 30px;
5358
  }
5359
  .carousel-indicators {
5360
    bottom: 20px;
5361
  }
5362
}
5363
.clearfix:before,
5364
.clearfix:after {
5365
  content: " ";
5366
  /* 1 */
5367
 
5368
  display: table;
5369
  /* 2 */
5370
 
5371
}
5372
.clearfix:after {
5373
  clear: both;
5374
}
5375
.pull-right {
5376
  float: right !important;
5377
}
5378
.pull-left {
5379
  float: left !important;
5380
}
5381
.hide {
5382
  display: none !important;
5383
}
5384
.show {
5385
  display: block !important;
5386
}
5387
.invisible {
5388
  visibility: hidden;
5389
}
5390
.text-hide {
5391
  font: 0/0 a;
5392
  color: transparent;
5393
  text-shadow: none;
5394
  background-color: transparent;
5395
  border: 0;
5396
}
5397
.affix {
5398
  position: fixed;
5399
}
5400
@-ms-viewport {
5401
  width: device-width;
5402
}
5403
@media screen and (max-width: 400px) {
5404
  @-ms-viewport {
5405
    width: 320px;
5406
  }
5407
}
5408
.hidden {
5409
  display: none !important;
5410
  visibility: hidden !important;
5411
}
5412
.visible-xs {
5413
  display: none !important;
5414
}
5415
tr.visible-xs {
5416
  display: none !important;
5417
}
5418
th.visible-xs,
5419
td.visible-xs {
5420
  display: none !important;
5421
}
5422
@media (max-width: 767px) {
5423
  .visible-xs {
5424
    display: block !important;
5425
  }
5426
  tr.visible-xs {
5427
    display: table-row !important;
5428
  }
5429
  th.visible-xs,
5430
  td.visible-xs {
5431
    display: table-cell !important;
5432
  }
5433
}
5434
@media (min-width: 768px) and (max-width: 991px) {
5435
  .visible-xs.visible-sm {
5436
    display: block !important;
5437
  }
5438
  tr.visible-xs.visible-sm {
5439
    display: table-row !important;
5440
  }
5441
  th.visible-xs.visible-sm,
5442
  td.visible-xs.visible-sm {
5443
    display: table-cell !important;
5444
  }
5445
}
5446
@media (min-width: 992px) and (max-width: 1199px) {
5447
  .visible-xs.visible-md {
5448
    display: block !important;
5449
  }
5450
  tr.visible-xs.visible-md {
5451
    display: table-row !important;
5452
  }
5453
  th.visible-xs.visible-md,
5454
  td.visible-xs.visible-md {
5455
    display: table-cell !important;
5456
  }
5457
}
5458
@media (min-width: 1200px) {
5459
  .visible-xs.visible-lg {
5460
    display: block !important;
5461
  }
5462
  tr.visible-xs.visible-lg {
5463
    display: table-row !important;
5464
  }
5465
  th.visible-xs.visible-lg,
5466
  td.visible-xs.visible-lg {
5467
    display: table-cell !important;
5468
  }
5469
}
5470
.visible-sm {
5471
  display: none !important;
5472
}
5473
tr.visible-sm {
5474
  display: none !important;
5475
}
5476
th.visible-sm,
5477
td.visible-sm {
5478
  display: none !important;
5479
}
5480
@media (max-width: 767px) {
5481
  .visible-sm.visible-xs {
5482
    display: block !important;
5483
  }
5484
  tr.visible-sm.visible-xs {
5485
    display: table-row !important;
5486
  }
5487
  th.visible-sm.visible-xs,
5488
  td.visible-sm.visible-xs {
5489
    display: table-cell !important;
5490
  }
5491
}
5492
@media (min-width: 768px) and (max-width: 991px) {
5493
  .visible-sm {
5494
    display: block !important;
5495
  }
5496
  tr.visible-sm {
5497
    display: table-row !important;
5498
  }
5499
  th.visible-sm,
5500
  td.visible-sm {
5501
    display: table-cell !important;
5502
  }
5503
}
5504
@media (min-width: 992px) and (max-width: 1199px) {
5505
  .visible-sm.visible-md {
5506
    display: block !important;
5507
  }
5508
  tr.visible-sm.visible-md {
5509
    display: table-row !important;
5510
  }
5511
  th.visible-sm.visible-md,
5512
  td.visible-sm.visible-md {
5513
    display: table-cell !important;
5514
  }
5515
}
5516
@media (min-width: 1200px) {
5517
  .visible-sm.visible-lg {
5518
    display: block !important;
5519
  }
5520
  tr.visible-sm.visible-lg {
5521
    display: table-row !important;
5522
  }
5523
  th.visible-sm.visible-lg,
5524
  td.visible-sm.visible-lg {
5525
    display: table-cell !important;
5526
  }
5527
}
5528
.visible-md {
5529
  display: none !important;
5530
}
5531
tr.visible-md {
5532
  display: none !important;
5533
}
5534
th.visible-md,
5535
td.visible-md {
5536
  display: none !important;
5537
}
5538
@media (max-width: 767px) {
5539
  .visible-md.visible-xs {
5540
    display: block !important;
5541
  }
5542
  tr.visible-md.visible-xs {
5543
    display: table-row !important;
5544
  }
5545
  th.visible-md.visible-xs,
5546
  td.visible-md.visible-xs {
5547
    display: table-cell !important;
5548
  }
5549
}
5550
@media (min-width: 768px) and (max-width: 991px) {
5551
  .visible-md.visible-sm {
5552
    display: block !important;
5553
  }
5554
  tr.visible-md.visible-sm {
5555
    display: table-row !important;
5556
  }
5557
  th.visible-md.visible-sm,
5558
  td.visible-md.visible-sm {
5559
    display: table-cell !important;
5560
  }
5561
}
5562
@media (min-width: 992px) and (max-width: 1199px) {
5563
  .visible-md {
5564
    display: block !important;
5565
  }
5566
  tr.visible-md {
5567
    display: table-row !important;
5568
  }
5569
  th.visible-md,
5570
  td.visible-md {
5571
    display: table-cell !important;
5572
  }
5573
}
5574
@media (min-width: 1200px) {
5575
  .visible-md.visible-lg {
5576
    display: block !important;
5577
  }
5578
  tr.visible-md.visible-lg {
5579
    display: table-row !important;
5580
  }
5581
  th.visible-md.visible-lg,
5582
  td.visible-md.visible-lg {
5583
    display: table-cell !important;
5584
  }
5585
}
5586
.visible-lg {
5587
  display: none !important;
5588
}
5589
tr.visible-lg {
5590
  display: none !important;
5591
}
5592
th.visible-lg,
5593
td.visible-lg {
5594
  display: none !important;
5595
}
5596
@media (max-width: 767px) {
5597
  .visible-lg.visible-xs {
5598
    display: block !important;
5599
  }
5600
  tr.visible-lg.visible-xs {
5601
    display: table-row !important;
5602
  }
5603
  th.visible-lg.visible-xs,
5604
  td.visible-lg.visible-xs {
5605
    display: table-cell !important;
5606
  }
5607
}
5608
@media (min-width: 768px) and (max-width: 991px) {
5609
  .visible-lg.visible-sm {
5610
    display: block !important;
5611
  }
5612
  tr.visible-lg.visible-sm {
5613
    display: table-row !important;
5614
  }
5615
  th.visible-lg.visible-sm,
5616
  td.visible-lg.visible-sm {
5617
    display: table-cell !important;
5618
  }
5619
}
5620
@media (min-width: 992px) and (max-width: 1199px) {
5621
  .visible-lg.visible-md {
5622
    display: block !important;
5623
  }
5624
  tr.visible-lg.visible-md {
5625
    display: table-row !important;
5626
  }
5627
  th.visible-lg.visible-md,
5628
  td.visible-lg.visible-md {
5629
    display: table-cell !important;
5630
  }
5631
}
5632
@media (min-width: 1200px) {
5633
  .visible-lg {
5634
    display: block !important;
5635
  }
5636
  tr.visible-lg {
5637
    display: table-row !important;
5638
  }
5639
  th.visible-lg,
5640
  td.visible-lg {
5641
    display: table-cell !important;
5642
  }
5643
}
5644
.hidden-xs {
5645
  display: block !important;
5646
}
5647
tr.hidden-xs {
5648
  display: table-row !important;
5649
}
5650
th.hidden-xs,
5651
td.hidden-xs {
5652
  display: table-cell !important;
5653
}
5654
@media (max-width: 767px) {
5655
  .hidden-xs {
5656
    display: none !important;
5657
  }
5658
  tr.hidden-xs {
5659
    display: none !important;
5660
  }
5661
  th.hidden-xs,
5662
  td.hidden-xs {
5663
    display: none !important;
5664
  }
5665
}
5666
@media (min-width: 768px) and (max-width: 991px) {
5667
  .hidden-xs.hidden-sm {
5668
    display: none !important;
5669
  }
5670
  tr.hidden-xs.hidden-sm {
5671
    display: none !important;
5672
  }
5673
  th.hidden-xs.hidden-sm,
5674
  td.hidden-xs.hidden-sm {
5675
    display: none !important;
5676
  }
5677
}
5678
@media (min-width: 992px) and (max-width: 1199px) {
5679
  .hidden-xs.hidden-md {
5680
    display: none !important;
5681
  }
5682
  tr.hidden-xs.hidden-md {
5683
    display: none !important;
5684
  }
5685
  th.hidden-xs.hidden-md,
5686
  td.hidden-xs.hidden-md {
5687
    display: none !important;
5688
  }
5689
}
5690
@media (min-width: 1200px) {
5691
  .hidden-xs.hidden-lg {
5692
    display: none !important;
5693
  }
5694
  tr.hidden-xs.hidden-lg {
5695
    display: none !important;
5696
  }
5697
  th.hidden-xs.hidden-lg,
5698
  td.hidden-xs.hidden-lg {
5699
    display: none !important;
5700
  }
5701
}
5702
.hidden-sm {
5703
  display: block !important;
5704
}
5705
tr.hidden-sm {
5706
  display: table-row !important;
5707
}
5708
th.hidden-sm,
5709
td.hidden-sm {
5710
  display: table-cell !important;
5711
}
5712
@media (max-width: 767px) {
5713
  .hidden-sm.hidden-xs {
5714
    display: none !important;
5715
  }
5716
  tr.hidden-sm.hidden-xs {
5717
    display: none !important;
5718
  }
5719
  th.hidden-sm.hidden-xs,
5720
  td.hidden-sm.hidden-xs {
5721
    display: none !important;
5722
  }
5723
}
5724
@media (min-width: 768px) and (max-width: 991px) {
5725
  .hidden-sm {
5726
    display: none !important;
5727
  }
5728
  tr.hidden-sm {
5729
    display: none !important;
5730
  }
5731
  th.hidden-sm,
5732
  td.hidden-sm {
5733
    display: none !important;
5734
  }
5735
}
5736
@media (min-width: 992px) and (max-width: 1199px) {
5737
  .hidden-sm.hidden-md {
5738
    display: none !important;
5739
  }
5740
  tr.hidden-sm.hidden-md {
5741
    display: none !important;
5742
  }
5743
  th.hidden-sm.hidden-md,
5744
  td.hidden-sm.hidden-md {
5745
    display: none !important;
5746
  }
5747
}
5748
@media (min-width: 1200px) {
5749
  .hidden-sm.hidden-lg {
5750
    display: none !important;
5751
  }
5752
  tr.hidden-sm.hidden-lg {
5753
    display: none !important;
5754
  }
5755
  th.hidden-sm.hidden-lg,
5756
  td.hidden-sm.hidden-lg {
5757
    display: none !important;
5758
  }
5759
}
5760
.hidden-md {
5761
  display: block !important;
5762
}
5763
tr.hidden-md {
5764
  display: table-row !important;
5765
}
5766
th.hidden-md,
5767
td.hidden-md {
5768
  display: table-cell !important;
5769
}
5770
@media (max-width: 767px) {
5771
  .hidden-md.hidden-xs {
5772
    display: none !important;
5773
  }
5774
  tr.hidden-md.hidden-xs {
5775
    display: none !important;
5776
  }
5777
  th.hidden-md.hidden-xs,
5778
  td.hidden-md.hidden-xs {
5779
    display: none !important;
5780
  }
5781
}
5782
@media (min-width: 768px) and (max-width: 991px) {
5783
  .hidden-md.hidden-sm {
5784
    display: none !important;
5785
  }
5786
  tr.hidden-md.hidden-sm {
5787
    display: none !important;
5788
  }
5789
  th.hidden-md.hidden-sm,
5790
  td.hidden-md.hidden-sm {
5791
    display: none !important;
5792
  }
5793
}
5794
@media (min-width: 992px) and (max-width: 1199px) {
5795
  .hidden-md {
5796
    display: none !important;
5797
  }
5798
  tr.hidden-md {
5799
    display: none !important;
5800
  }
5801
  th.hidden-md,
5802
  td.hidden-md {
5803
    display: none !important;
5804
  }
5805
}
5806
@media (min-width: 1200px) {
5807
  .hidden-md.hidden-lg {
5808
    display: none !important;
5809
  }
5810
  tr.hidden-md.hidden-lg {
5811
    display: none !important;
5812
  }
5813
  th.hidden-md.hidden-lg,
5814
  td.hidden-md.hidden-lg {
5815
    display: none !important;
5816
  }
5817
}
5818
.hidden-lg {
5819
  display: block !important;
5820
}
5821
tr.hidden-lg {
5822
  display: table-row !important;
5823
}
5824
th.hidden-lg,
5825
td.hidden-lg {
5826
  display: table-cell !important;
5827
}
5828
@media (max-width: 767px) {
5829
  .hidden-lg.hidden-xs {
5830
    display: none !important;
5831
  }
5832
  tr.hidden-lg.hidden-xs {
5833
    display: none !important;
5834
  }
5835
  th.hidden-lg.hidden-xs,
5836
  td.hidden-lg.hidden-xs {
5837
    display: none !important;
5838
  }
5839
}
5840
@media (min-width: 768px) and (max-width: 991px) {
5841
  .hidden-lg.hidden-sm {
5842
    display: none !important;
5843
  }
5844
  tr.hidden-lg.hidden-sm {
5845
    display: none !important;
5846
  }
5847
  th.hidden-lg.hidden-sm,
5848
  td.hidden-lg.hidden-sm {
5849
    display: none !important;
5850
  }
5851
}
5852
@media (min-width: 992px) and (max-width: 1199px) {
5853
  .hidden-lg.hidden-md {
5854
    display: none !important;
5855
  }
5856
  tr.hidden-lg.hidden-md {
5857
    display: none !important;
5858
  }
5859
  th.hidden-lg.hidden-md,
5860
  td.hidden-lg.hidden-md {
5861
    display: none !important;
5862
  }
5863
}
5864
@media (min-width: 1200px) {
5865
  .hidden-lg {
5866
    display: none !important;
5867
  }
5868
  tr.hidden-lg {
5869
    display: none !important;
5870
  }
5871
  th.hidden-lg,
5872
  td.hidden-lg {
5873
    display: none !important;
5874
  }
5875
}
5876
.visible-print {
5877
  display: none !important;
5878
}
5879
tr.visible-print {
5880
  display: none !important;
5881
}
5882
th.visible-print,
5883
td.visible-print {
5884
  display: none !important;
5885
}
5886
@media print {
5887
  .visible-print {
5888
    display: block !important;
5889
  }
5890
  tr.visible-print {
5891
    display: table-row !important;
5892
  }
5893
  th.visible-print,
5894
  td.visible-print {
5895
    display: table-cell !important;
5896
  }
5897
  .hidden-print {
5898
    display: none !important;
5899
  }
5900
  tr.hidden-print {
5901
    display: none !important;
5902
  }
5903
  th.hidden-print,
5904
  td.hidden-print {
5905
    display: none !important;
5906
  }
5907
}