View | Details | Raw Unified | Return to bug 11060
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/css/opac.css (-5 lines)
Lines 2191-2201 td img { Link Here
2191
#shelfbrowser #browser_next {
2191
#shelfbrowser #browser_next {
2192
  background-position: -9px -1057px;
2192
  background-position: -9px -1057px;
2193
}
2193
}
2194
.shadowed {
2195
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2196
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2197
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
2198
}
2199
@media only screen and (min-width: 0px) and (max-width: 304px) {
2194
@media only screen and (min-width: 0px) and (max-width: 304px) {
2200
  /* Screens bewteen 0 and 304 pixels wide */
2195
  /* Screens bewteen 0 and 304 pixels wide */
2201
  #oh:after {
2196
  #oh:after {
(-)a/koha-tmpl/opac-tmpl/bootstrap/css/right-to-left.css (-200 / +383 lines)
Lines 1-237 Link Here
1
/* Adjust text directions */
1
.popup {
2
body,
2
  padding-right: 0;
3
body #doc,
3
  padding-left: 0;
4
#doc2,
5
#doc3,
6
#doc4,
7
.yui-t1,
8
.yui-t2,
9
.yui-t3,
10
.yui-t4,
11
.yui-t5,
12
.yui-t6,
13
.yui-t7
14
{
15
   text-align:right;
16
   direction: rtl;
17
}
4
}
18
5
a.cancel {
19
caption,
6
  padding-right: 1em;
20
table#marc th
21
{
22
   text-align: right;
23
}
7
}
8
h1#libraryname {
9
  float: right !important;
10
}
11
caption {
12
  text-align: right;
13
}
14
#basketcount span {
15
  margin: 0 .9em 0 0;
16
}
17
#koha_url p {
18
  float: left;
19
}
20
.actions a {
21
  /* List contents remove from list link */
24
22
25
/* Swap floats */
23
}
26
24
.actions a.hold {
27
25
  margin-left: 1em;
28
body#advsearch #cartmenulink,
26
  padding-right: 21px;
29
body#advsearch #listsmenulink,
27
}
30
#renewcontrols,
28
.actions a.addtocart {
31
.commentline .avatar,
29
  margin-left: 1em;
32
.resort,
30
  padding-right: 20px;
33
.yui-t1 #yui-main,
31
}
34
.yui-t2 #yui-main,
32
.actions a.addtoshelf {
35
.yui-t3 #yui-main
33
  margin-left: 1em;
36
{
34
  padding-right: 20px;
37
   float: left;
35
}
38
}
36
.actions a.addtolist {
39
.ui-tabs .ui-tabs-nav li,
37
  margin-left: 1em;
40
div.lang,
38
  padding-right: 20px;
39
}
40
.actions a.tag_add {
41
  margin-left: 1em;
42
  padding-right: 20px;
43
}
44
.actions a.removefromlist {
45
  margin-left: 1em;
46
  padding-right: 15px;
47
}
48
.ui-tabs .ui-tabs-nav li {
49
  margin-left: .4em;
50
}
51
.statictabs li {
52
  float: right;
53
  margin-left: 0.4em;
54
}
55
.statictabs li a {
56
  float: right;
57
}
58
#bookcover .no-image {
59
  margin-left: 10px;
60
}
61
th.sum {
62
  text-align: left;
63
}
64
th[scope=row] {
65
  text-align: left;
66
}
67
fieldset.rows {
68
  float: right;
69
  clear: right;
70
}
41
fieldset.rows label,
71
fieldset.rows label,
42
fieldset.rows span.label,
72
fieldset.rows .label {
43
#auth,
73
  float: right;
44
#bookcover,
74
  margin-left: 1em;
45
.left,
75
  text-align: left;
46
.nav_results ul.pg_menu li,
47
.ui-tabs-nav li,
48
.yui-g div.first,
49
.yui-gc div.first,
50
.yui-gc div.first div.first,
51
.yui-gd div.first,
52
.yui-ge div.first,
53
.yui-gf div.first,
54
.yui-t1 .yui-b
55
{
56
   float: right;
57
}
76
}
58
77
fieldset.rows ol.lradio label {
59
h1#libraryname
78
  margin-left: 0;
60
{
61
   float: right !important;
62
}
79
}
63
80
fieldset.rows ol.lradio label.lradio {
64
#fluid-offset
81
  float: right;
65
{
82
  margin-left: 1em;
66
   float: none;
67
}
83
}
68
84
fieldset.rows li {
69
/* Adjust margins, padding, alignment and table-element widths */
85
  float: right;
70
86
  clear: right;
71
div#menu li a
72
{
73
   margin-left: -1px;
74
}
87
}
75
88
fieldset.rows li.lradio {
76
.yui-t1 #yui-main,
89
  padding-right: 8.5em;
77
.yui-t1 #yui-main .yui-b,
78
.yui-t2 #yui-main,
79
.yui-t3 #yui-main
80
{
81
   margin-left: 0;
82
}
90
}
83
91
fieldset.rows li.lradio label {
84
h1,
92
  margin: 0 1em 0 0;
85
h2,
86
h3,
87
h4,
88
h5,
89
h6
90
{
91
   margin-left: 0.5em;
92
}
93
}
93
94
div.rows {
94
.results_summary .label
95
  float: right;
95
{
96
  clear: right;
96
   margin-left: 0.5em;
97
}
97
}
98
98
div.rows span.label {
99
99
  float: right;
100
ul.pg_menu li,
100
  margin-left: 1em;
101
.author,
101
  text-align: right;
102
.nav_results
103
{
104
   margin-right: 0.5em;
105
}
102
}
106
103
div.rows ol {
107
#usershowreviews
104
  margin-right: 0;
108
{
105
  padding: .5em 0 0 1em;
109
   margin-right: 15em;
110
}
106
}
111
107
div.rows li {
112
#moresearches
108
  float: right;
113
{
109
  clear: right;
114
   margin: .6em 10em .3em 0;
115
}
110
}
116
111
div.rows ul li {
117
#menu ul
112
  margin-right: 7.3em;
118
{
119
   padding-left:0;
120
}
113
}
121
114
div.rows ul li:first-child {
122
#custom-doc,
115
  margin-right: 0;
123
#opac-main-search
124
{
125
   padding-right: 2em;
126
}
116
}
127
117
.toolbar {
128
.nav_results .l_Results a
118
  padding: 3px 5px 5px 3px;
129
{
130
   padding: 8px 3px 8px 28px;
131
}
119
}
132
120
.toolbar label {
133
body#advsearch #moresearches
121
  margin-right: .5em;
134
{
135
   clear:none;
136
}
122
}
137
123
.toolbar .hold,
138
span.koha_url
124
.toolbar #tagsel_tag {
139
{
125
  padding-right: 28px;
140
   left: 2em;
141
   right:auto;
142
}
126
}
143
127
.toolbar li a {
144
.yui-u first
128
  border-right: 1px solid #e8e8e8;
145
{
146
   right: 15em;
147
}
129
}
148
130
.toolbar li:first-child a {
149
table#marc td:first-child
131
  border-right: 0;
150
{
151
   width: 15em;
152
}
132
}
153
133
.toolbar ul {
154
.yui-t1 #yui-main,
134
  padding-right: 0;
155
.yui-t2 #yui-main,
156
.yui-t3 #yui-main {
157
   width: 80%;
158
}
135
}
159
136
#basket .toolbar {
160
/* Borders */
137
  padding: 7px 9px 9px 5px;
161
162
div#menu {
163
   border-right: 0;
164
   border-left: 1px solid #979797;
165
}
138
}
166
139
#selections-toolbar {
167
#menu ul li.active a {
140
  padding-right: 10px;
168
   border-left: 0;
169
   border-right: 1px solid #979797;
170
}
141
}
171
142
#tagsel_span input.submit,
172
/* flip over breadcrumb image */
143
#tagsel_tag {
173
144
  padding-right: 25px;
174
h3 img {
175
        -moz-transform: scaleX(-1);
176
        -o-transform: scaleX(-1);
177
        -webkit-transform: scaleX(-1);
178
        transform: scaleX(-1);
179
        filter: FlipH;
180
        -ms-filter: "FlipH";
181
}
145
}
182
146
#tagsel_span input.disabled,
183
147
#tagsel_span input.disabled:hover,
184
#moresearches {
148
#tagsel_span input.hold.disabled,
185
    clear: right;
149
#tagsel_span input.hold.disabled:hover,
150
#selections-toolbar input.hold.disabled,
151
#selections-toolbar input.hold.disabled:hover,
152
#selections-toolbar a.disabled,
153
#selections-toolbar a.disabled:hover {
154
  padding-right: 23px;
186
}
155
}
187
156
#views {
188
#cartmenulink, #listsmenulink {
157
  padding: 0 0.2em 0.2em 2em;
189
    float: right;
190
    margin-right: 1em;
191
    margin-left: 0em;
192
}
158
}
193
159
#bibliodescriptions,
194
#listsmenulink {
160
#isbdcontents {
195
161
  clear: right;
196
    background-image: url("../images/sprite.png"), -moz-linear-gradient(center top , rgb(215, 229, 255) 0%, rgb(177, 203, 255) 50%, rgb(159, 191, 255) 100%);
197
198
    background-position: -5px -287px, left top;
199
200
    padding-left: 20px;
201
}
162
}
202
#listsmenulink:hover {
163
#bookcover {
203
    background-position: -5px -287px, left top;
164
  float: right;
204
}
165
}
205
166
#bookcover .no-image {
206
#cartmenulink {
167
  margin-left: 10px;
207
    padding-right: 30px;
208
    background-position: 20px -256px, left top;
209
    padding-left: 13px;
210
}
168
}
211
#cartmenulink:hover {
169
#bookcover img {
212
    background-position: 20px -256px, left top;
170
  margin: 0 0 1em 1em;
213
}
171
}
214
.lang {
172
/* pagination */
215
float:right;
173
.results-pagination {
216
174
  right: -1px;
217
}
175
}
218
.morelang,
176
.back {
219
li.more {
177
  float: left;
220
float:right;
221
}
178
}
222
179
.pagination_list ul {
223
ul#i18nMenu li {
180
  padding-right: 0px;
224
    border-right: 1px solid rgb(204, 204, 204);
225
}
181
}
226
div.rating-cancel, div.star-rating {
182
.pagination_list li a {
227
    float: right;
183
  padding-right: 0px;
228
}
184
}
229
185
.pagination_list .li_pag_index {
230
186
  float: right;
231
#shelfbrowser #browser_previous {
187
  padding-left: 10px;
232
    background-position: -9px -1051px;
188
  text-align: left;
233
}
189
}
234
190
.pg_menu li.back_results a {
235
#shelfbrowser #browser_next {
191
  border-right: 1px solid #D0D0D0;
236
    background-position: -9px -1001px;
192
  border-left: 1px solid #D0D0D0;
193
}
194
.pg_menu li a,
195
.pg_menu li span {
196
  float: right;
197
}
198
#listResults li {
199
  margin-left: 1px;
200
}
201
/* nav */
202
.nav_pages .close_pagination {
203
  padding-left: 10px;
204
  left: 3px;
205
}
206
.nav_pages li {
207
  float: right;
208
}
209
.nav_pages li ul {
210
  float: right;
211
}
212
#format,
213
#furthersearches {
214
  padding-right: 35px;
215
}
216
.highlight_controls {
217
  float: right;
218
}
219
a.addtocart {
220
  padding-right: 35px;
221
}
222
a.addtoshelf {
223
  padding-right: 35px;
224
}
225
a.brief {
226
  padding-right: 27px;
227
}
228
a.detail {
229
  padding-right: 27px;
230
}
231
a.download {
232
  padding-right: 20px;
233
}
234
a.editshelf {
235
  padding-right: 26px;
236
}
237
a.empty {
238
  padding-right: 30px;
239
}
240
a.hide {
241
  padding-right: 26px;
242
}
243
a.highlight_toggle {
244
  padding-right: 35px;
245
}
246
a.hold,
247
input.hold {
248
  padding-right: 23px;
249
}
250
a.incart {
251
  padding-right: 35px;
252
}
253
a.new {
254
  padding-right: 23px;
255
}
256
a.print-small {
257
  padding-right: 30px;
258
}
259
a.print-large {
260
  padding-right: 35px;
261
}
262
a.removeitems,
263
a.deleteshelf {
264
  padding-right: 25px;
265
}
266
a.reserve {
267
  padding-right: 35px;
268
}
269
a.send {
270
  padding-right: 28px;
271
}
272
a.tag_add {
273
  padding-right: 27px;
274
}
275
input.editshelf {
276
  padding-right: 29px;
277
}
278
.newshelf {
279
  padding-right: 28px;
280
}
281
.deleteshelf {
282
  padding-right: 25px;
283
}
284
#login4tags {
285
  padding-right: 20px;
286
}
287
.tag_results_input {
288
  margin-right: 1em;
289
}
290
#social_networks span {
291
  float: right;
292
  margin: .5em .5em .5em 0 !important;
293
}
294
#social_networks div {
295
  float: right !important;
296
  margin: .5em .2em .5em 0 !important;
297
}
298
#marc td,
299
#marc th {
300
  text-align: right;
301
}
302
#marc .results_summary {
303
  clear: right;
304
}
305
#plainmarc th {
306
  text-align: right;
307
}
308
#renewcontrols {
309
  float: left;
310
}
311
.authstanza li {
312
  margin-right: 0.5em;
313
}
314
#didyoumean {
315
  text-align: right;
316
}
317
.authlink {
318
  padding-right: 0.25em;
319
}
320
#search-facets h4 a,
321
#menu h4 a {
322
  border-radius: 8px 0 0 8px;
323
}
324
#menu {
325
  border: 0 solid #D8D8D8;
326
  border-left-width: 1px;
327
}
328
#menu li a {
329
  border-radius: 0 5px 5px 0;
330
  margin-left: -1px;
331
}
332
#menu li.active a {
333
  border-left-width: 0;
334
  border-right-width: 1px;
335
}
336
/* Search results add to cart (lists disabled) */
337
.addto a.addtocart {
338
  padding-right: 33px;
339
}
340
.searchresults a.highlight_toggle {
341
  padding: 0 21px 0 10px;
342
}
343
.commentline .avatar {
344
  float: left;
345
  padding-right: .5em;
346
}
347
span.sep {
348
  padding: 0 .5em 0 .2em;
349
}
350
/* style for PM-generated pagination bar */
351
.pages span:first-child,
352
.pages a:first-child {
353
  border-bottom-right-radius: 3px;
354
  border-top-right-radius: 3px;
355
}
356
.pages span:last-child,
357
.pages a:last-child {
358
  border-width: 1px 0 1px 1px;
359
  border-bottom-left-radius: 3px;
360
  border-top-left-radius: 3px;
361
}
362
.pages .inactive,
363
.pages .currentPage,
364
.pages a {
365
  border-width: 1px 0 1px 1px;
366
  float: right;
367
}
368
.pages a[rel='last'] {
369
  border-bottom-left-radius: 3px;
370
  border-top-left-radius: 3px;
371
}
372
.close {
373
  left: auto;
374
}
375
/* Redefine a new style for Bootstrap's class "close" since we use that already */
376
/* Use <a class="closebtn" href="#">&times;</a> */
377
.alert .closebtn {
378
  left: -21px;
379
}
380
.closebtn {
381
  float: left;
382
}
383
#logo {
384
  float: right !important;
385
}
386
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
387
.floating {
388
  -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.4);
389
  box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, 0.4);
390
}
391
.table .sorting_asc {
392
  padding-left: 19px;
393
  background: url("../images/asc.gif") no-repeat scroll left center #ecede6;
394
}
395
.table .sorting_desc {
396
  padding-left: 19px;
397
  background: url("../images/desc.gif") no-repeat scroll left center #ecede6;
398
}
399
.table .sorting {
400
  padding-left: 19px;
401
  background: url("../images/ascdesc.gif") no-repeat scroll left center #ecede6;
402
}
403
.table .nosort,
404
.table .nosort.sorting_asc,
405
.table .nosort.sorting_desc,
406
.table .nosort.sorting {
407
  padding-left: 19px;
408
}
409
.tags ul {
410
  margin-right: 0;
411
}
412
.coverimages {
413
  float: left;
414
}
415
#i18nMenu {
416
  margin-right: 1em;
417
}
418
#overdrive-results {
419
  padding-right: 1em;
237
}
420
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/doc-head-close.inc (-2 / +12 lines)
Lines 3-10 Link Here
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
3
<meta name="generator" content="Koha [% Version %]" /> <!-- leave this for stats -->
4
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
4
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
5
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
5
<link rel="shortcut icon" href="[% IF ( OpacFavicon ) %][% OpacFavicon %][% ELSE %][% interface %]/[% theme %]/images/favicon.ico[% END %]" type="image/x-icon" />
6
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
6
[% IF ( bidi ) %]
7
<link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
7
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap-rtl.min.css" />
8
[% ELSE %]
9
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/bootstrap/css/bootstrap.min.css" />
10
[% END %]
11
12
[% IF ( bidi ) %]
13
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui-rtl.css" />
14
[% ELSE %]
15
    <link rel="stylesheet" type="text/css" href="[% interface %]/[% theme %]/lib/jquery/jquery-ui.css" />
16
[% END %]
17
8
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
18
[% SET opaclayoutstylesheet='opac.css' UNLESS opaclayoutstylesheet %]
9
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
19
[% IF (opaclayoutstylesheet.match('^https?:|^\/')) %]
10
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" />
20
    <link rel="stylesheet" type="text/css" href="[% opaclayoutstylesheet %]" />
(-)a/koha-tmpl/opac-tmpl/bootstrap/less/right-to-left.less (+555 lines)
Line 0 Link Here
1
.popup {
2
    padding-right : 0;
3
    padding-left: 0;
4
}
5
6
a {
7
    &.cancel {
8
        padding-right : 1em;
9
    }
10
}
11
12
h1 {
13
    &#libraryname {
14
        float: right !important;
15
    }
16
}
17
caption {
18
    text-align: right;
19
}
20
21
#basketcount {
22
    span {
23
        margin : 0 .9em 0 0;
24
    }
25
}
26
27
#koha_url p {
28
        float : left;
29
}
30
31
.actions {
32
    a {
33
        &.hold {
34
            margin-left : 1em;
35
            padding-right : 21px;
36
        }
37
        &.addtocart {
38
            margin-left : 1em;
39
            padding-right : 20px;
40
        }
41
        &.addtoshelf {
42
            margin-left : 1em;
43
            padding-right : 20px;
44
        }
45
        &.addtolist {
46
            margin-left : 1em;
47
            padding-right : 20px;
48
        }
49
        &.tag_add {
50
            margin-left : 1em;
51
            padding-right : 20px;
52
        }
53
        /* List contents remove from list link */
54
        &.removefromlist  {
55
            margin-left : 1em;
56
            padding-right : 15px;
57
        }
58
    }
59
}
60
61
.ui-tabs .ui-tabs-nav li {
62
    margin-left : .4em;
63
}
64
65
.statictabs {
66
    li {
67
        float: right;
68
        margin-left: 0.4em;
69
        a {
70
            float: right;
71
        }
72
    }
73
}
74
75
#bookcover .no-image {
76
    margin-left : 10px;
77
}
78
79
th.sum {
80
    text-align: left;
81
}
82
83
th[scope=row] {
84
    text-align : left;
85
}
86
87
fieldset {
88
    &.rows {
89
        float : right;
90
        clear : right;
91
        label,
92
        .label {
93
            float: right;
94
            margin-left: 1em;
95
            text-align: left;
96
        }
97
        ol {
98
            &.lradio {
99
                label {
100
                    margin-left : 0;
101
                    &.lradio {
102
                        float : right;
103
                        margin-left : 1em;
104
                    }
105
                }
106
            }
107
        }
108
        li {
109
            float : right;
110
            clear : right;
111
            &.lradio {
112
                padding-right: 8.5em;
113
                label {
114
                    margin : 0 1em 0 0;
115
                }
116
            }
117
        }
118
    }
119
}
120
121
div.rows {
122
    float : right;
123
    clear : right;
124
    span.label {
125
        float: right;
126
        margin-left: 1em;
127
        text-align: right;
128
    }
129
    ol {
130
        margin-right : 0;
131
        padding: .5em 0 0 1em;
132
    }
133
    li {
134
135
        float : right;
136
        clear : right;
137
    }
138
    ul {
139
        li {
140
            margin-right : 7.3em;
141
            &:first-child {
142
                margin-right: 0;
143
            }
144
        }
145
    }
146
}
147
148
.toolbar {
149
    padding:3px 5px 5px 3px;
150
    label {
151
        margin-right : .5em;
152
    }
153
    .hold,
154
    #tagsel_tag {
155
        padding-right: 28px;
156
    }
157
    li {
158
        a {
159
            border-right : 1px solid #e8e8e8;
160
        }
161
        &:first-child {
162
            a {
163
                border-right : 0;
164
            }
165
        }
166
    }
167
    ul {
168
        padding-right : 0;
169
    }
170
}
171
172
#basket .toolbar {
173
    padding: 7px 9px 9px 5px;
174
}
175
176
#selections-toolbar {
177
    padding-right : 10px;
178
}
179
180
#tagsel_span input.submit,
181
#tagsel_tag {
182
    padding-right : 25px;
183
}
184
185
#tagsel_span input.disabled,
186
#tagsel_span input.disabled:hover,
187
#tagsel_span input.hold.disabled,
188
#tagsel_span input.hold.disabled:hover,
189
#selections-toolbar input.hold.disabled,
190
#selections-toolbar input.hold.disabled:hover,
191
#selections-toolbar a.disabled,
192
#selections-toolbar a.disabled:hover {
193
    padding-right : 23px;
194
}
195
196
#views {
197
    padding : 0 0.2em 0.2em 2em;
198
}
199
200
#bibliodescriptions,
201
#isbdcontents {
202
    clear : right;
203
}
204
205
#bookcover {
206
    float : right;
207
    .no-image {
208
        margin-left : 10px;
209
    }
210
    img {
211
        margin : 0 0 1em 1em;
212
    }
213
}
214
215
/* pagination */
216
.results-pagination {
217
    right: -1px;
218
}
219
220
221
.back {
222
    float:left;
223
}
224
225
.pagination_list {
226
    ul {
227
        padding-right:0px;
228
    }
229
    li {
230
        a {
231
            padding-right:0px;
232
        }
233
    }
234
    .li_pag_index {
235
        float: right;
236
        padding-left: 10px;
237
        text-align: left;
238
    }
239
}
240
241
.pg_menu {
242
    li {
243
        &.back_results {
244
            a {
245
                border-right: 1px solid #D0D0D0;
246
                border-left: 1px solid #D0D0D0;
247
            }
248
        }
249
        a,
250
        span {
251
            float:right;
252
        }
253
    }
254
}
255
256
#listResults{
257
    li {
258
        margin-left:1px;
259
    }
260
}
261
262
/* nav */
263
.nav_pages {
264
    .close_pagination {
265
        padding-left: 10px;
266
        left: 3px;
267
    }
268
    li {
269
        float:right;
270
        ul {
271
            float:right;
272
        }
273
    }
274
}
275
276
#format,
277
#furthersearches {
278
    padding-right : 35px;
279
}
280
281
.highlight_controls {
282
    float: right;
283
}
284
285
a.addtocart {
286
    padding-right : 35px;
287
}
288
289
a.addtoshelf {
290
    padding-right : 35px;
291
}
292
293
a.brief {
294
    padding-right : 27px;
295
}
296
297
a.detail {
298
    padding-right : 27px;
299
}
300
301
a.download {
302
    padding-right : 20px;
303
}
304
305
a.editshelf {
306
    padding-right : 26px;
307
}
308
309
a.empty {
310
    padding-right : 30px;
311
}
312
313
a.hide {
314
    padding-right : 26px;
315
}
316
317
a.highlight_toggle {
318
    padding-right : 35px;
319
}
320
321
a.hold,
322
input.hold {
323
    padding-right : 23px;
324
}
325
326
a.incart {
327
    padding-right : 35px;
328
}
329
330
a.new {
331
    padding-right : 23px;
332
}
333
334
a.print-small {
335
    padding-right : 30px;
336
}
337
338
a.print-large {
339
    padding-right : 35px;
340
}
341
342
a.removeitems,
343
a.deleteshelf {
344
    padding-right : 25px;
345
}
346
347
a.reserve {
348
    padding-right : 35px;
349
}
350
351
a.send {
352
    padding-right : 28px;
353
}
354
355
a.tag_add {
356
    padding-right : 27px;
357
}
358
359
input.editshelf {
360
    padding-right : 29px;
361
}
362
363
.newshelf {
364
    padding-right : 28px;
365
}
366
367
.deleteshelf {
368
    padding-right : 25px;
369
}
370
371
#login4tags {
372
    padding-right : 20px;
373
}
374
375
.tag_results_input {
376
    margin-right: 1em;
377
}
378
379
#social_networks {
380
    span {
381
        float : right;
382
        margin : .5em .5em .5em 0 !important;
383
    }
384
    div {
385
        float : right !important;
386
        margin : .5em .2em .5em 0 !important;
387
    }
388
}
389
390
#marc {
391
    td,
392
    th {
393
        text-align : right;
394
    }
395
    .results_summary {
396
        clear :  right;
397
    }
398
}
399
400
#plainmarc th {
401
    text-align:right;
402
}
403
404
#renewcontrols {
405
     float: left;
406
}
407
408
.authstanza li {
409
    margin-right: 0.5em;
410
}
411
412
#didyoumean {
413
    text-align: right;
414
}
415
416
.authlink {
417
    padding-right: 0.25em;
418
}
419
420
#search-facets,
421
#menu {
422
    h4 {
423
        a {
424
            border-radius: 8px 0 0 8px;
425
        }
426
    }
427
}
428
429
#menu {
430
    border : 0 solid #D8D8D8;
431
    border-left-width: 1px;
432
    li {
433
        a {
434
            border-radius: 0 5px 5px 0;
435
            margin-left: -1px;
436
        }
437
        &.active {
438
            a {
439
                border-left-width: 0;
440
                border-right-width: 1px;
441
            }
442
        }
443
    }
444
}
445
446
/* Search results add to cart (lists disabled) */
447
.addto a.addtocart {
448
    padding-right : 33px;
449
}
450
451
.searchresults {
452
    a {
453
        &.highlight_toggle {
454
            padding : 0 21px 0 10px;
455
        }
456
    }
457
}
458
459
.commentline .avatar {
460
    float : left;
461
    padding-right : .5em;
462
}
463
464
span.sep {
465
    padding: 0 .5em 0 .2em;
466
}
467
468
/* style for PM-generated pagination bar */
469
470
.pages span:first-child,
471
.pages a:first-child {
472
    border-bottom-right-radius: 3px;
473
    border-top-right-radius: 3px;
474
}
475
476
.pages span:last-child,
477
.pages a:last-child {
478
    border-width: 1px 0 1px 1px;
479
    border-bottom-left-radius: 3px;
480
    border-top-left-radius: 3px;
481
}
482
483
.pages .inactive,
484
.pages .currentPage,
485
.pages a {
486
    border-width: 1px 0 1px 1px;
487
    float: right;
488
}
489
490
.pages a[rel='last'] {
491
    border-bottom-left-radius: 3px;
492
    border-top-left-radius: 3px;
493
}
494
495
.close {
496
    left : auto;
497
}
498
499
/* Redefine a new style for Bootstrap's class "close" since we use that already */
500
/* Use <a class="closebtn" href="#">&times;</a> */
501
.alert .closebtn {
502
    left:-21px;
503
}
504
.closebtn {
505
    float:left;
506
}
507
508
#logo {
509
    float : right !important;
510
}
511
512
/* Class to be added to toolbar when it starts being fixed at the top of the screen*/
513
.floating {
514
    -webkit-box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, .4);
515
    box-shadow: 0px 0px 2px 3px rgba(0, 0, 0, .4);
516
}
517
518
519
.table {
520
    .sorting_asc {
521
        padding-left: 19px;
522
        background: url("../images/asc.gif") no-repeat scroll left center #ECEDE6;
523
    }
524
    .sorting_desc {
525
        padding-left: 19px;
526
        background: url("../images/desc.gif") no-repeat scroll left center #ECEDE6;
527
    }
528
    .sorting {
529
        padding-left: 19px;
530
        background: url("../images/ascdesc.gif") no-repeat scroll left center #ECEDE6;
531
    }
532
    .nosort,
533
    .nosort.sorting_asc,
534
    .nosort.sorting_desc,
535
    .nosort.sorting {
536
        padding-left: 19px;
537
    }
538
}
539
.tags {
540
    ul {
541
        margin-right : 0;
542
    }
543
}
544
545
.coverimages {
546
    float : left;
547
}
548
549
#i18nMenu {
550
    margin-right : 1em;
551
}
552
553
#overdrive-results {
554
    padding-right: 1em;
555
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.css (+6301 lines)
Line 0 Link Here
1
body {
2
  direction: rtl;
3
  unicode-bidi: bidi-override;
4
}
5
/*!
6
 * Bootstrap v2.2.1 - RTL
7
 *
8
 * Copyright 2012 Twitter, Inc
9
 * Licensed under the Apache License v2.0
10
 * http://www.apache.org/licenses/LICENSE-2.0
11
 *
12
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
13
 * BootSwatchr version by Drew Strickland
14
 */
