pulse_meter-dygraphs_visualizer 0.4.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. data/.gitignore +19 -0
  2. data/.rbenv-version +1 -0
  3. data/.rspec +1 -0
  4. data/.rvmrc +1 -0
  5. data/.travis.yml +9 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE +22 -0
  8. data/Procfile +3 -0
  9. data/README.md +40 -0
  10. data/Rakefile +54 -0
  11. data/examples/basic.ru +125 -0
  12. data/examples/basic_sensor_data.rb +97 -0
  13. data/lib/pulse_meter/dygraphs_visualize/app.rb +78 -0
  14. data/lib/pulse_meter/dygraphs_visualize/base.rb +15 -0
  15. data/lib/pulse_meter/dygraphs_visualize/coffee/application.coffee +37 -0
  16. data/lib/pulse_meter/dygraphs_visualize/coffee/collections/page_info_list.coffee +17 -0
  17. data/lib/pulse_meter/dygraphs_visualize/coffee/collections/sensor_info_list.coffee +4 -0
  18. data/lib/pulse_meter/dygraphs_visualize/coffee/collections/widget_list.coffee +14 -0
  19. data/lib/pulse_meter/dygraphs_visualize/coffee/extensions.coffee +26 -0
  20. data/lib/pulse_meter/dygraphs_visualize/coffee/models/dinamic_widget.coffee +34 -0
  21. data/lib/pulse_meter/dygraphs_visualize/coffee/models/page_info.coffee +2 -0
  22. data/lib/pulse_meter/dygraphs_visualize/coffee/models/sensor_info.coffee +2 -0
  23. data/lib/pulse_meter/dygraphs_visualize/coffee/models/widget.coffee +63 -0
  24. data/lib/pulse_meter/dygraphs_visualize/coffee/presenters/line.coffee +1 -0
  25. data/lib/pulse_meter/dygraphs_visualize/coffee/presenters/series.coffee +26 -0
  26. data/lib/pulse_meter/dygraphs_visualize/coffee/presenters/stack.coffee +1 -0
  27. data/lib/pulse_meter/dygraphs_visualize/coffee/presenters/timeline.coffee +13 -0
  28. data/lib/pulse_meter/dygraphs_visualize/coffee/presenters/widget.coffee +48 -0
  29. data/lib/pulse_meter/dygraphs_visualize/coffee/router.coffee +21 -0
  30. data/lib/pulse_meter/dygraphs_visualize/coffee/views/dynamic_chart.coffee +92 -0
  31. data/lib/pulse_meter/dygraphs_visualize/coffee/views/dynamic_widget.coffee +58 -0
  32. data/lib/pulse_meter/dygraphs_visualize/coffee/views/page_title.coffee +17 -0
  33. data/lib/pulse_meter/dygraphs_visualize/coffee/views/page_titles.coffee +15 -0
  34. data/lib/pulse_meter/dygraphs_visualize/coffee/views/sensor_info_list.coffee +19 -0
  35. data/lib/pulse_meter/dygraphs_visualize/coffee/views/widget.coffee +91 -0
  36. data/lib/pulse_meter/dygraphs_visualize/coffee/views/widget_chart.coffee +15 -0
  37. data/lib/pulse_meter/dygraphs_visualize/coffee/views/widget_list.coffee +15 -0
  38. data/lib/pulse_meter/dygraphs_visualize/dsl/base.rb +131 -0
  39. data/lib/pulse_meter/dygraphs_visualize/dsl/errors.rb +40 -0
  40. data/lib/pulse_meter/dygraphs_visualize/dsl/layout.rb +27 -0
  41. data/lib/pulse_meter/dygraphs_visualize/dsl/page.rb +26 -0
  42. data/lib/pulse_meter/dygraphs_visualize/dsl/sensor.rb +20 -0
  43. data/lib/pulse_meter/dygraphs_visualize/dsl/widget.rb +37 -0
  44. data/lib/pulse_meter/dygraphs_visualize/dsl/widgets/line.rb +22 -0
  45. data/lib/pulse_meter/dygraphs_visualize/dsl/widgets/stack.rb +29 -0
  46. data/lib/pulse_meter/dygraphs_visualize/layout.rb +79 -0
  47. data/lib/pulse_meter/dygraphs_visualize/page.rb +25 -0
  48. data/lib/pulse_meter/dygraphs_visualize/public/css/application.css +61 -0
  49. data/lib/pulse_meter/dygraphs_visualize/public/css/bootstrap.css +4883 -0
  50. data/lib/pulse_meter/dygraphs_visualize/public/css/bootstrap.min.css +729 -0
  51. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  52. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  53. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  54. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  55. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  56. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_glass_75_ffffff_1x400.png +0 -0
  57. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  58. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-bg_inset-soft_95_fef1ec_1x100.png +0 -0
  59. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_222222_256x240.png +0 -0
  60. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_2e83ff_256x240.png +0 -0
  61. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_454545_256x240.png +0 -0
  62. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_888888_256x240.png +0 -0
  63. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_cd0a0a_256x240.png +0 -0
  64. data/lib/pulse_meter/dygraphs_visualize/public/css/images/ui-icons_f6cf3b_256x240.png +0 -0
  65. data/lib/pulse_meter/dygraphs_visualize/public/css/jquery-ui-1.8.16.bootstrap.css +1320 -0
  66. data/lib/pulse_meter/dygraphs_visualize/public/favicon.ico +208 -0
  67. data/lib/pulse_meter/dygraphs_visualize/public/img/glyphicons-halflings-white.png +0 -0
  68. data/lib/pulse_meter/dygraphs_visualize/public/img/glyphicons-halflings.png +0 -0
  69. data/lib/pulse_meter/dygraphs_visualize/public/js/application.js +833 -0
  70. data/lib/pulse_meter/dygraphs_visualize/public/js/backbone-min.js +38 -0
  71. data/lib/pulse_meter/dygraphs_visualize/public/js/bootstrap.js +1835 -0
  72. data/lib/pulse_meter/dygraphs_visualize/public/js/dygraph-combined.js +2 -0
  73. data/lib/pulse_meter/dygraphs_visualize/public/js/jquery-1.7.2.min.js +4 -0
  74. data/lib/pulse_meter/dygraphs_visualize/public/js/jquery-ui-1.8.16.bootstrap.min.js +791 -0
  75. data/lib/pulse_meter/dygraphs_visualize/public/js/jquery-ui-1.8.23.custom.min.js +21 -0
  76. data/lib/pulse_meter/dygraphs_visualize/public/js/jquery-ui-timepicker-addon.js +1687 -0
  77. data/lib/pulse_meter/dygraphs_visualize/public/js/json2.js +487 -0
  78. data/lib/pulse_meter/dygraphs_visualize/public/js/underscore-min.js +32 -0
  79. data/lib/pulse_meter/dygraphs_visualize/sensor.rb +63 -0
  80. data/lib/pulse_meter/dygraphs_visualize/series_color.rb +39 -0
  81. data/lib/pulse_meter/dygraphs_visualize/series_extractor.rb +107 -0
  82. data/lib/pulse_meter/dygraphs_visualize/views/main.haml +30 -0
  83. data/lib/pulse_meter/dygraphs_visualize/views/sensors.haml +75 -0
  84. data/lib/pulse_meter/dygraphs_visualize/views/widgets/extend_options.haml +11 -0
  85. data/lib/pulse_meter/dygraphs_visualize/views/widgets/line.haml +43 -0
  86. data/lib/pulse_meter/dygraphs_visualize/views/widgets/stack.haml +43 -0
  87. data/lib/pulse_meter/dygraphs_visualize/widget.rb +38 -0
  88. data/lib/pulse_meter/dygraphs_visualize/widgets/timeline.rb +107 -0
  89. data/lib/pulse_meter/dygraphs_visualizer.rb +34 -0
  90. data/lib/pulse_meter_dygraphs_visualizer.rb +2 -0
  91. data/pulse_meter-dygraphs_visualizer.gemspec +41 -0
  92. data/spec/pulse_meter/dygraphs_visualize/app_spec.rb +27 -0
  93. data/spec/pulse_meter/dygraphs_visualize/dsl/layout_spec.rb +64 -0
  94. data/spec/pulse_meter/dygraphs_visualize/dsl/page_spec.rb +62 -0
  95. data/spec/pulse_meter/dygraphs_visualize/dsl/sensor_spec.rb +30 -0
  96. data/spec/pulse_meter/dygraphs_visualize/dsl/widget_spec.rb +6 -0
  97. data/spec/pulse_meter/dygraphs_visualize/dsl/widgets/line_spec.rb +44 -0
  98. data/spec/pulse_meter/dygraphs_visualize/dsl/widgets/stack_spec.rb +55 -0
  99. data/spec/pulse_meter/dygraphs_visualize/layout_spec.rb +54 -0
  100. data/spec/pulse_meter/dygraphs_visualize/page_spec.rb +145 -0
  101. data/spec/pulse_meter/dygraphs_visualize/sensor_spec.rb +120 -0
  102. data/spec/pulse_meter/dygraphs_visualize/series_extractor_spec.rb +80 -0
  103. data/spec/pulse_meter/dygraphs_visualize/widgets/line_spec.rb +6 -0
  104. data/spec/pulse_meter/dygraphs_visualize/widgets/stack_spec.rb +6 -0
  105. data/spec/pulse_meter/dygraphs_visualizer_spec.rb +42 -0
  106. data/spec/shared_examples/dsl_widget.rb +106 -0
  107. data/spec/shared_examples/widget.rb +97 -0
  108. data/spec/spec_helper.rb +36 -0
  109. metadata +497 -0
