Version Description
Download this release
Release Info
Developer | sinetheta |
Plugin | Bootstrap Shortcodes |
Version | 1.0.0 |
Comparing to | |
See all releases |
Version 1.0.0
- assets/css/admin.css +182 -0
- assets/css/bootstrap-non-responsive.css +4447 -0
- assets/css/bootstrap.css +9 -0
- assets/css/shortcodes.css +685 -0
- assets/fonts/glyphicons-halflings-regular.eot +0 -0
- assets/fonts/glyphicons-halflings-regular.svg +228 -0
- assets/fonts/glyphicons-halflings-regular.ttf +0 -0
- assets/fonts/glyphicons-halflings-regular.woff +0 -0
- assets/images/alert.png +0 -0
- assets/images/collapse.png +0 -0
- assets/images/facebook.png +0 -0
- assets/images/glyphicons-halflings.png +0 -0
- assets/images/grid.png +0 -0
- assets/images/icons.png +0 -0
- assets/images/labels.png +0 -0
- assets/images/tabs.png +0 -0
- assets/images/twitter.png +0 -0
- assets/img/dwicons.png +0 -0
- assets/img/facebook.png +0 -0
- assets/img/glyphicons-halflings.png +0 -0
- assets/img/twitter.png +0 -0
- assets/js/bootstrap.js +6 -0
- assets/js/jquery.js +5 -0
- assets/js/plugins/alert.js +40 -0
- assets/js/plugins/buttons.js +70 -0
- assets/js/plugins/collapse.js +73 -0
- assets/js/plugins/grid.html +125 -0
- assets/js/plugins/grid.js +49 -0
- assets/js/plugins/icons.html +251 -0
- assets/js/plugins/icons.js +25 -0
- assets/js/plugins/labels.js +33 -0
- bootstrap-shortcodes.php +133 -0
- inc/dws_alert.php +14 -0
- inc/dws_buttons.php +15 -0
- inc/dws_collapse.php +41 -0
- inc/dws_grid.php +25 -0
- inc/dws_icons.php +12 -0
- readme.txt +37 -0
assets/css/admin.css
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* Editor
|
2 |
+
-------------------------------------------------------------- */
|
3 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_grid,
|
4 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_alerts,
|
5 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_buttons,
|
6 |
+
.wp_themeSkin span.mce_dws_icons,
|
7 |
+
.wp_themeSkin span.mce_dws_tabs,
|
8 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_collapse {
|
9 |
+
background: url(../img/dwicons.png) no-repeat !important;
|
10 |
+
}
|
11 |
+
|
12 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_grid {
|
13 |
+
background-position: -5px -19px !important;
|
14 |
+
}
|
15 |
+
|
16 |
+
.wp_themeSkin .mceSplitButton:hover span.mce_dws_grid,
|
17 |
+
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_grid {
|
18 |
+
background-position: -5px 0 !important;
|
19 |
+
}
|
20 |
+
|
21 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_alerts {
|
22 |
+
background-position: -25px -19px !important;
|
23 |
+
}
|
24 |
+
|
25 |
+
.wp_themeSkin .mceSplitButton:hover span.mce_dws_alerts,
|
26 |
+
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_alerts {
|
27 |
+
background-position: -25px 0 !important;
|
28 |
+
}
|
29 |
+
|
30 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_buttons {
|
31 |
+
background-position: -46px -19px !important;
|
32 |
+
}
|
33 |
+
|
34 |
+
.wp_themeSkin .mceSplitButton:hover span.mce_dws_buttons,
|
35 |
+
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_buttons {
|
36 |
+
background-position: -46px 0 !important;
|
37 |
+
}
|
38 |
+
|
39 |
+
.wp_themeSkin span.mce_dws_icons {
|
40 |
+
background-position: -67px -20px !important;
|
41 |
+
}
|
42 |
+
|
43 |
+
.wp_themeSkin span.mce_dws_icons:hover {
|
44 |
+
background-position: -67px -1px !important;
|
45 |
+
}
|
46 |
+
|
47 |
+
.wp_themeSkin span.mce_dws_tabs {
|
48 |
+
background-position: -88px -20px !important;
|
49 |
+
}
|
50 |
+
|
51 |
+
.wp_themeSkin span.mce_dws_tabs:hover {
|
52 |
+
background-position: -88px -1px !important;
|
53 |
+
}
|
54 |
+
|
55 |
+
.wp_themeSkin .mceSplitButton span.mce_dws_collapse {
|
56 |
+
background-position: -109px -20px !important;
|
57 |
+
}
|
58 |
+
|
59 |
+
.wp_themeSkin .mceSplitButton:hover span.mce_dws_collapse,
|
60 |
+
.wp_themeSkin .mceSplitButtonSelected .mceSplitButton span.mce_dws_collapse {
|
61 |
+
background-position: -109px -1px !important;
|
62 |
+
}
|
63 |
+
|
64 |
+
.mceMenu label {
|
65 |
+
display: block;
|
66 |
+
margin: 10px 0 0;
|
67 |
+
}
|
68 |
+
|
69 |
+
.mceMenu input[type=text],
|
70 |
+
.mceMenu select {
|
71 |
+
clear: both;
|
72 |
+
display: block;
|
73 |
+
-webkit-box-sizing: border-box;
|
74 |
+
-moz-box-sizing: border-box;
|
75 |
+
-ms-box-sizing: border-box;
|
76 |
+
box-sizing: border-box;
|
77 |
+
width: 100%;
|
78 |
+
min-width: 160px;
|
79 |
+
padding: 3px;
|
80 |
+
margin: 5px 0 0;
|
81 |
+
}
|
82 |
+
|
83 |
+
/* Iframe
|
84 |
+
-------------------------------------------------------------- */
|
85 |
+
#dws-wrapper {
|
86 |
+
padding: 20px;
|
87 |
+
}
|
88 |
+
|
89 |
+
#dws-wrapper .nav-tabs > .active > a > [class^="icon-"],
|
90 |
+
#dws-wrapper .nav-tabs > .active > a > [class*=" icon-"] {
|
91 |
+
background-image: url("../img/glyphicons-halflings.png");
|
92 |
+
}
|
93 |
+
|
94 |
+
#dws-wrapper .nav-tabs .add-new {
|
95 |
+
float: right;
|
96 |
+
}
|
97 |
+
|
98 |
+
#dws-wrapper .nav-tabs li a {
|
99 |
+
outline: none;
|
100 |
+
}
|
101 |
+
|
102 |
+
#dws-wrapper .nav-tabs .delete-tab {
|
103 |
+
margin: 0 0 0 5px;
|
104 |
+
display: none;
|
105 |
+
height: 16px;
|
106 |
+
line-height: 12px;
|
107 |
+
text-align: center;
|
108 |
+
width: 16px;
|
109 |
+
}
|
110 |
+
|
111 |
+
#dws-wrapper .nav-tabs .active .delete-tab {
|
112 |
+
display: inline-block;
|
113 |
+
}
|
114 |
+
|
115 |
+
#dws-wrapper .nav-tabs .active .delete-tab:hover {
|
116 |
+
background: #bbb;
|
117 |
+
border-radius: 20px;
|
118 |
+
color: #fff;
|
119 |
+
}
|
120 |
+
|
121 |
+
#dws-wrapper .tab-content textarea {
|
122 |
+
-webkit-box-sizing: border-box;
|
123 |
+
-moz-box-sizing: border-box;
|
124 |
+
-ms-box-sizing: border-box;
|
125 |
+
box-sizing: border-box;
|
126 |
+
width: 100% !important;
|
127 |
+
height: 120px;
|
128 |
+
min-height: 120px;
|
129 |
+
}
|
130 |
+
|
131 |
+
#dws-wrapper .tab-content input[type=text],
|
132 |
+
#dws-wrapper .tab-content select,
|
133 |
+
#dws-wrapper #dws-grid input[type=number] {
|
134 |
+
-webkit-box-sizing: border-box;
|
135 |
+
-moz-box-sizing: border-box;
|
136 |
+
-ms-box-sizing: border-box;
|
137 |
+
box-sizing: border-box;
|
138 |
+
width: 50%;
|
139 |
+
height: 30px;
|
140 |
+
}
|
141 |
+
|
142 |
+
#dws-wrapper #dws-grid form {
|
143 |
+
margin: 0;
|
144 |
+
}
|
145 |
+
|
146 |
+
.show-grid {
|
147 |
+
margin-bottom: 20px;
|
148 |
+
margin-top: 10px;
|
149 |
+
}
|
150 |
+
|
151 |
+
.show-grid h5 {
|
152 |
+
font-size: 92%;
|
153 |
+
font-weight: normal;
|
154 |
+
color: #999;
|
155 |
+
}
|
156 |
+
|
157 |
+
.show-grid [class*="col-"] {
|
158 |
+
background-color: #EEEEEE;
|
159 |
+
border: 1px solid #eee;
|
160 |
+
border-radius: 3px 3px 3px 3px;
|
161 |
+
padding: 10px 10px 0;
|
162 |
+
text-align: center;
|
163 |
+
}
|
164 |
+
|
165 |
+
.show-grid:hover [class*="col-"] {
|
166 |
+
background: none repeat scroll 0 0 #DDDDDD;
|
167 |
+
border-color: #ddd;
|
168 |
+
}
|
169 |
+
|
170 |
+
.show-grid .show-grid {
|
171 |
+
margin-bottom: 0;
|
172 |
+
margin-top: 0;
|
173 |
+
}
|
174 |
+
|
175 |
+
.show-grid .show-grid [class*="col-"] {
|
176 |
+
background-color: #CCCCCC;
|
177 |
+
}
|
178 |
+
|
179 |
+
.show-grid [class*="col-"].active {
|
180 |
+
background: #fff;
|
181 |
+
border: 1px solid #ccc;
|
182 |
+
}
|
assets/css/bootstrap-non-responsive.css
ADDED
@@ -0,0 +1,4447 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Bootstrap v2.1.1
|
3 |
+
*
|
4 |
+
* Copyright 2012 Twitter, Inc
|
5 |
+
* Licensed under the Apache License v2.0
|
6 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7 |
+
*
|
8 |
+
* Designed and built with all the love in the world @twitter by @mdo and @fat.
|
9 |
+
*/
|
10 |
+
.clearfix {
|
11 |
+
*zoom: 1;
|
12 |
+
}
|
13 |
+
.clearfix:before,
|
14 |
+
.clearfix:after {
|
15 |
+
display: table;
|
16 |
+
content: "";
|
17 |
+
line-height: 0;
|
18 |
+
}
|
19 |
+
.clearfix:after {
|
20 |
+
clear: both;
|
21 |
+
}
|
22 |
+
.hide-text {
|
23 |
+
font: 0/0 a;
|
24 |
+
color: transparent;
|
25 |
+
text-shadow: none;
|
26 |
+
background-color: transparent;
|
27 |
+
border: 0;
|
28 |
+
}
|
29 |
+
.input-block-level {
|
30 |
+
display: block;
|
31 |
+
width: 100%;
|
32 |
+
min-height: 30px;
|
33 |
+
-webkit-box-sizing: border-box;
|
34 |
+
-moz-box-sizing: border-box;
|
35 |
+
box-sizing: border-box;
|
36 |
+
}
|
37 |
+
article,
|
38 |
+
aside,
|
39 |
+
details,
|
40 |
+
figcaption,
|
41 |
+
figure,
|
42 |
+
footer,
|
43 |
+
header,
|
44 |
+
hgroup,
|
45 |
+
nav,
|
46 |
+
section {
|
47 |
+
display: block;
|
48 |
+
}
|
49 |
+
audio,
|
50 |
+
canvas,
|
51 |
+
video {
|
52 |
+
display: inline-block;
|
53 |
+
*display: inline;
|
54 |
+
*zoom: 1;
|
55 |
+
}
|
56 |
+
audio:not([controls]) {
|
57 |
+
display: none;
|
58 |
+
}
|
59 |
+
html {
|
60 |
+
font-size: 100%;
|
61 |
+
-webkit-text-size-adjust: 100%;
|
62 |
+
-ms-text-size-adjust: 100%;
|
63 |
+
}
|
64 |
+
a:focus {
|
65 |
+
outline: thin dotted #333;
|
66 |
+
outline: 5px auto -webkit-focus-ring-color;
|
67 |
+
outline-offset: -2px;
|
68 |
+
}
|
69 |
+
a:hover,
|
70 |
+
a:active {
|
71 |
+
outline: 0;
|
72 |
+
}
|
73 |
+
sub,
|
74 |
+
sup {
|
75 |
+
position: relative;
|
76 |
+
font-size: 75%;
|
77 |
+
line-height: 0;
|
78 |
+
vertical-align: baseline;
|
79 |
+
}
|
80 |
+
sup {
|
81 |
+
top: -0.5em;
|
82 |
+
}
|
83 |
+
sub {
|
84 |
+
bottom: -0.25em;
|
85 |
+
}
|
86 |
+
img {
|
87 |
+
/* Responsive images (ensure images don't scale beyond their parents) */
|
88 |
+
|
89 |
+
max-width: 100%;
|
90 |
+
/* Part 1: Set a maxium relative to the parent */
|
91 |
+
|
92 |
+
width: auto\9;
|
93 |
+
/* IE7-8 need help adjusting responsive images */
|
94 |
+
|
95 |
+
height: auto;
|
96 |
+
/* Part 2: Scale the height according to the width, otherwise you get stretching */
|
97 |
+
|
98 |
+
vertical-align: middle;
|
99 |
+
border: 0;
|
100 |
+
-ms-interpolation-mode: bicubic;
|
101 |
+
}
|
102 |
+
#map_canvas img {
|
103 |
+
max-width: none;
|
104 |
+
}
|
105 |
+
button,
|
106 |
+
input,
|
107 |
+
select,
|
108 |
+
textarea {
|
109 |
+
margin: 0;
|
110 |
+
font-size: 100%;
|
111 |
+
vertical-align: middle;
|
112 |
+
}
|
113 |
+
button,
|
114 |
+
input {
|
115 |
+
*overflow: visible;
|
116 |
+
line-height: normal;
|
117 |
+
}
|
118 |
+
button::-moz-focus-inner,
|
119 |
+
input::-moz-focus-inner {
|
120 |
+
padding: 0;
|
121 |
+
border: 0;
|
122 |
+
}
|
123 |
+
button,
|
124 |
+
input[type="button"],
|
125 |
+
input[type="reset"],
|
126 |
+
input[type="submit"] {
|
127 |
+
cursor: pointer;
|
128 |
+
-webkit-appearance: button;
|
129 |
+
}
|
130 |
+
input[type="search"] {
|
131 |
+
-webkit-box-sizing: content-box;
|
132 |
+
-moz-box-sizing: content-box;
|
133 |
+
box-sizing: content-box;
|
134 |
+
-webkit-appearance: textfield;
|
135 |
+
}
|
136 |
+
input[type="search"]::-webkit-search-decoration,
|
137 |
+
input[type="search"]::-webkit-search-cancel-button {
|
138 |
+
-webkit-appearance: none;
|
139 |
+
}
|
140 |
+
textarea {
|
141 |
+
overflow: auto;
|
142 |
+
vertical-align: top;
|
143 |
+
}
|
144 |
+
body {
|
145 |
+
margin: 0;
|
146 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
147 |
+
font-size: 14px;
|
148 |
+
line-height: 20px;
|
149 |
+
color: #333333;
|
150 |
+
background-color: #ffffff;
|
151 |
+
}
|
152 |
+
a {
|
153 |
+
color: #0088cc;
|
154 |
+
text-decoration: none;
|
155 |
+
}
|
156 |
+
a:hover {
|
157 |
+
color: #005580;
|
158 |
+
text-decoration: underline;
|
159 |
+
}
|
160 |
+
.img-rounded {
|
161 |
+
-webkit-border-radius: 6px;
|
162 |
+
-moz-border-radius: 6px;
|
163 |
+
border-radius: 6px;
|
164 |
+
}
|
165 |
+
.img-polaroid {
|
166 |
+
padding: 4px;
|
167 |
+
background-color: #fff;
|
168 |
+
border: 1px solid #ccc;
|
169 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
170 |
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
171 |
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
172 |
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
173 |
+
}
|
174 |
+
.img-circle {
|
175 |
+
-webkit-border-radius: 500px;
|
176 |
+
-moz-border-radius: 500px;
|
177 |
+
border-radius: 500px;
|
178 |
+
}
|
179 |
+
.row {
|
180 |
+
margin-left: -20px;
|
181 |
+
*zoom: 1;
|
182 |
+
}
|
183 |
+
.row:before,
|
184 |
+
.row:after {
|
185 |
+
display: table;
|
186 |
+
content: "";
|
187 |
+
line-height: 0;
|
188 |
+
}
|
189 |
+
.row:after {
|
190 |
+
clear: both;
|
191 |
+
}
|
192 |
+
[class*="span"] {
|
193 |
+
float: left;
|
194 |
+
min-height: 1px;
|
195 |
+
margin-left: 20px;
|
196 |
+
}
|
197 |
+
.container,
|
198 |
+
.navbar-static-top .container,
|
199 |
+
.navbar-fixed-top .container,
|
200 |
+
.navbar-fixed-bottom .container {
|
201 |
+
width: 940px;
|
202 |
+
}
|
203 |
+
.span12 {
|
204 |
+
width: 940px;
|
205 |
+
}
|
206 |
+
.span11 {
|
207 |
+
width: 860px;
|
208 |
+
}
|
209 |
+
.span10 {
|
210 |
+
width: 780px;
|
211 |
+
}
|
212 |
+
.span9 {
|
213 |
+
width: 700px;
|
214 |
+
}
|
215 |
+
.span8 {
|
216 |
+
width: 620px;
|
217 |
+
}
|
218 |
+
.span7 {
|
219 |
+
width: 540px;
|
220 |
+
}
|
221 |
+
.span6 {
|
222 |
+
width: 460px;
|
223 |
+
}
|
224 |
+
.span5 {
|
225 |
+
width: 380px;
|
226 |
+
}
|
227 |
+
.span4 {
|
228 |
+
width: 300px;
|
229 |
+
}
|
230 |
+
.span3 {
|
231 |
+
width: 220px;
|
232 |
+
}
|
233 |
+
.span2 {
|
234 |
+
width: 140px;
|
235 |
+
}
|
236 |
+
.span1 {
|
237 |
+
width: 60px;
|
238 |
+
}
|
239 |
+
.offset12 {
|
240 |
+
margin-left: 980px;
|
241 |
+
}
|
242 |
+
.offset11 {
|
243 |
+
margin-left: 900px;
|
244 |
+
}
|
245 |
+
.offset10 {
|
246 |
+
margin-left: 820px;
|
247 |
+
}
|
248 |
+
.offset9 {
|
249 |
+
margin-left: 740px;
|
250 |
+
}
|
251 |
+
.offset8 {
|
252 |
+
margin-left: 660px;
|
253 |
+
}
|
254 |
+
.offset7 {
|
255 |
+
margin-left: 580px;
|
256 |
+
}
|
257 |
+
.offset6 {
|
258 |
+
margin-left: 500px;
|
259 |
+
}
|
260 |
+
.offset5 {
|
261 |
+
margin-left: 420px;
|
262 |
+
}
|
263 |
+
.offset4 {
|
264 |
+
margin-left: 340px;
|
265 |
+
}
|
266 |
+
.offset3 {
|
267 |
+
margin-left: 260px;
|
268 |
+
}
|
269 |
+
.offset2 {
|
270 |
+
margin-left: 180px;
|
271 |
+
}
|
272 |
+
.offset1 {
|
273 |
+
margin-left: 100px;
|
274 |
+
}
|
275 |
+
.row-fluid {
|
276 |
+
width: 100%;
|
277 |
+
*zoom: 1;
|
278 |
+
}
|
279 |
+
.row-fluid:before,
|
280 |
+
.row-fluid:after {
|
281 |
+
display: table;
|
282 |
+
content: "";
|
283 |
+
line-height: 0;
|
284 |
+
}
|
285 |
+
.row-fluid:after {
|
286 |
+
clear: both;
|
287 |
+
}
|
288 |
+
.row-fluid [class*="span"] {
|
289 |
+
display: block;
|
290 |
+
width: 100%;
|
291 |
+
min-height: 30px;
|
292 |
+
-webkit-box-sizing: border-box;
|
293 |
+
-moz-box-sizing: border-box;
|
294 |
+
box-sizing: border-box;
|
295 |
+
float: left;
|
296 |
+
margin-left: 2.127659574468085%;
|
297 |
+
*margin-left: 2.074468085106383%;
|
298 |
+
}
|
299 |
+
.row-fluid [class*="span"]:first-child {
|
300 |
+
margin-left: 0;
|
301 |
+
}
|
302 |
+
.row-fluid .span12 {
|
303 |
+
width: 100%;
|
304 |
+
*width: 99.94680851063829%;
|
305 |
+
}
|
306 |
+
.row-fluid .span11 {
|
307 |
+
width: 91.48936170212765%;
|
308 |
+
*width: 91.43617021276594%;
|
309 |
+
}
|
310 |
+
.row-fluid .span10 {
|
311 |
+
width: 82.97872340425532%;
|
312 |
+
*width: 82.92553191489361%;
|
313 |
+
}
|
314 |
+
.row-fluid .span9 {
|
315 |
+
width: 74.46808510638297%;
|
316 |
+
*width: 74.41489361702126%;
|
317 |
+
}
|
318 |
+
.row-fluid .span8 {
|
319 |
+
width: 65.95744680851064%;
|
320 |
+
*width: 65.90425531914893%;
|
321 |
+
}
|
322 |
+
.row-fluid .span7 {
|
323 |
+
width: 57.44680851063829%;
|
324 |
+
*width: 57.39361702127659%;
|
325 |
+
}
|
326 |
+
.row-fluid .span6 {
|
327 |
+
width: 48.93617021276595%;
|
328 |
+
*width: 48.88297872340425%;
|
329 |
+
}
|
330 |
+
.row-fluid .span5 {
|
331 |
+
width: 40.42553191489362%;
|
332 |
+
*width: 40.37234042553192%;
|
333 |
+
}
|
334 |
+
.row-fluid .span4 {
|
335 |
+
width: 31.914893617021278%;
|
336 |
+
*width: 31.861702127659576%;
|
337 |
+
}
|
338 |
+
.row-fluid .span3 {
|
339 |
+
width: 23.404255319148934%;
|
340 |
+
*width: 23.351063829787233%;
|
341 |
+
}
|
342 |
+
.row-fluid .span2 {
|
343 |
+
width: 14.893617021276595%;
|
344 |
+
*width: 14.840425531914894%;
|
345 |
+
}
|
346 |
+
.row-fluid .span1 {
|
347 |
+
width: 6.382978723404255%;
|
348 |
+
*width: 6.329787234042553%;
|
349 |
+
}
|
350 |
+
.row-fluid .offset12 {
|
351 |
+
margin-left: 104.25531914893617%;
|
352 |
+
*margin-left: 104.14893617021275%;
|
353 |
+
}
|
354 |
+
.row-fluid .offset12:first-child {
|
355 |
+
margin-left: 102.12765957446808%;
|
356 |
+
*margin-left: 102.02127659574467%;
|
357 |
+
}
|
358 |
+
.row-fluid .offset11 {
|
359 |
+
margin-left: 95.74468085106382%;
|
360 |
+
*margin-left: 95.6382978723404%;
|
361 |
+
}
|
362 |
+
.row-fluid .offset11:first-child {
|
363 |
+
margin-left: 93.61702127659574%;
|
364 |
+
*margin-left: 93.51063829787232%;
|
365 |
+
}
|
366 |
+
.row-fluid .offset10 {
|
367 |
+
margin-left: 87.23404255319149%;
|
368 |
+
*margin-left: 87.12765957446807%;
|
369 |
+
}
|
370 |
+
.row-fluid .offset10:first-child {
|
371 |
+
margin-left: 85.1063829787234%;
|
372 |
+
*margin-left: 84.99999999999999%;
|
373 |
+
}
|
374 |
+
.row-fluid .offset9 {
|
375 |
+
margin-left: 78.72340425531914%;
|
376 |
+
*margin-left: 78.61702127659572%;
|
377 |
+
}
|
378 |
+
.row-fluid .offset9:first-child {
|
379 |
+
margin-left: 76.59574468085106%;
|
380 |
+
*margin-left: 76.48936170212764%;
|
381 |
+
}
|
382 |
+
.row-fluid .offset8 {
|
383 |
+
margin-left: 70.2127659574468%;
|
384 |
+
*margin-left: 70.10638297872339%;
|
385 |
+
}
|
386 |
+
.row-fluid .offset8:first-child {
|
387 |
+
margin-left: 68.08510638297872%;
|
388 |
+
*margin-left: 67.9787234042553%;
|
389 |
+
}
|
390 |
+
.row-fluid .offset7 {
|
391 |
+
margin-left: 61.70212765957446%;
|
392 |
+
*margin-left: 61.59574468085106%;
|
393 |
+
}
|
394 |
+
.row-fluid .offset7:first-child {
|
395 |
+
margin-left: 59.574468085106375%;
|
396 |
+
*margin-left: 59.46808510638297%;
|
397 |
+
}
|
398 |
+
.row-fluid .offset6 {
|
399 |
+
margin-left: 53.191489361702125%;
|
400 |
+
*margin-left: 53.085106382978715%;
|
401 |
+
}
|
402 |
+
.row-fluid .offset6:first-child {
|
403 |
+
margin-left: 51.063829787234035%;
|
404 |
+
*margin-left: 50.95744680851063%;
|
405 |
+
}
|
406 |
+
.row-fluid .offset5 {
|
407 |
+
margin-left: 44.68085106382979%;
|
408 |
+
*margin-left: 44.57446808510638%;
|
409 |
+
}
|
410 |
+
.row-fluid .offset5:first-child {
|
411 |
+
margin-left: 42.5531914893617%;
|
412 |
+
*margin-left: 42.4468085106383%;
|
413 |
+
}
|
414 |
+
.row-fluid .offset4 {
|
415 |
+
margin-left: 36.170212765957444%;
|
416 |
+
*margin-left: 36.06382978723405%;
|
417 |
+
}
|
418 |
+
.row-fluid .offset4:first-child {
|
419 |
+
margin-left: 34.04255319148936%;
|
420 |
+
*margin-left: 33.93617021276596%;
|
421 |
+
}
|
422 |
+
.row-fluid .offset3 {
|
423 |
+
margin-left: 27.659574468085104%;
|
424 |
+
*margin-left: 27.5531914893617%;
|
425 |
+
}
|
426 |
+
.row-fluid .offset3:first-child {
|
427 |
+
margin-left: 25.53191489361702%;
|
428 |
+
*margin-left: 25.425531914893618%;
|
429 |
+
}
|
430 |
+
.row-fluid .offset2 {
|
431 |
+
margin-left: 19.148936170212764%;
|
432 |
+
*margin-left: 19.04255319148936%;
|
433 |
+
}
|
434 |
+
.row-fluid .offset2:first-child {
|
435 |
+
margin-left: 17.02127659574468%;
|
436 |
+
*margin-left: 16.914893617021278%;
|
437 |
+
}
|
438 |
+
.row-fluid .offset1 {
|
439 |
+
margin-left: 10.638297872340425%;
|
440 |
+
*margin-left: 10.53191489361702%;
|
441 |
+
}
|
442 |
+
.row-fluid .offset1:first-child {
|
443 |
+
margin-left: 8.51063829787234%;
|
444 |
+
*margin-left: 8.404255319148938%;
|
445 |
+
}
|
446 |
+
[class*="span"].hide,
|
447 |
+
.row-fluid [class*="span"].hide {
|
448 |
+
display: none;
|
449 |
+
}
|
450 |
+
[class*="span"].pull-right,
|
451 |
+
.row-fluid [class*="span"].pull-right {
|
452 |
+
float: right;
|
453 |
+
}
|
454 |
+
.container {
|
455 |
+
margin-right: auto;
|
456 |
+
margin-left: auto;
|
457 |
+
*zoom: 1;
|
458 |
+
}
|
459 |
+
.container:before,
|
460 |
+
.container:after {
|
461 |
+
display: table;
|
462 |
+
content: "";
|
463 |
+
line-height: 0;
|
464 |
+
}
|
465 |
+
.container:after {
|
466 |
+
clear: both;
|
467 |
+
}
|
468 |
+
.container-fluid {
|
469 |
+
padding-right: 20px;
|
470 |
+
padding-left: 20px;
|
471 |
+
*zoom: 1;
|
472 |
+
}
|
473 |
+
.container-fluid:before,
|
474 |
+
.container-fluid:after {
|
475 |
+
display: table;
|
476 |
+
content: "";
|
477 |
+
line-height: 0;
|
478 |
+
}
|
479 |
+
.container-fluid:after {
|
480 |
+
clear: both;
|
481 |
+
}
|
482 |
+
p {
|
483 |
+
margin: 0 0 10px;
|
484 |
+
}
|
485 |
+
.lead {
|
486 |
+
margin-bottom: 20px;
|
487 |
+
font-size: 21px;
|
488 |
+
font-weight: 200;
|
489 |
+
line-height: 30px;
|
490 |
+
}
|
491 |
+
small {
|
492 |
+
font-size: 85%;
|
493 |
+
}
|
494 |
+
strong {
|
495 |
+
font-weight: bold;
|
496 |
+
}
|
497 |
+
em {
|
498 |
+
font-style: italic;
|
499 |
+
}
|
500 |
+
cite {
|
501 |
+
font-style: normal;
|
502 |
+
}
|
503 |
+
.muted {
|
504 |
+
color: #999999;
|
505 |
+
}
|
506 |
+
.text-warning {
|
507 |
+
color: #c09853;
|
508 |
+
}
|
509 |
+
.text-error {
|
510 |
+
color: #b94a48;
|
511 |
+
}
|
512 |
+
.text-info {
|
513 |
+
color: #3a87ad;
|
514 |
+
}
|
515 |
+
.text-success {
|
516 |
+
color: #468847;
|
517 |
+
}
|
518 |
+
h1,
|
519 |
+
h2,
|
520 |
+
h3,
|
521 |
+
h4,
|
522 |
+
h5,
|
523 |
+
h6 {
|
524 |
+
margin: 10px 0;
|
525 |
+
font-family: inherit;
|
526 |
+
font-weight: bold;
|
527 |
+
line-height: 1;
|
528 |
+
color: inherit;
|
529 |
+
text-rendering: optimizelegibility;
|
530 |
+
}
|
531 |
+
h1 small,
|
532 |
+
h2 small,
|
533 |
+
h3 small,
|
534 |
+
h4 small,
|
535 |
+
h5 small,
|
536 |
+
h6 small {
|
537 |
+
font-weight: normal;
|
538 |
+
line-height: 1;
|
539 |
+
color: #999999;
|
540 |
+
}
|
541 |
+
h1 {
|
542 |
+
font-size: 36px;
|
543 |
+
line-height: 40px;
|
544 |
+
}
|
545 |
+
h2 {
|
546 |
+
font-size: 30px;
|
547 |
+
line-height: 40px;
|
548 |
+
}
|
549 |
+
h3 {
|
550 |
+
font-size: 24px;
|
551 |
+
line-height: 40px;
|
552 |
+
}
|
553 |
+
h4 {
|
554 |
+
font-size: 18px;
|
555 |
+
line-height: 20px;
|
556 |
+
}
|
557 |
+
h5 {
|
558 |
+
font-size: 14px;
|
559 |
+
line-height: 20px;
|
560 |
+
}
|
561 |
+
h6 {
|
562 |
+
font-size: 12px;
|
563 |
+
line-height: 20px;
|
564 |
+
}
|
565 |
+
h1 small {
|
566 |
+
font-size: 24px;
|
567 |
+
}
|
568 |
+
h2 small {
|
569 |
+
font-size: 18px;
|
570 |
+
}
|
571 |
+
h3 small {
|
572 |
+
font-size: 14px;
|
573 |
+
}
|
574 |
+
h4 small {
|
575 |
+
font-size: 14px;
|
576 |
+
}
|
577 |
+
.page-header {
|
578 |
+
padding-bottom: 9px;
|
579 |
+
margin: 20px 0 30px;
|
580 |
+
border-bottom: 1px solid #eeeeee;
|
581 |
+
}
|
582 |
+
ul,
|
583 |
+
ol {
|
584 |
+
padding: 0;
|
585 |
+
margin: 0 0 10px 25px;
|
586 |
+
}
|
587 |
+
ul ul,
|
588 |
+
ul ol,
|
589 |
+
ol ol,
|
590 |
+
ol ul {
|
591 |
+
margin-bottom: 0;
|
592 |
+
}
|
593 |
+
li {
|
594 |
+
line-height: 20px;
|
595 |
+
}
|
596 |
+
ul.unstyled,
|
597 |
+
ol.unstyled {
|
598 |
+
margin-left: 0;
|
599 |
+
list-style: none;
|
600 |
+
}
|
601 |
+
dl {
|
602 |
+
margin-bottom: 20px;
|
603 |
+
}
|
604 |
+
dt,
|
605 |
+
dd {
|
606 |
+
line-height: 20px;
|
607 |
+
}
|
608 |
+
dt {
|
609 |
+
font-weight: bold;
|
610 |
+
}
|
611 |
+
dd {
|
612 |
+
margin-left: 10px;
|
613 |
+
}
|
614 |
+
.dl-horizontal {
|
615 |
+
*zoom: 1;
|
616 |
+
}
|
617 |
+
.dl-horizontal:before,
|
618 |
+
.dl-horizontal:after {
|
619 |
+
display: table;
|
620 |
+
content: "";
|
621 |
+
line-height: 0;
|
622 |
+
}
|
623 |
+
.dl-horizontal:after {
|
624 |
+
clear: both;
|
625 |
+
}
|
626 |
+
.dl-horizontal dt {
|
627 |
+
float: left;
|
628 |
+
width: 160px;
|
629 |
+
clear: left;
|
630 |
+
text-align: right;
|
631 |
+
overflow: hidden;
|
632 |
+
text-overflow: ellipsis;
|
633 |
+
white-space: nowrap;
|
634 |
+
}
|
635 |
+
.dl-horizontal dd {
|
636 |
+
margin-left: 180px;
|
637 |
+
}
|
638 |
+
hr {
|
639 |
+
margin: 20px 0;
|
640 |
+
border: 0;
|
641 |
+
border-top: 1px solid #eeeeee;
|
642 |
+
border-bottom: 1px solid #ffffff;
|
643 |
+
}
|
644 |
+
abbr[title] {
|
645 |
+
cursor: help;
|
646 |
+
border-bottom: 1px dotted #999999;
|
647 |
+
}
|
648 |
+
abbr.initialism {
|
649 |
+
font-size: 90%;
|
650 |
+
text-transform: uppercase;
|
651 |
+
}
|
652 |
+
blockquote {
|
653 |
+
padding: 0 0 0 15px;
|
654 |
+
margin: 0 0 20px;
|
655 |
+
border-left: 5px solid #eeeeee;
|
656 |
+
}
|
657 |
+
blockquote p {
|
658 |
+
margin-bottom: 0;
|
659 |
+
font-size: 16px;
|
660 |
+
font-weight: 300;
|
661 |
+
line-height: 25px;
|
662 |
+
}
|
663 |
+
blockquote small {
|
664 |
+
display: block;
|
665 |
+
line-height: 20px;
|
666 |
+
color: #999999;
|
667 |
+
}
|
668 |
+
blockquote small:before {
|
669 |
+
content: '\2014 \00A0';
|
670 |
+
}
|
671 |
+
blockquote.pull-right {
|
672 |
+
float: right;
|
673 |
+
padding-right: 15px;
|
674 |
+
padding-left: 0;
|
675 |
+
border-right: 5px solid #eeeeee;
|
676 |
+
border-left: 0;
|
677 |
+
}
|
678 |
+
blockquote.pull-right p,
|
679 |
+
blockquote.pull-right small {
|
680 |
+
text-align: right;
|
681 |
+
}
|
682 |
+
blockquote.pull-right small:before {
|
683 |
+
content: '';
|
684 |
+
}
|
685 |
+
blockquote.pull-right small:after {
|
686 |
+
content: '\00A0 \2014';
|
687 |
+
}
|
688 |
+
q:before,
|
689 |
+
q:after,
|
690 |
+
blockquote:before,
|
691 |
+
blockquote:after {
|
692 |
+
content: "";
|
693 |
+
}
|
694 |
+
address {
|
695 |
+
display: block;
|
696 |
+
margin-bottom: 20px;
|
697 |
+
font-style: normal;
|
698 |
+
line-height: 20px;
|
699 |
+
}
|
700 |
+
code,
|
701 |
+
pre {
|
702 |
+
padding: 0 3px 2px;
|
703 |
+
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
|
704 |
+
font-size: 12px;
|
705 |
+
color: #333333;
|
706 |
+
-webkit-border-radius: 3px;
|
707 |
+
-moz-border-radius: 3px;
|
708 |
+
border-radius: 3px;
|
709 |
+
}
|
710 |
+
code {
|
711 |
+
padding: 2px 4px;
|
712 |
+
color: #d14;
|
713 |
+
background-color: #f7f7f9;
|
714 |
+
border: 1px solid #e1e1e8;
|
715 |
+
}
|
716 |
+
pre {
|
717 |
+
display: block;
|
718 |
+
padding: 9.5px;
|
719 |
+
margin: 0 0 10px;
|
720 |
+
font-size: 13px;
|
721 |
+
line-height: 20px;
|
722 |
+
word-break: break-all;
|
723 |
+
word-wrap: break-word;
|
724 |
+
white-space: pre;
|
725 |
+
white-space: pre-wrap;
|
726 |
+
background-color: #f5f5f5;
|
727 |
+
border: 1px solid #ccc;
|
728 |
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
729 |
+
-webkit-border-radius: 4px;
|
730 |
+
-moz-border-radius: 4px;
|
731 |
+
border-radius: 4px;
|
732 |
+
}
|
733 |
+
pre.prettyprint {
|
734 |
+
margin-bottom: 20px;
|
735 |
+
}
|
736 |
+
pre code {
|
737 |
+
padding: 0;
|
738 |
+
color: inherit;
|
739 |
+
background-color: transparent;
|
740 |
+
border: 0;
|
741 |
+
}
|
742 |
+
.pre-scrollable {
|
743 |
+
max-height: 340px;
|
744 |
+
overflow-y: scroll;
|
745 |
+
}
|
746 |
+
.label,
|
747 |
+
.badge {
|
748 |
+
font-size: 11.844px;
|
749 |
+
font-weight: bold;
|
750 |
+
line-height: 14px;
|
751 |
+
color: #ffffff;
|
752 |
+
vertical-align: baseline;
|
753 |
+
white-space: nowrap;
|
754 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
755 |
+
background-color: #999999;
|
756 |
+
}
|
757 |
+
.label {
|
758 |
+
padding: 1px 4px 2px;
|
759 |
+
-webkit-border-radius: 3px;
|
760 |
+
-moz-border-radius: 3px;
|
761 |
+
border-radius: 3px;
|
762 |
+
}
|
763 |
+
.badge {
|
764 |
+
padding: 1px 9px 2px;
|
765 |
+
-webkit-border-radius: 9px;
|
766 |
+
-moz-border-radius: 9px;
|
767 |
+
border-radius: 9px;
|
768 |
+
}
|
769 |
+
a.label:hover,
|
770 |
+
a.badge:hover {
|
771 |
+
color: #ffffff;
|
772 |
+
text-decoration: none;
|
773 |
+
cursor: pointer;
|
774 |
+
}
|
775 |
+
.label-important,
|
776 |
+
.badge-important {
|
777 |
+
background-color: #b94a48;
|
778 |
+
}
|
779 |
+
.label-important[href],
|
780 |
+
.badge-important[href] {
|
781 |
+
background-color: #953b39;
|
782 |
+
}
|
783 |
+
.label-warning,
|
784 |
+
.badge-warning {
|
785 |
+
background-color: #f89406;
|
786 |
+
}
|
787 |
+
.label-warning[href],
|
788 |
+
.badge-warning[href] {
|
789 |
+
background-color: #c67605;
|
790 |
+
}
|
791 |
+
.label-success,
|
792 |
+
.badge-success {
|
793 |
+
background-color: #468847;
|
794 |
+
}
|
795 |
+
.label-success[href],
|
796 |
+
.badge-success[href] {
|
797 |
+
background-color: #356635;
|
798 |
+
}
|
799 |
+
.label-info,
|
800 |
+
.badge-info {
|
801 |
+
background-color: #3a87ad;
|
802 |
+
}
|
803 |
+
.label-info[href],
|
804 |
+
.badge-info[href] {
|
805 |
+
background-color: #2d6987;
|
806 |
+
}
|
807 |
+
.label-inverse,
|
808 |
+
.badge-inverse {
|
809 |
+
background-color: #333333;
|
810 |
+
}
|
811 |
+
.label-inverse[href],
|
812 |
+
.badge-inverse[href] {
|
813 |
+
background-color: #1a1a1a;
|
814 |
+
}
|
815 |
+
.btn .label,
|
816 |
+
.btn .badge {
|
817 |
+
position: relative;
|
818 |
+
top: -1px;
|
819 |
+
}
|
820 |
+
.btn-mini .label,
|
821 |
+
.btn-mini .badge {
|
822 |
+
top: 0;
|
823 |
+
}
|
824 |
+
table {
|
825 |
+
max-width: 100%;
|
826 |
+
background-color: transparent;
|
827 |
+
border-collapse: collapse;
|
828 |
+
border-spacing: 0;
|
829 |
+
}
|
830 |
+
.table {
|
831 |
+
width: 100%;
|
832 |
+
margin-bottom: 20px;
|
833 |
+
}
|
834 |
+
.table th,
|
835 |
+
.table td {
|
836 |
+
padding: 8px;
|
837 |
+
line-height: 20px;
|
838 |
+
text-align: left;
|
839 |
+
vertical-align: top;
|
840 |
+
border-top: 1px solid #dddddd;
|
841 |
+
}
|
842 |
+
.table th {
|
843 |
+
font-weight: bold;
|
844 |
+
}
|
845 |
+
.table thead th {
|
846 |
+
vertical-align: bottom;
|
847 |
+
}
|
848 |
+
.table caption + thead tr:first-child th,
|
849 |
+
.table caption + thead tr:first-child td,
|
850 |
+
.table colgroup + thead tr:first-child th,
|
851 |
+
.table colgroup + thead tr:first-child td,
|
852 |
+
.table thead:first-child tr:first-child th,
|
853 |
+
.table thead:first-child tr:first-child td {
|
854 |
+
border-top: 0;
|
855 |
+
}
|
856 |
+
.table tbody + tbody {
|
857 |
+
border-top: 2px solid #dddddd;
|
858 |
+
}
|
859 |
+
.table-condensed th,
|
860 |
+
.table-condensed td {
|
861 |
+
padding: 4px 5px;
|
862 |
+
}
|
863 |
+
.table-bordered {
|
864 |
+
border: 1px solid #dddddd;
|
865 |
+
border-collapse: separate;
|
866 |
+
*border-collapse: collapse;
|
867 |
+
border-left: 0;
|
868 |
+
-webkit-border-radius: 4px;
|
869 |
+
-moz-border-radius: 4px;
|
870 |
+
border-radius: 4px;
|
871 |
+
}
|
872 |
+
.table-bordered th,
|
873 |
+
.table-bordered td {
|
874 |
+
border-left: 1px solid #dddddd;
|
875 |
+
}
|
876 |
+
.table-bordered caption + thead tr:first-child th,
|
877 |
+
.table-bordered caption + tbody tr:first-child th,
|
878 |
+
.table-bordered caption + tbody tr:first-child td,
|
879 |
+
.table-bordered colgroup + thead tr:first-child th,
|
880 |
+
.table-bordered colgroup + tbody tr:first-child th,
|
881 |
+
.table-bordered colgroup + tbody tr:first-child td,
|
882 |
+
.table-bordered thead:first-child tr:first-child th,
|
883 |
+
.table-bordered tbody:first-child tr:first-child th,
|
884 |
+
.table-bordered tbody:first-child tr:first-child td {
|
885 |
+
border-top: 0;
|
886 |
+
}
|
887 |
+
.table-bordered thead:first-child tr:first-child th:first-child,
|
888 |
+
.table-bordered tbody:first-child tr:first-child td:first-child {
|
889 |
+
-webkit-border-top-left-radius: 4px;
|
890 |
+
border-top-left-radius: 4px;
|
891 |
+
-moz-border-radius-topleft: 4px;
|
892 |
+
}
|
893 |
+
.table-bordered thead:first-child tr:first-child th:last-child,
|
894 |
+
.table-bordered tbody:first-child tr:first-child td:last-child {
|
895 |
+
-webkit-border-top-right-radius: 4px;
|
896 |
+
border-top-right-radius: 4px;
|
897 |
+
-moz-border-radius-topright: 4px;
|
898 |
+
}
|
899 |
+
.table-bordered thead:last-child tr:last-child th:first-child,
|
900 |
+
.table-bordered tbody:last-child tr:last-child td:first-child,
|
901 |
+
.table-bordered tfoot:last-child tr:last-child td:first-child {
|
902 |
+
-webkit-border-radius: 0 0 0 4px;
|
903 |
+
-moz-border-radius: 0 0 0 4px;
|
904 |
+
border-radius: 0 0 0 4px;
|
905 |
+
-webkit-border-bottom-left-radius: 4px;
|
906 |
+
border-bottom-left-radius: 4px;
|
907 |
+
-moz-border-radius-bottomleft: 4px;
|
908 |
+
}
|
909 |
+
.table-bordered thead:last-child tr:last-child th:last-child,
|
910 |
+
.table-bordered tbody:last-child tr:last-child td:last-child,
|
911 |
+
.table-bordered tfoot:last-child tr:last-child td:last-child {
|
912 |
+
-webkit-border-bottom-right-radius: 4px;
|
913 |
+
border-bottom-right-radius: 4px;
|
914 |
+
-moz-border-radius-bottomright: 4px;
|
915 |
+
}
|
916 |
+
.table-bordered caption + thead tr:first-child th:first-child,
|
917 |
+
.table-bordered caption + tbody tr:first-child td:first-child,
|
918 |
+
.table-bordered colgroup + thead tr:first-child th:first-child,
|
919 |
+
.table-bordered colgroup + tbody tr:first-child td:first-child {
|
920 |
+
-webkit-border-top-left-radius: 4px;
|
921 |
+
border-top-left-radius: 4px;
|
922 |
+
-moz-border-radius-topleft: 4px;
|
923 |
+
}
|
924 |
+
.table-bordered caption + thead tr:first-child th:last-child,
|
925 |
+
.table-bordered caption + tbody tr:first-child td:last-child,
|
926 |
+
.table-bordered colgroup + thead tr:first-child th:last-child,
|
927 |
+
.table-bordered colgroup + tbody tr:first-child td:last-child {
|
928 |
+
-webkit-border-top-right-radius: 4px;
|
929 |
+
border-top-right-radius: 4px;
|
930 |
+
-moz-border-radius-topleft: 4px;
|
931 |
+
}
|
932 |
+
.table-striped tbody tr:nth-child(odd) td,
|
933 |
+
.table-striped tbody tr:nth-child(odd) th {
|
934 |
+
background-color: #f9f9f9;
|
935 |
+
}
|
936 |
+
.table-hover tbody tr:hover td,
|
937 |
+
.table-hover tbody tr:hover th {
|
938 |
+
background-color: #f5f5f5;
|
939 |
+
}
|
940 |
+
table [class*=span],
|
941 |
+
.row-fluid table [class*=span] {
|
942 |
+
display: table-cell;
|
943 |
+
float: none;
|
944 |
+
margin-left: 0;
|
945 |
+
}
|
946 |
+
.table .span1 {
|
947 |
+
float: none;
|
948 |
+
width: 44px;
|
949 |
+
margin-left: 0;
|
950 |
+
}
|
951 |
+
.table .span2 {
|
952 |
+
float: none;
|
953 |
+
width: 124px;
|
954 |
+
margin-left: 0;
|
955 |
+
}
|
956 |
+
.table .span3 {
|
957 |
+
float: none;
|
958 |
+
width: 204px;
|
959 |
+
margin-left: 0;
|
960 |
+
}
|
961 |
+
.table .span4 {
|
962 |
+
float: none;
|
963 |
+
width: 284px;
|
964 |
+
margin-left: 0;
|
965 |
+
}
|
966 |
+
.table .span5 {
|
967 |
+
float: none;
|
968 |
+
width: 364px;
|
969 |
+
margin-left: 0;
|
970 |
+
}
|
971 |
+
.table .span6 {
|
972 |
+
float: none;
|
973 |
+
width: 444px;
|
974 |
+
margin-left: 0;
|
975 |
+
}
|
976 |
+
.table .span7 {
|
977 |
+
float: none;
|
978 |
+
width: 524px;
|
979 |
+
margin-left: 0;
|
980 |
+
}
|
981 |
+
.table .span8 {
|
982 |
+
float: none;
|
983 |
+
width: 604px;
|
984 |
+
margin-left: 0;
|
985 |
+
}
|
986 |
+
.table .span9 {
|
987 |
+
float: none;
|
988 |
+
width: 684px;
|
989 |
+
margin-left: 0;
|
990 |
+
}
|
991 |
+
.table .span10 {
|
992 |
+
float: none;
|
993 |
+
width: 764px;
|
994 |
+
margin-left: 0;
|
995 |
+
}
|
996 |
+
.table .span11 {
|
997 |
+
float: none;
|
998 |
+
width: 844px;
|
999 |
+
margin-left: 0;
|
1000 |
+
}
|
1001 |
+
.table .span12 {
|
1002 |
+
float: none;
|
1003 |
+
width: 924px;
|
1004 |
+
margin-left: 0;
|
1005 |
+
}
|
1006 |
+
.table .span13 {
|
1007 |
+
float: none;
|
1008 |
+
width: 1004px;
|
1009 |
+
margin-left: 0;
|
1010 |
+
}
|
1011 |
+
.table .span14 {
|
1012 |
+
float: none;
|
1013 |
+
width: 1084px;
|
1014 |
+
margin-left: 0;
|
1015 |
+
}
|
1016 |
+
.table .span15 {
|
1017 |
+
float: none;
|
1018 |
+
width: 1164px;
|
1019 |
+
margin-left: 0;
|
1020 |
+
}
|
1021 |
+
.table .span16 {
|
1022 |
+
float: none;
|
1023 |
+
width: 1244px;
|
1024 |
+
margin-left: 0;
|
1025 |
+
}
|
1026 |
+
.table .span17 {
|
1027 |
+
float: none;
|
1028 |
+
width: 1324px;
|
1029 |
+
margin-left: 0;
|
1030 |
+
}
|
1031 |
+
.table .span18 {
|
1032 |
+
float: none;
|
1033 |
+
width: 1404px;
|
1034 |
+
margin-left: 0;
|
1035 |
+
}
|
1036 |
+
.table .span19 {
|
1037 |
+
float: none;
|
1038 |
+
width: 1484px;
|
1039 |
+
margin-left: 0;
|
1040 |
+
}
|
1041 |
+
.table .span20 {
|
1042 |
+
float: none;
|
1043 |
+
width: 1564px;
|
1044 |
+
margin-left: 0;
|
1045 |
+
}
|
1046 |
+
.table .span21 {
|
1047 |
+
float: none;
|
1048 |
+
width: 1644px;
|
1049 |
+
margin-left: 0;
|
1050 |
+
}
|
1051 |
+
.table .span22 {
|
1052 |
+
float: none;
|
1053 |
+
width: 1724px;
|
1054 |
+
margin-left: 0;
|
1055 |
+
}
|
1056 |
+
.table .span23 {
|
1057 |
+
float: none;
|
1058 |
+
width: 1804px;
|
1059 |
+
margin-left: 0;
|
1060 |
+
}
|
1061 |
+
.table .span24 {
|
1062 |
+
float: none;
|
1063 |
+
width: 1884px;
|
1064 |
+
margin-left: 0;
|
1065 |
+
}
|
1066 |
+
.table tbody tr.success td {
|
1067 |
+
background-color: #dff0d8;
|
1068 |
+
}
|
1069 |
+
.table tbody tr.error td {
|
1070 |
+
background-color: #f2dede;
|
1071 |
+
}
|
1072 |
+
.table tbody tr.warning td {
|
1073 |
+
background-color: #fcf8e3;
|
1074 |
+
}
|
1075 |
+
.table tbody tr.info td {
|
1076 |
+
background-color: #d9edf7;
|
1077 |
+
}
|
1078 |
+
.table-hover tbody tr.success:hover td {
|
1079 |
+
background-color: #d0e9c6;
|
1080 |
+
}
|
1081 |
+
.table-hover tbody tr.error:hover td {
|
1082 |
+
background-color: #ebcccc;
|
1083 |
+
}
|
1084 |
+
.table-hover tbody tr.warning:hover td {
|
1085 |
+
background-color: #faf2cc;
|
1086 |
+
}
|
1087 |
+
.table-hover tbody tr.info:hover td {
|
1088 |
+
background-color: #c4e3f3;
|
1089 |
+
}
|
1090 |
+
form {
|
1091 |
+
margin: 0 0 20px;
|
1092 |
+
}
|
1093 |
+
fieldset {
|
1094 |
+
padding: 0;
|
1095 |
+
margin: 0;
|
1096 |
+
border: 0;
|
1097 |
+
}
|
1098 |
+
legend {
|
1099 |
+
display: block;
|
1100 |
+
width: 100%;
|
1101 |
+
padding: 0;
|
1102 |
+
margin-bottom: 20px;
|
1103 |
+
font-size: 21px;
|
1104 |
+
line-height: 40px;
|
1105 |
+
color: #333333;
|
1106 |
+
border: 0;
|
1107 |
+
border-bottom: 1px solid #e5e5e5;
|
1108 |
+
}
|
1109 |
+
legend small {
|
1110 |
+
font-size: 15px;
|
1111 |
+
color: #999999;
|
1112 |
+
}
|
1113 |
+
label,
|
1114 |
+
input,
|
1115 |
+
button,
|
1116 |
+
select,
|
1117 |
+
textarea {
|
1118 |
+
font-size: 14px;
|
1119 |
+
font-weight: normal;
|
1120 |
+
line-height: 20px;
|
1121 |
+
}
|
1122 |
+
input,
|
1123 |
+
button,
|
1124 |
+
select,
|
1125 |
+
textarea {
|
1126 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
1127 |
+
}
|
1128 |
+
label {
|
1129 |
+
display: block;
|
1130 |
+
margin-bottom: 5px;
|
1131 |
+
}
|
1132 |
+
select,
|
1133 |
+
textarea,
|
1134 |
+
input[type="text"],
|
1135 |
+
input[type="password"],
|
1136 |
+
input[type="datetime"],
|
1137 |
+
input[type="datetime-local"],
|
1138 |
+
input[type="date"],
|
1139 |
+
input[type="month"],
|
1140 |
+
input[type="time"],
|
1141 |
+
input[type="week"],
|
1142 |
+
input[type="number"],
|
1143 |
+
input[type="email"],
|
1144 |
+
input[type="url"],
|
1145 |
+
input[type="search"],
|
1146 |
+
input[type="tel"],
|
1147 |
+
input[type="color"],
|
1148 |
+
.uneditable-input {
|
1149 |
+
display: inline-block;
|
1150 |
+
height: 20px;
|
1151 |
+
padding: 4px 6px;
|
1152 |
+
margin-bottom: 9px;
|
1153 |
+
font-size: 14px;
|
1154 |
+
line-height: 20px;
|
1155 |
+
color: #555555;
|
1156 |
+
-webkit-border-radius: 3px;
|
1157 |
+
-moz-border-radius: 3px;
|
1158 |
+
border-radius: 3px;
|
1159 |
+
}
|
1160 |
+
input,
|
1161 |
+
textarea,
|
1162 |
+
.uneditable-input {
|
1163 |
+
width: 206px;
|
1164 |
+
}
|
1165 |
+
textarea {
|
1166 |
+
height: auto;
|
1167 |
+
}
|
1168 |
+
textarea,
|
1169 |
+
input[type="text"],
|
1170 |
+
input[type="password"],
|
1171 |
+
input[type="datetime"],
|
1172 |
+
input[type="datetime-local"],
|
1173 |
+
input[type="date"],
|
1174 |
+
input[type="month"],
|
1175 |
+
input[type="time"],
|
1176 |
+
input[type="week"],
|
1177 |
+
input[type="number"],
|
1178 |
+
input[type="email"],
|
1179 |
+
input[type="url"],
|
1180 |
+
input[type="search"],
|
1181 |
+
input[type="tel"],
|
1182 |
+
input[type="color"],
|
1183 |
+
.uneditable-input {
|
1184 |
+
background-color: #ffffff;
|
1185 |
+
border: 1px solid #cccccc;
|
1186 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1187 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1188 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1189 |
+
-webkit-transition: border linear .2s, box-shadow linear .2s;
|
1190 |
+
-moz-transition: border linear .2s, box-shadow linear .2s;
|
1191 |
+
-o-transition: border linear .2s, box-shadow linear .2s;
|
1192 |
+
transition: border linear .2s, box-shadow linear .2s;
|
1193 |
+
}
|
1194 |
+
textarea:focus,
|
1195 |
+
input[type="text"]:focus,
|
1196 |
+
input[type="password"]:focus,
|
1197 |
+
input[type="datetime"]:focus,
|
1198 |
+
input[type="datetime-local"]:focus,
|
1199 |
+
input[type="date"]:focus,
|
1200 |
+
input[type="month"]:focus,
|
1201 |
+
input[type="time"]:focus,
|
1202 |
+
input[type="week"]:focus,
|
1203 |
+
input[type="number"]:focus,
|
1204 |
+
input[type="email"]:focus,
|
1205 |
+
input[type="url"]:focus,
|
1206 |
+
input[type="search"]:focus,
|
1207 |
+
input[type="tel"]:focus,
|
1208 |
+
input[type="color"]:focus,
|
1209 |
+
.uneditable-input:focus {
|
1210 |
+
border-color: rgba(82, 168, 236, 0.8);
|
1211 |
+
outline: 0;
|
1212 |
+
outline: thin dotted \9;
|
1213 |
+
/* IE6-9 */
|
1214 |
+
|
1215 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
1216 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
1217 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
|
1218 |
+
}
|
1219 |
+
input[type="radio"],
|
1220 |
+
input[type="checkbox"] {
|
1221 |
+
margin: 4px 0 0;
|
1222 |
+
*margin-top: 0;
|
1223 |
+
/* IE7 */
|
1224 |
+
|
1225 |
+
margin-top: 1px \9;
|
1226 |
+
/* IE8-9 */
|
1227 |
+
|
1228 |
+
line-height: normal;
|
1229 |
+
cursor: pointer;
|
1230 |
+
}
|
1231 |
+
input[type="file"],
|
1232 |
+
input[type="image"],
|
1233 |
+
input[type="submit"],
|
1234 |
+
input[type="reset"],
|
1235 |
+
input[type="button"],
|
1236 |
+
input[type="radio"],
|
1237 |
+
input[type="checkbox"] {
|
1238 |
+
width: auto;
|
1239 |
+
}
|
1240 |
+
select,
|
1241 |
+
input[type="file"] {
|
1242 |
+
height: 30px;
|
1243 |
+
/* In IE7, the height of the select element cannot be changed by height, only font-size */
|
1244 |
+
|
1245 |
+
*margin-top: 4px;
|
1246 |
+
/* For IE7, add top margin to align select with labels */
|
1247 |
+
|
1248 |
+
line-height: 30px;
|
1249 |
+
}
|
1250 |
+
select {
|
1251 |
+
width: 220px;
|
1252 |
+
border: 1px solid #cccccc;
|
1253 |
+
background-color: #ffffff;
|
1254 |
+
}
|
1255 |
+
select[multiple],
|
1256 |
+
select[size] {
|
1257 |
+
height: auto;
|
1258 |
+
}
|
1259 |
+
select:focus,
|
1260 |
+
input[type="file"]:focus,
|
1261 |
+
input[type="radio"]:focus,
|
1262 |
+
input[type="checkbox"]:focus {
|
1263 |
+
outline: thin dotted #333;
|
1264 |
+
outline: 5px auto -webkit-focus-ring-color;
|
1265 |
+
outline-offset: -2px;
|
1266 |
+
}
|
1267 |
+
.uneditable-input,
|
1268 |
+
.uneditable-textarea {
|
1269 |
+
color: #999999;
|
1270 |
+
background-color: #fcfcfc;
|
1271 |
+
border-color: #cccccc;
|
1272 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1273 |
+
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1274 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
|
1275 |
+
cursor: not-allowed;
|
1276 |
+
}
|
1277 |
+
.uneditable-input {
|
1278 |
+
overflow: hidden;
|
1279 |
+
white-space: nowrap;
|
1280 |
+
}
|
1281 |
+
.uneditable-textarea {
|
1282 |
+
width: auto;
|
1283 |
+
height: auto;
|
1284 |
+
}
|
1285 |
+
input:-moz-placeholder,
|
1286 |
+
textarea:-moz-placeholder {
|
1287 |
+
color: #999999;
|
1288 |
+
}
|
1289 |
+
input:-ms-input-placeholder,
|
1290 |
+
textarea:-ms-input-placeholder {
|
1291 |
+
color: #999999;
|
1292 |
+
}
|
1293 |
+
input::-webkit-input-placeholder,
|
1294 |
+
textarea::-webkit-input-placeholder {
|
1295 |
+
color: #999999;
|
1296 |
+
}
|
1297 |
+
.radio,
|
1298 |
+
.checkbox {
|
1299 |
+
min-height: 18px;
|
1300 |
+
padding-left: 18px;
|
1301 |
+
}
|
1302 |
+
.radio input[type="radio"],
|
1303 |
+
.checkbox input[type="checkbox"] {
|
1304 |
+
float: left;
|
1305 |
+
margin-left: -18px;
|
1306 |
+
}
|
1307 |
+
.controls > .radio:first-child,
|
1308 |
+
.controls > .checkbox:first-child {
|
1309 |
+
padding-top: 5px;
|
1310 |
+
}
|
1311 |
+
.radio.inline,
|
1312 |
+
.checkbox.inline {
|
1313 |
+
display: inline-block;
|
1314 |
+
padding-top: 5px;
|
1315 |
+
margin-bottom: 0;
|
1316 |
+
vertical-align: middle;
|
1317 |
+
}
|
1318 |
+
.radio.inline + .radio.inline,
|
1319 |
+
.checkbox.inline + .checkbox.inline {
|
1320 |
+
margin-left: 10px;
|
1321 |
+
}
|
1322 |
+
.input-mini {
|
1323 |
+
width: 60px;
|
1324 |
+
}
|
1325 |
+
.input-small {
|
1326 |
+
width: 90px;
|
1327 |
+
}
|
1328 |
+
.input-medium {
|
1329 |
+
width: 150px;
|
1330 |
+
}
|
1331 |
+
.input-large {
|
1332 |
+
width: 210px;
|
1333 |
+
}
|
1334 |
+
.input-xlarge {
|
1335 |
+
width: 270px;
|
1336 |
+
}
|
1337 |
+
.input-xxlarge {
|
1338 |
+
width: 530px;
|
1339 |
+
}
|
1340 |
+
input[class*="span"],
|
1341 |
+
select[class*="span"],
|
1342 |
+
textarea[class*="span"],
|
1343 |
+
.uneditable-input[class*="span"],
|
1344 |
+
.row-fluid input[class*="span"],
|
1345 |
+
.row-fluid select[class*="span"],
|
1346 |
+
.row-fluid textarea[class*="span"],
|
1347 |
+
.row-fluid .uneditable-input[class*="span"] {
|
1348 |
+
float: none;
|
1349 |
+
margin-left: 0;
|
1350 |
+
}
|
1351 |
+
.input-append input[class*="span"],
|
1352 |
+
.input-append .uneditable-input[class*="span"],
|
1353 |
+
.input-prepend input[class*="span"],
|
1354 |
+
.input-prepend .uneditable-input[class*="span"],
|
1355 |
+
.row-fluid input[class*="span"],
|
1356 |
+
.row-fluid select[class*="span"],
|
1357 |
+
.row-fluid textarea[class*="span"],
|
1358 |
+
.row-fluid .uneditable-input[class*="span"],
|
1359 |
+
.row-fluid .input-prepend [class*="span"],
|
1360 |
+
.row-fluid .input-append [class*="span"] {
|
1361 |
+
display: inline-block;
|
1362 |
+
}
|
1363 |
+
input,
|
1364 |
+
textarea,
|
1365 |
+
.uneditable-input {
|
1366 |
+
margin-left: 0;
|
1367 |
+
}
|
1368 |
+
.controls-row [class*="span"] + [class*="span"] {
|
1369 |
+
margin-left: 20px;
|
1370 |
+
}
|
1371 |
+
input.span12, textarea.span12, .uneditable-input.span12 {
|
1372 |
+
width: 926px;
|
1373 |
+
}
|
1374 |
+
input.span11, textarea.span11, .uneditable-input.span11 {
|
1375 |
+
width: 846px;
|
1376 |
+
}
|
1377 |
+
input.span10, textarea.span10, .uneditable-input.span10 {
|
1378 |
+
width: 766px;
|
1379 |
+
}
|
1380 |
+
input.span9, textarea.span9, .uneditable-input.span9 {
|
1381 |
+
width: 686px;
|
1382 |
+
}
|
1383 |
+
input.span8, textarea.span8, .uneditable-input.span8 {
|
1384 |
+
width: 606px;
|
1385 |
+
}
|
1386 |
+
input.span7, textarea.span7, .uneditable-input.span7 {
|
1387 |
+
width: 526px;
|
1388 |
+
}
|
1389 |
+
input.span6, textarea.span6, .uneditable-input.span6 {
|
1390 |
+
width: 446px;
|
1391 |
+
}
|
1392 |
+
input.span5, textarea.span5, .uneditable-input.span5 {
|
1393 |
+
width: 366px;
|
1394 |
+
}
|
1395 |
+
input.span4, textarea.span4, .uneditable-input.span4 {
|
1396 |
+
width: 286px;
|
1397 |
+
}
|
1398 |
+
input.span3, textarea.span3, .uneditable-input.span3 {
|
1399 |
+
width: 206px;
|
1400 |
+
}
|
1401 |
+
input.span2, textarea.span2, .uneditable-input.span2 {
|
1402 |
+
width: 126px;
|
1403 |
+
}
|
1404 |
+
input.span1, textarea.span1, .uneditable-input.span1 {
|
1405 |
+
width: 46px;
|
1406 |
+
}
|
1407 |
+
.controls-row {
|
1408 |
+
*zoom: 1;
|
1409 |
+
}
|
1410 |
+
.controls-row:before,
|
1411 |
+
.controls-row:after {
|
1412 |
+
display: table;
|
1413 |
+
content: "";
|
1414 |
+
line-height: 0;
|
1415 |
+
}
|
1416 |
+
.controls-row:after {
|
1417 |
+
clear: both;
|
1418 |
+
}
|
1419 |
+
.controls-row [class*="span"] {
|
1420 |
+
float: left;
|
1421 |
+
}
|
1422 |
+
input[disabled],
|
1423 |
+
select[disabled],
|
1424 |
+
textarea[disabled],
|
1425 |
+
input[readonly],
|
1426 |
+
select[readonly],
|
1427 |
+
textarea[readonly] {
|
1428 |
+
cursor: not-allowed;
|
1429 |
+
background-color: #eeeeee;
|
1430 |
+
}
|
1431 |
+
input[type="radio"][disabled],
|
1432 |
+
input[type="checkbox"][disabled],
|
1433 |
+
input[type="radio"][readonly],
|
1434 |
+
input[type="checkbox"][readonly] {
|
1435 |
+
background-color: transparent;
|
1436 |
+
}
|
1437 |
+
.control-group.warning > label,
|
1438 |
+
.control-group.warning .help-block,
|
1439 |
+
.control-group.warning .help-inline {
|
1440 |
+
color: #c09853;
|
1441 |
+
}
|
1442 |
+
.control-group.warning .checkbox,
|
1443 |
+
.control-group.warning .radio,
|
1444 |
+
.control-group.warning input,
|
1445 |
+
.control-group.warning select,
|
1446 |
+
.control-group.warning textarea {
|
1447 |
+
color: #c09853;
|
1448 |
+
}
|
1449 |
+
.control-group.warning input,
|
1450 |
+
.control-group.warning select,
|
1451 |
+
.control-group.warning textarea {
|
1452 |
+
border-color: #c09853;
|
1453 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1454 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1455 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1456 |
+
}
|
1457 |
+
.control-group.warning input:focus,
|
1458 |
+
.control-group.warning select:focus,
|
1459 |
+
.control-group.warning textarea:focus {
|
1460 |
+
border-color: #a47e3c;
|
1461 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1462 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1463 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
|
1464 |
+
}
|
1465 |
+
.control-group.warning .input-prepend .add-on,
|
1466 |
+
.control-group.warning .input-append .add-on {
|
1467 |
+
color: #c09853;
|
1468 |
+
background-color: #fcf8e3;
|
1469 |
+
border-color: #c09853;
|
1470 |
+
}
|
1471 |
+
.control-group.error > label,
|
1472 |
+
.control-group.error .help-block,
|
1473 |
+
.control-group.error .help-inline {
|
1474 |
+
color: #b94a48;
|
1475 |
+
}
|
1476 |
+
.control-group.error .checkbox,
|
1477 |
+
.control-group.error .radio,
|
1478 |
+
.control-group.error input,
|
1479 |
+
.control-group.error select,
|
1480 |
+
.control-group.error textarea {
|
1481 |
+
color: #b94a48;
|
1482 |
+
}
|
1483 |
+
.control-group.error input,
|
1484 |
+
.control-group.error select,
|
1485 |
+
.control-group.error textarea {
|
1486 |
+
border-color: #b94a48;
|
1487 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1488 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1489 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1490 |
+
}
|
1491 |
+
.control-group.error input:focus,
|
1492 |
+
.control-group.error select:focus,
|
1493 |
+
.control-group.error textarea:focus {
|
1494 |
+
border-color: #953b39;
|
1495 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1496 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1497 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
|
1498 |
+
}
|
1499 |
+
.control-group.error .input-prepend .add-on,
|
1500 |
+
.control-group.error .input-append .add-on {
|
1501 |
+
color: #b94a48;
|
1502 |
+
background-color: #f2dede;
|
1503 |
+
border-color: #b94a48;
|
1504 |
+
}
|
1505 |
+
.control-group.success > label,
|
1506 |
+
.control-group.success .help-block,
|
1507 |
+
.control-group.success .help-inline {
|
1508 |
+
color: #468847;
|
1509 |
+
}
|
1510 |
+
.control-group.success .checkbox,
|
1511 |
+
.control-group.success .radio,
|
1512 |
+
.control-group.success input,
|
1513 |
+
.control-group.success select,
|
1514 |
+
.control-group.success textarea {
|
1515 |
+
color: #468847;
|
1516 |
+
}
|
1517 |
+
.control-group.success input,
|
1518 |
+
.control-group.success select,
|
1519 |
+
.control-group.success textarea {
|
1520 |
+
border-color: #468847;
|
1521 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1522 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1523 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1524 |
+
}
|
1525 |
+
.control-group.success input:focus,
|
1526 |
+
.control-group.success select:focus,
|
1527 |
+
.control-group.success textarea:focus {
|
1528 |
+
border-color: #356635;
|
1529 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1530 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1531 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
|
1532 |
+
}
|
1533 |
+
.control-group.success .input-prepend .add-on,
|
1534 |
+
.control-group.success .input-append .add-on {
|
1535 |
+
color: #468847;
|
1536 |
+
background-color: #dff0d8;
|
1537 |
+
border-color: #468847;
|
1538 |
+
}
|
1539 |
+
.control-group.info > label,
|
1540 |
+
.control-group.info .help-block,
|
1541 |
+
.control-group.info .help-inline {
|
1542 |
+
color: #3a87ad;
|
1543 |
+
}
|
1544 |
+
.control-group.info .checkbox,
|
1545 |
+
.control-group.info .radio,
|
1546 |
+
.control-group.info input,
|
1547 |
+
.control-group.info select,
|
1548 |
+
.control-group.info textarea {
|
1549 |
+
color: #3a87ad;
|
1550 |
+
}
|
1551 |
+
.control-group.info input,
|
1552 |
+
.control-group.info select,
|
1553 |
+
.control-group.info textarea {
|
1554 |
+
border-color: #3a87ad;
|
1555 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1556 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1557 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
|
1558 |
+
}
|
1559 |
+
.control-group.info input:focus,
|
1560 |
+
.control-group.info select:focus,
|
1561 |
+
.control-group.info textarea:focus {
|
1562 |
+
border-color: #2d6987;
|
1563 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1564 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1565 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
|
1566 |
+
}
|
1567 |
+
.control-group.info .input-prepend .add-on,
|
1568 |
+
.control-group.info .input-append .add-on {
|
1569 |
+
color: #3a87ad;
|
1570 |
+
background-color: #d9edf7;
|
1571 |
+
border-color: #3a87ad;
|
1572 |
+
}
|
1573 |
+
input:focus:required:invalid,
|
1574 |
+
textarea:focus:required:invalid,
|
1575 |
+
select:focus:required:invalid {
|
1576 |
+
color: #b94a48;
|
1577 |
+
border-color: #ee5f5b;
|
1578 |
+
}
|
1579 |
+
input:focus:required:invalid:focus,
|
1580 |
+
textarea:focus:required:invalid:focus,
|
1581 |
+
select:focus:required:invalid:focus {
|
1582 |
+
border-color: #e9322d;
|
1583 |
+
-webkit-box-shadow: 0 0 6px #f8b9b7;
|
1584 |
+
-moz-box-shadow: 0 0 6px #f8b9b7;
|
1585 |
+
box-shadow: 0 0 6px #f8b9b7;
|
1586 |
+
}
|
1587 |
+
.form-actions {
|
1588 |
+
padding: 19px 20px 20px;
|
1589 |
+
margin-top: 20px;
|
1590 |
+
margin-bottom: 20px;
|
1591 |
+
background-color: #f5f5f5;
|
1592 |
+
border-top: 1px solid #e5e5e5;
|
1593 |
+
*zoom: 1;
|
1594 |
+
}
|
1595 |
+
.form-actions:before,
|
1596 |
+
.form-actions:after {
|
1597 |
+
display: table;
|
1598 |
+
content: "";
|
1599 |
+
line-height: 0;
|
1600 |
+
}
|
1601 |
+
.form-actions:after {
|
1602 |
+
clear: both;
|
1603 |
+
}
|
1604 |
+
.help-block,
|
1605 |
+
.help-inline {
|
1606 |
+
color: #595959;
|
1607 |
+
}
|
1608 |
+
.help-block {
|
1609 |
+
display: block;
|
1610 |
+
margin-bottom: 10px;
|
1611 |
+
}
|
1612 |
+
.help-inline {
|
1613 |
+
display: inline-block;
|
1614 |
+
*display: inline;
|
1615 |
+
/* IE7 inline-block hack */
|
1616 |
+
|
1617 |
+
*zoom: 1;
|
1618 |
+
vertical-align: middle;
|
1619 |
+
padding-left: 5px;
|
1620 |
+
}
|
1621 |
+
.input-append,
|
1622 |
+
.input-prepend {
|
1623 |
+
margin-bottom: 5px;
|
1624 |
+
font-size: 0;
|
1625 |
+
white-space: nowrap;
|
1626 |
+
}
|
1627 |
+
.input-append input,
|
1628 |
+
.input-prepend input,
|
1629 |
+
.input-append select,
|
1630 |
+
.input-prepend select,
|
1631 |
+
.input-append .uneditable-input,
|
1632 |
+
.input-prepend .uneditable-input {
|
1633 |
+
position: relative;
|
1634 |
+
margin-bottom: 0;
|
1635 |
+
*margin-left: 0;
|
1636 |
+
font-size: 14px;
|
1637 |
+
vertical-align: top;
|
1638 |
+
-webkit-border-radius: 0 3px 3px 0;
|
1639 |
+
-moz-border-radius: 0 3px 3px 0;
|
1640 |
+
border-radius: 0 3px 3px 0;
|
1641 |
+
}
|
1642 |
+
.input-append input:focus,
|
1643 |
+
.input-prepend input:focus,
|
1644 |
+
.input-append select:focus,
|
1645 |
+
.input-prepend select:focus,
|
1646 |
+
.input-append .uneditable-input:focus,
|
1647 |
+
.input-prepend .uneditable-input:focus {
|
1648 |
+
z-index: 2;
|
1649 |
+
}
|
1650 |
+
.input-append .add-on,
|
1651 |
+
.input-prepend .add-on {
|
1652 |
+
display: inline-block;
|
1653 |
+
width: auto;
|
1654 |
+
height: 20px;
|
1655 |
+
min-width: 16px;
|
1656 |
+
padding: 4px 5px;
|
1657 |
+
font-size: 14px;
|
1658 |
+
font-weight: normal;
|
1659 |
+
line-height: 20px;
|
1660 |
+
text-align: center;
|
1661 |
+
text-shadow: 0 1px 0 #ffffff;
|
1662 |
+
background-color: #eeeeee;
|
1663 |
+
border: 1px solid #ccc;
|
1664 |
+
}
|
1665 |
+
.input-append .add-on,
|
1666 |
+
.input-prepend .add-on,
|
1667 |
+
.input-append .btn,
|
1668 |
+
.input-prepend .btn {
|
1669 |
+
vertical-align: top;
|
1670 |
+
-webkit-border-radius: 0;
|
1671 |
+
-moz-border-radius: 0;
|
1672 |
+
border-radius: 0;
|
1673 |
+
}
|
1674 |
+
.input-append .active,
|
1675 |
+
.input-prepend .active {
|
1676 |
+
background-color: #a9dba9;
|
1677 |
+
border-color: #46a546;
|
1678 |
+
}
|
1679 |
+
.input-prepend .add-on,
|
1680 |
+
.input-prepend .btn {
|
1681 |
+
margin-right: -1px;
|
1682 |
+
}
|
1683 |
+
.input-prepend .add-on:first-child,
|
1684 |
+
.input-prepend .btn:first-child {
|
1685 |
+
-webkit-border-radius: 3px 0 0 3px;
|
1686 |
+
-moz-border-radius: 3px 0 0 3px;
|
1687 |
+
border-radius: 3px 0 0 3px;
|
1688 |
+
}
|
1689 |
+
.input-append input,
|
1690 |
+
.input-append select,
|
1691 |
+
.input-append .uneditable-input {
|
1692 |
+
-webkit-border-radius: 3px 0 0 3px;
|
1693 |
+
-moz-border-radius: 3px 0 0 3px;
|
1694 |
+
border-radius: 3px 0 0 3px;
|
1695 |
+
}
|
1696 |
+
.input-append .add-on,
|
1697 |
+
.input-append .btn {
|
1698 |
+
margin-left: -1px;
|
1699 |
+
}
|
1700 |
+
.input-append .add-on:last-child,
|
1701 |
+
.input-append .btn:last-child {
|
1702 |
+
-webkit-border-radius: 0 3px 3px 0;
|
1703 |
+
-moz-border-radius: 0 3px 3px 0;
|
1704 |
+
border-radius: 0 3px 3px 0;
|
1705 |
+
}
|
1706 |
+
.input-prepend.input-append input,
|
1707 |
+
.input-prepend.input-append select,
|
1708 |
+
.input-prepend.input-append .uneditable-input {
|
1709 |
+
-webkit-border-radius: 0;
|
1710 |
+
-moz-border-radius: 0;
|
1711 |
+
border-radius: 0;
|
1712 |
+
}
|
1713 |
+
.input-prepend.input-append .add-on:first-child,
|
1714 |
+
.input-prepend.input-append .btn:first-child {
|
1715 |
+
margin-right: -1px;
|
1716 |
+
-webkit-border-radius: 3px 0 0 3px;
|
1717 |
+
-moz-border-radius: 3px 0 0 3px;
|
1718 |
+
border-radius: 3px 0 0 3px;
|
1719 |
+
}
|
1720 |
+
.input-prepend.input-append .add-on:last-child,
|
1721 |
+
.input-prepend.input-append .btn:last-child {
|
1722 |
+
margin-left: -1px;
|
1723 |
+
-webkit-border-radius: 0 3px 3px 0;
|
1724 |
+
-moz-border-radius: 0 3px 3px 0;
|
1725 |
+
border-radius: 0 3px 3px 0;
|
1726 |
+
}
|
1727 |
+
input.search-query {
|
1728 |
+
padding-right: 14px;
|
1729 |
+
padding-right: 4px \9;
|
1730 |
+
padding-left: 14px;
|
1731 |
+
padding-left: 4px \9;
|
1732 |
+
/* IE7-8 doesn't have border-radius, so don't indent the padding */
|
1733 |
+
|
1734 |
+
margin-bottom: 0;
|
1735 |
+
-webkit-border-radius: 15px;
|
1736 |
+
-moz-border-radius: 15px;
|
1737 |
+
border-radius: 15px;
|
1738 |
+
}
|
1739 |
+
/* Allow for input prepend/append in search forms */
|
1740 |
+
.form-search .input-append .search-query,
|
1741 |
+
.form-search .input-prepend .search-query {
|
1742 |
+
-webkit-border-radius: 0;
|
1743 |
+
-moz-border-radius: 0;
|
1744 |
+
border-radius: 0;
|
1745 |
+
}
|
1746 |
+
.form-search .input-append .search-query {
|
1747 |
+
-webkit-border-radius: 14px 0 0 14px;
|
1748 |
+
-moz-border-radius: 14px 0 0 14px;
|
1749 |
+
border-radius: 14px 0 0 14px;
|
1750 |
+
}
|
1751 |
+
.form-search .input-append .btn {
|
1752 |
+
-webkit-border-radius: 0 14px 14px 0;
|
1753 |
+
-moz-border-radius: 0 14px 14px 0;
|
1754 |
+
border-radius: 0 14px 14px 0;
|
1755 |
+
}
|
1756 |
+
.form-search .input-prepend .search-query {
|
1757 |
+
-webkit-border-radius: 0 14px 14px 0;
|
1758 |
+
-moz-border-radius: 0 14px 14px 0;
|
1759 |
+
border-radius: 0 14px 14px 0;
|
1760 |
+
}
|
1761 |
+
.form-search .input-prepend .btn {
|
1762 |
+
-webkit-border-radius: 14px 0 0 14px;
|
1763 |
+
-moz-border-radius: 14px 0 0 14px;
|
1764 |
+
border-radius: 14px 0 0 14px;
|
1765 |
+
}
|
1766 |
+
.form-search input,
|
1767 |
+
.form-inline input,
|
1768 |
+
.form-horizontal input,
|
1769 |
+
.form-search textarea,
|
1770 |
+
.form-inline textarea,
|
1771 |
+
.form-horizontal textarea,
|
1772 |
+
.form-search select,
|
1773 |
+
.form-inline select,
|
1774 |
+
.form-horizontal select,
|
1775 |
+
.form-search .help-inline,
|
1776 |
+
.form-inline .help-inline,
|
1777 |
+
.form-horizontal .help-inline,
|
1778 |
+
.form-search .uneditable-input,
|
1779 |
+
.form-inline .uneditable-input,
|
1780 |
+
.form-horizontal .uneditable-input,
|
1781 |
+
.form-search .input-prepend,
|
1782 |
+
.form-inline .input-prepend,
|
1783 |
+
.form-horizontal .input-prepend,
|
1784 |
+
.form-search .input-append,
|
1785 |
+
.form-inline .input-append,
|
1786 |
+
.form-horizontal .input-append {
|
1787 |
+
display: inline-block;
|
1788 |
+
*display: inline;
|
1789 |
+
/* IE7 inline-block hack */
|
1790 |
+
|
1791 |
+
*zoom: 1;
|
1792 |
+
margin-bottom: 0;
|
1793 |
+
vertical-align: middle;
|
1794 |
+
}
|
1795 |
+
.form-search .hide,
|
1796 |
+
.form-inline .hide,
|
1797 |
+
.form-horizontal .hide {
|
1798 |
+
display: none;
|
1799 |
+
}
|
1800 |
+
.form-search label,
|
1801 |
+
.form-inline label,
|
1802 |
+
.form-search .btn-group,
|
1803 |
+
.form-inline .btn-group {
|
1804 |
+
display: inline-block;
|
1805 |
+
}
|
1806 |
+
.form-search .input-append,
|
1807 |
+
.form-inline .input-append,
|
1808 |
+
.form-search .input-prepend,
|
1809 |
+
.form-inline .input-prepend {
|
1810 |
+
margin-bottom: 0;
|
1811 |
+
}
|
1812 |
+
.form-search .radio,
|
1813 |
+
.form-search .checkbox,
|
1814 |
+
.form-inline .radio,
|
1815 |
+
.form-inline .checkbox {
|
1816 |
+
padding-left: 0;
|
1817 |
+
margin-bottom: 0;
|
1818 |
+
vertical-align: middle;
|
1819 |
+
}
|
1820 |
+
.form-search .radio input[type="radio"],
|
1821 |
+
.form-search .checkbox input[type="checkbox"],
|
1822 |
+
.form-inline .radio input[type="radio"],
|
1823 |
+
.form-inline .checkbox input[type="checkbox"] {
|
1824 |
+
float: left;
|
1825 |
+
margin-right: 3px;
|
1826 |
+
margin-left: 0;
|
1827 |
+
}
|
1828 |
+
.control-group {
|
1829 |
+
margin-bottom: 10px;
|
1830 |
+
}
|
1831 |
+
legend + .control-group {
|
1832 |
+
margin-top: 20px;
|
1833 |
+
-webkit-margin-top-collapse: separate;
|
1834 |
+
}
|
1835 |
+
.form-horizontal .control-group {
|
1836 |
+
margin-bottom: 20px;
|
1837 |
+
*zoom: 1;
|
1838 |
+
}
|
1839 |
+
.form-horizontal .control-group:before,
|
1840 |
+
.form-horizontal .control-group:after {
|
1841 |
+
display: table;
|
1842 |
+
content: "";
|
1843 |
+
line-height: 0;
|
1844 |
+
}
|
1845 |
+
.form-horizontal .control-group:after {
|
1846 |
+
clear: both;
|
1847 |
+
}
|
1848 |
+
.form-horizontal .control-label {
|
1849 |
+
float: left;
|
1850 |
+
width: 160px;
|
1851 |
+
padding-top: 5px;
|
1852 |
+
text-align: right;
|
1853 |
+
}
|
1854 |
+
.form-horizontal .controls {
|
1855 |
+
*display: inline-block;
|
1856 |
+
*padding-left: 20px;
|
1857 |
+
margin-left: 180px;
|
1858 |
+
*margin-left: 0;
|
1859 |
+
}
|
1860 |
+
.form-horizontal .controls:first-child {
|
1861 |
+
*padding-left: 180px;
|
1862 |
+
}
|
1863 |
+
.form-horizontal .help-block {
|
1864 |
+
margin-bottom: 0;
|
1865 |
+
}
|
1866 |
+
.form-horizontal input + .help-block,
|
1867 |
+
.form-horizontal select + .help-block,
|
1868 |
+
.form-horizontal textarea + .help-block {
|
1869 |
+
margin-top: 10px;
|
1870 |
+
}
|
1871 |
+
.form-horizontal .form-actions {
|
1872 |
+
padding-left: 180px;
|
1873 |
+
}
|
1874 |
+
.btn {
|
1875 |
+
display: inline-block;
|
1876 |
+
*display: inline;
|
1877 |
+
/* IE7 inline-block hack */
|
1878 |
+
|
1879 |
+
*zoom: 1;
|
1880 |
+
padding: 4px 14px;
|
1881 |
+
margin-bottom: 0;
|
1882 |
+
font-size: 14px;
|
1883 |
+
line-height: 20px;
|
1884 |
+
*line-height: 20px;
|
1885 |
+
text-align: center;
|
1886 |
+
vertical-align: middle;
|
1887 |
+
cursor: pointer;
|
1888 |
+
color: #333333;
|
1889 |
+
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
|
1890 |
+
background-color: #f5f5f5;
|
1891 |
+
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
|
1892 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
|
1893 |
+
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
|
1894 |
+
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
|
1895 |
+
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
|
1896 |
+
background-repeat: repeat-x;
|
1897 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
|
1898 |
+
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
|
1899 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
1900 |
+
*background-color: #e6e6e6;
|
1901 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
1902 |
+
|
1903 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
1904 |
+
border: 1px solid #bbbbbb;
|
1905 |
+
*border: 0;
|
1906 |
+
border-bottom-color: #a2a2a2;
|
1907 |
+
-webkit-border-radius: 4px;
|
1908 |
+
-moz-border-radius: 4px;
|
1909 |
+
border-radius: 4px;
|
1910 |
+
*margin-left: .3em;
|
1911 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1912 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1913 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1914 |
+
}
|
1915 |
+
.btn:hover,
|
1916 |
+
.btn:active,
|
1917 |
+
.btn.active,
|
1918 |
+
.btn.disabled,
|
1919 |
+
.btn[disabled] {
|
1920 |
+
color: #333333;
|
1921 |
+
background-color: #e6e6e6;
|
1922 |
+
*background-color: #d9d9d9;
|
1923 |
+
}
|
1924 |
+
.btn:active,
|
1925 |
+
.btn.active {
|
1926 |
+
background-color: #cccccc \9;
|
1927 |
+
}
|
1928 |
+
.btn:first-child {
|
1929 |
+
*margin-left: 0;
|
1930 |
+
}
|
1931 |
+
.btn:hover {
|
1932 |
+
color: #333333;
|
1933 |
+
text-decoration: none;
|
1934 |
+
background-color: #e6e6e6;
|
1935 |
+
*background-color: #d9d9d9;
|
1936 |
+
/* Buttons in IE7 don't get borders, so darken on hover */
|
1937 |
+
|
1938 |
+
background-position: 0 -15px;
|
1939 |
+
-webkit-transition: background-position 0.1s linear;
|
1940 |
+
-moz-transition: background-position 0.1s linear;
|
1941 |
+
-o-transition: background-position 0.1s linear;
|
1942 |
+
transition: background-position 0.1s linear;
|
1943 |
+
}
|
1944 |
+
.btn:focus {
|
1945 |
+
outline: thin dotted #333;
|
1946 |
+
outline: 5px auto -webkit-focus-ring-color;
|
1947 |
+
outline-offset: -2px;
|
1948 |
+
}
|
1949 |
+
.btn.active,
|
1950 |
+
.btn:active {
|
1951 |
+
background-color: #e6e6e6;
|
1952 |
+
background-color: #d9d9d9 \9;
|
1953 |
+
background-image: none;
|
1954 |
+
outline: 0;
|
1955 |
+
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1956 |
+
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1957 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
1958 |
+
}
|
1959 |
+
.btn.disabled,
|
1960 |
+
.btn[disabled] {
|
1961 |
+
cursor: default;
|
1962 |
+
background-color: #e6e6e6;
|
1963 |
+
background-image: none;
|
1964 |
+
opacity: 0.65;
|
1965 |
+
filter: alpha(opacity=65);
|
1966 |
+
-webkit-box-shadow: none;
|
1967 |
+
-moz-box-shadow: none;
|
1968 |
+
box-shadow: none;
|
1969 |
+
}
|
1970 |
+
.btn-large {
|
1971 |
+
padding: 9px 14px;
|
1972 |
+
font-size: 16px;
|
1973 |
+
line-height: normal;
|
1974 |
+
-webkit-border-radius: 5px;
|
1975 |
+
-moz-border-radius: 5px;
|
1976 |
+
border-radius: 5px;
|
1977 |
+
}
|
1978 |
+
.btn-large [class^="icon-"] {
|
1979 |
+
margin-top: 2px;
|
1980 |
+
}
|
1981 |
+
.btn-small {
|
1982 |
+
padding: 3px 9px;
|
1983 |
+
font-size: 12px;
|
1984 |
+
line-height: 18px;
|
1985 |
+
}
|
1986 |
+
.btn-small [class^="icon-"] {
|
1987 |
+
margin-top: 0;
|
1988 |
+
}
|
1989 |
+
.btn-mini {
|
1990 |
+
padding: 2px 6px;
|
1991 |
+
font-size: 11px;
|
1992 |
+
line-height: 17px;
|
1993 |
+
}
|
1994 |
+
.btn-block {
|
1995 |
+
display: block;
|
1996 |
+
width: 100%;
|
1997 |
+
padding-left: 0;
|
1998 |
+
padding-right: 0;
|
1999 |
+
-webkit-box-sizing: border-box;
|
2000 |
+
-moz-box-sizing: border-box;
|
2001 |
+
box-sizing: border-box;
|
2002 |
+
}
|
2003 |
+
.btn-block + .btn-block {
|
2004 |
+
margin-top: 5px;
|
2005 |
+
}
|
2006 |
+
input[type="submit"].btn-block,
|
2007 |
+
input[type="reset"].btn-block,
|
2008 |
+
input[type="button"].btn-block {
|
2009 |
+
width: 100%;
|
2010 |
+
}
|
2011 |
+
.btn-primary.active,
|
2012 |
+
.btn-warning.active,
|
2013 |
+
.btn-danger.active,
|
2014 |
+
.btn-success.active,
|
2015 |
+
.btn-info.active,
|
2016 |
+
.btn-inverse.active {
|
2017 |
+
color: rgba(255, 255, 255, 0.75);
|
2018 |
+
}
|
2019 |
+
.btn {
|
2020 |
+
border-color: #c5c5c5;
|
2021 |
+
border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
|
2022 |
+
}
|
2023 |
+
.btn-primary {
|
2024 |
+
color: #ffffff;
|
2025 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2026 |
+
background-color: #006dcc;
|
2027 |
+
background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
|
2028 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
|
2029 |
+
background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
|
2030 |
+
background-image: -o-linear-gradient(top, #0088cc, #0044cc);
|
2031 |
+
background-image: linear-gradient(to bottom, #0088cc, #0044cc);
|
2032 |
+
background-repeat: repeat-x;
|
2033 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
|
2034 |
+
border-color: #0044cc #0044cc #002a80;
|
2035 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2036 |
+
*background-color: #0044cc;
|
2037 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2038 |
+
|
2039 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2040 |
+
}
|
2041 |
+
.btn-primary:hover,
|
2042 |
+
.btn-primary:active,
|
2043 |
+
.btn-primary.active,
|
2044 |
+
.btn-primary.disabled,
|
2045 |
+
.btn-primary[disabled] {
|
2046 |
+
color: #ffffff;
|
2047 |
+
background-color: #0044cc;
|
2048 |
+
*background-color: #003bb3;
|
2049 |
+
}
|
2050 |
+
.btn-primary:active,
|
2051 |
+
.btn-primary.active {
|
2052 |
+
background-color: #003399 \9;
|
2053 |
+
}
|
2054 |
+
.btn-warning {
|
2055 |
+
color: #ffffff;
|
2056 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2057 |
+
background-color: #faa732;
|
2058 |
+
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
2059 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
2060 |
+
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
2061 |
+
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
2062 |
+
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
2063 |
+
background-repeat: repeat-x;
|
2064 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
2065 |
+
border-color: #f89406 #f89406 #ad6704;
|
2066 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2067 |
+
*background-color: #f89406;
|
2068 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2069 |
+
|
2070 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2071 |
+
}
|
2072 |
+
.btn-warning:hover,
|
2073 |
+
.btn-warning:active,
|
2074 |
+
.btn-warning.active,
|
2075 |
+
.btn-warning.disabled,
|
2076 |
+
.btn-warning[disabled] {
|
2077 |
+
color: #ffffff;
|
2078 |
+
background-color: #f89406;
|
2079 |
+
*background-color: #df8505;
|
2080 |
+
}
|
2081 |
+
.btn-warning:active,
|
2082 |
+
.btn-warning.active {
|
2083 |
+
background-color: #c67605 \9;
|
2084 |
+
}
|
2085 |
+
.btn-danger {
|
2086 |
+
color: #ffffff;
|
2087 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2088 |
+
background-color: #da4f49;
|
2089 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
|
2090 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
|
2091 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
|
2092 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
|
2093 |
+
background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
|
2094 |
+
background-repeat: repeat-x;
|
2095 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
|
2096 |
+
border-color: #bd362f #bd362f #802420;
|
2097 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2098 |
+
*background-color: #bd362f;
|
2099 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2100 |
+
|
2101 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2102 |
+
}
|
2103 |
+
.btn-danger:hover,
|
2104 |
+
.btn-danger:active,
|
2105 |
+
.btn-danger.active,
|
2106 |
+
.btn-danger.disabled,
|
2107 |
+
.btn-danger[disabled] {
|
2108 |
+
color: #ffffff;
|
2109 |
+
background-color: #bd362f;
|
2110 |
+
*background-color: #a9302a;
|
2111 |
+
}
|
2112 |
+
.btn-danger:active,
|
2113 |
+
.btn-danger.active {
|
2114 |
+
background-color: #942a25 \9;
|
2115 |
+
}
|
2116 |
+
.btn-success {
|
2117 |
+
color: #ffffff;
|
2118 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2119 |
+
background-color: #5bb75b;
|
2120 |
+
background-image: -moz-linear-gradient(top, #62c462, #51a351);
|
2121 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
|
2122 |
+
background-image: -webkit-linear-gradient(top, #62c462, #51a351);
|
2123 |
+
background-image: -o-linear-gradient(top, #62c462, #51a351);
|
2124 |
+
background-image: linear-gradient(to bottom, #62c462, #51a351);
|
2125 |
+
background-repeat: repeat-x;
|
2126 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
|
2127 |
+
border-color: #51a351 #51a351 #387038;
|
2128 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2129 |
+
*background-color: #51a351;
|
2130 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2131 |
+
|
2132 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2133 |
+
}
|
2134 |
+
.btn-success:hover,
|
2135 |
+
.btn-success:active,
|
2136 |
+
.btn-success.active,
|
2137 |
+
.btn-success.disabled,
|
2138 |
+
.btn-success[disabled] {
|
2139 |
+
color: #ffffff;
|
2140 |
+
background-color: #51a351;
|
2141 |
+
*background-color: #499249;
|
2142 |
+
}
|
2143 |
+
.btn-success:active,
|
2144 |
+
.btn-success.active {
|
2145 |
+
background-color: #408140 \9;
|
2146 |
+
}
|
2147 |
+
.btn-info {
|
2148 |
+
color: #ffffff;
|
2149 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2150 |
+
background-color: #49afcd;
|
2151 |
+
background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
|
2152 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
|
2153 |
+
background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
|
2154 |
+
background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
|
2155 |
+
background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
|
2156 |
+
background-repeat: repeat-x;
|
2157 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
|
2158 |
+
border-color: #2f96b4 #2f96b4 #1f6377;
|
2159 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2160 |
+
*background-color: #2f96b4;
|
2161 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2162 |
+
|
2163 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2164 |
+
}
|
2165 |
+
.btn-info:hover,
|
2166 |
+
.btn-info:active,
|
2167 |
+
.btn-info.active,
|
2168 |
+
.btn-info.disabled,
|
2169 |
+
.btn-info[disabled] {
|
2170 |
+
color: #ffffff;
|
2171 |
+
background-color: #2f96b4;
|
2172 |
+
*background-color: #2a85a0;
|
2173 |
+
}
|
2174 |
+
.btn-info:active,
|
2175 |
+
.btn-info.active {
|
2176 |
+
background-color: #24748c \9;
|
2177 |
+
}
|
2178 |
+
.btn-inverse {
|
2179 |
+
color: #ffffff;
|
2180 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
2181 |
+
background-color: #363636;
|
2182 |
+
background-image: -moz-linear-gradient(top, #444444, #222222);
|
2183 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
|
2184 |
+
background-image: -webkit-linear-gradient(top, #444444, #222222);
|
2185 |
+
background-image: -o-linear-gradient(top, #444444, #222222);
|
2186 |
+
background-image: linear-gradient(to bottom, #444444, #222222);
|
2187 |
+
background-repeat: repeat-x;
|
2188 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
|
2189 |
+
border-color: #222222 #222222 #000000;
|
2190 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
2191 |
+
*background-color: #222222;
|
2192 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
2193 |
+
|
2194 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
2195 |
+
}
|
2196 |
+
.btn-inverse:hover,
|
2197 |
+
.btn-inverse:active,
|
2198 |
+
.btn-inverse.active,
|
2199 |
+
.btn-inverse.disabled,
|
2200 |
+
.btn-inverse[disabled] {
|
2201 |
+
color: #ffffff;
|
2202 |
+
background-color: #222222;
|
2203 |
+
*background-color: #151515;
|
2204 |
+
}
|
2205 |
+
.btn-inverse:active,
|
2206 |
+
.btn-inverse.active {
|
2207 |
+
background-color: #080808 \9;
|
2208 |
+
}
|
2209 |
+
button.btn,
|
2210 |
+
input[type="submit"].btn {
|
2211 |
+
*padding-top: 3px;
|
2212 |
+
*padding-bottom: 3px;
|
2213 |
+
}
|
2214 |
+
button.btn::-moz-focus-inner,
|
2215 |
+
input[type="submit"].btn::-moz-focus-inner {
|
2216 |
+
padding: 0;
|
2217 |
+
border: 0;
|
2218 |
+
}
|
2219 |
+
button.btn.btn-large,
|
2220 |
+
input[type="submit"].btn.btn-large {
|
2221 |
+
*padding-top: 7px;
|
2222 |
+
*padding-bottom: 7px;
|
2223 |
+
}
|
2224 |
+
button.btn.btn-small,
|
2225 |
+
input[type="submit"].btn.btn-small {
|
2226 |
+
*padding-top: 3px;
|
2227 |
+
*padding-bottom: 3px;
|
2228 |
+
}
|
2229 |
+
button.btn.btn-mini,
|
2230 |
+
input[type="submit"].btn.btn-mini {
|
2231 |
+
*padding-top: 1px;
|
2232 |
+
*padding-bottom: 1px;
|
2233 |
+
}
|
2234 |
+
.btn-link,
|
2235 |
+
.btn-link:active,
|
2236 |
+
.btn-link[disabled] {
|
2237 |
+
background-color: transparent;
|
2238 |
+
background-image: none;
|
2239 |
+
-webkit-box-shadow: none;
|
2240 |
+
-moz-box-shadow: none;
|
2241 |
+
box-shadow: none;
|
2242 |
+
}
|
2243 |
+
.btn-link {
|
2244 |
+
border-color: transparent;
|
2245 |
+
cursor: pointer;
|
2246 |
+
color: #0088cc;
|
2247 |
+
-webkit-border-radius: 0;
|
2248 |
+
-moz-border-radius: 0;
|
2249 |
+
border-radius: 0;
|
2250 |
+
}
|
2251 |
+
.btn-link:hover {
|
2252 |
+
color: #005580;
|
2253 |
+
text-decoration: underline;
|
2254 |
+
background-color: transparent;
|
2255 |
+
}
|
2256 |
+
.btn-link[disabled]:hover {
|
2257 |
+
color: #333333;
|
2258 |
+
text-decoration: none;
|
2259 |
+
}
|
2260 |
+
|
2261 |
+
.btn-group {
|
2262 |
+
position: relative;
|
2263 |
+
font-size: 0;
|
2264 |
+
vertical-align: middle;
|
2265 |
+
white-space: nowrap;
|
2266 |
+
*margin-left: .3em;
|
2267 |
+
}
|
2268 |
+
.btn-group:first-child {
|
2269 |
+
*margin-left: 0;
|
2270 |
+
}
|
2271 |
+
.btn-group + .btn-group {
|
2272 |
+
margin-left: 5px;
|
2273 |
+
}
|
2274 |
+
.btn-toolbar {
|
2275 |
+
font-size: 0;
|
2276 |
+
margin-top: 10px;
|
2277 |
+
margin-bottom: 10px;
|
2278 |
+
}
|
2279 |
+
.btn-toolbar .btn-group {
|
2280 |
+
display: inline-block;
|
2281 |
+
*display: inline;
|
2282 |
+
/* IE7 inline-block hack */
|
2283 |
+
|
2284 |
+
*zoom: 1;
|
2285 |
+
}
|
2286 |
+
.btn-toolbar .btn + .btn,
|
2287 |
+
.btn-toolbar .btn-group + .btn,
|
2288 |
+
.btn-toolbar .btn + .btn-group {
|
2289 |
+
margin-left: 5px;
|
2290 |
+
}
|
2291 |
+
.btn-group > .btn {
|
2292 |
+
position: relative;
|
2293 |
+
-webkit-border-radius: 0;
|
2294 |
+
-moz-border-radius: 0;
|
2295 |
+
border-radius: 0;
|
2296 |
+
}
|
2297 |
+
.btn-group > .btn + .btn {
|
2298 |
+
margin-left: -1px;
|
2299 |
+
}
|
2300 |
+
.btn-group > .btn,
|
2301 |
+
.btn-group > .dropdown-menu {
|
2302 |
+
font-size: 14px;
|
2303 |
+
}
|
2304 |
+
.btn-group > .btn-mini {
|
2305 |
+
font-size: 11px;
|
2306 |
+
}
|
2307 |
+
.btn-group > .btn-small {
|
2308 |
+
font-size: 12px;
|
2309 |
+
}
|
2310 |
+
.btn-group > .btn-large {
|
2311 |
+
font-size: 16px;
|
2312 |
+
}
|
2313 |
+
.btn-group > .btn:first-child {
|
2314 |
+
margin-left: 0;
|
2315 |
+
-webkit-border-top-left-radius: 4px;
|
2316 |
+
-moz-border-radius-topleft: 4px;
|
2317 |
+
border-top-left-radius: 4px;
|
2318 |
+
-webkit-border-bottom-left-radius: 4px;
|
2319 |
+
-moz-border-radius-bottomleft: 4px;
|
2320 |
+
border-bottom-left-radius: 4px;
|
2321 |
+
}
|
2322 |
+
.btn-group > .btn:last-child,
|
2323 |
+
.btn-group > .dropdown-toggle {
|
2324 |
+
-webkit-border-top-right-radius: 4px;
|
2325 |
+
-moz-border-radius-topright: 4px;
|
2326 |
+
border-top-right-radius: 4px;
|
2327 |
+
-webkit-border-bottom-right-radius: 4px;
|
2328 |
+
-moz-border-radius-bottomright: 4px;
|
2329 |
+
border-bottom-right-radius: 4px;
|
2330 |
+
}
|
2331 |
+
.btn-group > .btn.large:first-child {
|
2332 |
+
margin-left: 0;
|
2333 |
+
-webkit-border-top-left-radius: 6px;
|
2334 |
+
-moz-border-radius-topleft: 6px;
|
2335 |
+
border-top-left-radius: 6px;
|
2336 |
+
-webkit-border-bottom-left-radius: 6px;
|
2337 |
+
-moz-border-radius-bottomleft: 6px;
|
2338 |
+
border-bottom-left-radius: 6px;
|
2339 |
+
}
|
2340 |
+
.btn-group > .btn.large:last-child,
|
2341 |
+
.btn-group > .large.dropdown-toggle {
|
2342 |
+
-webkit-border-top-right-radius: 6px;
|
2343 |
+
-moz-border-radius-topright: 6px;
|
2344 |
+
border-top-right-radius: 6px;
|
2345 |
+
-webkit-border-bottom-right-radius: 6px;
|
2346 |
+
-moz-border-radius-bottomright: 6px;
|
2347 |
+
border-bottom-right-radius: 6px;
|
2348 |
+
}
|
2349 |
+
.btn-group > .btn:hover,
|
2350 |
+
.btn-group > .btn:focus,
|
2351 |
+
.btn-group > .btn:active,
|
2352 |
+
.btn-group > .btn.active {
|
2353 |
+
z-index: 2;
|
2354 |
+
}
|
2355 |
+
.btn-group .dropdown-toggle:active,
|
2356 |
+
.btn-group.open .dropdown-toggle {
|
2357 |
+
outline: 0;
|
2358 |
+
}
|
2359 |
+
.btn-group > .btn + .dropdown-toggle {
|
2360 |
+
padding-left: 8px;
|
2361 |
+
padding-right: 8px;
|
2362 |
+
-webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2363 |
+
-moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2364 |
+
box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2365 |
+
*padding-top: 5px;
|
2366 |
+
*padding-bottom: 5px;
|
2367 |
+
}
|
2368 |
+
.btn-group > .btn-mini + .dropdown-toggle {
|
2369 |
+
padding-left: 5px;
|
2370 |
+
padding-right: 5px;
|
2371 |
+
*padding-top: 2px;
|
2372 |
+
*padding-bottom: 2px;
|
2373 |
+
}
|
2374 |
+
.btn-group > .btn-small + .dropdown-toggle {
|
2375 |
+
*padding-top: 5px;
|
2376 |
+
*padding-bottom: 4px;
|
2377 |
+
}
|
2378 |
+
.btn-group > .btn-large + .dropdown-toggle {
|
2379 |
+
padding-left: 12px;
|
2380 |
+
padding-right: 12px;
|
2381 |
+
*padding-top: 7px;
|
2382 |
+
*padding-bottom: 7px;
|
2383 |
+
}
|
2384 |
+
.btn-group.open .dropdown-toggle {
|
2385 |
+
background-image: none;
|
2386 |
+
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2387 |
+
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2388 |
+
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
|
2389 |
+
}
|
2390 |
+
.btn-group.open .btn.dropdown-toggle {
|
2391 |
+
background-color: #e6e6e6;
|
2392 |
+
}
|
2393 |
+
.btn-group.open .btn-primary.dropdown-toggle {
|
2394 |
+
background-color: #0044cc;
|
2395 |
+
}
|
2396 |
+
.btn-group.open .btn-warning.dropdown-toggle {
|
2397 |
+
background-color: #f89406;
|
2398 |
+
}
|
2399 |
+
.btn-group.open .btn-danger.dropdown-toggle {
|
2400 |
+
background-color: #bd362f;
|
2401 |
+
}
|
2402 |
+
.btn-group.open .btn-success.dropdown-toggle {
|
2403 |
+
background-color: #51a351;
|
2404 |
+
}
|
2405 |
+
.btn-group.open .btn-info.dropdown-toggle {
|
2406 |
+
background-color: #2f96b4;
|
2407 |
+
}
|
2408 |
+
.btn-group.open .btn-inverse.dropdown-toggle {
|
2409 |
+
background-color: #222222;
|
2410 |
+
}
|
2411 |
+
.btn .caret {
|
2412 |
+
margin-top: 8px;
|
2413 |
+
margin-left: 0;
|
2414 |
+
}
|
2415 |
+
.btn-mini .caret,
|
2416 |
+
.btn-small .caret,
|
2417 |
+
.btn-large .caret {
|
2418 |
+
margin-top: 6px;
|
2419 |
+
}
|
2420 |
+
.btn-large .caret {
|
2421 |
+
border-left-width: 5px;
|
2422 |
+
border-right-width: 5px;
|
2423 |
+
border-top-width: 5px;
|
2424 |
+
}
|
2425 |
+
.dropup .btn-large .caret {
|
2426 |
+
border-bottom: 5px solid #000000;
|
2427 |
+
border-top: 0;
|
2428 |
+
}
|
2429 |
+
.btn-primary .caret,
|
2430 |
+
.btn-warning .caret,
|
2431 |
+
.btn-danger .caret,
|
2432 |
+
.btn-info .caret,
|
2433 |
+
.btn-success .caret,
|
2434 |
+
.btn-inverse .caret {
|
2435 |
+
border-top-color: #ffffff;
|
2436 |
+
border-bottom-color: #ffffff;
|
2437 |
+
}
|
2438 |
+
.btn-group-vertical {
|
2439 |
+
display: inline-block;
|
2440 |
+
*display: inline;
|
2441 |
+
/* IE7 inline-block hack */
|
2442 |
+
|
2443 |
+
*zoom: 1;
|
2444 |
+
}
|
2445 |
+
.btn-group-vertical .btn {
|
2446 |
+
display: block;
|
2447 |
+
float: none;
|
2448 |
+
width: 100%;
|
2449 |
+
-webkit-border-radius: 0;
|
2450 |
+
-moz-border-radius: 0;
|
2451 |
+
border-radius: 0;
|
2452 |
+
}
|
2453 |
+
.btn-group-vertical .btn + .btn {
|
2454 |
+
margin-left: 0;
|
2455 |
+
margin-top: -1px;
|
2456 |
+
}
|
2457 |
+
.btn-group-vertical .btn:first-child {
|
2458 |
+
-webkit-border-radius: 4px 4px 0 0;
|
2459 |
+
-moz-border-radius: 4px 4px 0 0;
|
2460 |
+
border-radius: 4px 4px 0 0;
|
2461 |
+
}
|
2462 |
+
.btn-group-vertical .btn:last-child {
|
2463 |
+
-webkit-border-radius: 0 0 4px 4px;
|
2464 |
+
-moz-border-radius: 0 0 4px 4px;
|
2465 |
+
border-radius: 0 0 4px 4px;
|
2466 |
+
}
|
2467 |
+
.btn-group-vertical .btn-large:first-child {
|
2468 |
+
-webkit-border-radius: 6px 6px 0 0;
|
2469 |
+
-moz-border-radius: 6px 6px 0 0;
|
2470 |
+
border-radius: 6px 6px 0 0;
|
2471 |
+
}
|
2472 |
+
.btn-group-vertical .btn-large:last-child {
|
2473 |
+
-webkit-border-radius: 0 0 6px 6px;
|
2474 |
+
-moz-border-radius: 0 0 6px 6px;
|
2475 |
+
border-radius: 0 0 6px 6px;
|
2476 |
+
}
|
2477 |
+
.nav {
|
2478 |
+
margin-left: 0;
|
2479 |
+
margin-bottom: 20px;
|
2480 |
+
list-style: none;
|
2481 |
+
}
|
2482 |
+
.nav > li > a {
|
2483 |
+
display: block;
|
2484 |
+
}
|
2485 |
+
.nav > li > a:hover {
|
2486 |
+
text-decoration: none;
|
2487 |
+
background-color: #eeeeee;
|
2488 |
+
}
|
2489 |
+
.nav > .pull-right {
|
2490 |
+
float: right;
|
2491 |
+
}
|
2492 |
+
.nav-header {
|
2493 |
+
display: block;
|
2494 |
+
padding: 3px 15px;
|
2495 |
+
font-size: 11px;
|
2496 |
+
font-weight: bold;
|
2497 |
+
line-height: 20px;
|
2498 |
+
color: #999999;
|
2499 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
2500 |
+
text-transform: uppercase;
|
2501 |
+
}
|
2502 |
+
.nav li + .nav-header {
|
2503 |
+
margin-top: 9px;
|
2504 |
+
}
|
2505 |
+
.nav-list {
|
2506 |
+
padding-left: 15px;
|
2507 |
+
padding-right: 15px;
|
2508 |
+
margin-bottom: 0;
|
2509 |
+
}
|
2510 |
+
.nav-list > li > a,
|
2511 |
+
.nav-list .nav-header {
|
2512 |
+
margin-left: -15px;
|
2513 |
+
margin-right: -15px;
|
2514 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
2515 |
+
}
|
2516 |
+
.nav-list > li > a {
|
2517 |
+
padding: 3px 15px;
|
2518 |
+
}
|
2519 |
+
.nav-list > .active > a,
|
2520 |
+
.nav-list > .active > a:hover {
|
2521 |
+
color: #ffffff;
|
2522 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
|
2523 |
+
background-color: #0088cc;
|
2524 |
+
}
|
2525 |
+
.nav-list [class^="icon-"] {
|
2526 |
+
margin-right: 2px;
|
2527 |
+
}
|
2528 |
+
.nav-list .divider {
|
2529 |
+
*width: 100%;
|
2530 |
+
height: 1px;
|
2531 |
+
margin: 9px 1px;
|
2532 |
+
*margin: -5px 0 5px;
|
2533 |
+
overflow: hidden;
|
2534 |
+
background-color: #e5e5e5;
|
2535 |
+
border-bottom: 1px solid #ffffff;
|
2536 |
+
}
|
2537 |
+
.nav-tabs,
|
2538 |
+
.nav-pills {
|
2539 |
+
*zoom: 1;
|
2540 |
+
}
|
2541 |
+
.nav-tabs:before,
|
2542 |
+
.nav-pills:before,
|
2543 |
+
.nav-tabs:after,
|
2544 |
+
.nav-pills:after {
|
2545 |
+
display: table;
|
2546 |
+
content: "";
|
2547 |
+
line-height: 0;
|
2548 |
+
}
|
2549 |
+
.nav-tabs:after,
|
2550 |
+
.nav-pills:after {
|
2551 |
+
clear: both;
|
2552 |
+
}
|
2553 |
+
.nav-tabs > li,
|
2554 |
+
.nav-pills > li {
|
2555 |
+
float: left;
|
2556 |
+
}
|
2557 |
+
.nav-tabs > li > a,
|
2558 |
+
.nav-pills > li > a {
|
2559 |
+
padding-right: 12px;
|
2560 |
+
padding-left: 12px;
|
2561 |
+
margin-right: 2px;
|
2562 |
+
line-height: 14px;
|
2563 |
+
}
|
2564 |
+
.nav-tabs {
|
2565 |
+
border-bottom: 1px solid #ddd;
|
2566 |
+
}
|
2567 |
+
.nav-tabs > li {
|
2568 |
+
margin-bottom: -1px;
|
2569 |
+
}
|
2570 |
+
.nav-tabs > li > a {
|
2571 |
+
padding-top: 8px;
|
2572 |
+
padding-bottom: 8px;
|
2573 |
+
line-height: 20px;
|
2574 |
+
border: 1px solid transparent;
|
2575 |
+
-webkit-border-radius: 4px 4px 0 0;
|
2576 |
+
-moz-border-radius: 4px 4px 0 0;
|
2577 |
+
border-radius: 4px 4px 0 0;
|
2578 |
+
}
|
2579 |
+
.nav-tabs > li > a:hover {
|
2580 |
+
border-color: #eeeeee #eeeeee #dddddd;
|
2581 |
+
}
|
2582 |
+
.nav-tabs > .active > a,
|
2583 |
+
.nav-tabs > .active > a:hover {
|
2584 |
+
color: #555555;
|
2585 |
+
background-color: #ffffff;
|
2586 |
+
border: 1px solid #ddd;
|
2587 |
+
border-bottom-color: transparent;
|
2588 |
+
cursor: default;
|
2589 |
+
}
|
2590 |
+
.nav-pills > li > a {
|
2591 |
+
padding-top: 8px;
|
2592 |
+
padding-bottom: 8px;
|
2593 |
+
margin-top: 2px;
|
2594 |
+
margin-bottom: 2px;
|
2595 |
+
-webkit-border-radius: 5px;
|
2596 |
+
-moz-border-radius: 5px;
|
2597 |
+
border-radius: 5px;
|
2598 |
+
}
|
2599 |
+
.nav-pills > .active > a,
|
2600 |
+
.nav-pills > .active > a:hover {
|
2601 |
+
color: #ffffff;
|
2602 |
+
background-color: #0088cc;
|
2603 |
+
}
|
2604 |
+
.nav-stacked > li {
|
2605 |
+
float: none;
|
2606 |
+
}
|
2607 |
+
.nav-stacked > li > a {
|
2608 |
+
margin-right: 0;
|
2609 |
+
}
|
2610 |
+
.nav-tabs.nav-stacked {
|
2611 |
+
border-bottom: 0;
|
2612 |
+
}
|
2613 |
+
.nav-tabs.nav-stacked > li > a {
|
2614 |
+
border: 1px solid #ddd;
|
2615 |
+
-webkit-border-radius: 0;
|
2616 |
+
-moz-border-radius: 0;
|
2617 |
+
border-radius: 0;
|
2618 |
+
}
|
2619 |
+
.nav-tabs.nav-stacked > li:first-child > a {
|
2620 |
+
-webkit-border-top-right-radius: 4px;
|
2621 |
+
-moz-border-radius-topright: 4px;
|
2622 |
+
border-top-right-radius: 4px;
|
2623 |
+
-webkit-border-top-left-radius: 4px;
|
2624 |
+
-moz-border-radius-topleft: 4px;
|
2625 |
+
border-top-left-radius: 4px;
|
2626 |
+
}
|
2627 |
+
.nav-tabs.nav-stacked > li:last-child > a {
|
2628 |
+
-webkit-border-bottom-right-radius: 4px;
|
2629 |
+
-moz-border-radius-bottomright: 4px;
|
2630 |
+
border-bottom-right-radius: 4px;
|
2631 |
+
-webkit-border-bottom-left-radius: 4px;
|
2632 |
+
-moz-border-radius-bottomleft: 4px;
|
2633 |
+
border-bottom-left-radius: 4px;
|
2634 |
+
}
|
2635 |
+
.nav-tabs.nav-stacked > li > a:hover {
|
2636 |
+
border-color: #ddd;
|
2637 |
+
z-index: 2;
|
2638 |
+
}
|
2639 |
+
.nav-pills.nav-stacked > li > a {
|
2640 |
+
margin-bottom: 3px;
|
2641 |
+
}
|
2642 |
+
.nav-pills.nav-stacked > li:last-child > a {
|
2643 |
+
margin-bottom: 1px;
|
2644 |
+
}
|
2645 |
+
.nav-tabs .dropdown-menu {
|
2646 |
+
-webkit-border-radius: 0 0 6px 6px;
|
2647 |
+
-moz-border-radius: 0 0 6px 6px;
|
2648 |
+
border-radius: 0 0 6px 6px;
|
2649 |
+
}
|
2650 |
+
.nav-pills .dropdown-menu {
|
2651 |
+
-webkit-border-radius: 6px;
|
2652 |
+
-moz-border-radius: 6px;
|
2653 |
+
border-radius: 6px;
|
2654 |
+
}
|
2655 |
+
.nav .dropdown-toggle .caret {
|
2656 |
+
border-top-color: #0088cc;
|
2657 |
+
border-bottom-color: #0088cc;
|
2658 |
+
margin-top: 6px;
|
2659 |
+
}
|
2660 |
+
.nav .dropdown-toggle:hover .caret {
|
2661 |
+
border-top-color: #005580;
|
2662 |
+
border-bottom-color: #005580;
|
2663 |
+
}
|
2664 |
+
/* move down carets for tabs */
|
2665 |
+
.nav-tabs .dropdown-toggle .caret {
|
2666 |
+
margin-top: 8px;
|
2667 |
+
}
|
2668 |
+
.nav .active .dropdown-toggle .caret {
|
2669 |
+
border-top-color: #fff;
|
2670 |
+
border-bottom-color: #fff;
|
2671 |
+
}
|
2672 |
+
.nav-tabs .active .dropdown-toggle .caret {
|
2673 |
+
border-top-color: #555555;
|
2674 |
+
border-bottom-color: #555555;
|
2675 |
+
}
|
2676 |
+
.nav > .dropdown.active > a:hover {
|
2677 |
+
cursor: pointer;
|
2678 |
+
}
|
2679 |
+
.nav-tabs .open .dropdown-toggle,
|
2680 |
+
.nav-pills .open .dropdown-toggle,
|
2681 |
+
.nav > li.dropdown.open.active > a:hover {
|
2682 |
+
color: #ffffff;
|
2683 |
+
background-color: #999999;
|
2684 |
+
border-color: #999999;
|
2685 |
+
}
|
2686 |
+
.nav li.dropdown.open .caret,
|
2687 |
+
.nav li.dropdown.open.active .caret,
|
2688 |
+
.nav li.dropdown.open a:hover .caret {
|
2689 |
+
border-top-color: #ffffff;
|
2690 |
+
border-bottom-color: #ffffff;
|
2691 |
+
opacity: 1;
|
2692 |
+
filter: alpha(opacity=100);
|
2693 |
+
}
|
2694 |
+
.tabs-stacked .open > a:hover {
|
2695 |
+
border-color: #999999;
|
2696 |
+
}
|
2697 |
+
.tabbable {
|
2698 |
+
*zoom: 1;
|
2699 |
+
}
|
2700 |
+
.tabbable:before,
|
2701 |
+
.tabbable:after {
|
2702 |
+
display: table;
|
2703 |
+
content: "";
|
2704 |
+
line-height: 0;
|
2705 |
+
}
|
2706 |
+
.tabbable:after {
|
2707 |
+
clear: both;
|
2708 |
+
}
|
2709 |
+
.tab-content {
|
2710 |
+
overflow: auto;
|
2711 |
+
}
|
2712 |
+
.tabs-below > .nav-tabs,
|
2713 |
+
.tabs-right > .nav-tabs,
|
2714 |
+
.tabs-left > .nav-tabs {
|
2715 |
+
border-bottom: 0;
|
2716 |
+
}
|
2717 |
+
.tab-content > .tab-pane,
|
2718 |
+
.pill-content > .pill-pane {
|
2719 |
+
display: none;
|
2720 |
+
}
|
2721 |
+
.tab-content > .active,
|
2722 |
+
.pill-content > .active {
|
2723 |
+
display: block;
|
2724 |
+
}
|
2725 |
+
.tabs-below > .nav-tabs {
|
2726 |
+
border-top: 1px solid #ddd;
|
2727 |
+
}
|
2728 |
+
.tabs-below > .nav-tabs > li {
|
2729 |
+
margin-top: -1px;
|
2730 |
+
margin-bottom: 0;
|
2731 |
+
}
|
2732 |
+
.tabs-below > .nav-tabs > li > a {
|
2733 |
+
-webkit-border-radius: 0 0 4px 4px;
|
2734 |
+
-moz-border-radius: 0 0 4px 4px;
|
2735 |
+
border-radius: 0 0 4px 4px;
|
2736 |
+
}
|
2737 |
+
.tabs-below > .nav-tabs > li > a:hover {
|
2738 |
+
border-bottom-color: transparent;
|
2739 |
+
border-top-color: #ddd;
|
2740 |
+
}
|
2741 |
+
.tabs-below > .nav-tabs > .active > a,
|
2742 |
+
.tabs-below > .nav-tabs > .active > a:hover {
|
2743 |
+
border-color: transparent #ddd #ddd #ddd;
|
2744 |
+
}
|
2745 |
+
.tabs-left > .nav-tabs > li,
|
2746 |
+
.tabs-right > .nav-tabs > li {
|
2747 |
+
float: none;
|
2748 |
+
}
|
2749 |
+
.tabs-left > .nav-tabs > li > a,
|
2750 |
+
.tabs-right > .nav-tabs > li > a {
|
2751 |
+
min-width: 74px;
|
2752 |
+
margin-right: 0;
|
2753 |
+
margin-bottom: 3px;
|
2754 |
+
}
|
2755 |
+
.tabs-left > .nav-tabs {
|
2756 |
+
float: left;
|
2757 |
+
margin-right: 19px;
|
2758 |
+
border-right: 1px solid #ddd;
|
2759 |
+
}
|
2760 |
+
.tabs-left > .nav-tabs > li > a {
|
2761 |
+
margin-right: -1px;
|
2762 |
+
-webkit-border-radius: 4px 0 0 4px;
|
2763 |
+
-moz-border-radius: 4px 0 0 4px;
|
2764 |
+
border-radius: 4px 0 0 4px;
|
2765 |
+
}
|
2766 |
+
.tabs-left > .nav-tabs > li > a:hover {
|
2767 |
+
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
|
2768 |
+
}
|
2769 |
+
.tabs-left > .nav-tabs .active > a,
|
2770 |
+
.tabs-left > .nav-tabs .active > a:hover {
|
2771 |
+
border-color: #ddd transparent #ddd #ddd;
|
2772 |
+
*border-right-color: #ffffff;
|
2773 |
+
}
|
2774 |
+
.tabs-right > .nav-tabs {
|
2775 |
+
float: right;
|
2776 |
+
margin-left: 19px;
|
2777 |
+
border-left: 1px solid #ddd;
|
2778 |
+
}
|
2779 |
+
.tabs-right > .nav-tabs > li > a {
|
2780 |
+
margin-left: -1px;
|
2781 |
+
-webkit-border-radius: 0 4px 4px 0;
|
2782 |
+
-moz-border-radius: 0 4px 4px 0;
|
2783 |
+
border-radius: 0 4px 4px 0;
|
2784 |
+
}
|
2785 |
+
.tabs-right > .nav-tabs > li > a:hover {
|
2786 |
+
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
|
2787 |
+
}
|
2788 |
+
.tabs-right > .nav-tabs .active > a,
|
2789 |
+
.tabs-right > .nav-tabs .active > a:hover {
|
2790 |
+
border-color: #ddd #ddd #ddd transparent;
|
2791 |
+
*border-left-color: #ffffff;
|
2792 |
+
}
|
2793 |
+
.nav > .disabled > a {
|
2794 |
+
color: #999999;
|
2795 |
+
}
|
2796 |
+
.nav > .disabled > a:hover {
|
2797 |
+
text-decoration: none;
|
2798 |
+
background-color: transparent;
|
2799 |
+
cursor: default;
|
2800 |
+
}
|
2801 |
+
.navbar {
|
2802 |
+
overflow: visible;
|
2803 |
+
margin-bottom: 20px;
|
2804 |
+
color: #777777;
|
2805 |
+
*position: relative;
|
2806 |
+
*z-index: 2;
|
2807 |
+
}
|
2808 |
+
.navbar-inner {
|
2809 |
+
min-height: 40px;
|
2810 |
+
padding-left: 20px;
|
2811 |
+
padding-right: 20px;
|
2812 |
+
background-color: #fafafa;
|
2813 |
+
background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
|
2814 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
|
2815 |
+
background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
|
2816 |
+
background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
|
2817 |
+
background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
|
2818 |
+
background-repeat: repeat-x;
|
2819 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
|
2820 |
+
border: 1px solid #d4d4d4;
|
2821 |
+
-webkit-border-radius: 4px;
|
2822 |
+
-moz-border-radius: 4px;
|
2823 |
+
border-radius: 4px;
|
2824 |
+
-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
2825 |
+
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
2826 |
+
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
|
2827 |
+
*zoom: 1;
|
2828 |
+
}
|
2829 |
+
.navbar-inner:before,
|
2830 |
+
.navbar-inner:after {
|
2831 |
+
display: table;
|
2832 |
+
content: "";
|
2833 |
+
line-height: 0;
|
2834 |
+
}
|
2835 |
+
.navbar-inner:after {
|
2836 |
+
clear: both;
|
2837 |
+
}
|
2838 |
+
.navbar .container {
|
2839 |
+
width: auto;
|
2840 |
+
}
|
2841 |
+
.nav-collapse.collapse {
|
2842 |
+
height: auto;
|
2843 |
+
}
|
2844 |
+
.navbar .brand {
|
2845 |
+
float: left;
|
2846 |
+
display: block;
|
2847 |
+
padding: 10px 20px 10px;
|
2848 |
+
margin-left: -20px;
|
2849 |
+
font-size: 20px;
|
2850 |
+
font-weight: 200;
|
2851 |
+
color: #777777;
|
2852 |
+
text-shadow: 0 1px 0 #ffffff;
|
2853 |
+
}
|
2854 |
+
.navbar .brand:hover {
|
2855 |
+
text-decoration: none;
|
2856 |
+
}
|
2857 |
+
.navbar-text {
|
2858 |
+
margin-bottom: 0;
|
2859 |
+
line-height: 40px;
|
2860 |
+
}
|
2861 |
+
.navbar-link {
|
2862 |
+
color: #777777;
|
2863 |
+
}
|
2864 |
+
.navbar-link:hover {
|
2865 |
+
color: #333333;
|
2866 |
+
}
|
2867 |
+
.navbar .divider-vertical {
|
2868 |
+
height: 40px;
|
2869 |
+
margin: 0 9px;
|
2870 |
+
border-left: 1px solid #f2f2f2;
|
2871 |
+
border-right: 1px solid #ffffff;
|
2872 |
+
}
|
2873 |
+
.navbar .btn,
|
2874 |
+
.navbar .btn-group {
|
2875 |
+
margin-top: 5px;
|
2876 |
+
}
|
2877 |
+
.navbar .btn-group .btn,
|
2878 |
+
.navbar .input-prepend .btn,
|
2879 |
+
.navbar .input-append .btn {
|
2880 |
+
margin-top: 0;
|
2881 |
+
}
|
2882 |
+
.navbar-form {
|
2883 |
+
margin-bottom: 0;
|
2884 |
+
*zoom: 1;
|
2885 |
+
}
|
2886 |
+
.navbar-form:before,
|
2887 |
+
.navbar-form:after {
|
2888 |
+
display: table;
|
2889 |
+
content: "";
|
2890 |
+
line-height: 0;
|
2891 |
+
}
|
2892 |
+
.navbar-form:after {
|
2893 |
+
clear: both;
|
2894 |
+
}
|
2895 |
+
.navbar-form input,
|
2896 |
+
.navbar-form select,
|
2897 |
+
.navbar-form .radio,
|
2898 |
+
.navbar-form .checkbox {
|
2899 |
+
margin-top: 5px;
|
2900 |
+
}
|
2901 |
+
.navbar-form input,
|
2902 |
+
.navbar-form select,
|
2903 |
+
.navbar-form .btn {
|
2904 |
+
display: inline-block;
|
2905 |
+
margin-bottom: 0;
|
2906 |
+
}
|
2907 |
+
.navbar-form input[type="image"],
|
2908 |
+
.navbar-form input[type="checkbox"],
|
2909 |
+
.navbar-form input[type="radio"] {
|
2910 |
+
margin-top: 3px;
|
2911 |
+
}
|
2912 |
+
.navbar-form .input-append,
|
2913 |
+
.navbar-form .input-prepend {
|
2914 |
+
margin-top: 6px;
|
2915 |
+
white-space: nowrap;
|
2916 |
+
}
|
2917 |
+
.navbar-form .input-append input,
|
2918 |
+
.navbar-form .input-prepend input {
|
2919 |
+
margin-top: 0;
|
2920 |
+
}
|
2921 |
+
.navbar-search {
|
2922 |
+
position: relative;
|
2923 |
+
float: left;
|
2924 |
+
margin-top: 5px;
|
2925 |
+
margin-bottom: 0;
|
2926 |
+
}
|
2927 |
+
.navbar-search .search-query {
|
2928 |
+
margin-bottom: 0;
|
2929 |
+
padding: 4px 14px;
|
2930 |
+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
2931 |
+
font-size: 13px;
|
2932 |
+
font-weight: normal;
|
2933 |
+
line-height: 1;
|
2934 |
+
-webkit-border-radius: 15px;
|
2935 |
+
-moz-border-radius: 15px;
|
2936 |
+
border-radius: 15px;
|
2937 |
+
}
|
2938 |
+
.navbar-static-top {
|
2939 |
+
position: static;
|
2940 |
+
width: 100%;
|
2941 |
+
margin-bottom: 0;
|
2942 |
+
}
|
2943 |
+
.navbar-static-top .navbar-inner {
|
2944 |
+
-webkit-border-radius: 0;
|
2945 |
+
-moz-border-radius: 0;
|
2946 |
+
border-radius: 0;
|
2947 |
+
}
|
2948 |
+
.navbar-fixed-top,
|
2949 |
+
.navbar-fixed-bottom {
|
2950 |
+
position: fixed;
|
2951 |
+
right: 0;
|
2952 |
+
left: 0;
|
2953 |
+
z-index: 1030;
|
2954 |
+
margin-bottom: 0;
|
2955 |
+
}
|
2956 |
+
.navbar-fixed-top .navbar-inner,
|
2957 |
+
.navbar-static-top .navbar-inner {
|
2958 |
+
border-width: 0 0 1px;
|
2959 |
+
}
|
2960 |
+
.navbar-fixed-bottom .navbar-inner {
|
2961 |
+
border-width: 1px 0 0;
|
2962 |
+
}
|
2963 |
+
.navbar-fixed-top .navbar-inner,
|
2964 |
+
.navbar-fixed-bottom .navbar-inner {
|
2965 |
+
padding-left: 0;
|
2966 |
+
padding-right: 0;
|
2967 |
+
-webkit-border-radius: 0;
|
2968 |
+
-moz-border-radius: 0;
|
2969 |
+
border-radius: 0;
|
2970 |
+
}
|
2971 |
+
.navbar-static-top .container,
|
2972 |
+
.navbar-fixed-top .container,
|
2973 |
+
.navbar-fixed-bottom .container {
|
2974 |
+
width: 940px;
|
2975 |
+
}
|
2976 |
+
.navbar-fixed-top {
|
2977 |
+
top: 0;
|
2978 |
+
}
|
2979 |
+
.navbar-fixed-top .navbar-inner,
|
2980 |
+
.navbar-static-top .navbar-inner {
|
2981 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
2982 |
+
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
2983 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
|
2984 |
+
}
|
2985 |
+
.navbar-fixed-bottom {
|
2986 |
+
bottom: 0;
|
2987 |
+
}
|
2988 |
+
.navbar-fixed-bottom .navbar-inner {
|
2989 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
2990 |
+
-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
2991 |
+
box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1), 0 -1px 10px rgba(0, 0, 0, 0.1);
|
2992 |
+
}
|
2993 |
+
.navbar .nav {
|
2994 |
+
position: relative;
|
2995 |
+
left: 0;
|
2996 |
+
display: block;
|
2997 |
+
float: left;
|
2998 |
+
margin: 0 10px 0 0;
|
2999 |
+
}
|
3000 |
+
.navbar .nav.pull-right {
|
3001 |
+
float: right;
|
3002 |
+
margin-right: 0;
|
3003 |
+
}
|
3004 |
+
.navbar .nav > li {
|
3005 |
+
float: left;
|
3006 |
+
}
|
3007 |
+
.navbar .nav > li > a {
|
3008 |
+
float: none;
|
3009 |
+
padding: 10px 15px 10px;
|
3010 |
+
color: #777777;
|
3011 |
+
text-decoration: none;
|
3012 |
+
text-shadow: 0 1px 0 #ffffff;
|
3013 |
+
}
|
3014 |
+
.navbar .nav .dropdown-toggle .caret {
|
3015 |
+
margin-top: 8px;
|
3016 |
+
}
|
3017 |
+
.navbar .nav > li > a:focus,
|
3018 |
+
.navbar .nav > li > a:hover {
|
3019 |
+
background-color: transparent;
|
3020 |
+
color: #333333;
|
3021 |
+
text-decoration: none;
|
3022 |
+
}
|
3023 |
+
.navbar .nav > .active > a,
|
3024 |
+
.navbar .nav > .active > a:hover,
|
3025 |
+
.navbar .nav > .active > a:focus {
|
3026 |
+
color: #555555;
|
3027 |
+
text-decoration: none;
|
3028 |
+
background-color: #e5e5e5;
|
3029 |
+
-webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
3030 |
+
-moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
3031 |
+
box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
|
3032 |
+
}
|
3033 |
+
.navbar .btn-navbar {
|
3034 |
+
display: none;
|
3035 |
+
float: right;
|
3036 |
+
padding: 7px 10px;
|
3037 |
+
margin-left: 5px;
|
3038 |
+
margin-right: 5px;
|
3039 |
+
color: #ffffff;
|
3040 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3041 |
+
background-color: #ededed;
|
3042 |
+
background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
|
3043 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
|
3044 |
+
background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
|
3045 |
+
background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
|
3046 |
+
background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
|
3047 |
+
background-repeat: repeat-x;
|
3048 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
|
3049 |
+
border-color: #e5e5e5 #e5e5e5 #bfbfbf;
|
3050 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
3051 |
+
*background-color: #e5e5e5;
|
3052 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
3053 |
+
|
3054 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
3055 |
+
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
3056 |
+
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
3057 |
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
|
3058 |
+
}
|
3059 |
+
.navbar .btn-navbar:hover,
|
3060 |
+
.navbar .btn-navbar:active,
|
3061 |
+
.navbar .btn-navbar.active,
|
3062 |
+
.navbar .btn-navbar.disabled,
|
3063 |
+
.navbar .btn-navbar[disabled] {
|
3064 |
+
color: #ffffff;
|
3065 |
+
background-color: #e5e5e5;
|
3066 |
+
*background-color: #d9d9d9;
|
3067 |
+
}
|
3068 |
+
.navbar .btn-navbar:active,
|
3069 |
+
.navbar .btn-navbar.active {
|
3070 |
+
background-color: #cccccc \9;
|
3071 |
+
}
|
3072 |
+
.navbar .btn-navbar .icon-bar {
|
3073 |
+
display: block;
|
3074 |
+
width: 18px;
|
3075 |
+
height: 2px;
|
3076 |
+
background-color: #f5f5f5;
|
3077 |
+
-webkit-border-radius: 1px;
|
3078 |
+
-moz-border-radius: 1px;
|
3079 |
+
border-radius: 1px;
|
3080 |
+
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3081 |
+
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3082 |
+
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
|
3083 |
+
}
|
3084 |
+
.btn-navbar .icon-bar + .icon-bar {
|
3085 |
+
margin-top: 3px;
|
3086 |
+
}
|
3087 |
+
.navbar .nav > li > .dropdown-menu:before {
|
3088 |
+
content: '';
|
3089 |
+
display: inline-block;
|
3090 |
+
border-left: 7px solid transparent;
|
3091 |
+
border-right: 7px solid transparent;
|
3092 |
+
border-bottom: 7px solid #ccc;
|
3093 |
+
border-bottom-color: rgba(0, 0, 0, 0.2);
|
3094 |
+
position: absolute;
|
3095 |
+
top: -7px;
|
3096 |
+
left: 9px;
|
3097 |
+
}
|
3098 |
+
.navbar .nav > li > .dropdown-menu:after {
|
3099 |
+
content: '';
|
3100 |
+
display: inline-block;
|
3101 |
+
border-left: 6px solid transparent;
|
3102 |
+
border-right: 6px solid transparent;
|
3103 |
+
border-bottom: 6px solid #ffffff;
|
3104 |
+
position: absolute;
|
3105 |
+
top: -6px;
|
3106 |
+
left: 10px;
|
3107 |
+
}
|
3108 |
+
.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
|
3109 |
+
border-top: 7px solid #ccc;
|
3110 |
+
border-top-color: rgba(0, 0, 0, 0.2);
|
3111 |
+
border-bottom: 0;
|
3112 |
+
bottom: -7px;
|
3113 |
+
top: auto;
|
3114 |
+
}
|
3115 |
+
.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
|
3116 |
+
border-top: 6px solid #ffffff;
|
3117 |
+
border-bottom: 0;
|
3118 |
+
bottom: -6px;
|
3119 |
+
top: auto;
|
3120 |
+
}
|
3121 |
+
.navbar .nav li.dropdown.open > .dropdown-toggle,
|
3122 |
+
.navbar .nav li.dropdown.active > .dropdown-toggle,
|
3123 |
+
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
|
3124 |
+
background-color: #e5e5e5;
|
3125 |
+
color: #555555;
|
3126 |
+
}
|
3127 |
+
.navbar .nav li.dropdown > .dropdown-toggle .caret {
|
3128 |
+
border-top-color: #777777;
|
3129 |
+
border-bottom-color: #777777;
|
3130 |
+
}
|
3131 |
+
.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
|
3132 |
+
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
|
3133 |
+
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
3134 |
+
border-top-color: #555555;
|
3135 |
+
border-bottom-color: #555555;
|
3136 |
+
}
|
3137 |
+
.navbar .pull-right > li > .dropdown-menu,
|
3138 |
+
.navbar .nav > li > .dropdown-menu.pull-right {
|
3139 |
+
left: auto;
|
3140 |
+
right: 0;
|
3141 |
+
}
|
3142 |
+
.navbar .pull-right > li > .dropdown-menu:before,
|
3143 |
+
.navbar .nav > li > .dropdown-menu.pull-right:before {
|
3144 |
+
left: auto;
|
3145 |
+
right: 12px;
|
3146 |
+
}
|
3147 |
+
.navbar .pull-right > li > .dropdown-menu:after,
|
3148 |
+
.navbar .nav > li > .dropdown-menu.pull-right:after {
|
3149 |
+
left: auto;
|
3150 |
+
right: 13px;
|
3151 |
+
}
|
3152 |
+
.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
|
3153 |
+
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
|
3154 |
+
left: auto;
|
3155 |
+
right: 100%;
|
3156 |
+
margin-left: 0;
|
3157 |
+
margin-right: -1px;
|
3158 |
+
-webkit-border-radius: 6px 0 6px 6px;
|
3159 |
+
-moz-border-radius: 6px 0 6px 6px;
|
3160 |
+
border-radius: 6px 0 6px 6px;
|
3161 |
+
}
|
3162 |
+
.navbar-inverse {
|
3163 |
+
color: #999999;
|
3164 |
+
}
|
3165 |
+
.navbar-inverse .navbar-inner {
|
3166 |
+
background-color: #1b1b1b;
|
3167 |
+
background-image: -moz-linear-gradient(top, #222222, #111111);
|
3168 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
|
3169 |
+
background-image: -webkit-linear-gradient(top, #222222, #111111);
|
3170 |
+
background-image: -o-linear-gradient(top, #222222, #111111);
|
3171 |
+
background-image: linear-gradient(to bottom, #222222, #111111);
|
3172 |
+
background-repeat: repeat-x;
|
3173 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
|
3174 |
+
border-color: #252525;
|
3175 |
+
}
|
3176 |
+
.navbar-inverse .brand,
|
3177 |
+
.navbar-inverse .nav > li > a {
|
3178 |
+
color: #999999;
|
3179 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3180 |
+
}
|
3181 |
+
.navbar-inverse .brand:hover,
|
3182 |
+
.navbar-inverse .nav > li > a:hover {
|
3183 |
+
color: #ffffff;
|
3184 |
+
}
|
3185 |
+
.navbar-inverse .nav > li > a:focus,
|
3186 |
+
.navbar-inverse .nav > li > a:hover {
|
3187 |
+
background-color: transparent;
|
3188 |
+
color: #ffffff;
|
3189 |
+
}
|
3190 |
+
.navbar-inverse .nav .active > a,
|
3191 |
+
.navbar-inverse .nav .active > a:hover,
|
3192 |
+
.navbar-inverse .nav .active > a:focus {
|
3193 |
+
color: #ffffff;
|
3194 |
+
background-color: #111111;
|
3195 |
+
}
|
3196 |
+
.navbar-inverse .navbar-link {
|
3197 |
+
color: #999999;
|
3198 |
+
}
|
3199 |
+
.navbar-inverse .navbar-link:hover {
|
3200 |
+
color: #ffffff;
|
3201 |
+
}
|
3202 |
+
.navbar-inverse .divider-vertical {
|
3203 |
+
border-left-color: #111111;
|
3204 |
+
border-right-color: #222222;
|
3205 |
+
}
|
3206 |
+
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
|
3207 |
+
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
|
3208 |
+
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
|
3209 |
+
background-color: #111111;
|
3210 |
+
color: #ffffff;
|
3211 |
+
}
|
3212 |
+
.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
|
3213 |
+
border-top-color: #999999;
|
3214 |
+
border-bottom-color: #999999;
|
3215 |
+
}
|
3216 |
+
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
|
3217 |
+
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
|
3218 |
+
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
|
3219 |
+
border-top-color: #ffffff;
|
3220 |
+
border-bottom-color: #ffffff;
|
3221 |
+
}
|
3222 |
+
.navbar-inverse .navbar-search .search-query {
|
3223 |
+
color: #ffffff;
|
3224 |
+
background-color: #515151;
|
3225 |
+
border-color: #111111;
|
3226 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3227 |
+
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3228 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
|
3229 |
+
-webkit-transition: none;
|
3230 |
+
-moz-transition: none;
|
3231 |
+
-o-transition: none;
|
3232 |
+
transition: none;
|
3233 |
+
}
|
3234 |
+
.navbar-inverse .navbar-search .search-query:-moz-placeholder {
|
3235 |
+
color: #cccccc;
|
3236 |
+
}
|
3237 |
+
.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
|
3238 |
+
color: #cccccc;
|
3239 |
+
}
|
3240 |
+
.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
|
3241 |
+
color: #cccccc;
|
3242 |
+
}
|
3243 |
+
.navbar-inverse .navbar-search .search-query:focus,
|
3244 |
+
.navbar-inverse .navbar-search .search-query.focused {
|
3245 |
+
padding: 5px 15px;
|
3246 |
+
color: #333333;
|
3247 |
+
text-shadow: 0 1px 0 #ffffff;
|
3248 |
+
background-color: #ffffff;
|
3249 |
+
border: 0;
|
3250 |
+
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
3251 |
+
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
3252 |
+
box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
|
3253 |
+
outline: 0;
|
3254 |
+
}
|
3255 |
+
.navbar-inverse .btn-navbar {
|
3256 |
+
color: #ffffff;
|
3257 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3258 |
+
background-color: #0e0e0e;
|
3259 |
+
background-image: -moz-linear-gradient(top, #151515, #040404);
|
3260 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
|
3261 |
+
background-image: -webkit-linear-gradient(top, #151515, #040404);
|
3262 |
+
background-image: -o-linear-gradient(top, #151515, #040404);
|
3263 |
+
background-image: linear-gradient(to bottom, #151515, #040404);
|
3264 |
+
background-repeat: repeat-x;
|
3265 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
|
3266 |
+
border-color: #040404 #040404 #000000;
|
3267 |
+
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
|
3268 |
+
*background-color: #040404;
|
3269 |
+
/* Darken IE7 buttons by default so they stand out more given they won't have borders */
|
3270 |
+
|
3271 |
+
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
|
3272 |
+
}
|
3273 |
+
.navbar-inverse .btn-navbar:hover,
|
3274 |
+
.navbar-inverse .btn-navbar:active,
|
3275 |
+
.navbar-inverse .btn-navbar.active,
|
3276 |
+
.navbar-inverse .btn-navbar.disabled,
|
3277 |
+
.navbar-inverse .btn-navbar[disabled] {
|
3278 |
+
color: #ffffff;
|
3279 |
+
background-color: #040404;
|
3280 |
+
*background-color: #000000;
|
3281 |
+
}
|
3282 |
+
.navbar-inverse .btn-navbar:active,
|
3283 |
+
.navbar-inverse .btn-navbar.active {
|
3284 |
+
background-color: #000000 \9;
|
3285 |
+
}
|
3286 |
+
.breadcrumb {
|
3287 |
+
padding: 8px 15px;
|
3288 |
+
margin: 0 0 20px;
|
3289 |
+
list-style: none;
|
3290 |
+
background-color: #f5f5f5;
|
3291 |
+
-webkit-border-radius: 4px;
|
3292 |
+
-moz-border-radius: 4px;
|
3293 |
+
border-radius: 4px;
|
3294 |
+
}
|
3295 |
+
.breadcrumb li {
|
3296 |
+
display: inline-block;
|
3297 |
+
*display: inline;
|
3298 |
+
/* IE7 inline-block hack */
|
3299 |
+
|
3300 |
+
*zoom: 1;
|
3301 |
+
text-shadow: 0 1px 0 #ffffff;
|
3302 |
+
}
|
3303 |
+
.breadcrumb .divider {
|
3304 |
+
padding: 0 5px;
|
3305 |
+
color: #ccc;
|
3306 |
+
}
|
3307 |
+
.breadcrumb .active {
|
3308 |
+
color: #999999;
|
3309 |
+
}
|
3310 |
+
.pagination {
|
3311 |
+
height: 40px;
|
3312 |
+
margin: 20px 0;
|
3313 |
+
}
|
3314 |
+
.pagination ul {
|
3315 |
+
display: inline-block;
|
3316 |
+
*display: inline;
|
3317 |
+
/* IE7 inline-block hack */
|
3318 |
+
|
3319 |
+
*zoom: 1;
|
3320 |
+
margin-left: 0;
|
3321 |
+
margin-bottom: 0;
|
3322 |
+
-webkit-border-radius: 3px;
|
3323 |
+
-moz-border-radius: 3px;
|
3324 |
+
border-radius: 3px;
|
3325 |
+
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
3326 |
+
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
3327 |
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
3328 |
+
}
|
3329 |
+
.pagination ul > li {
|
3330 |
+
display: inline;
|
3331 |
+
}
|
3332 |
+
.pagination ul > li > a,
|
3333 |
+
.pagination ul > li > span {
|
3334 |
+
float: left;
|
3335 |
+
padding: 0 14px;
|
3336 |
+
line-height: 38px;
|
3337 |
+
text-decoration: none;
|
3338 |
+
background-color: #ffffff;
|
3339 |
+
border: 1px solid #dddddd;
|
3340 |
+
border-left-width: 0;
|
3341 |
+
}
|
3342 |
+
.pagination ul > li > a:hover,
|
3343 |
+
.pagination ul > .active > a,
|
3344 |
+
.pagination ul > .active > span {
|
3345 |
+
background-color: #f5f5f5;
|
3346 |
+
}
|
3347 |
+
.pagination ul > .active > a,
|
3348 |
+
.pagination ul > .active > span {
|
3349 |
+
color: #999999;
|
3350 |
+
cursor: default;
|
3351 |
+
}
|
3352 |
+
.pagination ul > .disabled > span,
|
3353 |
+
.pagination ul > .disabled > a,
|
3354 |
+
.pagination ul > .disabled > a:hover {
|
3355 |
+
color: #999999;
|
3356 |
+
background-color: transparent;
|
3357 |
+
cursor: default;
|
3358 |
+
}
|
3359 |
+
.pagination ul > li:first-child > a,
|
3360 |
+
.pagination ul > li:first-child > span {
|
3361 |
+
border-left-width: 1px;
|
3362 |
+
-webkit-border-radius: 3px 0 0 3px;
|
3363 |
+
-moz-border-radius: 3px 0 0 3px;
|
3364 |
+
border-radius: 3px 0 0 3px;
|
3365 |
+
}
|
3366 |
+
.pagination ul > li:last-child > a,
|
3367 |
+
.pagination ul > li:last-child > span {
|
3368 |
+
-webkit-border-radius: 0 3px 3px 0;
|
3369 |
+
-moz-border-radius: 0 3px 3px 0;
|
3370 |
+
border-radius: 0 3px 3px 0;
|
3371 |
+
}
|
3372 |
+
.pagination-centered {
|
3373 |
+
text-align: center;
|
3374 |
+
}
|
3375 |
+
.pagination-right {
|
3376 |
+
text-align: right;
|
3377 |
+
}
|
3378 |
+
.pager {
|
3379 |
+
margin: 20px 0;
|
3380 |
+
list-style: none;
|
3381 |
+
text-align: center;
|
3382 |
+
*zoom: 1;
|
3383 |
+
}
|
3384 |
+
.pager:before,
|
3385 |
+
.pager:after {
|
3386 |
+
display: table;
|
3387 |
+
content: "";
|
3388 |
+
line-height: 0;
|
3389 |
+
}
|
3390 |
+
.pager:after {
|
3391 |
+
clear: both;
|
3392 |
+
}
|
3393 |
+
.pager li {
|
3394 |
+
display: inline;
|
3395 |
+
}
|
3396 |
+
.pager a,
|
3397 |
+
.pager span {
|
3398 |
+
display: inline-block;
|
3399 |
+
padding: 5px 14px;
|
3400 |
+
background-color: #fff;
|
3401 |
+
border: 1px solid #ddd;
|
3402 |
+
-webkit-border-radius: 15px;
|
3403 |
+
-moz-border-radius: 15px;
|
3404 |
+
border-radius: 15px;
|
3405 |
+
}
|
3406 |
+
.pager a:hover {
|
3407 |
+
text-decoration: none;
|
3408 |
+
background-color: #f5f5f5;
|
3409 |
+
}
|
3410 |
+
.pager .next a,
|
3411 |
+
.pager .next span {
|
3412 |
+
float: right;
|
3413 |
+
}
|
3414 |
+
.pager .previous a {
|
3415 |
+
float: left;
|
3416 |
+
}
|
3417 |
+
.pager .disabled a,
|
3418 |
+
.pager .disabled a:hover,
|
3419 |
+
.pager .disabled span {
|
3420 |
+
color: #999999;
|
3421 |
+
background-color: #fff;
|
3422 |
+
cursor: default;
|
3423 |
+
}
|
3424 |
+
.thumbnails {
|
3425 |
+
margin-left: -20px;
|
3426 |
+
list-style: none;
|
3427 |
+
*zoom: 1;
|
3428 |
+
}
|
3429 |
+
.thumbnails:before,
|
3430 |
+
.thumbnails:after {
|
3431 |
+
display: table;
|
3432 |
+
content: "";
|
3433 |
+
line-height: 0;
|
3434 |
+
}
|
3435 |
+
.thumbnails:after {
|
3436 |
+
clear: both;
|
3437 |
+
}
|
3438 |
+
.row-fluid .thumbnails {
|
3439 |
+
margin-left: 0;
|
3440 |
+
}
|
3441 |
+
.thumbnails > li {
|
3442 |
+
float: left;
|
3443 |
+
margin-bottom: 20px;
|
3444 |
+
margin-left: 20px;
|
3445 |
+
}
|
3446 |
+
.thumbnail {
|
3447 |
+
display: block;
|
3448 |
+
padding: 4px;
|
3449 |
+
line-height: 20px;
|
3450 |
+
border: 1px solid #ddd;
|
3451 |
+
-webkit-border-radius: 4px;
|
3452 |
+
-moz-border-radius: 4px;
|
3453 |
+
border-radius: 4px;
|
3454 |
+
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
3455 |
+
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
3456 |
+
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
|
3457 |
+
-webkit-transition: all 0.2s ease-in-out;
|
3458 |
+
-moz-transition: all 0.2s ease-in-out;
|
3459 |
+
-o-transition: all 0.2s ease-in-out;
|
3460 |
+
transition: all 0.2s ease-in-out;
|
3461 |
+
}
|
3462 |
+
a.thumbnail:hover {
|
3463 |
+
border-color: #0088cc;
|
3464 |
+
-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
3465 |
+
-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
3466 |
+
box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
|
3467 |
+
}
|
3468 |
+
.thumbnail > img {
|
3469 |
+
display: block;
|
3470 |
+
max-width: 100%;
|
3471 |
+
margin-left: auto;
|
3472 |
+
margin-right: auto;
|
3473 |
+
}
|
3474 |
+
.thumbnail .caption {
|
3475 |
+
padding: 9px;
|
3476 |
+
color: #555555;
|
3477 |
+
}
|
3478 |
+
.alert {
|
3479 |
+
padding: 8px 35px 8px 14px;
|
3480 |
+
margin-bottom: 20px;
|
3481 |
+
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
|
3482 |
+
background-color: #fcf8e3;
|
3483 |
+
border: 1px solid #fbeed5;
|
3484 |
+
-webkit-border-radius: 4px;
|
3485 |
+
-moz-border-radius: 4px;
|
3486 |
+
border-radius: 4px;
|
3487 |
+
color: #c09853;
|
3488 |
+
}
|
3489 |
+
.alert h4 {
|
3490 |
+
margin: 0;
|
3491 |
+
}
|
3492 |
+
.alert .close {
|
3493 |
+
position: relative;
|
3494 |
+
top: -2px;
|
3495 |
+
right: -21px;
|
3496 |
+
line-height: 20px;
|
3497 |
+
}
|
3498 |
+
.alert-success {
|
3499 |
+
background-color: #dff0d8;
|
3500 |
+
border-color: #d6e9c6;
|
3501 |
+
color: #468847;
|
3502 |
+
}
|
3503 |
+
.alert-danger,
|
3504 |
+
.alert-error {
|
3505 |
+
background-color: #f2dede;
|
3506 |
+
border-color: #eed3d7;
|
3507 |
+
color: #b94a48;
|
3508 |
+
}
|
3509 |
+
.alert-info {
|
3510 |
+
background-color: #d9edf7;
|
3511 |
+
border-color: #bce8f1;
|
3512 |
+
color: #3a87ad;
|
3513 |
+
}
|
3514 |
+
.alert-block {
|
3515 |
+
padding-top: 14px;
|
3516 |
+
padding-bottom: 14px;
|
3517 |
+
}
|
3518 |
+
.alert-block > p,
|
3519 |
+
.alert-block > ul {
|
3520 |
+
margin-bottom: 0;
|
3521 |
+
}
|
3522 |
+
.alert-block p + p {
|
3523 |
+
margin-top: 5px;
|
3524 |
+
}
|
3525 |
+
@-webkit-keyframes progress-bar-stripes {
|
3526 |
+
from {
|
3527 |
+
background-position: 40px 0;
|
3528 |
+
}
|
3529 |
+
to {
|
3530 |
+
background-position: 0 0;
|
3531 |
+
}
|
3532 |
+
}
|
3533 |
+
@-moz-keyframes progress-bar-stripes {
|
3534 |
+
from {
|
3535 |
+
background-position: 40px 0;
|
3536 |
+
}
|
3537 |
+
to {
|
3538 |
+
background-position: 0 0;
|
3539 |
+
}
|
3540 |
+
}
|
3541 |
+
@-ms-keyframes progress-bar-stripes {
|
3542 |
+
from {
|
3543 |
+
background-position: 40px 0;
|
3544 |
+
}
|
3545 |
+
to {
|
3546 |
+
background-position: 0 0;
|
3547 |
+
}
|
3548 |
+
}
|
3549 |
+
@-o-keyframes progress-bar-stripes {
|
3550 |
+
from {
|
3551 |
+
background-position: 0 0;
|
3552 |
+
}
|
3553 |
+
to {
|
3554 |
+
background-position: 40px 0;
|
3555 |
+
}
|
3556 |
+
}
|
3557 |
+
@keyframes progress-bar-stripes {
|
3558 |
+
from {
|
3559 |
+
background-position: 40px 0;
|
3560 |
+
}
|
3561 |
+
to {
|
3562 |
+
background-position: 0 0;
|
3563 |
+
}
|
3564 |
+
}
|
3565 |
+
.progress {
|
3566 |
+
overflow: hidden;
|
3567 |
+
height: 20px;
|
3568 |
+
margin-bottom: 20px;
|
3569 |
+
background-color: #f7f7f7;
|
3570 |
+
background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
|
3571 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
|
3572 |
+
background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
|
3573 |
+
background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
|
3574 |
+
background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
|
3575 |
+
background-repeat: repeat-x;
|
3576 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
|
3577 |
+
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
3578 |
+
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
3579 |
+
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
|
3580 |
+
-webkit-border-radius: 4px;
|
3581 |
+
-moz-border-radius: 4px;
|
3582 |
+
border-radius: 4px;
|
3583 |
+
}
|
3584 |
+
.progress .bar {
|
3585 |
+
width: 0%;
|
3586 |
+
height: 100%;
|
3587 |
+
color: #ffffff;
|
3588 |
+
float: left;
|
3589 |
+
font-size: 12px;
|
3590 |
+
text-align: center;
|
3591 |
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
3592 |
+
background-color: #0e90d2;
|
3593 |
+
background-image: -moz-linear-gradient(top, #149bdf, #0480be);
|
3594 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
|
3595 |
+
background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
|
3596 |
+
background-image: -o-linear-gradient(top, #149bdf, #0480be);
|
3597 |
+
background-image: linear-gradient(to bottom, #149bdf, #0480be);
|
3598 |
+
background-repeat: repeat-x;
|
3599 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
|
3600 |
+
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3601 |
+
-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3602 |
+
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3603 |
+
-webkit-box-sizing: border-box;
|
3604 |
+
-moz-box-sizing: border-box;
|
3605 |
+
box-sizing: border-box;
|
3606 |
+
-webkit-transition: width 0.6s ease;
|
3607 |
+
-moz-transition: width 0.6s ease;
|
3608 |
+
-o-transition: width 0.6s ease;
|
3609 |
+
transition: width 0.6s ease;
|
3610 |
+
}
|
3611 |
+
.progress .bar + .bar {
|
3612 |
+
-webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3613 |
+
-moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3614 |
+
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
|
3615 |
+
}
|
3616 |
+
.progress-striped .bar {
|
3617 |
+
background-color: #149bdf;
|
3618 |
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
3619 |
+
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);
|
3620 |
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3621 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3622 |
+
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);
|
3623 |
+
-webkit-background-size: 40px 40px;
|
3624 |
+
-moz-background-size: 40px 40px;
|
3625 |
+
-o-background-size: 40px 40px;
|
3626 |
+
background-size: 40px 40px;
|
3627 |
+
}
|
3628 |
+
.progress.active .bar {
|
3629 |
+
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
3630 |
+
-moz-animation: progress-bar-stripes 2s linear infinite;
|
3631 |
+
-ms-animation: progress-bar-stripes 2s linear infinite;
|
3632 |
+
-o-animation: progress-bar-stripes 2s linear infinite;
|
3633 |
+
animation: progress-bar-stripes 2s linear infinite;
|
3634 |
+
}
|
3635 |
+
.progress-danger .bar,
|
3636 |
+
.progress .bar-danger {
|
3637 |
+
background-color: #dd514c;
|
3638 |
+
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
|
3639 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
|
3640 |
+
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
|
3641 |
+
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
|
3642 |
+
background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
|
3643 |
+
background-repeat: repeat-x;
|
3644 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
|
3645 |
+
}
|
3646 |
+
.progress-danger.progress-striped .bar,
|
3647 |
+
.progress-striped .bar-danger {
|
3648 |
+
background-color: #ee5f5b;
|
3649 |
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
3650 |
+
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);
|
3651 |
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3652 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3653 |
+
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);
|
3654 |
+
}
|
3655 |
+
.progress-success .bar,
|
3656 |
+
.progress .bar-success {
|
3657 |
+
background-color: #5eb95e;
|
3658 |
+
background-image: -moz-linear-gradient(top, #62c462, #57a957);
|
3659 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
|
3660 |
+
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
|
3661 |
+
background-image: -o-linear-gradient(top, #62c462, #57a957);
|
3662 |
+
background-image: linear-gradient(to bottom, #62c462, #57a957);
|
3663 |
+
background-repeat: repeat-x;
|
3664 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
|
3665 |
+
}
|
3666 |
+
.progress-success.progress-striped .bar,
|
3667 |
+
.progress-striped .bar-success {
|
3668 |
+
background-color: #62c462;
|
3669 |
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
3670 |
+
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);
|
3671 |
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3672 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3673 |
+
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);
|
3674 |
+
}
|
3675 |
+
.progress-info .bar,
|
3676 |
+
.progress .bar-info {
|
3677 |
+
background-color: #4bb1cf;
|
3678 |
+
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
|
3679 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
|
3680 |
+
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
|
3681 |
+
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
|
3682 |
+
background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
|
3683 |
+
background-repeat: repeat-x;
|
3684 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
|
3685 |
+
}
|
3686 |
+
.progress-info.progress-striped .bar,
|
3687 |
+
.progress-striped .bar-info {
|
3688 |
+
background-color: #5bc0de;
|
3689 |
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
3690 |
+
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);
|
3691 |
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3692 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3693 |
+
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);
|
3694 |
+
}
|
3695 |
+
.progress-warning .bar,
|
3696 |
+
.progress .bar-warning {
|
3697 |
+
background-color: #faa732;
|
3698 |
+
background-image: -moz-linear-gradient(top, #fbb450, #f89406);
|
3699 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
|
3700 |
+
background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
|
3701 |
+
background-image: -o-linear-gradient(top, #fbb450, #f89406);
|
3702 |
+
background-image: linear-gradient(to bottom, #fbb450, #f89406);
|
3703 |
+
background-repeat: repeat-x;
|
3704 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
|
3705 |
+
}
|
3706 |
+
.progress-warning.progress-striped .bar,
|
3707 |
+
.progress-striped .bar-warning {
|
3708 |
+
background-color: #fbb450;
|
3709 |
+
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
|
3710 |
+
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);
|
3711 |
+
background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3712 |
+
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
3713 |
+
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);
|
3714 |
+
}
|
3715 |
+
.hero-unit {
|
3716 |
+
padding: 60px;
|
3717 |
+
margin-bottom: 30px;
|
3718 |
+
background-color: #eeeeee;
|
3719 |
+
-webkit-border-radius: 6px;
|
3720 |
+
-moz-border-radius: 6px;
|
3721 |
+
border-radius: 6px;
|
3722 |
+
}
|
3723 |
+
.hero-unit h1 {
|
3724 |
+
margin-bottom: 0;
|
3725 |
+
font-size: 60px;
|
3726 |
+
line-height: 1;
|
3727 |
+
color: inherit;
|
3728 |
+
letter-spacing: -1px;
|
3729 |
+
}
|
3730 |
+
.hero-unit p {
|
3731 |
+
font-size: 18px;
|
3732 |
+
font-weight: 200;
|
3733 |
+
line-height: 30px;
|
3734 |
+
color: inherit;
|
3735 |
+
}
|
3736 |
+
.tooltip {
|
3737 |
+
position: absolute;
|
3738 |
+
z-index: 1030;
|
3739 |
+
display: block;
|
3740 |
+
visibility: visible;
|
3741 |
+
padding: 5px;
|
3742 |
+
font-size: 11px;
|
3743 |
+
opacity: 0;
|
3744 |
+
filter: alpha(opacity=0);
|
3745 |
+
}
|
3746 |
+
.tooltip.in {
|
3747 |
+
opacity: 0.8;
|
3748 |
+
filter: alpha(opacity=80);
|
3749 |
+
}
|
3750 |
+
.tooltip.top {
|
3751 |
+
margin-top: -3px;
|
3752 |
+
}
|
3753 |
+
.tooltip.right {
|
3754 |
+
margin-left: 3px;
|
3755 |
+
}
|
3756 |
+
.tooltip.bottom {
|
3757 |
+
margin-top: 3px;
|
3758 |
+
}
|
3759 |
+
.tooltip.left {
|
3760 |
+
margin-left: -3px;
|
3761 |
+
}
|
3762 |
+
.tooltip-inner {
|
3763 |
+
max-width: 200px;
|
3764 |
+
padding: 3px 8px;
|
3765 |
+
color: #ffffff;
|
3766 |
+
text-align: center;
|
3767 |
+
text-decoration: none;
|
3768 |
+
background-color: #000000;
|
3769 |
+
-webkit-border-radius: 4px;
|
3770 |
+
-moz-border-radius: 4px;
|
3771 |
+
border-radius: 4px;
|
3772 |
+
}
|
3773 |
+
.tooltip-arrow {
|
3774 |
+
position: absolute;
|
3775 |
+
width: 0;
|
3776 |
+
height: 0;
|
3777 |
+
border-color: transparent;
|
3778 |
+
border-style: solid;
|
3779 |
+
}
|
3780 |
+
.tooltip.top .tooltip-arrow {
|
3781 |
+
bottom: 0;
|
3782 |
+
left: 50%;
|
3783 |
+
margin-left: -5px;
|
3784 |
+
border-width: 5px 5px 0;
|
3785 |
+
border-top-color: #000000;
|
3786 |
+
}
|
3787 |
+
.tooltip.right .tooltip-arrow {
|
3788 |
+
top: 50%;
|
3789 |
+
left: 0;
|
3790 |
+
margin-top: -5px;
|
3791 |
+
border-width: 5px 5px 5px 0;
|
3792 |
+
border-right-color: #000000;
|
3793 |
+
}
|
3794 |
+
.tooltip.left .tooltip-arrow {
|
3795 |
+
top: 50%;
|
3796 |
+
right: 0;
|
3797 |
+
margin-top: -5px;
|
3798 |
+
border-width: 5px 0 5px 5px;
|
3799 |
+
border-left-color: #000000;
|
3800 |
+
}
|
3801 |
+
.tooltip.bottom .tooltip-arrow {
|
3802 |
+
top: 0;
|
3803 |
+
left: 50%;
|
3804 |
+
margin-left: -5px;
|
3805 |
+
border-width: 0 5px 5px;
|
3806 |
+
border-bottom-color: #000000;
|
3807 |
+
}
|
3808 |
+
.popover {
|
3809 |
+
position: absolute;
|
3810 |
+
top: 0;
|
3811 |
+
left: 0;
|
3812 |
+
z-index: 1010;
|
3813 |
+
display: none;
|
3814 |
+
width: 236px;
|
3815 |
+
padding: 1px;
|
3816 |
+
background-color: #ffffff;
|
3817 |
+
-webkit-background-clip: padding-box;
|
3818 |
+
-moz-background-clip: padding;
|
3819 |
+
background-clip: padding-box;
|
3820 |
+
border: 1px solid #ccc;
|
3821 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
3822 |
+
-webkit-border-radius: 6px;
|
3823 |
+
-moz-border-radius: 6px;
|
3824 |
+
border-radius: 6px;
|
3825 |
+
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
3826 |
+
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
3827 |
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
3828 |
+
}
|
3829 |
+
.popover.top {
|
3830 |
+
margin-bottom: 10px;
|
3831 |
+
}
|
3832 |
+
.popover.right {
|
3833 |
+
margin-left: 10px;
|
3834 |
+
}
|
3835 |
+
.popover.bottom {
|
3836 |
+
margin-top: 10px;
|
3837 |
+
}
|
3838 |
+
.popover.left {
|
3839 |
+
margin-right: 10px;
|
3840 |
+
}
|
3841 |
+
.popover-title {
|
3842 |
+
margin: 0;
|
3843 |
+
padding: 8px 14px;
|
3844 |
+
font-size: 14px;
|
3845 |
+
font-weight: normal;
|
3846 |
+
line-height: 18px;
|
3847 |
+
background-color: #f7f7f7;
|
3848 |
+
border-bottom: 1px solid #ebebeb;
|
3849 |
+
-webkit-border-radius: 5px 5px 0 0;
|
3850 |
+
-moz-border-radius: 5px 5px 0 0;
|
3851 |
+
border-radius: 5px 5px 0 0;
|
3852 |
+
}
|
3853 |
+
.popover-content {
|
3854 |
+
padding: 9px 14px;
|
3855 |
+
}
|
3856 |
+
.popover-content p,
|
3857 |
+
.popover-content ul,
|
3858 |
+
.popover-content ol {
|
3859 |
+
margin-bottom: 0;
|
3860 |
+
}
|
3861 |
+
.popover .arrow,
|
3862 |
+
.popover .arrow:after {
|
3863 |
+
position: absolute;
|
3864 |
+
display: inline-block;
|
3865 |
+
width: 0;
|
3866 |
+
height: 0;
|
3867 |
+
border-color: transparent;
|
3868 |
+
border-style: solid;
|
3869 |
+
}
|
3870 |
+
.popover .arrow:after {
|
3871 |
+
content: "";
|
3872 |
+
z-index: -1;
|
3873 |
+
}
|
3874 |
+
.popover.top .arrow {
|
3875 |
+
bottom: -10px;
|
3876 |
+
left: 50%;
|
3877 |
+
margin-left: -10px;
|
3878 |
+
border-width: 10px 10px 0;
|
3879 |
+
border-top-color: #ffffff;
|
3880 |
+
}
|
3881 |
+
.popover.top .arrow:after {
|
3882 |
+
border-width: 11px 11px 0;
|
3883 |
+
border-top-color: rgba(0, 0, 0, 0.25);
|
3884 |
+
bottom: -1px;
|
3885 |
+
left: -11px;
|
3886 |
+
}
|
3887 |
+
.popover.right .arrow {
|
3888 |
+
top: 50%;
|
3889 |
+
left: -10px;
|
3890 |
+
margin-top: -10px;
|
3891 |
+
border-width: 10px 10px 10px 0;
|
3892 |
+
border-right-color: #ffffff;
|
3893 |
+
}
|
3894 |
+
.popover.right .arrow:after {
|
3895 |
+
border-width: 11px 11px 11px 0;
|
3896 |
+
border-right-color: rgba(0, 0, 0, 0.25);
|
3897 |
+
bottom: -11px;
|
3898 |
+
left: -1px;
|
3899 |
+
}
|
3900 |
+
.popover.bottom .arrow {
|
3901 |
+
top: -10px;
|
3902 |
+
left: 50%;
|
3903 |
+
margin-left: -10px;
|
3904 |
+
border-width: 0 10px 10px;
|
3905 |
+
border-bottom-color: #ffffff;
|
3906 |
+
}
|
3907 |
+
.popover.bottom .arrow:after {
|
3908 |
+
border-width: 0 11px 11px;
|
3909 |
+
border-bottom-color: rgba(0, 0, 0, 0.25);
|
3910 |
+
top: -1px;
|
3911 |
+
left: -11px;
|
3912 |
+
}
|
3913 |
+
.popover.left .arrow {
|
3914 |
+
top: 50%;
|
3915 |
+
right: -10px;
|
3916 |
+
margin-top: -10px;
|
3917 |
+
border-width: 10px 0 10px 10px;
|
3918 |
+
border-left-color: #ffffff;
|
3919 |
+
}
|
3920 |
+
.popover.left .arrow:after {
|
3921 |
+
border-width: 11px 0 11px 11px;
|
3922 |
+
border-left-color: rgba(0, 0, 0, 0.25);
|
3923 |
+
bottom: -11px;
|
3924 |
+
right: -1px;
|
3925 |
+
}
|
3926 |
+
.modal-open .modal .dropdown-menu {
|
3927 |
+
z-index: 2050;
|
3928 |
+
}
|
3929 |
+
.modal-open .modal .dropdown.open {
|
3930 |
+
*z-index: 2050;
|
3931 |
+
}
|
3932 |
+
.modal-open .modal .popover {
|
3933 |
+
z-index: 2060;
|
3934 |
+
}
|
3935 |
+
.modal-open .modal .tooltip {
|
3936 |
+
z-index: 2080;
|
3937 |
+
}
|
3938 |
+
.modal-backdrop {
|
3939 |
+
position: fixed;
|
3940 |
+
top: 0;
|
3941 |
+
right: 0;
|
3942 |
+
bottom: 0;
|
3943 |
+
left: 0;
|
3944 |
+
z-index: 1040;
|
3945 |
+
background-color: #000000;
|
3946 |
+
}
|
3947 |
+
.modal-backdrop.fade {
|
3948 |
+
opacity: 0;
|
3949 |
+
}
|
3950 |
+
.modal-backdrop,
|
3951 |
+
.modal-backdrop.fade.in {
|
3952 |
+
opacity: 0.8;
|
3953 |
+
filter: alpha(opacity=80);
|
3954 |
+
}
|
3955 |
+
.modal {
|
3956 |
+
position: fixed;
|
3957 |
+
top: 50%;
|
3958 |
+
left: 50%;
|
3959 |
+
z-index: 1050;
|
3960 |
+
overflow: auto;
|
3961 |
+
width: 560px;
|
3962 |
+
margin: -250px 0 0 -280px;
|
3963 |
+
background-color: #ffffff;
|
3964 |
+
border: 1px solid #999;
|
3965 |
+
border: 1px solid rgba(0, 0, 0, 0.3);
|
3966 |
+
*border: 1px solid #999;
|
3967 |
+
/* IE6-7 */
|
3968 |
+
|
3969 |
+
-webkit-border-radius: 6px;
|
3970 |
+
-moz-border-radius: 6px;
|
3971 |
+
border-radius: 6px;
|
3972 |
+
-webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
3973 |
+
-moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
3974 |
+
box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
|
3975 |
+
-webkit-background-clip: padding-box;
|
3976 |
+
-moz-background-clip: padding-box;
|
3977 |
+
background-clip: padding-box;
|
3978 |
+
}
|
3979 |
+
.modal.fade {
|
3980 |
+
-webkit-transition: opacity .3s linear, top .3s ease-out;
|
3981 |
+
-moz-transition: opacity .3s linear, top .3s ease-out;
|
3982 |
+
-o-transition: opacity .3s linear, top .3s ease-out;
|
3983 |
+
transition: opacity .3s linear, top .3s ease-out;
|
3984 |
+
top: -25%;
|
3985 |
+
}
|
3986 |
+
.modal.fade.in {
|
3987 |
+
top: 50%;
|
3988 |
+
}
|
3989 |
+
.modal-header {
|
3990 |
+
padding: 9px 15px;
|
3991 |
+
border-bottom: 1px solid #eee;
|
3992 |
+
}
|
3993 |
+
.modal-header .close {
|
3994 |
+
margin-top: 2px;
|
3995 |
+
}
|
3996 |
+
.modal-header h3 {
|
3997 |
+
margin: 0;
|
3998 |
+
line-height: 30px;
|
3999 |
+
}
|
4000 |
+
.modal-body {
|
4001 |
+
overflow-y: auto;
|
4002 |
+
max-height: 400px;
|
4003 |
+
padding: 15px;
|
4004 |
+
}
|
4005 |
+
.modal-form {
|
4006 |
+
margin-bottom: 0;
|
4007 |
+
}
|
4008 |
+
.modal-footer {
|
4009 |
+
padding: 14px 15px 15px;
|
4010 |
+
margin-bottom: 0;
|
4011 |
+
text-align: right;
|
4012 |
+
background-color: #f5f5f5;
|
4013 |
+
border-top: 1px solid #ddd;
|
4014 |
+
-webkit-border-radius: 0 0 6px 6px;
|
4015 |
+
-moz-border-radius: 0 0 6px 6px;
|
4016 |
+
border-radius: 0 0 6px 6px;
|
4017 |
+
-webkit-box-shadow: inset 0 1px 0 #ffffff;
|
4018 |
+
-moz-box-shadow: inset 0 1px 0 #ffffff;
|
4019 |
+
box-shadow: inset 0 1px 0 #ffffff;
|
4020 |
+
*zoom: 1;
|
4021 |
+
}
|
4022 |
+
.modal-footer:before,
|
4023 |
+
.modal-footer:after {
|
4024 |
+
display: table;
|
4025 |
+
content: "";
|
4026 |
+
line-height: 0;
|
4027 |
+
}
|
4028 |
+
.modal-footer:after {
|
4029 |
+
clear: both;
|
4030 |
+
}
|
4031 |
+
.modal-footer .btn + .btn {
|
4032 |
+
margin-left: 5px;
|
4033 |
+
margin-bottom: 0;
|
4034 |
+
}
|
4035 |
+
.modal-footer .btn-group .btn + .btn {
|
4036 |
+
margin-left: -1px;
|
4037 |
+
}
|
4038 |
+
.dropup,
|
4039 |
+
.dropdown {
|
4040 |
+
position: relative;
|
4041 |
+
}
|
4042 |
+
.dropdown-toggle {
|
4043 |
+
*margin-bottom: -3px;
|
4044 |
+
}
|
4045 |
+
.dropdown-toggle:active,
|
4046 |
+
.open .dropdown-toggle {
|
4047 |
+
outline: 0;
|
4048 |
+
}
|
4049 |
+
.caret {
|
4050 |
+
display: inline-block;
|
4051 |
+
width: 0;
|
4052 |
+
height: 0;
|
4053 |
+
vertical-align: top;
|
4054 |
+
border-top: 4px solid #000000;
|
4055 |
+
border-right: 4px solid transparent;
|
4056 |
+
border-left: 4px solid transparent;
|
4057 |
+
content: "";
|
4058 |
+
}
|
4059 |
+
.dropdown .caret {
|
4060 |
+
margin-top: 8px;
|
4061 |
+
margin-left: 2px;
|
4062 |
+
}
|
4063 |
+
.dropdown-menu {
|
4064 |
+
position: absolute;
|
4065 |
+
top: 100%;
|
4066 |
+
left: 0;
|
4067 |
+
z-index: 1000;
|
4068 |
+
display: none;
|
4069 |
+
float: left;
|
4070 |
+
min-width: 160px;
|
4071 |
+
padding: 5px 0;
|
4072 |
+
margin: 2px 0 0;
|
4073 |
+
list-style: none;
|
4074 |
+
background-color: #ffffff;
|
4075 |
+
border: 1px solid #ccc;
|
4076 |
+
border: 1px solid rgba(0, 0, 0, 0.2);
|
4077 |
+
*border-right-width: 2px;
|
4078 |
+
*border-bottom-width: 2px;
|
4079 |
+
-webkit-border-radius: 6px;
|
4080 |
+
-moz-border-radius: 6px;
|
4081 |
+
border-radius: 6px;
|
4082 |
+
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4083 |
+
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4084 |
+
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
|
4085 |
+
-webkit-background-clip: padding-box;
|
4086 |
+
-moz-background-clip: padding;
|
4087 |
+
background-clip: padding-box;
|
4088 |
+
}
|
4089 |
+
.dropdown-menu.pull-right {
|
4090 |
+
right: 0;
|
4091 |
+
left: auto;
|
4092 |
+
}
|
4093 |
+
.dropdown-menu .divider {
|
4094 |
+
*width: 100%;
|
4095 |
+
height: 1px;
|
4096 |
+
margin: 9px 1px;
|
4097 |
+
*margin: -5px 0 5px;
|
4098 |
+
overflow: hidden;
|
4099 |
+
background-color: #e5e5e5;
|
4100 |
+
border-bottom: 1px solid #ffffff;
|
4101 |
+
}
|
4102 |
+
.dropdown-menu a {
|
4103 |
+
display: block;
|
4104 |
+
padding: 3px 20px;
|
4105 |
+
clear: both;
|
4106 |
+
font-weight: normal;
|
4107 |
+
line-height: 20px;
|
4108 |
+
color: #333333;
|
4109 |
+
white-space: nowrap;
|
4110 |
+
}
|
4111 |
+
.dropdown-menu li > a:hover,
|
4112 |
+
.dropdown-menu li > a:focus,
|
4113 |
+
.dropdown-submenu:hover > a {
|
4114 |
+
text-decoration: none;
|
4115 |
+
color: #ffffff;
|
4116 |
+
background-color: #0088cc;
|
4117 |
+
background-color: #0081c2;
|
4118 |
+
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
4119 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
4120 |
+
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
4121 |
+
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
4122 |
+
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
4123 |
+
background-repeat: repeat-x;
|
4124 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
4125 |
+
}
|
4126 |
+
.dropdown-menu .active > a,
|
4127 |
+
.dropdown-menu .active > a:hover {
|
4128 |
+
color: #ffffff;
|
4129 |
+
text-decoration: none;
|
4130 |
+
outline: 0;
|
4131 |
+
background-color: #0088cc;
|
4132 |
+
background-color: #0081c2;
|
4133 |
+
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
|
4134 |
+
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
|
4135 |
+
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
|
4136 |
+
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
|
4137 |
+
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
|
4138 |
+
background-repeat: repeat-x;
|
4139 |
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
|
4140 |
+
}
|
4141 |
+
.dropdown-menu .disabled > a,
|
4142 |
+
.dropdown-menu .disabled > a:hover {
|
4143 |
+
color: #999999;
|
4144 |
+
}
|
4145 |
+
.dropdown-menu .disabled > a:hover {
|
4146 |
+
text-decoration: none;
|
4147 |
+
background-color: transparent;
|
4148 |
+
cursor: default;
|
4149 |
+
}
|
4150 |
+
.open {
|
4151 |
+
*z-index: 1000;
|
4152 |
+
}
|
4153 |
+
.open > .dropdown-menu {
|
4154 |
+
display: block;
|
4155 |
+
}
|
4156 |
+
.pull-right > .dropdown-menu {
|
4157 |
+
right: 0;
|
4158 |
+
left: auto;
|
4159 |
+
}
|
4160 |
+
.dropup .caret,
|
4161 |
+
.navbar-fixed-bottom .dropdown .caret {
|
4162 |
+
border-top: 0;
|
4163 |
+
border-bottom: 4px solid #000000;
|
4164 |
+
content: "";
|
4165 |
+
}
|
4166 |
+
.dropup .dropdown-menu,
|
4167 |
+
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
4168 |
+
top: auto;
|
4169 |
+
bottom: 100%;
|
4170 |
+
margin-bottom: 1px;
|
4171 |
+
}
|
4172 |
+
.dropdown-submenu {
|
4173 |
+
position: relative;
|
4174 |
+
}
|
4175 |
+
.dropdown-submenu > .dropdown-menu {
|
4176 |
+
top: 0;
|
4177 |
+
left: 100%;
|
4178 |
+
margin-top: -6px;
|
4179 |
+
margin-left: -1px;
|
4180 |
+
-webkit-border-radius: 0 6px 6px 6px;
|
4181 |
+
-moz-border-radius: 0 6px 6px 6px;
|
4182 |
+
border-radius: 0 6px 6px 6px;
|
4183 |
+
}
|
4184 |
+
.dropdown-submenu:hover > .dropdown-menu {
|
4185 |
+
display: block;
|
4186 |
+
}
|
4187 |
+
.dropdown-submenu > a:after {
|
4188 |
+
display: block;
|
4189 |
+
content: " ";
|
4190 |
+
float: right;
|
4191 |
+
width: 0;
|
4192 |
+
height: 0;
|
4193 |
+
border-color: transparent;
|
4194 |
+
border-style: solid;
|
4195 |
+
border-width: 5px 0 5px 5px;
|
4196 |
+
border-left-color: #cccccc;
|
4197 |
+
margin-top: 5px;
|
4198 |
+
margin-right: -10px;
|
4199 |
+
}
|
4200 |
+
.dropdown-submenu:hover > a:after {
|
4201 |
+
border-left-color: #ffffff;
|
4202 |
+
}
|
4203 |
+
.dropdown .dropdown-menu .nav-header {
|
4204 |
+
padding-left: 20px;
|
4205 |
+
padding-right: 20px;
|
4206 |
+
}
|
4207 |
+
.typeahead {
|
4208 |
+
margin-top: 2px;
|
4209 |
+
-webkit-border-radius: 4px;
|
4210 |
+
-moz-border-radius: 4px;
|
4211 |
+
border-radius: 4px;
|
4212 |
+
}
|
4213 |
+
.accordion {
|
4214 |
+
margin-bottom: 20px;
|
4215 |
+
}
|
4216 |
+
.accordion-group {
|
4217 |
+
margin-bottom: 2px;
|
4218 |
+
border: 1px solid #e5e5e5;
|
4219 |
+
-webkit-border-radius: 4px;
|
4220 |
+
-moz-border-radius: 4px;
|
4221 |
+
border-radius: 4px;
|
4222 |
+
}
|
4223 |
+
.accordion-heading {
|
4224 |
+
border-bottom: 0;
|
4225 |
+
}
|
4226 |
+
.accordion-heading .accordion-toggle {
|
4227 |
+
display: block;
|
4228 |
+
padding: 8px 15px;
|
4229 |
+
}
|
4230 |
+
.accordion-toggle {
|
4231 |
+
cursor: pointer;
|
4232 |
+
}
|
4233 |
+
.accordion-inner {
|
4234 |
+
padding: 9px 15px;
|
4235 |
+
border-top: 1px solid #e5e5e5;
|
4236 |
+
}
|
4237 |
+
.carousel {
|
4238 |
+
position: relative;
|
4239 |
+
margin-bottom: 20px;
|
4240 |
+
line-height: 1;
|
4241 |
+
}
|
4242 |
+
.carousel-inner {
|
4243 |
+
overflow: hidden;
|
4244 |
+
width: 100%;
|
4245 |
+
position: relative;
|
4246 |
+
}
|
4247 |
+
.carousel .item {
|
4248 |
+
display: none;
|
4249 |
+
position: relative;
|
4250 |
+
-webkit-transition: 0.6s ease-in-out left;
|
4251 |
+
-moz-transition: 0.6s ease-in-out left;
|
4252 |
+
-o-transition: 0.6s ease-in-out left;
|
4253 |
+
transition: 0.6s ease-in-out left;
|
4254 |
+
}
|
4255 |
+
.carousel .item > img {
|
4256 |
+
display: block;
|
4257 |
+
line-height: 1;
|
4258 |
+
}
|
4259 |
+
.carousel .active,
|
4260 |
+
.carousel .next,
|
4261 |
+
.carousel .prev {
|
4262 |
+
display: block;
|
4263 |
+
}
|
4264 |
+
.carousel .active {
|
4265 |
+
left: 0;
|
4266 |
+
}
|
4267 |
+
.carousel .next,
|
4268 |
+
.carousel .prev {
|
4269 |
+
position: absolute;
|
4270 |
+
top: 0;
|
4271 |
+
width: 100%;
|
4272 |
+
}
|
4273 |
+
.carousel .next {
|
4274 |
+
left: 100%;
|
4275 |
+
}
|
4276 |
+
.carousel .prev {
|
4277 |
+
left: -100%;
|
4278 |
+
}
|
4279 |
+
.carousel .next.left,
|
4280 |
+
.carousel .prev.right {
|
4281 |
+
left: 0;
|
4282 |
+
}
|
4283 |
+
.carousel .active.left {
|
4284 |
+
left: -100%;
|
4285 |
+
}
|
4286 |
+
.carousel .active.right {
|
4287 |
+
left: 100%;
|
4288 |
+
}
|
4289 |
+
.carousel-control {
|
4290 |
+
position: absolute;
|
4291 |
+
top: 40%;
|
4292 |
+
left: 15px;
|
4293 |
+
width: 40px;
|
4294 |
+
height: 40px;
|
4295 |
+
margin-top: -20px;
|
4296 |
+
font-size: 60px;
|
4297 |
+
font-weight: 100;
|
4298 |
+
line-height: 30px;
|
4299 |
+
color: #ffffff;
|
4300 |
+
text-align: center;
|
4301 |
+
background: #222222;
|
4302 |
+
border: 3px solid #ffffff;
|
4303 |
+
-webkit-border-radius: 23px;
|
4304 |
+
-moz-border-radius: 23px;
|
4305 |
+
border-radius: 23px;
|
4306 |
+
opacity: 0.5;
|
4307 |
+
filter: alpha(opacity=50);
|
4308 |
+
}
|
4309 |
+
.carousel-control.right {
|
4310 |
+
left: auto;
|
4311 |
+
right: 15px;
|
4312 |
+
}
|
4313 |
+
.carousel-control:hover {
|
4314 |
+
color: #ffffff;
|
4315 |
+
text-decoration: none;
|
4316 |
+
opacity: 0.9;
|
4317 |
+
filter: alpha(opacity=90);
|
4318 |
+
}
|
4319 |
+
.carousel-caption {
|
4320 |
+
position: absolute;
|
4321 |
+
left: 0;
|
4322 |
+
right: 0;
|
4323 |
+
bottom: 0;
|
4324 |
+
padding: 15px;
|
4325 |
+
background: #333333;
|
4326 |
+
background: rgba(0, 0, 0, 0.75);
|
4327 |
+
}
|
4328 |
+
.carousel-caption h4,
|
4329 |
+
.carousel-caption p {
|
4330 |
+
color: #ffffff;
|
4331 |
+
line-height: 20px;
|
4332 |
+
}
|
4333 |
+
.carousel-caption h4 {
|
4334 |
+
margin: 0 0 5px;
|
4335 |
+
}
|
4336 |
+
.carousel-caption p {
|
4337 |
+
margin-bottom: 0;
|
4338 |
+
}
|
4339 |
+
.well {
|
4340 |
+
min-height: 20px;
|
4341 |
+
padding: 19px;
|
4342 |
+
margin-bottom: 20px;
|
4343 |
+
background-color: #f5f5f5;
|
4344 |
+
border: 1px solid #e3e3e3;
|
4345 |
+
-webkit-border-radius: 4px;
|
4346 |
+
-moz-border-radius: 4px;
|
4347 |
+
border-radius: 4px;
|
4348 |
+
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
4349 |
+
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
4350 |
+
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
|
4351 |
+
}
|
4352 |
+
.well blockquote {
|
4353 |
+
border-color: #ddd;
|
4354 |
+
border-color: rgba(0, 0, 0, 0.15);
|
4355 |
+
}
|
4356 |
+
.well-large {
|
4357 |
+
padding: 24px;
|
4358 |
+
-webkit-border-radius: 6px;
|
4359 |
+
-moz-border-radius: 6px;
|
4360 |
+
border-radius: 6px;
|
4361 |
+
}
|
4362 |
+
.well-small {
|
4363 |
+
padding: 9px;
|
4364 |
+
-webkit-border-radius: 3px;
|
4365 |
+
-moz-border-radius: 3px;
|
4366 |
+
border-radius: 3px;
|
4367 |
+
}
|
4368 |
+
.close {
|
4369 |
+
float: right;
|
4370 |
+
font-size: 20px;
|
4371 |
+
font-weight: bold;
|
4372 |
+
line-height: 20px;
|
4373 |
+
color: #000000;
|
4374 |
+
text-shadow: 0 1px 0 #ffffff;
|
4375 |
+
opacity: 0.2;
|
4376 |
+
filter: alpha(opacity=20);
|
4377 |
+
}
|
4378 |
+
.close:hover {
|
4379 |
+
color: #000000;
|
4380 |
+
text-decoration: none;
|
4381 |
+
cursor: pointer;
|
4382 |
+
opacity: 0.4;
|
4383 |
+
filter: alpha(opacity=40);
|
4384 |
+
}
|
4385 |
+
button.close {
|
4386 |
+
padding: 0;
|
4387 |
+
cursor: pointer;
|
4388 |
+
background: transparent;
|
4389 |
+
border: 0;
|
4390 |
+
-webkit-appearance: none;
|
4391 |
+
}
|
4392 |
+
.pull-right {
|
4393 |
+
float: right;
|
4394 |
+
}
|
4395 |
+
.pull-left {
|
4396 |
+
float: left;
|
4397 |
+
}
|
4398 |
+
.hide {
|
4399 |
+
display: none;
|
4400 |
+
}
|
4401 |
+
.show {
|
4402 |
+
display: block;
|
4403 |
+
}
|
4404 |
+
.invisible {
|
4405 |
+
visibility: hidden;
|
4406 |
+
}
|
4407 |
+
.affix {
|
4408 |
+
position: fixed;
|
4409 |
+
}
|
4410 |
+
.fade {
|
4411 |
+
opacity: 0;
|
4412 |
+
-webkit-transition: opacity 0.15s linear;
|
4413 |
+
-moz-transition: opacity 0.15s linear;
|
4414 |
+
-o-transition: opacity 0.15s linear;
|
4415 |
+
transition: opacity 0.15s linear;
|
4416 |
+
}
|
4417 |
+
.fade.in {
|
4418 |
+
opacity: 1;
|
4419 |
+
}
|
4420 |
+
.collapse {
|
4421 |
+
position: relative;
|
4422 |
+
height: 0;
|
4423 |
+
overflow: hidden;
|
4424 |
+
-webkit-transition: height 0.35s ease;
|
4425 |
+
-moz-transition: height 0.35s ease;
|
4426 |
+
-o-transition: height 0.35s ease;
|
4427 |
+
transition: height 0.35s ease;
|
4428 |
+
}
|
4429 |
+
.collapse.in {
|
4430 |
+
height: auto;
|
4431 |
+
}
|
4432 |
+
.hidden {
|
4433 |
+
display: none;
|
4434 |
+
visibility: hidden;
|
4435 |
+
}
|
4436 |
+
.visible-phone {
|
4437 |
+
display: none !important;
|
4438 |
+
}
|
4439 |
+
.visible-tablet {
|
4440 |
+
display: none !important;
|
4441 |
+
}
|
4442 |
+
.hidden-desktop {
|
4443 |
+
display: none !important;
|
4444 |
+
}
|
4445 |
+
.visible-desktop {
|
4446 |
+
display: inherit !important;
|
4447 |
+
}
|
assets/css/bootstrap.css
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Bootstrap v3.0.0
|
3 |
+
*
|
4 |
+
* Copyright 2013 Twitter, Inc
|
5 |
+
* Licensed under the Apache License v2.0
|
6 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
7 |
+
*
|
8 |
+
* Designed and built with all the love in the world by @mdo and @fat.
|
9 |
+
*//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.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}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;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}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:500;line-height:1.1}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}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.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,.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,.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,.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{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.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{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.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{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.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{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1170px}.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{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.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}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.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}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.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}.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}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.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}.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;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.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;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.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;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.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>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.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}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;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,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}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}.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}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-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:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-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:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-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:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-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.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.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}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.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}.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}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.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}.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}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.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}.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}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.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}.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}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.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}.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}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.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}.btn-link{font-weight:normal;color:#428bca;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}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@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';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.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;font-size:14px;list-style:none;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}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.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}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.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}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.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 .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.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}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.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:18px;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}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.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}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.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}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;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}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.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}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.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}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.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}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@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-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@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:20px}.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:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-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)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.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}.navbar-default .navbar-text{color:#777}.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}.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}.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}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@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}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.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}.navbar-inverse .navbar-text{color:#999}.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}.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}.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}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-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}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.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;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.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}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.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}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;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}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;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)}.progress-bar{float:left;width:0;height:100%;font-size:12px;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}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image: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)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.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}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;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)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.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}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.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}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.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)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;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)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-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}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.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)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;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);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));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:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,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)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));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:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,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)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;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}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
|
assets/css/shortcodes.css
ADDED
@@ -0,0 +1,685 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
body.page-template-shortcodes-php #content {
|
2 |
+
max-width: inherit;
|
3 |
+
}
|
4 |
+
.row-fluid > br{
|
5 |
+
display: none!important;
|
6 |
+
}
|
7 |
+
.page-header {
|
8 |
+
border-bottom: 1px solid #eee;
|
9 |
+
margin: 20px 0 30px;
|
10 |
+
padding-bottom: 9px;
|
11 |
+
}
|
12 |
+
|
13 |
+
.show-grid {
|
14 |
+
margin-bottom: 20px;
|
15 |
+
margin-top: 10px;
|
16 |
+
}
|
17 |
+
|
18 |
+
.show-grid [class*="span"] {
|
19 |
+
background-color: #eee;
|
20 |
+
border-radius: 3px;
|
21 |
+
line-height: 40px;
|
22 |
+
min-height: 40px;
|
23 |
+
text-align: center;
|
24 |
+
}
|
25 |
+
|
26 |
+
.alert .close {
|
27 |
+
box-shadow: none;
|
28 |
+
}
|
29 |
+
|
30 |
+
.nav-tabs > li {
|
31 |
+
margin: 0 0 -1px !important;
|
32 |
+
list-style: none;
|
33 |
+
}
|
34 |
+
|
35 |
+
.nav-tabs > li li {
|
36 |
+
margin: 0 !important;
|
37 |
+
list-style: none !important;
|
38 |
+
}
|
39 |
+
|
40 |
+
/* Icons ---*/
|
41 |
+
.the-icons {
|
42 |
+
list-style: none !important;
|
43 |
+
margin-left: 0 !important;
|
44 |
+
}
|
45 |
+
|
46 |
+
.the-icons li {
|
47 |
+
float: left;
|
48 |
+
line-height: 25px;
|
49 |
+
width: 25%;
|
50 |
+
margin-left: 0 !important;
|
51 |
+
}
|
52 |
+
|
53 |
+
[class^="icon-"],
|
54 |
+
[class*=" icon-"] {
|
55 |
+
display: inline-block;
|
56 |
+
width: 14px;
|
57 |
+
height: 14px;
|
58 |
+
margin-top: 1px;
|
59 |
+
*margin-right: .3em;
|
60 |
+
line-height: 14px;
|
61 |
+
vertical-align: text-top;
|
62 |
+
background-image: url("../images/glyphicons-halflings.png");
|
63 |
+
background-position: 14px 14px;
|
64 |
+
background-repeat: no-repeat;
|
65 |
+
}
|
66 |
+
|
67 |
+
.icon-white {
|
68 |
+
background-image: url("../images/glyphicons-halflings-white.png");
|
69 |
+
}
|
70 |
+
|
71 |
+
.icon-glass {
|
72 |
+
background-position: 0 0;
|
73 |
+
}
|
74 |
+
|
75 |
+
.icon-music {
|
76 |
+
background-position: -24px 0;
|
77 |
+
}
|
78 |
+
|
79 |
+
.icon-search {
|
80 |
+
background-position: -48px 0;
|
81 |
+
}
|
82 |
+
|
83 |
+
.icon-envelope {
|
84 |
+
background-position: -72px 0;
|
85 |
+
}
|
86 |
+
|
87 |
+
.icon-heart {
|
88 |
+
background-position: -96px 0;
|
89 |
+
}
|
90 |
+
|
91 |
+
.icon-star {
|
92 |
+
background-position: -120px 0;
|
93 |
+
}
|
94 |
+
|
95 |
+
.icon-star-empty {
|
96 |
+
background-position: -144px 0;
|
97 |
+
}
|
98 |
+
|
99 |
+
.icon-user {
|
100 |
+
background-position: -168px 0;
|
101 |
+
}
|
102 |
+
|
103 |
+
.icon-film {
|
104 |
+
background-position: -192px 0;
|
105 |
+
}
|
106 |
+
|
107 |
+
.icon-th-large {
|
108 |
+
background-position: -216px 0;
|
109 |
+
}
|
110 |
+
|
111 |
+
.icon-th {
|
112 |
+
background-position: -240px 0;
|
113 |
+
}
|
114 |
+
|
115 |
+
.icon-th-list {
|
116 |
+
background-position: -264px 0;
|
117 |
+
}
|
118 |
+
|
119 |
+
.icon-ok {
|
120 |
+
background-position: -288px 0;
|
121 |
+
}
|
122 |
+
|
123 |
+
.icon-remove {
|
124 |
+
background-position: -312px 0;
|
125 |
+
}
|
126 |
+
|
127 |
+
.icon-zoom-in {
|
128 |
+
background-position: -336px 0;
|
129 |
+
}
|
130 |
+
|
131 |
+
.icon-zoom-out {
|
132 |
+
background-position: -360px 0;
|
133 |
+
}
|
134 |
+
|
135 |
+
.icon-off {
|
136 |
+
background-position: -384px 0;
|
137 |
+
}
|
138 |
+
|
139 |
+
.icon-signal {
|
140 |
+
background-position: -408px 0;
|
141 |
+
}
|
142 |
+
|
143 |
+
.icon-cog {
|
144 |
+
background-position: -432px 0;
|
145 |
+
}
|
146 |
+
|
147 |
+
.icon-trash {
|
148 |
+
background-position: -456px 0;
|
149 |
+
}
|
150 |
+
|
151 |
+
.icon-home {
|
152 |
+
background-position: 0 -24px;
|
153 |
+
}
|
154 |
+
|
155 |
+
.icon-file {
|
156 |
+
background-position: -24px -24px;
|
157 |
+
}
|
158 |
+
|
159 |
+
.icon-time {
|
160 |
+
background-position: -48px -24px;
|
161 |
+
}
|
162 |
+
|
163 |
+
.icon-road {
|
164 |
+
background-position: -72px -24px;
|
165 |
+
}
|
166 |
+
|
167 |
+
.icon-download-alt {
|
168 |
+
background-position: -96px -24px;
|
169 |
+
}
|
170 |
+
|
171 |
+
.icon-download {
|
172 |
+
background-position: -120px -24px;
|
173 |
+
}
|
174 |
+
|
175 |
+
.icon-upload {
|
176 |
+
background-position: -144px -24px;
|
177 |
+
}
|
178 |
+
|
179 |
+
.icon-inbox {
|
180 |
+
background-position: -168px -24px;
|
181 |
+
}
|
182 |
+
|
183 |
+
.icon-play-circle {
|
184 |
+
background-position: -192px -24px;
|
185 |
+
}
|
186 |
+
|
187 |
+
.icon-repeat {
|
188 |
+
background-position: -216px -24px;
|
189 |
+
}
|
190 |
+
|
191 |
+
.icon-refresh {
|
192 |
+
background-position: -240px -24px;
|
193 |
+
}
|
194 |
+
|
195 |
+
.icon-list-alt {
|
196 |
+
background-position: -264px -24px;
|
197 |
+
}
|
198 |
+
|
199 |
+
.icon-lock {
|
200 |
+
background-position: -287px -24px;
|
201 |
+
}
|
202 |
+
|
203 |
+
.icon-flag {
|
204 |
+
background-position: -312px -24px;
|
205 |
+
}
|
206 |
+
|
207 |
+
.icon-headphones {
|
208 |
+
background-position: -336px -24px;
|
209 |
+
}
|
210 |
+
|
211 |
+
.icon-volume-off {
|
212 |
+
background-position: -360px -24px;
|
213 |
+
}
|
214 |
+
|
215 |
+
.icon-volume-down {
|
216 |
+
background-position: -384px -24px;
|
217 |
+
}
|
218 |
+
|
219 |
+
.icon-volume-up {
|
220 |
+
background-position: -408px -24px;
|
221 |
+
}
|
222 |
+
|
223 |
+
.icon-qrcode {
|
224 |
+
background-position: -432px -24px;
|
225 |
+
}
|
226 |
+
|
227 |
+
.icon-barcode {
|
228 |
+
background-position: -456px -24px;
|
229 |
+
}
|
230 |
+
|
231 |
+
.icon-tag {
|
232 |
+
background-position: 0 -48px;
|
233 |
+
}
|
234 |
+
|
235 |
+
.icon-tags {
|
236 |
+
background-position: -25px -48px;
|
237 |
+
}
|
238 |
+
|
239 |
+
.icon-book {
|
240 |
+
background-position: -48px -48px;
|
241 |
+
}
|
242 |
+
|
243 |
+
.icon-bookmark {
|
244 |
+
background-position: -72px -48px;
|
245 |
+
}
|
246 |
+
|
247 |
+
.icon-print {
|
248 |
+
background-position: -96px -48px;
|
249 |
+
}
|
250 |
+
|
251 |
+
.icon-camera {
|
252 |
+
background-position: -120px -48px;
|
253 |
+
}
|
254 |
+
|
255 |
+
.icon-font {
|
256 |
+
background-position: -144px -48px;
|
257 |
+
}
|
258 |
+
|
259 |
+
.icon-bold {
|
260 |
+
background-position: -167px -48px;
|
261 |
+
}
|
262 |
+
|
263 |
+
.icon-italic {
|
264 |
+
background-position: -192px -48px;
|
265 |
+
}
|
266 |
+
|
267 |
+
.icon-text-height {
|
268 |
+
background-position: -216px -48px;
|
269 |
+
}
|
270 |
+
|
271 |
+
.icon-text-width {
|
272 |
+
background-position: -240px -48px;
|
273 |
+
}
|
274 |
+
|
275 |
+
.icon-align-left {
|
276 |
+
background-position: -264px -48px;
|
277 |
+
}
|
278 |
+
|
279 |
+
.icon-align-center {
|
280 |
+
background-position: -288px -48px;
|
281 |
+
}
|
282 |
+
|
283 |
+
.icon-align-right {
|
284 |
+
background-position: -312px -48px;
|
285 |
+
}
|
286 |
+
|
287 |
+
.icon-align-justify {
|
288 |
+
background-position: -336px -48px;
|
289 |
+
}
|
290 |
+
|
291 |
+
.icon-list {
|
292 |
+
background-position: -360px -48px;
|
293 |
+
}
|
294 |
+
|
295 |
+
.icon-indent-left {
|
296 |
+
background-position: -384px -48px;
|
297 |
+
}
|
298 |
+
|
299 |
+
.icon-indent-right {
|
300 |
+
background-position: -408px -48px;
|
301 |
+
}
|
302 |
+
|
303 |
+
.icon-facetime-video {
|
304 |
+
background-position: -432px -48px;
|
305 |
+
}
|
306 |
+
|
307 |
+
.icon-picture {
|
308 |
+
background-position: -456px -48px;
|
309 |
+
}
|
310 |
+
|
311 |
+
.icon-pencil {
|
312 |
+
background-position: 0 -72px;
|
313 |
+
}
|
314 |
+
|
315 |
+
.icon-map-marker {
|
316 |
+
background-position: -24px -72px;
|
317 |
+
}
|
318 |
+
|
319 |
+
.icon-adjust {
|
320 |
+
background-position: -48px -72px;
|
321 |
+
}
|
322 |
+
|
323 |
+
.icon-tint {
|
324 |
+
background-position: -72px -72px;
|
325 |
+
}
|
326 |
+
|
327 |
+
.icon-edit {
|
328 |
+
background-position: -96px -72px;
|
329 |
+
}
|
330 |
+
|
331 |
+
.icon-share {
|
332 |
+
background-position: -120px -72px;
|
333 |
+
}
|
334 |
+
|
335 |
+
.icon-check {
|
336 |
+
background-position: -144px -72px;
|
337 |
+
}
|
338 |
+
|
339 |
+
.icon-move {
|
340 |
+
background-position: -168px -72px;
|
341 |
+
}
|
342 |
+
|
343 |
+
.icon-step-backward {
|
344 |
+
background-position: -192px -72px;
|
345 |
+
}
|
346 |
+
|
347 |
+
.icon-fast-backward {
|
348 |
+
background-position: -216px -72px;
|
349 |
+
}
|
350 |
+
|
351 |
+
.icon-backward {
|
352 |
+
background-position: -240px -72px;
|
353 |
+
}
|
354 |
+
|
355 |
+
.icon-play {
|
356 |
+
background-position: -264px -72px;
|
357 |
+
}
|
358 |
+
|
359 |
+
.icon-pause {
|
360 |
+
background-position: -288px -72px;
|
361 |
+
}
|
362 |
+
|
363 |
+
.icon-stop {
|
364 |
+
background-position: -312px -72px;
|
365 |
+
}
|
366 |
+
|
367 |
+
.icon-forward {
|
368 |
+
background-position: -336px -72px;
|
369 |
+
}
|
370 |
+
|
371 |
+
.icon-fast-forward {
|
372 |
+
background-position: -360px -72px;
|
373 |
+
}
|
374 |
+
|
375 |
+
.icon-step-forward {
|
376 |
+
background-position: -384px -72px;
|
377 |
+
}
|
378 |
+
|
379 |
+
.icon-eject {
|
380 |
+
background-position: -408px -72px;
|
381 |
+
}
|
382 |
+
|
383 |
+
.icon-chevron-left {
|
384 |
+
background-position: -432px -72px;
|
385 |
+
}
|
386 |
+
|
387 |
+
.icon-chevron-right {
|
388 |
+
background-position: -456px -72px;
|
389 |
+
}
|
390 |
+
|
391 |
+
.icon-plus-sign {
|
392 |
+
background-position: 0 -96px;
|
393 |
+
}
|
394 |
+
|
395 |
+
.icon-minus-sign {
|
396 |
+
background-position: -24px -96px;
|
397 |
+
}
|
398 |
+
|
399 |
+
.icon-remove-sign {
|
400 |
+
background-position: -48px -96px;
|
401 |
+
}
|
402 |
+
|
403 |
+
.icon-ok-sign {
|
404 |
+
background-position: -72px -96px;
|
405 |
+
}
|
406 |
+
|
407 |
+
.icon-question-sign {
|
408 |
+
background-position: -96px -96px;
|
409 |
+
}
|
410 |
+
|
411 |
+
.icon-info-sign {
|
412 |
+
background-position: -120px -96px;
|
413 |
+
}
|
414 |
+
|
415 |
+
.icon-screenshot {
|
416 |
+
background-position: -144px -96px;
|
417 |
+
}
|
418 |
+
|
419 |
+
.icon-remove-circle {
|
420 |
+
background-position: -168px -96px;
|
421 |
+
}
|
422 |
+
|
423 |
+
.icon-ok-circle {
|
424 |
+
background-position: -192px -96px;
|
425 |
+
}
|
426 |
+
|
427 |
+
.icon-ban-circle {
|
428 |
+
background-position: -216px -96px;
|
429 |
+
}
|
430 |
+
|
431 |
+
.icon-arrow-left {
|
432 |
+
background-position: -240px -96px;
|
433 |
+
}
|
434 |
+
|
435 |
+
.icon-arrow-right {
|
436 |
+
background-position: -264px -96px;
|
437 |
+
}
|
438 |
+
|
439 |
+
.icon-arrow-up {
|
440 |
+
background-position: -289px -96px;
|
441 |
+
}
|
442 |
+
|
443 |
+
.icon-arrow-down {
|
444 |
+
background-position: -312px -96px;
|
445 |
+
}
|
446 |
+
|
447 |
+
.icon-share-alt {
|
448 |
+
background-position: -336px -96px;
|
449 |
+
}
|
450 |
+
|
451 |
+
.icon-resize-full {
|
452 |
+
background-position: -360px -96px;
|
453 |
+
}
|
454 |
+
|
455 |
+
.icon-resize-small {
|
456 |
+
background-position: -384px -96px;
|
457 |
+
}
|
458 |
+
|
459 |
+
.icon-plus {
|
460 |
+
background-position: -408px -96px;
|
461 |
+
}
|
462 |
+
|
463 |
+
.icon-minus {
|
464 |
+
background-position: -433px -96px;
|
465 |
+
}
|
466 |
+
|
467 |
+
.icon-asterisk {
|
468 |
+
background-position: -456px -96px;
|
469 |
+
}
|
470 |
+
|
471 |
+
.icon-exclamation-sign {
|
472 |
+
background-position: 0 -120px;
|
473 |
+
}
|
474 |
+
|
475 |
+
.icon-gift {
|
476 |
+
background-position: -24px -120px;
|
477 |
+
}
|
478 |
+
|
479 |
+
.icon-leaf {
|
480 |
+
background-position: -48px -120px;
|
481 |
+
}
|
482 |
+
|
483 |
+
.icon-fire {
|
484 |
+
background-position: -72px -120px;
|
485 |
+
}
|
486 |
+
|
487 |
+
.icon-eye-open {
|
488 |
+
background-position: -96px -120px;
|
489 |
+
}
|
490 |
+
|
491 |
+
.icon-eye-close {
|
492 |
+
background-position: -120px -120px;
|
493 |
+
}
|
494 |
+
|
495 |
+
.icon-warning-sign {
|
496 |
+
background-position: -144px -120px;
|
497 |
+
}
|
498 |
+
|
499 |
+
.icon-plane {
|
500 |
+
background-position: -168px -120px;
|
501 |
+
}
|
502 |
+
|
503 |
+
.icon-calendar {
|
504 |
+
background-position: -192px -120px;
|
505 |
+
}
|
506 |
+
|
507 |
+
.icon-random {
|
508 |
+
width: 16px;
|
509 |
+
background-position: -216px -120px;
|
510 |
+
}
|
511 |
+
|
512 |
+
.icon-comment {
|
513 |
+
background-position: -240px -120px;
|
514 |
+
}
|
515 |
+
|
516 |
+
.icon-magnet {
|
517 |
+
background-position: -264px -120px;
|
518 |
+
}
|
519 |
+
|
520 |
+
.icon-chevron-up {
|
521 |
+
background-position: -288px -120px;
|
522 |
+
}
|
523 |
+
|
524 |
+
.icon-chevron-down {
|
525 |
+
background-position: -313px -119px;
|
526 |
+
}
|
527 |
+
|
528 |
+
.icon-retweet {
|
529 |
+
background-position: -336px -120px;
|
530 |
+
}
|
531 |
+
|
532 |
+
.icon-shopping-cart {
|
533 |
+
background-position: -360px -120px;
|
534 |
+
}
|
535 |
+
|
536 |
+
.icon-folder-close {
|
537 |
+
background-position: -384px -120px;
|
538 |
+
}
|
539 |
+
|
540 |
+
.icon-folder-open {
|
541 |
+
width: 16px;
|
542 |
+
background-position: -408px -120px;
|
543 |
+
}
|
544 |
+
|
545 |
+
.icon-resize-vertical {
|
546 |
+
background-position: -432px -119px;
|
547 |
+
}
|
548 |
+
|
549 |
+
.icon-resize-horizontal {
|
550 |
+
background-position: -456px -118px;
|
551 |
+
}
|
552 |
+
|
553 |
+
.icon-hdd {
|
554 |
+
background-position: 0 -144px;
|
555 |
+
}
|
556 |
+
|
557 |
+
.icon-bullhorn {
|
558 |
+
background-position: -24px -144px;
|
559 |
+
}
|
560 |
+
|
561 |
+
.icon-bell {
|
562 |
+
background-position: -48px -144px;
|
563 |
+
}
|
564 |
+
|
565 |
+
.icon-certificate {
|
566 |
+
background-position: -72px -144px;
|
567 |
+
}
|
568 |
+
|
569 |
+
.icon-thumbs-up {
|
570 |
+
background-position: -96px -144px;
|
571 |
+
}
|
572 |
+
|
573 |
+
.icon-thumbs-down {
|
574 |
+
background-position: -120px -144px;
|
575 |
+
}
|
576 |
+
|
577 |
+
.icon-hand-right {
|
578 |
+
background-position: -144px -144px;
|
579 |
+
}
|
580 |
+
|
581 |
+
.icon-hand-left {
|
582 |
+
background-position: -168px -144px;
|
583 |
+
}
|
584 |
+
|
585 |
+
.icon-hand-up {
|
586 |
+
background-position: -192px -144px;
|
587 |
+
}
|
588 |
+
|
589 |
+
.icon-hand-down {
|
590 |
+
background-position: -216px -144px;
|
591 |
+
}
|
592 |
+
|
593 |
+
.icon-circle-arrow-right {
|
594 |
+
background-position: -240px -144px;
|
595 |
+
}
|
596 |
+
|
597 |
+
.icon-circle-arrow-left {
|
598 |
+
background-position: -264px -144px;
|
599 |
+
}
|
600 |
+
|
601 |
+
.icon-circle-arrow-up {
|
602 |
+
background-position: -288px -144px;
|
603 |
+
}
|
604 |
+
|
605 |
+
.icon-circle-arrow-down {
|
606 |
+
background-position: -312px -144px;
|
607 |
+
}
|
608 |
+
|
609 |
+
.icon-globe {
|
610 |
+
background-position: -336px -144px;
|
611 |
+
}
|
612 |
+
|
613 |
+
.icon-wrench {
|
614 |
+
background-position: -360px -144px;
|
615 |
+
}
|
616 |
+
|
617 |
+
.icon-tasks {
|
618 |
+
background-position: -384px -144px;
|
619 |
+
}
|
620 |
+
|
621 |
+
.icon-filter {
|
622 |
+
background-position: -408px -144px;
|
623 |
+
}
|
624 |
+
|
625 |
+
.icon-briefcase {
|
626 |
+
background-position: -432px -144px;
|
627 |
+
}
|
628 |
+
|
629 |
+
.icon-fullscreen {
|
630 |
+
background-position: -456px -144px;
|
631 |
+
}
|
632 |
+
|
633 |
+
/**
|
634 |
+
* HTML Iframe style
|
635 |
+
*/
|
636 |
+
body.icon_selector{
|
637 |
+
padding: 0;
|
638 |
+
margin:0;
|
639 |
+
}
|
640 |
+
body.icon_selector li{
|
641 |
+
padding:5px 3px;
|
642 |
+
cursor:pointer;
|
643 |
+
width: 24%;
|
644 |
+
overflow: hidden;
|
645 |
+
white-space: nowrap;
|
646 |
+
text-overflow: ellipsis;
|
647 |
+
}
|
648 |
+
body.icon_selector li:hover{
|
649 |
+
border-radius: 3px;
|
650 |
+
background: #ddd;
|
651 |
+
|
652 |
+
}
|
653 |
+
.tabcreator #frm_create{
|
654 |
+
line-height: 30px;
|
655 |
+
}
|
656 |
+
.tabcreator #txt_content{
|
657 |
+
width:100%;
|
658 |
+
}
|
659 |
+
.tabcreator .tabcreator .nav{
|
660 |
+
margin-bottom: 0;
|
661 |
+
}
|
662 |
+
.tabcreator #newtab{
|
663 |
+
width: 100%;
|
664 |
+
}
|
665 |
+
.tabcreator #deletetab{
|
666 |
+
display: none;
|
667 |
+
}
|
668 |
+
.tabcreator #fields{
|
669 |
+
display: none;
|
670 |
+
}
|
671 |
+
.tabcreator #myTabContent{
|
672 |
+
min-height: 20px;
|
673 |
+
border: 1px solid #ddd;
|
674 |
+
border-top: none;
|
675 |
+
margin-bottom: 10px;
|
676 |
+
padding:10px;
|
677 |
+
}
|
678 |
+
.tabcreator .alert,
|
679 |
+
.tabcreator #savetab{
|
680 |
+
display: none;
|
681 |
+
}
|
682 |
+
.tabcreator #frm_create{
|
683 |
+
margin-bottom: 10px;
|
684 |
+
}
|
685 |
+
|
assets/fonts/glyphicons-halflings-regular.eot
ADDED
Binary file
|
assets/fonts/glyphicons-halflings-regular.svg
ADDED
@@ -0,0 +1,228 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg xmlns="http://www.w3.org/2000/svg">
|
4 |
+
<metadata></metadata>
|
5 |
+
<defs>
|
6 |
+
<font id="glyphicons_halflingsregular" horiz-adv-x="1200" >
|
7 |
+
<font-face units-per-em="1200" ascent="960" descent="-240" />
|
8 |
+
<missing-glyph horiz-adv-x="500" />
|
9 |
+
<glyph />
|
10 |
+
<glyph />
|
11 |
+
<glyph unicode=" " />
|
12 |
+
<glyph unicode="*" d="M1100 500h-259l183 -183l-141 -141l-183 183v-259h-200v259l-183 -183l-141 141l183 183h-259v200h259l-183 183l141 141l183 -183v259h200v-259l183 183l141 -141l-183 -183h259v-200z" />
|
13 |
+
<glyph unicode="+" d="M1100 400h-400v-400h-300v400h-400v300h400v400h300v-400h400v-300z" />
|
14 |
+
<glyph unicode=" " />
|
15 |
+
<glyph unicode=" " horiz-adv-x="652" />
|
16 |
+
<glyph unicode=" " horiz-adv-x="1304" />
|
17 |
+
<glyph unicode=" " horiz-adv-x="652" />
|
18 |
+
<glyph unicode=" " horiz-adv-x="1304" />
|
19 |
+
<glyph unicode=" " horiz-adv-x="434" />
|
20 |
+
<glyph unicode=" " horiz-adv-x="326" />
|
21 |
+
<glyph unicode=" " horiz-adv-x="217" />
|
22 |
+
<glyph unicode=" " horiz-adv-x="217" />
|
23 |
+
<glyph unicode=" " horiz-adv-x="163" />
|
24 |
+
<glyph unicode=" " horiz-adv-x="260" />
|
25 |
+
<glyph unicode=" " horiz-adv-x="72" />
|
26 |
+
<glyph unicode=" " horiz-adv-x="260" />
|
27 |
+
<glyph unicode=" " horiz-adv-x="326" />
|
28 |
+
<glyph unicode="€" d="M800 500h-300q9 -74 33 -132t52.5 -91t62 -54.5t59 -29t46.5 -7.5q29 0 66 13t75 37t63.5 67.5t25.5 96.5h174q-31 -172 -128 -278q-107 -117 -274 -117q-205 0 -324 158q-36 46 -69 131.5t-45 205.5h-217l100 100h113q0 47 5 100h-218l100 100h135q37 167 112 257 q117 141 297 141q242 0 354 -189q60 -103 66 -209h-181q0 55 -25.5 99t-63.5 68t-75 36.5t-67 12.5q-24 0 -52.5 -10t-62.5 -32t-65.5 -67t-50.5 -107h379l-100 -100h-300q-6 -46 -6 -100h406z" />
|
29 |
+
<glyph unicode="−" d="M1100 700h-900v-300h900v300z" />
|
30 |
+
<glyph unicode="☁" d="M178 300h750q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5q0 -80 56.5 -137t135.5 -57z" />
|
31 |
+
<glyph unicode="✉" d="M1200 1100h-1200l600 -603zM300 600l-300 -300v600zM1200 900v-600l-300 300zM800 500l400 -400h-1200l400 400l200 -200z" />
|
32 |
+
<glyph unicode="✏" d="M1101 889l99 92q13 13 13 32.5t-13 33.5l-153 153q-15 13 -33 13t-33 -13l-94 -97zM401 189l614 614l-214 214l-614 -614zM-13 -13l333 112l-223 223z" />
|
33 |
+
<glyph unicode="" horiz-adv-x="500" d="M0 0z" />
|
34 |
+
<glyph unicode="" d="M700 100h300v-100h-800v100h300v550l-500 550h1200l-500 -550v-550z" />
|
35 |
+
<glyph unicode="" d="M1000 934v-521q-64 16 -138 -7q-79 -26 -122.5 -83t-25.5 -111q17 -55 85.5 -75.5t147.5 4.5q70 23 111.5 63.5t41.5 95.5v881q0 10 -7 15.5t-17 2.5l-752 -193q-10 -3 -17 -12.5t-7 -19.5v-689q-64 17 -138 -7q-79 -25 -122.5 -82t-25.5 -112t86 -75.5t147 5.5 q65 21 109 69t44 90v606z" />
|
36 |
+
<glyph unicode="" d="M913 432l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342t142 342t342 142t342 -142t142 -342q0 -142 -78 -261zM176 693q0 -136 97 -233t234 -97t233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5 t-234 -97t-97 -233z" />
|
37 |
+
<glyph unicode="" d="M649 949q48 69 109.5 105t121.5 38t118.5 -20.5t102.5 -64t71 -100.5t27 -123q0 -57 -33.5 -117.5t-94 -124.5t-126.5 -127.5t-150 -152.5t-146 -174q-62 85 -145.5 174t-149.5 152.5t-126.5 127.5t-94 124.5t-33.5 117.5q0 64 28 123t73 100.5t104.5 64t119 20.5 t120 -38.5t104.5 -104.5z" />
|
38 |
+
<glyph unicode="" d="M791 522l145 -449l-384 275l-382 -275l146 447l-388 280h479l146 400h2l146 -400h472zM168 71l2 1z" />
|
39 |
+
<glyph unicode="" d="M791 522l145 -449l-384 275l-382 -275l146 447l-388 280h479l146 400h2l146 -400h472zM747 331l-74 229l193 140h-235l-77 211l-78 -211h-239l196 -142l-73 -226l192 140zM168 71l2 1z" />
|
40 |
+
<glyph unicode="" d="M1200 143v-143h-1200v143l400 257v100q-37 0 -68.5 74.5t-31.5 125.5v200q0 124 88 212t212 88t212 -88t88 -212v-200q0 -51 -31.5 -125.5t-68.5 -74.5v-100z" />
|
41 |
+
<glyph unicode="" d="M1200 1100v-1100h-1200v1100h1200zM200 1000h-100v-100h100v100zM900 1000h-600v-400h600v400zM1100 1000h-100v-100h100v100zM200 800h-100v-100h100v100zM1100 800h-100v-100h100v100zM200 600h-100v-100h100v100zM1100 600h-100v-100h100v100zM900 500h-600v-400h600 v400zM200 400h-100v-100h100v100zM1100 400h-100v-100h100v100zM200 200h-100v-100h100v100zM1100 200h-100v-100h100v100z" />
|
42 |
+
<glyph unicode="" d="M500 1050v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5zM1100 1050v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h400 q21 0 35.5 -14.5t14.5 -35.5zM500 450v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5zM1100 450v-400q0 -21 -14.5 -35.5t-35.5 -14.5h-400q-21 0 -35.5 14.5t-14.5 35.5v400 q0 21 14.5 35.5t35.5 14.5h400q21 0 35.5 -14.5t14.5 -35.5z" />
|
43 |
+
<glyph unicode="" d="M300 1050v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM700 1050v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200 q21 0 35.5 -14.5t14.5 -35.5zM1100 1050v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM300 650v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM700 650v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM1100 650v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM300 250v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM700 250v-200 q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM1100 250v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5 t14.5 -35.5z" />
|
44 |
+
<glyph unicode="" d="M300 1050v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM1200 1050v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h700 q21 0 35.5 -14.5t14.5 -35.5zM300 450v200q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-200q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5zM1200 650v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700q-21 0 -35.5 14.5t-14.5 35.5v200 q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5zM300 250v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h200q21 0 35.5 -14.5t14.5 -35.5zM1200 250v-200q0 -21 -14.5 -35.5t-35.5 -14.5h-700 q-21 0 -35.5 14.5t-14.5 35.5v200q0 21 14.5 35.5t35.5 14.5h700q21 0 35.5 -14.5t14.5 -35.5z" />
|
45 |
+
<glyph unicode="" d="M448 34l818 820l-212 212l-607 -607l-206 207l-212 -212z" />
|
46 |
+
<glyph unicode="" d="M882 106l-282 282l-282 -282l-212 212l282 282l-282 282l212 212l282 -282l282 282l212 -212l-282 -282l282 -282z" />
|
47 |
+
<glyph unicode="" d="M913 432l300 -300q7 -8 7 -18t-7 -18l-109 -109q-8 -7 -18 -7t-18 7l-300 300q-119 -78 -261 -78q-200 0 -342 142t-142 342t142 342t342 142t342 -142t142 -342q0 -142 -78 -261zM507 363q137 0 233.5 96.5t96.5 233.5t-96.5 233.5t-233.5 96.5t-234 -97t-97 -233 t97 -233t234 -97zM600 800h100v-200h-100v-100h-200v100h-100v200h100v100h200v-100z" />
|
48 |
+
<glyph unicode="" d="M913 432l300 -299q7 -7 7 -18t-7 -18l-109 -109q-8 -8 -18 -8t-18 8l-300 299q-120 -77 -261 -77q-200 0 -342 142t-142 342t142 342t342 142t342 -142t142 -342q0 -141 -78 -262zM176 694q0 -136 97 -233t234 -97t233.5 97t96.5 233t-96.5 233t-233.5 97t-234 -97 t-97 -233zM300 801v-200h400v200h-400z" />
|
49 |
+
<glyph unicode="" d="M700 750v400q0 21 -14.5 35.5t-35.5 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-400q0 -21 14.5 -35.5t35.5 -14.5h100q21 0 35.5 14.5t14.5 35.5zM800 975v166q167 -62 272 -210t105 -331q0 -118 -45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123 t-123 184t-45.5 224.5q0 183 105 331t272 210v-166q-103 -55 -165 -155t-62 -220q0 -177 125 -302t302 -125t302 125t125 302q0 120 -62 220t-165 155z" />
|
50 |
+
<glyph unicode="" d="M1200 1h-200v1200h200v-1200zM900 1h-200v800h200v-800zM600 1h-200v500h200v-500zM300 301h-200v-300h200v300z" />
|
51 |
+
<glyph unicode="" d="M488 183l38 -151q40 -5 74 -5q27 0 74 5l38 151l6 2q46 13 93 39l5 3l134 -81q56 44 104 105l-80 134l3 5q24 44 39 93l1 6l152 38q5 40 5 74q0 28 -5 73l-152 38l-1 6q-16 51 -39 93l-3 5l80 134q-44 58 -104 105l-134 -81l-5 3q-45 25 -93 39l-6 1l-38 152q-40 5 -74 5 q-27 0 -74 -5l-38 -152l-5 -1q-50 -14 -94 -39l-5 -3l-133 81q-59 -47 -105 -105l80 -134l-3 -5q-25 -47 -38 -93l-2 -6l-151 -38q-6 -48 -6 -73q0 -33 6 -74l151 -38l2 -6q14 -49 38 -93l3 -5l-80 -134q45 -59 105 -105l133 81l5 -3q45 -26 94 -39zM600 815q89 0 152 -63 t63 -151q0 -89 -63 -152t-152 -63t-152 63t-63 152q0 88 63 151t152 63z" />
|
52 |
+
<glyph unicode="" d="M900 1100h275q10 0 17.5 -7.5t7.5 -17.5v-50q0 -11 -7 -18t-18 -7h-1050q-11 0 -18 7t-7 18v50q0 10 7.5 17.5t17.5 7.5h275v100q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5v-100zM800 1100v100h-300v-100h300zM200 900h900v-800q0 -41 -29.5 -71 t-70.5 -30h-700q-41 0 -70.5 30t-29.5 71v800zM300 100h100v700h-100v-700zM500 100h100v700h-100v-700zM700 100h100v700h-100v-700zM900 100h100v700h-100v-700z" />
|
53 |
+
<glyph unicode="" d="M1301 601h-200v-600h-300v400h-300v-400h-300v600h-200l656 644z" />
|
54 |
+
<glyph unicode="" d="M600 700h400v-675q0 -11 -7 -18t-18 -7h-850q-11 0 -18 7t-7 18v1150q0 11 7 18t18 7h475v-500zM1000 800h-300v300z" />
|
55 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM600 600h200 v-100h-300v400h100v-300z" />
|
56 |
+
<glyph unicode="" d="M721 400h-242l-40 -400h-539l431 1200h209l-21 -300h162l-20 300h208l431 -1200h-538zM712 500l-27 300h-170l-27 -300h224z" />
|
57 |
+
<glyph unicode="" d="M1100 400v-400h-1100v400h490l-290 300h200v500h300v-500h200l-290 -300h490zM988 300h-175v-100h175v100z" />
|
58 |
+
<glyph unicode="" d="M600 1199q122 0 233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233t47.5 233t127.5 191t191 127.5t233 47.5zM600 1012q-170 0 -291 -121t-121 -291t121 -291t291 -121t291 121 t121 291t-121 291t-291 121zM700 600h150l-250 -300l-250 300h150v300h200v-300z" />
|
59 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM850 600h-150 v-300h-200v300h-150l250 300z" />
|
60 |
+
<glyph unicode="" d="M0 500l200 700h800q199 -700 200 -700v-475q0 -11 -7 -18t-18 -7h-1150q-11 0 -18 7t-7 18v475zM903 1000h-606l-97 -500h200l50 -200h300l50 200h200z" />
|
61 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5zM797 598 l-297 -201v401z" />
|
62 |
+
<glyph unicode="" d="M1177 600h-150q0 -177 -125 -302t-302 -125t-302 125t-125 302t125 302t302 125q136 0 246 -81l-146 -146h400v400l-145 -145q-157 122 -355 122q-118 0 -224.5 -45.5t-184 -123t-123 -184t-45.5 -224.5t45.5 -224.5t123 -184t184 -123t224.5 -45.5t224.5 45.5t184 123 t123 184t45.5 224.5z" />
|
63 |
+
<glyph unicode="" d="M700 800l147 147q-112 80 -247 80q-177 0 -302 -125t-125 -302h-150q0 118 45.5 224.5t123 184t184 123t224.5 45.5q198 0 355 -122l145 145v-400h-400zM500 400l-147 -147q112 -80 247 -80q177 0 302 125t125 302h150q0 -118 -45.5 -224.5t-123 -184t-184 -123 t-224.5 -45.5q-198 0 -355 122l-145 -145v400h400z" />
|
64 |
+
<glyph unicode="" d="M100 1200v-1200h1100v1200h-1100zM1100 100h-900v900h900v-900zM400 800h-100v100h100v-100zM1000 800h-500v100h500v-100zM400 600h-100v100h100v-100zM1000 600h-500v100h500v-100zM400 400h-100v100h100v-100zM1000 400h-500v100h500v-100zM400 200h-100v100h100v-100 zM1000 300h-500v-100h500v100z" />
|
65 |
+
<glyph unicode="" d="M200 0h-100v1100h100v-1100zM1100 600v500q-40 -81 -101.5 -115.5t-127.5 -29.5t-138 25t-139.5 40t-125.5 25t-103 -29.5t-65 -115.5v-500q60 60 127.5 84t127.5 17.5t122 -23t119 -30t110 -11t103 42t91 120.5z" />
|
66 |
+
<glyph unicode="" d="M1200 275v300q0 116 -49.5 227t-131 192.5t-192.5 131t-227 49.5t-227 -49.5t-192.5 -131t-131 -192.5t-49.5 -227v-300q0 -11 7 -18t18 -7h50q11 0 18 7t7 18v300q0 127 70.5 231.5t184.5 161.5t245 57t245 -57t184.5 -161.5t70.5 -231.5v-300q0 -11 7 -18t18 -7h50 q11 0 18 7t7 18zM400 480v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14zM1000 480v-460q0 -8 -6 -14t-14 -6h-160q-8 0 -14 6t-6 14v460q0 8 6 14t14 6h160q8 0 14 -6t6 -14z" />
|
67 |
+
<glyph unicode="" d="M0 800v-400h300l300 -200v800l-300 -200h-300zM971 600l141 -141l-71 -71l-141 141l-141 -141l-71 71l141 141l-141 141l71 71l141 -141l141 141l71 -71z" />
|
68 |
+
<glyph unicode="" d="M0 800v-400h300l300 -200v800l-300 -200h-300zM700 857l69 53q111 -135 111 -310q0 -169 -106 -302l-67 54q86 110 86 248q0 146 -93 257z" />
|
69 |
+
<glyph unicode="" d="M974 186l6 8q142 178 142 405q0 230 -144 408l-6 8l-83 -64l7 -8q123 -151 123 -344q0 -189 -119 -339l-7 -8zM300 801l300 200v-800l-300 200h-300v400h300zM702 858l69 53q111 -135 111 -310q0 -170 -106 -303l-67 55q86 110 86 248q0 145 -93 257z" />
|
70 |
+
<glyph unicode="" d="M100 700h400v100h100v100h-100v300h-500v-600h100v100zM1200 700v500h-600v-200h100v-300h200v-300h300v200h-200v100h200zM100 1100h300v-300h-300v300zM800 800v300h300v-300h-300zM200 900h100v100h-100v-100zM900 1000h100v-100h-100v100zM300 600h-100v-100h-200 v-500h500v500h-200v100zM900 200v-100h-200v100h-100v100h100v200h-200v100h300v-300h200v-100h-100zM400 400v-300h-300v300h300zM300 200h-100v100h100v-100zM1100 300h100v-100h-100v100zM600 100h100v-100h-100v100zM1200 100v-100h-300v100h300z" />
|
71 |
+
<glyph unicode="" d="M100 1200h-100v-1000h100v1000zM300 200h-100v1000h100v-1000zM700 200h-200v1000h200v-1000zM900 200h-100v1000h100v-1000zM1200 1200v-1000h-200v1000h200zM400 100v-100h-300v100h300zM500 91h100v-91h-100v91zM700 91h100v-91h-100v91zM1100 91v-91h-200v91h200z " />
|
72 |
+
<glyph unicode="" d="M1200 500l-500 -500l-699 700v475q0 10 7.5 17.5t17.5 7.5h474zM320 882q29 29 29 71t-29 71q-30 30 -71.5 30t-71.5 -30q-29 -29 -29 -71t29 -71q30 -30 71.5 -30t71.5 30z" />
|
73 |
+
<glyph unicode="" d="M1201 500l-500 -500l-699 700v475q0 11 7 18t18 7h474zM1501 500l-500 -500l-50 50l450 450l-700 700h100zM320 882q30 29 30 71t-30 71q-29 30 -71 30t-71 -30q-30 -29 -30 -71t30 -71q29 -30 71 -30t71 30z" />
|
74 |
+
<glyph unicode="" d="M1200 1200v-1000l-100 -100v1000h-750l-100 -100h750v-1000h-900v1025l175 175h925z" />
|
75 |
+
<glyph unicode="" d="M947 829l-94 346q-2 11 -10 18t-18 7h-450q-10 0 -18 -7t-10 -18l-94 -346l40 -124h592zM1200 800v-700h-200v200h-800v-200h-200v700h200l100 -200h600l100 200h200zM881 176l38 -152q2 -10 -3.5 -17t-15.5 -7h-600q-10 0 -15.5 7t-3.5 17l38 152q2 10 11.5 17t19.5 7 h500q10 0 19.5 -7t11.5 -17z" />
|
76 |
+
<glyph unicode="" d="M1200 0v66q-34 1 -74 43q-18 19 -33 42t-21 37l-6 13l-385 998h-93l-399 -1006q-24 -48 -52 -75q-12 -12 -33 -25t-36 -20l-15 -7v-66h365v66q-41 0 -72 11t-49 38t1 71l92 234h391l82 -222q16 -45 -5.5 -88.5t-74.5 -43.5v-66h417zM416 521l178 457l46 -140l116 -317 h-340z" />
|
77 |
+
<glyph unicode="" d="M100 1199h471q120 0 213 -88t93 -228q0 -55 -11.5 -101.5t-28 -74t-33.5 -47.5t-28 -28l-12 -7q8 -3 21.5 -9t48 -31.5t60.5 -58t47.5 -91.5t21.5 -129q0 -84 -59 -156.5t-142 -111t-162 -38.5h-500v89q41 7 70.5 32.5t29.5 65.5v827q0 28 -1 39.5t-5.5 26t-15.5 21 t-29 14t-49 14.5v70zM400 1079v-379h139q76 0 130 61.5t54 138.5q0 82 -84 130.5t-239 48.5zM400 200h161q89 0 153 48.5t64 132.5q0 90 -62.5 154.5t-156.5 64.5h-159v-400z" />
|
78 |
+
<glyph unicode="" d="M877 1200l2 -57q-33 -8 -62 -25.5t-46 -37t-29.5 -38t-17.5 -30.5l-5 -12l-128 -825q-10 -52 14 -82t95 -36v-57h-500v57q77 7 134.5 40.5t65.5 80.5l173 849q10 56 -10 74t-91 37q-6 1 -10.5 2.5t-9.5 2.5v57h425z" />
|
79 |
+
<glyph unicode="" d="M1150 1200h150v-300h-50q0 29 -8 48.5t-18.5 30t-33.5 15t-39.5 5.5t-50.5 1h-200v-850l100 -50v-100h-400v100l100 50v850h-200q-34 0 -50.5 -1t-40 -5.5t-33.5 -15t-18.5 -30t-8.5 -48.5h-49v300h150h700zM100 1000v-800h75l-125 -167l-125 167h75v800h-75l125 167 l125 -167h-75z" />
|
80 |
+
<glyph unicode="" d="M950 1201h150v-300h-50q0 29 -8 48.5t-18 30t-33.5 15t-40 5.5t-50.5 1h-200v-650l100 -50v-100h-400v100l100 50v650h-200q-34 0 -50.5 -1t-39.5 -5.5t-33.5 -15t-18.5 -30t-8 -48.5h-50v300h150h700zM200 101h800v75l167 -125l-167 -125v75h-800v-75l-167 125l167 125 v-75z" />
|
81 |
+
<glyph unicode="" d="M700 950v100q0 21 -14.5 35.5t-35.5 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h600q21 0 35.5 15t14.5 35zM1100 650v100q0 21 -14.5 35.5t-35.5 14.5h-1000q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h1000 q21 0 35.5 15t14.5 35zM900 350v100q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35zM1200 50v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35 t35.5 -15h1100q21 0 35.5 15t14.5 35z" />
|
82 |
+
<glyph unicode="" d="M1000 950v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35zM1200 650v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h1100 q21 0 35.5 15t14.5 35zM1000 350v100q0 21 -14.5 35.5t-35.5 14.5h-700q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h700q21 0 35.5 15t14.5 35zM1200 50v100q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35 t35.5 -15h1100q21 0 35.5 15t14.5 35z" />
|
83 |
+
<glyph unicode="" d="M500 950v100q0 21 14.5 35.5t35.5 14.5h600q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-600q-21 0 -35.5 15t-14.5 35zM100 650v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1000q-21 0 -35.5 15 t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15t-14.5 35zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
|
84 |
+
<glyph unicode="" d="M0 950v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15 t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100q-21 0 -35.5 15t-14.5 35zM0 50v100q0 21 14.5 35.5t35.5 14.5h1100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-1100 q-21 0 -35.5 15t-14.5 35z" />
|
85 |
+
<glyph unicode="" d="M0 950v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM300 950v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800q-21 0 -35.5 15 t-14.5 35zM0 650v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM300 650v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-800 q-21 0 -35.5 15t-14.5 35zM0 350v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM300 350v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35zM0 50v100q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15h-100q-21 0 -35.5 15t-14.5 35zM300 50v100q0 21 14.5 35.5t35.5 14.5h800q21 0 35.5 -14.5t14.5 -35.5v-100q0 -20 -14.5 -35t-35.5 -15 h-800q-21 0 -35.5 15t-14.5 35z" />
|
86 |
+
<glyph unicode="" d="M400 1100h-100v-1100h100v1100zM700 950v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35zM1100 650v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15 h500q20 0 35 15t15 35zM100 425v75h-201v100h201v75l166 -125zM900 350v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35zM1200 50v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5 v-100q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35z" />
|
87 |
+
<glyph unicode="" d="M201 950v100q0 21 -15 35.5t-35 14.5h-100q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h100q20 0 35 15t15 35zM801 1100h100v-1100h-100v1100zM601 650v100q0 21 -15 35.5t-35 14.5h-500q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15 h500q20 0 35 15t15 35zM1101 425v75h200v100h-200v75l-167 -125zM401 350v100q0 21 -15 35.5t-35 14.5h-300q-21 0 -35.5 -14.5t-14.5 -35.5v-100q0 -20 14.5 -35t35.5 -15h300q20 0 35 15t15 35zM701 50v100q0 21 -15 35.5t-35 14.5h-600q-21 0 -35.5 -14.5t-14.5 -35.5 v-100q0 -20 14.5 -35t35.5 -15h600q20 0 35 15t15 35z" />
|
88 |
+
<glyph unicode="" d="M900 925v-650q0 -31 -22 -53t-53 -22h-750q-31 0 -53 22t-22 53v650q0 31 22 53t53 22h750q31 0 53 -22t22 -53zM1200 300l-300 300l300 300v-600z" />
|
89 |
+
<glyph unicode="" d="M1200 1056v-1012q0 -18 -12.5 -31t-31.5 -13h-1112q-18 0 -31 13t-13 31v1012q0 18 13 31t31 13h1112q19 0 31.5 -13t12.5 -31zM1100 1000h-1000v-737l247 182l298 -131l-74 156l293 318l236 -288v500zM476 750q0 -56 -39 -95t-95 -39t-95 39t-39 95t39 95t95 39t95 -39 t39 -95z" />
|
90 |
+
<glyph unicode="" d="M600 1213q123 0 227 -63t164.5 -169.5t60.5 -229.5t-73 -272q-73 -114 -166.5 -237t-150.5 -189l-57 -66q-10 9 -27 26t-66.5 70.5t-96 109t-104 135.5t-100.5 155q-63 139 -63 262q0 124 60.5 231.5t165 172t226.5 64.5zM599 514q107 0 182.5 75.5t75.5 182.5t-75.5 182 t-182.5 75t-182 -75.5t-75 -181.5q0 -107 75.5 -182.5t181.5 -75.5z" />
|
91 |
+
<glyph unicode="" d="M600 1199q122 0 233 -47.5t191 -127.5t127.5 -191t47.5 -233t-47.5 -233t-127.5 -191t-191 -127.5t-233 -47.5t-233 47.5t-191 127.5t-127.5 191t-47.5 233t47.5 233t127.5 191t191 127.5t233 47.5zM600 173v854q-176 0 -301.5 -125t-125.5 -302t125.5 -302t301.5 -125z " />
|
92 |
+
<glyph unicode="" d="M554 1295q21 -71 57.5 -142.5t76 -130.5t83 -118.5t82 -117t70 -116t50 -125.5t18.5 -136q0 -89 -39 -165.5t-102 -126.5t-140 -79.5t-156 -33.5q-114 6 -211.5 53t-161.5 138.5t-64 210.5q0 94 34 186t88.5 172.5t112 159t115 177t87.5 194.5zM455 296q-7 6 -18 17 t-34 48t-33 77q-15 73 -14 143.5t10 122.5l9 51q-92 -110 -119.5 -185t-12.5 -156q14 -82 59.5 -136t136.5 -80z" />
|
93 |
+
<glyph unicode="" d="M1108 902l113 113l-21 85l-92 28l-113 -113zM1100 625v-225q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5v300q0 165 117.5 282.5t282.5 117.5q366 -6 397 -14l-186 -186h-311q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5 t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v125zM436 341l161 50l412 412l-114 113l-405 -405z" />
|
94 |
+
<glyph unicode="" d="M1100 453v-53q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5v300q0 165 117.5 282.5t282.5 117.5h261l2 -80q-133 -32 -218 -120h-145q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5z M813 431l360 324l-359 318v-216q-7 0 -19 -1t-48 -8t-69.5 -18.5t-76.5 -37t-76.5 -59t-62 -88t-39.5 -121.5q30 38 81.5 64t103 35.5t99 14t77.5 3.5l29 -1v-209z" />
|
95 |
+
<glyph unicode="" d="M1100 569v-169q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5v300q0 165 117.5 282.5t282.5 117.5h300q60 0 127 -23l-178 -177h-349q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5v69z M625 348l566 567l-136 137l-430 -431l-147 147l-136 -136z" />
|
96 |
+
<glyph unicode="" d="M900 303v198h-200v-200h195l-295 -300l-300 300h200v200h-200v-198l-300 300l300 296v-198h200v200h-200l300 300l295 -300h-195v-200h200v198l300 -296z" />
|
97 |
+
<glyph unicode="" d="M900 0l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-1100z" />
|
98 |
+
<glyph unicode="" d="M1200 0l-500 488v-488l-500 488v-438q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v1000q0 21 14.5 35.5t35.5 14.5h100q21 0 35.5 -14.5t14.5 -35.5v-437l500 487v-487l500 487v-1100z" />
|
99 |
+
<glyph unicode="" d="M1200 0l-500 488v-488l-564 550l564 550v-487l500 487v-1100z" />
|
100 |
+
<glyph unicode="" d="M1100 550l-900 550v-1100z" />
|
101 |
+
<glyph unicode="" d="M500 150v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5zM900 150v800q0 21 -14.5 35.5t-35.5 14.5h-200q-21 0 -35.5 -14.5t-14.5 -35.5v-800q0 -21 14.5 -35.5t35.5 -14.5h200 q21 0 35.5 14.5t14.5 35.5z" />
|
102 |
+
<glyph unicode="" d="M1100 150v800q0 21 -14.5 35.5t-35.5 14.5h-800q-21 0 -35.5 -14.5t-14.5 -35.5v-800q0 -20 14.5 -35t35.5 -15h800q21 0 35.5 15t14.5 35z" />
|
103 |
+
<glyph unicode="" d="M500 0v488l-500 -488v1100l500 -487v487l564 -550z" />
|
104 |
+
<glyph unicode="" d="M1050 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v488l-500 -488v1100l500 -487v487l500 -487v437q0 21 14.5 35.5t35.5 14.5z" />
|
105 |
+
<glyph unicode="" d="M850 1100h100q21 0 35.5 -14.5t14.5 -35.5v-1000q0 -21 -14.5 -35.5t-35.5 -14.5h-100q-21 0 -35.5 14.5t-14.5 35.5v438l-500 -488v1100l500 -487v437q0 21 14.5 35.5t35.5 14.5z" />
|
106 |
+
<glyph unicode="" d="M650 1064l-550 -564h1100zM1200 350v-100q0 -21 -14.5 -35.5t-35.5 -14.5h-1000q-21 0 -35.5 14.5t-14.5 35.5v100q0 21 14.5 35.5t35.5 14.5h1000q21 0 35.5 -14.5t14.5 -35.5z" />
|
107 |
+
<glyph unicode="" d="M777 7l240 240l-353 353l353 353l-240 240l-592 -594z" />
|
108 |
+
<glyph unicode="" d="M513 -46l-241 240l353 353l-353 353l241 240l572 -571l21 -22l-1 -1v-1z" />
|
109 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM500 900v-200h-200v-200h200v-200h200v200h200v200h-200v200h-200z" />
|
110 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM300 700v-200h600v200h-600z" />
|
111 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM247 741l141 -141l-142 -141l213 -213l141 142l141 -142l213 213l-142 141l142 141l-213 212l-141 -141 l-141 142z" />
|
112 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM546 623l-102 102l-174 -174l276 -277l411 411l-175 174z" />
|
113 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM500 500h200q5 3 14 8t31.5 25.5t39.5 45.5t31 69t14 94q0 51 -17.5 89t-42 58t-58.5 32t-58.5 15t-51.5 3 q-105 0 -172 -56t-67 -183h144q4 0 11.5 -1t11 -1t6.5 3t3 9t1 11t3.5 8.5t3.5 6t5.5 4t6.5 2.5t9 1.5t9 0.5h11.5h12.5q19 0 30 -10t11 -26q0 -22 -4 -28t-27 -22q-5 -1 -12.5 -3t-27 -13.5t-34 -27t-26.5 -46t-11 -68.5zM500 400v-100h200v100h-200z" />
|
114 |
+
<glyph unicode="" d="M600 1197q162 0 299.5 -80t217.5 -217.5t80 -299.5t-80 -299.5t-217.5 -217.5t-299.5 -80t-299.5 80t-217.5 217.5t-80 299.5t80 299.5t217.5 217.5t299.5 80zM500 900v-100h200v100h-200zM400 700v-100h100v-200h-100v-100h400v100h-100v300h-300z" />
|
115 |
+
<glyph unicode="" d="M1200 700v-200h-203q-25 -102 -116.5 -186t-180.5 -117v-197h-200v197q-140 27 -208 102.5t-98 200.5h-194v200h194q15 60 36 104.5t55.5 86t88 69t126.5 40.5v200h200v-200q54 -20 113 -60t112.5 -105.5t71.5 -134.5h203zM700 500v-206q149 48 201 206h-201v200h200 q-25 74 -76 127.5t-124 76.5v-204h-200v203q-75 -24 -130 -77.5t-79 -125.5h209v-200h-210q24 -73 79.5 -127.5t130.5 -78.5v206h200z" />
|
116 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM844 735 l-135 -135l135 -135l-109 -109l-135 135l-135 -135l-109 109l135 135l-135 135l109 109l135 -135l135 135z" />
|
117 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM896 654 l-346 -345l-228 228l141 141l87 -87l204 205z" />
|
118 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM248 385l568 567q-100 62 -216 62q-171 0 -292.5 -121.5t-121.5 -292.5q0 -115 62 -215zM955 809l-564 -564q97 -59 209 -59q171 0 292.5 121.5 t121.5 292.5q0 112 -59 209z" />
|
119 |
+
<glyph unicode="" d="M1200 400h-600v-301l-600 448l600 453v-300h600v-300z" />
|
120 |
+
<glyph unicode="" d="M600 400h-600v300h600v300l600 -453l-600 -448v301z" />
|
121 |
+
<glyph unicode="" d="M1098 600h-298v-600h-300v600h-296l450 600z" />
|
122 |
+
<glyph unicode="" d="M998 600l-449 -600l-445 600h296v600h300v-600h298z" />
|
123 |
+
<glyph unicode="" d="M600 199v301q-95 -2 -183 -20t-170 -52t-147 -92.5t-100 -135.5q6 132 41 238.5t103.5 193t184 138t271.5 59.5v271l600 -453z" />
|
124 |
+
<glyph unicode="" d="M1200 1200h-400l129 -129l-294 -294l142 -142l294 294l129 -129v400zM565 423l-294 -294l129 -129h-400v400l129 -129l294 294z" />
|
125 |
+
<glyph unicode="" d="M871 730l129 -130h-400v400l129 -129l295 295l142 -141zM200 600h400v-400l-129 130l-295 -295l-142 141l295 295z" />
|
126 |
+
<glyph unicode="" d="M600 1177q118 0 224.5 -45.5t184 -123t123 -184t45.5 -224.5t-45.5 -224.5t-123 -184t-184 -123t-224.5 -45.5t-224.5 45.5t-184 123t-123 184t-45.5 224.5t45.5 224.5t123 184t184 123t224.5 45.5zM686 549l58 302q4 20 -8 34.5t-33 14.5h-207q-20 0 -32 -14.5t-8 -34.5 l58 -302q4 -20 21.5 -34.5t37.5 -14.5h54q20 0 37.5 14.5t21.5 34.5zM700 400h-200v-100h200v100z" />
|
127 |
+
<glyph unicode="" d="M1200 900h-111v6t-1 15t-3 18l-34 172q-11 39 -41.5 63t-69.5 24q-32 0 -61 -17l-239 -144q-22 -13 -40 -35q-19 24 -40 36l-238 144q-33 18 -62 18q-39 0 -69.5 -23t-40.5 -61l-35 -177q-2 -8 -3 -18t-1 -15v-6h-111v-100h100v-200h400v300h200v-300h400v200h100v100z M731 900l202 197q5 -12 12 -32.5t23 -64t25 -72t7 -28.5h-269zM481 900h-281q-3 0 14 48t35 96l18 47zM100 0h400v400h-400v-400zM700 400h400v-400h-400v400z" />
|
128 |
+
<glyph unicode="" d="M0 121l216 193q-9 53 -13 83t-5.5 94t9 113t38.5 114t74 124q47 60 99.5 102.5t103 68t127.5 48t145.5 37.5t184.5 43.5t220 58.5q0 -189 -22 -343t-59 -258t-89 -181.5t-108.5 -120t-122 -68t-125.5 -30t-121.5 -1.5t-107.5 12.5t-87.5 17t-56.5 7.5l-99 -55l-201 -202 v143zM692 611q70 38 118.5 69.5t102 79t99 111.5t86.5 148q22 50 24 60t-6 19q-7 5 -17 5t-26.5 -14.5t-33.5 -39.5q-35 -51 -113.5 -108.5t-139.5 -89.5l-61 -32q-369 -197 -458 -401q-48 -111 -28.5 -117.5t86.5 76.5q55 66 367 234z" />
|
129 |
+
<glyph unicode="" d="M1261 600l-26 -40q-6 -10 -20 -30t-49 -63.5t-74.5 -85.5t-97 -90t-116.5 -83.5t-132.5 -59t-145.5 -23.5t-145.5 23.5t-132.5 59t-116.5 83.5t-97 90t-74.5 85.5t-49 63.5t-20 30l-26 40l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5 t145.5 -23.5t132.5 -59t116.5 -83.5t97 -90t74.5 -85.5t49 -63.5t20 -30zM600 240q64 0 123.5 20t100.5 45.5t85.5 71.5t66.5 75.5t58 81.5t47 66q-1 1 -28.5 37.5t-42 55t-43.5 53t-57.5 63.5t-58.5 54q49 -74 49 -163q0 -124 -88 -212t-212 -88t-212 88t-88 212 q0 85 46 158q-102 -87 -226 -258q7 -10 40.5 -58t56 -78.5t68 -77.5t87.5 -75t103 -49.5t125 -21.5zM484 762l-107 -106q49 -124 154 -191l105 105q-37 24 -75 72t-57 84z" />
|
130 |
+
<glyph unicode="" d="M906 1200l-314 -1200h-148l37 143q-82 21 -165 71.5t-140 102t-109.5 112t-72 88.5t-29.5 43l-26 40l26 40q6 10 20 30t49 63.5t74.5 85.5t97 90t116.5 83.5t132.5 59t145.5 23.5q61 0 121 -17l37 142h148zM1261 600l-26 -40q-7 -12 -25.5 -38t-63.5 -79.5t-95.5 -102.5 t-124 -100t-146.5 -79l38 145q22 15 44.5 34t46 44t40.5 44t41 50.5t33.5 43.5t33 44t24.5 34q-97 127 -140 175l39 146q67 -54 131.5 -125.5t87.5 -103.5t36 -52zM513 264l37 141q-107 18 -178.5 101.5t-71.5 193.5q0 85 46 158q-102 -87 -226 -258q210 -282 393 -336z M484 762l-107 -106q49 -124 154 -191l47 47l23 87q-30 28 -59 69t-44 68z" />
|
131 |
+
<glyph unicode="" d="M-47 0h1294q37 0 50.5 35.5t-7.5 67.5l-642 1056q-20 33 -48 36t-48 -29l-642 -1066q-21 -32 -7.5 -66t50.5 -34zM700 200v100h-200v-100h-345l445 723l445 -723h-345zM700 700h-200v-100l100 -300l100 300v100z" />
|
132 |
+
<glyph unicode="" d="M800 711l363 -325q15 -14 26 -38.5t11 -44.5v-41q0 -20 -12 -26.5t-29 5.5l-359 249v-263q100 -91 100 -113v-64q0 -21 -13 -29t-32 1l-94 78h-222l-94 -78q-19 -9 -32 -1t-13 29v64q0 22 100 113v263l-359 -249q-17 -12 -29 -5.5t-12 26.5v41q0 20 11 44.5t26 38.5 l363 325v339q0 62 44 106t106 44t106 -44t44 -106v-339z" />
|
133 |
+
<glyph unicode="" d="M941 800l-600 -600h-341v200h259l600 600h241v198l300 -295l-300 -300v197h-159zM381 678l141 142l-181 180h-341v-200h259zM1100 598l300 -295l-300 -300v197h-241l-181 181l141 142l122 -123h159v198z" />
|
134 |
+
<glyph unicode="" d="M100 1100h1000q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-596l-304 -300v300h-100q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5z" />
|
135 |
+
<glyph unicode="" d="M400 900h-300v300h300v-300zM1100 900h-300v300h300v-300zM1100 800v-200q0 -42 -3 -83t-15 -104t-31.5 -116t-58 -109.5t-89 -96.5t-129 -65.5t-174.5 -25.5t-174.5 25.5t-129 65.5t-89 96.5t-58 109.5t-31.5 116t-15 104t-3 83v200h300v-250q0 -113 6 -145 q17 -92 102 -117q39 -11 92 -11q37 0 66.5 5.5t50 15.5t36 24t24 31.5t14 37.5t7 42t2.5 45t0 47v25v250h300z" />
|
136 |
+
<glyph unicode="" d="M902 184l226 227l-578 579l-580 -579l227 -227l352 353z" />
|
137 |
+
<glyph unicode="" d="M650 218l578 579l-226 227l-353 -353l-352 353l-227 -227z" />
|
138 |
+
<glyph unicode="" d="M1198 400v600h-796l215 -200h381v-400h-198l299 -283l299 283h-200zM-198 700l299 283l300 -283h-203v-400h385l215 -200h-800v600h-196z" />
|
139 |
+
<glyph unicode="" d="M1050 1200h94q20 0 35 -14.5t15 -35.5t-15 -35.5t-35 -14.5h-54l-201 -961q-2 -4 -6 -10.5t-19 -17.5t-33 -11h-31v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-300v-50q0 -20 -14.5 -35t-35.5 -15t-35.5 15t-14.5 35v50h-50q-21 0 -35.5 15t-14.5 35 q0 21 14.5 35.5t35.5 14.5h535l48 200h-633q-32 0 -54.5 21t-27.5 43l-100 475q-5 24 10 42q14 19 39 19h896l38 162q5 17 18.5 27.5t30.5 10.5z" />
|
140 |
+
<glyph unicode="" d="M1200 1000v-100h-1200v100h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500zM0 800h1200v-800h-1200v800z" />
|
141 |
+
<glyph unicode="" d="M201 800l-200 -400v600h200q0 41 29.5 70.5t70.5 29.5h300q41 0 70.5 -29.5t29.5 -70.5h500v-200h-1000zM1501 700l-300 -700h-1200l300 700h1200z" />
|
142 |
+
<glyph unicode="" d="M302 300h198v600h-198l298 300l298 -300h-198v-600h198l-298 -300z" />
|
143 |
+
<glyph unicode="" d="M900 303v197h-600v-197l-300 297l300 298v-198h600v198l300 -298z" />
|
144 |
+
<glyph unicode="" d="M31 400l172 739q5 22 23 41.5t38 19.5h672q19 0 37.5 -22.5t23.5 -45.5l172 -732h-1138zM100 300h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM900 200h-100v-100h100v100z M1100 200h-100v-100h100v100z" />
|
145 |
+
<glyph unicode="" d="M1100 200v850q0 21 14.5 35.5t35.5 14.5q20 0 35 -14.5t15 -35.5v-850q0 -20 -15 -35t-35 -15q-21 0 -35.5 15t-14.5 35zM325 800l675 250v-850l-675 200h-38l47 -276q2 -12 -3 -17.5t-11 -6t-21 -0.5h-8h-83q-20 0 -34.5 14t-18.5 35q-56 337 -56 351v250v5 q0 13 0.5 18.5t2.5 13t8 10.5t15 3h200zM-101 600v50q0 24 25 49t50 38l25 13v-250l-11 5.5t-24 14t-30 21.5t-24 27.5t-11 31.5z" />
|
146 |
+
<glyph unicode="" d="M445 1180l-45 -233l-224 78l78 -225l-233 -44l179 -156l-179 -155l233 -45l-78 -224l224 78l45 -233l155 179l155 -179l45 233l224 -78l-78 224l234 45l-180 155l180 156l-234 44l78 225l-224 -78l-45 233l-155 -180z" />
|
147 |
+
<glyph unicode="" d="M700 1200h-50q-27 0 -51 -20t-38 -48l-96 -198l-145 -196q-20 -26 -20 -63v-400q0 -75 100 -75h61q123 -100 139 -100h250q46 0 83 57l238 344q29 31 29 74v100q0 44 -30.5 84.5t-69.5 40.5h-328q28 118 28 125v150q0 44 -30.5 84.5t-69.5 40.5zM700 925l-50 -225h450 v-125l-250 -375h-214l-136 100h-100v375l150 212l100 213h50v-175zM0 800v-600h200v600h-200z" />
|
148 |
+
<glyph unicode="" d="M700 0h-50q-27 0 -51 20t-38 48l-96 198l-145 196q-20 26 -20 63v400q0 75 100 75h61q123 100 139 100h250q46 0 83 -57l238 -344q29 -31 29 -74v-100q0 -44 -30.5 -84.5t-69.5 -40.5h-328q28 -118 28 -125v-150q0 -44 -30.5 -84.5t-69.5 -40.5zM200 400h-200v600h200 v-600zM700 275l-50 225h450v125l-250 375h-214l-136 -100h-100v-375l150 -212l100 -213h50v175z" />
|
149 |
+
<glyph unicode="" d="M364 873l362 230q14 6 25 6q17 0 29 -12l109 -112q14 -14 14 -34q0 -18 -11 -32l-85 -121h302q85 0 138.5 -38t53.5 -110t-54.5 -111t-138.5 -39h-107l-130 -339q-7 -22 -20.5 -41.5t-28.5 -19.5h-341q-7 0 -90 81t-83 94v525q0 17 14 35.5t28 28.5zM408 792v-503 l100 -89h293l131 339q6 21 19.5 41t28.5 20h203q16 0 25 15t9 36q0 20 -9 34.5t-25 14.5h-457h-6.5h-7.5t-6.5 0.5t-6 1t-5 1.5t-5.5 2.5t-4 4t-4 5.5q-5 12 -5 20q0 14 10 27l147 183l-86 83zM208 200h-200v600h200v-600z" />
|
150 |
+
<glyph unicode="" d="M475 1104l365 -230q7 -4 16.5 -10.5t26 -26t16.5 -36.5v-526q0 -13 -85.5 -93.5t-93.5 -80.5h-342q-15 0 -28.5 20t-19.5 41l-131 339h-106q-84 0 -139 39t-55 111t54 110t139 37h302l-85 121q-11 16 -11 32q0 21 14 34l109 113q13 12 29 12q11 0 25 -6zM370 946 l145 -184q10 -11 10 -26q0 -11 -5 -20q-1 -3 -3.5 -5.5l-4 -4t-5 -2.5t-5.5 -1.5t-6.5 -1t-6.5 -0.5h-7.5h-6.5h-476v-100h222q15 0 28.5 -20.5t19.5 -40.5l131 -339h293l106 89v502l-342 237zM1199 201h-200v600h200v-600z" />
|
151 |
+
<glyph unicode="" d="M1100 473v342q0 15 -20 28.5t-41 19.5l-339 131v106q0 84 -39 139t-111 55t-110 -53.5t-38 -138.5v-302l-121 84q-15 12 -33.5 11.5t-32.5 -13.5l-112 -110q-22 -22 -6 -53l230 -363q4 -6 10.5 -15.5t26 -25t36.5 -15.5h525q13 0 94 83t81 90zM911 400h-503l-236 339 l83 86l183 -146q22 -18 47 -5q3 1 5.5 3.5l4 4t2.5 5t1.5 5.5t1 6.5t0.5 6v7.5v7v456q0 22 25 31t50 -0.5t25 -30.5v-202q0 -16 20 -29.5t41 -19.5l339 -130v-294zM1000 200v-200h-600v200h600z" />
|
152 |
+
<glyph unicode="" d="M305 1104v200h600v-200h-600zM605 310l339 131q20 6 40.5 19.5t20.5 28.5v342q0 7 -81 90t-94 83h-525q-17 0 -35.5 -14t-28.5 -28l-10 -15l-230 -362q-15 -31 7 -53l112 -110q13 -13 32 -13.5t34 10.5l121 85l-1 -302q0 -84 38.5 -138t110.5 -54t111 55t39 139v106z M905 804v-294l-340 -130q-20 -6 -40 -20t-20 -29v-202q0 -22 -25 -31t-50 0t-25 31v456v14.5t-1.5 11.5t-5 12t-9.5 7q-24 13 -46 -5l-184 -146l-83 86l237 339h503z" />
|
153 |
+
<glyph unicode="" d="M603 1195q162 0 299.5 -80t217.5 -218t80 -300t-80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5zM598 701h-298v-201h300l-2 -194l402 294l-402 298v-197z" />
|
154 |
+
<glyph unicode="" d="M597 1195q122 0 232.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-218 -217.5t-300 -80t-299.5 80t-217.5 217.5t-80 299.5q0 122 47.5 232.5t127.5 190.5t190.5 127.5t231.5 47.5zM200 600l400 -294v194h302v201h-300v197z" />
|
155 |
+
<glyph unicode="" d="M603 1195q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5zM300 600h200v-300h200v300h200l-300 400z" />
|
156 |
+
<glyph unicode="" d="M603 1195q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5zM500 900v-300h-200l300 -400l300 400h-200v300h-200z" />
|
157 |
+
<glyph unicode="" d="M603 1195q121 0 231.5 -47.5t190.5 -127.5t127.5 -190.5t47.5 -232.5q0 -162 -80 -299.5t-217.5 -217.5t-299.5 -80t-300 80t-218 217.5t-80 299.5q0 122 47.5 232.5t127.5 190.5t190.5 127.5t232.5 47.5zM627 1101q-15 -12 -36.5 -21t-34.5 -12t-44 -8t-39 -6 q-15 -3 -45.5 0.5t-45.5 -2.5q-21 -7 -52 -26.5t-34 -34.5q-3 -11 6.5 -22.5t8.5 -18.5q-3 -34 -27.5 -90.5t-29.5 -79.5q-8 -33 5.5 -92.5t7.5 -87.5q0 -9 17 -44t16 -60q12 0 23 -5.5t23 -15t20 -13.5q24 -12 108 -42q22 -8 53 -31.5t59.5 -38.5t57.5 -11q8 -18 -15 -55 t-20 -57q42 -71 87 -80q0 -6 -3 -15.5t-3.5 -14.5t4.5 -17q102 -2 221 112q30 29 47 47t34.5 49t20.5 62q-14 9 -37 9.5t-36 7.5q-14 7 -49 15t-52 19q-9 0 -39.5 -0.5t-46.5 -1.5t-39 -6.5t-39 -16.5q-50 -35 -66 -12q-4 2 -3.5 25.5t0.5 25.5q-6 13 -26.5 17t-24.5 7 q2 22 -2 41t-16.5 28t-38.5 -20q-23 -25 -42 4q-19 28 -8 58q6 16 22 22q6 -1 26 -1.5t33.5 -4t19.5 -13.5q12 -19 32 -37.5t34 -27.5l14 -8q0 3 9.5 39.5t5.5 57.5q-4 23 14.5 44.5t22.5 31.5q5 14 10 35t8.5 31t15.5 22.5t34 21.5q-6 18 10 37q8 0 23.5 -1.5t24.5 -1.5 t20.5 4.5t20.5 15.5q-10 23 -30.5 42.5t-38 30t-49 26.5t-43.5 23q11 41 1 44q31 -13 58.5 -14.5t39.5 3.5l11 4q6 36 -17 53.5t-64 28.5t-56 23q-19 -3 -37 0zM613 994q0 -18 8 -42.5t16.5 -44t9.5 -23.5q-9 2 -31 5t-36 5t-32 8t-30 14q3 12 16 30t16 25q10 -10 18.5 -10 t14 6t14.5 14.5t16 12.5z" />
|
158 |
+
<glyph unicode="" horiz-adv-x="1220" d="M100 1196h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 1096h-200v-100h200v100zM100 796h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 696h-500v-100h500v100zM100 396h1000q41 0 70.5 -29.5t29.5 -70.5v-100q0 -41 -29.5 -70.5t-70.5 -29.5h-1000q-41 0 -70.5 29.5t-29.5 70.5v100q0 41 29.5 70.5t70.5 29.5zM1100 296h-300v-100h300v100z " />
|
159 |
+
<glyph unicode="" d="M1100 1200v-100h-1000v100h1000zM150 1000h900l-350 -500v-300l-200 -200v500z" />
|
160 |
+
<glyph unicode="" d="M329 729l142 142l-200 200l129 129h-400v-400l129 129zM1200 1200v-400l-129 129l-200 -200l-142 142l200 200l-129 129h400zM271 129l129 -129h-400v400l129 -129l200 200l142 -142zM1071 271l129 129v-400h-400l129 129l-200 200l142 142z" />
|
161 |
+
<glyph unicode="" d="M596 1192q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM596 1010q-171 0 -292.5 -121.5t-121.5 -292.5q0 -172 121.5 -293t292.5 -121t292.5 121t121.5 293q0 171 -121.5 292.5t-292.5 121.5zM455 905 q22 0 38 -16t16 -39t-16 -39t-38 -16q-23 0 -39 16.5t-16 38.5t16 38.5t39 16.5zM708 821l1 1q-9 14 -9 28q0 22 16 38.5t39 16.5q22 0 38 -16t16 -39t-16 -39t-38 -16q-14 0 -29 10l-55 -145q17 -22 17 -51q0 -36 -25.5 -61.5t-61.5 -25.5t-61.5 25.5t-25.5 61.5 q0 32 20.5 56.5t51.5 29.5zM855 709q23 0 38.5 -15.5t15.5 -38.5t-16 -39t-38 -16q-23 0 -39 16t-16 39q0 22 16 38t39 16zM345 709q23 0 39 -16t16 -38q0 -23 -16 -39t-39 -16q-22 0 -38 16t-16 39t15.5 38.5t38.5 15.5z" />
|
162 |
+
<glyph unicode="" d="M649 54l-16 22q-90 125 -293 323q-71 70 -104.5 105.5t-77 89.5t-61 99t-17.5 91q0 131 98.5 229.5t230.5 98.5q143 0 241 -129q103 129 246 129q129 0 226 -98.5t97 -229.5q0 -46 -17.5 -91t-61 -99t-77 -89.5t-104.5 -105.5q-203 -198 -293 -323zM844 524l12 12 q64 62 97.5 97t64.5 79t31 72q0 71 -48 119t-105 48q-74 0 -132 -82l-118 -171l-114 174q-51 79 -123 79q-60 0 -109.5 -49t-49.5 -118q0 -27 30.5 -70t61.5 -75.5t95 -94.5l22 -22q93 -90 190 -201q82 92 195 203z" />
|
163 |
+
<glyph unicode="" d="M476 406l19 -17l105 105l-212 212l389 389l247 -247l-95 -96l18 -18q46 -46 77 -99l29 29q35 35 62.5 88t27.5 96q0 93 -66 159l-141 141q-66 66 -159 66q-95 0 -159 -66l-283 -283q-66 -64 -66 -159q0 -93 66 -159zM123 193l141 -141q66 -66 159 -66q95 0 159 66 l283 283q66 66 66 159t-66 159l-141 141q-12 12 -19 17l-105 -105l212 -212l-389 -389l-247 248l95 95l-18 18q-46 45 -75 101l-55 -55q-66 -66 -66 -159q0 -94 66 -160z" />
|
164 |
+
<glyph unicode="" d="M200 100v953q0 21 30 46t81 48t129 38t163 15t162 -15t127 -38t79 -48t29 -46v-953q0 -41 -29.5 -70.5t-70.5 -29.5h-600q-41 0 -70.5 29.5t-29.5 70.5zM900 1000h-600v-700h600v700zM600 46q43 0 73.5 30.5t30.5 73.5t-30.5 73.5t-73.5 30.5t-73.5 -30.5t-30.5 -73.5 t30.5 -73.5t73.5 -30.5z" />
|
165 |
+
<glyph unicode="" d="M700 1029v-307l64 -14q34 -7 64 -16.5t70 -31.5t67.5 -52t47.5 -80.5t20 -112.5q0 -139 -89 -224t-244 -96v-77h-100v78q-152 17 -237 104q-40 40 -52.5 93.5t-15.5 139.5h139q5 -77 48.5 -126.5t117.5 -64.5v335l-27 7q-46 14 -79 26.5t-72 36t-62.5 52t-40 72.5 t-16.5 99q0 92 44 159.5t109 101t144 40.5v78h100v-79q38 -4 72.5 -13.5t75.5 -31.5t71 -53.5t51.5 -84t24.5 -118.5h-159q-8 72 -35 109.5t-101 50.5zM600 755v274q-61 -8 -97.5 -37.5t-36.5 -102.5q0 -29 8 -51t16.5 -34t29.5 -22.5t31 -13.5t38 -10q7 -2 11 -3zM700 548 v-311q170 18 170 151q0 64 -44 99.5t-126 60.5z" />
|
166 |
+
<glyph unicode="" d="M866 300l50 -147q-41 -25 -80.5 -36.5t-59 -13t-61.5 -1.5q-23 0 -128 33t-155 29q-39 -4 -82 -17t-66 -25l-24 -11l-55 145l16.5 11t15.5 10t13.5 9.5t14.5 12t14.5 14t17.5 18.5q48 55 54 126.5t-30 142.5h-221v100h166q-24 49 -44 104q-10 26 -14.5 55.5t-3 72.5 t25 90t68.5 87q97 88 263 88q129 0 230 -89t101 -208h-153q0 52 -34 89.5t-74 51.5t-76 14q-37 0 -79 -14.5t-62 -35.5q-41 -44 -41 -101q0 -11 2.5 -24.5t5.5 -24t9.5 -26.5t10.5 -25t14 -27.5t14 -25.5t15.5 -27t13.5 -24h242v-100h-197q8 -50 -2.5 -115t-31.5 -94 q-41 -59 -99 -113q35 11 84 18t70 7q32 1 102 -16t104 -17q76 0 136 30z" />
|
167 |
+
<glyph unicode="" d="M300 0l298 300h-198v900h-200v-900h-198zM900 1200l298 -300h-198v-900h-200v900h-198z" />
|
168 |
+
<glyph unicode="" d="M400 300h198l-298 -300l-298 300h198v900h200v-900zM1000 1200v-500h-100v100h-100v-100h-100v500h300zM901 1100h-100v-200h100v200zM700 500h300v-200h-99v-100h-100v100h99v100h-200v100zM800 100h200v-100h-300v200h100v-100z" />
|
169 |
+
<glyph unicode="" d="M400 300h198l-298 -300l-298 300h198v900h200v-900zM1000 1200v-200h-99v-100h-100v100h99v100h-200v100h300zM800 800h200v-100h-300v200h100v-100zM700 500h300v-500h-100v100h-100v-100h-100v500zM801 200h100v200h-100v-200z" />
|
170 |
+
<glyph unicode="" d="M300 0l298 300h-198v900h-200v-900h-198zM900 1100h-100v100h200v-500h-100v400zM1100 500v-500h-100v100h-200v400h300zM1001 400h-100v-200h100v200z" />
|
171 |
+
<glyph unicode="" d="M300 0l298 300h-198v900h-200v-900h-198zM1100 1200v-500h-100v100h-200v400h300zM1001 1100h-100v-200h100v200zM900 400h-100v100h200v-500h-100v400z" />
|
172 |
+
<glyph unicode="" d="M300 0l298 300h-198v900h-200v-900h-198zM900 1000h-200v200h200v-200zM1000 700h-300v200h300v-200zM1100 400h-400v200h400v-200zM1200 100h-500v200h500v-200z" />
|
173 |
+
<glyph unicode="" d="M300 0l298 300h-198v900h-200v-900h-198zM1200 1000h-500v200h500v-200zM1100 700h-400v200h400v-200zM1000 400h-300v200h300v-200zM900 100h-200v200h200v-200z" />
|
174 |
+
<glyph unicode="" d="M400 1100h300q162 0 281 -118.5t119 -281.5v-300q0 -165 -118.5 -282.5t-281.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5v300q0 165 117.5 282.5t282.5 117.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5 t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5z" />
|
175 |
+
<glyph unicode="" d="M700 0h-300q-163 0 -281.5 117.5t-118.5 282.5v300q0 163 119 281.5t281 118.5h300q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5zM800 900h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h500q41 0 70.5 29.5 t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5zM400 800v-500l333 250z" />
|
176 |
+
<glyph unicode="" d="M0 400v300q0 163 117.5 281.5t282.5 118.5h300q163 0 281.5 -119t118.5 -281v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-300q-165 0 -282.5 117.5t-117.5 282.5zM900 300v500q0 41 -29.5 70.5t-70.5 29.5h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5 t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5zM800 700h-500l250 -333z" />
|
177 |
+
<glyph unicode="" d="M1100 700v-300q0 -162 -118.5 -281t-281.5 -119h-300q-165 0 -282.5 118.5t-117.5 281.5v300q0 165 117.5 282.5t282.5 117.5h300q165 0 282.5 -117.5t117.5 -282.5zM900 300v500q0 41 -29.5 70.5t-70.5 29.5h-500q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5 t70.5 -29.5h500q41 0 70.5 29.5t29.5 70.5zM550 733l-250 -333h500z" />
|
178 |
+
<glyph unicode="" d="M500 1100h400q165 0 282.5 -117.5t117.5 -282.5v-300q0 -165 -117.5 -282.5t-282.5 -117.5h-400v200h500q41 0 70.5 29.5t29.5 70.5v500q0 41 -29.5 70.5t-70.5 29.5h-500v200zM700 550l-400 -350v200h-300v300h300v200z" />
|
179 |
+
<glyph unicode="" d="M403 2l9 -1q13 0 26 16l538 630q15 19 6 36q-8 18 -32 16h-300q1 4 78 219.5t79 227.5q2 17 -6 27l-8 8h-9q-16 0 -25 -15q-4 -5 -98.5 -111.5t-228 -257t-209.5 -238.5q-17 -19 -7 -40q10 -19 32 -19h302q-155 -438 -160 -458q-5 -21 4 -32z" />
|
180 |
+
<glyph unicode="" d="M800 200h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h500v185q-14 4 -114 7.5t-193 5.5l-93 2q-165 0 -282.5 -117.5t-117.5 -282.5v-300q0 -165 117.5 -282.5t282.5 -117.5h300q47 0 100 15v185zM900 200v200h-300v300h300v200l400 -350z" />
|
181 |
+
<glyph unicode="" d="M1200 700l-149 149l-342 -353l-213 213l353 342l-149 149h500v-500zM1022 571l-122 -123v-148q0 -41 -29.5 -70.5t-70.5 -29.5h-500q-41 0 -70.5 29.5t-29.5 70.5v500q0 41 29.5 70.5t70.5 29.5h156l118 122l-74 78h-100q-165 0 -282.5 -117.5t-117.5 -282.5v-300 q0 -165 117.5 -282.5t282.5 -117.5h300q163 0 281.5 117.5t118.5 282.5v98z" />
|
182 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM600 794 q80 0 137 -57t57 -137t-57 -137t-137 -57t-137 57t-57 137t57 137t137 57z" />
|
183 |
+
<glyph unicode="" d="M700 800v400h-300v-400h-300l445 -500l450 500h-295zM25 300h1048q11 0 19 -7.5t8 -17.5v-275h-1100v275q0 11 7 18t18 7zM1000 200h-100v-50h100v50z" />
|
184 |
+
<glyph unicode="" d="M400 700v-300h300v300h295l-445 500l-450 -500h300zM25 300h1048q11 0 19 -7.5t8 -17.5v-275h-1100v275q0 11 7 18t18 7zM1000 200h-100v-50h100v50z" />
|
185 |
+
<glyph unicode="" d="M405 400l596 596l-154 155l-442 -442l-150 151l-155 -155zM25 300h1048q11 0 19 -7.5t8 -17.5v-275h-1100v275q0 11 7 18t18 7zM1000 200h-100v-50h100v50z" />
|
186 |
+
<glyph unicode="" d="M409 1103l-97 97l-212 -212l97 -98zM650 861l-149 149l-212 -212l149 -149l-238 -248h700v699zM25 300h1048q11 0 19 -7.5t8 -17.5v-275h-1100v275q0 11 7 18t18 7zM1000 200h-100v-50h100v50z" />
|
187 |
+
<glyph unicode="" d="M539 950l-149 -149l212 -212l149 148l248 -237v700h-699zM297 709l-97 -97l212 -212l98 97zM25 300h1048q11 0 19 -7.5t8 -17.5v-275h-1100v275q0 11 7 18t18 7zM1000 200h-100v-50h100v50z" />
|
188 |
+
<glyph unicode="" d="M1200 1199v-1079l-475 272l-310 -393v416h-392zM1166 1148l-672 -712v-226z" />
|
189 |
+
<glyph unicode="" d="M1100 1000v-850q0 -21 -15 -35.5t-35 -14.5h-150v400h-700v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100zM700 1200h-100v-200h100v200z" />
|
190 |
+
<glyph unicode="" d="M578 500h-378v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-218l-276 -275l-120 120zM700 1200h-100v-200h100v200zM1300 538l-475 -476l-244 244l123 123l120 -120l353 352z" />
|
191 |
+
<glyph unicode="" d="M529 500h-329v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-269l-103 -103l-170 170zM700 1200h-100v-200h100v200zM1167 6l-170 170l-170 -170l-127 127l170 170l-170 170l127 127l170 -170l170 170l127 -128 l-170 -169l170 -170z" />
|
192 |
+
<glyph unicode="" d="M700 500h-500v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-300h-400v-200zM700 1000h-100v200h100v-200zM1000 600h-200v-300h-200l300 -300l300 300h-200v300z" />
|
193 |
+
<glyph unicode="" d="M602 500h-402v-400h-150q-21 0 -35.5 14.5t-14.5 35.5v1000q0 20 14.5 35t35.5 15h250v-300h500v300h100l200 -200v-402l-200 200zM700 1000h-100v200h100v-200zM1000 300h200l-300 300l-300 -300h200v-300h200v300z" />
|
194 |
+
<glyph unicode="" d="M1200 900v150q0 21 -14.5 35.5t-35.5 14.5h-1100q-21 0 -35.5 -14.5t-14.5 -35.5v-150h1200zM0 800v-550q0 -21 14.5 -35.5t35.5 -14.5h1100q21 0 35.5 14.5t14.5 35.5v550h-1200zM100 500h400v-200h-400v200z" />
|
195 |
+
<glyph unicode="" d="M500 1000h400v198l300 -298l-300 -298v198h-400v200zM100 800v200h100v-200h-100zM400 800h-100v200h100v-200zM700 300h-400v-198l-300 298l300 298v-198h400v-200zM800 500h100v-200h-100v200zM1000 500v-200h100v200h-100z" />
|
196 |
+
<glyph unicode="" d="M1200 50v1106q0 31 -18 40.5t-44 -7.5l-276 -117q-25 -16 -43.5 -50.5t-18.5 -65.5v-359q0 -29 10.5 -55.5t25 -43t29 -28.5t25.5 -18l10 -5v-397q0 -21 14.5 -35.5t35.5 -14.5h200q21 0 35.5 14.5t14.5 35.5zM550 1200l50 -100v-400l-100 -203v-447q0 -21 -14.5 -35.5 t-35.5 -14.5h-200q-21 0 -35.5 14.5t-14.5 35.5v447l-100 203v400l50 100l50 -100v-300h100v300l50 100l50 -100v-300h100v300z" />
|
197 |
+
<glyph unicode="" d="M1100 106v888q0 22 25 34.5t50 13.5l25 2v56h-400v-56q75 0 87.5 -6t12.5 -44v-394h-500v394q0 38 12.5 44t87.5 6v56h-400v-56q4 0 11 -0.5t24 -3t30 -7t24 -15t11 -24.5v-888q0 -22 -25 -34.5t-50 -13.5l-25 -2v-56h400v56q-75 0 -87.5 6t-12.5 44v394h500v-394 q0 -38 -12.5 -44t-87.5 -6v-56h400v56q-4 0 -11 0.5t-24 3t-30 7t-24 15t-11 24.5z" />
|
198 |
+
<glyph unicode="" d="M675 1000l-100 100h-375l-100 -100h400l200 -200v-98l295 98h105v200h-425zM500 300v500q0 41 -29.5 70.5t-70.5 29.5h-300q-41 0 -70.5 -29.5t-29.5 -70.5v-500q0 -41 29.5 -70.5t70.5 -29.5h300q41 0 70.5 29.5t29.5 70.5zM100 800h300v-200h-300v200zM700 565l400 133 v-163l-400 -133v163zM100 500h300v-200h-300v200zM805 300l295 98v-298h-425l-100 -100h-375l-100 100h400l200 200h105z" />
|
199 |
+
<glyph unicode="" d="M179 1169l-162 -162q-1 -11 -0.5 -32.5t16 -90t46.5 -140t104 -177.5t175 -208q103 -103 207.5 -176t180 -103.5t137 -47t92.5 -16.5l31 1l163 162q16 17 13 40.5t-22 37.5l-192 136q-19 14 -45 12t-42 -19l-119 -118q-143 103 -267 227q-126 126 -227 268l118 118 q17 17 20 41.5t-11 44.5l-139 194q-14 19 -36.5 22t-40.5 -14z" />
|
200 |
+
<glyph unicode="" d="M1200 712v200q-6 8 -19 20.5t-63 45t-112 57t-171 45t-235 20.5q-92 0 -175 -10.5t-141.5 -27t-108.5 -36.5t-81.5 -40t-53.5 -36.5t-31 -27.5l-9 -10v-200q0 -21 14.5 -33.5t34.5 -8.5l202 33q20 4 34.5 21t14.5 38v146q141 24 300 24t300 -24v-146q0 -21 14.5 -38 t34.5 -21l202 -33q20 -4 34.5 8.5t14.5 33.5zM800 650l365 -303q14 -14 24.5 -39.5t10.5 -45.5v-212q0 -21 -15 -35.5t-35 -14.5h-1100q-21 0 -35.5 14.5t-14.5 35.5v212q0 20 10.5 45.5t24.5 39.5l365 303v50q0 4 1 10.5t12 22.5t30 28.5t60 23t97 10.5t97 -10t60 -23.5 t30 -27.5t12 -24l1 -10v-50z" />
|
201 |
+
<glyph unicode="" d="M175 200h950l-125 150v250l100 100v400h-100v-200h-100v200h-200v-200h-100v200h-200v-200h-100v200h-100v-400l100 -100v-250zM1200 100v-100h-1100v100h1100z" />
|
202 |
+
<glyph unicode="" d="M600 1100h100q41 0 70.5 -29.5t29.5 -70.5v-1000h-300v1000q0 41 29.5 70.5t70.5 29.5zM1000 800h100q41 0 70.5 -29.5t29.5 -70.5v-700h-300v700q0 41 29.5 70.5t70.5 29.5zM400 0v400q0 41 -29.5 70.5t-70.5 29.5h-100q-41 0 -70.5 -29.5t-29.5 -70.5v-400h300z" />
|
203 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM200 800v-300h200v-100h-200v-100h300v300h-200v100h200v100h-300zM800 800h-200v-500h200v100h100v300h-100 v100zM800 700v-300h-100v300h100z" />
|
204 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM400 600h-100v200h-100v-500h100v200h100v-200h100v500h-100v-200zM800 800h-200v-500h200v100h100v300h-100 v100zM800 700v-300h-100v300h100z" />
|
205 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM200 800v-500h300v100h-200v300h200v100h-300zM600 800v-500h300v100h-200v300h200v100h-300z" />
|
206 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM500 700l-300 -150l300 -150v300zM600 400l300 150l-300 150v-300z" />
|
207 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM900 800v-500h-700v500h700zM300 400h130q41 0 68 42t27 107t-28.5 108t-66.5 43h-130v-300zM800 700h-130 q-38 0 -66.5 -43t-28.5 -108t27 -107t68 -42h130v300z" />
|
208 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM200 800v-300h200v-100h-200v-100h300v300h-200v100h200v100h-300zM800 300h100v500h-200v-100h100v-400z M601 300h100v100h-100v-100z" />
|
209 |
+
<glyph unicode="" d="M1200 800v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88h700q124 0 212 -88t88 -212zM1000 900h-900v-700h900v700zM300 700v100h-100v-500h300v400h-200zM800 300h100v500h-200v-100h100v-400zM401 400h-100v200h100v-200z M601 300h100v100h-100v-100z" />
|
210 |
+
<glyph unicode="" d="M200 1100h700q124 0 212 -88t88 -212v-500q0 -124 -88 -212t-212 -88h-700q-124 0 -212 88t-88 212v500q0 124 88 212t212 88zM1000 900h-900v-700h900v700zM400 700h-200v100h300v-300h-99v-100h-100v100h99v200zM800 700h-100v100h200v-500h-100v400zM201 400h100v-100 h-100v100zM701 300h-100v100h100v-100z" />
|
211 |
+
<glyph unicode="" d="M600 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM600 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM800 700h-300 v-200h300v-100h-300l-100 100v200l100 100h300v-100z" />
|
212 |
+
<glyph unicode="" d="M596 1196q162 0 299 -80t217 -217t80 -299t-80 -299t-217 -217t-299 -80t-299 80t-217 217t-80 299t80 299t217 217t299 80zM596 1014q-171 0 -292.5 -121.5t-121.5 -292.5t121.5 -292.5t292.5 -121.5t292.5 121.5t121.5 292.5t-121.5 292.5t-292.5 121.5zM800 700v-100 h-100v100h-200v-100h200v-100h-200v-100h-100v400h300zM800 400h-100v100h100v-100z" />
|
213 |
+
<glyph unicode="" d="M800 300h128q120 0 205 86t85 208q0 120 -85 206.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5q0 -80 56.5 -137t135.5 -57h222v300h400v-300zM700 200h200l-300 -300 l-300 300h200v300h200v-300z" />
|
214 |
+
<glyph unicode="" d="M600 714l403 -403q94 26 154.5 104t60.5 178q0 121 -85 207.5t-205 86.5q-46 0 -90 -14q-44 97 -134.5 156.5t-200.5 59.5q-152 0 -260 -107.5t-108 -260.5q0 -25 2 -37q-66 -14 -108.5 -67.5t-42.5 -122.5q0 -80 56.5 -137t135.5 -57h8zM700 -100h-200v300h-200l300 300 l300 -300h-200v-300z" />
|
215 |
+
<glyph unicode="" d="M700 200h400l-270 300h170l-270 300h170l-300 333l-300 -333h170l-270 -300h170l-270 -300h400v-155l-75 -45h350l-75 45v155z" />
|
216 |
+
<glyph unicode="" d="M700 45v306q46 -30 100 -30q74 0 126.5 52.5t52.5 126.5q0 24 -9 55q50 32 79.5 83t29.5 112q0 90 -61.5 155.5t-150.5 71.5q-26 89 -99.5 145.5t-167.5 56.5q-116 0 -197.5 -81.5t-81.5 -197.5q0 -4 1 -12t1 -11q-14 2 -23 2q-74 0 -126.5 -52.5t-52.5 -126.5 q0 -53 28.5 -97t75.5 -65q-4 -16 -4 -38q0 -74 52.5 -126.5t126.5 -52.5q56 0 100 30v-306l-75 -45h350z" />
|
217 |
+
<glyph unicode="💼" d="M800 1000h300q41 0 70.5 -29.5t29.5 -70.5v-400h-500v100h-200v-100h-500v400q0 41 29.5 70.5t70.5 29.5h300v100q0 41 29.5 70.5t70.5 29.5h200q41 0 70.5 -29.5t29.5 -70.5v-100zM500 1000h200v100h-200v-100zM1200 400v-200q0 -41 -29.5 -70.5t-70.5 -29.5h-1000 q-41 0 -70.5 29.5t-29.5 70.5v200h1200z" />
|
218 |
+
<glyph unicode="📅" d="M1100 900v150q0 21 -14.5 35.5t-35.5 14.5h-150v100h-100v-100h-500v100h-100v-100h-150q-21 0 -35.5 -14.5t-14.5 -35.5v-150h1100zM0 800v-750q0 -20 14.5 -35t35.5 -15h1000q21 0 35.5 15t14.5 35v750h-1100zM100 600h100v-100h-100v100zM300 600h100v-100h-100v100z M500 600h100v-100h-100v100zM700 600h100v-100h-100v100zM900 600h100v-100h-100v100zM100 400h100v-100h-100v100zM300 400h100v-100h-100v100zM500 400h100v-100h-100v100zM700 400h100v-100h-100v100zM900 400h100v-100h-100v100zM100 200h100v-100h-100v100zM300 200 h100v-100h-100v100zM500 200h100v-100h-100v100zM700 200h100v-100h-100v100zM900 200h100v-100h-100v100z" />
|
219 |
+
<glyph unicode="📌" d="M902 1185l283 -282q15 -15 15 -36t-15 -35q-14 -15 -35 -15t-35 15l-36 35l-279 -267v-300l-212 210l-208 -207l-380 -303l303 380l207 208l-210 212h300l267 279l-35 36q-15 14 -15 35t15 35q14 15 35 15t35 -15z" />
|
220 |
+
<glyph unicode="📎" d="M518 119l69 -60l517 511q67 67 95 157t11 183q-16 87 -67 154t-130 103q-69 33 -152 33q-107 0 -197 -55q-40 -24 -111 -95l-512 -512q-68 -68 -81 -163t35 -173q35 -57 94 -89t129 -32q63 0 119 28q33 16 65 40.5t52.5 45.5t59.5 64q40 44 57 61l394 394q35 35 47 84 t-3 96q-27 87 -117 104q-20 2 -29 2q-46 0 -79.5 -17t-67.5 -51l-388 -396l-7 -7l69 -67l377 373q20 22 39 38q23 23 50 23q38 0 53 -36q16 -39 -20 -75l-547 -547q-52 -52 -125 -52q-55 0 -100 33t-54 96q-5 35 2.5 66t31.5 63t42 50t56 54q24 21 44 41l348 348 q52 52 82.5 79.5t84 54t107.5 26.5q25 0 48 -4q95 -17 154 -94.5t51 -175.5q-7 -101 -98 -192l-252 -249l-253 -256z" />
|
221 |
+
<glyph unicode="📷" d="M1200 200v600q0 41 -29.5 70.5t-70.5 29.5h-150q-4 8 -11.5 21.5t-33 48t-53 61t-69 48t-83.5 21.5h-200q-41 0 -82 -20.5t-70 -50t-52 -59t-34 -50.5l-12 -20h-150q-41 0 -70.5 -29.5t-29.5 -70.5v-600q0 -41 29.5 -70.5t70.5 -29.5h1000q41 0 70.5 29.5t29.5 70.5z M1000 700h-100v100h100v-100zM844 500q0 -100 -72 -172t-172 -72t-172 72t-72 172t72 172t172 72t172 -72t72 -172zM706 500q0 44 -31 75t-75 31t-75 -31t-31 -75t31 -75t75 -31t75 31t31 75z" />
|
222 |
+
<glyph unicode="🔒" d="M900 800h100q41 0 70.5 -29.5t29.5 -70.5v-600q0 -41 -29.5 -70.5t-70.5 -29.5h-900q-41 0 -70.5 29.5t-29.5 70.5v600q0 41 29.5 70.5t70.5 29.5h100v200q0 82 59 141t141 59h300q82 0 141 -59t59 -141v-200zM400 800h300v150q0 21 -14.5 35.5t-35.5 14.5h-200 q-21 0 -35.5 -14.5t-14.5 -35.5v-150z" />
|
223 |
+
<glyph unicode="🔔" d="M1062 400h17q20 0 33.5 -14.5t13.5 -35.5q0 -20 -13 -40t-31 -27q-22 -9 -63 -23t-167.5 -37t-251.5 -23t-245.5 20.5t-178.5 41.5l-58 20q-18 7 -31 27.5t-13 40.5q0 21 13.5 35.5t33.5 14.5h17l118 173l63 327q15 77 76 140t144 83l-18 32q-6 19 3 32t29 13h94 q20 0 29 -10.5t3 -29.5l-18 -37q83 -19 144 -82.5t76 -140.5l63 -327zM600 104q-54 0 -103 6q12 -49 40 -79.5t63 -30.5t63 30.5t39 79.5q-48 -6 -102 -6z" />
|
224 |
+
<glyph unicode="🔖" d="M200 0l450 444l450 -443v1150q0 20 -14.5 35t-35.5 15h-800q-21 0 -35.5 -15t-14.5 -35v-1151z" />
|
225 |
+
<glyph unicode="🔥" d="M400 755q2 -12 8 -41.5t8 -43t6 -39.5t3.5 -39.5t-1 -33.5t-6 -31.5t-13.5 -24t-21 -20.5t-31 -12q-38 -10 -67 13t-40.5 61.5t-15 81.5t10.5 75q-52 -46 -83.5 -101t-39 -107t-7.5 -85t5 -63q9 -56 44 -119.5t105 -108.5q31 -21 64 -16t62 23.5t57 49.5t48 61.5t35 60.5 q32 66 39 184.5t-13 157.5q79 -80 122 -164t26 -184q-5 -33 -20.5 -69.5t-37.5 -80.5q-10 -19 -14.5 -29t-12 -26t-9 -23.5t-3 -19t2.5 -15.5t11 -9.5t19.5 -5t30.5 2.5t42 8q57 20 91 34t87.5 44.5t87 64t65.5 88.5t47 122q38 172 -44.5 341.5t-246.5 278.5q22 -44 43 -129 q39 -159 -32 -154q-15 2 -33 9q-79 33 -120.5 100t-44 175.5t48.5 257.5q-13 -8 -34 -23.5t-72.5 -66.5t-88.5 -105.5t-60 -138t-8 -166.5z" />
|
226 |
+
<glyph unicode="🔧" d="M948 778l251 126q13 -175 -151 -267q-123 -70 -253 -23l-596 -596q-15 -16 -36.5 -16t-36.5 16l-111 110q-15 15 -15 36.5t15 37.5l600 599q-33 101 6 201.5t135 154.5q164 92 306 -9l-259 -138z" />
|
227 |
+
</font>
|
228 |
+
</defs></svg>
|
assets/fonts/glyphicons-halflings-regular.ttf
ADDED
Binary file
|
assets/fonts/glyphicons-halflings-regular.woff
ADDED
Binary file
|
assets/images/alert.png
ADDED
Binary file
|
assets/images/collapse.png
ADDED
Binary file
|
assets/images/facebook.png
ADDED
Binary file
|
assets/images/glyphicons-halflings.png
ADDED
Binary file
|
assets/images/grid.png
ADDED
Binary file
|
assets/images/icons.png
ADDED
Binary file
|
assets/images/labels.png
ADDED
Binary file
|
assets/images/tabs.png
ADDED
Binary file
|
assets/images/twitter.png
ADDED
Binary file
|
assets/img/dwicons.png
ADDED
Binary file
|
assets/img/facebook.png
ADDED
Binary file
|
assets/img/glyphicons-halflings.png
ADDED
Binary file
|
assets/img/twitter.png
ADDED
Binary file
|
assets/js/bootstrap.js
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* bootstrap.js v3.0.0 by @fat and @mdo
|
3 |
+
* Copyright 2013 Twitter Inc.
|
4 |
+
* http://www.apache.org/licenses/LICENSE-2.0
|
5 |
+
*/
|
6 |
+
if(!jQuery)throw new Error("Bootstrap requires jQuery");+function(a){"use strict";function b(){var a=document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"};for(var c in b)if(void 0!==a.style[c])return{end:b[c]}}a.fn.emulateTransitionEnd=function(b){var c=!1,d=this;a(this).one(a.support.transition.end,function(){c=!0});var e=function(){c||a(d).trigger(a.support.transition.end)};return setTimeout(e,b),this},a(function(){a.support.transition=b()})}(window.jQuery),+function(a){"use strict";var b='[data-dismiss="alert"]',c=function(c){a(c).on("click",b,this.close)};c.prototype.close=function(b){function c(){f.trigger("closed.bs.alert").remove()}var d=a(this),e=d.attr("data-target");e||(e=d.attr("href"),e=e&&e.replace(/.*(?=#[^\s]*$)/,""));var f=a(e);b&&b.preventDefault(),f.length||(f=d.hasClass("alert")?d:d.parent()),f.trigger(b=a.Event("close.bs.alert")),b.isDefaultPrevented()||(f.removeClass("in"),a.support.transition&&f.hasClass("fade")?f.one(a.support.transition.end,c).emulateTransitionEnd(150):c())};var d=a.fn.alert;a.fn.alert=function(b){return this.each(function(){var d=a(this),e=d.data("bs.alert");e||d.data("bs.alert",e=new c(this)),"string"==typeof b&&e[b].call(d)})},a.fn.alert.Constructor=c,a.fn.alert.noConflict=function(){return a.fn.alert=d,this},a(document).on("click.bs.alert.data-api",b,c.prototype.close)}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d)};b.DEFAULTS={loadingText:"loading..."},b.prototype.setState=function(a){var b="disabled",c=this.$element,d=c.is("input")?"val":"html",e=c.data();a+="Text",e.resetText||c.data("resetText",c[d]()),c[d](e[a]||this.options[a]),setTimeout(function(){"loadingText"==a?c.addClass(b).attr(b,b):c.removeClass(b).removeAttr(b)},0)},b.prototype.toggle=function(){var a=this.$element.closest('[data-toggle="buttons"]');if(a.length){var b=this.$element.find("input").prop("checked",!this.$element.hasClass("active")).trigger("change");"radio"===b.prop("type")&&a.find(".active").removeClass("active")}this.$element.toggleClass("active")};var c=a.fn.button;a.fn.button=function(c){return this.each(function(){var d=a(this),e=d.data("bs.button"),f="object"==typeof c&&c;e||d.data("bs.button",e=new b(this,f)),"toggle"==c?e.toggle():c&&e.setState(c)})},a.fn.button.Constructor=b,a.fn.button.noConflict=function(){return a.fn.button=c,this},a(document).on("click.bs.button.data-api","[data-toggle^=button]",function(b){var c=a(b.target);c.hasClass("btn")||(c=c.closest(".btn")),c.button("toggle"),b.preventDefault()})}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.$element=a(b),this.$indicators=this.$element.find(".carousel-indicators"),this.options=c,this.paused=this.sliding=this.interval=this.$active=this.$items=null,"hover"==this.options.pause&&this.$element.on("mouseenter",a.proxy(this.pause,this)).on("mouseleave",a.proxy(this.cycle,this))};b.DEFAULTS={interval:5e3,pause:"hover",wrap:!0},b.prototype.cycle=function(b){return b||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(a.proxy(this.next,this),this.options.interval)),this},b.prototype.getActiveIndex=function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},b.prototype.to=function(b){var c=this,d=this.getActiveIndex();return b>this.$items.length-1||0>b?void 0:this.sliding?this.$element.one("slid",function(){c.to(b)}):d==b?this.pause().cycle():this.slide(b>d?"next":"prev",a(this.$items[b]))},b.prototype.pause=function(b){return b||(this.paused=!0),this.$element.find(".next, .prev").length&&a.support.transition.end&&(this.$element.trigger(a.support.transition.end),this.cycle(!0)),this.interval=clearInterval(this.interval),this},b.prototype.next=function(){return this.sliding?void 0:this.slide("next")},b.prototype.prev=function(){return this.sliding?void 0:this.slide("prev")},b.prototype.slide=function(b,c){var d=this.$element.find(".item.active"),e=c||d[b](),f=this.interval,g="next"==b?"left":"right",h="next"==b?"first":"last",i=this;if(!e.length){if(!this.options.wrap)return;e=this.$element.find(".item")[h]()}this.sliding=!0,f&&this.pause();var j=a.Event("slide.bs.carousel",{relatedTarget:e[0],direction:g});if(!e.hasClass("active")){if(this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var b=a(i.$indicators.children()[i.getActiveIndex()]);b&&b.addClass("active")})),a.support.transition&&this.$element.hasClass("slide")){if(this.$element.trigger(j),j.isDefaultPrevented())return;e.addClass(b),e[0].offsetWidth,d.addClass(g),e.addClass(g),d.one(a.support.transition.end,function(){e.removeClass([b,g].join(" ")).addClass("active"),d.removeClass(["active",g].join(" ")),i.sliding=!1,setTimeout(function(){i.$element.trigger("slid")},0)}).emulateTransitionEnd(600)}else{if(this.$element.trigger(j),j.isDefaultPrevented())return;d.removeClass("active"),e.addClass("active"),this.sliding=!1,this.$element.trigger("slid")}return f&&this.cycle(),this}};var c=a.fn.carousel;a.fn.carousel=function(c){return this.each(function(){var d=a(this),e=d.data("bs.carousel"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c),g="string"==typeof c?c:f.slide;e||d.data("bs.carousel",e=new b(this,f)),"number"==typeof c?e.to(c):g?e[g]():f.interval&&e.pause().cycle()})},a.fn.carousel.Constructor=b,a.fn.carousel.noConflict=function(){return a.fn.carousel=c,this},a(document).on("click.bs.carousel.data-api","[data-slide], [data-slide-to]",function(b){var c,d=a(this),e=a(d.attr("data-target")||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,"")),f=a.extend({},e.data(),d.data()),g=d.attr("data-slide-to");g&&(f.interval=!1),e.carousel(f),(g=d.attr("data-slide-to"))&&e.data("bs.carousel").to(g),b.preventDefault()}),a(window).on("load",function(){a('[data-ride="carousel"]').each(function(){var b=a(this);b.carousel(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.$element=a(c),this.options=a.extend({},b.DEFAULTS,d),this.transitioning=null,this.options.parent&&(this.$parent=a(this.options.parent)),this.options.toggle&&this.toggle()};b.DEFAULTS={toggle:!0},b.prototype.dimension=function(){var a=this.$element.hasClass("width");return a?"width":"height"},b.prototype.show=function(){if(!this.transitioning&&!this.$element.hasClass("in")){var b=a.Event("show.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.$parent&&this.$parent.find("> .panel > .in");if(c&&c.length){var d=c.data("bs.collapse");if(d&&d.transitioning)return;c.collapse("hide"),d||c.data("bs.collapse",null)}var e=this.dimension();this.$element.removeClass("collapse").addClass("collapsing")[e](0),this.transitioning=1;var f=function(){this.$element.removeClass("collapsing").addClass("in")[e]("auto"),this.transitioning=0,this.$element.trigger("shown.bs.collapse")};if(!a.support.transition)return f.call(this);var g=a.camelCase(["scroll",e].join("-"));this.$element.one(a.support.transition.end,a.proxy(f,this)).emulateTransitionEnd(350)[e](this.$element[0][g])}}},b.prototype.hide=function(){if(!this.transitioning&&this.$element.hasClass("in")){var b=a.Event("hide.bs.collapse");if(this.$element.trigger(b),!b.isDefaultPrevented()){var c=this.dimension();this.$element[c](this.$element[c]())[0].offsetHeight,this.$element.addClass("collapsing").removeClass("collapse").removeClass("in"),this.transitioning=1;var d=function(){this.transitioning=0,this.$element.trigger("hidden.bs.collapse").removeClass("collapsing").addClass("collapse")};return a.support.transition?(this.$element[c](0).one(a.support.transition.end,a.proxy(d,this)).emulateTransitionEnd(350),void 0):d.call(this)}}},b.prototype.toggle=function(){this[this.$element.hasClass("in")?"hide":"show"]()};var c=a.fn.collapse;a.fn.collapse=function(c){return this.each(function(){var d=a(this),e=d.data("bs.collapse"),f=a.extend({},b.DEFAULTS,d.data(),"object"==typeof c&&c);e||d.data("bs.collapse",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.collapse.Constructor=b,a.fn.collapse.noConflict=function(){return a.fn.collapse=c,this},a(document).on("click.bs.collapse.data-api","[data-toggle=collapse]",function(b){var c,d=a(this),e=d.attr("data-target")||b.preventDefault()||(c=d.attr("href"))&&c.replace(/.*(?=#[^\s]+$)/,""),f=a(e),g=f.data("bs.collapse"),h=g?"toggle":d.data(),i=d.attr("data-parent"),j=i&&a(i);g&&g.transitioning||(j&&j.find('[data-toggle=collapse][data-parent="'+i+'"]').not(d).addClass("collapsed"),d[f.hasClass("in")?"addClass":"removeClass"]("collapsed")),f.collapse(h)})}(window.jQuery),+function(a){"use strict";function b(){a(d).remove(),a(e).each(function(b){var d=c(a(this));d.hasClass("open")&&(d.trigger(b=a.Event("hide.bs.dropdown")),b.isDefaultPrevented()||d.removeClass("open").trigger("hidden.bs.dropdown"))})}function c(b){var c=b.attr("data-target");c||(c=b.attr("href"),c=c&&/#/.test(c)&&c.replace(/.*(?=#[^\s]*$)/,""));var d=c&&a(c);return d&&d.length?d:b.parent()}var d=".dropdown-backdrop",e="[data-toggle=dropdown]",f=function(b){a(b).on("click.bs.dropdown",this.toggle)};f.prototype.toggle=function(d){var e=a(this);if(!e.is(".disabled, :disabled")){var f=c(e),g=f.hasClass("open");if(b(),!g){if("ontouchstart"in document.documentElement&&!f.closest(".navbar-nav").length&&a('<div class="dropdown-backdrop"/>').insertAfter(a(this)).on("click",b),f.trigger(d=a.Event("show.bs.dropdown")),d.isDefaultPrevented())return;f.toggleClass("open").trigger("shown.bs.dropdown"),e.focus()}return!1}},f.prototype.keydown=function(b){if(/(38|40|27)/.test(b.keyCode)){var d=a(this);if(b.preventDefault(),b.stopPropagation(),!d.is(".disabled, :disabled")){var f=c(d),g=f.hasClass("open");if(!g||g&&27==b.keyCode)return 27==b.which&&f.find(e).focus(),d.click();var h=a("[role=menu] li:not(.divider):visible a",f);if(h.length){var i=h.index(h.filter(":focus"));38==b.keyCode&&i>0&&i--,40==b.keyCode&&i<h.length-1&&i++,~i||(i=0),h.eq(i).focus()}}}};var g=a.fn.dropdown;a.fn.dropdown=function(b){return this.each(function(){var c=a(this),d=c.data("dropdown");d||c.data("dropdown",d=new f(this)),"string"==typeof b&&d[b].call(c)})},a.fn.dropdown.Constructor=f,a.fn.dropdown.noConflict=function(){return a.fn.dropdown=g,this},a(document).on("click.bs.dropdown.data-api",b).on("click.bs.dropdown.data-api",".dropdown form",function(a){a.stopPropagation()}).on("click.bs.dropdown.data-api",e,f.prototype.toggle).on("keydown.bs.dropdown.data-api",e+", [role=menu]",f.prototype.keydown)}(window.jQuery),+function(a){"use strict";var b=function(b,c){this.options=c,this.$element=a(b),this.$backdrop=this.isShown=null,this.options.remote&&this.$element.load(this.options.remote)};b.DEFAULTS={backdrop:!0,keyboard:!0,show:!0},b.prototype.toggle=function(a){return this[this.isShown?"hide":"show"](a)},b.prototype.show=function(b){var c=this,d=a.Event("show.bs.modal",{relatedTarget:b});this.$element.trigger(d),this.isShown||d.isDefaultPrevented()||(this.isShown=!0,this.escape(),this.$element.on("click.dismiss.modal",'[data-dismiss="modal"]',a.proxy(this.hide,this)),this.backdrop(function(){var d=a.support.transition&&c.$element.hasClass("fade");c.$element.parent().length||c.$element.appendTo(document.body),c.$element.show(),d&&c.$element[0].offsetWidth,c.$element.addClass("in").attr("aria-hidden",!1),c.enforceFocus();var e=a.Event("shown.bs.modal",{relatedTarget:b});d?c.$element.find(".modal-dialog").one(a.support.transition.end,function(){c.$element.focus().trigger(e)}).emulateTransitionEnd(300):c.$element.focus().trigger(e)}))},b.prototype.hide=function(b){b&&b.preventDefault(),b=a.Event("hide.bs.modal"),this.$element.trigger(b),this.isShown&&!b.isDefaultPrevented()&&(this.isShown=!1,this.escape(),a(document).off("focusin.bs.modal"),this.$element.removeClass("in").attr("aria-hidden",!0).off("click.dismiss.modal"),a.support.transition&&this.$element.hasClass("fade")?this.$element.one(a.support.transition.end,a.proxy(this.hideModal,this)).emulateTransitionEnd(300):this.hideModal())},b.prototype.enforceFocus=function(){a(document).off("focusin.bs.modal").on("focusin.bs.modal",a.proxy(function(a){this.$element[0]===a.target||this.$element.has(a.target).length||this.$element.focus()},this))},b.prototype.escape=function(){this.isShown&&this.options.keyboard?this.$element.on("keyup.dismiss.bs.modal",a.proxy(function(a){27==a.which&&this.hide()},this)):this.isShown||this.$element.off("keyup.dismiss.bs.modal")},b.prototype.hideModal=function(){var a=this;this.$element.hide(),this.backdrop(function(){a.removeBackdrop(),a.$element.trigger("hidden.bs.modal")})},b.prototype.removeBackdrop=function(){this.$backdrop&&this.$backdrop.remove(),this.$backdrop=null},b.prototype.backdrop=function(b){var c=this.$element.hasClass("fade")?"fade":"";if(this.isShown&&this.options.backdrop){var d=a.support.transition&&c;if(this.$backdrop=a('<div class="modal-backdrop '+c+'" />').appendTo(document.body),this.$element.on("click.dismiss.modal",a.proxy(function(a){a.target===a.currentTarget&&("static"==this.options.backdrop?this.$element[0].focus.call(this.$element[0]):this.hide.call(this))},this)),d&&this.$backdrop[0].offsetWidth,this.$backdrop.addClass("in"),!b)return;d?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()}else!this.isShown&&this.$backdrop?(this.$backdrop.removeClass("in"),a.support.transition&&this.$element.hasClass("fade")?this.$backdrop.one(a.support.transition.end,b).emulateTransitionEnd(150):b()):b&&b()};var c=a.fn.modal;a.fn.modal=function(c,d){return this.each(function(){var e=a(this),f=e.data("bs.modal"),g=a.extend({},b.DEFAULTS,e.data(),"object"==typeof c&&c);f||e.data("bs.modal",f=new b(this,g)),"string"==typeof c?f[c](d):g.show&&f.show(d)})},a.fn.modal.Constructor=b,a.fn.modal.noConflict=function(){return a.fn.modal=c,this},a(document).on("click.bs.modal.data-api",'[data-toggle="modal"]',function(b){var c=a(this),d=c.attr("href"),e=a(c.attr("data-target")||d&&d.replace(/.*(?=#[^\s]+$)/,"")),f=e.data("modal")?"toggle":a.extend({remote:!/#/.test(d)&&d},e.data(),c.data());b.preventDefault(),e.modal(f,this).one("hide",function(){c.is(":visible")&&c.focus()})}),a(document).on("show.bs.modal",".modal",function(){a(document.body).addClass("modal-open")}).on("hidden.bs.modal",".modal",function(){a(document.body).removeClass("modal-open")})}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.type=this.options=this.enabled=this.timeout=this.hoverState=this.$element=null,this.init("tooltip",a,b)};b.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1},b.prototype.init=function(b,c,d){this.enabled=!0,this.type=b,this.$element=a(c),this.options=this.getOptions(d);for(var e=this.options.trigger.split(" "),f=e.length;f--;){var g=e[f];if("click"==g)this.$element.on("click."+this.type,this.options.selector,a.proxy(this.toggle,this));else if("manual"!=g){var h="hover"==g?"mouseenter":"focus",i="hover"==g?"mouseleave":"blur";this.$element.on(h+"."+this.type,this.options.selector,a.proxy(this.enter,this)),this.$element.on(i+"."+this.type,this.options.selector,a.proxy(this.leave,this))}}this.options.selector?this._options=a.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()},b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.getOptions=function(b){return b=a.extend({},this.getDefaults(),this.$element.data(),b),b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay}),b},b.prototype.getDelegateOptions=function(){var b={},c=this.getDefaults();return this._options&&a.each(this._options,function(a,d){c[a]!=d&&(b[a]=d)}),b},b.prototype.enter=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="in",c.options.delay&&c.options.delay.show?(c.timeout=setTimeout(function(){"in"==c.hoverState&&c.show()},c.options.delay.show),void 0):c.show()},b.prototype.leave=function(b){var c=b instanceof this.constructor?b:a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type);return clearTimeout(c.timeout),c.hoverState="out",c.options.delay&&c.options.delay.hide?(c.timeout=setTimeout(function(){"out"==c.hoverState&&c.hide()},c.options.delay.hide),void 0):c.hide()},b.prototype.show=function(){var b=a.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){if(this.$element.trigger(b),b.isDefaultPrevented())return;var c=this.tip();this.setContent(),this.options.animation&&c.addClass("fade");var d="function"==typeof this.options.placement?this.options.placement.call(this,c[0],this.$element[0]):this.options.placement,e=/\s?auto?\s?/i,f=e.test(d);f&&(d=d.replace(e,"")||"top"),c.detach().css({top:0,left:0,display:"block"}).addClass(d),this.options.container?c.appendTo(this.options.container):c.insertAfter(this.$element);var g=this.getPosition(),h=c[0].offsetWidth,i=c[0].offsetHeight;if(f){var j=this.$element.parent(),k=d,l=document.documentElement.scrollTop||document.body.scrollTop,m="body"==this.options.container?window.innerWidth:j.outerWidth(),n="body"==this.options.container?window.innerHeight:j.outerHeight(),o="body"==this.options.container?0:j.offset().left;d="bottom"==d&&g.top+g.height+i-l>n?"top":"top"==d&&g.top-l-i<0?"bottom":"right"==d&&g.right+h>m?"left":"left"==d&&g.left-h<o?"right":d,c.removeClass(k).addClass(d)}var p=this.getCalculatedOffset(d,g,h,i);this.applyPlacement(p,d),this.$element.trigger("shown.bs."+this.type)}},b.prototype.applyPlacement=function(a,b){var c,d=this.tip(),e=d[0].offsetWidth,f=d[0].offsetHeight,g=parseInt(d.css("margin-top"),10),h=parseInt(d.css("margin-left"),10);isNaN(g)&&(g=0),isNaN(h)&&(h=0),a.top=a.top+g,a.left=a.left+h,d.offset(a).addClass("in");var i=d[0].offsetWidth,j=d[0].offsetHeight;if("top"==b&&j!=f&&(c=!0,a.top=a.top+f-j),/bottom|top/.test(b)){var k=0;a.left<0&&(k=-2*a.left,a.left=0,d.offset(a),i=d[0].offsetWidth,j=d[0].offsetHeight),this.replaceArrow(k-e+i,i,"left")}else this.replaceArrow(j-f,j,"top");c&&d.offset(a)},b.prototype.replaceArrow=function(a,b,c){this.arrow().css(c,a?50*(1-a/b)+"%":"")},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle();a.find(".tooltip-inner")[this.options.html?"html":"text"](b),a.removeClass("fade in top bottom left right")},b.prototype.hide=function(){function b(){"in"!=c.hoverState&&d.detach()}var c=this,d=this.tip(),e=a.Event("hide.bs."+this.type);return this.$element.trigger(e),e.isDefaultPrevented()?void 0:(d.removeClass("in"),a.support.transition&&this.$tip.hasClass("fade")?d.one(a.support.transition.end,b).emulateTransitionEnd(150):b(),this.$element.trigger("hidden.bs."+this.type),this)},b.prototype.fixTitle=function(){var a=this.$element;(a.attr("title")||"string"!=typeof a.attr("data-original-title"))&&a.attr("data-original-title",a.attr("title")||"").attr("title","")},b.prototype.hasContent=function(){return this.getTitle()},b.prototype.getPosition=function(){var b=this.$element[0];return a.extend({},"function"==typeof b.getBoundingClientRect?b.getBoundingClientRect():{width:b.offsetWidth,height:b.offsetHeight},this.$element.offset())},b.prototype.getCalculatedOffset=function(a,b,c,d){return"bottom"==a?{top:b.top+b.height,left:b.left+b.width/2-c/2}:"top"==a?{top:b.top-d,left:b.left+b.width/2-c/2}:"left"==a?{top:b.top+b.height/2-d/2,left:b.left-c}:{top:b.top+b.height/2-d/2,left:b.left+b.width}},b.prototype.getTitle=function(){var a,b=this.$element,c=this.options;return a=b.attr("data-original-title")||("function"==typeof c.title?c.title.call(b[0]):c.title)},b.prototype.tip=function(){return this.$tip=this.$tip||a(this.options.template)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")},b.prototype.validate=function(){this.$element[0].parentNode||(this.hide(),this.$element=null,this.options=null)},b.prototype.enable=function(){this.enabled=!0},b.prototype.disable=function(){this.enabled=!1},b.prototype.toggleEnabled=function(){this.enabled=!this.enabled},b.prototype.toggle=function(b){var c=b?a(b.currentTarget)[this.type](this.getDelegateOptions()).data("bs."+this.type):this;c.tip().hasClass("in")?c.leave(c):c.enter(c)},b.prototype.destroy=function(){this.hide().$element.off("."+this.type).removeData("bs."+this.type)};var c=a.fn.tooltip;a.fn.tooltip=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tooltip"),f="object"==typeof c&&c;e||d.data("bs.tooltip",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.tooltip.Constructor=b,a.fn.tooltip.noConflict=function(){return a.fn.tooltip=c,this}}(window.jQuery),+function(a){"use strict";var b=function(a,b){this.init("popover",a,b)};if(!a.fn.tooltip)throw new Error("Popover requires tooltip.js");b.DEFAULTS=a.extend({},a.fn.tooltip.Constructor.DEFAULTS,{placement:"right",trigger:"click",content:"",template:'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'}),b.prototype=a.extend({},a.fn.tooltip.Constructor.prototype),b.prototype.constructor=b,b.prototype.getDefaults=function(){return b.DEFAULTS},b.prototype.setContent=function(){var a=this.tip(),b=this.getTitle(),c=this.getContent();a.find(".popover-title")[this.options.html?"html":"text"](b),a.find(".popover-content")[this.options.html?"html":"text"](c),a.removeClass("fade top bottom left right in"),a.find(".popover-title").html()||a.find(".popover-title").hide()},b.prototype.hasContent=function(){return this.getTitle()||this.getContent()},b.prototype.getContent=function(){var a=this.$element,b=this.options;return a.attr("data-content")||("function"==typeof b.content?b.content.call(a[0]):b.content)},b.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".arrow")},b.prototype.tip=function(){return this.$tip||(this.$tip=a(this.options.template)),this.$tip};var c=a.fn.popover;a.fn.popover=function(c){return this.each(function(){var d=a(this),e=d.data("bs.popover"),f="object"==typeof c&&c;e||d.data("bs.popover",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.popover.Constructor=b,a.fn.popover.noConflict=function(){return a.fn.popover=c,this}}(window.jQuery),+function(a){"use strict";function b(c,d){var e,f=a.proxy(this.process,this);this.$element=a(c).is("body")?a(window):a(c),this.$body=a("body"),this.$scrollElement=this.$element.on("scroll.bs.scroll-spy.data-api",f),this.options=a.extend({},b.DEFAULTS,d),this.selector=(this.options.target||(e=a(c).attr("href"))&&e.replace(/.*(?=#[^\s]+$)/,"")||"")+" .nav li > a",this.offsets=a([]),this.targets=a([]),this.activeTarget=null,this.refresh(),this.process()}b.DEFAULTS={offset:10},b.prototype.refresh=function(){var b=this.$element[0]==window?"offset":"position";this.offsets=a([]),this.targets=a([]);var c=this;this.$body.find(this.selector).map(function(){var d=a(this),e=d.data("target")||d.attr("href"),f=/^#\w/.test(e)&&a(e);return f&&f.length&&[[f[b]().top+(!a.isWindow(c.$scrollElement.get(0))&&c.$scrollElement.scrollTop()),e]]||null}).sort(function(a,b){return a[0]-b[0]}).each(function(){c.offsets.push(this[0]),c.targets.push(this[1])})},b.prototype.process=function(){var a,b=this.$scrollElement.scrollTop()+this.options.offset,c=this.$scrollElement[0].scrollHeight||this.$body[0].scrollHeight,d=c-this.$scrollElement.height(),e=this.offsets,f=this.targets,g=this.activeTarget;if(b>=d)return g!=(a=f.last()[0])&&this.activate(a);for(a=e.length;a--;)g!=f[a]&&b>=e[a]&&(!e[a+1]||b<=e[a+1])&&this.activate(f[a])},b.prototype.activate=function(b){this.activeTarget=b,a(this.selector).parents(".active").removeClass("active");var c=this.selector+'[data-target="'+b+'"],'+this.selector+'[href="'+b+'"]',d=a(c).parents("li").addClass("active");d.parent(".dropdown-menu").length&&(d=d.closest("li.dropdown").addClass("active")),d.trigger("activate")};var c=a.fn.scrollspy;a.fn.scrollspy=function(c){return this.each(function(){var d=a(this),e=d.data("bs.scrollspy"),f="object"==typeof c&&c;e||d.data("bs.scrollspy",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.scrollspy.Constructor=b,a.fn.scrollspy.noConflict=function(){return a.fn.scrollspy=c,this},a(window).on("load",function(){a('[data-spy="scroll"]').each(function(){var b=a(this);b.scrollspy(b.data())})})}(window.jQuery),+function(a){"use strict";var b=function(b){this.element=a(b)};b.prototype.show=function(){var b=this.element,c=b.closest("ul:not(.dropdown-menu)"),d=b.attr("data-target");if(d||(d=b.attr("href"),d=d&&d.replace(/.*(?=#[^\s]*$)/,"")),!b.parent("li").hasClass("active")){var e=c.find(".active:last a")[0],f=a.Event("show.bs.tab",{relatedTarget:e});if(b.trigger(f),!f.isDefaultPrevented()){var g=a(d);this.activate(b.parent("li"),c),this.activate(g,g.parent(),function(){b.trigger({type:"shown.bs.tab",relatedTarget:e})})}}},b.prototype.activate=function(b,c,d){function e(){f.removeClass("active").find("> .dropdown-menu > .active").removeClass("active"),b.addClass("active"),g?(b[0].offsetWidth,b.addClass("in")):b.removeClass("fade"),b.parent(".dropdown-menu")&&b.closest("li.dropdown").addClass("active"),d&&d()}var f=c.find("> .active"),g=d&&a.support.transition&&f.hasClass("fade");g?f.one(a.support.transition.end,e).emulateTransitionEnd(150):e(),f.removeClass("in")};var c=a.fn.tab;a.fn.tab=function(c){return this.each(function(){var d=a(this),e=d.data("bs.tab");e||d.data("bs.tab",e=new b(this)),"string"==typeof c&&e[c]()})},a.fn.tab.Constructor=b,a.fn.tab.noConflict=function(){return a.fn.tab=c,this},a(document).on("click.bs.tab.data-api",'[data-toggle="tab"], [data-toggle="pill"]',function(b){b.preventDefault(),a(this).tab("show")})}(window.jQuery),+function(a){"use strict";var b=function(c,d){this.options=a.extend({},b.DEFAULTS,d),this.$window=a(window).on("scroll.bs.affix.data-api",a.proxy(this.checkPosition,this)).on("click.bs.affix.data-api",a.proxy(this.checkPositionWithEventLoop,this)),this.$element=a(c),this.affixed=this.unpin=null,this.checkPosition()};b.RESET="affix affix-top affix-bottom",b.DEFAULTS={offset:0},b.prototype.checkPositionWithEventLoop=function(){setTimeout(a.proxy(this.checkPosition,this),1)},b.prototype.checkPosition=function(){if(this.$element.is(":visible")){var c=a(document).height(),d=this.$window.scrollTop(),e=this.$element.offset(),f=this.options.offset,g=f.top,h=f.bottom;"object"!=typeof f&&(h=g=f),"function"==typeof g&&(g=f.top()),"function"==typeof h&&(h=f.bottom());var i=null!=this.unpin&&d+this.unpin<=e.top?!1:null!=h&&e.top+this.$element.height()>=c-h?"bottom":null!=g&&g>=d?"top":!1;this.affixed!==i&&(this.unpin&&this.$element.css("top",""),this.affixed=i,this.unpin="bottom"==i?e.top-d:null,this.$element.removeClass(b.RESET).addClass("affix"+(i?"-"+i:"")),"bottom"==i&&this.$element.offset({top:document.body.offsetHeight-h-this.$element.height()}))}};var c=a.fn.affix;a.fn.affix=function(c){return this.each(function(){var d=a(this),e=d.data("bs.affix"),f="object"==typeof c&&c;e||d.data("bs.affix",e=new b(this,f)),"string"==typeof c&&e[c]()})},a.fn.affix.Constructor=b,a.fn.affix.noConflict=function(){return a.fn.affix=c,this},a(window).on("load",function(){a('[data-spy="affix"]').each(function(){var b=a(this),c=b.data();c.offset=c.offset||{},c.offsetBottom&&(c.offset.bottom=c.offsetBottom),c.offsetTop&&(c.offset.top=c.offsetTop),b.affix(c)})})}(window.jQuery);
|
assets/js/jquery.js
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/*! jQuery v1.7.2 jquery.com | jquery.org/license */
|
2 |
+
(function(a,b){function cy(a){return f.isWindow(a)?a:a.nodeType===9?a.defaultView||a.parentWindow:!1}function cu(a){if(!cj[a]){var b=c.body,d=f("<"+a+">").appendTo(b),e=d.css("display");d.remove();if(e==="none"||e===""){ck||(ck=c.createElement("iframe"),ck.frameBorder=ck.width=ck.height=0),b.appendChild(ck);if(!cl||!ck.createElement)cl=(ck.contentWindow||ck.contentDocument).document,cl.write((f.support.boxModel?"<!doctype html>":"")+"<html><body>"),cl.close();d=cl.createElement(a),cl.body.appendChild(d),e=f.css(d,"display"),b.removeChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)),function(){c[this]=a});return c}function cs(){cq=b}function cr(){setTimeout(cs,0);return cq=f.now()}function ci(){try{return new a.ActiveXObject("Microsoft.XMLHTTP")}catch(b){}}function ch(){try{return new a.XMLHttpRequest}catch(b){}}function cb(a,c){a.dataFilter&&(c=a.dataFilter(c,a.dataType));var d=a.dataTypes,e={},g,h,i=d.length,j,k=d[0],l,m,n,o,p;for(g=1;g<i;g++){if(g===1)for(h in a.converters)typeof h=="string"&&(e[h.toLowerCase()]=a.converters[h]);l=k,k=d[g];if(k==="*")k=l;else if(l!=="*"&&l!==k){m=l+" "+k,n=e[m]||e["* "+k];if(!n){p=b;for(o in e){j=o.split(" ");if(j[0]===l||j[0]==="*"){p=e[j[1]+" "+k];if(p){o=e[o],o===!0?n=p:p===!0&&(n=o);break}}}}!n&&!p&&f.error("No conversion from "+m.replace(" "," to ")),n!==!0&&(c=n?n(c):p(o(c)))}}return c}function ca(a,c,d){var e=a.contents,f=a.dataTypes,g=a.responseFields,h,i,j,k;for(i in g)i in d&&(c[g[i]]=d[i]);while(f[0]==="*")f.shift(),h===b&&(h=a.mimeType||c.getResponseHeader("content-type"));if(h)for(i in e)if(e[i]&&e[i].test(h)){f.unshift(i);break}if(f[0]in d)j=f[0];else{for(i in d){if(!f[0]||a.converters[i+" "+f[0]]){j=i;break}k||(k=i)}j=j||k}if(j){j!==f[0]&&f.unshift(j);return d[j]}}function b_(a,b,c,d){if(f.isArray(b))f.each(b,function(b,e){c||bD.test(a)?d(a,e):b_(a+"["+(typeof e=="object"?b:"")+"]",e,c,d)});else if(!c&&f.type(b)==="object")for(var e in b)b_(a+"["+e+"]",b[e],c,d);else d(a,b)}function b$(a,c){var d,e,g=f.ajaxSettings.flatOptions||{};for(d in c)c[d]!==b&&((g[d]?a:e||(e={}))[d]=c[d]);e&&f.extend(!0,a,e)}function bZ(a,c,d,e,f,g){f=f||c.dataTypes[0],g=g||{},g[f]=!0;var h=a[f],i=0,j=h?h.length:0,k=a===bS,l;for(;i<j&&(k||!l);i++)l=h[i](c,d,e),typeof l=="string"&&(!k||g[l]?l=b:(c.dataTypes.unshift(l),l=bZ(a,c,d,e,l,g)));(k||!l)&&!g["*"]&&(l=bZ(a,c,d,e,"*",g));return l}function bY(a){return function(b,c){typeof b!="string"&&(c=b,b="*");if(f.isFunction(c)){var d=b.toLowerCase().split(bO),e=0,g=d.length,h,i,j;for(;e<g;e++)h=d[e],j=/^\+/.test(h),j&&(h=h.substr(1)||"*"),i=a[h]=a[h]||[],i[j?"unshift":"push"](c)}}}function bB(a,b,c){var d=b==="width"?a.offsetWidth:a.offsetHeight,e=b==="width"?1:0,g=4;if(d>0){if(c!=="border")for(;e<g;e+=2)c||(d-=parseFloat(f.css(a,"padding"+bx[e]))||0),c==="margin"?d+=parseFloat(f.css(a,c+bx[e]))||0:d-=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0;return d+"px"}d=by(a,b);if(d<0||d==null)d=a.style[b];if(bt.test(d))return d;d=parseFloat(d)||0;if(c)for(;e<g;e+=2)d+=parseFloat(f.css(a,"padding"+bx[e]))||0,c!=="padding"&&(d+=parseFloat(f.css(a,"border"+bx[e]+"Width"))||0),c==="margin"&&(d+=parseFloat(f.css(a,c+bx[e]))||0);return d+"px"}function bo(a){var b=c.createElement("div");bh.appendChild(b),b.innerHTML=a.outerHTML;return b.firstChild}function bn(a){var b=(a.nodeName||"").toLowerCase();b==="input"?bm(a):b!=="script"&&typeof a.getElementsByTagName!="undefined"&&f.grep(a.getElementsByTagName("input"),bm)}function bm(a){if(a.type==="checkbox"||a.type==="radio")a.defaultChecked=a.checked}function bl(a){return typeof a.getElementsByTagName!="undefined"?a.getElementsByTagName("*"):typeof a.querySelectorAll!="undefined"?a.querySelectorAll("*"):[]}function bk(a,b){var c;b.nodeType===1&&(b.clearAttributes&&b.clearAttributes(),b.mergeAttributes&&b.mergeAttributes(a),c=b.nodeName.toLowerCase(),c==="object"?b.outerHTML=a.outerHTML:c!=="input"||a.type!=="checkbox"&&a.type!=="radio"?c==="option"?b.selected=a.defaultSelected:c==="input"||c==="textarea"?b.defaultValue=a.defaultValue:c==="script"&&b.text!==a.text&&(b.text=a.text):(a.checked&&(b.defaultChecked=b.checked=a.checked),b.value!==a.value&&(b.value=a.value)),b.removeAttribute(f.expando),b.removeAttribute("_submit_attached"),b.removeAttribute("_change_attached"))}function bj(a,b){if(b.nodeType===1&&!!f.hasData(a)){var c,d,e,g=f._data(a),h=f._data(b,g),i=g.events;if(i){delete h.handle,h.events={};for(c in i)for(d=0,e=i[c].length;d<e;d++)f.event.add(b,c,i[c][d])}h.data&&(h.data=f.extend({},h.data))}}function bi(a,b){return f.nodeName(a,"table")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function U(a){var b=V.split("|"),c=a.createDocumentFragment();if(c.createElement)while(b.length)c.createElement(b.pop());return c}function T(a,b,c){b=b||0;if(f.isFunction(b))return f.grep(a,function(a,d){var e=!!b.call(a,d,a);return e===c});if(b.nodeType)return f.grep(a,function(a,d){return a===b===c});if(typeof b=="string"){var d=f.grep(a,function(a){return a.nodeType===1});if(O.test(b))return f.filter(b,d,!c);b=f.filter(b,d)}return f.grep(a,function(a,d){return f.inArray(a,b)>=0===c})}function S(a){return!a||!a.parentNode||a.parentNode.nodeType===11}function K(){return!0}function J(){return!1}function n(a,b,c){var d=b+"defer",e=b+"queue",g=b+"mark",h=f._data(a,d);h&&(c==="queue"||!f._data(a,e))&&(c==="mark"||!f._data(a,g))&&setTimeout(function(){!f._data(a,e)&&!f._data(a,g)&&(f.removeData(a,d,!0),h.fire())},0)}function m(a){for(var b in a){if(b==="data"&&f.isEmptyObject(a[b]))continue;if(b!=="toJSON")return!1}return!0}function l(a,c,d){if(d===b&&a.nodeType===1){var e="data-"+c.replace(k,"-$1").toLowerCase();d=a.getAttribute(e);if(typeof d=="string"){try{d=d==="true"?!0:d==="false"?!1:d==="null"?null:f.isNumeric(d)?+d:j.test(d)?f.parseJSON(d):d}catch(g){}f.data(a,c,d)}else d=b}return d}function h(a){var b=g[a]={},c,d;a=a.split(/\s+/);for(c=0,d=a.length;c<d;c++)b[a[c]]=!0;return b}var c=a.document,d=a.navigator,e=a.location,f=function(){function J(){if(!e.isReady){try{c.documentElement.doScroll("left")}catch(a){setTimeout(J,1);return}e.ready()}}var e=function(a,b){return new e.fn.init(a,b,h)},f=a.jQuery,g=a.$,h,i=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,j=/\S/,k=/^\s+/,l=/\s+$/,m=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,n=/^[\],:{}\s]*$/,o=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,p=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,q=/(?:^|:|,)(?:\s*\[)+/g,r=/(webkit)[ \/]([\w.]+)/,s=/(opera)(?:.*version)?[ \/]([\w.]+)/,t=/(msie) ([\w.]+)/,u=/(mozilla)(?:.*? rv:([\w.]+))?/,v=/-([a-z]|[0-9])/ig,w=/^-ms-/,x=function(a,b){return(b+"").toUpperCase()},y=d.userAgent,z,A,B,C=Object.prototype.toString,D=Object.prototype.hasOwnProperty,E=Array.prototype.push,F=Array.prototype.slice,G=String.prototype.trim,H=Array.prototype.indexOf,I={};e.fn=e.prototype={constructor:e,init:function(a,d,f){var g,h,j,k;if(!a)return this;if(a.nodeType){this.context=this[0]=a,this.length=1;return this}if(a==="body"&&!d&&c.body){this.context=c,this[0]=c.body,this.selector=a,this.length=1;return this}if(typeof a=="string"){a.charAt(0)!=="<"||a.charAt(a.length-1)!==">"||a.length<3?g=i.exec(a):g=[null,a,null];if(g&&(g[1]||!d)){if(g[1]){d=d instanceof e?d[0]:d,k=d?d.ownerDocument||d:c,j=m.exec(a),j?e.isPlainObject(d)?(a=[c.createElement(j[1])],e.fn.attr.call(a,d,!0)):a=[k.createElement(j[1])]:(j=e.buildFragment([g[1]],[k]),a=(j.cacheable?e.clone(j.fragment):j.fragment).childNodes);return e.merge(this,a)}h=c.getElementById(g[2]);if(h&&h.parentNode){if(h.id!==g[2])return f.find(a);this.length=1,this[0]=h}this.context=c,this.selector=a;return this}return!d||d.jquery?(d||f).find(a):this.constructor(d).find(a)}if(e.isFunction(a))return f.ready(a);a.selector!==b&&(this.selector=a.selector,this.context=a.context);return e.makeArray(a,this)},selector:"",jquery:"1.7.2",length:0,size:function(){return this.length},toArray:function(){return F.call(this,0)},get:function(a){return a==null?this.toArray():a<0?this[this.length+a]:this[a]},pushStack:function(a,b,c){var d=this.constructor();e.isArray(a)?E.apply(d,a):e.merge(d,a),d.prevObject=this,d.context=this.context,b==="find"?d.selector=this.selector+(this.selector?" ":"")+c:b&&(d.selector=this.selector+"."+b+"("+c+")");return d},each:function(a,b){return e.each(this,a,b)},ready:function(a){e.bindReady(),A.add(a);return this},eq:function(a){a=+a;return a===-1?this.slice(a):this.slice(a,a+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(F.apply(this,arguments),"slice",F.call(arguments).join(","))},map:function(a){return this.pushStack(e.map(this,function(b,c){return a.call(b,c,b)}))},end:function(){return this.prevObject||this.constructor(null)},push:E,sort:[].sort,splice:[].splice},e.fn.init.prototype=e.fn,e.extend=e.fn.extend=function(){var a,c,d,f,g,h,i=arguments[0]||{},j=1,k=arguments.length,l=!1;typeof i=="boolean"&&(l=i,i=arguments[1]||{},j=2),typeof i!="object"&&!e.isFunction(i)&&(i={}),k===j&&(i=this,--j);for(;j<k;j++)if((a=arguments[j])!=null)for(c in a){d=i[c],f=a[c];if(i===f)continue;l&&f&&(e.isPlainObject(f)||(g=e.isArray(f)))?(g?(g=!1,h=d&&e.isArray(d)?d:[]):h=d&&e.isPlainObject(d)?d:{},i[c]=e.extend(l,h,f)):f!==b&&(i[c]=f)}return i},e.extend({noConflict:function(b){a.$===e&&(a.$=g),b&&a.jQuery===e&&(a.jQuery=f);return e},isReady:!1,readyWait:1,holdReady:function(a){a?e.readyWait++:e.ready(!0)},ready:function(a){if(a===!0&&!--e.readyWait||a!==!0&&!e.isReady){if(!c.body)return setTimeout(e.ready,1);e.isReady=!0;if(a!==!0&&--e.readyWait>0)return;A.fireWith(c,[e]),e.fn.trigger&&e(c).trigger("ready").off("ready")}},bindReady:function(){if(!A){A=e.Callbacks("once memory");if(c.readyState==="complete")return setTimeout(e.ready,1);if(c.addEventListener)c.addEventListener("DOMContentLoaded",B,!1),a.addEventListener("load",e.ready,!1);else if(c.attachEvent){c.attachEvent("onreadystatechange",B),a.attachEvent("onload",e.ready);var b=!1;try{b=a.frameElement==null}catch(d){}c.documentElement.doScroll&&b&&J()}}},isFunction:function(a){return e.type(a)==="function"},isArray:Array.isArray||function(a){return e.type(a)==="array"},isWindow:function(a){return a!=null&&a==a.window},isNumeric:function(a){return!isNaN(parseFloat(a))&&isFinite(a)},type:function(a){return a==null?String(a):I[C.call(a)]||"object"},isPlainObject:function(a){if(!a||e.type(a)!=="object"||a.nodeType||e.isWindow(a))return!1;try{if(a.constructor&&!D.call(a,"constructor")&&!D.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}var d;for(d in a);return d===b||D.call(a,d)},isEmptyObject:function(a){for(var b in a)return!1;return!0},error:function(a){throw new Error(a)},parseJSON:function(b){if(typeof b!="string"||!b)return null;b=e.trim(b);if(a.JSON&&a.JSON.parse)return a.JSON.parse(b);if(n.test(b.replace(o,"@").replace(p,"]").replace(q,"")))return(new Function("return "+b))();e.error("Invalid JSON: "+b)},parseXML:function(c){if(typeof c!="string"||!c)return null;var d,f;try{a.DOMParser?(f=new DOMParser,d=f.parseFromString(c,"text/xml")):(d=new ActiveXObject("Microsoft.XMLDOM"),d.async="false",d.loadXML(c))}catch(g){d=b}(!d||!d.documentElement||d.getElementsByTagName("parsererror").length)&&e.error("Invalid XML: "+c);return d},noop:function(){},globalEval:function(b){b&&j.test(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(w,"ms-").replace(v,x)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toUpperCase()===b.toUpperCase()},each:function(a,c,d){var f,g=0,h=a.length,i=h===b||e.isFunction(a);if(d){if(i){for(f in a)if(c.apply(a[f],d)===!1)break}else for(;g<h;)if(c.apply(a[g++],d)===!1)break}else if(i){for(f in a)if(c.call(a[f],f,a[f])===!1)break}else for(;g<h;)if(c.call(a[g],g,a[g++])===!1)break;return a},trim:G?function(a){return a==null?"":G.call(a)}:function(a){return a==null?"":(a+"").replace(k,"").replace(l,"")},makeArray:function(a,b){var c=b||[];if(a!=null){var d=e.type(a);a.length==null||d==="string"||d==="function"||d==="regexp"||e.isWindow(a)?E.call(c,a):e.merge(c,a)}return c},inArray:function(a,b,c){var d;if(b){if(H)return H.call(b,a,c);d=b.length,c=c?c<0?Math.max(0,d+c):c:0;for(;c<d;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,c){var d=a.length,e=0;if(typeof c.length=="number")for(var f=c.length;e<f;e++)a[d++]=c[e];else while(c[e]!==b)a[d++]=c[e++];a.length=d;return a},grep:function(a,b,c){var d=[],e;c=!!c;for(var f=0,g=a.length;f<g;f++)e=!!b(a[f],f),c!==e&&d.push(a[f]);return d},map:function(a,c,d){var f,g,h=[],i=0,j=a.length,k=a instanceof e||j!==b&&typeof j=="number"&&(j>0&&a[0]&&a[j-1]||j===0||e.isArray(a));if(k)for(;i<j;i++)f=c(a[i],i,d),f!=null&&(h[h.length]=f);else for(g in a)f=c(a[g],g,d),f!=null&&(h[h.length]=f);return h.concat.apply([],h)},guid:1,proxy:function(a,c){if(typeof c=="string"){var d=a[c];c=a,a=d}if(!e.isFunction(a))return b;var f=F.call(arguments,2),g=function(){return a.apply(c,f.concat(F.call(arguments)))};g.guid=a.guid=a.guid||g.guid||e.guid++;return g},access:function(a,c,d,f,g,h,i){var j,k=d==null,l=0,m=a.length;if(d&&typeof d=="object"){for(l in d)e.access(a,c,l,d[l],1,h,f);g=1}else if(f!==b){j=i===b&&e.isFunction(f),k&&(j?(j=c,c=function(a,b,c){return j.call(e(a),c)}):(c.call(a,f),c=null));if(c)for(;l<m;l++)c(a[l],d,j?f.call(a[l],l,c(a[l],d)):f,i);g=1}return g?a:k?c.call(a):m?c(a[0],d):h},now:function(){return(new Date).getTime()},uaMatch:function(a){a=a.toLowerCase();var b=r.exec(a)||s.exec(a)||t.exec(a)||a.indexOf("compatible")<0&&u.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},sub:function(){function a(b,c){return new a.fn.init(b,c)}e.extend(!0,a,this),a.superclass=this,a.fn=a.prototype=this(),a.fn.constructor=a,a.sub=this.sub,a.fn.init=function(d,f){f&&f instanceof e&&!(f instanceof a)&&(f=a(f));return e.fn.init.call(this,d,f,b)},a.fn.init.prototype=a.fn;var b=a(c);return a},browser:{}}),e.each("Boolean Number String Function Array Date RegExp Object".split(" "),function(a,b){I["[object "+b+"]"]=b.toLowerCase()}),z=e.uaMatch(y),z.browser&&(e.browser[z.browser]=!0,e.browser.version=z.version),e.browser.webkit&&(e.browser.safari=!0),j.test(" ")&&(k=/^[\s\xA0]+/,l=/[\s\xA0]+$/),h=e(c),c.addEventListener?B=function(){c.removeEventListener("DOMContentLoaded",B,!1),e.ready()}:c.attachEvent&&(B=function(){c.readyState==="complete"&&(c.detachEvent("onreadystatechange",B),e.ready())});return e}(),g={};f.Callbacks=function(a){a=a?g[a]||h(a):{};var c=[],d=[],e,i,j,k,l,m,n=function(b){var d,e,g,h,i;for(d=0,e=b.length;d<e;d++)g=b[d],h=f.type(g),h==="array"?n(g):h==="function"&&(!a.unique||!p.has(g))&&c.push(g)},o=function(b,f){f=f||[],e=!a.memory||[b,f],i=!0,j=!0,m=k||0,k=0,l=c.length;for(;c&&m<l;m++)if(c[m].apply(b,f)===!1&&a.stopOnFalse){e=!0;break}j=!1,c&&(a.once?e===!0?p.disable():c=[]:d&&d.length&&(e=d.shift(),p.fireWith(e[0],e[1])))},p={add:function(){if(c){var a=c.length;n(arguments),j?l=c.length:e&&e!==!0&&(k=a,o(e[0],e[1]))}return this},remove:function(){if(c){var b=arguments,d=0,e=b.length;for(;d<e;d++)for(var f=0;f<c.length;f++)if(b[d]===c[f]){j&&f<=l&&(l--,f<=m&&m--),c.splice(f--,1);if(a.unique)break}}return this},has:function(a){if(c){var b=0,d=c.length;for(;b<d;b++)if(a===c[b])return!0}return!1},empty:function(){c=[];return this},disable:function(){c=d=e=b;return this},disabled:function(){return!c},lock:function(){d=b,(!e||e===!0)&&p.disable();return this},locked:function(){return!d},fireWith:function(b,c){d&&(j?a.once||d.push([b,c]):(!a.once||!e)&&o(b,c));return this},fire:function(){p.fireWith(this,arguments);return this},fired:function(){return!!i}};return p};var i=[].slice;f.extend({Deferred:function(a){var b=f.Callbacks("once memory"),c=f.Callbacks("once memory"),d=f.Callbacks("memory"),e="pending",g={resolve:b,reject:c,notify:d},h={done:b.add,fail:c.add,progress:d.add,state:function(){return e},isResolved:b.fired,isRejected:c.fired,then:function(a,b,c){i.done(a).fail(b).progress(c);return this},always:function(){i.done.apply(i,arguments).fail.apply(i,arguments);return this},pipe:function(a,b,c){return f.Deferred(function(d){f.each({done:[a,"resolve"],fail:[b,"reject"],progress:[c,"notify"]},function(a,b){var c=b[0],e=b[1],g;f.isFunction(c)?i[a](function(){g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p=c.createElement("div"),q=c.documentElement;p.setAttribute("className","t"),p.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=p.getElementsByTagName("*"),e=p.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=p.getElementsByTagName("input")[0],b={leadingWhitespace:p.firstChild.nodeType===3,tbody:!p.getElementsByTagName("tbody").length,htmlSerialize:!!p.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:p.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0,pixelMargin:!0},f.boxModel=b.boxModel=c.compatMode==="CSS1Compat",i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete p.test}catch(r){b.deleteExpando=!1}!p.addEventListener&&p.attachEvent&&p.fireEvent&&(p.attachEvent("onclick",function(){b.noCloneEvent=!1}),p.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),i.setAttribute("name","t"),p.appendChild(i),j=c.createDocumentFragment(),j.appendChild(p.lastChild),b.checkClone=j.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,j.removeChild(i),j.appendChild(p);if(p.attachEvent)for(n in{submit:1,change:1,focusin:1})m="on"+n,o=m in p,o||(p.setAttribute(m,"return;"),o=typeof p[m]=="function"),b[n+"Bubbles"]=o;j.removeChild(p),j=g=h=p=i=null,f(function(){var d,e,g,h,i,j,l,m,n,q,r,s,t,u=c.getElementsByTagName("body")[0];!u||(m=1,t="padding:0;margin:0;border:",r="position:absolute;top:0;left:0;width:1px;height:1px;",s=t+"0;visibility:hidden;",n="style='"+r+t+"5px solid #000;",q="<div "+n+"display:block;'><div style='"+t+"0;display:block;overflow:hidden;'></div></div>"+"<table "+n+"' cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",d=c.createElement("div"),d.style.cssText=s+"width:0;height:0;position:static;top:0;margin-top:"+m+"px",u.insertBefore(d,u.firstChild),p=c.createElement("div"),d.appendChild(p),p.innerHTML="<table><tr><td style='"+t+"0;display:none'></td><td>t</td></tr></table>",k=p.getElementsByTagName("td"),o=k[0].offsetHeight===0,k[0].style.display="",k[1].style.display="none",b.reliableHiddenOffsets=o&&k[0].offsetHeight===0,a.getComputedStyle&&(p.innerHTML="",l=c.createElement("div"),l.style.width="0",l.style.marginRight="0",p.style.width="2px",p.appendChild(l),b.reliableMarginRight=(parseInt((a.getComputedStyle(l,null)||{marginRight:0}).marginRight,10)||0)===0),typeof p.style.zoom!="undefined"&&(p.innerHTML="",p.style.width=p.style.padding="1px",p.style.border=0,p.style.overflow="hidden",p.style.display="inline",p.style.zoom=1,b.inlineBlockNeedsLayout=p.offsetWidth===3,p.style.display="block",p.style.overflow="visible",p.innerHTML="<div style='width:5px;'></div>",b.shrinkWrapBlocks=p.offsetWidth!==3),p.style.cssText=r+s,p.innerHTML=q,e=p.firstChild,g=e.firstChild,i=e.nextSibling.firstChild.firstChild,j={doesNotAddBorder:g.offsetTop!==5,doesAddBorderForTableAndCells:i.offsetTop===5},g.style.position="fixed",g.style.top="20px",j.fixedPosition=g.offsetTop===20||g.offsetTop===15,g.style.position=g.style.top="",e.style.overflow="hidden",e.style.position="relative",j.subtractsBorderForOverflowNotVisible=g.offsetTop===-5,j.doesNotIncludeMarginInBodyOffset=u.offsetTop!==m,a.getComputedStyle&&(p.style.marginTop="1%",b.pixelMargin=(a.getComputedStyle(p,null)||{marginTop:0}).marginTop!=="1%"),typeof d.style.zoom!="undefined"&&(d.style.zoom=1),u.removeChild(d),l=p=d=null,f.extend(b,j))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h,i,j=this[0],k=0,m=null;if(a===b){if(this.length){m=f.data(j);if(j.nodeType===1&&!f._data(j,"parsedAttrs")){g=j.attributes;for(i=g.length;k<i;k++)h=g[k].name,h.indexOf("data-")===0&&(h=f.camelCase(h.substring(5)),l(j,h,m[h]));f._data(j,"parsedAttrs",!0)}}return m}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split(".",2),d[1]=d[1]?"."+d[1]:"",e=d[1]+"!";return f.access(this,function(c){if(c===b){m=this.triggerHandler("getData"+e,[d[0]]),m===b&&j&&(m=f.data(j,a),m=l(j,a,m));return m===b&&d[1]?this.data(d[0]):m}d[1]=c,this.each(function(){var b=f(this);b.triggerHandler("setData"+e,d),f.data(this,a,c),b.triggerHandler("changeData"+e,d)})},null,c,arguments.length>1,null,!1)},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){var d=2;typeof a!="string"&&(c=a,a="fx",d--);if(arguments.length<d)return f.queue(this[0],a);return c===b?this:this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,c){function m(){--h||d.resolveWith(e,[e])}typeof a!="string"&&(c=a,a=b),a=a||"fx";var d=f.Deferred(),e=this,g=e.length,h=1,i=a+"defer",j=a+"queue",k=a+"mark",l;while(g--)if(l=f.data(e[g],i,b,!0)||(f.data(e[g],j,b,!0)||f.data(e[g],k,b,!0))&&f.data(e[g],i,f.Callbacks("once memory"),!0))h++,l.add(m);m();return d.promise(c)}});var o=/[\n\t\r]/g,p=/\s+/,q=/\r/g,r=/^(?:button|input)$/i,s=/^(?:button|input|object|select|textarea)$/i,t=/^a(?:rea)?$/i,u=/^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,v=f.support.getSetAttribute,w,x,y;f.fn.extend({attr:function(a,b){return f.access(this,f.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){f.removeAttr(this,a)})},prop:function(a,b){return f.access(this,f.prop,a,b,arguments.length>1)},removeProp:function(a){a=f.propFix[a]||a;return this.each(function(){try{this[a]=b,delete this[a]}catch(c){}})},addClass:function(a){var b,c,d,e,g,h,i;if(f.isFunction(a))return this.each(function(b){f(this).addClass(a.call(this,b,this.className))});if(a&&typeof a=="string"){b=a.split(p);for(c=0,d=this.length;c<d;c++){e=this[c];if(e.nodeType===1)if(!e.className&&b.length===1)e.className=a;else{g=" "+e.className+" ";for(h=0,i=b.length;h<i;h++)~g.indexOf(" "+b[h]+" ")||(g+=b[h]+" ");e.className=f.trim(g)}}}return this},removeClass:function(a){var c,d,e,g,h,i,j;if(f.isFunction(a))return this.each(function(b){f(this).removeClass(a.call(this,b,this.className))});if(a&&typeof a=="string"||a===b){c=(a||"").split(p);for(d=0,e=this.length;d<e;d++){g=this[d];if(g.nodeType===1&&g.className)if(a){h=(" "+g.className+" ").replace(o," ");for(i=0,j=c.length;i<j;i++)h=h.replace(" "+c[i]+" "," ");g.className=f.trim(h)}else g.className=""}}return this},toggleClass:function(a,b){var c=typeof a,d=typeof b=="boolean";if(f.isFunction(a))return this.each(function(c){f(this).toggleClass(a.call(this,c,this.className,b),b)});return this.each(function(){if(c==="string"){var e,g=0,h=f(this),i=b,j=a.split(p);while(e=j[g++])i=d?i:!h.hasClass(e),h[i?"addClass":"removeClass"](e)}else if(c==="undefined"||c==="boolean")this.className&&f._data(this,"__className__",this.className),this.className=this.className||a===!1?"":f._data(this,"__className__")||""})},hasClass:function(a){var b=" "+a+" ",c=0,d=this.length;for(;c<d;c++)if(this[c].nodeType===1&&(" "+this[c].className+" ").replace(o," ").indexOf(b)>-1)return!0;return!1},val:function(a){var c,d,e,g=this[0];{if(!!arguments.length){e=f.isFunction(a);return this.each(function(d){var g=f(this),h;if(this.nodeType===1){e?h=a.call(this,d,g.val()):h=a,h==null?h="":typeof h=="number"?h+="":f.isArray(h)&&(h=f.map(h,function(a){return a==null?"":a+""})),c=f.valHooks[this.type]||f.valHooks[this.nodeName.toLowerCase()];if(!c||!("set"in c)||c.set(this,h,"value")===b)this.value=h}})}if(g){c=f.valHooks[g.type]||f.valHooks[g.nodeName.toLowerCase()];if(c&&"get"in c&&(d=c.get(g,"value"))!==b)return d;d=g.value;return typeof d=="string"?d.replace(q,""):d==null?"":d}}}}),f.extend({valHooks:{option:{get:function(a){var b=a.attributes.value;return!b||b.specified?a.value:a.text}},select:{get:function(a){var b,c,d,e,g=a.selectedIndex,h=[],i=a.options,j=a.type==="select-one";if(g<0)return null;c=j?g:0,d=j?g+1:i.length;for(;c<d;c++){e=i[c];if(e.selected&&(f.support.optDisabled?!e.disabled:e.getAttribute("disabled")===null)&&(!e.parentNode.disabled||!f.nodeName(e.parentNode,"optgroup"))){b=f(e).val();if(j)return b;h.push(b)}}if(j&&!h.length&&i.length)return f(i[g]).val();return h},set:function(a,b){var c=f.makeArray(b);f(a).find("option").each(function(){this.selected=f.inArray(f(this).val(),c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,width:!0,height:!0,offset:!0},attr:function(a,c,d,e){var g,h,i,j=a.nodeType;if(!!a&&j!==3&&j!==8&&j!==2){if(e&&c in f.attrFn)return f(a)[c](d);if(typeof a.getAttribute=="undefined")return f.prop(a,c,d);i=j!==1||!f.isXMLDoc(a),i&&(c=c.toLowerCase(),h=f.attrHooks[c]||(u.test(c)?x:w));if(d!==b){if(d===null){f.removeAttr(a,c);return}if(h&&"set"in h&&i&&(g=h.set(a,d,c))!==b)return g;a.setAttribute(c,""+d);return d}if(h&&"get"in h&&i&&(g=h.get(a,c))!==null)return g;g=a.getAttribute(c);return g===null?b:g}},removeAttr:function(a,b){var c,d,e,g,h,i=0;if(b&&a.nodeType===1){d=b.toLowerCase().split(p),g=d.length;for(;i<g;i++)e=d[i],e&&(c=f.propFix[e]||e,h=u.test(e),h||f.attr(a,e,""),a.removeAttribute(v?e:c),h&&c in a&&(a[c]=!1))}},attrHooks:{type:{set:function(a,b){if(r.test(a.nodeName)&&a.parentNode)f.error("type property can't be changed");else if(!f.support.radioValue&&b==="radio"&&f.nodeName(a,"input")){var c=a.value;a.setAttribute("type",b),c&&(a.value=c);return b}}},value:{get:function(a,b){if(w&&f.nodeName(a,"button"))return w.get(a,b);return b in a?a.value:null},set:function(a,b,c){if(w&&f.nodeName(a,"button"))return w.set(a,b,c);a.value=b}}},propFix:{tabindex:"tabIndex",readonly:"readOnly","for":"htmlFor","class":"className",maxlength:"maxLength",cellspacing:"cellSpacing",cellpadding:"cellPadding",rowspan:"rowSpan",colspan:"colSpan",usemap:"useMap",frameborder:"frameBorder",contenteditable:"contentEditable"},prop:function(a,c,d){var e,g,h,i=a.nodeType;if(!!a&&i!==3&&i!==8&&i!==2){h=i!==1||!f.isXMLDoc(a),h&&(c=f.propFix[c]||c,g=f.propHooks[c]);return d!==b?g&&"set"in g&&(e=g.set(a,d,c))!==b?e:a[c]=d:g&&"get"in g&&(e=g.get(a,c))!==null?e:a[c]}},propHooks:{tabIndex:{get:function(a){var c=a.getAttributeNode("tabindex");return c&&c.specified?parseInt(c.value,10):s.test(a.nodeName)||t.test(a.nodeName)&&a.href?0:b}}}}),f.attrHooks.tabindex=f.propHooks.tabIndex,x={get:function(a,c){var d,e=f.prop(a,c);return e===!0||typeof e!="boolean"&&(d=a.getAttributeNode(c))&&d.nodeValue!==!1?c.toLowerCase():b},set:function(a,b,c){var d;b===!1?f.removeAttr(a,c):(d=f.propFix[c]||c,d in a&&(a[d]=!0),a.setAttribute(c,c.toLowerCase()));return c}},v||(y={name:!0,id:!0,coords:!0},w=f.valHooks.button={get:function(a,c){var d;d=a.getAttributeNode(c);return d&&(y[c]?d.nodeValue!=="":d.specified)?d.nodeValue:b},set:function(a,b,d){var e=a.getAttributeNode(d);e||(e=c.createAttribute(d),a.setAttributeNode(e));return e.nodeValue=b+""}},f.attrHooks.tabindex.set=w.set,f.each(["width","height"],function(a,b){f.attrHooks[b]=f.extend(f.attrHooks[b],{set:function(a,c){if(c===""){a.setAttribute(b,"auto");return c}}})}),f.attrHooks.contenteditable={get:w.get,set:function(a,b,c){b===""&&(b="false"),w.set(a,b,c)}}),f.support.hrefNormalized||f.each(["href","src","width","height"],function(a,c){f.attrHooks[c]=f.extend(f.attrHooks[c],{get:function(a){var d=a.getAttribute(c,2);return d===null?b:d}})}),f.support.style||(f.attrHooks.style={get:function(a){return a.style.cssText.toLowerCase()||b},set:function(a,b){return a.style.cssText=""+b}}),f.support.optSelected||(f.propHooks.selected=f.extend(f.propHooks.selected,{get:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex);return null}})),f.support.enctype||(f.propFix.enctype="encoding"),f.support.checkOn||f.each(["radio","checkbox"],function(){f.valHooks[this]={get:function(a){return a.getAttribute("value")===null?"on":a.value}}}),f.each(["radio","checkbox"],function(){f.valHooks[this]=f.extend(f.valHooks[this],{set:function(a,b){if(f.isArray(b))return a.checked=f.inArray(f(a).val(),b)>=0}})});var z=/^(?:textarea|input|select)$/i,A=/^([^\.]*)?(?:\.(.+))?$/,B=/(?:^|\s)hover(\.\S+)?\b/,C=/^key/,D=/^(?:mouse|contextmenu)|click/,E=/^(?:focusinfocus|focusoutblur)$/,F=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,G=function(
|
3 |
+
a){var b=F.exec(a);b&&(b[1]=(b[1]||"").toLowerCase(),b[3]=b[3]&&new RegExp("(?:^|\\s)"+b[3]+"(?:\\s|$)"));return b},H=function(a,b){var c=a.attributes||{};return(!b[1]||a.nodeName.toLowerCase()===b[1])&&(!b[2]||(c.id||{}).value===b[2])&&(!b[3]||b[3].test((c["class"]||{}).value))},I=function(a){return f.event.special.hover?a:a.replace(B,"mouseenter$1 mouseleave$1")};f.event={add:function(a,c,d,e,g){var h,i,j,k,l,m,n,o,p,q,r,s;if(!(a.nodeType===3||a.nodeType===8||!c||!d||!(h=f._data(a)))){d.handler&&(p=d,d=p.handler,g=p.selector),d.guid||(d.guid=f.guid++),j=h.events,j||(h.events=j={}),i=h.handle,i||(h.handle=i=function(a){return typeof f!="undefined"&&(!a||f.event.triggered!==a.type)?f.event.dispatch.apply(i.elem,arguments):b},i.elem=a),c=f.trim(I(c)).split(" ");for(k=0;k<c.length;k++){l=A.exec(c[k])||[],m=l[1],n=(l[2]||"").split(".").sort(),s=f.event.special[m]||{},m=(g?s.delegateType:s.bindType)||m,s=f.event.special[m]||{},o=f.extend({type:m,origType:l[1],data:e,handler:d,guid:d.guid,selector:g,quick:g&&G(g),namespace:n.join(".")},p),r=j[m];if(!r){r=j[m]=[],r.delegateCount=0;if(!s.setup||s.setup.call(a,e,n,i)===!1)a.addEventListener?a.addEventListener(m,i,!1):a.attachEvent&&a.attachEvent("on"+m,i)}s.add&&(s.add.call(a,o),o.handler.guid||(o.handler.guid=d.guid)),g?r.splice(r.delegateCount++,0,o):r.push(o),f.event.global[m]=!0}a=null}},global:{},remove:function(a,b,c,d,e){var g=f.hasData(a)&&f._data(a),h,i,j,k,l,m,n,o,p,q,r,s;if(!!g&&!!(o=g.events)){b=f.trim(I(b||"")).split(" ");for(h=0;h<b.length;h++){i=A.exec(b[h])||[],j=k=i[1],l=i[2];if(!j){for(j in o)f.event.remove(a,j+b[h],c,d,!0);continue}p=f.event.special[j]||{},j=(d?p.delegateType:p.bindType)||j,r=o[j]||[],m=r.length,l=l?new RegExp("(^|\\.)"+l.split(".").sort().join("\\.(?:.*\\.)?")+"(\\.|$)"):null;for(n=0;n<r.length;n++)s=r[n],(e||k===s.origType)&&(!c||c.guid===s.guid)&&(!l||l.test(s.namespace))&&(!d||d===s.selector||d==="**"&&s.selector)&&(r.splice(n--,1),s.selector&&r.delegateCount--,p.remove&&p.remove.call(a,s));r.length===0&&m!==r.length&&((!p.teardown||p.teardown.call(a,l)===!1)&&f.removeEvent(a,j,g.handle),delete o[j])}f.isEmptyObject(o)&&(q=g.handle,q&&(q.elem=null),f.removeData(a,["events","handle"],!0))}},customEvent:{getData:!0,setData:!0,changeData:!0},trigger:function(c,d,e,g){if(!e||e.nodeType!==3&&e.nodeType!==8){var h=c.type||c,i=[],j,k,l,m,n,o,p,q,r,s;if(E.test(h+f.event.triggered))return;h.indexOf("!")>=0&&(h=h.slice(0,-1),k=!0),h.indexOf(".")>=0&&(i=h.split("."),h=i.shift(),i.sort());if((!e||f.event.customEvent[h])&&!f.event.global[h])return;c=typeof c=="object"?c[f.expando]?c:new f.Event(h,c):new f.Event(h),c.type=h,c.isTrigger=!0,c.exclusive=k,c.namespace=i.join("."),c.namespace_re=c.namespace?new RegExp("(^|\\.)"+i.join("\\.(?:.*\\.)?")+"(\\.|$)"):null,o=h.indexOf(":")<0?"on"+h:"";if(!e){j=f.cache;for(l in j)j[l].events&&j[l].events[h]&&f.event.trigger(c,d,j[l].handle.elem,!0);return}c.result=b,c.target||(c.target=e),d=d!=null?f.makeArray(d):[],d.unshift(c),p=f.event.special[h]||{};if(p.trigger&&p.trigger.apply(e,d)===!1)return;r=[[e,p.bindType||h]];if(!g&&!p.noBubble&&!f.isWindow(e)){s=p.delegateType||h,m=E.test(s+h)?e:e.parentNode,n=null;for(;m;m=m.parentNode)r.push([m,s]),n=m;n&&n===e.ownerDocument&&r.push([n.defaultView||n.parentWindow||a,s])}for(l=0;l<r.length&&!c.isPropagationStopped();l++)m=r[l][0],c.type=r[l][1],q=(f._data(m,"events")||{})[c.type]&&f._data(m,"handle"),q&&q.apply(m,d),q=o&&m[o],q&&f.acceptData(m)&&q.apply(m,d)===!1&&c.preventDefault();c.type=h,!g&&!c.isDefaultPrevented()&&(!p._default||p._default.apply(e.ownerDocument,d)===!1)&&(h!=="click"||!f.nodeName(e,"a"))&&f.acceptData(e)&&o&&e[h]&&(h!=="focus"&&h!=="blur"||c.target.offsetWidth!==0)&&!f.isWindow(e)&&(n=e[o],n&&(e[o]=null),f.event.triggered=h,e[h](),f.event.triggered=b,n&&(e[o]=n));return c.result}},dispatch:function(c){c=f.event.fix(c||a.event);var d=(f._data(this,"events")||{})[c.type]||[],e=d.delegateCount,g=[].slice.call(arguments,0),h=!c.exclusive&&!c.namespace,i=f.event.special[c.type]||{},j=[],k,l,m,n,o,p,q,r,s,t,u;g[0]=c,c.delegateTarget=this;if(!i.preDispatch||i.preDispatch.call(this,c)!==!1){if(e&&(!c.button||c.type!=="click")){n=f(this),n.context=this.ownerDocument||this;for(m=c.target;m!=this;m=m.parentNode||this)if(m.disabled!==!0){p={},r=[],n[0]=m;for(k=0;k<e;k++)s=d[k],t=s.selector,p[t]===b&&(p[t]=s.quick?H(m,s.quick):n.is(t)),p[t]&&r.push(s);r.length&&j.push({elem:m,matches:r})}}d.length>e&&j.push({elem:this,matches:d.slice(e)});for(k=0;k<j.length&&!c.isPropagationStopped();k++){q=j[k],c.currentTarget=q.elem;for(l=0;l<q.matches.length&&!c.isImmediatePropagationStopped();l++){s=q.matches[l];if(h||!c.namespace&&!s.namespace||c.namespace_re&&c.namespace_re.test(s.namespace))c.data=s.data,c.handleObj=s,o=((f.event.special[s.origType]||{}).handle||s.handler).apply(q.elem,g),o!==b&&(c.result=o,o===!1&&(c.preventDefault(),c.stopPropagation()))}}i.postDispatch&&i.postDispatch.call(this,c);return c.result}},props:"attrChange attrName relatedNode srcElement altKey bubbles cancelable ctrlKey currentTarget eventPhase metaKey relatedTarget shiftKey target timeStamp view which".split(" "),fixHooks:{},keyHooks:{props:"char charCode key keyCode".split(" "),filter:function(a,b){a.which==null&&(a.which=b.charCode!=null?b.charCode:b.keyCode);return a}},mouseHooks:{props:"button buttons clientX clientY fromElement offsetX offsetY pageX pageY screenX screenY toElement".split(" "),filter:function(a,d){var e,f,g,h=d.button,i=d.fromElement;a.pageX==null&&d.clientX!=null&&(e=a.target.ownerDocument||c,f=e.documentElement,g=e.body,a.pageX=d.clientX+(f&&f.scrollLeft||g&&g.scrollLeft||0)-(f&&f.clientLeft||g&&g.clientLeft||0),a.pageY=d.clientY+(f&&f.scrollTop||g&&g.scrollTop||0)-(f&&f.clientTop||g&&g.clientTop||0)),!a.relatedTarget&&i&&(a.relatedTarget=i===a.target?d.toElement:i),!a.which&&h!==b&&(a.which=h&1?1:h&2?3:h&4?2:0);return a}},fix:function(a){if(a[f.expando])return a;var d,e,g=a,h=f.event.fixHooks[a.type]||{},i=h.props?this.props.concat(h.props):this.props;a=f.Event(g);for(d=i.length;d;)e=i[--d],a[e]=g[e];a.target||(a.target=g.srcElement||c),a.target.nodeType===3&&(a.target=a.target.parentNode),a.metaKey===b&&(a.metaKey=a.ctrlKey);return h.filter?h.filter(a,g):a},special:{ready:{setup:f.bindReady},load:{noBubble:!0},focus:{delegateType:"focusin"},blur:{delegateType:"focusout"},beforeunload:{setup:function(a,b,c){f.isWindow(this)&&(this.onbeforeunload=c)},teardown:function(a,b){this.onbeforeunload===b&&(this.onbeforeunload=null)}}},simulate:function(a,b,c,d){var e=f.extend(new f.Event,c,{type:a,isSimulated:!0,originalEvent:{}});d?f.event.trigger(e,null,b):f.event.dispatch.call(b,e),e.isDefaultPrevented()&&c.preventDefault()}},f.event.handle=f.event.dispatch,f.removeEvent=c.removeEventListener?function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c,!1)}:function(a,b,c){a.detachEvent&&a.detachEvent("on"+b,c)},f.Event=function(a,b){if(!(this instanceof f.Event))return new f.Event(a,b);a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||a.returnValue===!1||a.getPreventDefault&&a.getPreventDefault()?K:J):this.type=a,b&&f.extend(this,b),this.timeStamp=a&&a.timeStamp||f.now(),this[f.expando]=!0},f.Event.prototype={preventDefault:function(){this.isDefaultPrevented=K;var a=this.originalEvent;!a||(a.preventDefault?a.preventDefault():a.returnValue=!1)},stopPropagation:function(){this.isPropagationStopped=K;var a=this.originalEvent;!a||(a.stopPropagation&&a.stopPropagation(),a.cancelBubble=!0)},stopImmediatePropagation:function(){this.isImmediatePropagationStopped=K,this.stopPropagation()},isDefaultPrevented:J,isPropagationStopped:J,isImmediatePropagationStopped:J},f.each({mouseenter:"mouseover",mouseleave:"mouseout"},function(a,b){f.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c=this,d=a.relatedTarget,e=a.handleObj,g=e.selector,h;if(!d||d!==c&&!f.contains(c,d))a.type=e.origType,h=e.handler.apply(this,arguments),a.type=b;return h}}}),f.support.submitBubbles||(f.event.special.submit={setup:function(){if(f.nodeName(this,"form"))return!1;f.event.add(this,"click._submit keypress._submit",function(a){var c=a.target,d=f.nodeName(c,"input")||f.nodeName(c,"button")?c.form:b;d&&!d._submit_attached&&(f.event.add(d,"submit._submit",function(a){a._submit_bubble=!0}),d._submit_attached=!0)})},postDispatch:function(a){a._submit_bubble&&(delete a._submit_bubble,this.parentNode&&!a.isTrigger&&f.event.simulate("submit",this.parentNode,a,!0))},teardown:function(){if(f.nodeName(this,"form"))return!1;f.event.remove(this,"._submit")}}),f.support.changeBubbles||(f.event.special.change={setup:function(){if(z.test(this.nodeName)){if(this.type==="checkbox"||this.type==="radio")f.event.add(this,"propertychange._change",function(a){a.originalEvent.propertyName==="checked"&&(this._just_changed=!0)}),f.event.add(this,"click._change",function(a){this._just_changed&&!a.isTrigger&&(this._just_changed=!1,f.event.simulate("change",this,a,!0))});return!1}f.event.add(this,"beforeactivate._change",function(a){var b=a.target;z.test(b.nodeName)&&!b._change_attached&&(f.event.add(b,"change._change",function(a){this.parentNode&&!a.isSimulated&&!a.isTrigger&&f.event.simulate("change",this.parentNode,a,!0)}),b._change_attached=!0)})},handle:function(a){var b=a.target;if(this!==b||a.isSimulated||a.isTrigger||b.type!=="radio"&&b.type!=="checkbox")return a.handleObj.handler.apply(this,arguments)},teardown:function(){f.event.remove(this,"._change");return z.test(this.nodeName)}}),f.support.focusinBubbles||f.each({focus:"focusin",blur:"focusout"},function(a,b){var d=0,e=function(a){f.event.simulate(b,a.target,f.event.fix(a),!0)};f.event.special[b]={setup:function(){d++===0&&c.addEventListener(a,e,!0)},teardown:function(){--d===0&&c.removeEventListener(a,e,!0)}}}),f.fn.extend({on:function(a,c,d,e,g){var h,i;if(typeof a=="object"){typeof c!="string"&&(d=d||c,c=b);for(i in a)this.on(i,c,d,a[i],g);return this}d==null&&e==null?(e=c,d=c=b):e==null&&(typeof c=="string"?(e=d,d=b):(e=d,d=c,c=b));if(e===!1)e=J;else if(!e)return this;g===1&&(h=e,e=function(a){f().off(a);return h.apply(this,arguments)},e.guid=h.guid||(h.guid=f.guid++));return this.each(function(){f.event.add(this,a,e,d,c)})},one:function(a,b,c,d){return this.on(a,b,c,d,1)},off:function(a,c,d){if(a&&a.preventDefault&&a.handleObj){var e=a.handleObj;f(a.delegateTarget).off(e.namespace?e.origType+"."+e.namespace:e.origType,e.selector,e.handler);return this}if(typeof a=="object"){for(var g in a)this.off(g,c,a[g]);return this}if(c===!1||typeof c=="function")d=c,c=b;d===!1&&(d=J);return this.each(function(){f.event.remove(this,a,d,c)})},bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},live:function(a,b,c){f(this.context).on(a,this.selector,b,c);return this},die:function(a,b){f(this.context).off(a,this.selector||"**",b);return this},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return arguments.length==1?this.off(a,"**"):this.off(b,a,c)},trigger:function(a,b){return this.each(function(){f.event.trigger(a,b,this)})},triggerHandler:function(a,b){if(this[0])return f.event.trigger(a,b,this[0],!0)},toggle:function(a){var b=arguments,c=a.guid||f.guid++,d=0,e=function(c){var e=(f._data(this,"lastToggle"+a.guid)||0)%d;f._data(this,"lastToggle"+a.guid,e+1),c.preventDefault();return b[e].apply(this,arguments)||!1};e.guid=c;while(d<b.length)b[d++].guid=c;return this.click(e)},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),f.each("blur focus focusin focusout load resize scroll unload click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup error contextmenu".split(" "),function(a,b){f.fn[b]=function(a,c){c==null&&(c=a,a=null);return arguments.length>0?this.on(b,null,a,c):this.trigger(b)},f.attrFn&&(f.attrFn[b]=!0),C.test(b)&&(f.event.fixHooks[b]=f.event.keyHooks),D.test(b)&&(f.event.fixHooks[b]=f.event.mouseHooks)}),function(){function x(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}if(j.nodeType===1){g||(j[d]=c,j.sizset=h);if(typeof b!="string"){if(j===b){k=!0;break}}else if(m.filter(b,[j]).length>0){k=j;break}}j=j[a]}e[h]=k}}}function w(a,b,c,e,f,g){for(var h=0,i=e.length;h<i;h++){var j=e[h];if(j){var k=!1;j=j[a];while(j){if(j[d]===c){k=e[j.sizset];break}j.nodeType===1&&!g&&(j[d]=c,j.sizset=h);if(j.nodeName.toLowerCase()===b){k=j;break}j=j[a]}e[h]=k}}}var a=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,d="sizcache"+(Math.random()+"").replace(".",""),e=0,g=Object.prototype.toString,h=!1,i=!0,j=/\\/g,k=/\r\n/g,l=/\W/;[0,0].sort(function(){i=!1;return 0});var m=function(b,d,e,f){e=e||[],d=d||c;var h=d;if(d.nodeType!==1&&d.nodeType!==9)return[];if(!b||typeof b!="string")return e;var i,j,k,l,n,q,r,t,u=!0,v=m.isXML(d),w=[],x=b;do{a.exec(""),i=a.exec(x);if(i){x=i[3],w.push(i[1]);if(i[2]){l=i[3];break}}}while(i);if(w.length>1&&p.exec(b))if(w.length===2&&o.relative[w[0]])j=y(w[0]+w[1],d,f);else{j=o.relative[w[0]]?[d]:m(w.shift(),d);while(w.length)b=w.shift(),o.relative[b]&&(b+=w.shift()),j=y(b,j,f)}else{!f&&w.length>1&&d.nodeType===9&&!v&&o.match.ID.test(w[0])&&!o.match.ID.test(w[w.length-1])&&(n=m.find(w.shift(),d,v),d=n.expr?m.filter(n.expr,n.set)[0]:n.set[0]);if(d){n=f?{expr:w.pop(),set:s(f)}:m.find(w.pop(),w.length===1&&(w[0]==="~"||w[0]==="+")&&d.parentNode?d.parentNode:d,v),j=n.expr?m.filter(n.expr,n.set):n.set,w.length>0?k=s(j):u=!1;while(w.length)q=w.pop(),r=q,o.relative[q]?r=w.pop():q="",r==null&&(r=d),o.relative[q](k,r,v)}else k=w=[]}k||(k=j),k||m.error(q||b);if(g.call(k)==="[object Array]")if(!u)e.push.apply(e,k);else if(d&&d.nodeType===1)for(t=0;k[t]!=null;t++)k[t]&&(k[t]===!0||k[t].nodeType===1&&m.contains(d,k[t]))&&e.push(j[t]);else for(t=0;k[t]!=null;t++)k[t]&&k[t].nodeType===1&&e.push(j[t]);else s(k,e);l&&(m(l,h,e,f),m.uniqueSort(e));return e};m.uniqueSort=function(a){if(u){h=i,a.sort(u);if(h)for(var b=1;b<a.length;b++)a[b]===a[b-1]&&a.splice(b--,1)}return a},m.matches=function(a,b){return m(a,null,null,b)},m.matchesSelector=function(a,b){return m(b,null,null,[a]).length>0},m.find=function(a,b,c){var d,e,f,g,h,i;if(!a)return[];for(e=0,f=o.order.length;e<f;e++){h=o.order[e];if(g=o.leftMatch[h].exec(a)){i=g[1],g.splice(1,1);if(i.substr(i.length-1)!=="\\"){g[1]=(g[1]||"").replace(j,""),d=o.find[h](g,b,c);if(d!=null){a=a.replace(o.match[h],"");break}}}}d||(d=typeof b.getElementsByTagName!="undefined"?b.getElementsByTagName("*"):[]);return{set:d,expr:a}},m.filter=function(a,c,d,e){var f,g,h,i,j,k,l,n,p,q=a,r=[],s=c,t=c&&c[0]&&m.isXML(c[0]);while(a&&c.length){for(h in o.filter)if((f=o.leftMatch[h].exec(a))!=null&&f[2]){k=o.filter[h],l=f[1],g=!1,f.splice(1,1);if(l.substr(l.length-1)==="\\")continue;s===r&&(r=[]);if(o.preFilter[h]){f=o.preFilter[h](f,s,d,r,e,t);if(!f)g=i=!0;else if(f===!0)continue}if(f)for(n=0;(j=s[n])!=null;n++)j&&(i=k(j,f,n,s),p=e^i,d&&i!=null?p?g=!0:s[n]=!1:p&&(r.push(j),g=!0));if(i!==b){d||(s=r),a=a.replace(o.match[h],"");if(!g)return[];break}}if(a===q)if(g==null)m.error(a);else break;q=a}return s},m.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)};var n=m.getText=function(a){var b,c,d=a.nodeType,e="";if(d){if(d===1||d===9||d===11){if(typeof a.textContent=="string")return a.textContent;if(typeof a.innerText=="string")return a.innerText.replace(k,"");for(a=a.firstChild;a;a=a.nextSibling)e+=n(a)}else if(d===3||d===4)return a.nodeValue}else for(b=0;c=a[b];b++)c.nodeType!==8&&(e+=n(c));return e},o=m.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF\-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF\-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF\-]|\\.)+)\s*(?:(\S?=)\s*(?:(['"])(.*?)\3|(#?(?:[\w\u00c0-\uFFFF\-]|\\.)*)|)|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*\-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\(\s*(even|odd|(?:[+\-]?\d+|(?:[+\-]?\d*)?n\s*(?:[+\-]\s*\d+)?))\s*\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^\-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF\-]|\\.)+)(?:\((['"]?)((?:\([^\)]+\)|[^\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(a){return a.getAttribute("href")},type:function(a){return a.getAttribute("type")}},relative:{"+":function(a,b){var c=typeof b=="string",d=c&&!l.test(b),e=c&&!d;d&&(b=b.toLowerCase());for(var f=0,g=a.length,h;f<g;f++)if(h=a[f]){while((h=h.previousSibling)&&h.nodeType!==1);a[f]=e||h&&h.nodeName.toLowerCase()===b?h||!1:h===b}e&&m.filter(b,a,!0)},">":function(a,b){var c,d=typeof b=="string",e=0,f=a.length;if(d&&!l.test(b)){b=b.toLowerCase();for(;e<f;e++){c=a[e];if(c){var g=c.parentNode;a[e]=g.nodeName.toLowerCase()===b?g:!1}}}else{for(;e<f;e++)c=a[e],c&&(a[e]=d?c.parentNode:c.parentNode===b);d&&m.filter(b,a,!0)}},"":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("parentNode",b,f,a,d,c)},"~":function(a,b,c){var d,f=e++,g=x;typeof b=="string"&&!l.test(b)&&(b=b.toLowerCase(),d=b,g=w),g("previousSibling",b,f,a,d,c)}},find:{ID:function(a,b,c){if(typeof b.getElementById!="undefined"&&!c){var d=b.getElementById(a[1]);return d&&d.parentNode?[d]:[]}},NAME:function(a,b){if(typeof b.getElementsByName!="undefined"){var c=[],d=b.getElementsByName(a[1]);for(var e=0,f=d.length;e<f;e++)d[e].getAttribute("name")===a[1]&&c.push(d[e]);return c.length===0?null:c}},TAG:function(a,b){if(typeof b.getElementsByTagName!="undefined")return b.getElementsByTagName(a[1])}},preFilter:{CLASS:function(a,b,c,d,e,f){a=" "+a[1].replace(j,"")+" ";if(f)return a;for(var g=0,h;(h=b[g])!=null;g++)h&&(e^(h.className&&(" "+h.className+" ").replace(/[\t\n\r]/g," ").indexOf(a)>=0)?c||d.push(h):c&&(b[g]=!1));return!1},ID:function(a){return a[1].replace(j,"")},TAG:function(a,b){return a[1].replace(j,"").toLowerCase()},CHILD:function(a){if(a[1]==="nth"){a[2]||m.error(a[0]),a[2]=a[2].replace(/^\+|\s*/g,"");var b=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(a[2]==="even"&&"2n"||a[2]==="odd"&&"2n+1"||!/\D/.test(a[2])&&"0n+"+a[2]||a[2]);a[2]=b[1]+(b[2]||1)-0,a[3]=b[3]-0}else a[2]&&m.error(a[0]);a[0]=e++;return a},ATTR:function(a,b,c,d,e,f){var g=a[1]=a[1].replace(j,"");!f&&o.attrMap[g]&&(a[1]=o.attrMap[g]),a[4]=(a[4]||a[5]||"").replace(j,""),a[2]==="~="&&(a[4]=" "+a[4]+" ");return a},PSEUDO:function(b,c,d,e,f){if(b[1]==="not")if((a.exec(b[3])||"").length>1||/^\w/.test(b[3]))b[3]=m(b[3],null,null,c);else{var g=m.filter(b[3],c,d,!0^f);d||e.push.apply(e,g);return!1}else if(o.match.POS.test(b[0])||o.match.CHILD.test(b[0]))return!0;return b},POS:function(a){a.unshift(!0);return a}},filters:{enabled:function(a){return a.disabled===!1&&a.type!=="hidden"},disabled:function(a){return a.disabled===!0},checked:function(a){return a.checked===!0},selected:function(a){a.parentNode&&a.parentNode.selectedIndex;return a.selected===!0},parent:function(a){return!!a.firstChild},empty:function(a){return!a.firstChild},has:function(a,b,c){return!!m(c[3],a).length},header:function(a){return/h\d/i.test(a.nodeName)},text:function(a){var b=a.getAttribute("type"),c=a.type;return a.nodeName.toLowerCase()==="input"&&"text"===c&&(b===c||b===null)},radio:function(a){return a.nodeName.toLowerCase()==="input"&&"radio"===a.type},checkbox:function(a){return a.nodeName.toLowerCase()==="input"&&"checkbox"===a.type},file:function(a){return a.nodeName.toLowerCase()==="input"&&"file"===a.type},password:function(a){return a.nodeName.toLowerCase()==="input"&&"password"===a.type},submit:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"submit"===a.type},image:function(a){return a.nodeName.toLowerCase()==="input"&&"image"===a.type},reset:function(a){var b=a.nodeName.toLowerCase();return(b==="input"||b==="button")&&"reset"===a.type},button:function(a){var b=a.nodeName.toLowerCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select|textarea|button/i.test(a.nodeName)},focus:function(a){return a===a.ownerDocument.activeElement}},setFilters:{first:function(a,b){return b===0},last:function(a,b,c,d){return b===d.length-1},even:function(a,b){return b%2===0},odd:function(a,b){return b%2===1},lt:function(a,b,c){return b<c[3]-0},gt:function(a,b,c){return b>c[3]-0},nth:function(a,b,c){return c[3]-0===b},eq:function(a,b,c){return c[3]-0===b}},filter:{PSEUDO:function(a,b,c,d){var e=b[1],f=o.filters[e];if(f)return f(a,c,b,d);if(e==="contains")return(a.textContent||a.innerText||n([a])||"").indexOf(b[3])>=0;if(e==="not"){var g=b[3];for(var h=0,i=g.length;h<i;h++)if(g[h]===a)return!1;return!0}m.error(e)},CHILD:function(a,b){var c,e,f,g,h,i,j,k=b[1],l=a;switch(k){case"only":case"first":while(l=l.previousSibling)if(l.nodeType===1)return!1;if(k==="first")return!0;l=a;case"last":while(l=l.nextSibling)if(l.nodeType===1)return!1;return!0;case"nth":c=b[2],e=b[3];if(c===1&&e===0)return!0;f=b[0],g=a.parentNode;if(g&&(g[d]!==f||!a.nodeIndex)){i=0;for(l=g.firstChild;l;l=l.nextSibling)l.nodeType===1&&(l.nodeIndex=++i);g[d]=f}j=a.nodeIndex-e;return c===0?j===0:j%c===0&&j/c>=0}},ID:function(a,b){return a.nodeType===1&&a.getAttribute("id")===b},TAG:function(a,b){return b==="*"&&a.nodeType===1||!!a.nodeName&&a.nodeName.toLowerCase()===b},CLASS:function(a,b){return(" "+(a.className||a.getAttribute("class"))+" ").indexOf(b)>-1},ATTR:function(a,b){var c=b[1],d=m.attr?m.attr(a,c):o.attrHandle[c]?o.attrHandle[c](a):a[c]!=null?a[c]:a.getAttribute(c),e=d+"",f=b[2],g=b[4];return d==null?f==="!=":!f&&m.attr?d!=null:f==="="?e===g:f==="*="?e.indexOf(g)>=0:f==="~="?(" "+e+" ").indexOf(g)>=0:g?f==="!="?e!==g:f==="^="?e.indexOf(g)===0:f==="$="?e.substr(e.length-g.length)===g:f==="|="?e===g||e.substr(0,g.length+1)===g+"-":!1:e&&d!==!1},POS:function(a,b,c,d){var e=b[2],f=o.setFilters[e];if(f)return f(a,c,b,d)}}},p=o.match.POS,q=function(a,b){return"\\"+(b-0+1)};for(var r in o.match)o.match[r]=new RegExp(o.match[r].source+/(?![^\[]*\])(?![^\(]*\))/.source),o.leftMatch[r]=new RegExp(/(^(?:.|\r|\n)*?)/.source+o.match[r].source.replace(/\\(\d+)/g,q));o.match.globalPOS=p;var s=function(a,b){a=Array.prototype.slice.call(a,0);if(b){b.push.apply(b,a);return b}return a};try{Array.prototype.slice.call(c.documentElement.childNodes,0)[0].nodeType}catch(t){s=function(a,b){var c=0,d=b||[];if(g.call(a)==="[object Array]")Array.prototype.push.apply(d,a);else if(typeof a.length=="number")for(var e=a.length;c<e;c++)d.push(a[c]);else for(;a[c];c++)d.push(a[c]);return d}}var u,v;c.documentElement.compareDocumentPosition?u=function(a,b){if(a===b){h=!0;return 0}if(!a.compareDocumentPosition||!b.compareDocumentPosition)return a.compareDocumentPosition?-1:1;return a.compareDocumentPosition(b)&4?-1:1}:(u=function(a,b){if(a===b){h=!0;return 0}if(a.sourceIndex&&b.sourceIndex)return a.sourceIndex-b.sourceIndex;var c,d,e=[],f=[],g=a.parentNode,i=b.parentNode,j=g;if(g===i)return v(a,b);if(!g)return-1;if(!i)return 1;while(j)e.unshift(j),j=j.parentNode;j=i;while(j)f.unshift(j),j=j.parentNode;c=e.length,d=f.length;for(var k=0;k<c&&k<d;k++)if(e[k]!==f[k])return v(e[k],f[k]);return k===c?v(a,f[k],-1):v(e[k],b,1)},v=function(a,b,c){if(a===b)return c;var d=a.nextSibling;while(d){if(d===b)return-1;d=d.nextSibling}return 1}),function(){var a=c.createElement("div"),d="script"+(new Date).getTime(),e=c.documentElement;a.innerHTML="<a name='"+d+"'/>",e.insertBefore(a,e.firstChild),c.getElementById(d)&&(o.find.ID=function(a,c,d){if(typeof c.getElementById!="undefined"&&!d){var e=c.getElementById(a[1]);return e?e.id===a[1]||typeof e.getAttributeNode!="undefined"&&e.getAttributeNode("id").nodeValue===a[1]?[e]:b:[]}},o.filter.ID=function(a,b){var c=typeof a.getAttributeNode!="undefined"&&a.getAttributeNode("id");return a.nodeType===1&&c&&c.nodeValue===b}),e.removeChild(a),e=a=null}(),function(){var a=c.createElement("div");a.appendChild(c.createComment("")),a.getElementsByTagName("*").length>0&&(o.find.TAG=function(a,b){var c=b.getElementsByTagName(a[1]);if(a[1]==="*"){var d=[];for(var e=0;c[e];e++)c[e].nodeType===1&&d.push(c[e]);c=d}return c}),a.innerHTML="<a href='#'></a>",a.firstChild&&typeof a.firstChild.getAttribute!="undefined"&&a.firstChild.getAttribute("href")!=="#"&&(o.attrHandle.href=function(a){return a.getAttribute("href",2)}),a=null}(),c.querySelectorAll&&function(){var a=m,b=c.createElement("div"),d="__sizzle__";b.innerHTML="<p class='TEST'></p>";if(!b.querySelectorAll||b.querySelectorAll(".TEST").length!==0){m=function(b,e,f,g){e=e||c;if(!g&&!m.isXML(e)){var h=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b);if(h&&(e.nodeType===1||e.nodeType===9)){if(h[1])return s(e.getElementsByTagName(b),f);if(h[2]&&o.find.CLASS&&e.getElementsByClassName)return s(e.getElementsByClassName(h[2]),f)}if(e.nodeType===9){if(b==="body"&&e.body)return s([e.body],f);if(h&&h[3]){var i=e.getElementById(h[3]);if(!i||!i.parentNode)return s([],f);if(i.id===h[3])return s([i],f)}try{return s(e.querySelectorAll(b),f)}catch(j){}}else if(e.nodeType===1&&e.nodeName.toLowerCase()!=="object"){var k=e,l=e.getAttribute("id"),n=l||d,p=e.parentNode,q=/^\s*[+~]/.test(b);l?n=n.replace(/'/g,"\\$&"):e.setAttribute("id",n),q&&p&&(e=e.parentNode);try{if(!q||p)return s(e.querySelectorAll("[id='"+n+"'] "+b),f)}catch(r){}finally{l||k.removeAttribute("id")}}}return a(b,e,f,g)};for(var e in a)m[e]=a[e];b=null}}(),function(){var a=c.documentElement,b=a.matchesSelector||a.mozMatchesSelector||a.webkitMatchesSelector||a.msMatchesSelector;if(b){var d=!b.call(c.createElement("div"),"div"),e=!1;try{b.call(c.documentElement,"[test!='']:sizzle")}catch(f){e=!0}m.matchesSelector=function(a,c){c=c.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!m.isXML(a))try{if(e||!o.match.PSEUDO.test(c)&&!/!=/.test(c)){var f=b.call(a,c);if(f||!d||a.document&&a.document.nodeType!==11)return f}}catch(g){}return m(c,null,null,[a]).length>0}}}(),function(){var a=c.createElement("div");a.innerHTML="<div class='test e'></div><div class='test'></div>";if(!!a.getElementsByClassName&&a.getElementsByClassName("e").length!==0){a.lastChild.className="e";if(a.getElementsByClassName("e").length===1)return;o.order.splice(1,0,"CLASS"),o.find.CLASS=function(a,b,c){if(typeof b.getElementsByClassName!="undefined"&&!c)return b.getElementsByClassName(a[1])},a=null}}(),c.documentElement.contains?m.contains=function(a,b){return a!==b&&(a.contains?a.contains(b):!0)}:c.documentElement.compareDocumentPosition?m.contains=function(a,b){return!!(a.compareDocumentPosition(b)&16)}:m.contains=function(){return!1},m.isXML=function(a){var b=(a?a.ownerDocument||a:0).documentElement;return b?b.nodeName!=="HTML":!1};var y=function(a,b,c){var d,e=[],f="",g=b.nodeType?[b]:b;while(d=o.match.PSEUDO.exec(a))f+=d[0],a=a.replace(o.match.PSEUDO,"");a=o.relative[a]?a+"*":a;for(var h=0,i=g.length;h<i;h++)m(a,g[h],e,c);return m.filter(f,e)};m.attr=f.attr,m.selectors.attrMap={},f.find=m,f.expr=m.selectors,f.expr[":"]=f.expr.filters,f.unique=m.uniqueSort,f.text=m.getText,f.isXMLDoc=m.isXML,f.contains=m.contains}();var L=/Until$/,M=/^(?:parents|prevUntil|prevAll)/,N=/,/,O=/^.[^:#\[\.,]*$/,P=Array.prototype.slice,Q=f.expr.match.globalPOS,R={children:!0,contents:!0,next:!0,prev:!0};f.fn.extend({find:function(a){var b=this,c,d;if(typeof a!="string")return f(a).filter(function(){for(c=0,d=b.length;c<d;c++)if(f.contains(b[c],this))return!0});var e=this.pushStack("","find",a),g,h,i;for(c=0,d=this.length;c<d;c++){g=e.length,f.find(a,this[c],e);if(c>0)for(h=g;h<e.length;h++)for(i=0;i<g;i++)if(e[i]===e[h]){e.splice(h--,1);break}}return e},has:function(a){var b=f(a);return this.filter(function(){for(var a=0,c=b.length;a<c;a++)if(f.contains(this,b[a]))return!0})},not:function(a){return this.pushStack(T(this,a,!1),"not",a)},filter:function(a){return this.pushStack(T(this,a,!0),"filter",a)},is:function(a){return!!a&&(typeof a=="string"?Q.test(a)?f(a,this.context).index(this[0])>=0:f.filter(a,this).length>0:this.filter(a).length>0)},closest:function(a,b){var c=[],d,e,g=this[0];if(f.isArray(a)){var h=1;while(g&&g.ownerDocument&&g!==b){for(d=0;d<a.length;d++)f(g).is(a[d])&&c.push({selector:a[d],elem:g,level:h});g=g.parentNode,h++}return c}var i=Q.test(a)||typeof a!="string"?f(a,b||this.context):0;for(d=0,e=this.length;d<e;d++){g=this[d];while(g){if(i?i.index(g)>-1:f.find.matchesSelector(g,a)){c.push(g);break}g=g.parentNode;if(!g||!g.ownerDocument||g===b||g.nodeType===11)break}}c=c.length>1?f.unique(c):c;return this.pushStack(c,"closest",a)},index:function(a){if(!a)return this[0]&&this[0].parentNode?this.prevAll().length:-1;if(typeof a=="string")return f.inArray(this[0],f(a));return f.inArray(a.jquery?a[0]:a,this)},add:function(a,b){var c=typeof a=="string"?f(a,b):f.makeArray(a&&a.nodeType?[a]:a),d=f.merge(this.get(),c);return this.pushStack(S(c[0])||S(d[0])?d:f.unique(d))},andSelf:function(){return this.add(this.prevObject)}}),f.each({parent:function(a){var b=a.parentNode;return b&&b.nodeType!==11?b:null},parents:function(a){return f.dir(a,"parentNode")},parentsUntil:function(a,b,c){return f.dir(a,"parentNode",c)},next:function(a){return f.nth(a,2,"nextSibling")},prev:function(a){return f.nth(a,2,"previousSibling")},nextAll:function(a){return f.dir(a,"nextSibling")},prevAll:function(a){return f.dir(a,"previousSibling")},nextUntil:function(a,b,c){return f.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return f.dir(a,"previousSibling",c)},siblings:function(a){return f.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return f.sibling(a.firstChild)},contents:function(a){return f.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:f.makeArray(a.childNodes)}},function(a,b){f.fn[a]=function(c,d){var e=f.map(this,b,c);L.test(a)||(d=c),d&&typeof d=="string"&&(e=f.filter(d,e)),e=this.length>1&&!R[a]?f.unique(e):e,(this.length>1||N.test(d))&&M.test(a)&&(e=e.reverse());return this.pushStack(e,a,P.call(arguments).join(","))}}),f.extend({filter:function(a,b,c){c&&(a=":not("+a+")");return b.length===1?f.find.matchesSelector(b[0],a)?[b[0]]:[]:f.find.matches(a,b)},dir:function(a,c,d){var e=[],g=a[c];while(g&&g.nodeType!==9&&(d===b||g.nodeType!==1||!f(g).is(d)))g.nodeType===1&&e.push(g),g=g[c];return e},nth:function(a,b,c,d){b=b||1;var e=0;for(;a;a=a[c])if(a.nodeType===1&&++e===b)break;return a},sibling:function(a,b){var c=[];for(;a;a=a.nextSibling)a.nodeType===1&&a!==b&&c.push(a);return c}});var V="abbr|article|aside|audio|bdi|canvas|data|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",W=/ jQuery\d+="(?:\d+|null)"/g,X=/^\s+/,Y=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,Z=/<([\w:]+)/,$=/<tbody/i,_=/<|&#?\w+;/,ba=/<(?:script|style)/i,bb=/<(?:script|object|embed|option|style)/i,bc=new RegExp("<(?:"+V+")[\\s/>]","i"),bd=/checked\s*(?:[^=]|=\s*.checked.)/i,be=/\/(java|ecma)script/i,bf=/^\s*<!(?:\[CDATA\[|\-\-)/,bg={option:[1,"<select multiple='multiple'>","</select>"],legend:[1,"<fieldset>","</fieldset>"],thead:[1,"<table>","</table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],col:[2,"<table><tbody></tbody><colgroup>","</colgroup></table>"],area:[1,"<map>","</map>"],_default:[0,"",""]},bh=U(c);bg.optgroup=bg.option,bg.tbody=bg.tfoot=bg.colgroup=bg.caption=bg.thead,bg.th=bg.td,f.support.htmlSerialize||(bg._default=[1,"div<div>","</div>"]),f.fn.extend({text:function(a){return f.access(this,function(a){return a===b?f.text(this):this.empty().append((this[0]&&this[0].ownerDocument||c).createTextNode(a))},null,a,arguments.length)},wrapAll:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapAll(a.call(this,b))});if(this[0]){var b=f(a,this[0].ownerDocument).eq(0).clone(!0);this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstChild&&a.firstChild.nodeType===1)a=a.firstChild;return a}).append(this)}return this},wrapInner:function(a){if(f.isFunction(a))return this.each(function(b){f(this).wrapInner(a.call(this,b))});return this.each(function(){var b=f(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=f.isFunction(a);return this.each(function(c){f(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(){return this.parent().each(function(){f.nodeName(this,"body")||f(this).replaceWith(this.childNodes)}).end()},append:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.appendChild(a)})},prepend:function(){return this.domManip(arguments,!0,function(a){this.nodeType===1&&this.insertBefore(a,this.firstChild)})},before:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this)});if(arguments.length){var a=f
|
4 |
+
.clean(arguments);a.push.apply(a,this.toArray());return this.pushStack(a,"before",arguments)}},after:function(){if(this[0]&&this[0].parentNode)return this.domManip(arguments,!1,function(a){this.parentNode.insertBefore(a,this.nextSibling)});if(arguments.length){var a=this.pushStack(this,"after",arguments);a.push.apply(a,f.clean(arguments));return a}},remove:function(a,b){for(var c=0,d;(d=this[c])!=null;c++)if(!a||f.filter(a,[d]).length)!b&&d.nodeType===1&&(f.cleanData(d.getElementsByTagName("*")),f.cleanData([d])),d.parentNode&&d.parentNode.removeChild(d);return this},empty:function(){for(var a=0,b;(b=this[a])!=null;a++){b.nodeType===1&&f.cleanData(b.getElementsByTagName("*"));while(b.firstChild)b.removeChild(b.firstChild)}return this},clone:function(a,b){a=a==null?!1:a,b=b==null?a:b;return this.map(function(){return f.clone(this,a,b)})},html:function(a){return f.access(this,function(a){var c=this[0]||{},d=0,e=this.length;if(a===b)return c.nodeType===1?c.innerHTML.replace(W,""):null;if(typeof a=="string"&&!ba.test(a)&&(f.support.leadingWhitespace||!X.test(a))&&!bg[(Z.exec(a)||["",""])[1].toLowerCase()]){a=a.replace(Y,"<$1></$2>");try{for(;d<e;d++)c=this[d]||{},c.nodeType===1&&(f.cleanData(c.getElementsByTagName("*")),c.innerHTML=a);c=0}catch(g){}}c&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(a){if(this[0]&&this[0].parentNode){if(f.isFunction(a))return this.each(function(b){var c=f(this),d=c.html();c.replaceWith(a.call(this,b,d))});typeof a!="string"&&(a=f(a).detach());return this.each(function(){var b=this.nextSibling,c=this.parentNode;f(this).remove(),b?f(b).before(a):f(c).append(a)})}return this.length?this.pushStack(f(f.isFunction(a)?a():a),"replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,g,h,i,j=a[0],k=[];if(!f.support.checkClone&&arguments.length===3&&typeof j=="string"&&bd.test(j))return this.each(function(){f(this).domManip(a,c,d,!0)});if(f.isFunction(j))return this.each(function(e){var g=f(this);a[0]=j.call(this,e,c?g.html():b),g.domManip(a,c,d)});if(this[0]){i=j&&j.parentNode,f.support.parentNode&&i&&i.nodeType===11&&i.childNodes.length===this.length?e={fragment:i}:e=f.buildFragment(a,this,k),h=e.fragment,h.childNodes.length===1?g=h=h.firstChild:g=h.firstChild;if(g){c=c&&f.nodeName(g,"tr");for(var l=0,m=this.length,n=m-1;l<m;l++)d.call(c?bi(this[l],g):this[l],e.cacheable||m>1&&l<n?f.clone(h,!0,!0):h)}k.length&&f.each(k,function(a,b){b.src?f.ajax({type:"GET",global:!1,url:b.src,async:!1,dataType:"script"}):f.globalEval((b.text||b.textContent||b.innerHTML||"").replace(bf,"/*$0*/")),b.parentNode&&b.parentNode.removeChild(b)})}return this}}),f.buildFragment=function(a,b,d){var e,g,h,i,j=a[0];b&&b[0]&&(i=b[0].ownerDocument||b[0]),i.createDocumentFragment||(i=c),a.length===1&&typeof j=="string"&&j.length<512&&i===c&&j.charAt(0)==="<"&&!bb.test(j)&&(f.support.checkClone||!bd.test(j))&&(f.support.html5Clone||!bc.test(j))&&(g=!0,h=f.fragments[j],h&&h!==1&&(e=h)),e||(e=i.createDocumentFragment(),f.clean(a,i,e,d)),g&&(f.fragments[j]=h?e:1);return{fragment:e,cacheable:g}},f.fragments={},f.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){f.fn[a]=function(c){var d=[],e=f(c),g=this.length===1&&this[0].parentNode;if(g&&g.nodeType===11&&g.childNodes.length===1&&e.length===1){e[b](this[0]);return this}for(var h=0,i=e.length;h<i;h++){var j=(h>0?this.clone(!0):this).get();f(e[h])[b](j),d=d.concat(j)}return this.pushStack(d,a,e.selector)}}),f.extend({clone:function(a,b,c){var d,e,g,h=f.support.html5Clone||f.isXMLDoc(a)||!bc.test("<"+a.nodeName+">")?a.cloneNode(!0):bo(a);if((!f.support.noCloneEvent||!f.support.noCloneChecked)&&(a.nodeType===1||a.nodeType===11)&&!f.isXMLDoc(a)){bk(a,h),d=bl(a),e=bl(h);for(g=0;d[g];++g)e[g]&&bk(d[g],e[g])}if(b){bj(a,h);if(c){d=bl(a),e=bl(h);for(g=0;d[g];++g)bj(d[g],e[g])}}d=e=null;return h},clean:function(a,b,d,e){var g,h,i,j=[];b=b||c,typeof b.createElement=="undefined"&&(b=b.ownerDocument||b[0]&&b[0].ownerDocument||c);for(var k=0,l;(l=a[k])!=null;k++){typeof l=="number"&&(l+="");if(!l)continue;if(typeof l=="string")if(!_.test(l))l=b.createTextNode(l);else{l=l.replace(Y,"<$1></$2>");var m=(Z.exec(l)||["",""])[1].toLowerCase(),n=bg[m]||bg._default,o=n[0],p=b.createElement("div"),q=bh.childNodes,r;b===c?bh.appendChild(p):U(b).appendChild(p),p.innerHTML=n[1]+l+n[2];while(o--)p=p.lastChild;if(!f.support.tbody){var s=$.test(l),t=m==="table"&&!s?p.firstChild&&p.firstChild.childNodes:n[1]==="<table>"&&!s?p.childNodes:[];for(i=t.length-1;i>=0;--i)f.nodeName(t[i],"tbody")&&!t[i].childNodes.length&&t[i].parentNode.removeChild(t[i])}!f.support.leadingWhitespace&&X.test(l)&&p.insertBefore(b.createTextNode(X.exec(l)[0]),p.firstChild),l=p.childNodes,p&&(p.parentNode.removeChild(p),q.length>0&&(r=q[q.length-1],r&&r.parentNode&&r.parentNode.removeChild(r)))}var u;if(!f.support.appendChecked)if(l[0]&&typeof (u=l.length)=="number")for(i=0;i<u;i++)bn(l[i]);else bn(l);l.nodeType?j.push(l):j=f.merge(j,l)}if(d){g=function(a){return!a.type||be.test(a.type)};for(k=0;j[k];k++){h=j[k];if(e&&f.nodeName(h,"script")&&(!h.type||be.test(h.type)))e.push(h.parentNode?h.parentNode.removeChild(h):h);else{if(h.nodeType===1){var v=f.grep(h.getElementsByTagName("script"),g);j.splice.apply(j,[k+1,0].concat(v))}d.appendChild(h)}}}return j},cleanData:function(a){var b,c,d=f.cache,e=f.event.special,g=f.support.deleteExpando;for(var h=0,i;(i=a[h])!=null;h++){if(i.nodeName&&f.noData[i.nodeName.toLowerCase()])continue;c=i[f.expando];if(c){b=d[c];if(b&&b.events){for(var j in b.events)e[j]?f.event.remove(i,j):f.removeEvent(i,j,b.handle);b.handle&&(b.handle.elem=null)}g?delete i[f.expando]:i.removeAttribute&&i.removeAttribute(f.expando),delete d[c]}}}});var bp=/alpha\([^)]*\)/i,bq=/opacity=([^)]*)/,br=/([A-Z]|^ms)/g,bs=/^[\-+]?(?:\d*\.)?\d+$/i,bt=/^-?(?:\d*\.)?\d+(?!px)[^\d\s]+$/i,bu=/^([\-+])=([\-+.\de]+)/,bv=/^margin/,bw={position:"absolute",visibility:"hidden",display:"block"},bx=["Top","Right","Bottom","Left"],by,bz,bA;f.fn.css=function(a,c){return f.access(this,function(a,c,d){return d!==b?f.style(a,c,d):f.css(a,c)},a,c,arguments.length>1)},f.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=by(a,"opacity");return c===""?"1":c}return a.style.opacity}}},cssNumber:{fillOpacity:!0,fontWeight:!0,lineHeight:!0,opacity:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":f.support.cssFloat?"cssFloat":"styleFloat"},style:function(a,c,d,e){if(!!a&&a.nodeType!==3&&a.nodeType!==8&&!!a.style){var g,h,i=f.camelCase(c),j=a.style,k=f.cssHooks[i];c=f.cssProps[i]||i;if(d===b){if(k&&"get"in k&&(g=k.get(a,!1,e))!==b)return g;return j[c]}h=typeof d,h==="string"&&(g=bu.exec(d))&&(d=+(g[1]+1)*+g[2]+parseFloat(f.css(a,c)),h="number");if(d==null||h==="number"&&isNaN(d))return;h==="number"&&!f.cssNumber[i]&&(d+="px");if(!k||!("set"in k)||(d=k.set(a,d))!==b)try{j[c]=d}catch(l){}}},css:function(a,c,d){var e,g;c=f.camelCase(c),g=f.cssHooks[c],c=f.cssProps[c]||c,c==="cssFloat"&&(c="float");if(g&&"get"in g&&(e=g.get(a,!0,d))!==b)return e;if(by)return by(a,c)},swap:function(a,b,c){var d={},e,f;for(f in b)d[f]=a.style[f],a.style[f]=b[f];e=c.call(a);for(f in b)a.style[f]=d[f];return e}}),f.curCSS=f.css,c.defaultView&&c.defaultView.getComputedStyle&&(bz=function(a,b){var c,d,e,g,h=a.style;b=b.replace(br,"-$1").toLowerCase(),(d=a.ownerDocument.defaultView)&&(e=d.getComputedStyle(a,null))&&(c=e.getPropertyValue(b),c===""&&!f.contains(a.ownerDocument.documentElement,a)&&(c=f.style(a,b))),!f.support.pixelMargin&&e&&bv.test(b)&&bt.test(c)&&(g=h.width,h.width=c,c=e.width,h.width=g);return c}),c.documentElement.currentStyle&&(bA=function(a,b){var c,d,e,f=a.currentStyle&&a.currentStyle[b],g=a.style;f==null&&g&&(e=g[b])&&(f=e),bt.test(f)&&(c=g.left,d=a.runtimeStyle&&a.runtimeStyle.left,d&&(a.runtimeStyle.left=a.currentStyle.left),g.left=b==="fontSize"?"1em":f,f=g.pixelLeft+"px",g.left=c,d&&(a.runtimeStyle.left=d));return f===""?"auto":f}),by=bz||bA,f.each(["height","width"],function(a,b){f.cssHooks[b]={get:function(a,c,d){if(c)return a.offsetWidth!==0?bB(a,b,d):f.swap(a,bw,function(){return bB(a,b,d)})},set:function(a,b){return bs.test(b)?b+"px":b}}}),f.support.opacity||(f.cssHooks.opacity={get:function(a,b){return bq.test((b&&a.currentStyle?a.currentStyle.filter:a.style.filter)||"")?parseFloat(RegExp.$1)/100+"":b?"1":""},set:function(a,b){var c=a.style,d=a.currentStyle,e=f.isNumeric(b)?"alpha(opacity="+b*100+")":"",g=d&&d.filter||c.filter||"";c.zoom=1;if(b>=1&&f.trim(g.replace(bp,""))===""){c.removeAttribute("filter");if(d&&!d.filter)return}c.filter=bp.test(g)?g.replace(bp,e):g+" "+e}}),f(function(){f.support.reliableMarginRight||(f.cssHooks.marginRight={get:function(a,b){return f.swap(a,{display:"inline-block"},function(){return b?by(a,"margin-right"):a.style.marginRight})}})}),f.expr&&f.expr.filters&&(f.expr.filters.hidden=function(a){var b=a.offsetWidth,c=a.offsetHeight;return b===0&&c===0||!f.support.reliableHiddenOffsets&&(a.style&&a.style.display||f.css(a,"display"))==="none"},f.expr.filters.visible=function(a){return!f.expr.filters.hidden(a)}),f.each({margin:"",padding:"",border:"Width"},function(a,b){f.cssHooks[a+b]={expand:function(c){var d,e=typeof c=="string"?c.split(" "):[c],f={};for(d=0;d<4;d++)f[a+bx[d]+b]=e[d]||e[d-2]||e[0];return f}}});var bC=/%20/g,bD=/\[\]$/,bE=/\r?\n/g,bF=/#.*$/,bG=/^(.*?):[ \t]*([^\r\n]*)\r?$/mg,bH=/^(?:color|date|datetime|datetime-local|email|hidden|month|number|password|range|search|tel|text|time|url|week)$/i,bI=/^(?:about|app|app\-storage|.+\-extension|file|res|widget):$/,bJ=/^(?:GET|HEAD)$/,bK=/^\/\//,bL=/\?/,bM=/<script\b[^<]*(?:(?!<\/script>)<[^<]*)*<\/script>/gi,bN=/^(?:select|textarea)/i,bO=/\s+/,bP=/([?&])_=[^&]*/,bQ=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,bR=f.fn.load,bS={},bT={},bU,bV,bW=["*/"]+["*"];try{bU=e.href}catch(bX){bU=c.createElement("a"),bU.href="",bU=bU.href}bV=bQ.exec(bU.toLowerCase())||[],f.fn.extend({load:function(a,c,d){if(typeof a!="string"&&bR)return bR.apply(this,arguments);if(!this.length)return this;var e=a.indexOf(" ");if(e>=0){var g=a.slice(e,a.length);a=a.slice(0,e)}var h="GET";c&&(f.isFunction(c)?(d=c,c=b):typeof c=="object"&&(c=f.param(c,f.ajaxSettings.traditional),h="POST"));var i=this;f.ajax({url:a,type:h,dataType:"html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i.html(g?f("<div>").append(c.replace(bM,"")).find(g):c)),d&&i.each(d,[c,b,a])}});return this},serialize:function(){return f.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?f.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||bN.test(this.nodeName)||bH.test(this.type))}).map(function(a,b){var c=f(this).val();return c==null?null:f.isArray(c)?f.map(c,function(a,c){return{name:b.name,value:a.replace(bE,"\r\n")}}):{name:b.name,value:c.replace(bE,"\r\n")}}).get()}}),f.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(a,b){f.fn[b]=function(a){return this.on(b,a)}}),f.each(["get","post"],function(a,c){f[c]=function(a,d,e,g){f.isFunction(d)&&(g=g||e,e=d,d=b);return f.ajax({type:c,url:a,data:d,success:e,dataType:g})}}),f.extend({getScript:function(a,c){return f.get(a,b,c,"script")},getJSON:function(a,b,c){return f.get(a,b,c,"json")},ajaxSetup:function(a,b){b?b$(a,f.ajaxSettings):(b=a,a=f.ajaxSettings),b$(a,b);return a},ajaxSettings:{url:bU,isLocal:bI.test(bV[1]),global:!0,type:"GET",contentType:"application/x-www-form-urlencoded; charset=UTF-8",processData:!0,async:!0,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":bW},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":a.String,"text html":!0,"text json":f.parseJSON,"text xml":f.parseXML},flatOptions:{context:!0,url:!0}},ajaxPrefilter:bY(bS),ajaxTransport:bY(bT),ajax:function(a,c){function w(a,c,l,m){if(s!==2){s=2,q&&clearTimeout(q),p=b,n=m||"",v.readyState=a>0?4:0;var o,r,u,w=c,x=l?ca(d,v,l):b,y,z;if(a>=200&&a<300||a===304){if(d.ifModified){if(y=v.getResponseHeader("Last-Modified"))f.lastModified[k]=y;if(z=v.getResponseHeader("Etag"))f.etag[k]=z}if(a===304)w="notmodified",o=!0;else try{r=cb(d,x),w="success",o=!0}catch(A){w="parsererror",u=A}}else{u=w;if(!w||a)w="error",a<0&&(a=0)}v.status=a,v.statusText=""+(c||w),o?h.resolveWith(e,[r,w,v]):h.rejectWith(e,[v,w,u]),v.statusCode(j),j=b,t&&g.trigger("ajax"+(o?"Success":"Error"),[v,d,o?r:u]),i.fireWith(e,[v,w]),t&&(g.trigger("ajaxComplete",[v,d]),--f.active||f.event.trigger("ajaxStop"))}}typeof a=="object"&&(c=a,a=b),c=c||{};var d=f.ajaxSetup({},c),e=d.context||d,g=e!==d&&(e.nodeType||e instanceof f)?f(e):f.event,h=f.Deferred(),i=f.Callbacks("once memory"),j=d.statusCode||{},k,l={},m={},n,o,p,q,r,s=0,t,u,v={readyState:0,setRequestHeader:function(a,b){if(!s){var c=a.toLowerCase();a=m[c]=m[c]||a,l[a]=b}return this},getAllResponseHeaders:function(){return s===2?n:null},getResponseHeader:function(a){var c;if(s===2){if(!o){o={};while(c=bG.exec(n))o[c[1].toLowerCase()]=c[2]}c=o[a.toLowerCase()]}return c===b?null:c},overrideMimeType:function(a){s||(d.mimeType=a);return this},abort:function(a){a=a||"abort",p&&p.abort(a),w(0,a);return this}};h.promise(v),v.success=v.done,v.error=v.fail,v.complete=i.add,v.statusCode=function(a){if(a){var b;if(s<2)for(b in a)j[b]=[j[b],a[b]];else b=a[v.status],v.then(b,b)}return this},d.url=((a||d.url)+"").replace(bF,"").replace(bK,bV[1]+"//"),d.dataTypes=f.trim(d.dataType||"*").toLowerCase().split(bO),d.crossDomain==null&&(r=bQ.exec(d.url.toLowerCase()),d.crossDomain=!(!r||r[1]==bV[1]&&r[2]==bV[2]&&(r[3]||(r[1]==="http:"?80:443))==(bV[3]||(bV[1]==="http:"?80:443)))),d.data&&d.processData&&typeof d.data!="string"&&(d.data=f.param(d.data,d.traditional)),bZ(bS,d,c,v);if(s===2)return!1;t=d.global,d.type=d.type.toUpperCase(),d.hasContent=!bJ.test(d.type),t&&f.active++===0&&f.event.trigger("ajaxStart");if(!d.hasContent){d.data&&(d.url+=(bL.test(d.url)?"&":"?")+d.data,delete d.data),k=d.url;if(d.cache===!1){var x=f.now(),y=d.url.replace(bP,"$1_="+x);d.url=y+(y===d.url?(bL.test(d.url)?"&":"?")+"_="+x:"")}}(d.data&&d.hasContent&&d.contentType!==!1||c.contentType)&&v.setRequestHeader("Content-Type",d.contentType),d.ifModified&&(k=k||d.url,f.lastModified[k]&&v.setRequestHeader("If-Modified-Since",f.lastModified[k]),f.etag[k]&&v.setRequestHeader("If-None-Match",f.etag[k])),v.setRequestHeader("Accept",d.dataTypes[0]&&d.accepts[d.dataTypes[0]]?d.accepts[d.dataTypes[0]]+(d.dataTypes[0]!=="*"?", "+bW+"; q=0.01":""):d.accepts["*"]);for(u in d.headers)v.setRequestHeader(u,d.headers[u]);if(d.beforeSend&&(d.beforeSend.call(e,v,d)===!1||s===2)){v.abort();return!1}for(u in{success:1,error:1,complete:1})v[u](d[u]);p=bZ(bT,d,c,v);if(!p)w(-1,"No Transport");else{v.readyState=1,t&&g.trigger("ajaxSend",[v,d]),d.async&&d.timeout>0&&(q=setTimeout(function(){v.abort("timeout")},d.timeout));try{s=1,p.send(l,w)}catch(z){if(s<2)w(-1,z);else throw z}}return v},param:function(a,c){var d=[],e=function(a,b){b=f.isFunction(b)?b():b,d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(b)};c===b&&(c=f.ajaxSettings.traditional);if(f.isArray(a)||a.jquery&&!f.isPlainObject(a))f.each(a,function(){e(this.name,this.value)});else for(var g in a)b_(g,a[g],c,e);return d.join("&").replace(bC,"+")}}),f.extend({active:0,lastModified:{},etag:{}});var cc=f.now(),cd=/(\=)\?(&|$)|\?\?/i;f.ajaxSetup({jsonp:"callback",jsonpCallback:function(){return f.expando+"_"+cc++}}),f.ajaxPrefilter("json jsonp",function(b,c,d){var e=typeof b.data=="string"&&/^application\/x\-www\-form\-urlencoded/.test(b.contentType);if(b.dataTypes[0]==="jsonp"||b.jsonp!==!1&&(cd.test(b.url)||e&&cd.test(b.data))){var g,h=b.jsonpCallback=f.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,i=a[h],j=b.url,k=b.data,l="$1"+h+"$2";b.jsonp!==!1&&(j=j.replace(cd,l),b.url===j&&(e&&(k=k.replace(cd,l)),b.data===k&&(j+=(/\?/.test(j)?"&":"?")+b.jsonp+"="+h))),b.url=j,b.data=k,a[h]=function(a){g=[a]},d.always(function(){a[h]=i,g&&f.isFunction(i)&&a[h](g[0])}),b.converters["script json"]=function(){g||f.error(h+" was not called");return g[0]},b.dataTypes[0]="json";return"script"}}),f.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/javascript|ecmascript/},converters:{"text script":function(a){f.globalEval(a);return a}}}),f.ajaxPrefilter("script",function(a){a.cache===b&&(a.cache=!1),a.crossDomain&&(a.type="GET",a.global=!1)}),f.ajaxTransport("script",function(a){if(a.crossDomain){var d,e=c.head||c.getElementsByTagName("head")[0]||c.documentElement;return{send:function(f,g){d=c.createElement("script"),d.async="async",a.scriptCharset&&(d.charset=a.scriptCharset),d.src=a.url,d.onload=d.onreadystatechange=function(a,c){if(c||!d.readyState||/loaded|complete/.test(d.readyState))d.onload=d.onreadystatechange=null,e&&d.parentNode&&e.removeChild(d),d=b,c||g(200,"success")},e.insertBefore(d,e.firstChild)},abort:function(){d&&d.onload(0,1)}}}});var ce=a.ActiveXObject?function(){for(var a in cg)cg[a](0,1)}:!1,cf=0,cg;f.ajaxSettings.xhr=a.ActiveXObject?function(){return!this.isLocal&&ch()||ci()}:ch,function(a){f.extend(f.support,{ajax:!!a,cors:!!a&&"withCredentials"in a})}(f.ajaxSettings.xhr()),f.support.ajax&&f.ajaxTransport(function(c){if(!c.crossDomain||f.support.cors){var d;return{send:function(e,g){var h=c.xhr(),i,j;c.username?h.open(c.type,c.url,c.async,c.username,c.password):h.open(c.type,c.url,c.async);if(c.xhrFields)for(j in c.xhrFields)h[j]=c.xhrFields[j];c.mimeType&&h.overrideMimeType&&h.overrideMimeType(c.mimeType),!c.crossDomain&&!e["X-Requested-With"]&&(e["X-Requested-With"]="XMLHttpRequest");try{for(j in e)h.setRequestHeader(j,e[j])}catch(k){}h.send(c.hasContent&&c.data||null),d=function(a,e){var j,k,l,m,n;try{if(d&&(e||h.readyState===4)){d=b,i&&(h.onreadystatechange=f.noop,ce&&delete cg[i]);if(e)h.readyState!==4&&h.abort();else{j=h.status,l=h.getAllResponseHeaders(),m={},n=h.responseXML,n&&n.documentElement&&(m.xml=n);try{m.text=h.responseText}catch(a){}try{k=h.statusText}catch(o){k=""}!j&&c.isLocal&&!c.crossDomain?j=m.text?200:404:j===1223&&(j=204)}}}catch(p){e||g(-1,p)}m&&g(j,k,m,l)},!c.async||h.readyState===4?d():(i=++cf,ce&&(cg||(cg={},f(a).unload(ce)),cg[i]=d),h.onreadystatechange=d)},abort:function(){d&&d(0,1)}}}});var cj={},ck,cl,cm=/^(?:toggle|show|hide)$/,cn=/^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,co,cp=[["height","marginTop","marginBottom","paddingTop","paddingBottom"],["width","marginLeft","marginRight","paddingLeft","paddingRight"],["opacity"]],cq;f.fn.extend({show:function(a,b,c){var d,e;if(a||a===0)return this.animate(ct("show",3),a,b,c);for(var g=0,h=this.length;g<h;g++)d=this[g],d.style&&(e=d.style.display,!f._data(d,"olddisplay")&&e==="none"&&(e=d.style.display=""),(e===""&&f.css(d,"display")==="none"||!f.contains(d.ownerDocument.documentElement,d))&&f._data(d,"olddisplay",cu(d.nodeName)));for(g=0;g<h;g++){d=this[g];if(d.style){e=d.style.display;if(e===""||e==="none")d.style.display=f._data(d,"olddisplay")||""}}return this},hide:function(a,b,c){if(a||a===0)return this.animate(ct("hide",3),a,b,c);var d,e,g=0,h=this.length;for(;g<h;g++)d=this[g],d.style&&(e=f.css(d,"display"),e!=="none"&&!f._data(d,"olddisplay")&&f._data(d,"olddisplay",e));for(g=0;g<h;g++)this[g].style&&(this[g].style.display="none");return this},_toggle:f.fn.toggle,toggle:function(a,b,c){var d=typeof a=="boolean";f.isFunction(a)&&f.isFunction(b)?this._toggle.apply(this,arguments):a==null||d?this.each(function(){var b=d?a:f(this).is(":hidden");f(this)[b?"show":"hide"]()}):this.animate(ct("toggle",3),a,b,c);return this},fadeTo:function(a,b,c,d){return this.filter(":hidden").css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){function g(){e.queue===!1&&f._mark(this);var b=f.extend({},e),c=this.nodeType===1,d=c&&f(this).is(":hidden"),g,h,i,j,k,l,m,n,o,p,q;b.animatedProperties={};for(i in a){g=f.camelCase(i),i!==g&&(a[g]=a[i],delete a[i]);if((k=f.cssHooks[g])&&"expand"in k){l=k.expand(a[g]),delete a[g];for(i in l)i in a||(a[i]=l[i])}}for(g in a){h=a[g],f.isArray(h)?(b.animatedProperties[g]=h[1],h=a[g]=h[0]):b.animatedProperties[g]=b.specialEasing&&b.specialEasing[g]||b.easing||"swing";if(h==="hide"&&d||h==="show"&&!d)return b.complete.call(this);c&&(g==="height"||g==="width")&&(b.overflow=[this.style.overflow,this.style.overflowX,this.style.overflowY],f.css(this,"display")==="inline"&&f.css(this,"float")==="none"&&(!f.support.inlineBlockNeedsLayout||cu(this.nodeName)==="inline"?this.style.display="inline-block":this.style.zoom=1))}b.overflow!=null&&(this.style.overflow="hidden");for(i in a)j=new f.fx(this,b,i),h=a[i],cm.test(h)?(q=f._data(this,"toggle"+i)||(h==="toggle"?d?"show":"hide":0),q?(f._data(this,"toggle"+i,q==="show"?"hide":"show"),j[q]()):j[h]()):(m=cn.exec(h),n=j.cur(),m?(o=parseFloat(m[2]),p=m[3]||(f.cssNumber[i]?"":"px"),p!=="px"&&(f.style(this,i,(o||1)+p),n=(o||1)/j.cur()*n,f.style(this,i,n+p)),m[1]&&(o=(m[1]==="-="?-1:1)*o+n),j.custom(n,o,p)):j.custom(n,h,""));return!0}var e=f.speed(b,c,d);if(f.isEmptyObject(a))return this.each(e.complete,[!1]);a=f.extend({},a);return e.queue===!1?this.each(g):this.queue(e.queue,g)},stop:function(a,c,d){typeof a!="string"&&(d=c,c=a,a=b),c&&a!==!1&&this.queue(a||"fx",[]);return this.each(function(){function h(a,b,c){var e=b[c];f.removeData(a,c,!0),e.stop(d)}var b,c=!1,e=f.timers,g=f._data(this);d||f._unmark(!0,this);if(a==null)for(b in g)g[b]&&g[b].stop&&b.indexOf(".run")===b.length-4&&h(this,g,b);else g[b=a+".run"]&&g[b].stop&&h(this,g,b);for(b=e.length;b--;)e[b].elem===this&&(a==null||e[b].queue===a)&&(d?e[b](!0):e[b].saveState(),c=!0,e.splice(b,1));(!d||!c)&&f.dequeue(this,a)})}}),f.each({slideDown:ct("show",1),slideUp:ct("hide",1),slideToggle:ct("toggle",1),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){f.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),f.extend({speed:function(a,b,c){var d=a&&typeof a=="object"?f.extend({},a):{complete:c||!c&&b||f.isFunction(a)&&a,duration:a,easing:c&&b||b&&!f.isFunction(b)&&b};d.duration=f.fx.off?0:typeof d.duration=="number"?d.duration:d.duration in f.fx.speeds?f.fx.speeds[d.duration]:f.fx.speeds._default;if(d.queue==null||d.queue===!0)d.queue="fx";d.old=d.complete,d.complete=function(a){f.isFunction(d.old)&&d.old.call(this),d.queue?f.dequeue(this,d.queue):a!==!1&&f._unmark(this)};return d},easing:{linear:function(a){return a},swing:function(a){return-Math.cos(a*Math.PI)/2+.5}},timers:[],fx:function(a,b,c){this.options=b,this.elem=a,this.prop=c,b.orig=b.orig||{}}}),f.fx.prototype={update:function(){this.options.step&&this.options.step.call(this.elem,this.now,this),(f.fx.step[this.prop]||f.fx.step._default)(this)},cur:function(){if(this.elem[this.prop]!=null&&(!this.elem.style||this.elem.style[this.prop]==null))return this.elem[this.prop];var a,b=f.css(this.elem,this.prop);return isNaN(a=parseFloat(b))?!b||b==="auto"?0:b:a},custom:function(a,c,d){function h(a){return e.step(a)}var e=this,g=f.fx;this.startTime=cq||cr(),this.end=c,this.now=this.start=a,this.pos=this.state=0,this.unit=d||this.unit||(f.cssNumber[this.prop]?"":"px"),h.queue=this.options.queue,h.elem=this.elem,h.saveState=function(){f._data(e.elem,"fxshow"+e.prop)===b&&(e.options.hide?f._data(e.elem,"fxshow"+e.prop,e.start):e.options.show&&f._data(e.elem,"fxshow"+e.prop,e.end))},h()&&f.timers.push(h)&&!co&&(co=setInterval(g.tick,g.interval))},show:function(){var a=f._data(this.elem,"fxshow"+this.prop);this.options.orig[this.prop]=a||f.style(this.elem,this.prop),this.options.show=!0,a!==b?this.custom(this.cur(),a):this.custom(this.prop==="width"||this.prop==="height"?1:0,this.cur()),f(this.elem).show()},hide:function(){this.options.orig[this.prop]=f._data(this.elem,"fxshow"+this.prop)||f.style(this.elem,this.prop),this.options.hide=!0,this.custom(this.cur(),0)},step:function(a){var b,c,d,e=cq||cr(),g=!0,h=this.elem,i=this.options;if(a||e>=i.duration+this.startTime){this.now=this.end,this.pos=this.state=1,this.update(),i.animatedProperties[this.prop]=!0;for(b in i.animatedProperties)i.animatedProperties[b]!==!0&&(g=!1);if(g){i.overflow!=null&&!f.support.shrinkWrapBlocks&&f.each(["","X","Y"],function(a,b){h.style["overflow"+b]=i.overflow[a]}),i.hide&&f(h).hide();if(i.hide||i.show)for(b in i.animatedProperties)f.style(h,b,i.orig[b]),f.removeData(h,"fxshow"+b,!0),f.removeData(h,"toggle"+b,!0);d=i.complete,d&&(i.complete=!1,d.call(h))}return!1}i.duration==Infinity?this.now=e:(c=e-this.startTime,this.state=c/i.duration,this.pos=f.easing[i.animatedProperties[this.prop]](this.state,c,0,1,i.duration),this.now=this.start+(this.end-this.start)*this.pos),this.update();return!0}},f.extend(f.fx,{tick:function(){var a,b=f.timers,c=0;for(;c<b.length;c++)a=b[c],!a()&&b[c]===a&&b.splice(c--,1);b.length||f.fx.stop()},interval:13,stop:function(){clearInterval(co),co=null},speeds:{slow:600,fast:200,_default:400},step:{opacity:function(a){f.style(a.elem,"opacity",a.now)},_default:function(a){a.elem.style&&a.elem.style[a.prop]!=null?a.elem.style[a.prop]=a.now+a.unit:a.elem[a.prop]=a.now}}}),f.each(cp.concat.apply([],cp),function(a,b){b.indexOf("margin")&&(f.fx.step[b]=function(a){f.style(a.elem,b,Math.max(0,a.now)+a.unit)})}),f.expr&&f.expr.filters&&(f.expr.filters.animated=function(a){return f.grep(f.timers,function(b){return a===b.elem}).length});var cv,cw=/^t(?:able|d|h)$/i,cx=/^(?:body|html)$/i;"getBoundingClientRect"in c.documentElement?cv=function(a,b,c,d){try{d=a.getBoundingClientRect()}catch(e){}if(!d||!f.contains(c,a))return d?{top:d.top,left:d.left}:{top:0,left:0};var g=b.body,h=cy(b),i=c.clientTop||g.clientTop||0,j=c.clientLeft||g.clientLeft||0,k=h.pageYOffset||f.support.boxModel&&c.scrollTop||g.scrollTop,l=h.pageXOffset||f.support.boxModel&&c.scrollLeft||g.scrollLeft,m=d.top+k-i,n=d.left+l-j;return{top:m,left:n}}:cv=function(a,b,c){var d,e=a.offsetParent,g=a,h=b.body,i=b.defaultView,j=i?i.getComputedStyle(a,null):a.currentStyle,k=a.offsetTop,l=a.offsetLeft;while((a=a.parentNode)&&a!==h&&a!==c){if(f.support.fixedPosition&&j.position==="fixed")break;d=i?i.getComputedStyle(a,null):a.currentStyle,k-=a.scrollTop,l-=a.scrollLeft,a===e&&(k+=a.offsetTop,l+=a.offsetLeft,f.support.doesNotAddBorder&&(!f.support.doesAddBorderForTableAndCells||!cw.test(a.nodeName))&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),g=e,e=a.offsetParent),f.support.subtractsBorderForOverflowNotVisible&&d.overflow!=="visible"&&(k+=parseFloat(d.borderTopWidth)||0,l+=parseFloat(d.borderLeftWidth)||0),j=d}if(j.position==="relative"||j.position==="static")k+=h.offsetTop,l+=h.offsetLeft;f.support.fixedPosition&&j.position==="fixed"&&(k+=Math.max(c.scrollTop,h.scrollTop),l+=Math.max(c.scrollLeft,h.scrollLeft));return{top:k,left:l}},f.fn.offset=function(a){if(arguments.length)return a===b?this:this.each(function(b){f.offset.setOffset(this,a,b)});var c=this[0],d=c&&c.ownerDocument;if(!d)return null;if(c===d.body)return f.offset.bodyOffset(c);return cv(c,d,d.documentElement)},f.offset={bodyOffset:function(a){var b=a.offsetTop,c=a.offsetLeft;f.support.doesNotIncludeMarginInBodyOffset&&(b+=parseFloat(f.css(a,"marginTop"))||0,c+=parseFloat(f.css(a,"marginLeft"))||0);return{top:b,left:c}},setOffset:function(a,b,c){var d=f.css(a,"position");d==="static"&&(a.style.position="relative");var e=f(a),g=e.offset(),h=f.css(a,"top"),i=f.css(a,"left"),j=(d==="absolute"||d==="fixed")&&f.inArray("auto",[h,i])>-1,k={},l={},m,n;j?(l=e.position(),m=l.top,n=l.left):(m=parseFloat(h)||0,n=parseFloat(i)||0),f.isFunction(b)&&(b=b.call(a,c,g)),b.top!=null&&(k.top=b.top-g.top+m),b.left!=null&&(k.left=b.left-g.left+n),"using"in b?b.using.call(a,k):e.css(k)}},f.fn.extend({position:function(){if(!this[0])return null;var a=this[0],b=this.offsetParent(),c=this.offset(),d=cx.test(b[0].nodeName)?{top:0,left:0}:b.offset();c.top-=parseFloat(f.css(a,"marginTop"))||0,c.left-=parseFloat(f.css(a,"marginLeft"))||0,d.top+=parseFloat(f.css(b[0],"borderTopWidth"))||0,d.left+=parseFloat(f.css(b[0],"borderLeftWidth"))||0;return{top:c.top-d.top,left:c.left-d.left}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||c.body;while(a&&!cx.test(a.nodeName)&&f.css(a,"position")==="static")a=a.offsetParent;return a})}}),f.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,c){var d=/Y/.test(c);f.fn[a]=function(e){return f.access(this,function(a,e,g){var h=cy(a);if(g===b)return h?c in h?h[c]:f.support.boxModel&&h.document.documentElement[e]||h.document.body[e]:a[e];h?h.scrollTo(d?f(h).scrollLeft():g,d?g:f(h).scrollTop()):a[e]=g},a,e,arguments.length,null)}}),f.each({Height:"height",Width:"width"},function(a,c){var d="client"+a,e="scroll"+a,g="offset"+a;f.fn["inner"+a]=function(){var a=this[0];return a?a.style?parseFloat(f.css(a,c,"padding")):this[c]():null},f.fn["outer"+a]=function(a){var b=this[0];return b?b.style?parseFloat(f.css(b,c,a?"margin":"border")):this[c]():null},f.fn[c]=function(a){return f.access(this,function(a,c,h){var i,j,k,l;if(f.isWindow(a)){i=a.document,j=i.documentElement[d];return f.support.boxModel&&j||i.body&&i.body[d]||j}if(a.nodeType===9){i=a.documentElement;if(i[d]>=i[e])return i[d];return Math.max(a.body[e],i[e],a.body[g],i[g])}if(h===b){k=f.css(a,c),l=parseFloat(k);return f.isNumeric(l)?l:k}f(a).css(c,h)},c,a,arguments.length,null)}}),a.jQuery=a.$=f,typeof define=="function"&&define.amd&&define.amd.jQuery&&define("jquery",[],function(){return f})})(window);
|
5 |
+
|
assets/js/plugins/alert.js
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_alerts', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_alerts':
|
8 |
+
var c = cm.createSplitButton('dws_alerts', {
|
9 |
+
title : 'Notification',
|
10 |
+
onclick : function() {
|
11 |
+
}
|
12 |
+
});
|
13 |
+
|
14 |
+
c.onRenderMenu.add(function(c, m) {
|
15 |
+
// Boxes & frames
|
16 |
+
m.add({title : 'Notification', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
17 |
+
m.add({title : 'Success notification', onclick : function() {
|
18 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[notification type="success"]<strong>Well done!</strong> You successfully read <a href="#" class="alert-link">this important alert message</a>. [/notification]' );
|
19 |
+
}});
|
20 |
+
m.add({title : 'Info notification', onclick : function() {
|
21 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[notification type="info"]<strong>Heads up!</strong> This <a href="#" class="alert-link">alert needs your attention</a>, but it\'s not super important. [/notification]' );
|
22 |
+
}});
|
23 |
+
m.add({title : 'Warning notification', onclick : function() {
|
24 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[notification type="warning"]<strong>Warning!</strong> Best check yo self, you\'re <a href="#" class="alert-link">not looking too good</a>. [/notification]' );
|
25 |
+
}});
|
26 |
+
m.add({title : 'Error notification', onclick : function() {
|
27 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[notification type="danger"]<strong>Oh snap!</strong> <a href="#" class="alert-link">Change a few things</a> up and try submitting again.[/notification]' );
|
28 |
+
}});
|
29 |
+
|
30 |
+
});
|
31 |
+
|
32 |
+
// Return the new splitbutton instance
|
33 |
+
return c;
|
34 |
+
|
35 |
+
}
|
36 |
+
return null;
|
37 |
+
}
|
38 |
+
});
|
39 |
+
tinymce.PluginManager.add('dws_alerts', tinymce.plugins.dws_alerts);
|
40 |
+
})();
|
assets/js/plugins/buttons.js
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_buttons', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_buttons':
|
8 |
+
var c = cm.createSplitButton('dws_buttons', {
|
9 |
+
title : 'Buttons',
|
10 |
+
onclick : function() {
|
11 |
+
|
12 |
+
}
|
13 |
+
//'class':'mceListBoxMenu'
|
14 |
+
});
|
15 |
+
|
16 |
+
|
17 |
+
c.onRenderMenu.add(function(c, m) {
|
18 |
+
m.onShowMenu.add(function(c,m){
|
19 |
+
jQuery('#menu_'+c.id).height('auto').width('auto');
|
20 |
+
jQuery('#menu_'+c.id+'_co').height('auto').addClass('mceListBoxMenu');
|
21 |
+
var $menu = jQuery('#menu_'+c.id+'_co').find('tbody:first');
|
22 |
+
if($menu.data('added')) return;
|
23 |
+
$menu.append('');
|
24 |
+
$menu.append('<div style="padding: 0 10px 10px"><label>Size<br/>\
|
25 |
+
<select name="size">\
|
26 |
+
<option value="xs">Mini</option>\
|
27 |
+
<option value="sm">Small</option>\
|
28 |
+
<option value="Normal" selected>Normal</option>\
|
29 |
+
<option value="lg">Large</option>\
|
30 |
+
</select></label>\
|
31 |
+
<label>Types<br/>\
|
32 |
+
<select name="type">\
|
33 |
+
<option value="Default"> Default</option>\
|
34 |
+
<option value="Primary"> Primary</option>\
|
35 |
+
<option value="Success"> Success</option>\
|
36 |
+
<option value="Info" selected> Info</option>\
|
37 |
+
<option value="Warning"> Warning</option>\
|
38 |
+
<option value="Danger"> Danger</option>\
|
39 |
+
<option value="Link"> Link</option>\
|
40 |
+
</select>\
|
41 |
+
<label>Link<br />\
|
42 |
+
<input type="text" name="link" value="#" onclick="this.select()" /></label>\
|
43 |
+
</div>');
|
44 |
+
|
45 |
+
jQuery('<input type="button" class="button" value="Insert" />').appendTo($menu)
|
46 |
+
.click(function(){
|
47 |
+
var size = $menu.find('select[name=size]').val();
|
48 |
+
var type = $menu.find('select[name=type]').val();
|
49 |
+
var link = $menu.find('input[name=link]').val();
|
50 |
+
tinymce.activeEditor.execCommand('mceInsertContent',false,'[button size="'+size.toLowerCase()+'" type="'+type.toLowerCase()+'" value="'+type+'" href="'+link+'"]');
|
51 |
+
c.hideMenu();
|
52 |
+
}).wrap('<div style="padding: 0 10px 10px"></div>')
|
53 |
+
|
54 |
+
$menu.data('added',true);
|
55 |
+
|
56 |
+
});
|
57 |
+
|
58 |
+
// XSmall
|
59 |
+
m.add({title : 'Buttons', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
60 |
+
|
61 |
+
});
|
62 |
+
// Return the new splitbutton instance
|
63 |
+
return c;
|
64 |
+
|
65 |
+
}
|
66 |
+
return null;
|
67 |
+
}
|
68 |
+
});
|
69 |
+
tinymce.PluginManager.add('dws_buttons', tinymce.plugins.dws_buttons);
|
70 |
+
})();
|
assets/js/plugins/collapse.js
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_collapse', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_collapse':
|
8 |
+
var c = cm.createSplitButton('dws_collapse', {
|
9 |
+
title : 'Collapse',
|
10 |
+
onclick : function() {
|
11 |
+
|
12 |
+
}
|
13 |
+
//'class':'mceListBoxMenu'
|
14 |
+
});
|
15 |
+
|
16 |
+
|
17 |
+
c.onRenderMenu.add(function(c, m) {
|
18 |
+
m.onShowMenu.add(function(c,m){
|
19 |
+
jQuery('#menu_'+c.id).height('auto').width('auto');
|
20 |
+
jQuery('#menu_'+c.id+'_co').height('auto').addClass('mceListBoxMenu');
|
21 |
+
var $menu = jQuery('#menu_'+c.id+'_co').find('tbody:first');
|
22 |
+
if($menu.data('added')) return;
|
23 |
+
$menu.append('');
|
24 |
+
$menu.append('<div style="padding:0 10px 10px">\
|
25 |
+
<label>Number of items<br />\
|
26 |
+
<input type="text" name="itemnum" value="3" onclick="this.select()" /></label>\
|
27 |
+
</div>');
|
28 |
+
|
29 |
+
jQuery('<input type="button" class="button" value="Insert" />').appendTo($menu)
|
30 |
+
.click(function(){
|
31 |
+
/**
|
32 |
+
* Shortcode markup
|
33 |
+
* -----------------------
|
34 |
+
* [collapse id="#"]
|
35 |
+
* [citem title="" id="" parent=""]
|
36 |
+
* [/citem]
|
37 |
+
* [/collapse]
|
38 |
+
* -----------------------
|
39 |
+
*/
|
40 |
+
var uID = Math.floor((Math.random()*100)+1);
|
41 |
+
var shortcode = '[collapse id="collapse_'+uID+'"]<br class="nc"/>';
|
42 |
+
var num = $menu.find('input[name=itemnum]').val();
|
43 |
+
for(i=0;i<num;i++){
|
44 |
+
var id = Math.floor((Math.random()*100)+1);
|
45 |
+
var title = 'Collapsible Group Item '+(i+1);
|
46 |
+
shortcode+= '[citem title="'+title+'" id="citem_'+id+'" parent="collapse_'+uID+'"]<br class="nc"/>';
|
47 |
+
shortcode += 'Collapse content goes here....<br class="nc"/>';
|
48 |
+
shortcode += '[/citem]<br class="nc"/>';
|
49 |
+
}
|
50 |
+
|
51 |
+
shortcode+= '[/collapse]';
|
52 |
+
|
53 |
+
tinymce.activeEditor.execCommand('mceInsertContent',false,shortcode);
|
54 |
+
c.hideMenu();
|
55 |
+
}).wrap('<div style="padding: 0 10px 10px"></div>')
|
56 |
+
|
57 |
+
$menu.data('added',true);
|
58 |
+
|
59 |
+
});
|
60 |
+
|
61 |
+
// XSmall
|
62 |
+
m.add({title : 'Collapse', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
63 |
+
|
64 |
+
});
|
65 |
+
// Return the new splitbutton instance
|
66 |
+
return c;
|
67 |
+
|
68 |
+
}
|
69 |
+
return null;
|
70 |
+
}
|
71 |
+
});
|
72 |
+
tinymce.PluginManager.add('dws_collapse', tinymce.plugins.dws_collapse);
|
73 |
+
})();
|
assets/js/plugins/grid.html
ADDED
@@ -0,0 +1,125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
+
<head>
|
4 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5 |
+
<link rel="stylesheet" href="../../css/bootstrap.css" />
|
6 |
+
<link rel="stylesheet" href="../../css/admin.css" />
|
7 |
+
<script type="text/javascript" src="../jquery.js"></script>
|
8 |
+
<script type="text/javascript" src="../bootstrap.js"></script>
|
9 |
+
<script type="text/javascript">
|
10 |
+
$(function(){
|
11 |
+
$('#btn_insert, h5.preview').fadeOut();
|
12 |
+
|
13 |
+
setInterval(function(){
|
14 |
+
//Set popup's width
|
15 |
+
var pwidth = 800;
|
16 |
+
parent.jQuery('#TB_window,#TB_iframeContent').width(pwidth);
|
17 |
+
parent.jQuery('#TB_window').css('margin-left',-(pwidth/2));
|
18 |
+
},100);
|
19 |
+
|
20 |
+
$('#frm_create').submit(function(e){
|
21 |
+
e.preventDefault();
|
22 |
+
|
23 |
+
append_grid($('#quantity').val());
|
24 |
+
});
|
25 |
+
|
26 |
+
$('#quantity').bind('keyup change',function(){
|
27 |
+
append_grid($(this).val());
|
28 |
+
});
|
29 |
+
|
30 |
+
$('#col-width').bind('change keyup',function(){
|
31 |
+
var $active = $('#demo_grid div.active');
|
32 |
+
var val = $(this).val();
|
33 |
+
if(isNaN(val)||val>12||val<1) return;
|
34 |
+
var cw = $active.find('.grid').text().split(' ')[1];
|
35 |
+
|
36 |
+
$active.removeClass('col-xs-'+cw).addClass('col-xs-'+$(this).val());
|
37 |
+
$active.find('.grid').text('Grid '+ $(this).val() );
|
38 |
+
});
|
39 |
+
|
40 |
+
$('#col-offset').bind('keyup change',function(){
|
41 |
+
|
42 |
+
var val = $(this).val();
|
43 |
+
if(isNaN(val)||val>12||val<0) return;
|
44 |
+
|
45 |
+
var $active = $('#demo_grid div.active');
|
46 |
+
|
47 |
+
|
48 |
+
var cw = $active.find('.offset').text().split(' ')[1];
|
49 |
+
|
50 |
+
if(isNaN(cw)||cw>12) return;
|
51 |
+
|
52 |
+
$active.removeClass('offset'+cw).addClass('offset'+$(this).val());
|
53 |
+
$active.find('.offset').text('Offset '+ $(this).val() );
|
54 |
+
});
|
55 |
+
|
56 |
+
|
57 |
+
$('.demo_col').live('click',function(){
|
58 |
+
$('#demo_grid div').removeClass('active');
|
59 |
+
$(this).addClass('active');
|
60 |
+
var cw = $(this).find('.grid').text().split(' ')[1];
|
61 |
+
var os = $(this).find('.offset').text().split(' ')[1];
|
62 |
+
$('#col-width').val(cw);
|
63 |
+
$('#col-offset').val(os);
|
64 |
+
|
65 |
+
$('#col-edit').fadeIn();
|
66 |
+
|
67 |
+
});
|
68 |
+
|
69 |
+
$('#btn_insert').click(function(){
|
70 |
+
|
71 |
+
var shortcodes = '[row class="row"]';
|
72 |
+
$('#demo_grid > div').each(function(){
|
73 |
+
var clss = $(this).attr('class').replace(' demo_col','');
|
74 |
+
shortcodes+= '<br class="nc"/>[col class="'+clss+'"]Text[/col]';
|
75 |
+
|
76 |
+
});
|
77 |
+
|
78 |
+
shortcodes+= '<br class="nc"/>[/row]';
|
79 |
+
parent.tinymce.activeEditor.execCommand('mceInsertContent',false,shortcodes);
|
80 |
+
|
81 |
+
parent.tb_remove();
|
82 |
+
});
|
83 |
+
|
84 |
+
});
|
85 |
+
function append_grid(cols){
|
86 |
+
|
87 |
+
if(isNaN(cols)||cols>12) return;
|
88 |
+
|
89 |
+
$('#btn_insert, h5.preview').fadeIn();
|
90 |
+
|
91 |
+
var basewidth = Math.floor(12/cols);
|
92 |
+
var extrawidth = 12- (basewidth*cols);
|
93 |
+
var offset = 0;
|
94 |
+
|
95 |
+
$('#demo_grid').empty();
|
96 |
+
|
97 |
+
for(i=0;i<cols;i++){
|
98 |
+
var cwidth = (extrawidth>0)?1:0;
|
99 |
+
$('#demo_grid').append('<div class="col-xs-'+(basewidth+cwidth)+' demo_col"><span class="grid">Grid '+(basewidth+cwidth)+'</span> <span class="offset">Offset '+offset+'</span><h5>Click to edit</h5></div>');
|
100 |
+
extrawidth--;
|
101 |
+
}
|
102 |
+
}
|
103 |
+
</script>
|
104 |
+
|
105 |
+
</head>
|
106 |
+
<body>
|
107 |
+
<div id="dws-wrapper">
|
108 |
+
<div id="dws-grid">
|
109 |
+
<form id="frm_create">
|
110 |
+
<label>Number of columns</label>
|
111 |
+
<input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="quantity" type="number" name="quantity" min="1" max="12">
|
112 |
+
</form>
|
113 |
+
<div id="col-edit" style="display:none;">
|
114 |
+
<label>Grid</label><input placeholder='Input number from 1 - 12' required pattern="\b([1-9]|1[0-2])\b" id="col-width" name="col-width" value="1" type="number" min="1" max="12">
|
115 |
+
<label>Offset</label><input placeholder='Input number from 1 - 12' required pattern="\b([0-9]|1[0-2])\b" id="col-offset" name="col-offset" value="0" type="number" min="0" max="12">
|
116 |
+
|
117 |
+
</div>
|
118 |
+
<h5 class="preview">Preview</h5>
|
119 |
+
<div id="demo_grid" class="row show-grid"></div>
|
120 |
+
|
121 |
+
<button id="btn_insert" class="btn btn-primary" >Insert shortcode</button>
|
122 |
+
</div>
|
123 |
+
</div>
|
124 |
+
</body>
|
125 |
+
</html>
|
assets/js/plugins/grid.js
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_grid', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_grid':
|
8 |
+
var c = cm.createSplitButton('dws_grid', {
|
9 |
+
title : 'Fluid grid system',
|
10 |
+
onclick : function() {
|
11 |
+
}
|
12 |
+
});
|
13 |
+
|
14 |
+
c.onRenderMenu.add(function(c, m) {
|
15 |
+
// Boxes & frames
|
16 |
+
m.add({title : 'Fluid grid system', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
17 |
+
m.add({title : '12 Columns', onclick : function() {
|
18 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[col class="col-xs-1"]Text[/col]<br class="nc"/>[/row]' );
|
19 |
+
}});
|
20 |
+
m.add({title : '6 Columns', onclick : function() {
|
21 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[col class="col-xs-2"]Text[/col]<br class="nc"/>[/row]' );
|
22 |
+
}});
|
23 |
+
m.add({title : '4 Columns', onclick : function() {
|
24 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-3"]Text[/col]<br class="nc"/>[col class="col-xs-3"]Text[/col]<br class="nc"/>[col class="col-xs-3"]Text[/col]<br class="nc"/>[col class="col-xs-3"]Text[/col]<br class="nc"/>[/row]' );
|
25 |
+
}});
|
26 |
+
m.add({title : '3 Columns', onclick : function() {
|
27 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-4"]Text[/col]<br class="nc"/>[col class="col-xs-4"]Text[/col]<br class="nc"/>[col class="col-xs-4"]Text[/col]<br class="nc"/>[/row]' );
|
28 |
+
}});
|
29 |
+
m.add({title : '2 Columns', onclick : function() {
|
30 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-6"]Text[/col]<br class="nc"/>[col class="col-xs-6"]Text[/col]<br class="nc"/>[/row]' );
|
31 |
+
}});
|
32 |
+
m.add({title : '1 Columns', onclick : function() {
|
33 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[row class="row"]<br class="nc"/>[col class="col-xs-12"]Text[/col]<br class="nc"/>[/row]' );
|
34 |
+
}});
|
35 |
+
m.add({title : 'Custom Grid', onclick : function() {
|
36 |
+
tb_show('Custom Grid', '../wp-content/plugins/bootstrap-shortcodes/assets/js/plugins/grid.html?TB_iframe=1');
|
37 |
+
}});
|
38 |
+
|
39 |
+
});
|
40 |
+
|
41 |
+
// Return the new splitbutton instance
|
42 |
+
return c;
|
43 |
+
|
44 |
+
}
|
45 |
+
return null;
|
46 |
+
}
|
47 |
+
});
|
48 |
+
tinymce.PluginManager.add('dws_grid', tinymce.plugins.dws_grid);
|
49 |
+
})();
|
assets/js/plugins/icons.html
ADDED
@@ -0,0 +1,251 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
2 |
+
<html xmlns="http://www.w3.org/1999/xhtml">
|
3 |
+
<head>
|
4 |
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
5 |
+
<link rel="stylesheet" href="../../css/bootstrap.css" />
|
6 |
+
<link rel="stylesheet" href="../../css/admin.css" />
|
7 |
+
<script type="text/javascript" src="../jquery.js"></script>
|
8 |
+
<script type="text/javascript" src="../bootstrap.js"></script>
|
9 |
+
<script type="text/javascript">
|
10 |
+
(function($){
|
11 |
+
$(document).ready(function() {
|
12 |
+
$('.glyphicons').on('click', 'li', function(){
|
13 |
+
var iclass= $(this).find('.glyphicon').attr('class');
|
14 |
+
|
15 |
+
parent.tinymce.activeEditor.execCommand('mceInsertContent',false,'[icon name="'+iclass+'"]');
|
16 |
+
parent.tb_remove()
|
17 |
+
});
|
18 |
+
});
|
19 |
+
}(jQuery));
|
20 |
+
</script>
|
21 |
+
<style type="text/css">
|
22 |
+
.glyphicons {
|
23 |
+
padding-left: 0;
|
24 |
+
list-style: none;
|
25 |
+
}
|
26 |
+
.glyphicons li {
|
27 |
+
cursor: pointer;
|
28 |
+
float: left;
|
29 |
+
width: 12.5%;
|
30 |
+
height: 100px;
|
31 |
+
padding: 10px;
|
32 |
+
margin: 0 -1px -1px 0;
|
33 |
+
font-size: 12px;
|
34 |
+
line-height: 1.4;
|
35 |
+
text-align: center;
|
36 |
+
border: 1px solid #DDD;
|
37 |
+
}
|
38 |
+
.glyphicons .glyphicon {
|
39 |
+
display: block;
|
40 |
+
margin: 5px auto 10px;
|
41 |
+
font-size: 24px;
|
42 |
+
}
|
43 |
+
</style>
|
44 |
+
</head>
|
45 |
+
<body>
|
46 |
+
<div id="dws-wrapper">
|
47 |
+
<ul class="glyphicons">
|
48 |
+
<li><span class="glyphicon glyphicon-adjust"></span>adjust</li>
|
49 |
+
<li><span class="glyphicon glyphicon-align-center"></span>align-center</li>
|
50 |
+
<li><span class="glyphicon glyphicon-align-justify"></span>align-justify</li>
|
51 |
+
<li><span class="glyphicon glyphicon-align-left"></span>align-left</li>
|
52 |
+
<li><span class="glyphicon glyphicon-align-right"></span>align-right</li>
|
53 |
+
<li><span class="glyphicon glyphicon-arrow-down"></span>arrow-down</li>
|
54 |
+
<li><span class="glyphicon glyphicon-arrow-left"></span>arrow-left</li>
|
55 |
+
<li><span class="glyphicon glyphicon-arrow-right"></span>arrow-right</li>
|
56 |
+
<li><span class="glyphicon glyphicon-arrow-up"></span>arrow-up</li>
|
57 |
+
<li><span class="glyphicon glyphicon-asterisk"></span>asterisk</li>
|
58 |
+
<li><span class="glyphicon glyphicon-backward"></span>backward</li>
|
59 |
+
<li><span class="glyphicon glyphicon-ban-circle"></span>ban-circle</li>
|
60 |
+
<li><span class="glyphicon glyphicon-barcode"></span>barcode</li>
|
61 |
+
<li><span class="glyphicon glyphicon-bell"></span>bell</li>
|
62 |
+
<li><span class="glyphicon glyphicon-bold"></span>bold</li>
|
63 |
+
<li><span class="glyphicon glyphicon-book"></span>book</li>
|
64 |
+
<li><span class="glyphicon glyphicon-bookmark"></span>bookmark</li>
|
65 |
+
<li><span class="glyphicon glyphicon-briefcase"></span>briefcase</li>
|
66 |
+
<li><span class="glyphicon glyphicon-bullhorn"></span>bullhorn</li>
|
67 |
+
<li><span class="glyphicon glyphicon-calendar"></span>calendar</li>
|
68 |
+
<li><span class="glyphicon glyphicon-camera"></span>camera</li>
|
69 |
+
<li><span class="glyphicon glyphicon-certificate"></span>certificate</li>
|
70 |
+
<li><span class="glyphicon glyphicon-check"></span>check</li>
|
71 |
+
<li><span class="glyphicon glyphicon-chevron-down"></span>chevron-down</li>
|
72 |
+
<li><span class="glyphicon glyphicon-chevron-left"></span>chevron-left</li>
|
73 |
+
<li><span class="glyphicon glyphicon-chevron-right"></span>chevron-right</li>
|
74 |
+
<li><span class="glyphicon glyphicon-chevron-up"></span>chevron-up</li>
|
75 |
+
<li><span class="glyphicon glyphicon-circle-arrow-down"></span>circle-arrow-down</li>
|
76 |
+
<li><span class="glyphicon glyphicon-circle-arrow-left"></span>circle-arrow-left</li>
|
77 |
+
<li><span class="glyphicon glyphicon-circle-arrow-right"></span>circle-arrow-right</li>
|
78 |
+
<li><span class="glyphicon glyphicon-circle-arrow-up"></span>circle-arrow-up</li>
|
79 |
+
<li><span class="glyphicon glyphicon-cloud"></span>cloud</li>
|
80 |
+
<li><span class="glyphicon glyphicon-cloud-download"></span>cloud-download</li>
|
81 |
+
<li><span class="glyphicon glyphicon-cloud-upload"></span>cloud-upload</li>
|
82 |
+
<li><span class="glyphicon glyphicon-cog"></span>cog</li>
|
83 |
+
<li><span class="glyphicon glyphicon-collapse-down"></span>collapse-down</li>
|
84 |
+
<li><span class="glyphicon glyphicon-collapse-up"></span>collapse-up</li>
|
85 |
+
<li><span class="glyphicon glyphicon-comment"></span>comment</li>
|
86 |
+
<li><span class="glyphicon glyphicon-compressed"></span>compressed</li>
|
87 |
+
<li><span class="glyphicon glyphicon-copyright-mark"></span>copyright-mark</li>
|
88 |
+
<li><span class="glyphicon glyphicon-credit-card"></span>credit-card</li>
|
89 |
+
<li><span class="glyphicon glyphicon-cutlery"></span>cutlery</li>
|
90 |
+
<li><span class="glyphicon glyphicon-dashboard"></span>dashboard</li>
|
91 |
+
<li><span class="glyphicon glyphicon-download"></span>download</li>
|
92 |
+
<li><span class="glyphicon glyphicon-download-alt"></span>download-alt</li>
|
93 |
+
<li><span class="glyphicon glyphicon-earphone"></span>earphone</li>
|
94 |
+
<li><span class="glyphicon glyphicon-edit"></span>edit</li>
|
95 |
+
<li><span class="glyphicon glyphicon-eject"></span>eject</li>
|
96 |
+
<li><span class="glyphicon glyphicon-envelope"></span>envelope</li>
|
97 |
+
<li><span class="glyphicon glyphicon-euro"></span>euro</li>
|
98 |
+
<li><span class="glyphicon glyphicon-exclamation-sign"></span>exclamation-sign</li>
|
99 |
+
<li><span class="glyphicon glyphicon-expand"></span>expand</li>
|
100 |
+
<li><span class="glyphicon glyphicon-export"></span>export</li>
|
101 |
+
<li><span class="glyphicon glyphicon-eye-close"></span>eye-close</li>
|
102 |
+
<li><span class="glyphicon glyphicon-eye-open"></span>eye-open</li>
|
103 |
+
<li><span class="glyphicon glyphicon-facetime-video"></span>facetime-video</li>
|
104 |
+
<li><span class="glyphicon glyphicon-fast-backward"></span>fast-backward</li>
|
105 |
+
<li><span class="glyphicon glyphicon-fast-forward"></span>fast-forward</li>
|
106 |
+
<li><span class="glyphicon glyphicon-file"></span>file</li>
|
107 |
+
<li><span class="glyphicon glyphicon-film"></span>film</li>
|
108 |
+
<li><span class="glyphicon glyphicon-filter"></span>filter</li>
|
109 |
+
<li><span class="glyphicon glyphicon-fire"></span>fire</li>
|
110 |
+
<li><span class="glyphicon glyphicon-flag"></span>flag</li>
|
111 |
+
<li><span class="glyphicon glyphicon-flash"></span>flash</li>
|
112 |
+
<li><span class="glyphicon glyphicon-floppy-disk"></span>floppy-disk</li>
|
113 |
+
<li><span class="glyphicon glyphicon-floppy-open"></span>floppy-open</li>
|
114 |
+
<li><span class="glyphicon glyphicon-floppy-remove"></span>floppy-remove</li>
|
115 |
+
<li><span class="glyphicon glyphicon-floppy-save"></span>floppy-save</li>
|
116 |
+
<li><span class="glyphicon glyphicon-floppy-saved"></span>floppy-saved</li>
|
117 |
+
<li><span class="glyphicon glyphicon-folder-close"></span>folder-close</li>
|
118 |
+
<li><span class="glyphicon glyphicon-folder-open"></span>folder-open</li>
|
119 |
+
<li><span class="glyphicon glyphicon-font"></span>font</li>
|
120 |
+
<li><span class="glyphicon glyphicon-forward"></span>forward</li>
|
121 |
+
<li><span class="glyphicon glyphicon-fullscreen"></span>fullscreen</li>
|
122 |
+
<li><span class="glyphicon glyphicon-gbp"></span>gbp</li>
|
123 |
+
<li><span class="glyphicon glyphicon-gift"></span>gift</li>
|
124 |
+
<li><span class="glyphicon glyphicon-glass"></span>glass</li>
|
125 |
+
<li><span class="glyphicon glyphicon-globe"></span>globe</li>
|
126 |
+
<li><span class="glyphicon glyphicon-hand-down"></span>hand-down</li>
|
127 |
+
<li><span class="glyphicon glyphicon-hand-left"></span>hand-left</li>
|
128 |
+
<li><span class="glyphicon glyphicon-hand-right"></span>hand-right</li>
|
129 |
+
<li><span class="glyphicon glyphicon-hand-up"></span>hand-up</li>
|
130 |
+
<li><span class="glyphicon glyphicon-hd-video"></span>hd-video</li>
|
131 |
+
<li><span class="glyphicon glyphicon-hdd"></span>hdd</li>
|
132 |
+
<li><span class="glyphicon glyphicon-header"></span>header</li>
|
133 |
+
<li><span class="glyphicon glyphicon-headphones"></span>headphones</li>
|
134 |
+
<li><span class="glyphicon glyphicon-heart"></span>heart</li>
|
135 |
+
<li><span class="glyphicon glyphicon-heart-empty"></span>heart-empty</li>
|
136 |
+
<li><span class="glyphicon glyphicon-home"></span>home</li>
|
137 |
+
<li><span class="glyphicon glyphicon-import"></span>import</li>
|
138 |
+
<li><span class="glyphicon glyphicon-inbox"></span>inbox</li>
|
139 |
+
<li><span class="glyphicon glyphicon-indent-left"></span>indent-left</li>
|
140 |
+
<li><span class="glyphicon glyphicon-indent-right"></span>indent-right</li>
|
141 |
+
<li><span class="glyphicon glyphicon-info-sign"></span>info-sign</li>
|
142 |
+
<li><span class="glyphicon glyphicon-italic"></span>italic</li>
|
143 |
+
<li><span class="glyphicon glyphicon-leaf"></span>leaf</li>
|
144 |
+
<li><span class="glyphicon glyphicon-link"></span>link</li>
|
145 |
+
<li><span class="glyphicon glyphicon-list"></span>list</li>
|
146 |
+
<li><span class="glyphicon glyphicon-list-alt"></span>list-alt</li>
|
147 |
+
<li><span class="glyphicon glyphicon-lock"></span>lock</li>
|
148 |
+
<li><span class="glyphicon glyphicon-log-in"></span>log-in</li>
|
149 |
+
<li><span class="glyphicon glyphicon-log-out"></span>log-out</li>
|
150 |
+
<li><span class="glyphicon glyphicon-magnet"></span>magnet</li>
|
151 |
+
<li><span class="glyphicon glyphicon-map-marker"></span>map-marker</li>
|
152 |
+
<li><span class="glyphicon glyphicon-minus"></span>minus</li>
|
153 |
+
<li><span class="glyphicon glyphicon-minus-sign"></span>minus-sign</li>
|
154 |
+
<li><span class="glyphicon glyphicon-move"></span>move</li>
|
155 |
+
<li><span class="glyphicon glyphicon-music"></span>music</li>
|
156 |
+
<li><span class="glyphicon glyphicon-new-window"></span>new-window</li>
|
157 |
+
<li><span class="glyphicon glyphicon-off"></span>off</li>
|
158 |
+
<li><span class="glyphicon glyphicon-ok"></span>ok</li>
|
159 |
+
<li><span class="glyphicon glyphicon-ok-circle"></span>ok-circle</li>
|
160 |
+
<li><span class="glyphicon glyphicon-ok-sign"></span>ok-sign</li>
|
161 |
+
<li><span class="glyphicon glyphicon-open"></span>open</li>
|
162 |
+
<li><span class="glyphicon glyphicon-paperclip"></span>paperclip</li>
|
163 |
+
<li><span class="glyphicon glyphicon-pause"></span>pause</li>
|
164 |
+
<li><span class="glyphicon glyphicon-pencil"></span>pencil</li>
|
165 |
+
<li><span class="glyphicon glyphicon-phone"></span>phone</li>
|
166 |
+
<li><span class="glyphicon glyphicon-phone-alt"></span>phone-alt</li>
|
167 |
+
<li><span class="glyphicon glyphicon-picture"></span>picture</li>
|
168 |
+
<li><span class="glyphicon glyphicon-plane"></span>plane</li>
|
169 |
+
<li><span class="glyphicon glyphicon-play"></span>play</li>
|
170 |
+
<li><span class="glyphicon glyphicon-play-circle"></span>play-circle</li>
|
171 |
+
<li><span class="glyphicon glyphicon-plus"></span>plus</li>
|
172 |
+
<li><span class="glyphicon glyphicon-plus-sign"></span>plus-sign</li>
|
173 |
+
<li><span class="glyphicon glyphicon-print"></span>print</li>
|
174 |
+
<li><span class="glyphicon glyphicon-pushpin"></span>pushpin</li>
|
175 |
+
<li><span class="glyphicon glyphicon-qrcode"></span>qrcode</li>
|
176 |
+
<li><span class="glyphicon glyphicon-question-sign"></span>question-sign</li>
|
177 |
+
<li><span class="glyphicon glyphicon-random"></span>random</li>
|
178 |
+
<li><span class="glyphicon glyphicon-record"></span>record</li>
|
179 |
+
<li><span class="glyphicon glyphicon-refresh"></span>refresh</li>
|
180 |
+
<li><span class="glyphicon glyphicon-registration-mark"></span>registration-mark</li>
|
181 |
+
<li><span class="glyphicon glyphicon-remove"></span>remove</li>
|
182 |
+
<li><span class="glyphicon glyphicon-remove-circle"></span>remove-circle</li>
|
183 |
+
<li><span class="glyphicon glyphicon-remove-sign"></span>remove-sign</li>
|
184 |
+
<li><span class="glyphicon glyphicon-repeat"></span>repeat</li>
|
185 |
+
<li><span class="glyphicon glyphicon-resize-full"></span>resize-full</li>
|
186 |
+
<li><span class="glyphicon glyphicon-resize-horizontal"></span>resize-horizontal</li>
|
187 |
+
<li><span class="glyphicon glyphicon-resize-small"></span>resize-small</li>
|
188 |
+
<li><span class="glyphicon glyphicon-resize-vertical"></span>resize-vertical</li>
|
189 |
+
<li><span class="glyphicon glyphicon-retweet"></span>retweet</li>
|
190 |
+
<li><span class="glyphicon glyphicon-road"></span>road</li>
|
191 |
+
<li><span class="glyphicon glyphicon-save"></span>save</li>
|
192 |
+
<li><span class="glyphicon glyphicon-saved"></span>saved</li>
|
193 |
+
<li><span class="glyphicon glyphicon-screenshot"></span>screenshot</li>
|
194 |
+
<li><span class="glyphicon glyphicon-sd-video"></span>sd-video</li>
|
195 |
+
<li><span class="glyphicon glyphicon-search"></span>search</li>
|
196 |
+
<li><span class="glyphicon glyphicon-send"></span>send</li>
|
197 |
+
<li><span class="glyphicon glyphicon-share"></span>share</li>
|
198 |
+
<li><span class="glyphicon glyphicon-share-alt"></span>share-alt</li>
|
199 |
+
<li><span class="glyphicon glyphicon-shopping-cart"></span>shopping-cart</li>
|
200 |
+
<li><span class="glyphicon glyphicon-signal"></span>signal</li>
|
201 |
+
<li><span class="glyphicon glyphicon-sort"></span>sort</li>
|
202 |
+
<li><span class="glyphicon glyphicon-sort-by-alphabet"></span>sort-by-alphabet</li>
|
203 |
+
<li><span class="glyphicon glyphicon-sort-by-alphabet-alt"></span>sort-by-alphabet-alt</li>
|
204 |
+
<li><span class="glyphicon glyphicon-sort-by-attributes"></span>sort-by-attributes</li>
|
205 |
+
<li><span class="glyphicon glyphicon-sort-by-attributes-alt"></span>sort-by-attributes-alt</li>
|
206 |
+
<li><span class="glyphicon glyphicon-sort-by-order"></span>sort-by-order</li>
|
207 |
+
<li><span class="glyphicon glyphicon-sort-by-order-alt"></span>sort-by-order-alt</li>
|
208 |
+
<li><span class="glyphicon glyphicon-sound-5-1"></span>sound-5-1</li>
|
209 |
+
<li><span class="glyphicon glyphicon-sound-6-1"></span>sound-6-1</li>
|
210 |
+
<li><span class="glyphicon glyphicon-sound-7-1"></span>sound-7-1</li>
|
211 |
+
<li><span class="glyphicon glyphicon-sound-dolby"></span>sound-dolby</li>
|
212 |
+
<li><span class="glyphicon glyphicon-sound-stereo"></span>sound-stereo</li>
|
213 |
+
<li><span class="glyphicon glyphicon-star"></span>star</li>
|
214 |
+
<li><span class="glyphicon glyphicon-star-empty"></span>star-empty</li>
|
215 |
+
<li><span class="glyphicon glyphicon-stats"></span>stats</li>
|
216 |
+
<li><span class="glyphicon glyphicon-step-backward"></span>step-backward</li>
|
217 |
+
<li><span class="glyphicon glyphicon-step-forward"></span>step-forward</li>
|
218 |
+
<li><span class="glyphicon glyphicon-stop"></span>stop</li>
|
219 |
+
<li><span class="glyphicon glyphicon-subtitles"></span>subtitles</li>
|
220 |
+
<li><span class="glyphicon glyphicon-tag"></span>tag</li>
|
221 |
+
<li><span class="glyphicon glyphicon-tags"></span>tags</li>
|
222 |
+
<li><span class="glyphicon glyphicon-tasks"></span>tasks</li>
|
223 |
+
<li><span class="glyphicon glyphicon-text-height"></span>text-height</li>
|
224 |
+
<li><span class="glyphicon glyphicon-text-width"></span>text-width</li>
|
225 |
+
<li><span class="glyphicon glyphicon-th"></span>th</li>
|
226 |
+
<li><span class="glyphicon glyphicon-th-large"></span>th-large</li>
|
227 |
+
<li><span class="glyphicon glyphicon-th-list"></span>th-list</li>
|
228 |
+
<li><span class="glyphicon glyphicon-thumbs-down"></span>thumbs-down</li>
|
229 |
+
<li><span class="glyphicon glyphicon-thumbs-up"></span>thumbs-up</li>
|
230 |
+
<li><span class="glyphicon glyphicon-time"></span>time</li>
|
231 |
+
<li><span class="glyphicon glyphicon-tint"></span>tint</li>
|
232 |
+
<li><span class="glyphicon glyphicon-tower"></span>tower</li>
|
233 |
+
<li><span class="glyphicon glyphicon-transfer"></span>transfer</li>
|
234 |
+
<li><span class="glyphicon glyphicon-trash"></span>trash</li>
|
235 |
+
<li><span class="glyphicon glyphicon-tree-conifer"></span>tree-conifer</li>
|
236 |
+
<li><span class="glyphicon glyphicon-tree-deciduous"></span>tree-deciduous</li>
|
237 |
+
<li><span class="glyphicon glyphicon-unchecked"></span>unchecked</li>
|
238 |
+
<li><span class="glyphicon glyphicon-upload"></span>upload</li>
|
239 |
+
<li><span class="glyphicon glyphicon-usd"></span>usd</li>
|
240 |
+
<li><span class="glyphicon glyphicon-user"></span>user</li>
|
241 |
+
<li><span class="glyphicon glyphicon-volume-down"></span>volume-down</li>
|
242 |
+
<li><span class="glyphicon glyphicon-volume-off"></span>volume-off</li>
|
243 |
+
<li><span class="glyphicon glyphicon-volume-up"></span>volume-up</li>
|
244 |
+
<li><span class="glyphicon glyphicon-warning-sign"></span>warning-sign</li>
|
245 |
+
<li><span class="glyphicon glyphicon-wrench"></span>wrench</li>
|
246 |
+
<li><span class="glyphicon glyphicon-zoom-in"></span>zoom-in</li>
|
247 |
+
<li><span class="glyphicon glyphicon-zoom-out"></span>zoom-out</li>
|
248 |
+
</ul>
|
249 |
+
</div>
|
250 |
+
</body>
|
251 |
+
</html>
|
assets/js/plugins/icons.js
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_icons', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_icons':
|
8 |
+
var c = cm.createButton('dws_icons', {
|
9 |
+
title : 'Icons',
|
10 |
+
onclick : function() {
|
11 |
+
tb_show('Select icons', '../wp-content/plugins/bootstrap-shortcodes/assets/js/plugins/icons.html?TB_iframe=1');
|
12 |
+
}
|
13 |
+
});
|
14 |
+
|
15 |
+
|
16 |
+
// Return the new splitbutton instance
|
17 |
+
return c;
|
18 |
+
|
19 |
+
}
|
20 |
+
return null;
|
21 |
+
}
|
22 |
+
});
|
23 |
+
tinymce.PluginManager.add('dws_icons', tinymce.plugins.dws_icons);
|
24 |
+
})();
|
25 |
+
|
assets/js/plugins/labels.js
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
// JavaScript Document
|
2 |
+
(function() {
|
3 |
+
// Creates a new plugin class and a custom listbox
|
4 |
+
tinymce.create('tinymce.plugins.dws_labels', {
|
5 |
+
createControl: function(n, cm) {
|
6 |
+
switch (n) {
|
7 |
+
case 'dws_labels':
|
8 |
+
var c = cm.createSplitButton('dws_labels', {
|
9 |
+
title : 'Boxes & frames shortcodes',
|
10 |
+
onclick : function() {
|
11 |
+
}
|
12 |
+
});
|
13 |
+
|
14 |
+
c.onRenderMenu.add(function(c, m) {
|
15 |
+
// Boxes & frames
|
16 |
+
m.add({title : 'Labels & Badges', 'class' : 'mceMenuItemTitle'}).setDisabled(1);
|
17 |
+
m.add({title : 'Default', onclick : function() {
|
18 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[label]Default[/label]' );
|
19 |
+
}});
|
20 |
+
m.add({title : 'Success', onclick : function() {
|
21 |
+
tinyMCE.activeEditor.execCommand( 'mceInsertContent', false, '[label class="success"]Default[/label]' );
|
22 |
+
}});
|
23 |
+
});
|
24 |
+
|
25 |
+
// Return the new splitbutton instance
|
26 |
+
return c;
|
27 |
+
|
28 |
+
}
|
29 |
+
return null;
|
30 |
+
}
|
31 |
+
});
|
32 |
+
tinymce.PluginManager.add('dws_labels', tinymce.plugins.dws_labels);
|
33 |
+
})();
|
bootstrap-shortcodes.php
ADDED
@@ -0,0 +1,133 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
/*
|
3 |
+
Plugin Name: Bootstrap Shortcodes
|
4 |
+
Plugin URI: https://github.com/TheWebShop/bootstrap-shortcodes
|
5 |
+
Description: A simple shortcode generator. Add buttons, columns, toggles and alerts to your theme.
|
6 |
+
Version: 1.0.0
|
7 |
+
Author: Kevin Attfield
|
8 |
+
Author URI: https://github.com/Sinetheta
|
9 |
+
|
10 |
+
Forked from DW Shortcodes Bootstrap http://wordpress.org/plugins/dw-shortcodes-bootstrap/
|
11 |
+
*/
|
12 |
+
|
13 |
+
require_once('inc/dws_grid.php');
|
14 |
+
require_once('inc/dws_alert.php');
|
15 |
+
require_once('inc/dws_buttons.php');
|
16 |
+
require_once('inc/dws_collapse.php');
|
17 |
+
require_once('inc/dws_icons.php');
|
18 |
+
|
19 |
+
class DesignwallShortcodes{
|
20 |
+
|
21 |
+
function __construct()
|
22 |
+
{
|
23 |
+
//require_once('shortcodes.php');
|
24 |
+
add_action('init',array(&$this, 'init'));
|
25 |
+
add_action('admin_menu', array(&$this, 'dw_add_options_page'));
|
26 |
+
register_activation_hook(__FILE__, array(&$this, 'dwsc_add_defaults'));
|
27 |
+
add_action('admin_init', array(&$this, 'dwsc_init'));
|
28 |
+
}
|
29 |
+
|
30 |
+
function init(){
|
31 |
+
$options = get_option('dwsc_options');
|
32 |
+
if(!is_admin()){
|
33 |
+
if( isset($options['chk_default_options_css']) && $options['chk_default_options_css'] ){
|
34 |
+
wp_enqueue_style("dws_bootstrap", plugins_url('assets/css/bootstrap.css', __FILE__ ));
|
35 |
+
wp_enqueue_style("dws_shortcodes", plugins_url('assets/css/shortcodes.css', __FILE__ ));
|
36 |
+
}
|
37 |
+
if( isset($options['chk_default_options_js']) && $options['chk_default_options_js'] )
|
38 |
+
wp_enqueue_script('dws_bootstrap', plugins_url('assets/js/bootstrap.js', __FILE__ ),array('jquery'));
|
39 |
+
} else {
|
40 |
+
wp_enqueue_style("dws_admin_style", plugins_url('assets/css/admin.css', __FILE__ ));
|
41 |
+
}
|
42 |
+
|
43 |
+
if ( ! current_user_can('edit_posts') && ! current_user_can('edit_pages') ) {
|
44 |
+
return;
|
45 |
+
}
|
46 |
+
|
47 |
+
if ( get_user_option('rich_editing') == 'true' ) {
|
48 |
+
// wp_enqueue_style("dws_bootstrap", plugins_url('assets/css/bootstrap.css', __FILE__ ));
|
49 |
+
add_filter( 'mce_external_plugins', array(&$this, 'regplugins') );
|
50 |
+
add_filter( 'mce_buttons_3', array(&$this, 'regbtns') );
|
51 |
+
}
|
52 |
+
}
|
53 |
+
|
54 |
+
function regbtns($buttons)
|
55 |
+
{
|
56 |
+
array_push($buttons, 'dws_grid');
|
57 |
+
array_push($buttons, 'dws_collapse');
|
58 |
+
array_push($buttons, 'dws_buttons');
|
59 |
+
array_push($buttons, 'dws_alerts');
|
60 |
+
array_push($buttons, 'dws_icons');
|
61 |
+
return $buttons;
|
62 |
+
}
|
63 |
+
|
64 |
+
function regplugins($plgs)
|
65 |
+
{
|
66 |
+
|
67 |
+
$plgs['dws_grid'] = plugins_url('assets/js/plugins/grid.js', __FILE__ );
|
68 |
+
$plgs['dws_collapse'] = plugins_url('assets/js/plugins/collapse.js', __FILE__ );
|
69 |
+
$plgs['dws_buttons'] = plugins_url('assets/js/plugins/buttons.js', __FILE__ );
|
70 |
+
$plgs['dws_alerts'] = plugins_url('assets/js/plugins/alert.js', __FILE__ );
|
71 |
+
$plgs['dws_icons'] = plugins_url('assets/js/plugins/icons.js', __FILE__ );
|
72 |
+
return $plgs;
|
73 |
+
}
|
74 |
+
|
75 |
+
/* Add menu page. */
|
76 |
+
function dw_add_options_page() {
|
77 |
+
add_options_page(__('Bootstrap Shortcodes options','dwshortcodes'), __('Bootstrap Shortcode options','dwshortcodes'), 'manage_options', __FILE__, array(&$this, 'dw_render_form'));
|
78 |
+
}
|
79 |
+
|
80 |
+
/* Define default option settings. */
|
81 |
+
function dwsc_add_defaults() {
|
82 |
+
$arr = array(
|
83 |
+
"chk_default_options_css" => "1",
|
84 |
+
"chk_default_options_js" => "1"
|
85 |
+
);
|
86 |
+
update_option( 'dwsc_options', $arr );
|
87 |
+
}
|
88 |
+
|
89 |
+
/* Init plugin options to white list our options. */
|
90 |
+
function dwsc_init(){
|
91 |
+
|
92 |
+
register_setting( 'dwsc_plugin_options', 'dwsc_options' );
|
93 |
+
|
94 |
+
}
|
95 |
+
|
96 |
+
|
97 |
+
function dw_render_form(){
|
98 |
+
?>
|
99 |
+
<div class="wrap">
|
100 |
+
<div class="icon32" id="icon-options-general"><br></div>
|
101 |
+
<h2>Bootstrap Shortcodes Options</h2>
|
102 |
+
<form method="post" action="options.php">
|
103 |
+
<?php settings_fields('dwsc_plugin_options'); ?>
|
104 |
+
<?php $options = get_option('dwsc_options'); ?>
|
105 |
+
<table class="form-table">
|
106 |
+
|
107 |
+
<tr><td colspan="2"><div style="margin-top:10px;"></div></td></tr>
|
108 |
+
|
109 |
+
<tr valign="top" style="border-top:#dddddd 1px solid;">
|
110 |
+
<th scope="row">Twitter Bootstrap CSS</th>
|
111 |
+
<td>
|
112 |
+
<label><input name="dwsc_options[chk_default_options_css]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_css'])) { checked('1', $options['chk_default_options_css']); } ?> /> Load Twitter Bootstrap css file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap css on your template</span>
|
113 |
+
</td>
|
114 |
+
</tr>
|
115 |
+
<tr valign="top">
|
116 |
+
<th scope="row">Twitter Bootstrap JS</th>
|
117 |
+
<td>
|
118 |
+
<label><input name="dwsc_options[chk_default_options_js]" type="checkbox" value="1" <?php if (isset($options['chk_default_options_js'])) { checked('1', $options['chk_default_options_js']); } ?> /> Load Twitter Bootstrap javascript file</label><br /><span style="color:#666666;margin-left:2px;">Uncheck this if you already include Bootstrap javascript on your template</span>
|
119 |
+
</td>
|
120 |
+
</tr>
|
121 |
+
</table>
|
122 |
+
<p class="submit">
|
123 |
+
<input type="submit" class="button-primary" value="<?php _e('Save Changes') ?>" />
|
124 |
+
</p>
|
125 |
+
</form>
|
126 |
+
|
127 |
+
</div>
|
128 |
+
<?php
|
129 |
+
}
|
130 |
+
|
131 |
+
|
132 |
+
}
|
133 |
+
$dwcodes = new DesignwallShortcodes();
|
inc/dws_alert.php
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function dws_notice($params, $content = null){
|
4 |
+
extract(shortcode_atts(array(
|
5 |
+
'type' => 'unknown'
|
6 |
+
), $params));
|
7 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
8 |
+
$result = '<div class="alert alert-'.$type.' alert-dismissable">';
|
9 |
+
$result .= '<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>';
|
10 |
+
$result .= do_shortcode($content );
|
11 |
+
$result .= '</div>';
|
12 |
+
return force_balance_tags( $result );
|
13 |
+
}
|
14 |
+
add_shortcode('notification', 'dws_notice');
|
inc/dws_buttons.php
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function dws_buttons($params, $content = null){
|
4 |
+
extract(shortcode_atts(array(
|
5 |
+
'size' => 'default',
|
6 |
+
'type' => 'default',
|
7 |
+
'value' => 'button',
|
8 |
+
'href' => "#"
|
9 |
+
), $params));
|
10 |
+
|
11 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
12 |
+
$result = '<a class="btn btn-'.$size.' btn-'.$type.'" href="'.$href.'">'.$value.'</a>';
|
13 |
+
return force_balance_tags( $result );
|
14 |
+
}
|
15 |
+
add_shortcode('button', 'dws_buttons');
|
inc/dws_collapse.php
ADDED
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function dws_collapse($params, $content = null){
|
4 |
+
extract(shortcode_atts(array(
|
5 |
+
'id'=>''
|
6 |
+
), $params));
|
7 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
8 |
+
$result = '<div class="panel-group" id="'.$id.'">';
|
9 |
+
$result .= do_shortcode($content );
|
10 |
+
$result .= '</div>';
|
11 |
+
return force_balance_tags( $result );
|
12 |
+
}
|
13 |
+
add_shortcode('collapse', 'dws_collapse');
|
14 |
+
|
15 |
+
|
16 |
+
function dws_citem($params, $content = null){
|
17 |
+
extract(shortcode_atts(array(
|
18 |
+
'id'=>'',
|
19 |
+
'title'=>'Collapse title',
|
20 |
+
'parent' => ''
|
21 |
+
), $params));
|
22 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
23 |
+
$result = ' <div class="panel panel-default">';
|
24 |
+
$result .= ' <div class="panel-heading">';
|
25 |
+
$result .= ' <h4 class="panel-title">';
|
26 |
+
$result .= '<a class="accordion-toggle" data-toggle="collapse" data-parent="#'.$parent.'" href="#'.$id.'">';
|
27 |
+
$result .= $title;
|
28 |
+
$result .= '</a>';
|
29 |
+
$result .= '</h4>';
|
30 |
+
$result .= '</div>';
|
31 |
+
$result .= '<div id="'.$id.'" class="panel-collapse collapse">';
|
32 |
+
$result .= '<div class="panel-body">';
|
33 |
+
$result .= do_shortcode($content );
|
34 |
+
$result .= '</div>';
|
35 |
+
$result .= '</div>';
|
36 |
+
$result .= '</div>';
|
37 |
+
return force_balance_tags( $result );
|
38 |
+
}
|
39 |
+
add_shortcode('citem', 'dws_citem');
|
40 |
+
|
41 |
+
|
inc/dws_grid.php
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function dws_row($params, $content = null){
|
4 |
+
extract(shortcode_atts(array(
|
5 |
+
'class' => 'row'
|
6 |
+
), $params));
|
7 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
8 |
+
$result = '<div class="'.$class.'">';
|
9 |
+
$result .= do_shortcode($content );
|
10 |
+
$result .= '</div>';
|
11 |
+
return force_balance_tags( $result );
|
12 |
+
}
|
13 |
+
add_shortcode('row', 'dws_row');
|
14 |
+
|
15 |
+
function dws_span($params,$content=null){
|
16 |
+
extract(shortcode_atts(array(
|
17 |
+
'class' => 'col-xs-1'
|
18 |
+
), $params));
|
19 |
+
|
20 |
+
$result = '<div class="'.$class.'">';
|
21 |
+
$result .= do_shortcode($content );
|
22 |
+
$result .= '</div>';
|
23 |
+
return force_balance_tags( $result );
|
24 |
+
}
|
25 |
+
add_shortcode('col', 'dws_span');
|
inc/dws_icons.php
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?php
|
2 |
+
|
3 |
+
function dws_icons($params, $content = null){
|
4 |
+
extract(shortcode_atts(array(
|
5 |
+
'name' => 'default'
|
6 |
+
), $params));
|
7 |
+
|
8 |
+
$content = preg_replace('/<br class="nc".\/>/', '', $content);
|
9 |
+
$result = '<i class="'.$name.'"></i>';
|
10 |
+
return force_balance_tags( $result );
|
11 |
+
}
|
12 |
+
add_shortcode('icon', 'dws_icons');
|
readme.txt
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
=== Bootstrap Shortcodes ===
|
2 |
+
Contributors: sinetheta, Designwall Team
|
3 |
+
Tags: shortcode, shortcodes, bootstrap, buttons, grid, responsive, widget
|
4 |
+
Requires at least: 3.0
|
5 |
+
Tested up to: 3.6
|
6 |
+
Stable tag: 1.0
|
7 |
+
License: GNU General Public License v2.0
|
8 |
+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
+
|
10 |
+
Wordpress plugin to add shortcodes for Twitter Bootstrap 3.0
|
11 |
+
|
12 |
+
== Description ==
|
13 |
+
|
14 |
+
Bootstrap Shortcodes allow quick and easy implementation of Twitter Bootstrap components through the TinyMCE rich-editor.
|
15 |
+
|
16 |
+
Forked from DW Shortcodes Bootstrap http://wordpress.org/plugins/dw-shortcodes-bootstrap/
|
17 |
+
|
18 |
+
Please report issues [here](https://github.com/TheWebShop/bootstrap-shortcodes/issues).
|
19 |
+
|
20 |
+
== Installation ==
|
21 |
+
|
22 |
+
1. Unzip files.
|
23 |
+
2. Upload the folder into your plugins directory.
|
24 |
+
3. Activate the plugin.
|
25 |
+
4. Add new shortcodes to posts or pages.
|
26 |
+
|
27 |
+
== Changelog ==
|
28 |
+
|
29 |
+
= 1.0 =
|
30 |
+
* Upgraded from Bootstrap 2 to 3
|
31 |
+
|
32 |
+
== Screenshots ==
|
33 |
+
|
34 |
+
1. The rendered Bootstrap components as they would appear with a default Bootstrap 3 theme.
|
35 |
+
2. Custom buttons added to the TinyMCE visual editor for adding shortcodes to content.
|
36 |
+
3. The glyphicon selection tool for adding Bootstrap icons.
|
37 |
+
4. The grid maker tool to help create custom layouts.
|