15
article,
16
aside,
17
details,
18
figcaption,
19
figure,
20
footer,
21
header,
22
hgroup,
23
nav,
24
section {
25
  display: block;
26
}
27
audio,
28
canvas,
29
video {
30
  display: inline-block;
31
  *display: inline;
32
  *zoom: 1;
33
}
34
audio:not([controls]) {
35
  display: none;
36
}
37
html {
38
  font-size: 100%;
39
  -webkit-text-size-adjust: 100%;
40
  -ms-text-size-adjust: 100%;
41
}
42
a:focus {
43
  outline: thin dotted #333;
44
  outline: 5px auto -webkit-focus-ring-color;
45
  outline-offset: -2px;
46
}
47
a:hover,
48
a:active {
49
  outline: 0;
50
}
51
sub,
52
sup {
53
  position: relative;
54
  font-size: 75%;
55
  line-height: 0;
56
  vertical-align: baseline;
57
}
58
sup {
59
  top: -0.5em;
60
}
61
sub {
62
  bottom: -0.25em;
63
}
64
img {
65
  /* Responsive images (ensure images don't scale beyond their parents) */
66
67
  max-width: 100%;
68
  /* Part 1: Set a maxium relative to the parent */
69
70
  width: auto\9;
71
  /* IE7-8 need help adjusting responsive images */
72
73
  height: auto;
74
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
75
76
  vertical-align: middle;
77
  border: 0;
78
  -ms-interpolation-mode: bicubic;
79
}
80
#map_canvas img,
81
.google-maps img {
82
  max-width: none;
83
}
84
button,
85
input,
86
select,
87
textarea {
88
  margin: 0;
89
  font-size: 100%;
90
  vertical-align: middle;
91
}
92
button,
93
input {
94
  *overflow: visible;
95
  line-height: normal;
96
}
97
button::-moz-focus-inner,
98
input::-moz-focus-inner {
99
  padding: 0;
100
  border: 0;
101
}
102
button,
103
html input[type="button"],
104
input[type="reset"],
105
input[type="submit"] {
106
  -webkit-appearance: button;
107
  cursor: pointer;
108
}
109
label,
110
select,
111
button,
112
input[type="button"],
113
input[type="reset"],
114
input[type="submit"],
115
input[type="radio"],
116
input[type="checkbox"] {
117
  cursor: pointer;
118
}
119
input[type="search"] {
120
  -webkit-box-sizing: content-box;
121
  -moz-box-sizing: content-box;
122
  box-sizing: content-box;
123
  -webkit-appearance: textfield;
124
}
125
input[type="search"]::-webkit-search-decoration,
126
input[type="search"]::-webkit-search-cancel-button {
127
  -webkit-appearance: none;
128
}
129
textarea {
130
  overflow: auto;
131
  vertical-align: top;
132
}
133
@media print {
134
  * {
135
    text-shadow: none !important;
136
    color: #000 !important;
137
    background: transparent !important;
138
    box-shadow: none !important;
139
  }
140
  a,
141
  a:visited {
142
    text-decoration: underline;
143
  }
144
  a[href]:after {
145
    content: " (" attr(href) ")";
146
  }
147
  abbr[title]:after {
148
    content: " (" attr(title) ")";
149
  }
150
  .ir a:after,
151
  a[href^="javascript:"]:after,
152
  a[href^="#"]:after {
153
    content: "";
154
  }
155
  pre,
156
  blockquote {
157
    border: 1px solid #999;
158
    page-break-inside: avoid;
159
  }
160
  thead {
161
    display: table-header-group;
162
  }
163
  tr,
164
  img {
165
    page-break-inside: avoid;
166
  }
167
  img {
168
    max-width: 100% !important;
169
  }
170
  @page  {
171
    margin: 0.5cm;
172
  }
173
  p,
174
  h2,
175
  h3 {
176
    orphans: 3;
177
    widows: 3;
178
  }
179
  h2,
180
  h3 {
181
    page-break-after: avoid;
182
  }
183
}
184
.clearfix {
185
  *zoom: 1;
186
}
187
.clearfix:before,
188
.clearfix:after {
189
  display: table;
190
  content: "";
191
  line-height: 0;
192
}
193
.clearfix:after {
194
  clear: both;
195
}
196
.hide-text {
197
  font: 0/0 a;
198
  color: transparent;
199
  text-shadow: none;
200
  background-color: transparent;
201
  border: 0;
202
}
203
.input-block-level {
204
  display: block;
205
  width: 100%;
206
  min-height: 30px;
207
  -webkit-box-sizing: border-box;
208
  -moz-box-sizing: border-box;
209
  box-sizing: border-box;
210
}
211
body {
212
  margin: 0;
213
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
214
  font-size: 14px;
215
  line-height: 20px;
216
  color: #333333;
217
  background-color: #ffffff;
218
  direction: rtl;
219
}
220
a {
221
  color: #0088cc;
222
  text-decoration: none;
223
}
224
a:hover,
225
a:focus {
226
  color: #005580;
227
  text-decoration: underline;
228
}
229
.img-rounded {
230
  -webkit-border-radius: 6px;
231
  -moz-border-radius: 6px;
232
  border-radius: 6px;
233
}
234
.img-polaroid {
235
  padding: 4px;
236
  background-color: #fff;
237
  border: 1px solid #ccc;
238
  border: 1px solid rgba(0, 0, 0, 0.2);
239
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
240
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
241
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
242
}
243
.img-circle {
244
  -webkit-border-radius: 500px;
245
  -moz-border-radius: 500px;
246
  border-radius: 500px;
247
}
248
.row {
249
  margin-right: -20px;
250
  *zoom: 1;
251
}
252
.row:before,
253
.row:after {
254
  display: table;
255
  content: "";
256
  line-height: 0;
257
}
258
.row:after {
259
  clear: both;
260
}
261
[class*="span"] {
262
  float: right;
263
  min-height: 1px;
264
  margin-right: 20px;
265
}
266
.container,
267
.navbar-static-top .container,
268
.navbar-fixed-top .container,
269
.navbar-fixed-bottom .container {
270
  width: 940px;
271
}
272
.span12 {
273
  width: 940px;
274
}
275
.span11 {
276
  width: 860px;
277
}
278
.span10 {
279
  width: 780px;
280
}
281
.span9 {
282
  width: 700px;
283
}
284
.span8 {
285
  width: 620px;
286
}
287
.span7 {
288
  width: 540px;
289
}
290
.span6 {
291
  width: 460px;
292
}
293
.span5 {
294
  width: 380px;
295
}
296
.span4 {
297
  width: 300px;
298
}
299
.span3 {
300
  width: 220px;
301
}
302
.span2 {
303
  width: 140px;
304
}
305
.span1 {
306
  width: 60px;
307
}
308
.offset12 {
309
  margin-right: 980px;
310
}
311
.offset11 {
312
  margin-right: 900px;
313
}
314
.offset10 {
315
  margin-right: 820px;
316
}
317
.offset9 {
318
  margin-right: 740px;
319
}
320
.offset8 {
321
  margin-right: 660px;
322
}
323
.offset7 {
324
  margin-right: 580px;
325
}
326
.offset6 {
327
  margin-right: 500px;
328
}
329
.offset5 {
330
  margin-right: 420px;
331
}
332
.offset4 {
333
  margin-right: 340px;
334
}
335
.offset3 {
336
  margin-right: 260px;
337
}
338
.offset2 {
339
  margin-right: 180px;
340
}
341
.offset1 {
342
  margin-right: 100px;
343
}
344
.row-fluid {
345
  width: 100%;
346
  *zoom: 1;
347
}
348
.row-fluid:before,
349
.row-fluid:after {
350
  display: table;
351
  content: "";
352
  line-height: 0;
353
}
354
.row-fluid:after {
355
  clear: both;
356
}
357
.row-fluid [class*="span"] {
358
  display: block;
359
  width: 100%;
360
  min-height: 30px;
361
  -webkit-box-sizing: border-box;
362
  -moz-box-sizing: border-box;
363
  box-sizing: border-box;
364
  float: right;
365
  margin-right: 2.127659574468085%;
366
  *margin-right: 2.074468085106383%;
367
}
368
.row-fluid [class*="span"]:first-child {
369
  margin-right: 0;
370
}
371
.row-fluid .controls-row [class*="span"] + [class*="span"] {
372
  margin-right: 2.127659574468085%;
373
}
374
.row-fluid .span12 {
375
  width: 100%;
376
  *width: 99.94680851063829%;
377
}
378
.row-fluid .span11 {
379
  width: 91.48936170212765%;
380
  *width: 91.43617021276594%;
381
}
382
.row-fluid .span10 {
383
  width: 82.97872340425532%;
384
  *width: 82.92553191489361%;
385
}
386
.row-fluid .span9 {
387
  width: 74.46808510638297%;
388
  *width: 74.41489361702126%;
389
}
390
.row-fluid .span8 {
391
  width: 65.95744680851064%;
392
  *width: 65.90425531914893%;
393
}
394
.row-fluid .span7 {
395
  width: 57.44680851063829%;
396
  *width: 57.39361702127659%;
397
}
398
.row-fluid .span6 {
399
  width: 48.93617021276595%;
400
  *width: 48.88297872340425%;
401
}
402
.row-fluid .span5 {
403
  width: 40.42553191489362%;
404
  *width: 40.37234042553192%;
405
}
406
.row-fluid .span4 {
407
  width: 31.914893617021278%;
408
  *width: 31.861702127659576%;
409
}
410
.row-fluid .span3 {
411
  width: 23.404255319148934%;
412
  *width: 23.351063829787233%;
413
}
414
.row-fluid .span2 {
415
  width: 14.893617021276595%;
416
  *width: 14.840425531914894%;
417
}
418
.row-fluid .span1 {
419
  width: 6.382978723404255%;
420
  *width: 6.329787234042553%;
421
}
422
.row-fluid .offset12 {
423
  margin-right: 104.25531914893617%;
424
  *margin-right: 104.14893617021275%;
425
}
426
.row-fluid .offset12:first-child {
427
  margin-right: 102.12765957446808%;
428
  *margin-right: 102.02127659574467%;
429
}
430
.row-fluid .offset11 {
431
  margin-right: 95.74468085106382%;
432
  *margin-right: 95.6382978723404%;
433
}
434
.row-fluid .offset11:first-child {
435
  margin-right: 93.61702127659574%;
436
  *margin-right: 93.51063829787232%;
437
}
438
.row-fluid .offset10 {
439
  margin-right: 87.23404255319149%;
440
  *margin-right: 87.12765957446807%;
441
}
442
.row-fluid .offset10:first-child {
443
  margin-right: 85.1063829787234%;
444
  *margin-right: 84.99999999999999%;
445
}
446
.row-fluid .offset9 {
447
  margin-right: 78.72340425531914%;
448
  *margin-right: 78.61702127659572%;
449
}
450
.row-fluid .offset9:first-child {
451
  margin-right: 76.59574468085106%;
452
  *margin-right: 76.48936170212764%;
453
}
454
.row-fluid .offset8 {
455
  margin-right: 70.2127659574468%;
456
  *margin-right: 70.10638297872339%;
457
}
458
.row-fluid .offset8:first-child {
459
  margin-right: 68.08510638297872%;
460
  *margin-right: 67.9787234042553%;
461
}
462
.row-fluid .offset7 {
463
  margin-right: 61.70212765957446%;
464
  *margin-right: 61.59574468085106%;
465
}
466
.row-fluid .offset7:first-child {
467
  margin-right: 59.574468085106375%;
468
  *margin-right: 59.46808510638297%;
469
}
470
.row-fluid .offset6 {
471
  margin-right: 53.191489361702125%;
472
  *margin-right: 53.085106382978715%;
473
}
474
.row-fluid .offset6:first-child {
475
  margin-right: 51.063829787234035%;
476
  *margin-right: 50.95744680851063%;
477
}
478
.row-fluid .offset5 {
479
  margin-right: 44.68085106382979%;
480
  *margin-right: 44.57446808510638%;
481
}
482
.row-fluid .offset5:first-child {
483
  margin-right: 42.5531914893617%;
484
  *margin-right: 42.4468085106383%;
485
}
486
.row-fluid .offset4 {
487
  margin-right: 36.170212765957444%;
488
  *margin-right: 36.06382978723405%;
489
}
490
.row-fluid .offset4:first-child {
491
  margin-right: 34.04255319148936%;
492
  *margin-right: 33.93617021276596%;
493
}
494
.row-fluid .offset3 {
495
  margin-right: 27.659574468085104%;
496
  *margin-right: 27.5531914893617%;
497
}
498
.row-fluid .offset3:first-child {
499
  margin-right: 25.53191489361702%;
500
  *margin-right: 25.425531914893618%;
501
}
502
.row-fluid .offset2 {
503
  margin-right: 19.148936170212764%;
504
  *margin-right: 19.04255319148936%;
505
}
506
.row-fluid .offset2:first-child {
507
  margin-right: 17.02127659574468%;
508
  *margin-right: 16.914893617021278%;
509
}
510
.row-fluid .offset1 {
511
  margin-right: 10.638297872340425%;
512
  *margin-right: 10.53191489361702%;
513
}
514
.row-fluid .offset1:first-child {
515
  margin-right: 8.51063829787234%;
516
  *margin-right: 8.404255319148938%;
517
}
518
[class*="span"].hide,
519
.row-fluid [class*="span"].hide {
520
  display: none;
521
}
522
[class*="span"].pull-left,
523
.row-fluid [class*="span"].pull-left {
524
  float: left;
525
}
526
.container {
527
  margin-right: auto;
528
  margin-left: auto;
529
  *zoom: 1;
530
}
531
.container:before,
532
.container:after {
533
  display: table;
534
  content: "";
535
  line-height: 0;
536
}
537
.container:after {
538
  clear: both;
539
}
540
.container-fluid {
541
  padding-right: 20px;
542
  padding-left: 20px;
543
  *zoom: 1;
544
}
545
.container-fluid:before,
546
.container-fluid:after {
547
  display: table;
548
  content: "";
549
  line-height: 0;
550
}
551
.container-fluid:after {
552
  clear: both;
553
}
554
p {
555
  margin: 0 0 10px;
556
}
557
.lead {
558
  margin-bottom: 20px;
559
  font-size: 21px;
560
  font-weight: 200;
561
  line-height: 30px;
562
}
563
small {
564
  font-size: 85%;
565
}
566
strong {
567
  font-weight: bold;
568
}
569
em {
570
  font-style: italic;
571
}
572
cite {
573
  font-style: normal;
574
}
575
.muted {
576
  color: #999999;
577
}
578
a.muted:hover,
579
a.muted:focus {
580
  color: #808080;
581
}
582
.text-warning {
583
  color: #c09853;
584
}
585
a.text-warning:hover,
586
a.text-warning:focus {
587
  color: #a47e3c;
588
}
589
.text-error {
590
  color: #b94a48;
591
}
592
a.text-error:hover,
593
a.text-error:focus {
594
  color: #953b39;
595
}
596
.text-info {
597
  color: #3a87ad;
598
}
599
a.text-info:hover,
600
a.text-info:focus {
601
  color: #2d6987;
602
}
603
.text-success {
604
  color: #468847;
605
}
606
a.text-success:hover,
607
a.text-success:focus {
608
  color: #356635;
609
}
610
.text-left {
611
  text-align: left;
612
}
613
.text-right {
614
  text-align: right;
615
}
616
.text-center {
617
  text-align: center;
618
}
619
h1,
620
h2,
621
h3,
622
h4,
623
h5,
624
h6 {
625
  margin: 10px 0;
626
  font-family: inherit;
627
  font-weight: bold;
628
  line-height: 20px;
629
  color: inherit;
630
  text-rendering: optimizelegibility;
631
}
632
h1 small,
633
h2 small,
634
h3 small,
635
h4 small,
636
h5 small,
637
h6 small {
638
  font-weight: normal;
639
  line-height: 1;
640
  color: #999999;
641
}
642
h1,
643
h2,
644
h3 {
645
  line-height: 40px;
646
}
647
h1 {
648
  font-size: 38.5px;
649
}
650
h2 {
651
  font-size: 31.5px;
652
}
653
h3 {
654
  font-size: 24.5px;
655
}
656
h4 {
657
  font-size: 17.5px;
658
}
659
h5 {
660
  font-size: 14px;
661
}
662
h6 {
663
  font-size: 11.9px;
664
}
665
h1 small {
666
  font-size: 24.5px;
667
}
668
h2 small {
669
  font-size: 17.5px;
670
}
671
h3 small {
672
  font-size: 14px;
673
}
674
h4 small {
675
  font-size: 14px;
676
}
677
.page-header {
678
  padding-bottom: 9px;
679
  margin: 20px 0 30px;
680
  border-bottom: 1px solid #eeeeee;
681
}
682
ul,
683
ol {
684
  padding: 0;
685
  margin: 0 25px 10px 0;
686
}
687
ul ul,
688
ul ol,
689
ol ol,
690
ol ul {
691
  margin-bottom: 0;
692
}
693
li {
694
  line-height: 20px;
695
}
696
ul.unstyled,
697
ol.unstyled {
698
  margin-right: 0;
699
  list-style: none;
700
}
701
ul.inline,
702
ol.inline {
703
  margin-right: 0;
704
  list-style: none;
705
}
706
ul.inline > li,
707
ol.inline > li {
708
  display: inline-block;
709
  *display: inline;
710
  /* IE7 inline-block hack */
711
712
  *zoom: 1;
713
  padding-left: 5px;
714
  padding-right: 5px;
715
}
716
dl {
717
  margin-bottom: 20px;
718
}
719
dt,
720
dd {
721
  line-height: 20px;
722
}
723
dt {
724
  font-weight: bold;
725
}
726
dd {
727
  margin-right: 10px;
728
}
729
.dl-horizontal {
730
  *zoom: 1;
731
}
732
.dl-horizontal:before,
733
.dl-horizontal:after {
734
  display: table;
735
  content: "";
736
  line-height: 0;
737
}
738
.dl-horizontal:after {
739
  clear: both;
740
}
741
.dl-horizontal dt {
742
  float: right;
743
  width: 160px;
744
  clear: right;
745
  text-align: right;
746
  overflow: hidden;
747
  text-overflow: ellipsis;
748
  white-space: nowrap;
749
}
750
.dl-horizontal dd {
751
  margin-right: 180px;
752
}
753
hr {
754
  margin: 20px 0;
755
  border: 0;
756
  border-top: 1px solid #eeeeee;
757
  border-bottom: 1px solid #ffffff;
758
}
759
abbr[title],
760
abbr[data-original-title] {
761
  cursor: help;
762
  border-bottom: 1px dotted #999999;
763
}
764
abbr.initialism {
765
  font-size: 90%;
766
  text-transform: uppercase;
767
}
768
blockquote {
769
  padding: 0 15px 0 0;
770
  margin: 0 0 20px;
771
  border-right: 5px solid #eeeeee;
772
}
773
blockquote p {
774
  margin-bottom: 0;
775
  font-size: 17.5px;
776
  font-weight: 300;
777
  line-height: 1.25;
778
}
779
blockquote small {
780
  display: block;
781
  line-height: 20px;
782
  color: #999999;
783
}
784
blockquote small:before {
785
  content: '\2014 \00A0';
786
}
787
blockquote.pull-left {
788
  float: left;
789
  padding-left: 15px;
790
  padding-right: 0;
791
  border-left: 5px solid #eeeeee;
792
  border-right: 0;
793
}
794
blockquote.pull-left p,
795
blockquote.pull-left small {
796
  text-align: left;
797
}
798
blockquote.pull-left small:before {
799
  content: '';
800
}
801
blockquote.pull-left small:after {
802
  content: '\00A0 \2014';
803
}
804
q:before,
805
q:after,
806
blockquote:before,
807
blockquote:after {
808
  content: "";
809
}
810
address {
811
  display: block;
812
  margin-bottom: 20px;
813
  font-style: normal;
814
  line-height: 20px;
815
}
816
code,
817
pre {
818
  padding: 0 3px 2px;
819
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
820
  font-size: 12px;
821
  color: #333333;
822
  -webkit-border-radius: 3px;
823
  -moz-border-radius: 3px;
824
  border-radius: 3px;
825
}
826
code {
827
  padding: 2px 4px;
828
  color: #d14;
829
  background-color: #f7f7f9;
830
  border: 1px solid #e1e1e8;
831
  white-space: nowrap;
832
}
833
pre {
834
  display: block;
835
  padding: 9.5px;
836
  margin: 0 0 10px;
837
  font-size: 13px;
838
  line-height: 20px;
839
  word-break: break-all;
840
  word-wrap: break-word;
841
  white-space: pre;
842
  white-space: pre-wrap;
843
  background-color: #f5f5f5;
844
  border: 1px solid #ccc;
845
  border: 1px solid rgba(0, 0, 0, 0.15);
846
  -webkit-border-radius: 4px;
847
  -moz-border-radius: 4px;
848
  border-radius: 4px;
849
}
850
pre.prettyprint {
851
  margin-bottom: 20px;
852
}
853
pre code {
854
  padding: 0;
855
  color: inherit;
856
  white-space: pre;
857
  white-space: pre-wrap;
858
  background-color: transparent;
859
  border: 0;
860
}
861
.pre-scrollable {
862
  max-height: 340px;
863
  overflow-y: scroll;
864
}
865
form {
866
  margin: 0 0 20px;
867
}
868
fieldset {
869
  padding: 0;
870
  margin: 0;
871
  border: 0;
872
}
873
legend {
874
  display: block;
875
  width: 100%;
876
  padding: 0;
877
  margin-bottom: 20px;
878
  font-size: 21px;
879
  line-height: 40px;
880
  color: #333333;
881
  border: 0;
882
  border-bottom: 1px solid #e5e5e5;
883
}
884
legend small {
885
  font-size: 15px;
886
  color: #999999;
887
}
888
label,
889
input,
890
button,
891
select,
892
textarea {
893
  font-size: 14px;
894
  font-weight: normal;
895
  line-height: 20px;
896
}
897
input,
898
button,
899
select,
900
textarea {
901
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
902
}
903
label {
904
  display: block;
905
  margin-bottom: 5px;
906
}
907
select,
908
textarea,
909
input[type="text"],
910
input[type="password"],
911
input[type="datetime"],
912
input[type="datetime-local"],
913
input[type="date"],
914
input[type="month"],
915
input[type="time"],
916
input[type="week"],
917
input[type="number"],
918
input[type="email"],
919
input[type="url"],
920
input[type="search"],
921
input[type="tel"],
922
input[type="color"],
923
.uneditable-input {
924
  display: inline-block;
925
  height: 20px;
926
  padding: 4px 6px;
927
  margin-bottom: 10px;
928
  font-size: 14px;
929
  line-height: 20px;
930
  color: #555555;
931
  -webkit-border-radius: 4px;
932
  -moz-border-radius: 4px;
933
  border-radius: 4px;
934
  vertical-align: middle;
935
}
936
input,
937
textarea,
938
.uneditable-input {
939
  width: 206px;
940
}
941
textarea {
942
  height: auto;
943
}
944
textarea,
945
input[type="text"],
946
input[type="password"],
947
input[type="datetime"],
948
input[type="datetime-local"],
949
input[type="date"],
950
input[type="month"],
951
input[type="time"],
952
input[type="week"],
953
input[type="number"],
954
input[type="email"],
955
input[type="url"],
956
input[type="search"],
957
input[type="tel"],
958
input[type="color"],
959
.uneditable-input {
960
  background-color: #ffffff;
961
  border: 1px solid #cccccc;
962
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
963
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
964
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
965
  -webkit-transition: border linear .2s, box-shadow linear .2s;
966
  -moz-transition: border linear .2s, box-shadow linear .2s;
967
  -o-transition: border linear .2s, box-shadow linear .2s;
968
  transition: border linear .2s, box-shadow linear .2s;
969
}
970
textarea:focus,
971
input[type="text"]:focus,
972
input[type="password"]:focus,
973
input[type="datetime"]:focus,
974
input[type="datetime-local"]:focus,
975
input[type="date"]:focus,
976
input[type="month"]:focus,
977
input[type="time"]:focus,
978
input[type="week"]:focus,
979
input[type="number"]:focus,
980
input[type="email"]:focus,
981
input[type="url"]:focus,
982
input[type="search"]:focus,
983
input[type="tel"]:focus,
984
input[type="color"]:focus,
985
.uneditable-input:focus {
986
  border-color: rgba(82, 168, 236, 0.8);
987
  outline: 0;
988
  outline: thin dotted \9;
989
  /* IE6-9 */
990
991
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
992
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
993
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
994
}
995
input[type="radio"],
996
input[type="checkbox"] {
997
  margin: 4px 0 0;
998
  *margin-top: 0;
999
  /* IE7 */
1000
1001
  margin-top: 1px \9;
1002
  /* IE8-9 */
1003
1004
  line-height: normal;
1005
}
1006
input[type="file"],
1007
input[type="image"],
1008
input[type="submit"],
1009
input[type="reset"],
1010
input[type="button"],
1011
input[type="radio"],
1012
input[type="checkbox"] {
1013
  width: auto;
1014
}
1015
select,
1016
input[type="file"] {
1017
  height: 30px;
1018
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
1019
1020
  *margin-top: 4px;
1021
  /* For IE7, add top margin to align select with labels */
1022
1023
  line-height: 30px;
1024
}
1025
select {
1026
  width: 220px;
1027
  border: 1px solid #cccccc;
1028
  background-color: #ffffff;
1029
}
1030
select[multiple],
1031
select[size] {
1032
  height: auto;
1033
}
1034
select:focus,
1035
input[type="file"]:focus,
1036
input[type="radio"]:focus,
1037
input[type="checkbox"]:focus {
1038
  outline: thin dotted #333;
1039
  outline: 5px auto -webkit-focus-ring-color;
1040
  outline-offset: -2px;
1041
}
1042
.uneditable-input,
1043
.uneditable-textarea {
1044
  color: #999999;
1045
  background-color: #fcfcfc;
1046
  border-color: #cccccc;
1047
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1048
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1049
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
1050
  cursor: not-allowed;
1051
}
1052
.uneditable-input {
1053
  overflow: hidden;
1054
  white-space: nowrap;
1055
}
1056
.uneditable-textarea {
1057
  width: auto;
1058
  height: auto;
1059
}
1060
input:-moz-placeholder,
1061
textarea:-moz-placeholder {
1062
  color: #999999;
1063
}
1064
input:-ms-input-placeholder,
1065
textarea:-ms-input-placeholder {
1066
  color: #999999;
1067
}
1068
input::-webkit-input-placeholder,
1069
textarea::-webkit-input-placeholder {
1070
  color: #999999;
1071
}
1072
.radio,
1073
.checkbox {
1074
  min-height: 20px;
1075
  padding-right: 20px;
1076
}
1077
.radio input[type="radio"],
1078
.checkbox input[type="checkbox"] {
1079
  float: right;
1080
  margin-right: -20px;
1081
}
1082
.controls > .radio:first-child,
1083
.controls > .checkbox:first-child {
1084
  padding-top: 5px;
1085
}
1086
.radio.inline,
1087
.checkbox.inline {
1088
  display: inline-block;
1089
  padding-top: 5px;
1090
  margin-bottom: 0;
1091
  vertical-align: middle;
1092
}
1093
.radio.inline + .radio.inline,
1094
.checkbox.inline + .checkbox.inline {
1095
  margin-right: 10px;
1096
}
1097
.input-mini {
1098
  width: 60px;
1099
}
1100
.input-small {
1101
  width: 90px;
1102
}
1103
.input-medium {
1104
  width: 150px;
1105
}
1106
.input-large {
1107
  width: 210px;
1108
}
1109
.input-xlarge {
1110
  width: 270px;
1111
}
1112
.input-xxlarge {
1113
  width: 530px;
1114
}
1115
input[class*="span"],
1116
select[class*="span"],
1117
textarea[class*="span"],
1118
.uneditable-input[class*="span"],
1119
.row-fluid input[class*="span"],
1120
.row-fluid select[class*="span"],
1121
.row-fluid textarea[class*="span"],
1122
.row-fluid .uneditable-input[class*="span"] {
1123
  float: none;
1124
  margin-right: 0;
1125
}
1126
.input-append input[class*="span"],
1127
.input-append .uneditable-input[class*="span"],
1128
.input-prepend input[class*="span"],
1129
.input-prepend .uneditable-input[class*="span"],
1130
.row-fluid input[class*="span"],
1131
.row-fluid select[class*="span"],
1132
.row-fluid textarea[class*="span"],
1133
.row-fluid .uneditable-input[class*="span"],
1134
.row-fluid .input-prepend [class*="span"],
1135
.row-fluid .input-append [class*="span"] {
1136
  display: inline-block;
1137
}
1138
input,
1139
textarea,
1140
.uneditable-input {
1141
  margin-right: 0;
1142
}
1143
.controls-row [class*="span"] + [class*="span"] {
1144
  margin-right: 20px;
1145
}
1146
input.span12,
1147
textarea.span12,
1148
.uneditable-input.span12 {
1149
  width: 926px;
1150
}
1151
input.span11,
1152
textarea.span11,
1153
.uneditable-input.span11 {
1154
  width: 846px;
1155
}
1156
input.span10,
1157
textarea.span10,
1158
.uneditable-input.span10 {
1159
  width: 766px;
1160
}
1161
input.span9,
1162
textarea.span9,
1163
.uneditable-input.span9 {
1164
  width: 686px;
1165
}
1166
input.span8,
1167
textarea.span8,
1168
.uneditable-input.span8 {
1169
  width: 606px;
1170
}
1171
input.span7,
1172
textarea.span7,
1173
.uneditable-input.span7 {
1174
  width: 526px;
1175
}
1176
input.span6,
1177
textarea.span6,
1178
.uneditable-input.span6 {
1179
  width: 446px;
1180
}
1181
input.span5,
1182
textarea.span5,
1183
.uneditable-input.span5 {
1184
  width: 366px;
1185
}
1186
input.span4,
1187
textarea.span4,
1188
.uneditable-input.span4 {
1189
  width: 286px;
1190
}
1191
input.span3,
1192
textarea.span3,
1193
.uneditable-input.span3 {
1194
  width: 206px;
1195
}
1196
input.span2,
1197
textarea.span2,
1198
.uneditable-input.span2 {
1199
  width: 126px;
1200
}
1201
input.span1,
1202
textarea.span1,
1203
.uneditable-input.span1 {
1204
  width: 46px;
1205
}
1206
.controls-row {
1207
  *zoom: 1;
1208
}
1209
.controls-row:before,
1210
.controls-row:after {
1211
  display: table;
1212
  content: "";
1213
  line-height: 0;
1214
}
1215
.controls-row:after {
1216
  clear: both;
1217
}
1218
.controls-row [class*="span"],
1219
.row-fluid .controls-row [class*="span"] {
1220
  float: right;
1221
}
1222
.controls-row .checkbox[class*="span"],
1223
.controls-row .radio[class*="span"] {
1224
  padding-top: 5px;
1225
}
1226
input[disabled],
1227
select[disabled],
1228
textarea[disabled],
1229
input[readonly],
1230
select[readonly],
1231
textarea[readonly] {
1232
  cursor: not-allowed;
1233
  background-color: #eeeeee;
1234
}
1235
input[type="radio"][disabled],
1236
input[type="checkbox"][disabled],
1237
input[type="radio"][readonly],
1238
input[type="checkbox"][readonly] {
1239
  background-color: transparent;
1240
}
1241
.control-group.warning .control-label,
1242
.control-group.warning .help-block,
1243
.control-group.warning .help-inline {
1244
  color: #c09853;
1245
}
1246
.control-group.warning .checkbox,
1247
.control-group.warning .radio,
1248
.control-group.warning input,
1249
.control-group.warning select,
1250
.control-group.warning textarea {
1251
  color: #c09853;
1252
}
1253
.control-group.warning input,
1254
.control-group.warning select,
1255
.control-group.warning textarea {
1256
  border-color: #c09853;
1257
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1258
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1259
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1260
}
1261
.control-group.warning input:focus,
1262
.control-group.warning select:focus,
1263
.control-group.warning textarea:focus {
1264
  border-color: #a47e3c;
1265
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1266
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1267
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
1268
}
1269
.control-group.warning .input-prepend .add-on,
1270
.control-group.warning .input-append .add-on {
1271
  color: #c09853;
1272
  background-color: #fcf8e3;
1273
  border-color: #c09853;
1274
}
1275
.control-group.error .control-label,
1276
.control-group.error .help-block,
1277
.control-group.error .help-inline {
1278
  color: #b94a48;
1279
}
1280
.control-group.error .checkbox,
1281
.control-group.error .radio,
1282
.control-group.error input,
1283
.control-group.error select,
1284
.control-group.error textarea {
1285
  color: #b94a48;
1286
}
1287
.control-group.error input,
1288
.control-group.error select,
1289
.control-group.error textarea {
1290
  border-color: #b94a48;
1291
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1292
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1293
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1294
}
1295
.control-group.error input:focus,
1296
.control-group.error select:focus,
1297
.control-group.error textarea:focus {
1298
  border-color: #953b39;
1299
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1300
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1301
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
1302
}
1303
.control-group.error .input-prepend .add-on,
1304
.control-group.error .input-append .add-on {
1305
  color: #b94a48;
1306
  background-color: #f2dede;
1307
  border-color: #b94a48;
1308
}
1309
.control-group.success .control-label,
1310
.control-group.success .help-block,
1311
.control-group.success .help-inline {
1312
  color: #468847;
1313
}
1314
.control-group.success .checkbox,
1315
.control-group.success .radio,
1316
.control-group.success input,
1317
.control-group.success select,
1318
.control-group.success textarea {
1319
  color: #468847;
1320
}
1321
.control-group.success input,
1322
.control-group.success select,
1323
.control-group.success textarea {
1324
  border-color: #468847;
1325
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1326
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1327
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1328
}
1329
.control-group.success input:focus,
1330
.control-group.success select:focus,
1331
.control-group.success textarea:focus {
1332
  border-color: #356635;
1333
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1334
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1335
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
1336
}
1337
.control-group.success .input-prepend .add-on,
1338
.control-group.success .input-append .add-on {
1339
  color: #468847;
1340
  background-color: #dff0d8;
1341
  border-color: #468847;
1342
}
1343
.control-group.info .control-label,
1344
.control-group.info .help-block,
1345
.control-group.info .help-inline {
1346
  color: #3a87ad;
1347
}
1348
.control-group.info .checkbox,
1349
.control-group.info .radio,
1350
.control-group.info input,
1351
.control-group.info select,
1352
.control-group.info textarea {
1353
  color: #3a87ad;
1354
}
1355
.control-group.info input,
1356
.control-group.info select,
1357
.control-group.info textarea {
1358
  border-color: #3a87ad;
1359
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1360
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1361
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
1362
}
1363
.control-group.info input:focus,
1364
.control-group.info select:focus,
1365
.control-group.info textarea:focus {
1366
  border-color: #2d6987;
1367
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1368
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1369
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
1370
}
1371
.control-group.info .input-prepend .add-on,
1372
.control-group.info .input-append .add-on {
1373
  color: #3a87ad;
1374
  background-color: #d9edf7;
1375
  border-color: #3a87ad;
1376
}
1377
input:focus:invalid,
1378
textarea:focus:invalid,
1379
select:focus:invalid {
1380
  color: #b94a48;
1381
  border-color: #ee5f5b;
1382
}
1383
input:focus:invalid:focus,
1384
textarea:focus:invalid:focus,
1385
select:focus:invalid:focus {
1386
  border-color: #e9322d;
1387
  -webkit-box-shadow: 0 0 6px #f8b9b7;
1388
  -moz-box-shadow: 0 0 6px #f8b9b7;
1389
  box-shadow: 0 0 6px #f8b9b7;
1390
}
1391
.form-actions {
1392
  padding: 19px 20px 20px;
1393
  margin-top: 20px;
1394
  margin-bottom: 20px;
1395
  background-color: #f5f5f5;
1396
  border-top: 1px solid #e5e5e5;
1397
  *zoom: 1;
1398
}
1399
.form-actions:before,
1400
.form-actions:after {
1401
  display: table;
1402
  content: "";
1403
  line-height: 0;
1404
}
1405
.form-actions:after {
1406
  clear: both;
1407
}
1408
.help-block,
1409
.help-inline {
1410
  color: #595959;
1411
}
1412
.help-block {
1413
  display: block;
1414
  margin-bottom: 10px;
1415
}
1416
.help-inline {
1417
  display: inline-block;
1418
  *display: inline;
1419
  /* IE7 inline-block hack */
1420
1421
  *zoom: 1;
1422
  vertical-align: middle;
1423
  padding-right: 5px;
1424
}
1425
.input-append,
1426
.input-prepend {
1427
  display: inline-block;
1428
  margin-bottom: 10px;
1429
  vertical-align: middle;
1430
  font-size: 0;
1431
  white-space: nowrap;
1432
}
1433
.input-append input,
1434
.input-prepend input,
1435
.input-append select,
1436
.input-prepend select,
1437
.input-append .uneditable-input,
1438
.input-prepend .uneditable-input,
1439
.input-append .dropdown-menu,
1440
.input-prepend .dropdown-menu,
1441
.input-append .popover,
1442
.input-prepend .popover {
1443
  font-size: 14px;
1444
}
1445
.input-append input,
1446
.input-prepend input,
1447
.input-append select,
1448
.input-prepend select,
1449
.input-append .uneditable-input,
1450
.input-prepend .uneditable-input {
1451
  position: relative;
1452
  margin-bottom: 0;
1453
  *margin-right: 0;
1454
  vertical-align: top;
1455
  -webkit-border-radius: 4px 0 0 4px;
1456
  -moz-border-radius: 4px 0 0 4px;
1457
  border-radius: 4px 0 0 4px;
1458
}
1459
.input-append input:focus,
1460
.input-prepend input:focus,
1461
.input-append select:focus,
1462
.input-prepend select:focus,
1463
.input-append .uneditable-input:focus,
1464
.input-prepend .uneditable-input:focus {
1465
  z-index: 2;
1466
}
1467
.input-append .add-on,
1468
.input-prepend .add-on {
1469
  display: inline-block;
1470
  width: auto;
1471
  height: 20px;
1472
  min-width: 16px;
1473
  padding: 4px 5px;
1474
  font-size: 14px;
1475
  font-weight: normal;
1476
  line-height: 20px;
1477
  text-align: center;
1478
  text-shadow: 0 1px 0 #ffffff;
1479
  background-color: #eeeeee;
1480
  border: 1px solid #ccc;
1481
}
1482
.input-append .add-on,
1483
.input-prepend .add-on,
1484
.input-append .btn,
1485
.input-prepend .btn,
1486
.input-append .btn-group > .dropdown-toggle,
1487
.input-prepend .btn-group > .dropdown-toggle {
1488
  vertical-align: top;
1489
  -webkit-border-radius: 0;
1490
  -moz-border-radius: 0;
1491
  border-radius: 0;
1492
}
1493
.input-append .active,
1494
.input-prepend .active {
1495
  background-color: #a9dba9;
1496
  border-color: #46a546;
1497
}
1498
.input-prepend .add-on,
1499
.input-prepend .btn {
1500
  margin-left: -1px;
1501
}
1502
.input-prepend .add-on:first-child,
1503
.input-prepend .btn:first-child {
1504
  -webkit-border-radius: 0 4px 4px 0;
1505
  -moz-border-radius: 0 4px 4px 0;
1506
  border-radius: 0 4px 4px 0;
1507
}
1508
.input-append input,
1509
.input-append select,
1510
.input-append .uneditable-input {
1511
  -webkit-border-radius: 0 4px 4px 0;
1512
  -moz-border-radius: 0 4px 4px 0;
1513
  border-radius: 0 4px 4px 0;
1514
}
1515
.input-append input + .btn-group .btn:last-child,
1516
.input-append select + .btn-group .btn:last-child,
1517
.input-append .uneditable-input + .btn-group .btn:last-child {
1518
  -webkit-border-radius: 4px 0 0 4px;
1519
  -moz-border-radius: 4px 0 0 4px;
1520
  border-radius: 4px 0 0 4px;
1521
}
1522
.input-append .add-on,
1523
.input-append .btn,
1524
.input-append .btn-group {
1525
  margin-right: -1px;
1526
}
1527
.input-append .add-on:last-child,
1528
.input-append .btn:last-child,
1529
.input-append .btn-group:last-child > .dropdown-toggle {
1530
  -webkit-border-radius: 4px 0 0 4px;
1531
  -moz-border-radius: 4px 0 0 4px;
1532
  border-radius: 4px 0 0 4px;
1533
}
1534
.input-prepend.input-append input,
1535
.input-prepend.input-append select,
1536
.input-prepend.input-append .uneditable-input {
1537
  -webkit-border-radius: 0;
1538
  -moz-border-radius: 0;
1539
  border-radius: 0;
1540
}
1541
.input-prepend.input-append input + .btn-group .btn,
1542
.input-prepend.input-append select + .btn-group .btn,
1543
.input-prepend.input-append .uneditable-input + .btn-group .btn {
1544
  -webkit-border-radius: 4px 0 0 4px;
1545
  -moz-border-radius: 4px 0 0 4px;
1546
  border-radius: 4px 0 0 4px;
1547
}
1548
.input-prepend.input-append .add-on:first-child,
1549
.input-prepend.input-append .btn:first-child {
1550
  margin-left: -1px;
1551
  -webkit-border-radius: 0 4px 4px 0;
1552
  -moz-border-radius: 0 4px 4px 0;
1553
  border-radius: 0 4px 4px 0;
1554
}
1555
.input-prepend.input-append .add-on:last-child,
1556
.input-prepend.input-append .btn:last-child {
1557
  margin-right: -1px;
1558
  -webkit-border-radius: 4px 0 0 4px;
1559
  -moz-border-radius: 4px 0 0 4px;
1560
  border-radius: 4px 0 0 4px;
1561
}
1562
.input-prepend.input-append .btn-group:first-child {
1563
  margin-right: 0;
1564
}
1565
input.search-query {
1566
  padding-right: 14px;
1567
  padding-right: 4px \9;
1568
  padding-left: 14px;
1569
  padding-left: 4px \9;
1570
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
1571
1572
  margin-bottom: 0;
1573
  -webkit-border-radius: 15px;
1574
  -moz-border-radius: 15px;
1575
  border-radius: 15px;
1576
}
1577
/* Allow for input prepend/append in search forms */
1578
.form-search .input-append .search-query,
1579
.form-search .input-prepend .search-query {
1580
  -webkit-border-radius: 0;
1581
  -moz-border-radius: 0;
1582
  border-radius: 0;
1583
}
1584
.form-search .input-append .search-query {
1585
  -webkit-border-radius: 0 14px 14px 0;
1586
  -moz-border-radius: 0 14px 14px 0;
1587
  border-radius: 0 14px 14px 0;
1588
}
1589
.form-search .input-append .btn {
1590
  -webkit-border-radius: 14px 0 0 14px;
1591
  -moz-border-radius: 14px 0 0 14px;
1592
  border-radius: 14px 0 0 14px;
1593
}
1594
.form-search .input-prepend .search-query {
1595
  -webkit-border-radius: 14px 0 0 14px;
1596
  -moz-border-radius: 14px 0 0 14px;
1597
  border-radius: 14px 0 0 14px;
1598
}
1599
.form-search .input-prepend .btn {
1600
  -webkit-border-radius: 0 14px 14px 0;
1601
  -moz-border-radius: 0 14px 14px 0;
1602
  border-radius: 0 14px 14px 0;
1603
}
1604
.form-search input,
1605
.form-inline input,
1606
.form-horizontal input,
1607
.form-search textarea,
1608
.form-inline textarea,
1609
.form-horizontal textarea,
1610
.form-search select,
1611
.form-inline select,
1612
.form-horizontal select,
1613
.form-search .help-inline,
1614
.form-inline .help-inline,
1615
.form-horizontal .help-inline,
1616
.form-search .uneditable-input,
1617
.form-inline .uneditable-input,
1618
.form-horizontal .uneditable-input,
1619
.form-search .input-prepend,
1620
.form-inline .input-prepend,
1621
.form-horizontal .input-prepend,
1622
.form-search .input-append,
1623
.form-inline .input-append,
1624
.form-horizontal .input-append {
1625
  display: inline-block;
1626
  *display: inline;
1627
  /* IE7 inline-block hack */
1628
1629
  *zoom: 1;
1630
  margin-bottom: 0;
1631
  vertical-align: middle;
1632
}
1633
.form-search .hide,
1634
.form-inline .hide,
1635
.form-horizontal .hide {
1636
  display: none;
1637
}
1638
.form-search label,
1639
.form-inline label,
1640
.form-search .btn-group,
1641
.form-inline .btn-group {
1642
  display: inline-block;
1643
}
1644
.form-search .input-append,
1645
.form-inline .input-append,
1646
.form-search .input-prepend,
1647
.form-inline .input-prepend {
1648
  margin-bottom: 0;
1649
}
1650
.form-search .radio,
1651
.form-search .checkbox,
1652
.form-inline .radio,
1653
.form-inline .checkbox {
1654
  padding-right: 0;
1655
  margin-bottom: 0;
1656
  vertical-align: middle;
1657
}
1658
.form-search .radio input[type="radio"],
1659
.form-search .checkbox input[type="checkbox"],
1660
.form-inline .radio input[type="radio"],
1661
.form-inline .checkbox input[type="checkbox"] {
1662
  float: right;
1663
  margin-left: 3px;
1664
  margin-right: 0;
1665
}
1666
.control-group {
1667
  margin-bottom: 10px;
1668
}
1669
legend + .control-group {
1670
  margin-top: 20px;
1671
  -webkit-margin-top-collapse: separate;
1672
}
1673
.form-horizontal .control-group {
1674
  margin-bottom: 20px;
1675
  *zoom: 1;
1676
}
1677
.form-horizontal .control-group:before,
1678
.form-horizontal .control-group:after {
1679
  display: table;
1680
  content: "";
1681
  line-height: 0;
1682
}
1683
.form-horizontal .control-group:after {
1684
  clear: both;
1685
}
1686
.form-horizontal .control-label {
1687
  float: right;
1688
  width: 160px;
1689
  padding-top: 5px;
1690
  text-align: left;
1691
}
1692
.form-horizontal .controls {
1693
  *display: inline-block;
1694
  *padding-right: 20px;
1695
  margin-right: 180px;
1696
  *margin-right: 0;
1697
}
1698
.form-horizontal .controls:first-child {
1699
  *padding-right: 180px;
1700
}
1701
.form-horizontal .help-block {
1702
  margin-bottom: 0;
1703
}
1704
.form-horizontal input + .help-block,
1705
.form-horizontal select + .help-block,
1706
.form-horizontal textarea + .help-block,
1707
.form-horizontal .uneditable-input + .help-block,
1708
.form-horizontal .input-prepend + .help-block,
1709
.form-horizontal .input-append + .help-block {
1710
  margin-top: 10px;
1711
}
1712
.form-horizontal .form-actions {
1713
  padding-right: 180px;
1714
}
1715
table {
1716
  max-width: 100%;
1717
  background-color: transparent;
1718
  border-collapse: collapse;
1719
  border-spacing: 0;
1720
}
1721
.table {
1722
  width: 100%;
1723
  margin-bottom: 20px;
1724
}
1725
.table th,
1726
.table td {
1727
  padding: 8px;
1728
  line-height: 20px;
1729
  text-align: right;
1730
  vertical-align: top;
1731
  border-top: 1px solid #dddddd;
1732
}
1733
.table th {
1734
  font-weight: bold;
1735
}
1736
.table thead th {
1737
  vertical-align: bottom;
1738
}
1739
.table caption + thead tr:first-child th,
1740
.table caption + thead tr:first-child td,
1741
.table colgroup + thead tr:first-child th,
1742
.table colgroup + thead tr:first-child td,
1743
.table thead:first-child tr:first-child th,
1744
.table thead:first-child tr:first-child td {
1745
  border-top: 0;
1746
}
1747
.table tbody + tbody {
1748
  border-top: 2px solid #dddddd;
1749
}
1750
.table .table {
1751
  background-color: #ffffff;
1752
}
1753
.table-condensed th,
1754
.table-condensed td {
1755
  padding: 4px 5px;
1756
}
1757
.table-bordered {
1758
  border: 1px solid #dddddd;
1759
  border-collapse: separate;
1760
  *border-collapse: collapse;
1761
  border-right: 0;
1762
  -webkit-border-radius: 4px;
1763
  -moz-border-radius: 4px;
1764
  border-radius: 4px;
1765
}
1766
.table-bordered th,
1767
.table-bordered td {
1768
  border-right: 1px solid #dddddd;
1769
}
1770
.table-bordered caption + thead tr:first-child th,
1771
.table-bordered caption + tbody tr:first-child th,
1772
.table-bordered caption + tbody tr:first-child td,
1773
.table-bordered colgroup + thead tr:first-child th,
1774
.table-bordered colgroup + tbody tr:first-child th,
1775
.table-bordered colgroup + tbody tr:first-child td,
1776
.table-bordered thead:first-child tr:first-child th,
1777
.table-bordered tbody:first-child tr:first-child th,
1778
.table-bordered tbody:first-child tr:first-child td {
1779
  border-top: 0;
1780
}
1781
.table-bordered thead:first-child tr:first-child > th:first-child,
1782
.table-bordered tbody:first-child tr:first-child > td:first-child,
1783
.table-bordered tbody:first-child tr:first-child > th:first-child {
1784
  -webkit-border-top-right-radius: 4px;
1785
  -moz-border-radius-topright: 4px;
1786
  border-top-right-radius: 4px;
1787
}
1788
.table-bordered thead:first-child tr:first-child > th:last-child,
1789
.table-bordered tbody:first-child tr:first-child > td:last-child,
1790
.table-bordered tbody:first-child tr:first-child > th:last-child {
1791
  -webkit-border-top-left-radius: 4px;
1792
  -moz-border-radius-topleft: 4px;
1793
  border-top-left-radius: 4px;
1794
}
1795
.table-bordered thead:last-child tr:last-child > th:first-child,
1796
.table-bordered tbody:last-child tr:last-child > td:first-child,
1797
.table-bordered tbody:last-child tr:last-child > th:first-child,
1798
.table-bordered tfoot:last-child tr:last-child > td:first-child,
1799
.table-bordered tfoot:last-child tr:last-child > th:first-child {
1800
  -webkit-border-bottom-right-radius: 4px;
1801
  -moz-border-radius-bottomright: 4px;
1802
  border-bottom-right-radius: 4px;
1803
}
1804
.table-bordered thead:last-child tr:last-child > th:last-child,
1805
.table-bordered tbody:last-child tr:last-child > td:last-child,
1806
.table-bordered tbody:last-child tr:last-child > th:last-child,
1807
.table-bordered tfoot:last-child tr:last-child > td:last-child,
1808
.table-bordered tfoot:last-child tr:last-child > th:last-child {
1809
  -webkit-border-bottom-left-radius: 4px;
1810
  -moz-border-radius-bottomleft: 4px;
1811
  border-bottom-left-radius: 4px;
1812
}
1813
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
1814
  -webkit-border-bottom-right-radius: 0;
