qless 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (63) hide show
  1. data/bin/install_phantomjs +7 -0
  2. data/lib/qless.rb +4 -0
  3. data/lib/qless/job.rb +40 -38
  4. data/lib/qless/qless-core/cancel.lua +9 -9
  5. data/lib/qless/qless-core/failed.lua +1 -1
  6. data/lib/qless/qless-core/peek.lua +22 -12
  7. data/lib/qless/qless-core/pop.lua +31 -16
  8. data/lib/qless/qless-core/recur.lua +12 -3
  9. data/lib/qless/server.rb +96 -66
  10. data/lib/qless/server/static/css/bootstrap-responsive.css +686 -0
  11. data/lib/qless/server/static/css/bootstrap-responsive.min.css +12 -0
  12. data/lib/qless/server/static/css/bootstrap.css +3991 -0
  13. data/lib/qless/server/static/css/bootstrap.min.css +689 -0
  14. data/lib/qless/server/static/css/codemirror.css +112 -0
  15. data/lib/qless/server/static/css/docs.css +819 -0
  16. data/lib/qless/server/static/css/jquery.noty.css +105 -0
  17. data/lib/qless/server/static/css/noty_theme_twitter.css +137 -0
  18. data/lib/qless/server/static/css/style.css +204 -0
  19. data/lib/qless/server/static/favicon.ico +0 -0
  20. data/lib/qless/server/static/img/glyphicons-halflings-white.png +0 -0
  21. data/lib/qless/server/static/img/glyphicons-halflings.png +0 -0
  22. data/lib/qless/server/static/js/bootstrap-alert.js +94 -0
  23. data/lib/qless/server/static/js/bootstrap-scrollspy.js +125 -0
  24. data/lib/qless/server/static/js/bootstrap-tab.js +130 -0
  25. data/lib/qless/server/static/js/bootstrap-tooltip.js +270 -0
  26. data/lib/qless/server/static/js/bootstrap-typeahead.js +285 -0
  27. data/lib/qless/server/static/js/bootstrap.js +1726 -0
  28. data/lib/qless/server/static/js/bootstrap.min.js +6 -0
  29. data/lib/qless/server/static/js/codemirror.js +2972 -0
  30. data/lib/qless/server/static/js/jquery.noty.js +220 -0
  31. data/lib/qless/server/static/js/mode/javascript.js +360 -0
  32. data/lib/qless/server/static/js/theme/cobalt.css +18 -0
  33. data/lib/qless/server/static/js/theme/eclipse.css +25 -0
  34. data/lib/qless/server/static/js/theme/elegant.css +10 -0
  35. data/lib/qless/server/static/js/theme/lesser-dark.css +45 -0
  36. data/lib/qless/server/static/js/theme/monokai.css +28 -0
  37. data/lib/qless/server/static/js/theme/neat.css +9 -0
  38. data/lib/qless/server/static/js/theme/night.css +21 -0
  39. data/lib/qless/server/static/js/theme/rubyblue.css +21 -0
  40. data/lib/qless/server/static/js/theme/xq-dark.css +46 -0
  41. data/lib/qless/server/views/_job.erb +219 -0
  42. data/lib/qless/server/views/_job_list.erb +8 -0
  43. data/lib/qless/server/views/_pagination.erb +7 -0
  44. data/lib/qless/server/views/about.erb +130 -0
  45. data/lib/qless/server/views/config.erb +14 -0
  46. data/lib/qless/server/views/failed.erb +48 -0
  47. data/lib/qless/server/views/failed_type.erb +18 -0
  48. data/lib/qless/server/views/job.erb +17 -0
  49. data/lib/qless/server/views/layout.erb +341 -0
  50. data/lib/qless/server/views/overview.erb +90 -0
  51. data/lib/qless/server/views/queue.erb +122 -0
  52. data/lib/qless/server/views/queues.erb +26 -0
  53. data/lib/qless/server/views/tag.erb +6 -0
  54. data/lib/qless/server/views/track.erb +69 -0
  55. data/lib/qless/server/views/worker.erb +34 -0
  56. data/lib/qless/server/views/workers.erb +14 -0
  57. data/lib/qless/version.rb +1 -1
  58. data/lib/qless/worker.rb +11 -2
  59. metadata +72 -6
  60. data/lib/qless/qless-core/ruby/lib/qless-core.rb +0 -1
  61. data/lib/qless/qless-core/ruby/lib/qless/core.rb +0 -13
  62. data/lib/qless/qless-core/ruby/lib/qless/core/version.rb +0 -5
  63. data/lib/qless/qless-core/ruby/spec/qless_core_spec.rb +0 -13
