Show More
@@ -1,63 +1,64 b'' | |||
|
1 | 1 | div.cell { |
|
2 | 2 | border: 1px solid transparent; |
|
3 | 3 | .vbox(); |
|
4 | ||
|
4 | .corner-all(); | |
|
5 | border-width: thin; | |
|
6 | border-style: solid; | |
|
7 | ||
|
5 | 8 | &.selected { |
|
6 | .corner-all; | |
|
7 | border : thin @border_color solid; | |
|
9 | border-color: @border_color; | |
|
8 | 10 | } |
|
9 | 11 | |
|
10 | 12 | &.edit_mode { |
|
11 |
|
|
|
12 | border : thin green solid; | |
|
13 | border-color: green; | |
|
13 | 14 | } |
|
14 | 15 | } |
|
15 | 16 | |
|
16 | 17 | div.cell { |
|
17 | 18 | width: 100%; |
|
18 | 19 | padding: 5px 5px 5px 0px; |
|
19 | 20 | /* This acts as a spacer between cells, that is outside the border */ |
|
20 | 21 | margin: 0px; |
|
21 | 22 | outline: none; |
|
22 | 23 | } |
|
23 | 24 | |
|
24 | 25 | div.prompt { |
|
25 | 26 | /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ |
|
26 | 27 | min-width: 15ex; |
|
27 | 28 | /* This padding is tuned to match the padding on the CodeMirror editor. */ |
|
28 | 29 | padding: @code_padding; |
|
29 | 30 | margin: 0px; |
|
30 | 31 | font-family: @font-family-monospace; |
|
31 | 32 | text-align: right; |
|
32 | 33 | /* This has to match that of the the CodeMirror class line-height below */ |
|
33 | 34 | line-height: @code_line_height; |
|
34 | 35 | } |
|
35 | 36 | |
|
36 | 37 | @media (max-width: 480px) { |
|
37 | 38 | // prompts are in the main column on small screens, |
|
38 | 39 | // so text should be left-aligned |
|
39 | 40 | div.prompt { |
|
40 | 41 | text-align: left; |
|
41 | 42 | } |
|
42 | 43 | } |
|
43 | 44 | |
|
44 | 45 | div.inner_cell { |
|
45 | 46 | .vbox(); |
|
46 | 47 | .box-flex1(); |
|
47 | 48 | } |
|
48 | 49 | |
|
49 | 50 | /* input_area and input_prompt must match in top border and margin for alignment */ |
|
50 | 51 | div.input_area { |
|
51 | 52 | border: 1px solid @light_border_color; |
|
52 | 53 | .corner-all; |
|
53 | 54 | background: @cell_background; |
|
54 | 55 | line-height: @code_line_height; |
|
55 | 56 | } |
|
56 | 57 | |
|
57 | 58 | /* This is needed so that empty prompt areas can collapse to zero height when there |
|
58 | 59 | is no content in the output_subarea and the prompt. The main purpose of this is |
|
59 | 60 | to make sure that empty JavaScript output_subareas have no height. */ |
|
60 | 61 | div.prompt:empty { |
|
61 | 62 | padding-top: 0; |
|
62 | 63 | padding-bottom: 0; |
|
63 | 64 | } |
@@ -1,175 +1,175 b'' | |||
|
1 | 1 | |
|
2 | 2 | .modal.fade .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)} |
|
3 | 3 | code{color:#000} |
|
4 | 4 | pre{font-size:inherit;line-height:inherit} |
|
5 | 5 | label{font-weight:normal} |
|
6 | 6 | .border-box-sizing{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} |
|
7 | 7 | .corner-all{border-radius:4px} |
|
8 | 8 | .no-padding{padding:0} |
|
9 | 9 | .hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
10 | 10 | .hbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none} |
|
11 | 11 | .vbox{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
12 | 12 | .vbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none} |
|
13 | 13 | .hbox.reverse,.vbox.reverse,.reverse{-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse} |
|
14 | 14 | .hbox.box-flex0,.vbox.box-flex0,.box-flex0{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none;width:auto} |
|
15 | 15 | .hbox.box-flex1,.vbox.box-flex1,.box-flex1{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
16 | 16 | .hbox.box-flex,.vbox.box-flex,.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
17 | 17 | .hbox.box-flex2,.vbox.box-flex2,.box-flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2} |
|
18 | 18 | .box-group1{-webkit-box-flex-group:1;-moz-box-flex-group:1;box-flex-group:1} |
|
19 | 19 | .box-group2{-webkit-box-flex-group:2;-moz-box-flex-group:2;box-flex-group:2} |
|
20 | 20 | .hbox.start,.vbox.start,.start{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start} |
|
21 | 21 | .hbox.end,.vbox.end,.end{-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;justify-content:flex-end} |
|
22 | 22 | .hbox.center,.vbox.center,.center{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;justify-content:center} |
|
23 | 23 | .hbox.align-start,.vbox.align-start,.align-start{-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
24 | 24 | .hbox.align-end,.vbox.align-end,.align-end{-webkit-box-align:end;-moz-box-align:end;box-align:end;align-items:flex-end} |
|
25 | 25 | .hbox.align-center,.vbox.align-center,.align-center{-webkit-box-align:center;-moz-box-align:center;box-align:center;align-items:center} |
|
26 | 26 | div.error{margin:2em;text-align:center} |
|
27 | 27 | div.error>h1{font-size:500%;line-height:normal} |
|
28 | 28 | div.error>p{font-size:200%;line-height:normal} |
|
29 | 29 | div.traceback-wrapper{text-align:left;max-width:800px;margin:auto} |
|
30 | 30 | .ansibold{font-weight:bold} |
|
31 | 31 | .ansiblack{color:#000} |
|
32 | 32 | .ansired{color:#8b0000} |
|
33 | 33 | .ansigreen{color:#006400} |
|
34 | 34 | .ansiyellow{color:#a52a2a} |
|
35 | 35 | .ansiblue{color:#00008b} |
|
36 | 36 | .ansipurple{color:#9400d3} |
|
37 | 37 | .ansicyan{color:#4682b4} |
|
38 | 38 | .ansigray{color:#808080} |
|
39 | 39 | .ansibgblack{background-color:#000} |
|
40 | 40 | .ansibgred{background-color:#f00} |
|
41 | 41 | .ansibggreen{background-color:#008000} |
|
42 | 42 | .ansibgyellow{background-color:#ff0} |
|
43 | 43 | .ansibgblue{background-color:#00f} |
|
44 | 44 | .ansibgpurple{background-color:#f0f} |
|
45 | 45 | .ansibgcyan{background-color:#0ff} |
|
46 | 46 | .ansibggray{background-color:#808080} |
|
47 |
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-r |
|
|
48 |
div.cell.edit_mode{border-r |
|
|
47 | div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;border-radius:4px;border-width:thin;border-style:solid}div.cell.selected{border-color:#ababab} | |
|
48 | div.cell.edit_mode{border-color:#008000} | |
|
49 | 49 | div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none} |
|
50 | 50 | div.prompt{min-width:15ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em} |
|
51 | 51 | @media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
52 | 52 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em} |
|
53 | 53 | div.prompt:empty{padding-top:0;padding-bottom:0} |
|
54 | 54 | div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
55 | 55 | @media (max-width:480px){div.input{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.input_prompt{color:#000080;border-top:1px solid transparent} |
|
56 | 56 | div.input_area>div.highlight{margin:.4em;border:none;padding:0;background-color:transparent} |
|
57 | 57 | div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color:transparent} |
|
58 | 58 | .CodeMirror{line-height:1.21429em;height:auto;background:none;} |
|
59 | 59 | .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto} |
|
60 | 60 | .CodeMirror-lines{padding:.4em} |
|
61 | 61 | .CodeMirror-linenumber{padding:0 8px 0 4px} |
|
62 | 62 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} |
|
63 | 63 | .CodeMirror pre{padding:0;border:0;border-radius:0} |
|
64 | 64 | .CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important} |
|
65 | 65 | pre code{display:block;padding:.5em} |
|
66 | 66 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} |
|
67 | 67 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
|
68 | 68 | .highlight-comment,pre .comment,pre .annotation,pre .template_comment,pre .diff .header,pre .chunk,pre .markdown .blockquote{color:#408080;font-style:italic} |
|
69 | 69 | .highlight-number,pre .number,pre .date,pre .regexp,pre .literal,pre .smalltalk .symbol,pre .smalltalk .char,pre .go .constant,pre .change,pre .markdown .bullet,pre .markdown .link_url{color:#080} |
|
70 | 70 | pre .label,pre .javadoc,pre .ruby .string,pre .decorator,pre .filter .argument,pre .localvars,pre .array,pre .attr_selector,pre .important,pre .pseudo,pre .pi,pre .doctype,pre .deletion,pre .envvar,pre .shebang,pre .apache .sqbracket,pre .nginx .built_in,pre .tex .formula,pre .erlang_repl .reserved,pre .prompt,pre .markdown .link_label,pre .vhdl .attribute,pre .clojure .attribute,pre .coffeescript .property{color:#88f} |
|
71 | 71 | .highlight-keyword,pre .keyword,pre .id,pre .phpdoc,pre .aggregate,pre .css .tag,pre .javadoctag,pre .phpdoc,pre .yardoctag,pre .smalltalk .class,pre .winutils,pre .bash .variable,pre .apache .tag,pre .go .typename,pre .tex .command,pre .markdown .strong,pre .request,pre .status{color:#008000;font-weight:bold} |
|
72 | 72 | .highlight-builtin,pre .built_in{color:#008000} |
|
73 | 73 | pre .markdown .emphasis{font-style:italic} |
|
74 | 74 | pre .nginx .built_in{font-weight:normal} |
|
75 | 75 | pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .javascript,pre .xml .vbscript,pre .xml .css,pre .xml .cdata{opacity:.5} |
|
76 | 76 | .cm-s-ipython span.cm-variable{color:#000} |
|
77 | 77 | .cm-s-ipython span.cm-keyword{color:#008000;font-weight:bold} |
|
78 | 78 | .cm-s-ipython span.cm-number{color:#080} |
|
79 | 79 | .cm-s-ipython span.cm-comment{color:#408080;font-style:italic} |
|
80 | 80 | .cm-s-ipython span.cm-string{color:#ba2121} |
|
81 | 81 | .cm-s-ipython span.cm-builtin{color:#008000} |
|
82 | 82 | .cm-s-ipython span.cm-error{color:#f00} |
|
83 | 83 | .cm-s-ipython span.cm-operator{color:#a2f;font-weight:bold} |
|
84 | 84 | .cm-s-ipython span.cm-meta{color:#a2f} |
|
85 | 85 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat} |
|
86 | 86 | div.output_wrapper{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
87 | 87 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block} |
|
88 | 88 | div.output_collapsed{margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
89 | 89 | div.out_prompt_overlay{height:100%;padding:0 .4em;position:absolute;border-radius:4px} |
|
90 | 90 | div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)} |
|
91 | 91 | div.output_prompt{color:#8b0000} |
|
92 | 92 | div.output_area{padding:0;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.output_area .MathJax_Display{text-align:left !important} |
|
93 | 93 | div.output_area .rendered_html table{margin-left:0;margin-right:0} |
|
94 | 94 | div.output_area .rendered_html img{margin-left:0;margin-right:0} |
|
95 | 95 | .output{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
96 | 96 | @media (max-width:480px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;vertical-align:baseline;color:#000;background-color:transparent;border-radius:0} |
|
97 | 97 | div.output_subarea{padding:.4em .4em 0 .4em;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
98 | 98 | div.output_text{text-align:left;color:#000;line-height:1.21429em} |
|
99 | 99 | div.output_stderr{background:#fdd;} |
|
100 | 100 | div.output_latex{text-align:left} |
|
101 | 101 | div.output_javascript:empty{padding:0} |
|
102 | 102 | .js-error{color:#8b0000} |
|
103 | 103 | div.raw_input_container{font-family:monospace;padding-top:5px} |
|
104 | 104 | span.raw_input_prompt{} |
|
105 | 105 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;vertical-align:baseline;padding:0 .25em;margin:0 .25em} |
|
106 | 106 | input.raw_input:focus{box-shadow:none} |
|
107 | 107 | p.p-space{margin-bottom:10px} |
|
108 | 108 | .rendered_html{color:#000;}.rendered_html em{font-style:italic} |
|
109 | 109 | .rendered_html strong{font-weight:bold} |
|
110 | 110 | .rendered_html u{text-decoration:underline} |
|
111 | 111 | .rendered_html :link{text-decoration:underline} |
|
112 | 112 | .rendered_html :visited{text-decoration:underline} |
|
113 | 113 | .rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1} |
|
114 | 114 | .rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1} |
|
115 | 115 | .rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1} |
|
116 | 116 | .rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1} |
|
117 | 117 | .rendered_html h5{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic} |
|
118 | 118 | .rendered_html h6{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic} |
|
119 | 119 | .rendered_html h1:first-child{margin-top:.538em} |
|
120 | 120 | .rendered_html h2:first-child{margin-top:.636em} |
|
121 | 121 | .rendered_html h3:first-child{margin-top:.777em} |
|
122 | 122 | .rendered_html h4:first-child{margin-top:1em} |
|
123 | 123 | .rendered_html h5:first-child{margin-top:1em} |
|
124 | 124 | .rendered_html h6:first-child{margin-top:1em} |
|
125 | 125 | .rendered_html ul{list-style:disc;margin:0 2em;padding-left:0} |
|
126 | 126 | .rendered_html ul ul{list-style:square;margin:0 2em} |
|
127 | 127 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} |
|
128 | 128 | .rendered_html ol{list-style:decimal;margin:0 2em;padding-left:0} |
|
129 | 129 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} |
|
130 | 130 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} |
|
131 | 131 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} |
|
132 | 132 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} |
|
133 | 133 | .rendered_html *+ul{margin-top:1em} |
|
134 | 134 | .rendered_html *+ol{margin-top:1em} |
|
135 | 135 | .rendered_html hr{color:#000;background-color:#000} |
|
136 | 136 | .rendered_html pre{margin:1em 2em} |
|
137 | 137 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} |
|
138 | 138 | .rendered_html blockquote{margin:1em 2em} |
|
139 | 139 | .rendered_html table{margin-left:auto;margin-right:auto;border:1px solid #000;border-collapse:collapse} |
|
140 | 140 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} |
|
141 | 141 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} |
|
142 | 142 | .rendered_html th{font-weight:bold} |
|
143 | 143 | .rendered_html *+table{margin-top:1em} |
|
144 | 144 | .rendered_html p{text-align:justify} |
|
145 | 145 | .rendered_html *+p{margin-top:1em} |
|
146 | 146 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} |
|
147 | 147 | .rendered_html *+img{margin-top:1em} |
|
148 | 148 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
149 | 149 | @media (max-width:480px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#000} |
|
150 | 150 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} |
|
151 | 151 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} |
|
152 | 152 | div.cell.text_cell.rendered{padding:0} |
|
153 | 153 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
154 | 154 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:5px;text-align:right;vertical-align:text-top} |
|
155 | 155 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} |
|
156 | 156 | .widget-hreadout{padding-left:8px;padding-top:5px;text-align:left;vertical-align:text-top} |
|
157 | 157 | .widget-vreadout{padding-top:5px;text-align:center;vertical-align:text-top} |
|
158 | 158 | .slide-track{border:1px solid #ccc;background:#fff;border-radius:4px;} |
|
159 | 159 | .widget-hslider{padding-left:8px;padding-right:5px;overflow:visible;width:350px;height:5px;max-height:5px;margin-top:13px;margin-bottom:10px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-hslider .ui-slider{border:0 !important;background:none !important;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-hslider .ui-slider .ui-slider-handle{width:14px !important;height:28px !important;margin-top:-8px !important} |
|
160 | 160 | .widget-vslider{padding-bottom:8px;overflow:visible;width:5px;max-width:5px;height:250px;margin-left:12px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}.widget-vslider .ui-slider{border:0 !important;background:none !important;margin-left:-4px;margin-top:5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-vslider .ui-slider .ui-slider-handle{width:28px !important;height:14px !important;margin-left:-9px} |
|
161 | 161 | .widget-text{width:350px;margin:0 !important} |
|
162 | 162 | .widget-listbox{width:350px;margin-bottom:0} |
|
163 | 163 | .widget-numeric-text{width:150px;margin:0 !important} |
|
164 | 164 | .widget-progress{margin-top:6px;width:350px}.widget-progress .progress-bar{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none} |
|
165 | 165 | .widget-combo-btn{min-width:125px} |
|
166 | 166 | .widget-box{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
167 | 167 | .widget-hbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
168 | 168 | .widget-hbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;height:30px}.widget-hbox-single input[type="checkbox"]{margin-top:9px} |
|
169 | 169 | .widget-vbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
170 | 170 | .widget-vbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;width:30px} |
|
171 | 171 | .widget-modal{overflow:hidden;position:absolute !important;top:0;left:0;margin-left:0 !important} |
|
172 | 172 | .widget-modal-body{max-height:none !important} |
|
173 | 173 | .widget-container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
174 | 174 | .widget-radio-box{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:4px}.widget-radio-box label{margin-top:0} |
|
175 | 175 | .docked-widget-modal{overflow:hidden;position:relative !important;top:0 !important;left:0 !important;margin-left:0 !important} |
@@ -1,1526 +1,1526 b'' | |||
|
1 | 1 | |
|
2 | 2 | html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} |
|
3 | 3 | body{margin:0} |
|
4 | 4 | article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block} |
|
5 | 5 | audio,canvas,progress,video{display:inline-block;vertical-align:baseline} |
|
6 | 6 | audio:not([controls]){display:none;height:0} |
|
7 | 7 | [hidden],template{display:none} |
|
8 | 8 | a{background:transparent} |
|
9 | 9 | a:active,a:hover{outline:0} |
|
10 | 10 | abbr[title]{border-bottom:1px dotted} |
|
11 | 11 | b,strong{font-weight:bold} |
|
12 | 12 | dfn{font-style:italic} |
|
13 | 13 | h1{font-size:2em;margin:.67em 0} |
|
14 | 14 | mark{background:#ff0;color:#000} |
|
15 | 15 | small{font-size:80%} |
|
16 | 16 | sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline} |
|
17 | 17 | sup{top:-0.5em} |
|
18 | 18 | sub{bottom:-0.25em} |
|
19 | 19 | img{border:0} |
|
20 | 20 | svg:not(:root){overflow:hidden} |
|
21 | 21 | figure{margin:1em 40px} |
|
22 | 22 | hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0} |
|
23 | 23 | pre{overflow:auto} |
|
24 | 24 | code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em} |
|
25 | 25 | button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0} |
|
26 | 26 | button{overflow:visible} |
|
27 | 27 | button,select{text-transform:none} |
|
28 | 28 | button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer} |
|
29 | 29 | button[disabled],html input[disabled]{cursor:default} |
|
30 | 30 | button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} |
|
31 | 31 | input{line-height:normal} |
|
32 | 32 | input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0} |
|
33 | 33 | input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto} |
|
34 | 34 | input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box} |
|
35 | 35 | input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none} |
|
36 | 36 | fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em} |
|
37 | 37 | legend{border:0;padding:0} |
|
38 | 38 | textarea{overflow:auto} |
|
39 | 39 | optgroup{font-weight:bold} |
|
40 | 40 | table{border-collapse:collapse;border-spacing:0} |
|
41 | 41 | td,th{padding:0} |
|
42 | 42 | @media print{*{text-shadow:none !important;color:#000 !important;background:transparent !important;box-shadow:none !important} a,a:visited{text-decoration:underline} a[href]:after{content:" (" attr(href) ")"} abbr[title]:after{content:" (" attr(title) ")"} a[href^="javascript:"]:after,a[href^="#"]:after{content:""} pre,blockquote{border:1px solid #999;page-break-inside:avoid} thead{display:table-header-group} tr,img{page-break-inside:avoid} img{max-width:100% !important} p,h2,h3{orphans:3;widows:3} h2,h3{page-break-after:avoid} select{background:#fff !important} .navbar{display:none} .table td,.table th{background-color:#fff !important} .btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important} .label{border:1px solid #000} .table{border-collapse:collapse !important} .table-bordered th,.table-bordered td{border:1px solid #ddd !important}}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} |
|
43 | 43 | *:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} |
|
44 | 44 | html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)} |
|
45 | 45 | body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;line-height:1.428571429;color:#000;background-color:#fff} |
|
46 | 46 | input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit} |
|
47 | 47 | a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline} |
|
48 | 48 | a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} |
|
49 | 49 | figure{margin:0} |
|
50 | 50 | img{vertical-align:middle} |
|
51 | 51 | .img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto} |
|
52 | 52 | .img-rounded{border-radius:6px} |
|
53 | 53 | .img-thumbnail{padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto} |
|
54 | 54 | .img-circle{border-radius:50%} |
|
55 | 55 | hr{margin-top:18px;margin-bottom:18px;border:0;border-top:1px solid #eee} |
|
56 | 56 | .sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0} |
|
57 | 57 | h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#999} |
|
58 | 58 | h1,.h1,h2,.h2,h3,.h3{margin-top:18px;margin-bottom:9px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%} |
|
59 | 59 | h4,.h4,h5,.h5,h6,.h6{margin-top:9px;margin-bottom:9px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%} |
|
60 | 60 | h1,.h1{font-size:33px} |
|
61 | 61 | h2,.h2{font-size:27px} |
|
62 | 62 | h3,.h3{font-size:23px} |
|
63 | 63 | h4,.h4{font-size:17px} |
|
64 | 64 | h5,.h5{font-size:13px} |
|
65 | 65 | h6,.h6{font-size:12px} |
|
66 | 66 | p{margin:0 0 9px} |
|
67 | 67 | .lead{margin-bottom:18px;font-size:14px;font-weight:200;line-height:1.4}@media (min-width:768px){.lead{font-size:19.5px}} |
|
68 | 68 | small,.small{font-size:85%} |
|
69 | 69 | cite{font-style:normal} |
|
70 | 70 | .text-left{text-align:left} |
|
71 | 71 | .text-right{text-align:right} |
|
72 | 72 | .text-center{text-align:center} |
|
73 | 73 | .text-justify{text-align:justify} |
|
74 | 74 | .text-muted{color:#999} |
|
75 | 75 | .text-primary{color:#428bca}a.text-primary:hover{color:#3071a9} |
|
76 | 76 | .text-success{color:#3c763d}a.text-success:hover{color:#2b542c} |
|
77 | 77 | .text-info{color:#31708f}a.text-info:hover{color:#245269} |
|
78 | 78 | .text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c} |
|
79 | 79 | .text-danger{color:#a94442}a.text-danger:hover{color:#843534} |
|
80 | 80 | .bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9} |
|
81 | 81 | .bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3} |
|
82 | 82 | .bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee} |
|
83 | 83 | .bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5} |
|
84 | 84 | .bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9} |
|
85 | 85 | .page-header{padding-bottom:8px;margin:36px 0 18px;border-bottom:1px solid #eee} |
|
86 | 86 | ul,ol{margin-top:0;margin-bottom:9px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0} |
|
87 | 87 | .list-unstyled{padding-left:0;list-style:none} |
|
88 | 88 | .list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-left:5px;padding-right:5px} |
|
89 | 89 | dl{margin-top:0;margin-bottom:18px} |
|
90 | 90 | dt,dd{line-height:1.428571429} |
|
91 | 91 | dt{font-weight:bold} |
|
92 | 92 | dd{margin-left:0} |
|
93 | 93 | @media (min-width:768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap} .dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999} |
|
94 | 94 | .initialism{font-size:90%;text-transform:uppercase} |
|
95 | 95 | blockquote{padding:9px 18px;margin:0 0 18px;font-size:inherit;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0} |
|
96 | 96 | blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.428571429;color:#999}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'} |
|
97 | 97 | .blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0;text-align:right}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''} |
|
98 | 98 | .blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'} |
|
99 | 99 | blockquote:before,blockquote:after{content:""} |
|
100 | 100 | address{margin-bottom:18px;font-style:normal;line-height:1.428571429} |
|
101 | 101 | code,kbd,pre,samp{font-family:monospace} |
|
102 | 102 | code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;white-space:nowrap;border-radius:4px} |
|
103 | 103 | kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)} |
|
104 | 104 | pre{display:block;padding:8.5px;margin:0 0 9px;font-size:12px;line-height:1.428571429;word-break:break-all;word-wrap:break-word;color:#333;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0} |
|
105 | 105 | .pre-scrollable{max-height:340px;overflow-y:scroll} |
|
106 | 106 | .container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}} |
|
107 | 107 | .container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px} |
|
108 | 108 | .row{margin-left:-15px;margin-right:-15px} |
|
109 | 109 | .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px} |
|
110 | 110 | .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left} |
|
111 | 111 | .col-xs-12{width:100%} |
|
112 | 112 | .col-xs-11{width:91.66666666666666%} |
|
113 | 113 | .col-xs-10{width:83.33333333333334%} |
|
114 | 114 | .col-xs-9{width:75%} |
|
115 | 115 | .col-xs-8{width:66.66666666666666%} |
|
116 | 116 | .col-xs-7{width:58.333333333333336%} |
|
117 | 117 | .col-xs-6{width:50%} |
|
118 | 118 | .col-xs-5{width:41.66666666666667%} |
|
119 | 119 | .col-xs-4{width:33.33333333333333%} |
|
120 | 120 | .col-xs-3{width:25%} |
|
121 | 121 | .col-xs-2{width:16.666666666666664%} |
|
122 | 122 | .col-xs-1{width:8.333333333333332%} |
|
123 | 123 | .col-xs-pull-12{right:100%} |
|
124 | 124 | .col-xs-pull-11{right:91.66666666666666%} |
|
125 | 125 | .col-xs-pull-10{right:83.33333333333334%} |
|
126 | 126 | .col-xs-pull-9{right:75%} |
|
127 | 127 | .col-xs-pull-8{right:66.66666666666666%} |
|
128 | 128 | .col-xs-pull-7{right:58.333333333333336%} |
|
129 | 129 | .col-xs-pull-6{right:50%} |
|
130 | 130 | .col-xs-pull-5{right:41.66666666666667%} |
|
131 | 131 | .col-xs-pull-4{right:33.33333333333333%} |
|
132 | 132 | .col-xs-pull-3{right:25%} |
|
133 | 133 | .col-xs-pull-2{right:16.666666666666664%} |
|
134 | 134 | .col-xs-pull-1{right:8.333333333333332%} |
|
135 | 135 | .col-xs-pull-0{right:0} |
|
136 | 136 | .col-xs-push-12{left:100%} |
|
137 | 137 | .col-xs-push-11{left:91.66666666666666%} |
|
138 | 138 | .col-xs-push-10{left:83.33333333333334%} |
|
139 | 139 | .col-xs-push-9{left:75%} |
|
140 | 140 | .col-xs-push-8{left:66.66666666666666%} |
|
141 | 141 | .col-xs-push-7{left:58.333333333333336%} |
|
142 | 142 | .col-xs-push-6{left:50%} |
|
143 | 143 | .col-xs-push-5{left:41.66666666666667%} |
|
144 | 144 | .col-xs-push-4{left:33.33333333333333%} |
|
145 | 145 | .col-xs-push-3{left:25%} |
|
146 | 146 | .col-xs-push-2{left:16.666666666666664%} |
|
147 | 147 | .col-xs-push-1{left:8.333333333333332%} |
|
148 | 148 | .col-xs-push-0{left:0} |
|
149 | 149 | .col-xs-offset-12{margin-left:100%} |
|
150 | 150 | .col-xs-offset-11{margin-left:91.66666666666666%} |
|
151 | 151 | .col-xs-offset-10{margin-left:83.33333333333334%} |
|
152 | 152 | .col-xs-offset-9{margin-left:75%} |
|
153 | 153 | .col-xs-offset-8{margin-left:66.66666666666666%} |
|
154 | 154 | .col-xs-offset-7{margin-left:58.333333333333336%} |
|
155 | 155 | .col-xs-offset-6{margin-left:50%} |
|
156 | 156 | .col-xs-offset-5{margin-left:41.66666666666667%} |
|
157 | 157 | .col-xs-offset-4{margin-left:33.33333333333333%} |
|
158 | 158 | .col-xs-offset-3{margin-left:25%} |
|
159 | 159 | .col-xs-offset-2{margin-left:16.666666666666664%} |
|
160 | 160 | .col-xs-offset-1{margin-left:8.333333333333332%} |
|
161 | 161 | .col-xs-offset-0{margin-left:0} |
|
162 | 162 | @media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666666666666%} .col-sm-10{width:83.33333333333334%} .col-sm-9{width:75%} .col-sm-8{width:66.66666666666666%} .col-sm-7{width:58.333333333333336%} .col-sm-6{width:50%} .col-sm-5{width:41.66666666666667%} .col-sm-4{width:33.33333333333333%} .col-sm-3{width:25%} .col-sm-2{width:16.666666666666664%} .col-sm-1{width:8.333333333333332%} .col-sm-pull-12{right:100%} .col-sm-pull-11{right:91.66666666666666%} .col-sm-pull-10{right:83.33333333333334%} .col-sm-pull-9{right:75%} .col-sm-pull-8{right:66.66666666666666%} .col-sm-pull-7{right:58.333333333333336%} .col-sm-pull-6{right:50%} .col-sm-pull-5{right:41.66666666666667%} .col-sm-pull-4{right:33.33333333333333%} .col-sm-pull-3{right:25%} .col-sm-pull-2{right:16.666666666666664%} .col-sm-pull-1{right:8.333333333333332%} .col-sm-pull-0{right:0} .col-sm-push-12{left:100%} .col-sm-push-11{left:91.66666666666666%} .col-sm-push-10{left:83.33333333333334%} .col-sm-push-9{left:75%} .col-sm-push-8{left:66.66666666666666%} .col-sm-push-7{left:58.333333333333336%} .col-sm-push-6{left:50%} .col-sm-push-5{left:41.66666666666667%} .col-sm-push-4{left:33.33333333333333%} .col-sm-push-3{left:25%} .col-sm-push-2{left:16.666666666666664%} .col-sm-push-1{left:8.333333333333332%} .col-sm-push-0{left:0} .col-sm-offset-12{margin-left:100%} .col-sm-offset-11{margin-left:91.66666666666666%} .col-sm-offset-10{margin-left:83.33333333333334%} .col-sm-offset-9{margin-left:75%} .col-sm-offset-8{margin-left:66.66666666666666%} .col-sm-offset-7{margin-left:58.333333333333336%} .col-sm-offset-6{margin-left:50%} .col-sm-offset-5{margin-left:41.66666666666667%} .col-sm-offset-4{margin-left:33.33333333333333%} .col-sm-offset-3{margin-left:25%} .col-sm-offset-2{margin-left:16.666666666666664%} .col-sm-offset-1{margin-left:8.333333333333332%} .col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left} .col-md-12{width:100%} .col-md-11{width:91.66666666666666%} .col-md-10{width:83.33333333333334%} .col-md-9{width:75%} .col-md-8{width:66.66666666666666%} .col-md-7{width:58.333333333333336%} .col-md-6{width:50%} .col-md-5{width:41.66666666666667%} .col-md-4{width:33.33333333333333%} .col-md-3{width:25%} .col-md-2{width:16.666666666666664%} .col-md-1{width:8.333333333333332%} .col-md-pull-12{right:100%} .col-md-pull-11{right:91.66666666666666%} .col-md-pull-10{right:83.33333333333334%} .col-md-pull-9{right:75%} .col-md-pull-8{right:66.66666666666666%} .col-md-pull-7{right:58.333333333333336%} .col-md-pull-6{right:50%} .col-md-pull-5{right:41.66666666666667%} .col-md-pull-4{right:33.33333333333333%} .col-md-pull-3{right:25%} .col-md-pull-2{right:16.666666666666664%} .col-md-pull-1{right:8.333333333333332%} .col-md-pull-0{right:0} .col-md-push-12{left:100%} .col-md-push-11{left:91.66666666666666%} .col-md-push-10{left:83.33333333333334%} .col-md-push-9{left:75%} .col-md-push-8{left:66.66666666666666%} .col-md-push-7{left:58.333333333333336%} .col-md-push-6{left:50%} .col-md-push-5{left:41.66666666666667%} .col-md-push-4{left:33.33333333333333%} .col-md-push-3{left:25%} .col-md-push-2{left:16.666666666666664%} .col-md-push-1{left:8.333333333333332%} .col-md-push-0{left:0} .col-md-offset-12{margin-left:100%} .col-md-offset-11{margin-left:91.66666666666666%} .col-md-offset-10{margin-left:83.33333333333334%} .col-md-offset-9{margin-left:75%} .col-md-offset-8{margin-left:66.66666666666666%} .col-md-offset-7{margin-left:58.333333333333336%} .col-md-offset-6{margin-left:50%} .col-md-offset-5{margin-left:41.66666666666667%} .col-md-offset-4{margin-left:33.33333333333333%} .col-md-offset-3{margin-left:25%} .col-md-offset-2{margin-left:16.666666666666664%} .col-md-offset-1{margin-left:8.333333333333332%} .col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left} .col-lg-12{width:100%} .col-lg-11{width:91.66666666666666%} .col-lg-10{width:83.33333333333334%} .col-lg-9{width:75%} .col-lg-8{width:66.66666666666666%} .col-lg-7{width:58.333333333333336%} .col-lg-6{width:50%} .col-lg-5{width:41.66666666666667%} .col-lg-4{width:33.33333333333333%} .col-lg-3{width:25%} .col-lg-2{width:16.666666666666664%} .col-lg-1{width:8.333333333333332%} .col-lg-pull-12{right:100%} .col-lg-pull-11{right:91.66666666666666%} .col-lg-pull-10{right:83.33333333333334%} .col-lg-pull-9{right:75%} .col-lg-pull-8{right:66.66666666666666%} .col-lg-pull-7{right:58.333333333333336%} .col-lg-pull-6{right:50%} .col-lg-pull-5{right:41.66666666666667%} .col-lg-pull-4{right:33.33333333333333%} .col-lg-pull-3{right:25%} .col-lg-pull-2{right:16.666666666666664%} .col-lg-pull-1{right:8.333333333333332%} .col-lg-pull-0{right:0} .col-lg-push-12{left:100%} .col-lg-push-11{left:91.66666666666666%} .col-lg-push-10{left:83.33333333333334%} .col-lg-push-9{left:75%} .col-lg-push-8{left:66.66666666666666%} .col-lg-push-7{left:58.333333333333336%} .col-lg-push-6{left:50%} .col-lg-push-5{left:41.66666666666667%} .col-lg-push-4{left:33.33333333333333%} .col-lg-push-3{left:25%} .col-lg-push-2{left:16.666666666666664%} .col-lg-push-1{left:8.333333333333332%} .col-lg-push-0{left:0} .col-lg-offset-12{margin-left:100%} .col-lg-offset-11{margin-left:91.66666666666666%} .col-lg-offset-10{margin-left:83.33333333333334%} .col-lg-offset-9{margin-left:75%} .col-lg-offset-8{margin-left:66.66666666666666%} .col-lg-offset-7{margin-left:58.333333333333336%} .col-lg-offset-6{margin-left:50%} .col-lg-offset-5{margin-left:41.66666666666667%} .col-lg-offset-4{margin-left:33.33333333333333%} .col-lg-offset-3{margin-left:25%} .col-lg-offset-2{margin-left:16.666666666666664%} .col-lg-offset-1{margin-left:8.333333333333332%} .col-lg-offset-0{margin-left:0}}table{max-width:100%;background-color:transparent} |
|
163 | 163 | th{text-align:left} |
|
164 | 164 | .table{width:100%;margin-bottom:18px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd} |
|
165 | 165 | .table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd} |
|
166 | 166 | .table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0} |
|
167 | 167 | .table>tbody+tbody{border-top:2px solid #ddd} |
|
168 | 168 | .table .table{background-color:#fff} |
|
169 | 169 | .table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px} |
|
170 | 170 | .table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd} |
|
171 | 171 | .table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px} |
|
172 | 172 | .table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9} |
|
173 | 173 | .table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5} |
|
174 | 174 | table col[class*="col-"]{position:static;float:none;display:table-column} |
|
175 | 175 | table td[class*="col-"],table th[class*="col-"]{position:static;float:none;display:table-cell} |
|
176 | 176 | .table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5} |
|
177 | 177 | .table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8} |
|
178 | 178 | .table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8} |
|
179 | 179 | .table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6} |
|
180 | 180 | .table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7} |
|
181 | 181 | .table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3} |
|
182 | 182 | .table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3} |
|
183 | 183 | .table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc} |
|
184 | 184 | .table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede} |
|
185 | 185 | .table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc} |
|
186 | 186 | @media (max-width:767px){.table-responsive{width:100%;margin-bottom:13.5px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd;-webkit-overflow-scrolling:touch}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap} .table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0} .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0} .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0;min-width:0} |
|
187 | 187 | legend{display:block;width:100%;padding:0;margin-bottom:18px;font-size:19.5px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5} |
|
188 | 188 | label{display:inline-block;margin-bottom:5px;font-weight:bold} |
|
189 | 189 | input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box} |
|
190 | 190 | input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal} |
|
191 | 191 | input[type="file"]{display:block} |
|
192 | 192 | input[type="range"]{display:block;width:100%} |
|
193 | 193 | select[multiple],select[size]{height:auto} |
|
194 | 194 | input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} |
|
195 | 195 | output{display:block;padding-top:7px;font-size:13px;line-height:1.428571429;color:#555} |
|
196 | 196 | .form-control{display:block;width:100%;height:32px;padding:6px 12px;font-size:13px;line-height:1.428571429;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)} |
|
197 | 197 | .form-control::-moz-placeholder{color:#999;opacity:1} |
|
198 | 198 | .form-control:-ms-input-placeholder{color:#999} |
|
199 | 199 | .form-control::-webkit-input-placeholder{color:#999} |
|
200 | 200 | .form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1} |
|
201 | 201 | textarea.form-control{height:auto} |
|
202 | 202 | input[type="search"]{-webkit-appearance:none} |
|
203 | 203 | input[type="date"]{line-height:32px} |
|
204 | 204 | .form-group{margin-bottom:15px} |
|
205 | 205 | .radio,.checkbox{display:block;min-height:18px;margin-top:10px;margin-bottom:10px;padding-left:20px}.radio label,.checkbox label{display:inline;font-weight:normal;cursor:pointer} |
|
206 | 206 | .radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px} |
|
207 | 207 | .radio+.radio,.checkbox+.checkbox{margin-top:-5px} |
|
208 | 208 | .radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;vertical-align:middle;font-weight:normal;cursor:pointer} |
|
209 | 209 | .radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px} |
|
210 | 210 | input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed} |
|
211 | 211 | .input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px} |
|
212 | 212 | textarea.input-sm,select[multiple].input-sm{height:auto} |
|
213 | 213 | .input-lg{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px} |
|
214 | 214 | textarea.input-lg,select[multiple].input-lg{height:auto} |
|
215 | 215 | .has-feedback{position:relative}.has-feedback .form-control{padding-right:40px} |
|
216 | 216 | .has-feedback .form-control-feedback{position:absolute;top:23px;right:0;display:block;width:32px;height:32px;line-height:32px;text-align:center} |
|
217 | 217 | .has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d} |
|
218 | 218 | .has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168} |
|
219 | 219 | .has-success .input-group-addon{color:#3c763d;border-color:#3c763d;background-color:#dff0d8} |
|
220 | 220 | .has-success .form-control-feedback{color:#3c763d} |
|
221 | 221 | .has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b} |
|
222 | 222 | .has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b} |
|
223 | 223 | .has-warning .input-group-addon{color:#8a6d3b;border-color:#8a6d3b;background-color:#fcf8e3} |
|
224 | 224 | .has-warning .form-control-feedback{color:#8a6d3b} |
|
225 | 225 | .has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442} |
|
226 | 226 | .has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483} |
|
227 | 227 | .has-error .input-group-addon{color:#a94442;border-color:#a94442;background-color:#f2dede} |
|
228 | 228 | .has-error .form-control-feedback{color:#a94442} |
|
229 | 229 | .form-control-static{margin-bottom:0} |
|
230 | 230 | .help-block{display:block;margin-top:5px;margin-bottom:10px;color:#404040} |
|
231 | 231 | @media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} .form-inline .form-control{display:inline-block;width:auto;vertical-align:middle} .form-inline .input-group>.form-control{width:100%} .form-inline .control-label{margin-bottom:0;vertical-align:middle} .form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle} .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0} .form-inline .has-feedback .form-control-feedback{top:0}} |
|
232 | 232 | .form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{margin-top:0;margin-bottom:0;padding-top:7px} |
|
233 | 233 | .form-horizontal .radio,.form-horizontal .checkbox{min-height:25px} |
|
234 | 234 | .form-horizontal .form-group{margin-left:-15px;margin-right:-15px} |
|
235 | 235 | .form-horizontal .form-control-static{padding-top:7px} |
|
236 | 236 | @media (min-width:768px){.form-horizontal .control-label{text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px} |
|
237 | 237 | .btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;vertical-align:middle;cursor:pointer;background-image:none;border:1px solid transparent;white-space:nowrap;padding:6px 12px;font-size:13px;line-height:1.428571429;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px} |
|
238 | 238 | .btn:hover,.btn:focus{color:#333;text-decoration:none} |
|
239 | 239 | .btn:active,.btn.active{outline:0;background-image:none;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)} |
|
240 | 240 | .btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none} |
|
241 | 241 | .btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad} |
|
242 | 242 | .btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none} |
|
243 | 243 | .btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc} |
|
244 | 244 | .btn-default .badge{color:#fff;background-color:#333} |
|
245 | 245 | .btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e} |
|
246 | 246 | .btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none} |
|
247 | 247 | .btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd} |
|
248 | 248 | .btn-primary .badge{color:#428bca;background-color:#fff} |
|
249 | 249 | .btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439} |
|
250 | 250 | .btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none} |
|
251 | 251 | .btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c} |
|
252 | 252 | .btn-success .badge{color:#5cb85c;background-color:#fff} |
|
253 | 253 | .btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc} |
|
254 | 254 | .btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none} |
|
255 | 255 | .btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da} |
|
256 | 256 | .btn-info .badge{color:#5bc0de;background-color:#fff} |
|
257 | 257 | .btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512} |
|
258 | 258 | .btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none} |
|
259 | 259 | .btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236} |
|
260 | 260 | .btn-warning .badge{color:#f0ad4e;background-color:#fff} |
|
261 | 261 | .btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925} |
|
262 | 262 | .btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none} |
|
263 | 263 | .btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a} |
|
264 | 264 | .btn-danger .badge{color:#d9534f;background-color:#fff} |
|
265 | 265 | .btn-link{color:#428bca;font-weight:normal;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none} |
|
266 | 266 | .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent} |
|
267 | 267 | .btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent} |
|
268 | 268 | .btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none} |
|
269 | 269 | .btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px} |
|
270 | 270 | .btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px} |
|
271 | 271 | .btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px} |
|
272 | 272 | .btn-block{display:block;width:100%;padding-left:0;padding-right:0} |
|
273 | 273 | .btn-block+.btn-block{margin-top:5px} |
|
274 | 274 | input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%} |
|
275 | 275 | .fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1} |
|
276 | 276 | .collapse{display:none}.collapse.in{display:block} |
|
277 | 277 | .collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease} |
|
278 | 278 | @font-face{font-family:'Glyphicons Halflings';src:url('../fonts/glyphicons-halflings-regular.eot');src:url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale} |
|
279 | 279 | .glyphicon-asterisk:before{content:"\2a"} |
|
280 | 280 | .glyphicon-plus:before{content:"\2b"} |
|
281 | 281 | .glyphicon-euro:before{content:"\20ac"} |
|
282 | 282 | .glyphicon-minus:before{content:"\2212"} |
|
283 | 283 | .glyphicon-cloud:before{content:"\2601"} |
|
284 | 284 | .glyphicon-envelope:before{content:"\2709"} |
|
285 | 285 | .glyphicon-pencil:before{content:"\270f"} |
|
286 | 286 | .glyphicon-glass:before{content:"\e001"} |
|
287 | 287 | .glyphicon-music:before{content:"\e002"} |
|
288 | 288 | .glyphicon-search:before{content:"\e003"} |
|
289 | 289 | .glyphicon-heart:before{content:"\e005"} |
|
290 | 290 | .glyphicon-star:before{content:"\e006"} |
|
291 | 291 | .glyphicon-star-empty:before{content:"\e007"} |
|
292 | 292 | .glyphicon-user:before{content:"\e008"} |
|
293 | 293 | .glyphicon-film:before{content:"\e009"} |
|
294 | 294 | .glyphicon-th-large:before{content:"\e010"} |
|
295 | 295 | .glyphicon-th:before{content:"\e011"} |
|
296 | 296 | .glyphicon-th-list:before{content:"\e012"} |
|
297 | 297 | .glyphicon-ok:before{content:"\e013"} |
|
298 | 298 | .glyphicon-remove:before{content:"\e014"} |
|
299 | 299 | .glyphicon-zoom-in:before{content:"\e015"} |
|
300 | 300 | .glyphicon-zoom-out:before{content:"\e016"} |
|
301 | 301 | .glyphicon-off:before{content:"\e017"} |
|
302 | 302 | .glyphicon-signal:before{content:"\e018"} |
|
303 | 303 | .glyphicon-cog:before{content:"\e019"} |
|
304 | 304 | .glyphicon-trash:before{content:"\e020"} |
|
305 | 305 | .glyphicon-home:before{content:"\e021"} |
|
306 | 306 | .glyphicon-file:before{content:"\e022"} |
|
307 | 307 | .glyphicon-time:before{content:"\e023"} |
|
308 | 308 | .glyphicon-road:before{content:"\e024"} |
|
309 | 309 | .glyphicon-download-alt:before{content:"\e025"} |
|
310 | 310 | .glyphicon-download:before{content:"\e026"} |
|
311 | 311 | .glyphicon-upload:before{content:"\e027"} |
|
312 | 312 | .glyphicon-inbox:before{content:"\e028"} |
|
313 | 313 | .glyphicon-play-circle:before{content:"\e029"} |
|
314 | 314 | .glyphicon-repeat:before{content:"\e030"} |
|
315 | 315 | .glyphicon-refresh:before{content:"\e031"} |
|
316 | 316 | .glyphicon-list-alt:before{content:"\e032"} |
|
317 | 317 | .glyphicon-lock:before{content:"\e033"} |
|
318 | 318 | .glyphicon-flag:before{content:"\e034"} |
|
319 | 319 | .glyphicon-headphones:before{content:"\e035"} |
|
320 | 320 | .glyphicon-volume-off:before{content:"\e036"} |
|
321 | 321 | .glyphicon-volume-down:before{content:"\e037"} |
|
322 | 322 | .glyphicon-volume-up:before{content:"\e038"} |
|
323 | 323 | .glyphicon-qrcode:before{content:"\e039"} |
|
324 | 324 | .glyphicon-barcode:before{content:"\e040"} |
|
325 | 325 | .glyphicon-tag:before{content:"\e041"} |
|
326 | 326 | .glyphicon-tags:before{content:"\e042"} |
|
327 | 327 | .glyphicon-book:before{content:"\e043"} |
|
328 | 328 | .glyphicon-bookmark:before{content:"\e044"} |
|
329 | 329 | .glyphicon-print:before{content:"\e045"} |
|
330 | 330 | .glyphicon-camera:before{content:"\e046"} |
|
331 | 331 | .glyphicon-font:before{content:"\e047"} |
|
332 | 332 | .glyphicon-bold:before{content:"\e048"} |
|
333 | 333 | .glyphicon-italic:before{content:"\e049"} |
|
334 | 334 | .glyphicon-text-height:before{content:"\e050"} |
|
335 | 335 | .glyphicon-text-width:before{content:"\e051"} |
|
336 | 336 | .glyphicon-align-left:before{content:"\e052"} |
|
337 | 337 | .glyphicon-align-center:before{content:"\e053"} |
|
338 | 338 | .glyphicon-align-right:before{content:"\e054"} |
|
339 | 339 | .glyphicon-align-justify:before{content:"\e055"} |
|
340 | 340 | .glyphicon-list:before{content:"\e056"} |
|
341 | 341 | .glyphicon-indent-left:before{content:"\e057"} |
|
342 | 342 | .glyphicon-indent-right:before{content:"\e058"} |
|
343 | 343 | .glyphicon-facetime-video:before{content:"\e059"} |
|
344 | 344 | .glyphicon-picture:before{content:"\e060"} |
|
345 | 345 | .glyphicon-map-marker:before{content:"\e062"} |
|
346 | 346 | .glyphicon-adjust:before{content:"\e063"} |
|
347 | 347 | .glyphicon-tint:before{content:"\e064"} |
|
348 | 348 | .glyphicon-edit:before{content:"\e065"} |
|
349 | 349 | .glyphicon-share:before{content:"\e066"} |
|
350 | 350 | .glyphicon-check:before{content:"\e067"} |
|
351 | 351 | .glyphicon-move:before{content:"\e068"} |
|
352 | 352 | .glyphicon-step-backward:before{content:"\e069"} |
|
353 | 353 | .glyphicon-fast-backward:before{content:"\e070"} |
|
354 | 354 | .glyphicon-backward:before{content:"\e071"} |
|
355 | 355 | .glyphicon-play:before{content:"\e072"} |
|
356 | 356 | .glyphicon-pause:before{content:"\e073"} |
|
357 | 357 | .glyphicon-stop:before{content:"\e074"} |
|
358 | 358 | .glyphicon-forward:before{content:"\e075"} |
|
359 | 359 | .glyphicon-fast-forward:before{content:"\e076"} |
|
360 | 360 | .glyphicon-step-forward:before{content:"\e077"} |
|
361 | 361 | .glyphicon-eject:before{content:"\e078"} |
|
362 | 362 | .glyphicon-chevron-left:before{content:"\e079"} |
|
363 | 363 | .glyphicon-chevron-right:before{content:"\e080"} |
|
364 | 364 | .glyphicon-plus-sign:before{content:"\e081"} |
|
365 | 365 | .glyphicon-minus-sign:before{content:"\e082"} |
|
366 | 366 | .glyphicon-remove-sign:before{content:"\e083"} |
|
367 | 367 | .glyphicon-ok-sign:before{content:"\e084"} |
|
368 | 368 | .glyphicon-question-sign:before{content:"\e085"} |
|
369 | 369 | .glyphicon-info-sign:before{content:"\e086"} |
|
370 | 370 | .glyphicon-screenshot:before{content:"\e087"} |
|
371 | 371 | .glyphicon-remove-circle:before{content:"\e088"} |
|
372 | 372 | .glyphicon-ok-circle:before{content:"\e089"} |
|
373 | 373 | .glyphicon-ban-circle:before{content:"\e090"} |
|
374 | 374 | .glyphicon-arrow-left:before{content:"\e091"} |
|
375 | 375 | .glyphicon-arrow-right:before{content:"\e092"} |
|
376 | 376 | .glyphicon-arrow-up:before{content:"\e093"} |
|
377 | 377 | .glyphicon-arrow-down:before{content:"\e094"} |
|
378 | 378 | .glyphicon-share-alt:before{content:"\e095"} |
|
379 | 379 | .glyphicon-resize-full:before{content:"\e096"} |
|
380 | 380 | .glyphicon-resize-small:before{content:"\e097"} |
|
381 | 381 | .glyphicon-exclamation-sign:before{content:"\e101"} |
|
382 | 382 | .glyphicon-gift:before{content:"\e102"} |
|
383 | 383 | .glyphicon-leaf:before{content:"\e103"} |
|
384 | 384 | .glyphicon-fire:before{content:"\e104"} |
|
385 | 385 | .glyphicon-eye-open:before{content:"\e105"} |
|
386 | 386 | .glyphicon-eye-close:before{content:"\e106"} |
|
387 | 387 | .glyphicon-warning-sign:before{content:"\e107"} |
|
388 | 388 | .glyphicon-plane:before{content:"\e108"} |
|
389 | 389 | .glyphicon-calendar:before{content:"\e109"} |
|
390 | 390 | .glyphicon-random:before{content:"\e110"} |
|
391 | 391 | .glyphicon-comment:before{content:"\e111"} |
|
392 | 392 | .glyphicon-magnet:before{content:"\e112"} |
|
393 | 393 | .glyphicon-chevron-up:before{content:"\e113"} |
|
394 | 394 | .glyphicon-chevron-down:before{content:"\e114"} |
|
395 | 395 | .glyphicon-retweet:before{content:"\e115"} |
|
396 | 396 | .glyphicon-shopping-cart:before{content:"\e116"} |
|
397 | 397 | .glyphicon-folder-close:before{content:"\e117"} |
|
398 | 398 | .glyphicon-folder-open:before{content:"\e118"} |
|
399 | 399 | .glyphicon-resize-vertical:before{content:"\e119"} |
|
400 | 400 | .glyphicon-resize-horizontal:before{content:"\e120"} |
|
401 | 401 | .glyphicon-hdd:before{content:"\e121"} |
|
402 | 402 | .glyphicon-bullhorn:before{content:"\e122"} |
|
403 | 403 | .glyphicon-bell:before{content:"\e123"} |
|
404 | 404 | .glyphicon-certificate:before{content:"\e124"} |
|
405 | 405 | .glyphicon-thumbs-up:before{content:"\e125"} |
|
406 | 406 | .glyphicon-thumbs-down:before{content:"\e126"} |
|
407 | 407 | .glyphicon-hand-right:before{content:"\e127"} |
|
408 | 408 | .glyphicon-hand-left:before{content:"\e128"} |
|
409 | 409 | .glyphicon-hand-up:before{content:"\e129"} |
|
410 | 410 | .glyphicon-hand-down:before{content:"\e130"} |
|
411 | 411 | .glyphicon-circle-arrow-right:before{content:"\e131"} |
|
412 | 412 | .glyphicon-circle-arrow-left:before{content:"\e132"} |
|
413 | 413 | .glyphicon-circle-arrow-up:before{content:"\e133"} |
|
414 | 414 | .glyphicon-circle-arrow-down:before{content:"\e134"} |
|
415 | 415 | .glyphicon-globe:before{content:"\e135"} |
|
416 | 416 | .glyphicon-wrench:before{content:"\e136"} |
|
417 | 417 | .glyphicon-tasks:before{content:"\e137"} |
|
418 | 418 | .glyphicon-filter:before{content:"\e138"} |
|
419 | 419 | .glyphicon-briefcase:before{content:"\e139"} |
|
420 | 420 | .glyphicon-fullscreen:before{content:"\e140"} |
|
421 | 421 | .glyphicon-dashboard:before{content:"\e141"} |
|
422 | 422 | .glyphicon-paperclip:before{content:"\e142"} |
|
423 | 423 | .glyphicon-heart-empty:before{content:"\e143"} |
|
424 | 424 | .glyphicon-link:before{content:"\e144"} |
|
425 | 425 | .glyphicon-phone:before{content:"\e145"} |
|
426 | 426 | .glyphicon-pushpin:before{content:"\e146"} |
|
427 | 427 | .glyphicon-usd:before{content:"\e148"} |
|
428 | 428 | .glyphicon-gbp:before{content:"\e149"} |
|
429 | 429 | .glyphicon-sort:before{content:"\e150"} |
|
430 | 430 | .glyphicon-sort-by-alphabet:before{content:"\e151"} |
|
431 | 431 | .glyphicon-sort-by-alphabet-alt:before{content:"\e152"} |
|
432 | 432 | .glyphicon-sort-by-order:before{content:"\e153"} |
|
433 | 433 | .glyphicon-sort-by-order-alt:before{content:"\e154"} |
|
434 | 434 | .glyphicon-sort-by-attributes:before{content:"\e155"} |
|
435 | 435 | .glyphicon-sort-by-attributes-alt:before{content:"\e156"} |
|
436 | 436 | .glyphicon-unchecked:before{content:"\e157"} |
|
437 | 437 | .glyphicon-expand:before{content:"\e158"} |
|
438 | 438 | .glyphicon-collapse-down:before{content:"\e159"} |
|
439 | 439 | .glyphicon-collapse-up:before{content:"\e160"} |
|
440 | 440 | .glyphicon-log-in:before{content:"\e161"} |
|
441 | 441 | .glyphicon-flash:before{content:"\e162"} |
|
442 | 442 | .glyphicon-log-out:before{content:"\e163"} |
|
443 | 443 | .glyphicon-new-window:before{content:"\e164"} |
|
444 | 444 | .glyphicon-record:before{content:"\e165"} |
|
445 | 445 | .glyphicon-save:before{content:"\e166"} |
|
446 | 446 | .glyphicon-open:before{content:"\e167"} |
|
447 | 447 | .glyphicon-saved:before{content:"\e168"} |
|
448 | 448 | .glyphicon-import:before{content:"\e169"} |
|
449 | 449 | .glyphicon-export:before{content:"\e170"} |
|
450 | 450 | .glyphicon-send:before{content:"\e171"} |
|
451 | 451 | .glyphicon-floppy-disk:before{content:"\e172"} |
|
452 | 452 | .glyphicon-floppy-saved:before{content:"\e173"} |
|
453 | 453 | .glyphicon-floppy-remove:before{content:"\e174"} |
|
454 | 454 | .glyphicon-floppy-save:before{content:"\e175"} |
|
455 | 455 | .glyphicon-floppy-open:before{content:"\e176"} |
|
456 | 456 | .glyphicon-credit-card:before{content:"\e177"} |
|
457 | 457 | .glyphicon-transfer:before{content:"\e178"} |
|
458 | 458 | .glyphicon-cutlery:before{content:"\e179"} |
|
459 | 459 | .glyphicon-header:before{content:"\e180"} |
|
460 | 460 | .glyphicon-compressed:before{content:"\e181"} |
|
461 | 461 | .glyphicon-earphone:before{content:"\e182"} |
|
462 | 462 | .glyphicon-phone-alt:before{content:"\e183"} |
|
463 | 463 | .glyphicon-tower:before{content:"\e184"} |
|
464 | 464 | .glyphicon-stats:before{content:"\e185"} |
|
465 | 465 | .glyphicon-sd-video:before{content:"\e186"} |
|
466 | 466 | .glyphicon-hd-video:before{content:"\e187"} |
|
467 | 467 | .glyphicon-subtitles:before{content:"\e188"} |
|
468 | 468 | .glyphicon-sound-stereo:before{content:"\e189"} |
|
469 | 469 | .glyphicon-sound-dolby:before{content:"\e190"} |
|
470 | 470 | .glyphicon-sound-5-1:before{content:"\e191"} |
|
471 | 471 | .glyphicon-sound-6-1:before{content:"\e192"} |
|
472 | 472 | .glyphicon-sound-7-1:before{content:"\e193"} |
|
473 | 473 | .glyphicon-copyright-mark:before{content:"\e194"} |
|
474 | 474 | .glyphicon-registration-mark:before{content:"\e195"} |
|
475 | 475 | .glyphicon-cloud-download:before{content:"\e197"} |
|
476 | 476 | .glyphicon-cloud-upload:before{content:"\e198"} |
|
477 | 477 | .glyphicon-tree-conifer:before{content:"\e199"} |
|
478 | 478 | .glyphicon-tree-deciduous:before{content:"\e200"} |
|
479 | 479 | .caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent} |
|
480 | 480 | .dropdown{position:relative} |
|
481 | 481 | .dropdown-toggle:focus{outline:0} |
|
482 | 482 | .dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;list-style:none;font-size:13px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto} |
|
483 | 483 | .dropdown-menu .divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5} |
|
484 | 484 | .dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap} |
|
485 | 485 | .dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{text-decoration:none;color:#262626;background-color:#f5f5f5} |
|
486 | 486 | .dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;outline:0;background-color:#428bca} |
|
487 | 487 | .dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999} |
|
488 | 488 | .dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);cursor:not-allowed} |
|
489 | 489 | .open>.dropdown-menu{display:block} |
|
490 | 490 | .open>a{outline:0} |
|
491 | 491 | .dropdown-menu-right{left:auto;right:0} |
|
492 | 492 | .dropdown-menu-left{left:0;right:auto} |
|
493 | 493 | .dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999} |
|
494 | 494 | .dropdown-backdrop{position:fixed;left:0;right:0;bottom:0;top:0;z-index:990} |
|
495 | 495 | .pull-right>.dropdown-menu{right:0;left:auto} |
|
496 | 496 | .dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0;border-bottom:4px solid;content:""} |
|
497 | 497 | .dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px} |
|
498 | 498 | @media (min-width:768px){.navbar-right .dropdown-menu{left:auto;right:0} .navbar-right .dropdown-menu-left{left:0;right:auto}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2} |
|
499 | 499 | .btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:none} |
|
500 | 500 | .btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px} |
|
501 | 501 | .btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left} |
|
502 | 502 | .btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px} |
|
503 | 503 | .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0} |
|
504 | 504 | .btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0} |
|
505 | 505 | .btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0} |
|
506 | 506 | .btn-group>.btn-group{float:left} |
|
507 | 507 | .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0} |
|
508 | 508 | .btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-top-right-radius:0} |
|
509 | 509 | .btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0} |
|
510 | 510 | .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0} |
|
511 | 511 | .btn-group>.btn+.dropdown-toggle{padding-left:8px;padding-right:8px} |
|
512 | 512 | .btn-group>.btn-lg+.dropdown-toggle{padding-left:12px;padding-right:12px} |
|
513 | 513 | .btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none} |
|
514 | 514 | .btn .caret{margin-left:0} |
|
515 | 515 | .btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0} |
|
516 | 516 | .dropup .btn-lg .caret{border-width:0 5px 5px} |
|
517 | 517 | .btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%} |
|
518 | 518 | .btn-group-vertical>.btn-group>.btn{float:none} |
|
519 | 519 | .btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0} |
|
520 | 520 | .btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0} |
|
521 | 521 | .btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0} |
|
522 | 522 | .btn-group-vertical>.btn:last-child:not(:first-child){border-bottom-left-radius:4px;border-top-right-radius:0;border-top-left-radius:0} |
|
523 | 523 | .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0} |
|
524 | 524 | .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0} |
|
525 | 525 | .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0} |
|
526 | 526 | .btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{float:none;display:table-cell;width:1%} |
|
527 | 527 | .btn-group-justified>.btn-group .btn{width:100%} |
|
528 | 528 | [data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none} |
|
529 | 529 | .input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-left:0;padding-right:0} |
|
530 | 530 | .input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0} |
|
531 | 531 | .input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:17px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px} |
|
532 | 532 | textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto} |
|
533 | 533 | .input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px} |
|
534 | 534 | textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto} |
|
535 | 535 | .input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0} |
|
536 | 536 | .input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle} |
|
537 | 537 | .input-group-addon{padding:6px 12px;font-size:13px;font-weight:normal;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px} |
|
538 | 538 | .input-group-addon.input-lg{padding:10px 16px;font-size:17px;border-radius:6px} |
|
539 | 539 | .input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0} |
|
540 | 540 | .input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-top-right-radius:0} |
|
541 | 541 | .input-group-addon:first-child{border-right:0} |
|
542 | 542 | .input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-bottom-left-radius:0;border-top-left-radius:0} |
|
543 | 543 | .input-group-addon:last-child{border-left:0} |
|
544 | 544 | .input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px} |
|
545 | 545 | .input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2} |
|
546 | 546 | .input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px} |
|
547 | 547 | .input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px} |
|
548 | 548 | .nav{margin-bottom:0;padding-left:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee} |
|
549 | 549 | .nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;background-color:transparent;cursor:not-allowed} |
|
550 | 550 | .nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca} |
|
551 | 551 | .nav .nav-divider{height:1px;margin:8px 0;overflow:hidden;background-color:#e5e5e5} |
|
552 | 552 | .nav>li>a>img{max-width:none} |
|
553 | 553 | .nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd} |
|
554 | 554 | .nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent;cursor:default} |
|
555 | 555 | .nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center;margin-bottom:5px} |
|
556 | 556 | .nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto} |
|
557 | 557 | @media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px} |
|
558 | 558 | .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd} |
|
559 | 559 | @media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}} |
|
560 | 560 | .nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px} |
|
561 | 561 | .nav-pills>li+li{margin-left:2px} |
|
562 | 562 | .nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca} |
|
563 | 563 | .nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0} |
|
564 | 564 | .nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center;margin-bottom:5px} |
|
565 | 565 | .nav-justified>.dropdown .dropdown-menu{top:auto;left:auto} |
|
566 | 566 | @media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}} |
|
567 | 567 | .nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px} |
|
568 | 568 | .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd} |
|
569 | 569 | @media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0} .nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}} |
|
570 | 570 | .tab-content>.tab-pane{display:none} |
|
571 | 571 | .tab-content>.active{display:block} |
|
572 | 572 | .nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0} |
|
573 | 573 | .navbar{position:relative;min-height:36px;margin-bottom:18px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}} |
|
574 | 574 | @media (min-width:768px){.navbar-header{float:left}} |
|
575 | 575 | .navbar-collapse{max-height:340px;overflow-x:visible;padding-right:15px;padding-left:15px;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto} |
|
576 | 576 | @media (min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important} .navbar-collapse.in{overflow-y:visible} .navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-left:0;padding-right:0}} |
|
577 | 577 | .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}} |
|
578 | 578 | .navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}} |
|
579 | 579 | .navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}} |
|
580 | 580 | .navbar-fixed-top{top:0;border-width:0 0 1px} |
|
581 | 581 | .navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0} |
|
582 | 582 | .navbar-brand{float:left;padding:9px 15px;font-size:17px;line-height:18px;height:36px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none} |
|
583 | 583 | @media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}} |
|
584 | 584 | .navbar-toggle{position:relative;float:right;margin-right:15px;padding:9px 10px;margin-top:1px;margin-bottom:1px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:none} |
|
585 | 585 | .navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px} |
|
586 | 586 | .navbar-toggle .icon-bar+.icon-bar{margin-top:4px} |
|
587 | 587 | @media (min-width:768px){.navbar-toggle{display:none}} |
|
588 | 588 | .navbar-nav{margin:4.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:18px} |
|
589 | 589 | @media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px} .navbar-nav .open .dropdown-menu>li>a{line-height:18px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:9px;padding-bottom:9px} .navbar-nav.navbar-right:last-child{margin-right:-15px}} |
|
590 | 590 | @media (min-width:768px){.navbar-left{float:left !important;float:left} .navbar-right{float:right !important;float:right}}.navbar-form{margin-left:-15px;margin-right:-15px;padding:10px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:2px;margin-bottom:2px}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle} .navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle} .navbar-form .input-group>.form-control{width:100%} .navbar-form .control-label{margin-bottom:0;vertical-align:middle} .navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;padding-left:0;vertical-align:middle} .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0} .navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}} |
|
591 | 591 | @media (min-width:768px){.navbar-form{width:auto;border:0;margin-left:0;margin-right:0;padding-top:0;padding-bottom:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}} |
|
592 | 592 | .navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0} |
|
593 | 593 | .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0} |
|
594 | 594 | .navbar-btn{margin-top:2px;margin-bottom:2px}.navbar-btn.btn-sm{margin-top:3px;margin-bottom:3px} |
|
595 | 595 | .navbar-btn.btn-xs{margin-top:7px;margin-bottom:7px} |
|
596 | 596 | .navbar-text{margin-top:9px;margin-bottom:9px}@media (min-width:768px){.navbar-text{float:left;margin-left:15px;margin-right:15px}.navbar-text.navbar-right:last-child{margin-right:0}} |
|
597 | 597 | .navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent} |
|
598 | 598 | .navbar-default .navbar-text{color:#777} |
|
599 | 599 | .navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent} |
|
600 | 600 | .navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7} |
|
601 | 601 | .navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent} |
|
602 | 602 | .navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd} |
|
603 | 603 | .navbar-default .navbar-toggle .icon-bar{background-color:#888} |
|
604 | 604 | .navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7} |
|
605 | 605 | .navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{background-color:#e7e7e7;color:#555} |
|
606 | 606 | @media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent} .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7} .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}} |
|
607 | 607 | .navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333} |
|
608 | 608 | .navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent} |
|
609 | 609 | .navbar-inverse .navbar-text{color:#999} |
|
610 | 610 | .navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent} |
|
611 | 611 | .navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808} |
|
612 | 612 | .navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent} |
|
613 | 613 | .navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333} |
|
614 | 614 | .navbar-inverse .navbar-toggle .icon-bar{background-color:#fff} |
|
615 | 615 | .navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010} |
|
616 | 616 | .navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{background-color:#080808;color:#fff} |
|
617 | 617 | @media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808} .navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808} .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent} .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808} .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}} |
|
618 | 618 | .navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff} |
|
619 | 619 | .breadcrumb{padding:8px 15px;margin-bottom:18px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{content:"/\00a0";padding:0 5px;color:#5e5e5e} |
|
620 | 620 | .breadcrumb>.active{color:#999} |
|
621 | 621 | .pagination{display:inline-block;padding-left:0;margin:18px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.428571429;text-decoration:none;color:#428bca;background-color:#fff;border:1px solid #ddd;margin-left:-1px} |
|
622 | 622 | .pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px} |
|
623 | 623 | .pagination>li:last-child>a,.pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px} |
|
624 | 624 | .pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd} |
|
625 | 625 | .pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca;cursor:default} |
|
626 | 626 | .pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;background-color:#fff;border-color:#ddd;cursor:not-allowed} |
|
627 | 627 | .pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:17px} |
|
628 | 628 | .pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px} |
|
629 | 629 | .pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px} |
|
630 | 630 | .pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px} |
|
631 | 631 | .pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px} |
|
632 | 632 | .pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px} |
|
633 | 633 | .pager{padding-left:0;margin:18px 0;list-style:none;text-align:center}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px} |
|
634 | 634 | .pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee} |
|
635 | 635 | .pager .next>a,.pager .next>span{float:right} |
|
636 | 636 | .pager .previous>a,.pager .previous>span{float:left} |
|
637 | 637 | .pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;background-color:#fff;cursor:not-allowed} |
|
638 | 638 | .label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer} |
|
639 | 639 | .label:empty{display:none} |
|
640 | 640 | .btn .label{position:relative;top:-1px} |
|
641 | 641 | .label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080} |
|
642 | 642 | .label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9} |
|
643 | 643 | .label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44} |
|
644 | 644 | .label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5} |
|
645 | 645 | .label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f} |
|
646 | 646 | .label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c} |
|
647 | 647 | .badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;color:#fff;line-height:1;vertical-align:baseline;white-space:nowrap;text-align:center;background-color:#999;border-radius:10px}.badge:empty{display:none} |
|
648 | 648 | .btn .badge{position:relative;top:-1px} |
|
649 | 649 | .btn-xs .badge{top:0;padding:1px 5px} |
|
650 | 650 | a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer} |
|
651 | 651 | a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff} |
|
652 | 652 | .nav-pills>li>a>.badge{margin-left:3px} |
|
653 | 653 | .jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit} |
|
654 | 654 | .jumbotron p{margin-bottom:15px;font-size:20px;font-weight:200} |
|
655 | 655 | .container .jumbotron{border-radius:6px} |
|
656 | 656 | .jumbotron .container{max-width:100%} |
|
657 | 657 | @media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-left:60px;padding-right:60px} .jumbotron h1,.jumbotron .h1{font-size:58.5px}} |
|
658 | 658 | .thumbnail{display:block;padding:4px;margin-bottom:18px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-left:auto;margin-right:auto} |
|
659 | 659 | a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca} |
|
660 | 660 | .thumbnail .caption{padding:9px;color:#000} |
|
661 | 661 | .alert{padding:15px;margin-bottom:18px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit} |
|
662 | 662 | .alert .alert-link{font-weight:bold} |
|
663 | 663 | .alert>p,.alert>ul{margin-bottom:0} |
|
664 | 664 | .alert>p+p{margin-top:5px} |
|
665 | 665 | .alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit} |
|
666 | 666 | .alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#3c763d}.alert-success hr{border-top-color:#c9e2b3} |
|
667 | 667 | .alert-success .alert-link{color:#2b542c} |
|
668 | 668 | .alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#31708f}.alert-info hr{border-top-color:#a6e1ec} |
|
669 | 669 | .alert-info .alert-link{color:#245269} |
|
670 | 670 | .alert-warning{background-color:#fcf8e3;border-color:#faebcc;color:#8a6d3b}.alert-warning hr{border-top-color:#f7e1b5} |
|
671 | 671 | .alert-warning .alert-link{color:#66512c} |
|
672 | 672 | .alert-danger{background-color:#f2dede;border-color:#ebccd1;color:#a94442}.alert-danger hr{border-top-color:#e4b9c0} |
|
673 | 673 | .alert-danger .alert-link{color:#843534} |
|
674 | 674 | @-webkit-keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0} to{background-position:0 0}}.progress{overflow:hidden;height:18px;margin-bottom:18px;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)} |
|
675 | 675 | .progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:18px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease} |
|
676 | 676 | .progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-size:40px 40px} |
|
677 | 677 | .progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite} |
|
678 | 678 | .progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)} |
|
679 | 679 | .progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)} |
|
680 | 680 | .progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)} |
|
681 | 681 | .progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)} |
|
682 | 682 | .media,.media-body{overflow:hidden;zoom:1} |
|
683 | 683 | .media,.media .media{margin-top:15px} |
|
684 | 684 | .media:first-child{margin-top:0} |
|
685 | 685 | .media-object{display:block} |
|
686 | 686 | .media-heading{margin:0 0 5px} |
|
687 | 687 | .media>.pull-left{margin-right:10px} |
|
688 | 688 | .media>.pull-right{margin-left:10px} |
|
689 | 689 | .media-list{padding-left:0;list-style:none} |
|
690 | 690 | .list-group{margin-bottom:20px;padding-left:0} |
|
691 | 691 | .list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px} |
|
692 | 692 | .list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px} |
|
693 | 693 | .list-group-item>.badge{float:right} |
|
694 | 694 | .list-group-item>.badge+.badge{margin-right:5px} |
|
695 | 695 | a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333} |
|
696 | 696 | a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5} |
|
697 | 697 | a.list-group-item.active,a.list-group-item.active:hover,a.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}a.list-group-item.active .list-group-item-heading,a.list-group-item.active:hover .list-group-item-heading,a.list-group-item.active:focus .list-group-item-heading{color:inherit} |
|
698 | 698 | a.list-group-item.active .list-group-item-text,a.list-group-item.active:hover .list-group-item-text,a.list-group-item.active:focus .list-group-item-text{color:#e1edf7} |
|
699 | 699 | .list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit} |
|
700 | 700 | a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6} |
|
701 | 701 | a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d} |
|
702 | 702 | .list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit} |
|
703 | 703 | a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3} |
|
704 | 704 | a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f} |
|
705 | 705 | .list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit} |
|
706 | 706 | a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc} |
|
707 | 707 | a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b} |
|
708 | 708 | .list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit} |
|
709 | 709 | a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc} |
|
710 | 710 | a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442} |
|
711 | 711 | .list-group-item-heading{margin-top:0;margin-bottom:5px} |
|
712 | 712 | .list-group-item-text{margin-bottom:0;line-height:1.3} |
|
713 | 713 | .panel{margin-bottom:18px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)} |
|
714 | 714 | .panel-body{padding:15px} |
|
715 | 715 | .panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit} |
|
716 | 716 | .panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}.panel-title>a{color:inherit} |
|
717 | 717 | .panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px} |
|
718 | 718 | .panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0} |
|
719 | 719 | .panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-right-radius:3px;border-top-left-radius:3px} |
|
720 | 720 | .panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px} |
|
721 | 721 | .panel-heading+.list-group .list-group-item:first-child{border-top-width:0} |
|
722 | 722 | .panel>.table,.panel>.table-responsive>.table{margin-bottom:0} |
|
723 | 723 | .panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-right-radius:3px;border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px} |
|
724 | 724 | .panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px} |
|
725 | 725 | .panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px} |
|
726 | 726 | .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px} |
|
727 | 727 | .panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd} |
|
728 | 728 | .panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0} |
|
729 | 729 | .panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0} |
|
730 | 730 | .panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0} |
|
731 | 731 | .panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0} |
|
732 | 732 | .panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0} |
|
733 | 733 | .panel>.table-responsive{border:0;margin-bottom:0} |
|
734 | 734 | .panel-group{margin-bottom:18px}.panel-group .panel{margin-bottom:0;border-radius:4px;overflow:hidden}.panel-group .panel+.panel{margin-top:5px} |
|
735 | 735 | .panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd} |
|
736 | 736 | .panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd} |
|
737 | 737 | .panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd} |
|
738 | 738 | .panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd} |
|
739 | 739 | .panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca} |
|
740 | 740 | .panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca} |
|
741 | 741 | .panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6} |
|
742 | 742 | .panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6} |
|
743 | 743 | .panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1} |
|
744 | 744 | .panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1} |
|
745 | 745 | .panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#faebcc} |
|
746 | 746 | .panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#faebcc} |
|
747 | 747 | .panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#ebccd1} |
|
748 | 748 | .panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ebccd1} |
|
749 | 749 | .well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)} |
|
750 | 750 | .well-lg{padding:24px;border-radius:6px} |
|
751 | 751 | .well-sm{padding:9px;border-radius:3px} |
|
752 | 752 | .close{float:right;font-size:19.5px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)} |
|
753 | 753 | button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none} |
|
754 | 754 | .modal-open{overflow:hidden} |
|
755 | 755 | .modal{display:none;overflow:auto;overflow-y:scroll;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-moz-transition:-moz-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out} |
|
756 | 756 | .modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)} |
|
757 | 757 | .modal-dialog{position:relative;width:auto;margin:10px} |
|
758 | 758 | .modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box;outline:none} |
|
759 | 759 | .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)} |
|
760 | 760 | .modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)} |
|
761 | 761 | .modal-header{padding:15px;border-bottom:1px solid #e5e5e5;min-height:16.428571429px} |
|
762 | 762 | .modal-header .close{margin-top:-2px} |
|
763 | 763 | .modal-title{margin:0;line-height:1.428571429} |
|
764 | 764 | .modal-body{position:relative;padding:15px} |
|
765 | 765 | .modal-footer{margin-top:15px;padding:14px 15px 15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-left:5px;margin-bottom:0} |
|
766 | 766 | .modal-footer .btn-group .btn+.btn{margin-left:-1px} |
|
767 | 767 | .modal-footer .btn-block+.btn-block{margin-left:0} |
|
768 | 768 | @media (min-width:768px){.modal-dialog{width:600px;margin:30px auto} .modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)} .modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1030;display:block;visibility:visible;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0)}.tooltip.in{opacity:.9;filter:alpha(opacity=90)} |
|
769 | 769 | .tooltip.top{margin-top:-3px;padding:5px 0} |
|
770 | 770 | .tooltip.right{margin-left:3px;padding:0 5px} |
|
771 | 771 | .tooltip.bottom{margin-top:3px;padding:5px 0} |
|
772 | 772 | .tooltip.left{margin-left:-3px;padding:0 5px} |
|
773 | 773 | .tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px} |
|
774 | 774 | .tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid} |
|
775 | 775 | .tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000} |
|
776 | 776 | .tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000} |
|
777 | 777 | .tooltip.top-right .tooltip-arrow{bottom:0;right:5px;border-width:5px 5px 0;border-top-color:#000} |
|
778 | 778 | .tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000} |
|
779 | 779 | .tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000} |
|
780 | 780 | .tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000} |
|
781 | 781 | .tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000} |
|
782 | 782 | .tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000} |
|
783 | 783 | .popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;background-color:#fff;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);white-space:normal}.popover.top{margin-top:-10px} |
|
784 | 784 | .popover.right{margin-left:10px} |
|
785 | 785 | .popover.bottom{margin-top:10px} |
|
786 | 786 | .popover.left{margin-left:-10px} |
|
787 | 787 | .popover-title{margin:0;padding:8px 14px;font-size:13px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0} |
|
788 | 788 | .popover-content{padding:9px 14px} |
|
789 | 789 | .popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid} |
|
790 | 790 | .popover>.arrow{border-width:11px} |
|
791 | 791 | .popover>.arrow:after{border-width:10px;content:""} |
|
792 | 792 | .popover.top>.arrow{left:50%;margin-left:-11px;border-bottom-width:0;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);bottom:-11px}.popover.top>.arrow:after{content:" ";bottom:1px;margin-left:-10px;border-bottom-width:0;border-top-color:#fff} |
|
793 | 793 | .popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-left-width:0;border-right-color:#999;border-right-color:rgba(0,0,0,0.25)}.popover.right>.arrow:after{content:" ";left:1px;bottom:-10px;border-left-width:0;border-right-color:#fff} |
|
794 | 794 | .popover.bottom>.arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);top:-11px}.popover.bottom>.arrow:after{content:" ";top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff} |
|
795 | 795 | .popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{content:" ";right:1px;border-right-width:0;border-left-color:#fff;bottom:-10px} |
|
796 | 796 | .carousel{position:relative} |
|
797 | 797 | .carousel-inner{position:relative;overflow:hidden;width:100%}.carousel-inner>.item{display:none;position:relative;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1} |
|
798 | 798 | .carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block} |
|
799 | 799 | .carousel-inner>.active{left:0} |
|
800 | 800 | .carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%} |
|
801 | 801 | .carousel-inner>.next{left:100%} |
|
802 | 802 | .carousel-inner>.prev{left:-100%} |
|
803 | 803 | .carousel-inner>.next.left,.carousel-inner>.prev.right{left:0} |
|
804 | 804 | .carousel-inner>.active.left{left:-100%} |
|
805 | 805 | .carousel-inner>.active.right{left:100%} |
|
806 | 806 | .carousel-control{position:absolute;top:0;left:0;bottom:0;width:15%;opacity:.5;filter:alpha(opacity=50);font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-control.left{background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0), color-stop(rgba(0,0,0,0.0001) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)} |
|
807 | 807 | .carousel-control.right{left:auto;right:0;background-image:-webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0), color-stop(rgba(0,0,0,0.5) 100%));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)} |
|
808 | 808 | .carousel-control:hover,.carousel-control:focus{outline:none;color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)} |
|
809 | 809 | .carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block} |
|
810 | 810 | .carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%} |
|
811 | 811 | .carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%} |
|
812 | 812 | .carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif} |
|
813 | 813 | .carousel-control .icon-prev:before{content:'\2039'} |
|
814 | 814 | .carousel-control .icon-next:before{content:'\203a'} |
|
815 | 815 | .carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;margin-left:-30%;padding-left:0;list-style:none;text-align:center}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;border:1px solid #fff;border-radius:10px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0)} |
|
816 | 816 | .carousel-indicators .active{margin:0;width:12px;height:12px;background-color:#fff} |
|
817 | 817 | .carousel-caption{position:absolute;left:15%;right:15%;bottom:20px;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none} |
|
818 | 818 | @media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px} .carousel-caption{left:20%;right:20%;padding-bottom:30px} .carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{content:" ";display:table} |
|
819 | 819 | .clearfix:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both} |
|
820 | 820 | .center-block{display:block;margin-left:auto;margin-right:auto} |
|
821 | 821 | .pull-right{float:right !important} |
|
822 | 822 | .pull-left{float:left !important} |
|
823 | 823 | .hide{display:none !important} |
|
824 | 824 | .show{display:block !important} |
|
825 | 825 | .invisible{visibility:hidden} |
|
826 | 826 | .text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0} |
|
827 | 827 | .hidden{display:none !important;visibility:hidden !important} |
|
828 | 828 | .affix{position:fixed} |
|
829 | 829 | @-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important} |
|
830 | 830 | @media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table} tr.visible-xs{display:table-row !important} th.visible-xs,td.visible-xs{display:table-cell !important}} |
|
831 | 831 | @media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table} tr.visible-sm{display:table-row !important} th.visible-sm,td.visible-sm{display:table-cell !important}} |
|
832 | 832 | @media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table} tr.visible-md{display:table-row !important} th.visible-md,td.visible-md{display:table-cell !important}} |
|
833 | 833 | @media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table} tr.visible-lg{display:table-row !important} th.visible-lg,td.visible-lg{display:table-cell !important}} |
|
834 | 834 | @media (max-width:767px){.hidden-xs{display:none !important}} |
|
835 | 835 | @media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}} |
|
836 | 836 | @media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}} |
|
837 | 837 | @media (min-width:1200px){.hidden-lg{display:none !important}} |
|
838 | 838 | .visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table} tr.visible-print{display:table-row !important} th.visible-print,td.visible-print{display:table-cell !important}} |
|
839 | 839 | @media print{.hidden-print{display:none !important}} |
|
840 | 840 | @font-face{font-family:'FontAwesome';src:url('../components/font-awesome/font/fontawesome-webfont.eot?v=3.2.1');src:url('../components/font-awesome/font/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../components/font-awesome/font/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../components/font-awesome/font/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../components/font-awesome/font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em} |
|
841 | 841 | [class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none} |
|
842 | 842 | .icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em} |
|
843 | 843 | a [class^="icon-"],a [class*=" icon-"]{display:inline} |
|
844 | 844 | [class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:.2857142857142857em}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em} |
|
845 | 845 | .icons-ul{margin-left:2.142857142857143em;list-style-type:none}.icons-ul>li{position:relative} |
|
846 | 846 | .icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit} |
|
847 | 847 | [class^="icon-"].hide,[class*=" icon-"].hide{display:none} |
|
848 | 848 | .icon-muted{color:#eee} |
|
849 | 849 | .icon-light{color:#fff} |
|
850 | 850 | .icon-dark{color:#333} |
|
851 | 851 | .icon-border{border:solid 1px #eee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border-radius:3px} |
|
852 | 852 | .icon-2x{font-size:2em}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-radius:4px} |
|
853 | 853 | .icon-3x{font-size:3em}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border-radius:5px} |
|
854 | 854 | .icon-4x{font-size:4em}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;border-radius:6px} |
|
855 | 855 | .icon-5x{font-size:5em}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;border-radius:7px} |
|
856 | 856 | .pull-right{float:right} |
|
857 | 857 | .pull-left{float:left} |
|
858 | 858 | [class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em} |
|
859 | 859 | [class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em} |
|
860 | 860 | [class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0} |
|
861 | 861 | .icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none} |
|
862 | 862 | .btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em} |
|
863 | 863 | .btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block} |
|
864 | 864 | .nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em} |
|
865 | 865 | .btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em} |
|
866 | 866 | .btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em} |
|
867 | 867 | .btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em} |
|
868 | 868 | .btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em} |
|
869 | 869 | .btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em} |
|
870 | 870 | .btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em} |
|
871 | 871 | .nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit} |
|
872 | 872 | .icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em} |
|
873 | 873 | .icon-stack .icon-stack-base{font-size:2em;*line-height:1em} |
|
874 | 874 | .icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear} |
|
875 | 875 | a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none} |
|
876 | 876 | @-moz-keyframes spin{0%{-moz-transform:rotate(0deg)} 100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)} 100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)} 100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)} 100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)} 100%{transform:rotate(359deg)}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1)} |
|
877 | 877 | .icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2)} |
|
878 | 878 | .icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3)} |
|
879 | 879 | .icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)} |
|
880 | 880 | .icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)} |
|
881 | 881 | a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block} |
|
882 | 882 | .icon-glass:before{content:"\f000"} |
|
883 | 883 | .icon-music:before{content:"\f001"} |
|
884 | 884 | .icon-search:before{content:"\f002"} |
|
885 | 885 | .icon-envelope-alt:before{content:"\f003"} |
|
886 | 886 | .icon-heart:before{content:"\f004"} |
|
887 | 887 | .icon-star:before{content:"\f005"} |
|
888 | 888 | .icon-star-empty:before{content:"\f006"} |
|
889 | 889 | .icon-user:before{content:"\f007"} |
|
890 | 890 | .icon-film:before{content:"\f008"} |
|
891 | 891 | .icon-th-large:before{content:"\f009"} |
|
892 | 892 | .icon-th:before{content:"\f00a"} |
|
893 | 893 | .icon-th-list:before{content:"\f00b"} |
|
894 | 894 | .icon-ok:before{content:"\f00c"} |
|
895 | 895 | .icon-remove:before{content:"\f00d"} |
|
896 | 896 | .icon-zoom-in:before{content:"\f00e"} |
|
897 | 897 | .icon-zoom-out:before{content:"\f010"} |
|
898 | 898 | .icon-power-off:before,.icon-off:before{content:"\f011"} |
|
899 | 899 | .icon-signal:before{content:"\f012"} |
|
900 | 900 | .icon-gear:before,.icon-cog:before{content:"\f013"} |
|
901 | 901 | .icon-trash:before{content:"\f014"} |
|
902 | 902 | .icon-home:before{content:"\f015"} |
|
903 | 903 | .icon-file-alt:before{content:"\f016"} |
|
904 | 904 | .icon-time:before{content:"\f017"} |
|
905 | 905 | .icon-road:before{content:"\f018"} |
|
906 | 906 | .icon-download-alt:before{content:"\f019"} |
|
907 | 907 | .icon-download:before{content:"\f01a"} |
|
908 | 908 | .icon-upload:before{content:"\f01b"} |
|
909 | 909 | .icon-inbox:before{content:"\f01c"} |
|
910 | 910 | .icon-play-circle:before{content:"\f01d"} |
|
911 | 911 | .icon-rotate-right:before,.icon-repeat:before{content:"\f01e"} |
|
912 | 912 | .icon-refresh:before{content:"\f021"} |
|
913 | 913 | .icon-list-alt:before{content:"\f022"} |
|
914 | 914 | .icon-lock:before{content:"\f023"} |
|
915 | 915 | .icon-flag:before{content:"\f024"} |
|
916 | 916 | .icon-headphones:before{content:"\f025"} |
|
917 | 917 | .icon-volume-off:before{content:"\f026"} |
|
918 | 918 | .icon-volume-down:before{content:"\f027"} |
|
919 | 919 | .icon-volume-up:before{content:"\f028"} |
|
920 | 920 | .icon-qrcode:before{content:"\f029"} |
|
921 | 921 | .icon-barcode:before{content:"\f02a"} |
|
922 | 922 | .icon-tag:before{content:"\f02b"} |
|
923 | 923 | .icon-tags:before{content:"\f02c"} |
|
924 | 924 | .icon-book:before{content:"\f02d"} |
|
925 | 925 | .icon-bookmark:before{content:"\f02e"} |
|
926 | 926 | .icon-print:before{content:"\f02f"} |
|
927 | 927 | .icon-camera:before{content:"\f030"} |
|
928 | 928 | .icon-font:before{content:"\f031"} |
|
929 | 929 | .icon-bold:before{content:"\f032"} |
|
930 | 930 | .icon-italic:before{content:"\f033"} |
|
931 | 931 | .icon-text-height:before{content:"\f034"} |
|
932 | 932 | .icon-text-width:before{content:"\f035"} |
|
933 | 933 | .icon-align-left:before{content:"\f036"} |
|
934 | 934 | .icon-align-center:before{content:"\f037"} |
|
935 | 935 | .icon-align-right:before{content:"\f038"} |
|
936 | 936 | .icon-align-justify:before{content:"\f039"} |
|
937 | 937 | .icon-list:before{content:"\f03a"} |
|
938 | 938 | .icon-indent-left:before{content:"\f03b"} |
|
939 | 939 | .icon-indent-right:before{content:"\f03c"} |
|
940 | 940 | .icon-facetime-video:before{content:"\f03d"} |
|
941 | 941 | .icon-picture:before{content:"\f03e"} |
|
942 | 942 | .icon-pencil:before{content:"\f040"} |
|
943 | 943 | .icon-map-marker:before{content:"\f041"} |
|
944 | 944 | .icon-adjust:before{content:"\f042"} |
|
945 | 945 | .icon-tint:before{content:"\f043"} |
|
946 | 946 | .icon-edit:before{content:"\f044"} |
|
947 | 947 | .icon-share:before{content:"\f045"} |
|
948 | 948 | .icon-check:before{content:"\f046"} |
|
949 | 949 | .icon-move:before{content:"\f047"} |
|
950 | 950 | .icon-step-backward:before{content:"\f048"} |
|
951 | 951 | .icon-fast-backward:before{content:"\f049"} |
|
952 | 952 | .icon-backward:before{content:"\f04a"} |
|
953 | 953 | .icon-play:before{content:"\f04b"} |
|
954 | 954 | .icon-pause:before{content:"\f04c"} |
|
955 | 955 | .icon-stop:before{content:"\f04d"} |
|
956 | 956 | .icon-forward:before{content:"\f04e"} |
|
957 | 957 | .icon-fast-forward:before{content:"\f050"} |
|
958 | 958 | .icon-step-forward:before{content:"\f051"} |
|
959 | 959 | .icon-eject:before{content:"\f052"} |
|
960 | 960 | .icon-chevron-left:before{content:"\f053"} |
|
961 | 961 | .icon-chevron-right:before{content:"\f054"} |
|
962 | 962 | .icon-plus-sign:before{content:"\f055"} |
|
963 | 963 | .icon-minus-sign:before{content:"\f056"} |
|
964 | 964 | .icon-remove-sign:before{content:"\f057"} |
|
965 | 965 | .icon-ok-sign:before{content:"\f058"} |
|
966 | 966 | .icon-question-sign:before{content:"\f059"} |
|
967 | 967 | .icon-info-sign:before{content:"\f05a"} |
|
968 | 968 | .icon-screenshot:before{content:"\f05b"} |
|
969 | 969 | .icon-remove-circle:before{content:"\f05c"} |
|
970 | 970 | .icon-ok-circle:before{content:"\f05d"} |
|
971 | 971 | .icon-ban-circle:before{content:"\f05e"} |
|
972 | 972 | .icon-arrow-left:before{content:"\f060"} |
|
973 | 973 | .icon-arrow-right:before{content:"\f061"} |
|
974 | 974 | .icon-arrow-up:before{content:"\f062"} |
|
975 | 975 | .icon-arrow-down:before{content:"\f063"} |
|
976 | 976 | .icon-mail-forward:before,.icon-share-alt:before{content:"\f064"} |
|
977 | 977 | .icon-resize-full:before{content:"\f065"} |
|
978 | 978 | .icon-resize-small:before{content:"\f066"} |
|
979 | 979 | .icon-plus:before{content:"\f067"} |
|
980 | 980 | .icon-minus:before{content:"\f068"} |
|
981 | 981 | .icon-asterisk:before{content:"\f069"} |
|
982 | 982 | .icon-exclamation-sign:before{content:"\f06a"} |
|
983 | 983 | .icon-gift:before{content:"\f06b"} |
|
984 | 984 | .icon-leaf:before{content:"\f06c"} |
|
985 | 985 | .icon-fire:before{content:"\f06d"} |
|
986 | 986 | .icon-eye-open:before{content:"\f06e"} |
|
987 | 987 | .icon-eye-close:before{content:"\f070"} |
|
988 | 988 | .icon-warning-sign:before{content:"\f071"} |
|
989 | 989 | .icon-plane:before{content:"\f072"} |
|
990 | 990 | .icon-calendar:before{content:"\f073"} |
|
991 | 991 | .icon-random:before{content:"\f074"} |
|
992 | 992 | .icon-comment:before{content:"\f075"} |
|
993 | 993 | .icon-magnet:before{content:"\f076"} |
|
994 | 994 | .icon-chevron-up:before{content:"\f077"} |
|
995 | 995 | .icon-chevron-down:before{content:"\f078"} |
|
996 | 996 | .icon-retweet:before{content:"\f079"} |
|
997 | 997 | .icon-shopping-cart:before{content:"\f07a"} |
|
998 | 998 | .icon-folder-close:before{content:"\f07b"} |
|
999 | 999 | .icon-folder-open:before{content:"\f07c"} |
|
1000 | 1000 | .icon-resize-vertical:before{content:"\f07d"} |
|
1001 | 1001 | .icon-resize-horizontal:before{content:"\f07e"} |
|
1002 | 1002 | .icon-bar-chart:before{content:"\f080"} |
|
1003 | 1003 | .icon-twitter-sign:before{content:"\f081"} |
|
1004 | 1004 | .icon-facebook-sign:before{content:"\f082"} |
|
1005 | 1005 | .icon-camera-retro:before{content:"\f083"} |
|
1006 | 1006 | .icon-key:before{content:"\f084"} |
|
1007 | 1007 | .icon-gears:before,.icon-cogs:before{content:"\f085"} |
|
1008 | 1008 | .icon-comments:before{content:"\f086"} |
|
1009 | 1009 | .icon-thumbs-up-alt:before{content:"\f087"} |
|
1010 | 1010 | .icon-thumbs-down-alt:before{content:"\f088"} |
|
1011 | 1011 | .icon-star-half:before{content:"\f089"} |
|
1012 | 1012 | .icon-heart-empty:before{content:"\f08a"} |
|
1013 | 1013 | .icon-signout:before{content:"\f08b"} |
|
1014 | 1014 | .icon-linkedin-sign:before{content:"\f08c"} |
|
1015 | 1015 | .icon-pushpin:before{content:"\f08d"} |
|
1016 | 1016 | .icon-external-link:before{content:"\f08e"} |
|
1017 | 1017 | .icon-signin:before{content:"\f090"} |
|
1018 | 1018 | .icon-trophy:before{content:"\f091"} |
|
1019 | 1019 | .icon-github-sign:before{content:"\f092"} |
|
1020 | 1020 | .icon-upload-alt:before{content:"\f093"} |
|
1021 | 1021 | .icon-lemon:before{content:"\f094"} |
|
1022 | 1022 | .icon-phone:before{content:"\f095"} |
|
1023 | 1023 | .icon-unchecked:before,.icon-check-empty:before{content:"\f096"} |
|
1024 | 1024 | .icon-bookmark-empty:before{content:"\f097"} |
|
1025 | 1025 | .icon-phone-sign:before{content:"\f098"} |
|
1026 | 1026 | .icon-twitter:before{content:"\f099"} |
|
1027 | 1027 | .icon-facebook:before{content:"\f09a"} |
|
1028 | 1028 | .icon-github:before{content:"\f09b"} |
|
1029 | 1029 | .icon-unlock:before{content:"\f09c"} |
|
1030 | 1030 | .icon-credit-card:before{content:"\f09d"} |
|
1031 | 1031 | .icon-rss:before{content:"\f09e"} |
|
1032 | 1032 | .icon-hdd:before{content:"\f0a0"} |
|
1033 | 1033 | .icon-bullhorn:before{content:"\f0a1"} |
|
1034 | 1034 | .icon-bell:before{content:"\f0a2"} |
|
1035 | 1035 | .icon-certificate:before{content:"\f0a3"} |
|
1036 | 1036 | .icon-hand-right:before{content:"\f0a4"} |
|
1037 | 1037 | .icon-hand-left:before{content:"\f0a5"} |
|
1038 | 1038 | .icon-hand-up:before{content:"\f0a6"} |
|
1039 | 1039 | .icon-hand-down:before{content:"\f0a7"} |
|
1040 | 1040 | .icon-circle-arrow-left:before{content:"\f0a8"} |
|
1041 | 1041 | .icon-circle-arrow-right:before{content:"\f0a9"} |
|
1042 | 1042 | .icon-circle-arrow-up:before{content:"\f0aa"} |
|
1043 | 1043 | .icon-circle-arrow-down:before{content:"\f0ab"} |
|
1044 | 1044 | .icon-globe:before{content:"\f0ac"} |
|
1045 | 1045 | .icon-wrench:before{content:"\f0ad"} |
|
1046 | 1046 | .icon-tasks:before{content:"\f0ae"} |
|
1047 | 1047 | .icon-filter:before{content:"\f0b0"} |
|
1048 | 1048 | .icon-briefcase:before{content:"\f0b1"} |
|
1049 | 1049 | .icon-fullscreen:before{content:"\f0b2"} |
|
1050 | 1050 | .icon-group:before{content:"\f0c0"} |
|
1051 | 1051 | .icon-link:before{content:"\f0c1"} |
|
1052 | 1052 | .icon-cloud:before{content:"\f0c2"} |
|
1053 | 1053 | .icon-beaker:before{content:"\f0c3"} |
|
1054 | 1054 | .icon-cut:before{content:"\f0c4"} |
|
1055 | 1055 | .icon-copy:before{content:"\f0c5"} |
|
1056 | 1056 | .icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6"} |
|
1057 | 1057 | .icon-save:before{content:"\f0c7"} |
|
1058 | 1058 | .icon-sign-blank:before{content:"\f0c8"} |
|
1059 | 1059 | .icon-reorder:before{content:"\f0c9"} |
|
1060 | 1060 | .icon-list-ul:before{content:"\f0ca"} |
|
1061 | 1061 | .icon-list-ol:before{content:"\f0cb"} |
|
1062 | 1062 | .icon-strikethrough:before{content:"\f0cc"} |
|
1063 | 1063 | .icon-underline:before{content:"\f0cd"} |
|
1064 | 1064 | .icon-table:before{content:"\f0ce"} |
|
1065 | 1065 | .icon-magic:before{content:"\f0d0"} |
|
1066 | 1066 | .icon-truck:before{content:"\f0d1"} |
|
1067 | 1067 | .icon-pinterest:before{content:"\f0d2"} |
|
1068 | 1068 | .icon-pinterest-sign:before{content:"\f0d3"} |
|
1069 | 1069 | .icon-google-plus-sign:before{content:"\f0d4"} |
|
1070 | 1070 | .icon-google-plus:before{content:"\f0d5"} |
|
1071 | 1071 | .icon-money:before{content:"\f0d6"} |
|
1072 | 1072 | .icon-caret-down:before{content:"\f0d7"} |
|
1073 | 1073 | .icon-caret-up:before{content:"\f0d8"} |
|
1074 | 1074 | .icon-caret-left:before{content:"\f0d9"} |
|
1075 | 1075 | .icon-caret-right:before{content:"\f0da"} |
|
1076 | 1076 | .icon-columns:before{content:"\f0db"} |
|
1077 | 1077 | .icon-sort:before{content:"\f0dc"} |
|
1078 | 1078 | .icon-sort-down:before{content:"\f0dd"} |
|
1079 | 1079 | .icon-sort-up:before{content:"\f0de"} |
|
1080 | 1080 | .icon-envelope:before{content:"\f0e0"} |
|
1081 | 1081 | .icon-linkedin:before{content:"\f0e1"} |
|
1082 | 1082 | .icon-rotate-left:before,.icon-undo:before{content:"\f0e2"} |
|
1083 | 1083 | .icon-legal:before{content:"\f0e3"} |
|
1084 | 1084 | .icon-dashboard:before{content:"\f0e4"} |
|
1085 | 1085 | .icon-comment-alt:before{content:"\f0e5"} |
|
1086 | 1086 | .icon-comments-alt:before{content:"\f0e6"} |
|
1087 | 1087 | .icon-bolt:before{content:"\f0e7"} |
|
1088 | 1088 | .icon-sitemap:before{content:"\f0e8"} |
|
1089 | 1089 | .icon-umbrella:before{content:"\f0e9"} |
|
1090 | 1090 | .icon-paste:before{content:"\f0ea"} |
|
1091 | 1091 | .icon-lightbulb:before{content:"\f0eb"} |
|
1092 | 1092 | .icon-exchange:before{content:"\f0ec"} |
|
1093 | 1093 | .icon-cloud-download:before{content:"\f0ed"} |
|
1094 | 1094 | .icon-cloud-upload:before{content:"\f0ee"} |
|
1095 | 1095 | .icon-user-md:before{content:"\f0f0"} |
|
1096 | 1096 | .icon-stethoscope:before{content:"\f0f1"} |
|
1097 | 1097 | .icon-suitcase:before{content:"\f0f2"} |
|
1098 | 1098 | .icon-bell-alt:before{content:"\f0f3"} |
|
1099 | 1099 | .icon-coffee:before{content:"\f0f4"} |
|
1100 | 1100 | .icon-food:before{content:"\f0f5"} |
|
1101 | 1101 | .icon-file-text-alt:before{content:"\f0f6"} |
|
1102 | 1102 | .icon-building:before{content:"\f0f7"} |
|
1103 | 1103 | .icon-hospital:before{content:"\f0f8"} |
|
1104 | 1104 | .icon-ambulance:before{content:"\f0f9"} |
|
1105 | 1105 | .icon-medkit:before{content:"\f0fa"} |
|
1106 | 1106 | .icon-fighter-jet:before{content:"\f0fb"} |
|
1107 | 1107 | .icon-beer:before{content:"\f0fc"} |
|
1108 | 1108 | .icon-h-sign:before{content:"\f0fd"} |
|
1109 | 1109 | .icon-plus-sign-alt:before{content:"\f0fe"} |
|
1110 | 1110 | .icon-double-angle-left:before{content:"\f100"} |
|
1111 | 1111 | .icon-double-angle-right:before{content:"\f101"} |
|
1112 | 1112 | .icon-double-angle-up:before{content:"\f102"} |
|
1113 | 1113 | .icon-double-angle-down:before{content:"\f103"} |
|
1114 | 1114 | .icon-angle-left:before{content:"\f104"} |
|
1115 | 1115 | .icon-angle-right:before{content:"\f105"} |
|
1116 | 1116 | .icon-angle-up:before{content:"\f106"} |
|
1117 | 1117 | .icon-angle-down:before{content:"\f107"} |
|
1118 | 1118 | .icon-desktop:before{content:"\f108"} |
|
1119 | 1119 | .icon-laptop:before{content:"\f109"} |
|
1120 | 1120 | .icon-tablet:before{content:"\f10a"} |
|
1121 | 1121 | .icon-mobile-phone:before{content:"\f10b"} |
|
1122 | 1122 | .icon-circle-blank:before{content:"\f10c"} |
|
1123 | 1123 | .icon-quote-left:before{content:"\f10d"} |
|
1124 | 1124 | .icon-quote-right:before{content:"\f10e"} |
|
1125 | 1125 | .icon-spinner:before{content:"\f110"} |
|
1126 | 1126 | .icon-circle:before{content:"\f111"} |
|
1127 | 1127 | .icon-mail-reply:before,.icon-reply:before{content:"\f112"} |
|
1128 | 1128 | .icon-github-alt:before{content:"\f113"} |
|
1129 | 1129 | .icon-folder-close-alt:before{content:"\f114"} |
|
1130 | 1130 | .icon-folder-open-alt:before{content:"\f115"} |
|
1131 | 1131 | .icon-expand-alt:before{content:"\f116"} |
|
1132 | 1132 | .icon-collapse-alt:before{content:"\f117"} |
|
1133 | 1133 | .icon-smile:before{content:"\f118"} |
|
1134 | 1134 | .icon-frown:before{content:"\f119"} |
|
1135 | 1135 | .icon-meh:before{content:"\f11a"} |
|
1136 | 1136 | .icon-gamepad:before{content:"\f11b"} |
|
1137 | 1137 | .icon-keyboard:before{content:"\f11c"} |
|
1138 | 1138 | .icon-flag-alt:before{content:"\f11d"} |
|
1139 | 1139 | .icon-flag-checkered:before{content:"\f11e"} |
|
1140 | 1140 | .icon-terminal:before{content:"\f120"} |
|
1141 | 1141 | .icon-code:before{content:"\f121"} |
|
1142 | 1142 | .icon-reply-all:before{content:"\f122"} |
|
1143 | 1143 | .icon-mail-reply-all:before{content:"\f122"} |
|
1144 | 1144 | .icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123"} |
|
1145 | 1145 | .icon-location-arrow:before{content:"\f124"} |
|
1146 | 1146 | .icon-crop:before{content:"\f125"} |
|
1147 | 1147 | .icon-code-fork:before{content:"\f126"} |
|
1148 | 1148 | .icon-unlink:before{content:"\f127"} |
|
1149 | 1149 | .icon-question:before{content:"\f128"} |
|
1150 | 1150 | .icon-info:before{content:"\f129"} |
|
1151 | 1151 | .icon-exclamation:before{content:"\f12a"} |
|
1152 | 1152 | .icon-superscript:before{content:"\f12b"} |
|
1153 | 1153 | .icon-subscript:before{content:"\f12c"} |
|
1154 | 1154 | .icon-eraser:before{content:"\f12d"} |
|
1155 | 1155 | .icon-puzzle-piece:before{content:"\f12e"} |
|
1156 | 1156 | .icon-microphone:before{content:"\f130"} |
|
1157 | 1157 | .icon-microphone-off:before{content:"\f131"} |
|
1158 | 1158 | .icon-shield:before{content:"\f132"} |
|
1159 | 1159 | .icon-calendar-empty:before{content:"\f133"} |
|
1160 | 1160 | .icon-fire-extinguisher:before{content:"\f134"} |
|
1161 | 1161 | .icon-rocket:before{content:"\f135"} |
|
1162 | 1162 | .icon-maxcdn:before{content:"\f136"} |
|
1163 | 1163 | .icon-chevron-sign-left:before{content:"\f137"} |
|
1164 | 1164 | .icon-chevron-sign-right:before{content:"\f138"} |
|
1165 | 1165 | .icon-chevron-sign-up:before{content:"\f139"} |
|
1166 | 1166 | .icon-chevron-sign-down:before{content:"\f13a"} |
|
1167 | 1167 | .icon-html5:before{content:"\f13b"} |
|
1168 | 1168 | .icon-css3:before{content:"\f13c"} |
|
1169 | 1169 | .icon-anchor:before{content:"\f13d"} |
|
1170 | 1170 | .icon-unlock-alt:before{content:"\f13e"} |
|
1171 | 1171 | .icon-bullseye:before{content:"\f140"} |
|
1172 | 1172 | .icon-ellipsis-horizontal:before{content:"\f141"} |
|
1173 | 1173 | .icon-ellipsis-vertical:before{content:"\f142"} |
|
1174 | 1174 | .icon-rss-sign:before{content:"\f143"} |
|
1175 | 1175 | .icon-play-sign:before{content:"\f144"} |
|
1176 | 1176 | .icon-ticket:before{content:"\f145"} |
|
1177 | 1177 | .icon-minus-sign-alt:before{content:"\f146"} |
|
1178 | 1178 | .icon-check-minus:before{content:"\f147"} |
|
1179 | 1179 | .icon-level-up:before{content:"\f148"} |
|
1180 | 1180 | .icon-level-down:before{content:"\f149"} |
|
1181 | 1181 | .icon-check-sign:before{content:"\f14a"} |
|
1182 | 1182 | .icon-edit-sign:before{content:"\f14b"} |
|
1183 | 1183 | .icon-external-link-sign:before{content:"\f14c"} |
|
1184 | 1184 | .icon-share-sign:before{content:"\f14d"} |
|
1185 | 1185 | .icon-compass:before{content:"\f14e"} |
|
1186 | 1186 | .icon-collapse:before{content:"\f150"} |
|
1187 | 1187 | .icon-collapse-top:before{content:"\f151"} |
|
1188 | 1188 | .icon-expand:before{content:"\f152"} |
|
1189 | 1189 | .icon-euro:before,.icon-eur:before{content:"\f153"} |
|
1190 | 1190 | .icon-gbp:before{content:"\f154"} |
|
1191 | 1191 | .icon-dollar:before,.icon-usd:before{content:"\f155"} |
|
1192 | 1192 | .icon-rupee:before,.icon-inr:before{content:"\f156"} |
|
1193 | 1193 | .icon-yen:before,.icon-jpy:before{content:"\f157"} |
|
1194 | 1194 | .icon-renminbi:before,.icon-cny:before{content:"\f158"} |
|
1195 | 1195 | .icon-won:before,.icon-krw:before{content:"\f159"} |
|
1196 | 1196 | .icon-bitcoin:before,.icon-btc:before{content:"\f15a"} |
|
1197 | 1197 | .icon-file:before{content:"\f15b"} |
|
1198 | 1198 | .icon-file-text:before{content:"\f15c"} |
|
1199 | 1199 | .icon-sort-by-alphabet:before{content:"\f15d"} |
|
1200 | 1200 | .icon-sort-by-alphabet-alt:before{content:"\f15e"} |
|
1201 | 1201 | .icon-sort-by-attributes:before{content:"\f160"} |
|
1202 | 1202 | .icon-sort-by-attributes-alt:before{content:"\f161"} |
|
1203 | 1203 | .icon-sort-by-order:before{content:"\f162"} |
|
1204 | 1204 | .icon-sort-by-order-alt:before{content:"\f163"} |
|
1205 | 1205 | .icon-thumbs-up:before{content:"\f164"} |
|
1206 | 1206 | .icon-thumbs-down:before{content:"\f165"} |
|
1207 | 1207 | .icon-youtube-sign:before{content:"\f166"} |
|
1208 | 1208 | .icon-youtube:before{content:"\f167"} |
|
1209 | 1209 | .icon-xing:before{content:"\f168"} |
|
1210 | 1210 | .icon-xing-sign:before{content:"\f169"} |
|
1211 | 1211 | .icon-youtube-play:before{content:"\f16a"} |
|
1212 | 1212 | .icon-dropbox:before{content:"\f16b"} |
|
1213 | 1213 | .icon-stackexchange:before{content:"\f16c"} |
|
1214 | 1214 | .icon-instagram:before{content:"\f16d"} |
|
1215 | 1215 | .icon-flickr:before{content:"\f16e"} |
|
1216 | 1216 | .icon-adn:before{content:"\f170"} |
|
1217 | 1217 | .icon-bitbucket:before{content:"\f171"} |
|
1218 | 1218 | .icon-bitbucket-sign:before{content:"\f172"} |
|
1219 | 1219 | .icon-tumblr:before{content:"\f173"} |
|
1220 | 1220 | .icon-tumblr-sign:before{content:"\f174"} |
|
1221 | 1221 | .icon-long-arrow-down:before{content:"\f175"} |
|
1222 | 1222 | .icon-long-arrow-up:before{content:"\f176"} |
|
1223 | 1223 | .icon-long-arrow-left:before{content:"\f177"} |
|
1224 | 1224 | .icon-long-arrow-right:before{content:"\f178"} |
|
1225 | 1225 | .icon-apple:before{content:"\f179"} |
|
1226 | 1226 | .icon-windows:before{content:"\f17a"} |
|
1227 | 1227 | .icon-android:before{content:"\f17b"} |
|
1228 | 1228 | .icon-linux:before{content:"\f17c"} |
|
1229 | 1229 | .icon-dribbble:before{content:"\f17d"} |
|
1230 | 1230 | .icon-skype:before{content:"\f17e"} |
|
1231 | 1231 | .icon-foursquare:before{content:"\f180"} |
|
1232 | 1232 | .icon-trello:before{content:"\f181"} |
|
1233 | 1233 | .icon-female:before{content:"\f182"} |
|
1234 | 1234 | .icon-male:before{content:"\f183"} |
|
1235 | 1235 | .icon-gittip:before{content:"\f184"} |
|
1236 | 1236 | .icon-sun:before{content:"\f185"} |
|
1237 | 1237 | .icon-moon:before{content:"\f186"} |
|
1238 | 1238 | .icon-archive:before{content:"\f187"} |
|
1239 | 1239 | .icon-bug:before{content:"\f188"} |
|
1240 | 1240 | .icon-vk:before{content:"\f189"} |
|
1241 | 1241 | .icon-weibo:before{content:"\f18a"} |
|
1242 | 1242 | .icon-renren:before{content:"\f18b"} |
|
1243 | 1243 | .modal.fade .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)} |
|
1244 | 1244 | code{color:#000} |
|
1245 | 1245 | pre{font-size:inherit;line-height:inherit} |
|
1246 | 1246 | label{font-weight:normal} |
|
1247 | 1247 | .border-box-sizing{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} |
|
1248 | 1248 | .corner-all{border-radius:4px} |
|
1249 | 1249 | .no-padding{padding:0} |
|
1250 | 1250 | .hbox{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
1251 | 1251 | .hbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none} |
|
1252 | 1252 | .vbox{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
1253 | 1253 | .vbox>*{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none} |
|
1254 | 1254 | .hbox.reverse,.vbox.reverse,.reverse{-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse} |
|
1255 | 1255 | .hbox.box-flex0,.vbox.box-flex0,.box-flex0{-webkit-box-flex:0;-moz-box-flex:0;box-flex:0;flex:none;width:auto} |
|
1256 | 1256 | .hbox.box-flex1,.vbox.box-flex1,.box-flex1{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
1257 | 1257 | .hbox.box-flex,.vbox.box-flex,.box-flex{-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
1258 | 1258 | .hbox.box-flex2,.vbox.box-flex2,.box-flex2{-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2} |
|
1259 | 1259 | .box-group1{-webkit-box-flex-group:1;-moz-box-flex-group:1;box-flex-group:1} |
|
1260 | 1260 | .box-group2{-webkit-box-flex-group:2;-moz-box-flex-group:2;box-flex-group:2} |
|
1261 | 1261 | .hbox.start,.vbox.start,.start{-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start} |
|
1262 | 1262 | .hbox.end,.vbox.end,.end{-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;justify-content:flex-end} |
|
1263 | 1263 | .hbox.center,.vbox.center,.center{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;justify-content:center} |
|
1264 | 1264 | .hbox.align-start,.vbox.align-start,.align-start{-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
1265 | 1265 | .hbox.align-end,.vbox.align-end,.align-end{-webkit-box-align:end;-moz-box-align:end;box-align:end;align-items:flex-end} |
|
1266 | 1266 | .hbox.align-center,.vbox.align-center,.align-center{-webkit-box-align:center;-moz-box-align:center;box-align:center;align-items:center} |
|
1267 | 1267 | div.error{margin:2em;text-align:center} |
|
1268 | 1268 | div.error>h1{font-size:500%;line-height:normal} |
|
1269 | 1269 | div.error>p{font-size:200%;line-height:normal} |
|
1270 | 1270 | div.traceback-wrapper{text-align:left;max-width:800px;margin:auto} |
|
1271 | 1271 | body{background-color:#fff;position:absolute;left:0;right:0;top:0;bottom:0;overflow:visible} |
|
1272 | 1272 | div#header{display:none;margin-bottom:0;padding-left:30px;padding-bottom:5px;border-bottom:1px solid #e7e7e7} |
|
1273 | 1273 | #ipython_notebook{padding-left:0} |
|
1274 | 1274 | #noscript{width:auto;padding-top:16px;padding-bottom:16px;text-align:center;font-size:22px;color:#f00;font-weight:bold} |
|
1275 | 1275 | #ipython_notebook img{font-family:Verdana,"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;height:24px;text-decoration:none;color:#000} |
|
1276 | 1276 | #site{width:100%;display:none} |
|
1277 | 1277 | .ui-button .ui-button-text{padding:.2em .8em;font-size:77%} |
|
1278 | 1278 | input.ui-button{padding:.3em .9em} |
|
1279 | 1279 | .navbar span{margin-top:3px} |
|
1280 | 1280 | span#login_widget{float:right} |
|
1281 | 1281 | .nav-header{text-transform:none} |
|
1282 | 1282 | #header>span{margin-top:10px} |
|
1283 | 1283 | .modal_stretch .modal-dialog{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;min-height:80%}.modal_stretch .modal-dialog .modal-body{max-height:none;flex:1} |
|
1284 | 1284 | @media (min-width:768px){.modal .modal-dialog{width:700px}}.center-nav{display:inline-block;margin-bottom:-4px} |
|
1285 | 1285 | .alternate_upload{background-color:none;display:inline} |
|
1286 | 1286 | .alternate_upload.form{padding:0;margin:0} |
|
1287 | 1287 | .alternate_upload input.fileinput{background-color:#f00;position:relative;opacity:0;z-index:2;width:295px;margin-left:163px;cursor:pointer;height:26px} |
|
1288 | 1288 | ul#tabs{margin-bottom:4px} |
|
1289 | 1289 | ul#tabs a{padding-top:6px;padding-bottom:4px} |
|
1290 | 1290 | ul.breadcrumb a:focus,ul.breadcrumb a:hover{text-decoration:none} |
|
1291 | 1291 | ul.breadcrumb i.icon-home{font-size:16px;margin-right:4px} |
|
1292 | 1292 | ul.breadcrumb span{color:#5e5e5e} |
|
1293 | 1293 | .list_toolbar{padding:4px 0 4px 0;vertical-align:middle}.list_toolbar .tree-buttons{padding-top:2px} |
|
1294 | 1294 | .list_toolbar [class*="span"]{min-height:24px} |
|
1295 | 1295 | .list_header{font-weight:bold} |
|
1296 | 1296 | .list_container{margin-top:4px;margin-bottom:20px;border:1px solid #ababab;border-radius:4px} |
|
1297 | 1297 | .list_container>div{border-bottom:1px solid #ababab}.list_container>div:hover .list-item{background-color:#f00} |
|
1298 | 1298 | .list_container>div:last-child{border:none} |
|
1299 | 1299 | .list_item:hover .list_item{background-color:#ddd} |
|
1300 | 1300 | .list_item a{text-decoration:none} |
|
1301 | 1301 | .action_col{text-align:right} |
|
1302 | 1302 | .list_header>div,.list_item>div{padding-top:4px;padding-bottom:4px;padding-left:7px;padding-right:7px;line-height:22px} |
|
1303 | 1303 | .item_name{line-height:22px;height:24px} |
|
1304 | 1304 | .item_icon{font-size:14px;color:#5e5e5e;margin-right:7px} |
|
1305 | 1305 | .item_buttons{line-height:1em} |
|
1306 | 1306 | .toolbar_info{height:24px;line-height:24px} |
|
1307 | 1307 | input.nbname_input,input.engine_num_input{padding-top:3px;padding-bottom:3px;height:22px;line-height:14px;margin:0} |
|
1308 | 1308 | input.engine_num_input{width:60px} |
|
1309 | 1309 | .highlight_text{color:#00f} |
|
1310 | 1310 | #project_name>.breadcrumb{padding:0;margin-bottom:0;background-color:transparent;font-weight:bold} |
|
1311 | 1311 | .tab-content .row{margin-left:0;margin-right:0} |
|
1312 | 1312 | .folder_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f114"} |
|
1313 | 1313 | .notebook_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f02d"} |
|
1314 | 1314 | .ansibold{font-weight:bold} |
|
1315 | 1315 | .ansiblack{color:#000} |
|
1316 | 1316 | .ansired{color:#8b0000} |
|
1317 | 1317 | .ansigreen{color:#006400} |
|
1318 | 1318 | .ansiyellow{color:#a52a2a} |
|
1319 | 1319 | .ansiblue{color:#00008b} |
|
1320 | 1320 | .ansipurple{color:#9400d3} |
|
1321 | 1321 | .ansicyan{color:#4682b4} |
|
1322 | 1322 | .ansigray{color:#808080} |
|
1323 | 1323 | .ansibgblack{background-color:#000} |
|
1324 | 1324 | .ansibgred{background-color:#f00} |
|
1325 | 1325 | .ansibggreen{background-color:#008000} |
|
1326 | 1326 | .ansibgyellow{background-color:#ff0} |
|
1327 | 1327 | .ansibgblue{background-color:#00f} |
|
1328 | 1328 | .ansibgpurple{background-color:#f0f} |
|
1329 | 1329 | .ansibgcyan{background-color:#0ff} |
|
1330 | 1330 | .ansibggray{background-color:#808080} |
|
1331 |
div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}div.cell.selected{border-r |
|
|
1332 |
div.cell.edit_mode{border-r |
|
|
1331 | div.cell{border:1px solid transparent;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;border-radius:4px;border-width:thin;border-style:solid}div.cell.selected{border-color:#ababab} | |
|
1332 | div.cell.edit_mode{border-color:#008000} | |
|
1333 | 1333 | div.cell{width:100%;padding:5px 5px 5px 0;margin:0;outline:none} |
|
1334 | 1334 | div.prompt{min-width:15ex;padding:.4em;margin:0;font-family:monospace;text-align:right;line-height:1.21429em} |
|
1335 | 1335 | @media (max-width:480px){div.prompt{text-align:left}}div.inner_cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
1336 | 1336 | div.input_area{border:1px solid #cfcfcf;border-radius:4px;background:#f7f7f7;line-height:1.21429em} |
|
1337 | 1337 | div.prompt:empty{padding-top:0;padding-bottom:0} |
|
1338 | 1338 | div.input{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
1339 | 1339 | @media (max-width:480px){div.input{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.input_prompt{color:#000080;border-top:1px solid transparent} |
|
1340 | 1340 | div.input_area>div.highlight{margin:.4em;border:none;padding:0;background-color:transparent} |
|
1341 | 1341 | div.input_area>div.highlight>pre{margin:0;border:none;padding:0;background-color:transparent} |
|
1342 | 1342 | .CodeMirror{line-height:1.21429em;height:auto;background:none;} |
|
1343 | 1343 | .CodeMirror-scroll{overflow-y:hidden;overflow-x:auto} |
|
1344 | 1344 | .CodeMirror-lines{padding:.4em} |
|
1345 | 1345 | .CodeMirror-linenumber{padding:0 8px 0 4px} |
|
1346 | 1346 | .CodeMirror-gutters{border-bottom-left-radius:4px;border-top-left-radius:4px} |
|
1347 | 1347 | .CodeMirror pre{padding:0;border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-radius:0} |
|
1348 | 1348 | .CodeMirror-vscrollbar,.CodeMirror-hscrollbar{display:none !important} |
|
1349 | 1349 | pre code{display:block;padding:.5em} |
|
1350 | 1350 | .highlight-base,pre code,pre .subst,pre .tag .title,pre .lisp .title,pre .clojure .built_in,pre .nginx .title{color:#000} |
|
1351 | 1351 | .highlight-string,pre .string,pre .constant,pre .parent,pre .tag .value,pre .rules .value,pre .rules .value .number,pre .preprocessor,pre .ruby .symbol,pre .ruby .symbol .string,pre .aggregate,pre .template_tag,pre .django .variable,pre .smalltalk .class,pre .addition,pre .flow,pre .stream,pre .bash .variable,pre .apache .tag,pre .apache .cbracket,pre .tex .command,pre .tex .special,pre .erlang_repl .function_or_atom,pre .markdown .header{color:#ba2121} |
|
1352 | 1352 | .highlight-comment,pre .comment,pre .annotation,pre .template_comment,pre .diff .header,pre .chunk,pre .markdown .blockquote{color:#408080;font-style:italic} |
|
1353 | 1353 | .highlight-number,pre .number,pre .date,pre .regexp,pre .literal,pre .smalltalk .symbol,pre .smalltalk .char,pre .go .constant,pre .change,pre .markdown .bullet,pre .markdown .link_url{color:#080} |
|
1354 | 1354 | pre .label,pre .javadoc,pre .ruby .string,pre .decorator,pre .filter .argument,pre .localvars,pre .array,pre .attr_selector,pre .important,pre .pseudo,pre .pi,pre .doctype,pre .deletion,pre .envvar,pre .shebang,pre .apache .sqbracket,pre .nginx .built_in,pre .tex .formula,pre .erlang_repl .reserved,pre .prompt,pre .markdown .link_label,pre .vhdl .attribute,pre .clojure .attribute,pre .coffeescript .property{color:#88f} |
|
1355 | 1355 | .highlight-keyword,pre .keyword,pre .id,pre .phpdoc,pre .aggregate,pre .css .tag,pre .javadoctag,pre .phpdoc,pre .yardoctag,pre .smalltalk .class,pre .winutils,pre .bash .variable,pre .apache .tag,pre .go .typename,pre .tex .command,pre .markdown .strong,pre .request,pre .status{color:#008000;font-weight:bold} |
|
1356 | 1356 | .highlight-builtin,pre .built_in{color:#008000} |
|
1357 | 1357 | pre .markdown .emphasis{font-style:italic} |
|
1358 | 1358 | pre .nginx .built_in{font-weight:normal} |
|
1359 | 1359 | pre .coffeescript .javascript,pre .javascript .xml,pre .tex .formula,pre .xml .javascript,pre .xml .vbscript,pre .xml .css,pre .xml .cdata{opacity:.5} |
|
1360 | 1360 | .cm-s-ipython span.cm-variable{color:#000} |
|
1361 | 1361 | .cm-s-ipython span.cm-keyword{color:#008000;font-weight:bold} |
|
1362 | 1362 | .cm-s-ipython span.cm-number{color:#080} |
|
1363 | 1363 | .cm-s-ipython span.cm-comment{color:#408080;font-style:italic} |
|
1364 | 1364 | .cm-s-ipython span.cm-string{color:#ba2121} |
|
1365 | 1365 | .cm-s-ipython span.cm-builtin{color:#008000} |
|
1366 | 1366 | .cm-s-ipython span.cm-error{color:#f00} |
|
1367 | 1367 | .cm-s-ipython span.cm-operator{color:#a2f;font-weight:bold} |
|
1368 | 1368 | .cm-s-ipython span.cm-meta{color:#a2f} |
|
1369 | 1369 | .cm-s-ipython span.cm-tab{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAYAAAAkuj5RAAAAAXNSR0IArs4c6QAAAGFJREFUSMft1LsRQFAQheHPowAKoACx3IgEKtaEHujDjORSgWTH/ZOdnZOcM/sgk/kFFWY0qV8foQwS4MKBCS3qR6ixBJvElOobYAtivseIE120FaowJPN75GMu8j/LfMwNjh4HUpwg4LUAAAAASUVORK5CYII=);background-position:right;background-repeat:no-repeat} |
|
1370 | 1370 | div.output_wrapper{position:relative;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
1371 | 1371 | div.output_scroll{height:24em;width:100%;overflow:auto;border-radius:4px;-webkit-box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);box-shadow:inset 0 2px 8px rgba(0,0,0,0.8);display:block} |
|
1372 | 1372 | div.output_collapsed{margin:0;padding:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
1373 | 1373 | div.out_prompt_overlay{height:100%;padding:0 .4em;position:absolute;border-radius:4px} |
|
1374 | 1374 | div.out_prompt_overlay:hover{-webkit-box-shadow:inset 0 0 1px #000;box-shadow:inset 0 0 1px #000;background:rgba(240,240,240,0.5)} |
|
1375 | 1375 | div.output_prompt{color:#8b0000} |
|
1376 | 1376 | div.output_area{padding:0;page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}div.output_area .MathJax_Display{text-align:left !important} |
|
1377 | 1377 | div.output_area .rendered_html table{margin-left:0;margin-right:0} |
|
1378 | 1378 | div.output_area .rendered_html img{margin-left:0;margin-right:0} |
|
1379 | 1379 | .output{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
1380 | 1380 | @media (max-width:480px){div.output_area{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}}div.output_area pre{margin:0;padding:0;border:0;vertical-align:baseline;color:#000;background-color:transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border-radius:0} |
|
1381 | 1381 | div.output_subarea{padding:.4em .4em 0 .4em;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
1382 | 1382 | div.output_text{text-align:left;color:#000;line-height:1.21429em} |
|
1383 | 1383 | div.output_stderr{background:#fdd;} |
|
1384 | 1384 | div.output_latex{text-align:left} |
|
1385 | 1385 | div.output_javascript:empty{padding:0} |
|
1386 | 1386 | .js-error{color:#8b0000} |
|
1387 | 1387 | div.raw_input_container{font-family:monospace;padding-top:5px} |
|
1388 | 1388 | span.raw_input_prompt{} |
|
1389 | 1389 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;vertical-align:baseline;padding:0 .25em;margin:0 .25em} |
|
1390 | 1390 | input.raw_input:focus{box-shadow:none} |
|
1391 | 1391 | p.p-space{margin-bottom:10px} |
|
1392 | 1392 | .rendered_html{color:#000;}.rendered_html em{font-style:italic} |
|
1393 | 1393 | .rendered_html strong{font-weight:bold} |
|
1394 | 1394 | .rendered_html u{text-decoration:underline} |
|
1395 | 1395 | .rendered_html :link{text-decoration:underline} |
|
1396 | 1396 | .rendered_html :visited{text-decoration:underline} |
|
1397 | 1397 | .rendered_html h1{font-size:185.7%;margin:1.08em 0 0 0;font-weight:bold;line-height:1} |
|
1398 | 1398 | .rendered_html h2{font-size:157.1%;margin:1.27em 0 0 0;font-weight:bold;line-height:1} |
|
1399 | 1399 | .rendered_html h3{font-size:128.6%;margin:1.55em 0 0 0;font-weight:bold;line-height:1} |
|
1400 | 1400 | .rendered_html h4{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1} |
|
1401 | 1401 | .rendered_html h5{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic} |
|
1402 | 1402 | .rendered_html h6{font-size:100%;margin:2em 0 0 0;font-weight:bold;line-height:1;font-style:italic} |
|
1403 | 1403 | .rendered_html h1:first-child{margin-top:.538em} |
|
1404 | 1404 | .rendered_html h2:first-child{margin-top:.636em} |
|
1405 | 1405 | .rendered_html h3:first-child{margin-top:.777em} |
|
1406 | 1406 | .rendered_html h4:first-child{margin-top:1em} |
|
1407 | 1407 | .rendered_html h5:first-child{margin-top:1em} |
|
1408 | 1408 | .rendered_html h6:first-child{margin-top:1em} |
|
1409 | 1409 | .rendered_html ul{list-style:disc;margin:0 2em;padding-left:0} |
|
1410 | 1410 | .rendered_html ul ul{list-style:square;margin:0 2em} |
|
1411 | 1411 | .rendered_html ul ul ul{list-style:circle;margin:0 2em} |
|
1412 | 1412 | .rendered_html ol{list-style:decimal;margin:0 2em;padding-left:0} |
|
1413 | 1413 | .rendered_html ol ol{list-style:upper-alpha;margin:0 2em} |
|
1414 | 1414 | .rendered_html ol ol ol{list-style:lower-alpha;margin:0 2em} |
|
1415 | 1415 | .rendered_html ol ol ol ol{list-style:lower-roman;margin:0 2em} |
|
1416 | 1416 | .rendered_html ol ol ol ol ol{list-style:decimal;margin:0 2em} |
|
1417 | 1417 | .rendered_html *+ul{margin-top:1em} |
|
1418 | 1418 | .rendered_html *+ol{margin-top:1em} |
|
1419 | 1419 | .rendered_html hr{color:#000;background-color:#000} |
|
1420 | 1420 | .rendered_html pre{margin:1em 2em} |
|
1421 | 1421 | .rendered_html pre,.rendered_html code{border:0;background-color:#fff;color:#000;font-size:100%;padding:0} |
|
1422 | 1422 | .rendered_html blockquote{margin:1em 2em} |
|
1423 | 1423 | .rendered_html table{margin-left:auto;margin-right:auto;border:1px solid #000;border-collapse:collapse} |
|
1424 | 1424 | .rendered_html tr,.rendered_html th,.rendered_html td{border:1px solid #000;border-collapse:collapse;margin:1em 2em} |
|
1425 | 1425 | .rendered_html td,.rendered_html th{text-align:left;vertical-align:middle;padding:4px} |
|
1426 | 1426 | .rendered_html th{font-weight:bold} |
|
1427 | 1427 | .rendered_html *+table{margin-top:1em} |
|
1428 | 1428 | .rendered_html p{text-align:justify} |
|
1429 | 1429 | .rendered_html *+p{margin-top:1em} |
|
1430 | 1430 | .rendered_html img{display:block;margin-left:auto;margin-right:auto} |
|
1431 | 1431 | .rendered_html *+img{margin-top:1em} |
|
1432 | 1432 | div.text_cell{padding:5px 5px 5px 0;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
1433 | 1433 | @media (max-width:480px){div.text_cell>div.prompt{display:none}}div.text_cell_render{outline:none;resize:none;width:inherit;border-style:none;padding:.5em .5em .5em .4em;color:#000} |
|
1434 | 1434 | a.anchor-link:link{text-decoration:none;padding:0 20px;visibility:hidden} |
|
1435 | 1435 | h1:hover .anchor-link,h2:hover .anchor-link,h3:hover .anchor-link,h4:hover .anchor-link,h5:hover .anchor-link,h6:hover .anchor-link{visibility:visible} |
|
1436 | 1436 | div.cell.text_cell.rendered{padding:0} |
|
1437 | 1437 | .widget-area{page-break-inside:avoid;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-area .widget-subarea{padding:.44em .4em .4em 1px;margin-left:6px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:2;-moz-box-flex:2;box-flex:2;flex:2;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
1438 | 1438 | .widget-hlabel{min-width:10ex;padding-right:8px;padding-top:5px;text-align:right;vertical-align:text-top} |
|
1439 | 1439 | .widget-vlabel{padding-bottom:5px;text-align:center;vertical-align:text-bottom} |
|
1440 | 1440 | .widget-hreadout{padding-left:8px;padding-top:5px;text-align:left;vertical-align:text-top} |
|
1441 | 1441 | .widget-vreadout{padding-top:5px;text-align:center;vertical-align:text-top} |
|
1442 | 1442 | .slide-track{border:1px solid #ccc;background:#fff;border-radius:4px;} |
|
1443 | 1443 | .widget-hslider{padding-left:8px;padding-right:5px;overflow:visible;width:350px;height:5px;max-height:5px;margin-top:13px;margin-bottom:10px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch}.widget-hslider .ui-slider{border:0 !important;background:none !important;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-hslider .ui-slider .ui-slider-handle{width:14px !important;height:28px !important;margin-top:-8px !important} |
|
1444 | 1444 | .widget-vslider{padding-bottom:8px;overflow:visible;width:5px;max-width:5px;height:250px;margin-left:12px;border:1px solid #ccc;background:#fff;border-radius:4px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch}.widget-vslider .ui-slider{border:0 !important;background:none !important;margin-left:-4px;margin-top:5px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1}.widget-vslider .ui-slider .ui-slider-handle{width:28px !important;height:14px !important;margin-left:-9px} |
|
1445 | 1445 | .widget-text{width:350px;margin:0 !important} |
|
1446 | 1446 | .widget-listbox{width:350px;margin-bottom:0} |
|
1447 | 1447 | .widget-numeric-text{width:150px;margin:0 !important} |
|
1448 | 1448 | .widget-progress{margin-top:6px;width:350px}.widget-progress .progress-bar{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none} |
|
1449 | 1449 | .widget-combo-btn{min-width:125px} |
|
1450 | 1450 | .widget-box{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
1451 | 1451 | .widget-hbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
1452 | 1452 | .widget-hbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;height:30px}.widget-hbox-single input[type="checkbox"]{margin-top:9px} |
|
1453 | 1453 | .widget-vbox{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch} |
|
1454 | 1454 | .widget-vbox-single{margin:5px;-webkit-box-pack:start;-moz-box-pack:start;box-pack:start;justify-content:flex-start;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start;display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;width:30px} |
|
1455 | 1455 | .widget-modal{overflow:hidden;position:absolute !important;top:0;left:0;margin-left:0 !important} |
|
1456 | 1456 | .widget-modal-body{max-height:none !important} |
|
1457 | 1457 | .widget-container{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-align:start;-moz-box-align:start;box-align:start;align-items:flex-start} |
|
1458 | 1458 | .widget-radio-box{display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:vertical;-moz-box-align:stretch;display:box;box-orient:vertical;box-align:stretch;display:flex;flex-direction:column;align-items:stretch;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding-top:4px}.widget-radio-box label{margin-top:0} |
|
1459 | 1459 | .docked-widget-modal{overflow:hidden;position:relative !important;top:0 !important;left:0 !important;margin-left:0 !important} |
|
1460 | 1460 | body{background-color:#fff} |
|
1461 | 1461 | body.notebook_app{overflow:hidden} |
|
1462 | 1462 | @media (max-width:767px){body.notebook_app{padding-left:0;padding-right:0}}span#notebook_name{height:1em;line-height:1em;padding:3px;border:none;font-size:146.5%} |
|
1463 | 1463 | div#notebook_panel{margin:0 0 0 0;padding:0;-webkit-box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.25);box-shadow:inset 1px 4px 9px -6px rgba(0,0,0,0.25)} |
|
1464 | 1464 | div#notebook{font-size:14px;line-height:20px;overflow-y:scroll;overflow-x:auto;width:100%;padding:1em 0 1em 0;margin:0;border-top:1px solid #e7e7e7;outline:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box} |
|
1465 | 1465 | div.ui-widget-content{border:1px solid #ababab;outline:none} |
|
1466 | 1466 | pre.dialog{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;padding:.4em;padding-left:2em} |
|
1467 | 1467 | p.dialog{padding:.2em} |
|
1468 | 1468 | pre,code,kbd,samp{white-space:pre-wrap} |
|
1469 | 1469 | #fonttest{font-family:monospace} |
|
1470 | 1470 | p{margin-bottom:0} |
|
1471 | 1471 | .end_space{height:200px} |
|
1472 | 1472 | .celltoolbar{border:thin solid #cfcfcf;border-bottom:none;background:#eee;border-radius:3px 3px 0 0;width:100%;-webkit-box-pack:end;height:29px;padding-right:4px;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch;-webkit-box-direction:reverse;-moz-box-direction:reverse;box-direction:reverse;flex-direction:row-reverse} |
|
1473 | 1473 | .ctb_hideshow{display:none;vertical-align:bottom} |
|
1474 | 1474 | .ctb_global_show .ctb_show.ctb_hideshow{display:block} |
|
1475 | 1475 | .ctb_global_show .ctb_show+.input_area,.ctb_global_show .ctb_show+div.text_cell_input{border-top-right-radius:0;border-top-left-radius:0} |
|
1476 | 1476 | .celltoolbar{font-size:87%;padding-top:3px} |
|
1477 | 1477 | .celltoolbar select{font-size:87%;height:22px} |
|
1478 | 1478 | .celltoolbar label{margin-left:5px;margin-right:5px} |
|
1479 | 1479 | .completions{position:absolute;z-index:10;overflow:hidden;border:1px solid #ababab;border-radius:4px;-webkit-box-shadow:0 6px 10px -1px #adadad;box-shadow:0 6px 10px -1px #adadad} |
|
1480 | 1480 | .completions select{background:#fff;outline:none;border:none;padding:0;margin:0;overflow:auto;font-family:monospace;font-size:110%;color:#000;width:auto} |
|
1481 | 1481 | .completions select option.context{color:#3071a9} |
|
1482 | 1482 | #menubar{margin-top:0;margin-bottom:-19px;position:relative}#menubar .navbar{border-top:1px;border-radius:0 0 4px 4px} |
|
1483 | 1483 | #menubar li.dropdown{line-height:12px}#menubar li.dropdown a{padding-top:6px;padding-bottom:5px} |
|
1484 | 1484 | #menubar ul.navbar-right{padding-top:2px} |
|
1485 | 1485 | .nav-wrapper{border-bottom:1px solid #e7e7e7} |
|
1486 | 1486 | i.menu-icon{padding-top:4px} |
|
1487 | 1487 | ul#help_menu li a{overflow:hidden;padding-right:2.2em}ul#help_menu li a i{margin-right:-1.2em} |
|
1488 | 1488 | #menus{min-height:30px} |
|
1489 | 1489 | .dropdown-submenu{position:relative} |
|
1490 | 1490 | .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px} |
|
1491 | 1491 | .dropdown-submenu:hover>.dropdown-menu{display:block} |
|
1492 | 1492 | .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px} |
|
1493 | 1493 | .dropdown-submenu:hover>a:after{border-left-color:#fff} |
|
1494 | 1494 | .dropdown-submenu.pull-left{float:none} |
|
1495 | 1495 | .dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px} |
|
1496 | 1496 | #notification_area{float:right !important;float:right;z-index:10} |
|
1497 | 1497 | .indicator_area{color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center} |
|
1498 | 1498 | #kernel_indicator{float:right !important;float:right;color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center;margin-right:12px} |
|
1499 | 1499 | #modal_indicator{float:right !important;float:right;color:#777;padding:4px 3px;margin:0;width:11px;z-index:10;text-align:center;margin-right:5px} |
|
1500 | 1500 | .edit_mode_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f040"} |
|
1501 | 1501 | .command_mode_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:' '} |
|
1502 | 1502 | .kernel_idle_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f10c"} |
|
1503 | 1503 | .kernel_busy_icon:before{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;content:"\f111"} |
|
1504 | 1504 | .notification_widget{color:#777;padding:1px 12px;margin:2px 4px;z-index:10;border:1px solid #ccc;border-radius:4px;background:rgba(240,240,240,0.5)}.notification_widget.span{padding-right:2px} |
|
1505 | 1505 | div#pager_splitter{height:8px} |
|
1506 | 1506 | #pager-container{position:relative;padding:15px 0} |
|
1507 | 1507 | div#pager{font-size:14px;line-height:20px;overflow:auto;display:none}div#pager pre{line-height:1.21429em;color:#000;background-color:#f7f7f7;padding:.4em} |
|
1508 | 1508 | .quickhelp{display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-align:stretch;display:-moz-box;-moz-box-orient:horizontal;-moz-box-align:stretch;display:box;box-orient:horizontal;box-align:stretch;display:flex;flex-direction:row;align-items:stretch} |
|
1509 | 1509 | .shortcut_key{display:inline-block;width:20ex;text-align:right;font-family:monospace} |
|
1510 | 1510 | .shortcut_descr{display:inline-block;-webkit-box-flex:1;-moz-box-flex:1;box-flex:1;flex:1} |
|
1511 | 1511 | span#save_widget{padding:0 5px;margin-top:12px} |
|
1512 | 1512 | span#checkpoint_status,span#autosave_status{font-size:small} |
|
1513 | 1513 | @media (max-width:767px){span#save_widget{font-size:small} span#checkpoint_status,span#autosave_status{font-size:x-small}}@media (max-width:767px){span#checkpoint_status,span#autosave_status{display:none}}@media (min-width:768px) and (max-width:979px){span#checkpoint_status{display:none} span#autosave_status{font-size:x-small}}.toolbar{padding:0;margin-left:-5px;margin-top:-5px}.toolbar select,.toolbar label{width:auto;vertical-align:middle;margin-right:2px;margin-bottom:0;display:inline;font-size:92%;margin-left:.3em;margin-right:.3em;padding:0;padding-top:3px} |
|
1514 | 1514 | .toolbar .btn{padding:2px 8px} |
|
1515 | 1515 | .toolbar .btn-group{margin-top:0;margin-left:5px} |
|
1516 | 1516 | #maintoolbar{margin-bottom:-3px;margin-top:-8px;border:0;min-height:27px;margin-left:32px;padding-top:6px;padding-bottom:8px}#maintoolbar .navbar-text{float:none;vertical-align:middle;text-align:right;margin-left:5px;margin-right:0;margin-top:0} |
|
1517 | 1517 | #maintoolbar .toolbar{margin-top:0} |
|
1518 | 1518 | .select-xs{height:24px} |
|
1519 | 1519 | @-moz-keyframes fadeOut{from{opacity:1} to{opacity:0}}@-webkit-keyframes fadeOut{from{opacity:1} to{opacity:0}}@-moz-keyframes fadeIn{from{opacity:0} to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0} to{opacity:1}}.bigtooltip{overflow:auto;height:200px;-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms} |
|
1520 | 1520 | .smalltooltip{-webkit-transition-property:height;-webkit-transition-duration:500ms;-moz-transition-property:height;-moz-transition-duration:500ms;transition-property:height;transition-duration:500ms;text-overflow:ellipsis;overflow:hidden;height:80px} |
|
1521 | 1521 | .tooltipbuttons{position:absolute;padding-right:15px;top:0;right:0} |
|
1522 | 1522 | .tooltiptext{padding-right:30px} |
|
1523 | 1523 | .ipython_tooltip{max-width:700px;-webkit-animation:fadeOut 400ms;-moz-animation:fadeOut 400ms;animation:fadeOut 400ms;-webkit-animation:fadeIn 400ms;-moz-animation:fadeIn 400ms;animation:fadeIn 400ms;vertical-align:middle;background-color:#f7f7f7;overflow:visible;border:#ababab 1px solid;outline:none;padding:3px;margin:0;padding-left:7px;font-family:monospace;min-height:50px;-moz-box-shadow:0 6px 10px -1px #adadad;-webkit-box-shadow:0 6px 10px -1px #adadad;box-shadow:0 6px 10px -1px #adadad;border-radius:4px;position:absolute;z-index:1000}.ipython_tooltip a{float:right} |
|
1524 | 1524 | .ipython_tooltip .tooltiptext pre{border:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;font-size:100%;background-color:#f7f7f7} |
|
1525 | 1525 | .pretooltiparrow{left:0;margin:0;top:-16px;width:40px;height:16px;overflow:hidden;position:absolute} |
|
1526 | 1526 | .pretooltiparrow:before{background-color:#f7f7f7;border:1px #ababab solid;z-index:11;content:"";position:absolute;left:15px;top:10px;width:25px;height:25px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)} |
General Comments 0
You need to be logged in to leave comments.
Login now