1815
  -moz-border-radius-bottomright: 0;
1816
  border-bottom-right-radius: 0;
1817
}
1818
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
1819
  -webkit-border-bottom-left-radius: 0;
1820
  -moz-border-radius-bottomleft: 0;
1821
  border-bottom-left-radius: 0;
1822
}
1823
.table-bordered caption + thead tr:first-child th:first-child,
1824
.table-bordered caption + tbody tr:first-child td:first-child,
1825
.table-bordered colgroup + thead tr:first-child th:first-child,
1826
.table-bordered colgroup + tbody tr:first-child td:first-child {
1827
  -webkit-border-top-right-radius: 4px;
1828
  -moz-border-radius-topright: 4px;
1829
  border-top-right-radius: 4px;
1830
}
1831
.table-bordered caption + thead tr:first-child th:last-child,
1832
.table-bordered caption + tbody tr:first-child td:last-child,
1833
.table-bordered colgroup + thead tr:first-child th:last-child,
1834
.table-bordered colgroup + tbody tr:first-child td:last-child {
1835
  -webkit-border-top-left-radius: 4px;
1836
  -moz-border-radius-topleft: 4px;
1837
  border-top-left-radius: 4px;
1838
}
1839
.table-striped tbody > tr:nth-child(odd) > td,
1840
.table-striped tbody > tr:nth-child(odd) > th {
1841
  background-color: #f9f9f9;
1842
}
1843
.table-hover tbody tr:hover > td,
1844
.table-hover tbody tr:hover > th {
1845
  background-color: #f5f5f5;
1846
}
1847
table td[class*="span"],
1848
table th[class*="span"],
1849
.row-fluid table td[class*="span"],
1850
.row-fluid table th[class*="span"] {
1851
  display: table-cell;
1852
  float: none;
1853
  margin-right: 0;
1854
}
1855
.table td.span1,
1856
.table th.span1 {
1857
  float: none;
1858
  width: 44px;
1859
  margin-right: 0;
1860
}
1861
.table td.span2,
1862
.table th.span2 {
1863
  float: none;
1864
  width: 124px;
1865
  margin-right: 0;
1866
}
1867
.table td.span3,
1868
.table th.span3 {
1869
  float: none;
1870
  width: 204px;
1871
  margin-right: 0;
1872
}
1873
.table td.span4,
1874
.table th.span4 {
1875
  float: none;
1876
  width: 284px;
1877
  margin-right: 0;
1878
}
1879
.table td.span5,
1880
.table th.span5 {
1881
  float: none;
1882
  width: 364px;
1883
  margin-right: 0;
1884
}
1885
.table td.span6,
1886
.table th.span6 {
1887
  float: none;
1888
  width: 444px;
1889
  margin-right: 0;
1890
}
1891
.table td.span7,
1892
.table th.span7 {
1893
  float: none;
1894
  width: 524px;
1895
  margin-right: 0;
1896
}
1897
.table td.span8,
1898
.table th.span8 {
1899
  float: none;
1900
  width: 604px;
1901
  margin-right: 0;
1902
}
1903
.table td.span9,
1904
.table th.span9 {
1905
  float: none;
1906
  width: 684px;
1907
  margin-right: 0;
1908
}
1909
.table td.span10,
1910
.table th.span10 {
1911
  float: none;
1912
  width: 764px;
1913
  margin-right: 0;
1914
}
1915
.table td.span11,
1916
.table th.span11 {
1917
  float: none;
1918
  width: 844px;
1919
  margin-right: 0;
1920
}
1921
.table td.span12,
1922
.table th.span12 {
1923
  float: none;
1924
  width: 924px;
1925
  margin-right: 0;
1926
}
1927
.table tbody tr.success > td {
1928
  background-color: #dff0d8;
1929
}
1930
.table tbody tr.error > td {
1931
  background-color: #f2dede;
1932
}
1933
.table tbody tr.warning > td {
1934
  background-color: #fcf8e3;
1935
}
1936
.table tbody tr.info > td {
1937
  background-color: #d9edf7;
1938
}
1939
.table-hover tbody tr.success:hover > td {
1940
  background-color: #d0e9c6;
1941
}
1942
.table-hover tbody tr.error:hover > td {
1943
  background-color: #ebcccc;
1944
}
1945
.table-hover tbody tr.warning:hover > td {
1946
  background-color: #faf2cc;
1947
}
1948
.table-hover tbody tr.info:hover > td {
1949
  background-color: #c4e3f3;
1950
}
1951
[class^="icon-"],
1952
[class*=" icon-"] {
1953
  display: inline-block;
1954
  width: 14px;
1955
  height: 14px;
1956
  *margin-left: .3em;
1957
  line-height: 14px;
1958
  vertical-align: text-top;
1959
  background-image: url("../img/glyphicons-halflings.png");
1960
  background-position: 14px 14px;
1961
  background-repeat: no-repeat;
1962
  margin-top: 1px;
1963
}
1964
/* White icons with optional class, or on hover/focus/active states of certain elements */
1965
.icon-white,
1966
.nav-pills > .active > a > [class^="icon-"],
1967
.nav-pills > .active > a > [class*=" icon-"],
1968
.nav-list > .active > a > [class^="icon-"],
1969
.nav-list > .active > a > [class*=" icon-"],
1970
.navbar-inverse .nav > .active > a > [class^="icon-"],
1971
.navbar-inverse .nav > .active > a > [class*=" icon-"],
1972
.dropdown-menu > li > a:hover > [class^="icon-"],
1973
.dropdown-menu > li > a:focus > [class^="icon-"],
1974
.dropdown-menu > li > a:hover > [class*=" icon-"],
1975
.dropdown-menu > li > a:focus > [class*=" icon-"],
1976
.dropdown-menu > .active > a > [class^="icon-"],
1977
.dropdown-menu > .active > a > [class*=" icon-"],
1978
.dropdown-submenu:hover > a > [class^="icon-"],
1979
.dropdown-submenu:focus > a > [class^="icon-"],
1980
.dropdown-submenu:hover > a > [class*=" icon-"],
1981
.dropdown-submenu:focus > a > [class*=" icon-"] {
1982
  background-image: url("../img/glyphicons-halflings-white.png");
1983
}
1984
.icon-glass {
1985
  background-position: 0      0;
1986
}
1987
.icon-music {
1988
  background-position: -24px 0;
1989
}
1990
.icon-search {
1991
  background-position: -48px 0;
1992
}
1993
.icon-envelope {
1994
  background-position: -72px 0;
1995
}
1996
.icon-heart {
1997
  background-position: -96px 0;
1998
}
1999
.icon-star {
2000
  background-position: -120px 0;
2001
}
2002
.icon-star-empty {
2003
  background-position: -144px 0;
2004
}
2005
.icon-user {
2006
  background-position: -168px 0;
2007
}
2008
.icon-film {
2009
  background-position: -192px 0;
2010
}
2011
.icon-th-large {
2012
  background-position: -216px 0;
2013
}
2014
.icon-th {
2015
  background-position: -240px 0;
2016
}
2017
.icon-th-list {
2018
  background-position: -264px 0;
2019
}
2020
.icon-ok {
2021
  background-position: -288px 0;
2022
}
2023
.icon-remove {
2024
  background-position: -312px 0;
2025
}
2026
.icon-zoom-in {
2027
  background-position: -336px 0;
2028
}
2029
.icon-zoom-out {
2030
  background-position: -360px 0;
2031
}
2032
.icon-off {
2033
  background-position: -384px 0;
2034
}
2035
.icon-signal {
2036
  background-position: -408px 0;
2037
}
2038
.icon-cog {
2039
  background-position: -432px 0;
2040
}
2041
.icon-trash {
2042
  background-position: -456px 0;
2043
}
2044
.icon-home {
2045
  background-position: 0 -24px;
2046
}
2047
.icon-file {
2048
  background-position: -24px -24px;
2049
}
2050
.icon-time {
2051
  background-position: -48px -24px;
2052
}
2053
.icon-road {
2054
  background-position: -72px -24px;
2055
}
2056
.icon-download-alt {
2057
  background-position: -96px -24px;
2058
}
2059
.icon-download {
2060
  background-position: -120px -24px;
2061
}
2062
.icon-upload {
2063
  background-position: -144px -24px;
2064
}
2065
.icon-inbox {
2066
  background-position: -168px -24px;
2067
}
2068
.icon-play-circle {
2069
  background-position: -192px -24px;
2070
}
2071
.icon-repeat {
2072
  background-position: -216px -24px;
2073
}
2074
.icon-refresh {
2075
  background-position: -240px -24px;
2076
}
2077
.icon-list-alt {
2078
  background-position: -264px -24px;
2079
}
2080
.icon-lock {
2081
  background-position: -287px -24px;
2082
}
2083
.icon-flag {
2084
  background-position: -312px -24px;
2085
}
2086
.icon-headphones {
2087
  background-position: -336px -24px;
2088
}
2089
.icon-volume-off {
2090
  background-position: -360px -24px;
2091
}
2092
.icon-volume-down {
2093
  background-position: -384px -24px;
2094
}
2095
.icon-volume-up {
2096
  background-position: -408px -24px;
2097
}
2098
.icon-qrcode {
2099
  background-position: -432px -24px;
2100
}
2101
.icon-barcode {
2102
  background-position: -456px -24px;
2103
}
2104
.icon-tag {
2105
  background-position: 0 -48px;
2106
}
2107
.icon-tags {
2108
  background-position: -25px -48px;
2109
}
2110
.icon-book {
2111
  background-position: -48px -48px;
2112
}
2113
.icon-bookmark {
2114
  background-position: -72px -48px;
2115
}
2116
.icon-print {
2117
  background-position: -96px -48px;
2118
}
2119
.icon-camera {
2120
  background-position: -120px -48px;
2121
}
2122
.icon-font {
2123
  background-position: -144px -48px;
2124
}
2125
.icon-bold {
2126
  background-position: -167px -48px;
2127
}
2128
.icon-italic {
2129
  background-position: -192px -48px;
2130
}
2131
.icon-text-height {
2132
  background-position: -216px -48px;
2133
}
2134
.icon-text-width {
2135
  background-position: -240px -48px;
2136
}
2137
.icon-align-left {
2138
  background-position: -264px -48px;
2139
}
2140
.icon-align-center {
2141
  background-position: -288px -48px;
2142
}
2143
.icon-align-right {
2144
  background-position: -312px -48px;
2145
}
2146
.icon-align-justify {
2147
  background-position: -336px -48px;
2148
}
2149
.icon-list {
2150
  background-position: -360px -48px;
2151
}
2152
.icon-indent-left {
2153
  background-position: -384px -48px;
2154
}
2155
.icon-indent-right {
2156
  background-position: -408px -48px;
2157
}
2158
.icon-facetime-video {
2159
  background-position: -432px -48px;
2160
}
2161
.icon-picture {
2162
  background-position: -456px -48px;
2163
}
2164
.icon-pencil {
2165
  background-position: 0 -72px;
2166
}
2167
.icon-map-marker {
2168
  background-position: -24px -72px;
2169
}
2170
.icon-adjust {
2171
  background-position: -48px -72px;
2172
}
2173
.icon-tint {
2174
  background-position: -72px -72px;
2175
}
2176
.icon-edit {
2177
  background-position: -96px -72px;
2178
}
2179
.icon-share {
2180
  background-position: -120px -72px;
2181
}
2182
.icon-check {
2183
  background-position: -144px -72px;
2184
}
2185
.icon-move {
2186
  background-position: -168px -72px;
2187
}
2188
.icon-step-backward {
2189
  background-position: -192px -72px;
2190
}
2191
.icon-fast-backward {
2192
  background-position: -216px -72px;
2193
}
2194
.icon-backward {
2195
  background-position: -240px -72px;
2196
}
2197
.icon-play {
2198
  background-position: -264px -72px;
2199
}
2200
.icon-pause {
2201
  background-position: -288px -72px;
2202
}
2203
.icon-stop {
2204
  background-position: -312px -72px;
2205
}
2206
.icon-forward {
2207
  background-position: -336px -72px;
2208
}
2209
.icon-fast-forward {
2210
  background-position: -360px -72px;
2211
}
2212
.icon-step-forward {
2213
  background-position: -384px -72px;
2214
}
2215
.icon-eject {
2216
  background-position: -408px -72px;
2217
}
2218
.icon-chevron-left {
2219
  background-position: -432px -72px;
2220
}
2221
.icon-chevron-right {
2222
  background-position: -456px -72px;
2223
}
2224
.icon-plus-sign {
2225
  background-position: 0 -96px;
2226
}
2227
.icon-minus-sign {
2228
  background-position: -24px -96px;
2229
}
2230
.icon-remove-sign {
2231
  background-position: -48px -96px;
2232
}
2233
.icon-ok-sign {
2234
  background-position: -72px -96px;
2235
}
2236
.icon-question-sign {
2237
  background-position: -96px -96px;
2238
}
2239
.icon-info-sign {
2240
  background-position: -120px -96px;
2241
}
2242
.icon-screenshot {
2243
  background-position: -144px -96px;
2244
}
2245
.icon-remove-circle {
2246
  background-position: -168px -96px;
2247
}
2248
.icon-ok-circle {
2249
  background-position: -192px -96px;
2250
}
2251
.icon-ban-circle {
2252
  background-position: -216px -96px;
2253
}
2254
.icon-arrow-left {
2255
  background-position: -240px -96px;
2256
}
2257
.icon-arrow-right {
2258
  background-position: -264px -96px;
2259
}
2260
.icon-arrow-up {
2261
  background-position: -289px -96px;
2262
}
2263
.icon-arrow-down {
2264
  background-position: -312px -96px;
2265
}
2266
.icon-share-alt {
2267
  background-position: -336px -96px;
2268
}
2269
.icon-resize-full {
2270
  background-position: -360px -96px;
2271
}
2272
.icon-resize-small {
2273
  background-position: -384px -96px;
2274
}
2275
.icon-plus {
2276
  background-position: -408px -96px;
2277
}
2278
.icon-minus {
2279
  background-position: -433px -96px;
2280
}
2281
.icon-asterisk {
2282
  background-position: -456px -96px;
2283
}
2284
.icon-exclamation-sign {
2285
  background-position: 0 -120px;
2286
}
2287
.icon-gift {
2288
  background-position: -24px -120px;
2289
}
2290
.icon-leaf {
2291
  background-position: -48px -120px;
2292
}
2293
.icon-fire {
2294
  background-position: -72px -120px;
2295
}
2296
.icon-eye-open {
2297
  background-position: -96px -120px;
2298
}
2299
.icon-eye-close {
2300
  background-position: -120px -120px;
2301
}
2302
.icon-warning-sign {
2303
  background-position: -144px -120px;
2304
}
2305
.icon-plane {
2306
  background-position: -168px -120px;
2307
}
2308
.icon-calendar {
2309
  background-position: -192px -120px;
2310
}
2311
.icon-random {
2312
  background-position: -216px -120px;
2313
  width: 16px;
2314
}
2315
.icon-comment {
2316
  background-position: -240px -120px;
2317
}
2318
.icon-magnet {
2319
  background-position: -264px -120px;
2320
}
2321
.icon-chevron-up {
2322
  background-position: -288px -120px;
2323
}
2324
.icon-chevron-down {
2325
  background-position: -313px -119px;
2326
}
2327
.icon-retweet {
2328
  background-position: -336px -120px;
2329
}
2330
.icon-shopping-cart {
2331
  background-position: -360px -120px;
2332
}
2333
.icon-folder-close {
2334
  background-position: -384px -120px;
2335
  width: 16px;
2336
}
2337
.icon-folder-open {
2338
  background-position: -408px -120px;
2339
  width: 16px;
2340
}
2341
.icon-resize-vertical {
2342
  background-position: -432px -119px;
2343
}
2344
.icon-resize-horizontal {
2345
  background-position: -456px -118px;
2346
}
2347
.icon-hdd {
2348
  background-position: 0 -144px;
2349
}
2350
.icon-bullhorn {
2351
  background-position: -24px -144px;
2352
}
2353
.icon-bell {
2354
  background-position: -48px -144px;
2355
}
2356
.icon-certificate {
2357
  background-position: -72px -144px;
2358
}
2359
.icon-thumbs-up {
2360
  background-position: -96px -144px;
2361
}
2362
.icon-thumbs-down {
2363
  background-position: -120px -144px;
2364
}
2365
.icon-hand-right {
2366
  background-position: -144px -144px;
2367
}
2368
.icon-hand-left {
2369
  background-position: -168px -144px;
2370
}
2371
.icon-hand-up {
2372
  background-position: -192px -144px;
2373
}
2374
.icon-hand-down {
2375
  background-position: -216px -144px;
2376
}
2377
.icon-circle-arrow-right {
2378
  background-position: -240px -144px;
2379
}
2380
.icon-circle-arrow-left {
2381
  background-position: -264px -144px;
2382
}
2383
.icon-circle-arrow-up {
2384
  background-position: -288px -144px;
2385
}
2386
.icon-circle-arrow-down {
2387
  background-position: -312px -144px;
2388
}
2389
.icon-globe {
2390
  background-position: -336px -144px;
2391
}
2392
.icon-wrench {
2393
  background-position: -360px -144px;
2394
}
2395
.icon-tasks {
2396
  background-position: -384px -144px;
2397
}
2398
.icon-filter {
2399
  background-position: -408px -144px;
2400
}
2401
.icon-briefcase {
2402
  background-position: -432px -144px;
2403
}
2404
.icon-fullscreen {
2405
  background-position: -456px -144px;
2406
}
2407
.dropup,
2408
.dropdown {
2409
  position: relative;
2410
}
2411
.dropdown-toggle {
2412
  *margin-bottom: -3px;
2413
}
2414
.dropdown-toggle:active,
2415
.open .dropdown-toggle {
2416
  outline: 0;
2417
}
2418
.caret {
2419
  display: inline-block;
2420
  width: 0;
2421
  height: 0;
2422
  vertical-align: top;
2423
  border-top: 4px solid #000000;
2424
  border-right: 4px solid transparent;
2425
  border-left: 4px solid transparent;
2426
  content: "";
2427
}
2428
.dropdown .caret {
2429
  margin-top: 8px;
2430
  margin-right: 2px;
2431
}
2432
.dropdown-menu {
2433
  position: absolute;
2434
  top: 100%;
2435
  right: 0;
2436
  z-index: 1000;
2437
  display: none;
2438
  float: right;
2439
  min-width: 160px;
2440
  padding: 5px 0;
2441
  margin: 2px 0 0;
2442
  list-style: none;
2443
  background-color: #ffffff;
2444
  border: 1px solid #ccc;
2445
  border: 1px solid rgba(0, 0, 0, 0.2);
2446
  *border-right-width: 2px;
2447
  *border-bottom-width: 2px;
2448
  -webkit-border-radius: 6px;
2449
  -moz-border-radius: 6px;
2450
  border-radius: 6px;
2451
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2452
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2453
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
2454
  -webkit-background-clip: padding-box;
2455
  -moz-background-clip: padding;
2456
  background-clip: padding-box;
2457
}
2458
.dropdown-menu.pull-left {
2459
  left: 0;
2460
  right: auto;
2461
}
2462
.dropdown-menu .divider {
2463
  *width: 100%;
2464
  height: 1px;
2465
  margin: 9px 1px;
2466
  *margin: -5px 0 5px;
2467
  overflow: hidden;
2468
  background-color: #e5e5e5;
2469
  border-bottom: 1px solid #ffffff;
2470
}
2471
.dropdown-menu > li > a {
2472
  display: block;
2473
  padding: 3px 20px;
2474
  clear: both;
2475
  font-weight: normal;
2476
  line-height: 20px;
2477
  color: #333333;
2478
  white-space: nowrap;
2479
}
2480
.dropdown-menu > li > a:hover,
2481
.dropdown-menu > li > a:focus,
2482
.dropdown-submenu:hover > a,
2483
.dropdown-submenu:focus > a {
2484
  text-decoration: none;
2485
  color: #ffffff;
2486
  background-color: #0081c2;
2487
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2488
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2489
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2490
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2491
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2492
  background-repeat: repeat-x;
2493
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2494
}
2495
.dropdown-menu > .active > a,
2496
.dropdown-menu > .active > a:hover,
2497
.dropdown-menu > .active > a:focus {
2498
  color: #ffffff;
2499
  text-decoration: none;
2500
  outline: 0;
2501
  background-color: #0081c2;
2502
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
2503
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
2504
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
2505
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
2506
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
2507
  background-repeat: repeat-x;
2508
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
2509
}
2510
.dropdown-menu > .disabled > a,
2511
.dropdown-menu > .disabled > a:hover,
2512
.dropdown-menu > .disabled > a:focus {
2513
  color: #999999;
2514
}
2515
.dropdown-menu > .disabled > a:hover,
2516
.dropdown-menu > .disabled > a:focus {
2517
  text-decoration: none;
2518
  background-color: transparent;
2519
  background-image: none;
2520
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2521
  cursor: default;
2522
}
2523
.open {
2524
  *z-index: 1000;
2525
}
2526
.open > .dropdown-menu {
2527
  display: block;
2528
}
2529
.dropdown-backdrop {
2530
  position: fixed;
2531
  left: 0;
2532
  right: 0;
2533
  bottom: 0;
2534
  top: 0;
2535
  z-index: 990;
2536
}
2537
.pull-left > .dropdown-menu {
2538
  left: 0;
2539
  right: auto;
2540
}
2541
.dropup .caret,
2542
.navbar-fixed-bottom .dropdown .caret {
2543
  border-top: 0;
2544
  border-bottom: 4px solid #000000;
2545
  content: "";
2546
}
2547
.dropup .dropdown-menu,
2548
.navbar-fixed-bottom .dropdown .dropdown-menu {
2549
  top: auto;
2550
  bottom: 100%;
2551
  margin-bottom: 1px;
2552
}
2553
.dropdown-submenu {
2554
  position: relative;
2555
}
2556
.dropdown-submenu > .dropdown-menu {
2557
  top: 0;
2558
  right: 100%;
2559
  margin-top: -6px;
2560
  margin-right: -1px;
2561
  -webkit-border-radius: 6px 0 6px 6px;
2562
  -moz-border-radius: 6px 0 6px 6px;
2563
  border-radius: 6px 0 6px 6px;
2564
}
2565
.dropdown-submenu:hover > .dropdown-menu {
2566
  display: block;
2567
}
2568
.dropup .dropdown-submenu > .dropdown-menu {
2569
  top: auto;
2570
  bottom: 0;
2571
  margin-top: 0;
2572
  margin-bottom: -2px;
2573
  -webkit-border-radius: 5px 5px 0 5px;
2574
  -moz-border-radius: 5px 5px 0 5px;
2575
  border-radius: 5px 5px 0 5px;
2576
}
2577
.dropdown-submenu > a:after {
2578
  display: block;
2579
  content: " ";
2580
  float: left;
2581
  width: 0;
2582
  height: 0;
2583
  border-color: transparent;
2584
  border-style: solid;
2585
  border-width: 5px 5px 5px 0;
2586
  border-left-color: #cccccc;
2587
  margin-top: 5px;
2588
  margin-left: -10px;
2589
}
2590
.dropdown-submenu:hover > a:after {
2591
  border-right-color: #ffffff;
2592
}
2593
.dropdown-submenu.pull-right {
2594
  float: none;
2595
}
2596
.dropdown-submenu.pull-right > .dropdown-menu {
2597
  right: -100%;
2598
  margin-right: 10px;
2599
  -webkit-border-radius: 0 6px 6px 6px;
2600
  -moz-border-radius: 0 6px 6px 6px;
2601
  border-radius: 0 6px 6px 6px;
2602
}
2603
.dropdown .dropdown-menu .nav-header {
2604
  padding-left: 20px;
2605
  padding-right: 20px;
2606
}
2607
.typeahead {
2608
  z-index: 1051;
2609
  margin-top: 2px;
2610
  -webkit-border-radius: 4px;
2611
  -moz-border-radius: 4px;
2612
  border-radius: 4px;
2613
}
2614
.well {
2615
  min-height: 20px;
2616
  padding: 19px;
2617
  margin-bottom: 20px;
2618
  background-color: #f5f5f5;
2619
  border: 1px solid #e3e3e3;
2620
  -webkit-border-radius: 4px;
2621
  -moz-border-radius: 4px;
2622
  border-radius: 4px;
2623
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2624
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2625
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
2626
}
2627
.well blockquote {
2628
  border-color: #ddd;
2629
  border-color: rgba(0, 0, 0, 0.15);
2630
}
2631
.well-large {
2632
  padding: 24px;
2633
  -webkit-border-radius: 6px;
2634
  -moz-border-radius: 6px;
2635
  border-radius: 6px;
2636
}
2637
.well-small {
2638
  padding: 9px;
2639
  -webkit-border-radius: 3px;
2640
  -moz-border-radius: 3px;
2641
  border-radius: 3px;
2642
}
2643
.fade {
2644
  opacity: 0;
2645
  -webkit-transition: opacity 0.15s linear;
2646
  -moz-transition: opacity 0.15s linear;
2647
  -o-transition: opacity 0.15s linear;
2648
  transition: opacity 0.15s linear;
2649
}
2650
.fade.in {
2651
  opacity: 1;
2652
}
2653
.collapse {
2654
  position: relative;
2655
  height: 0;
2656
  overflow: hidden;
2657
  -webkit-transition: height 0.35s ease;
2658
  -moz-transition: height 0.35s ease;
2659
  -o-transition: height 0.35s ease;
2660
  transition: height 0.35s ease;
2661
}
2662
.collapse.in {
2663
  height: auto;
2664
}
2665
.close {
2666
  float: left;
2667
  font-size: 20px;
2668
  font-weight: bold;
2669
  line-height: 20px;
2670
  color: #000000;
2671
  text-shadow: 0 1px 0 #ffffff;
2672
  opacity: 0.2;
2673
  filter: alpha(opacity=20);
2674
}
2675
.close:hover,
2676
.close:focus {
2677
  color: #000000;
2678
  text-decoration: none;
2679
  cursor: pointer;
2680
  opacity: 0.4;
2681
  filter: alpha(opacity=40);
2682
}
2683
button.close {
2684
  padding: 0;
2685
  cursor: pointer;
2686
  background: transparent;
2687
  border: 0;
2688
  -webkit-appearance: none;
2689
}
2690
.btn {
2691
  display: inline-block;
2692
  *display: inline;
2693
  /* IE7 inline-block hack */
2694
2695
  *zoom: 1;
2696
  padding: 4px 12px;
2697
  margin-bottom: 0;
2698
  font-size: 14px;
2699
  line-height: 20px;
2700
  text-align: center;
2701
  vertical-align: middle;
2702
  cursor: pointer;
2703
  color: #333333;
2704
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
2705
  background-color: #f5f5f5;
2706
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
2707
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
2708
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
2709
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
2710
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
2711
  background-repeat: repeat-x;
2712
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
2713
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
2714
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2715
  *background-color: #e6e6e6;
2716
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2717
2718
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2719
  border: 1px solid #cccccc;
2720
  *border: 0;
2721
  border-bottom-color: #b3b3b3;
2722
  -webkit-border-radius: 4px;
2723
  -moz-border-radius: 4px;
2724
  border-radius: 4px;
2725
  *margin-right: .3em;
2726
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2727
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2728
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
2729
}
2730
.btn:hover,
2731
.btn:focus,
2732
.btn:active,
2733
.btn.active,
2734
.btn.disabled,
2735
.btn[disabled] {
2736
  color: #333333;
2737
  background-color: #e6e6e6;
2738
  *background-color: #d9d9d9;
2739
}
2740
.btn:active,
2741
.btn.active {
2742
  background-color: #cccccc \9;
2743
}
2744
.btn:first-child {
2745
  *margin-right: 0;
2746
}
2747
.btn:hover,
2748
.btn:focus {
2749
  color: #333333;
2750
  text-decoration: none;
2751
  background-position: 0 -15px;
2752
  -webkit-transition: background-position 0.1s linear;
2753
  -moz-transition: background-position 0.1s linear;
2754
  -o-transition: background-position 0.1s linear;
2755
  transition: background-position 0.1s linear;
2756
}
2757
.btn:focus {
2758
  outline: thin dotted #333;
2759
  outline: 5px auto -webkit-focus-ring-color;
2760
  outline-offset: -2px;
2761
}
2762
.btn.active,
2763
.btn:active {
2764
  background-image: none;
2765
  outline: 0;
2766
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2767
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2768
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
2769
}
2770
.btn.disabled,
2771
.btn[disabled] {
2772
  cursor: default;
2773
  background-image: none;
2774
  opacity: 0.65;
2775
  filter: alpha(opacity=65);
2776
  -webkit-box-shadow: none;
2777
  -moz-box-shadow: none;
2778
  box-shadow: none;
2779
}
2780
.btn-large {
2781
  padding: 11px 19px;
2782
  font-size: 17.5px;
2783
  -webkit-border-radius: 6px;
2784
  -moz-border-radius: 6px;
2785
  border-radius: 6px;
2786
}
2787
.btn-large [class^="icon-"],
2788
.btn-large [class*=" icon-"] {
2789
  margin-top: 4px;
2790
}
2791
.btn-small {
2792
  padding: 2px 10px;
2793
  font-size: 11.9px;
2794
  -webkit-border-radius: 3px;
2795
  -moz-border-radius: 3px;
2796
  border-radius: 3px;
2797
}
2798
.btn-small [class^="icon-"],
2799
.btn-small [class*=" icon-"] {
2800
  margin-top: 0;
2801
}
2802
.btn-mini [class^="icon-"],
2803
.btn-mini [class*=" icon-"] {
2804
  margin-top: -1px;
2805
}
2806
.btn-mini {
2807
  padding: 0 6px;
2808
  font-size: 10.5px;
2809
  -webkit-border-radius: 3px;
2810
  -moz-border-radius: 3px;
2811
  border-radius: 3px;
2812
}
2813
.btn-block {
2814
  display: block;
2815
  width: 100%;
2816
  padding-left: 0;
2817
  padding-right: 0;
2818
  -webkit-box-sizing: border-box;
2819
  -moz-box-sizing: border-box;
2820
  box-sizing: border-box;
2821
}
2822
.btn-block + .btn-block {
2823
  margin-top: 5px;
2824
}
2825
input[type="submit"].btn-block,
2826
input[type="reset"].btn-block,
2827
input[type="button"].btn-block {
2828
  width: 100%;
2829
}
2830
.btn-primary.active,
2831
.btn-warning.active,
2832
.btn-danger.active,
2833
.btn-success.active,
2834
.btn-info.active,
2835
.btn-inverse.active {
2836
  color: rgba(255, 255, 255, 0.75);
2837
}
2838
.btn-primary {
2839
  color: #ffffff;
2840
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2841
  background-color: #006dcc;
2842
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
2843
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
2844
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
2845
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
2846
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
2847
  background-repeat: repeat-x;
2848
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
2849
  border-color: #0044cc #0044cc #002a80;
2850
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2851
  *background-color: #0044cc;
2852
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2853
2854
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2855
}
2856
.btn-primary:hover,
2857
.btn-primary:focus,
2858
.btn-primary:active,
2859
.btn-primary.active,
2860
.btn-primary.disabled,
2861
.btn-primary[disabled] {
2862
  color: #ffffff;
2863
  background-color: #0044cc;
2864
  *background-color: #003bb3;
2865
}
2866
.btn-primary:active,
2867
.btn-primary.active {
2868
  background-color: #003399 \9;
2869
}
2870
.btn-warning {
2871
  color: #ffffff;
2872
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2873
  background-color: #faa732;
2874
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
2875
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
2876
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
2877
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
2878
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
2879
  background-repeat: repeat-x;
2880
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
2881
  border-color: #f89406 #f89406 #ad6704;
2882
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2883
  *background-color: #f89406;
2884
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2885
2886
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2887
}
2888
.btn-warning:hover,
2889
.btn-warning:focus,
2890
.btn-warning:active,
2891
.btn-warning.active,
2892
.btn-warning.disabled,
2893
.btn-warning[disabled] {
2894
  color: #ffffff;
2895
  background-color: #f89406;
2896
  *background-color: #df8505;
2897
}
2898
.btn-warning:active,
2899
.btn-warning.active {
2900
  background-color: #c67605 \9;
2901
}
2902
.btn-danger {
2903
  color: #ffffff;
2904
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2905
  background-color: #da4f49;
2906
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
2907
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
2908
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
2909
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
2910
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
2911
  background-repeat: repeat-x;
2912
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
2913
  border-color: #bd362f #bd362f #802420;
2914
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2915
  *background-color: #bd362f;
2916
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2917
2918
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2919
}
2920
.btn-danger:hover,
2921
.btn-danger:focus,
2922
.btn-danger:active,
2923
.btn-danger.active,
2924
.btn-danger.disabled,
2925
.btn-danger[disabled] {
2926
  color: #ffffff;
2927
  background-color: #bd362f;
2928
  *background-color: #a9302a;
2929
}
2930
.btn-danger:active,
2931
.btn-danger.active {
2932
  background-color: #942a25 \9;
2933
}
2934
.btn-success {
2935
  color: #ffffff;
2936
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2937
  background-color: #5bb75b;
2938
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
2939
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
2940
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
2941
  background-image: -o-linear-gradient(top, #62c462, #51a351);
2942
  background-image: linear-gradient(to bottom, #62c462, #51a351);
2943
  background-repeat: repeat-x;
2944
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
2945
  border-color: #51a351 #51a351 #387038;
2946
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2947
  *background-color: #51a351;
2948
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2949
2950
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2951
}
2952
.btn-success:hover,
2953
.btn-success:focus,
2954
.btn-success:active,
2955
.btn-success.active,
2956
.btn-success.disabled,
2957
.btn-success[disabled] {
2958
  color: #ffffff;
2959
  background-color: #51a351;
2960
  *background-color: #499249;
2961
}
2962
.btn-success:active,
2963
.btn-success.active {
2964
  background-color: #408140 \9;
2965
}
2966
.btn-info {
2967
  color: #ffffff;
2968
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
2969
  background-color: #49afcd;
2970
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
2971
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
2972
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
2973
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
2974
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
2975
  background-repeat: repeat-x;
2976
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
2977
  border-color: #2f96b4 #2f96b4 #1f6377;
2978
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
2979
  *background-color: #2f96b4;
2980
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
2981
2982
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
2983
}
2984
.btn-info:hover,
2985
.btn-info:focus,
2986
.btn-info:active,
2987
.btn-info.active,
2988
.btn-info.disabled,
2989
.btn-info[disabled] {
2990
  color: #ffffff;
2991
  background-color: #2f96b4;
2992
  *background-color: #2a85a0;
2993
}
2994
.btn-info:active,
2995
.btn-info.active {
2996
  background-color: #24748c \9;
2997
}
2998
.btn-inverse {
2999
  color: #ffffff;
3000
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3001
  background-color: #363636;
3002
  background-image: -moz-linear-gradient(top, #444444, #222222);
3003
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
3004
  background-image: -webkit-linear-gradient(top, #444444, #222222);
3005
  background-image: -o-linear-gradient(top, #444444, #222222);
3006
  background-image: linear-gradient(to bottom, #444444, #222222);
3007
  background-repeat: repeat-x;
3008
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
3009
  border-color: #222222 #222222 #000000;
3010
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3011
  *background-color: #222222;
3012
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3013
3014
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3015
}
3016
.btn-inverse:hover,
3017
.btn-inverse:focus,
3018
.btn-inverse:active,
3019
.btn-inverse.active,
3020
.btn-inverse.disabled,
3021
.btn-inverse[disabled] {
3022
  color: #ffffff;
3023
  background-color: #222222;
3024
  *background-color: #151515;
3025
}
3026
.btn-inverse:active,
3027
.btn-inverse.active {
3028
  background-color: #080808 \9;
3029
}
3030
button.btn,
3031
input[type="submit"].btn {
3032
  *padding-top: 3px;
3033
  *padding-bottom: 3px;
3034
}
3035
button.btn::-moz-focus-inner,
3036
input[type="submit"].btn::-moz-focus-inner {
3037
  padding: 0;
3038
  border: 0;
3039
}
3040
button.btn.btn-large,
3041
input[type="submit"].btn.btn-large {
3042
  *padding-top: 7px;
3043
  *padding-bottom: 7px;
3044
}
3045
button.btn.btn-small,
3046
input[type="submit"].btn.btn-small {
3047
  *padding-top: 3px;
3048
  *padding-bottom: 3px;
3049
}
3050
button.btn.btn-mini,
3051
input[type="submit"].btn.btn-mini {
3052
  *padding-top: 1px;
3053
  *padding-bottom: 1px;
3054
}
3055
.btn-link,
3056
.btn-link:active,
3057
.btn-link[disabled] {
3058
  background-color: transparent;
3059
  background-image: none;
3060
  -webkit-box-shadow: none;
3061
  -moz-box-shadow: none;
3062
  box-shadow: none;
3063
}
3064
.btn-link {
3065
  border-color: transparent;
3066
  cursor: pointer;
3067
  color: #0088cc;
3068
  -webkit-border-radius: 0;
3069
  -moz-border-radius: 0;
3070
  border-radius: 0;
3071
}
3072
.btn-link:hover,
3073
.btn-link:focus {
3074
  color: #005580;
3075
  text-decoration: underline;
3076
  background-color: transparent;
3077
}
3078
.btn-link[disabled]:hover,
3079
.btn-link[disabled]:focus {
3080
  color: #333333;
3081
  text-decoration: none;
3082
}
3083
.btn-group {
3084
  position: relative;
3085
  display: inline-block;
3086
  *display: inline;
3087
  /* IE7 inline-block hack */
3088
3089
  *zoom: 1;
3090
  font-size: 0;
3091
  vertical-align: middle;
3092
  white-space: nowrap;
3093
  *margin-right: .3em;
3094
}
3095
.btn-group:first-child {
3096
  *margin-right: 0;
3097
}
3098
.btn-group + .btn-group {
3099
  margin-right: 5px;
3100
}
3101
.btn-toolbar {
3102
  font-size: 0;
3103
  margin-top: 10px;
3104
  margin-bottom: 10px;
3105
}
3106
.btn-toolbar > .btn + .btn,
3107
.btn-toolbar > .btn-group + .btn,
3108
.btn-toolbar > .btn + .btn-group {
3109
  margin-right: 5px;
3110
}
3111
.btn-group > .btn {
3112
  position: relative;
3113
  -webkit-border-radius: 0;
3114
  -moz-border-radius: 0;
3115
  border-radius: 0;
3116
}
3117
.btn-group > .btn + .btn {
3118
  margin-right: -1px;
3119
}
3120
.btn-group > .btn,
3121
.btn-group > .dropdown-menu,
3122
.btn-group > .popover {
3123
  font-size: 14px;
3124
}
3125
.btn-group > .btn-mini {
3126
  font-size: 10.5px;
3127
}
3128
.btn-group > .btn-small {
3129
  font-size: 11.9px;
3130
}
3131
.btn-group > .btn-large {
3132
  font-size: 17.5px;
3133
}
3134
.btn-group > .btn:first-child {
3135
  margin-right: 0;
3136
  -webkit-border-top-right-radius: 4px;
3137
  -moz-border-radius-topright: 4px;
3138
  border-top-right-radius: 4px;
3139
  -webkit-border-bottom-right-radius: 4px;
3140
  -moz-border-radius-bottomright: 4px;
3141
  border-bottom-right-radius: 4px;
3142
}
3143
.btn-group > .btn:last-child,
3144
.btn-group > .dropdown-toggle {
3145
  -webkit-border-top-left-radius: 4px;
3146
  -moz-border-radius-topleft: 4px;
3147
  border-top-left-radius: 4px;
3148
  -webkit-border-bottom-left-radius: 4px;
3149
  -moz-border-radius-bottomleft: 4px;
3150
  border-bottom-left-radius: 4px;
3151
}
3152
.btn-group > .btn.large:first-child {
3153
  margin-right: 0;
3154
  -webkit-border-top-right-radius: 6px;
3155
  -moz-border-radius-topright: 6px;
3156
  border-top-right-radius: 6px;
3157
  -webkit-border-bottom-right-radius: 6px;
3158
  -moz-border-radius-bottomright: 6px;
3159
  border-bottom-right-radius: 6px;
3160
}
3161
.btn-group > .btn.large:last-child,
3162
.btn-group > .large.dropdown-toggle {
3163
  -webkit-border-top-left-radius: 6px;
3164
  -moz-border-radius-topleft: 6px;
3165
  border-top-left-radius: 6px;
3166
  -webkit-border-bottom-left-radius: 6px;
3167
  -moz-border-radius-bottomleft: 6px;
3168
  border-bottom-left-radius: 6px;
3169
}
3170
.btn-group > .btn:hover,
3171
.btn-group > .btn:focus,
3172
.btn-group > .btn:active,
3173
.btn-group > .btn.active {
3174
  z-index: 2;
3175
}
3176
.btn-group .dropdown-toggle:active,
3177
.btn-group.open .dropdown-toggle {
3178
  outline: 0;
3179
}
3180
.btn-group > .btn + .dropdown-toggle {
3181
  padding-left: 8px;
3182
  padding-right: 8px;
3183
  -webkit-box-shadow: inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3184
  -moz-box-shadow: inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3185
  box-shadow: inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
3186
  *padding-top: 5px;
3187
  *padding-bottom: 5px;
3188
}
3189
.btn-group > .btn-mini + .dropdown-toggle {
3190
  padding-left: 5px;
3191
  padding-right: 5px;
3192
  *padding-top: 2px;
3193
  *padding-bottom: 2px;
3194
}
3195
.btn-group > .btn-small + .dropdown-toggle {
3196
  *padding-top: 5px;
3197
  *padding-bottom: 4px;
3198
}
3199
.btn-group > .btn-large + .dropdown-toggle {
3200
  padding-left: 12px;
3201
  padding-right: 12px;
3202
  *padding-top: 7px;
3203
  *padding-bottom: 7px;
3204
}
3205
.btn-group.open .dropdown-toggle {
3206
  background-image: none;
3207
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3208
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3209
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
3210
}
3211
.btn-group.open .btn.dropdown-toggle {
3212
  background-color: #e6e6e6;
3213
}
3214
.btn-group.open .btn-primary.dropdown-toggle {
3215
  background-color: #0044cc;
3216
}
3217
.btn-group.open .btn-warning.dropdown-toggle {
3218
  background-color: #f89406;
3219
}
3220
.btn-group.open .btn-danger.dropdown-toggle {
3221
  background-color: #bd362f;
3222
}
3223
.btn-group.open .btn-success.dropdown-toggle {
3224
  background-color: #51a351;
3225
}
3226
.btn-group.open .btn-info.dropdown-toggle {
3227
  background-color: #2f96b4;
3228
}
3229
.btn-group.open .btn-inverse.dropdown-toggle {
3230
  background-color: #222222;
3231
}
3232
.btn .caret {
3233
  margin-top: 8px;
3234
  margin-right: 0;
3235
}
3236
.btn-large .caret {
3237
  margin-top: 6px;
3238
}
3239
.btn-large .caret {
3240
  border-left-width: 5px;
3241
  border-right-width: 5px;
3242
  border-top-width: 5px;
3243
}
3244
.btn-mini .caret,
3245
.btn-small .caret {
3246
  margin-top: 8px;
3247
}
3248
.dropup .btn-large .caret {
3249
  border-bottom-width: 5px;
3250
}
3251
.btn-primary .caret,
3252
.btn-warning .caret,
3253
.btn-danger .caret,
3254
.btn-info .caret,
3255
.btn-success .caret,
3256
.btn-inverse .caret {
3257
  border-top-color: #ffffff;
3258
  border-bottom-color: #ffffff;
3259
}
3260
.btn-group-vertical {
3261
  display: inline-block;
3262
  *display: inline;
3263
  /* IE7 inline-block hack */
3264
3265
  *zoom: 1;
3266
}
3267
.btn-group-vertical > .btn {
3268
  display: block;
3269
  float: none;
3270
  max-width: 100%;
3271
  -webkit-border-radius: 0;
3272
  -moz-border-radius: 0;
3273
  border-radius: 0;
3274
}
3275
.btn-group-vertical > .btn + .btn {
3276
  margin-right: 0;
3277
  margin-top: -1px;
3278
}
3279
.btn-group-vertical > .btn:first-child {
3280
  -webkit-border-radius: 4px 4px 0 0;
3281
  -moz-border-radius: 4px 4px 0 0;
3282
  border-radius: 4px 4px 0 0;
3283
}
3284
.btn-group-vertical > .btn:last-child {
3285
  -webkit-border-radius: 0 0 4px 4px;
3286
  -moz-border-radius: 0 0 4px 4px;
3287
  border-radius: 0 0 4px 4px;
3288
}
3289
.btn-group-vertical > .btn-large:first-child {
3290
  -webkit-border-radius: 6px 6px 0 0;
3291
  -moz-border-radius: 6px 6px 0 0;
3292
  border-radius: 6px 6px 0 0;
3293
}
3294
.btn-group-vertical > .btn-large:last-child {
3295
  -webkit-border-radius: 0 0 6px 6px;
3296
  -moz-border-radius: 0 0 6px 6px;
3297
  border-radius: 0 0 6px 6px;
3298
}
3299
.alert {
3300
  padding: 8px 14px 8px 35px;
3301
  margin-bottom: 20px;
3302
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3303
  background-color: #fcf8e3;
3304
  border: 1px solid #fbeed5;
3305
  -webkit-border-radius: 4px;
3306
  -moz-border-radius: 4px;
3307
  border-radius: 4px;
3308
}
3309
.alert,
3310
.alert h4 {
3311
  color: #c09853;
3312
}
3313
.alert h4 {
3314
  margin: 0;
3315
}
3316
.alert .close {
3317
  position: relative;
3318
  top: -2px;
3319
  left: -21px;
3320
  line-height: 20px;
3321
}
3322
.alert-success {
3323
  background-color: #dff0d8;
3324
  border-color: #d6e9c6;
3325
  color: #468847;
3326
}
3327
.alert-success h4 {
3328
  color: #468847;
3329
}
3330
.alert-danger,
3331
.alert-error {
3332
  background-color: #f2dede;
3333
  border-color: #eed3d7;
3334
  color: #b94a48;
3335
}
3336
.alert-danger h4,
3337
.alert-error h4 {
3338
  color: #b94a48;
3339
}
3340
.alert-info {
3341
  background-color: #d9edf7;
3342
  border-color: #bce8f1;
3343
  color: #3a87ad;
3344
}
3345
.alert-info h4 {
3346
  color: #3a87ad;
3347
}
3348
.alert-block {
3349
  padding-top: 14px;
3350
  padding-bottom: 14px;
3351
}
3352
.alert-block > p,
3353
.alert-block > ul {
3354
  margin-bottom: 0;
3355
}
3356
.alert-block p + p {
3357
  margin-top: 5px;
3358
}
3359
.nav {
3360
  margin-right: 0;
3361
  margin-bottom: 20px;
3362
  list-style: none;
3363
}
3364
.nav > li > a {
3365
  display: block;
3366
}
3367
.nav > li > a:hover,
3368
.nav > li > a:focus {
3369
  text-decoration: none;
3370
  background-color: #eeeeee;
3371
}
3372
.nav > li > a > img {
3373
  max-width: none;
3374
}
3375
.nav > .pull-left {
3376
  float: left;
3377
}
3378
.nav-header {
3379
  display: block;
3380
  padding: 3px 15px;
3381
  font-size: 11px;
3382
  font-weight: bold;
3383
  line-height: 20px;
3384
  color: #999999;
3385
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3386
  text-transform: uppercase;
3387
}
3388
.nav li + .nav-header {
3389
  margin-top: 9px;
3390
}
3391
.nav-list {
3392
  padding-left: 15px;
3393
  padding-right: 15px;
3394
  margin-bottom: 0;
3395
}
3396
.nav-list > li > a,
3397
.nav-list .nav-header {
3398
  margin-left: -15px;
3399
  margin-right: -15px;
3400
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
3401
}
3402
.nav-list > li > a {
3403
  padding: 3px 15px;
3404
}
3405
.nav-list > .active > a,
3406
.nav-list > .active > a:hover,
3407
.nav-list > .active > a:focus {
3408
  color: #ffffff;
3409
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
3410
  background-color: #0088cc;
3411
}
3412
.nav-list [class^="icon-"],
3413
.nav-list [class*=" icon-"] {
3414
  margin-left: 2px;
3415
}
3416
.nav-list .divider {
3417
  *width: 100%;
3418
  height: 1px;
3419
  margin: 9px 1px;
3420
  *margin: -5px 0 5px;
3421
  overflow: hidden;
3422
  background-color: #e5e5e5;
3423
  border-bottom: 1px solid #ffffff;
3424
}
3425
.nav-tabs,
3426
.nav-pills {
3427
  *zoom: 1;
3428
}
3429
.nav-tabs:before,
3430
.nav-pills:before,
3431
.nav-tabs:after,
3432
.nav-pills:after {
3433
  display: table;
3434
  content: "";
3435
  line-height: 0;
3436
}
3437
.nav-tabs:after,
3438
.nav-pills:after {
3439
  clear: both;
3440
}
3441
.nav-tabs > li,
3442
.nav-pills > li {
3443
  float: right;
3444
}
3445
.nav-tabs > li > a,
3446
.nav-pills > li > a {
3447
  padding-right: 12px;
3448
  padding-left: 12px;
3449
  margin-left: 2px;
3450
  line-height: 14px;
3451
}
3452
.nav-tabs {
3453
  border-bottom: 1px solid #ddd;
3454
}
3455
.nav-tabs > li {
3456
  margin-bottom: -1px;
3457
}
3458
.nav-tabs > li > a {
3459
  padding-top: 8px;
3460
  padding-bottom: 8px;
3461
  line-height: 20px;
3462
  border: 1px solid transparent;
3463
  -webkit-border-radius: 4px 4px 0 0;
3464
  -moz-border-radius: 4px 4px 0 0;
3465
  border-radius: 4px 4px 0 0;
3466
}
3467
.nav-tabs > li > a:hover,
3468
.nav-tabs > li > a:focus {
3469
  border-color: #eeeeee #eeeeee #dddddd;
3470
}
3471
.nav-tabs > .active > a,
3472
.nav-tabs > .active > a:hover,
3473
.nav-tabs > .active > a:focus {
3474
  color: #555555;
3475
  background-color: #ffffff;
3476
  border: 1px solid #ddd;
3477
  border-bottom-color: transparent;
3478
  cursor: default;
3479
}
3480
.nav-pills > li > a {
3481
  padding-top: 8px;
3482
  padding-bottom: 8px;
3483
  margin-top: 2px;
3484
  margin-bottom: 2px;
3485
  -webkit-border-radius: 5px;
3486
  -moz-border-radius: 5px;
3487
  border-radius: 5px;
3488
}
3489
.nav-pills > .active > a,
3490
.nav-pills > .active > a:hover,
3491
.nav-pills > .active > a:focus {
3492
  color: #ffffff;
3493
  background-color: #0088cc;
3494
}
3495
.nav-stacked > li {
3496
  float: none;
3497
}
3498
.nav-stacked > li > a {
3499
  margin-left: 0;
3500
}
3501
.nav-tabs.nav-stacked {
3502
  border-bottom: 0;
3503
}
3504
.nav-tabs.nav-stacked > li > a {
3505
  border: 1px solid #ddd;
3506
  -webkit-border-radius: 0;
3507
  -moz-border-radius: 0;
3508
  border-radius: 0;
3509
}
3510
.nav-tabs.nav-stacked > li:first-child > a {
3511
  -webkit-border-top-right-radius: 4px;
3512
  -moz-border-radius-topright: 4px;
3513
  border-top-right-radius: 4px;
3514
  -webkit-border-top-left-radius: 4px;
3515
  -moz-border-radius-topleft: 4px;
3516
  border-top-left-radius: 4px;
3517
}
3518
.nav-tabs.nav-stacked > li:last-child > a {
3519
  -webkit-border-bottom-right-radius: 4px;
3520
  -moz-border-radius-bottomright: 4px;
3521
  border-bottom-right-radius: 4px;
3522
  -webkit-border-bottom-left-radius: 4px;
3523
  -moz-border-radius-bottomleft: 4px;
3524
  border-bottom-left-radius: 4px;
3525
}
3526
.nav-tabs.nav-stacked > li > a:hover,
3527
.nav-tabs.nav-stacked > li > a:focus {
3528
  border-color: #ddd;
3529
  z-index: 2;
3530
}
3531
.nav-pills.nav-stacked > li > a {
3532
  margin-bottom: 3px;
3533
}
3534
.nav-pills.nav-stacked > li:last-child > a {
3535
  margin-bottom: 1px;
3536
}
3537
.nav-tabs .dropdown-menu {
3538
  -webkit-border-radius: 0 0 6px 6px;
3539
  -moz-border-radius: 0 0 6px 6px;
3540
  border-radius: 0 0 6px 6px;
3541
}
3542
.nav-pills .dropdown-menu {
3543
  -webkit-border-radius: 6px;
3544
  -moz-border-radius: 6px;
3545
  border-radius: 6px;
3546
}
3547
.nav .dropdown-toggle .caret {
3548
  border-top-color: #0088cc;
3549
  border-bottom-color: #0088cc;
3550
  margin-top: 6px;
3551
}
3552
.nav .dropdown-toggle:hover .caret,
3553
.nav .dropdown-toggle:focus .caret {
3554
  border-top-color: #005580;
3555
  border-bottom-color: #005580;
3556
}
3557
/* move down carets for tabs */
3558
.nav-tabs .dropdown-toggle .caret {
3559
  margin-top: 8px;
3560
}
3561
.nav .active .dropdown-toggle .caret {
3562
  border-top-color: #fff;
3563
  border-bottom-color: #fff;
3564
}
3565
.nav-tabs .active .dropdown-toggle .caret {
3566
  border-top-color: #555555;
3567
  border-bottom-color: #555555;
3568
}
3569
.nav > .dropdown.active > a:hover,
3570
.nav > .dropdown.active > a:focus {
3571
  cursor: pointer;
3572
}
3573
.nav-tabs .open .dropdown-toggle,
3574
.nav-pills .open .dropdown-toggle,
3575
.nav > li.dropdown.open.active > a:hover,
3576
.nav > li.dropdown.open.active > a:focus {
3577
  color: #ffffff;
3578
  background-color: #999999;
3579
  border-color: #999999;
3580
}
3581
.nav li.dropdown.open .caret,
3582
.nav li.dropdown.open.active .caret,
3583
.nav li.dropdown.open a:hover .caret,
3584
.nav li.dropdown.open a:focus .caret {
3585
  border-top-color: #ffffff;
3586
  border-bottom-color: #ffffff;
3587
  opacity: 1;
3588
  filter: alpha(opacity=100);
3589
}
3590
.tabs-stacked .open > a:hover,
3591
.tabs-stacked .open > a:focus {
3592
  border-color: #999999;
3593
}
3594
.tabbable {
3595
  *zoom: 1;
3596
}
3597
.tabbable:before,
3598
.tabbable:after {
3599
  display: table;
3600
  content: "";
3601
  line-height: 0;
3602
}
3603
.tabbable:after {
3604
  clear: both;
3605
}
3606
.tab-content {
3607
  overflow: auto;
3608
}
3609
.tabs-below > .nav-tabs,
3610
.tabs-right > .nav-tabs,
3611
.tabs-left > .nav-tabs {
3612
  border-bottom: 0;
3613
}
3614
.tab-content > .tab-pane,
3615
.pill-content > .pill-pane {
3616
  display: none;
3617
}
3618
.tab-content > .active,
3619
.pill-content > .active {
3620
  display: block;
3621
}
3622
.tabs-below > .nav-tabs {
3623
  border-top: 1px solid #ddd;
3624
}
3625
.tabs-below > .nav-tabs > li {
3626
  margin-top: -1px;
3627
  margin-bottom: 0;
3628
}
3629
.tabs-below > .nav-tabs > li > a {
3630
  -webkit-border-radius: 0 0 4px 4px;
3631
  -moz-border-radius: 0 0 4px 4px;
3632
  border-radius: 0 0 4px 4px;
3633
}
3634
.tabs-below > .nav-tabs > li > a:hover,
3635
.tabs-below > .nav-tabs > li > a:focus {
3636
  border-bottom-color: transparent;
3637
  border-top-color: #ddd;
3638
}
3639
.tabs-below > .nav-tabs > .active > a,
3640
.tabs-below > .nav-tabs > .active > a:hover,
3641
.tabs-below > .nav-tabs > .active > a:focus {
3642
  border-color: transparent #ddd #ddd #ddd;
3643
}
3644
.tabs-left > .nav-tabs > li,
3645
.tabs-right > .nav-tabs > li {
3646
  float: none;
3647
}
3648
.tabs-left > .nav-tabs > li > a,
3649
.tabs-right > .nav-tabs > li > a {
3650
  min-width: 74px;
3651
  margin-left: 0;
3652
  margin-bottom: 3px;
3653
}
3654
.tabs-left > .nav-tabs {
3655
  float: left;
3656
  margin-right: 19px;
3657
  border-right: 1px solid #ddd;
3658
}
3659
.tabs-left > .nav-tabs > li > a {
3660
  margin-right: -1px;
3661
  -webkit-border-radius: 4px 0 0 4px;
3662
  -moz-border-radius: 4px 0 0 4px;
3663
  border-radius: 4px 0 0 4px;
3664
}
3665
.tabs-left > .nav-tabs > li > a:hover,
3666
.tabs-left > .nav-tabs > li > a:focus {
3667
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
3668
}
3669
.tabs-left > .nav-tabs .active > a,
3670
.tabs-left > .nav-tabs .active > a:hover,
3671
.tabs-left > .nav-tabs .active > a:focus {
3672
  border-color: #ddd transparent #ddd #ddd;
3673
  *border-right-color: #ffffff;
3674
}
3675
.tabs-right > .nav-tabs {
3676
  float: right;
3677
  margin-left: 19px;
3678
  border-left: 1px solid #ddd;
3679
}
3680
.tabs-right > .nav-tabs > li > a {
3681
  margin-left: -1px;
3682
  -webkit-border-radius: 0 4px 4px 0;
3683
  -moz-border-radius: 0 4px 4px 0;
3684
  border-radius: 0 4px 4px 0;
3685
}
3686
.tabs-right > .nav-tabs > li > a:hover,
3687
.tabs-right > .nav-tabs > li > a:focus {
3688
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
3689
}
3690
.tabs-right > .nav-tabs .active > a,
3691
.tabs-right > .nav-tabs .active > a:hover,
3692
.tabs-right > .nav-tabs .active > a:focus {
3693
  border-color: #ddd #ddd #ddd transparent;
3694
  *border-left-color: #ffffff;
3695
}
3696
.nav > .disabled > a {
3697
  color: #999999;
3698
}
3699
.nav > .disabled > a:hover,
3700
.nav > .disabled > a:focus {
3701
  text-decoration: none;
3702
  background-color: transparent;
3703
  cursor: default;
3704
}
3705
.navbar {
3706
  overflow: visible;
3707
  margin-bottom: 20px;
3708
  *position: relative;
3709
  *z-index: 2;
3710
}
3711
.navbar-inner {
3712
  min-height: 40px;
3713
  padding-left: 20px;
3714
  padding-right: 20px;
3715
  background-color: #fafafa;
3716
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
3717
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
3718
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
3719
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
3720
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
3721
  background-repeat: repeat-x;
3722
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
3723
  border: 1px solid #d4d4d4;
3724
  -webkit-border-radius: 4px;
3725
  -moz-border-radius: 4px;
3726
  border-radius: 4px;
3727
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
3728
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
3729
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
3730
  *zoom: 1;
3731
}
3732
.navbar-inner:before,
3733
.navbar-inner:after {
3734
  display: table;
3735
  content: "";
3736
  line-height: 0;
3737
}
3738
.navbar-inner:after {
3739
  clear: both;
3740
}
3741
.navbar .container {
3742
  width: auto;
3743
}
3744
.nav-collapse.collapse {
3745
  height: auto;
3746
  overflow: visible;
3747
}
3748
.navbar .brand {
3749
  float: right;
3750
  display: block;
3751
  padding: 10px 20px 10px;
3752
  margin-right: -20px;
3753
  font-size: 20px;
3754
  font-weight: 200;
3755
  color: #777777;
3756
  text-shadow: 0 1px 0 #ffffff;
3757
}
3758
.navbar .brand:hover,
3759
.navbar .brand:focus {
3760
  text-decoration: none;
3761
}
3762
.navbar-text {
3763
  margin-bottom: 0;
3764
  line-height: 40px;
3765
  color: #777777;
3766
}
3767
.navbar-link {
3768
  color: #777777;
3769
}
3770
.navbar-link:hover,
3771
.navbar-link:focus {
3772
  color: #333333;
3773
}
3774
.navbar .divider-vertical {
3775
  height: 40px;
3776
  margin: 0 9px;
3777
  border-left: 1px solid #ffffff;
3778
  border-right: 1px solid #f2f2f2;
3779
}
3780
.navbar .btn,
3781
.navbar .btn-group {
3782
  margin-top: 5px;
3783
}
3784
.navbar .btn-group .btn,
3785
.navbar .input-prepend .btn,
3786
.navbar .input-append .btn,
3787
.navbar .input-prepend .btn-group,
3788
.navbar .input-append .btn-group {
3789
  margin-top: 0;
3790
}
3791
.navbar-form {
3792
  margin-bottom: 0;
3793
  *zoom: 1;
3794
}
3795
.navbar-form:before,
3796
.navbar-form:after {
3797
  display: table;
3798
  content: "";
3799
  line-height: 0;
3800
}
3801
.navbar-form:after {
3802
  clear: both;
3803
}
3804
.navbar-form input,
3805
.navbar-form select,
3806
.navbar-form .radio,
3807
.navbar-form .checkbox {
3808
  margin-top: 5px;
3809
}
3810
.navbar-form input,
3811
.navbar-form select,
3812
.navbar-form .btn {
3813
  display: inline-block;
3814
  margin-bottom: 0;
3815
}
3816
.navbar-form input[type="image"],
3817
.navbar-form input[type="checkbox"],
3818
.navbar-form input[type="radio"] {
3819
  margin-top: 3px;
3820
}
3821
.navbar-form .input-append,
3822
.navbar-form .input-prepend {
3823
  margin-top: 5px;
3824
  white-space: nowrap;
3825
}
3826
.navbar-form .input-append input,
3827
.navbar-form .input-prepend input {
3828
  margin-top: 0;
3829
}
3830
.navbar-search {
3831
  position: relative;
3832
  float: right;
3833
  margin-top: 5px;
3834
  margin-bottom: 0;
3835
}
3836
.navbar-search .search-query {
3837
  margin-bottom: 0;
3838
  padding: 4px 14px;
3839
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
3840
  font-size: 13px;
3841
  font-weight: normal;
3842
  line-height: 1;
3843
  -webkit-border-radius: 15px;
3844
  -moz-border-radius: 15px;
3845
  border-radius: 15px;
3846
}
3847
.navbar-static-top {
3848
  position: static;
3849
  margin-bottom: 0;
3850
}
3851
.navbar-static-top .navbar-inner {
3852
  -webkit-border-radius: 0;
3853
  -moz-border-radius: 0;
3854
  border-radius: 0;
3855
}
3856
.navbar-fixed-top,
3857
.navbar-fixed-bottom {
3858
  position: fixed;
3859
  right: 0;
3860
  left: 0;
3861
  z-index: 1030;
3862
  margin-bottom: 0;
3863
}
3864
.navbar-fixed-top .navbar-inner,
3865
.navbar-static-top .navbar-inner {
3866
  border-width: 0 0 1px;
3867
}
3868
.navbar-fixed-bottom .navbar-inner {
3869
  border-width: 1px 0 0;
3870
}
3871
.navbar-fixed-top .navbar-inner,
3872
.navbar-fixed-bottom .navbar-inner {
3873
  padding-left: 0;
3874
  padding-right: 0;
3875
  -webkit-border-radius: 0;
3876
  -moz-border-radius: 0;
3877
  border-radius: 0;
3878
}
3879
.navbar-static-top .container,
3880
.navbar-fixed-top .container,
3881
.navbar-fixed-bottom .container {
3882
  width: 940px;
3883
}
3884
.navbar-fixed-top {
3885
  top: 0;
3886
}
3887
.navbar-fixed-top .navbar-inner,
3888
.navbar-static-top .navbar-inner {
3889
  -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
3890
  -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
3891
  box-shadow: 0 1px 10px rgba(0,0,0,.1);
3892
}
3893
.navbar-fixed-bottom {
3894
  bottom: 0;
3895
}
3896
.navbar-fixed-bottom .navbar-inner {
3897
  -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
3898
  -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
3899
  box-shadow: 0 -1px 10px rgba(0,0,0,.1);
3900
}
3901
.navbar .nav {
3902
  position: relative;
3903
  right: 0;
3904
  display: block;
3905
  float: right;
3906
  margin: 0 0 0 10px;
3907
}
3908
.navbar .nav.pull-left {
3909
  float: left;
3910
  margin-left: 0;
3911
}
3912
.navbar .nav > li {
3913
  float: right;
3914
}
3915
.navbar .nav > li > a {
3916
  float: none;
3917
  padding: 10px 15px 10px;
3918
  color: #777777;
3919
  text-decoration: none;
3920
  text-shadow: 0 1px 0 #ffffff;
3921
}
3922
.navbar .nav .dropdown-toggle .caret {
3923
  margin-top: 8px;
3924
}
3925
.navbar .nav > li > a:focus,
3926
.navbar .nav > li > a:hover {
3927
  background-color: transparent;
3928
  color: #333333;
3929
  text-decoration: none;
3930
}
3931
.navbar .nav > .active > a,
3932
.navbar .nav > .active > a:hover,
3933
.navbar .nav > .active > a:focus {
3934
  color: #555555;
3935
  text-decoration: none;
3936
  background-color: #e5e5e5;
3937
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3938
  -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3939
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
3940
}
3941
.navbar .btn-navbar {
3942
  display: none;
3943
  float: left;
3944
  padding: 7px 10px;
3945
  margin-left: 5px;
3946
  margin-right: 5px;
3947
  color: #ffffff;
3948
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
3949
  background-color: #ededed;
3950
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
3951
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
3952
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
3953
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
3954
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
3955
  background-repeat: repeat-x;
3956
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
3957
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
3958
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
3959
  *background-color: #e5e5e5;
3960
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
3961
3962
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
3963
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3964
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3965
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
3966
}
3967
.navbar .btn-navbar:hover,
3968
.navbar .btn-navbar:focus,
3969
.navbar .btn-navbar:active,
3970
.navbar .btn-navbar.active,
3971
.navbar .btn-navbar.disabled,
3972
.navbar .btn-navbar[disabled] {
3973
  color: #ffffff;
3974
  background-color: #e5e5e5;
3975
  *background-color: #d9d9d9;
3976
}
3977
.navbar .btn-navbar:active,
3978
.navbar .btn-navbar.active {
3979
  background-color: #cccccc \9;
3980
}
3981
.navbar .btn-navbar .icon-bar {
3982
  display: block;
3983
  width: 18px;
3984
  height: 2px;
3985
  background-color: #f5f5f5;
3986
  -webkit-border-radius: 1px;
3987
  -moz-border-radius: 1px;
3988
  border-radius: 1px;
3989
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3990
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3991
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
3992
}
3993
.btn-navbar .icon-bar + .icon-bar {
3994
  margin-top: 3px;
3995
}
3996
.navbar .nav > li > .dropdown-menu:before {
3997
  content: '';
3998
  display: inline-block;
3999
  border-left: 7px solid transparent;
4000
  border-right: 7px solid transparent;
4001
  border-bottom: 7px solid #ccc;
4002
  border-bottom-color: rgba(0, 0, 0, 0.2);
4003
  position: absolute;
4004
  top: -7px;
4005
  right: 9px;
4006
}
4007
.navbar .nav > li > .dropdown-menu:after {
4008
  content: '';
4009
  display: inline-block;
4010
  border-left: 6px solid transparent;
4011
  border-right: 6px solid transparent;
4012
  border-bottom: 6px solid #ffffff;
4013
  position: absolute;
4014
  top: -6px;
4015
  right: 10px;
4016
}
4017
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
4018
  border-top: 7px solid #ccc;
4019
  border-top-color: rgba(0, 0, 0, 0.2);
4020
  border-bottom: 0;
4021
  bottom: -7px;
4022
  top: auto;
4023
}
4024
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
4025
  border-top: 6px solid #ffffff;
4026
  border-bottom: 0;
4027
  bottom: -6px;
4028
  top: auto;
4029
}
4030
.navbar .nav li.dropdown > a:hover .caret,
4031
.navbar .nav li.dropdown > a:focus .caret {
4032
  border-top-color: #333333;
4033
  border-bottom-color: #333333;
4034
}
4035
.navbar .nav li.dropdown.open > .dropdown-toggle,
4036
.navbar .nav li.dropdown.active > .dropdown-toggle,
4037
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
4038
  background-color: #e5e5e5;
4039
  color: #555555;
4040
}
4041
.navbar .nav li.dropdown > .dropdown-toggle .caret {
4042
  border-top-color: #777777;
4043
  border-bottom-color: #777777;
4044
}
4045
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
4046
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
4047
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
4048
  border-top-color: #555555;
4049
  border-bottom-color: #555555;
4050
}
4051
.navbar .pull-left > li > .dropdown-menu,
4052
.navbar .nav > li > .dropdown-menu.pull-left {
4053
  right: auto;
4054
  left: 0;
4055
}
4056
.navbar .pull-left > li > .dropdown-menu:before,
4057
.navbar .nav > li > .dropdown-menu.pull-left:before {
4058
  right: auto;
4059
  left: 12px;
4060
}
4061
.navbar .pull-left > li > .dropdown-menu:after,
4062
.navbar .nav > li > .dropdown-menu.pull-left:after {
4063
  right: auto;
4064
  left: 13px;
4065
}
4066
.navbar .pull-left > li > .dropdown-menu .dropdown-menu,
4067
.navbar .nav > li > .dropdown-menu.pull-left .dropdown-menu {
4068
  right: auto;
4069
  left: 100%;
4070
  margin-right: 0;
4071
  margin-left: -1px;
4072
  -webkit-border-radius: 0 6px 6px 6px;
4073
  -moz-border-radius: 0 6px 6px 6px;
4074
  border-radius: 0 6px 6px 6px;
4075
}
4076
.navbar-inverse .navbar-inner {
4077
  background-color: #1b1b1b;
4078
  background-image: -moz-linear-gradient(top, #222222, #111111);
4079
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
4080
  background-image: -webkit-linear-gradient(top, #222222, #111111);
4081
  background-image: -o-linear-gradient(top, #222222, #111111);
4082
  background-image: linear-gradient(to bottom, #222222, #111111);
4083
  background-repeat: repeat-x;
4084
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
4085
  border-color: #252525;
4086
}
4087
.navbar-inverse .brand,
4088
.navbar-inverse .nav > li > a {
4089
  color: #999999;
4090
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4091
}
4092
.navbar-inverse .brand:hover,
4093
.navbar-inverse .nav > li > a:hover,
4094
.navbar-inverse .brand:focus,
4095
.navbar-inverse .nav > li > a:focus {
4096
  color: #ffffff;
4097
}
4098
.navbar-inverse .brand {
4099
  color: #999999;
4100
}
4101
.navbar-inverse .navbar-text {
4102
  color: #999999;
4103
}
4104
.navbar-inverse .nav > li > a:focus,
4105
.navbar-inverse .nav > li > a:hover {
4106
  background-color: transparent;
4107
  color: #ffffff;
4108
}
4109
.navbar-inverse .nav .active > a,
4110
.navbar-inverse .nav .active > a:hover,
4111
.navbar-inverse .nav .active > a:focus {
4112
  color: #ffffff;
4113
  background-color: #111111;
4114
}
4115
.navbar-inverse .navbar-link {
4116
  color: #999999;
4117
}
4118
.navbar-inverse .navbar-link:hover,
4119
.navbar-inverse .navbar-link:focus {
4120
  color: #ffffff;
4121
}
4122
.navbar-inverse .divider-vertical {
4123
  border-right-color: #111111;
4124
  border-left-color: #222222;
4125
}
4126
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
4127
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
4128
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
4129
  background-color: #111111;
4130
  color: #ffffff;
4131
}
4132
.navbar-inverse .nav li.dropdown > a:hover .caret,
4133
.navbar-inverse .nav li.dropdown > a:focus .caret {
4134
  border-top-color: #ffffff;
4135
  border-bottom-color: #ffffff;
4136
}
4137
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
4138
  border-top-color: #999999;
4139
  border-bottom-color: #999999;
4140
}
4141
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
4142
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
4143
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
4144
  border-top-color: #ffffff;
4145
  border-bottom-color: #ffffff;
4146
}
4147
.navbar-inverse .navbar-search .search-query {
4148
  color: #ffffff;
4149
  background-color: #515151;
4150
  border-color: #111111;
4151
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
4152
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
4153
  box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
4154
  -webkit-transition: none;
4155
  -moz-transition: none;
4156
  -o-transition: none;
4157
  transition: none;
4158
}
4159
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
4160
  color: #cccccc;
4161
}
4162
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
4163
  color: #cccccc;
4164
}
4165
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
4166
  color: #cccccc;
4167
}
4168
.navbar-inverse .navbar-search .search-query:focus,
4169
.navbar-inverse .navbar-search .search-query.focused {
4170
  padding: 5px 15px;
4171
  color: #333333;
4172
  text-shadow: 0 1px 0 #ffffff;
4173
  background-color: #ffffff;
4174
  border: 0;
4175
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4176
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4177
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
4178
  outline: 0;
4179
}
4180
.navbar-inverse .btn-navbar {
4181
  color: #ffffff;
4182
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4183
  background-color: #0e0e0e;
4184
  background-image: -moz-linear-gradient(top, #151515, #040404);
4185
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
4186
  background-image: -webkit-linear-gradient(top, #151515, #040404);
4187
  background-image: -o-linear-gradient(top, #151515, #040404);
4188
  background-image: linear-gradient(to bottom, #151515, #040404);
4189
  background-repeat: repeat-x;
4190
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
4191
  border-color: #040404 #040404 #000000;
4192
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
4193
  *background-color: #040404;
4194
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
4195
4196
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
4197
}
4198
.navbar-inverse .btn-navbar:hover,
4199
.navbar-inverse .btn-navbar:focus,
4200
.navbar-inverse .btn-navbar:active,
4201
.navbar-inverse .btn-navbar.active,
4202
.navbar-inverse .btn-navbar.disabled,
4203
.navbar-inverse .btn-navbar[disabled] {
4204
  color: #ffffff;
4205
  background-color: #040404;
4206
  *background-color: #000000;
4207
}
4208
.navbar-inverse .btn-navbar:active,
4209
.navbar-inverse .btn-navbar.active {
4210
  background-color: #000000 \9;
4211
}
4212
.breadcrumb {
4213
  padding: 8px 15px;
4214
  margin: 0 0 20px;
4215
  list-style: none;
4216
  background-color: #f5f5f5;
4217
  -webkit-border-radius: 4px;
4218
  -moz-border-radius: 4px;
4219
  border-radius: 4px;
4220
}
4221
.breadcrumb > li {
4222
  display: inline-block;
4223
  *display: inline;
4224
  /* IE7 inline-block hack */
4225
4226
  *zoom: 1;
4227
  text-shadow: 0 1px 0 #ffffff;
4228
}
4229
.breadcrumb > li > .divider {
4230
  padding: 0 5px;
4231
  color: #ccc;
4232
}
4233
.breadcrumb > .active {
4234
  color: #999999;
4235
}
4236
.pagination {
4237
  margin: 20px 0;
4238
}
4239
.pagination ul {
4240
  display: inline-block;
4241
  *display: inline;
4242
  /* IE7 inline-block hack */
4243
4244
  *zoom: 1;
4245
  margin-right: 0;
4246
  margin-bottom: 0;
4247
  -webkit-border-radius: 4px;
4248
  -moz-border-radius: 4px;
4249
  border-radius: 4px;
4250
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4251
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4252
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
4253
}
4254
.pagination ul > li {
4255
  display: inline;
4256
}
4257
.pagination ul > li > a,
4258
.pagination ul > li > span {
4259
  float: right;
4260
  padding: 4px 12px;
4261
  line-height: 20px;
4262
  text-decoration: none;
4263
  background-color: #ffffff;
4264
  border: 1px solid #dddddd;
4265
  border-right-width: 0;
4266
}
4267
.pagination ul > li > a:hover,
4268
.pagination ul > li > a:focus,
4269
.pagination ul > .active > a,
4270
.pagination ul > .active > span {
4271
  background-color: #f5f5f5;
4272
}
4273
.pagination ul > .active > a,
4274
.pagination ul > .active > span {
4275
  color: #999999;
4276
  cursor: default;
4277
}
4278
.pagination ul > .disabled > span,
4279
.pagination ul > .disabled > a,
4280
.pagination ul > .disabled > a:hover,
4281
.pagination ul > .disabled > a:focus {
4282
  color: #999999;
4283
  background-color: transparent;
4284
  cursor: default;
4285
}
4286
.pagination ul > li:first-child > a,
4287
.pagination ul > li:first-child > span {
4288
  border-right-width: 1px;
4289
  -webkit-border-top-right-radius: 4px;
4290
  -moz-border-radius-topright: 4px;
4291
  border-top-right-radius: 4px;
4292
  -webkit-border-bottom-right-radius: 4px;
4293
  -moz-border-radius-bottomright: 4px;
4294
  border-bottom-right-radius: 4px;
4295
}
4296
.pagination ul > li:last-child > a,
4297
.pagination ul > li:last-child > span {
4298
  -webkit-border-top-left-radius: 4px;
4299
  -moz-border-radius-topleft: 4px;
4300
  border-top-left-radius: 4px;
4301
  -webkit-border-bottom-left-radius: 4px;
4302
  -moz-border-radius-bottomleft: 4px;
4303
  border-bottom-left-radius: 4px;
4304
}
4305
.pagination-centered {
4306
  text-align: center;
4307
}
4308
.pagination-left {
4309
  text-align: left;
4310
}
4311
.pagination-large ul > li > a,
4312
.pagination-large ul > li > span {
4313
  padding: 11px 19px;
4314
  font-size: 17.5px;
4315
}
4316
.pagination-large ul > li:first-child > a,
4317
.pagination-large ul > li:first-child > span {
4318
  -webkit-border-top-right-radius: 6px;
4319
  -moz-border-radius-topright: 6px;
4320
  border-top-right-radius: 6px;
4321
  -webkit-border-bottom-right-radius: 6px;
4322
  -moz-border-radius-bottomright: 6px;
4323
  border-bottom-right-radius: 6px;
4324
}
4325
.pagination-large ul > li:last-child > a,
4326
.pagination-large ul > li:last-child > span {
4327
  -webkit-border-top-left-radius: 6px;
4328
  -moz-border-radius-topleft: 6px;
4329
  border-top-left-radius: 6px;
4330
  -webkit-border-bottom-left-radius: 6px;
4331
  -moz-border-radius-bottomleft: 6px;
4332
  border-bottom-left-radius: 6px;
4333
}
4334
.pagination-mini ul > li:first-child > a,
4335
.pagination-small ul > li:first-child > a,
4336
.pagination-mini ul > li:first-child > span,
4337
.pagination-small ul > li:first-child > span {
4338
  -webkit-border-top-right-radius: 3px;
4339
  -moz-border-radius-topright: 3px;
4340
  border-top-right-radius: 3px;
4341
  -webkit-border-bottom-right-radius: 3px;
4342
  -moz-border-radius-bottomright: 3px;
4343
  border-bottom-right-radius: 3px;
4344
}
4345
.pagination-mini ul > li:last-child > a,
4346
.pagination-small ul > li:last-child > a,
4347
.pagination-mini ul > li:last-child > span,
4348
.pagination-small ul > li:last-child > span {
4349
  -webkit-border-top-left-radius: 3px;
4350
  -moz-border-radius-topleft: 3px;
4351
  border-top-left-radius: 3px;
4352
  -webkit-border-bottom-left-radius: 3px;
4353
  -moz-border-radius-bottomleft: 3px;
4354
  border-bottom-left-radius: 3px;
4355
}
4356
.pagination-small ul > li > a,
4357
.pagination-small ul > li > span {
4358
  padding: 2px 10px;
4359
  font-size: 11.9px;
4360
}
4361
.pagination-mini ul > li > a,
4362
.pagination-mini ul > li > span {
4363
  padding: 0 6px;
4364
  font-size: 10.5px;
4365
}
4366
.pager {
4367
  margin: 20px 0;
4368
  list-style: none;
4369
  text-align: center;
4370
  *zoom: 1;
4371
}
4372
.pager:before,
4373
.pager:after {
4374
  display: table;
4375
  content: "";
4376
  line-height: 0;
4377
}
4378
.pager:after {
4379
  clear: both;
4380
}
4381
.pager li {
4382
  display: inline;
4383
}
4384
.pager li > a,
4385
.pager li > span {
4386
  display: inline-block;
4387
  padding: 5px 14px;
4388
  background-color: #fff;
4389
  border: 1px solid #ddd;
4390
  -webkit-border-radius: 15px;
4391
  -moz-border-radius: 15px;
4392
  border-radius: 15px;
4393
}
4394
.pager li > a:hover,
4395
.pager li > a:focus {
4396
  text-decoration: none;
4397
  background-color: #f5f5f5;
4398
}
4399
.pager .next > a,
4400
.pager .next > span {
4401
  float: left;
4402
}
4403
.pager .previous > a,
4404
.pager .previous > span {
4405
  float: right;
4406
}
4407
.pager .disabled > a,
4408
.pager .disabled > a:hover,
4409
.pager .disabled > a:focus,
4410
.pager .disabled > span {
4411
  color: #999999;
4412
  background-color: #fff;
4413
  cursor: default;
4414
}
4415
.modal-backdrop {
4416
  position: fixed;
4417
  top: 0;
4418
  right: 0;
4419
  bottom: 0;
4420
  left: 0;
4421
  z-index: 1040;
4422
  background-color: #000000;
4423
}
4424
.modal-backdrop.fade {
4425
  opacity: 0;
4426
}
4427
.modal-backdrop,
4428
.modal-backdrop.fade.in {
4429
  opacity: 0.8;
4430
  filter: alpha(opacity=80);
4431
}
4432
.modal {
4433
  position: fixed;
4434
  top: 10%;
4435
  right: 50%;
4436
  z-index: 1050;
4437
  width: 560px;
4438
  margin-right: -280px;
4439
  background-color: #ffffff;
4440
  border: 1px solid #999;
4441
  border: 1px solid rgba(0, 0, 0, 0.3);
4442
  *border: 1px solid #999;
4443
  /* IE6-7 */
4444
4445
  -webkit-border-radius: 6px;
4446
  -moz-border-radius: 6px;
4447
  border-radius: 6px;
4448
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4449
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4450
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
4451
  -webkit-background-clip: padding-box;
4452
  -moz-background-clip: padding-box;
4453
  background-clip: padding-box;
4454
  outline: none;
4455
}
4456
.modal.fade {
4457
  -webkit-transition: opacity .3s linear, top .3s ease-out;
4458
  -moz-transition: opacity .3s linear, top .3s ease-out;
4459
  -o-transition: opacity .3s linear, top .3s ease-out;
4460
  transition: opacity .3s linear, top .3s ease-out;
4461
  top: -25%;
4462
}
4463
.modal.fade.in {
4464
  top: 10%;
4465
}
4466
.modal-header {
4467
  padding: 9px 15px;
4468
  border-bottom: 1px solid #eee;
4469
}
4470
.modal-header .close {
4471
  margin-top: 2px;
4472
}
4473
.modal-header h3 {
4474
  margin: 0;
4475
  line-height: 30px;
4476
}
4477
.modal-body {
4478
  position: relative;
4479
  overflow-y: auto;
4480
  max-height: 400px;
4481
  padding: 15px;
4482
}
4483
.modal-form {
4484
  margin-bottom: 0;
4485
}
4486
.modal-footer {
4487
  padding: 14px 15px 15px;
4488
  margin-bottom: 0;
4489
  text-align: left;
4490
  background-color: #f5f5f5;
4491
  border-top: 1px solid #ddd;
4492
  -webkit-border-radius: 0 0 6px 6px;
4493
  -moz-border-radius: 0 0 6px 6px;
4494
  border-radius: 0 0 6px 6px;
4495
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
4496
  -moz-box-shadow: inset 0 1px 0 #ffffff;
4497
  box-shadow: inset 0 1px 0 #ffffff;
4498
  *zoom: 1;
4499
}
4500
.modal-footer:before,
4501
.modal-footer:after {
4502
  display: table;
4503
  content: "";
4504
  line-height: 0;
4505
}
4506
.modal-footer:after {
4507
  clear: both;
4508
}
4509
.modal-footer .btn + .btn {
4510
  margin-right: 5px;
4511
  margin-bottom: 0;
4512
}
4513
.modal-footer .btn-group .btn + .btn {
4514
  margin-right: -1px;
4515
}
4516
.modal-footer .btn-block + .btn-block {
4517
  margin-right: 0;
4518
}
4519
.tooltip {
4520
  position: absolute;
4521
  z-index: 1030;
4522
  display: block;
4523
  visibility: visible;
4524
  font-size: 11px;
4525
  line-height: 1.4;
4526
  opacity: 0;
4527
  filter: alpha(opacity=0);
4528
}
4529
.tooltip.in {
4530
  opacity: 0.8;
4531
  filter: alpha(opacity=80);
4532
}
4533
.tooltip.top {
4534
  margin-top: -3px;
4535
  padding: 5px 0;
4536
}
4537
.tooltip.right {
4538
  margin-left: 3px;
4539
  padding: 0 5px;
4540
}
4541
.tooltip.bottom {
4542
  margin-top: 3px;
4543
  padding: 5px 0;
4544
}
4545
.tooltip.left {
4546
  margin-left: -3px;
4547
  padding: 0 5px;
4548
}
4549
.tooltip-inner {
4550
  max-width: 200px;
4551
  padding: 8px;
4552
  color: #ffffff;
4553
  text-align: center;
4554
  text-decoration: none;
4555
  background-color: #000000;
4556
  -webkit-border-radius: 4px;
4557
  -moz-border-radius: 4px;
4558
  border-radius: 4px;
4559
}
4560
.tooltip-arrow {
4561
  position: absolute;
4562
  width: 0;
4563
  height: 0;
4564
  border-color: transparent;
4565
  border-style: solid;
4566
}
4567
.tooltip.top .tooltip-arrow {
4568
  bottom: 0;
4569
  left: 50%;
4570
  margin-left: -5px;
4571
  border-width: 5px 5px 0;
4572
  border-top-color: #000000;
4573
}
4574
.tooltip.right .tooltip-arrow {
4575
  top: 50%;
4576
  left: 0;
4577
  margin-top: -5px;
4578
  border-width: 5px 5px 5px 0;
4579
  border-right-color: #000000;
4580
}
4581
.tooltip.left .tooltip-arrow {
4582
  top: 50%;
4583
  right: 0;
4584
  margin-top: -5px;
4585
  border-width: 5px 0 5px 5px;
4586
  border-left-color: #000000;
4587
}
4588
.tooltip.bottom .tooltip-arrow {
4589
  top: 0;
4590
  left: 50%;
4591
  margin-left: -5px;
4592
  border-width: 0 5px 5px;
4593
  border-bottom-color: #000000;
4594
}
4595
.popover {
4596
  position: absolute;
4597
  top: 0;
4598
  left: 0;
4599
  z-index: 1010;
4600
  display: none;
4601
  max-width: 276px;
4602
  padding: 1px;
4603
  text-align: right;
4604
  background-color: #ffffff;
4605
  -webkit-background-clip: padding-box;
4606
  -moz-background-clip: padding;
4607
  background-clip: padding-box;
4608
  border: 1px solid #ccc;
4609
  border: 1px solid rgba(0, 0, 0, 0.2);
4610
  -webkit-border-radius: 6px;
4611
  -moz-border-radius: 6px;
4612
  border-radius: 6px;
4613
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4614
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4615
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
4616
  white-space: normal;
4617
}
4618
.popover.top {
4619
  margin-top: -10px;
4620
}
4621
.popover.right {
4622
  margin-left: 10px;
4623
}
4624
.popover.bottom {
4625
  margin-top: 10px;
4626
}
4627
.popover.left {
4628
  margin-left: -10px;
4629
}
4630
.popover-title {
4631
  margin: 0;
4632
  padding: 8px 14px;
4633
  font-size: 14px;
4634
  font-weight: normal;
4635
  line-height: 18px;
4636
  background-color: #f7f7f7;
4637
  border-bottom: 1px solid #ebebeb;
4638
  -webkit-border-radius: 5px 5px 0 0;
4639
  -moz-border-radius: 5px 5px 0 0;
4640
  border-radius: 5px 5px 0 0;
4641
}
4642
.popover-title:empty {
4643
  display: none;
4644
}
4645
.popover-content {
4646
  padding: 9px 14px;
4647
}
4648
.popover .arrow,
4649
.popover .arrow:after {
4650
  position: absolute;
4651
  display: block;
4652
  width: 0;
4653
  height: 0;
4654
  border-color: transparent;
4655
  border-style: solid;
4656
}
4657
.popover .arrow {
4658
  border-width: 11px;
4659
}
4660
.popover .arrow:after {
4661
  border-width: 10px;
4662
  content: "";
4663
}
4664
.popover.top .arrow {
4665
  right: 50%;
4666
  margin-right: -11px;
4667
  border-bottom-width: 0;
4668
  border-top-color: #999;
4669
  border-top-color: rgba(0, 0, 0, 0.25);
4670
  bottom: -11px;
4671
}
4672
.popover.top .arrow:after {
4673
  bottom: 1px;
4674
  margin-right: -10px;
4675
  border-bottom-width: 0;
4676
  border-top-color: #ffffff;
4677
}
4678
.popover.right .arrow {
4679
  top: 50%;
4680
  left: -11px;
4681
  margin-top: -11px;
4682
  border-left-width: 0;
4683
  border-right-color: #999;
4684
  border-right-color: rgba(0, 0, 0, 0.25);
4685
}
4686
.popover.right .arrow:after {
4687
  left: 1px;
4688
  bottom: -10px;
4689
  border-left-width: 0;
4690
  border-right-color: #ffffff;
4691
}
4692
.popover.bottom .arrow {
4693
  right: 50%;
4694
  margin-right: -11px;
4695
  border-top-width: 0;
4696
  border-bottom-color: #999;
4697
  border-bottom-color: rgba(0, 0, 0, 0.25);
4698
  top: -11px;
4699
}
4700
.popover.bottom .arrow:after {
4701
  top: 1px;
4702
  margin-right: -10px;
4703
  border-top-width: 0;
4704
  border-bottom-color: #ffffff;
4705
}
4706
.popover.left .arrow {
4707
  top: 50%;
4708
  right: -11px;
4709
  margin-top: -11px;
4710
  border-right-width: 0;
4711
  border-left-color: #999;
4712
  border-left-color: rgba(0, 0, 0, 0.25);
4713
}
4714
.popover.left .arrow:after {
4715
  right: 1px;
4716
  border-right-width: 0;
4717
  border-left-color: #ffffff;
4718
  bottom: -10px;
4719
}
4720
.thumbnails {
4721
  margin-right: -20px;
4722
  list-style: none;
4723
  *zoom: 1;
4724
}
4725
.thumbnails:before,
4726
.thumbnails:after {
4727
  display: table;
4728
  content: "";
4729
  line-height: 0;
4730
}
4731
.thumbnails:after {
4732
  clear: both;
4733
}
4734
.row-fluid .thumbnails {
4735
  margin-right: 0;
4736
}
4737
.thumbnails > li {
4738
  float: right;
4739
  margin-bottom: 20px;
4740
  margin-right: 20px;
4741
}
4742
.thumbnail {
4743
  display: block;
4744
  padding: 4px;
4745
  line-height: 20px;
4746
  border: 1px solid #ddd;
4747
  -webkit-border-radius: 4px;
4748
  -moz-border-radius: 4px;
4749
  border-radius: 4px;
4750
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
4751
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
4752
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
4753
  -webkit-transition: all 0.2s ease-in-out;
4754
  -moz-transition: all 0.2s ease-in-out;
4755
  -o-transition: all 0.2s ease-in-out;
4756
  transition: all 0.2s ease-in-out;
4757
}
4758
a.thumbnail:hover,
4759
a.thumbnail:focus {
4760
  border-color: #0088cc;
4761
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
4762
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
4763
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
4764
}
4765
.thumbnail > img {
4766
  display: block;
4767
  max-width: 100%;
4768
  margin-left: auto;
4769
  margin-right: auto;
4770
}
4771
.thumbnail .caption {
4772
  padding: 9px;
4773
  color: #555555;
4774
}
4775
.label,
4776
.badge {
4777
  display: inline-block;
4778
  padding: 2px 4px;
4779
  font-size: 11.844px;
4780
  font-weight: bold;
4781
  line-height: 14px;
4782
  color: #ffffff;
4783
  vertical-align: baseline;
4784
  white-space: nowrap;
4785
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4786
  background-color: #999999;
4787
}
4788
.label {
4789
  -webkit-border-radius: 3px;
4790
  -moz-border-radius: 3px;
4791
  border-radius: 3px;
4792
}
4793
.badge {
4794
  padding-left: 9px;
4795
  padding-right: 9px;
4796
  -webkit-border-radius: 9px;
4797
  -moz-border-radius: 9px;
4798
  border-radius: 9px;
4799
}
4800
.label:empty,
4801
.badge:empty {
4802
  display: none;
4803
}
4804
a.label:hover,
4805
a.label:focus,
4806
a.badge:hover,
4807
a.badge:focus {
4808
  color: #ffffff;
4809
  text-decoration: none;
4810
  cursor: pointer;
4811
}
4812
.label-important,
4813
.badge-important {
4814
  background-color: #b94a48;
4815
}
4816
.label-important[href],
4817
.badge-important[href] {
4818
  background-color: #953b39;
4819
}
4820
.label-warning,
4821
.badge-warning {
4822
  background-color: #f89406;
4823
}
4824
.label-warning[href],
4825
.badge-warning[href] {
4826
  background-color: #c67605;
4827
}
4828
.label-success,
4829
.badge-success {
4830
  background-color: #468847;
4831
}
4832
.label-success[href],
4833
.badge-success[href] {
4834
  background-color: #356635;
4835
}
4836
.label-info,
4837
.badge-info {
4838
  background-color: #3a87ad;
4839
}
4840
.label-info[href],
4841
.badge-info[href] {
4842
  background-color: #2d6987;
4843
}
4844
.label-inverse,
4845
.badge-inverse {
4846
  background-color: #333333;
4847
}
4848
.label-inverse[href],
4849
.badge-inverse[href] {
4850
  background-color: #1a1a1a;
4851
}
4852
.btn .label,
4853
.btn .badge {
4854
  position: relative;
4855
  top: -1px;
4856
}
4857
.btn-mini .label,
4858
.btn-mini .badge {
4859
  top: 0;
4860
}
4861
@-webkit-keyframes progress-bar-stripes {
4862
  from {
4863
    background-position: 0 0;
4864
  }
4865
  to {
4866
    background-position: 40px 0;
4867
  }
4868
}
4869
@-moz-keyframes progress-bar-stripes {
4870
  from {
4871
    background-position: 0 0;
4872
  }
4873
  to {
4874
    background-position: 40px 0;
4875
  }
4876
}
4877
@-ms-keyframes progress-bar-stripes {
4878
  from {
4879
    background-position: 0 0;
4880
  }
4881
  to {
4882
    background-position: 40px 0;
4883
  }
4884
}
4885
@-o-keyframes progress-bar-stripes {
4886
  from {
4887
    background-position: 40px 0;
4888
  }
4889
  to {
4890
    background-position: 0 0;
4891
  }
4892
}
4893
@keyframes progress-bar-stripes {
4894
  from {
4895
    background-position: 0 0;
4896
  }
4897
  to {
4898
    background-position: 40px 0;
4899
  }
4900
}
4901
.progress {
4902
  overflow: hidden;
4903
  height: 20px;
4904
  margin-bottom: 20px;
4905
  background-color: #f7f7f7;
4906
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
4907
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
4908
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
4909
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
4910
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
4911
  background-repeat: repeat-x;
4912
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
4913
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4914
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4915
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
4916
  -webkit-border-radius: 4px;
4917
  -moz-border-radius: 4px;
4918
  border-radius: 4px;
4919
}
4920
.progress .bar {
4921
  width: 0%;
4922
  height: 100%;
4923
  color: #ffffff;
4924
  float: right;
4925
  font-size: 12px;
4926
  text-align: center;
4927
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
4928
  background-color: #0e90d2;
4929
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
4930
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
4931
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
4932
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
4933
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
4934
  background-repeat: repeat-x;
4935
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
4936
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4937
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4938
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
4939
  -webkit-box-sizing: border-box;
4940
  -moz-box-sizing: border-box;
4941
  box-sizing: border-box;
4942
  -webkit-transition: width 0.6s ease;
4943
  -moz-transition: width 0.6s ease;
4944
  -o-transition: width 0.6s ease;
4945
  transition: width 0.6s ease;
4946
}
4947
.progress .bar + .bar {
4948
  -webkit-box-shadow: inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
4949
  -moz-box-shadow: inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
4950
  box-shadow: inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
4951
}
4952
.progress-striped .bar {
4953
  background-color: #149bdf;
4954
  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));
4955
  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);
4956
  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);
4957
  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);