@@ -0,0 +1,12 @@
1
+ .clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";}
2
+ .clearfix:after{clear:both;}
3
+ .hide-text{overflow:hidden;text-indent:100%;white-space:nowrap;}
4
+ .input-block-level{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}
5
+ .hidden{display:none;visibility:hidden;}
6
+ .visible-phone{display:none;}
7
+ .visible-tablet{display:none;}
8
+ .visible-desktop{display:block;}
9
+ .hidden-phone{display:block;}
10
+ .hidden-tablet{display:block;}
11
+ .hidden-desktop{display:none;}
12
+ @media (max-width:767px){.visible-phone{display:block;} .hidden-phone{display:none;} .hidden-desktop{display:block;} .visible-desktop{display:none;}}@media (min-width:768px) and (max-width:979px){.visible-tablet{display:block;} .hidden-tablet{display:none;} .hidden-desktop{display:block;} .visible-desktop{display:none;}}@media (max-width:480px){.nav-collapse{-webkit-transform:translate3d(0, 0, 0);} .page-header h1 small{display:block;line-height:18px;} input[type="checkbox"],input[type="radio"]{border:1px solid #ccc;} .form-horizontal .control-group>label{float:none;width:auto;padding-top:0;text-align:left;} .form-horizontal .controls{margin-left:0;} .form-horizontal .control-list{padding-top:0;} .form-horizontal .form-actions{padding-left:10px;padding-right:10px;} .modal{position:absolute;top:10px;left:10px;right:10px;width:auto;margin:0;}.modal.fade.in{top:auto;} .modal-header .close{padding:10px;margin:-10px;} .carousel-caption{position:static;}}@media (max-width:767px){body{padding-left:20px;padding-right:20px;} .navbar-fixed-top{margin-left:-20px;margin-right:-20px;} .container{width:auto;} .row-fluid{width:100%;} .row{margin-left:0;} .row>[class*="span"],.row-fluid>[class*="span"]{float:none;display:block;width:auto;margin:0;} .thumbnails [class*="span"]{width:auto;} input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:28px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;} .input-prepend input[class*="span"],.input-append input[class*="span"]{width:auto;}}@media (min-width:768px) and (max-width:979px){.row{margin-left:-20px;*zoom:1;}.row:before,.row:after{display:table;content:"";} .row:after{clear:both;} [class*="span"]{float:left;margin-left:20px;} .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:724px;} .span12{width:724px;} .span11{width:662px;} .span10{width:600px;} .span9{width:538px;} .span8{width:476px;} .span7{width:414px;} .span6{width:352px;} .span5{width:290px;} .span4{width:228px;} .span3{width:166px;} .span2{width:104px;} .span1{width:42px;} .offset12{margin-left:764px;} .offset11{margin-left:702px;} .offset10{margin-left:640px;} .offset9{margin-left:578px;} .offset8{margin-left:516px;} .offset7{margin-left:454px;} .offset6{margin-left:392px;} .offset5{margin-left:330px;} .offset4{margin-left:268px;} .offset3{margin-left:206px;} .offset2{margin-left:144px;} .offset1{margin-left:82px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";} .row-fluid:after{clear:both;} .row-fluid>[class*="span"]{float:left;margin-left:2.762430939%;} .row-fluid>[class*="span"]:first-child{margin-left:0;} .row-fluid > .span12{width:99.999999993%;} .row-fluid > .span11{width:91.436464082%;} .row-fluid > .span10{width:82.87292817100001%;} .row-fluid > .span9{width:74.30939226%;} .row-fluid > .span8{width:65.74585634900001%;} .row-fluid > .span7{width:57.182320438000005%;} .row-fluid > .span6{width:48.618784527%;} .row-fluid > .span5{width:40.055248616%;} .row-fluid > .span4{width:31.491712705%;} .row-fluid > .span3{width:22.928176794%;} .row-fluid > .span2{width:14.364640883%;} .row-fluid > .span1{width:5.801104972%;} input,textarea,.uneditable-input{margin-left:0;} input.span12, textarea.span12, .uneditable-input.span12{width:714px;} input.span11, textarea.span11, .uneditable-input.span11{width:652px;} input.span10, textarea.span10, .uneditable-input.span10{width:590px;} input.span9, textarea.span9, .uneditable-input.span9{width:528px;} input.span8, textarea.span8, .uneditable-input.span8{width:466px;} input.span7, textarea.span7, .uneditable-input.span7{width:404px;} input.span6, textarea.span6, .uneditable-input.span6{width:342px;} input.span5, textarea.span5, .uneditable-input.span5{width:280px;} input.span4, textarea.span4, .uneditable-input.span4{width:218px;} input.span3, textarea.span3, .uneditable-input.span3{width:156px;} input.span2, textarea.span2, .uneditable-input.span2{width:94px;} input.span1, textarea.span1, .uneditable-input.span1{width:32px;}}@media (max-width:979px){body{padding-top:0;} .navbar-fixed-top{position:static;margin-bottom:18px;} .navbar-fixed-top .navbar-inner{padding:5px;} .navbar .container{width:auto;padding:0;} .navbar .brand{padding-left:10px;padding-right:10px;margin:0 0 0 -5px;} .navbar .nav-collapse{clear:left;} .navbar .nav{float:none;margin:0 0 9px;} .navbar .nav>li{float:none;} .navbar .nav>li>a{margin-bottom:2px;} .navbar .nav>.divider-vertical{display:none;} .navbar .nav .nav-header{color:#999999;text-shadow:none;} .navbar .nav>li>a,.navbar .dropdown-menu a{padding:6px 15px;font-weight:bold;color:#999999;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} .navbar .dropdown-menu li+li a{margin-bottom:2px;} .navbar .nav>li>a:hover,.navbar .dropdown-menu a:hover{background-color:#222222;} .navbar .dropdown-menu{position:static;top:auto;left:auto;float:none;display:block;max-width:none;margin:0 15px;padding:0;background-color:transparent;border:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;} .navbar .dropdown-menu:before,.navbar .dropdown-menu:after{display:none;} .navbar .dropdown-menu .divider{display:none;} .navbar-form,.navbar-search{float:none;padding:9px 15px;margin:9px 0;border-top:1px solid #222222;border-bottom:1px solid #222222;-webkit-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);-moz-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.1),0 1px 0 rgba(255, 255, 255, 0.1);} .navbar .nav.pull-right{float:none;margin-left:0;} .navbar-static .navbar-inner{padding-left:10px;padding-right:10px;} .btn-navbar{display:block;} .nav-collapse{overflow:hidden;height:0;}}@media (min-width:980px){.nav-collapse.collapse{height:auto !important;overflow:visible !important;}}@media (min-width:1200px){.row{margin-left:-30px;*zoom:1;}.row:before,.row:after{display:table;content:"";} .row:after{clear:both;} [class*="span"]{float:left;margin-left:30px;} .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:1170px;} .span12{width:1170px;} .span11{width:1070px;} .span10{width:970px;} .span9{width:870px;} .span8{width:770px;} .span7{width:670px;} .span6{width:570px;} .span5{width:470px;} .span4{width:370px;} .span3{width:270px;} .span2{width:170px;} .span1{width:70px;} .offset12{margin-left:1230px;} .offset11{margin-left:1130px;} .offset10{margin-left:1030px;} .offset9{margin-left:930px;} .offset8{margin-left:830px;} .offset7{margin-left:730px;} .offset6{margin-left:630px;} .offset5{margin-left:530px;} .offset4{margin-left:430px;} .offset3{margin-left:330px;} .offset2{margin-left:230px;} .offset1{margin-left:130px;} .row-fluid{width:100%;*zoom:1;}.row-fluid:before,.row-fluid:after{display:table;content:"";} .row-fluid:after{clear:both;} .row-fluid>[class*="span"]{float:left;margin-left:2.564102564%;} .row-fluid>[class*="span"]:first-child{margin-left:0;} .row-fluid > .span12{width:100%;} .row-fluid > .span11{width:91.45299145300001%;} .row-fluid > .span10{width:82.905982906%;} .row-fluid > .span9{width:74.358974359%;} .row-fluid > .span8{width:65.81196581200001%;} .row-fluid > .span7{width:57.264957265%;} .row-fluid > .span6{width:48.717948718%;} .row-fluid > .span5{width:40.170940171000005%;} .row-fluid > .span4{width:31.623931624%;} .row-fluid > .span3{width:23.076923077%;} .row-fluid > .span2{width:14.529914530000001%;} .row-fluid > .span1{width:5.982905983%;} input,textarea,.uneditable-input{margin-left:0;} input.span12, textarea.span12, .uneditable-input.span12{width:1160px;} input.span11, textarea.span11, .uneditable-input.span11{width:1060px;} input.span10, textarea.span10, .uneditable-input.span10{width:960px;} input.span9, textarea.span9, .uneditable-input.span9{width:860px;} input.span8, textarea.span8, .uneditable-input.span8{width:760px;} input.span7, textarea.span7, .uneditable-input.span7{width:660px;} input.span6, textarea.span6, .uneditable-input.span6{width:560px;} input.span5, textarea.span5, .uneditable-input.span5{width:460px;} input.span4, textarea.span4, .uneditable-input.span4{width:360px;} input.span3, textarea.span3, .uneditable-input.span3{width:260px;} input.span2, textarea.span2, .uneditable-input.span2{width:160px;} input.span1, textarea.span1, .uneditable-input.span1{width:60px;} .thumbnails{margin-left:-30px;} .thumbnails>li{margin-left:30px;}}
@@ -0,0 +1,3991 @@
1
+ /*!
2
+ * Bootstrap v2.0.2
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
+ article,
11
+ aside,
12
+ details,
13
+ figcaption,
14
+ figure,
15
+ footer,
16
+ header,
17
+ hgroup,
18
+ nav,
19
+ section {
20
+ display: block;
21
+ }
22
+ audio,
23
+ canvas,
24
+ video {
25
+ display: inline-block;
26
+ *display: inline;
27
+ *zoom: 1;
28
+ }
29
+ audio:not([controls]) {
30
+ display: none;
31
+ }
32
+ html {
33
+ font-size: 100%;
34
+ -webkit-text-size-adjust: 100%;
35
+ -ms-text-size-adjust: 100%;
36
+ }
37
+ a:focus {
38
+ outline: thin dotted #333;
39
+ outline: 5px auto -webkit-focus-ring-color;
40
+ outline-offset: -2px;
41
+ }
42
+ a:hover,
43
+ a:active {
44
+ outline: 0;
45
+ }
46
+ sub,
47
+ sup {
48
+ position: relative;
49
+ font-size: 75%;
50
+ line-height: 0;
51
+ vertical-align: baseline;
52
+ }
53
+ sup {
54
+ top: -0.5em;
55
+ }
56
+ sub {
57
+ bottom: -0.25em;
58
+ }
59
+ img {
60
+ height: auto;
61
+ border: 0;
62
+ -ms-interpolation-mode: bicubic;
63
+ vertical-align: middle;
64
+ }
65
+ button,
66
+ input,
67
+ select,
68
+ textarea {
69
+ margin: 0;
70
+ font-size: 100%;
71
+ vertical-align: middle;
72
+ }
73
+ button,
74
+ input {
75
+ *overflow: visible;
76
+ line-height: normal;
77
+ }
78
+ button::-moz-focus-inner,
79
+ input::-moz-focus-inner {
80
+ padding: 0;
81
+ border: 0;
82
+ }
83
+ button,
84
+ input[type="button"],
85
+ input[type="reset"],
86
+ input[type="submit"] {
87
+ cursor: pointer;
88
+ -webkit-appearance: button;
89
+ }
90
+ input[type="search"] {
91
+ -webkit-appearance: textfield;
92
+ -webkit-box-sizing: content-box;
93
+ -moz-box-sizing: content-box;
94
+ box-sizing: content-box;
95
+ }
96
+ input[type="search"]::-webkit-search-decoration,
97
+ input[type="search"]::-webkit-search-cancel-button {
98
+ -webkit-appearance: none;
99
+ }
100
+ textarea {
101
+ overflow: auto;
102
+ vertical-align: top;
103
+ }
104
+ .clearfix {
105
+ *zoom: 1;
106
+ }
107
+ .clearfix:before,
108
+ .clearfix:after {
109
+ display: table;
110
+ content: "";
111
+ }
112
+ .clearfix:after {
113
+ clear: both;
114
+ }
115
+ .hide-text {
116
+ overflow: hidden;
117
+ text-indent: 100%;
118
+ white-space: nowrap;
119
+ }
120
+ .input-block-level {
121
+ display: block;
122
+ width: 100%;
123
+ min-height: 28px;
124
+ /* Make inputs at least the height of their button counterpart */
125
+
126
+ /* Makes inputs behave like true block-level elements */
127
+
128
+ -webkit-box-sizing: border-box;
129
+ -moz-box-sizing: border-box;
130
+ -ms-box-sizing: border-box;
131
+ box-sizing: border-box;
132
+ }
133
+ body {
134
+ margin: 0;
135
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
136
+ font-size: 13px;
137
+ line-height: 18px;
138
+ color: #333333;
139
+ background-color: #ffffff;
140
+ }
141
+ a {
142
+ color: #0088cc;
143
+ text-decoration: none;
144
+ }
145
+ a:hover {
146
+ color: #005580;
147
+ text-decoration: underline;
148
+ }
149
+ .row {
150
+ margin-left: -20px;
151
+ *zoom: 1;
152
+ }
153
+ .row:before,
154
+ .row:after {
155
+ display: table;
156
+ content: "";
157
+ }
158
+ .row:after {
159
+ clear: both;
160
+ }
161
+ [class*="span"] {
162
+ float: left;
163
+ margin-left: 20px;
164
+ }
165
+ .container,
166
+ .navbar-fixed-top .container,
167
+ .navbar-fixed-bottom .container {
168
+ width: 940px;
169
+ }
170
+ .span12 {
171
+ width: 940px;
172
+ }
173
+ .span11 {
174
+ width: 860px;
175
+ }
176
+ .span10 {
177
+ width: 780px;
178
+ }
179
+ .span9 {
180
+ width: 700px;
181
+ }
182
+ .span8 {
183
+ width: 620px;
184
+ }
185
+ .span7 {
186
+ width: 540px;
187
+ }
188
+ .span6 {
189
+ width: 460px;
190
+ }
191
+ .span5 {
192
+ width: 380px;
193
+ }
194
+ .span4 {
195
+ width: 300px;
196
+ }
197
+ .span3 {
198
+ width: 220px;
199
+ }
200
+ .span2 {
201
+ width: 140px;
202
+ }
203
+ .span1 {
204
+ width: 60px;
205
+ }
206
+ .offset12 {
207
+ margin-left: 980px;
208
+ }
209
+ .offset11 {
210
+ margin-left: 900px;
211
+ }
212
+ .offset10 {
213
+ margin-left: 820px;
214
+ }
215
+ .offset9 {
216
+ margin-left: 740px;
217
+ }
218
+ .offset8 {
219
+ margin-left: 660px;
220
+ }
221
+ .offset7 {
222
+ margin-left: 580px;
223
+ }
224
+ .offset6 {
225
+ margin-left: 500px;
226
+ }
227
+ .offset5 {
228
+ margin-left: 420px;
229
+ }
230
+ .offset4 {
231
+ margin-left: 340px;
232
+ }
233
+ .offset3 {
234
+ margin-left: 260px;
235
+ }
236
+ .offset2 {
237
+ margin-left: 180px;
238
+ }
239
+ .offset1 {
240
+ margin-left: 100px;
241
+ }
242
+ .row-fluid {
243
+ width: 100%;
244
+ *zoom: 1;
245
+ }
246
+ .row-fluid:before,
247
+ .row-fluid:after {
248
+ display: table;
249
+ content: "";
250
+ }
251
+ .row-fluid:after {
252
+ clear: both;
253
+ }
254
+ .row-fluid > [class*="span"] {
255
+ float: left;
256
+ margin-left: 2.127659574%;
257
+ }
258
+ .row-fluid > [class*="span"]:first-child {
259
+ margin-left: 0;
260
+ }
261
+ .row-fluid > .span12 {
262
+ width: 99.99999998999999%;
263
+ }
264
+ .row-fluid > .span11 {
265
+ width: 91.489361693%;
266
+ }
267
+ .row-fluid > .span10 {
268
+ width: 82.97872339599999%;
269
+ }
270
+ .row-fluid > .span9 {
271
+ width: 74.468085099%;
272
+ }
273
+ .row-fluid > .span8 {
274
+ width: 65.95744680199999%;
275
+ }
276
+ .row-fluid > .span7 {
277
+ width: 57.446808505%;
278
+ }
279
+ .row-fluid > .span6 {
280
+ width: 48.93617020799999%;
281
+ }
282
+ .row-fluid > .span5 {
283
+ width: 40.425531911%;
284
+ }
285
+ .row-fluid > .span4 {
286
+ width: 31.914893614%;
287
+ }
288
+ .row-fluid > .span3 {
289
+ width: 23.404255317%;
290
+ }
291
+ .row-fluid > .span2 {
292
+ width: 14.89361702%;
293
+ }
294
+ .row-fluid > .span1 {
295
+ width: 6.382978723%;
296
+ }
297
+ .container {
298
+ margin-left: auto;
299
+ margin-right: auto;
300
+ *zoom: 1;
301
+ }
302
+ .container:before,
303
+ .container:after {
304
+ display: table;
305
+ content: "";
306
+ }
307
+ .container:after {
308
+ clear: both;
309
+ }
310
+ .container-fluid {
311
+ padding-left: 20px;
312
+ padding-right: 20px;
313
+ *zoom: 1;
314
+ }
315
+ .container-fluid:before,
316
+ .container-fluid:after {
317
+ display: table;
318
+ content: "";
319
+ }
320
+ .container-fluid:after {
321
+ clear: both;
322
+ }
323
+ p {
324
+ margin: 0 0 9px;
325
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
326
+ font-size: 13px;
327
+ line-height: 18px;
328
+ }
329
+ p small {
330
+ font-size: 11px;
331
+ color: #999999;
332
+ }
333
+ .lead {
334
+ margin-bottom: 18px;
335
+ font-size: 20px;
336
+ font-weight: 200;
337
+ line-height: 27px;
338
+ }
339
+ h1,
340
+ h2,
341
+ h3,
342
+ h4,
343
+ h5,
344
+ h6 {
345
+ margin: 0;
346
+ font-family: inherit;
347
+ font-weight: bold;
348
+ color: inherit;
349
+ text-rendering: optimizelegibility;
350
+ }
351
+ h1 small,
352
+ h2 small,
353
+ h3 small,
354
+ h4 small,
355
+ h5 small,
356
+ h6 small {
357
+ font-weight: normal;
358
+ color: #999999;
359
+ }
360
+ h1 {
361
+ font-size: 30px;
362
+ line-height: 36px;
363
+ }
364
+ h1 small {
365
+ font-size: 18px;
366
+ }
367
+ h2 {
368
+ font-size: 24px;
369
+ line-height: 36px;
370
+ }
371
+ h2 small {
372
+ font-size: 18px;
373
+ }
374
+ h3 {
375
+ line-height: 27px;
376
+ font-size: 18px;
377
+ }
378
+ h3 small {
379
+ font-size: 14px;
380
+ }
381
+ h4,
382
+ h5,
383
+ h6 {
384
+ line-height: 18px;
385
+ }
386
+ h4 {
387
+ font-size: 14px;
388
+ }
389
+ h4 small {
390
+ font-size: 12px;
391
+ }
392
+ h5 {
393
+ font-size: 12px;
394
+ }
395
+ h6 {
396
+ font-size: 11px;
397
+ color: #999999;
398
+ text-transform: uppercase;
399
+ }
400
+ .page-header {
401
+ padding-bottom: 17px;
402
+ margin: 18px 0;
403
+ border-bottom: 1px solid #eeeeee;
404
+ }
405
+ .page-header h1 {
406
+ line-height: 1;
407
+ }
408
+ ul,
409
+ ol {
410
+ padding: 0;
411
+ margin: 0 0 9px 25px;
412
+ }
413
+ ul ul,
414
+ ul ol,
415
+ ol ol,
416
+ ol ul {
417
+ margin-bottom: 0;
418
+ }
419
+ ul {
420
+ list-style: disc;
421
+ }
422
+ ol {
423
+ list-style: decimal;
424
+ }
425
+ li {
426
+ line-height: 18px;
427
+ }
428
+ ul.unstyled,
429
+ ol.unstyled {
430
+ margin-left: 0;
431
+ list-style: none;
432
+ }
433
+ dl {
434
+ margin-bottom: 18px;
435
+ }
436
+ dt,
437
+ dd {
438
+ line-height: 18px;
439
+ }
440
+ dt {
441
+ font-weight: bold;
442
+ line-height: 17px;
443
+ }
444
+ dd {
445
+ margin-left: 9px;
446
+ }
447
+ .dl-horizontal dt {
448
+ float: left;
449
+ clear: left;
450
+ width: 120px;
451
+ text-align: right;
452
+ }
453
+ .dl-horizontal dd {
454
+ margin-left: 130px;
455
+ }
456
+ hr {
457
+ margin: 18px 0;
458
+ border: 0;
459
+ border-top: 1px solid #eeeeee;
460
+ border-bottom: 1px solid #ffffff;
461
+ }
462
+ strong {
463
+ font-weight: bold;
464
+ }
465
+ em {
466
+ font-style: italic;
467
+ }
468
+ .muted {
469
+ color: #999999;
470
+ }
471
+ abbr[title] {
472
+ border-bottom: 1px dotted #ddd;
473
+ cursor: help;
474
+ }
475
+ abbr.initialism {
476
+ font-size: 90%;
477
+ text-transform: uppercase;
478
+ }
479
+ blockquote {
480
+ padding: 0 0 0 15px;
481
+ margin: 0 0 18px;
482
+ border-left: 5px solid #eeeeee;
483
+ }
484
+ blockquote p {
485
+ margin-bottom: 0;
486
+ font-size: 16px;
487
+ font-weight: 300;
488
+ line-height: 22.5px;
489
+ }
490
+ blockquote small {
491
+ display: block;
492
+ line-height: 18px;
493
+ color: #999999;
494
+ }
495
+ blockquote small:before {
496
+ content: '\2014 \00A0';
497
+ }
498
+ blockquote.pull-right {
499
+ float: right;
500
+ padding-left: 0;
501
+ padding-right: 15px;
502
+ border-left: 0;
503
+ border-right: 5px solid #eeeeee;
504
+ }
505
+ blockquote.pull-right p,
506
+ blockquote.pull-right small {
507
+ text-align: right;
508
+ }
509
+ q:before,
510
+ q:after,
511
+ blockquote:before,
512
+ blockquote:after {
513
+ content: "";
514
+ }
515
+ address {
516
+ display: block;
517
+ margin-bottom: 18px;
518
+ line-height: 18px;
519
+ font-style: normal;
520
+ }
521
+ small {
522
+ font-size: 100%;
523
+ }
524
+ cite {
525
+ font-style: normal;
526
+ }
527
+ code,
528
+ pre {
529
+ padding: 0 3px 2px;
530
+ font-family: Menlo, Monaco, "Courier New", monospace;
531
+ font-size: 12px;
532
+ color: #333333;
533
+ -webkit-border-radius: 3px;
534
+ -moz-border-radius: 3px;
535
+ border-radius: 3px;
536
+ }
537
+ code {
538
+ padding: 2px 4px;
539
+ color: #d14;
540
+ background-color: #f7f7f9;
541
+ border: 1px solid #e1e1e8;
542
+ }
543
+ pre {
544
+ display: block;
545
+ padding: 8.5px;
546
+ margin: 0 0 9px;
547
+ font-size: 12.025px;
548
+ line-height: 18px;
549
+ background-color: #f5f5f5;
550
+ border: 1px solid #ccc;
551
+ border: 1px solid rgba(0, 0, 0, 0.15);
552
+ -webkit-border-radius: 4px;
553
+ -moz-border-radius: 4px;
554
+ border-radius: 4px;
555
+ white-space: pre;
556
+ white-space: pre-wrap;
557
+ word-break: break-all;
558
+ word-wrap: break-word;
559
+ }
560
+ pre.prettyprint {
561
+ margin-bottom: 18px;
562
+ }
563
+ pre code {
564
+ padding: 0;
565
+ color: inherit;
566
+ background-color: transparent;
567
+ border: 0;
568
+ }
569
+ .pre-scrollable {
570
+ max-height: 340px;
571
+ overflow-y: scroll;
572
+ }
573
+ form {
574
+ margin: 0 0 18px;
575
+ }
576
+ fieldset {
577
+ padding: 0;
578
+ margin: 0;
579
+ border: 0;
580
+ }
581
+ legend {
582
+ display: block;
583
+ width: 100%;
584
+ padding: 0;
585
+ margin-bottom: 27px;
586
+ font-size: 19.5px;
587
+ line-height: 36px;
588
+ color: #333333;
589
+ border: 0;
590
+ border-bottom: 1px solid #eee;
591
+ }
592
+ legend small {
593
+ font-size: 13.5px;
594
+ color: #999999;
595
+ }
596
+ label,
597
+ input,
598
+ button,
599
+ select,
600
+ textarea {
601
+ font-size: 13px;
602
+ font-weight: normal;
603
+ line-height: 18px;
604
+ }
605
+ input,
606
+ button,
607
+ select,
608
+ textarea {
609
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
610
+ }
611
+ label {
612
+ display: block;
613
+ margin-bottom: 5px;
614
+ color: #333333;
615
+ }
616
+ input,
617
+ textarea,
618
+ select,
619
+ .uneditable-input {
620
+ display: inline-block;
621
+ width: 210px;
622
+ height: 18px;
623
+ padding: 4px;
624
+ margin-bottom: 9px;
625
+ font-size: 13px;
626
+ line-height: 18px;
627
+ color: #555555;
628
+ border: 1px solid #cccccc;
629
+ -webkit-border-radius: 3px;
630
+ -moz-border-radius: 3px;
631
+ border-radius: 3px;
632
+ }
633
+ .uneditable-textarea {
634
+ width: auto;
635
+ height: auto;
636
+ }
637
+ label input,
638
+ label textarea,
639
+ label select {
640
+ display: block;
641
+ }
642
+ input[type="image"],
643
+ input[type="checkbox"],
644
+ input[type="radio"] {
645
+ width: auto;
646
+ height: auto;
647
+ padding: 0;
648
+ margin: 3px 0;
649
+ *margin-top: 0;
650
+ /* IE7 */
651
+
652
+ line-height: normal;
653
+ cursor: pointer;
654
+ -webkit-border-radius: 0;
655
+ -moz-border-radius: 0;
656
+ border-radius: 0;
657
+ border: 0 \9;
658
+ /* IE9 and down */
659
+
660
+ }
661
+ input[type="image"] {
662
+ border: 0;
663
+ }
664
+ input[type="file"] {
665
+ width: auto;
666
+ padding: initial;
667
+ line-height: initial;
668
+ border: initial;
669
+ background-color: #ffffff;
670
+ background-color: initial;
671
+ -webkit-box-shadow: none;
672
+ -moz-box-shadow: none;
673
+ box-shadow: none;
674
+ }
675
+ input[type="button"],
676
+ input[type="reset"],
677
+ input[type="submit"] {
678
+ width: auto;
679
+ height: auto;
680
+ }
681
+ select,
682
+ input[type="file"] {
683
+ height: 28px;
684
+ /* In IE7, the height of the select element cannot be changed by height, only font-size */
685
+
686
+ *margin-top: 4px;
687
+ /* For IE7, add top margin to align select with labels */
688
+
689
+ line-height: 28px;
690
+ }
691
+ input[type="file"] {
692
+ line-height: 18px \9;
693
+ }
694
+ select {
695
+ width: 220px;
696
+ background-color: #ffffff;
697
+ }
698
+ select[multiple],
699
+ select[size] {
700
+ height: auto;
701
+ }
702
+ input[type="image"] {
703
+ -webkit-box-shadow: none;
704
+ -moz-box-shadow: none;
705
+ box-shadow: none;
706
+ }
707
+ textarea {
708
+ height: auto;
709
+ }
710
+ input[type="hidden"] {
711
+ display: none;
712
+ }
713
+ .radio,
714
+ .checkbox {
715
+ padding-left: 18px;
716
+ }
717
+ .radio input[type="radio"],
718
+ .checkbox input[type="checkbox"] {
719
+ float: left;
720
+ margin-left: -18px;
721
+ }
722
+ .controls > .radio:first-child,
723
+ .controls > .checkbox:first-child {
724
+ padding-top: 5px;
725
+ }
726
+ .radio.inline,
727
+ .checkbox.inline {
728
+ display: inline-block;
729
+ padding-top: 5px;
730
+ margin-bottom: 0;
731
+ vertical-align: middle;
732
+ }
733
+ .radio.inline + .radio.inline,
734
+ .checkbox.inline + .checkbox.inline {
735
+ margin-left: 10px;
736
+ }
737
+ input,
738
+ textarea {
739
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
740
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
741
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
742
+ -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
743
+ -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
744
+ -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
745
+ -o-transition: border linear 0.2s, box-shadow linear 0.2s;
746
+ transition: border linear 0.2s, box-shadow linear 0.2s;
747
+ }
748
+ input:focus,
749
+ textarea:focus {
750
+ border-color: rgba(82, 168, 236, 0.8);
751
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
752
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
753
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
754
+ outline: 0;
755
+ outline: thin dotted \9;
756
+ /* IE6-9 */
757
+
758
+ }
759
+ input[type="file"]:focus,
760
+ input[type="radio"]:focus,
761
+ input[type="checkbox"]:focus,
762
+ select:focus {
763
+ -webkit-box-shadow: none;
764
+ -moz-box-shadow: none;
765
+ box-shadow: none;
766
+ outline: thin dotted #333;
767
+ outline: 5px auto -webkit-focus-ring-color;
768
+ outline-offset: -2px;
769
+ }
770
+ .input-mini {
771
+ width: 60px;
772
+ }
773
+ .input-small {
774
+ width: 90px;
775
+ }
776
+ .input-medium {
777
+ width: 150px;
778
+ }
779
+ .input-large {
780
+ width: 210px;
781
+ }
782
+ .input-xlarge {
783
+ width: 270px;
784
+ }
785
+ .input-xxlarge {
786
+ width: 530px;
787
+ }
788
+ input[class*="span"],
789
+ select[class*="span"],
790
+ textarea[class*="span"],
791
+ .uneditable-input {
792
+ float: none;
793
+ margin-left: 0;
794
+ }
795
+ input,
796
+ textarea,
797
+ .uneditable-input {
798
+ margin-left: 0;
799
+ }
800
+ input.span12, textarea.span12, .uneditable-input.span12 {
801
+ width: 930px;
802
+ }
803
+ input.span11, textarea.span11, .uneditable-input.span11 {
804
+ width: 850px;
805
+ }
806
+ input.span10, textarea.span10, .uneditable-input.span10 {
807
+ width: 770px;
808
+ }
809
+ input.span9, textarea.span9, .uneditable-input.span9 {
810
+ width: 690px;
811
+ }
812
+ input.span8, textarea.span8, .uneditable-input.span8 {
813
+ width: 610px;
814
+ }
815
+ input.span7, textarea.span7, .uneditable-input.span7 {
816
+ width: 530px;
817
+ }
818
+ input.span6, textarea.span6, .uneditable-input.span6 {
819
+ width: 450px;
820
+ }
821
+ input.span5, textarea.span5, .uneditable-input.span5 {
822
+ width: 370px;
823
+ }
824
+ input.span4, textarea.span4, .uneditable-input.span4 {
825
+ width: 290px;
826
+ }
827
+ input.span3, textarea.span3, .uneditable-input.span3 {
828
+ width: 210px;
829
+ }
830
+ input.span2, textarea.span2, .uneditable-input.span2 {
831
+ width: 130px;
832
+ }
833
+ input.span1, textarea.span1, .uneditable-input.span1 {
834
+ width: 50px;
835
+ }
836
+ input[disabled],
837
+ select[disabled],
838
+ textarea[disabled],
839
+ input[readonly],
840
+ select[readonly],
841
+ textarea[readonly] {
842
+ background-color: #eeeeee;
843
+ border-color: #ddd;
844
+ cursor: not-allowed;
845
+ }
846
+ .control-group.warning > label,
847
+ .control-group.warning .help-block,
848
+ .control-group.warning .help-inline {
849
+ color: #c09853;
850
+ }
851
+ .control-group.warning input,
852
+ .control-group.warning select,
853
+ .control-group.warning textarea {
854
+ color: #c09853;
855
+ border-color: #c09853;
856
+ }
857
+ .control-group.warning input:focus,
858
+ .control-group.warning select:focus,
859
+ .control-group.warning textarea:focus {
860
+ border-color: #a47e3c;
861
+ -webkit-box-shadow: 0 0 6px #dbc59e;
862
+ -moz-box-shadow: 0 0 6px #dbc59e;
863
+ box-shadow: 0 0 6px #dbc59e;
864
+ }
865
+ .control-group.warning .input-prepend .add-on,
866
+ .control-group.warning .input-append .add-on {
867
+ color: #c09853;
868
+ background-color: #fcf8e3;
869
+ border-color: #c09853;
870
+ }
871
+ .control-group.error > label,
872
+ .control-group.error .help-block,
873
+ .control-group.error .help-inline {
874
+ color: #b94a48;
875
+ }
876
+ .control-group.error input,
877
+ .control-group.error select,
878
+ .control-group.error textarea {
879
+ color: #b94a48;
880
+ border-color: #b94a48;
881
+ }
882
+ .control-group.error input:focus,
883
+ .control-group.error select:focus,
884
+ .control-group.error textarea:focus {
885
+ border-color: #953b39;
886
+ -webkit-box-shadow: 0 0 6px #d59392;
887
+ -moz-box-shadow: 0 0 6px #d59392;
888
+ box-shadow: 0 0 6px #d59392;
889
+ }
890
+ .control-group.error .input-prepend .add-on,
891
+ .control-group.error .input-append .add-on {
892
+ color: #b94a48;
893
+ background-color: #f2dede;
894
+ border-color: #b94a48;
895
+ }
896
+ .control-group.success > label,
897
+ .control-group.success .help-block,
898
+ .control-group.success .help-inline {
899
+ color: #468847;
900
+ }
901
+ .control-group.success input,
902
+ .control-group.success select,
903
+ .control-group.success textarea {
904
+ color: #468847;
905
+ border-color: #468847;
906
+ }
907
+ .control-group.success input:focus,
908
+ .control-group.success select:focus,
909
+ .control-group.success textarea:focus {
910
+ border-color: #356635;
911
+ -webkit-box-shadow: 0 0 6px #7aba7b;
912
+ -moz-box-shadow: 0 0 6px #7aba7b;
913
+ box-shadow: 0 0 6px #7aba7b;
914
+ }
915
+ .control-group.success .input-prepend .add-on,
916
+ .control-group.success .input-append .add-on {
917
+ color: #468847;
918
+ background-color: #dff0d8;
919
+ border-color: #468847;
920
+ }
921
+ input:focus:required:invalid,
922
+ textarea:focus:required:invalid,
923
+ select:focus:required:invalid {
924
+ color: #b94a48;
925
+ border-color: #ee5f5b;
926
+ }
927
+ input:focus:required:invalid:focus,
928
+ textarea:focus:required:invalid:focus,
929
+ select:focus:required:invalid:focus {
930
+ border-color: #e9322d;
931
+ -webkit-box-shadow: 0 0 6px #f8b9b7;
932
+ -moz-box-shadow: 0 0 6px #f8b9b7;
933
+ box-shadow: 0 0 6px #f8b9b7;
934
+ }
935
+ .form-actions {
936
+ padding: 17px 20px 18px;
937
+ margin-top: 18px;
938
+ margin-bottom: 18px;
939
+ background-color: #eeeeee;
940
+ border-top: 1px solid #ddd;
941
+ *zoom: 1;
942
+ }
943
+ .form-actions:before,
944
+ .form-actions:after {
945
+ display: table;
946
+ content: "";
947
+ }
948
+ .form-actions:after {
949
+ clear: both;
950
+ }
951
+ .uneditable-input {
952
+ display: block;
953
+ background-color: #ffffff;
954
+ border-color: #eee;
955
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
956
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
957
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
958
+ cursor: not-allowed;
959
+ }
960
+ :-moz-placeholder {
961
+ color: #999999;
962
+ }
963
+ ::-webkit-input-placeholder {
964
+ color: #999999;
965
+ }
966
+ .help-block,
967
+ .help-inline {
968
+ color: #555555;
969
+ }
970
+ .help-block {
971
+ display: block;
972
+ margin-bottom: 9px;
973
+ }
974
+ .help-inline {
975
+ display: inline-block;
976
+ *display: inline;
977
+ /* IE7 inline-block hack */
978
+
979
+ *zoom: 1;
980
+ vertical-align: middle;
981
+ padding-left: 5px;
982
+ }
983
+ .input-prepend,
984
+ .input-append {
985
+ margin-bottom: 5px;
986
+ }
987
+ .input-prepend input,
988
+ .input-append input,
989
+ .input-prepend select,
990
+ .input-append select,
991
+ .input-prepend .uneditable-input,
992
+ .input-append .uneditable-input {
993
+ *margin-left: 0;
994
+ -webkit-border-radius: 0 3px 3px 0;
995
+ -moz-border-radius: 0 3px 3px 0;
996
+ border-radius: 0 3px 3px 0;
997
+ }
998
+ .input-prepend input:focus,
999
+ .input-append input:focus,
1000
+ .input-prepend select:focus,
1001
+ .input-append select:focus,
1002
+ .input-prepend .uneditable-input:focus,
1003
+ .input-append .uneditable-input:focus {
1004
+ position: relative;
1005
+ z-index: 2;
1006
+ }
1007
+ .input-prepend .uneditable-input,
1008
+ .input-append .uneditable-input {
1009
+ border-left-color: #ccc;
1010
+ }
1011
+ .input-prepend .add-on,
1012
+ .input-append .add-on {
1013
+ display: inline-block;
1014
+ width: auto;
1015
+ min-width: 16px;
1016
+ height: 18px;
1017
+ padding: 4px 5px;
1018
+ font-weight: normal;
1019
+ line-height: 18px;
1020
+ text-align: center;
1021
+ text-shadow: 0 1px 0 #ffffff;
1022
+ vertical-align: middle;
1023
+ background-color: #eeeeee;
1024
+ border: 1px solid #ccc;
1025
+ }
1026
+ .input-prepend .add-on,
1027
+ .input-append .add-on,
1028
+ .input-prepend .btn,
1029
+ .input-append .btn {
1030
+ -webkit-border-radius: 3px 0 0 3px;
1031
+ -moz-border-radius: 3px 0 0 3px;
1032
+ border-radius: 3px 0 0 3px;
1033
+ }
1034
+ .input-prepend .active,
1035
+ .input-append .active {
1036
+ background-color: #a9dba9;
1037
+ border-color: #46a546;
1038
+ }
1039
+ .input-prepend .add-on,
1040
+ .input-prepend .btn {
1041
+ margin-right: -1px;
1042
+ }
1043
+ .input-append input,
1044
+ .input-append select .uneditable-input {
1045
+ -webkit-border-radius: 3px 0 0 3px;
1046
+ -moz-border-radius: 3px 0 0 3px;
1047
+ border-radius: 3px 0 0 3px;
1048
+ }
1049
+ .input-append .uneditable-input {
1050
+ border-left-color: #eee;
1051
+ border-right-color: #ccc;
1052
+ }
1053
+ .input-append .add-on,
1054
+ .input-append .btn {
1055
+ margin-left: -1px;
1056
+ -webkit-border-radius: 0 3px 3px 0;
1057
+ -moz-border-radius: 0 3px 3px 0;
1058
+ border-radius: 0 3px 3px 0;
1059
+ }
1060
+ .input-prepend.input-append input,
1061
+ .input-prepend.input-append select,
1062
+ .input-prepend.input-append .uneditable-input {
1063
+ -webkit-border-radius: 0;
1064
+ -moz-border-radius: 0;
1065
+ border-radius: 0;
1066
+ }
1067
+ .input-prepend.input-append .add-on:first-child,
1068
+ .input-prepend.input-append .btn:first-child {
1069
+ margin-right: -1px;
1070
+ -webkit-border-radius: 3px 0 0 3px;
1071
+ -moz-border-radius: 3px 0 0 3px;
1072
+ border-radius: 3px 0 0 3px;
1073
+ }
1074
+ .input-prepend.input-append .add-on:last-child,
1075
+ .input-prepend.input-append .btn:last-child {
1076
+ margin-left: -1px;
1077
+ -webkit-border-radius: 0 3px 3px 0;
1078
+ -moz-border-radius: 0 3px 3px 0;
1079
+ border-radius: 0 3px 3px 0;
1080
+ }
1081
+ .search-query {
1082
+ padding-left: 14px;
1083
+ padding-right: 14px;
1084
+ margin-bottom: 0;
1085
+ -webkit-border-radius: 14px;
1086
+ -moz-border-radius: 14px;
1087
+ border-radius: 14px;
1088
+ }
1089
+ .form-search input,
1090
+ .form-inline input,
1091
+ .form-horizontal input,
1092
+ .form-search textarea,
1093
+ .form-inline textarea,
1094
+ .form-horizontal textarea,
1095
+ .form-search select,
1096
+ .form-inline select,
1097
+ .form-horizontal select,
1098
+ .form-search .help-inline,
1099
+ .form-inline .help-inline,
1100
+ .form-horizontal .help-inline,
1101
+ .form-search .uneditable-input,
1102
+ .form-inline .uneditable-input,
1103
+ .form-horizontal .uneditable-input,
1104
+ .form-search .input-prepend,
1105
+ .form-inline .input-prepend,
1106
+ .form-horizontal .input-prepend,
1107
+ .form-search .input-append,
1108
+ .form-inline .input-append,
1109
+ .form-horizontal .input-append {
1110
+ display: inline-block;
1111
+ margin-bottom: 0;
1112
+ }
1113
+ .form-search .hide,
1114
+ .form-inline .hide,
1115
+ .form-horizontal .hide {
1116
+ display: none;
1117
+ }
1118
+ .form-search label,
1119
+ .form-inline label {
1120
+ display: inline-block;
1121
+ }
1122
+ .form-search .input-append,
1123
+ .form-inline .input-append,
1124
+ .form-search .input-prepend,
1125
+ .form-inline .input-prepend {
1126
+ margin-bottom: 0;
1127
+ }
1128
+ .form-search .radio,
1129
+ .form-search .checkbox,
1130
+ .form-inline .radio,
1131
+ .form-inline .checkbox {
1132
+ padding-left: 0;
1133
+ margin-bottom: 0;
1134
+ vertical-align: middle;
1135
+ }
1136
+ .form-search .radio input[type="radio"],
1137
+ .form-search .checkbox input[type="checkbox"],
1138
+ .form-inline .radio input[type="radio"],
1139
+ .form-inline .checkbox input[type="checkbox"] {
1140
+ float: left;
1141
+ margin-left: 0;
1142
+ margin-right: 3px;
1143
+ }
1144
+ .control-group {
1145
+ margin-bottom: 9px;
1146
+ }
1147
+ legend + .control-group {
1148
+ margin-top: 18px;
1149
+ -webkit-margin-top-collapse: separate;
1150
+ }
1151
+ .form-horizontal .control-group {
1152
+ margin-bottom: 18px;
1153
+ *zoom: 1;
1154
+ }
1155
+ .form-horizontal .control-group:before,
1156
+ .form-horizontal .control-group:after {
1157
+ display: table;
1158
+ content: "";
1159
+ }
1160
+ .form-horizontal .control-group:after {
1161
+ clear: both;
1162
+ }
1163
+ .form-horizontal .control-label {
1164
+ float: left;
1165
+ width: 140px;
1166
+ padding-top: 5px;
1167
+ text-align: right;
1168
+ }
1169
+ .form-horizontal .controls {
1170
+ margin-left: 160px;
1171
+ /* Super jank IE7 fix to ensure the inputs in .input-append and input-prepend don't inherit the margin of the parent, in this case .controls */
1172
+
1173
+ *display: inline-block;
1174
+ *margin-left: 0;
1175
+ *padding-left: 20px;
1176
+ }
1177
+ .form-horizontal .help-block {
1178
+ margin-top: 9px;
1179
+ margin-bottom: 0;
1180
+ }
1181
+ .form-horizontal .form-actions {
1182
+ padding-left: 160px;
1183
+ }
1184
+ table {
1185
+ max-width: 100%;
1186
+ border-collapse: collapse;
1187
+ border-spacing: 0;
1188
+ background-color: transparent;
1189
+ }
1190
+ .table {
1191
+ width: 100%;
1192
+ margin-bottom: 18px;
1193
+ }
1194
+ .table th,
1195
+ .table td {
1196
+ padding: 8px;
1197
+ line-height: 18px;
1198
+ text-align: left;
1199
+ vertical-align: top;
1200
+ border-top: 1px solid #dddddd;
1201
+ }
1202
+ .table th {
1203
+ font-weight: bold;
1204
+ }
1205
+ .table thead th {
1206
+ vertical-align: bottom;
1207
+ }
1208
+ .table colgroup + thead tr:first-child th,
1209
+ .table colgroup + thead tr:first-child td,
1210
+ .table thead:first-child tr:first-child th,
1211
+ .table thead:first-child tr:first-child td {
1212
+ border-top: 0;
1213
+ }
1214
+ .table tbody + tbody {
1215
+ border-top: 2px solid #dddddd;
1216
+ }
1217
+ .table-condensed th,
1218
+ .table-condensed td {
1219
+ padding: 4px 5px;
1220
+ }
1221
+ .table-bordered {
1222
+ border: 1px solid #dddddd;
1223
+ border-left: 0;
1224
+ border-collapse: separate;
1225
+ *border-collapse: collapsed;
1226
+ -webkit-border-radius: 4px;
1227
+ -moz-border-radius: 4px;
1228
+ border-radius: 4px;
1229
+ }
1230
+ .table-bordered th,
1231
+ .table-bordered td {
1232
+ border-left: 1px solid #dddddd;
1233
+ }
1234
+ .table-bordered thead:first-child tr:first-child th,
1235
+ .table-bordered tbody:first-child tr:first-child th,
1236
+ .table-bordered tbody:first-child tr:first-child td {
1237
+ border-top: 0;
1238
+ }
1239
+ .table-bordered thead:first-child tr:first-child th:first-child,
1240
+ .table-bordered tbody:first-child tr:first-child td:first-child {
1241
+ -webkit-border-radius: 4px 0 0 0;
1242
+ -moz-border-radius: 4px 0 0 0;
1243
+ border-radius: 4px 0 0 0;
1244
+ }
1245
+ .table-bordered thead:first-child tr:first-child th:last-child,
1246
+ .table-bordered tbody:first-child tr:first-child td:last-child {
1247
+ -webkit-border-radius: 0 4px 0 0;
1248
+ -moz-border-radius: 0 4px 0 0;
1249
+ border-radius: 0 4px 0 0;
1250
+ }
1251
+ .table-bordered thead:last-child tr:last-child th:first-child,
1252
+ .table-bordered tbody:last-child tr:last-child td:first-child {
1253
+ -webkit-border-radius: 0 0 0 4px;
1254
+ -moz-border-radius: 0 0 0 4px;
1255
+ border-radius: 0 0 0 4px;
1256
+ }
1257
+ .table-bordered thead:last-child tr:last-child th:last-child,
1258
+ .table-bordered tbody:last-child tr:last-child td:last-child {
1259
+ -webkit-border-radius: 0 0 4px 0;
1260
+ -moz-border-radius: 0 0 4px 0;
1261
+ border-radius: 0 0 4px 0;
1262
+ }
1263
+ .table-striped tbody tr:nth-child(odd) td,
1264
+ .table-striped tbody tr:nth-child(odd) th {
1265
+ background-color: #f9f9f9;
1266
+ }
1267
+ .table tbody tr:hover td,
1268
+ .table tbody tr:hover th {
1269
+ background-color: #f5f5f5;
1270
+ }
1271
+ table .span1 {
1272
+ float: none;
1273
+ width: 44px;
1274
+ margin-left: 0;
1275
+ }
1276
+ table .span2 {
1277
+ float: none;
1278
+ width: 124px;
1279
+ margin-left: 0;
1280
+ }
1281
+ table .span3 {
1282
+ float: none;
1283
+ width: 204px;
1284
+ margin-left: 0;
1285
+ }
1286
+ table .span4 {
1287
+ float: none;
1288
+ width: 284px;
1289
+ margin-left: 0;
1290
+ }
1291
+ table .span5 {
1292
+ float: none;
1293
+ width: 364px;
1294
+ margin-left: 0;
1295
+ }
1296
+ table .span6 {
1297
+ float: none;
1298
+ width: 444px;
1299
+ margin-left: 0;
1300
+ }
1301
+ table .span7 {
1302
+ float: none;
1303
+ width: 524px;
1304
+ margin-left: 0;
1305
+ }
1306
+ table .span8 {
1307
+ float: none;
1308
+ width: 604px;
1309
+ margin-left: 0;
1310
+ }
1311
+ table .span9 {
1312
+ float: none;
1313
+ width: 684px;
1314
+ margin-left: 0;
1315
+ }
1316
+ table .span10 {
1317
+ float: none;
1318
+ width: 764px;
1319
+ margin-left: 0;
1320
+ }
1321
+ table .span11 {
1322
+ float: none;
1323
+ width: 844px;
1324
+ margin-left: 0;
1325
+ }
1326
+ table .span12 {
1327
+ float: none;
1328
+ width: 924px;
1329
+ margin-left: 0;
1330
+ }
1331
+ table .span13 {
1332
+ float: none;
1333
+ width: 1004px;
1334
+ margin-left: 0;
1335
+ }
1336
+ table .span14 {
1337
+ float: none;
1338
+ width: 1084px;
1339
+ margin-left: 0;
1340
+ }
1341
+ table .span15 {
1342
+ float: none;
1343
+ width: 1164px;
1344
+ margin-left: 0;
1345
+ }
1346
+ table .span16 {
1347
+ float: none;
1348
+ width: 1244px;
1349
+ margin-left: 0;
1350
+ }
1351
+ table .span17 {
1352
+ float: none;
1353
+ width: 1324px;
1354
+ margin-left: 0;
1355
+ }
1356
+ table .span18 {
1357
+ float: none;
1358
+ width: 1404px;
1359
+ margin-left: 0;
1360
+ }
1361
+ table .span19 {
1362
+ float: none;
1363
+ width: 1484px;
1364
+ margin-left: 0;
1365
+ }
1366
+ table .span20 {
1367
+ float: none;
1368
+ width: 1564px;
1369
+ margin-left: 0;
1370
+ }
1371
+ table .span21 {
1372
+ float: none;
1373
+ width: 1644px;
1374
+ margin-left: 0;
1375
+ }
1376
+ table .span22 {
1377
+ float: none;
1378
+ width: 1724px;
1379
+ margin-left: 0;
1380
+ }
1381
+ table .span23 {
1382
+ float: none;
1383
+ width: 1804px;
1384
+ margin-left: 0;
1385
+ }
1386
+ table .span24 {
1387
+ float: none;
1388
+ width: 1884px;
1389
+ margin-left: 0;
1390
+ }
1391
+ [class^="icon-"],
1392
+ [class*=" icon-"] {
1393
+ display: inline-block;
1394
+ width: 14px;
1395
+ height: 14px;
1396
+ line-height: 14px;
1397
+ vertical-align: text-top;
1398
+ background-image: url("../img/glyphicons-halflings.png");
1399
+ background-position: 14px 14px;
1400
+ background-repeat: no-repeat;
1401
+ *margin-right: .3em;
1402
+ }
1403
+ [class^="icon-"]:last-child,
1404
+ [class*=" icon-"]:last-child {
1405
+ *margin-left: 0;
1406
+ }
1407
+ .icon-white {
1408
+ background-image: url("../img/glyphicons-halflings-white.png");
1409
+ }
1410
+ .icon-glass {
1411
+ background-position: 0 0;
1412
+ }
1413
+ .icon-music {
1414
+ background-position: -24px 0;
1415
+ }
1416
+ .icon-search {
1417
+ background-position: -48px 0;
1418
+ }
1419
+ .icon-envelope {
1420
+ background-position: -72px 0;
1421
+ }
1422
+ .icon-heart {
1423
+ background-position: -96px 0;
1424
+ }
1425
+ .icon-star {
1426
+ background-position: -120px 0;
1427
+ }
1428
+ .icon-star-empty {
1429
+ background-position: -144px 0;
1430
+ }
1431
+ .icon-user {
1432
+ background-position: -168px 0;
1433
+ }
1434
+ .icon-film {
1435
+ background-position: -192px 0;
1436
+ }
1437
+ .icon-th-large {
1438
+ background-position: -216px 0;
1439
+ }
1440
+ .icon-th {
1441
+ background-position: -240px 0;
1442
+ }
1443
+ .icon-th-list {
1444
+ background-position: -264px 0;
1445
+ }
1446
+ .icon-ok {
1447
+ background-position: -288px 0;
1448
+ }
1449
+ .icon-remove {
1450
+ background-position: -312px 0;
1451
+ }
1452
+ .icon-zoom-in {
1453
+ background-position: -336px 0;
1454
+ }
1455
+ .icon-zoom-out {
1456
+ background-position: -360px 0;
1457
+ }
1458
+ .icon-off {
1459
+ background-position: -384px 0;
1460
+ }
1461
+ .icon-signal {
1462
+ background-position: -408px 0;
1463
+ }
1464
+ .icon-cog {
1465
+ background-position: -432px 0;
1466
+ }
1467
+ .icon-trash {
1468
+ background-position: -456px 0;
1469
+ }
1470
+ .icon-home {
1471
+ background-position: 0 -24px;
1472
+ }
1473
+ .icon-file {
1474
+ background-position: -24px -24px;
1475
+ }
1476
+ .icon-time {
1477
+ background-position: -48px -24px;
1478
+ }
1479
+ .icon-road {
1480
+ background-position: -72px -24px;
1481
+ }
1482
+ .icon-download-alt {
1483
+ background-position: -96px -24px;
1484
+ }
1485
+ .icon-download {
1486
+ background-position: -120px -24px;
1487
+ }
1488
+ .icon-upload {
1489
+ background-position: -144px -24px;
1490
+ }
1491
+ .icon-inbox {
1492
+ background-position: -168px -24px;
1493
+ }
1494
+ .icon-play-circle {
1495
+ background-position: -192px -24px;
1496
+ }
1497
+ .icon-repeat {
1498
+ background-position: -216px -24px;
1499
+ }
1500
+ .icon-refresh {
1501
+ background-position: -240px -24px;
1502
+ }
1503
+ .icon-list-alt {
1504
+ background-position: -264px -24px;
1505
+ }
1506
+ .icon-lock {
1507
+ background-position: -287px -24px;
1508
+ }
1509
+ .icon-flag {
1510
+ background-position: -312px -24px;
1511
+ }
1512
+ .icon-headphones {
1513
+ background-position: -336px -24px;
1514
+ }
1515
+ .icon-volume-off {
1516
+ background-position: -360px -24px;
1517
+ }
1518
+ .icon-volume-down {
1519
+ background-position: -384px -24px;
1520
+ }
1521
+ .icon-volume-up {
1522
+ background-position: -408px -24px;
1523
+ }
1524
+ .icon-qrcode {
1525
+ background-position: -432px -24px;
1526
+ }
1527
+ .icon-barcode {
1528
+ background-position: -456px -24px;
1529
+ }
1530
+ .icon-tag {
1531
+ background-position: 0 -48px;
1532
+ }
1533
+ .icon-tags {
1534
+ background-position: -25px -48px;
1535
+ }
1536
+ .icon-book {
1537
+ background-position: -48px -48px;
1538
+ }
1539
+ .icon-bookmark {
1540
+ background-position: -72px -48px;
1541
+ }
1542
+ .icon-print {
1543
+ background-position: -96px -48px;
1544
+ }
1545
+ .icon-camera {
1546
+ background-position: -120px -48px;
1547
+ }
1548
+ .icon-font {
1549
+ background-position: -144px -48px;
1550
+ }
1551
+ .icon-bold {
1552
+ background-position: -167px -48px;
1553
+ }
1554
+ .icon-italic {
1555
+ background-position: -192px -48px;
1556
+ }
1557
+ .icon-text-height {
1558
+ background-position: -216px -48px;
1559
+ }
1560
+ .icon-text-width {
1561
+ background-position: -240px -48px;
1562
+ }
1563
+ .icon-align-left {
1564
+ background-position: -264px -48px;
1565
+ }
1566
+ .icon-align-center {
1567
+ background-position: -288px -48px;
1568
+ }
1569
+ .icon-align-right {
1570
+ background-position: -312px -48px;
1571
+ }
1572
+ .icon-align-justify {
1573
+ background-position: -336px -48px;
1574
+ }
1575
+ .icon-list {
1576
+ background-position: -360px -48px;
1577
+ }
1578
+ .icon-indent-left {
1579
+ background-position: -384px -48px;
1580
+ }
1581
+ .icon-indent-right {
1582
+ background-position: -408px -48px;
1583
+ }
1584
+ .icon-facetime-video {
1585
+ background-position: -432px -48px;
1586
+ }
1587
+ .icon-picture {
1588
+ background-position: -456px -48px;
1589
+ }
1590
+ .icon-pencil {
1591
+ background-position: 0 -72px;
1592
+ }
1593
+ .icon-map-marker {
1594
+ background-position: -24px -72px;
1595
+ }
1596
+ .icon-adjust {
1597
+ background-position: -48px -72px;
1598
+ }
1599
+ .icon-tint {
1600
+ background-position: -72px -72px;
1601
+ }
1602
+ .icon-edit {
1603
+ background-position: -96px -72px;
1604
+ }
1605
+ .icon-share {
1606
+ background-position: -120px -72px;
1607
+ }
1608
+ .icon-check {
1609
+ background-position: -144px -72px;
1610
+ }
1611
+ .icon-move {
1612
+ background-position: -168px -72px;
1613
+ }
1614
+ .icon-step-backward {
1615
+ background-position: -192px -72px;
1616
+ }
1617
+ .icon-fast-backward {
1618
+ background-position: -216px -72px;
1619
+ }
1620
+ .icon-backward {
1621
+ background-position: -240px -72px;
1622
+ }
1623
+ .icon-play {
1624
+ background-position: -264px -72px;
1625
+ }
1626
+ .icon-pause {
1627
+ background-position: -288px -72px;
1628
+ }
1629
+ .icon-stop {
1630
+ background-position: -312px -72px;
1631
+ }
1632
+ .icon-forward {
1633
+ background-position: -336px -72px;
1634
+ }
1635
+ .icon-fast-forward {
1636
+ background-position: -360px -72px;
1637
+ }
1638
+ .icon-step-forward {
1639
+ background-position: -384px -72px;
1640
+ }
1641
+ .icon-eject {
1642
+ background-position: -408px -72px;
1643
+ }
1644
+ .icon-chevron-left {
1645
+ background-position: -432px -72px;
1646
+ }
1647
+ .icon-chevron-right {
1648
+ background-position: -456px -72px;
1649
+ }
1650
+ .icon-plus-sign {
1651
+ background-position: 0 -96px;
1652
+ }
1653
+ .icon-minus-sign {
1654
+ background-position: -24px -96px;
1655
+ }
1656
+ .icon-remove-sign {
1657
+ background-position: -48px -96px;
1658
+ }
1659
+ .icon-ok-sign {
1660
+ background-position: -72px -96px;
1661
+ }
1662
+ .icon-question-sign {
1663
+ background-position: -96px -96px;
1664
+ }
1665
+ .icon-info-sign {
1666
+ background-position: -120px -96px;
1667
+ }
1668
+ .icon-screenshot {
1669
+ background-position: -144px -96px;
1670
+ }
1671
+ .icon-remove-circle {
1672
+ background-position: -168px -96px;
1673
+ }
1674
+ .icon-ok-circle {
1675
+ background-position: -192px -96px;
1676
+ }
1677
+ .icon-ban-circle {
1678
+ background-position: -216px -96px;
1679
+ }
1680
+ .icon-arrow-left {
1681
+ background-position: -240px -96px;
1682
+ }
1683
+ .icon-arrow-right {
1684
+ background-position: -264px -96px;
1685
+ }
1686
+ .icon-arrow-up {
1687
+ background-position: -289px -96px;
1688
+ }
1689
+ .icon-arrow-down {
1690
+ background-position: -312px -96px;
1691
+ }
1692
+ .icon-share-alt {
1693
+ background-position: -336px -96px;
1694
+ }
1695
+ .icon-resize-full {
1696
+ background-position: -360px -96px;
1697
+ }
1698
+ .icon-resize-small {
1699
+ background-position: -384px -96px;
1700
+ }
1701
+ .icon-plus {
1702
+ background-position: -408px -96px;
1703
+ }
1704
+ .icon-minus {
1705
+ background-position: -433px -96px;
1706
+ }
1707
+ .icon-asterisk {
1708
+ background-position: -456px -96px;
1709
+ }
1710
+ .icon-exclamation-sign {
1711
+ background-position: 0 -120px;
1712
+ }
1713
+ .icon-gift {
1714
+ background-position: -24px -120px;
1715
+ }
1716
+ .icon-leaf {
1717
+ background-position: -48px -120px;
1718
+ }
1719
+ .icon-fire {
1720
+ background-position: -72px -120px;
1721
+ }
1722
+ .icon-eye-open {
1723
+ background-position: -96px -120px;
1724
+ }
1725
+ .icon-eye-close {
1726
+ background-position: -120px -120px;
1727
+ }
1728
+ .icon-warning-sign {
1729
+ background-position: -144px -120px;
1730
+ }
1731
+ .icon-plane {
1732
+ background-position: -168px -120px;
1733
+ }
1734
+ .icon-calendar {
1735
+ background-position: -192px -120px;
1736
+ }
1737
+ .icon-random {
1738
+ background-position: -216px -120px;
1739
+ }
1740
+ .icon-comment {
1741
+ background-position: -240px -120px;
1742
+ }
1743
+ .icon-magnet {
1744
+ background-position: -264px -120px;
1745
+ }
1746
+ .icon-chevron-up {
1747
+ background-position: -288px -120px;
1748
+ }
1749
+ .icon-chevron-down {
1750
+ background-position: -313px -119px;
1751
+ }
1752
+ .icon-retweet {
1753
+ background-position: -336px -120px;
1754
+ }
1755
+ .icon-shopping-cart {
1756
+ background-position: -360px -120px;
1757
+ }
1758
+ .icon-folder-close {
1759
+ background-position: -384px -120px;
1760
+ }
1761
+ .icon-folder-open {
1762
+ background-position: -408px -120px;
1763
+ }
1764
+ .icon-resize-vertical {
1765
+ background-position: -432px -119px;
1766
+ }
1767
+ .icon-resize-horizontal {
1768
+ background-position: -456px -118px;
1769
+ }
1770
+ .dropdown {
1771
+ position: relative;
1772
+ }
1773
+ .dropdown-toggle {
1774
+ *margin-bottom: -3px;
1775
+ }
1776
+ .dropdown-toggle:active,
1777
+ .open .dropdown-toggle {
1778
+ outline: 0;
1779
+ }
1780
+ .caret {
1781
+ display: inline-block;
1782
+ width: 0;
1783
+ height: 0;
1784
+ vertical-align: top;
1785
+ border-left: 4px solid transparent;
1786
+ border-right: 4px solid transparent;
1787
+ border-top: 4px solid #000000;
1788
+ opacity: 0.3;
1789
+ filter: alpha(opacity=30);
1790
+ content: "";
1791
+ }
1792
+ .dropdown .caret {
1793
+ margin-top: 8px;
1794
+ margin-left: 2px;
1795
+ }
1796
+ .dropdown:hover .caret,
1797
+ .open.dropdown .caret {
1798
+ opacity: 1;
1799
+ filter: alpha(opacity=100);
1800
+ }
1801
+ .dropdown-menu {
1802
+ position: absolute;
1803
+ top: 100%;
1804
+ left: 0;
1805
+ z-index: 1000;
1806
+ float: left;
1807
+ display: none;
1808
+ min-width: 160px;
1809
+ padding: 4px 0;
1810
+ margin: 0;
1811
+ list-style: none;
1812
+ background-color: #ffffff;
1813
+ border-color: #ccc;
1814
+ border-color: rgba(0, 0, 0, 0.2);
1815
+ border-style: solid;
1816
+ border-width: 1px;
1817
+ -webkit-border-radius: 0 0 5px 5px;
1818
+ -moz-border-radius: 0 0 5px 5px;
1819
+ border-radius: 0 0 5px 5px;
1820
+ -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1821
+ -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1822
+ box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
1823
+ -webkit-background-clip: padding-box;
1824
+ -moz-background-clip: padding;
1825
+ background-clip: padding-box;
1826
+ *border-right-width: 2px;
1827
+ *border-bottom-width: 2px;
1828
+ }
1829
+ .dropdown-menu.pull-right {
1830
+ right: 0;
1831
+ left: auto;
1832
+ }
1833
+ .dropdown-menu .divider {
1834
+ height: 1px;
1835
+ margin: 8px 1px;
1836
+ overflow: hidden;
1837
+ background-color: #e5e5e5;
1838
+ border-bottom: 1px solid #ffffff;
1839
+ *width: 100%;
1840
+ *margin: -5px 0 5px;
1841
+ }
1842
+ .dropdown-menu a {
1843
+ display: block;
1844
+ padding: 3px 15px;
1845
+ clear: both;
1846
+ font-weight: normal;
1847
+ line-height: 18px;
1848
+ color: #333333;
1849
+ white-space: nowrap;
1850
+ }
1851
+ .dropdown-menu li > a:hover,
1852
+ .dropdown-menu .active > a,
1853
+ .dropdown-menu .active > a:hover {
1854
+ color: #ffffff;
1855
+ text-decoration: none;
1856
+ background-color: #0088cc;
1857
+ }
1858
+ .dropdown.open {
1859
+ *z-index: 1000;
1860
+ }
1861
+ .dropdown.open .dropdown-toggle {
1862
+ color: #ffffff;
1863
+ background: #ccc;
1864
+ background: rgba(0, 0, 0, 0.3);
1865
+ }
1866
+ .dropdown.open .dropdown-menu {
1867
+ display: block;
1868
+ }
1869
+ .pull-right .dropdown-menu {
1870
+ left: auto;
1871
+ right: 0;
1872
+ }
1873
+ .dropup .caret,
1874
+ .navbar-fixed-bottom .dropdown .caret {
1875
+ border-top: 0;
1876
+ border-bottom: 4px solid #000000;
1877
+ content: "\2191";
1878
+ }
1879
+ .dropup .dropdown-menu,
1880
+ .navbar-fixed-bottom .dropdown .dropdown-menu {
1881
+ top: auto;
1882
+ bottom: 100%;
1883
+ margin-bottom: 1px;
1884
+ }
1885
+ .typeahead {
1886
+ z-index:1030;
1887
+ margin-top: 2px;
1888
+ -webkit-border-radius: 4px;
1889
+ -moz-border-radius: 4px;
1890
+ border-radius: 4px;
1891
+ }
1892
+ .well {
1893
+ min-height: 20px;
1894
+ padding: 19px;
1895
+ margin-bottom: 20px;
1896
+ background-color: #f5f5f5;
1897
+ border: 1px solid #eee;
1898
+ border: 1px solid rgba(0, 0, 0, 0.05);
1899
+ -webkit-border-radius: 4px;
1900
+ -moz-border-radius: 4px;
1901
+ border-radius: 4px;
1902
+ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1903
+ -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1904
+ box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
1905
+ }
1906
+ .well blockquote {
1907
+ border-color: #ddd;
1908
+ border-color: rgba(0, 0, 0, 0.15);
1909
+ }
1910
+ .well-large {
1911
+ padding: 24px;
1912
+ -webkit-border-radius: 6px;
1913
+ -moz-border-radius: 6px;
1914
+ border-radius: 6px;
1915
+ }
1916
+ .well-small {
1917
+ padding: 9px;
1918
+ -webkit-border-radius: 3px;
1919
+ -moz-border-radius: 3px;
1920
+ border-radius: 3px;
1921
+ }
1922
+ .fade {
1923
+ -webkit-transition: opacity 0.15s linear;
1924
+ -moz-transition: opacity 0.15s linear;
1925
+ -ms-transition: opacity 0.15s linear;
1926
+ -o-transition: opacity 0.15s linear;
1927
+ transition: opacity 0.15s linear;
1928
+ opacity: 0;
1929
+ }
1930
+ .fade.in {
1931
+ opacity: 1;
1932
+ }
1933
+ .collapse {
1934
+ -webkit-transition: height 0.35s ease;
1935
+ -moz-transition: height 0.35s ease;
1936
+ -ms-transition: height 0.35s ease;
1937
+ -o-transition: height 0.35s ease;
1938
+ transition: height 0.35s ease;
1939
+ position: relative;
1940
+ overflow: hidden;
1941
+ height: 0;
1942
+ }
1943
+ .collapse.in {
1944
+ height: auto;
1945
+ }
1946
+ .close {
1947
+ float: right;
1948
+ font-size: 20px;
1949
+ font-weight: bold;
1950
+ line-height: 18px;
1951
+ color: #000000;
1952
+ text-shadow: 0 1px 0 #ffffff;
1953
+ opacity: 0.2;
1954
+ filter: alpha(opacity=20);
1955
+ }
1956
+ .close:hover {
1957
+ color: #000000;
1958
+ text-decoration: none;
1959
+ opacity: 0.4;
1960
+ filter: alpha(opacity=40);
1961
+ cursor: pointer;
1962
+ }
1963
+ .btn {
1964
+ display: inline-block;
1965
+ *display: inline;
1966
+ /* IE7 inline-block hack */
1967
+
1968
+ *zoom: 1;
1969
+ padding: 4px 10px 4px;
1970
+ margin-bottom: 0;
1971
+ font-size: 13px;
1972
+ line-height: 18px;
1973
+ color: #333333;
1974
+ text-align: center;
1975
+ text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
1976
+ vertical-align: middle;
1977
+ background-color: #f5f5f5;
1978
+ background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
1979
+ background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
1980
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
1981
+ background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
1982
+ background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
1983
+ background-image: linear-gradient(top, #ffffff, #e6e6e6);
1984
+ background-repeat: repeat-x;
1985
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
1986
+ border-color: #e6e6e6 #e6e6e6 #bfbfbf;
1987
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
1988
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
1989
+ border: 1px solid #cccccc;
1990
+ border-bottom-color: #b3b3b3;
1991
+ -webkit-border-radius: 4px;
1992
+ -moz-border-radius: 4px;
1993
+ border-radius: 4px;
1994
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1995
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1996
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
1997
+ cursor: pointer;
1998
+ *margin-left: .3em;
1999
+ }
2000
+ .btn:hover,
2001
+ .btn:active,
2002
+ .btn.active,
2003
+ .btn.disabled,
2004
+ .btn[disabled] {
2005
+ background-color: #e6e6e6;
2006
+ }
2007
+ .btn:active,
2008
+ .btn.active {
2009
+ background-color: #cccccc \9;
2010
+ }
2011
+ .btn:first-child {
2012
+ *margin-left: 0;
2013
+ }
2014
+ .btn:hover {
2015
+ color: #333333;
2016
+ text-decoration: none;
2017
+ background-color: #e6e6e6;
2018
+ background-position: 0 -15px;
2019
+ -webkit-transition: background-position 0.1s linear;
2020
+ -moz-transition: background-position 0.1s linear;
2021
+ -ms-transition: background-position 0.1s linear;
2022
+ -o-transition: background-position 0.1s linear;
2023
+ transition: background-position 0.1s linear;
2024
+ }
2025
+ .btn:focus {
2026
+ outline: thin dotted #333;
2027
+ outline: 5px auto -webkit-focus-ring-color;
2028
+ outline-offset: -2px;
2029
+ }
2030
+ .btn.active,
2031
+ .btn:active {
2032
+ background-image: none;
2033
+ -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2034
+ -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2035
+ box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2036
+ background-color: #e6e6e6;
2037
+ background-color: #d9d9d9 \9;
2038
+ outline: 0;
2039
+ }
2040
+ .btn.disabled,
2041
+ .btn[disabled] {
2042
+ cursor: default;
2043
+ background-image: none;
2044
+ background-color: #e6e6e6;
2045
+ opacity: 0.65;
2046
+ filter: alpha(opacity=65);
2047
+ -webkit-box-shadow: none;
2048
+ -moz-box-shadow: none;
2049
+ box-shadow: none;
2050
+ }
2051
+ .btn-large {
2052
+ padding: 9px 14px;
2053
+ font-size: 15px;
2054
+ line-height: normal;
2055
+ -webkit-border-radius: 5px;
2056
+ -moz-border-radius: 5px;
2057
+ border-radius: 5px;
2058
+ }
2059
+ .btn-large [class^="icon-"] {
2060
+ margin-top: 1px;
2061
+ }
2062
+ .btn-small {
2063
+ padding: 5px 9px;
2064
+ font-size: 11px;
2065
+ line-height: 16px;
2066
+ }
2067
+ .btn-small [class^="icon-"] {
2068
+ margin-top: -1px;
2069
+ }
2070
+ .btn-mini {
2071
+ padding: 2px 6px;
2072
+ font-size: 11px;
2073
+ line-height: 14px;
2074
+ }
2075
+ .btn-primary,
2076
+ .btn-primary:hover,
2077
+ .btn-warning,
2078
+ .btn-warning:hover,
2079
+ .btn-danger,
2080
+ .btn-danger:hover,
2081
+ .btn-success,
2082
+ .btn-success:hover,
2083
+ .btn-info,
2084
+ .btn-info:hover,
2085
+ .btn-inverse,
2086
+ .btn-inverse:hover {
2087
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2088
+ color: #ffffff;
2089
+ }
2090
+ .btn-primary.active,
2091
+ .btn-warning.active,
2092
+ .btn-danger.active,
2093
+ .btn-success.active,
2094
+ .btn-info.active,
2095
+ .btn-inverse.active {
2096
+ color: rgba(255, 255, 255, 0.75);
2097
+ }
2098
+ .btn-primary {
2099
+ background-color: #0074cc;
2100
+ background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
2101
+ background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
2102
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
2103
+ background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
2104
+ background-image: -o-linear-gradient(top, #0088cc, #0055cc);
2105
+ background-image: linear-gradient(top, #0088cc, #0055cc);
2106
+ background-repeat: repeat-x;
2107
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
2108
+ border-color: #0055cc #0055cc #003580;
2109
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2110
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2111
+ }
2112
+ .btn-primary:hover,
2113
+ .btn-primary:active,
2114
+ .btn-primary.active,
2115
+ .btn-primary.disabled,
2116
+ .btn-primary[disabled] {
2117
+ background-color: #0055cc;
2118
+ }
2119
+ .btn-primary:active,
2120
+ .btn-primary.active {
2121
+ background-color: #004099 \9;
2122
+ }
2123
+ .btn-warning {
2124
+ background-color: #faa732;
2125
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
2126
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
2127
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
2128
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
2129
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
2130
+ background-image: linear-gradient(top, #fbb450, #f89406);
2131
+ background-repeat: repeat-x;
2132
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
2133
+ border-color: #f89406 #f89406 #ad6704;
2134
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2135
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2136
+ }
2137
+ .btn-warning:hover,
2138
+ .btn-warning:active,
2139
+ .btn-warning.active,
2140
+ .btn-warning.disabled,
2141
+ .btn-warning[disabled] {
2142
+ background-color: #f89406;
2143
+ }
2144
+ .btn-warning:active,
2145
+ .btn-warning.active {
2146
+ background-color: #c67605 \9;
2147
+ }
2148
+ .btn-danger {
2149
+ background-color: #da4f49;
2150
+ background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2151
+ background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
2152
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2153
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2154
+ background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2155
+ background-image: linear-gradient(top, #ee5f5b, #bd362f);
2156
+ background-repeat: repeat-x;
2157
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
2158
+ border-color: #bd362f #bd362f #802420;
2159
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2160
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2161
+ }
2162
+ .btn-danger:hover,
2163
+ .btn-danger:active,
2164
+ .btn-danger.active,
2165
+ .btn-danger.disabled,
2166
+ .btn-danger[disabled] {
2167
+ background-color: #bd362f;
2168
+ }
2169
+ .btn-danger:active,
2170
+ .btn-danger.active {
2171
+ background-color: #942a25 \9;
2172
+ }
2173
+ .btn-success {
2174
+ background-color: #5bb75b;
2175
+ background-image: -moz-linear-gradient(top, #62c462, #51a351);
2176
+ background-image: -ms-linear-gradient(top, #62c462, #51a351);
2177
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2178
+ background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2179
+ background-image: -o-linear-gradient(top, #62c462, #51a351);
2180
+ background-image: linear-gradient(top, #62c462, #51a351);
2181
+ background-repeat: repeat-x;
2182
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
2183
+ border-color: #51a351 #51a351 #387038;
2184
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2185
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2186
+ }
2187
+ .btn-success:hover,
2188
+ .btn-success:active,
2189
+ .btn-success.active,
2190
+ .btn-success.disabled,
2191
+ .btn-success[disabled] {
2192
+ background-color: #51a351;
2193
+ }
2194
+ .btn-success:active,
2195
+ .btn-success.active {
2196
+ background-color: #408140 \9;
2197
+ }
2198
+ .btn-info {
2199
+ background-color: #49afcd;
2200
+ background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2201
+ background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
2202
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2203
+ background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2204
+ background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2205
+ background-image: linear-gradient(top, #5bc0de, #2f96b4);
2206
+ background-repeat: repeat-x;
2207
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
2208
+ border-color: #2f96b4 #2f96b4 #1f6377;
2209
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2210
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2211
+ }
2212
+ .btn-info:hover,
2213
+ .btn-info:active,
2214
+ .btn-info.active,
2215
+ .btn-info.disabled,
2216
+ .btn-info[disabled] {
2217
+ background-color: #2f96b4;
2218
+ }
2219
+ .btn-info:active,
2220
+ .btn-info.active {
2221
+ background-color: #24748c \9;
2222
+ }
2223
+ .btn-inverse {
2224
+ background-color: #414141;
2225
+ background-image: -moz-linear-gradient(top, #555555, #222222);
2226
+ background-image: -ms-linear-gradient(top, #555555, #222222);
2227
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
2228
+ background-image: -webkit-linear-gradient(top, #555555, #222222);
2229
+ background-image: -o-linear-gradient(top, #555555, #222222);
2230
+ background-image: linear-gradient(top, #555555, #222222);
2231
+ background-repeat: repeat-x;
2232
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
2233
+ border-color: #222222 #222222 #000000;
2234
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2235
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2236
+ }
2237
+ .btn-inverse:hover,
2238
+ .btn-inverse:active,
2239
+ .btn-inverse.active,
2240
+ .btn-inverse.disabled,
2241
+ .btn-inverse[disabled] {
2242
+ background-color: #222222;
2243
+ }
2244
+ .btn-inverse:active,
2245
+ .btn-inverse.active {
2246
+ background-color: #080808 \9;
2247
+ }
2248
+ button.btn,
2249
+ input[type="submit"].btn {
2250
+ *padding-top: 2px;
2251
+ *padding-bottom: 2px;
2252
+ }
2253
+ button.btn::-moz-focus-inner,
2254
+ input[type="submit"].btn::-moz-focus-inner {
2255
+ padding: 0;
2256
+ border: 0;
2257
+ }
2258
+ button.btn.btn-large,
2259
+ input[type="submit"].btn.btn-large {
2260
+ *padding-top: 7px;
2261
+ *padding-bottom: 7px;
2262
+ }
2263
+ button.btn.btn-small,
2264
+ input[type="submit"].btn.btn-small {
2265
+ *padding-top: 3px;
2266
+ *padding-bottom: 3px;
2267
+ }
2268
+ button.btn.btn-mini,
2269
+ input[type="submit"].btn.btn-mini {
2270
+ *padding-top: 1px;
2271
+ *padding-bottom: 1px;
2272
+ }
2273
+ .btn-group {
2274
+ position: relative;
2275
+ *zoom: 1;
2276
+ *margin-left: .3em;
2277
+ }
2278
+ .btn-group:before,
2279
+ .btn-group:after {
2280
+ display: table;
2281
+ content: "";
2282
+ }
2283
+ .btn-group:after {
2284
+ clear: both;
2285
+ }
2286
+ .btn-group:first-child {
2287
+ *margin-left: 0;
2288
+ }
2289
+ .btn-group + .btn-group {
2290
+ margin-left: 5px;
2291
+ }
2292
+ .btn-toolbar {
2293
+ margin-top: 9px;
2294
+ margin-bottom: 9px;
2295
+ }
2296
+ .btn-toolbar .btn-group {
2297
+ display: inline-block;
2298
+ *display: inline;
2299
+ /* IE7 inline-block hack */
2300
+
2301
+ *zoom: 1;
2302
+ }
2303
+ .btn-group .btn {
2304
+ position: relative;
2305
+ float: left;
2306
+ margin-left: -1px;
2307
+ -webkit-border-radius: 0;
2308
+ -moz-border-radius: 0;
2309
+ border-radius: 0;
2310
+ }
2311
+ .btn-group .btn:first-child {
2312
+ margin-left: 0;
2313
+ -webkit-border-top-left-radius: 4px;
2314
+ -moz-border-radius-topleft: 4px;
2315
+ border-top-left-radius: 4px;
2316
+ -webkit-border-bottom-left-radius: 4px;
2317
+ -moz-border-radius-bottomleft: 4px;
2318
+ border-bottom-left-radius: 4px;
2319
+ }
2320
+ .btn-group .btn:last-child,
2321
+ .btn-group .dropdown-toggle {
2322
+ -webkit-border-top-right-radius: 4px;
2323
+ -moz-border-radius-topright: 4px;
2324
+ border-top-right-radius: 4px;
2325
+ -webkit-border-bottom-right-radius: 4px;
2326
+ -moz-border-radius-bottomright: 4px;
2327
+ border-bottom-right-radius: 4px;
2328
+ }
2329
+ .btn-group .btn.large:first-child {
2330
+ margin-left: 0;
2331
+ -webkit-border-top-left-radius: 6px;
2332
+ -moz-border-radius-topleft: 6px;
2333
+ border-top-left-radius: 6px;
2334
+ -webkit-border-bottom-left-radius: 6px;
2335
+ -moz-border-radius-bottomleft: 6px;
2336
+ border-bottom-left-radius: 6px;
2337
+ }
2338
+ .btn-group .btn.large:last-child,
2339
+ .btn-group .large.dropdown-toggle {
2340
+ -webkit-border-top-right-radius: 6px;
2341
+ -moz-border-radius-topright: 6px;
2342
+ border-top-right-radius: 6px;
2343
+ -webkit-border-bottom-right-radius: 6px;
2344
+ -moz-border-radius-bottomright: 6px;
2345
+ border-bottom-right-radius: 6px;
2346
+ }
2347
+ .btn-group .btn:hover,
2348
+ .btn-group .btn:focus,
2349
+ .btn-group .btn:active,
2350
+ .btn-group .btn.active {
2351
+ z-index: 2;
2352
+ }
2353
+ .btn-group .dropdown-toggle:active,
2354
+ .btn-group.open .dropdown-toggle {
2355
+ outline: 0;
2356
+ }
2357
+ .btn-group .dropdown-toggle {
2358
+ padding-left: 8px;
2359
+ padding-right: 8px;
2360
+ -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2361
+ -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2362
+ box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
2363
+ *padding-top: 3px;
2364
+ *padding-bottom: 3px;
2365
+ }
2366
+ .btn-group .btn-mini.dropdown-toggle {
2367
+ padding-left: 5px;
2368
+ padding-right: 5px;
2369
+ *padding-top: 1px;
2370
+ *padding-bottom: 1px;
2371
+ }
2372
+ .btn-group .btn-small.dropdown-toggle {
2373
+ *padding-top: 4px;
2374
+ *padding-bottom: 4px;
2375
+ }
2376
+ .btn-group .btn-large.dropdown-toggle {
2377
+ padding-left: 12px;
2378
+ padding-right: 12px;
2379
+ }
2380
+ .btn-group.open {
2381
+ *z-index: 1000;
2382
+ }
2383
+ .btn-group.open .dropdown-menu {
2384
+ display: block;
2385
+ margin-top: 1px;
2386
+ -webkit-border-radius: 5px;
2387
+ -moz-border-radius: 5px;
2388
+ border-radius: 5px;
2389
+ }
2390
+ .btn-group.open .dropdown-toggle {
2391
+ background-image: none;
2392
+ -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2393
+ -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2394
+ box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
2395
+ }
2396
+ .btn .caret {
2397
+ margin-top: 7px;
2398
+ margin-left: 0;
2399
+ }
2400
+ .btn:hover .caret,
2401
+ .open.btn-group .caret {
2402
+ opacity: 1;
2403
+ filter: alpha(opacity=100);
2404
+ }
2405
+ .btn-mini .caret {
2406
+ margin-top: 5px;
2407
+ }
2408
+ .btn-small .caret {
2409
+ margin-top: 6px;
2410
+ }
2411
+ .btn-large .caret {
2412
+ margin-top: 6px;
2413
+ border-left: 5px solid transparent;
2414
+ border-right: 5px solid transparent;
2415
+ border-top: 5px solid #000000;
2416
+ }
2417
+ .btn-primary .caret,
2418
+ .btn-warning .caret,
2419
+ .btn-danger .caret,
2420
+ .btn-info .caret,
2421
+ .btn-success .caret,
2422
+ .btn-inverse .caret {
2423
+ border-top-color: #ffffff;
2424
+ border-bottom-color: #ffffff;
2425
+ opacity: 0.75;
2426
+ filter: alpha(opacity=75);
2427
+ }
2428
+ .alert {
2429
+ padding: 8px 35px 8px 14px;
2430
+ margin-bottom: 18px;
2431
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2432
+ background-color: #fcf8e3;
2433
+ border: 1px solid #fbeed5;
2434
+ -webkit-border-radius: 4px;
2435
+ -moz-border-radius: 4px;
2436
+ border-radius: 4px;
2437
+ color: #c09853;
2438
+ }
2439
+ .alert-heading {
2440
+ color: inherit;
2441
+ }
2442
+ .alert .close {
2443
+ position: relative;
2444
+ top: -2px;
2445
+ right: -21px;
2446
+ line-height: 18px;
2447
+ }
2448
+ .alert-success {
2449
+ background-color: #dff0d8;
2450
+ border-color: #d6e9c6;
2451
+ color: #468847;
2452
+ }
2453
+ .alert-danger,
2454
+ .alert-error {
2455
+ background-color: #f2dede;
2456
+ border-color: #eed3d7;
2457
+ color: #b94a48;
2458
+ }
2459
+ .alert-info {
2460
+ background-color: #d9edf7;
2461
+ border-color: #bce8f1;
2462
+ color: #3a87ad;
2463
+ }
2464
+ .alert-block {
2465
+ padding-top: 14px;
2466
+ padding-bottom: 14px;
2467
+ }
2468
+ .alert-block > p,
2469
+ .alert-block > ul {
2470
+ margin-bottom: 0;
2471
+ }
2472
+ .alert-block p + p {
2473
+ margin-top: 5px;
2474
+ }
2475
+ .nav {
2476
+ margin-left: 0;
2477
+ margin-bottom: 18px;
2478
+ list-style: none;
2479
+ }
2480
+ .nav > li > a {
2481
+ display: block;
2482
+ }
2483
+ .nav > li > a:hover {
2484
+ text-decoration: none;
2485
+ background-color: #eeeeee;
2486
+ }
2487
+ .nav .nav-header {
2488
+ display: block;
2489
+ padding: 3px 15px;
2490
+ font-size: 11px;
2491
+ font-weight: bold;
2492
+ line-height: 18px;
2493
+ color: #999999;
2494
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2495
+ text-transform: uppercase;
2496
+ }
2497
+ .nav li + .nav-header {
2498
+ margin-top: 9px;
2499
+ }
2500
+ .nav-list {
2501
+ padding-left: 15px;
2502
+ padding-right: 15px;
2503
+ margin-bottom: 0;
2504
+ }
2505
+ .nav-list > li > a,
2506
+ .nav-list .nav-header {
2507
+ margin-left: -15px;
2508
+ margin-right: -15px;
2509
+ text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
2510
+ }
2511
+ .nav-list > li > a {
2512
+ padding: 3px 15px;
2513
+ }
2514
+ .nav-list > .active > a,
2515
+ .nav-list > .active > a:hover {
2516
+ color: #ffffff;
2517
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
2518
+ background-color: #0088cc;
2519
+ }
2520
+ .nav-list [class^="icon-"] {
2521
+ margin-right: 2px;
2522
+ }
2523
+ .nav-list .divider {
2524
+ height: 1px;
2525
+ margin: 8px 1px;
2526
+ overflow: hidden;
2527
+ background-color: #e5e5e5;
2528
+ border-bottom: 1px solid #ffffff;
2529
+ *width: 100%;
2530
+ *margin: -5px 0 5px;
2531
+ }
2532
+ .nav-tabs,
2533
+ .nav-pills {
2534
+ *zoom: 1;
2535
+ }
2536
+ .nav-tabs:before,
2537
+ .nav-pills:before,
2538
+ .nav-tabs:after,
2539
+ .nav-pills:after {
2540
+ display: table;
2541
+ content: "";
2542
+ }
2543
+ .nav-tabs:after,
2544
+ .nav-pills:after {
2545
+ clear: both;
2546
+ }
2547
+ .nav-tabs > li,
2548
+ .nav-pills > li {
2549
+ float: left;
2550
+ }
2551
+ .nav-tabs > li > a,
2552
+ .nav-pills > li > a {
2553
+ padding-right: 12px;
2554
+ padding-left: 12px;
2555
+ margin-right: 2px;
2556
+ line-height: 14px;
2557
+ }
2558
+ .nav-tabs {
2559
+ border-bottom: 1px solid #ddd;
2560
+ }
2561
+ .nav-tabs > li {
2562
+ margin-bottom: -1px;
2563
+ }
2564
+ .nav-tabs > li > a {
2565
+ padding-top: 8px;
2566
+ padding-bottom: 8px;
2567
+ line-height: 18px;
2568
+ border: 1px solid transparent;
2569
+ -webkit-border-radius: 4px 4px 0 0;
2570
+ -moz-border-radius: 4px 4px 0 0;
2571
+ border-radius: 4px 4px 0 0;
2572
+ }
2573
+ .nav-tabs > li > a:hover {
2574
+ border-color: #eeeeee #eeeeee #dddddd;
2575
+ }
2576
+ .nav-tabs > .active > a,
2577
+ .nav-tabs > .active > a:hover {
2578
+ color: #555555;
2579
+ background-color: #ffffff;
2580
+ border: 1px solid #ddd;
2581
+ border-bottom-color: transparent;
2582
+ cursor: default;
2583
+ }
2584
+ .nav-pills > li > a {
2585
+ padding-top: 8px;
2586
+ padding-bottom: 8px;
2587
+ margin-top: 2px;
2588
+ margin-bottom: 2px;
2589
+ -webkit-border-radius: 5px;
2590
+ -moz-border-radius: 5px;
2591
+ border-radius: 5px;
2592
+ }
2593
+ .nav-pills > .active > a,
2594
+ .nav-pills > .active > a:hover {
2595
+ color: #ffffff;
2596
+ background-color: #0088cc;
2597
+ }
2598
+ .nav-stacked > li {
2599
+ float: none;
2600
+ }
2601
+ .nav-stacked > li > a {
2602
+ margin-right: 0;
2603
+ }
2604
+ .nav-tabs.nav-stacked {
2605
+ border-bottom: 0;
2606
+ }
2607
+ .nav-tabs.nav-stacked > li > a {
2608
+ border: 1px solid #ddd;
2609
+ -webkit-border-radius: 0;
2610
+ -moz-border-radius: 0;
2611
+ border-radius: 0;
2612
+ }
2613
+ .nav-tabs.nav-stacked > li:first-child > a {
2614
+ -webkit-border-radius: 4px 4px 0 0;
2615
+ -moz-border-radius: 4px 4px 0 0;
2616
+ border-radius: 4px 4px 0 0;
2617
+ }
2618
+ .nav-tabs.nav-stacked > li:last-child > a {
2619
+ -webkit-border-radius: 0 0 4px 4px;
2620
+ -moz-border-radius: 0 0 4px 4px;
2621
+ border-radius: 0 0 4px 4px;
2622
+ }
2623
+ .nav-tabs.nav-stacked > li > a:hover {
2624
+ border-color: #ddd;
2625
+ z-index: 2;
2626
+ }
2627
+ .nav-pills.nav-stacked > li > a {
2628
+ margin-bottom: 3px;
2629
+ }
2630
+ .nav-pills.nav-stacked > li:last-child > a {
2631
+ margin-bottom: 1px;
2632
+ }
2633
+ .nav-tabs .dropdown-menu,
2634
+ .nav-pills .dropdown-menu {
2635
+ margin-top: 1px;
2636
+ border-width: 1px;
2637
+ }
2638
+ .nav-pills .dropdown-menu {
2639
+ -webkit-border-radius: 4px;
2640
+ -moz-border-radius: 4px;
2641
+ border-radius: 4px;
2642
+ }
2643
+ .nav-tabs .dropdown-toggle .caret,
2644
+ .nav-pills .dropdown-toggle .caret {
2645
+ border-top-color: #0088cc;
2646
+ border-bottom-color: #0088cc;
2647
+ margin-top: 6px;
2648
+ }
2649
+ .nav-tabs .dropdown-toggle:hover .caret,
2650
+ .nav-pills .dropdown-toggle:hover .caret {
2651
+ border-top-color: #005580;
2652
+ border-bottom-color: #005580;
2653
+ }
2654
+ .nav-tabs .active .dropdown-toggle .caret,
2655
+ .nav-pills .active .dropdown-toggle .caret {
2656
+ border-top-color: #333333;
2657
+ border-bottom-color: #333333;
2658
+ }
2659
+ .nav > .dropdown.active > a:hover {
2660
+ color: #000000;
2661
+ cursor: pointer;
2662
+ }
2663
+ .nav-tabs .open .dropdown-toggle,
2664
+ .nav-pills .open .dropdown-toggle,
2665
+ .nav > .open.active > a:hover {
2666
+ color: #ffffff;
2667
+ background-color: #999999;
2668
+ border-color: #999999;
2669
+ }
2670
+ .nav .open .caret,
2671
+ .nav .open.active .caret,
2672
+ .nav .open a:hover .caret {
2673
+ border-top-color: #ffffff;
2674
+ border-bottom-color: #ffffff;
2675
+ opacity: 1;
2676
+ filter: alpha(opacity=100);
2677
+ }
2678
+ .tabs-stacked .open > a:hover {
2679
+ border-color: #999999;
2680
+ }
2681
+ .tabbable {
2682
+ *zoom: 1;
2683
+ }
2684
+ .tabbable:before,
2685
+ .tabbable:after {
2686
+ display: table;
2687
+ content: "";
2688
+ }
2689
+ .tabbable:after {
2690
+ clear: both;
2691
+ }
2692
+ .tab-content {
2693
+ display: table;
2694
+ width: 100%;
2695
+ }
2696
+ .tabs-below .nav-tabs,
2697
+ .tabs-right .nav-tabs,
2698
+ .tabs-left .nav-tabs {
2699
+ border-bottom: 0;
2700
+ }
2701
+ .tab-content > .tab-pane,
2702
+ .pill-content > .pill-pane {
2703
+ display: none;
2704
+ }
2705
+ .tab-content > .active,
2706
+ .pill-content > .active {
2707
+ display: block;
2708
+ }
2709
+ .tabs-below .nav-tabs {
2710
+ border-top: 1px solid #ddd;
2711
+ }
2712
+ .tabs-below .nav-tabs > li {
2713
+ margin-top: -1px;
2714
+ margin-bottom: 0;
2715
+ }
2716
+ .tabs-below .nav-tabs > li > a {
2717
+ -webkit-border-radius: 0 0 4px 4px;
2718
+ -moz-border-radius: 0 0 4px 4px;
2719
+ border-radius: 0 0 4px 4px;
2720
+ }
2721
+ .tabs-below .nav-tabs > li > a:hover {
2722
+ border-bottom-color: transparent;
2723
+ border-top-color: #ddd;
2724
+ }
2725
+ .tabs-below .nav-tabs .active > a,
2726
+ .tabs-below .nav-tabs .active > a:hover {
2727
+ border-color: transparent #ddd #ddd #ddd;
2728
+ }
2729
+ .tabs-left .nav-tabs > li,
2730
+ .tabs-right .nav-tabs > li {
2731
+ float: none;
2732
+ }
2733
+ .tabs-left .nav-tabs > li > a,
2734
+ .tabs-right .nav-tabs > li > a {
2735
+ min-width: 74px;
2736
+ margin-right: 0;
2737
+ margin-bottom: 3px;
2738
+ }
2739
+ .tabs-left .nav-tabs {
2740
+ float: left;
2741
+ margin-right: 19px;
2742
+ border-right: 1px solid #ddd;
2743
+ }
2744
+ .tabs-left .nav-tabs > li > a {
2745
+ margin-right: -1px;
2746
+ -webkit-border-radius: 4px 0 0 4px;
2747
+ -moz-border-radius: 4px 0 0 4px;
2748
+ border-radius: 4px 0 0 4px;
2749
+ }
2750
+ .tabs-left .nav-tabs > li > a:hover {
2751
+ border-color: #eeeeee #dddddd #eeeeee #eeeeee;
2752
+ }
2753
+ .tabs-left .nav-tabs .active > a,
2754
+ .tabs-left .nav-tabs .active > a:hover {
2755
+ border-color: #ddd transparent #ddd #ddd;
2756
+ *border-right-color: #ffffff;
2757
+ }
2758
+ .tabs-right .nav-tabs {
2759
+ float: right;
2760
+ margin-left: 19px;
2761
+ border-left: 1px solid #ddd;
2762
+ }
2763
+ .tabs-right .nav-tabs > li > a {
2764
+ margin-left: -1px;
2765
+ -webkit-border-radius: 0 4px 4px 0;
2766
+ -moz-border-radius: 0 4px 4px 0;
2767
+ border-radius: 0 4px 4px 0;
2768
+ }
2769
+ .tabs-right .nav-tabs > li > a:hover {
2770
+ border-color: #eeeeee #eeeeee #eeeeee #dddddd;
2771
+ }
2772
+ .tabs-right .nav-tabs .active > a,
2773
+ .tabs-right .nav-tabs .active > a:hover {
2774
+ border-color: #ddd #ddd #ddd transparent;
2775
+ *border-left-color: #ffffff;
2776
+ }
2777
+ .navbar {
2778
+ *position: relative;
2779
+ *z-index: 2;
2780
+ overflow: visible;
2781
+ margin-bottom: 18px;
2782
+ }
2783
+ .navbar-inner {
2784
+ padding-left: 20px;
2785
+ padding-right: 20px;
2786
+ background-color: #2c2c2c;
2787
+ background-image: -moz-linear-gradient(top, #333333, #222222);
2788
+ background-image: -ms-linear-gradient(top, #333333, #222222);
2789
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2790
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
2791
+ background-image: -o-linear-gradient(top, #333333, #222222);
2792
+ background-image: linear-gradient(top, #333333, #222222);
2793
+ background-repeat: repeat-x;
2794
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2795
+ -webkit-border-radius: 4px;
2796
+ -moz-border-radius: 4px;
2797
+ border-radius: 4px;
2798
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2799
+ -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2800
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
2801
+ }
2802
+ .navbar .container {
2803
+ width: auto;
2804
+ }
2805
+ .btn-navbar {
2806
+ display: none;
2807
+ float: right;
2808
+ padding: 7px 10px;
2809
+ margin-left: 5px;
2810
+ margin-right: 5px;
2811
+ background-color: #2c2c2c;
2812
+ background-image: -moz-linear-gradient(top, #333333, #222222);
2813
+ background-image: -ms-linear-gradient(top, #333333, #222222);
2814
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
2815
+ background-image: -webkit-linear-gradient(top, #333333, #222222);
2816
+ background-image: -o-linear-gradient(top, #333333, #222222);
2817
+ background-image: linear-gradient(top, #333333, #222222);
2818
+ background-repeat: repeat-x;
2819
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
2820
+ border-color: #222222 #222222 #000000;
2821
+ border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2822
+ filter: progid:dximagetransform.microsoft.gradient(enabled=false);
2823
+ -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2824
+ -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2825
+ box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
2826
+ }
2827
+ .btn-navbar:hover,
2828
+ .btn-navbar:active,
2829
+ .btn-navbar.active,
2830
+ .btn-navbar.disabled,
2831
+ .btn-navbar[disabled] {
2832
+ background-color: #222222;
2833
+ }
2834
+ .btn-navbar:active,
2835
+ .btn-navbar.active {
2836
+ background-color: #080808 \9;
2837
+ }
2838
+ .btn-navbar .icon-bar {
2839
+ display: block;
2840
+ width: 18px;
2841
+ height: 2px;
2842
+ background-color: #f5f5f5;
2843
+ -webkit-border-radius: 1px;
2844
+ -moz-border-radius: 1px;
2845
+ border-radius: 1px;
2846
+ -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2847
+ -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2848
+ box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
2849
+ }
2850
+ .btn-navbar .icon-bar + .icon-bar {
2851
+ margin-top: 3px;
2852
+ }
2853
+ .nav-collapse.collapse {
2854
+ height: auto;
2855
+ }
2856
+ .navbar {
2857
+ color: #999999;
2858
+ }
2859
+ .navbar .brand:hover {
2860
+ text-decoration: none;
2861
+ }
2862
+ .navbar .brand {
2863
+ float: left;
2864
+ display: block;
2865
+ padding: 8px 20px 12px;
2866
+ margin-left: -20px;
2867
+ font-size: 20px;
2868
+ font-weight: 200;
2869
+ line-height: 1;
2870
+ color: #ffffff;
2871
+ }
2872
+ .navbar .navbar-text {
2873
+ margin-bottom: 0;
2874
+ line-height: 40px;
2875
+ }
2876
+ .navbar .btn,
2877
+ .navbar .btn-group {
2878
+ margin-top: 5px;
2879
+ }
2880
+ .navbar .btn-group .btn {
2881
+ margin-top: 0;
2882
+ }
2883
+ .navbar-form {
2884
+ margin-bottom: 0;
2885
+ *zoom: 1;
2886
+ }
2887
+ .navbar-form:before,
2888
+ .navbar-form:after {
2889
+ display: table;
2890
+ content: "";
2891
+ }
2892
+ .navbar-form:after {
2893
+ clear: both;
2894
+ }
2895
+ .navbar-form input,
2896
+ .navbar-form select,
2897
+ .navbar-form .radio,
2898
+ .navbar-form .checkbox {
2899
+ margin-top: 5px;
2900
+ }
2901
+ .navbar-form input,
2902
+ .navbar-form select {
2903
+ display: inline-block;
2904
+ margin-bottom: 0;
2905
+ }
2906
+ .navbar-form input[type="image"],
2907
+ .navbar-form input[type="checkbox"],
2908
+ .navbar-form input[type="radio"] {
2909
+ margin-top: 3px;
2910
+ }
2911
+ .navbar-form .input-append,
2912
+ .navbar-form .input-prepend {
2913
+ margin-top: 6px;
2914
+ white-space: nowrap;
2915
+ }
2916
+ .navbar-form .input-append input,
2917
+ .navbar-form .input-prepend input {
2918
+ margin-top: 0;
2919
+ }
2920
+ .navbar-search {
2921
+ position: relative;
2922
+ float: left;
2923
+ margin-top: 6px;
2924
+ margin-bottom: 0;
2925
+ }
2926
+ .navbar-search .search-query {
2927
+ padding: 4px 9px;
2928
+ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
2929
+ font-size: 13px;
2930
+ font-weight: normal;
2931
+ line-height: 1;
2932
+ color: #ffffff;
2933
+ background-color: #626262;
2934
+ border: 1px solid #151515;
2935
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2936
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2937
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.15);
2938
+ -webkit-transition: none;
2939
+ -moz-transition: none;
2940
+ -ms-transition: none;
2941
+ -o-transition: none;
2942
+ transition: none;
2943
+ }
2944
+ .navbar-search .search-query:-moz-placeholder {
2945
+ color: #cccccc;
2946
+ }
2947
+ .navbar-search .search-query::-webkit-input-placeholder {
2948
+ color: #cccccc;
2949
+ }
2950
+ .navbar-search .search-query:focus,
2951
+ .navbar-search .search-query.focused {
2952
+ padding: 5px 10px;
2953
+ color: #333333;
2954
+ text-shadow: 0 1px 0 #ffffff;
2955
+ background-color: #ffffff;
2956
+ border: 0;
2957
+ -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2958
+ -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2959
+ box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2960
+ outline: 0;
2961
+ }
2962
+ .navbar-fixed-top,
2963
+ .navbar-fixed-bottom {
2964
+ position: fixed;
2965
+ right: 0;
2966
+ left: 0;
2967
+ z-index: 1030;
2968
+ margin-bottom: 0;
2969
+ }
2970
+ .navbar-fixed-top .navbar-inner,
2971
+ .navbar-fixed-bottom .navbar-inner {
2972
+ padding-left: 0;
2973
+ padding-right: 0;
2974
+ -webkit-border-radius: 0;
2975
+ -moz-border-radius: 0;
2976
+ border-radius: 0;
2977
+ }
2978
+ .navbar-fixed-top .container,
2979
+ .navbar-fixed-bottom .container {
2980
+ width: 940px;
2981
+ }
2982
+ .navbar-fixed-top {
2983
+ top: 0;
2984
+ }
2985
+ .navbar-fixed-bottom {
2986
+ bottom: 0;
2987
+ }
2988
+ .navbar .nav {
2989
+ position: relative;
2990
+ left: 0;
2991
+ display: block;
2992
+ float: left;
2993
+ margin: 0 10px 0 0;
2994
+ }
2995
+ .navbar .nav.pull-right {
2996
+ float: right;
2997
+ }
2998
+ .navbar .nav > li {
2999
+ display: block;
3000
+ float: left;
3001
+ }
3002
+ .navbar .nav > li > a {
3003
+ float: none;
3004
+ padding: 10px 10px 11px;
3005
+ line-height: 19px;
3006
+ color: #999999;
3007
+ text-decoration: none;
3008
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3009
+ }
3010
+ .navbar .nav > li > a:hover {
3011
+ background-color: transparent;
3012
+ color: #ffffff;
3013
+ text-decoration: none;
3014
+ }
3015
+ .navbar .nav .active > a,
3016
+ .navbar .nav .active > a:hover {
3017
+ color: #ffffff;
3018
+ text-decoration: none;
3019
+ background-color: #222222;
3020
+ }
3021
+ .navbar .divider-vertical {
3022
+ height: 40px;
3023
+ width: 1px;
3024
+ margin: 0 9px;
3025
+ overflow: hidden;
3026
+ background-color: #222222;
3027
+ border-right: 1px solid #333333;
3028
+ }
3029
+ .navbar .nav.pull-right {
3030
+ margin-left: 10px;
3031
+ margin-right: 0;
3032
+ }
3033
+ .navbar .dropdown-menu {
3034
+ margin-top: 1px;
3035
+ -webkit-border-radius: 4px;
3036
+ -moz-border-radius: 4px;
3037
+ border-radius: 4px;
3038
+ }
3039
+ .navbar .dropdown-menu:before {
3040
+ content: '';
3041
+ display: inline-block;
3042
+ border-left: 7px solid transparent;
3043
+ border-right: 7px solid transparent;
3044
+ border-bottom: 7px solid #ccc;
3045
+ border-bottom-color: rgba(0, 0, 0, 0.2);
3046
+ position: absolute;
3047
+ top: -7px;
3048
+ left: 9px;
3049
+ }
3050
+ .navbar .dropdown-menu:after {
3051
+ content: '';
3052
+ display: inline-block;
3053
+ border-left: 6px solid transparent;
3054
+ border-right: 6px solid transparent;
3055
+ border-bottom: 6px solid #ffffff;
3056
+ position: absolute;
3057
+ top: -6px;
3058
+ left: 10px;
3059
+ }
3060
+ .navbar-fixed-bottom .dropdown-menu:before {
3061
+ border-top: 7px solid #ccc;
3062
+ border-top-color: rgba(0, 0, 0, 0.2);
3063
+ border-bottom: 0;
3064
+ bottom: -7px;
3065
+ top: auto;
3066
+ }
3067
+ .navbar-fixed-bottom .dropdown-menu:after {
3068
+ border-top: 6px solid #ffffff;
3069
+ border-bottom: 0;
3070
+ bottom: -6px;
3071
+ top: auto;
3072
+ }
3073
+ .navbar .nav .dropdown-toggle .caret,
3074
+ .navbar .nav .open.dropdown .caret {
3075
+ border-top-color: #ffffff;
3076
+ border-bottom-color: #ffffff;
3077
+ }
3078
+ .navbar .nav .active .caret {
3079
+ opacity: 1;
3080
+ filter: alpha(opacity=100);
3081
+ }
3082
+ .navbar .nav .open > .dropdown-toggle,
3083
+ .navbar .nav .active > .dropdown-toggle,
3084
+ .navbar .nav .open.active > .dropdown-toggle {
3085
+ background-color: transparent;
3086
+ }
3087
+ .navbar .nav .active > .dropdown-toggle:hover {
3088
+ color: #ffffff;
3089
+ }
3090
+ .navbar .nav.pull-right .dropdown-menu,
3091
+ .navbar .nav .dropdown-menu.pull-right {
3092
+ left: auto;
3093
+ right: 0;
3094
+ }
3095
+ .navbar .nav.pull-right .dropdown-menu:before,
3096
+ .navbar .nav .dropdown-menu.pull-right:before {
3097
+ left: auto;
3098
+ right: 12px;
3099
+ }
3100
+ .navbar .nav.pull-right .dropdown-menu:after,
3101
+ .navbar .nav .dropdown-menu.pull-right:after {
3102
+ left: auto;
3103
+ right: 13px;
3104
+ }
3105
+ .breadcrumb {
3106
+ padding: 7px 14px;
3107
+ margin: 0 0 18px;
3108
+ list-style: none;
3109
+ background-color: #fbfbfb;
3110
+ background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
3111
+ background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
3112
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f5f5f5));
3113
+ background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
3114
+ background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
3115
+ background-image: linear-gradient(top, #ffffff, #f5f5f5);
3116
+ background-repeat: repeat-x;
3117
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
3118
+ border: 1px solid #ddd;
3119
+ -webkit-border-radius: 3px;
3120
+ -moz-border-radius: 3px;
3121
+ border-radius: 3px;
3122
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
3123
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
3124
+ box-shadow: inset 0 1px 0 #ffffff;
3125
+ }
3126
+ .breadcrumb li {
3127
+ display: inline-block;
3128
+ *display: inline;
3129
+ /* IE7 inline-block hack */
3130
+
3131
+ *zoom: 1;
3132
+ text-shadow: 0 1px 0 #ffffff;
3133
+ }
3134
+ .breadcrumb .divider {
3135
+ padding: 0 5px;
3136
+ color: #999999;
3137
+ }
3138
+ .breadcrumb .active a {
3139
+ color: #333333;
3140
+ }
3141
+ .pagination {
3142
+ height: 36px;
3143
+ margin: 18px 0;
3144
+ }
3145
+ .pagination ul {
3146
+ display: inline-block;
3147
+ *display: inline;
3148
+ /* IE7 inline-block hack */
3149
+
3150
+ *zoom: 1;
3151
+ margin-left: 0;
3152
+ margin-bottom: 0;
3153
+ -webkit-border-radius: 3px;
3154
+ -moz-border-radius: 3px;
3155
+ border-radius: 3px;
3156
+ -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3157
+ -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3158
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
3159
+ }
3160
+ .pagination li {
3161
+ display: inline;
3162
+ }
3163
+ .pagination a {
3164
+ float: left;
3165
+ padding: 0 14px;
3166
+ line-height: 34px;
3167
+ text-decoration: none;
3168
+ border: 1px solid #ddd;
3169
+ border-left-width: 0;
3170
+ }
3171
+ .pagination a:hover,
3172
+ .pagination .active a {
3173
+ background-color: #f5f5f5;
3174
+ }
3175
+ .pagination .active a {
3176
+ color: #999999;
3177
+ cursor: default;
3178
+ }
3179
+ .pagination .disabled span,
3180
+ .pagination .disabled a,
3181
+ .pagination .disabled a:hover {
3182
+ color: #999999;
3183
+ background-color: transparent;
3184
+ cursor: default;
3185
+ }
3186
+ .pagination li:first-child a {
3187
+ border-left-width: 1px;
3188
+ -webkit-border-radius: 3px 0 0 3px;
3189
+ -moz-border-radius: 3px 0 0 3px;
3190
+ border-radius: 3px 0 0 3px;
3191
+ }
3192
+ .pagination li:last-child a {
3193
+ -webkit-border-radius: 0 3px 3px 0;
3194
+ -moz-border-radius: 0 3px 3px 0;
3195
+ border-radius: 0 3px 3px 0;
3196
+ }
3197
+ .pagination-centered {
3198
+ text-align: center;
3199
+ }
3200
+ .pagination-right {
3201
+ text-align: right;
3202
+ }
3203
+ .pager {
3204
+ margin-left: 0;
3205
+ margin-bottom: 18px;
3206
+ list-style: none;
3207
+ text-align: center;
3208
+ *zoom: 1;
3209
+ }
3210
+ .pager:before,
3211
+ .pager:after {
3212
+ display: table;
3213
+ content: "";
3214
+ }
3215
+ .pager:after {
3216
+ clear: both;
3217
+ }
3218
+ .pager li {
3219
+ display: inline;
3220
+ }
3221
+ .pager a {
3222
+ display: inline-block;
3223
+ padding: 5px 14px;
3224
+ background-color: #fff;
3225
+ border: 1px solid #ddd;
3226
+ -webkit-border-radius: 15px;
3227
+ -moz-border-radius: 15px;
3228
+ border-radius: 15px;
3229
+ }
3230
+ .pager a:hover {
3231
+ text-decoration: none;
3232
+ background-color: #f5f5f5;
3233
+ }
3234
+ .pager .next a {
3235
+ float: right;
3236
+ }
3237
+ .pager .previous a {
3238
+ float: left;
3239
+ }
3240
+ .pager .disabled a,
3241
+ .pager .disabled a:hover {
3242
+ color: #999999;
3243
+ background-color: #fff;
3244
+ cursor: default;
3245
+ }
3246
+ .modal-open .dropdown-menu {
3247
+ z-index: 2050;
3248
+ }
3249
+ .modal-open .dropdown.open {
3250
+ *z-index: 2050;
3251
+ }
3252
+ .modal-open .popover {
3253
+ z-index: 2060;
3254
+ }
3255
+ .modal-open .tooltip {
3256
+ z-index: 2070;
3257
+ }
3258
+ .modal-backdrop {
3259
+ position: fixed;
3260
+ top: 0;
3261
+ right: 0;
3262
+ bottom: 0;
3263
+ left: 0;
3264
+ z-index: 1040;
3265
+ background-color: #000000;
3266
+ }
3267
+ .modal-backdrop.fade {
3268
+ opacity: 0;
3269
+ }
3270
+ .modal-backdrop,
3271
+ .modal-backdrop.fade.in {
3272
+ opacity: 0.8;
3273
+ filter: alpha(opacity=80);
3274
+ }
3275
+ .modal {
3276
+ position: fixed;
3277
+ top: 50%;
3278
+ left: 50%;
3279
+ z-index: 1050;
3280
+ overflow: auto;
3281
+ width: 560px;
3282
+ margin: -250px 0 0 -280px;
3283
+ background-color: #ffffff;
3284
+ border: 1px solid #999;
3285
+ border: 1px solid rgba(0, 0, 0, 0.3);
3286
+ *border: 1px solid #999;
3287
+ /* IE6-7 */
3288
+
3289
+ -webkit-border-radius: 6px;
3290
+ -moz-border-radius: 6px;
3291
+ border-radius: 6px;
3292
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3293
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3294
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3295
+ -webkit-background-clip: padding-box;
3296
+ -moz-background-clip: padding-box;
3297
+ background-clip: padding-box;
3298
+ }
3299
+ .modal.fade {
3300
+ -webkit-transition: opacity .3s linear, top .3s ease-out;
3301
+ -moz-transition: opacity .3s linear, top .3s ease-out;
3302
+ -ms-transition: opacity .3s linear, top .3s ease-out;
3303
+ -o-transition: opacity .3s linear, top .3s ease-out;
3304
+ transition: opacity .3s linear, top .3s ease-out;
3305
+ top: -25%;
3306
+ }
3307
+ .modal.fade.in {
3308
+ top: 50%;
3309
+ }
3310
+ .modal-header {
3311
+ padding: 9px 15px;
3312
+ border-bottom: 1px solid #eee;
3313
+ }
3314
+ .modal-header .close {
3315
+ margin-top: 2px;
3316
+ }
3317
+ .modal-body {
3318
+ overflow-y: auto;
3319
+ max-height: 400px;
3320
+ padding: 15px;
3321
+ }
3322
+ .modal-form {
3323
+ margin-bottom: 0;
3324
+ }
3325
+ .modal-footer {
3326
+ padding: 14px 15px 15px;
3327
+ margin-bottom: 0;
3328
+ text-align: right;
3329
+ background-color: #f5f5f5;
3330
+ border-top: 1px solid #ddd;
3331
+ -webkit-border-radius: 0 0 6px 6px;
3332
+ -moz-border-radius: 0 0 6px 6px;
3333
+ border-radius: 0 0 6px 6px;
3334
+ -webkit-box-shadow: inset 0 1px 0 #ffffff;
3335
+ -moz-box-shadow: inset 0 1px 0 #ffffff;
3336
+ box-shadow: inset 0 1px 0 #ffffff;
3337
+ *zoom: 1;
3338
+ }
3339
+ .modal-footer:before,
3340
+ .modal-footer:after {
3341
+ display: table;
3342
+ content: "";
3343
+ }
3344
+ .modal-footer:after {
3345
+ clear: both;
3346
+ }
3347
+ .modal-footer .btn + .btn {
3348
+ margin-left: 5px;
3349
+ margin-bottom: 0;
3350
+ }
3351
+ .modal-footer .btn-group .btn + .btn {
3352
+ margin-left: -1px;
3353
+ }
3354
+ .tooltip {
3355
+ position: absolute;
3356
+ z-index: 1020;
3357
+ display: block;
3358
+ visibility: visible;
3359
+ padding: 5px;
3360
+ font-size: 11px;
3361
+ opacity: 0;
3362
+ filter: alpha(opacity=0);
3363
+ }
3364
+ .tooltip.in {
3365
+ opacity: 0.8;
3366
+ filter: alpha(opacity=80);
3367
+ }
3368
+ .tooltip.top {
3369
+ margin-top: -2px;
3370
+ }
3371
+ .tooltip.right {
3372
+ margin-left: 2px;
3373
+ }
3374
+ .tooltip.bottom {
3375
+ margin-top: 2px;
3376
+ }
3377
+ .tooltip.left {
3378
+ margin-left: -2px;
3379
+ }
3380
+ .tooltip.top .tooltip-arrow {
3381
+ bottom: 0;
3382
+ left: 50%;
3383
+ margin-left: -5px;
3384
+ border-left: 5px solid transparent;
3385
+ border-right: 5px solid transparent;
3386
+ border-top: 5px solid #000000;
3387
+ }
3388
+ .tooltip.left .tooltip-arrow {
3389
+ top: 50%;
3390
+ right: 0;
3391
+ margin-top: -5px;
3392
+ border-top: 5px solid transparent;
3393
+ border-bottom: 5px solid transparent;
3394
+ border-left: 5px solid #000000;
3395
+ }
3396
+ .tooltip.bottom .tooltip-arrow {
3397
+ top: 0;
3398
+ left: 50%;
3399
+ margin-left: -5px;
3400
+ border-left: 5px solid transparent;
3401
+ border-right: 5px solid transparent;
3402
+ border-bottom: 5px solid #000000;
3403
+ }
3404
+ .tooltip.right .tooltip-arrow {
3405
+ top: 50%;
3406
+ left: 0;
3407
+ margin-top: -5px;
3408
+ border-top: 5px solid transparent;
3409
+ border-bottom: 5px solid transparent;
3410
+ border-right: 5px solid #000000;
3411
+ }
3412
+ .tooltip-inner {
3413
+ max-width: 200px;
3414
+ padding: 3px 8px;
3415
+ color: #ffffff;
3416
+ text-align: center;
3417
+ text-decoration: none;
3418
+ background-color: #000000;
3419
+ -webkit-border-radius: 4px;
3420
+ -moz-border-radius: 4px;
3421
+ border-radius: 4px;
3422
+ }
3423
+ .tooltip-arrow {
3424
+ position: absolute;
3425
+ width: 0;
3426
+ height: 0;
3427
+ }
3428
+ .popover {
3429
+ position: absolute;
3430
+ top: 0;
3431
+ left: 0;
3432
+ z-index: 1010;
3433
+ display: none;
3434
+ padding: 5px;
3435
+ }
3436
+ .popover.top {
3437
+ margin-top: -5px;
3438
+ }
3439
+ .popover.right {
3440
+ margin-left: 5px;
3441
+ }
3442
+ .popover.bottom {
3443
+ margin-top: 5px;
3444
+ }
3445
+ .popover.left {
3446
+ margin-left: -5px;
3447
+ }
3448
+ .popover.top .arrow {
3449
+ bottom: 0;
3450
+ left: 50%;
3451
+ margin-left: -5px;
3452
+ border-left: 5px solid transparent;
3453
+ border-right: 5px solid transparent;
3454
+ border-top: 5px solid #000000;
3455
+ }
3456
+ .popover.right .arrow {
3457
+ top: 50%;
3458
+ left: 0;
3459
+ margin-top: -5px;
3460
+ border-top: 5px solid transparent;
3461
+ border-bottom: 5px solid transparent;
3462
+ border-right: 5px solid #000000;
3463
+ }
3464
+ .popover.bottom .arrow {
3465
+ top: 0;
3466
+ left: 50%;
3467
+ margin-left: -5px;
3468
+ border-left: 5px solid transparent;
3469
+ border-right: 5px solid transparent;
3470
+ border-bottom: 5px solid #000000;
3471
+ }
3472
+ .popover.left .arrow {
3473
+ top: 50%;
3474
+ right: 0;
3475
+ margin-top: -5px;
3476
+ border-top: 5px solid transparent;
3477
+ border-bottom: 5px solid transparent;
3478
+ border-left: 5px solid #000000;
3479
+ }
3480
+ .popover .arrow {
3481
+ position: absolute;
3482
+ width: 0;
3483
+ height: 0;
3484
+ }
3485
+ .popover-inner {
3486
+ padding: 3px;
3487
+ width: 280px;
3488
+ overflow: hidden;
3489
+ background: #000000;
3490
+ background: rgba(0, 0, 0, 0.8);
3491
+ -webkit-border-radius: 6px;
3492
+ -moz-border-radius: 6px;
3493
+ border-radius: 6px;
3494
+ -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3495
+ -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3496
+ box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
3497
+ }
3498
+ .popover-title {
3499
+ padding: 9px 15px;
3500
+ line-height: 1;
3501
+ background-color: #f5f5f5;
3502
+ border-bottom: 1px solid #eee;
3503
+ -webkit-border-radius: 3px 3px 0 0;
3504
+ -moz-border-radius: 3px 3px 0 0;
3505
+ border-radius: 3px 3px 0 0;
3506
+ }
3507
+ .popover-content {
3508
+ padding: 14px;
3509
+ background-color: #ffffff;
3510
+ -webkit-border-radius: 0 0 3px 3px;
3511
+ -moz-border-radius: 0 0 3px 3px;
3512
+ border-radius: 0 0 3px 3px;
3513
+ -webkit-background-clip: padding-box;
3514
+ -moz-background-clip: padding-box;
3515
+ background-clip: padding-box;
3516
+ }
3517
+ .popover-content p,
3518
+ .popover-content ul,
3519
+ .popover-content ol {
3520
+ margin-bottom: 0;
3521
+ }
3522
+ .thumbnails {
3523
+ margin-left: -20px;
3524
+ list-style: none;
3525
+ *zoom: 1;
3526
+ }
3527
+ .thumbnails:before,
3528
+ .thumbnails:after {
3529
+ display: table;
3530
+ content: "";
3531
+ }
3532
+ .thumbnails:after {
3533
+ clear: both;
3534
+ }
3535
+ .thumbnails > li {
3536
+ float: left;
3537
+ margin: 0 0 18px 20px;
3538
+ }
3539
+ .thumbnail {
3540
+ display: block;
3541
+ padding: 4px;
3542
+ line-height: 1;
3543
+ border: 1px solid #ddd;
3544
+ -webkit-border-radius: 4px;
3545
+ -moz-border-radius: 4px;
3546
+ border-radius: 4px;
3547
+ -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3548
+ -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3549
+ box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
3550
+ }
3551
+ a.thumbnail:hover {
3552
+ border-color: #0088cc;
3553
+ -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3554
+ -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3555
+ box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
3556
+ }
3557
+ .thumbnail > img {
3558
+ display: block;
3559
+ max-width: 100%;
3560
+ margin-left: auto;
3561
+ margin-right: auto;
3562
+ }
3563
+ .thumbnail .caption {
3564
+ padding: 9px;
3565
+ }
3566
+ .label {
3567
+ padding: 1px 4px 2px;
3568
+ font-size: 10.998px;
3569
+ font-weight: bold;
3570
+ line-height: 13px;
3571
+ color: #ffffff;
3572
+ vertical-align: middle;
3573
+ white-space: nowrap;
3574
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3575
+ background-color: #999999;
3576
+ -webkit-border-radius: 3px;
3577
+ -moz-border-radius: 3px;
3578
+ border-radius: 3px;
3579
+ }
3580
+ .label:hover {
3581
+ color: #ffffff;
3582
+ text-decoration: none;
3583
+ }
3584
+ .label-important {
3585
+ background-color: #b94a48;
3586
+ }
3587
+ .label-important:hover {
3588
+ background-color: #953b39;
3589
+ }
3590
+ .label-warning {
3591
+ background-color: #f89406;
3592
+ }
3593
+ .label-warning:hover {
3594
+ background-color: #c67605;
3595
+ }
3596
+ .label-success {
3597
+ background-color: #468847;
3598
+ }
3599
+ .label-success:hover {
3600
+ background-color: #356635;
3601
+ }
3602
+ .label-info {
3603
+ background-color: #3a87ad;
3604
+ }
3605
+ .label-info:hover {
3606
+ background-color: #2d6987;
3607
+ }
3608
+ .label-inverse {
3609
+ background-color: #333333;
3610
+ }
3611
+ .label-inverse:hover {
3612
+ background-color: #1a1a1a;
3613
+ }
3614
+ .badge {
3615
+ padding: 1px 9px 2px;
3616
+ font-size: 12.025px;
3617
+ font-weight: bold;
3618
+ white-space: nowrap;
3619
+ color: #ffffff;
3620
+ background-color: #999999;
3621
+ -webkit-border-radius: 9px;
3622
+ -moz-border-radius: 9px;
3623
+ border-radius: 9px;
3624
+ }
3625
+ .badge:hover {
3626
+ color: #ffffff;
3627
+ text-decoration: none;
3628
+ cursor: pointer;
3629
+ }
3630
+ .badge-error {
3631
+ background-color: #b94a48;
3632
+ }
3633
+ .badge-error:hover {
3634
+ background-color: #953b39;
3635
+ }
3636
+ .badge-warning {
3637
+ background-color: #f89406;
3638
+ }
3639
+ .badge-warning:hover {
3640
+ background-color: #c67605;
3641
+ }
3642
+ .badge-success {
3643
+ background-color: #468847;
3644
+ }
3645
+ .badge-success:hover {
3646
+ background-color: #356635;
3647
+ }
3648
+ .badge-info {
3649
+ background-color: #3a87ad;
3650
+ }
3651
+ .badge-info:hover {
3652
+ background-color: #2d6987;
3653
+ }
3654
+ .badge-inverse {
3655
+ background-color: #333333;
3656
+ }
3657
+ .badge-inverse:hover {
3658
+ background-color: #1a1a1a;
3659
+ }
3660
+ @-webkit-keyframes progress-bar-stripes {
3661
+ from {
3662
+ background-position: 0 0;
3663
+ }
3664
+ to {
3665
+ background-position: 40px 0;
3666
+ }
3667
+ }
3668
+ @-moz-keyframes progress-bar-stripes {
3669
+ from {
3670
+ background-position: 0 0;
3671
+ }
3672
+ to {
3673
+ background-position: 40px 0;
3674
+ }
3675
+ }
3676
+ @-ms-keyframes progress-bar-stripes {
3677
+ from {
3678
+ background-position: 0 0;
3679
+ }
3680
+ to {
3681
+ background-position: 40px 0;
3682
+ }
3683
+ }
3684
+ @keyframes progress-bar-stripes {
3685
+ from {
3686
+ background-position: 0 0;
3687
+ }
3688
+ to {
3689
+ background-position: 40px 0;
3690
+ }
3691
+ }
3692
+ .progress {
3693
+ overflow: hidden;
3694
+ height: 18px;
3695
+ margin-bottom: 18px;
3696
+ background-color: #f7f7f7;
3697
+ background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
3698
+ background-image: -ms-linear-gradient(top, #f5f5f5, #f9f9f9);
3699
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
3700
+ background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
3701
+ background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
3702
+ background-image: linear-gradient(top, #f5f5f5, #f9f9f9);
3703
+ background-repeat: repeat-x;
3704
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#f9f9f9', GradientType=0);
3705
+ -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3706
+ -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3707
+ box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
3708
+ -webkit-border-radius: 4px;
3709
+ -moz-border-radius: 4px;
3710
+ border-radius: 4px;
3711
+ }
3712
+ .progress .bar {
3713
+ width: 0%;
3714
+ height: 18px;
3715
+ color: #ffffff;
3716
+ font-size: 12px;
3717
+ text-align: center;
3718
+ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3719
+ background-color: #0e90d2;
3720
+ background-image: -moz-linear-gradient(top, #149bdf, #0480be);
3721
+ background-image: -ms-linear-gradient(top, #149bdf, #0480be);
3722
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
3723
+ background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
3724
+ background-image: -o-linear-gradient(top, #149bdf, #0480be);
3725
+ background-image: linear-gradient(top, #149bdf, #0480be);
3726
+ background-repeat: repeat-x;
3727
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#149bdf', endColorstr='#0480be', GradientType=0);
3728
+ -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3729
+ -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3730
+ box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
3731
+ -webkit-box-sizing: border-box;
3732
+ -moz-box-sizing: border-box;
3733
+ -ms-box-sizing: border-box;
3734
+ box-sizing: border-box;
3735
+ -webkit-transition: width 0.6s ease;
3736
+ -moz-transition: width 0.6s ease;
3737
+ -ms-transition: width 0.6s ease;
3738
+ -o-transition: width 0.6s ease;
3739
+ transition: width 0.6s ease;
3740
+ }
3741
+ .progress-striped .bar {
3742
+ background-color: #149bdf;
3743
+ 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));
3744
+ 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);
3745
+ 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);
3746
+ 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);
3747
+ 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);
3748
+ 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);
3749
+ -webkit-background-size: 40px 40px;
3750
+ -moz-background-size: 40px 40px;
3751
+ -o-background-size: 40px 40px;
3752
+ background-size: 40px 40px;
3753
+ }
3754
+ .progress.active .bar {
3755
+ -webkit-animation: progress-bar-stripes 2s linear infinite;
3756
+ -moz-animation: progress-bar-stripes 2s linear infinite;
3757
+ animation: progress-bar-stripes 2s linear infinite;
3758
+ }
3759
+ .progress-danger .bar {
3760
+ background-color: #dd514c;
3761
+ background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
3762
+ background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
3763
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
3764
+ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
3765
+ background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
3766
+ background-image: linear-gradient(top, #ee5f5b, #c43c35);
3767
+ background-repeat: repeat-x;
3768
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
3769
+ }
3770
+ .progress-danger.progress-striped .bar {
3771
+ background-color: #ee5f5b;
3772
+ 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));
3773
+ 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);
3774
+ 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);
3775
+ 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);
3776
+ 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);
3777
+ 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);
3778
+ }
3779
+ .progress-success .bar {
3780
+ background-color: #5eb95e;
3781
+ background-image: -moz-linear-gradient(top, #62c462, #57a957);
3782
+ background-image: -ms-linear-gradient(top, #62c462, #57a957);
3783
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
3784
+ background-image: -webkit-linear-gradient(top, #62c462, #57a957);
3785
+ background-image: -o-linear-gradient(top, #62c462, #57a957);
3786
+ background-image: linear-gradient(top, #62c462, #57a957);
3787
+ background-repeat: repeat-x;
3788
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
3789
+ }
3790
+ .progress-success.progress-striped .bar {
3791
+ background-color: #62c462;
3792
+ 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));
3793
+ 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);
3794
+ 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);
3795
+ 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);
3796
+ 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);
3797
+ 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);
3798
+ }
3799
+ .progress-info .bar {
3800
+ background-color: #4bb1cf;
3801
+ background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
3802
+ background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
3803
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
3804
+ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
3805
+ background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
3806
+ background-image: linear-gradient(top, #5bc0de, #339bb9);
3807
+ background-repeat: repeat-x;
3808
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
3809
+ }
3810
+ .progress-info.progress-striped .bar {
3811
+ background-color: #5bc0de;
3812
+ 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));
3813
+ 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);
3814
+ 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);
3815
+ 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);
3816
+ 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);
3817
+ 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);
3818
+ }
3819
+ .progress-warning .bar {
3820
+ background-color: #faa732;
3821
+ background-image: -moz-linear-gradient(top, #fbb450, #f89406);
3822
+ background-image: -ms-linear-gradient(top, #fbb450, #f89406);
3823
+ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
3824
+ background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
3825
+ background-image: -o-linear-gradient(top, #fbb450, #f89406);
3826
+ background-image: linear-gradient(top, #fbb450, #f89406);
3827
+ background-repeat: repeat-x;
3828
+ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
3829
+ }
3830
+ .progress-warning.progress-striped .bar {
3831
+ background-color: #fbb450;
3832
+ 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));
3833
+ 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);
3834
+ 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);
3835
+ 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);
3836
+ 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);
3837
+ 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);
3838
+ }
3839
+ .accordion {
3840
+ margin-bottom: 18px;
3841
+ }
3842
+ .accordion-group {
3843
+ margin-bottom: 2px;
3844
+ border: 1px solid #e5e5e5;
3845
+ -webkit-border-radius: 4px;
3846
+ -moz-border-radius: 4px;
3847
+ border-radius: 4px;
3848
+ }
3849
+ .accordion-heading {
3850
+ border-bottom: 0;
3851
+ }
3852
+ .accordion-heading .accordion-toggle {
3853
+ display: block;
3854
+ padding: 8px 15px;
3855
+ }
3856
+ .accordion-inner {
3857
+ padding: 9px 15px;
3858
+ border-top: 1px solid #e5e5e5;
3859
+ }
3860
+ .carousel {
3861
+ position: relative;
3862
+ margin-bottom: 18px;
3863
+ line-height: 1;
3864
+ }
3865
+ .carousel-inner {
3866
+ overflow: hidden;
3867
+ width: 100%;
3868
+ position: relative;
3869
+ }
3870
+ .carousel .item {
3871
+ display: none;
3872
+ position: relative;
3873
+ -webkit-transition: 0.6s ease-in-out left;
3874
+ -moz-transition: 0.6s ease-in-out left;
3875
+ -ms-transition: 0.6s ease-in-out left;
3876
+ -o-transition: 0.6s ease-in-out left;
3877
+ transition: 0.6s ease-in-out left;
3878
+ }
3879
+ .carousel .item > img {
3880
+ display: block;
3881
+ line-height: 1;
3882
+ }
3883
+ .carousel .active,
3884
+ .carousel .next,
3885
+ .carousel .prev {
3886
+ display: block;
3887
+ }
3888
+ .carousel .active {
3889
+ left: 0;
3890
+ }
3891
+ .carousel .next,
3892
+ .carousel .prev {
3893
+ position: absolute;
3894
+ top: 0;
3895
+ width: 100%;
3896
+ }
3897
+ .carousel .next {
3898
+ left: 100%;
3899
+ }
3900
+ .carousel .prev {
3901
+ left: -100%;
3902
+ }
3903
+ .carousel .next.left,
3904
+ .carousel .prev.right {
3905
+ left: 0;
3906
+ }
3907
+ .carousel .active.left {
3908
+ left: -100%;
3909
+ }
3910
+ .carousel .active.right {
3911
+ left: 100%;
3912
+ }
3913
+ .carousel-control {
3914
+ position: absolute;
3915
+ top: 40%;
3916
+ left: 15px;
3917
+ width: 40px;
3918
+ height: 40px;
3919
+ margin-top: -20px;
3920
+ font-size: 60px;
3921
+ font-weight: 100;
3922
+ line-height: 30px;
3923
+ color: #ffffff;
3924
+ text-align: center;
3925
+ background: #222222;
3926
+ border: 3px solid #ffffff;
3927
+ -webkit-border-radius: 23px;
3928
+ -moz-border-radius: 23px;
3929
+ border-radius: 23px;
3930
+ opacity: 0.5;
3931
+ filter: alpha(opacity=50);
3932
+ }
3933
+ .carousel-control.right {
3934
+ left: auto;
3935
+ right: 15px;
3936
+ }
3937
+ .carousel-control:hover {
3938
+ color: #ffffff;
3939
+ text-decoration: none;
3940
+ opacity: 0.9;
3941
+ filter: alpha(opacity=90);
3942
+ }
3943
+ .carousel-caption {
3944
+ position: absolute;
3945
+ left: 0;
3946
+ right: 0;
3947
+ bottom: 0;
3948
+ padding: 10px 15px 5px;
3949
+ background: #333333;
3950
+ background: rgba(0, 0, 0, 0.75);
3951
+ }
3952
+ .carousel-caption h4,
3953
+ .carousel-caption p {
3954
+ color: #ffffff;
3955
+ }
3956
+ .hero-unit {
3957
+ padding: 60px;
3958
+ margin-bottom: 30px;
3959
+ background-color: #eeeeee;
3960
+ -webkit-border-radius: 6px;
3961
+ -moz-border-radius: 6px;
3962
+ border-radius: 6px;
3963
+ }
3964
+ .hero-unit h1 {
3965
+ margin-bottom: 0;
3966
+ font-size: 60px;
3967
+ line-height: 1;
3968
+ color: inherit;
3969
+ letter-spacing: -1px;
3970
+ }
3971
+ .hero-unit p {
3972
+ font-size: 18px;
3973
+ font-weight: 200;
3974
+ line-height: 27px;
3975
+ color: inherit;
3976
+ }
3977
+ .pull-right {
3978
+ float: right;
3979
+ }
3980
+ .pull-left {
3981
+ float: left;
3982
+ }
3983
+ .hide {
3984
+ display: none;
3985
+ }
3986
+ .show {
3987
+ display: block;
3988
+ }
3989
+ .invisible {
3990
+ visibility: hidden;
3991
+ }