Subversion Repositories SmartDukaan

Rev

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