@@ -0,0 +1,20 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ module DSL
4
+ class Sensor < Base
5
+
6
+ self.data_class = PulseMeter::DygraphsVisualize::Sensor
7
+
8
+ def initialize(name)
9
+ super()
10
+ self.name(name)
11
+ end
12
+
13
+ string_setter :color
14
+ string_setter :name
15
+ end
16
+ end
17
+ end
18
+ end
19
+
20
+
@@ -0,0 +1,37 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ module DSL
4
+ class Widget < Base
5
+ MAX_WIDTH = 12
6
+
7
+ self.data_class = PulseMeter::DygraphsVisualize::Widget
8
+
9
+ def initialize(title)
10
+ super()
11
+ self.title(title)
12
+ self.width(MAX_WIDTH)
13
+ end
14
+
15
+ hash_extender :dygraphs_options
16
+
17
+ string_setter :title
18
+
19
+ int_setter :redraw_interval do |int|
20
+ raise BadWidgetRedrawInterval, int unless int > 0
21
+ end
22
+
23
+ int_setter :width do |w|
24
+ raise BadWidgetWidth, w unless w > 0 && w <= MAX_WIDTH
25
+ end
26
+
27
+ dsl_array_extender :sensors, :sensor, PulseMeter::DygraphsVisualize::DSL::Sensor
28
+
29
+ def method_missing(name, value)
30
+ dygraphs_options(name => value)
31
+ end
32
+
33
+ end
34
+ end
35
+ end
36
+ end
37
+
@@ -0,0 +1,22 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ module DSL
4
+ module Widgets
5
+ class Line < PulseMeter::DygraphsVisualize::DSL::Widget
6
+
7
+ self.data_class = PulseMeter::DygraphsVisualize::Widgets::Line
8
+
9
+ string_setter :values_label
10
+ bool_setter :show_last_point
11
+
12
+ int_setter :timespan do |ts|
13
+ raise BadWidgetTimeSpan, ts unless ts > 0
14
+ end
15
+
16
+ end
17
+ end
18
+ end
19
+ end
20
+ end
21
+
22
+
@@ -0,0 +1,29 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ module DSL
4
+ module Widgets
5
+ class Stack < PulseMeter::DygraphsVisualize::DSL::Widget
6
+ def initialize(*args)
7
+ super
8
+ dygraphs_options({
9
+ stacked_graph: true,
10
+ stacked_graph_na_n_fill: 'inside'
11
+ })
12
+ end
13
+
14
+ self.data_class = PulseMeter::DygraphsVisualize::Widgets::Stack
15
+
16
+ string_setter :values_label
17
+ bool_setter :show_last_point
18
+
19
+ int_setter :timespan do |ts|
20
+ raise BadWidgetTimeSpan, ts unless ts > 0
21
+ end
22
+
23
+ end
24
+ end
25
+ end
26
+ end
27
+ end
28
+
29
+
@@ -0,0 +1,79 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ class Layout < Base
4
+ include PulseMeter::Mixins::Utils
5
+
6
+ def initialize(opts)
7
+ super
8
+ @opts[:pages] ||= []
9
+ @opts[:dygraphs_options] ||= {}
10
+ end
11
+
12
+ def to_app
13
+ PulseMeter::DygraphsVisualize::App.new(self)
14
+ end
15
+
16
+ def page_infos
17
+ res = []
18
+ pages.each_with_index do |p, i|
19
+ res << {
20
+ id: i + 1,
21
+ title: p.title,
22
+ dygraphs_options: p.dygraphs_options
23
+ }
24
+ end
25
+ res
26
+ end
27
+
28
+ def options
29
+ {
30
+ use_utc: use_utc,
31
+ dygraphs_options: dygraphs_options
32
+ }
33
+ end
34
+
35
+ def widget(page_id, widget_id, opts = {})
36
+ pages[page_id].widget_data(widget_id, opts)
37
+ end
38
+
39
+ def widgets(page_id)
40
+ pages[page_id].widget_datas
41
+ end
42
+
43
+ def sensor_list
44
+ PulseMeter::Sensor::Base
45
+ .list_objects
46
+ .select{|s| s.is_a?(PulseMeter::Sensor::Timeline)}
47
+ .map do |s|
48
+ {
49
+ id: s.name,
50
+ annotation: s.annotation || '',
51
+ type: s.class.to_s.split('::').last,
52
+ interval: s.interval
53
+ }
54
+ end
55
+ end
56
+
57
+ DEFAULT_TIMESPAN_IN_INTERVALS = 50
58
+
59
+ def dynamic_widget(args)
60
+ sensor_names = args.delete(:sensors)
61
+ sensors = sensor_names.map{|n| PulseMeter::Sensor::Base.restore(n)}
62
+ timespan = if args[:timespan] && args[:timespan] > 0
63
+ args[:timespan].to_i
64
+ else
65
+ sensors.first.interval * DEFAULT_TIMESPAN_IN_INTERVALS
66
+ end
67
+
68
+ type = args.delete(:type)
69
+ widget_dsl_class = constantize("PulseMeter::DygraphsVisualize::DSL::Widgets::#{type.capitalize}")
70
+ widget = widget_dsl_class.new('Dynamic Widget')
71
+ widget.timespan(timespan)
72
+ sensor_names.each{|n| widget.sensor(n)}
73
+
74
+ widget.to_data.data(args.merge(id: 1, timespan: timespan))
75
+ end
76
+
77
+ end
78
+ end
79
+ end
@@ -0,0 +1,25 @@
1
+ module PulseMeter
2
+ module DygraphsVisualize
3
+ class Page < Base
4
+ def initialize(opts)
5
+ super
6
+ @opts[:widgets] ||= []
7
+ @opts[:dygraphs_options] ||= {}
8
+ end
9
+
10
+ def widget_data(widget_id, opts = {})
11
+ widgets[widget_id].data(opts).merge(id: widget_id + 1)
12
+ end
13
+
14
+ def widget_datas
15
+ res = []
16
+ widgets.each_with_index do |w, i|
17
+ res << w.data.merge(id: i + 1)
18
+ end
19
+ res
20
+ end
21
+
22
+ end
23
+ end
24
+ end
25
+
@@ -0,0 +1,61 @@
1
+ #main {
2
+ margin-top: 50px;
3
+ }
4
+
5
+ #plotarea{
6
+
7
+ }
8
+
9
+ #chart-controls{
10
+ margin-bottom: 50px;
11
+ }
12
+
13
+ #dynamic-chart-controls{
14
+ margin-top: 20px;
15
+ }
16
+
17
+ #dynamic-chart-controls .form-inline{
18
+ margin-top: 10px;
19
+ }
20
+
21
+ #chart-controls {
22
+ margin-top: 10px;
23
+ }
24
+
25
+ #chart-controls .space{
26
+ padding-left: 10px;
27
+ }
28
+
29
+ .footer{
30
+ margin-top: 100px;
31
+ text-align: center;
32
+ }
33
+
34
+ #dynamic-plotarea {
35
+ margin-left: 10px;
36
+ }
37
+
38
+ #errors {
39
+ margin-left: 10px;
40
+ }
41
+
42
+ .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
43
+ .ui-timepicker-div dl { text-align: left; }
44
+ .ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
45
+ .ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
46
+ .ui-timepicker-div td { font-size: 90%; }
47
+ .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
48
+
49
+ .modal-body hr {
50
+ margin-top: 0px;
51
+ margin-bottom: 4px;
52
+ }
53
+
54
+ select#extend-timespan-val {
55
+ display: inline;
56
+ }
57
+
58
+ #widgets [class*="span"] {
59
+ margin-left: 0;
60
+ }
61
+
@@ -0,0 +1,4883 @@
1
+ /*!
2
+ * Bootstrap v2.0.3
3
+ *
4
+ * Copyright 2012 Twitter, Inc
5
+ * Licensed under the Apache License v2.0
6
+ * http://www.apache.org/licenses/LICENSE-2.0
7
+ *
8
+ * Designed and built with all the love in the world @twitter by @mdo and @fat.
9
+ */
10
+ .clearfix {
11
+ *zoom: 1;
12
+ }
13
+ .clearfix:before,
14
+ .clearfix:after {
15
+ display: table;
16
+ content: "";
17
+ }
18
+ .clearfix:after {
19
+ clear: both;
20
+ }
21
+ .hide-text {
22
+ font: 0/0 a;
23
+ color: transparent;
24
+ text-shadow: none;
25
+ background-color: transparent;
26
+ border: 0;
27
+ }
28
+ .input-block-level {
29
+ display: block;
30
+ width: 100%;
31
+ min-height: 28px;
32
+ -webkit-box-sizing: border-box;
33
+ -moz-box-sizing: border-box;
34
+ -ms-box-sizing: border-box;
35
+ box-sizing: border-box;
36
+ }
37
+ article,
38
+ aside,
39
+ details,
40
+ figcaption,
41
+ figure,
42
+ footer,
43
+ header,
44
+ hgroup,
45
+ nav,
46
+ section {
47
+ display: block;
48
+ }
49
+ audio,
50
+ canvas,
51
+ video {
52
+ display: inline-block;
53
+ *display: inline;
54
+ *zoom: 1;
55
+ }
56
+ audio:not([controls]) {
57
+ display: none;
58
+ }
59
+ html {
60
+ font-size: 100%;
61
+ -webkit-text-size-adjust: 100%;
62
+ -ms-text-size-adjust: 100%;
63
+ }
64
+ a:focus {
65
+ outline: thin dotted #333;
66
+ outline: 5px auto -webkit-focus-ring-color;
67
+ outline-offset: -2px;
68
+ }
69
+ a:hover,
70
+ a:active {
71
+ outline: 0;
72
+ }
73
+ sub,
74
+ sup {
75
+ position: relative;
76
+ font-size: 75%;
77
+ line-height: 0;
78
+ vertical-align: baseline;
79
+ }
80
+ sup {
81
+ top: -0.5em;
82
+ }
83
+ sub {
84
+ bottom: -0.25em;
85
+ }
86
+ img {
87
+ max-width: 100%;
88
+ vertical-align: middle;
89
+ border: 0;
90
+ -ms-interpolation-mode: bicubic;
91
+ }
92
+ button,
93
+ input,
94
+ select,
95
+ textarea {
96
+ margin: 0;
97
+ font-size: 100%;
98
+ vertical-align: middle;
99
+ }
100
+ button,
101
+ input {
102
+ *overflow: visible;
103
+ line-height: normal;
104
+ }
105
+ button::-moz-focus-inner,
106
+ input::-moz-focus-inner {
107
+ padding: 0;
108
+ border: 0;
109
+ }
110
+ button,
111
+ input[type="button"],
112
+ input[type="reset"],
113
+ input[type="submit"] {
114
+ cursor: pointer;
115
+ -webkit-appearance: button;
116
+ }
117
+ input[type="search"] {
118
+ -webkit-box-sizing: content-box;
119
+ -moz-box-sizing: content-box;
120
+ box-sizing: content-box;
121
+ -webkit-appearance: textfield;
122
+ }
123
+ input[type="search"]::-webkit-search-decoration,
124
+ input[type="search"]::-webkit-search-cancel-button {
125
+ -webkit-appearance: none;
126
+ }
127
+ textarea {
128
+ overflow: auto;
129
+ vertical-align: top;
130
+ }
131
+ body {
132
+ margin: 0;
133
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
134
+ font-size: 13px;
135
+ line-height: 18px;
136
+ color: #333333;
137
+ background-color: #ffffff;
138
+ }
139
+ a {
140
+ color: #0088cc;
141
+ text-decoration: none;
142
+ }
143
+ a:hover {
144
+ color: #005580;
145
+ text-decoration: underline;
146
+ }
147
+ .row {
148
+ margin-left: -20px;
149
+ *zoom: 1;
150
+ }
151
+ .row:before,
152
+ .row:after {
153
+ display: table;
154
+ content: "";
155
+ }
156
+ .row:after {
157
+ clear: both;
158
+ }
159
+ [class*="span"] {
160
+ float: left;
161
+ margin-left: 20px;
162
+ }
163
+ .container,
164
+ .navbar-fixed-top .container,
165
+ .navbar-fixed-bottom .container {
166
+ width: 940px;
167
+ }
168
+ .span12 {
169
+ width: 940px;
170
+ }
171
+ .span11 {
172
+ width: 860px;
173
+ }
174
+ .span10 {
175
+ width: 780px;
176
+ }
177
+ .span9 {
178
+ width: 700px;
179
+ }
180
+ .span8 {
181
+ width: 620px;
182
+ }
183
+ .span7 {
184
+ width: 540px;
185
+ }
186
+ .span6 {
187
+ width: 460px;
188
+ }
189
+ .span5 {
190
+ width: 380px;
191
+ }
192
+ .span4 {
193
+ width: 300px;
194
+ }
195
+ .span3 {
196
+ width: 220px;
197
+ }
198
+ .span2 {
199
+ width: 140px;
200
+ }
201
+ .span1 {
202
+ width: 60px;
203
+ }
204
+ .offset12 {
205
+ margin-left: 980px;
206
+ }
207
+ .offset11 {
208
+ margin-left: 900px;
209
+ }
210
+ .offset10 {
211
+ margin-left: 820px;
212
+ }
213
+ .offset9 {
214
+ margin-left: 740px;
215
+ }
216
+ .offset8 {
217
+ margin-left: 660px;
218
+ }
219
+ .offset7 {
220
+ margin-left: 580px;
221
+ }
222
+ .offset6 {
223
+ margin-left: 500px;
224
+ }
225
+ .offset5 {
226
+ margin-left: 420px;
227
+ }
228
+ .offset4 {
229
+ margin-left: 340px;
230
+ }
231
+ .offset3 {
232
+ margin-left: 260px;
233
+ }
234
+ .offset2 {
235
+ margin-left: 180px;
236
+ }
237
+ .offset1 {
238
+ margin-left: 100px;
239
+ }
240
+ .row-fluid {
241
+ width: 100%;
242
+ *zoom: 1;
243
+ }
244
+ .row-fluid:before,
245
+ .row-fluid:after {
246
+ display: table;
247
+ content: "";
248
+ }
249
+ .row-fluid:after {
250
+ clear: both;
251
+ }
252
+ .row-fluid [class*="span"] {
253
+ display: block;
254
+ width: 100%;
255
+ min-height: 28px;
256
+ -webkit-box-sizing: border-box;
257
+ -moz-box-sizing: border-box;
258
+ -ms-box-sizing: border-box;
259
+ box-sizing: border-box;
260
+ float: left;
261
+ margin-left: 2.127659574%;
262
+ *margin-left: 2.0744680846382977%;
263
+ }
264
+ .row-fluid [class*="span"]:first-child {
265
+ margin-left: 0;
266
+ }
267
+ .row-fluid .span12 {
268
+ width: 99.99999998999999%;
269
+ *width: 99.94680850063828%;
270
+ }
271
+ .row-fluid .span11 {
272
+ width: 91.489361693%;
273
+ *width: 91.4361702036383%;
274
+ }
275
+ .row-fluid .span10 {
276
+ width: 82.97872339599999%;
277
+ *width: 82.92553190663828%;
278
+ }
279
+ .row-fluid .span9 {
280
+ width: 74.468085099%;
281
+ *width: 74.4148936096383%;
282
+ }
283
+ .row-fluid .span8 {
284
+ width: 65.95744680199999%;
285
+ *width: 65.90425531263828%;
286
+ }
287
+ .row-fluid .span7 {
288
+ width: 57.446808505%;
289
+ *width: 57.3936170156383%;
290
+ }
291
+ .row-fluid .span6 {
292
+ width: 48.93617020799999%;
293
+ *width: 48.88297871863829%;
294
+ }
295
+ .row-fluid .span5 {
296
+ width: 40.425531911%;
297
+ *width: 40.3723404216383%;
298
+ }
299
+ .row-fluid .span4 {
300
+ width: 31.914893614%;
301
+ *width: 31.8617021246383%;
302
+ }
303
+ .row-fluid .span3 {
304
+ width: 23.404255317%;
305
+ *width: 23.3510638276383%;
306
+ }
307
+ .row-fluid .span2 {
308
+ width: 14.89361702%;
309
+ *width: 14.8404255306383%;
310
+ }
311
+ .row-fluid .span1 {
312
+ width: 6.382978723%;
313
+ *width: 6.329787233638298%;
314
+ }
315
+ .container {
316
+ margin-right: auto;
317
+ margin-left: auto;
318
+ *zoom: 1;
319
+ }
320
+ .container:before,
321
+ .container:after {
322
+ display: table;
323
+ content: "";
324
+ }
325
+ .container:after {
326
+ clear: both;
327
+ }
328
+ .container-fluid {
329
+ padding-right: 20px;
330
+ padding-left: 20px;
331
+ *zoom: 1;
332
+ }
333
+ .container-fluid:before,
334
+ .container-fluid:after {
335
+ display: table;
336
+ content: "";
337
+ }
338
+ .container-fluid:after {
339
+ clear: both;
340
+ }
341
+ p {
342
+ margin: 0 0 9px;
343
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
344
+ font-size: 13px;
345
+ line-height: 18px;
346
+ }
347
+ p small {
348
+ font-size: 11px;
349
+ color: #999999;
350
+ }
351
+ .lead {
352
+ margin-bottom: 18px;
353
+ font-size: 20px;
354
+ font-weight: 200;
355
+ line-height: 27px;
356
+ }
357
+ h1,
358
+ h2,
359
+ h3,
360
+ h4,
361
+ h5,
362
+ h6 {
363
+ margin: 0;
364
+ font-family: inherit;
365
+ font-weight: bold;
366
+ color: inherit;
367
+ text-rendering: optimizelegibility;
368
+ }
369
+ h1 small,
370
+ h2 small,
371
+ h3 small,
372
+ h4 small,
373
+ h5 small,
374
+ h6 small {
375
+ font-weight: normal;
376
+ color: #999999;
377
+ }
378
+ h1 {
379
+ font-size: 30px;
380
+ line-height: 36px;
381
+ }
382
+ h1 small {
383
+ font-size: 18px;
384
+ }
385
+ h2 {
386
+ font-size: 24px;
387
+ line-height: 36px;
388
+ }
389
+ h2 small {
390
+ font-size: 18px;
391
+ }
392
+ h3 {
393
+ font-size: 18px;
394
+ line-height: 27px;
395
+ }
396
+ h3 small {
397
+ font-size: 14px;
398
+ }
399
+ h4,
400
+ h5,
401
+ h6 {
402
+ line-height: 18px;
403
+ }
404
+ h4 {
405
+ font-size: 14px;
406
+ }
407
+ h4 small {
408
+ font-size: 12px;
409
+ }
410
+ h5 {
411
+ font-size: 12px;
412
+ }
413
+ h6 {
414
+ font-size: 11px;
415
+ color: #999999;
416
+ text-transform: uppercase;
417
+ }
418
+ .page-header {
419
+ padding-bottom: 17px;
420
+ margin: 18px 0;
421
+ border-bottom: 1px solid #eeeeee;
422
+ }
423
+ .page-header h1 {
424
+ line-height: 1;
425
+ }
426
+ ul,
427
+ ol {
428
+ padding: 0;
429
+ margin: 0 0 9px 25px;
430
+ }
431
+ ul ul,
432
+ ul ol,
433
+ ol ol,
434
+ ol ul {
435
+ margin-bottom: 0;
436
+ }
437
+ ul {
438
+ list-style: disc;
439
+ }
440
+ ol {
441
+ list-style: decimal;
442
+ }
443
+ li {
444
+ line-height: 18px;
445
+ }
446
+ ul.unstyled,
447
+ ol.unstyled {
448
+ margin-left: 0;
449
+ list-style: none;
450
+ }
451
+ dl {
452
+ margin-bottom: 18px;
453
+ }
454
+ dt,
455
+ dd {
456
+ line-height: 18px;
457
+ }
458
+ dt {
459
+ font-weight: bold;
460
+ line-height: 17px;
461
+ }
462
+ dd {
463
+ margin-left: 9px;
464
+ }
465
+ .dl-horizontal dt {
466
+ float: left;
467
+ width: 120px;
468
+ clear: left;
469
+ text-align: right;
470
+ overflow: hidden;
471
+ text-overflow: ellipsis;
472
+ white-space: nowrap;
473
+ }
474
+ .dl-horizontal dd {
475
+ margin-left: 130px;
476
+ }
477
+ hr {
478
+ margin: 18px 0;
479
+ border: 0;
480
+ border-top: 1px solid #eeeeee;
481
+ border-bottom: 1px solid #ffffff;
482
+ }
483
+ strong {
484
+ font-weight: bold;
485
+ }
486
+ em {
487
+ font-style: italic;
488
+ }
489
+ .muted {
490
+ color: #999999;
491
+ }
492
+ abbr[title] {
493
+ cursor: help;
494
+ border-bottom: 1px dotted #ddd;
495
+ }
496
+ abbr.initialism {
497
+ font-size: 90%;
498
+ text-transform: uppercase;
499
+ }
500
+ blockquote {
501
+ padding: 0 0 0 15px;
502
+ margin: 0 0 18px;
503
+ border-left: 5px solid #eeeeee;
504
+ }
505
+ blockquote p {
506
+ margin-bottom: 0;
507
+ font-size: 16px;
508
+ font-weight: 300;
509
+ line-height: 22.5px;
510
+ }
511
+ blockquote small {
512
+ display: block;
513
+ line-height: 18px;
514
+ color: #999999;
515
+ }
516
+ blockquote small:before {
517
+ content: '\2014 \00A0';
518
+ }
519
+ blockquote.pull-right {
520
+ float: right;
521
+ padding-right: 15px;
522
+ padding-left: 0;
523
+ border-right: 5px solid #eeeeee;
524
+ border-left: 0;
525
+ }
526
+ blockquote.pull-right p,
527
+ blockquote.pull-right small {
528
+ text-align: right;
529
+ }
530
+ q:before,
531
+ q:after,
532
+ blockquote:before,
533
+ blockquote:after {
534
+ content: "";
535
+ }
536
+ address {
537
+ display: block;
538
+ margin-bottom: 18px;
539
+ font-style: normal;
540
+ line-height: 18px;
541
+ }
542
+ small {
543
+ font-size: 100%;
544
+ }
545
+ cite {
546
+ font-style: normal;
547
+ }
548
+ code,
549
+ pre {
550
+ padding: 0 3px 2px;
551
+ font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
552
+ font-size: 12px;
553
+ color: #333333;
554
+ -webkit-border-radius: 3px;
555
+ -moz-border-radius: 3px;
556
+ border-radius: 3px;
557
+ }
558
+ code {
559
+ padding: 2px 4px;
560
+ color: #d14;
561
+ background-color: #f7f7f9;
562
+ border: 1px solid #e1e1e8;
563
+ }
564
+ pre {
565
+ display: block;
566
+ padding: 8.5px;
567
+ margin: 0 0 9px;
568
+ font-size: 12.025px;
569
+ line-height: 18px;
570
+ word-break: break-all;
571
+ word-wrap: break-word;
572
+ white-space: pre;
573
+ white-space: pre-wrap;
574
+ background-color: #f5f5f5;
575
+ border: 1px solid #ccc;
576
+ border: 1px solid rgba(0, 0, 0, 0.15);
577
+ -webkit-border-radius: 4px;
578
+ -moz-border-radius: 4px;
579
+ border-radius: 4px;
580
+ }
581
+ pre.prettyprint {
582
+ margin-bottom: 18px;
583
+ }
584
+ pre code {
585
+ padding: 0;
586
+ color: inherit;
587
+ background-color: transparent;
588
+ border: 0;
589
+ }
590
+ .pre-scrollable {
591
+ max-height: 340px;
592
+ overflow-y: scroll;
593
+ }
594
+ .label,
595
+ .badge {
596
+ font-size: 10.998px;
597
+ font-weight: bold;
598
+ line-height: 14px;
599
+ color: #ffffff;
600
+ vertical-align: baseline;
601
+ white-space: nowrap;
602
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
603
+ background-color: #999999;
604
+ }
605
+ .label {
606
+ padding: 1px 4px 2px;
607
+ -webkit-border-radius: 3px;
608
+ -moz-border-radius: 3px;
609
+ border-radius: 3px;
610
+ }
611
+ .badge {
612
+ padding: 1px 9px 2px;
613
+ -webkit-border-radius: 9px;
614
+ -moz-border-radius: 9px;
615
+ border-radius: 9px;
616
+ }
617
+ a.label:hover,
618
+ a.badge:hover {
619
+ color: #ffffff;
620
+ text-decoration: none;
621
+ cursor: pointer;
622
+ }
623
+ .label-important,
624
+ .badge-important {
625
+ background-color: #b94a48;
626
+ }
627
+ .label-important[href],
628
+ .badge-important[href] {
629
+ background-color: #953b39;
630
+ }
631
+ .label-warning,
632
+ .badge-warning {
633
+ background-color: #f89406;
634
+ }
635
+ .label-warning[href],
636
+ .badge-warning[href] {
637
+ background-color: #c67605;
638
+ }
639
+ .label-success,
640
+ .badge-success {
641
+ background-color: #468847;
642
+ }
643
+ .label-success[href],
644
+ .badge-success[href] {
645
+ background-color: #356635;
646
+ }
647
+ .label-info,
648
+ .badge-info {
649
+ background-color: #3a87ad;
650
+ }
651
+ .label-info[href],
652
+ .badge-info[href] {
653
+ background-color: #2d6987;
654
+ }
655
+ .label-inverse,
656
+ .badge-inverse {
657
+ background-color: #333333;
658
+ }
659
+ .label-inverse[href],
660
+ .badge-inverse[href] {
661
+ background-color: #1a1a1a;
662
+ }
663
+ table {
664
+ max-width: 100%;
665
+ background-color: transparent;
666
+ border-collapse: collapse;
667
+ border-spacing: 0;
668
+ }
669
+ .table {
670
+ width: 100%;
671
+ margin-bottom: 18px;
672
+ }
673
+ .table th,
674
+ .table td {
675
+ padding: 8px;
676
+ line-height: 18px;
677
+ text-align: left;
678
+ vertical-align: top;
679
+ border-top: 1px solid #dddddd;
680
+ }
681
+ .table th {
682
+ font-weight: bold;
683
+ }
684
+ .table thead th {
685
+ vertical-align: bottom;
686
+ }
687
+ .table caption + thead tr:first-child th,
688
+ .table caption + thead tr:first-child td,
689
+ .table colgroup + thead tr:first-child th,
690
+ .table colgroup + thead tr:first-child td,
691
+ .table thead:first-child tr:first-child th,
692
+ .table thead:first-child tr:first-child td {
693
+ border-top: 0;
694
+ }
695
+ .table tbody + tbody {
696
+ border-top: 2px solid #dddddd;
697
+ }
698
+ .table-condensed th,
699
+ .table-condensed td {
700
+ padding: 4px 5px;
701
+ }
702
+ .table-bordered {
703
+ border: 1px solid #dddddd;
704
+ border-collapse: separate;
705
+ *border-collapse: collapsed;
706
+ border-left: 0;
707
+ -webkit-border-radius: 4px;
708
+ -moz-border-radius: 4px;
709
+ border-radius: 4px;
710
+ }
711
+ .table-bordered th,
712
+ .table-bordered td {
713
+ border-left: 1px solid #dddddd;
714
+ }
715
+ .table-bordered caption + thead tr:first-child th,
716
+ .table-bordered caption + tbody tr:first-child th,
717
+ .table-bordered caption + tbody tr:first-child td,
718
+ .table-bordered colgroup + thead tr:first-child th,
719
+ .table-bordered colgroup + tbody tr:first-child th,
720
+ .table-bordered colgroup + tbody tr:first-child td,
721
+ .table-bordered thead:first-child tr:first-child th,
722
+ .table-bordered tbody:first-child tr:first-child th,
723
+ .table-bordered tbody:first-child tr:first-child td {
724
+ border-top: 0;
725
+ }
726
+ .table-bordered thead:first-child tr:first-child th:first-child,
727
+ .table-bordered tbody:first-child tr:first-child td:first-child {
728
+ -webkit-border-top-left-radius: 4px;
729
+ border-top-left-radius: 4px;
730
+ -moz-border-radius-topleft: 4px;
731
+ }
732
+ .table-bordered thead:first-child tr:first-child th:last-child,
733
+ .table-bordered tbody:first-child tr:first-child td:last-child {
734
+ -webkit-border-top-right-radius: 4px;
735
+ border-top-right-radius: 4px;
736
+ -moz-border-radius-topright: 4px;
737
+ }
738
+ .table-bordered thead:last-child tr:last-child th:first-child,
739
+ .table-bordered tbody:last-child tr:last-child td:first-child {
740
+ -webkit-border-radius: 0 0 0 4px;
741
+ -moz-border-radius: 0 0 0 4px;
742
+ border-radius: 0 0 0 4px;
743
+ -webkit-border-bottom-left-radius: 4px;
744
+ border-bottom-left-radius: 4px;
745
+ -moz-border-radius-bottomleft: 4px;
746
+ }
747
+ .table-bordered thead:last-child tr:last-child th:last-child,
748
+ .table-bordered tbody:last-child tr:last-child td:last-child {
749
+ -webkit-border-bottom-right-radius: 4px;
750
+ border-bottom-right-radius: 4px;
751
+ -moz-border-radius-bottomright: 4px;
752
+ }
753
+ .table-striped tbody tr:nth-child(odd) td,
754
+ .table-striped tbody tr:nth-child(odd) th {
755
+ background-color: #f9f9f9;
756
+ }
757
+ .table tbody tr:hover td,
758
+ .table tbody tr:hover th {
759
+ background-color: #f5f5f5;
760
+ }
761
+ table .span1 {
762
+ float: none;
763
+ width: 44px;
764
+ margin-left: 0;
765
+ }
766
+ table .span2 {
767
+ float: none;
768
+ width: 124px;
769
+ margin-left: 0;
770
+ }
771
+ table .span3 {
772
+ float: none;
773
+ width: 204px;
774
+ margin-left: 0;
775
+ }
776
+ table .span4 {
777
+ float: none;
778
+ width: 284px;
779
+ margin-left: 0;
780
+ }
781
+ table .span5 {
782
+ float: none;
783
+ width: 364px;
784
+ margin-left: 0;
785
+ }
786
+ table .span6 {
787
+ float: none;
788
+ width: 444px;
789
+ margin-left: 0;
790
+ }
791
+ table .span7 {
792
+ float: none;
793
+ width: 524px;
794
+ margin-left: 0;
795
+ }
796
+ table .span8 {
797
+ float: none;
798
+ width: 604px;
799
+ margin-left: 0;
800
+ }
801
+ table .span9 {
802
+ float: none;
803
+ width: 684px;
804
+ margin-left: 0;
805
+ }
806
+ table .span10 {
807
+ float: none;
808
+ width: 764px;
809
+ margin-left: 0;
810
+ }
811
+ table .span11 {
812
+ float: none;
813
+ width: 844px;
814
+ margin-left: 0;
815
+ }
816
+ table .span12 {
817
+ float: none;
818
+ width: 924px;
819
+ margin-left: 0;
820
+ }
821
+ table .span13 {
822
+ float: none;
823
+ width: 1004px;
824
+ margin-left: 0;
825
+ }
826
+ table .span14 {
827
+ float: none;
828
+ width: 1084px;
829
+ margin-left: 0;
830
+ }
831
+ table .span15 {
832
+ float: none;
833
+ width: 1164px;
834
+ margin-left: 0;
835
+ }
836
+ table .span16 {
837
+ float: none;
838
+ width: 1244px;
839
+ margin-left: 0;
840
+ }
841
+ table .span17 {
842
+ float: none;
843
+ width: 1324px;
844
+ margin-left: 0;
845
+ }
846
+ table .span18 {
847
+ float: none;
848
+ width: 1404px;
849
+ margin-left: 0;
850
+ }
851
+ table .span19 {
852
+ float: none;
853
+ width: 1484px;
854
+ margin-left: 0;
855
+ }
856
+ table .span20 {
857
+ float: none;
858
+ width: 1564px;
859
+ margin-left: 0;
860
+ }
861
+ table .span21 {
862
+ float: none;
863
+ width: 1644px;
864
+ margin-left: 0;
865
+ }
866
+ table .span22 {
867
+ float: none;
868
+ width: 1724px;
869
+ margin-left: 0;
870
+ }
871
+ table .span23 {
872
+ float: none;
873
+ width: 1804px;
874
+ margin-left: 0;
875
+ }
876
+ table .span24 {
877
+ float: none;
878
+ width: 1884px;
879
+ margin-left: 0;
880
+ }
881
+ form {
882
+ margin: 0 0 18px;
883
+ }
884
+ fieldset {
885
+ padding: 0;
886
+ margin: 0;
887
+ border: 0;
888
+ }
889
+ legend {
890
+ display: block;
891
+ width: 100%;
892
+ padding: 0;
893
+ margin-bottom: 27px;
894
+ font-size: 19.5px;
895
+ line-height: 36px;
896
+ color: #333333;
897
+ border: 0;
898
+ border-bottom: 1px solid #eee;
899
+ }
900
+ legend small {
901
+ font-size: 13.5px;
902
+ color: #999999;
903
+ }
904
+ label,
905
+ input,
906
+ button,
907
+ select,
908
+ textarea {
909
+ font-size: 13px;
910
+ font-weight: normal;
911
+ line-height: 18px;
912
+ }
913
+ input,
914
+ button,
915
+ select,
916
+ textarea {
917
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
918
+ }
919
+ label {
920
+ display: block;
921
+ margin-bottom: 5px;
922
+ color: #333333;
923
+ }
924
+ input,
925
+ textarea,
926
+ select,
927
+ .uneditable-input {
928
+ display: inline-block;
929
+ width: 210px;
930
+ height: 18px;
931
+ padding: 4px;
932
+ margin-bottom: 9px;
933
+ font-size: 13px;
934
+ line-height: 18px;
935
+ color: #555555;
936
+ background-color: #ffffff;
937
+ border: 1px solid #cccccc;
938
+ -webkit-border-radius: 3px;
939
+ -moz-border-radius: 3px;
940
+ border-radius: 3px;
941
+ }
942
+ .uneditable-textarea {
943
+ width: auto;
944
+ height: auto;
945
+ }
946
+ label input,
947
+ label textarea,
948
+ label select {
949
+ display: block;
950
+ }
951
+ input[type="image"],
952
+ input[type="checkbox"],
953
+ input[type="radio"] {
954
+ width: auto;
955
+ height: auto;
956
+ padding: 0;
957
+ margin: 3px 0;
958
+ *margin-top: 0;
959
+ /* IE7 */
960
+
961
+ line-height: normal;
962
+ cursor: pointer;
963
+ background-color: transparent;
964
+ border: 0 \9;
965
+ /* IE9 and down */
966
+
967
+ -webkit-border-radius: 0;
968
+ -moz-border-radius: 0;
969
+ border-radius: 0;
970
+ }
971
+ input[type="image"] {
972
+ border: 0;
973
+ }
974
+ input[type="file"] {
975
+ width: auto;
976
+ padding: initial;
977
+ line-height: initial;
978
+ background-color: #ffffff;
979
+ background-color: initial;
980
+ border: initial;
981
+ -webkit-box-shadow: none;
982
+ -moz-box-shadow: none;
983
+ box-shadow: none;
984
+ }
985
+ input[type="button"],
986
+ input[type="reset"],
987
+ input[type="submit"] {
988
+ width: auto;
989
+ height: auto;
990
+ }
991
+ select,
992
+ input[type="file"] {
993
+ height: 28px;
994
+ /* In IE7, the height of the select element cannot be changed by height, only font-size */
995
+
996
+ *margin-top: 4px;
997
+ /* For IE7, add top margin to align select with labels */
998
+
999
+ line-height: 28px;
1000
+ }
1001
+ input[type="file"] {
1002
+ line-height: 18px \9;
1003
+ }
1004
+ select {
1005
+ width: 220px;
1006
+ background-color: #ffffff;
1007
+ }
1008
+ select[multiple],
1009
+ select[size] {
1010
+ height: auto;
1011
+ }
1012
+ input[type="image"] {
1013
+ -webkit-box-shadow: none;
1014
+ -moz-box-shadow: none;
1015
+ box-shadow: none;
1016
+ }
1017
+ textarea {
1018
+ height: auto;
1019
+ }
1020
+ input[type="hidden"] {
1021
+ display: none;
1022
+ }
1023
+ .radio,
1024
+ .checkbox {
1025
+ min-height: 18px;
1026
+ padding-left: 18px;
1027
+ }
1028
+ .radio input[type="radio"],
1029
+ .checkbox input[type="checkbox"] {
1030
+ float: left;
1031
+ margin-left: -18px;
1032
+ }
1033
+ .controls > .radio:first-child,
1034
+ .controls > .checkbox:first-child {
1035
+ padding-top: 5px;
1036
+ }
1037
+ .radio.inline,
1038
+ .checkbox.inline {
1039
+ display: inline-block;
1040
+ padding-top: 5px;
1041
+ margin-bottom: 0;
1042
+ vertical-align: middle;
1043
+ }
1044
+ .radio.inline + .radio.inline,
1045
+ .checkbox.inline + .checkbox.inline {
1046
+ margin-left: 10px;
1047
+ }
1048
+ input,
1049
+ textarea {
1050
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1051
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1052
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1053
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
1054
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
1055
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
1056
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
1057
+ transition: border linear 0.2s, box-shadow linear 0.2s;
1058
+ }
1059
+ input:focus,
1060
+ textarea:focus {
1061
+ border-color: rgba(82, 168, 236, 0.8);
1062
+ outline: 0;
1063
+ outline: thin dotted \9;
1064
+ /* IE6-9 */
1065
+
1066
+ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1067
+ -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1068
+ box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
1069
+ }
1070
+ input[type="file"]:focus,
1071
+ input[type="radio"]:focus,
1072
+ input[type="checkbox"]:focus,
1073
+ select:focus {
1074
+ outline: thin dotted #333;
1075
+ outline: 5px auto -webkit-focus-ring-color;
1076
+ outline-offset: -2px;
1077
+ -webkit-box-shadow: none;
1078
+ -moz-box-shadow: none;
1079
+ box-shadow: none;
1080
+ }
1081
+ .input-mini {
1082
+ width: 60px;
1083
+ }
1084
+ .input-small {
1085
+ width: 90px;
1086
+ }
1087
+ .input-medium {
1088
+ width: 150px;
1089
+ }
1090
+ .input-large {
1091
+ width: 210px;
1092
+ }
1093
+ .input-xlarge {
1094
+ width: 270px;
1095
+ }
1096
+ .input-xxlarge {
1097
+ width: 530px;
1098
+ }
1099
+ input[class*="span"],
1100
+ select[class*="span"],
1101
+ textarea[class*="span"],
1102
+ .uneditable-input[class*="span"],
1103
+ .row-fluid input[class*="span"],
1104
+ .row-fluid select[class*="span"],
1105
+ .row-fluid textarea[class*="span"],
1106
+ .row-fluid .uneditable-input[class*="span"] {
1107
+ float: none;
1108
+ margin-left: 0;
1109
+ }
1110
+ input,
1111
+ textarea,
1112
+ .uneditable-input {
1113
+ margin-left: 0;
1114
+ }
1115
+ input.span12, textarea.span12, .uneditable-input.span12 {
1116
+ width: 930px;
1117
+ }
1118
+ input.span11, textarea.span11, .uneditable-input.span11 {
1119
+ width: 850px;
1120
+ }
1121
+ input.span10, textarea.span10, .uneditable-input.span10 {
1122
+ width: 770px;
1123
+ }
1124
+ input.span9, textarea.span9, .uneditable-input.span9 {
1125
+ width: 690px;
1126
+ }
1127
+ input.span8, textarea.span8, .uneditable-input.span8 {
1128
+ width: 610px;
1129
+ }
1130
+ input.span7, textarea.span7, .uneditable-input.span7 {
1131
+ width: 530px;
1132
+ }
1133
+ input.span6, textarea.span6, .uneditable-input.span6 {
1134
+ width: 450px;
1135
+ }
1136
+ input.span5, textarea.span5, .uneditable-input.span5 {
1137
+ width: 370px;
1138
+ }
1139
+ input.span4, textarea.span4, .uneditable-input.span4 {
1140
+ width: 290px;
1141
+ }
1142
+ input.span3, textarea.span3, .uneditable-input.span3 {
1143
+ width: 210px;
1144
+ }
1145
+ input.span2, textarea.span2, .uneditable-input.span2 {
1146
+ width: 130px;
1147
+ }
1148
+ input.span1, textarea.span1, .uneditable-input.span1 {
1149
+ width: 50px;
1150
+ }
1151
+ input[disabled],
1152
+ select[disabled],
1153
+ textarea[disabled],
1154
+ input[readonly],
1155
+ select[readonly],
1156
+ textarea[readonly] {
1157
+ cursor: not-allowed;
1158
+ background-color: #eeeeee;
1159
+ border-color: #ddd;
1160
+ }
1161
+ input[type="radio"][disabled],
1162
+ input[type="checkbox"][disabled],
1163
+ input[type="radio"][readonly],
1164
+ input[type="checkbox"][readonly] {
1165
+ background-color: transparent;
1166
+ }
1167
+ .control-group.warning > label,
1168
+ .control-group.warning .help-block,
1169
+ .control-group.warning .help-inline {
1170
+ color: #c09853;
1171
+ }
1172
+ .control-group.warning input,
1173
+ .control-group.warning select,
1174
+ .control-group.warning textarea {
1175
+ color: #c09853;
1176
+ border-color: #c09853;
1177
+ }
1178
+ .control-group.warning input:focus,
1179
+ .control-group.warning select:focus,
1180
+ .control-group.warning textarea:focus {
1181
+ border-color: #a47e3c;
1182
+ -webkit-box-shadow: 0 0 6px #dbc59e;
1183
+ -moz-box-shadow: 0 0 6px #dbc59e;
1184
+ box-shadow: 0 0 6px #dbc59e;
1185
+ }
1186
+ .control-group.warning .input-prepend .add-on,
1187
+ .control-group.warning .input-append .add-on {
1188
+ color: #c09853;
1189
+ background-color: #fcf8e3;
1190
+ border-color: #c09853;
1191
+ }
1192
+ .control-group.error > label,
1193
+ .control-group.error .help-block,
1194
+ .control-group.error .help-inline {
1195
+ color: #b94a48;
1196
+ }
1197
+ .control-group.error input,
1198
+ .control-group.error select,
1199
+ .control-group.error textarea {
1200
+ color: #b94a48;
1201
+ border-color: #b94a48;
1202
+ }
1203
+ .control-group.error input:focus,
1204
+ .control-group.error select:focus,
1205
+ .control-group.error textarea:focus {
1206
+ border-color: #953b39;
1207
+ -webkit-box-shadow: 0 0 6px #d59392;
1208
+ -moz-box-shadow: 0 0 6px #d59392;
1209
+ box-shadow: 0 0 6px #d59392;
1210
+ }
1211
+ .control-group.error .input-prepend .add-on,
1212
+ .control-group.error .input-append .add-on {
1213
+ color: #b94a48;
1214
+ background-color: #f2dede;
1215
+ border-color: #b94a48;
1216
+ }
1217
+ .control-group.success > label,
1218
+ .control-group.success .help-block,
1219
+ .control-group.success .help-inline {
1220
+ color: #468847;
1221
+ }
1222
+ .control-group.success input,
1223
+ .control-group.success select,
1224
+ .control-group.success textarea {
1225
+ color: #468847;
1226
+ border-color: #468847;
1227
+ }
1228
+ .control-group.success input:focus,
1229
+ .control-group.success select:focus,
1230
+ .control-group.success textarea:focus {
1231
+ border-color: #356635;
1232
+ -webkit-box-shadow: 0 0 6px #7aba7b;
1233
+ -moz-box-shadow: 0 0 6px #7aba7b;
1234
+ box-shadow: 0 0 6px #7aba7b;
1235
+ }
1236
+ .control-group.success .input-prepend .add-on,
1237
+ .control-group.success .input-append .add-on {
1238
+ color: #468847;
1239
+ background-color: #dff0d8;
1240
+ border-color: #468847;
1241
+ }
1242
+ input:focus:required:invalid,
1243
+ textarea:focus:required:invalid,
1244
+ select:focus:required:invalid {
1245
+ color: #b94a48;
1246
+ border-color: #ee5f5b;
1247
+ }
1248
+ input:focus:required:invalid:focus,
1249
+ textarea:focus:required:invalid:focus,
1250
+ select:focus:required:invalid:focus {
1251
+ border-color: #e9322d;
1252
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
1253
+ -moz-box-shadow: 0 0 6px #f8b9b7;
1254
+ box-shadow: 0 0 6px #f8b9b7;
1255
+ }
1256
+ .form-actions {
1257
+ padding: 17px 20px 18px;
1258
+ margin-top: 18px;
1259
+ margin-bottom: 18px;
1260
+ background-color: #f5f5f5;
1261
+ border-top: 1px solid #ddd;
1262
+ *zoom: 1;
1263
+ }
1264
+ .form-actions:before,
1265
+ .form-actions:after {
1266
+ display: table;
1267
+ content: "";
1268
+ }
1269
+ .form-actions:after {
1270
+ clear: both;
1271
+ }
1272
+ .uneditable-input {
1273
+ overflow: hidden;
1274
+ white-space: nowrap;
1275
+ cursor: not-allowed;
1276
+ background-color: #ffffff;
1277
+ border-color: #eee;
1278
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1279
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1280
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1281
+ }
1282
+ :-moz-placeholder {
1283
+ color: #999999;
1284
+ }
1285
+ ::-webkit-input-placeholder {
1286
+ color: #999999;
1287
+ }
1288
+ .help-block,
1289
+ .help-inline {
1290
+ color: #555555;
1291
+ }
1292
+ .help-block {
1293
+ display: block;
1294
+ margin-bottom: 9px;
1295
+ }
1296
+ .help-inline {
1297
+ display: inline-block;
1298
+ *display: inline;
1299
+ /* IE7 inline-block hack */
1300
+
1301
+ *zoom: 1;
1302
+ vertical-align: middle;
1303
+ padding-left: 5px;
1304
+ }
1305
+ .input-prepend,
1306
+ .input-append {
1307
+ margin-bottom: 5px;
1308
+ }
1309
+ .input-prepend input,
1310
+ .input-append input,
1311
+ .input-prepend select,
1312
+ .input-append select,
1313
+ .input-prepend .uneditable-input,
1314
+ .input-append .uneditable-input {
1315
+ position: relative;
1316
+ margin-bottom: 0;
1317
+ *margin-left: 0;
1318
+ vertical-align: middle;
1319
+ -webkit-border-radius: 0 3px 3px 0;
1320
+ -moz-border-radius: 0 3px 3px 0;
1321
+ border-radius: 0 3px 3px 0;
1322
+ }
1323
+ .input-prepend input:focus,
1324
+ .input-append input:focus,
1325
+ .input-prepend select:focus,
1326
+ .input-append select:focus,
1327
+ .input-prepend .uneditable-input:focus,
1328
+ .input-append .uneditable-input:focus {
1329
+ z-index: 2;
1330
+ }
1331
+ .input-prepend .uneditable-input,
1332
+ .input-append .uneditable-input {
1333
+ border-left-color: #ccc;
1334
+ }
1335
+ .input-prepend .add-on,
1336
+ .input-append .add-on {
1337
+ display: inline-block;
1338
+ width: auto;
1339
+ height: 18px;
1340
+ min-width: 16px;
1341
+ padding: 4px 5px;
1342
+ font-weight: normal;
1343
+ line-height: 18px;
1344
+ text-align: center;
1345
+ text-shadow: 0 1px 0 #ffffff;
1346
+ vertical-align: middle;
1347
+ background-color: #eeeeee;
1348
+ border: 1px solid #ccc;
1349
+ }
1350
+ .input-prepend .add-on,
1351
+ .input-append .add-on,
1352
+ .input-prepend .btn,
1353
+ .input-append .btn {
1354
+ margin-left: -1px;
1355
+ -webkit-border-radius: 0;
1356
+ -moz-border-radius: 0;
1357
+ border-radius: 0;
1358
+ }
1359
+ .input-prepend .active,
1360
+ .input-append .active {
1361
+ background-color: #a9dba9;
1362
+ border-color: #46a546;
1363
+ }
1364
+ .input-prepend .add-on,
1365
+ .input-prepend .btn {
1366
+ margin-right: -1px;
1367
+ }
1368
+ .input-prepend .add-on:first-child,
1369
+ .input-prepend .btn:first-child {
1370
+ -webkit-border-radius: 3px 0 0 3px;
1371
+ -moz-border-radius: 3px 0 0 3px;
1372
+ border-radius: 3px 0 0 3px;
1373
+ }
1374
+ .input-append input,
1375
+ .input-append select,
1376
+ .input-append .uneditable-input {
1377
+ -webkit-border-radius: 3px 0 0 3px;
1378
+ -moz-border-radius: 3px 0 0 3px;
1379
+ border-radius: 3px 0 0 3px;
1380
+ }
1381
+ .input-append .uneditable-input {
1382
+ border-right-color: #ccc;
1383
+ border-left-color: #eee;
1384
+ }
1385
+ .input-append .add-on:last-child,
1386
+ .input-append .btn:last-child {
1387
+ -webkit-border-radius: 0 3px 3px 0;
1388
+ -moz-border-radius: 0 3px 3px 0;
1389
+ border-radius: 0 3px 3px 0;
1390
+ }
1391
+ .input-prepend.input-append input,
1392
+ .input-prepend.input-append select,
1393
+ .input-prepend.input-append .uneditable-input {
1394
+ -webkit-border-radius: 0;
1395
+ -moz-border-radius: 0;
1396
+ border-radius: 0;
1397
+ }
1398
+ .input-prepend.input-append .add-on:first-child,
1399
+ .input-prepend.input-append .btn:first-child {
1400
+ margin-right: -1px;
1401
+ -webkit-border-radius: 3px 0 0 3px;
1402
+ -moz-border-radius: 3px 0 0 3px;
1403
+ border-radius: 3px 0 0 3px;
1404
+ }
1405
+ .input-prepend.input-append .add-on:last-child,
1406
+ .input-prepend.input-append .btn:last-child {
1407
+ margin-left: -1px;
1408
+ -webkit-border-radius: 0 3px 3px 0;
1409
+ -moz-border-radius: 0 3px 3px 0;
1410
+ border-radius: 0 3px 3px 0;
1411
+ }
1412
+ .search-query {
1413
+ padding-right: 14px;
1414
+ padding-right: 4px \9;
1415
+ padding-left: 14px;
1416
+ padding-left: 4px \9;
1417
+ /* IE7-8 doesn't have border-radius, so don't indent the padding */
1418
+
1419
+ margin-bottom: 0;
1420
+ -webkit-border-radius: 14px;
1421
+ -moz-border-radius: 14px;
1422
+ border-radius: 14px;
1423
+ }
1424
+ .form-search input,
1425
+ .form-inline input,
1426
+ .form-horizontal input,
1427
+ .form-search textarea,
1428
+ .form-inline textarea,
1429
+ .form-horizontal textarea,
1430
+ .form-search select,
1431
+ .form-inline select,
1432
+ .form-horizontal select,
1433
+ .form-search .help-inline,
1434
+ .form-inline .help-inline,
1435
+ .form-horizontal .help-inline,
1436
+ .form-search .uneditable-input,
1437
+ .form-inline .uneditable-input,
1438
+ .form-horizontal .uneditable-input,
1439
+ .form-search .input-prepend,
1440
+ .form-inline .input-prepend,
1441
+ .form-horizontal .input-prepend,
1442
+ .form-search .input-append,
1443
+ .form-inline .input-append,
1444
+ .form-horizontal .input-append {
1445
+ display: inline-block;
1446
+ *display: inline;
1447
+ /* IE7 inline-block hack */
1448
+
1449
+ *zoom: 1;
1450
+ margin-bottom: 0;
1451
+ }
1452
+ .form-search .hide,
1453
+ .form-inline .hide,
1454
+ .form-horizontal .hide {
1455
+ display: none;
1456
+ }
1457
+ .form-search label,
1458
+ .form-inline label {
1459
+ display: inline-block;
1460
+ }
1461
+ .form-search .input-append,
1462
+ .form-inline .input-append,
1463
+ .form-search .input-prepend,
1464
+ .form-inline .input-prepend {
1465
+ margin-bottom: 0;
1466
+ }
1467
+ .form-search .radio,
1468
+ .form-search .checkbox,
1469
+ .form-inline .radio,
1470
+ .form-inline .checkbox {
1471
+ padding-left: 0;
1472
+ margin-bottom: 0;
1473
+ vertical-align: middle;
1474
+ }
1475
+ .form-search .radio input[type="radio"],
1476
+ .form-search .checkbox input[type="checkbox"],
1477
+ .form-inline .radio input[type="radio"],
1478
+ .form-inline .checkbox input[type="checkbox"] {
1479
+ float: left;
1480
+ margin-right: 3px;
1481
+ margin-left: 0;
1482
+ }
1483
+ .control-group {
1484
+ margin-bottom: 9px;
1485
+ }
1486
+ legend + .control-group {
1487
+ margin-top: 18px;
1488
+ -webkit-margin-top-collapse: separate;
1489
+ }
1490
+ .form-horizontal .control-group {
1491
+ margin-bottom: 18px;
1492
+ *zoom: 1;
1493
+ }
1494
+ .form-horizontal .control-group:before,
1495
+ .form-horizontal .control-group:after {
1496
+ display: table;
1497
+ content: "";
1498
+ }
1499
+ .form-horizontal .control-group:after {
1500
+ clear: both;
1501
+ }
1502
+ .form-horizontal .control-label {
1503
+ float: left;
1504
+ width: 140px;
1505
+ padding-top: 5px;
1506
+ text-align: right;
1507
+ }
1508
+ .form-horizontal .controls {
1509
+ *display: inline-block;
1510
+ *padding-left: 20px;
1511
+ margin-left: 160px;
1512
+ *margin-left: 0;
1513
+ }
1514
+ .form-horizontal .controls:first-child {
1515
+ *padding-left: 160px;
1516
+ }
1517
+ .form-horizontal .help-block {
1518
+ margin-top: 9px;
1519
+ margin-bottom: 0;
1520
+ }
1521
+ .form-horizontal .form-actions {
1522
+ padding-left: 160px;
1523
+ }
1524
+ .btn {
1525
+ display: inline-block;
1526
+ *display: inline;
1527
+ /* IE7 inline-block hack */
1528
+
1529
+ *zoom: 1;
1530
+ padding: 4px 10px 4px;
1531
+ margin-bottom: 0;
1532
+ font-size: 13px;
1533
+ line-height: 18px;
1534
+ *line-height: 20px;
1535
+ color: #333333;
1536
+ text-align: center;
1537
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1538
+ vertical-align: middle;
1539
+ cursor: pointer;
1540
+ background-color: #f5f5f5;
1541
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1542
+ background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
1543
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1544
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1545
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1546
+ background-image: linear-gradient(top, #ffffff, #e6e6e6);
1547
+ background-repeat: repeat-x;
1548
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1549
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1550
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1551
+ *background-color: #e6e6e6;
1552
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1553
+
1554
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1555
+ border: 1px solid #cccccc;
1556
+ *border: 0;
1557
+ border-bottom-color: #b3b3b3;
1558
+ -webkit-border-radius: 4px;
1559
+ -moz-border-radius: 4px;
1560
+ border-radius: 4px;
1561
+ *margin-left: .3em;
1562
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
1563
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
1564
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
1565
+ }
1566
+ .btn:hover,
1567
+ .btn:active,
1568
+ .btn.active,
1569
+ .btn.disabled,
1570
+ .btn[disabled] {
1571
+ background-color: #e6e6e6;
1572
+ *background-color: #d9d9d9;
1573
+ }
1574
+ .btn:active,
1575
+ .btn.active {
1576
+ background-color: #cccccc \9;
1577
+ }
1578
+ .btn:first-child {
1579
+ *margin-left: 0;
1580
+ }
1581
+ .btn:hover {
1582
+ color: #333333;
1583
+ text-decoration: none;
1584
+ background-color: #e6e6e6;
1585
+ *background-color: #d9d9d9;
1586
+ /* Buttons in IE7 don't get borders, so darken on hover */
1587
+
1588
+ background-position: 0 -15px;
1589
+ -webkit-transition: background-position 0.1s linear;
1590
+ -moz-transition: background-position 0.1s linear;
1591
+ -ms-transition: background-position 0.1s linear;
1592
+ -o-transition: background-position 0.1s linear;
1593
+ transition: background-position 0.1s linear;
1594
+ }
1595
+ .btn:focus {
1596
+ outline: thin dotted #333;
1597
+ outline: 5px auto -webkit-focus-ring-color;
1598
+ outline-offset: -2px;
1599
+ }
1600
+ .btn.active,
1601
+ .btn:active {
1602
+ background-color: #e6e6e6;
1603
+ background-color: #d9d9d9 \9;
1604
+ background-image: none;
1605
+ outline: 0;
1606
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1607
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1608
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
1609
+ }
1610
+ .btn.disabled,
1611
+ .btn[disabled] {
1612
+ cursor: default;
1613
+ background-color: #e6e6e6;
1614
+ background-image: none;
1615
+ opacity: 0.65;
1616
+ filter: alpha(opacity=65);
1617
+ -webkit-box-shadow: none;
1618
+ -moz-box-shadow: none;
1619
+ box-shadow: none;
1620
+ }
1621
+ .btn-large {
1622
+ padding: 9px 14px;
1623
+ font-size: 15px;
1624
+ line-height: normal;
1625
+ -webkit-border-radius: 5px;
1626
+ -moz-border-radius: 5px;
1627
+ border-radius: 5px;
1628
+ }
1629
+ .btn-large [class^="icon-"] {
1630
+ margin-top: 1px;
1631
+ }
1632
+ .btn-small {
1633
+ padding: 5px 9px;
1634
+ font-size: 11px;
1635
+ line-height: 16px;
1636
+ }
1637
+ .btn-small [class^="icon-"] {
1638
+ margin-top: -1px;
1639
+ }
1640
+ .btn-mini {
1641
+ padding: 2px 6px;
1642
+ font-size: 11px;
1643
+ line-height: 14px;
1644
+ }
1645
+ .btn-primary,
1646
+ .btn-primary:hover,
1647
+ .btn-warning,
1648
+ .btn-warning:hover,
1649
+ .btn-danger,
1650
+ .btn-danger:hover,
1651
+ .btn-success,
1652
+ .btn-success:hover,
1653
+ .btn-info,
1654
+ .btn-info:hover,
1655
+ .btn-inverse,
1656
+ .btn-inverse:hover {
1657
+ color: #ffffff;
1658
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
1659
+ }
1660
+ .btn-primary.active,
1661
+ .btn-warning.active,
1662
+ .btn-danger.active,
1663
+ .btn-success.active,
1664
+ .btn-info.active,
1665
+ .btn-inverse.active {
1666
+ color: rgba(255, 255, 255, 0.75);
1667
+ }
1668
+ .btn {
1669
+ border-color: #ccc;
1670
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1671
+ }
1672
+ .btn-primary {
1673
+ background-color: #0074cc;
1674
+ background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
1675
+ background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
1676
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
1677
+ background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
1678
+ background-image: -o-linear-gradient(top, #0088cc, #0055cc);
1679
+ background-image: linear-gradient(top, #0088cc, #0055cc);
1680
+ background-repeat: repeat-x;
1681
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
1682
+ border-color: #0055cc #0055cc #003580;
1683
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1684
+ *background-color: #0055cc;
1685
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1686
+
1687
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1688
+ }
1689
+ .btn-primary:hover,
1690
+ .btn-primary:active,
1691
+ .btn-primary.active,
1692
+ .btn-primary.disabled,
1693
+ .btn-primary[disabled] {
1694
+ background-color: #0055cc;
1695
+ *background-color: #004ab3;
1696
+ }
1697
+ .btn-primary:active,
1698
+ .btn-primary.active {
1699
+ background-color: #004099 \9;
1700
+ }
1701
+ .btn-warning {
1702
+ background-color: #faa732;
1703
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
1704
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
1705
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
1706
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
1707
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
1708
+ background-image: linear-gradient(top, #fbb450, #f89406);
1709
+ background-repeat: repeat-x;
1710
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
1711
+ border-color: #f89406 #f89406 #ad6704;
1712
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1713
+ *background-color: #f89406;
1714
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1715
+
1716
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1717
+ }
1718
+ .btn-warning:hover,
1719
+ .btn-warning:active,
1720
+ .btn-warning.active,
1721
+ .btn-warning.disabled,
1722
+ .btn-warning[disabled] {
1723
+ background-color: #f89406;
1724
+ *background-color: #df8505;
1725
+ }
1726
+ .btn-warning:active,
1727
+ .btn-warning.active {
1728
+ background-color: #c67605 \9;
1729
+ }
1730
+ .btn-danger {
1731
+ background-color: #da4f49;
1732
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
1733
+ background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
1734
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
1735
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
1736
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
1737
+ background-image: linear-gradient(top, #ee5f5b, #bd362f);
1738
+ background-repeat: repeat-x;
1739
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
1740
+ border-color: #bd362f #bd362f #802420;
1741
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1742
+ *background-color: #bd362f;
1743
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1744
+
1745
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1746
+ }
1747
+ .btn-danger:hover,
1748
+ .btn-danger:active,
1749
+ .btn-danger.active,
1750
+ .btn-danger.disabled,
1751
+ .btn-danger[disabled] {
1752
+ background-color: #bd362f;
1753
+ *background-color: #a9302a;
1754
+ }
1755
+ .btn-danger:active,
1756
+ .btn-danger.active {
1757
+ background-color: #942a25 \9;
1758
+ }
1759
+ .btn-success {
1760
+ background-color: #5bb75b;
1761
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
1762
+ background-image: -ms-linear-gradient(top, #62c462, #51a351);
1763
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
1764
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
1765
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
1766
+ background-image: linear-gradient(top, #62c462, #51a351);
1767
+ background-repeat: repeat-x;
1768
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
1769
+ border-color: #51a351 #51a351 #387038;
1770
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1771
+ *background-color: #51a351;
1772
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1773
+
1774
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1775
+ }
1776
+ .btn-success:hover,
1777
+ .btn-success:active,
1778
+ .btn-success.active,
1779
+ .btn-success.disabled,
1780
+ .btn-success[disabled] {
1781
+ background-color: #51a351;
1782
+ *background-color: #499249;
1783
+ }
1784
+ .btn-success:active,
1785
+ .btn-success.active {
1786
+ background-color: #408140 \9;
1787
+ }
1788
+ .btn-info {
1789
+ background-color: #49afcd;
1790
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
1791
+ background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
1792
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
1793
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
1794
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
1795
+ background-image: linear-gradient(top, #5bc0de, #2f96b4);
1796
+ background-repeat: repeat-x;
1797
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
1798
+ border-color: #2f96b4 #2f96b4 #1f6377;
1799
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1800
+ *background-color: #2f96b4;
1801
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1802
+
1803
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1804
+ }
1805
+ .btn-info:hover,
1806
+ .btn-info:active,
1807
+ .btn-info.active,
1808
+ .btn-info.disabled,
1809
+ .btn-info[disabled] {
1810
+ background-color: #2f96b4;
1811
+ *background-color: #2a85a0;
1812
+ }
1813
+ .btn-info:active,
1814
+ .btn-info.active {
1815
+ background-color: #24748c \9;
1816
+ }
1817
+ .btn-inverse {
1818
+ background-color: #414141;
1819
+ background-image: -moz-linear-gradient(top, #555555, #222222);
1820
+ background-image: -ms-linear-gradient(top, #555555, #222222);
1821
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
1822
+ background-image: -webkit-linear-gradient(top, #555555, #222222);
1823
+ background-image: -o-linear-gradient(top, #555555, #222222);
1824
+ background-image: linear-gradient(top, #555555, #222222);
1825
+ background-repeat: repeat-x;
1826
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
1827
+ border-color: #222222 #222222 #000000;
1828
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1829
+ *background-color: #222222;
1830
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
1831
+
1832
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
1833
+ }
1834
+ .btn-inverse:hover,
1835
+ .btn-inverse:active,
1836
+ .btn-inverse.active,
1837
+ .btn-inverse.disabled,
1838
+ .btn-inverse[disabled] {
1839
+ background-color: #222222;
1840
+ *background-color: #151515;
1841
+ }
1842
+ .btn-inverse:active,
1843
+ .btn-inverse.active {
1844
+ background-color: #080808 \9;
1845
+ }
1846
+ button.btn,
1847
+ input[type="submit"].btn {
1848
+ *padding-top: 2px;
1849
+ *padding-bottom: 2px;
1850
+ }
1851
+ button.btn::-moz-focus-inner,
1852
+ input[type="submit"].btn::-moz-focus-inner {
1853
+ padding: 0;
1854
+ border: 0;
1855
+ }
1856
+ button.btn.btn-large,
1857
+ input[type="submit"].btn.btn-large {
1858
+ *padding-top: 7px;
1859
+ *padding-bottom: 7px;
1860
+ }
1861
+ button.btn.btn-small,
1862
+ input[type="submit"].btn.btn-small {
1863
+ *padding-top: 3px;
1864
+ *padding-bottom: 3px;
1865
+ }
1866
+ button.btn.btn-mini,
1867
+ input[type="submit"].btn.btn-mini {
1868
+ *padding-top: 1px;
1869
+ *padding-bottom: 1px;
1870
+ }
1871
+ [class^="icon-"],
1872
+ [class*=" icon-"] {
1873
+ display: inline-block;
1874
+ width: 14px;
1875
+ height: 14px;
1876
+ *margin-right: .3em;
1877
+ line-height: 14px;
1878
+ vertical-align: text-top;
1879
+ background-image: url("../img/glyphicons-halflings.png");
1880
+ background-position: 14px 14px;
1881
+ background-repeat: no-repeat;
1882
+ }
1883
+ [class^="icon-"]:last-child,
1884
+ [class*=" icon-"]:last-child {
1885
+ *margin-left: 0;
1886
+ }
1887
+ .icon-white {
1888
+ background-image: url("../img/glyphicons-halflings-white.png");
1889
+ }
1890
+ .icon-glass {
1891
+ background-position: 0 0;
1892
+ }
1893
+ .icon-music {
1894
+ background-position: -24px 0;
1895
+ }
1896
+ .icon-search {
1897
+ background-position: -48px 0;
1898
+ }
1899
+ .icon-envelope {
1900
+ background-position: -72px 0;
1901
+ }
1902
+ .icon-heart {
1903
+ background-position: -96px 0;
1904
+ }
1905
+ .icon-star {
1906
+ background-position: -120px 0;
1907
+ }
1908
+ .icon-star-empty {
1909
+ background-position: -144px 0;
1910
+ }
1911
+ .icon-user {
1912
+ background-position: -168px 0;
1913
+ }
1914
+ .icon-film {
1915
+ background-position: -192px 0;
1916
+ }
1917
+ .icon-th-large {
1918
+ background-position: -216px 0;
1919
+ }
1920
+ .icon-th {
1921
+ background-position: -240px 0;
1922
+ }
1923
+ .icon-th-list {
1924
+ background-position: -264px 0;
1925
+ }
1926
+ .icon-ok {
1927
+ background-position: -288px 0;
1928
+ }
1929
+ .icon-remove {
1930
+ background-position: -312px 0;
1931
+ }
1932
+ .icon-zoom-in {
1933
+ background-position: -336px 0;
1934
+ }
1935
+ .icon-zoom-out {
1936
+ background-position: -360px 0;
1937
+ }
1938
+ .icon-off {
1939
+ background-position: -384px 0;
1940
+ }
1941
+ .icon-signal {
1942
+ background-position: -408px 0;
1943
+ }
1944
+ .icon-cog {
1945
+ background-position: -432px 0;
1946
+ }
1947
+ .icon-trash {
1948
+ background-position: -456px 0;
1949
+ }
1950
+ .icon-home {
1951
+ background-position: 0 -24px;
1952
+ }
1953
+ .icon-file {
1954
+ background-position: -24px -24px;
1955
+ }
1956
+ .icon-time {
1957
+ background-position: -48px -24px;
1958
+ }
1959
+ .icon-road {
1960
+ background-position: -72px -24px;
1961
+ }
1962
+ .icon-download-alt {
1963
+ background-position: -96px -24px;
1964
+ }
1965
+ .icon-download {
1966
+ background-position: -120px -24px;
1967
+ }
1968
+ .icon-upload {
1969
+ background-position: -144px -24px;
1970
+ }
1971
+ .icon-inbox {
1972
+ background-position: -168px -24px;
1973
+ }
1974
+ .icon-play-circle {
1975
+ background-position: -192px -24px;
1976
+ }
1977
+ .icon-repeat {
1978
+ background-position: -216px -24px;
1979
+ }
1980
+ .icon-refresh {
1981
+ background-position: -240px -24px;
1982
+ }
1983
+ .icon-list-alt {
1984
+ background-position: -264px -24px;
1985
+ }
1986
+ .icon-lock {
1987
+ background-position: -287px -24px;
1988
+ }
1989
+ .icon-flag {
1990
+ background-position: -312px -24px;
1991
+ }
1992
+ .icon-headphones {
1993
+ background-position: -336px -24px;
1994
+ }
1995
+ .icon-volume-off {
1996
+ background-position: -360px -24px;
1997
+ }
1998
+ .icon-volume-down {
1999
+ background-position: -384px -24px;
2000
+ }
2001
+ .icon-volume-up {
2002
+ background-position: -408px -24px;
2003
+ }
2004
+ .icon-qrcode {
2005
+ background-position: -432px -24px;
2006
+ }
2007
+ .icon-barcode {
2008
+ background-position: -456px -24px;
2009
+ }
2010
+ .icon-tag {
2011
+ background-position: 0 -48px;
2012
+ }
2013
+ .icon-tags {
2014
+ background-position: -25px -48px;
2015
+ }
2016
+ .icon-book {
2017
+ background-position: -48px -48px;
2018
+ }
2019
+ .icon-bookmark {
2020
+ background-position: -72px -48px;
2021
+ }
2022
+ .icon-print {
2023
+ background-position: -96px -48px;
2024
+ }
2025
+ .icon-camera {
2026
+ background-position: -120px -48px;
2027
+ }
2028
+ .icon-font {
2029
+ background-position: -144px -48px;
2030
+ }
2031
+ .icon-bold {
2032
+ background-position: -167px -48px;
2033
+ }
2034
+ .icon-italic {
2035
+ background-position: -192px -48px;
2036
+ }
2037
+ .icon-text-height {
2038
+ background-position: -216px -48px;
2039
+ }
2040
+ .icon-text-width {
2041
+ background-position: -240px -48px;
2042
+ }
2043
+ .icon-align-left {
2044
+ background-position: -264px -48px;
2045
+ }
2046
+ .icon-align-center {
2047
+ background-position: -288px -48px;
2048
+ }
2049
+ .icon-align-right {
2050
+ background-position: -312px -48px;
2051
+ }
2052
+ .icon-align-justify {
2053
+ background-position: -336px -48px;
2054
+ }
2055
+ .icon-list {
2056
+ background-position: -360px -48px;
2057
+ }
2058
+ .icon-indent-left {
2059
+ background-position: -384px -48px;
2060
+ }
2061
+ .icon-indent-right {
2062
+ background-position: -408px -48px;
2063
+ }
2064
+ .icon-facetime-video {
2065
+ background-position: -432px -48px;
2066
+ }
2067
+ .icon-picture {
2068
+ background-position: -456px -48px;
2069
+ }
2070
+ .icon-pencil {
2071
+ background-position: 0 -72px;
2072
+ }
2073
+ .icon-map-marker {
2074
+ background-position: -24px -72px;
2075
+ }
2076
+ .icon-adjust {
2077
+ background-position: -48px -72px;
2078
+ }
2079
+ .icon-tint {
2080
+ background-position: -72px -72px;
2081
+ }
2082
+ .icon-edit {
2083
+ background-position: -96px -72px;
2084
+ }
2085
+ .icon-share {
2086
+ background-position: -120px -72px;
2087
+ }
2088
+ .icon-check {
2089
+ background-position: -144px -72px;
2090
+ }
2091
+ .icon-move {
2092
+ background-position: -168px -72px;
2093
+ }
2094
+ .icon-step-backward {
2095
+ background-position: -192px -72px;
2096
+ }
2097
+ .icon-fast-backward {
2098
+ background-position: -216px -72px;
2099
+ }
2100
+ .icon-backward {
2101
+ background-position: -240px -72px;
2102
+ }
2103
+ .icon-play {
2104
+ background-position: -264px -72px;
2105
+ }
2106
+ .icon-pause {
2107
+ background-position: -288px -72px;
2108
+ }
2109
+ .icon-stop {
2110
+ background-position: -312px -72px;
2111
+ }
2112
+ .icon-forward {
2113
+ background-position: -336px -72px;
2114
+ }
2115
+ .icon-fast-forward {
2116
+ background-position: -360px -72px;
2117
+ }
2118
+ .icon-step-forward {
2119
+ background-position: -384px -72px;
2120
+ }
2121
+ .icon-eject {
2122
+ background-position: -408px -72px;
2123
+ }
2124
+ .icon-chevron-left {
2125
+ background-position: -432px -72px;
2126
+ }
2127
+ .icon-chevron-right {
2128
+ background-position: -456px -72px;
2129
+ }
2130
+ .icon-plus-sign {
2131
+ background-position: 0 -96px;
2132
+ }
2133
+ .icon-minus-sign {
2134
+ background-position: -24px -96px;
2135
+ }
2136
+ .icon-remove-sign {
2137
+ background-position: -48px -96px;
2138
+ }
2139
+ .icon-ok-sign {
2140
+ background-position: -72px -96px;
2141
+ }
2142
+ .icon-question-sign {
2143
+ background-position: -96px -96px;
2144
+ }
2145
+ .icon-info-sign {
2146
+ background-position: -120px -96px;
2147
+ }
2148
+ .icon-screenshot {
2149
+ background-position: -144px -96px;
2150
+ }
2151
+ .icon-remove-circle {
2152
+ background-position: -168px -96px;
2153
+ }
2154
+ .icon-ok-circle {
2155
+ background-position: -192px -96px;
2156
+ }
2157
+ .icon-ban-circle {
2158
+ background-position: -216px -96px;
2159
+ }
2160
+ .icon-arrow-left {
2161
+ background-position: -240px -96px;
2162
+ }
2163
+ .icon-arrow-right {
2164
+ background-position: -264px -96px;
2165
+ }
2166
+ .icon-arrow-up {
2167
+ background-position: -289px -96px;
2168
+ }
2169
+ .icon-arrow-down {
2170
+ background-position: -312px -96px;
2171
+ }
2172
+ .icon-share-alt {
2173
+ background-position: -336px -96px;
2174
+ }
2175
+ .icon-resize-full {
2176
+ background-position: -360px -96px;
2177
+ }
2178
+ .icon-resize-small {
2179
+ background-position: -384px -96px;
2180
+ }
2181
+ .icon-plus {
2182
+ background-position: -408px -96px;
2183
+ }
2184
+ .icon-minus {
2185
+ background-position: -433px -96px;
2186
+ }
2187
+ .icon-asterisk {
2188
+ background-position: -456px -96px;
2189
+ }
2190
+ .icon-exclamation-sign {
2191
+ background-position: 0 -120px;
2192
+ }
2193
+ .icon-gift {
2194
+ background-position: -24px -120px;
2195
+ }
2196
+ .icon-leaf {
2197
+ background-position: -48px -120px;
2198
+ }
2199
+ .icon-fire {
2200
+ background-position: -72px -120px;
2201
+ }
2202
+ .icon-eye-open {
2203
+ background-position: -96px -120px;
2204
+ }
2205
+ .icon-eye-close {
2206
+ background-position: -120px -120px;
2207
+ }
2208
+ .icon-warning-sign {
2209
+ background-position: -144px -120px;
2210
+ }
2211
+ .icon-plane {
2212
+ background-position: -168px -120px;
2213
+ }
2214
+ .icon-calendar {
2215
+ background-position: -192px -120px;
2216
+ }
2217
+ .icon-random {
2218
+ background-position: -216px -120px;
2219
+ }
2220
+ .icon-comment {
2221
+ background-position: -240px -120px;
2222
+ }
2223
+ .icon-magnet {
2224
+ background-position: -264px -120px;
2225
+ }
2226
+ .icon-chevron-up {
2227
+ background-position: -288px -120px;
2228
+ }
2229
+ .icon-chevron-down {
2230
+ background-position: -313px -119px;
2231
+ }
2232
+ .icon-retweet {
2233
+ background-position: -336px -120px;
2234
+ }
2235
+ .icon-shopping-cart {
2236
+ background-position: -360px -120px;
2237
+ }
2238
+ .icon-folder-close {
2239
+ background-position: -384px -120px;
2240
+ }
2241
+ .icon-folder-open {
2242
+ background-position: -408px -120px;
2243
+ }
2244
+ .icon-resize-vertical {
2245
+ background-position: -432px -119px;
2246
+ }
2247
+ .icon-resize-horizontal {
2248
+ background-position: -456px -118px;
2249
+ }
2250
+ .icon-hdd {
2251
+ background-position: 0 -144px;
2252
+ }
2253
+ .icon-bullhorn {
2254
+ background-position: -24px -144px;
2255
+ }
2256
+ .icon-bell {
2257
+ background-position: -48px -144px;
2258
+ }
2259
+ .icon-certificate {
2260
+ background-position: -72px -144px;
2261
+ }
2262
+ .icon-thumbs-up {
2263
+ background-position: -96px -144px;
2264
+ }
2265
+ .icon-thumbs-down {
2266
+ background-position: -120px -144px;
2267
+ }
2268
+ .icon-hand-right {
2269
+ background-position: -144px -144px;
2270
+ }
2271
+ .icon-hand-left {
2272
+ background-position: -168px -144px;
2273
+ }
2274
+ .icon-hand-up {
2275
+ background-position: -192px -144px;
2276
+ }
2277
+ .icon-hand-down {
2278
+ background-position: -216px -144px;
2279
+ }
2280
+ .icon-circle-arrow-right {
2281
+ background-position: -240px -144px;
2282
+ }
2283
+ .icon-circle-arrow-left {
2284
+ background-position: -264px -144px;
2285
+ }
2286
+ .icon-circle-arrow-up {
2287
+ background-position: -288px -144px;
2288
+ }
2289
+ .icon-circle-arrow-down {
2290
+ background-position: -312px -144px;
2291
+ }
2292
+ .icon-globe {
2293
+ background-position: -336px -144px;
2294
+ }
2295
+ .icon-wrench {
2296
+ background-position: -360px -144px;
2297
+ }
2298
+ .icon-tasks {
2299
+ background-position: -384px -144px;
2300
+ }
2301
+ .icon-filter {
2302
+ background-position: -408px -144px;
2303
+ }
2304
+ .icon-briefcase {
2305
+ background-position: -432px -144px;
2306
+ }
2307
+ .icon-fullscreen {
2308
+ background-position: -456px -144px;
2309
+ }
2310
+ .btn-group {
2311
+ position: relative;
2312
+ *zoom: 1;
2313
+ *margin-left: .3em;
2314
+ }
2315
+ .btn-group:before,
2316
+ .btn-group:after {
2317
+ display: table;
2318
+ content: "";
2319
+ }
2320
+ .btn-group:after {
2321
+ clear: both;
2322
+ }
2323
+ .btn-group:first-child {
2324
+ *margin-left: 0;
2325
+ }
2326
+ .btn-group + .btn-group {
2327
+ margin-left: 5px;
2328
+ }
2329
+ .btn-toolbar {
2330
+ margin-top: 9px;
2331
+ margin-bottom: 9px;
2332
+ }
2333
+ .btn-toolbar .btn-group {
2334
+ display: inline-block;
2335
+ *display: inline;
2336
+ /* IE7 inline-block hack */
2337
+
2338
+ *zoom: 1;
2339
+ }
2340
+ .btn-group > .btn {
2341
+ position: relative;
2342
+ float: left;
2343
+ margin-left: -1px;
2344
+ -webkit-border-radius: 0;
2345
+ -moz-border-radius: 0;
2346
+ border-radius: 0;
2347
+ }
2348
+ .btn-group > .btn:first-child {
2349
+ margin-left: 0;
2350
+ -webkit-border-top-left-radius: 4px;
2351
+ -moz-border-radius-topleft: 4px;
2352
+ border-top-left-radius: 4px;
2353
+ -webkit-border-bottom-left-radius: 4px;
2354
+ -moz-border-radius-bottomleft: 4px;
2355
+ border-bottom-left-radius: 4px;
2356
+ }
2357
+ .btn-group > .btn:last-child,
2358
+ .btn-group > .dropdown-toggle {
2359
+ -webkit-border-top-right-radius: 4px;
2360
+ -moz-border-radius-topright: 4px;
2361
+ border-top-right-radius: 4px;
2362
+ -webkit-border-bottom-right-radius: 4px;
2363
+ -moz-border-radius-bottomright: 4px;
2364
+ border-bottom-right-radius: 4px;
2365
+ }
2366
+ .btn-group > .btn.large:first-child {
2367
+ margin-left: 0;
2368
+ -webkit-border-top-left-radius: 6px;
2369
+ -moz-border-radius-topleft: 6px;
2370
+ border-top-left-radius: 6px;
2371
+ -webkit-border-bottom-left-radius: 6px;
2372
+ -moz-border-radius-bottomleft: 6px;
2373
+ border-bottom-left-radius: 6px;
2374
+ }
2375
+ .btn-group > .btn.large:last-child,
2376
+ .btn-group > .large.dropdown-toggle {
2377
+ -webkit-border-top-right-radius: 6px;
2378
+ -moz-border-radius-topright: 6px;
2379
+ border-top-right-radius: 6px;
2380
+ -webkit-border-bottom-right-radius: 6px;
2381
+ -moz-border-radius-bottomright: 6px;
2382
+ border-bottom-right-radius: 6px;
2383
+ }
2384
+ .btn-group > .btn:hover,
2385
+ .btn-group > .btn:focus,
2386
+ .btn-group > .btn:active,
2387
+ .btn-group > .btn.active {
2388
+ z-index: 2;
2389
+ }
2390
+ .btn-group .dropdown-toggle:active,
2391
+ .btn-group.open .dropdown-toggle {
2392
+ outline: 0;
2393
+ }
2394
+ .btn-group > .dropdown-toggle {
2395
+ padding-left: 8px;
2396
+ padding-right: 8px;
2397
+ -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2398
+ -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2399
+ box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2400
+ *padding-top: 4px;
2401
+ *padding-bottom: 4px;
2402
+ }
2403
+ .btn-group > .btn-mini.dropdown-toggle {
2404
+ padding-left: 5px;
2405
+ padding-right: 5px;
2406
+ }
2407
+ .btn-group > .btn-small.dropdown-toggle {
2408
+ *padding-top: 4px;
2409
+ *padding-bottom: 4px;
2410
+ }
2411
+ .btn-group > .btn-large.dropdown-toggle {
2412
+ padding-left: 12px;
2413
+ padding-right: 12px;
2414
+ }
2415
+ .btn-group.open .dropdown-toggle {
2416
+ background-image: none;
2417
+ -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2418
+ -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2419
+ box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2420
+ }
2421
+ .btn-group.open .btn.dropdown-toggle {
2422
+ background-color: #e6e6e6;
2423
+ }
2424
+ .btn-group.open .btn-primary.dropdown-toggle {
2425
+ background-color: #0055cc;
2426
+ }
2427
+ .btn-group.open .btn-warning.dropdown-toggle {
2428
+ background-color: #f89406;
2429
+ }
2430
+ .btn-group.open .btn-danger.dropdown-toggle {
2431
+ background-color: #bd362f;
2432
+ }
2433
+ .btn-group.open .btn-success.dropdown-toggle {
2434
+ background-color: #51a351;
2435
+ }
2436
+ .btn-group.open .btn-info.dropdown-toggle {
2437
+ background-color: #2f96b4;
2438
+ }
2439
+ .btn-group.open .btn-inverse.dropdown-toggle {
2440
+ background-color: #222222;
2441
+ }
2442
+ .btn .caret {
2443
+ margin-top: 7px;
2444
+ margin-left: 0;
2445
+ }
2446
+ .btn:hover .caret,
2447
+ .open.btn-group .caret {
2448
+ opacity: 1;
2449
+ filter: alpha(opacity=100);
2450
+ }
2451
+ .btn-mini .caret {
2452
+ margin-top: 5px;
2453
+ }
2454
+ .btn-small .caret {
2455
+ margin-top: 6px;
2456
+ }
2457
+ .btn-large .caret {
2458
+ margin-top: 6px;
2459
+ border-left-width: 5px;
2460
+ border-right-width: 5px;
2461
+ border-top-width: 5px;
2462
+ }
2463
+ .dropup .btn-large .caret {
2464
+ border-bottom: 5px solid #000000;
2465
+ border-top: 0;
2466
+ }
2467
+ .btn-primary .caret,
2468
+ .btn-warning .caret,
2469
+ .btn-danger .caret,
2470
+ .btn-info .caret,
2471
+ .btn-success .caret,
2472
+ .btn-inverse .caret {
2473
+ border-top-color: #ffffff;
2474
+ border-bottom-color: #ffffff;
2475
+ opacity: 0.75;
2476
+ filter: alpha(opacity=75);
2477
+ }
2478
+ .nav {
2479
+ margin-left: 0;
2480
+ margin-bottom: 18px;
2481
+ list-style: none;
2482
+ }
2483
+ .nav > li > a {
2484
+ display: block;
2485
+ }
2486
+ .nav > li > a:hover {
2487
+ text-decoration: none;
2488
+ background-color: #eeeeee;
2489
+ }
2490
+ .nav > .pull-right {
2491
+ float: right;
2492
+ }
2493
+ .nav .nav-header {
2494
+ display: block;
2495
+ padding: 3px 15px;
2496
+ font-size: 11px;
2497
+ font-weight: bold;
2498
+ line-height: 18px;
2499
+ color: #999999;
2500
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2501
+ text-transform: uppercase;
2502
+ }
2503
+ .nav li + .nav-header {
2504
+ margin-top: 9px;
2505
+ }
2506
+ .nav-list {
2507
+ padding-left: 15px;
2508
+ padding-right: 15px;
2509
+ margin-bottom: 0;
2510
+ }
2511
+ .nav-list > li > a,
2512
+ .nav-list .nav-header {
2513
+ margin-left: -15px;
2514
+ margin-right: -15px;
2515
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2516
+ }
2517
+ .nav-list > li > a {
2518
+ padding: 3px 15px;
2519
+ }
2520
+ .nav-list > .active > a,
2521
+ .nav-list > .active > a:hover {
2522
+ color: #ffffff;
2523
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2524
+ background-color: #0088cc;
2525
+ }
2526
+ .nav-list [class^="icon-"] {
2527
+ margin-right: 2px;
2528
+ }
2529
+ .nav-list .divider {
2530
+ *width: 100%;
2531
+ height: 1px;
2532
+ margin: 8px 1px;
2533
+ *margin: -5px 0 5px;
2534
+ overflow: hidden;
2535
+ background-color: #e5e5e5;
2536
+ border-bottom: 1px solid #ffffff;
2537
+ }
2538
+ .nav-tabs,
2539
+ .nav-pills {
2540
+ *zoom: 1;
2541
+ }
2542
+ .nav-tabs:before,
2543
+ .nav-pills:before,
2544
+ .nav-tabs:after,
2545
+ .nav-pills:after {
2546
+ display: table;
2547
+ content: "";
2548
+ }
2549
+ .nav-tabs:after,
2550
+ .nav-pills:after {
2551
+ clear: both;
2552
+ }
2553
+ .nav-tabs > li,
2554
+ .nav-pills > li {
2555
+ float: left;
2556
+ }
2557
+ .nav-tabs > li > a,
2558
+ .nav-pills > li > a {
2559
+ padding-right: 12px;
2560
+ padding-left: 12px;
2561
+ margin-right: 2px;
2562
+ line-height: 14px;
2563
+ }
2564
+ .nav-tabs {
2565
+ border-bottom: 1px solid #ddd;
2566
+ }
2567
+ .nav-tabs > li {
2568
+ margin-bottom: -1px;
2569
+ }
2570
+ .nav-tabs > li > a {
2571
+ padding-top: 8px;
2572
+ padding-bottom: 8px;
2573
+ line-height: 18px;
2574
+ border: 1px solid transparent;
2575
+ -webkit-border-radius: 4px 4px 0 0;
2576
+ -moz-border-radius: 4px 4px 0 0;
2577
+ border-radius: 4px 4px 0 0;
2578
+ }
2579
+ .nav-tabs > li > a:hover {
2580
+ border-color: #eeeeee #eeeeee #dddddd;
2581
+ }
2582
+ .nav-tabs > .active > a,
2583
+ .nav-tabs > .active > a:hover {
2584
+ color: #555555;
2585
+ background-color: #ffffff;
2586
+ border: 1px solid #ddd;
2587
+ border-bottom-color: transparent;
2588
+ cursor: default;
2589
+ }
2590
+ .nav-pills > li > a {
2591
+ padding-top: 8px;
2592
+ padding-bottom: 8px;
2593
+ margin-top: 2px;
2594
+ margin-bottom: 2px;
2595
+ -webkit-border-radius: 5px;
2596
+ -moz-border-radius: 5px;
2597
+ border-radius: 5px;
2598
+ }
2599
+ .nav-pills > .active > a,
2600
+ .nav-pills > .active > a:hover {
2601
+ color: #ffffff;
2602
+ background-color: #0088cc;
2603
+ }
2604
+ .nav-stacked > li {
2605
+ float: none;
2606
+ }
2607
+ .nav-stacked > li > a {
2608
+ margin-right: 0;
2609
+ }
2610
+ .nav-tabs.nav-stacked {
2611
+ border-bottom: 0;
2612
+ }
2613
+ .nav-tabs.nav-stacked > li > a {
2614
+ border: 1px solid #ddd;
2615
+ -webkit-border-radius: 0;
2616
+ -moz-border-radius: 0;
2617
+ border-radius: 0;
2618
+ }
2619
+ .nav-tabs.nav-stacked > li:first-child > a {
2620
+ -webkit-border-radius: 4px 4px 0 0;
2621
+ -moz-border-radius: 4px 4px 0 0;
2622
+ border-radius: 4px 4px 0 0;
2623
+ }
2624
+ .nav-tabs.nav-stacked > li:last-child > a {
2625
+ -webkit-border-radius: 0 0 4px 4px;
2626
+ -moz-border-radius: 0 0 4px 4px;
2627
+ border-radius: 0 0 4px 4px;
2628
+ }
2629
+ .nav-tabs.nav-stacked > li > a:hover {
2630
+ border-color: #ddd;
2631
+ z-index: 2;
2632
+ }
2633
+ .nav-pills.nav-stacked > li > a {
2634
+ margin-bottom: 3px;
2635
+ }
2636
+ .nav-pills.nav-stacked > li:last-child > a {
2637
+ margin-bottom: 1px;
2638
+ }
2639
+ .nav-tabs .dropdown-menu {
2640
+ -webkit-border-radius: 0 0 5px 5px;
2641
+ -moz-border-radius: 0 0 5px 5px;
2642
+ border-radius: 0 0 5px 5px;
2643
+ }
2644
+ .nav-pills .dropdown-menu {
2645
+ -webkit-border-radius: 4px;
2646
+ -moz-border-radius: 4px;
2647
+ border-radius: 4px;
2648
+ }
2649
+ .nav-tabs .dropdown-toggle .caret,
2650
+ .nav-pills .dropdown-toggle .caret {
2651
+ border-top-color: #0088cc;
2652
+ border-bottom-color: #0088cc;
2653
+ margin-top: 6px;
2654
+ }
2655
+ .nav-tabs .dropdown-toggle:hover .caret,
2656
+ .nav-pills .dropdown-toggle:hover .caret {
2657
+ border-top-color: #005580;
2658
+ border-bottom-color: #005580;
2659
+ }
2660
+ .nav-tabs .active .dropdown-toggle .caret,
2661
+ .nav-pills .active .dropdown-toggle .caret {
2662
+ border-top-color: #333333;
2663
+ border-bottom-color: #333333;
2664
+ }
2665
+ .nav > .dropdown.active > a:hover {
2666
+ color: #000000;
2667
+ cursor: pointer;
2668
+ }
2669
+ .nav-tabs .open .dropdown-toggle,
2670
+ .nav-pills .open .dropdown-toggle,
2671
+ .nav > li.dropdown.open.active > a:hover {
2672
+ color: #ffffff;
2673
+ background-color: #999999;
2674
+ border-color: #999999;
2675
+ }
2676
+ .nav li.dropdown.open .caret,
2677
+ .nav li.dropdown.open.active .caret,
2678
+ .nav li.dropdown.open a:hover .caret {
2679
+ border-top-color: #ffffff;
2680
+ border-bottom-color: #ffffff;
2681
+ opacity: 1;
2682
+ filter: alpha(opacity=100);
2683
+ }
2684
+ .tabs-stacked .open > a:hover {
2685
+ border-color: #999999;
2686
+ }
2687
+ .tabbable {
2688
+ *zoom: 1;
2689
+ }
2690
+ .tabbable:before,
2691
+ .tabbable:after {
2692
+ display: table;
2693
+ content: "";
2694
+ }
2695
+ .tabbable:after {
2696
+ clear: both;
2697
+ }
2698
+ .tab-content {
2699
+ overflow: auto;
2700
+ }
2701
+ .tabs-below > .nav-tabs,
2702
+ .tabs-right > .nav-tabs,
2703
+ .tabs-left > .nav-tabs {
2704
+ border-bottom: 0;
2705
+ }
2706
+ .tab-content > .tab-pane,
2707
+ .pill-content > .pill-pane {
2708
+ display: none;
2709
+ }
2710
+ .tab-content > .active,
2711
+ .pill-content > .active {
2712
+ display: block;
2713
+ }
2714
+ .tabs-below > .nav-tabs {
2715
+ border-top: 1px solid #ddd;
2716
+ }
2717
+ .tabs-below > .nav-tabs > li {
2718
+ margin-top: -1px;
2719
+ margin-bottom: 0;
2720
+ }
2721
+ .tabs-below > .nav-tabs > li > a {
2722
+ -webkit-border-radius: 0 0 4px 4px;
2723
+ -moz-border-radius: 0 0 4px 4px;
2724
+ border-radius: 0 0 4px 4px;
2725
+ }
2726
+ .tabs-below > .nav-tabs > li > a:hover {
2727
+ border-bottom-color: transparent;
2728
+ border-top-color: #ddd;
2729
+ }
2730
+ .tabs-below > .nav-tabs > .active > a,
2731
+ .tabs-below > .nav-tabs > .active > a:hover {
2732
+ border-color: transparent #ddd #ddd #ddd;
2733
+ }
2734
+ .tabs-left > .nav-tabs > li,
2735
+ .tabs-right > .nav-tabs > li {
2736
+ float: none;
2737
+ }
2738
+ .tabs-left > .nav-tabs > li > a,
2739
+ .tabs-right > .nav-tabs > li > a {
2740
+ min-width: 74px;
2741
+ margin-right: 0;
2742
+ margin-bottom: 3px;
2743
+ }
2744
+ .tabs-left > .nav-tabs {
2745
+ float: left;
2746
+ margin-right: 19px;
2747
+ border-right: 1px solid #ddd;
2748
+ }
2749
+ .tabs-left > .nav-tabs > li > a {
2750
+ margin-right: -1px;
2751
+ -webkit-border-radius: 4px 0 0 4px;
2752
+ -moz-border-radius: 4px 0 0 4px;
2753
+ border-radius: 4px 0 0 4px;
2754
+ }
2755
+ .tabs-left > .nav-tabs > li > a:hover {
2756
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2757
+ }
2758
+ .tabs-left > .nav-tabs .active > a,
2759
+ .tabs-left > .nav-tabs .active > a:hover {
2760
+ border-color: #ddd transparent #ddd #ddd;
2761
+ *border-right-color: #ffffff;
2762
+ }
2763
+ .tabs-right > .nav-tabs {
2764
+ float: right;
2765
+ margin-left: 19px;
2766
+ border-left: 1px solid #ddd;
2767
+ }
2768
+ .tabs-right > .nav-tabs > li > a {
2769
+ margin-left: -1px;
2770
+ -webkit-border-radius: 0 4px 4px 0;
2771
+ -moz-border-radius: 0 4px 4px 0;
2772
+ border-radius: 0 4px 4px 0;
2773
+ }
2774
+ .tabs-right > .nav-tabs > li > a:hover {
2775
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2776
+ }
2777
+ .tabs-right > .nav-tabs .active > a,
2778
+ .tabs-right > .nav-tabs .active > a:hover {
2779
+ border-color: #ddd #ddd #ddd transparent;
2780
+ *border-left-color: #ffffff;
2781
+ }
2782
+ .navbar {
2783
+ *position: relative;
2784
+ *z-index: 2;
2785
+ overflow: visible;
2786
+ margin-bottom: 18px;
2787
+ }
2788
+ .navbar-inner {
2789
+ min-height: 40px;
2790
+ padding-left: 20px;
2791
+ padding-right: 20px;
2792
+ background-color: #2c2c2c;
2793
+ background-image: -moz-linear-gradient(top, #333333, #222222);
2794
+ background-image: -ms-linear-gradient(top, #333333, #222222);
2795
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2796
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
2797
+ background-image: -o-linear-gradient(top, #333333, #222222);
2798
+ background-image: linear-gradient(top, #333333, #222222);
2799
+ background-repeat: repeat-x;
2800
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2801
+ -webkit-border-radius: 4px;
2802
+ -moz-border-radius: 4px;
2803
+ border-radius: 4px;
2804
+ -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
2805
+ -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
2806
+ box-shadow: 0 1px 3px rgba(0,0,0,.25), inset 0 -1px 0 rgba(0,0,0,.1);
2807
+ }
2808
+ .navbar .container {
2809
+ width: auto;
2810
+ }
2811
+ .nav-collapse.collapse {
2812
+ height: auto;
2813
+ }
2814
+ .navbar {
2815
+ color: #999999;
2816
+ }
2817
+ .navbar .brand:hover {
2818
+ text-decoration: none;
2819
+ }
2820
+ .navbar .brand {
2821
+ float: left;
2822
+ display: block;
2823
+ padding: 8px 20px 12px;
2824
+ margin-left: -20px;
2825
+ font-size: 20px;
2826
+ font-weight: 200;
2827
+ line-height: 1;
2828
+ color: #999999;
2829
+ }
2830
+ .navbar .navbar-text {
2831
+ margin-bottom: 0;
2832
+ line-height: 40px;
2833
+ }
2834
+ .navbar .navbar-link {
2835
+ color: #999999;
2836
+ }
2837
+ .navbar .navbar-link:hover {
2838
+ color: #ffffff;
2839
+ }
2840
+ .navbar .btn,
2841
+ .navbar .btn-group {
2842
+ margin-top: 5px;
2843
+ }
2844
+ .navbar .btn-group .btn {
2845
+ margin: 0;
2846
+ }
2847
+ .navbar-form {
2848
+ margin-bottom: 0;
2849
+ *zoom: 1;
2850
+ }
2851
+ .navbar-form:before,
2852
+ .navbar-form:after {
2853
+ display: table;
2854
+ content: "";
2855
+ }
2856
+ .navbar-form:after {
2857
+ clear: both;
2858
+ }
2859
+ .navbar-form input,
2860
+ .navbar-form select,
2861
+ .navbar-form .radio,
2862
+ .navbar-form .checkbox {
2863
+ margin-top: 5px;
2864
+ }
2865
+ .navbar-form input,
2866
+ .navbar-form select {
2867
+ display: inline-block;
2868
+ margin-bottom: 0;
2869
+ }
2870
+ .navbar-form input[type="image"],
2871
+ .navbar-form input[type="checkbox"],
2872
+ .navbar-form input[type="radio"] {
2873
+ margin-top: 3px;
2874
+ }
2875
+ .navbar-form .input-append,
2876
+ .navbar-form .input-prepend {
2877
+ margin-top: 6px;
2878
+ white-space: nowrap;
2879
+ }
2880
+ .navbar-form .input-append input,
2881
+ .navbar-form .input-prepend input {
2882
+ margin-top: 0;
2883
+ }
2884
+ .navbar-search {
2885
+ position: relative;
2886
+ float: left;
2887
+ margin-top: 6px;
2888
+ margin-bottom: 0;
2889
+ }
2890
+ .navbar-search .search-query {
2891
+ padding: 4px 9px;
2892
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2893
+ font-size: 13px;
2894
+ font-weight: normal;
2895
+ line-height: 1;
2896
+ color: #ffffff;
2897
+ background-color: #626262;
2898
+ border: 1px solid #151515;
2899
+ -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
2900
+ -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
2901
+ box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
2902
+ -webkit-transition: none;
2903
+ -moz-transition: none;
2904
+ -ms-transition: none;
2905
+ -o-transition: none;
2906
+ transition: none;
2907
+ }
2908
+ .navbar-search .search-query:-moz-placeholder {
2909
+ color: #cccccc;
2910
+ }
2911
+ .navbar-search .search-query::-webkit-input-placeholder {
2912
+ color: #cccccc;
2913
+ }
2914
+ .navbar-search .search-query:focus,
2915
+ .navbar-search .search-query.focused {
2916
+ padding: 5px 10px;
2917
+ color: #333333;
2918
+ text-shadow: 0 1px 0 #ffffff;
2919
+ background-color: #ffffff;
2920
+ border: 0;
2921
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2922
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2923
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2924
+ outline: 0;
2925
+ }
2926
+ .navbar-fixed-top,
2927
+ .navbar-fixed-bottom {
2928
+ position: fixed;
2929
+ right: 0;
2930
+ left: 0;
2931
+ z-index: 1030;
2932
+ margin-bottom: 0;
2933
+ }
2934
+ .navbar-fixed-top .navbar-inner,
2935
+ .navbar-fixed-bottom .navbar-inner {
2936
+ padding-left: 0;
2937
+ padding-right: 0;
2938
+ -webkit-border-radius: 0;
2939
+ -moz-border-radius: 0;
2940
+ border-radius: 0;
2941
+ }
2942
+ .navbar-fixed-top .container,
2943
+ .navbar-fixed-bottom .container {
2944
+ width: 940px;
2945
+ }
2946
+ .navbar-fixed-top {
2947
+ top: 0;
2948
+ }
2949
+ .navbar-fixed-bottom {
2950
+ bottom: 0;
2951
+ }
2952
+ .navbar .nav {
2953
+ position: relative;
2954
+ left: 0;
2955
+ display: block;
2956
+ float: left;
2957
+ margin: 0 10px 0 0;
2958
+ }
2959
+ .navbar .nav.pull-right {
2960
+ float: right;
2961
+ }
2962
+ .navbar .nav > li {
2963
+ display: block;
2964
+ float: left;
2965
+ }
2966
+ .navbar .nav > li > a {
2967
+ float: none;
2968
+ padding: 9px 10px 11px;
2969
+ line-height: 19px;
2970
+ color: #999999;
2971
+ text-decoration: none;
2972
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2973
+ }
2974
+ .navbar .btn {
2975
+ display: inline-block;
2976
+ padding: 4px 10px 4px;
2977
+ margin: 5px 5px 6px;
2978
+ line-height: 18px;
2979
+ }
2980
+ .navbar .btn-group {
2981
+ margin: 0;
2982
+ padding: 5px 5px 6px;
2983
+ }
2984
+ .navbar .nav > li > a:hover {
2985
+ background-color: transparent;
2986
+ color: #ffffff;
2987
+ text-decoration: none;
2988
+ }
2989
+ .navbar .nav .active > a,
2990
+ .navbar .nav .active > a:hover {
2991
+ color: #ffffff;
2992
+ text-decoration: none;
2993
+ background-color: #222222;
2994
+ }
2995
+ .navbar .divider-vertical {
2996
+ height: 40px;
2997
+ width: 1px;
2998
+ margin: 0 9px;
2999
+ overflow: hidden;
3000
+ background-color: #222222;
3001
+ border-right: 1px solid #333333;
3002
+ }
3003
+ .navbar .nav.pull-right {
3004
+ margin-left: 10px;
3005
+ margin-right: 0;
3006
+ }
3007
+ .navbar .btn-navbar {
3008
+ display: none;
3009
+ float: right;
3010
+ padding: 7px 10px;
3011
+ margin-left: 5px;
3012
+ margin-right: 5px;
3013
+ background-color: #2c2c2c;
3014
+ background-image: -moz-linear-gradient(top, #333333, #222222);
3015
+ background-image: -ms-linear-gradient(top, #333333, #222222);
3016
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
3017
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
3018
+ background-image: -o-linear-gradient(top, #333333, #222222);
3019
+ background-image: linear-gradient(top, #333333, #222222);
3020
+ background-repeat: repeat-x;
3021
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
3022
+ border-color: #222222 #222222 #000000;
3023
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3024
+ *background-color: #222222;
3025
+ /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3026
+
3027
+ filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3028
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3029
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3030
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3031
+ }
3032
+ .navbar .btn-navbar:hover,
3033
+ .navbar .btn-navbar:active,
3034
+ .navbar .btn-navbar.active,
3035
+ .navbar .btn-navbar.disabled,
3036
+ .navbar .btn-navbar[disabled] {
3037
+ background-color: #222222;
3038
+ *background-color: #151515;
3039
+ }
3040
+ .navbar .btn-navbar:active,
3041
+ .navbar .btn-navbar.active {
3042
+ background-color: #080808 \9;
3043
+ }
3044
+ .navbar .btn-navbar .icon-bar {
3045
+ display: block;
3046
+ width: 18px;
3047
+ height: 2px;
3048
+ background-color: #f5f5f5;
3049
+ -webkit-border-radius: 1px;
3050
+ -moz-border-radius: 1px;
3051
+ border-radius: 1px;
3052
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3053
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3054
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3055
+ }
3056
+ .btn-navbar .icon-bar + .icon-bar {
3057
+ margin-top: 3px;
3058
+ }
3059
+ .navbar .dropdown-menu:before {
3060
+ content: '';
3061
+ display: inline-block;
3062
+ border-left: 7px solid transparent;
3063
+ border-right: 7px solid transparent;
3064
+ border-bottom: 7px solid #ccc;
3065
+ border-bottom-color: rgba(0, 0, 0, 0.2);
3066
+ position: absolute;
3067
+ top: -7px;
3068
+ left: 9px;
3069
+ }
3070
+ .navbar .dropdown-menu:after {
3071
+ content: '';
3072
+ display: inline-block;
3073
+ border-left: 6px solid transparent;
3074
+ border-right: 6px solid transparent;
3075
+ border-bottom: 6px solid #ffffff;
3076
+ position: absolute;
3077
+ top: -6px;
3078
+ left: 10px;
3079
+ }
3080
+ .navbar-fixed-bottom .dropdown-menu:before {
3081
+ border-top: 7px solid #ccc;
3082
+ border-top-color: rgba(0, 0, 0, 0.2);
3083
+ border-bottom: 0;
3084
+ bottom: -7px;
3085
+ top: auto;
3086
+ }
3087
+ .navbar-fixed-bottom .dropdown-menu:after {
3088
+ border-top: 6px solid #ffffff;
3089
+ border-bottom: 0;
3090
+ bottom: -6px;
3091
+ top: auto;
3092
+ }
3093
+ .navbar .nav li.dropdown .dropdown-toggle .caret,
3094
+ .navbar .nav li.dropdown.open .caret {
3095
+ border-top-color: #ffffff;
3096
+ border-bottom-color: #ffffff;
3097
+ }
3098
+ .navbar .nav li.dropdown.active .caret {
3099
+ opacity: 1;
3100
+ filter: alpha(opacity=100);
3101
+ }
3102
+ .navbar .nav li.dropdown.open > .dropdown-toggle,
3103
+ .navbar .nav li.dropdown.active > .dropdown-toggle,
3104
+ .navbar .nav li.dropdown.open.active > .dropdown-toggle {
3105
+ background-color: transparent;
3106
+ }
3107
+ .navbar .nav li.dropdown.active > .dropdown-toggle:hover {
3108
+ color: #ffffff;
3109
+ }
3110
+ .navbar .pull-right .dropdown-menu,
3111
+ .navbar .dropdown-menu.pull-right {
3112
+ left: auto;
3113
+ right: 0;
3114
+ }
3115
+ .navbar .pull-right .dropdown-menu:before,
3116
+ .navbar .dropdown-menu.pull-right:before {
3117
+ left: auto;
3118
+ right: 12px;
3119
+ }
3120
+ .navbar .pull-right .dropdown-menu:after,
3121
+ .navbar .dropdown-menu.pull-right:after {
3122
+ left: auto;
3123
+ right: 13px;
3124
+ }
3125
+ .breadcrumb {
3126
+ padding: 7px 14px;
3127
+ margin: 0 0 18px;
3128
+ list-style: none;
3129
+ background-color: #fbfbfb;
3130
+ background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
3131
+ background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
3132
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
3133
+ background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
3134
+ background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
3135
+ background-image: linear-gradient(top, #ffffff, #f5f5f5);
3136
+ background-repeat: repeat-x;
3137
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
3138
+ border: 1px solid #ddd;
3139
+ -webkit-border-radius: 3px;
3140
+ -moz-border-radius: 3px;
3141
+ border-radius: 3px;
3142
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
3143
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
3144
+ box-shadow: inset 0 1px 0 #ffffff;
3145
+ }
3146
+ .breadcrumb li {
3147
+ display: inline-block;
3148
+ *display: inline;
3149
+ /* IE7 inline-block hack */
3150
+
3151
+ *zoom: 1;
3152
+ text-shadow: 0 1px 0 #ffffff;
3153
+ }
3154
+ .breadcrumb .divider {
3155
+ padding: 0 5px;
3156
+ color: #999999;
3157
+ }
3158
+ .breadcrumb .active a {
3159
+ color: #333333;
3160
+ }
3161
+ .pagination {
3162
+ height: 36px;
3163
+ margin: 18px 0;
3164
+ }
3165
+ .pagination ul {
3166
+ display: inline-block;
3167
+ *display: inline;
3168
+ /* IE7 inline-block hack */
3169
+
3170
+ *zoom: 1;
3171
+ margin-left: 0;
3172
+ margin-bottom: 0;
3173
+ -webkit-border-radius: 3px;
3174
+ -moz-border-radius: 3px;
3175
+ border-radius: 3px;
3176
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3177
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3178
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3179
+ }
3180
+ .pagination li {
3181
+ display: inline;
3182
+ }
3183
+ .pagination a {
3184
+ float: left;
3185
+ padding: 0 14px;
3186
+ line-height: 34px;
3187
+ text-decoration: none;
3188
+ border: 1px solid #ddd;
3189
+ border-left-width: 0;
3190
+ }
3191
+ .pagination a:hover,
3192
+ .pagination .active a {
3193
+ background-color: #f5f5f5;
3194
+ }
3195
+ .pagination .active a {
3196
+ color: #999999;
3197
+ cursor: default;
3198
+ }
3199
+ .pagination .disabled span,
3200
+ .pagination .disabled a,
3201
+ .pagination .disabled a:hover {
3202
+ color: #999999;
3203
+ background-color: transparent;
3204
+ cursor: default;
3205
+ }
3206
+ .pagination li:first-child a {
3207
+ border-left-width: 1px;
3208
+ -webkit-border-radius: 3px 0 0 3px;
3209
+ -moz-border-radius: 3px 0 0 3px;
3210
+ border-radius: 3px 0 0 3px;
3211
+ }
3212
+ .pagination li:last-child a {
3213
+ -webkit-border-radius: 0 3px 3px 0;
3214
+ -moz-border-radius: 0 3px 3px 0;
3215
+ border-radius: 0 3px 3px 0;
3216
+ }
3217
+ .pagination-centered {
3218
+ text-align: center;
3219
+ }
3220
+ .pagination-right {
3221
+ text-align: right;
3222
+ }
3223
+ .pager {
3224
+ margin-left: 0;
3225
+ margin-bottom: 18px;
3226
+ list-style: none;
3227
+ text-align: center;
3228
+ *zoom: 1;
3229
+ }
3230
+ .pager:before,
3231
+ .pager:after {
3232
+ display: table;
3233
+ content: "";
3234
+ }
3235
+ .pager:after {
3236
+ clear: both;
3237
+ }
3238
+ .pager li {
3239
+ display: inline;
3240
+ }
3241
+ .pager a {
3242
+ display: inline-block;
3243
+ padding: 5px 14px;
3244
+ background-color: #fff;
3245
+ border: 1px solid #ddd;
3246
+ -webkit-border-radius: 15px;
3247
+ -moz-border-radius: 15px;
3248
+ border-radius: 15px;
3249
+ }
3250
+ .pager a:hover {
3251
+ text-decoration: none;
3252
+ background-color: #f5f5f5;
3253
+ }
3254
+ .pager .next a {
3255
+ float: right;
3256
+ }
3257
+ .pager .previous a {
3258
+ float: left;
3259
+ }
3260
+ .pager .disabled a,
3261
+ .pager .disabled a:hover {
3262
+ color: #999999;
3263
+ background-color: #fff;
3264
+ cursor: default;
3265
+ }
3266
+ .thumbnails {
3267
+ margin-left: -20px;
3268
+ list-style: none;
3269
+ *zoom: 1;
3270
+ }
3271
+ .thumbnails:before,
3272
+ .thumbnails:after {
3273
+ display: table;
3274
+ content: "";
3275
+ }
3276
+ .thumbnails:after {
3277
+ clear: both;
3278
+ }
3279
+ .row-fluid .thumbnails {
3280
+ margin-left: 0;
3281
+ }
3282
+ .thumbnails > li {
3283
+ float: left;
3284
+ margin-bottom: 18px;
3285
+ margin-left: 20px;
3286
+ }
3287
+ .thumbnail {
3288
+ display: block;
3289
+ padding: 4px;
3290
+ line-height: 1;
3291
+ border: 1px solid #ddd;
3292
+ -webkit-border-radius: 4px;
3293
+ -moz-border-radius: 4px;
3294
+ border-radius: 4px;
3295
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3296
+ -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3297
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3298
+ }
3299
+ a.thumbnail:hover {
3300
+ border-color: #0088cc;
3301
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3302
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3303
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3304
+ }
3305
+ .thumbnail > img {
3306
+ display: block;
3307
+ max-width: 100%;
3308
+ margin-left: auto;
3309
+ margin-right: auto;
3310
+ }
3311
+ .thumbnail .caption {
3312
+ padding: 9px;
3313
+ }
3314
+ .alert {
3315
+ padding: 8px 35px 8px 14px;
3316
+ margin-bottom: 18px;
3317
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3318
+ background-color: #fcf8e3;
3319
+ border: 1px solid #fbeed5;
3320
+ -webkit-border-radius: 4px;
3321
+ -moz-border-radius: 4px;
3322
+ border-radius: 4px;
3323
+ color: #c09853;
3324
+ }
3325
+ .alert-heading {
3326
+ color: inherit;
3327
+ }
3328
+ .alert .close {
3329
+ position: relative;
3330
+ top: -2px;
3331
+ right: -21px;
3332
+ line-height: 18px;
3333
+ }
3334
+ .alert-success {
3335
+ background-color: #dff0d8;
3336
+ border-color: #d6e9c6;
3337
+ color: #468847;
3338
+ }
3339
+ .alert-danger,
3340
+ .alert-error {
3341
+ background-color: #f2dede;
3342
+ border-color: #eed3d7;
3343
+ color: #b94a48;
3344
+ }
3345
+ .alert-info {
3346
+ background-color: #d9edf7;
3347
+ border-color: #bce8f1;
3348
+ color: #3a87ad;
3349
+ }
3350
+ .alert-block {
3351
+ padding-top: 14px;
3352
+ padding-bottom: 14px;
3353
+ }
3354
+ .alert-block > p,
3355
+ .alert-block > ul {
3356
+ margin-bottom: 0;
3357
+ }
3358
+ .alert-block p + p {
3359
+ margin-top: 5px;
3360
+ }
3361
+ @-webkit-keyframes progress-bar-stripes {
3362
+ from {
3363
+ background-position: 40px 0;
3364
+ }
3365
+ to {
3366
+ background-position: 0 0;
3367
+ }
3368
+ }
3369
+ @-moz-keyframes progress-bar-stripes {
3370
+ from {
3371
+ background-position: 40px 0;
3372
+ }
3373
+ to {
3374
+ background-position: 0 0;
3375
+ }
3376
+ }
3377
+ @-ms-keyframes progress-bar-stripes {
3378
+ from {
3379
+ background-position: 40px 0;
3380
+ }
3381
+ to {
3382
+ background-position: 0 0;
3383
+ }
3384
+ }
3385
+ @-o-keyframes progress-bar-stripes {
3386
+ from {
3387
+ background-position: 0 0;
3388
+ }
3389
+ to {
3390
+ background-position: 40px 0;
3391
+ }
3392
+ }
3393
+ @keyframes progress-bar-stripes {
3394
+ from {
3395
+ background-position: 40px 0;
3396
+ }
3397
+ to {
3398
+ background-position: 0 0;
3399
+ }
3400
+ }
3401
+ .progress {
3402
+ overflow: hidden;
3403
+ height: 18px;
3404
+ margin-bottom: 18px;
3405
+ background-color: #f7f7f7;
3406
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
3407
+ background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
3408
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
3409
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
3410
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
3411
+ background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
3412
+ background-repeat: repeat-x;
3413
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
3414
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3415
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3416
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3417
+ -webkit-border-radius: 4px;
3418
+ -moz-border-radius: 4px;
3419
+ border-radius: 4px;
3420
+ }
3421
+ .progress .bar {
3422
+ width: 0%;
3423
+ height: 18px;
3424
+ color: #ffffff;
3425
+ font-size: 12px;
3426
+ text-align: center;
3427
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3428
+ background-color: #0e90d2;
3429
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
3430
+ background-image: -ms-linear-gradient(top, #149bdf, #0480be);
3431
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
3432
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
3433
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
3434
+ background-image: linear-gradient(top, #149bdf, #0480be);
3435
+ background-repeat: repeat-x;
3436
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
3437
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3438
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3439
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3440
+ -webkit-box-sizing: border-box;
3441
+ -moz-box-sizing: border-box;
3442
+ -ms-box-sizing: border-box;
3443
+ box-sizing: border-box;
3444
+ -webkit-transition: width 0.6s ease;
3445
+ -moz-transition: width 0.6s ease;
3446
+ -ms-transition: width 0.6s ease;
3447
+ -o-transition: width 0.6s ease;
3448
+ transition: width 0.6s ease;
3449
+ }
3450
+ .progress-striped .bar {
3451
+ background-color: #149bdf;
3452
+ 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));
3453
+ 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);
3454
+ 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);
3455
+ background-image: -ms-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);
3456
+ background-image: -o-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);
3457
+ 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);
3458
+ -webkit-background-size: 40px 40px;
3459
+ -moz-background-size: 40px 40px;
3460
+ -o-background-size: 40px 40px;
3461
+ background-size: 40px 40px;
3462
+ }
3463
+ .progress.active .bar {
3464
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
3465
+ -moz-animation: progress-bar-stripes 2s linear infinite;
3466
+ -ms-animation: progress-bar-stripes 2s linear infinite;
3467
+ -o-animation: progress-bar-stripes 2s linear infinite;
3468
+ animation: progress-bar-stripes 2s linear infinite;
3469
+ }
3470
+ .progress-danger .bar {
3471
+ background-color: #dd514c;
3472
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3473
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3474
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
3475
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3476
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3477
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
3478
+ background-repeat: repeat-x;
3479
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3480
+ }
3481
+ .progress-danger.progress-striped .bar {
3482
+ background-color: #ee5f5b;
3483
+ 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));
3484
+ 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);
3485
+ 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);
3486
+ background-image: -ms-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);
3487
+ background-image: -o-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);
3488
+ 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);
3489
+ }
3490
+ .progress-success .bar {
3491
+ background-color: #5eb95e;
3492
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
3493
+ background-image: -ms-linear-gradient(top, #62c462, #57a957);
3494
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
3495
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3496
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
3497
+ background-image: linear-gradient(top, #62c462, #57a957);
3498
+ background-repeat: repeat-x;
3499
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3500
+ }
3501
+ .progress-success.progress-striped .bar {
3502
+ background-color: #62c462;
3503
+ 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));
3504
+ 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);
3505
+ 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);
3506
+ background-image: -ms-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);
3507
+ background-image: -o-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);
3508
+ 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);
3509
+ }
3510
+ .progress-info .bar {
3511
+ background-color: #4bb1cf;
3512
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3513
+ background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3514
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
3515
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3516
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3517
+ background-image: linear-gradient(top, #5bc0de, #339bb9);
3518
+ background-repeat: repeat-x;
3519
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3520
+ }
3521
+ .progress-info.progress-striped .bar {
3522
+ background-color: #5bc0de;
3523
+ 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));
3524
+ 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);
3525
+ 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);
3526
+ background-image: -ms-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);
3527
+ background-image: -o-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);
3528
+ 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);
3529
+ }
3530
+ .progress-warning .bar {
3531
+ background-color: #faa732;
3532
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3533
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
3534
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3535
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3536
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
3537
+ background-image: linear-gradient(top, #fbb450, #f89406);
3538
+ background-repeat: repeat-x;
3539
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
3540
+ }
3541
+ .progress-warning.progress-striped .bar {
3542
+ background-color: #fbb450;
3543
+ 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));
3544
+ 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);
3545
+ 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);
3546
+ background-image: -ms-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);
3547
+ background-image: -o-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);
3548
+ 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);
3549
+ }
3550
+ .hero-unit {
3551
+ padding: 60px;
3552
+ margin-bottom: 30px;
3553
+ background-color: #eeeeee;
3554
+ -webkit-border-radius: 6px;
3555
+ -moz-border-radius: 6px;
3556
+ border-radius: 6px;
3557
+ }
3558
+ .hero-unit h1 {
3559
+ margin-bottom: 0;
3560
+ font-size: 60px;
3561
+ line-height: 1;
3562
+ color: inherit;
3563
+ letter-spacing: -1px;
3564
+ }
3565
+ .hero-unit p {
3566
+ font-size: 18px;
3567
+ font-weight: 200;
3568
+ line-height: 27px;
3569
+ color: inherit;
3570
+ }
3571
+ .tooltip {
3572
+ position: absolute;
3573
+ z-index: 1020;
3574
+ display: block;
3575
+ visibility: visible;
3576
+ padding: 5px;
3577
+ font-size: 11px;
3578
+ opacity: 0;
3579
+ filter: alpha(opacity=0);
3580
+ }
3581
+ .tooltip.in {
3582
+ opacity: 0.8;
3583
+ filter: alpha(opacity=80);
3584
+ }
3585
+ .tooltip.top {
3586
+ margin-top: -2px;
3587
+ }
3588
+ .tooltip.right {
3589
+ margin-left: 2px;
3590
+ }
3591
+ .tooltip.bottom {
3592
+ margin-top: 2px;
3593
+ }
3594
+ .tooltip.left {
3595
+ margin-left: -2px;
3596
+ }
3597
+ .tooltip.top .tooltip-arrow {
3598
+ bottom: 0;
3599
+ left: 50%;
3600
+ margin-left: -5px;
3601
+ border-left: 5px solid transparent;
3602
+ border-right: 5px solid transparent;
3603
+ border-top: 5px solid #000000;
3604
+ }
3605
+ .tooltip.left .tooltip-arrow {
3606
+ top: 50%;
3607
+ right: 0;
3608
+ margin-top: -5px;
3609
+ border-top: 5px solid transparent;
3610
+ border-bottom: 5px solid transparent;
3611
+ border-left: 5px solid #000000;
3612
+ }
3613
+ .tooltip.bottom .tooltip-arrow {
3614
+ top: 0;
3615
+ left: 50%;
3616
+ margin-left: -5px;
3617
+ border-left: 5px solid transparent;
3618
+ border-right: 5px solid transparent;
3619
+ border-bottom: 5px solid #000000;
3620
+ }
3621
+ .tooltip.right .tooltip-arrow {
3622
+ top: 50%;
3623
+ left: 0;
3624
+ margin-top: -5px;
3625
+ border-top: 5px solid transparent;
3626
+ border-bottom: 5px solid transparent;
3627
+ border-right: 5px solid #000000;
3628
+ }
3629
+ .tooltip-inner {
3630
+ max-width: 200px;
3631
+ padding: 3px 8px;
3632
+ color: #ffffff;
3633
+ text-align: center;
3634
+ text-decoration: none;
3635
+ background-color: #000000;
3636
+ -webkit-border-radius: 4px;
3637
+ -moz-border-radius: 4px;
3638
+ border-radius: 4px;
3639
+ }
3640
+ .tooltip-arrow {
3641
+ position: absolute;
3642
+ width: 0;
3643
+ height: 0;
3644
+ }
3645
+ .popover {
3646
+ position: absolute;
3647
+ top: 0;
3648
+ left: 0;
3649
+ z-index: 1010;
3650
+ display: none;
3651
+ padding: 5px;
3652
+ }
3653
+ .popover.top {
3654
+ margin-top: -5px;
3655
+ }
3656
+ .popover.right {
3657
+ margin-left: 5px;
3658
+ }
3659
+ .popover.bottom {
3660
+ margin-top: 5px;
3661
+ }
3662
+ .popover.left {
3663
+ margin-left: -5px;
3664
+ }
3665
+ .popover.top .arrow {
3666
+ bottom: 0;
3667
+ left: 50%;
3668
+ margin-left: -5px;
3669
+ border-left: 5px solid transparent;
3670
+ border-right: 5px solid transparent;
3671
+ border-top: 5px solid #000000;
3672
+ }
3673
+ .popover.right .arrow {
3674
+ top: 50%;
3675
+ left: 0;
3676
+ margin-top: -5px;
3677
+ border-top: 5px solid transparent;
3678
+ border-bottom: 5px solid transparent;
3679
+ border-right: 5px solid #000000;
3680
+ }
3681
+ .popover.bottom .arrow {
3682
+ top: 0;
3683
+ left: 50%;
3684
+ margin-left: -5px;
3685
+ border-left: 5px solid transparent;
3686
+ border-right: 5px solid transparent;
3687
+ border-bottom: 5px solid #000000;
3688
+ }
3689
+ .popover.left .arrow {
3690
+ top: 50%;
3691
+ right: 0;
3692
+ margin-top: -5px;
3693
+ border-top: 5px solid transparent;
3694
+ border-bottom: 5px solid transparent;
3695
+ border-left: 5px solid #000000;
3696
+ }
3697
+ .popover .arrow {
3698
+ position: absolute;
3699
+ width: 0;
3700
+ height: 0;
3701
+ }
3702
+ .popover-inner {
3703
+ padding: 3px;
3704
+ width: 280px;
3705
+ overflow: hidden;
3706
+ background: #000000;
3707
+ background: rgba(0, 0, 0, 0.8);
3708
+ -webkit-border-radius: 6px;
3709
+ -moz-border-radius: 6px;
3710
+ border-radius: 6px;
3711
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3712
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3713
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3714
+ }
3715
+ .popover-title {
3716
+ padding: 9px 15px;
3717
+ line-height: 1;
3718
+ background-color: #f5f5f5;
3719
+ border-bottom: 1px solid #eee;
3720
+ -webkit-border-radius: 3px 3px 0 0;
3721
+ -moz-border-radius: 3px 3px 0 0;
3722
+ border-radius: 3px 3px 0 0;
3723
+ }
3724
+ .popover-content {
3725
+ padding: 14px;
3726
+ background-color: #ffffff;
3727
+ -webkit-border-radius: 0 0 3px 3px;
3728
+ -moz-border-radius: 0 0 3px 3px;
3729
+ border-radius: 0 0 3px 3px;
3730
+ -webkit-background-clip: padding-box;
3731
+ -moz-background-clip: padding-box;
3732
+ background-clip: padding-box;
3733
+ }
3734
+ .popover-content p,
3735
+ .popover-content ul,
3736
+ .popover-content ol {
3737
+ margin-bottom: 0;
3738
+ }
3739
+ .modal-open .dropdown-menu {
3740
+ z-index: 2050;
3741
+ }
3742
+ .modal-open .dropdown.open {
3743
+ *z-index: 2050;
3744
+ }
3745
+ .modal-open .popover {
3746
+ z-index: 2060;
3747
+ }
3748
+ .modal-open .tooltip {
3749
+ z-index: 2070;
3750
+ }
3751
+ .modal-backdrop {
3752
+ position: fixed;
3753
+ top: 0;
3754
+ right: 0;
3755
+ bottom: 0;
3756
+ left: 0;
3757
+ z-index: 1040;
3758
+ background-color: #000000;
3759
+ }
3760
+ .modal-backdrop.fade {
3761
+ opacity: 0;
3762
+ }
3763
+ .modal-backdrop,
3764
+ .modal-backdrop.fade.in {
3765
+ opacity: 0.8;
3766
+ filter: alpha(opacity=80);
3767
+ }
3768
+ .modal {
3769
+ position: fixed;
3770
+ top: 50%;
3771
+ left: 50%;
3772
+ z-index: 1050;
3773
+ overflow: auto;
3774
+ width: 560px;
3775
+ margin: -250px 0 0 -280px;
3776
+ background-color: #ffffff;
3777
+ border: 1px solid #999;
3778
+ border: 1px solid rgba(0, 0, 0, 0.3);
3779
+ *border: 1px solid #999;
3780
+ /* IE6-7 */
3781
+
3782
+ -webkit-border-radius: 6px;
3783
+ -moz-border-radius: 6px;
3784
+ border-radius: 6px;
3785
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3786
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3787
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3788
+ -webkit-background-clip: padding-box;
3789
+ -moz-background-clip: padding-box;
3790
+ background-clip: padding-box;
3791
+ }
3792
+ .modal.fade {
3793
+ -webkit-transition: opacity .3s linear, top .3s ease-out;
3794
+ -moz-transition: opacity .3s linear, top .3s ease-out;
3795
+ -ms-transition: opacity .3s linear, top .3s ease-out;
3796
+ -o-transition: opacity .3s linear, top .3s ease-out;
3797
+ transition: opacity .3s linear, top .3s ease-out;
3798
+ top: -25%;
3799
+ }
3800
+ .modal.fade.in {
3801
+ top: 50%;
3802
+ }
3803
+ .modal-header {
3804
+ padding: 9px 15px;
3805
+ border-bottom: 1px solid #eee;
3806
+ }
3807
+ .modal-header .close {
3808
+ margin-top: 2px;
3809
+ }
3810
+ .modal-body {
3811
+ overflow-y: auto;
3812
+ max-height: 400px;
3813
+ padding: 15px;
3814
+ }
3815
+ .modal-form {
3816
+ margin-bottom: 0;
3817
+ }
3818
+ .modal-footer {
3819
+ padding: 14px 15px 15px;
3820
+ margin-bottom: 0;
3821
+ text-align: right;
3822
+ background-color: #f5f5f5;
3823
+ border-top: 1px solid #ddd;
3824
+ -webkit-border-radius: 0 0 6px 6px;
3825
+ -moz-border-radius: 0 0 6px 6px;
3826
+ border-radius: 0 0 6px 6px;
3827
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
3828
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
3829
+ box-shadow: inset 0 1px 0 #ffffff;
3830
+ *zoom: 1;
3831
+ }
3832
+ .modal-footer:before,
3833
+ .modal-footer:after {
3834
+ display: table;
3835
+ content: "";
3836
+ }
3837
+ .modal-footer:after {
3838
+ clear: both;
3839
+ }
3840
+ .modal-footer .btn + .btn {
3841
+ margin-left: 5px;
3842
+ margin-bottom: 0;
3843
+ }
3844
+ .modal-footer .btn-group .btn + .btn {
3845
+ margin-left: -1px;
3846
+ }
3847
+ .dropup,
3848
+ .dropdown {
3849
+ position: relative;
3850
+ }
3851
+ .dropdown-toggle {
3852
+ *margin-bottom: -3px;
3853
+ }
3854
+ .dropdown-toggle:active,
3855
+ .open .dropdown-toggle {
3856
+ outline: 0;
3857
+ }
3858
+ .caret {
3859
+ display: inline-block;
3860
+ width: 0;
3861
+ height: 0;
3862
+ vertical-align: top;
3863
+ border-top: 4px solid #000000;
3864
+ border-right: 4px solid transparent;
3865
+ border-left: 4px solid transparent;
3866
+ content: "";
3867
+ opacity: 0.3;
3868
+ filter: alpha(opacity=30);
3869
+ }
3870
+ .dropdown .caret {
3871
+ margin-top: 8px;
3872
+ margin-left: 2px;
3873
+ }
3874
+ .dropdown:hover .caret,
3875
+ .open .caret {
3876
+ opacity: 1;
3877
+ filter: alpha(opacity=100);
3878
+ }
3879
+ .dropdown-menu {
3880
+ position: absolute;
3881
+ top: 100%;
3882
+ left: 0;
3883
+ z-index: 1000;
3884
+ display: none;
3885
+ float: left;
3886
+ min-width: 160px;
3887
+ padding: 4px 0;
3888
+ margin: 1px 0 0;
3889
+ list-style: none;
3890
+ background-color: #ffffff;
3891
+ border: 1px solid #ccc;
3892
+ border: 1px solid rgba(0, 0, 0, 0.2);
3893
+ *border-right-width: 2px;
3894
+ *border-bottom-width: 2px;
3895
+ -webkit-border-radius: 5px;
3896
+ -moz-border-radius: 5px;
3897
+ border-radius: 5px;
3898
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3899
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3900
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
3901
+ -webkit-background-clip: padding-box;
3902
+ -moz-background-clip: padding;
3903
+ background-clip: padding-box;
3904
+ }
3905
+ .dropdown-menu.pull-right {
3906
+ right: 0;
3907
+ left: auto;
3908
+ }
3909
+ .dropdown-menu .divider {
3910
+ *width: 100%;
3911
+ height: 1px;
3912
+ margin: 8px 1px;
3913
+ *margin: -5px 0 5px;
3914
+ overflow: hidden;
3915
+ background-color: #e5e5e5;
3916
+ border-bottom: 1px solid #ffffff;
3917
+ }
3918
+ .dropdown-menu a {
3919
+ display: block;
3920
+ padding: 3px 15px;
3921
+ clear: both;
3922
+ font-weight: normal;
3923
+ line-height: 18px;
3924
+ color: #333333;
3925
+ white-space: nowrap;
3926
+ }
3927
+ .dropdown-menu li > a:hover,
3928
+ .dropdown-menu .active > a,
3929
+ .dropdown-menu .active > a:hover {
3930
+ color: #ffffff;
3931
+ text-decoration: none;
3932
+ background-color: #0088cc;
3933
+ }
3934
+ .open {
3935
+ *z-index: 1000;
3936
+ }
3937
+ .open .dropdown-menu {
3938
+ display: block;
3939
+ }
3940
+ .pull-right .dropdown-menu {
3941
+ right: 0;
3942
+ left: auto;
3943
+ }
3944
+ .dropup .caret,
3945
+ .navbar-fixed-bottom .dropdown .caret {
3946
+ border-top: 0;
3947
+ border-bottom: 4px solid #000000;
3948
+ content: "\2191";
3949
+ }
3950
+ .dropup .dropdown-menu,
3951
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
3952
+ top: auto;
3953
+ bottom: 100%;
3954
+ margin-bottom: 1px;
3955
+ }
3956
+ .typeahead {
3957
+ margin-top: 2px;
3958
+ -webkit-border-radius: 4px;
3959
+ -moz-border-radius: 4px;
3960
+ border-radius: 4px;
3961
+ }
3962
+ .accordion {
3963
+ margin-bottom: 18px;
3964
+ }
3965
+ .accordion-group {
3966
+ margin-bottom: 2px;
3967
+ border: 1px solid #e5e5e5;
3968
+ -webkit-border-radius: 4px;
3969
+ -moz-border-radius: 4px;
3970
+ border-radius: 4px;
3971
+ }
3972
+ .accordion-heading {
3973
+ border-bottom: 0;
3974
+ }
3975
+ .accordion-heading .accordion-toggle {
3976
+ display: block;
3977
+ padding: 8px 15px;
3978
+ }
3979
+ .accordion-toggle {
3980
+ cursor: pointer;
3981
+ }
3982
+ .accordion-inner {
3983
+ padding: 9px 15px;
3984
+ border-top: 1px solid #e5e5e5;
3985
+ }
3986
+ .carousel {
3987
+ position: relative;
3988
+ margin-bottom: 18px;
3989
+ line-height: 1;
3990
+ }
3991
+ .carousel-inner {
3992
+ overflow: hidden;
3993
+ width: 100%;
3994
+ position: relative;
3995
+ }
3996
+ .carousel .item {
3997
+ display: none;
3998
+ position: relative;
3999
+ -webkit-transition: 0.6s ease-in-out left;
4000
+ -moz-transition: 0.6s ease-in-out left;
4001
+ -ms-transition: 0.6s ease-in-out left;
4002
+ -o-transition: 0.6s ease-in-out left;
4003
+ transition: 0.6s ease-in-out left;
4004
+ }
4005
+ .carousel .item > img {
4006
+ display: block;
4007
+ line-height: 1;
4008
+ }
4009
+ .carousel .active,
4010
+ .carousel .next,
4011
+ .carousel .prev {
4012
+ display: block;
4013
+ }
4014
+ .carousel .active {
4015
+ left: 0;
4016
+ }
4017
+ .carousel .next,
4018
+ .carousel .prev {
4019
+ position: absolute;
4020
+ top: 0;
4021
+ width: 100%;
4022
+ }
4023
+ .carousel .next {
4024
+ left: 100%;
4025
+ }
4026
+ .carousel .prev {
4027
+ left: -100%;
4028
+ }
4029
+ .carousel .next.left,
4030
+ .carousel .prev.right {
4031
+ left: 0;
4032
+ }
4033
+ .carousel .active.left {
4034
+ left: -100%;
4035
+ }
4036
+ .carousel .active.right {
4037
+ left: 100%;
4038
+ }
4039
+ .carousel-control {
4040
+ position: absolute;
4041
+ top: 40%;
4042
+ left: 15px;
4043
+ width: 40px;
4044
+ height: 40px;
4045
+ margin-top: -20px;
4046
+ font-size: 60px;
4047
+ font-weight: 100;
4048
+ line-height: 30px;
4049
+ color: #ffffff;
4050
+ text-align: center;
4051
+ background: #222222;
4052
+ border: 3px solid #ffffff;
4053
+ -webkit-border-radius: 23px;
4054
+ -moz-border-radius: 23px;
4055
+ border-radius: 23px;
4056
+ opacity: 0.5;
4057
+ filter: alpha(opacity=50);
4058
+ }
4059
+ .carousel-control.right {
4060
+ left: auto;
4061
+ right: 15px;
4062
+ }
4063
+ .carousel-control:hover {
4064
+ color: #ffffff;
4065
+ text-decoration: none;
4066
+ opacity: 0.9;
4067
+ filter: alpha(opacity=90);
4068
+ }
4069
+ .carousel-caption {
4070
+ position: absolute;
4071
+ left: 0;
4072
+ right: 0;
4073
+ bottom: 0;
4074
+ padding: 10px 15px 5px;
4075
+ background: #333333;
4076
+ background: rgba(0, 0, 0, 0.75);
4077
+ }
4078
+ .carousel-caption h4,
4079
+ .carousel-caption p {
4080
+ color: #ffffff;
4081
+ }
4082
+ .well {
4083
+ min-height: 20px;
4084
+ padding: 19px;
4085
+ margin-bottom: 20px;
4086
+ background-color: #f5f5f5;
4087
+ border: 1px solid #eee;
4088
+ border: 1px solid rgba(0, 0, 0, 0.05);
4089
+ -webkit-border-radius: 4px;
4090
+ -moz-border-radius: 4px;
4091
+ border-radius: 4px;
4092
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4093
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4094
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
4095
+ }
4096
+ .well blockquote {
4097
+ border-color: #ddd;
4098
+ border-color: rgba(0, 0, 0, 0.15);
4099
+ }
4100
+ .well-large {
4101
+ padding: 24px;
4102
+ -webkit-border-radius: 6px;
4103
+ -moz-border-radius: 6px;
4104
+ border-radius: 6px;
4105
+ }
4106
+ .well-small {
4107
+ padding: 9px;
4108
+ -webkit-border-radius: 3px;
4109
+ -moz-border-radius: 3px;
4110
+ border-radius: 3px;
4111
+ }
4112
+ .close {
4113
+ float: right;
4114
+ font-size: 20px;
4115
+ font-weight: bold;
4116
+ line-height: 18px;
4117
+ color: #000000;
4118
+ text-shadow: 0 1px 0 #ffffff;
4119
+ opacity: 0.2;
4120
+ filter: alpha(opacity=20);
4121
+ }
4122
+ .close:hover {
4123
+ color: #000000;
4124
+ text-decoration: none;
4125
+ cursor: pointer;
4126
+ opacity: 0.4;
4127
+ filter: alpha(opacity=40);
4128
+ }
4129
+ button.close {
4130
+ padding: 0;
4131
+ cursor: pointer;
4132
+ background: transparent;
4133
+ border: 0;
4134
+ -webkit-appearance: none;
4135
+ }
4136
+ .pull-right {
4137
+ float: right;
4138
+ }
4139
+ .pull-left {
4140
+ float: left;
4141
+ }
4142
+ .hide {
4143
+ display: none;
4144
+ }
4145
+ .show {
4146
+ display: block;
4147
+ }
4148
+ .invisible {
4149
+ visibility: hidden;
4150
+ }
4151
+ .fade {
4152
+ opacity: 0;
4153
+ filter: alpha(opacity=0);
4154
+ -webkit-transition: opacity 0.15s linear;
4155
+ -moz-transition: opacity 0.15s linear;
4156
+ -ms-transition: opacity 0.15s linear;
4157
+ -o-transition: opacity 0.15s linear;
4158
+ transition: opacity 0.15s linear;
4159
+ }
4160
+ .fade.in {
4161
+ opacity: 1;
4162
+ filter: alpha(opacity=100);
4163
+ }
4164
+ .collapse {
4165
+ position: relative;
4166
+ height: 0;
4167
+ overflow: hidden;
4168
+ -webkit-transition: height 0.35s ease;
4169
+ -moz-transition: height 0.35s ease;
4170
+ -ms-transition: height 0.35s ease;
4171
+ -o-transition: height 0.35s ease;
4172
+ transition: height 0.35s ease;
4173
+ }
4174
+ .collapse.in {
4175
+ height: auto;
4176
+ }
4177
+ .hidden {
4178
+ display: none;
4179
+ visibility: hidden;
4180
+ }
4181
+ .visible-phone {
4182
+ display: none !important;
4183
+ }
4184
+ .visible-tablet {
4185
+ display: none !important;
4186
+ }
4187
+ .hidden-desktop {
4188
+ display: none !important;
4189
+ }
4190
+ @media (max-width: 767px) {
4191
+ .visible-phone {
4192
+ display: inherit !important;
4193
+ }
4194
+ .hidden-phone {
4195
+ display: none !important;
4196
+ }
4197
+ .hidden-desktop {
4198
+ display: inherit !important;
4199
+ }
4200
+ .visible-desktop {
4201
+ display: none !important;
4202
+ }
4203
+ }
4204
+ @media (min-width: 768px) and (max-width: 979px) {
4205
+ .visible-tablet {
4206
+ display: inherit !important;
4207
+ }
4208
+ .hidden-tablet {
4209
+ display: none !important;
4210
+ }
4211
+ .hidden-desktop {
4212
+ display: inherit !important;
4213
+ }
4214
+ .visible-desktop {
4215
+ display: none !important ;
4216
+ }
4217
+ }
4218
+ @media (max-width: 480px) {
4219
+ .nav-collapse {
4220
+ -webkit-transform: translate3d(0, 0, 0);
4221
+ }
4222
+ .page-header h1 small {
4223
+ display: block;
4224
+ line-height: 18px;
4225
+ }
4226
+ input[type="checkbox"],
4227
+ input[type="radio"] {
4228
+ border: 1px solid #ccc;
4229
+ }
4230
+ .form-horizontal .control-group > label {
4231
+ float: none;
4232
+ width: auto;
4233
+ padding-top: 0;
4234
+ text-align: left;
4235
+ }
4236
+ .form-horizontal .controls {
4237
+ margin-left: 0;
4238
+ }
4239
+ .form-horizontal .control-list {
4240
+ padding-top: 0;
4241
+ }
4242
+ .form-horizontal .form-actions {
4243
+ padding-left: 10px;
4244
+ padding-right: 10px;
4245
+ }
4246
+ .modal {
4247
+ position: absolute;
4248
+ top: 10px;
4249
+ left: 10px;
4250
+ right: 10px;
4251
+ width: auto;
4252
+ margin: 0;
4253
+ }
4254
+ .modal.fade.in {
4255
+ top: auto;
4256
+ }
4257
+ .modal-header .close {
4258
+ padding: 10px;
4259
+ margin: -10px;
4260
+ }
4261
+ .carousel-caption {
4262
+ position: static;
4263
+ }
4264
+ }
4265
+ @media (max-width: 767px) {
4266
+ body {
4267
+ padding-left: 20px;
4268
+ padding-right: 20px;
4269
+ }
4270
+ .navbar-fixed-top,
4271
+ .navbar-fixed-bottom {
4272
+ margin-left: -20px;
4273
+ margin-right: -20px;
4274
+ }
4275
+ .container-fluid {
4276
+ padding: 0;
4277
+ }
4278
+ .dl-horizontal dt {
4279
+ float: none;
4280
+ clear: none;
4281
+ width: auto;
4282
+ text-align: left;
4283
+ }
4284
+ .dl-horizontal dd {
4285
+ margin-left: 0;
4286
+ }
4287
+ .container {
4288
+ width: auto;
4289
+ }
4290
+ .row-fluid {
4291
+ width: 100%;
4292
+ }
4293
+ .row,
4294
+ .thumbnails {
4295
+ margin-left: 0;
4296
+ }
4297
+ [class*="span"],
4298
+ .row-fluid [class*="span"] {
4299
+ float: none;
4300
+ display: block;
4301
+ width: auto;
4302
+ margin-left: 0;
4303
+ }
4304
+ .input-large,
4305
+ .input-xlarge,
4306
+ .input-xxlarge,
4307
+ input[class*="span"],
4308
+ select[class*="span"],
4309
+ textarea[class*="span"],
4310
+ .uneditable-input {
4311
+ display: block;
4312
+ width: 100%;
4313
+ min-height: 28px;
4314
+ -webkit-box-sizing: border-box;
4315
+ -moz-box-sizing: border-box;
4316
+ -ms-box-sizing: border-box;
4317
+ box-sizing: border-box;
4318
+ }
4319
+ .input-prepend input,
4320
+ .input-append input,
4321
+ .input-prepend input[class*="span"],
4322
+ .input-append input[class*="span"] {
4323
+ display: inline-block;
4324
+ width: auto;
4325
+ }
4326
+ }
4327
+ @media (min-width: 768px) and (max-width: 979px) {
4328
+ .row {
4329
+ margin-left: -20px;
4330
+ *zoom: 1;
4331
+ }
4332
+ .row:before,
4333
+ .row:after {
4334
+ display: table;
4335
+ content: "";
4336
+ }
4337
+ .row:after {
4338
+ clear: both;
4339
+ }
4340
+ [class*="span"] {
4341
+ float: left;
4342
+ margin-left: 20px;
4343
+ }
4344
+ .container,
4345
+ .navbar-fixed-top .container,
4346
+ .navbar-fixed-bottom .container {
4347
+ width: 724px;
4348
+ }
4349
+ .span12 {
4350
+ width: 724px;
4351
+ }
4352
+ .span11 {
4353
+ width: 662px;
4354
+ }
4355
+ .span10 {
4356
+ width: 600px;
4357
+ }
4358
+ .span9 {
4359
+ width: 538px;
4360
+ }
4361
+ .span8 {
4362
+ width: 476px;
4363
+ }
4364
+ .span7 {
4365
+ width: 414px;
4366
+ }
4367
+ .span6 {
4368
+ width: 352px;
4369
+ }
4370
+ .span5 {
4371
+ width: 290px;
4372
+ }
4373
+ .span4 {
4374
+ width: 228px;
4375
+ }
4376
+ .span3 {
4377
+ width: 166px;
4378
+ }
4379
+ .span2 {
4380
+ width: 104px;
4381
+ }
4382
+ .span1 {
4383
+ width: 42px;
4384
+ }
4385
+ .offset12 {
4386
+ margin-left: 764px;
4387
+ }
4388
+ .offset11 {
4389
+ margin-left: 702px;
4390
+ }
4391
+ .offset10 {
4392
+ margin-left: 640px;
4393
+ }
4394
+ .offset9 {
4395
+ margin-left: 578px;
4396
+ }
4397
+ .offset8 {
4398
+ margin-left: 516px;
4399
+ }
4400
+ .offset7 {
4401
+ margin-left: 454px;
4402
+ }
4403
+ .offset6 {
4404
+ margin-left: 392px;
4405
+ }
4406
+ .offset5 {
4407
+ margin-left: 330px;
4408
+ }
4409
+ .offset4 {
4410
+ margin-left: 268px;
4411
+ }
4412
+ .offset3 {
4413
+ margin-left: 206px;
4414
+ }
4415
+ .offset2 {
4416
+ margin-left: 144px;
4417
+ }
4418
+ .offset1 {
4419
+ margin-left: 82px;
4420
+ }
4421
+ .row-fluid {
4422
+ width: 100%;
4423
+ *zoom: 1;
4424
+ }
4425
+ .row-fluid:before,
4426
+ .row-fluid:after {
4427
+ display: table;
4428
+ content: "";
4429
+ }
4430
+ .row-fluid:after {
4431
+ clear: both;
4432
+ }
4433
+ .row-fluid [class*="span"] {
4434
+ display: block;
4435
+ width: 100%;
4436
+ min-height: 28px;
4437
+ -webkit-box-sizing: border-box;
4438
+ -moz-box-sizing: border-box;
4439
+ -ms-box-sizing: border-box;
4440
+ box-sizing: border-box;
4441
+ float: left;
4442
+ margin-left: 2.762430939%;
4443
+ *margin-left: 2.709239449638298%;
4444
+ }
4445
+ .row-fluid [class*="span"]:first-child {
4446
+ margin-left: 0;
4447
+ }
4448
+ .row-fluid .span12 {
4449
+ width: 99.999999993%;
4450
+ *width: 99.9468085036383%;
4451
+ }
4452
+ .row-fluid .span11 {
4453
+ width: 91.436464082%;
4454
+ *width: 91.38327259263829%;
4455
+ }
4456
+ .row-fluid .span10 {
4457
+ width: 82.87292817100001%;
4458
+ *width: 82.8197366816383%;
4459
+ }
4460
+ .row-fluid .span9 {
4461
+ width: 74.30939226%;
4462
+ *width: 74.25620077063829%;
4463
+ }
4464
+ .row-fluid .span8 {
4465
+ width: 65.74585634900001%;
4466
+ *width: 65.6926648596383%;
4467
+ }
4468
+ .row-fluid .span7 {
4469
+ width: 57.182320438000005%;
4470
+ *width: 57.129128948638304%;
4471
+ }
4472
+ .row-fluid .span6 {
4473
+ width: 48.618784527%;
4474
+ *width: 48.5655930376383%;
4475
+ }
4476
+ .row-fluid .span5 {
4477
+ width: 40.055248616%;
4478
+ *width: 40.0020571266383%;
4479
+ }
4480
+ .row-fluid .span4 {
4481
+ width: 31.491712705%;
4482
+ *width: 31.4385212156383%;
4483
+ }
4484
+ .row-fluid .span3 {
4485
+ width: 22.928176794%;
4486
+ *width: 22.874985304638297%;
4487
+ }
4488
+ .row-fluid .span2 {
4489
+ width: 14.364640883%;
4490
+ *width: 14.311449393638298%;
4491
+ }
4492
+ .row-fluid .span1 {
4493
+ width: 5.801104972%;
4494
+ *width: 5.747913482638298%;
4495
+ }
4496
+ input,
4497
+ textarea,
4498
+ .uneditable-input {
4499
+ margin-left: 0;
4500
+ }
4501
+ input.span12, textarea.span12, .uneditable-input.span12 {
4502
+ width: 714px;
4503
+ }
4504
+ input.span11, textarea.span11, .uneditable-input.span11 {
4505
+ width: 652px;
4506
+ }
4507
+ input.span10, textarea.span10, .uneditable-input.span10 {
4508
+ width: 590px;
4509
+ }
4510
+ input.span9, textarea.span9, .uneditable-input.span9 {
4511
+ width: 528px;
4512
+ }
4513
+ input.span8, textarea.span8, .uneditable-input.span8 {
4514
+ width: 466px;
4515
+ }
4516
+ input.span7, textarea.span7, .uneditable-input.span7 {
4517
+ width: 404px;
4518
+ }
4519
+ input.span6, textarea.span6, .uneditable-input.span6 {
4520
+ width: 342px;
4521
+ }
4522
+ input.span5, textarea.span5, .uneditable-input.span5 {
4523
+ width: 280px;
4524
+ }
4525
+ input.span4, textarea.span4, .uneditable-input.span4 {
4526
+ width: 218px;
4527
+ }
4528
+ input.span3, textarea.span3, .uneditable-input.span3 {
4529
+ width: 156px;
4530
+ }
4531
+ input.span2, textarea.span2, .uneditable-input.span2 {
4532
+ width: 94px;
4533
+ }
4534
+ input.span1, textarea.span1, .uneditable-input.span1 {
4535
+ width: 32px;
4536
+ }
4537
+ }
4538
+ @media (min-width: 1200px) {
4539
+ .row {
4540
+ margin-left: -30px;
4541
+ *zoom: 1;
4542
+ }
4543
+ .row:before,
4544
+ .row:after {
4545
+ display: table;
4546
+ content: "";
4547
+ }
4548
+ .row:after {
4549
+ clear: both;
4550
+ }
4551
+ [class*="span"] {
4552
+ float: left;
4553
+ margin-left: 30px;
4554
+ }
4555
+ .container,
4556
+ .navbar-fixed-top .container,
4557
+ .navbar-fixed-bottom .container {
4558
+ width: 1170px;
4559
+ }
4560
+ .span12 {
4561
+ width: 1170px;
4562
+ }
4563
+ .span11 {
4564
+ width: 1070px;
4565
+ }
4566
+ .span10 {
4567
+ width: 970px;
4568
+ }
4569
+ .span9 {
4570
+ width: 870px;
4571
+ }
4572
+ .span8 {
4573
+ width: 770px;
4574
+ }
4575
+ .span7 {
4576
+ width: 670px;
4577
+ }
4578
+ .span6 {
4579
+ width: 570px;
4580
+ }
4581
+ .span5 {
4582
+ width: 470px;
4583
+ }
4584
+ .span4 {
4585
+ width: 370px;
4586
+ }
4587
+ .span3 {
4588
+ width: 270px;
4589
+ }
4590
+ .span2 {
4591
+ width: 170px;
4592
+ }
4593
+ .span1 {
4594
+ width: 70px;
4595
+ }
4596
+ .offset12 {
4597
+ margin-left: 1230px;
4598
+ }
4599
+ .offset11 {
4600
+ margin-left: 1130px;
4601
+ }
4602
+ .offset10 {
4603
+ margin-left: 1030px;
4604
+ }
4605
+ .offset9 {
4606
+ margin-left: 930px;
4607
+ }
4608
+ .offset8 {
4609
+ margin-left: 830px;
4610
+ }
4611
+ .offset7 {
4612
+ margin-left: 730px;
4613
+ }
4614
+ .offset6 {
4615
+ margin-left: 630px;
4616
+ }
4617
+ .offset5 {
4618
+ margin-left: 530px;
4619
+ }
4620
+ .offset4 {
4621
+ margin-left: 430px;
4622
+ }
4623
+ .offset3 {
4624
+ margin-left: 330px;
4625
+ }
4626
+ .offset2 {
4627
+ margin-left: 230px;
4628
+ }
4629
+ .offset1 {
4630
+ margin-left: 130px;
4631
+ }
4632
+ .row-fluid {
4633
+ width: 100%;
4634
+ *zoom: 1;
4635
+ }
4636
+ .row-fluid:before,
4637
+ .row-fluid:after {
4638
+ display: table;
4639
+ content: "";
4640
+ }
4641
+ .row-fluid:after {
4642
+ clear: both;
4643
+ }
4644
+ .row-fluid [class*="span"] {
4645
+ display: block;
4646
+ width: 100%;
4647
+ min-height: 28px;
4648
+ -webkit-box-sizing: border-box;
4649
+ -moz-box-sizing: border-box;
4650
+ -ms-box-sizing: border-box;
4651
+ box-sizing: border-box;
4652
+ float: left;
4653
+ margin-left: 2.564102564%;
4654
+ *margin-left: 2.510911074638298%;
4655
+ }
4656
+ .row-fluid [class*="span"]:first-child {
4657
+ margin-left: 0;
4658
+ }
4659
+ .row-fluid .span12 {
4660
+ width: 100%;
4661
+ *width: 99.94680851063829%;
4662
+ }
4663
+ .row-fluid .span11 {
4664
+ width: 91.45299145300001%;
4665
+ *width: 91.3997999636383%;
4666
+ }
4667
+ .row-fluid .span10 {
4668
+ width: 82.905982906%;
4669
+ *width: 82.8527914166383%;
4670
+ }
4671
+ .row-fluid .span9 {
4672
+ width: 74.358974359%;
4673
+ *width: 74.30578286963829%;
4674
+ }
4675
+ .row-fluid .span8 {
4676
+ width: 65.81196581200001%;
4677
+ *width: 65.7587743226383%;
4678
+ }
4679
+ .row-fluid .span7 {
4680
+ width: 57.264957265%;
4681
+ *width: 57.2117657756383%;
4682
+ }
4683
+ .row-fluid .span6 {
4684
+ width: 48.717948718%;
4685
+ *width: 48.6647572286383%;
4686
+ }
4687
+ .row-fluid .span5 {
4688
+ width: 40.170940171000005%;
4689
+ *width: 40.117748681638304%;
4690
+ }
4691
+ .row-fluid .span4 {
4692
+ width: 31.623931624%;
4693
+ *width: 31.5707401346383%;
4694
+ }
4695
+ .row-fluid .span3 {
4696
+ width: 23.076923077%;
4697
+ *width: 23.0237315876383%;
4698
+ }
4699
+ .row-fluid .span2 {
4700
+ width: 14.529914530000001%;
4701
+ *width: 14.4767230406383%;
4702
+ }
4703
+ .row-fluid .span1 {
4704
+ width: 5.982905983%;
4705
+ *width: 5.929714493638298%;
4706
+ }
4707
+ input,
4708
+ textarea,
4709
+ .uneditable-input {
4710
+ margin-left: 0;
4711
+ }
4712
+ input.span12, textarea.span12, .uneditable-input.span12 {
4713
+ width: 1160px;
4714
+ }
4715
+ input.span11, textarea.span11, .uneditable-input.span11 {
4716
+ width: 1060px;
4717
+ }
4718
+ input.span10, textarea.span10, .uneditable-input.span10 {
4719
+ width: 960px;
4720
+ }
4721
+ input.span9, textarea.span9, .uneditable-input.span9 {
4722
+ width: 860px;
4723
+ }
4724
+ input.span8, textarea.span8, .uneditable-input.span8 {
4725
+ width: 760px;
4726
+ }
4727
+ input.span7, textarea.span7, .uneditable-input.span7 {
4728
+ width: 660px;
4729
+ }
4730
+ input.span6, textarea.span6, .uneditable-input.span6 {
4731
+ width: 560px;
4732
+ }
4733
+ input.span5, textarea.span5, .uneditable-input.span5 {
4734
+ width: 460px;
4735
+ }
4736
+ input.span4, textarea.span4, .uneditable-input.span4 {
4737
+ width: 360px;
4738
+ }
4739
+ input.span3, textarea.span3, .uneditable-input.span3 {
4740
+ width: 260px;
4741
+ }
4742
+ input.span2, textarea.span2, .uneditable-input.span2 {
4743
+ width: 160px;
4744
+ }
4745
+ input.span1, textarea.span1, .uneditable-input.span1 {
4746
+ width: 60px;
4747
+ }
4748
+ .thumbnails {
4749
+ margin-left: -30px;
4750
+ }
4751
+ .thumbnails > li {
4752
+ margin-left: 30px;
4753
+ }
4754
+ .row-fluid .thumbnails {
4755
+ margin-left: 0;
4756
+ }
4757
+ }
4758
+ @media (max-width: 979px) {
4759
+ body {
4760
+ padding-top: 0;
4761
+ }
4762
+ .navbar-fixed-top {
4763
+ position: static;
4764
+ margin-bottom: 18px;
4765
+ }
4766
+ .navbar-fixed-top .navbar-inner {
4767
+ padding: 5px;
4768
+ }
4769
+ .navbar .container {
4770
+ width: auto;
4771
+ padding: 0;
4772
+ }
4773
+ .navbar .brand {
4774
+ padding-left: 10px;
4775
+ padding-right: 10px;
4776
+ margin: 0 0 0 -5px;
4777
+ }
4778
+ .nav-collapse {
4779
+ clear: both;
4780
+ }
4781
+ .nav-collapse .nav {
4782
+ float: none;
4783
+ margin: 0 0 9px;
4784
+ }
4785
+ .nav-collapse .nav > li {
4786
+ float: none;
4787
+ }
4788
+ .nav-collapse .nav > li > a {
4789
+ margin-bottom: 2px;
4790
+ }
4791
+ .nav-collapse .nav > .divider-vertical {
4792
+ display: none;
4793
+ }
4794
+ .nav-collapse .nav .nav-header {
4795
+ color: #999999;
4796
+ text-shadow: none;
4797
+ }
4798
+ .nav-collapse .nav > li > a,
4799
+ .nav-collapse .dropdown-menu a {
4800
+ padding: 6px 15px;
4801
+ font-weight: bold;
4802
+ color: #999999;
4803
+ -webkit-border-radius: 3px;
4804
+ -moz-border-radius: 3px;
4805
+ border-radius: 3px;
4806
+ }
4807
+ .nav-collapse .btn {
4808
+ padding: 4px 10px 4px;
4809
+ font-weight: normal;
4810
+ -webkit-border-radius: 4px;
4811
+ -moz-border-radius: 4px;
4812
+ border-radius: 4px;
4813
+ }
4814
+ .nav-collapse .dropdown-menu li + li a {
4815
+ margin-bottom: 2px;
4816
+ }
4817
+ .nav-collapse .nav > li > a:hover,
4818
+ .nav-collapse .dropdown-menu a:hover {
4819
+ background-color: #222222;
4820
+ }
4821
+ .nav-collapse.in .btn-group {
4822
+ margin-top: 5px;
4823
+ padding: 0;
4824
+ }
4825
+ .nav-collapse .dropdown-menu {
4826
+ position: static;
4827
+ top: auto;
4828
+ left: auto;
4829
+ float: none;
4830
+ display: block;
4831
+ max-width: none;
4832
+ margin: 0 15px;
4833
+ padding: 0;
4834
+ background-color: transparent;
4835
+ border: none;
4836
+ -webkit-border-radius: 0;
4837
+ -moz-border-radius: 0;
4838
+ border-radius: 0;
4839
+ -webkit-box-shadow: none;
4840
+ -moz-box-shadow: none;
4841
+ box-shadow: none;
4842
+ }
4843
+ .nav-collapse .dropdown-menu:before,
4844
+ .nav-collapse .dropdown-menu:after {
4845
+ display: none;
4846
+ }
4847
+ .nav-collapse .dropdown-menu .divider {
4848
+ display: none;
4849
+ }
4850
+ .nav-collapse .navbar-form,
4851
+ .nav-collapse .navbar-search {
4852
+ float: none;
4853
+ padding: 9px 15px;
4854
+ margin: 9px 0;
4855
+ border-top: 1px solid #222222;
4856
+ border-bottom: 1px solid #222222;
4857
+ -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
4858
+ -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
4859
+ box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
4860
+ }
4861
+ .navbar .nav-collapse .nav.pull-right {
4862
+ float: none;
4863
+ margin-left: 0;
4864
+ }
4865
+ .nav-collapse,
4866
+ .nav-collapse.collapse {
4867
+ overflow: hidden;
4868
+ height: 0;
4869
+ }
4870
+ .navbar .btn-navbar {
4871
+ display: block;
4872
+ }
4873
+ .navbar-static .navbar-inner {
4874
+ padding-left: 10px;
4875
+ padding-right: 10px;
4876
+ }
4877
+ }
4878
+ @media (min-width: 980px) {
4879
+ .nav-collapse.collapse {
4880
+ height: auto !important;
4881
+ overflow: visible !important;
4882
+ }
4883
+ }