4958
  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);
4959
  -webkit-background-size: 40px 40px;
4960
  -moz-background-size: 40px 40px;
4961
  -o-background-size: 40px 40px;
4962
  background-size: 40px 40px;
4963
}
4964
.progress.active .bar {
4965
  -webkit-animation: progress-bar-stripes 2s linear infinite;
4966
  -moz-animation: progress-bar-stripes 2s linear infinite;
4967
  -ms-animation: progress-bar-stripes 2s linear infinite;
4968
  -o-animation: progress-bar-stripes 2s linear infinite;
4969
  animation: progress-bar-stripes 2s linear infinite;
4970
}
4971
.progress-danger .bar,
4972
.progress .bar-danger {
4973
  background-color: #dd514c;
4974
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
4975
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
4976
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
4977
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
4978
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
4979
  background-repeat: repeat-x;
4980
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
4981
}
4982
.progress-danger.progress-striped .bar,
4983
.progress-striped .bar-danger {
4984
  background-color: #ee5f5b;
4985
  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));
4986
  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);
4987
  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);
4988
  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);
4989
  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);
4990
}
4991
.progress-success .bar,
4992
.progress .bar-success {
4993
  background-color: #5eb95e;
4994
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
4995
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
4996
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
4997
  background-image: -o-linear-gradient(top, #62c462, #57a957);
4998
  background-image: linear-gradient(to bottom, #62c462, #57a957);
4999
  background-repeat: repeat-x;
5000
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
5001
}
5002
.progress-success.progress-striped .bar,
5003
.progress-striped .bar-success {
5004
  background-color: #62c462;
5005
  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));
5006
  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);
