Merge lp:~huwshimi/juju-gui/bootstrap-removal into lp:juju-gui/experimental

Proposed by Huw Wilkins
Status: Merged
Merged at revision: 1154
Proposed branch: lp:~huwshimi/juju-gui/bootstrap-removal
Merge into: lp:juju-gui/experimental
Diff against target: 6485 lines (+705/-5469)
19 files modified
app/assets/stylesheets/bootstrap-2.0.4.css (+0/-4983)
app/assets/stylesheets/juju-bootstrap.css (+0/-156)
app/assets/stylesheets/normalize.css (+406/-0)
app/index.html (+51/-46)
app/subapps/browser/templates/browser_charm.handlebars (+2/-8)
app/templates/ambiguousRelationList.handlebars (+1/-1)
app/templates/bundle.handlebars (+2/-8)
app/templates/notifications.handlebars (+1/-1)
app/templates/token-container.handlebars (+3/-8)
app/views/topology/relation.js (+1/-1)
app/views/utils.js (+2/-22)
bin/merge-files (+1/-2)
lib/views/browser/bws-searchbox.less (+2/-6)
lib/views/dropdown.less (+62/-0)
lib/views/juju-inspector.less (+6/-9)
lib/views/stylesheet.less (+161/-210)
test/test_application_notifications.js (+0/-4)
test/test_environment_view.js (+1/-1)
test/test_utils.js (+3/-3)
To merge this branch: bzr merge lp:~huwshimi/juju-gui/bootstrap-removal
Reviewer Review Type Date Requested Status
Juju GUI Hackers Pending
Review via email: mp+192620@code.launchpad.net

Description of the change

Remove bootstrap

Bootstrap is gone. Updated classes to our new ones. Fixed styles that broke.

I had to add normalize.css so that we have a reset (this is the reset that Bootstrap and YUI use).

https://codereview.appspot.com/16940043/

To post a comment you must log in.
Revision history for this message
Huw Wilkins (huwshimi) wrote :

Reviewers: mp+192620_code.launchpad.net,

Message:
Please take a look.

Description:
Remove bootstrap

Bootstrap is gone. Updated classes to our new ones. Fixed styles that
broke.

I had to add normalize.css so that we have a reset (this is the reset
that Bootstrap and YUI use).

https://code.launchpad.net/~huwshimi/juju-gui/bootstrap-removal/+merge/192620

(do not edit description out of merge proposal)

Please review this at https://codereview.appspot.com/16940043/

Affected files (+707, -5469 lines):
   A [revision details]
   D app/assets/stylesheets/bootstrap-2.0.4.css
   D app/assets/stylesheets/juju-bootstrap.css
   A app/assets/stylesheets/normalize.css
   M app/index.html
   M app/subapps/browser/templates/browser_charm.handlebars
   M app/templates/ambiguousRelationList.handlebars
   M app/templates/bundle.handlebars
   M app/templates/notifications.handlebars
   M app/templates/token-container.handlebars
   M app/views/topology/relation.js
   M app/views/utils.js
   M bin/merge-files
   M lib/views/browser/bws-searchbox.less
   A lib/views/dropdown.less
   M lib/views/juju-inspector.less
   M lib/views/stylesheet.less
   M test/test_application_notifications.js
   M test/test_environment_view.js
   M test/test_utils.js

Revision history for this message
Madison Scott-Clary (makyo) wrote :

LGTM, thanks

https://codereview.appspot.com/16940043/diff/1/app/index.html
File app/index.html (right):

https://codereview.appspot.com/16940043/diff/1/app/index.html#newcode161
app/index.html:161: Help & Feedback
Trivial: weird indentation

https://codereview.appspot.com/16940043/diff/1/app/views/utils.js
File app/views/utils.js (right):

https://codereview.appspot.com/16940043/diff/1/app/views/utils.js#newcode364
app/views/utils.js:364: classNames: ['button', 'button']
Do we need both?

https://codereview.appspot.com/16940043/

1157. By Huw Wilkins

Review fixes.

1158. By Huw Wilkins

Merged trunk.

Revision history for this message
Huw Wilkins (huwshimi) wrote :
Revision history for this message
Huw Wilkins (huwshimi) wrote :

*** Submitted:

Remove bootstrap

Bootstrap is gone. Updated classes to our new ones. Fixed styles that
broke.

I had to add normalize.css so that we have a reset (this is the reset
that Bootstrap and YUI use).

R=matthew.scott
CC=
https://codereview.appspot.com/16940043

https://codereview.appspot.com/16940043/

Preview Diff

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

Subscribers

People subscribed via source and target branches