Merge lp:~zulcss/horizon/horizon-g2 into lp:~openstack-ubuntu-testing/horizon/grizzly

Proposed by Chuck Short
Status: Merged
Merged at revision: 139
Proposed branch: lp:~zulcss/horizon/horizon-g2
Merge into: lp:~openstack-ubuntu-testing/horizon/grizzly
Diff against target: 10446 lines (+5216/-5188)
6 files modified
debian/changelog (+12/-1)
debian/static/openstack-dashboard/css/054e373ba154.css (+5056/-0)
debian/static/openstack-dashboard/css/9feb0b911869.css (+0/-5039)
debian/static/openstack-dashboard/js/3396b38e5e1e.js (+146/-0)
debian/static/openstack-dashboard/js/d17288657b07.js (+0/-146)
debian/static/openstack-dashboard/manifest.json (+2/-2)
To merge this branch: bzr merge lp:~zulcss/horizon/horizon-g2
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+142908@code.launchpad.net

Description of the change

horizon g2

To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

Preview Diff

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

Subscribers

People subscribed via source and target branches