5007
  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);
5008
  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);
5009
  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);
5010
}
5011
.progress-info .bar,
5012
.progress .bar-info {
5013
  background-color: #4bb1cf;
5014
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
5015
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
5016
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
5017
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
5018
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
5019
  background-repeat: repeat-x;
5020
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
5021
}
5022
.progress-info.progress-striped .bar,
5023
.progress-striped .bar-info {
5024
  background-color: #5bc0de;
5025
  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));
5026
  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);
5027
  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);
5028
  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);
5029
  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);
5030
}
5031
.progress-warning .bar,
5032
.progress .bar-warning {
5033
  background-color: #faa732;
5034
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
5035
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
5036
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
5037
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
5038
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
5039
  background-repeat: repeat-x;
5040
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
5041
}
5042
.progress-warning.progress-striped .bar,
5043
.progress-striped .bar-warning {
5044
  background-color: #fbb450;
5045
  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));
5046
  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);
5047
  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);
5048
  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);
5049
  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);
5050
}
5051
.accordion {
5052
  margin-bottom: 20px;
5053
}
5054
.accordion-group {
5055
  margin-bottom: 2px;
5056
  border: 1px solid #e5e5e5;
5057
  -webkit-border-radius: 4px;
5058
  -moz-border-radius: 4px;
5059
  border-radius: 4px;
5060
}
5061
.accordion-heading {
5062
  border-bottom: 0;
5063
}
5064
.accordion-heading .accordion-toggle {
5065
  display: block;
5066
  padding: 8px 15px;
5067
}
5068
.accordion-toggle {
5069
  cursor: pointer;
5070
}
5071
.accordion-inner {
5072
  padding: 9px 15px;
5073
  border-top: 1px solid #e5e5e5;
5074
}
5075
.carousel {
5076
  position: relative;
5077
  margin-bottom: 20px;
5078
  line-height: 1;
5079
}
5080
.carousel-inner {
5081
  overflow: hidden;
5082
  width: 100%;
5083
  position: relative;
5084
}
5085
.carousel-inner > .item {
5086
  display: none;
5087
  position: relative;
5088
  -webkit-transition: 0.6s ease-in-out left;
5089
  -moz-transition: 0.6s ease-in-out left;
5090
  -o-transition: 0.6s ease-in-out left;
5091
  transition: 0.6s ease-in-out left;
5092
}
5093
.carousel-inner > .item > img,
5094
.carousel-inner > .item > a > img {
5095
  display: block;
5096
  line-height: 1;
5097
}
5098
.carousel-inner > .active,
5099
.carousel-inner > .next,
5100
.carousel-inner > .prev {
5101
  display: block;
5102
}
5103
.carousel-inner > .active {
5104
  left: 0;
5105
}
5106
.carousel-inner > .next,
5107
.carousel-inner > .prev {
5108
  position: absolute;
5109
  top: 0;
5110
  width: 100%;
5111
}
5112
.carousel-inner > .next {
5113
  left: 100%;
5114
}
5115
.carousel-inner > .prev {
5116
  left: -100%;
5117
}
5118
.carousel-inner > .next.left,
5119
.carousel-inner > .prev.right {
5120
  left: 0;
5121
}
5122
.carousel-inner > .active.left {
5123
  left: -100%;
5124
}
5125
.carousel-inner > .active.right {
5126
  left: 100%;
5127
}
5128
.carousel-control {
5129
  position: absolute;
5130
  top: 40%;
5131
  left: 15px;
5132
  width: 40px;
5133
  height: 40px;
5134
  margin-top: -20px;
5135
  font-size: 60px;
5136
  font-weight: 100;
5137
  line-height: 30px;
5138
  color: #ffffff;
5139
  text-align: center;
5140
  background: #222222;
5141
  border: 3px solid #ffffff;
5142
  -webkit-border-radius: 23px;
5143
  -moz-border-radius: 23px;
5144
  border-radius: 23px;
5145
  opacity: 0.5;
5146
  filter: alpha(opacity=50);
5147
}
5148
.carousel-control.right {
5149
  left: auto;
5150
  right: 15px;
5151
}
5152
.carousel-control:hover,
5153
.carousel-control:focus {
5154
  color: #ffffff;
5155
  text-decoration: none;
5156
  opacity: 0.9;
5157
  filter: alpha(opacity=90);
5158
}
5159
.carousel-indicators {
5160
  position: absolute;
5161
  top: 15px;
5162
  left: 15px;
5163
  z-index: 5;
5164
  margin: 0;
5165
  list-style: none;
5166
}
5167
.carousel-indicators li {
5168
  display: block;
5169
  float: right;
5170
  width: 10px;
5171
  height: 10px;
5172
  margin-right: 5px;
5173
  text-indent: -999px;
5174
  background-color: #ccc;
5175
  background-color: rgba(255, 255, 255, 0.25);
5176
  border-radius: 5px;
5177
}
5178
.carousel-indicators .active {
5179
  background-color: #fff;
5180
}
5181
.carousel-caption {
5182
  position: absolute;
5183
  left: 0;
5184
  right: 0;
5185
  bottom: 0;
5186
  padding: 15px;
5187
  background: #333333;
5188
  background: rgba(0, 0, 0, 0.75);
5189
}
5190
.carousel-caption h4,
5191
.carousel-caption p {
5192
  color: #ffffff;
5193
  line-height: 20px;
5194
}
5195
.carousel-caption h4 {
5196
  margin: 0 0 5px;
5197
}
5198
.carousel-caption p {
5199
  margin-bottom: 0;
5200
}
5201
.hero-unit {
5202
  padding: 60px;
5203
  margin-bottom: 30px;
5204
  font-size: 18px;
5205
  font-weight: 200;
5206
  line-height: 30px;
5207
  color: inherit;
5208
  background-color: #eeeeee;
5209
  -webkit-border-radius: 6px;
5210
  -moz-border-radius: 6px;
5211
  border-radius: 6px;
5212
}
5213
.hero-unit h1 {
5214
  margin-bottom: 0;
5215
  font-size: 60px;
5216
  line-height: 1;
5217
  color: inherit;
5218
  letter-spacing: -1px;
5219
}
5220
.hero-unit li {
5221
  line-height: 30px;
5222
}
5223
/*!
5224
 * Bootstrap Responsive v2.2.1
5225
 *
5226
 * Copyright 2012 Twitter, Inc
5227
 * Licensed under the Apache License v2.0
5228
 * http://www.apache.org/licenses/LICENSE-2.0
5229
 *
5230
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
5231
 */
5232
@-ms-viewport {
5233
  width: device-width;
5234
}
5235
.hidden {
5236
  display: none;
5237
  visibility: hidden;
5238
}
5239
.visible-phone {
5240
  display: none !important;
5241
}
5242
.visible-tablet {
5243
  display: none !important;
5244
}
5245
.hidden-desktop {
5246
  display: none !important;
5247
}
5248
.visible-desktop {
5249
  display: inherit !important;
5250
}
5251
@media (min-width: 768px) and (max-width: 979px) {
5252
  .hidden-desktop {
5253
    display: inherit !important;
5254
  }
5255
  .visible-desktop {
5256
    display: none !important ;
5257
  }
5258
  .visible-tablet {
5259
    display: inherit !important;
5260
  }
5261
  .hidden-tablet {
5262
    display: none !important;
5263
  }
5264
}
5265
@media (max-width: 767px) {
5266
  .hidden-desktop {
5267
    display: inherit !important;
5268
  }
5269
  .visible-desktop {
5270
    display: none !important;
5271
  }
5272
  .visible-phone {
5273
    display: inherit !important;
5274
  }
5275
  .hidden-phone {
5276
    display: none !important;
5277
  }
5278
}
5279
.visible-print {
5280
  display: none !important;
5281
}
5282
@media print {
5283
  .visible-print {
5284
    display: inherit !important;
5285
  }
5286
  .hidden-print {
5287
    display: none !important;
5288
  }
5289
}
5290
@media (min-width: 1200px) {
5291
  .row {
5292
    margin-right: -30px;
5293
    *zoom: 1;
5294
  }
5295
  .row:before,
5296
  .row:after {
5297
    display: table;
5298
    content: "";
5299
    line-height: 0;
5300
  }
5301
  .row:after {
5302
    clear: both;
5303
  }
5304
  [class*="span"] {
5305
    float: right;
5306
    min-height: 1px;
5307
    margin-right: 30px;
5308
  }
5309
  .container,
5310
  .navbar-static-top .container,
5311
  .navbar-fixed-top .container,
5312
  .navbar-fixed-bottom .container {
5313
    width: 1170px;
5314
  }
5315
  .span12 {
5316
    width: 1170px;
5317
  }
5318
  .span11 {
5319
    width: 1070px;
5320
  }
5321
  .span10 {
5322
    width: 970px;
5323
  }
5324
  .span9 {
5325
    width: 870px;
5326
  }
5327
  .span8 {
5328
    width: 770px;
5329
  }
5330
  .span7 {
5331
    width: 670px;
5332
  }
5333
  .span6 {
5334
    width: 570px;
5335
  }
5336
  .span5 {
5337
    width: 470px;
5338
  }
5339
  .span4 {
5340
    width: 370px;
5341
  }
5342
  .span3 {
5343
    width: 270px;
5344
  }
5345
  .span2 {
5346
    width: 170px;
5347
  }
5348
  .span1 {
5349
    width: 70px;
5350
  }
5351
  .offset12 {
5352
    margin-right: 1230px;
5353
  }
5354
  .offset11 {
5355
    margin-right: 1130px;
5356
  }
5357
  .offset10 {
5358
    margin-right: 1030px;
5359
  }
5360
  .offset9 {
5361
    margin-right: 930px;
5362
  }
5363
  .offset8 {
5364
    margin-right: 830px;
5365
  }
5366
  .offset7 {
5367
    margin-right: 730px;
5368
  }
5369
  .offset6 {
5370
    margin-right: 630px;
5371
  }
5372
  .offset5 {
5373
    margin-right: 530px;
5374
  }
5375
  .offset4 {
5376
    margin-right: 430px;
5377
  }
5378
  .offset3 {
5379
    margin-right: 330px;
5380
  }
5381
  .offset2 {
5382
    margin-right: 230px;
5383
  }
5384
  .offset1 {
5385
    margin-right: 130px;
5386
  }
5387
  .row-fluid {
5388
    width: 100%;
5389
    *zoom: 1;
5390
  }
5391
  .row-fluid:before,
5392
  .row-fluid:after {
5393
    display: table;
5394
    content: "";
5395
    line-height: 0;
5396
  }
5397
  .row-fluid:after {
5398
    clear: both;
5399
  }
5400
  .row-fluid [class*="span"] {
5401
    display: block;
5402
    width: 100%;
5403
    min-height: 30px;
5404
    -webkit-box-sizing: border-box;
5405
    -moz-box-sizing: border-box;
5406
    box-sizing: border-box;
5407
    float: right;
5408
    margin-right: 2.564102564102564%;
5409
    *margin-right: 2.5109110747408616%;
5410
  }
5411
  .row-fluid [class*="span"]:first-child {
5412
    margin-right: 0;
5413
  }
5414
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
5415
    margin-right: 2.564102564102564%;
5416
  }
5417
  .row-fluid .span12 {
5418
    width: 100%;
5419
    *width: 99.94680851063829%;
5420
  }
5421
  .row-fluid .span11 {
5422
    width: 91.45299145299145%;
5423
    *width: 91.39979996362975%;
5424
  }
5425
  .row-fluid .span10 {
5426
    width: 82.90598290598291%;
5427
    *width: 82.8527914166212%;
5428
  }
5429
  .row-fluid .span9 {
5430
    width: 74.35897435897436%;
5431
    *width: 74.30578286961266%;
5432
  }
5433
  .row-fluid .span8 {
5434
    width: 65.81196581196582%;
5435
    *width: 65.75877432260411%;
5436
  }
5437
  .row-fluid .span7 {
5438
    width: 57.26495726495726%;
5439
    *width: 57.21176577559556%;
5440
  }
5441
  .row-fluid .span6 {
5442
    width: 48.717948717948715%;
5443
    *width: 48.664757228587014%;
5444
  }
5445
  .row-fluid .span5 {
5446
    width: 40.17094017094017%;
5447
    *width: 40.11774868157847%;
5448
  }
5449
  .row-fluid .span4 {
5450
    width: 31.623931623931625%;
5451
    *width: 31.570740134569924%;
5452
  }
5453
  .row-fluid .span3 {
5454
    width: 23.076923076923077%;
5455
    *width: 23.023731587561375%;
5456
  }
5457
  .row-fluid .span2 {
5458
    width: 14.52991452991453%;
5459
    *width: 14.476723040552828%;
5460
  }
5461
  .row-fluid .span1 {
5462
    width: 5.982905982905983%;
5463
    *width: 5.929714493544281%;
5464
  }
5465
  .row-fluid .offset12 {
5466
    margin-right: 105.12820512820512%;
5467
    *margin-right: 105.02182214948171%;
5468
  }
5469
  .row-fluid .offset12:first-child {
5470
    margin-right: 102.56410256410257%;
5471
    *margin-right: 102.45771958537915%;
5472
  }
5473
  .row-fluid .offset11 {
5474
    margin-right: 96.58119658119658%;
5475
    *margin-right: 96.47481360247316%;
5476
  }
5477
  .row-fluid .offset11:first-child {
5478
    margin-right: 94.01709401709402%;
5479
    *margin-right: 93.91071103837061%;
5480
  }
5481
  .row-fluid .offset10 {
5482
    margin-right: 88.03418803418803%;
5483
    *margin-right: 87.92780505546462%;
5484
  }
5485
  .row-fluid .offset10:first-child {
5486
    margin-right: 85.47008547008548%;
5487
    *margin-right: 85.36370249136206%;
5488
  }
5489
  .row-fluid .offset9 {
5490
    margin-right: 79.48717948717949%;
5491
    *margin-right: 79.38079650845607%;
5492
  }
5493
  .row-fluid .offset9:first-child {
5494
    margin-right: 76.92307692307693%;
5495
    *margin-right: 76.81669394435352%;
5496
  }
5497
  .row-fluid .offset8 {
5498
    margin-right: 70.94017094017094%;
5499
    *margin-right: 70.83378796144753%;
5500
  }
5501
  .row-fluid .offset8:first-child {
5502
    margin-right: 68.37606837606839%;
5503
    *margin-right: 68.26968539734497%;
5504
  }
5505
  .row-fluid .offset7 {
5506
    margin-right: 62.393162393162385%;
5507
    *margin-right: 62.28677941443899%;
5508
  }
5509
  .row-fluid .offset7:first-child {
5510
    margin-right: 59.82905982905982%;
5511
    *margin-right: 59.72267685033642%;
5512
  }
5513
  .row-fluid .offset6 {
5514
    margin-right: 53.84615384615384%;
5515
    *margin-right: 53.739770867430444%;
5516
  }
5517
  .row-fluid .offset6:first-child {
5518
    margin-right: 51.28205128205128%;
5519
    *margin-right: 51.175668303327875%;
5520
  }
5521
  .row-fluid .offset5 {
5522
    margin-right: 45.299145299145295%;
5523
    *margin-right: 45.1927623204219%;
5524
  }
5525
  .row-fluid .offset5:first-child {
5526
    margin-right: 42.73504273504273%;
5527
    *margin-right: 42.62865975631933%;
5528
  }
5529
  .row-fluid .offset4 {
5530
    margin-right: 36.75213675213675%;
5531
    *margin-right: 36.645753773413354%;
5532
  }
5533
  .row-fluid .offset4:first-child {
5534
    margin-right: 34.18803418803419%;
5535
    *margin-right: 34.081651209310785%;
5536
  }
5537
  .row-fluid .offset3 {
5538
    margin-right: 28.205128205128204%;
5539
    *margin-right: 28.0987452264048%;
5540
  }
5541
  .row-fluid .offset3:first-child {
5542
    margin-right: 25.641025641025642%;
5543
    *margin-right: 25.53464266230224%;
5544
  }
5545
  .row-fluid .offset2 {
5546
    margin-right: 19.65811965811966%;
5547
    *margin-right: 19.551736679396257%;
5548
  }
5549
  .row-fluid .offset2:first-child {
5550
    margin-right: 17.094017094017094%;
5551
    *margin-right: 16.98763411529369%;
5552
  }
5553
  .row-fluid .offset1 {
5554
    margin-right: 11.11111111111111%;
5555
    *margin-right: 11.004728132387708%;
5556
  }
5557
  .row-fluid .offset1:first-child {
5558
    margin-right: 8.547008547008547%;
5559
    *margin-right: 8.440625568285142%;
5560
  }
5561
  input,
5562
  textarea,
5563
  .uneditable-input {
5564
    margin-right: 0;
5565
  }
5566
  .controls-row [class*="span"] + [class*="span"] {
5567
    margin-right: 30px;
5568
  }
5569
  input.span12,
5570
  textarea.span12,
5571
  .uneditable-input.span12 {
5572
    width: 1156px;
5573
  }
5574
  input.span11,
5575
  textarea.span11,
5576
  .uneditable-input.span11 {
5577
    width: 1056px;
5578
  }
5579
  input.span10,
5580
  textarea.span10,
5581
  .uneditable-input.span10 {
5582
    width: 956px;
5583
  }
5584
  input.span9,
5585
  textarea.span9,
5586
  .uneditable-input.span9 {
5587
    width: 856px;
5588
  }
5589
  input.span8,
5590
  textarea.span8,
5591
  .uneditable-input.span8 {
5592
    width: 756px;
5593
  }
5594
  input.span7,
5595
  textarea.span7,
5596
  .uneditable-input.span7 {
5597
    width: 656px;
5598
  }
5599
  input.span6,
5600
  textarea.span6,
5601
  .uneditable-input.span6 {
5602
    width: 556px;
5603
  }
5604
  input.span5,
5605
  textarea.span5,
5606
  .uneditable-input.span5 {
5607
    width: 456px;
5608
  }
5609
  input.span4,
5610
  textarea.span4,
5611
  .uneditable-input.span4 {
5612
    width: 356px;
5613
  }
5614
  input.span3,
5615
  textarea.span3,
5616
  .uneditable-input.span3 {
5617
    width: 256px;
5618
  }
5619
  input.span2,
5620
  textarea.span2,
5621
  .uneditable-input.span2 {
5622
    width: 156px;
5623
  }
5624
  input.span1,
5625
  textarea.span1,
5626
  .uneditable-input.span1 {
5627
    width: 56px;
5628
  }
5629
  .thumbnails {
5630
    margin-right: -30px;
5631
  }
5632
  .thumbnails > li {
5633
    margin-right: 30px;
5634
  }
5635
  .row-fluid .thumbnails {
5636
    margin-right: 0;
5637
  }
5638
}
5639
@media (min-width: 768px) and (max-width: 979px) {
5640
  .row {
5641
    margin-right: -20px;
5642
    *zoom: 1;
5643
  }
5644
  .row:before,
5645
  .row:after {
5646
    display: table;
5647
    content: "";
5648
    line-height: 0;
5649
  }
5650
  .row:after {
5651
    clear: both;
5652
  }
5653
  [class*="span"] {
5654
    float: right;
5655
    min-height: 1px;
5656
    margin-right: 20px;
5657
  }
5658
  .container,
5659
  .navbar-static-top .container,
5660
  .navbar-fixed-top .container,
5661
  .navbar-fixed-bottom .container {
5662
    width: 724px;
5663
  }
5664
  .span12 {
5665
    width: 724px;
5666
  }
5667
  .span11 {
5668
    width: 662px;
5669
  }
5670
  .span10 {
5671
    width: 600px;
5672
  }
5673
  .span9 {
5674
    width: 538px;
5675
  }
5676
  .span8 {
5677
    width: 476px;
5678
  }
5679
  .span7 {
5680
    width: 414px;
5681
  }
5682
  .span6 {
5683
    width: 352px;
5684
  }
5685
  .span5 {
5686
    width: 290px;
5687
  }
5688
  .span4 {
5689
    width: 228px;
5690
  }
5691
  .span3 {
5692
    width: 166px;
5693
  }
5694
  .span2 {
5695
    width: 104px;
5696
  }
5697
  .span1 {
5698
    width: 42px;
5699
  }
5700
  .offset12 {
5701
    margin-right: 764px;
5702
  }
5703
  .offset11 {
5704
    margin-right: 702px;
5705
  }
5706
  .offset10 {
5707
    margin-right: 640px;
5708
  }
5709
  .offset9 {
5710
    margin-right: 578px;
5711
  }
5712
  .offset8 {
5713
    margin-right: 516px;
5714
  }
5715
  .offset7 {
5716
    margin-right: 454px;
5717
  }
5718
  .offset6 {
5719
    margin-right: 392px;
5720
  }
5721
  .offset5 {
5722
    margin-right: 330px;
5723
  }
5724
  .offset4 {
5725
    margin-right: 268px;
5726
  }
5727
  .offset3 {
5728
    margin-right: 206px;
5729
  }
5730
  .offset2 {
5731
    margin-right: 144px;
5732
  }
5733
  .offset1 {
5734
    margin-right: 82px;
5735
  }
5736
  .row-fluid {
5737
    width: 100%;
5738
    *zoom: 1;
5739
  }
5740
  .row-fluid:before,
5741
  .row-fluid:after {
5742
    display: table;
5743
    content: "";
5744
    line-height: 0;
5745
  }
5746
  .row-fluid:after {
5747
    clear: both;
5748
  }
5749
  .row-fluid [class*="span"] {
5750
    display: block;
5751
    width: 100%;
5752
    min-height: 30px;
5753
    -webkit-box-sizing: border-box;
5754
    -moz-box-sizing: border-box;
5755
    box-sizing: border-box;
5756
    float: right;
5757
    margin-right: 2.7624309392265194%;
5758
    *margin-right: 2.709239449864817%;
5759
  }
5760
  .row-fluid [class*="span"]:first-child {
5761
    margin-right: 0;
5762
  }
5763
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
5764
    margin-right: 2.7624309392265194%;
5765
  }
5766
  .row-fluid .span12 {
5767
    width: 100%;
5768
    *width: 99.94680851063829%;
5769
  }
5770
  .row-fluid .span11 {
5771
    width: 91.43646408839778%;
5772
    *width: 91.38327259903608%;
5773
  }
5774
  .row-fluid .span10 {
5775
    width: 82.87292817679558%;
5776
    *width: 82.81973668743387%;
5777
  }
5778
  .row-fluid .span9 {
5779
    width: 74.30939226519337%;
5780
    *width: 74.25620077583166%;
5781
  }
5782
  .row-fluid .span8 {
5783
    width: 65.74585635359117%;
5784
    *width: 65.69266486422946%;
5785
  }
5786
  .row-fluid .span7 {
5787
    width: 57.18232044198895%;
5788
    *width: 57.12912895262725%;
5789
  }
5790
  .row-fluid .span6 {
5791
    width: 48.61878453038674%;
5792
    *width: 48.56559304102504%;
5793
  }
5794
  .row-fluid .span5 {
5795
    width: 40.05524861878453%;
5796
    *width: 40.00205712942283%;
5797
  }
5798
  .row-fluid .span4 {
5799
    width: 31.491712707182323%;
5800
    *width: 31.43852121782062%;
5801
  }
5802
  .row-fluid .span3 {
5803
    width: 22.92817679558011%;
5804
    *width: 22.87498530621841%;
5805
  }
5806
  .row-fluid .span2 {
5807
    width: 14.3646408839779%;
5808
    *width: 14.311449394616199%;
5809
  }
5810
  .row-fluid .span1 {
5811
    width: 5.801104972375691%;
5812
    *width: 5.747913483013988%;
5813
  }
5814
  .row-fluid .offset12 {
5815
    margin-right: 105.52486187845304%;
5816
    *margin-right: 105.41847889972962%;
5817
  }
5818
  .row-fluid .offset12:first-child {
5819
    margin-right: 102.76243093922652%;
5820
    *margin-right: 102.6560479605031%;
5821
  }
5822
  .row-fluid .offset11 {
5823
    margin-right: 96.96132596685082%;
5824
    *margin-right: 96.8549429881274%;
5825
  }
5826
  .row-fluid .offset11:first-child {
5827
    margin-right: 94.1988950276243%;
5828
    *margin-right: 94.09251204890089%;
5829
  }
5830
  .row-fluid .offset10 {
5831
    margin-right: 88.39779005524862%;
5832
    *margin-right: 88.2914070765252%;
5833
  }
5834
  .row-fluid .offset10:first-child {
5835
    margin-right: 85.6353591160221%;
5836
    *margin-right: 85.52897613729868%;
5837
  }
5838
  .row-fluid .offset9 {
5839
    margin-right: 79.8342541436464%;
5840
    *margin-right: 79.72787116492299%;
5841
  }
5842
  .row-fluid .offset9:first-child {
5843
    margin-right: 77.07182320441989%;
5844
    *margin-right: 76.96544022569647%;
5845
  }
5846
  .row-fluid .offset8 {
5847
    margin-right: 71.2707182320442%;
5848
    *margin-right: 71.16433525332079%;
5849
  }
5850
  .row-fluid .offset8:first-child {
5851
    margin-right: 68.50828729281768%;
5852
    *margin-right: 68.40190431409427%;
5853
  }
5854
  .row-fluid .offset7 {
5855
    margin-right: 62.70718232044199%;
5856
    *margin-right: 62.600799341718584%;
5857
  }
5858
  .row-fluid .offset7:first-child {
5859
    margin-right: 59.94475138121547%;
5860
    *margin-right: 59.838368402492065%;
5861
  }
5862
  .row-fluid .offset6 {
5863
    margin-right: 54.14364640883978%;
5864
    *margin-right: 54.037263430116376%;
5865
  }
5866
  .row-fluid .offset6:first-child {
5867
    margin-right: 51.38121546961326%;
5868
    *margin-right: 51.27483249088986%;
5869
  }
5870
  .row-fluid .offset5 {
5871
    margin-right: 45.58011049723757%;
5872
    *margin-right: 45.47372751851417%;
5873
  }
5874
  .row-fluid .offset5:first-child {
5875
    margin-right: 42.81767955801105%;
5876
    *margin-right: 42.71129657928765%;
5877
  }
5878
  .row-fluid .offset4 {
5879
    margin-right: 37.01657458563536%;
5880
    *margin-right: 36.91019160691196%;
5881
  }
5882
  .row-fluid .offset4:first-child {
5883
    margin-right: 34.25414364640884%;
5884
    *margin-right: 34.14776066768544%;
5885
  }
5886
  .row-fluid .offset3 {
5887
    margin-right: 28.45303867403315%;
5888
    *margin-right: 28.346655695309746%;
5889
  }
5890
  .row-fluid .offset3:first-child {
5891
    margin-right: 25.69060773480663%;
5892
    *margin-right: 25.584224756083227%;
5893
  }
5894
  .row-fluid .offset2 {
5895
    margin-right: 19.88950276243094%;
5896
    *margin-right: 19.783119783707537%;
5897
  }
5898
  .row-fluid .offset2:first-child {
5899
    margin-right: 17.12707182320442%;
5900
    *margin-right: 17.02068884448102%;
5901
  }
5902
  .row-fluid .offset1 {
5903
    margin-right: 11.32596685082873%;
5904
    *margin-right: 11.219583872105325%;
5905
  }
5906
  .row-fluid .offset1:first-child {
5907
    margin-right: 8.56353591160221%;
5908
    *margin-right: 8.457152932878806%;
5909
  }
5910
  input,
5911
  textarea,
5912
  .uneditable-input {
5913
    margin-right: 0;
5914
  }
5915
  .controls-row [class*="span"] + [class*="span"] {
5916
    margin-right: 20px;
5917
  }
5918
  input.span12,
5919
  textarea.span12,
5920
  .uneditable-input.span12 {
5921
    width: 710px;
5922
  }
5923
  input.span11,
5924
  textarea.span11,
5925
  .uneditable-input.span11 {
5926
    width: 648px;
5927
  }
5928
  input.span10,
5929
  textarea.span10,
5930
  .uneditable-input.span10 {
5931
    width: 586px;
5932
  }
5933
  input.span9,
5934
  textarea.span9,
5935
  .uneditable-input.span9 {
5936
    width: 524px;
5937
  }
5938
  input.span8,
5939
  textarea.span8,
5940
  .uneditable-input.span8 {
5941
    width: 462px;
5942
  }
5943
  input.span7,
5944
  textarea.span7,
5945
  .uneditable-input.span7 {
5946
    width: 400px;
5947
  }
5948
  input.span6,
5949
  textarea.span6,
5950
  .uneditable-input.span6 {
5951
    width: 338px;
5952
  }
5953
  input.span5,
5954
  textarea.span5,
5955
  .uneditable-input.span5 {
5956
    width: 276px;
5957
  }
5958
  input.span4,
5959
  textarea.span4,
5960
  .uneditable-input.span4 {
5961
    width: 214px;
5962
  }
5963
  input.span3,
5964
  textarea.span3,
5965
  .uneditable-input.span3 {
5966
    width: 152px;
5967
  }
5968
  input.span2,
5969
  textarea.span2,
5970
  .uneditable-input.span2 {
5971
    width: 90px;
5972
  }
5973
  input.span1,
5974
  textarea.span1,
5975
  .uneditable-input.span1 {
5976
    width: 28px;
5977
  }
5978
}
5979
@media (max-width: 767px) {
5980
  body {
5981
    padding-left: 20px;
5982
    padding-right: 20px;
5983
  }
5984
  .navbar-fixed-top,
5985
  .navbar-fixed-bottom,
5986
  .navbar-static-top {
5987
    margin-left: -20px;
5988
    margin-right: -20px;
5989
  }
5990
  .container-fluid {
5991
    padding: 0;
5992
  }
5993
  .dl-horizontal dt {
5994
    float: none;
5995
    clear: none;
5996
    width: auto;
5997
    text-align: right;
5998
  }
5999
  .dl-horizontal dd {
6000
    margin-right: 0;
6001
  }
6002
  .container {
6003
    width: auto;
6004
  }
6005
  .row-fluid {
6006
    width: 100%;
6007
  }
6008
  .row,
6009
  .thumbnails {
6010
    margin-right: 0;
6011
  }
6012
  .thumbnails > li {
6013
    float: none;
6014
    margin-right: 0;
6015
  }
6016
  [class*="span"],
6017
  .uneditable-input[class*="span"],
6018
  .row-fluid [class*="span"] {
6019
    float: none;
6020
    display: block;
6021
    width: 100%;
6022
    margin-right: 0;
6023
    -webkit-box-sizing: border-box;
6024
    -moz-box-sizing: border-box;
6025
    box-sizing: border-box;
6026
  }
6027
  .span12,
6028
  .row-fluid .span12 {
6029
    width: 100%;
6030
    -webkit-box-sizing: border-box;
6031
    -moz-box-sizing: border-box;
6032
    box-sizing: border-box;
6033
  }
6034
  .row-fluid [class*="offset"]:first-child {
6035
    margin-right: 0;
6036
  }
6037
  .input-large,
6038
  .input-xlarge,
6039
  .input-xxlarge,
6040
  input[class*="span"],
6041
  select[class*="span"],
6042
  textarea[class*="span"],
6043
  .uneditable-input {
6044
    display: block;
6045
    width: 100%;
6046
    min-height: 30px;
6047
    -webkit-box-sizing: border-box;
6048
    -moz-box-sizing: border-box;
6049
    box-sizing: border-box;
6050
  }
6051
  .input-prepend input,
6052
  .input-append input,
6053
  .input-prepend input[class*="span"],
6054
  .input-append input[class*="span"] {
6055
    display: inline-block;
6056
    width: auto;
6057
  }
6058
  .controls-row [class*="span"] + [class*="span"] {
6059
    margin-right: 0;
6060
  }
6061
  .modal {
6062
    position: fixed;
6063
    top: 20px;
6064
    left: 20px;
6065
    right: 20px;
6066
    width: auto;
6067
    margin: 0;
6068
  }
6069
  .modal.fade {
6070
    top: -100px;
6071
  }
6072
  .modal.fade.in {
6073
    top: 20px;
6074
  }
6075
}
6076
@media (max-width: 480px) {
6077
  .nav-collapse {
6078
    -webkit-transform: translate3d(0, 0, 0);
6079
  }
6080
  .page-header h1 small {
6081
    display: block;
6082
    line-height: 20px;
6083
  }
6084
  input[type="checkbox"],
6085
  input[type="radio"] {
6086
    border: 1px solid #ccc;
6087
  }
6088
  .form-horizontal .control-label {
6089
    float: none;
6090
    width: auto;
6091
    padding-top: 0;
6092
    text-align: right;
6093
  }
6094
  .form-horizontal .controls {
6095
    margin-right: 0;
6096
  }
6097
  .form-horizontal .control-list {
6098
    padding-top: 0;
6099
  }
6100
  .form-horizontal .form-actions {
6101
    padding-left: 10px;
6102
    padding-right: 10px;
6103
  }
6104
  .media .pull-left,
6105
  .media .pull-right {
6106
    float: none;
6107
    display: block;
6108
    margin-bottom: 10px;
6109
  }
6110
  .media-object {
6111
    margin-right: 0;
6112
    margin-left: 0;
6113
  }
6114
  .modal {
6115
    top: 10px;
6116
    left: 10px;
6117
    right: 10px;
6118
  }
6119
  .modal-header .close {
6120
    padding: 10px;
6121
    margin: -10px;
6122
  }
6123
  .carousel-caption {
6124
    position: static;
6125
  }
6126
}
6127
@media (max-width: 979px) {
6128
  body {
6129
    padding-top: 0;
6130
  }
6131
  .navbar-fixed-top,
6132
  .navbar-fixed-bottom {
6133
    position: static;
6134
  }
6135
  .navbar-fixed-top {
6136
    margin-bottom: 20px;
6137
  }
6138
  .navbar-fixed-bottom {
6139
    margin-top: 20px;
6140
  }
6141
  .navbar-fixed-top .navbar-inner,
6142
  .navbar-fixed-bottom .navbar-inner {
6143
    padding: 5px;
6144
  }
6145
  .navbar .container {
6146
    width: auto;
6147
    padding: 0;
6148
  }
6149
  .navbar .brand {
6150
    padding-left: 10px;
6151
    padding-right: 10px;
6152
    margin: 0 -5px 0 0;
6153
  }
6154
  .nav-collapse {
6155
    clear: both;
6156
  }
6157
  .nav-collapse .nav {
6158
    float: none;
6159
    margin: 0 0 10px;
6160
  }
6161
  .nav-collapse .nav > li {
6162
    float: none;
6163
  }
6164
  .nav-collapse .nav > li > a {
6165
    margin-bottom: 2px;
6166
  }
6167
  .nav-collapse .nav > .divider-vertical {
6168
    display: none;
6169
  }
6170
  .nav-collapse .nav .nav-header {
6171
    color: #777777;
6172
    text-shadow: none;
6173
  }
6174
  .nav-collapse .nav > li > a,
6175
  .nav-collapse .dropdown-menu a {
6176
    padding: 9px 15px;
6177
    font-weight: bold;
6178
    color: #777777;
6179
    -webkit-border-radius: 3px;
6180
    -moz-border-radius: 3px;
6181
    border-radius: 3px;
6182
  }
6183
  .nav-collapse .btn {
6184
    padding: 4px 10px 4px;
6185
    font-weight: normal;
6186
    -webkit-border-radius: 4px;
6187
    -moz-border-radius: 4px;
6188
    border-radius: 4px;
6189
  }
6190
  .nav-collapse .dropdown-menu li + li a {
6191
    margin-bottom: 2px;
6192
  }
6193
  .nav-collapse .nav > li > a:hover,
6194
  .nav-collapse .nav > li > a:focus,
6195
  .nav-collapse .dropdown-menu a:hover,
6196
  .nav-collapse .dropdown-menu a:focus {
6197
    background-color: #f2f2f2;
6198
  }
6199
  .navbar-inverse .nav-collapse .nav > li > a,
6200
  .navbar-inverse .nav-collapse .dropdown-menu a {
6201
    color: #999999;
6202
  }
6203
  .navbar-inverse .nav-collapse .nav > li > a:hover,
6204
  .navbar-inverse .nav-collapse .nav > li > a:focus,
6205
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
6206
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
6207
    background-color: #111111;
6208
  }
6209
  .nav-collapse.in .btn-group {
6210
    margin-top: 5px;
6211
    padding: 0;
6212
  }
6213
  .nav-collapse .dropdown-menu {
6214
    position: static;
6215
    top: auto;
6216
    right: auto;
6217
    float: none;
6218
    display: none;
6219
    max-width: none;
6220
    margin: 0 15px;
6221
    padding: 0;
6222
    background-color: transparent;
6223
    border: none;
6224
    -webkit-border-radius: 0;
6225
    -moz-border-radius: 0;
6226
    border-radius: 0;
6227
    -webkit-box-shadow: none;
6228
    -moz-box-shadow: none;
6229
    box-shadow: none;
6230
  }
6231
  .nav-collapse .open > .dropdown-menu {
6232
    display: block;
6233
  }
6234
  .nav-collapse .dropdown-menu:before,
6235
  .nav-collapse .dropdown-menu:after {
6236
    display: none;
6237
  }
6238
  .nav-collapse .dropdown-menu .divider {
6239
    display: none;
6240
  }
6241
  .nav-collapse .nav > li > .dropdown-menu:before,
6242
  .nav-collapse .nav > li > .dropdown-menu:after {
6243
    display: none;
6244
  }
6245
  .nav-collapse .navbar-form,
6246
  .nav-collapse .navbar-search {
6247
    float: none;
6248
    padding: 10px 15px;
6249
    margin: 10px 0;
6250
    border-top: 1px solid #f2f2f2;
6251
    border-bottom: 1px solid #f2f2f2;
6252
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
6253
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
6254
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
6255
  }
6256
  .navbar-inverse .nav-collapse .navbar-form,
6257
  .navbar-inverse .nav-collapse .navbar-search {
6258
    border-top-color: #111111;
6259
    border-bottom-color: #111111;
6260
  }
6261
  .navbar .nav-collapse .nav.pull-right {
6262
    float: none;
6263
    margin-right: 0;
6264
  }
6265
  .nav-collapse,
6266
  .nav-collapse.collapse {
6267
    overflow: hidden;
6268
    height: 0;
6269
  }
6270
  .navbar .btn-navbar {
6271
    display: block;
6272
  }
6273
  .navbar-static .navbar-inner {
6274
    padding-left: 10px;
6275
    padding-right: 10px;
6276
  }
6277
}
6278
@media (min-width: 979px + 1) {
6279
  .nav-collapse.collapse {
6280
    height: auto !important;
6281
    overflow: visible !important;
6282
  }
6283
}
6284
.pull-right {
6285
  float: right;
6286
}
6287
.pull-left {
6288
  float: left;
6289
}
6290
.hide {
6291
  display: none;
6292
}
6293
.show {
6294
  display: block;
6295
}
6296
.invisible {
6297
  visibility: hidden;
6298
}
6299
.affix {
6300
  position: fixed;
6301
}
(-)a/koha-tmpl/opac-tmpl/bootstrap/lib/bootstrap/css/bootstrap-rtl.min.css (+857 lines)
Line 0 Link Here
1
body{direction:rtl;unicode-bidi:bidi-override}
2
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
3
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
4
audio:not([controls]){display:none}
5
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
6
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
7
a:hover,a:active{outline:0}
8
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
9
sup{top:-0.5em}
10
sub{bottom:-0.25em}
11
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic}
12
#map_canvas img,.google-maps img{max-width:none}
13
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle}
14
button,input{*overflow:visible;line-height:normal}
15
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}
16
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}
17
label,select,button,input[type="button"],input[type="reset"],input[type="submit"],input[type="radio"],input[type="checkbox"]{cursor:pointer}
18
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}
19
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}
20
textarea{overflow:auto;vertical-align:top}
21
@media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important} a,a:visited{text-decoration:underline} a[href]:after{content:" (" attr(href) ")"} abbr[title]:after{content:" (" attr(title) ")"} .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""} pre,blockquote{border:1px solid #999;page-break-inside:avoid} thead{display:table-header-group} tr,img{page-break-inside:avoid} img{max-width:100% !important} @page {margin:0.5cm}p,h2,h3{orphans:3;widows:3} h2,h3{page-break-after:avoid}}.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0}
22
.clearfix:after{clear:both}
23
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
24
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
25
body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:#fff;direction:rtl}
26
a{color:#08c;text-decoration:none}
27
a:hover,a:focus{color:#005580;text-decoration:underline}
28
.img-rounded{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
29
.img-polaroid{padding:4px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1)}
30
.img-circle{-webkit-border-radius:500px;-moz-border-radius:500px;border-radius:500px}
31
.row{margin-right:-20px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0}
32
.row:after{clear:both}
33
[class*="span"]{float:right;min-height:1px;margin-right:20px}
34
.container,.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}
35
.span12{width:940px}
36
.span11{width:860px}
37
.span10{width:780px}
38
.span9{width:700px}
39
.span8{width:620px}
40
.span7{width:540px}
41
.span6{width:460px}
42
.span5{width:380px}
43
.span4{width:300px}
44
.span3{width:220px}
45
.span2{width:140px}
46
.span1{width:60px}
47
.offset12{margin-right:980px}
48
.offset11{margin-right:900px}
49
.offset10{margin-right:820px}
50
.offset9{margin-right:740px}
51
.offset8{margin-right:660px}
52
.offset7{margin-right:580px}
53
.offset6{margin-right:500px}
54
.offset5{margin-right:420px}
55
.offset4{margin-right:340px}
56
.offset3{margin-right:260px}
57
.offset2{margin-right:180px}
58
.offset1{margin-right:100px}
59
.row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0}
60
.row-fluid:after{clear:both}
61
.row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.127659574468085%;*margin-right:2.074468085106383%}
62
.row-fluid [class*="span"]:first-child{margin-right:0}
63
.row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.127659574468085%}
64
.row-fluid .span12{width:100%;*width:99.94680851063829%}
65
.row-fluid .span11{width:91.48936170212765%;*width:91.43617021276594%}
66
.row-fluid .span10{width:82.97872340425532%;*width:82.92553191489361%}
67
.row-fluid .span9{width:74.46808510638297%;*width:74.41489361702126%}
68
.row-fluid .span8{width:65.95744680851064%;*width:65.90425531914893%}
69
.row-fluid .span7{width:57.44680851063829%;*width:57.39361702127659%}
70
.row-fluid .span6{width:48.93617021276595%;*width:48.88297872340425%}
71
.row-fluid .span5{width:40.42553191489362%;*width:40.37234042553192%}
72
.row-fluid .span4{width:31.914893617021278%;*width:31.861702127659576%}
73
.row-fluid .span3{width:23.404255319148934%;*width:23.351063829787233%}
74
.row-fluid .span2{width:14.893617021276595%;*width:14.840425531914894%}
75
.row-fluid .span1{width:6.382978723404255%;*width:6.329787234042553%}
76
.row-fluid .offset12{margin-right:104.25531914893617%;*margin-right:104.14893617021275%}
77
.row-fluid .offset12:first-child{margin-right:102.12765957446808%;*margin-right:102.02127659574467%}
78
.row-fluid .offset11{margin-right:95.74468085106382%;*margin-right:95.6382978723404%}
79
.row-fluid .offset11:first-child{margin-right:93.61702127659574%;*margin-right:93.51063829787232%}
80
.row-fluid .offset10{margin-right:87.23404255319149%;*margin-right:87.12765957446807%}
81
.row-fluid .offset10:first-child{margin-right:85.1063829787234%;*margin-right:84.99999999999999%}
82
.row-fluid .offset9{margin-right:78.72340425531914%;*margin-right:78.61702127659572%}
83
.row-fluid .offset9:first-child{margin-right:76.59574468085106%;*margin-right:76.48936170212764%}
84
.row-fluid .offset8{margin-right:70.2127659574468%;*margin-right:70.10638297872339%}
85
.row-fluid .offset8:first-child{margin-right:68.08510638297872%;*margin-right:67.9787234042553%}
86
.row-fluid .offset7{margin-right:61.70212765957446%;*margin-right:61.59574468085106%}
87
.row-fluid .offset7:first-child{margin-right:59.574468085106375%;*margin-right:59.46808510638297%}
88
.row-fluid .offset6{margin-right:53.191489361702125%;*margin-right:53.085106382978715%}
89
.row-fluid .offset6:first-child{margin-right:51.063829787234035%;*margin-right:50.95744680851063%}
90
.row-fluid .offset5{margin-right:44.68085106382979%;*margin-right:44.57446808510638%}
91
.row-fluid .offset5:first-child{margin-right:42.5531914893617%;*margin-right:42.4468085106383%}
92
.row-fluid .offset4{margin-right:36.170212765957444%;*margin-right:36.06382978723405%}
93
.row-fluid .offset4:first-child{margin-right:34.04255319148936%;*margin-right:33.93617021276596%}
94
.row-fluid .offset3{margin-right:27.659574468085104%;*margin-right:27.5531914893617%}
95
.row-fluid .offset3:first-child{margin-right:25.53191489361702%;*margin-right:25.425531914893618%}
96
.row-fluid .offset2{margin-right:19.148936170212764%;*margin-right:19.04255319148936%}
97
.row-fluid .offset2:first-child{margin-right:17.02127659574468%;*margin-right:16.914893617021278%}
98
.row-fluid .offset1{margin-right:10.638297872340425%;*margin-right:10.53191489361702%}
99
.row-fluid .offset1:first-child{margin-right:8.51063829787234%;*margin-right:8.404255319148938%}
100
[class*="span"].hide,.row-fluid [class*="span"].hide{display:none}
101
[class*="span"].pull-left,.row-fluid [class*="span"].pull-left{float:left}
102
.container{margin-right:auto;margin-left:auto;*zoom:1}.container:before,.container:after{display:table;content:"";line-height:0}
103
.container:after{clear:both}
104
.container-fluid{padding-right:20px;padding-left:20px;*zoom:1}.container-fluid:before,.container-fluid:after{display:table;content:"";line-height:0}
105
.container-fluid:after{clear:both}
106
p{margin:0 0 10px}
107
.lead{margin-bottom:20px;font-size:21px;font-weight:200;line-height:30px}
108
small{font-size:85%}
109
strong{font-weight:bold}
110
em{font-style:italic}
111
cite{font-style:normal}
112
.muted{color:#999}
113
a.muted:hover,a.muted:focus{color:#808080}
114
.text-warning{color:#c09853}
115
a.text-warning:hover,a.text-warning:focus{color:#a47e3c}
116
.text-error{color:#b94a48}
117
a.text-error:hover,a.text-error:focus{color:#953b39}
118
.text-info{color:#3a87ad}
119
a.text-info:hover,a.text-info:focus{color:#2d6987}
120
.text-success{color:#468847}
121
a.text-success:hover,a.text-success:focus{color:#356635}
122
.text-left{text-align:left}
123
.text-right{text-align:right}
124
.text-center{text-align:center}
125
h1,h2,h3,h4,h5,h6{margin:10px 0;font-family:inherit;font-weight:bold;line-height:20px;color:inherit;text-rendering:optimizelegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{font-weight:normal;line-height:1;color:#999}
126
h1,h2,h3{line-height:40px}
127
h1{font-size:38.5px}
128
h2{font-size:31.5px}
129
h3{font-size:24.5px}
130
h4{font-size:17.5px}
131
h5{font-size:14px}
132
h6{font-size:11.9px}
133
h1 small{font-size:24.5px}
134
h2 small{font-size:17.5px}
135
h3 small{font-size:14px}
136
h4 small{font-size:14px}
137
.page-header{padding-bottom:9px;margin:20px 0 30px;border-bottom:1px solid #eee}
138
ul,ol{padding:0;margin:0 25px 10px 0}
139
ul ul,ul ol,ol ol,ol ul{margin-bottom:0}
140
li{line-height:20px}
141
ul.unstyled,ol.unstyled{margin-right:0;list-style:none}
142
ul.inline,ol.inline{margin-right:0;list-style:none}ul.inline>li,ol.inline>li{display:inline-block;*display:inline;*zoom:1;padding-left:5px;padding-right:5px}
143
dl{margin-bottom:20px}
144
dt,dd{line-height:20px}
145
dt{font-weight:bold}
146
dd{margin-right:10px}
147
.dl-horizontal{*zoom:1}.dl-horizontal:before,.dl-horizontal:after{display:table;content:"";line-height:0}
148
.dl-horizontal:after{clear:both}
149
.dl-horizontal dt{float:right;width:160px;clear:right;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
150
.dl-horizontal dd{margin-right:180px}
151
hr{margin:20px 0;border:0;border-top:1px solid #eee;border-bottom:1px solid #fff}
152
abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}
153
abbr.initialism{font-size:90%;text-transform:uppercase}
154
blockquote{padding:0 15px 0 0;margin:0 0 20px;border-right:5px solid #eee}blockquote p{margin-bottom:0;font-size:17.5px;font-weight:300;line-height:1.25}
155
blockquote small{display:block;line-height:20px;color:#999}blockquote small:before{content:'\2014 \00A0'}
156
blockquote.pull-left{float:left;padding-left:15px;padding-right:0;border-left:5px solid #eee;border-right:0}blockquote.pull-left p,blockquote.pull-left small{text-align:left}
157
blockquote.pull-left small:before{content:''}
158
blockquote.pull-left small:after{content:'\00A0 \2014'}
159
q:before,q:after,blockquote:before,blockquote:after{content:""}
160
address{display:block;margin-bottom:20px;font-style:normal;line-height:20px}
161
code,pre{padding:0 3px 2px;font-family:Monaco,Menlo,Consolas,"Courier New",monospace;font-size:12px;color:#333;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
162
code{padding:2px 4px;color:#d14;background-color:#f7f7f9;border:1px solid #e1e1e8;white-space:nowrap}
163
pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:20px;word-break:break-all;word-wrap:break-word;white-space:pre;white-space:pre-wrap;background-color:#f5f5f5;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}pre.prettyprint{margin-bottom:20px}
164
pre code{padding:0;color:inherit;white-space:pre;white-space:pre-wrap;background-color:transparent;border:0}
165
.pre-scrollable{max-height:340px;overflow-y:scroll}
166
form{margin:0 0 20px}
167
fieldset{padding:0;margin:0;border:0}
168
legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:40px;color:#333;border:0;border-bottom:1px solid #e5e5e5}legend small{font-size:15px;color:#999}
169
label,input,button,select,textarea{font-size:14px;font-weight:normal;line-height:20px}
170
input,button,select,textarea{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}
171
label{display:block;margin-bottom:5px}
172
select,textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{display:inline-block;height:20px;padding:4px 6px;margin-bottom:10px;font-size:14px;line-height:20px;color:#555;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;vertical-align:middle}
173
input,textarea,.uneditable-input{width:206px}
174
textarea{height:auto}
175
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"],.uneditable-input{background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border linear .2s, box-shadow linear .2s;-moz-transition:border linear .2s, box-shadow linear .2s;-o-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s}textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,.uneditable-input:focus{border-color:rgba(82,168,236,0.8);outline:0;outline:thin dotted \9;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6)}
176
input[type="radio"],input[type="checkbox"]{margin:4px 0 0;*margin-top:0;margin-top:1px \9;line-height:normal}
177
input[type="file"],input[type="image"],input[type="submit"],input[type="reset"],input[type="button"],input[type="radio"],input[type="checkbox"]{width:auto}
178
select,input[type="file"]{height:30px;*margin-top:4px;line-height:30px}
179
select{width:220px;border:1px solid #ccc;background-color:#fff}
180
select[multiple],select[size]{height:auto}
181
select:focus,input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
182
.uneditable-input,.uneditable-textarea{color:#999;background-color:#fcfcfc;border-color:#ccc;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);box-shadow:inset 0 1px 2px rgba(0,0,0,0.025);cursor:not-allowed}
183
.uneditable-input{overflow:hidden;white-space:nowrap}
184
.uneditable-textarea{width:auto;height:auto}
185
input:-moz-placeholder,textarea:-moz-placeholder{color:#999}
186
input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}
187
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#999}
188
.radio,.checkbox{min-height:20px;padding-right:20px}
189
.radio input[type="radio"],.checkbox input[type="checkbox"]{float:right;margin-right:-20px}
190
.controls>.radio:first-child,.controls>.checkbox:first-child{padding-top:5px}
191
.radio.inline,.checkbox.inline{display:inline-block;padding-top:5px;margin-bottom:0;vertical-align:middle}
192
.radio.inline+.radio.inline,.checkbox.inline+.checkbox.inline{margin-right:10px}
193
.input-mini{width:60px}
194
.input-small{width:90px}
195
.input-medium{width:150px}
196
.input-large{width:210px}
197
.input-xlarge{width:270px}
198
.input-xxlarge{width:530px}
199
input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"]{float:none;margin-right:0}
200
.input-append input[class*="span"],.input-append .uneditable-input[class*="span"],.input-prepend input[class*="span"],.input-prepend .uneditable-input[class*="span"],.row-fluid input[class*="span"],.row-fluid select[class*="span"],.row-fluid textarea[class*="span"],.row-fluid .uneditable-input[class*="span"],.row-fluid .input-prepend [class*="span"],.row-fluid .input-append [class*="span"]{display:inline-block}
201
input,textarea,.uneditable-input{margin-right:0}
202
.controls-row [class*="span"]+[class*="span"]{margin-right:20px}
203
input.span12,textarea.span12,.uneditable-input.span12{width:926px}
204
input.span11,textarea.span11,.uneditable-input.span11{width:846px}
205
input.span10,textarea.span10,.uneditable-input.span10{width:766px}
206
input.span9,textarea.span9,.uneditable-input.span9{width:686px}
207
input.span8,textarea.span8,.uneditable-input.span8{width:606px}
208
input.span7,textarea.span7,.uneditable-input.span7{width:526px}
209
input.span6,textarea.span6,.uneditable-input.span6{width:446px}
210
input.span5,textarea.span5,.uneditable-input.span5{width:366px}
211
input.span4,textarea.span4,.uneditable-input.span4{width:286px}
212
input.span3,textarea.span3,.uneditable-input.span3{width:206px}
213
input.span2,textarea.span2,.uneditable-input.span2{width:126px}
214
input.span1,textarea.span1,.uneditable-input.span1{width:46px}
215
.controls-row{*zoom:1}.controls-row:before,.controls-row:after{display:table;content:"";line-height:0}
216
.controls-row:after{clear:both}
217
.controls-row [class*="span"],.row-fluid .controls-row [class*="span"]{float:right}
218
.controls-row .checkbox[class*="span"],.controls-row .radio[class*="span"]{padding-top:5px}
219
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]{cursor:not-allowed;background-color:#eee}
220
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"][readonly],input[type="checkbox"][readonly]{background-color:transparent}
221
.control-group.warning .control-label,.control-group.warning .help-block,.control-group.warning .help-inline{color:#c09853}
222
.control-group.warning .checkbox,.control-group.warning .radio,.control-group.warning input,.control-group.warning select,.control-group.warning textarea{color:#c09853}
223
.control-group.warning input,.control-group.warning select,.control-group.warning textarea{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.warning input:focus,.control-group.warning select:focus,.control-group.warning textarea:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}
224
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on{color:#c09853;background-color:#fcf8e3;border-color:#c09853}
225
.control-group.error .control-label,.control-group.error .help-block,.control-group.error .help-inline{color:#b94a48}
226
.control-group.error .checkbox,.control-group.error .radio,.control-group.error input,.control-group.error select,.control-group.error textarea{color:#b94a48}
227
.control-group.error input,.control-group.error select,.control-group.error textarea{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.error input:focus,.control-group.error select:focus,.control-group.error textarea:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}
228
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on{color:#b94a48;background-color:#f2dede;border-color:#b94a48}
229
.control-group.success .control-label,.control-group.success .help-block,.control-group.success .help-inline{color:#468847}
230
.control-group.success .checkbox,.control-group.success .radio,.control-group.success input,.control-group.success select,.control-group.success textarea{color:#468847}
231
.control-group.success input,.control-group.success select,.control-group.success textarea{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.success input:focus,.control-group.success select:focus,.control-group.success textarea:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}
232
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on{color:#468847;background-color:#dff0d8;border-color:#468847}
233
.control-group.info .control-label,.control-group.info .help-block,.control-group.info .help-inline{color:#3a87ad}
234
.control-group.info .checkbox,.control-group.info .radio,.control-group.info input,.control-group.info select,.control-group.info textarea{color:#3a87ad}
235
.control-group.info input,.control-group.info select,.control-group.info textarea{border-color:#3a87ad;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.control-group.info input:focus,.control-group.info select:focus,.control-group.info textarea:focus{border-color:#2d6987;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7ab5d3}
236
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on{color:#3a87ad;background-color:#d9edf7;border-color:#3a87ad}
237
input:focus:invalid,textarea:focus:invalid,select:focus:invalid{color:#b94a48;border-color:#ee5f5b}input:focus:invalid:focus,textarea:focus:invalid:focus,select:focus:invalid:focus{border-color:#e9322d;-webkit-box-shadow:0 0 6px #f8b9b7;-moz-box-shadow:0 0 6px #f8b9b7;box-shadow:0 0 6px #f8b9b7}
238
.form-actions{padding:19px 20px 20px;margin-top:20px;margin-bottom:20px;background-color:#f5f5f5;border-top:1px solid #e5e5e5;*zoom:1}.form-actions:before,.form-actions:after{display:table;content:"";line-height:0}
239
.form-actions:after{clear:both}
240
.help-block,.help-inline{color:#595959}
241
.help-block{display:block;margin-bottom:10px}
242
.help-inline{display:inline-block;*display:inline;*zoom:1;vertical-align:middle;padding-right:5px}
243
.input-append,.input-prepend{display:inline-block;margin-bottom:10px;vertical-align:middle;font-size:0;white-space:nowrap}.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input,.input-append .dropdown-menu,.input-prepend .dropdown-menu,.input-append .popover,.input-prepend .popover{font-size:14px}
244
.input-append input,.input-prepend input,.input-append select,.input-prepend select,.input-append .uneditable-input,.input-prepend .uneditable-input{position:relative;margin-bottom:0;*margin-right:0;vertical-align:top;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.input-append input:focus,.input-prepend input:focus,.input-append select:focus,.input-prepend select:focus,.input-append .uneditable-input:focus,.input-prepend .uneditable-input:focus{z-index:2}
245
.input-append .add-on,.input-prepend .add-on{display:inline-block;width:auto;height:20px;min-width:16px;padding:4px 5px;font-size:14px;font-weight:normal;line-height:20px;text-align:center;text-shadow:0 1px 0 #fff;background-color:#eee;border:1px solid #ccc}
246
.input-append .add-on,.input-prepend .add-on,.input-append .btn,.input-prepend .btn,.input-append .btn-group>.dropdown-toggle,.input-prepend .btn-group>.dropdown-toggle{vertical-align:top;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
247
.input-append .active,.input-prepend .active{background-color:#a9dba9;border-color:#46a546}
248
.input-prepend .add-on,.input-prepend .btn{margin-left:-1px}
249
.input-prepend .add-on:first-child,.input-prepend .btn:first-child{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
250
.input-append input,.input-append select,.input-append .uneditable-input{-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.input-append input+.btn-group .btn:last-child,.input-append select+.btn-group .btn:last-child,.input-append .uneditable-input+.btn-group .btn:last-child{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
251
.input-append .add-on,.input-append .btn,.input-append .btn-group{margin-right:-1px}
252
.input-append .add-on:last-child,.input-append .btn:last-child,.input-append .btn-group:last-child>.dropdown-toggle{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
253
.input-prepend.input-append input,.input-prepend.input-append select,.input-prepend.input-append .uneditable-input{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.input-prepend.input-append input+.btn-group .btn,.input-prepend.input-append select+.btn-group .btn,.input-prepend.input-append .uneditable-input+.btn-group .btn{-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
254
.input-prepend.input-append .add-on:first-child,.input-prepend.input-append .btn:first-child{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
255
.input-prepend.input-append .add-on:last-child,.input-prepend.input-append .btn:last-child{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
256
.input-prepend.input-append .btn-group:first-child{margin-right:0}
257
input.search-query{padding-right:14px;padding-right:4px \9;padding-left:14px;padding-left:4px \9;margin-bottom:0;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
258
.form-search .input-append .search-query,.form-search .input-prepend .search-query{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
259
.form-search .input-append .search-query{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}
260
.form-search .input-append .btn{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}
261
.form-search .input-prepend .search-query{-webkit-border-radius:14px 0 0 14px;-moz-border-radius:14px 0 0 14px;border-radius:14px 0 0 14px}
262
.form-search .input-prepend .btn{-webkit-border-radius:0 14px 14px 0;-moz-border-radius:0 14px 14px 0;border-radius:0 14px 14px 0}
263
.form-search input,.form-inline input,.form-horizontal input,.form-search textarea,.form-inline textarea,.form-horizontal textarea,.form-search select,.form-inline select,.form-horizontal select,.form-search .help-inline,.form-inline .help-inline,.form-horizontal .help-inline,.form-search .uneditable-input,.form-inline .uneditable-input,.form-horizontal .uneditable-input,.form-search .input-prepend,.form-inline .input-prepend,.form-horizontal .input-prepend,.form-search .input-append,.form-inline .input-append,.form-horizontal .input-append{display:inline-block;*display:inline;*zoom:1;margin-bottom:0;vertical-align:middle}
264
.form-search .hide,.form-inline .hide,.form-horizontal .hide{display:none}
265
.form-search label,.form-inline label,.form-search .btn-group,.form-inline .btn-group{display:inline-block}
266
.form-search .input-append,.form-inline .input-append,.form-search .input-prepend,.form-inline .input-prepend{margin-bottom:0}
267
.form-search .radio,.form-search .checkbox,.form-inline .radio,.form-inline .checkbox{padding-right:0;margin-bottom:0;vertical-align:middle}
268
.form-search .radio input[type="radio"],.form-search .checkbox input[type="checkbox"],.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:right;margin-left:3px;margin-right:0}
269
.control-group{margin-bottom:10px}
270
legend+.control-group{margin-top:20px;-webkit-margin-top-collapse:separate}
271
.form-horizontal .control-group{margin-bottom:20px;*zoom:1}.form-horizontal .control-group:before,.form-horizontal .control-group:after{display:table;content:"";line-height:0}
272
.form-horizontal .control-group:after{clear:both}
273
.form-horizontal .control-label{float:right;width:160px;padding-top:5px;text-align:left}
274
.form-horizontal .controls{*display:inline-block;*padding-right:20px;margin-right:180px;*margin-right:0}.form-horizontal .controls:first-child{*padding-right:180px}
275
.form-horizontal .help-block{margin-bottom:0}
276
.form-horizontal input+.help-block,.form-horizontal select+.help-block,.form-horizontal textarea+.help-block,.form-horizontal .uneditable-input+.help-block,.form-horizontal .input-prepend+.help-block,.form-horizontal .input-append+.help-block{margin-top:10px}
277
.form-horizontal .form-actions{padding-right:180px}
278
table{max-width:100%;background-color:transparent;border-collapse:collapse;border-spacing:0}
279
.table{width:100%;margin-bottom:20px}.table th,.table td{padding:8px;line-height:20px;text-align:right;vertical-align:top;border-top:1px solid #ddd}
280
.table th{font-weight:bold}
281
.table thead th{vertical-align:bottom}
282
.table caption+thead tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child th,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child th,.table thead:first-child tr:first-child td{border-top:0}
283
.table tbody+tbody{border-top:2px solid #ddd}
284
.table .table{background-color:#fff}
285
.table-condensed th,.table-condensed td{padding:4px 5px}
286
.table-bordered{border:1px solid #ddd;border-collapse:separate;*border-collapse:collapse;border-right:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.table-bordered th,.table-bordered td{border-right:1px solid #ddd}
287
.table-bordered caption+thead tr:first-child th,.table-bordered caption+tbody tr:first-child th,.table-bordered caption+tbody tr:first-child td,.table-bordered colgroup+thead tr:first-child th,.table-bordered colgroup+tbody tr:first-child th,.table-bordered colgroup+tbody tr:first-child td,.table-bordered thead:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child th,.table-bordered tbody:first-child tr:first-child td{border-top:0}
288
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child,.table-bordered tbody:first-child tr:first-child>th:first-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px}
289
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child,.table-bordered tbody:first-child tr:first-child>th:last-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}
290
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tbody:last-child tr:last-child>th:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>th:first-child{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}
291
.table-bordered thead:last-child tr:last-child>th:last-child,.table-bordered tbody:last-child tr:last-child>td:last-child,.table-bordered tbody:last-child tr:last-child>th:last-child,.table-bordered tfoot:last-child tr:last-child>td:last-child,.table-bordered tfoot:last-child tr:last-child>th:last-child{-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}
292
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child{-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0}
293
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child{-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0}
294
.table-bordered caption+thead tr:first-child th:first-child,.table-bordered caption+tbody tr:first-child td:first-child,.table-bordered colgroup+thead tr:first-child th:first-child,.table-bordered colgroup+tbody tr:first-child td:first-child{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px}
295
.table-bordered caption+thead tr:first-child th:last-child,.table-bordered caption+tbody tr:first-child td:last-child,.table-bordered colgroup+thead tr:first-child th:last-child,.table-bordered colgroup+tbody tr:first-child td:last-child{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}
296
.table-striped tbody>tr:nth-child(odd)>td,.table-striped tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}
297
.table-hover tbody tr:hover>td,.table-hover tbody tr:hover>th{background-color:#f5f5f5}
298
table td[class*="span"],table th[class*="span"],.row-fluid table td[class*="span"],.row-fluid table th[class*="span"]{display:table-cell;float:none;margin-right:0}
299
.table td.span1,.table th.span1{float:none;width:44px;margin-right:0}
300
.table td.span2,.table th.span2{float:none;width:124px;margin-right:0}
301
.table td.span3,.table th.span3{float:none;width:204px;margin-right:0}
302
.table td.span4,.table th.span4{float:none;width:284px;margin-right:0}
303
.table td.span5,.table th.span5{float:none;width:364px;margin-right:0}
304
.table td.span6,.table th.span6{float:none;width:444px;margin-right:0}
305
.table td.span7,.table th.span7{float:none;width:524px;margin-right:0}
306
.table td.span8,.table th.span8{float:none;width:604px;margin-right:0}
307
.table td.span9,.table th.span9{float:none;width:684px;margin-right:0}
308
.table td.span10,.table th.span10{float:none;width:764px;margin-right:0}
309
.table td.span11,.table th.span11{float:none;width:844px;margin-right:0}
310
.table td.span12,.table th.span12{float:none;width:924px;margin-right:0}
311
.table tbody tr.success>td{background-color:#dff0d8}
312
.table tbody tr.error>td{background-color:#f2dede}
313
.table tbody tr.warning>td{background-color:#fcf8e3}
314
.table tbody tr.info>td{background-color:#d9edf7}
315
.table-hover tbody tr.success:hover>td{background-color:#d0e9c6}
316
.table-hover tbody tr.error:hover>td{background-color:#ebcccc}
317
.table-hover tbody tr.warning:hover>td{background-color:#faf2cc}
318
.table-hover tbody tr.info:hover>td{background-color:#c4e3f3}
319
[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-left:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:1px}
320
.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:focus>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>li>a:focus>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:focus>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"],.dropdown-submenu:focus>a>[class*=" icon-"]{background-image:url("../img/glyphicons-halflings-white.png")}
321
.icon-glass{background-position:0 0}
322
.icon-music{background-position:-24px 0}
323
.icon-search{background-position:-48px 0}
324
.icon-envelope{background-position:-72px 0}
325
.icon-heart{background-position:-96px 0}
326
.icon-star{background-position:-120px 0}
327
.icon-star-empty{background-position:-144px 0}
328
.icon-user{background-position:-168px 0}
329
.icon-film{background-position:-192px 0}
330
.icon-th-large{background-position:-216px 0}
331
.icon-th{background-position:-240px 0}
332
.icon-th-list{background-position:-264px 0}
333
.icon-ok{background-position:-288px 0}
334
.icon-remove{background-position:-312px 0}
335
.icon-zoom-in{background-position:-336px 0}
336
.icon-zoom-out{background-position:-360px 0}
337
.icon-off{background-position:-384px 0}
338
.icon-signal{background-position:-408px 0}
339
.icon-cog{background-position:-432px 0}
340
.icon-trash{background-position:-456px 0}
341
.icon-home{background-position:0 -24px}
342
.icon-file{background-position:-24px -24px}
343
.icon-time{background-position:-48px -24px}
344
.icon-road{background-position:-72px -24px}
345
.icon-download-alt{background-position:-96px -24px}
346
.icon-download{background-position:-120px -24px}
347
.icon-upload{background-position:-144px -24px}
348
.icon-inbox{background-position:-168px -24px}
349
.icon-play-circle{background-position:-192px -24px}
350
.icon-repeat{background-position:-216px -24px}
351
.icon-refresh{background-position:-240px -24px}
352
.icon-list-alt{background-position:-264px -24px}
353
.icon-lock{background-position:-287px -24px}
354
.icon-flag{background-position:-312px -24px}
355
.icon-headphones{background-position:-336px -24px}
356
.icon-volume-off{background-position:-360px -24px}
357
.icon-volume-down{background-position:-384px -24px}
358
.icon-volume-up{background-position:-408px -24px}
359
.icon-qrcode{background-position:-432px -24px}
360
.icon-barcode{background-position:-456px -24px}
361
.icon-tag{background-position:0 -48px}
362
.icon-tags{background-position:-25px -48px}
363
.icon-book{background-position:-48px -48px}
364
.icon-bookmark{background-position:-72px -48px}
365
.icon-print{background-position:-96px -48px}
366
.icon-camera{background-position:-120px -48px}
367
.icon-font{background-position:-144px -48px}
368
.icon-bold{background-position:-167px -48px}
369
.icon-italic{background-position:-192px -48px}
370
.icon-text-height{background-position:-216px -48px}
371
.icon-text-width{background-position:-240px -48px}
372
.icon-align-left{background-position:-264px -48px}
373
.icon-align-center{background-position:-288px -48px}
374
.icon-align-right{background-position:-312px -48px}
375
.icon-align-justify{background-position:-336px -48px}
376
.icon-list{background-position:-360px -48px}
377
.icon-indent-left{background-position:-384px -48px}
378
.icon-indent-right{background-position:-408px -48px}
379
.icon-facetime-video{background-position:-432px -48px}
380
.icon-picture{background-position:-456px -48px}
381
.icon-pencil{background-position:0 -72px}
382
.icon-map-marker{background-position:-24px -72px}
383
.icon-adjust{background-position:-48px -72px}
384
.icon-tint{background-position:-72px -72px}
385
.icon-edit{background-position:-96px -72px}
386
.icon-share{background-position:-120px -72px}
387
.icon-check{background-position:-144px -72px}
388
.icon-move{background-position:-168px -72px}
389
.icon-step-backward{background-position:-192px -72px}
390
.icon-fast-backward{background-position:-216px -72px}
391
.icon-backward{background-position:-240px -72px}
392
.icon-play{background-position:-264px -72px}
393
.icon-pause{background-position:-288px -72px}
394
.icon-stop{background-position:-312px -72px}
395
.icon-forward{background-position:-336px -72px}
396
.icon-fast-forward{background-position:-360px -72px}
397
.icon-step-forward{background-position:-384px -72px}
398
.icon-eject{background-position:-408px -72px}
399
.icon-chevron-left{background-position:-432px -72px}
400
.icon-chevron-right{background-position:-456px -72px}
401
.icon-plus-sign{background-position:0 -96px}
402
.icon-minus-sign{background-position:-24px -96px}
403
.icon-remove-sign{background-position:-48px -96px}
404
.icon-ok-sign{background-position:-72px -96px}
405
.icon-question-sign{background-position:-96px -96px}
406
.icon-info-sign{background-position:-120px -96px}
407
.icon-screenshot{background-position:-144px -96px}
408
.icon-remove-circle{background-position:-168px -96px}
409
.icon-ok-circle{background-position:-192px -96px}
410
.icon-ban-circle{background-position:-216px -96px}
411
.icon-arrow-left{background-position:-240px -96px}
412
.icon-arrow-right{background-position:-264px -96px}
413
.icon-arrow-up{background-position:-289px -96px}
414
.icon-arrow-down{background-position:-312px -96px}
415
.icon-share-alt{background-position:-336px -96px}
416
.icon-resize-full{background-position:-360px -96px}
417
.icon-resize-small{background-position:-384px -96px}
418
.icon-plus{background-position:-408px -96px}
419
.icon-minus{background-position:-433px -96px}
420
.icon-asterisk{background-position:-456px -96px}
421
.icon-exclamation-sign{background-position:0 -120px}
422
.icon-gift{background-position:-24px -120px}
423
.icon-leaf{background-position:-48px -120px}
424
.icon-fire{background-position:-72px -120px}
425
.icon-eye-open{background-position:-96px -120px}
426
.icon-eye-close{background-position:-120px -120px}
427
.icon-warning-sign{background-position:-144px -120px}
428
.icon-plane{background-position:-168px -120px}
429
.icon-calendar{background-position:-192px -120px}
430
.icon-random{background-position:-216px -120px;width:16px}
431
.icon-comment{background-position:-240px -120px}
432
.icon-magnet{background-position:-264px -120px}
433
.icon-chevron-up{background-position:-288px -120px}
434
.icon-chevron-down{background-position:-313px -119px}
435
.icon-retweet{background-position:-336px -120px}
436
.icon-shopping-cart{background-position:-360px -120px}
437
.icon-folder-close{background-position:-384px -120px;width:16px}
438
.icon-folder-open{background-position:-408px -120px;width:16px}
439
.icon-resize-vertical{background-position:-432px -119px}
440
.icon-resize-horizontal{background-position:-456px -118px}
441
.icon-hdd{background-position:0 -144px}
442
.icon-bullhorn{background-position:-24px -144px}
443
.icon-bell{background-position:-48px -144px}
444
.icon-certificate{background-position:-72px -144px}
445
.icon-thumbs-up{background-position:-96px -144px}
446
.icon-thumbs-down{background-position:-120px -144px}
447
.icon-hand-right{background-position:-144px -144px}
448
.icon-hand-left{background-position:-168px -144px}
449
.icon-hand-up{background-position:-192px -144px}
450
.icon-hand-down{background-position:-216px -144px}
451
.icon-circle-arrow-right{background-position:-240px -144px}
452
.icon-circle-arrow-left{background-position:-264px -144px}
453
.icon-circle-arrow-up{background-position:-288px -144px}
454
.icon-circle-arrow-down{background-position:-312px -144px}
455
.icon-globe{background-position:-336px -144px}
456
.icon-wrench{background-position:-360px -144px}
457
.icon-tasks{background-position:-384px -144px}
458
.icon-filter{background-position:-408px -144px}
459
.icon-briefcase{background-position:-432px -144px}
460
.icon-fullscreen{background-position:-456px -144px}
461
.dropup,.dropdown{position:relative}
462
.dropdown-toggle{*margin-bottom:-3px}
463
.dropdown-toggle:active,.open .dropdown-toggle{outline:0}
464
.caret{display:inline-block;width:0;height:0;vertical-align:top;border-top:4px solid #000;border-right:4px solid transparent;border-left:4px solid transparent;content:""}
465
.dropdown .caret{margin-top:8px;margin-right:2px}
466
.dropdown-menu{position:absolute;top:100%;right:0;z-index:1000;display:none;float:right;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);*border-right-width:2px;*border-bottom-width:2px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.dropdown-menu.pull-left{left:0;right:auto}
467
.dropdown-menu .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
468
.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap}
469
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a{text-decoration:none;color:#fff;background-color:#0081c2;background-image:-moz-linear-gradient(top, #08c, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));background-image:-webkit-linear-gradient(top, #08c, #0077b3);background-image:-o-linear-gradient(top, #08c, #0077b3);background-image:linear-gradient(to bottom, #08c, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)}
470
.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#0081c2;background-image:-moz-linear-gradient(top, #08c, #0077b3);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));background-image:-webkit-linear-gradient(top, #08c, #0077b3);background-image:-o-linear-gradient(top, #08c, #0077b3);background-image:linear-gradient(to bottom, #08c, #0077b3);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0)}
471
.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}
472
.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:default}
473
.open{*z-index:1000}.open>.dropdown-menu{display:block}
474
.dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990}
475
.pull-left>.dropdown-menu{left:0;right:auto}
476
.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid #000;content:""}
477
.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}
478
.dropdown-submenu{position:relative}
479
.dropdown-submenu>.dropdown-menu{top:0;right:100%;margin-top:-6px;margin-right:-1px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}
480
.dropdown-submenu:hover>.dropdown-menu{display:block}
481
.dropup .dropdown-submenu>.dropdown-menu{top:auto;bottom:0;margin-top:0;margin-bottom:-2px;-webkit-border-radius:5px 5px 0 5px;-moz-border-radius:5px 5px 0 5px;border-radius:5px 5px 0 5px}
482
.dropdown-submenu>a:after{display:block;content:" ";float:left;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 5px 5px 0;border-left-color:#ccc;margin-top:5px;margin-left:-10px}
483
.dropdown-submenu:hover>a:after{border-right-color:#fff}
484
.dropdown-submenu.pull-right{float:none}.dropdown-submenu.pull-right>.dropdown-menu{right:-100%;margin-right:10px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
485
.dropdown .dropdown-menu .nav-header{padding-left:20px;padding-right:20px}
486
.typeahead{z-index:1051;margin-top:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
487
.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}
488
.well-large{padding:24px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
489
.well-small{padding:9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
490
.fade{opacity:0;-webkit-transition:opacity .15s linear;-moz-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}
491
.collapse{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-moz-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.collapse.in{height:auto}
492
.close{float:left;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}
493
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}
494
.btn{display:inline-block;*display:inline;*zoom:1;padding:4px 12px;margin-bottom:0;font-size:14px;line-height:20px;text-align:center;vertical-align:middle;cursor:pointer;color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #fff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);background-image:-o-linear-gradient(top, #fff, #e6e6e6);background-image:linear-gradient(to bottom, #fff, #e6e6e6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e6e6e6;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);border:1px solid #ccc;*border:0;border-bottom-color:#b3b3b3;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;*margin-right:.3em;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05)}.btn:hover,.btn:focus,.btn:active,.btn.active,.btn.disabled,.btn[disabled]{color:#333;background-color:#e6e6e6;*background-color:#d9d9d9}
495
.btn:active,.btn.active{background-color:#ccc \9}
496
.btn:first-child{*margin-right:0}
497
.btn:hover,.btn:focus{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}
498
.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}
499
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}
500
.btn.disabled,.btn[disabled]{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
501
.btn-large{padding:11px 19px;font-size:17.5px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
502
.btn-large [class^="icon-"],.btn-large [class*=" icon-"]{margin-top:4px}
503
.btn-small{padding:2px 10px;font-size:11.9px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
504
.btn-small [class^="icon-"],.btn-small [class*=" icon-"]{margin-top:0}
505
.btn-mini [class^="icon-"],.btn-mini [class*=" icon-"]{margin-top:-1px}
506
.btn-mini{padding:0 6px;font-size:10.5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
507
.btn-block{display:block;width:100%;padding-left:0;padding-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
508
.btn-block+.btn-block{margin-top:5px}
509
input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}
510
.btn-primary.active,.btn-warning.active,.btn-danger.active,.btn-success.active,.btn-info.active,.btn-inverse.active{color:rgba(255,255,255,0.75)}
511
.btn-primary{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#006dcc;background-image:-moz-linear-gradient(top, #08c, #04c);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c));background-image:-webkit-linear-gradient(top, #08c, #04c);background-image:-o-linear-gradient(top, #08c, #04c);background-image:linear-gradient(to bottom, #08c, #04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#04c;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-primary.disabled,.btn-primary[disabled]{color:#fff;background-color:#04c;*background-color:#003bb3}
512
.btn-primary:active,.btn-primary.active{background-color:#039 \9}
513
.btn-warning{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);border-color:#f89406 #f89406 #ad6704;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#f89406;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{color:#fff;background-color:#f89406;*background-color:#df8505}
514
.btn-warning:active,.btn-warning.active{background-color:#c67605 \9}
515
.btn-danger{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#da4f49;background-image:-moz-linear-gradient(top, #ee5f5b, #bd362f);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));background-image:-webkit-linear-gradient(top, #ee5f5b, #bd362f);background-image:-o-linear-gradient(top, #ee5f5b, #bd362f);background-image:linear-gradient(to bottom, #ee5f5b, #bd362f);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);border-color:#bd362f #bd362f #802420;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#bd362f;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-danger.disabled,.btn-danger[disabled]{color:#fff;background-color:#bd362f;*background-color:#a9302a}
516
.btn-danger:active,.btn-danger.active{background-color:#942a25 \9}
517
.btn-success{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#5bb75b;background-image:-moz-linear-gradient(top, #62c462, #51a351);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));background-image:-webkit-linear-gradient(top, #62c462, #51a351);background-image:-o-linear-gradient(top, #62c462, #51a351);background-image:linear-gradient(to bottom, #62c462, #51a351);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);border-color:#51a351 #51a351 #387038;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#51a351;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.btn-success.disabled,.btn-success[disabled]{color:#fff;background-color:#51a351;*background-color:#499249}
518
.btn-success:active,.btn-success.active{background-color:#408140 \9}
519
.btn-info{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#49afcd;background-image:-moz-linear-gradient(top, #5bc0de, #2f96b4);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));background-image:-webkit-linear-gradient(top, #5bc0de, #2f96b4);background-image:-o-linear-gradient(top, #5bc0de, #2f96b4);background-image:linear-gradient(to bottom, #5bc0de, #2f96b4);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);border-color:#2f96b4 #2f96b4 #1f6377;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#2f96b4;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.btn-info.disabled,.btn-info[disabled]{color:#fff;background-color:#2f96b4;*background-color:#2a85a0}
520
.btn-info:active,.btn-info.active{background-color:#24748c \9}
521
.btn-inverse{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#363636;background-image:-moz-linear-gradient(top, #444, #222);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));background-image:-webkit-linear-gradient(top, #444, #222);background-image:-o-linear-gradient(top, #444, #222);background-image:linear-gradient(to bottom, #444, #222);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);border-color:#222 #222 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#222;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.btn-inverse:hover,.btn-inverse:focus,.btn-inverse:active,.btn-inverse.active,.btn-inverse.disabled,.btn-inverse[disabled]{color:#fff;background-color:#222;*background-color:#151515}
522
.btn-inverse:active,.btn-inverse.active{background-color:#080808 \9}
523
button.btn,input[type="submit"].btn{*padding-top:3px;*padding-bottom:3px}button.btn::-moz-focus-inner,input[type="submit"].btn::-moz-focus-inner{padding:0;border:0}
524
button.btn.btn-large,input[type="submit"].btn.btn-large{*padding-top:7px;*padding-bottom:7px}
525
button.btn.btn-small,input[type="submit"].btn.btn-small{*padding-top:3px;*padding-bottom:3px}
526
button.btn.btn-mini,input[type="submit"].btn.btn-mini{*padding-top:1px;*padding-bottom:1px}
527
.btn-link,.btn-link:active,.btn-link[disabled]{background-color:transparent;background-image:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
528
.btn-link{border-color:transparent;cursor:pointer;color:#08c;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
529
.btn-link:hover,.btn-link:focus{color:#005580;text-decoration:underline;background-color:transparent}
530
.btn-link[disabled]:hover,.btn-link[disabled]:focus{color:#333;text-decoration:none}
531
.btn-group{position:relative;display:inline-block;*display:inline;*zoom:1;font-size:0;vertical-align:middle;white-space:nowrap;*margin-right:.3em}.btn-group:first-child{*margin-right:0}
532
.btn-group+.btn-group{margin-right:5px}
533
.btn-toolbar{font-size:0;margin-top:10px;margin-bottom:10px}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group{margin-right:5px}
534
.btn-group>.btn{position:relative;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
535
.btn-group>.btn+.btn{margin-right:-1px}
536
.btn-group>.btn,.btn-group>.dropdown-menu,.btn-group>.popover{font-size:14px}
537
.btn-group>.btn-mini{font-size:10.5px}
538
.btn-group>.btn-small{font-size:11.9px}
539
.btn-group>.btn-large{font-size:17.5px}
540
.btn-group>.btn:first-child{margin-right:0;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}
541
.btn-group>.btn:last-child,.btn-group>.dropdown-toggle{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}
542
.btn-group>.btn.large:first-child{margin-right:0;-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}
543
.btn-group>.btn.large:last-child,.btn-group>.large.dropdown-toggle{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}
544
.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active{z-index:2}
545
.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}
546
.btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px;-webkit-box-shadow:inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset -1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);*padding-top:5px;*padding-bottom:5px}
547
.btn-group>.btn-mini+.dropdown-toggle{padding-left:5px;padding-right:5px;*padding-top:2px;*padding-bottom:2px}
548
.btn-group>.btn-small+.dropdown-toggle{*padding-top:5px;*padding-bottom:4px}
549
.btn-group>.btn-large+.dropdown-toggle{padding-left:12px;padding-right:12px;*padding-top:7px;*padding-bottom:7px}
550
.btn-group.open .dropdown-toggle{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)}
551
.btn-group.open .btn.dropdown-toggle{background-color:#e6e6e6}
552
.btn-group.open .btn-primary.dropdown-toggle{background-color:#04c}
553
.btn-group.open .btn-warning.dropdown-toggle{background-color:#f89406}
554
.btn-group.open .btn-danger.dropdown-toggle{background-color:#bd362f}
555
.btn-group.open .btn-success.dropdown-toggle{background-color:#51a351}
556
.btn-group.open .btn-info.dropdown-toggle{background-color:#2f96b4}
557
.btn-group.open .btn-inverse.dropdown-toggle{background-color:#222}
558
.btn .caret{margin-top:8px;margin-right:0}
559
.btn-large .caret{margin-top:6px}
560
.btn-large .caret{border-left-width:5px;border-right-width:5px;border-top-width:5px}
561
.btn-mini .caret,.btn-small .caret{margin-top:8px}
562
.dropup .btn-large .caret{border-bottom-width:5px}
563
.btn-primary .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret,.btn-success .caret,.btn-inverse .caret{border-top-color:#fff;border-bottom-color:#fff}
564
.btn-group-vertical{display:inline-block;*display:inline;*zoom:1}
565
.btn-group-vertical>.btn{display:block;float:none;max-width:100%;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
566
.btn-group-vertical>.btn+.btn{margin-right:0;margin-top:-1px}
567
.btn-group-vertical>.btn:first-child{-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}
568
.btn-group-vertical>.btn:last-child{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}
569
.btn-group-vertical>.btn-large:first-child{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0}
570
.btn-group-vertical>.btn-large:last-child{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}
571
.alert{padding:8px 14px 8px 35px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
572
.alert,.alert h4{color:#c09853}
573
.alert h4{margin:0}
574
.alert .close{position:relative;top:-2px;left:-21px;line-height:20px}
575
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}
576
.alert-success h4{color:#468847}
577
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}
578
.alert-danger h4,.alert-error h4{color:#b94a48}
579
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}
580
.alert-info h4{color:#3a87ad}
581
.alert-block{padding-top:14px;padding-bottom:14px}
582
.alert-block>p,.alert-block>ul{margin-bottom:0}
583
.alert-block p+p{margin-top:5px}
584
.nav{margin-right:0;margin-bottom:20px;list-style:none}
585
.nav>li>a{display:block}
586
.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}
587
.nav>li>a>img{max-width:none}
588
.nav>.pull-left{float:left}
589
.nav-header{display:block;padding:3px 15px;font-size:11px;font-weight:bold;line-height:20px;color:#999;text-shadow:0 1px 0 rgba(255,255,255,0.5);text-transform:uppercase}
590
.nav li+.nav-header{margin-top:9px}
591
.nav-list{padding-left:15px;padding-right:15px;margin-bottom:0}
592
.nav-list>li>a,.nav-list .nav-header{margin-left:-15px;margin-right:-15px;text-shadow:0 1px 0 rgba(255,255,255,0.5)}
593
.nav-list>li>a{padding:3px 15px}
594
.nav-list>.active>a,.nav-list>.active>a:hover,.nav-list>.active>a:focus{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.2);background-color:#08c}
595
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{margin-left:2px}
596
.nav-list .divider{*width:100%;height:1px;margin:9px 1px;*margin:-5px 0 5px;overflow:hidden;background-color:#e5e5e5;border-bottom:1px solid #fff}
597
.nav-tabs,.nav-pills{*zoom:1}.nav-tabs:before,.nav-pills:before,.nav-tabs:after,.nav-pills:after{display:table;content:"";line-height:0}
598
.nav-tabs:after,.nav-pills:after{clear:both}
599
.nav-tabs>li,.nav-pills>li{float:right}
600
.nav-tabs>li>a,.nav-pills>li>a{padding-right:12px;padding-left:12px;margin-left:2px;line-height:14px}
601
.nav-tabs{border-bottom:1px solid #ddd}
602
.nav-tabs>li{margin-bottom:-1px}
603
.nav-tabs>li>a{padding-top:8px;padding-bottom:8px;line-height:20px;border:1px solid transparent;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover,.nav-tabs>li>a:focus{border-color:#eee #eee #ddd}
604
.nav-tabs>.active>a,.nav-tabs>.active>a:hover,.nav-tabs>.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default}
605
.nav-pills>li>a{padding-top:8px;padding-bottom:8px;margin-top:2px;margin-bottom:2px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}
606
.nav-pills>.active>a,.nav-pills>.active>a:hover,.nav-pills>.active>a:focus{color:#fff;background-color:#08c}
607
.nav-stacked>li{float:none}
608
.nav-stacked>li>a{margin-left:0}
609
.nav-tabs.nav-stacked{border-bottom:0}
610
.nav-tabs.nav-stacked>li>a{border:1px solid #ddd;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
611
.nav-tabs.nav-stacked>li:first-child>a{-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px}
612
.nav-tabs.nav-stacked>li:last-child>a{-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}
613
.nav-tabs.nav-stacked>li>a:hover,.nav-tabs.nav-stacked>li>a:focus{border-color:#ddd;z-index:2}
614
.nav-pills.nav-stacked>li>a{margin-bottom:3px}
615
.nav-pills.nav-stacked>li:last-child>a{margin-bottom:1px}
616
.nav-tabs .dropdown-menu{-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px}
617
.nav-pills .dropdown-menu{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}
618
.nav .dropdown-toggle .caret{border-top-color:#08c;border-bottom-color:#08c;margin-top:6px}
619
.nav .dropdown-toggle:hover .caret,.nav .dropdown-toggle:focus .caret{border-top-color:#005580;border-bottom-color:#005580}
620
.nav-tabs .dropdown-toggle .caret{margin-top:8px}
621
.nav .active .dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}
622
.nav-tabs .active .dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}
623
.nav>.dropdown.active>a:hover,.nav>.dropdown.active>a:focus{cursor:pointer}
624
.nav-tabs .open .dropdown-toggle,.nav-pills .open .dropdown-toggle,.nav>li.dropdown.open.active>a:hover,.nav>li.dropdown.open.active>a:focus{color:#fff;background-color:#999;border-color:#999}
625
.nav li.dropdown.open .caret,.nav li.dropdown.open.active .caret,.nav li.dropdown.open a:hover .caret,.nav li.dropdown.open a:focus .caret{border-top-color:#fff;border-bottom-color:#fff;opacity:1;filter:alpha(opacity=100)}
626
.tabs-stacked .open>a:hover,.tabs-stacked .open>a:focus{border-color:#999}
627
.tabbable{*zoom:1}.tabbable:before,.tabbable:after{display:table;content:"";line-height:0}
628
.tabbable:after{clear:both}
629
.tab-content{overflow:auto}
630
.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}
631
.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}
632
.tab-content>.active,.pill-content>.active{display:block}
633
.tabs-below>.nav-tabs{border-top:1px solid #ddd}
634
.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}
635
.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-bottom-color:transparent;border-top-color:#ddd}
636
.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:transparent #ddd #ddd #ddd}
637
.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}
638
.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-left:0;margin-bottom:3px}
639
.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}
640
.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:4px 0 0 4px;-moz-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}
641
.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}
642
.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;*border-right-color:#fff}
643
.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}
644
.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}
645
.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}
646
.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;*border-left-color:#fff}
647
.nav>.disabled>a{color:#999}
648
.nav>.disabled>a:hover,.nav>.disabled>a:focus{text-decoration:none;background-color:transparent;cursor:default}
649
.navbar{overflow:visible;margin-bottom:20px;*position:relative;*z-index:2}
650
.navbar-inner{min-height:40px;padding-left:20px;padding-right:20px;background-color:#fafafa;background-image:-moz-linear-gradient(top, #fff, #f2f2f2);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f2f2f2));background-image:-webkit-linear-gradient(top, #fff, #f2f2f2);background-image:-o-linear-gradient(top, #fff, #f2f2f2);background-image:linear-gradient(to bottom, #fff, #f2f2f2);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);border:1px solid #d4d4d4;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.065);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.065);box-shadow:0 1px 4px rgba(0,0,0,0.065);*zoom:1}.navbar-inner:before,.navbar-inner:after{display:table;content:"";line-height:0}
651
.navbar-inner:after{clear:both}
652
.navbar .container{width:auto}
653
.nav-collapse.collapse{height:auto;overflow:visible}
654
.navbar .brand{float:right;display:block;padding:10px 20px 10px;margin-right:-20px;font-size:20px;font-weight:200;color:#777;text-shadow:0 1px 0 #fff}.navbar .brand:hover,.navbar .brand:focus{text-decoration:none}
655
.navbar-text{margin-bottom:0;line-height:40px;color:#777}
656
.navbar-link{color:#777}.navbar-link:hover,.navbar-link:focus{color:#333}
657
.navbar .divider-vertical{height:40px;margin:0 9px;border-left:1px solid #fff;border-right:1px solid #f2f2f2}
658
.navbar .btn,.navbar .btn-group{margin-top:5px}
659
.navbar .btn-group .btn,.navbar .input-prepend .btn,.navbar .input-append .btn,.navbar .input-prepend .btn-group,.navbar .input-append .btn-group{margin-top:0}
660
.navbar-form{margin-bottom:0;*zoom:1}.navbar-form:before,.navbar-form:after{display:table;content:"";line-height:0}
661
.navbar-form:after{clear:both}
662
.navbar-form input,.navbar-form select,.navbar-form .radio,.navbar-form .checkbox{margin-top:5px}
663
.navbar-form input,.navbar-form select,.navbar-form .btn{display:inline-block;margin-bottom:0}
664
.navbar-form input[type="image"],.navbar-form input[type="checkbox"],.navbar-form input[type="radio"]{margin-top:3px}
665
.navbar-form .input-append,.navbar-form .input-prepend{margin-top:5px;white-space:nowrap}.navbar-form .input-append input,.navbar-form .input-prepend input{margin-top:0}
666
.navbar-search{position:relative;float:right;margin-top:5px;margin-bottom:0}.navbar-search .search-query{margin-bottom:0;padding:4px 14px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;font-weight:normal;line-height:1;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
667
.navbar-static-top{position:static;margin-bottom:0}.navbar-static-top .navbar-inner{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
668
.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;margin-bottom:0}
669
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{border-width:0 0 1px}
670
.navbar-fixed-bottom .navbar-inner{border-width:1px 0 0}
671
.navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding-left:0;padding-right:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}
672
.navbar-static-top .container,.navbar-fixed-top .container,.navbar-fixed-bottom .container{width:940px}
673
.navbar-fixed-top{top:0}
674
.navbar-fixed-top .navbar-inner,.navbar-static-top .navbar-inner{-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1)}
675
.navbar-fixed-bottom{bottom:0}.navbar-fixed-bottom .navbar-inner{-webkit-box-shadow:0 -1px 10px rgba(0,0,0,.1);-moz-box-shadow:0 -1px 10px rgba(0,0,0,.1);box-shadow:0 -1px 10px rgba(0,0,0,.1)}
676
.navbar .nav{position:relative;right:0;display:block;float:right;margin:0 0 0 10px}
677
.navbar .nav.pull-left{float:left;margin-left:0}
678
.navbar .nav>li{float:right}
679
.navbar .nav>li>a{float:none;padding:10px 15px 10px;color:#777;text-decoration:none;text-shadow:0 1px 0 #fff}
680
.navbar .nav .dropdown-toggle .caret{margin-top:8px}
681
.navbar .nav>li>a:focus,.navbar .nav>li>a:hover{background-color:transparent;color:#333;text-decoration:none}
682
.navbar .nav>.active>a,.navbar .nav>.active>a:hover,.navbar .nav>.active>a:focus{color:#555;text-decoration:none;background-color:#e5e5e5;-webkit-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);-moz-box-shadow:inset 0 3px 8px rgba(0,0,0,0.125);box-shadow:inset 0 3px 8px rgba(0,0,0,0.125)}
683
.navbar .btn-navbar{display:none;float:left;padding:7px 10px;margin-left:5px;margin-right:5px;color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#ededed;background-image:-moz-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));background-image:-webkit-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:-o-linear-gradient(top, #f2f2f2, #e5e5e5);background-image:linear-gradient(to bottom, #f2f2f2, #e5e5e5);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);border-color:#e5e5e5 #e5e5e5 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#e5e5e5;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075)}.navbar .btn-navbar:hover,.navbar .btn-navbar:focus,.navbar .btn-navbar:active,.navbar .btn-navbar.active,.navbar .btn-navbar.disabled,.navbar .btn-navbar[disabled]{color:#fff;background-color:#e5e5e5;*background-color:#d9d9d9}
684
.navbar .btn-navbar:active,.navbar .btn-navbar.active{background-color:#ccc \9}
685
.navbar .btn-navbar .icon-bar{display:block;width:18px;height:2px;background-color:#f5f5f5;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.25);-moz-box-shadow:0 1px 0 rgba(0,0,0,0.25);box-shadow:0 1px 0 rgba(0,0,0,0.25)}
686
.btn-navbar .icon-bar+.icon-bar{margin-top:3px}
687
.navbar .nav>li>.dropdown-menu:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,0.2);position:absolute;top:-7px;right:9px}
688
.navbar .nav>li>.dropdown-menu:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;right:10px}
689
.navbar-fixed-bottom .nav>li>.dropdown-menu:before{border-top:7px solid #ccc;border-top-color:rgba(0,0,0,0.2);border-bottom:0;bottom:-7px;top:auto}
690
.navbar-fixed-bottom .nav>li>.dropdown-menu:after{border-top:6px solid #fff;border-bottom:0;bottom:-6px;top:auto}
691
.navbar .nav li.dropdown>a:hover .caret,.navbar .nav li.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}
692
.navbar .nav li.dropdown.open>.dropdown-toggle,.navbar .nav li.dropdown.active>.dropdown-toggle,.navbar .nav li.dropdown.open.active>.dropdown-toggle{background-color:#e5e5e5;color:#555}
693
.navbar .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#777;border-bottom-color:#777}
694
.navbar .nav li.dropdown.open>.dropdown-toggle .caret,.navbar .nav li.dropdown.active>.dropdown-toggle .caret,.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#555;border-bottom-color:#555}
695
.navbar .pull-left>li>.dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-left{right:auto;left:0}.navbar .pull-left>li>.dropdown-menu:before,.navbar .nav>li>.dropdown-menu.pull-left:before{right:auto;left:12px}
696
.navbar .pull-left>li>.dropdown-menu:after,.navbar .nav>li>.dropdown-menu.pull-left:after{right:auto;left:13px}
697
.navbar .pull-left>li>.dropdown-menu .dropdown-menu,.navbar .nav>li>.dropdown-menu.pull-left .dropdown-menu{right:auto;left:100%;margin-right:0;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px}
698
.navbar-inverse .navbar-inner{background-color:#1b1b1b;background-image:-moz-linear-gradient(top, #222, #111);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#111));background-image:-webkit-linear-gradient(top, #222, #111);background-image:-o-linear-gradient(top, #222, #111);background-image:linear-gradient(to bottom, #222, #111);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);border-color:#252525}
699
.navbar-inverse .brand,.navbar-inverse .nav>li>a{color:#999;text-shadow:0 -1px 0 rgba(0,0,0,0.25)}.navbar-inverse .brand:hover,.navbar-inverse .nav>li>a:hover,.navbar-inverse .brand:focus,.navbar-inverse .nav>li>a:focus{color:#fff}
700
.navbar-inverse .brand{color:#999}
701
.navbar-inverse .navbar-text{color:#999}
702
.navbar-inverse .nav>li>a:focus,.navbar-inverse .nav>li>a:hover{background-color:transparent;color:#fff}
703
.navbar-inverse .nav .active>a,.navbar-inverse .nav .active>a:hover,.navbar-inverse .nav .active>a:focus{color:#fff;background-color:#111}
704
.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover,.navbar-inverse .navbar-link:focus{color:#fff}
705
.navbar-inverse .divider-vertical{border-right-color:#111;border-left-color:#222}
706
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle{background-color:#111;color:#fff}
707
.navbar-inverse .nav li.dropdown>a:hover .caret,.navbar-inverse .nav li.dropdown>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}
708
.navbar-inverse .nav li.dropdown>.dropdown-toggle .caret{border-top-color:#999;border-bottom-color:#999}
709
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.active>.dropdown-toggle .caret,.navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle .caret{border-top-color:#fff;border-bottom-color:#fff}
710
.navbar-inverse .navbar-search .search-query{color:#fff;background-color:#515151;border-color:#111;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);box-shadow:inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.navbar-inverse .navbar-search .search-query:-moz-placeholder{color:#ccc}
711
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder{color:#ccc}
712
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder{color:#ccc}
713
.navbar-inverse .navbar-search .search-query:focus,.navbar-inverse .navbar-search .search-query.focused{padding:5px 15px;color:#333;text-shadow:0 1px 0 #fff;background-color:#fff;border:0;-webkit-box-shadow:0 0 3px rgba(0,0,0,0.15);-moz-box-shadow:0 0 3px rgba(0,0,0,0.15);box-shadow:0 0 3px rgba(0,0,0,0.15);outline:0}
714
.navbar-inverse .btn-navbar{color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e0e0e;background-image:-moz-linear-gradient(top, #151515, #040404);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));background-image:-webkit-linear-gradient(top, #151515, #040404);background-image:-o-linear-gradient(top, #151515, #040404);background-image:linear-gradient(to bottom, #151515, #040404);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);border-color:#040404 #040404 #000;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);*background-color:#040404;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.navbar-inverse .btn-navbar:hover,.navbar-inverse .btn-navbar:focus,.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active,.navbar-inverse .btn-navbar.disabled,.navbar-inverse .btn-navbar[disabled]{color:#fff;background-color:#040404;*background-color:#000}
715
.navbar-inverse .btn-navbar:active,.navbar-inverse .btn-navbar.active{background-color:#000 \9}
716
.breadcrumb{padding:8px 15px;margin:0 0 20px;list-style:none;background-color:#f5f5f5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.breadcrumb>li{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 0 #fff}.breadcrumb>li>.divider{padding:0 5px;color:#ccc}
717
.breadcrumb>.active{color:#999}
718
.pagination{margin:20px 0}
719
.pagination ul{display:inline-block;*display:inline;*zoom:1;margin-right:0;margin-bottom:0;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,0.05);box-shadow:0 1px 2px rgba(0,0,0,0.05)}
720
.pagination ul>li{display:inline}
721
.pagination ul>li>a,.pagination ul>li>span{float:right;padding:4px 12px;line-height:20px;text-decoration:none;background-color:#fff;border:1px solid #ddd;border-right-width:0}
722
.pagination ul>li>a:hover,.pagination ul>li>a:focus,.pagination ul>.active>a,.pagination ul>.active>span{background-color:#f5f5f5}
723
.pagination ul>.active>a,.pagination ul>.active>span{color:#999;cursor:default}
724
.pagination ul>.disabled>span,.pagination ul>.disabled>a,.pagination ul>.disabled>a:hover,.pagination ul>.disabled>a:focus{color:#999;background-color:transparent;cursor:default}
725
.pagination ul>li:first-child>a,.pagination ul>li:first-child>span{border-right-width:1px;-webkit-border-top-right-radius:4px;-moz-border-radius-topright:4px;border-top-right-radius:4px;-webkit-border-bottom-right-radius:4px;-moz-border-radius-bottomright:4px;border-bottom-right-radius:4px}
726
.pagination ul>li:last-child>a,.pagination ul>li:last-child>span{-webkit-border-top-left-radius:4px;-moz-border-radius-topleft:4px;border-top-left-radius:4px;-webkit-border-bottom-left-radius:4px;-moz-border-radius-bottomleft:4px;border-bottom-left-radius:4px}
727
.pagination-centered{text-align:center}
728
.pagination-left{text-align:left}
729
.pagination-large ul>li>a,.pagination-large ul>li>span{padding:11px 19px;font-size:17.5px}
730
.pagination-large ul>li:first-child>a,.pagination-large ul>li:first-child>span{-webkit-border-top-right-radius:6px;-moz-border-radius-topright:6px;border-top-right-radius:6px;-webkit-border-bottom-right-radius:6px;-moz-border-radius-bottomright:6px;border-bottom-right-radius:6px}
731
.pagination-large ul>li:last-child>a,.pagination-large ul>li:last-child>span{-webkit-border-top-left-radius:6px;-moz-border-radius-topleft:6px;border-top-left-radius:6px;-webkit-border-bottom-left-radius:6px;-moz-border-radius-bottomleft:6px;border-bottom-left-radius:6px}
732
.pagination-mini ul>li:first-child>a,.pagination-small ul>li:first-child>a,.pagination-mini ul>li:first-child>span,.pagination-small ul>li:first-child>span{-webkit-border-top-right-radius:3px;-moz-border-radius-topright:3px;border-top-right-radius:3px;-webkit-border-bottom-right-radius:3px;-moz-border-radius-bottomright:3px;border-bottom-right-radius:3px}
733
.pagination-mini ul>li:last-child>a,.pagination-small ul>li:last-child>a,.pagination-mini ul>li:last-child>span,.pagination-small ul>li:last-child>span{-webkit-border-top-left-radius:3px;-moz-border-radius-topleft:3px;border-top-left-radius:3px;-webkit-border-bottom-left-radius:3px;-moz-border-radius-bottomleft:3px;border-bottom-left-radius:3px}
734
.pagination-small ul>li>a,.pagination-small ul>li>span{padding:2px 10px;font-size:11.9px}
735
.pagination-mini ul>li>a,.pagination-mini ul>li>span{padding:0 6px;font-size:10.5px}
736
.pager{margin:20px 0;list-style:none;text-align:center;*zoom:1}.pager:before,.pager:after{display:table;content:"";line-height:0}
737
.pager:after{clear:both}
738
.pager li{display:inline}
739
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
740
.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#f5f5f5}
741
.pager .next>a,.pager .next>span{float:left}
742
.pager .previous>a,.pager .previous>span{float:right}
743
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:default}
744
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}
745
.modal-backdrop,.modal-backdrop.fade.in{opacity:.8;filter:alpha(opacity=80)}
746
.modal{position:fixed;top:10%;right:50%;z-index:1050;width:560px;margin-right:-280px;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.3);*border:1px solid #999;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 3px 7px rgba(0,0,0,0.3);-moz-box-shadow:0 3px 7px rgba(0,0,0,0.3);box-shadow:0 3px 7px rgba(0,0,0,0.3);-webkit-background-clip:padding-box;-moz-background-clip:padding-box;background-clip:padding-box;outline:none}.modal.fade{-webkit-transition:opacity .3s linear, top .3s ease-out;-moz-transition:opacity .3s linear, top .3s ease-out;-o-transition:opacity .3s linear, top .3s ease-out;transition:opacity .3s linear, top .3s ease-out;top:-25%}
747
.modal.fade.in{top:10%}
748
.modal-header{padding:9px 15px;border-bottom:1px solid #eee}.modal-header .close{margin-top:2px}
749
.modal-header h3{margin:0;line-height:30px}
750
.modal-body{position:relative;overflow-y:auto;max-height:400px;padding:15px}
751
.modal-form{margin-bottom:0}
752
.modal-footer{padding:14px 15px 15px;margin-bottom:0;text-align:left;background-color:#f5f5f5;border-top:1px solid #ddd;-webkit-border-radius:0 0 6px 6px;-moz-border-radius:0 0 6px 6px;border-radius:0 0 6px 6px;-webkit-box-shadow:inset 0 1px 0 #fff;-moz-box-shadow:inset 0 1px 0 #fff;box-shadow:inset 0 1px 0 #fff;*zoom:1}.modal-footer:before,.modal-footer:after{display:table;content:"";line-height:0}
753
.modal-footer:after{clear:both}
754
.modal-footer .btn+.btn{margin-right:5px;margin-bottom:0}
755
.modal-footer .btn-group .btn+.btn{margin-right:-1px}
756
.modal-footer .btn-block+.btn-block{margin-right:0}
757
.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:11px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.8;filter:alpha(opacity=80)}
758
.tooltip.top{margin-top:-3px;padding:5px 0}
759
.tooltip.right{margin-left:3px;padding:0 5px}
760
.tooltip.bottom{margin-top:3px;padding:5px 0}
761
.tooltip.left{margin-left:-3px;padding:0 5px}
762
.tooltip-inner{max-width:200px;padding:8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
763
.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
764
.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
765
.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}
766
.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
767
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}
768
.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:right;background-color:#fff;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px}
769
.popover.right{margin-left:10px}
770
.popover.bottom{margin-top:10px}
771
.popover.left{margin-left:-10px}
772
.popover-title{margin:0;padding:8px 14px;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.popover-title:empty{display:none}
773
.popover-content{padding:9px 14px}
774
.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}
775
.popover .arrow{border-width:11px}
776
.popover .arrow:after{border-width:10px;content:""}
777
.popover.top .arrow{right:50%;margin-right:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top .arrow:after{bottom:1px;margin-right:-10px;border-bottom-width:0;border-top-color:#fff}
778
.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right .arrow:after{left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff}
779
.popover.bottom .arrow{right:50%;margin-right:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom .arrow:after{top:1px;margin-right:-10px;border-top-width:0;border-bottom-color:#fff}
780
.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left .arrow:after{right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px}
781
.thumbnails{margin-right:-20px;list-style:none;*zoom:1}.thumbnails:before,.thumbnails:after{display:table;content:"";line-height:0}
782
.thumbnails:after{clear:both}
783
.row-fluid .thumbnails{margin-right:0}
784
.thumbnails>li{float:right;margin-bottom:20px;margin-right:20px}
785
.thumbnail{display:block;padding:4px;line-height:20px;border:1px solid #ddd;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.055);-moz-box-shadow:0 1px 3px rgba(0,0,0,0.055);box-shadow:0 1px 3px rgba(0,0,0,0.055);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
786
a.thumbnail:hover,a.thumbnail:focus{border-color:#08c;-webkit-box-shadow:0 1px 4px rgba(0,105,214,0.25);-moz-box-shadow:0 1px 4px rgba(0,105,214,0.25);box-shadow:0 1px 4px rgba(0,105,214,0.25)}
787
.thumbnail>img{display:block;max-width:100%;margin-left:auto;margin-right:auto}
788
.thumbnail .caption{padding:9px;color:#555}
789
.label,.badge{display:inline-block;padding:2px 4px;font-size:11.844px;font-weight:bold;line-height:14px;color:#fff;vertical-align:baseline;white-space:nowrap;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#999}
790
.label{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
791
.badge{padding-left:9px;padding-right:9px;-webkit-border-radius:9px;-moz-border-radius:9px;border-radius:9px}
792
.label:empty,.badge:empty{display:none}
793
a.label:hover,a.label:focus,a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}
794
.label-important,.badge-important{background-color:#b94a48}
795
.label-important[href],.badge-important[href]{background-color:#953b39}
796
.label-warning,.badge-warning{background-color:#f89406}
797
.label-warning[href],.badge-warning[href]{background-color:#c67605}
798
.label-success,.badge-success{background-color:#468847}
799
.label-success[href],.badge-success[href]{background-color:#356635}
800
.label-info,.badge-info{background-color:#3a87ad}
801
.label-info[href],.badge-info[href]{background-color:#2d6987}
802
.label-inverse,.badge-inverse{background-color:#333}
803
.label-inverse[href],.badge-inverse[href]{background-color:#1a1a1a}
804
.btn .label,.btn .badge{position:relative;top:-1px}
805
.btn-mini .label,.btn-mini .badge{top:0}
806
@-webkit-keyframes progress-bar-stripes{from{background-position:0 0} to{background-position:40px 0}}@-moz-keyframes progress-bar-stripes{from{background-position:0 0} to{background-position:40px 0}}@-ms-keyframes progress-bar-stripes{from{background-position:0 0} to{background-position:40px 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:0 0} to{background-position:40px 0}}.progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
807
.progress .bar{width:0%;height:100%;color:#fff;float:right;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0,0,0,0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #149bdf, #0480be);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));background-image:-webkit-linear-gradient(top, #149bdf, #0480be);background-image:-o-linear-gradient(top, #149bdf, #0480be);background-image:linear-gradient(to bottom, #149bdf, #0480be);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;-moz-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}
808
.progress .bar+.bar{-webkit-box-shadow:inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset -1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15)}
809
.progress-striped .bar{background-color:#149bdf;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));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);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);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);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);-webkit-background-size:40px 40px;-moz-background-size:40px 40px;-o-background-size:40px 40px;background-size:40px 40px}
810
.progress.active .bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
811
.progress-danger .bar,.progress .bar-danger{background-color:#dd514c;background-image:-moz-linear-gradient(top, #ee5f5b, #c43c35);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));background-image:-webkit-linear-gradient(top, #ee5f5b, #c43c35);background-image:-o-linear-gradient(top, #ee5f5b, #c43c35);background-image:linear-gradient(to bottom, #ee5f5b, #c43c35);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0)}
812
.progress-danger.progress-striped .bar,.progress-striped .bar-danger{background-color:#ee5f5b;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));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);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);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);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)}
813
.progress-success .bar,.progress .bar-success{background-color:#5eb95e;background-image:-moz-linear-gradient(top, #62c462, #57a957);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));background-image:-webkit-linear-gradient(top, #62c462, #57a957);background-image:-o-linear-gradient(top, #62c462, #57a957);background-image:linear-gradient(to bottom, #62c462, #57a957);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0)}
814
.progress-success.progress-striped .bar,.progress-striped .bar-success{background-color:#62c462;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));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);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);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);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)}
815
.progress-info .bar,.progress .bar-info{background-color:#4bb1cf;background-image:-moz-linear-gradient(top, #5bc0de, #339bb9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));background-image:-webkit-linear-gradient(top, #5bc0de, #339bb9);background-image:-o-linear-gradient(top, #5bc0de, #339bb9);background-image:linear-gradient(to bottom, #5bc0de, #339bb9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0)}
816
.progress-info.progress-striped .bar,.progress-striped .bar-info{background-color:#5bc0de;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));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);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);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);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)}
817
.progress-warning .bar,.progress .bar-warning{background-color:#faa732;background-image:-moz-linear-gradient(top, #fbb450, #f89406);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));background-image:-webkit-linear-gradient(top, #fbb450, #f89406);background-image:-o-linear-gradient(top, #fbb450, #f89406);background-image:linear-gradient(to bottom, #fbb450, #f89406);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0)}
818
.progress-warning.progress-striped .bar,.progress-striped .bar-warning{background-color:#fbb450;background-image:-webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));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);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);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);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)}
819
.accordion{margin-bottom:20px}
820
.accordion-group{margin-bottom:2px;border:1px solid #e5e5e5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
821
.accordion-heading{border-bottom:0}
822
.accordion-heading .accordion-toggle{display:block;padding:8px 15px}
823
.accordion-toggle{cursor:pointer}
824
.accordion-inner{padding:9px 15px;border-top:1px solid #e5e5e5}
825
.carousel{position:relative;margin-bottom:20px;line-height:1}
826
.carousel-inner{overflow:hidden;width:100%;position:relative}
827
.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;-moz-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;line-height:1}
828
.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}
829
.carousel-inner>.active{left:0}
830
.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}
831
.carousel-inner>.next{left:100%}
832
.carousel-inner>.prev{left:-100%}
833
.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}
834
.carousel-inner>.active.left{left:-100%}
835
.carousel-inner>.active.right{left:100%}
836
.carousel-control{position:absolute;top:40%;left:15px;width:40px;height:40px;margin-top:-20px;font-size:60px;font-weight:100;line-height:30px;color:#fff;text-align:center;background:#222;border:3px solid #fff;-webkit-border-radius:23px;-moz-border-radius:23px;border-radius:23px;opacity:.5;filter:alpha(opacity=50)}.carousel-control.right{left:auto;right:15px}
837
.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}
838
.carousel-indicators{position:absolute;top:15px;left:15px;z-index:5;margin:0;list-style:none}.carousel-indicators li{display:block;float:right;width:10px;height:10px;margin-right:5px;text-indent:-999px;background-color:#ccc;background-color:rgba(255,255,255,0.25);border-radius:5px}
839
.carousel-indicators .active{background-color:#fff}
840
.carousel-caption{position:absolute;left:0;right:0;bottom:0;padding:15px;background:#333;background:rgba(0,0,0,0.75)}
841
.carousel-caption h4,.carousel-caption p{color:#fff;line-height:20px}
842
.carousel-caption h4{margin:0 0 5px}
843
.carousel-caption p{margin-bottom:0}
844
.hero-unit{padding:60px;margin-bottom:30px;font-size:18px;font-weight:200;line-height:30px;color:inherit;background-color:#eee;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px}.hero-unit h1{margin-bottom:0;font-size:60px;line-height:1;color:inherit;letter-spacing:-1px}
845
.hero-unit li{line-height:30px}
846
@-ms-viewport{width:device-width}.hidden{display:none;visibility:hidden}
847
.visible-phone{display:none !important}
848
.visible-tablet{display:none !important}
849
.hidden-desktop{display:none !important}
850
.visible-desktop{display:inherit !important}
851
@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important} .visible-desktop{display:none !important } .visible-tablet{display:inherit !important} .hidden-tablet{display:none !important}}@media (max-width:767px){.hidden-desktop{display:inherit !important} .visible-desktop{display:none !important} .visible-phone{display:inherit !important} .hidden-phone{display:none !important}}.visible-print{display:none !important}
852
@media print{.visible-print{display:inherit !important} .hidden-print{display:none !important}}@media (min-width:1200px){.row{margin-right:-30px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0} .row:after{clear:both} [class*="span"]{float:right;min-height:1px;margin-right:30px} .container,.navbar-static-top .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-right:1230px} .offset11{margin-right:1130px} .offset10{margin-right:1030px} .offset9{margin-right:930px} .offset8{margin-right:830px} .offset7{margin-right:730px} .offset6{margin-right:630px} .offset5{margin-right:530px} .offset4{margin-right:430px} .offset3{margin-right:330px} .offset2{margin-right:230px} .offset1{margin-right:130px} .row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0} .row-fluid:after{clear:both} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.564102564102564%;*margin-right:2.5109110747408616%} .row-fluid [class*="span"]:first-child{margin-right:0} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.564102564102564%} .row-fluid .span12{width:100%;*width:99.94680851063829%} .row-fluid .span11{width:91.45299145299145%;*width:91.39979996362975%} .row-fluid .span10{width:82.90598290598291%;*width:82.8527914166212%} .row-fluid .span9{width:74.35897435897436%;*width:74.30578286961266%} .row-fluid .span8{width:65.81196581196582%;*width:65.75877432260411%} .row-fluid .span7{width:57.26495726495726%;*width:57.21176577559556%} .row-fluid .span6{width:48.717948717948715%;*width:48.664757228587014%} .row-fluid .span5{width:40.17094017094017%;*width:40.11774868157847%} .row-fluid .span4{width:31.623931623931625%;*width:31.570740134569924%} .row-fluid .span3{width:23.076923076923077%;*width:23.023731587561375%} .row-fluid .span2{width:14.52991452991453%;*width:14.476723040552828%} .row-fluid .span1{width:5.982905982905983%;*width:5.929714493544281%} .row-fluid .offset12{margin-right:105.12820512820512%;*margin-right:105.02182214948171%} .row-fluid .offset12:first-child{margin-right:102.56410256410257%;*margin-right:102.45771958537915%} .row-fluid .offset11{margin-right:96.58119658119658%;*margin-right:96.47481360247316%} .row-fluid .offset11:first-child{margin-right:94.01709401709402%;*margin-right:93.91071103837061%} .row-fluid .offset10{margin-right:88.03418803418803%;*margin-right:87.92780505546462%} .row-fluid .offset10:first-child{margin-right:85.47008547008548%;*margin-right:85.36370249136206%} .row-fluid .offset9{margin-right:79.48717948717949%;*margin-right:79.38079650845607%} .row-fluid .offset9:first-child{margin-right:76.92307692307693%;*margin-right:76.81669394435352%} .row-fluid .offset8{margin-right:70.94017094017094%;*margin-right:70.83378796144753%} .row-fluid .offset8:first-child{margin-right:68.37606837606839%;*margin-right:68.26968539734497%} .row-fluid .offset7{margin-right:62.393162393162385%;*margin-right:62.28677941443899%} .row-fluid .offset7:first-child{margin-right:59.82905982905982%;*margin-right:59.72267685033642%} .row-fluid .offset6{margin-right:53.84615384615384%;*margin-right:53.739770867430444%} .row-fluid .offset6:first-child{margin-right:51.28205128205128%;*margin-right:51.175668303327875%} .row-fluid .offset5{margin-right:45.299145299145295%;*margin-right:45.1927623204219%} .row-fluid .offset5:first-child{margin-right:42.73504273504273%;*margin-right:42.62865975631933%} .row-fluid .offset4{margin-right:36.75213675213675%;*margin-right:36.645753773413354%} .row-fluid .offset4:first-child{margin-right:34.18803418803419%;*margin-right:34.081651209310785%} .row-fluid .offset3{margin-right:28.205128205128204%;*margin-right:28.0987452264048%} .row-fluid .offset3:first-child{margin-right:25.641025641025642%;*margin-right:25.53464266230224%} .row-fluid .offset2{margin-right:19.65811965811966%;*margin-right:19.551736679396257%} .row-fluid .offset2:first-child{margin-right:17.094017094017094%;*margin-right:16.98763411529369%} .row-fluid .offset1{margin-right:11.11111111111111%;*margin-right:11.004728132387708%} .row-fluid .offset1:first-child{margin-right:8.547008547008547%;*margin-right:8.440625568285142%} input,textarea,.uneditable-input{margin-right:0} .controls-row [class*="span"]+[class*="span"]{margin-right:30px} input.span12,textarea.span12,.uneditable-input.span12{width:1156px} input.span11,textarea.span11,.uneditable-input.span11{width:1056px} input.span10,textarea.span10,.uneditable-input.span10{width:956px} input.span9,textarea.span9,.uneditable-input.span9{width:856px} input.span8,textarea.span8,.uneditable-input.span8{width:756px} input.span7,textarea.span7,.uneditable-input.span7{width:656px} input.span6,textarea.span6,.uneditable-input.span6{width:556px} input.span5,textarea.span5,.uneditable-input.span5{width:456px} input.span4,textarea.span4,.uneditable-input.span4{width:356px} input.span3,textarea.span3,.uneditable-input.span3{width:256px} input.span2,textarea.span2,.uneditable-input.span2{width:156px} input.span1,textarea.span1,.uneditable-input.span1{width:56px} .thumbnails{margin-right:-30px} .thumbnails>li{margin-right:30px} .row-fluid .thumbnails{margin-right:0}}@media (min-width:768px) and (max-width:979px){.row{margin-right:-20px;*zoom:1}.row:before,.row:after{display:table;content:"";line-height:0} .row:after{clear:both} [class*="span"]{float:right;min-height:1px;margin-right:20px} .container,.navbar-static-top .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-right:764px} .offset11{margin-right:702px} .offset10{margin-right:640px} .offset9{margin-right:578px} .offset8{margin-right:516px} .offset7{margin-right:454px} .offset6{margin-right:392px} .offset5{margin-right:330px} .offset4{margin-right:268px} .offset3{margin-right:206px} .offset2{margin-right:144px} .offset1{margin-right:82px} .row-fluid{width:100%;*zoom:1}.row-fluid:before,.row-fluid:after{display:table;content:"";line-height:0} .row-fluid:after{clear:both} .row-fluid [class*="span"]{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;float:right;margin-right:2.7624309392265194%;*margin-right:2.709239449864817%} .row-fluid [class*="span"]:first-child{margin-right:0} .row-fluid .controls-row [class*="span"]+[class*="span"]{margin-right:2.7624309392265194%} .row-fluid .span12{width:100%;*width:99.94680851063829%} .row-fluid .span11{width:91.43646408839778%;*width:91.38327259903608%} .row-fluid .span10{width:82.87292817679558%;*width:82.81973668743387%} .row-fluid .span9{width:74.30939226519337%;*width:74.25620077583166%} .row-fluid .span8{width:65.74585635359117%;*width:65.69266486422946%} .row-fluid .span7{width:57.18232044198895%;*width:57.12912895262725%} .row-fluid .span6{width:48.61878453038674%;*width:48.56559304102504%} .row-fluid .span5{width:40.05524861878453%;*width:40.00205712942283%} .row-fluid .span4{width:31.491712707182323%;*width:31.43852121782062%} .row-fluid .span3{width:22.92817679558011%;*width:22.87498530621841%} .row-fluid .span2{width:14.3646408839779%;*width:14.311449394616199%} .row-fluid .span1{width:5.801104972375691%;*width:5.747913483013988%} .row-fluid .offset12{margin-right:105.52486187845304%;*margin-right:105.41847889972962%} .row-fluid .offset12:first-child{margin-right:102.76243093922652%;*margin-right:102.6560479605031%} .row-fluid .offset11{margin-right:96.96132596685082%;*margin-right:96.8549429881274%} .row-fluid .offset11:first-child{margin-right:94.1988950276243%;*margin-right:94.09251204890089%} .row-fluid .offset10{margin-right:88.39779005524862%;*margin-right:88.2914070765252%} .row-fluid .offset10:first-child{margin-right:85.6353591160221%;*margin-right:85.52897613729868%} .row-fluid .offset9{margin-right:79.8342541436464%;*margin-right:79.72787116492299%} .row-fluid .offset9:first-child{margin-right:77.07182320441989%;*margin-right:76.96544022569647%} .row-fluid .offset8{margin-right:71.2707182320442%;*margin-right:71.16433525332079%} .row-fluid .offset8:first-child{margin-right:68.50828729281768%;*margin-right:68.40190431409427%} .row-fluid .offset7{margin-right:62.70718232044199%;*margin-right:62.600799341718584%} .row-fluid .offset7:first-child{margin-right:59.94475138121547%;*margin-right:59.838368402492065%} .row-fluid .offset6{margin-right:54.14364640883978%;*margin-right:54.037263430116376%} .row-fluid .offset6:first-child{margin-right:51.38121546961326%;*margin-right:51.27483249088986%} .row-fluid .offset5{margin-right:45.58011049723757%;*margin-right:45.47372751851417%} .row-fluid .offset5:first-child{margin-right:42.81767955801105%;*margin-right:42.71129657928765%} .row-fluid .offset4{margin-right:37.01657458563536%;*margin-right:36.91019160691196%} .row-fluid .offset4:first-child{margin-right:34.25414364640884%;*margin-right:34.14776066768544%} .row-fluid .offset3{margin-right:28.45303867403315%;*margin-right:28.346655695309746%} .row-fluid .offset3:first-child{margin-right:25.69060773480663%;*margin-right:25.584224756083227%} .row-fluid .offset2{margin-right:19.88950276243094%;*margin-right:19.783119783707537%} .row-fluid .offset2:first-child{margin-right:17.12707182320442%;*margin-right:17.02068884448102%} .row-fluid .offset1{margin-right:11.32596685082873%;*margin-right:11.219583872105325%} .row-fluid .offset1:first-child{margin-right:8.56353591160221%;*margin-right:8.457152932878806%} input,textarea,.uneditable-input{margin-right:0} .controls-row [class*="span"]+[class*="span"]{margin-right:20px} input.span12,textarea.span12,.uneditable-input.span12{width:710px} input.span11,textarea.span11,.uneditable-input.span11{width:648px} input.span10,textarea.span10,.uneditable-input.span10{width:586px} input.span9,textarea.span9,.uneditable-input.span9{width:524px} input.span8,textarea.span8,.uneditable-input.span8{width:462px} input.span7,textarea.span7,.uneditable-input.span7{width:400px} input.span6,textarea.span6,.uneditable-input.span6{width:338px} input.span5,textarea.span5,.uneditable-input.span5{width:276px} input.span4,textarea.span4,.uneditable-input.span4{width:214px} input.span3,textarea.span3,.uneditable-input.span3{width:152px} input.span2,textarea.span2,.uneditable-input.span2{width:90px} input.span1,textarea.span1,.uneditable-input.span1{width:28px}}@media (max-width:767px){body{padding-left:20px;padding-right:20px} .navbar-fixed-top,.navbar-fixed-bottom,.navbar-static-top{margin-left:-20px;margin-right:-20px} .container-fluid{padding:0} .dl-horizontal dt{float:none;clear:none;width:auto;text-align:right} .dl-horizontal dd{margin-right:0} .container{width:auto} .row-fluid{width:100%} .row,.thumbnails{margin-right:0} .thumbnails>li{float:none;margin-right:0} [class*="span"],.uneditable-input[class*="span"],.row-fluid [class*="span"]{float:none;display:block;width:100%;margin-right:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .row-fluid [class*="offset"]:first-child{margin-right:0} .input-large,.input-xlarge,.input-xxlarge,input[class*="span"],select[class*="span"],textarea[class*="span"],.uneditable-input{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} .input-prepend input,.input-append input,.input-prepend input[class*="span"],.input-append input[class*="span"]{display:inline-block;width:auto} .controls-row [class*="span"]+[class*="span"]{margin-right:0} .modal{position:fixed;top:20px;left:20px;right:20px;width:auto;margin:0}.modal.fade{top:-100px} .modal.fade.in{top:20px}}@media (max-width:480px){.nav-collapse{-webkit-transform:translate3d(0, 0, 0)} .page-header h1 small{display:block;line-height:20px} input[type="checkbox"],input[type="radio"]{border:1px solid #ccc} .form-horizontal .control-label{float:none;width:auto;padding-top:0;text-align:right} .form-horizontal .controls{margin-right:0} .form-horizontal .control-list{padding-top:0} .form-horizontal .form-actions{padding-left:10px;padding-right:10px} .media .pull-left,.media .pull-right{float:none;display:block;margin-bottom:10px} .media-object{margin-right:0;margin-left:0} .modal{top:10px;left:10px;right:10px} .modal-header .close{padding:10px;margin:-10px} .carousel-caption{position:static}}@media (max-width:979px){body{padding-top:0} .navbar-fixed-top,.navbar-fixed-bottom{position:static} .navbar-fixed-top{margin-bottom:20px} .navbar-fixed-bottom{margin-top:20px} .navbar-fixed-top .navbar-inner,.navbar-fixed-bottom .navbar-inner{padding:5px} .navbar .container{width:auto;padding:0} .navbar .brand{padding-left:10px;padding-right:10px;margin:0 -5px 0 0} .nav-collapse{clear:both} .nav-collapse .nav{float:none;margin:0 0 10px} .nav-collapse .nav>li{float:none} .nav-collapse .nav>li>a{margin-bottom:2px} .nav-collapse .nav>.divider-vertical{display:none} .nav-collapse .nav .nav-header{color:#777;text-shadow:none} .nav-collapse .nav>li>a,.nav-collapse .dropdown-menu a{padding:9px 15px;font-weight:bold;color:#777;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px} .nav-collapse .btn{padding:4px 10px 4px;font-weight:normal;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px} .nav-collapse .dropdown-menu li+li a{margin-bottom:2px} .nav-collapse .nav>li>a:hover,.nav-collapse .nav>li>a:focus,.nav-collapse .dropdown-menu a:hover,.nav-collapse .dropdown-menu a:focus{background-color:#f2f2f2} .navbar-inverse .nav-collapse .nav>li>a,.navbar-inverse .nav-collapse .dropdown-menu a{color:#999} .navbar-inverse .nav-collapse .nav>li>a:hover,.navbar-inverse .nav-collapse .nav>li>a:focus,.navbar-inverse .nav-collapse .dropdown-menu a:hover,.navbar-inverse .nav-collapse .dropdown-menu a:focus{background-color:#111} .nav-collapse.in .btn-group{margin-top:5px;padding:0} .nav-collapse .dropdown-menu{position:static;top:auto;right:auto;float:none;display:none;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} .nav-collapse .open>.dropdown-menu{display:block} .nav-collapse .dropdown-menu:before,.nav-collapse .dropdown-menu:after{display:none} .nav-collapse .dropdown-menu .divider{display:none} .nav-collapse .nav>li>.dropdown-menu:before,.nav-collapse .nav>li>.dropdown-menu:after{display:none} .nav-collapse .navbar-form,.nav-collapse .navbar-search{float:none;padding:10px 15px;margin:10px 0;border-top:1px solid #f2f2f2;border-bottom:1px solid #f2f2f2;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1)} .navbar-inverse .nav-collapse .navbar-form,.navbar-inverse .nav-collapse .navbar-search{border-top-color:#111;border-bottom-color:#111} .navbar .nav-collapse .nav.pull-right{float:none;margin-right:0} .nav-collapse,.nav-collapse.collapse{overflow:hidden;height:0} .navbar .btn-navbar{display:block} .navbar-static .navbar-inner{padding-left:10px;padding-right:10px}}@media (min-width:979px + 1){.nav-collapse.collapse{height:auto !important;overflow:visible !important}}.pull-right{float:right}
853
.pull-left{float:left}
854
.hide{display:none}
855
.show{display:block}
856
.invisible{visibility:hidden}
857
.affix{position:fixed}
(-)a/koha-tmpl/opac-tmpl/bootstrap/lib/jquery/jquery-ui-rtl.css (-1 / +5 lines)
Line 0 Link Here
0
- 
1
/*! jQuery UI - v1.9.2 - 2013-02-12
2
* http://jqueryui.com
3
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
4
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
5
* Copyright (c) 2013 jQuery Foundation and other contributors Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;right:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;right:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;right:0;cursor:default}* html .ui-autocomplete{width:1px}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{right:2px}.ui-datepicker .ui-datepicker-next{left:2px}.ui-datepicker .ui-datepicker-prev-hover{right:1px}.ui-datepicker .ui-datepicker-next-hover{left:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;right:50%;margin-right:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:left;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-right:0;border-left:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:left;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:right}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:right}.ui-datepicker-row-break{clear:both;width:100%;font-size:0em}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-next{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker-rtl .ui-datepicker-group{float:left}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0;border-right-width:1px}.ui-datepicker-cover{position:absolute;z-index:-1;filter:mask();top:-4px;right:-4px;width:200px;height:200px}.ui-menu{list-style:none;padding:2px;margin:0;display:block;outline:none}.ui-menu .ui-menu{margin-top:-3px;position:absolute}.ui-menu .ui-menu-item{margin:0;padding:0;zoom:1;width:100%}.ui-menu .ui-menu-divider{margin:5px -2px 5px -2px;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-menu-item a{text-decoration:none;display:block;padding:2px .4em;line-height:1.5;zoom:1;font-weight:normal}.ui-menu .ui-menu-item a.ui-state-focus,.ui-menu .ui-menu-item a.ui-state-active{font-weight:normal;margin:-1px}.ui-menu .ui-state-disabled{font-weight:normal;margin:.4em 0 .2em;line-height:1.5}.ui-menu .ui-state-disabled a{cursor:default}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item a{position:relative;padding-right:2em}.ui-menu .ui-icon{position:absolute;top:.2em;right:.2em}.ui-menu .ui-menu-icon{position:static;float:left}.ui-slider{position:relative;text-align:right}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-right:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{right:0}.ui-slider-horizontal .ui-slider-range-max{left:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{right:-.3em;margin-right:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{right:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-tabs{position:relative;padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:right;position:relative;top:0;margin:1px 0 0 .2em;border-bottom:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav li a{float:right;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-tabs-loading a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px;-webkit-box-shadow:0 0 5px #aaa;box-shadow:0 0 5px #aaa}* html .ui-tooltip{background-image:none}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:bold}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus{border:1px solid #999;background:#dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:normal;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px;background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-content .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(images/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(images/ui-icons_888888_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(images/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(images/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(images/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{-moz-border-radius-topleft:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{-moz-border-radius-bottomright:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-widget-overlay{background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px -8px 0 0;padding:8px;background:#aaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}

Return to bug 11060