Version Description
- 02/21/2018 =
- Update - Launching the Squirrly SEO Briefcase Labels
- Update - Changed New Meta Lengths for all articles
- Update - Added Briefcase Labels Filter in Editor Posts
Download this release
Release Info
Developer | cifi |
Plugin | SEO SQUIRRLY™ |
Version | 8.3.10 |
Comparing to | |
See all releases |
Code changes from version 8.3.08 to 8.3.10
- classes/Action.php +1 -1
- classes/DisplayController.php +1 -1
- classes/Tools.php +11 -1
- controllers/SerpChecker.php +4 -3
- core/BlockBriefcaseKeywords.php +114 -7
- core/config.xml +4 -0
- languages/squirrly-seo-de_DE.mo +0 -0
- languages/squirrly-seo-de_DE.po +651 -544
- languages/squirrly-seo-ro_RO.mo +0 -0
- languages/squirrly-seo-ro_RO.po +649 -542
- models/domain/Sq.php +74 -8
- readme.txt +283 -286
- squirrly.php +2 -2
- view/BlockBriefcaseKeywords.php +171 -18
- view/BlockSerpKeywords.php +113 -103
- view/BlockSettings.php +2 -2
- view/SerpChecker.php +3 -3
- view/css/blockkeywordresearch.css +294 -0
- view/css/blockkeywordresearch.min.css +1 -1
- view/css/blockresearch.css +3 -0
- view/css/blockresearch.min.css +1 -1
- view/css/blocksearch.css +54 -8
- view/css/blocksearch.min.css +1 -1
- view/css/global.css +22 -0
- view/css/global.min.css +1 -1
- view/css/serpchecker.css +121 -14037
- view/css/serpchecker.min.css +1 -1
- view/js/blockbriefcasekeywords.js +199 -14
- view/js/blockbriefcasekeywords.min.js +17 -10
- view/js/blocksettingsseo.js +1 -1
- view/js/frontmenu.js +0 -5
- view/js/frontmenu.min.js +21 -21
- view/js/serpchecker.js +0 -527
- view/js/serpchecker.min.js +11 -34
classes/Action.php
CHANGED
@@ -140,7 +140,7 @@ class SQ_Classes_Action extends SQ_Classes_FrontController {
|
|
140 |
}
|
141 |
|
142 |
/**
|
143 |
-
* Call the Squirrly
|
144 |
* @param string $module
|
145 |
* @param array $args
|
146 |
* @return json | string
|
140 |
}
|
141 |
|
142 |
/**
|
143 |
+
* Call the Squirrly Cloud Server
|
144 |
* @param string $module
|
145 |
* @param array $args
|
146 |
* @return json | string
|
classes/DisplayController.php
CHANGED
@@ -84,7 +84,7 @@ class SQ_Classes_DisplayController {
|
|
84 |
wp_enqueue_style($name, $css_uri, null, SQ_VERSION_ID, $params['media']);
|
85 |
}
|
86 |
|
87 |
-
if (isset($params['trigger']) && $params['trigger'] === true)
|
88 |
wp_print_styles(array($name));
|
89 |
}
|
90 |
}
|
84 |
wp_enqueue_style($name, $css_uri, null, SQ_VERSION_ID, $params['media']);
|
85 |
}
|
86 |
|
87 |
+
if(is_admin() || (isset($params['trigger']) && $params['trigger'] === true)){ //load CSS for admin or on triggered
|
88 |
wp_print_styles(array($name));
|
89 |
}
|
90 |
}
|
classes/Tools.php
CHANGED
@@ -202,6 +202,17 @@ class SQ_Classes_Tools extends SQ_Classes_FrontController {
|
|
202 |
'sq_dashboard' => 0,
|
203 |
'sq_analytics' => 0,
|
204 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
205 |
'socials' => array(
|
206 |
'fb_admins' => array(),
|
207 |
'fbconnectkey' => "",
|
@@ -219,7 +230,6 @@ class SQ_Classes_Tools extends SQ_Classes_FrontController {
|
|
219 |
'twitter_card_type' => "summary",
|
220 |
'plus_publisher' => ""
|
221 |
),
|
222 |
-
|
223 |
'codes' => array(
|
224 |
'google_wt' => "",
|
225 |
'google_analytics' => "",
|
202 |
'sq_dashboard' => 0,
|
203 |
'sq_analytics' => 0,
|
204 |
|
205 |
+
'sq_metas' => array(
|
206 |
+
'title_maxlength' => 75,
|
207 |
+
'description_maxlength' => 320,
|
208 |
+
'og_title_maxlength' => 75,
|
209 |
+
'og_description_maxlength' => 110,
|
210 |
+
'tw_title_maxlength' => 75,
|
211 |
+
'tw_description_maxlength' => 280,
|
212 |
+
'jsonld_title_maxlength' => 75,
|
213 |
+
'jsonld_description_maxlength' => 110,
|
214 |
+
),
|
215 |
+
|
216 |
'socials' => array(
|
217 |
'fb_admins' => array(),
|
218 |
'fbconnectkey' => "",
|
230 |
'twitter_card_type' => "summary",
|
231 |
'plus_publisher' => ""
|
232 |
),
|
|
|
233 |
'codes' => array(
|
234 |
'google_wt' => "",
|
235 |
'google_analytics' => "",
|
controllers/SerpChecker.php
CHANGED
@@ -21,10 +21,10 @@ class SQ_Controllers_SerpChecker extends SQ_Classes_FrontController {
|
|
21 |
if (isset($this->checkin->error)) {
|
22 |
SQ_Classes_Tools::saveOptions('sq_google_serp_active', 0);
|
23 |
SQ_Classes_ObjController::getClass('SQ_Classes_Error')->setError(sprintf(__('To get back to the Advanced Analytics and see rankings for all the keywords in Briefcase upgrade to %sBusiness Plan%s.'), '<a href="' . SQ_Classes_Tools::getBusinessLink() . '" target="_blank">', '</a>'), 'error');
|
24 |
-
}else{
|
25 |
if (isset($this->checkin->trial) && $this->checkin->trial) {
|
26 |
SQ_Classes_Tools::saveOptions('sq_google_serp_trial', 1);
|
27 |
-
}else{
|
28 |
SQ_Classes_Tools::saveOptions('sq_google_serp_trial', 0);
|
29 |
}
|
30 |
}
|
@@ -39,7 +39,8 @@ class SQ_Controllers_SerpChecker extends SQ_Classes_FrontController {
|
|
39 |
$this->_tabs['keywords'] = 'Top Keywords';
|
40 |
$this->_tab = SQ_Classes_Tools::getValue('tab', false);
|
41 |
|
42 |
-
|
|
|
43 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('serpchecker');
|
44 |
|
45 |
if ($this->_tab <> '') {
|
21 |
if (isset($this->checkin->error)) {
|
22 |
SQ_Classes_Tools::saveOptions('sq_google_serp_active', 0);
|
23 |
SQ_Classes_ObjController::getClass('SQ_Classes_Error')->setError(sprintf(__('To get back to the Advanced Analytics and see rankings for all the keywords in Briefcase upgrade to %sBusiness Plan%s.'), '<a href="' . SQ_Classes_Tools::getBusinessLink() . '" target="_blank">', '</a>'), 'error');
|
24 |
+
} else {
|
25 |
if (isset($this->checkin->trial) && $this->checkin->trial) {
|
26 |
SQ_Classes_Tools::saveOptions('sq_google_serp_trial', 1);
|
27 |
+
} else {
|
28 |
SQ_Classes_Tools::saveOptions('sq_google_serp_trial', 0);
|
29 |
}
|
30 |
}
|
39 |
$this->_tabs['keywords'] = 'Top Keywords';
|
40 |
$this->_tab = SQ_Classes_Tools::getValue('tab', false);
|
41 |
|
42 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('//storage.googleapis.com/squirrly/wp480/js/bootstrap.min.js');
|
43 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('//storage.googleapis.com/squirrly/wp480/css/bootstrap.min.css');
|
44 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('serpchecker');
|
45 |
|
46 |
if ($this->_tab <> '') {
|
core/BlockBriefcaseKeywords.php
CHANGED
@@ -7,6 +7,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
7 |
|
8 |
public $tabs;
|
9 |
public $keywords = array();
|
|
|
10 |
public $index;
|
11 |
public $error;
|
12 |
/** @var SQ_Models_SerpCheckerTable */
|
@@ -19,7 +20,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
19 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
20 |
|
21 |
//Not yet available
|
22 |
-
if(SQ_Classes_Tools::getOption('sq_google_serp_active') == 0) {
|
23 |
$this->checkin = json_decode(SQ_Classes_Action::apiCall('sq/rank-checker/checkin'));
|
24 |
if (isset($this->checkin->active) && $this->checkin->active) {
|
25 |
if (isset($this->checkin->trial) && $this->checkin->trial) {
|
@@ -38,11 +39,15 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
38 |
$per_page = $this->listTable->get_items_per_page('edit_post_per_page');
|
39 |
$paged = (int)SQ_Classes_Tools::getValue('paged', 1);
|
40 |
$search = (string)SQ_Classes_Tools::getValue('skeyword', '');
|
|
|
41 |
|
42 |
$args = array();
|
43 |
$args['json'] = true;
|
44 |
$args['paged'] = $paged;
|
45 |
$args['search'] = $search;
|
|
|
|
|
|
|
46 |
$args['per_page'] = $per_page;
|
47 |
$json = json_decode(SQ_Classes_Action::apiCall('sq/briefcase/get', $args));
|
48 |
|
@@ -54,11 +59,16 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
54 |
));
|
55 |
|
56 |
$this->index = (($paged - 1) * $per_page);
|
|
|
57 |
$this->keywords = $json->keywords;
|
58 |
} else {
|
59 |
$this->error = __('No keyword found in the briefcase.', _SQ_PLUGIN_NAME_);
|
60 |
}
|
61 |
|
|
|
|
|
|
|
|
|
62 |
SQ_Classes_ObjController::getClass('SQ_Classes_Error')->hookNotices();
|
63 |
|
64 |
return parent::init();
|
@@ -76,16 +86,25 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
76 |
switch (SQ_Classes_Tools::getValue('action')) {
|
77 |
case 'sq_briefcase_addkeyword':
|
78 |
if (!current_user_can('edit_posts')) {
|
79 |
-
echo json_encode(array('error' => __("You don't have enough pemission to
|
80 |
exit();
|
81 |
}
|
82 |
|
83 |
$keyword = (string)SQ_Classes_Tools::getValue('keyword', '');
|
|
|
84 |
|
85 |
if ($keyword <> '') {
|
86 |
$args = array();
|
87 |
$args['keyword'] = $keyword;
|
88 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
|
90 |
echo json_encode(array('saved' => __('Saved!', _SQ_PLUGIN_NAME_)));
|
91 |
} else {
|
@@ -94,7 +113,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
94 |
break;
|
95 |
case 'sq_briefcase_deletekeyword':
|
96 |
if (!current_user_can('edit_posts')) {
|
97 |
-
echo json_encode(array('error' => __("You don't have enough pemission to
|
98 |
exit();
|
99 |
}
|
100 |
|
@@ -112,7 +131,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
112 |
break;
|
113 |
case 'sq_briefcase_doresearch':
|
114 |
if (!current_user_can('edit_posts')) {
|
115 |
-
echo json_encode(array('error' => __("You don't have enough pemission to
|
116 |
exit();
|
117 |
}
|
118 |
|
@@ -135,7 +154,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
135 |
case 'sq_briefcase_article':
|
136 |
|
137 |
if (!current_user_can('edit_posts')) {
|
138 |
-
echo json_encode(array('error' => __("You don't have enough pemission to
|
139 |
exit();
|
140 |
}
|
141 |
|
@@ -168,7 +187,7 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
168 |
<td align="right">' . (int)$article->optimized . '%' . '</td>
|
169 |
<td align="center">
|
170 |
<button class="btn btn-default sq_research_selectit" onclick="location.href = \'' . admin_url('post.php?post=' . $post->ID . '&action=edit') . '\'">' . __('Edit', _SQ_PLUGIN_NAME_) . '</button>
|
171 |
-
' . sprintf('<button class="btn btn-default sq_rank_refresh" data-id="' . $post->ID . '" data-keyword="' . htmlspecialchars($keyword) . '">%s</button>', __('
|
172 |
</td>
|
173 |
</tr>';
|
174 |
} else {
|
@@ -200,6 +219,94 @@ class SQ_Core_BlockBriefcaseKeywords extends SQ_Classes_BlockController {
|
|
200 |
echo json_encode(array('error' => __('Invalid Keyword!', _SQ_PLUGIN_NAME_)));
|
201 |
}
|
202 |
break;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
203 |
}
|
204 |
|
205 |
exit();
|
7 |
|
8 |
public $tabs;
|
9 |
public $keywords = array();
|
10 |
+
public $labels = array();
|
11 |
public $index;
|
12 |
public $error;
|
13 |
/** @var SQ_Models_SerpCheckerTable */
|
20 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
21 |
|
22 |
//Not yet available
|
23 |
+
if (SQ_Classes_Tools::getOption('sq_google_serp_active') == 0) {
|
24 |
$this->checkin = json_decode(SQ_Classes_Action::apiCall('sq/rank-checker/checkin'));
|
25 |
if (isset($this->checkin->active) && $this->checkin->active) {
|
26 |
if (isset($this->checkin->trial) && $this->checkin->trial) {
|
39 |
$per_page = $this->listTable->get_items_per_page('edit_post_per_page');
|
40 |
$paged = (int)SQ_Classes_Tools::getValue('paged', 1);
|
41 |
$search = (string)SQ_Classes_Tools::getValue('skeyword', '');
|
42 |
+
$labels = SQ_Classes_Tools::getValue('slabel', array());
|
43 |
|
44 |
$args = array();
|
45 |
$args['json'] = true;
|
46 |
$args['paged'] = $paged;
|
47 |
$args['search'] = $search;
|
48 |
+
if(!empty($labels)) {
|
49 |
+
$args['label'] = join(',', $labels);
|
50 |
+
}
|
51 |
$args['per_page'] = $per_page;
|
52 |
$json = json_decode(SQ_Classes_Action::apiCall('sq/briefcase/get', $args));
|
53 |
|
59 |
));
|
60 |
|
61 |
$this->index = (($paged - 1) * $per_page);
|
62 |
+
$this->labels = $json->labels;
|
63 |
$this->keywords = $json->keywords;
|
64 |
} else {
|
65 |
$this->error = __('No keyword found in the briefcase.', _SQ_PLUGIN_NAME_);
|
66 |
}
|
67 |
|
68 |
+
wp_enqueue_style('wp-color-picker');
|
69 |
+
wp_enqueue_script('wp-color-picker');
|
70 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('//storage.googleapis.com/squirrly/wp480/js/bootstrap.min.js');
|
71 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('//storage.googleapis.com/squirrly/wp480/css/bootstrap.min.css');
|
72 |
SQ_Classes_ObjController::getClass('SQ_Classes_Error')->hookNotices();
|
73 |
|
74 |
return parent::init();
|
86 |
switch (SQ_Classes_Tools::getValue('action')) {
|
87 |
case 'sq_briefcase_addkeyword':
|
88 |
if (!current_user_can('edit_posts')) {
|
89 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
90 |
exit();
|
91 |
}
|
92 |
|
93 |
$keyword = (string)SQ_Classes_Tools::getValue('keyword', '');
|
94 |
+
$labels = SQ_Classes_Tools::getValue('labels', array());
|
95 |
|
96 |
if ($keyword <> '') {
|
97 |
$args = array();
|
98 |
$args['keyword'] = $keyword;
|
99 |
+
if (!empty($labels)) {
|
100 |
+
foreach ($labels as $label) {
|
101 |
+
$args['label'] = $label;
|
102 |
+
SQ_Classes_Action::apiCall('sq/briefcase/add', $args);
|
103 |
+
}
|
104 |
+
} else {
|
105 |
+
SQ_Classes_Action::apiCall('sq/briefcase/add', $args);
|
106 |
+
|
107 |
+
}
|
108 |
|
109 |
echo json_encode(array('saved' => __('Saved!', _SQ_PLUGIN_NAME_)));
|
110 |
} else {
|
113 |
break;
|
114 |
case 'sq_briefcase_deletekeyword':
|
115 |
if (!current_user_can('edit_posts')) {
|
116 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
117 |
exit();
|
118 |
}
|
119 |
|
131 |
break;
|
132 |
case 'sq_briefcase_doresearch':
|
133 |
if (!current_user_can('edit_posts')) {
|
134 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
135 |
exit();
|
136 |
}
|
137 |
|
154 |
case 'sq_briefcase_article':
|
155 |
|
156 |
if (!current_user_can('edit_posts')) {
|
157 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
158 |
exit();
|
159 |
}
|
160 |
|
187 |
<td align="right">' . (int)$article->optimized . '%' . '</td>
|
188 |
<td align="center">
|
189 |
<button class="btn btn-default sq_research_selectit" onclick="location.href = \'' . admin_url('post.php?post=' . $post->ID . '&action=edit') . '\'">' . __('Edit', _SQ_PLUGIN_NAME_) . '</button>
|
190 |
+
' . sprintf('<button class="btn btn-default sq_rank_refresh" data-id="' . $post->ID . '" data-keyword="' . htmlspecialchars($keyword) . '">%s</button>', __('Get Rank', _SQ_PLUGIN_NAME_)) . '
|
191 |
</td>
|
192 |
</tr>';
|
193 |
} else {
|
219 |
echo json_encode(array('error' => __('Invalid Keyword!', _SQ_PLUGIN_NAME_)));
|
220 |
}
|
221 |
break;
|
222 |
+
|
223 |
+
/*****************************/
|
224 |
+
|
225 |
+
case 'sq_briefcase_addlabel':
|
226 |
+
if (!current_user_can('edit_posts')) {
|
227 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
228 |
+
exit();
|
229 |
+
}
|
230 |
+
|
231 |
+
$name = (string)SQ_Classes_Tools::getValue('name', 0);
|
232 |
+
$color = (string)SQ_Classes_Tools::getValue('color', '#ffffff');
|
233 |
+
|
234 |
+
if ($name <> '' && $color <> '') {
|
235 |
+
$args = array();
|
236 |
+
$args['name'] = $name;
|
237 |
+
$args['color'] = $color;
|
238 |
+
SQ_Classes_Action::apiCall('sq/briefcase/add-label', $args);
|
239 |
+
|
240 |
+
echo json_encode(array('saved' => __('Saved!', _SQ_PLUGIN_NAME_)));
|
241 |
+
} else {
|
242 |
+
echo json_encode(array('error' => __('Invalid Label or Color!', _SQ_PLUGIN_NAME_)));
|
243 |
+
}
|
244 |
+
break;
|
245 |
+
case 'sq_briefcase_editlabel':
|
246 |
+
if (!current_user_can('edit_posts')) {
|
247 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
248 |
+
exit();
|
249 |
+
}
|
250 |
+
|
251 |
+
$id = (string)SQ_Classes_Tools::getValue('id', 0);
|
252 |
+
$name = (string)SQ_Classes_Tools::getValue('name', 0);
|
253 |
+
$color = (string)SQ_Classes_Tools::getValue('color', '#ffffff');
|
254 |
+
|
255 |
+
if ((int)$id > 0 && $name <> '' && $color <> '') {
|
256 |
+
$args = array();
|
257 |
+
$args['id'] = $id;
|
258 |
+
$args['name'] = $name;
|
259 |
+
$args['color'] = $color;
|
260 |
+
SQ_Classes_Action::apiCall('sq/briefcase/edit-label', $args);
|
261 |
+
|
262 |
+
echo json_encode(array('saved' => __('Saved!', _SQ_PLUGIN_NAME_)));
|
263 |
+
} else {
|
264 |
+
echo json_encode(array('error' => __('Invalid params!', _SQ_PLUGIN_NAME_)));
|
265 |
+
}
|
266 |
+
break;
|
267 |
+
case 'sq_briefcase_deletelabel':
|
268 |
+
if (!current_user_can('edit_posts')) {
|
269 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
270 |
+
exit();
|
271 |
+
}
|
272 |
+
|
273 |
+
$id = (int)SQ_Classes_Tools::getValue('id', 0);
|
274 |
+
|
275 |
+
if ($id > 0) {
|
276 |
+
//set ignore on API
|
277 |
+
$args = array();
|
278 |
+
$args['id'] = $id;
|
279 |
+
SQ_Classes_Action::apiCall('sq/briefcase/delete-label', $args);
|
280 |
+
echo json_encode(array('deleted' => __('Deleted!', _SQ_PLUGIN_NAME_)));
|
281 |
+
} else {
|
282 |
+
echo json_encode(array('error' => __('Invalid params!', _SQ_PLUGIN_NAME_)));
|
283 |
+
}
|
284 |
+
break;
|
285 |
+
case 'sq_briefcase_keywordlabel':
|
286 |
+
if (!current_user_can('edit_posts')) {
|
287 |
+
echo json_encode(array('error' => __("You don't have enough pemission to manage this feature", _SQ_PLUGIN_NAME_)));
|
288 |
+
exit();
|
289 |
+
}
|
290 |
+
|
291 |
+
$keyword_id = SQ_Classes_Tools::getValue('keyword_id', 0);
|
292 |
+
$labels = SQ_Classes_Tools::getValue('labels', array());
|
293 |
+
|
294 |
+
if ((int)$keyword_id > 0) {
|
295 |
+
$args = array();
|
296 |
+
$args['id'] = $keyword_id;
|
297 |
+
if(is_array($labels) && !empty($labels)) {
|
298 |
+
$args['labels'] = join(',', $labels);
|
299 |
+
SQ_Classes_Action::apiCall('sq/briefcase/add-briefcase-labels', $args);
|
300 |
+
}else{
|
301 |
+
SQ_Classes_Action::apiCall('sq/briefcase/delete-briefcase-labels', $args);
|
302 |
+
|
303 |
+
}
|
304 |
+
echo json_encode(array('saved' => __('Saved!', _SQ_PLUGIN_NAME_)));
|
305 |
+
} else {
|
306 |
+
echo json_encode(array('error' => __('Invalid Keyword!', _SQ_PLUGIN_NAME_)));
|
307 |
+
}
|
308 |
+
break;
|
309 |
+
|
310 |
}
|
311 |
|
312 |
exit();
|
core/config.xml
CHANGED
@@ -208,9 +208,13 @@
|
|
208 |
<description>Squirrly Briefcase</description>
|
209 |
<actions>
|
210 |
<action>sq_briefcase_addkeyword</action>
|
|
|
|
|
|
|
211 |
<action>sq_briefcase_article</action>
|
212 |
<action>sq_briefcase_doresearch</action>
|
213 |
<action>sq_briefcase_deletekeyword</action>
|
|
|
214 |
</actions>
|
215 |
<active>1</active>
|
216 |
<admin>1</admin>
|
208 |
<description>Squirrly Briefcase</description>
|
209 |
<actions>
|
210 |
<action>sq_briefcase_addkeyword</action>
|
211 |
+
<action>sq_briefcase_addlabel</action>
|
212 |
+
<action>sq_briefcase_editlabel</action>
|
213 |
+
<action>sq_briefcase_keywordlabel</action>
|
214 |
<action>sq_briefcase_article</action>
|
215 |
<action>sq_briefcase_doresearch</action>
|
216 |
<action>sq_briefcase_deletekeyword</action>
|
217 |
+
<action>sq_briefcase_deletelabel</action>
|
218 |
</actions>
|
219 |
<active>1</active>
|
220 |
<admin>1</admin>
|
languages/squirrly-seo-de_DE.mo
CHANGED
Binary file
|
languages/squirrly-seo-de_DE.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Squirrly SEO Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Squirrly <contact@squirrly.co>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
@@ -19,6 +19,12 @@ msgstr ""
|
|
19 |
"X-Generator: Poedit 1.8.2\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
# @ squirrly-seo
|
23 |
#: classes/Error.php:16
|
24 |
msgid ""
|
@@ -51,94 +57,94 @@ msgstr "Die PHP-Version muß größer als 4.0 sein"
|
|
51 |
msgid "Don't bother me!"
|
52 |
msgstr ""
|
53 |
|
54 |
-
#: classes/Tools.php:
|
55 |
msgid "Getting started"
|
56 |
msgstr ""
|
57 |
|
58 |
-
#: classes/Tools.php:
|
59 |
msgid "Format"
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: classes/Tools.php:
|
63 |
msgid "Category"
|
64 |
msgstr ""
|
65 |
|
66 |
-
#: classes/Tools.php:
|
67 |
msgid "Tag"
|
68 |
msgstr ""
|
69 |
|
70 |
-
#: classes/Tools.php:
|
71 |
msgid "Shipping Option"
|
72 |
msgstr ""
|
73 |
|
74 |
-
#: classes/Tools.php:
|
75 |
msgid "Author at"
|
76 |
msgstr ""
|
77 |
|
78 |
-
#: classes/Tools.php:
|
79 |
msgid "You searched for"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: classes/Tools.php:
|
83 |
msgid "Page not found"
|
84 |
msgstr ""
|
85 |
|
86 |
# @ squirrly-seo
|
87 |
-
#: classes/Tools.php:
|
88 |
msgid "Fix it for me!"
|
89 |
msgstr "Beheben Sie es für mich!"
|
90 |
|
91 |
-
#: classes/Tools.php:
|
92 |
msgid "Activate the Squirrly SEO for your blog (recommended)"
|
93 |
msgstr ""
|
94 |
|
95 |
-
#: classes/Tools.php:
|
96 |
msgid ""
|
97 |
"You have META Title Duplicates. Disable the Squirrly Title Optimization or "
|
98 |
"disable the other SEO Plugins"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: classes/Tools.php:
|
102 |
msgid ""
|
103 |
"You have META Description Duplicates. Disable the Squirrly Description "
|
104 |
"Optimization or disable the other SEO Plugins"
|
105 |
msgstr ""
|
106 |
|
107 |
-
#: classes/Tools.php:
|
108 |
msgid ""
|
109 |
"You have Open Graph META Duplicates. Disable the Squirrly SEO Open Graph or "
|
110 |
"disable the other SEO Plugins"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: classes/Tools.php:
|
114 |
msgid ""
|
115 |
"You have Twitter Card META Duplicates. Disable the Squirrly SEO Twitter Card "
|
116 |
"or disable the other SEO Plugins"
|
117 |
msgstr ""
|
118 |
|
119 |
# @ squirrly-seo
|
120 |
-
#: classes/Tools.php:
|
121 |
msgid "You're blocking google from indexing your site!"
|
122 |
msgstr "Sie blockieren Google zum Indizieren Ihrer Website!"
|
123 |
|
124 |
-
#: classes/Tools.php:
|
125 |
msgid ""
|
126 |
"It is highly recommended that you include the %postname% variable in the "
|
127 |
"permalink structure. <br />Go to Settings > Permalinks and add /%postname%/ "
|
128 |
"in Custom Structure"
|
129 |
msgstr ""
|
130 |
|
131 |
-
#: classes/Tools.php:
|
132 |
msgid ""
|
133 |
"It is highly recommended to change or remove the default Wordpress Tagline. "
|
134 |
"<br />Go to Settings > General > Tagline"
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: classes/Tools.php:
|
138 |
msgid "Great! We didn't find any issue in your site."
|
139 |
msgstr ""
|
140 |
|
141 |
-
#: classes/Tools.php:
|
142 |
msgid "Just another WordPress site"
|
143 |
msgstr ""
|
144 |
|
@@ -244,161 +250,168 @@ msgstr ""
|
|
244 |
msgid "You don't have enough pemission to edit this article"
|
245 |
msgstr ""
|
246 |
|
247 |
-
#: controllers/Menu.php:
|
248 |
#, php-format
|
249 |
msgid ""
|
250 |
"Good news, %s is integrated in Squirrly SEO now and you don't have to run 2 "
|
251 |
"plugins anymore"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: controllers/Menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
255 |
msgid "See Your Rank on Google"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: controllers/Menu.php:
|
259 |
msgid "Custom SEO"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: controllers/Menu.php:
|
263 |
#, php-format
|
264 |
msgid "Check out the Squirrly Analytics section. %sClick here%s"
|
265 |
msgstr ""
|
266 |
|
267 |
-
#: controllers/Menu.php:
|
268 |
msgid "Squirrly Analytics"
|
269 |
msgstr ""
|
270 |
|
271 |
-
#: controllers/Menu.php:
|
272 |
#, php-format
|
273 |
msgid "Go back and complete the Squirrly Tasks for today %sContinue%s"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: controllers/Menu.php:
|
277 |
msgid " Dashboard"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: controllers/Menu.php:
|
281 |
msgid "First Step"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: controllers/Menu.php:
|
285 |
msgid "Dashboard"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: controllers/Menu.php:
|
289 |
msgid " Advanced Analytics (Business Level)"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: controllers/Menu.php:
|
293 |
msgid "Advanced Analytics"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: controllers/Menu.php:
|
297 |
msgid " Performance Analytics"
|
298 |
msgstr ""
|
299 |
|
300 |
-
#: controllers/Menu.php:
|
301 |
msgid "Performance <br />Analytics"
|
302 |
msgstr ""
|
303 |
|
304 |
-
#: controllers/Menu.php:
|
305 |
msgid " Keyword Research"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: controllers/Menu.php:
|
309 |
msgid "Keyword Research"
|
310 |
msgstr ""
|
311 |
|
312 |
-
#: controllers/Menu.php:
|
313 |
msgid " Briefcase"
|
314 |
msgstr ""
|
315 |
|
316 |
-
#: controllers/Menu.php:
|
317 |
msgid "Briefcase"
|
318 |
msgstr ""
|
319 |
|
320 |
-
#: controllers/Menu.php:
|
321 |
msgid " Live Assistant"
|
322 |
msgstr ""
|
323 |
|
324 |
-
#: controllers/Menu.php:
|
325 |
msgid "Live Assistant"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: controllers/Menu.php:
|
329 |
msgid " Copywriting"
|
330 |
msgstr ""
|
331 |
|
332 |
-
#: controllers/Menu.php:
|
333 |
msgid "Copywriting"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: controllers/Menu.php:
|
337 |
msgid " SEO Audit"
|
338 |
msgstr ""
|
339 |
|
340 |
-
#: controllers/Menu.php:
|
341 |
msgid "Site Audit"
|
342 |
msgstr ""
|
343 |
|
344 |
-
#: controllers/Menu.php:
|
345 |
msgid " SEO Settings"
|
346 |
msgstr ""
|
347 |
|
348 |
-
#: controllers/Menu.php:
|
349 |
msgid "SEO Settings"
|
350 |
msgstr ""
|
351 |
|
352 |
-
#: controllers/Menu.php:
|
353 |
msgid " Advanced Settings"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: controllers/Menu.php:
|
357 |
msgid "Advanced Settings"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: controllers/Menu.php:
|
361 |
msgid " SEO Patterns"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: controllers/Menu.php:
|
365 |
msgid "Patterns"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: controllers/Menu.php:
|
369 |
msgid " Account Info"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: controllers/Menu.php:
|
373 |
msgid "Account Info"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: controllers/Menu.php:
|
377 |
msgid " Support"
|
378 |
msgstr ""
|
379 |
|
380 |
# @ squirrly-seo
|
381 |
-
#: controllers/Menu.php:
|
382 |
msgid "Support"
|
383 |
msgstr "Support"
|
384 |
|
385 |
-
#: controllers/Menu.php:
|
386 |
msgid "Become an Affiliate with "
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: controllers/Menu.php:
|
390 |
msgid "Become an Affiliate"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: controllers/Menu.php:
|
394 |
msgid "Import SEO "
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: controllers/Menu.php:
|
398 |
msgid "Import SEO"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: controllers/Menu.php:
|
402 |
msgid "SEO Snippet"
|
403 |
msgstr ""
|
404 |
|
@@ -418,17 +431,16 @@ msgstr ""
|
|
418 |
msgid "SEO Analytics, by Squirrly"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: controllers/PostsList.php:144 controllers/SerpChecker.php:
|
422 |
-
#:
|
423 |
-
#: view/Blockseo.php:10
|
424 |
msgid "Update"
|
425 |
msgstr ""
|
426 |
|
427 |
-
#: controllers/PostsList.php:148 controllers/SerpChecker.php:
|
428 |
msgid "Not Public"
|
429 |
msgstr ""
|
430 |
|
431 |
-
#: controllers/PostsList.php:149 controllers/SerpChecker.php:
|
432 |
msgid "Could not process"
|
433 |
msgstr ""
|
434 |
|
@@ -454,25 +466,23 @@ msgid ""
|
|
454 |
"in Briefcase upgrade to %sBusiness Plan%s."
|
455 |
msgstr ""
|
456 |
|
457 |
-
#: controllers/SerpChecker.php:
|
458 |
-
#: controllers/SerpChecker.php:
|
459 |
-
#: core/BlockBriefcaseKeywords.php:98 core/BlockBriefcaseKeywords.php:116
|
460 |
-
#: core/BlockBriefcaseKeywords.php:140 core/BlockSerpKeywords.php:66
|
461 |
#: core/BlockSerpKeywords.php:74 core/BlockSerpKeywords.php:97
|
462 |
-
#: core/BlockSettingsSeo.php:
|
463 |
msgid "You don't have enough pemission to activate this feature"
|
464 |
msgstr ""
|
465 |
|
466 |
-
#: controllers/SerpChecker.php:
|
467 |
-
#: core/BlockBriefcaseKeywords.php:
|
468 |
msgid "Last checked"
|
469 |
msgstr ""
|
470 |
|
471 |
-
#: controllers/SerpChecker.php:
|
472 |
msgid "Invalid Request"
|
473 |
msgstr ""
|
474 |
|
475 |
-
#: controllers/SerpChecker.php:
|
476 |
msgid "Removed successfully! The ranks were updated from Squirry Server"
|
477 |
msgstr ""
|
478 |
|
@@ -485,82 +495,99 @@ msgstr ""
|
|
485 |
msgid "An error occured. Mabe a network error :("
|
486 |
msgstr ""
|
487 |
|
488 |
-
#: core/BlockBriefcaseKeywords.php:
|
489 |
#, php-format
|
490 |
msgid ""
|
491 |
"%sYou activated the Business Plan with Advanced Analytics. %sStart Here%s %s"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: core/BlockBriefcaseKeywords.php:
|
495 |
#, php-format
|
496 |
msgid ""
|
497 |
"%sStart a FREE Trial of the Business Plan with Advanced Analytics for 7 "
|
498 |
"days. No credit card required. %sSee details%s %s"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: core/BlockBriefcaseKeywords.php:
|
502 |
msgid "No keyword found in the briefcase."
|
503 |
msgstr ""
|
504 |
|
505 |
-
#: core/BlockBriefcaseKeywords.php:
|
506 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
507 |
msgid "Saved!"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: core/BlockBriefcaseKeywords.php:
|
511 |
-
#: core/BlockBriefcaseKeywords.php:
|
512 |
msgid "Invalid Keyword!"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: core/BlockBriefcaseKeywords.php:
|
516 |
msgid "Deleted!"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: core/BlockBriefcaseKeywords.php:
|
|
|
520 |
msgid "Invalid params!"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: core/BlockBriefcaseKeywords.php:
|
524 |
msgid "Keyword Research limit exceeded."
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: core/BlockBriefcaseKeywords.php:
|
528 |
msgid "Add 20 Keyword Researches"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: core/BlockBriefcaseKeywords.php:
|
532 |
msgid "Check Ranks"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: core/BlockBriefcaseKeywords.php:
|
536 |
#: models/SerpCheckerTable.php:565
|
537 |
msgid "Edit"
|
538 |
msgstr ""
|
539 |
|
540 |
-
#: core/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
541 |
msgid "Deleted Post"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: core/BlockBriefcaseKeywords.php:
|
545 |
msgid "Article title"
|
546 |
msgstr ""
|
547 |
|
548 |
-
#: core/BlockBriefcaseKeywords.php:
|
549 |
msgid "Google Rank"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: core/BlockBriefcaseKeywords.php:
|
553 |
msgid "Optimized"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: core/BlockBriefcaseKeywords.php:
|
557 |
msgid "Option"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: core/BlockBriefcaseKeywords.php:
|
561 |
msgid "There are no articles found"
|
562 |
msgstr ""
|
563 |
|
|
|
|
|
|
|
|
|
564 |
#: core/BlockImport.php:32
|
565 |
msgid "All the Plugin settings were imported successfuly!"
|
566 |
msgstr ""
|
@@ -600,32 +627,32 @@ msgstr ""
|
|
600 |
msgid "You can now import into Squirrly SEO all the SEO Settings from %s"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: core/BlockSettingsSeo.php:
|
604 |
msgid "Too short"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: core/BlockSettingsSeo.php:
|
608 |
msgid "Too long"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: core/BlockSettingsSeo.php:
|
612 |
msgid "Great! The backup is restored."
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: core/BlockSettingsSeo.php:
|
616 |
-
#: core/BlockSettingsSeo.php:
|
617 |
msgid "Error! The backup is not valid."
|
618 |
msgstr ""
|
619 |
|
620 |
-
#: core/BlockSettingsSeo.php:
|
621 |
msgid "Error! You have to enter a previous saved backup file."
|
622 |
msgstr ""
|
623 |
|
624 |
-
#: core/BlockSettingsSeo.php:
|
625 |
msgid "Great! The SEO backup is restored."
|
626 |
msgstr ""
|
627 |
|
628 |
-
#: core/BlockSettingsSeo.php:
|
629 |
msgid "Great! Squirrly Data Settings is up to date now."
|
630 |
msgstr ""
|
631 |
|
@@ -921,7 +948,7 @@ msgstr ""
|
|
921 |
msgid "Add Keyword to Briefcase"
|
922 |
msgstr ""
|
923 |
|
924 |
-
#: core/Loading.php:87 view/BlockBriefcaseKeywords.php:
|
925 |
msgid "Use Keyword"
|
926 |
msgstr ""
|
927 |
|
@@ -935,7 +962,7 @@ msgid "Type"
|
|
935 |
msgstr ""
|
936 |
|
937 |
#: models/BlockPostsAnalytics.php:295 models/SerpCheckerTable.php:374
|
938 |
-
#: view/FrontMenu.php:
|
939 |
msgid "Author"
|
940 |
msgstr ""
|
941 |
|
@@ -1205,14 +1232,14 @@ msgstr ""
|
|
1205 |
msgid "The total number of inbound links to this post"
|
1206 |
msgstr ""
|
1207 |
|
1208 |
-
#: models/SerpCheckerTable.php:353 view/BlockPatterns.php:
|
1209 |
-
#: view/FrontMenu.php:
|
1210 |
msgid "Title"
|
1211 |
msgstr ""
|
1212 |
|
1213 |
-
#: models/SerpCheckerTable.php:356 view/BlockBriefcaseKeywords.php:
|
1214 |
-
#: view/BlockBriefcaseKeywords.php:
|
1215 |
-
#: view/BlockSerpKeywords.php:
|
1216 |
msgid "Keyword"
|
1217 |
msgstr ""
|
1218 |
|
@@ -1224,7 +1251,7 @@ msgstr ""
|
|
1224 |
msgid "Post Date"
|
1225 |
msgstr ""
|
1226 |
|
1227 |
-
#: models/SerpCheckerTable.php:399 view/BlockBriefcaseKeywords.php:
|
1228 |
msgid "Search Keyword"
|
1229 |
msgstr ""
|
1230 |
|
@@ -1275,11 +1302,11 @@ msgstr ""
|
|
1275 |
msgid "Not indexed"
|
1276 |
msgstr ""
|
1277 |
|
1278 |
-
#: models/domain/Patterns.php:
|
1279 |
msgid "Page"
|
1280 |
msgstr ""
|
1281 |
|
1282 |
-
#: models/domain/Patterns.php:
|
1283 |
msgid "of"
|
1284 |
msgstr ""
|
1285 |
|
@@ -1561,64 +1588,125 @@ msgid "Show All"
|
|
1561 |
msgstr ""
|
1562 |
|
1563 |
#: view/BlockBriefcaseKeywords.php:13
|
1564 |
-
msgid "Briefcase Keywords
|
|
|
|
|
|
|
|
|
1565 |
msgstr ""
|
1566 |
|
1567 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1568 |
msgid "Add new keyword"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
-
#: view/BlockBriefcaseKeywords.php:
|
1572 |
-
msgid "
|
1573 |
msgstr ""
|
1574 |
|
1575 |
-
#: view/BlockBriefcaseKeywords.php:
|
1576 |
-
msgid "
|
1577 |
msgstr ""
|
1578 |
|
1579 |
-
#: view/BlockBriefcaseKeywords.php:
|
1580 |
msgid "Enter a Keyword (2-4 words)"
|
1581 |
msgstr ""
|
1582 |
|
1583 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1584 |
msgid "Add Keyword"
|
1585 |
msgstr ""
|
1586 |
|
1587 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1588 |
msgid "Used"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
-
#: view/BlockBriefcaseKeywords.php:
|
1592 |
msgid "Data"
|
1593 |
msgstr ""
|
1594 |
|
1595 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1596 |
msgid "Competition"
|
1597 |
msgstr ""
|
1598 |
|
1599 |
-
#: view/BlockBriefcaseKeywords.php:
|
1600 |
-
#: view/BlockBriefcaseKeywords.php:
|
1601 |
msgid "-"
|
1602 |
msgstr ""
|
1603 |
|
1604 |
-
#: view/BlockBriefcaseKeywords.php:
|
1605 |
msgid "SEO Search Volume"
|
1606 |
msgstr ""
|
1607 |
|
1608 |
-
#: view/BlockBriefcaseKeywords.php:
|
1609 |
msgid "Recent discussions"
|
1610 |
msgstr ""
|
1611 |
|
1612 |
-
#: view/BlockBriefcaseKeywords.php:
|
1613 |
msgid "Trending"
|
1614 |
msgstr ""
|
1615 |
|
1616 |
# @ squirrly-seo
|
1617 |
-
#: view/BlockBriefcaseKeywords.php:
|
1618 |
msgid "Do a research"
|
1619 |
msgstr "Recherchieren"
|
1620 |
|
1621 |
-
#: view/BlockBriefcaseKeywords.php:
|
1622 |
msgid "Delete"
|
1623 |
msgstr ""
|
1624 |
|
@@ -1899,12 +1987,56 @@ msgid "Use Squirrly Live Assistant"
|
|
1899 |
msgstr ""
|
1900 |
|
1901 |
#: view/BlockPatterns.php:36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1902 |
msgid ""
|
1903 |
"Control how post types are displayed on your site and within search engine "
|
1904 |
"results and social media feeds."
|
1905 |
msgstr ""
|
1906 |
|
1907 |
-
#: view/BlockPatterns.php:
|
1908 |
msgid ""
|
1909 |
"In Squirrly, each post type in your site comes with a predefined posting "
|
1910 |
"pattern when displayed onto your website. However, based on your site's "
|
@@ -1912,13 +2044,13 @@ msgid ""
|
|
1912 |
"include."
|
1913 |
msgstr ""
|
1914 |
|
1915 |
-
#: view/BlockPatterns.php:
|
1916 |
msgid ""
|
1917 |
"Once you set up a pattern for a particular post type, only the content "
|
1918 |
"required by your custom sequence will be displayed."
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: view/BlockPatterns.php:
|
1922 |
#, php-format
|
1923 |
msgid ""
|
1924 |
"Squirrly lets you see how the customized patterns will apply when posts/"
|
@@ -1928,97 +2060,57 @@ msgid ""
|
|
1928 |
"information."
|
1929 |
msgstr ""
|
1930 |
|
1931 |
-
#: view/BlockPatterns.php:
|
1932 |
msgid "Set the custom patterns for each post type"
|
1933 |
msgstr ""
|
1934 |
|
1935 |
-
#: view/BlockPatterns.php:
|
1936 |
msgid "+ Add Post Type"
|
1937 |
msgstr ""
|
1938 |
|
1939 |
-
#: view/BlockPatterns.php:
|
1940 |
msgid "Add a post type from your Wordpress website"
|
1941 |
msgstr ""
|
1942 |
|
1943 |
-
#: view/BlockPatterns.php:
|
1944 |
msgid "Add Post Type"
|
1945 |
msgstr ""
|
1946 |
|
1947 |
-
#: view/BlockPatterns.php:
|
1948 |
msgid "Add"
|
1949 |
msgstr ""
|
1950 |
|
1951 |
-
#: view/BlockPatterns.php:
|
1952 |
#, php-format
|
1953 |
msgid "Are you sure you want to remove the post type: %s"
|
1954 |
msgstr ""
|
1955 |
|
1956 |
-
#: view/BlockPatterns.php:
|
1957 |
msgid "Remove Post Type"
|
1958 |
msgstr ""
|
1959 |
|
1960 |
-
#: view/BlockPatterns.php:
|
1961 |
msgid "Description"
|
1962 |
msgstr ""
|
1963 |
|
1964 |
-
#: view/BlockPatterns.php:
|
1965 |
msgid "Separator"
|
1966 |
msgstr ""
|
1967 |
|
1968 |
-
#: view/BlockPatterns.php:
|
1969 |
msgid "Let Google Index it"
|
1970 |
msgstr ""
|
1971 |
|
1972 |
-
|
1973 |
-
#: view/BlockPatterns.php:118 view/BlockPatterns.php:132
|
1974 |
-
#: view/BlockPatterns.php:149 view/BlockSettings.php:135
|
1975 |
-
#: view/BlockSettings.php:146 view/BlockSettings.php:157
|
1976 |
-
#: view/BlockSettings.php:168 view/BlockSettings.php:179
|
1977 |
-
#: view/BlockSettings.php:191 view/BlockSettings.php:203
|
1978 |
-
#: view/BlockSettings.php:368 view/BlockSettingsSeo.php:53
|
1979 |
-
#: view/BlockSettingsSeo.php:95 view/BlockSettingsSeo.php:112
|
1980 |
-
#: view/BlockSettingsSeo.php:128 view/BlockSettingsSeo.php:144
|
1981 |
-
#: view/BlockSettingsSeo.php:160 view/BlockSettingsSeo.php:176
|
1982 |
-
#: view/BlockSettingsSeo.php:192 view/BlockSettingsSeo.php:220
|
1983 |
-
#: view/BlockSettingsSeo.php:236 view/BlockSettingsSeo.php:252
|
1984 |
-
#: view/BlockSettingsSeo.php:271 view/BlockSettingsSeo.php:546
|
1985 |
-
#: view/BlockSettingsSeo.php:578 view/BlockSettingsSeo.php:586
|
1986 |
-
#: view/BlockSettingsSeo.php:684 view/BlockSettingsSeo.php:1016
|
1987 |
-
#: view/FrontMenu.php:49 view/FrontMenu.php:508 view/FrontMenu.php:521
|
1988 |
-
#: view/FrontMenu.php:534
|
1989 |
-
msgid "Yes"
|
1990 |
-
msgstr "Ja"
|
1991 |
-
|
1992 |
-
# @ squirrly-seo
|
1993 |
-
#: view/BlockPatterns.php:120 view/BlockPatterns.php:134
|
1994 |
-
#: view/BlockPatterns.php:151 view/BlockSettings.php:137
|
1995 |
-
#: view/BlockSettings.php:148 view/BlockSettings.php:159
|
1996 |
-
#: view/BlockSettings.php:170 view/BlockSettings.php:181
|
1997 |
-
#: view/BlockSettings.php:193 view/BlockSettings.php:205
|
1998 |
-
#: view/BlockSettings.php:370 view/BlockSettingsSeo.php:55
|
1999 |
-
#: view/BlockSettingsSeo.php:97 view/BlockSettingsSeo.php:114
|
2000 |
-
#: view/BlockSettingsSeo.php:130 view/BlockSettingsSeo.php:146
|
2001 |
-
#: view/BlockSettingsSeo.php:162 view/BlockSettingsSeo.php:178
|
2002 |
-
#: view/BlockSettingsSeo.php:194 view/BlockSettingsSeo.php:222
|
2003 |
-
#: view/BlockSettingsSeo.php:238 view/BlockSettingsSeo.php:254
|
2004 |
-
#: view/BlockSettingsSeo.php:273 view/BlockSettingsSeo.php:548
|
2005 |
-
#: view/BlockSettingsSeo.php:580 view/BlockSettingsSeo.php:588
|
2006 |
-
#: view/BlockSettingsSeo.php:686 view/BlockSettingsSeo.php:1018
|
2007 |
-
#: view/FrontMenu.php:51 view/FrontMenu.php:510 view/FrontMenu.php:523
|
2008 |
-
#: view/FrontMenu.php:536
|
2009 |
-
msgid "No"
|
2010 |
-
msgstr "Nein"
|
2011 |
-
|
2012 |
-
#: view/BlockPatterns.php:127
|
2013 |
msgid "Pass Link Juice"
|
2014 |
msgstr ""
|
2015 |
|
2016 |
-
#: view/BlockPatterns.php:
|
2017 |
msgid "Do SEO"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: view/BlockPatterns.php:
|
2021 |
-
#: view/BlockSettingsSeo.php:
|
2022 |
msgid "Save SEO"
|
2023 |
msgstr ""
|
2024 |
|
@@ -2066,40 +2158,40 @@ msgstr ""
|
|
2066 |
msgid "Go to Analytics"
|
2067 |
msgstr ""
|
2068 |
|
2069 |
-
#: view/BlockSerpKeywords.php:
|
2070 |
msgid "Article"
|
2071 |
msgstr ""
|
2072 |
|
2073 |
-
#: view/BlockSerpKeywords.php:
|
2074 |
msgid "Article URL ..."
|
2075 |
msgstr ""
|
2076 |
|
2077 |
-
#: view/BlockSerpKeywords.php:
|
2078 |
msgid "Count"
|
2079 |
msgstr ""
|
2080 |
|
2081 |
-
#: view/BlockSerpKeywords.php:
|
2082 |
msgid "Check the rank for it"
|
2083 |
msgstr ""
|
2084 |
|
2085 |
-
#: view/BlockSerpKeywords.php:
|
2086 |
msgid "Save Keywords"
|
2087 |
msgstr ""
|
2088 |
|
2089 |
-
#: view/BlockSerpKeywords.php:
|
2090 |
msgid "Show ignored keywords"
|
2091 |
msgstr ""
|
2092 |
|
2093 |
-
#: view/BlockSerpKeywords.php:
|
2094 |
msgid "Reload Google Ranks from Squirrly Server"
|
2095 |
msgstr ""
|
2096 |
|
2097 |
-
#: view/BlockSerpKeywords.php:
|
2098 |
msgid "Remove Local Ranks"
|
2099 |
msgstr ""
|
2100 |
|
2101 |
# @ squirrly-seo
|
2102 |
-
#: view/BlockSettings.php:24 view/BlockSettings.php:
|
2103 |
msgid "Save settings"
|
2104 |
msgstr "Einstellungen speichern"
|
2105 |
|
@@ -2135,9 +2227,9 @@ msgstr ""
|
|
2135 |
#: view/BlockSettings.php:69 view/BlockSettings.php:70
|
2136 |
#: view/BlockSettings.php:83 view/BlockSettings.php:84
|
2137 |
#: view/BlockSettingsSeo.php:66 view/BlockSettingsSeo.php:78
|
2138 |
-
#: view/BlockSettingsSeo.php:
|
2139 |
-
#: view/BlockSettingsSeo.php:
|
2140 |
-
#: view/BlockSettingsSeo.php:
|
2141 |
msgid "see how this improved since 2016"
|
2142 |
msgstr ""
|
2143 |
|
@@ -2153,15 +2245,18 @@ msgstr ""
|
|
2153 |
msgid "Load Squirrly Live Assistant for"
|
2154 |
msgstr ""
|
2155 |
|
2156 |
-
#: view/BlockSettings.php:97 view/BlockSettingsSeo.php:
|
|
|
2157 |
msgid "Posts"
|
2158 |
msgstr ""
|
2159 |
|
2160 |
-
#: view/BlockSettings.php:100 view/BlockSettingsSeo.php:
|
|
|
2161 |
msgid "Pages"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: view/BlockSettings.php:104 view/BlockSettingsSeo.php:
|
|
|
2165 |
msgid "Products"
|
2166 |
msgstr ""
|
2167 |
|
@@ -2178,7 +2273,7 @@ msgstr ""
|
|
2178 |
|
2179 |
#: view/BlockSettings.php:162
|
2180 |
msgid ""
|
2181 |
-
"Send optimization data to Squirrly
|
2182 |
"cron)"
|
2183 |
msgstr ""
|
2184 |
|
@@ -2187,545 +2282,541 @@ msgid "Use <strong> the NEW version of the SEO Live Assistant</strong>."
|
|
2187 |
msgstr ""
|
2188 |
|
2189 |
#: view/BlockSettings.php:184
|
2190 |
-
msgid "Load <strong>Squirrly SEO Snippet in Frontend</strong> too."
|
2191 |
-
msgstr ""
|
2192 |
-
|
2193 |
-
#: view/BlockSettings.php:196
|
2194 |
msgid ""
|
2195 |
"Download <strong>remote images</strong> in your <strong>Media Library</"
|
2196 |
"strong> for the new posts."
|
2197 |
msgstr ""
|
2198 |
|
2199 |
-
#: view/BlockSettings.php:
|
2200 |
msgid ""
|
2201 |
"Correct my <strong>feed links</strong> and <strong>images</strong> (convert "
|
2202 |
"from relative to absolute)."
|
2203 |
msgstr ""
|
2204 |
|
2205 |
-
#: view/BlockSettings.php:
|
2206 |
msgid "Google Rank Options"
|
2207 |
msgstr ""
|
2208 |
|
2209 |
-
#: view/BlockSettings.php:
|
2210 |
#, php-format
|
2211 |
msgid "%sCountry targeting%s"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: view/BlockSettings.php:
|
2215 |
#, php-format
|
2216 |
msgid "%sPowerful SEO Tool For Strong Google Rankings%s"
|
2217 |
msgstr ""
|
2218 |
|
2219 |
-
#: view/BlockSettings.php:
|
2220 |
msgid ""
|
2221 |
"Select the Google country for which Squirrly will check the Google rank."
|
2222 |
msgstr ""
|
2223 |
|
2224 |
-
#: view/BlockSettings.php:
|
2225 |
msgid "Default"
|
2226 |
msgstr ""
|
2227 |
|
2228 |
-
#: view/BlockSettings.php:
|
2229 |
msgid "American Samoa"
|
2230 |
msgstr ""
|
2231 |
|
2232 |
-
#: view/BlockSettings.php:
|
2233 |
msgid "Anguilla"
|
2234 |
msgstr ""
|
2235 |
|
2236 |
-
#: view/BlockSettings.php:
|
2237 |
msgid "Antigua and Barbuda"
|
2238 |
msgstr ""
|
2239 |
|
2240 |
-
#: view/BlockSettings.php:
|
2241 |
msgid "Argentina"
|
2242 |
msgstr ""
|
2243 |
|
2244 |
-
#: view/BlockSettings.php:
|
2245 |
msgid "Australia"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
-
#: view/BlockSettings.php:
|
2249 |
msgid "Austria"
|
2250 |
msgstr ""
|
2251 |
|
2252 |
-
#: view/BlockSettings.php:
|
2253 |
msgid "Azerbaijan"
|
2254 |
msgstr ""
|
2255 |
|
2256 |
-
#: view/BlockSettings.php:
|
2257 |
msgid "Belgium"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
-
#: view/BlockSettings.php:
|
2261 |
msgid "Brazil"
|
2262 |
msgstr ""
|
2263 |
|
2264 |
-
#: view/BlockSettings.php:
|
2265 |
msgid "British Virgin Islands"
|
2266 |
msgstr ""
|
2267 |
|
2268 |
-
#: view/BlockSettings.php:
|
2269 |
msgid "Burundi"
|
2270 |
msgstr ""
|
2271 |
|
2272 |
-
#: view/BlockSettings.php:
|
2273 |
msgid "Bulgaria"
|
2274 |
msgstr ""
|
2275 |
|
2276 |
-
#: view/BlockSettings.php:
|
2277 |
msgid "Canada"
|
2278 |
msgstr ""
|
2279 |
|
2280 |
-
#: view/BlockSettings.php:
|
2281 |
msgid "Chad"
|
2282 |
msgstr ""
|
2283 |
|
2284 |
-
#: view/BlockSettings.php:
|
2285 |
msgid "Chile"
|
2286 |
msgstr ""
|
2287 |
|
2288 |
-
#: view/BlockSettings.php:
|
2289 |
msgid "Colombia"
|
2290 |
msgstr ""
|
2291 |
|
2292 |
-
#: view/BlockSettings.php:
|
2293 |
msgid "Costa Rica"
|
2294 |
msgstr ""
|
2295 |
|
2296 |
-
#: view/BlockSettings.php:
|
2297 |
msgid "Côte d'Ivoire"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
-
#: view/BlockSettings.php:
|
2301 |
msgid "Cuba"
|
2302 |
msgstr ""
|
2303 |
|
2304 |
-
#: view/BlockSettings.php:
|
2305 |
msgid "Czech Republic"
|
2306 |
msgstr ""
|
2307 |
|
2308 |
-
#: view/BlockSettings.php:
|
2309 |
msgid "Dem. Rep. of the Congo"
|
2310 |
msgstr ""
|
2311 |
|
2312 |
-
#: view/BlockSettings.php:
|
2313 |
msgid "Denmark"
|
2314 |
msgstr ""
|
2315 |
|
2316 |
-
#: view/BlockSettings.php:
|
2317 |
msgid "Djibouti"
|
2318 |
msgstr ""
|
2319 |
|
2320 |
-
#: view/BlockSettings.php:
|
2321 |
msgid "Dominican Republic"
|
2322 |
msgstr ""
|
2323 |
|
2324 |
-
#: view/BlockSettings.php:
|
2325 |
msgid "Ecuador"
|
2326 |
msgstr ""
|
2327 |
|
2328 |
-
#: view/BlockSettings.php:
|
2329 |
msgid "El Salvador"
|
2330 |
msgstr ""
|
2331 |
|
2332 |
-
#: view/BlockSettings.php:
|
2333 |
msgid "Estonia"
|
2334 |
msgstr ""
|
2335 |
|
2336 |
-
#: view/BlockSettings.php:
|
2337 |
msgid "Federated States of Micronesia"
|
2338 |
msgstr ""
|
2339 |
|
2340 |
-
#: view/BlockSettings.php:
|
2341 |
msgid "Fiji"
|
2342 |
msgstr ""
|
2343 |
|
2344 |
-
#: view/BlockSettings.php:
|
2345 |
msgid "Finland"
|
2346 |
msgstr ""
|
2347 |
|
2348 |
-
#: view/BlockSettings.php:
|
2349 |
msgid "France"
|
2350 |
msgstr ""
|
2351 |
|
2352 |
-
#: view/BlockSettings.php:
|
2353 |
msgid "The Gambia"
|
2354 |
msgstr ""
|
2355 |
|
2356 |
-
#: view/BlockSettings.php:
|
2357 |
msgid "Georgia"
|
2358 |
msgstr ""
|
2359 |
|
2360 |
-
#: view/BlockSettings.php:
|
2361 |
msgid "Germany"
|
2362 |
msgstr ""
|
2363 |
|
2364 |
-
#: view/BlockSettings.php:
|
2365 |
msgid "Gibraltar"
|
2366 |
msgstr ""
|
2367 |
|
2368 |
-
#: view/BlockSettings.php:
|
2369 |
msgid "Greece"
|
2370 |
msgstr ""
|
2371 |
|
2372 |
-
#: view/BlockSettings.php:
|
2373 |
msgid "Greenland"
|
2374 |
msgstr ""
|
2375 |
|
2376 |
-
#: view/BlockSettings.php:
|
2377 |
msgid "Guernsey"
|
2378 |
msgstr ""
|
2379 |
|
2380 |
-
#: view/BlockSettings.php:
|
2381 |
msgid "Honduras"
|
2382 |
msgstr ""
|
2383 |
|
2384 |
-
#: view/BlockSettings.php:
|
2385 |
msgid "Hong Kong"
|
2386 |
msgstr ""
|
2387 |
|
2388 |
-
#: view/BlockSettings.php:
|
2389 |
msgid "Hungary"
|
2390 |
msgstr ""
|
2391 |
|
2392 |
-
#: view/BlockSettings.php:
|
2393 |
msgid "India"
|
2394 |
msgstr ""
|
2395 |
|
2396 |
-
#: view/BlockSettings.php:
|
2397 |
msgid "Indonesia"
|
2398 |
msgstr ""
|
2399 |
|
2400 |
-
#: view/BlockSettings.php:
|
2401 |
msgid "Ireland"
|
2402 |
msgstr ""
|
2403 |
|
2404 |
-
#: view/BlockSettings.php:
|
2405 |
msgid "Isle of Man"
|
2406 |
msgstr ""
|
2407 |
|
2408 |
-
#: view/BlockSettings.php:
|
2409 |
msgid "Israel"
|
2410 |
msgstr ""
|
2411 |
|
2412 |
-
#: view/BlockSettings.php:
|
2413 |
msgid "Italy"
|
2414 |
msgstr ""
|
2415 |
|
2416 |
-
#: view/BlockSettings.php:
|
2417 |
msgid "Jamaica"
|
2418 |
msgstr ""
|
2419 |
|
2420 |
-
#: view/BlockSettings.php:
|
2421 |
msgid "Japan"
|
2422 |
msgstr ""
|
2423 |
|
2424 |
-
#: view/BlockSettings.php:
|
2425 |
msgid "Jersey"
|
2426 |
msgstr ""
|
2427 |
|
2428 |
-
#: view/BlockSettings.php:
|
2429 |
msgid "Kazakhstan"
|
2430 |
msgstr ""
|
2431 |
|
2432 |
-
#: view/BlockSettings.php:
|
2433 |
msgid "Korea"
|
2434 |
msgstr ""
|
2435 |
|
2436 |
-
#: view/BlockSettings.php:
|
2437 |
msgid "Latvia"
|
2438 |
msgstr ""
|
2439 |
|
2440 |
-
#: view/BlockSettings.php:
|
2441 |
msgid "Lesotho"
|
2442 |
msgstr ""
|
2443 |
|
2444 |
-
#: view/BlockSettings.php:
|
2445 |
msgid "Liechtenstein"
|
2446 |
msgstr ""
|
2447 |
|
2448 |
-
#: view/BlockSettings.php:
|
2449 |
msgid "Lithuania"
|
2450 |
msgstr ""
|
2451 |
|
2452 |
-
#: view/BlockSettings.php:
|
2453 |
msgid "Luxembourg"
|
2454 |
msgstr ""
|
2455 |
|
2456 |
-
#: view/BlockSettings.php:
|
2457 |
msgid "Malawi"
|
2458 |
msgstr ""
|
2459 |
|
2460 |
-
#: view/BlockSettings.php:
|
2461 |
msgid "Malaysia"
|
2462 |
msgstr ""
|
2463 |
|
2464 |
-
#: view/BlockSettings.php:
|
2465 |
msgid "Malta"
|
2466 |
msgstr ""
|
2467 |
|
2468 |
-
#: view/BlockSettings.php:
|
2469 |
msgid "Mauritius"
|
2470 |
msgstr ""
|
2471 |
|
2472 |
-
#: view/BlockSettings.php:
|
2473 |
msgid "México"
|
2474 |
msgstr ""
|
2475 |
|
2476 |
-
#: view/BlockSettings.php:
|
2477 |
msgid "Montserrat"
|
2478 |
msgstr ""
|
2479 |
|
2480 |
-
#: view/BlockSettings.php:
|
2481 |
msgid "Namibia"
|
2482 |
msgstr ""
|
2483 |
|
2484 |
-
#: view/BlockSettings.php:
|
2485 |
msgid "Nepal"
|
2486 |
msgstr ""
|
2487 |
|
2488 |
-
#: view/BlockSettings.php:
|
2489 |
msgid "Netherlands"
|
2490 |
msgstr ""
|
2491 |
|
2492 |
-
#: view/BlockSettings.php:
|
2493 |
msgid "New Zealand"
|
2494 |
msgstr ""
|
2495 |
|
2496 |
-
#: view/BlockSettings.php:
|
2497 |
msgid "Nicaragua"
|
2498 |
msgstr ""
|
2499 |
|
2500 |
-
#: view/BlockSettings.php:
|
2501 |
msgid "Norfolk Island"
|
2502 |
msgstr ""
|
2503 |
|
2504 |
-
#: view/BlockSettings.php:
|
2505 |
msgid "Norway"
|
2506 |
msgstr ""
|
2507 |
|
2508 |
-
#: view/BlockSettings.php:
|
2509 |
msgid "Pakistan"
|
2510 |
msgstr ""
|
2511 |
|
2512 |
-
#: view/BlockSettings.php:
|
2513 |
msgid "Panamá"
|
2514 |
msgstr ""
|
2515 |
|
2516 |
-
#: view/BlockSettings.php:
|
2517 |
msgid "Paraguay"
|
2518 |
msgstr ""
|
2519 |
|
2520 |
-
#: view/BlockSettings.php:
|
2521 |
msgid "Perú"
|
2522 |
msgstr ""
|
2523 |
|
2524 |
-
#: view/BlockSettings.php:
|
2525 |
msgid "Philippines"
|
2526 |
msgstr ""
|
2527 |
|
2528 |
-
#: view/BlockSettings.php:
|
2529 |
msgid "Pitcairn Islands"
|
2530 |
msgstr ""
|
2531 |
|
2532 |
-
#: view/BlockSettings.php:
|
2533 |
msgid "Poland"
|
2534 |
msgstr ""
|
2535 |
|
2536 |
-
#: view/BlockSettings.php:
|
2537 |
msgid "Portugal"
|
2538 |
msgstr ""
|
2539 |
|
2540 |
-
#: view/BlockSettings.php:
|
2541 |
msgid "Puerto Rico"
|
2542 |
msgstr ""
|
2543 |
|
2544 |
-
#: view/BlockSettings.php:
|
2545 |
msgid "Rep. of the Congo"
|
2546 |
msgstr ""
|
2547 |
|
2548 |
-
#: view/BlockSettings.php:
|
2549 |
msgid "Romania"
|
2550 |
msgstr ""
|
2551 |
|
2552 |
-
#: view/BlockSettings.php:
|
2553 |
msgid "Russia"
|
2554 |
msgstr ""
|
2555 |
|
2556 |
-
#: view/BlockSettings.php:
|
2557 |
msgid "Rwanda"
|
2558 |
msgstr ""
|
2559 |
|
2560 |
-
#: view/BlockSettings.php:
|
2561 |
msgid "Saint Helena"
|
2562 |
msgstr ""
|
2563 |
|
2564 |
-
#: view/BlockSettings.php:
|
2565 |
msgid "San Marino"
|
2566 |
msgstr ""
|
2567 |
|
2568 |
-
#: view/BlockSettings.php:
|
2569 |
msgid "Saudi Arabia"
|
2570 |
msgstr ""
|
2571 |
|
2572 |
-
#: view/BlockSettings.php:
|
2573 |
msgid "Singapore"
|
2574 |
msgstr ""
|
2575 |
|
2576 |
-
#: view/BlockSettings.php:
|
2577 |
msgid "Slovakia"
|
2578 |
msgstr ""
|
2579 |
|
2580 |
-
#: view/BlockSettings.php:
|
2581 |
msgid "South Africa"
|
2582 |
msgstr ""
|
2583 |
|
2584 |
-
#: view/BlockSettings.php:
|
2585 |
msgid "Spain"
|
2586 |
msgstr ""
|
2587 |
|
2588 |
-
#: view/BlockSettings.php:
|
2589 |
msgid "Sri Lanka"
|
2590 |
msgstr ""
|
2591 |
|
2592 |
-
#: view/BlockSettings.php:
|
2593 |
msgid "Sweden"
|
2594 |
msgstr ""
|
2595 |
|
2596 |
-
#: view/BlockSettings.php:
|
2597 |
msgid "Switzerland"
|
2598 |
msgstr ""
|
2599 |
|
2600 |
-
#: view/BlockSettings.php:
|
2601 |
msgid "Taiwan"
|
2602 |
msgstr ""
|
2603 |
|
2604 |
-
#: view/BlockSettings.php:
|
2605 |
msgid "Thailand"
|
2606 |
msgstr ""
|
2607 |
|
2608 |
-
#: view/BlockSettings.php:
|
2609 |
msgid "Trinidad and Tobago"
|
2610 |
msgstr ""
|
2611 |
|
2612 |
-
#: view/BlockSettings.php:
|
2613 |
msgid "Turkey"
|
2614 |
msgstr ""
|
2615 |
|
2616 |
-
#: view/BlockSettings.php:
|
2617 |
msgid "Ukraine"
|
2618 |
msgstr ""
|
2619 |
|
2620 |
-
#: view/BlockSettings.php:
|
2621 |
msgid "United Arab Emirates"
|
2622 |
msgstr ""
|
2623 |
|
2624 |
-
#: view/BlockSettings.php:
|
2625 |
msgid "United Kingdom"
|
2626 |
msgstr ""
|
2627 |
|
2628 |
-
#: view/BlockSettings.php:
|
2629 |
msgid "United States"
|
2630 |
msgstr ""
|
2631 |
|
2632 |
-
#: view/BlockSettings.php:
|
2633 |
msgid "Uruguay"
|
2634 |
msgstr ""
|
2635 |
|
2636 |
-
#: view/BlockSettings.php:
|
2637 |
msgid "Uzbekistan"
|
2638 |
msgstr ""
|
2639 |
|
2640 |
-
#: view/BlockSettings.php:
|
2641 |
msgid "Vanuatu"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: view/BlockSettings.php:
|
2645 |
msgid "Venezuela"
|
2646 |
msgstr ""
|
2647 |
|
2648 |
-
#: view/BlockSettings.php:
|
2649 |
msgid "Vietnam"
|
2650 |
msgstr ""
|
2651 |
|
2652 |
-
#: view/BlockSettings.php:
|
2653 |
#, php-format
|
2654 |
msgid ""
|
2655 |
"Select how many pages to be checked in the Performance Analytics section "
|
2656 |
"every hour. %s(not recommended for shared hosting plan)%s"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: view/BlockSettings.php:
|
2660 |
msgid "page"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
-
#: view/BlockSettings.php:
|
2664 |
msgid "pages"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
-
#: view/BlockSettings.php:
|
2668 |
msgid "h"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
-
#: view/BlockSettings.php:
|
2672 |
msgid ""
|
2673 |
"Restricts search results to results originating in the above particular "
|
2674 |
"country."
|
2675 |
msgstr ""
|
2676 |
|
2677 |
-
#: view/BlockSettings.php:
|
2678 |
#, php-format
|
2679 |
msgid ""
|
2680 |
"You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly "
|
2681 |
-
"
|
2682 |
msgstr ""
|
2683 |
|
2684 |
-
#: view/BlockSettings.php:
|
2685 |
msgid "Select how many rank queries you want Squirrly to do every day. "
|
2686 |
msgstr ""
|
2687 |
|
2688 |
-
#: view/BlockSettings.php:
|
2689 |
-
#: view/BlockSettings.php:
|
2690 |
msgid "queries"
|
2691 |
msgstr ""
|
2692 |
|
2693 |
-
#: view/BlockSettings.php:
|
2694 |
-
#: view/BlockSettings.php:
|
2695 |
msgid "day"
|
2696 |
msgstr ""
|
2697 |
|
2698 |
-
#: view/BlockSettings.php:
|
2699 |
msgid ""
|
2700 |
"Note: if you're on the free trial, you get 35 queries for the 7 days of "
|
2701 |
"trial."
|
2702 |
msgstr ""
|
2703 |
|
2704 |
-
#: view/BlockSettings.php:
|
2705 |
msgid "Robots.txt Editor"
|
2706 |
msgstr ""
|
2707 |
|
2708 |
-
#: view/BlockSettings.php:
|
2709 |
#, php-format
|
2710 |
msgid "%sLearn about robots.txt files%s"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
-
#: view/BlockSettings.php:
|
2714 |
#, php-format
|
2715 |
msgid "%sHow to use Robots.txt%s"
|
2716 |
msgstr ""
|
2717 |
|
2718 |
-
#: view/BlockSettings.php:
|
2719 |
msgid "Edit the Robots.txt data"
|
2720 |
msgstr ""
|
2721 |
|
2722 |
-
#: view/BlockSettings.php:
|
2723 |
msgid ""
|
2724 |
"Does not physically create the robots.txt file. The best option for "
|
2725 |
"Multisites."
|
2726 |
msgstr ""
|
2727 |
|
2728 |
-
#: view/BlockSettings.php:
|
2729 |
msgid "Save Robots"
|
2730 |
msgstr ""
|
2731 |
|
@@ -2834,319 +2925,332 @@ msgstr ""
|
|
2834 |
msgid "Optimize %sKeywords%s "
|
2835 |
msgstr ""
|
2836 |
|
2837 |
-
#: view/BlockSettingsSeo.php:
|
2838 |
-
msgid "SEO for all post/pages"
|
2839 |
-
msgstr ""
|
2840 |
-
|
2841 |
-
#: view/BlockSettingsSeo.php:260
|
2842 |
-
#, php-format
|
2843 |
-
msgid ""
|
2844 |
-
"To customize the Title and Description for all the Posts and Pages in your "
|
2845 |
-
"site use the %sSquirrly Snippet Tool%s"
|
2846 |
-
msgstr ""
|
2847 |
-
|
2848 |
-
#: view/BlockSettingsSeo.php:262
|
2849 |
-
msgid "Add the Post tags in <strong>Keyword META</strong>."
|
2850 |
-
msgstr ""
|
2851 |
-
|
2852 |
-
#: view/BlockSettingsSeo.php:284
|
2853 |
msgid "Squirrly Snippet G17-True Render"
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: view/BlockSettingsSeo.php:
|
2857 |
msgid "First Page Optimization:"
|
2858 |
msgstr ""
|
2859 |
|
2860 |
# @ squirrly-seo
|
2861 |
-
#: view/BlockSettingsSeo.php:
|
2862 |
msgid "Title:"
|
2863 |
msgstr "Titel:"
|
2864 |
|
2865 |
-
#: view/BlockSettingsSeo.php:
|
2866 |
msgid "Tips: Length 10-75 chars"
|
2867 |
msgstr ""
|
2868 |
|
2869 |
# @ squirrly-seo
|
2870 |
-
#: view/BlockSettingsSeo.php:
|
2871 |
msgid "Description:"
|
2872 |
msgstr "Beschreibung:"
|
2873 |
|
2874 |
-
#: view/BlockSettingsSeo.php:
|
2875 |
msgid "Tips: Length 70-320 chars"
|
2876 |
msgstr ""
|
2877 |
|
2878 |
# @ squirrly-seo
|
2879 |
-
#: view/BlockSettingsSeo.php:
|
2880 |
msgid "Keywords:"
|
2881 |
msgstr "Schlüsselwörter:"
|
2882 |
|
2883 |
-
#: view/BlockSettingsSeo.php:
|
2884 |
msgid "Tips: use 2-4 keywords"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
-
#: view/BlockSettingsSeo.php:
|
2888 |
msgid "OG Image:"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: view/BlockSettingsSeo.php:
|
2892 |
msgid "Select Open Graph Image"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: view/BlockSettingsSeo.php:
|
2896 |
msgid "First Page Preview (Title, Description, Keywords)"
|
2897 |
msgstr ""
|
2898 |
|
2899 |
-
#: view/BlockSettingsSeo.php:
|
2900 |
msgid "Squirrly Snippet"
|
2901 |
msgstr ""
|
2902 |
|
2903 |
-
#: view/BlockSettingsSeo.php:
|
2904 |
msgid ""
|
2905 |
"If you don't see any changes in your Google snippet, check if other SEO "
|
2906 |
"themes or plugins affect Squirrly."
|
2907 |
msgstr ""
|
2908 |
|
2909 |
-
#: view/BlockSettingsSeo.php:
|
2910 |
#, php-format
|
2911 |
msgid ""
|
2912 |
"Use the %s<strong>Squirrly Snippet Tool</strong>%s while editing a Post/Page "
|
2913 |
"to customize the Title and the Description."
|
2914 |
msgstr ""
|
2915 |
|
2916 |
-
#: view/BlockSettingsSeo.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2917 |
msgid "Social Media Options"
|
2918 |
msgstr ""
|
2919 |
|
2920 |
-
#: view/BlockSettingsSeo.php:
|
2921 |
msgid "Select the language you're using on Social Media"
|
2922 |
msgstr ""
|
2923 |
|
2924 |
-
#: view/BlockSettingsSeo.php:
|
2925 |
#, php-format
|
2926 |
msgid "%sHow to pop out in Social Media with your links%s"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: view/BlockSettingsSeo.php:
|
2930 |
#, php-format
|
2931 |
msgid "%sGet busy with Facebook’s new Search Engine functions%s"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: view/BlockSettingsSeo.php:
|
2935 |
#, php-format
|
2936 |
msgid ""
|
2937 |
"%sHow I Added Twitter Cards in My WordPress for Better Inbound Marketing%s"
|
2938 |
msgstr ""
|
2939 |
|
2940 |
-
#: view/BlockSettingsSeo.php:
|
2941 |
msgid "Open Graph G17 - 2017 Settings"
|
2942 |
msgstr ""
|
2943 |
|
2944 |
-
#: view/BlockSettingsSeo.php:
|
2945 |
msgid "Squirrly Adds the Best Codes for Open Graph and Twitter Cards"
|
2946 |
msgstr ""
|
2947 |
|
2948 |
-
#: view/BlockSettingsSeo.php:
|
2949 |
#, php-format
|
2950 |
msgid ""
|
2951 |
"Add the Social Open Graph protocol so that your Facebook shares look good. "
|
2952 |
"%sCheck here%s. "
|
2953 |
msgstr ""
|
2954 |
|
2955 |
-
#: view/BlockSettingsSeo.php:
|
2956 |
msgid "Facebook App ID"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: view/BlockSettingsSeo.php:
|
2960 |
#, php-format
|
2961 |
msgid "Add the %sFacebook App%s ID "
|
2962 |
msgstr ""
|
2963 |
|
2964 |
-
#: view/BlockSettingsSeo.php:
|
2965 |
msgid "You need to add your <strong>Twitter account</strong> below"
|
2966 |
msgstr ""
|
2967 |
|
2968 |
-
#: view/BlockSettingsSeo.php:
|
2969 |
msgid "Add the <strong>Twitter card</strong> in your tweets. "
|
2970 |
msgstr ""
|
2971 |
|
2972 |
-
#: view/BlockSettingsSeo.php:
|
2973 |
#, php-format
|
2974 |
msgid ""
|
2975 |
"Use <strong>Twitter %ssummary_large_image%s</strong> for your Twitter Card. "
|
2976 |
msgstr ""
|
2977 |
|
2978 |
-
#: view/BlockSettingsSeo.php:
|
2979 |
msgid "Social Media Accounts"
|
2980 |
msgstr ""
|
2981 |
|
2982 |
-
#: view/BlockSettingsSeo.php:
|
2983 |
#, php-format
|
2984 |
msgid "%sLink your Google+ profile to the content you create%s"
|
2985 |
msgstr ""
|
2986 |
|
2987 |
-
#: view/BlockSettingsSeo.php:
|
2988 |
#, php-format
|
2989 |
msgid ""
|
2990 |
"%sTwitter account is mandatory for <strong>Twitter Card Validation</strong>%s"
|
2991 |
msgstr ""
|
2992 |
|
2993 |
-
#: view/BlockSettingsSeo.php:
|
2994 |
#, php-format
|
2995 |
msgid ""
|
2996 |
"%sAdd all your social accounts for <strong>JSON-LD Semantic SEO</strong>%s"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
-
#: view/BlockSettingsSeo.php:
|
3000 |
#, php-format
|
3001 |
msgid "%sSpecify your social profiles to Google%s"
|
3002 |
msgstr ""
|
3003 |
|
3004 |
-
#: view/BlockSettingsSeo.php:
|
3005 |
msgid "Your Twitter Account:"
|
3006 |
msgstr ""
|
3007 |
|
3008 |
-
#: view/BlockSettingsSeo.php:
|
3009 |
msgid "Google Plus Profile:"
|
3010 |
msgstr ""
|
3011 |
|
3012 |
-
#: view/BlockSettingsSeo.php:
|
3013 |
msgid "Facebook Profile:"
|
3014 |
msgstr ""
|
3015 |
|
3016 |
-
#: view/BlockSettingsSeo.php:
|
3017 |
msgid "Linkedin Profile:"
|
3018 |
msgstr ""
|
3019 |
|
3020 |
-
#: view/BlockSettingsSeo.php:
|
3021 |
msgid "Pinterest Profile:"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
-
#: view/BlockSettingsSeo.php:
|
3025 |
msgid "Instagram Profile:"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
-
#: view/BlockSettingsSeo.php:
|
3029 |
msgid "Youtube Profile:"
|
3030 |
msgstr ""
|
3031 |
|
3032 |
-
#: view/BlockSettingsSeo.php:
|
3033 |
msgid "XML Sitemap for Google"
|
3034 |
msgstr ""
|
3035 |
|
3036 |
-
#: view/BlockSettingsSeo.php:
|
3037 |
msgid ""
|
3038 |
"Squirrly Sitemap is the fastest way to tell Google about the pages on your "
|
3039 |
"site. <strong>Supports Multisites, Google News, Images, Videos, Custom Post "
|
3040 |
"Types, Custom Taxonomies and Ecommerce products</strong>"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: view/BlockSettingsSeo.php:
|
3044 |
#, php-format
|
3045 |
msgid "%sHow to submit your sitemap.xml in Google Webmaster Tool%s"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
-
#: view/BlockSettingsSeo.php:
|
3049 |
#, php-format
|
3050 |
msgid ""
|
3051 |
"%s10 Vital To Dos to Feed Your SEO Content Machine After You Post Articles%s"
|
3052 |
msgstr ""
|
3053 |
|
3054 |
-
#: view/BlockSettingsSeo.php:
|
3055 |
#, php-format
|
3056 |
msgid ""
|
3057 |
"For Google News Sitemap, ensure that your site is included in %sGoogle News%s"
|
3058 |
msgstr ""
|
3059 |
|
3060 |
-
#: view/BlockSettingsSeo.php:
|
3061 |
msgid "XML Sitemap Options"
|
3062 |
msgstr ""
|
3063 |
|
3064 |
-
#: view/BlockSettingsSeo.php:
|
3065 |
msgid "Ping your sitemap to Google and Bing when a new post is published"
|
3066 |
msgstr ""
|
3067 |
|
3068 |
-
#: view/BlockSettingsSeo.php:
|
3069 |
msgid "Build Sitemaps for"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
-
#: view/BlockSettingsSeo.php:
|
3073 |
msgid "Google News"
|
3074 |
msgstr ""
|
3075 |
|
3076 |
-
#: view/BlockSettingsSeo.php:
|
3077 |
msgid "Categories"
|
3078 |
msgstr ""
|
3079 |
|
3080 |
-
#: view/BlockSettingsSeo.php:
|
3081 |
msgid "Tags"
|
3082 |
msgstr ""
|
3083 |
|
3084 |
-
#: view/BlockSettingsSeo.php:
|
3085 |
msgid "Archive"
|
3086 |
msgstr ""
|
3087 |
|
3088 |
-
#: view/BlockSettingsSeo.php:
|
3089 |
msgid "Custom Taxonomies"
|
3090 |
msgstr ""
|
3091 |
|
3092 |
-
#: view/BlockSettingsSeo.php:
|
3093 |
msgid "Custom Posts"
|
3094 |
msgstr ""
|
3095 |
|
3096 |
-
#: view/BlockSettingsSeo.php:
|
3097 |
#, php-format
|
3098 |
msgid ""
|
3099 |
"Select only the Post Types that have links in them. Your sitemap will be %s"
|
3100 |
msgstr ""
|
3101 |
|
3102 |
-
#: view/BlockSettingsSeo.php:
|
3103 |
msgid "Include in Sitemaps"
|
3104 |
msgstr ""
|
3105 |
|
3106 |
-
#: view/BlockSettingsSeo.php:
|
3107 |
msgid "<strong>Images</strong> from posts/pages"
|
3108 |
msgstr ""
|
3109 |
|
3110 |
-
#: view/BlockSettingsSeo.php:
|
3111 |
msgid "<strong>Videos</strong> (embeded and local media)"
|
3112 |
msgstr ""
|
3113 |
|
3114 |
-
#: view/BlockSettingsSeo.php:
|
3115 |
msgid "How often do you update your site?"
|
3116 |
msgstr ""
|
3117 |
|
3118 |
-
#: view/BlockSettingsSeo.php:
|
3119 |
msgid "every day"
|
3120 |
msgstr ""
|
3121 |
|
3122 |
-
#: view/BlockSettingsSeo.php:
|
3123 |
msgid "1-3 times per week"
|
3124 |
msgstr ""
|
3125 |
|
3126 |
-
#: view/BlockSettingsSeo.php:
|
3127 |
msgid "1-3 times per month"
|
3128 |
msgstr ""
|
3129 |
|
3130 |
-
#: view/BlockSettingsSeo.php:
|
3131 |
msgid "1-3 times per year"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: view/BlockSettingsSeo.php:
|
3135 |
msgid "Feed Pagination: How many Posts per page to show in sitemap?"
|
3136 |
msgstr ""
|
3137 |
|
3138 |
# @ squirrly-seo
|
3139 |
-
#: view/BlockSettingsSeo.php:
|
3140 |
msgid "Change the Website Icon"
|
3141 |
msgstr "Ändern Sie das Website-Symbol"
|
3142 |
|
3143 |
-
#: view/BlockSettingsSeo.php:
|
3144 |
msgid ""
|
3145 |
"Now, even tablet & smartphone browsers make use of your icons. This makes "
|
3146 |
"having a good favicon even more important."
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#: view/BlockSettingsSeo.php:
|
3150 |
#, php-format
|
3151 |
msgid ""
|
3152 |
"You can use %shttp://convertico.com/%s to convert your photo to icon and "
|
@@ -3154,17 +3258,17 @@ msgid ""
|
|
3154 |
msgstr ""
|
3155 |
|
3156 |
# @ squirrly-seo
|
3157 |
-
#: view/BlockSettingsSeo.php:
|
3158 |
msgid "Upload file:"
|
3159 |
msgstr "Datei hochladen:"
|
3160 |
|
3161 |
# @ squirrly-seo
|
3162 |
-
#: view/BlockSettingsSeo.php:
|
3163 |
msgid "Upload"
|
3164 |
msgstr "Hochladen"
|
3165 |
|
3166 |
# @ squirrly-seo
|
3167 |
-
#: view/BlockSettingsSeo.php:
|
3168 |
msgid ""
|
3169 |
"If you don't see the new icon in your browser, empty the browser cache and "
|
3170 |
"refresh the page."
|
@@ -3173,242 +3277,242 @@ msgstr ""
|
|
3173 |
"Cache und aktualisieren Sie die Seite."
|
3174 |
|
3175 |
# @ squirrly-seo
|
3176 |
-
#: view/BlockSettingsSeo.php:
|
3177 |
msgid "File types: JPG, JPEG, GIF and PNG."
|
3178 |
msgstr "Dateitypen: JPG, JPEG, GIF und PNG."
|
3179 |
|
3180 |
-
#: view/BlockSettingsSeo.php:
|
3181 |
msgid ""
|
3182 |
"Does not physically create the favicon.ico file. The best option for "
|
3183 |
"Multisites."
|
3184 |
msgstr ""
|
3185 |
|
3186 |
-
#: view/BlockSettingsSeo.php:
|
3187 |
msgid "JSON-LD for Semantic SEO"
|
3188 |
msgstr ""
|
3189 |
|
3190 |
-
#: view/BlockSettingsSeo.php:
|
3191 |
msgid ""
|
3192 |
"Squirrly will automatically add the JSON-LD Structured Data in your site."
|
3193 |
msgstr ""
|
3194 |
|
3195 |
-
#: view/BlockSettingsSeo.php:
|
3196 |
#, php-format
|
3197 |
msgid "%sJSON-LD's Big Day at Google%s"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
-
#: view/BlockSettingsSeo.php:
|
3201 |
#, php-format
|
3202 |
msgid "%sGoogle Testing Tool%s"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
-
#: view/BlockSettingsSeo.php:
|
3206 |
msgid "JSON-LD G17 - 2x More Options"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
-
#: view/BlockSettingsSeo.php:
|
3210 |
msgid "Your site type:"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: view/BlockSettingsSeo.php:
|
3214 |
msgid "Organization"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
-
#: view/BlockSettingsSeo.php:
|
3218 |
msgid "Personal"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
-
#: view/BlockSettingsSeo.php:
|
3222 |
msgid "Your Organization Name:"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: view/BlockSettingsSeo.php:
|
3226 |
msgid "Your Name:"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: view/BlockSettingsSeo.php:
|
3230 |
msgid "Job Title:"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: view/BlockSettingsSeo.php:
|
3234 |
msgid "Logo Url:"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
-
#: view/BlockSettingsSeo.php:
|
3238 |
msgid "Image Url:"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
-
#: view/BlockSettingsSeo.php:
|
3242 |
msgid "Select Image"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
-
#: view/BlockSettingsSeo.php:
|
3246 |
msgid "Contact Phone:"
|
3247 |
msgstr ""
|
3248 |
|
3249 |
-
#: view/BlockSettingsSeo.php:
|
3250 |
msgid "Contact Type:"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: view/BlockSettingsSeo.php:
|
3254 |
msgid "Customer Service"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
-
#: view/BlockSettingsSeo.php:
|
3258 |
msgid "Technical Support"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
-
#: view/BlockSettingsSeo.php:
|
3262 |
msgid "Billing Support"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
-
#: view/BlockSettingsSeo.php:
|
3266 |
msgid "Bill Payment"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
-
#: view/BlockSettingsSeo.php:
|
3270 |
msgid "Sales"
|
3271 |
msgstr ""
|
3272 |
|
3273 |
-
#: view/BlockSettingsSeo.php:
|
3274 |
msgid "Reservations"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
-
#: view/BlockSettingsSeo.php:
|
3278 |
msgid "Credit Card Support"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
-
#: view/BlockSettingsSeo.php:
|
3282 |
msgid "Emergency"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
-
#: view/BlockSettingsSeo.php:
|
3286 |
msgid "Baggage Tracking"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
-
#: view/BlockSettingsSeo.php:
|
3290 |
msgid "Roadside Assistance"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
-
#: view/BlockSettingsSeo.php:
|
3294 |
msgid "Package Tracking"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
-
#: view/BlockSettingsSeo.php:
|
3298 |
msgid "Short Description:"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
-
#: view/BlockSettingsSeo.php:
|
3302 |
msgid "Add your social accounts for Json-LD"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
-
#: view/BlockSettingsSeo.php:
|
3306 |
msgid "How the search results will look like once Google grabs your data."
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: view/BlockSettingsSeo.php:
|
3310 |
msgid "Tracking Tools"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
-
#: view/BlockSettingsSeo.php:
|
3314 |
#, php-format
|
3315 |
msgid "%sHow to Get the Most Out of Google Analytics%s"
|
3316 |
msgstr ""
|
3317 |
|
3318 |
-
#: view/BlockSettingsSeo.php:
|
3319 |
#, php-format
|
3320 |
msgid "%sWhat is Facebook Pixel?%s"
|
3321 |
msgstr ""
|
3322 |
|
3323 |
-
#: view/BlockSettingsSeo.php:
|
3324 |
#, php-format
|
3325 |
msgid "%sA Beginner’s Guide to Facebook Insights%s"
|
3326 |
msgstr ""
|
3327 |
|
3328 |
-
#: view/BlockSettingsSeo.php:
|
3329 |
msgid "Google Tracking G17"
|
3330 |
msgstr ""
|
3331 |
|
3332 |
-
#: view/BlockSettingsSeo.php:
|
3333 |
msgid "Facebook Tracking G17"
|
3334 |
msgstr ""
|
3335 |
|
3336 |
-
#: view/BlockSettingsSeo.php:
|
3337 |
msgid "Rich Pins G17"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
#: view/BlockSettingsSeo.php:
|
3341 |
-
#: view/BlockSettingsSeo.php:
|
3342 |
#, php-format
|
3343 |
msgid "Facebook Admin ID (for %sInsights%s ):"
|
3344 |
msgstr ""
|
3345 |
|
3346 |
-
#: view/BlockSettingsSeo.php:
|
3347 |
-
#: view/BlockSettingsSeo.php:
|
3348 |
msgid "Facebook ID or https://www.facebook.com/YourProfileName"
|
3349 |
msgstr ""
|
3350 |
|
3351 |
-
#: view/BlockSettingsSeo.php:
|
3352 |
msgid "Add more Facebook Admin IDs"
|
3353 |
msgstr ""
|
3354 |
|
3355 |
-
#: view/BlockSettingsSeo.php:
|
3356 |
#, php-format
|
3357 |
msgid "Google %sAnalytics ID%s:"
|
3358 |
msgstr ""
|
3359 |
|
3360 |
-
#: view/BlockSettingsSeo.php:
|
3361 |
#, php-format
|
3362 |
msgid "Facebook %sPixel ID%s:"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
-
#: view/BlockSettingsSeo.php:
|
3366 |
#, php-format
|
3367 |
msgid ""
|
3368 |
"Load <strong>%sGoogle Analytics AMP%s</strong> and <strong>%sFacebook Pixel "
|
3369 |
"AMP%s</strong> tracking%s(Warning! The tracking works only for AMP Themes.%s)"
|
3370 |
msgstr ""
|
3371 |
|
3372 |
-
#: view/BlockSettingsSeo.php:
|
3373 |
msgid "Measure Your Success"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
-
#: view/BlockSettingsSeo.php:
|
3377 |
#, php-format
|
3378 |
msgid "%sHow to set the Google Webmaster Tool%s"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
-
#: view/BlockSettingsSeo.php:
|
3382 |
#, php-format
|
3383 |
msgid "%sBest practices to help Google find, crawl, and index your site%s"
|
3384 |
msgstr ""
|
3385 |
|
3386 |
-
#: view/BlockSettingsSeo.php:
|
3387 |
#, php-format
|
3388 |
msgid "%sBing Webmaster Tools Help & How-To Center%s"
|
3389 |
msgstr ""
|
3390 |
|
3391 |
-
#: view/BlockSettingsSeo.php:
|
3392 |
#, php-format
|
3393 |
msgid "%sRich Pins Validator%s"
|
3394 |
msgstr ""
|
3395 |
|
3396 |
-
#: view/BlockSettingsSeo.php:
|
3397 |
#, php-format
|
3398 |
msgid "Google META verification code for %sWebmaster Tool%s:"
|
3399 |
msgstr ""
|
3400 |
|
3401 |
-
#: view/BlockSettingsSeo.php:
|
3402 |
#, php-format
|
3403 |
msgid "Bing META code (for %sWebmaster Tool%s ):"
|
3404 |
msgstr ""
|
3405 |
|
3406 |
-
#: view/BlockSettingsSeo.php:
|
3407 |
#, php-format
|
3408 |
msgid "Alexa META code (for %sAlexa Tool%s ):"
|
3409 |
msgstr ""
|
3410 |
|
3411 |
-
#: view/BlockSettingsSeo.php:
|
3412 |
#, php-format
|
3413 |
msgid "Pinterest Website Validator Code: (validate %sRich Pins%s )"
|
3414 |
msgstr ""
|
@@ -3653,18 +3757,14 @@ msgstr ""
|
|
3653 |
msgid "Optimize for Keyword"
|
3654 |
msgstr "Schlüsselwort optimieren"
|
3655 |
|
3656 |
-
#: view/Blocksearch.php:7
|
3657 |
-
msgid "Squirrly Briefcase
|
3658 |
msgstr ""
|
3659 |
|
3660 |
#: view/Blocksearch.php:9
|
3661 |
msgid "What is Briefcase?"
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: view/Blocksearch.php:15
|
3665 |
-
msgid "Squirrly Briefcase"
|
3666 |
-
msgstr ""
|
3667 |
-
|
3668 |
#: view/Blocksearch.php:16
|
3669 |
msgid "Refresh the keywords"
|
3670 |
msgstr ""
|
@@ -3731,244 +3831,251 @@ msgstr "Nur urheberrechtfreie Bilder zeigen"
|
|
3731 |
msgid "Split Window"
|
3732 |
msgstr ""
|
3733 |
|
3734 |
-
#: view/FrontMenu.php:
|
3735 |
msgid "Saved! This is how the preview looks like"
|
3736 |
msgstr ""
|
3737 |
|
3738 |
-
#: view/FrontMenu.php:
|
3739 |
msgid "Activate Squirrly SEO for this page"
|
3740 |
msgstr ""
|
3741 |
|
3742 |
-
#: view/FrontMenu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3743 |
msgid "META"
|
3744 |
msgstr ""
|
3745 |
|
3746 |
-
#: view/FrontMenu.php:
|
3747 |
msgid "FACEBOOK"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: view/FrontMenu.php:
|
3751 |
msgid "TWITTER"
|
3752 |
msgstr ""
|
3753 |
|
3754 |
-
#: view/FrontMenu.php:
|
3755 |
msgid "ADVANCED"
|
3756 |
msgstr ""
|
3757 |
|
3758 |
-
#: view/FrontMenu.php:
|
3759 |
msgid "How this page will appear on Search Engines"
|
3760 |
msgstr ""
|
3761 |
|
3762 |
-
#: view/FrontMenu.php:
|
3763 |
msgid "Edit Snippet"
|
3764 |
msgstr ""
|
3765 |
|
3766 |
-
#: view/FrontMenu.php:
|
3767 |
msgid "Cancel"
|
3768 |
msgstr ""
|
3769 |
|
3770 |
-
#: view/FrontMenu.php:
|
3771 |
-
#: view/FrontMenu.php:
|
3772 |
msgid "Save"
|
3773 |
msgstr ""
|
3774 |
|
3775 |
-
#: view/FrontMenu.php:
|
3776 |
msgid "SEO Title"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
-
#: view/FrontMenu.php:
|
3780 |
msgid "Pattern: "
|
3781 |
msgstr ""
|
3782 |
|
3783 |
-
#: view/FrontMenu.php:
|
3784 |
msgid "Current Title"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
-
#: view/FrontMenu.php:
|
3788 |
msgid "Default Title"
|
3789 |
msgstr ""
|
3790 |
|
3791 |
-
#: view/FrontMenu.php:
|
3792 |
msgid "Pattern"
|
3793 |
msgstr ""
|
3794 |
|
3795 |
-
#: view/FrontMenu.php:
|
3796 |
msgid "META Description"
|
3797 |
msgstr ""
|
3798 |
|
3799 |
-
#: view/FrontMenu.php:
|
3800 |
msgid "Current Description"
|
3801 |
msgstr ""
|
3802 |
|
3803 |
-
#: view/FrontMenu.php:
|
3804 |
msgid "Default Description"
|
3805 |
msgstr ""
|
3806 |
|
3807 |
-
#: view/FrontMenu.php:
|
3808 |
msgid "Meta Keywords"
|
3809 |
msgstr ""
|
3810 |
|
3811 |
# @ squirrly-seo
|
3812 |
-
#: view/FrontMenu.php:
|
3813 |
msgid "+ Add keyword"
|
3814 |
msgstr "Fügen Sie ein anderes Schlüsselwort ein"
|
3815 |
|
3816 |
-
#: view/FrontMenu.php:
|
3817 |
msgid "Canonical link"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
-
#: view/FrontMenu.php:
|
3821 |
msgid "Found: "
|
3822 |
msgstr ""
|
3823 |
|
3824 |
-
#: view/FrontMenu.php:
|
3825 |
msgid "Current"
|
3826 |
msgstr ""
|
3827 |
|
3828 |
-
#: view/FrontMenu.php:
|
3829 |
msgid "Default Link"
|
3830 |
msgstr ""
|
3831 |
|
3832 |
-
#: view/FrontMenu.php:
|
3833 |
msgid ""
|
3834 |
"To edit the snippet, you have to activate Squirrly SEO for this page first"
|
3835 |
msgstr ""
|
3836 |
|
3837 |
-
#: view/FrontMenu.php:
|
3838 |
-
#: view/FrontMenu.php:
|
3839 |
msgid "or Click here"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: view/FrontMenu.php:
|
3843 |
msgid "How this page appears on Facebook"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: view/FrontMenu.php:
|
3847 |
msgid "Edit Open Graph"
|
3848 |
msgstr ""
|
3849 |
|
3850 |
-
#: view/FrontMenu.php:
|
3851 |
msgid "The image size must be at least 500 pixels wide"
|
3852 |
msgstr ""
|
3853 |
|
3854 |
-
#: view/FrontMenu.php:
|
3855 |
msgid ""
|
3856 |
"This is the Featured Image. You can changin it if you edit the snippet and "
|
3857 |
"upload anothe image."
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: view/FrontMenu.php:
|
3861 |
msgid "Media Image"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: view/FrontMenu.php:
|
3865 |
msgid "Image size must be at least 500 pixels wide"
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: view/FrontMenu.php:
|
3869 |
msgid "OG Title"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: view/FrontMenu.php:
|
3873 |
msgid "OG Description"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: view/FrontMenu.php:
|
3877 |
msgid "Author Link"
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: view/FrontMenu.php:
|
3881 |
msgid "if there are more authors, separate their facebook links with commas"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: view/FrontMenu.php:
|
3885 |
msgid "Page type"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
-
#: view/FrontMenu.php:
|
3889 |
msgid "Website"
|
3890 |
msgstr ""
|
3891 |
|
3892 |
-
#: view/FrontMenu.php:
|
3893 |
msgid "Book"
|
3894 |
msgstr ""
|
3895 |
|
3896 |
-
#: view/FrontMenu.php:
|
3897 |
msgid "Music"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
-
#: view/FrontMenu.php:
|
3901 |
msgid "Product"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
-
#: view/FrontMenu.php:
|
3905 |
msgid "Video"
|
3906 |
msgstr ""
|
3907 |
|
3908 |
-
#: view/FrontMenu.php:
|
3909 |
msgid ""
|
3910 |
"To edit the Open Graph, you have to activate Squirrly SEO for this page first"
|
3911 |
msgstr ""
|
3912 |
|
3913 |
-
#: view/FrontMenu.php:
|
3914 |
msgid "How this page appears on Twitter"
|
3915 |
msgstr ""
|
3916 |
|
3917 |
-
#: view/FrontMenu.php:
|
3918 |
msgid "Edit Twitter Card"
|
3919 |
msgstr ""
|
3920 |
|
3921 |
-
#: view/FrontMenu.php:
|
3922 |
msgid "Twitter Image"
|
3923 |
msgstr ""
|
3924 |
|
3925 |
-
#: view/FrontMenu.php:
|
3926 |
msgid "Twitter Card Title"
|
3927 |
msgstr ""
|
3928 |
|
3929 |
-
#: view/FrontMenu.php:
|
3930 |
msgid "Twitter Card Description"
|
3931 |
msgstr ""
|
3932 |
|
3933 |
-
#: view/FrontMenu.php:
|
3934 |
msgid ""
|
3935 |
"To edit the Twitter Card, you have to activate Squirrly SEO for this page "
|
3936 |
"first"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
-
#: view/FrontMenu.php:
|
3940 |
msgid "Let Google Index This Page"
|
3941 |
msgstr ""
|
3942 |
|
3943 |
-
#: view/FrontMenu.php:
|
3944 |
msgid "Pass Link Juice to This Page"
|
3945 |
msgstr ""
|
3946 |
|
3947 |
-
#: view/FrontMenu.php:
|
3948 |
msgid "Show it in Sitemap.xml"
|
3949 |
msgstr ""
|
3950 |
|
3951 |
-
#: view/FrontMenu.php:
|
3952 |
msgid "To edit, you have to activate Squirrly SEO for this page first."
|
3953 |
msgstr ""
|
3954 |
|
3955 |
-
#: view/FrontMenu.php:
|
3956 |
msgid "post type"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
-
#: view/FrontMenu.php:
|
3960 |
msgid "og type"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
-
#: view/FrontMenu.php:
|
3964 |
msgid "Can't do Custom SEO for this URL"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
-
#: view/FrontMenu.php:
|
3968 |
msgid "Enable Squirrly SEO to load Squirrly Snippet"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
-
#: view/FrontMenu.php:
|
3972 |
#, php-format
|
3973 |
msgid "%sPlease connect to Squirrly first%s"
|
3974 |
msgstr ""
|
@@ -3986,11 +4093,11 @@ msgid "Advanced Analytics (Business Level)"
|
|
3986 |
msgstr ""
|
3987 |
|
3988 |
#: view/SerpChecker.php:77
|
3989 |
-
msgid "Get Ranks and found Keywords from Squirrly
|
3990 |
msgstr ""
|
3991 |
|
3992 |
#: view/SerpChecker.php:81 view/SerpChecker.php:85
|
3993 |
-
msgid "Get Ranks from Squirrly
|
3994 |
msgstr ""
|
3995 |
|
3996 |
#: view/SerpChecker.php:92
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Squirrly SEO Plugin\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2018-02-21 10:04+0200\n"
|
6 |
+
"PO-Revision-Date: 2018-02-21 10:04+0200\n"
|
7 |
"Last-Translator: Squirrly <contact@squirrly.co>\n"
|
8 |
"Language-Team: \n"
|
9 |
"Language: de_DE\n"
|
19 |
"X-Generator: Poedit 1.8.2\n"
|
20 |
"X-Poedit-SearchPath-0: .\n"
|
21 |
|
22 |
+
#: classes/Action.php:138 classes/ObjController.php:200
|
23 |
+
msgid ""
|
24 |
+
"You need to activate the PHP simplexml_load_string extension for Squirrly "
|
25 |
+
"SEO to work."
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
# @ squirrly-seo
|
29 |
#: classes/Error.php:16
|
30 |
msgid ""
|
57 |
msgid "Don't bother me!"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: classes/Tools.php:87
|
61 |
msgid "Getting started"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: classes/Tools.php:276
|
65 |
msgid "Format"
|
66 |
msgstr ""
|
67 |
|
68 |
+
#: classes/Tools.php:284 classes/Tools.php:300
|
69 |
msgid "Category"
|
70 |
msgstr ""
|
71 |
|
72 |
+
#: classes/Tools.php:292 classes/Tools.php:308
|
73 |
msgid "Tag"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: classes/Tools.php:316
|
77 |
msgid "Shipping Option"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: classes/Tools.php:324
|
81 |
msgid "Author at"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: classes/Tools.php:356
|
85 |
msgid "You searched for"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: classes/Tools.php:372
|
89 |
msgid "Page not found"
|
90 |
msgstr ""
|
91 |
|
92 |
# @ squirrly-seo
|
93 |
+
#: classes/Tools.php:889
|
94 |
msgid "Fix it for me!"
|
95 |
msgstr "Beheben Sie es für mich!"
|
96 |
|
97 |
+
#: classes/Tools.php:895
|
98 |
msgid "Activate the Squirrly SEO for your blog (recommended)"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: classes/Tools.php:906
|
102 |
msgid ""
|
103 |
"You have META Title Duplicates. Disable the Squirrly Title Optimization or "
|
104 |
"disable the other SEO Plugins"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: classes/Tools.php:914
|
108 |
msgid ""
|
109 |
"You have META Description Duplicates. Disable the Squirrly Description "
|
110 |
"Optimization or disable the other SEO Plugins"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: classes/Tools.php:922
|
114 |
msgid ""
|
115 |
"You have Open Graph META Duplicates. Disable the Squirrly SEO Open Graph or "
|
116 |
"disable the other SEO Plugins"
|
117 |
msgstr ""
|
118 |
|
119 |
+
#: classes/Tools.php:930
|
120 |
msgid ""
|
121 |
"You have Twitter Card META Duplicates. Disable the Squirrly SEO Twitter Card "
|
122 |
"or disable the other SEO Plugins"
|
123 |
msgstr ""
|
124 |
|
125 |
# @ squirrly-seo
|
126 |
+
#: classes/Tools.php:939
|
127 |
msgid "You're blocking google from indexing your site!"
|
128 |
msgstr "Sie blockieren Google zum Indizieren Ihrer Website!"
|
129 |
|
130 |
+
#: classes/Tools.php:946
|
131 |
msgid ""
|
132 |
"It is highly recommended that you include the %postname% variable in the "
|
133 |
"permalink structure. <br />Go to Settings > Permalinks and add /%postname%/ "
|
134 |
"in Custom Structure"
|
135 |
msgstr ""
|
136 |
|
137 |
+
#: classes/Tools.php:953
|
138 |
msgid ""
|
139 |
"It is highly recommended to change or remove the default Wordpress Tagline. "
|
140 |
"<br />Go to Settings > General > Tagline"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: classes/Tools.php:959
|
144 |
msgid "Great! We didn't find any issue in your site."
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: classes/Tools.php:1104
|
148 |
msgid "Just another WordPress site"
|
149 |
msgstr ""
|
150 |
|
250 |
msgid "You don't have enough pemission to edit this article"
|
251 |
msgstr ""
|
252 |
|
253 |
+
#: controllers/Menu.php:38 controllers/Menu.php:49
|
254 |
#, php-format
|
255 |
msgid ""
|
256 |
"Good news, %s is integrated in Squirrly SEO now and you don't have to run 2 "
|
257 |
"plugins anymore"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: controllers/Menu.php:69
|
261 |
+
#, php-format
|
262 |
+
msgid ""
|
263 |
+
"An error occurred during activation. If this error persists, please contact "
|
264 |
+
"us at: %s"
|
265 |
+
msgstr ""
|
266 |
+
|
267 |
+
#: controllers/Menu.php:96
|
268 |
msgid "See Your Rank on Google"
|
269 |
msgstr ""
|
270 |
|
271 |
+
#: controllers/Menu.php:153
|
272 |
msgid "Custom SEO"
|
273 |
msgstr ""
|
274 |
|
275 |
+
#: controllers/Menu.php:196
|
276 |
#, php-format
|
277 |
msgid "Check out the Squirrly Analytics section. %sClick here%s"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: controllers/Menu.php:196 view/BlockPostsAnalytics.php:46
|
281 |
msgid "Squirrly Analytics"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: controllers/Menu.php:205
|
285 |
#, php-format
|
286 |
msgid "Go back and complete the Squirrly Tasks for today %sContinue%s"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: controllers/Menu.php:227
|
290 |
msgid " Dashboard"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: controllers/Menu.php:228
|
294 |
msgid "First Step"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: controllers/Menu.php:228
|
298 |
msgid "Dashboard"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: controllers/Menu.php:237
|
302 |
msgid " Advanced Analytics (Business Level)"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: controllers/Menu.php:238
|
306 |
msgid "Advanced Analytics"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: controllers/Menu.php:245
|
310 |
msgid " Performance Analytics"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: controllers/Menu.php:246
|
314 |
msgid "Performance <br />Analytics"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: controllers/Menu.php:254
|
318 |
msgid " Keyword Research"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: controllers/Menu.php:255
|
322 |
msgid "Keyword Research"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: controllers/Menu.php:262
|
326 |
msgid " Briefcase"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: controllers/Menu.php:263
|
330 |
msgid "Briefcase"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: controllers/Menu.php:270
|
334 |
msgid " Live Assistant"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: controllers/Menu.php:271
|
338 |
msgid "Live Assistant"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: controllers/Menu.php:277
|
342 |
msgid " Copywriting"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: controllers/Menu.php:278
|
346 |
msgid "Copywriting"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: controllers/Menu.php:286
|
350 |
msgid " SEO Audit"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: controllers/Menu.php:287
|
354 |
msgid "Site Audit"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: controllers/Menu.php:295
|
358 |
msgid " SEO Settings"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: controllers/Menu.php:296 view/BlockToolbar.php:4
|
362 |
msgid "SEO Settings"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: controllers/Menu.php:304
|
366 |
msgid " Advanced Settings"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: controllers/Menu.php:305 view/BlockSettings.php:22
|
370 |
msgid "Advanced Settings"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: controllers/Menu.php:312
|
374 |
msgid " SEO Patterns"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: controllers/Menu.php:313 view/BlockToolbar.php:14
|
378 |
msgid "Patterns"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: controllers/Menu.php:320
|
382 |
msgid " Account Info"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: controllers/Menu.php:321
|
386 |
msgid "Account Info"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: controllers/Menu.php:328
|
390 |
msgid " Support"
|
391 |
msgstr ""
|
392 |
|
393 |
# @ squirrly-seo
|
394 |
+
#: controllers/Menu.php:329 view/BlockSupport.php:18
|
395 |
msgid "Support"
|
396 |
msgstr "Support"
|
397 |
|
398 |
+
#: controllers/Menu.php:336
|
399 |
msgid "Become an Affiliate with "
|
400 |
msgstr ""
|
401 |
|
402 |
+
#: controllers/Menu.php:337
|
403 |
msgid "Become an Affiliate"
|
404 |
msgstr ""
|
405 |
|
406 |
+
#: controllers/Menu.php:345
|
407 |
msgid "Import SEO "
|
408 |
msgstr ""
|
409 |
|
410 |
+
#: controllers/Menu.php:346 view/BlockImport.php:77
|
411 |
msgid "Import SEO"
|
412 |
msgstr ""
|
413 |
|
414 |
+
#: controllers/Menu.php:379
|
415 |
msgid "SEO Snippet"
|
416 |
msgstr ""
|
417 |
|
431 |
msgid "SEO Analytics, by Squirrly"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: controllers/PostsList.php:144 controllers/SerpChecker.php:175
|
435 |
+
#: models/SerpCheckerTable.php:646 view/Blockseo.php:10
|
|
|
436 |
msgid "Update"
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: controllers/PostsList.php:148 controllers/SerpChecker.php:179
|
440 |
msgid "Not Public"
|
441 |
msgstr ""
|
442 |
|
443 |
+
#: controllers/PostsList.php:149 controllers/SerpChecker.php:180
|
444 |
msgid "Could not process"
|
445 |
msgstr ""
|
446 |
|
466 |
"in Briefcase upgrade to %sBusiness Plan%s."
|
467 |
msgstr ""
|
468 |
|
469 |
+
#: controllers/SerpChecker.php:78 controllers/SerpChecker.php:92
|
470 |
+
#: controllers/SerpChecker.php:135 core/BlockSerpKeywords.php:66
|
|
|
|
|
471 |
#: core/BlockSerpKeywords.php:74 core/BlockSerpKeywords.php:97
|
472 |
+
#: core/BlockSettingsSeo.php:66
|
473 |
msgid "You don't have enough pemission to activate this feature"
|
474 |
msgstr ""
|
475 |
|
476 |
+
#: controllers/SerpChecker.php:116 controllers/SerpChecker.php:126
|
477 |
+
#: core/BlockBriefcaseKeywords.php:186
|
478 |
msgid "Last checked"
|
479 |
msgstr ""
|
480 |
|
481 |
+
#: controllers/SerpChecker.php:130
|
482 |
msgid "Invalid Request"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: controllers/SerpChecker.php:143
|
486 |
msgid "Removed successfully! The ranks were updated from Squirry Server"
|
487 |
msgstr ""
|
488 |
|
495 |
msgid "An error occured. Mabe a network error :("
|
496 |
msgstr ""
|
497 |
|
498 |
+
#: core/BlockBriefcaseKeywords.php:32 core/BlockPostsAnalytics.php:24
|
499 |
#, php-format
|
500 |
msgid ""
|
501 |
"%sYou activated the Business Plan with Advanced Analytics. %sStart Here%s %s"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: core/BlockBriefcaseKeywords.php:34 core/BlockPostsAnalytics.php:26
|
505 |
#, php-format
|
506 |
msgid ""
|
507 |
"%sStart a FREE Trial of the Business Plan with Advanced Analytics for 7 "
|
508 |
"days. No credit card required. %sSee details%s %s"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: core/BlockBriefcaseKeywords.php:65
|
512 |
msgid "No keyword found in the briefcase."
|
513 |
msgstr ""
|
514 |
|
515 |
+
#: core/BlockBriefcaseKeywords.php:89 core/BlockBriefcaseKeywords.php:116
|
516 |
+
#: core/BlockBriefcaseKeywords.php:134 core/BlockBriefcaseKeywords.php:157
|
517 |
+
#: core/BlockBriefcaseKeywords.php:227 core/BlockBriefcaseKeywords.php:247
|
518 |
+
#: core/BlockBriefcaseKeywords.php:269 core/BlockBriefcaseKeywords.php:287
|
519 |
+
msgid "You don't have enough pemission to manage this feature"
|
520 |
+
msgstr ""
|
521 |
+
|
522 |
+
#: core/BlockBriefcaseKeywords.php:109 core/BlockBriefcaseKeywords.php:240
|
523 |
+
#: core/BlockBriefcaseKeywords.php:262 core/BlockBriefcaseKeywords.php:304
|
524 |
+
#: core/Loading.php:50 view/FrontMenu.php:45
|
525 |
msgid "Saved!"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: core/BlockBriefcaseKeywords.php:111 core/BlockBriefcaseKeywords.php:151
|
529 |
+
#: core/BlockBriefcaseKeywords.php:219 core/BlockBriefcaseKeywords.php:306
|
530 |
msgid "Invalid Keyword!"
|
531 |
msgstr ""
|
532 |
|
533 |
+
#: core/BlockBriefcaseKeywords.php:127 core/BlockBriefcaseKeywords.php:280
|
534 |
msgid "Deleted!"
|
535 |
msgstr ""
|
536 |
|
537 |
+
#: core/BlockBriefcaseKeywords.php:129 core/BlockBriefcaseKeywords.php:264
|
538 |
+
#: core/BlockBriefcaseKeywords.php:282
|
539 |
msgid "Invalid params!"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: core/BlockBriefcaseKeywords.php:147
|
543 |
msgid "Keyword Research limit exceeded."
|
544 |
msgstr ""
|
545 |
|
546 |
+
#: core/BlockBriefcaseKeywords.php:147 core/Loading.php:71
|
547 |
msgid "Add 20 Keyword Researches"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: core/BlockBriefcaseKeywords.php:178
|
551 |
msgid "Check Ranks"
|
552 |
msgstr ""
|
553 |
|
554 |
+
#: core/BlockBriefcaseKeywords.php:189 models/BlockPostsAnalytics.php:393
|
555 |
#: models/SerpCheckerTable.php:565
|
556 |
msgid "Edit"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: core/BlockBriefcaseKeywords.php:190
|
560 |
+
msgid "Get Rank"
|
561 |
+
msgstr ""
|
562 |
+
|
563 |
+
#: core/BlockBriefcaseKeywords.php:195
|
564 |
msgid "Deleted Post"
|
565 |
msgstr ""
|
566 |
|
567 |
+
#: core/BlockBriefcaseKeywords.php:205
|
568 |
msgid "Article title"
|
569 |
msgstr ""
|
570 |
|
571 |
+
#: core/BlockBriefcaseKeywords.php:206 models/SerpCheckerTable.php:359
|
572 |
msgid "Google Rank"
|
573 |
msgstr ""
|
574 |
|
575 |
+
#: core/BlockBriefcaseKeywords.php:207 models/SerpCheckerTable.php:362
|
576 |
msgid "Optimized"
|
577 |
msgstr ""
|
578 |
|
579 |
+
#: core/BlockBriefcaseKeywords.php:208
|
580 |
msgid "Option"
|
581 |
msgstr ""
|
582 |
|
583 |
+
#: core/BlockBriefcaseKeywords.php:213
|
584 |
msgid "There are no articles found"
|
585 |
msgstr ""
|
586 |
|
587 |
+
#: core/BlockBriefcaseKeywords.php:242
|
588 |
+
msgid "Invalid Label or Color!"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
#: core/BlockImport.php:32
|
592 |
msgid "All the Plugin settings were imported successfuly!"
|
593 |
msgstr ""
|
627 |
msgid "You can now import into Squirrly SEO all the SEO Settings from %s"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: core/BlockSettingsSeo.php:38 core/Blockseo.php:13
|
631 |
msgid "Too short"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: core/BlockSettingsSeo.php:39 core/Blockseo.php:14
|
635 |
msgid "Too long"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: core/BlockSettingsSeo.php:476
|
639 |
msgid "Great! The backup is restored."
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: core/BlockSettingsSeo.php:478 core/BlockSettingsSeo.php:481
|
643 |
+
#: core/BlockSettingsSeo.php:526 core/BlockSettingsSeo.php:529
|
644 |
msgid "Error! The backup is not valid."
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: core/BlockSettingsSeo.php:484 core/BlockSettingsSeo.php:532
|
648 |
msgid "Error! You have to enter a previous saved backup file."
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: core/BlockSettingsSeo.php:523
|
652 |
msgid "Great! The SEO backup is restored."
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: core/BlockSettingsSeo.php:539
|
656 |
msgid "Great! Squirrly Data Settings is up to date now."
|
657 |
msgstr ""
|
658 |
|
948 |
msgid "Add Keyword to Briefcase"
|
949 |
msgstr ""
|
950 |
|
951 |
+
#: core/Loading.php:87 view/BlockBriefcaseKeywords.php:286
|
952 |
msgid "Use Keyword"
|
953 |
msgstr ""
|
954 |
|
962 |
msgstr ""
|
963 |
|
964 |
#: models/BlockPostsAnalytics.php:295 models/SerpCheckerTable.php:374
|
965 |
+
#: view/FrontMenu.php:386
|
966 |
msgid "Author"
|
967 |
msgstr ""
|
968 |
|
1232 |
msgid "The total number of inbound links to this post"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: models/SerpCheckerTable.php:353 view/BlockPatterns.php:99
|
1236 |
+
#: view/FrontMenu.php:156
|
1237 |
msgid "Title"
|
1238 |
msgstr ""
|
1239 |
|
1240 |
+
#: models/SerpCheckerTable.php:356 view/BlockBriefcaseKeywords.php:62
|
1241 |
+
#: view/BlockBriefcaseKeywords.php:170 view/BlockSerpKeywords.php:31
|
1242 |
+
#: view/BlockSerpKeywords.php:63
|
1243 |
msgid "Keyword"
|
1244 |
msgstr ""
|
1245 |
|
1251 |
msgid "Post Date"
|
1252 |
msgstr ""
|
1253 |
|
1254 |
+
#: models/SerpCheckerTable.php:399 view/BlockBriefcaseKeywords.php:30
|
1255 |
msgid "Search Keyword"
|
1256 |
msgstr ""
|
1257 |
|
1302 |
msgid "Not indexed"
|
1303 |
msgstr ""
|
1304 |
|
1305 |
+
#: models/domain/Patterns.php:227
|
1306 |
msgid "Page"
|
1307 |
msgstr ""
|
1308 |
|
1309 |
+
#: models/domain/Patterns.php:228
|
1310 |
msgid "of"
|
1311 |
msgstr ""
|
1312 |
|
1588 |
msgstr ""
|
1589 |
|
1590 |
#: view/BlockBriefcaseKeywords.php:13
|
1591 |
+
msgid "Briefcase Keywords"
|
1592 |
+
msgstr ""
|
1593 |
+
|
1594 |
+
#: view/BlockBriefcaseKeywords.php:17
|
1595 |
+
msgid "See the Google Ranks for these Keywords"
|
1596 |
msgstr ""
|
1597 |
|
1598 |
+
#: view/BlockBriefcaseKeywords.php:20
|
1599 |
+
msgid "Go to Analytics"
|
1600 |
+
msgstr ""
|
1601 |
+
|
1602 |
+
#: view/BlockBriefcaseKeywords.php:32
|
1603 |
+
msgid "Filter by labels"
|
1604 |
+
msgstr ""
|
1605 |
+
|
1606 |
+
#: view/BlockBriefcaseKeywords.php:46 view/BlockSerpKeywords.php:12
|
1607 |
msgid "Add new keyword"
|
1608 |
msgstr ""
|
1609 |
|
1610 |
+
#: view/BlockBriefcaseKeywords.php:47
|
1611 |
+
msgid "Manage Labels"
|
1612 |
msgstr ""
|
1613 |
|
1614 |
+
#: view/BlockBriefcaseKeywords.php:58 view/BlockSerpKeywords.php:27
|
1615 |
+
msgid "Add a new Keyword"
|
1616 |
msgstr ""
|
1617 |
|
1618 |
+
#: view/BlockBriefcaseKeywords.php:63 view/BlockSerpKeywords.php:32
|
1619 |
msgid "Enter a Keyword (2-4 words)"
|
1620 |
msgstr ""
|
1621 |
|
1622 |
+
#: view/BlockBriefcaseKeywords.php:66
|
1623 |
+
msgid "Select Labels"
|
1624 |
+
msgstr ""
|
1625 |
+
|
1626 |
+
#: view/BlockBriefcaseKeywords.php:75 view/BlockBriefcaseKeywords.php:220
|
1627 |
+
msgid "Add new Label"
|
1628 |
+
msgstr ""
|
1629 |
+
|
1630 |
+
#: view/BlockBriefcaseKeywords.php:82 view/BlockSerpKeywords.php:42
|
1631 |
msgid "Add Keyword"
|
1632 |
msgstr ""
|
1633 |
|
1634 |
+
#: view/BlockBriefcaseKeywords.php:93
|
1635 |
+
msgid "Add New Label"
|
1636 |
+
msgstr ""
|
1637 |
+
|
1638 |
+
#: view/BlockBriefcaseKeywords.php:97 view/BlockBriefcaseKeywords.php:142
|
1639 |
+
msgid "Label Name"
|
1640 |
+
msgstr ""
|
1641 |
+
|
1642 |
+
#: view/BlockBriefcaseKeywords.php:101 view/BlockBriefcaseKeywords.php:146
|
1643 |
+
msgid "Label Color"
|
1644 |
+
msgstr ""
|
1645 |
+
|
1646 |
+
#: view/BlockBriefcaseKeywords.php:108
|
1647 |
+
msgid "Add Label"
|
1648 |
+
msgstr ""
|
1649 |
+
|
1650 |
+
#: view/BlockBriefcaseKeywords.php:111
|
1651 |
+
msgid "Your Labels"
|
1652 |
+
msgstr ""
|
1653 |
+
|
1654 |
+
#: view/BlockBriefcaseKeywords.php:138
|
1655 |
+
msgid "Edit Label"
|
1656 |
+
msgstr ""
|
1657 |
+
|
1658 |
+
#: view/BlockBriefcaseKeywords.php:152
|
1659 |
+
msgid "Save Label"
|
1660 |
+
msgstr ""
|
1661 |
+
|
1662 |
+
#: view/BlockBriefcaseKeywords.php:171
|
1663 |
msgid "Used"
|
1664 |
msgstr ""
|
1665 |
|
1666 |
+
#: view/BlockBriefcaseKeywords.php:172
|
1667 |
msgid "Data"
|
1668 |
msgstr ""
|
1669 |
|
1670 |
+
#: view/BlockBriefcaseKeywords.php:202
|
1671 |
+
msgid "Assign Labels to this Keyword"
|
1672 |
+
msgstr ""
|
1673 |
+
|
1674 |
+
#: view/BlockBriefcaseKeywords.php:208
|
1675 |
+
#, php-format
|
1676 |
+
msgid "Select Labels for: %s"
|
1677 |
+
msgstr ""
|
1678 |
+
|
1679 |
+
#: view/BlockBriefcaseKeywords.php:226
|
1680 |
+
msgid "Save Labels"
|
1681 |
+
msgstr ""
|
1682 |
+
|
1683 |
+
#: view/BlockBriefcaseKeywords.php:243 view/BlockBriefcaseKeywords.php:244
|
1684 |
msgid "Competition"
|
1685 |
msgstr ""
|
1686 |
|
1687 |
+
#: view/BlockBriefcaseKeywords.php:244 view/BlockBriefcaseKeywords.php:252
|
1688 |
+
#: view/BlockBriefcaseKeywords.php:260 view/BlockBriefcaseKeywords.php:268
|
1689 |
msgid "-"
|
1690 |
msgstr ""
|
1691 |
|
1692 |
+
#: view/BlockBriefcaseKeywords.php:251 view/BlockBriefcaseKeywords.php:252
|
1693 |
msgid "SEO Search Volume"
|
1694 |
msgstr ""
|
1695 |
|
1696 |
+
#: view/BlockBriefcaseKeywords.php:259 view/BlockBriefcaseKeywords.php:260
|
1697 |
msgid "Recent discussions"
|
1698 |
msgstr ""
|
1699 |
|
1700 |
+
#: view/BlockBriefcaseKeywords.php:267 view/BlockBriefcaseKeywords.php:268
|
1701 |
msgid "Trending"
|
1702 |
msgstr ""
|
1703 |
|
1704 |
# @ squirrly-seo
|
1705 |
+
#: view/BlockBriefcaseKeywords.php:277 view/Blocksearch.php:48
|
1706 |
msgid "Do a research"
|
1707 |
msgstr "Recherchieren"
|
1708 |
|
1709 |
+
#: view/BlockBriefcaseKeywords.php:289
|
1710 |
msgid "Delete"
|
1711 |
msgstr ""
|
1712 |
|
1987 |
msgstr ""
|
1988 |
|
1989 |
#: view/BlockPatterns.php:36
|
1990 |
+
msgid "Use Squirrly Patterns"
|
1991 |
+
msgstr ""
|
1992 |
+
|
1993 |
+
# @ squirrly-seo
|
1994 |
+
#: view/BlockPatterns.php:40 view/BlockPatterns.php:131
|
1995 |
+
#: view/BlockPatterns.php:145 view/BlockPatterns.php:162
|
1996 |
+
#: view/BlockSettings.php:135 view/BlockSettings.php:146
|
1997 |
+
#: view/BlockSettings.php:157 view/BlockSettings.php:168
|
1998 |
+
#: view/BlockSettings.php:179 view/BlockSettings.php:191
|
1999 |
+
#: view/BlockSettings.php:356 view/BlockSettingsSeo.php:53
|
2000 |
+
#: view/BlockSettingsSeo.php:95 view/BlockSettingsSeo.php:112
|
2001 |
+
#: view/BlockSettingsSeo.php:128 view/BlockSettingsSeo.php:144
|
2002 |
+
#: view/BlockSettingsSeo.php:160 view/BlockSettingsSeo.php:176
|
2003 |
+
#: view/BlockSettingsSeo.php:192 view/BlockSettingsSeo.php:220
|
2004 |
+
#: view/BlockSettingsSeo.php:236 view/BlockSettingsSeo.php:252
|
2005 |
+
#: view/BlockSettingsSeo.php:360 view/BlockSettingsSeo.php:411
|
2006 |
+
#: view/BlockSettingsSeo.php:603 view/BlockSettingsSeo.php:635
|
2007 |
+
#: view/BlockSettingsSeo.php:643 view/BlockSettingsSeo.php:741
|
2008 |
+
#: view/BlockSettingsSeo.php:1073 view/FrontMenu.php:71 view/FrontMenu.php:530
|
2009 |
+
#: view/FrontMenu.php:543 view/FrontMenu.php:556
|
2010 |
+
msgid "Yes"
|
2011 |
+
msgstr "Ja"
|
2012 |
+
|
2013 |
+
# @ squirrly-seo
|
2014 |
+
#: view/BlockPatterns.php:42 view/BlockPatterns.php:133
|
2015 |
+
#: view/BlockPatterns.php:147 view/BlockPatterns.php:164
|
2016 |
+
#: view/BlockSettings.php:137 view/BlockSettings.php:148
|
2017 |
+
#: view/BlockSettings.php:159 view/BlockSettings.php:170
|
2018 |
+
#: view/BlockSettings.php:181 view/BlockSettings.php:193
|
2019 |
+
#: view/BlockSettings.php:358 view/BlockSettingsSeo.php:55
|
2020 |
+
#: view/BlockSettingsSeo.php:97 view/BlockSettingsSeo.php:114
|
2021 |
+
#: view/BlockSettingsSeo.php:130 view/BlockSettingsSeo.php:146
|
2022 |
+
#: view/BlockSettingsSeo.php:162 view/BlockSettingsSeo.php:178
|
2023 |
+
#: view/BlockSettingsSeo.php:194 view/BlockSettingsSeo.php:222
|
2024 |
+
#: view/BlockSettingsSeo.php:238 view/BlockSettingsSeo.php:254
|
2025 |
+
#: view/BlockSettingsSeo.php:362 view/BlockSettingsSeo.php:413
|
2026 |
+
#: view/BlockSettingsSeo.php:605 view/BlockSettingsSeo.php:637
|
2027 |
+
#: view/BlockSettingsSeo.php:645 view/BlockSettingsSeo.php:743
|
2028 |
+
#: view/BlockSettingsSeo.php:1075 view/FrontMenu.php:73 view/FrontMenu.php:532
|
2029 |
+
#: view/FrontMenu.php:545 view/FrontMenu.php:558
|
2030 |
+
msgid "No"
|
2031 |
+
msgstr "Nein"
|
2032 |
+
|
2033 |
+
#: view/BlockPatterns.php:48
|
2034 |
msgid ""
|
2035 |
"Control how post types are displayed on your site and within search engine "
|
2036 |
"results and social media feeds."
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: view/BlockPatterns.php:49
|
2040 |
msgid ""
|
2041 |
"In Squirrly, each post type in your site comes with a predefined posting "
|
2042 |
"pattern when displayed onto your website. However, based on your site's "
|
2044 |
"include."
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: view/BlockPatterns.php:50
|
2048 |
msgid ""
|
2049 |
"Once you set up a pattern for a particular post type, only the content "
|
2050 |
"required by your custom sequence will be displayed."
|
2051 |
msgstr ""
|
2052 |
|
2053 |
+
#: view/BlockPatterns.php:51
|
2054 |
#, php-format
|
2055 |
msgid ""
|
2056 |
"Squirrly lets you see how the customized patterns will apply when posts/"
|
2060 |
"information."
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: view/BlockPatterns.php:56
|
2064 |
msgid "Set the custom patterns for each post type"
|
2065 |
msgstr ""
|
2066 |
|
2067 |
+
#: view/BlockPatterns.php:64
|
2068 |
msgid "+ Add Post Type"
|
2069 |
msgstr ""
|
2070 |
|
2071 |
+
#: view/BlockPatterns.php:64
|
2072 |
msgid "Add a post type from your Wordpress website"
|
2073 |
msgstr ""
|
2074 |
|
2075 |
+
#: view/BlockPatterns.php:67
|
2076 |
msgid "Add Post Type"
|
2077 |
msgstr ""
|
2078 |
|
2079 |
+
#: view/BlockPatterns.php:84
|
2080 |
msgid "Add"
|
2081 |
msgstr ""
|
2082 |
|
2083 |
+
#: view/BlockPatterns.php:94
|
2084 |
#, php-format
|
2085 |
msgid "Are you sure you want to remove the post type: %s"
|
2086 |
msgstr ""
|
2087 |
|
2088 |
+
#: view/BlockPatterns.php:94
|
2089 |
msgid "Remove Post Type"
|
2090 |
msgstr ""
|
2091 |
|
2092 |
+
#: view/BlockPatterns.php:105 view/FrontMenu.php:204
|
2093 |
msgid "Description"
|
2094 |
msgstr ""
|
2095 |
|
2096 |
+
#: view/BlockPatterns.php:111
|
2097 |
msgid "Separator"
|
2098 |
msgstr ""
|
2099 |
|
2100 |
+
#: view/BlockPatterns.php:126
|
2101 |
msgid "Let Google Index it"
|
2102 |
msgstr ""
|
2103 |
|
2104 |
+
#: view/BlockPatterns.php:140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2105 |
msgid "Pass Link Juice"
|
2106 |
msgstr ""
|
2107 |
|
2108 |
+
#: view/BlockPatterns.php:154
|
2109 |
msgid "Do SEO"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: view/BlockPatterns.php:198 view/BlockSettingsSeo.php:29
|
2113 |
+
#: view/BlockSettingsSeo.php:1125
|
2114 |
msgid "Save SEO"
|
2115 |
msgstr ""
|
2116 |
|
2158 |
msgid "Go to Analytics"
|
2159 |
msgstr ""
|
2160 |
|
2161 |
+
#: view/BlockSerpKeywords.php:35 view/FrontMenu.php:389
|
2162 |
msgid "Article"
|
2163 |
msgstr ""
|
2164 |
|
2165 |
+
#: view/BlockSerpKeywords.php:36
|
2166 |
msgid "Article URL ..."
|
2167 |
msgstr ""
|
2168 |
|
2169 |
+
#: view/BlockSerpKeywords.php:64
|
2170 |
msgid "Count"
|
2171 |
msgstr ""
|
2172 |
|
2173 |
+
#: view/BlockSerpKeywords.php:65
|
2174 |
msgid "Check the rank for it"
|
2175 |
msgstr ""
|
2176 |
|
2177 |
+
#: view/BlockSerpKeywords.php:113
|
2178 |
msgid "Save Keywords"
|
2179 |
msgstr ""
|
2180 |
|
2181 |
+
#: view/BlockSerpKeywords.php:128
|
2182 |
msgid "Show ignored keywords"
|
2183 |
msgstr ""
|
2184 |
|
2185 |
+
#: view/BlockSerpKeywords.php:143
|
2186 |
msgid "Reload Google Ranks from Squirrly Server"
|
2187 |
msgstr ""
|
2188 |
|
2189 |
+
#: view/BlockSerpKeywords.php:155
|
2190 |
msgid "Remove Local Ranks"
|
2191 |
msgstr ""
|
2192 |
|
2193 |
# @ squirrly-seo
|
2194 |
+
#: view/BlockSettings.php:24 view/BlockSettings.php:438
|
2195 |
msgid "Save settings"
|
2196 |
msgstr "Einstellungen speichern"
|
2197 |
|
2227 |
#: view/BlockSettings.php:69 view/BlockSettings.php:70
|
2228 |
#: view/BlockSettings.php:83 view/BlockSettings.php:84
|
2229 |
#: view/BlockSettingsSeo.php:66 view/BlockSettingsSeo.php:78
|
2230 |
+
#: view/BlockSettingsSeo.php:269 view/BlockSettingsSeo.php:583
|
2231 |
+
#: view/BlockSettingsSeo.php:896 view/BlockSettingsSeo.php:990
|
2232 |
+
#: view/BlockSettingsSeo.php:1002 view/BlockSettingsSeo.php:1014
|
2233 |
msgid "see how this improved since 2016"
|
2234 |
msgstr ""
|
2235 |
|
2245 |
msgid "Load Squirrly Live Assistant for"
|
2246 |
msgstr ""
|
2247 |
|
2248 |
+
#: view/BlockSettings.php:97 view/BlockSettingsSeo.php:377
|
2249 |
+
#: view/BlockSettingsSeo.php:764
|
2250 |
msgid "Posts"
|
2251 |
msgstr ""
|
2252 |
|
2253 |
+
#: view/BlockSettings.php:100 view/BlockSettingsSeo.php:380
|
2254 |
+
#: view/BlockSettingsSeo.php:793
|
2255 |
msgid "Pages"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
+
#: view/BlockSettings.php:104 view/BlockSettingsSeo.php:384
|
2259 |
+
#: view/BlockSettingsSeo.php:778
|
2260 |
msgid "Products"
|
2261 |
msgstr ""
|
2262 |
|
2273 |
|
2274 |
#: view/BlockSettings.php:162
|
2275 |
msgid ""
|
2276 |
+
"Send optimization data to Squirrly Cloud when the post is saved (don't use "
|
2277 |
"cron)"
|
2278 |
msgstr ""
|
2279 |
|
2282 |
msgstr ""
|
2283 |
|
2284 |
#: view/BlockSettings.php:184
|
|
|
|
|
|
|
|
|
2285 |
msgid ""
|
2286 |
"Download <strong>remote images</strong> in your <strong>Media Library</"
|
2287 |
"strong> for the new posts."
|
2288 |
msgstr ""
|
2289 |
|
2290 |
+
#: view/BlockSettings.php:196
|
2291 |
msgid ""
|
2292 |
"Correct my <strong>feed links</strong> and <strong>images</strong> (convert "
|
2293 |
"from relative to absolute)."
|
2294 |
msgstr ""
|
2295 |
|
2296 |
+
#: view/BlockSettings.php:206
|
2297 |
msgid "Google Rank Options"
|
2298 |
msgstr ""
|
2299 |
|
2300 |
+
#: view/BlockSettings.php:207
|
2301 |
#, php-format
|
2302 |
msgid "%sCountry targeting%s"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: view/BlockSettings.php:208
|
2306 |
#, php-format
|
2307 |
msgid "%sPowerful SEO Tool For Strong Google Rankings%s"
|
2308 |
msgstr ""
|
2309 |
|
2310 |
+
#: view/BlockSettings.php:215
|
2311 |
msgid ""
|
2312 |
"Select the Google country for which Squirrly will check the Google rank."
|
2313 |
msgstr ""
|
2314 |
|
2315 |
+
#: view/BlockSettings.php:220
|
2316 |
msgid "Default"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
+
#: view/BlockSettings.php:221
|
2320 |
msgid "American Samoa"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
+
#: view/BlockSettings.php:222
|
2324 |
msgid "Anguilla"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
+
#: view/BlockSettings.php:223
|
2328 |
msgid "Antigua and Barbuda"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
+
#: view/BlockSettings.php:224
|
2332 |
msgid "Argentina"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
+
#: view/BlockSettings.php:225
|
2336 |
msgid "Australia"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
+
#: view/BlockSettings.php:226
|
2340 |
msgid "Austria"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
+
#: view/BlockSettings.php:227
|
2344 |
msgid "Azerbaijan"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
+
#: view/BlockSettings.php:228
|
2348 |
msgid "Belgium"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
+
#: view/BlockSettings.php:229
|
2352 |
msgid "Brazil"
|
2353 |
msgstr ""
|
2354 |
|
2355 |
+
#: view/BlockSettings.php:230
|
2356 |
msgid "British Virgin Islands"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
+
#: view/BlockSettings.php:231
|
2360 |
msgid "Burundi"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
+
#: view/BlockSettings.php:232
|
2364 |
msgid "Bulgaria"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
+
#: view/BlockSettings.php:233
|
2368 |
msgid "Canada"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
+
#: view/BlockSettings.php:234
|
2372 |
msgid "Chad"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
+
#: view/BlockSettings.php:235
|
2376 |
msgid "Chile"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
+
#: view/BlockSettings.php:236
|
2380 |
msgid "Colombia"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
+
#: view/BlockSettings.php:237
|
2384 |
msgid "Costa Rica"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
+
#: view/BlockSettings.php:238
|
2388 |
msgid "Côte d'Ivoire"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
+
#: view/BlockSettings.php:239
|
2392 |
msgid "Cuba"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
+
#: view/BlockSettings.php:240
|
2396 |
msgid "Czech Republic"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
+
#: view/BlockSettings.php:241
|
2400 |
msgid "Dem. Rep. of the Congo"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
+
#: view/BlockSettings.php:242
|
2404 |
msgid "Denmark"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
+
#: view/BlockSettings.php:243
|
2408 |
msgid "Djibouti"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
+
#: view/BlockSettings.php:244
|
2412 |
msgid "Dominican Republic"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
+
#: view/BlockSettings.php:245
|
2416 |
msgid "Ecuador"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
+
#: view/BlockSettings.php:246
|
2420 |
msgid "El Salvador"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
+
#: view/BlockSettings.php:247
|
2424 |
msgid "Estonia"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
+
#: view/BlockSettings.php:248
|
2428 |
msgid "Federated States of Micronesia"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
+
#: view/BlockSettings.php:249
|
2432 |
msgid "Fiji"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
+
#: view/BlockSettings.php:250
|
2436 |
msgid "Finland"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
+
#: view/BlockSettings.php:251
|
2440 |
msgid "France"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
+
#: view/BlockSettings.php:252
|
2444 |
msgid "The Gambia"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
+
#: view/BlockSettings.php:253
|
2448 |
msgid "Georgia"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
+
#: view/BlockSettings.php:254
|
2452 |
msgid "Germany"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
+
#: view/BlockSettings.php:255
|
2456 |
msgid "Gibraltar"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
+
#: view/BlockSettings.php:256
|
2460 |
msgid "Greece"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
+
#: view/BlockSettings.php:257
|
2464 |
msgid "Greenland"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
+
#: view/BlockSettings.php:258
|
2468 |
msgid "Guernsey"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
+
#: view/BlockSettings.php:259
|
2472 |
msgid "Honduras"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
+
#: view/BlockSettings.php:260
|
2476 |
msgid "Hong Kong"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
+
#: view/BlockSettings.php:261
|
2480 |
msgid "Hungary"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
+
#: view/BlockSettings.php:262
|
2484 |
msgid "India"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
+
#: view/BlockSettings.php:263
|
2488 |
msgid "Indonesia"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
+
#: view/BlockSettings.php:264
|
2492 |
msgid "Ireland"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
+
#: view/BlockSettings.php:265
|
2496 |
msgid "Isle of Man"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
+
#: view/BlockSettings.php:266
|
2500 |
msgid "Israel"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
+
#: view/BlockSettings.php:267
|
2504 |
msgid "Italy"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
+
#: view/BlockSettings.php:268
|
2508 |
msgid "Jamaica"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
+
#: view/BlockSettings.php:269
|
2512 |
msgid "Japan"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
+
#: view/BlockSettings.php:270
|
2516 |
msgid "Jersey"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
+
#: view/BlockSettings.php:271
|
2520 |
msgid "Kazakhstan"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
+
#: view/BlockSettings.php:272
|
2524 |
msgid "Korea"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
+
#: view/BlockSettings.php:273
|
2528 |
msgid "Latvia"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
+
#: view/BlockSettings.php:274
|
2532 |
msgid "Lesotho"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
+
#: view/BlockSettings.php:275
|
2536 |
msgid "Liechtenstein"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
+
#: view/BlockSettings.php:276
|
2540 |
msgid "Lithuania"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
+
#: view/BlockSettings.php:277
|
2544 |
msgid "Luxembourg"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
+
#: view/BlockSettings.php:278
|
2548 |
msgid "Malawi"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
+
#: view/BlockSettings.php:279
|
2552 |
msgid "Malaysia"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
+
#: view/BlockSettings.php:280
|
2556 |
msgid "Malta"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
+
#: view/BlockSettings.php:281
|
2560 |
msgid "Mauritius"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
+
#: view/BlockSettings.php:282
|
2564 |
msgid "México"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
+
#: view/BlockSettings.php:283
|
2568 |
msgid "Montserrat"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
+
#: view/BlockSettings.php:284
|
2572 |
msgid "Namibia"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
+
#: view/BlockSettings.php:285
|
2576 |
msgid "Nepal"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
+
#: view/BlockSettings.php:286
|
2580 |
msgid "Netherlands"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
+
#: view/BlockSettings.php:287
|
2584 |
msgid "New Zealand"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
+
#: view/BlockSettings.php:288
|
2588 |
msgid "Nicaragua"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
+
#: view/BlockSettings.php:289
|
2592 |
msgid "Norfolk Island"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
+
#: view/BlockSettings.php:290
|
2596 |
msgid "Norway"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
+
#: view/BlockSettings.php:291
|
2600 |
msgid "Pakistan"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
+
#: view/BlockSettings.php:292
|
2604 |
msgid "Panamá"
|
2605 |
msgstr ""
|
2606 |
|
2607 |
+
#: view/BlockSettings.php:293
|
2608 |
msgid "Paraguay"
|
2609 |
msgstr ""
|
2610 |
|
2611 |
+
#: view/BlockSettings.php:294
|
2612 |
msgid "Perú"
|
2613 |
msgstr ""
|
2614 |
|
2615 |
+
#: view/BlockSettings.php:295
|
2616 |
msgid "Philippines"
|
2617 |
msgstr ""
|
2618 |
|
2619 |
+
#: view/BlockSettings.php:296
|
2620 |
msgid "Pitcairn Islands"
|
2621 |
msgstr ""
|
2622 |
|
2623 |
+
#: view/BlockSettings.php:297
|
2624 |
msgid "Poland"
|
2625 |
msgstr ""
|
2626 |
|
2627 |
+
#: view/BlockSettings.php:298
|
2628 |
msgid "Portugal"
|
2629 |
msgstr ""
|
2630 |
|
2631 |
+
#: view/BlockSettings.php:299
|
2632 |
msgid "Puerto Rico"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
+
#: view/BlockSettings.php:300
|
2636 |
msgid "Rep. of the Congo"
|
2637 |
msgstr ""
|
2638 |
|
2639 |
+
#: view/BlockSettings.php:301
|
2640 |
msgid "Romania"
|
2641 |
msgstr ""
|
2642 |
|
2643 |
+
#: view/BlockSettings.php:302
|
2644 |
msgid "Russia"
|
2645 |
msgstr ""
|
2646 |
|
2647 |
+
#: view/BlockSettings.php:303
|
2648 |
msgid "Rwanda"
|
2649 |
msgstr ""
|
2650 |
|
2651 |
+
#: view/BlockSettings.php:304
|
2652 |
msgid "Saint Helena"
|
2653 |
msgstr ""
|
2654 |
|
2655 |
+
#: view/BlockSettings.php:305
|
2656 |
msgid "San Marino"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
+
#: view/BlockSettings.php:306
|
2660 |
msgid "Saudi Arabia"
|
2661 |
msgstr ""
|
2662 |
|
2663 |
+
#: view/BlockSettings.php:307
|
2664 |
msgid "Singapore"
|
2665 |
msgstr ""
|
2666 |
|
2667 |
+
#: view/BlockSettings.php:308
|
2668 |
msgid "Slovakia"
|
2669 |
msgstr ""
|
2670 |
|
2671 |
+
#: view/BlockSettings.php:309
|
2672 |
msgid "South Africa"
|
2673 |
msgstr ""
|
2674 |
|
2675 |
+
#: view/BlockSettings.php:310
|
2676 |
msgid "Spain"
|
2677 |
msgstr ""
|
2678 |
|
2679 |
+
#: view/BlockSettings.php:311
|
2680 |
msgid "Sri Lanka"
|
2681 |
msgstr ""
|
2682 |
|
2683 |
+
#: view/BlockSettings.php:312
|
2684 |
msgid "Sweden"
|
2685 |
msgstr ""
|
2686 |
|
2687 |
+
#: view/BlockSettings.php:313
|
2688 |
msgid "Switzerland"
|
2689 |
msgstr ""
|
2690 |
|
2691 |
+
#: view/BlockSettings.php:314
|
2692 |
msgid "Taiwan"
|
2693 |
msgstr ""
|
2694 |
|
2695 |
+
#: view/BlockSettings.php:315
|
2696 |
msgid "Thailand"
|
2697 |
msgstr ""
|
2698 |
|
2699 |
+
#: view/BlockSettings.php:316
|
2700 |
msgid "Trinidad and Tobago"
|
2701 |
msgstr ""
|
2702 |
|
2703 |
+
#: view/BlockSettings.php:317
|
2704 |
msgid "Turkey"
|
2705 |
msgstr ""
|
2706 |
|
2707 |
+
#: view/BlockSettings.php:318
|
2708 |
msgid "Ukraine"
|
2709 |
msgstr ""
|
2710 |
|
2711 |
+
#: view/BlockSettings.php:319
|
2712 |
msgid "United Arab Emirates"
|
2713 |
msgstr ""
|
2714 |
|
2715 |
+
#: view/BlockSettings.php:320
|
2716 |
msgid "United Kingdom"
|
2717 |
msgstr ""
|
2718 |
|
2719 |
+
#: view/BlockSettings.php:321
|
2720 |
msgid "United States"
|
2721 |
msgstr ""
|
2722 |
|
2723 |
+
#: view/BlockSettings.php:322
|
2724 |
msgid "Uruguay"
|
2725 |
msgstr ""
|
2726 |
|
2727 |
+
#: view/BlockSettings.php:323
|
2728 |
msgid "Uzbekistan"
|
2729 |
msgstr ""
|
2730 |
|
2731 |
+
#: view/BlockSettings.php:324
|
2732 |
msgid "Vanuatu"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: view/BlockSettings.php:325
|
2736 |
msgid "Venezuela"
|
2737 |
msgstr ""
|
2738 |
|
2739 |
+
#: view/BlockSettings.php:326
|
2740 |
msgid "Vietnam"
|
2741 |
msgstr ""
|
2742 |
|
2743 |
+
#: view/BlockSettings.php:332
|
2744 |
#, php-format
|
2745 |
msgid ""
|
2746 |
"Select how many pages to be checked in the Performance Analytics section "
|
2747 |
"every hour. %s(not recommended for shared hosting plan)%s"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: view/BlockSettings.php:339
|
2751 |
msgid "page"
|
2752 |
msgstr ""
|
2753 |
|
2754 |
+
#: view/BlockSettings.php:341
|
2755 |
msgid "pages"
|
2756 |
msgstr ""
|
2757 |
|
2758 |
+
#: view/BlockSettings.php:347
|
2759 |
msgid "h"
|
2760 |
msgstr ""
|
2761 |
|
2762 |
+
#: view/BlockSettings.php:361
|
2763 |
msgid ""
|
2764 |
"Restricts search results to results originating in the above particular "
|
2765 |
"country."
|
2766 |
msgstr ""
|
2767 |
|
2768 |
+
#: view/BlockSettings.php:367
|
2769 |
#, php-format
|
2770 |
msgid ""
|
2771 |
"You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly "
|
2772 |
+
"Cloud and will be shown in %sAdvanced Analytics%s"
|
2773 |
msgstr ""
|
2774 |
|
2775 |
+
#: view/BlockSettings.php:371
|
2776 |
msgid "Select how many rank queries you want Squirrly to do every day. "
|
2777 |
msgstr ""
|
2778 |
|
2779 |
+
#: view/BlockSettings.php:376 view/BlockSettings.php:378
|
2780 |
+
#: view/BlockSettings.php:391
|
2781 |
msgid "queries"
|
2782 |
msgstr ""
|
2783 |
|
2784 |
+
#: view/BlockSettings.php:376 view/BlockSettings.php:378
|
2785 |
+
#: view/BlockSettings.php:391
|
2786 |
msgid "day"
|
2787 |
msgstr ""
|
2788 |
|
2789 |
+
#: view/BlockSettings.php:384
|
2790 |
msgid ""
|
2791 |
"Note: if you're on the free trial, you get 35 queries for the 7 days of "
|
2792 |
"trial."
|
2793 |
msgstr ""
|
2794 |
|
2795 |
+
#: view/BlockSettings.php:403
|
2796 |
msgid "Robots.txt Editor"
|
2797 |
msgstr ""
|
2798 |
|
2799 |
+
#: view/BlockSettings.php:404
|
2800 |
#, php-format
|
2801 |
msgid "%sLearn about robots.txt files%s"
|
2802 |
msgstr ""
|
2803 |
|
2804 |
+
#: view/BlockSettings.php:405
|
2805 |
#, php-format
|
2806 |
msgid "%sHow to use Robots.txt%s"
|
2807 |
msgstr ""
|
2808 |
|
2809 |
+
#: view/BlockSettings.php:411
|
2810 |
msgid "Edit the Robots.txt data"
|
2811 |
msgstr ""
|
2812 |
|
2813 |
+
#: view/BlockSettings.php:424
|
2814 |
msgid ""
|
2815 |
"Does not physically create the robots.txt file. The best option for "
|
2816 |
"Multisites."
|
2817 |
msgstr ""
|
2818 |
|
2819 |
+
#: view/BlockSettings.php:429
|
2820 |
msgid "Save Robots"
|
2821 |
msgstr ""
|
2822 |
|
2925 |
msgid "Optimize %sKeywords%s "
|
2926 |
msgstr ""
|
2927 |
|
2928 |
+
#: view/BlockSettingsSeo.php:266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2929 |
msgid "Squirrly Snippet G17-True Render"
|
2930 |
msgstr ""
|
2931 |
|
2932 |
+
#: view/BlockSettingsSeo.php:290
|
2933 |
msgid "First Page Optimization:"
|
2934 |
msgstr ""
|
2935 |
|
2936 |
# @ squirrly-seo
|
2937 |
+
#: view/BlockSettingsSeo.php:296
|
2938 |
msgid "Title:"
|
2939 |
msgstr "Titel:"
|
2940 |
|
2941 |
+
#: view/BlockSettingsSeo.php:301
|
2942 |
msgid "Tips: Length 10-75 chars"
|
2943 |
msgstr ""
|
2944 |
|
2945 |
# @ squirrly-seo
|
2946 |
+
#: view/BlockSettingsSeo.php:305
|
2947 |
msgid "Description:"
|
2948 |
msgstr "Beschreibung:"
|
2949 |
|
2950 |
+
#: view/BlockSettingsSeo.php:309
|
2951 |
msgid "Tips: Length 70-320 chars"
|
2952 |
msgstr ""
|
2953 |
|
2954 |
# @ squirrly-seo
|
2955 |
+
#: view/BlockSettingsSeo.php:312
|
2956 |
msgid "Keywords:"
|
2957 |
msgstr "Schlüsselwörter:"
|
2958 |
|
2959 |
+
#: view/BlockSettingsSeo.php:313
|
2960 |
msgid "Tips: use 2-4 keywords"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
+
#: view/BlockSettingsSeo.php:316
|
2964 |
msgid "OG Image:"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
+
#: view/BlockSettingsSeo.php:317
|
2968 |
msgid "Select Open Graph Image"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
+
#: view/BlockSettingsSeo.php:322
|
2972 |
msgid "First Page Preview (Title, Description, Keywords)"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: view/BlockSettingsSeo.php:324
|
2976 |
msgid "Squirrly Snippet"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
+
#: view/BlockSettingsSeo.php:336
|
2980 |
msgid ""
|
2981 |
"If you don't see any changes in your Google snippet, check if other SEO "
|
2982 |
"themes or plugins affect Squirrly."
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: view/BlockSettingsSeo.php:340
|
2986 |
#, php-format
|
2987 |
msgid ""
|
2988 |
"Use the %s<strong>Squirrly Snippet Tool</strong>%s while editing a Post/Page "
|
2989 |
"to customize the Title and the Description."
|
2990 |
msgstr ""
|
2991 |
|
2992 |
+
#: view/BlockSettingsSeo.php:348
|
2993 |
+
msgid "SEO for all post/pages"
|
2994 |
+
msgstr ""
|
2995 |
+
|
2996 |
+
#: view/BlockSettingsSeo.php:349
|
2997 |
+
#, php-format
|
2998 |
+
msgid ""
|
2999 |
+
"To customize the Title and Description for all the Posts and Pages in your "
|
3000 |
+
"site use the %sSquirrly Snippet Tool%s"
|
3001 |
+
msgstr ""
|
3002 |
+
|
3003 |
+
#: view/BlockSettingsSeo.php:351
|
3004 |
+
msgid "Add the Post tags in <strong>Keyword META</strong>."
|
3005 |
+
msgstr ""
|
3006 |
+
|
3007 |
+
#: view/BlockSettingsSeo.php:373
|
3008 |
+
msgid "Exclude Squirrly from loading in these Post Types"
|
3009 |
+
msgstr ""
|
3010 |
+
|
3011 |
+
#: view/BlockSettingsSeo.php:374
|
3012 |
+
msgid ""
|
3013 |
+
"DO NOT CHECK any Post Type if you want Squirrly to load for all posts types. "
|
3014 |
+
msgstr ""
|
3015 |
+
|
3016 |
+
#: view/BlockSettingsSeo.php:416
|
3017 |
+
msgid "Load <strong>Squirrly SEO Snippet in Frontend</strong> too."
|
3018 |
+
msgstr ""
|
3019 |
+
|
3020 |
+
#: view/BlockSettingsSeo.php:424
|
3021 |
msgid "Social Media Options"
|
3022 |
msgstr ""
|
3023 |
|
3024 |
+
#: view/BlockSettingsSeo.php:426
|
3025 |
msgid "Select the language you're using on Social Media"
|
3026 |
msgstr ""
|
3027 |
|
3028 |
+
#: view/BlockSettingsSeo.php:572
|
3029 |
#, php-format
|
3030 |
msgid "%sHow to pop out in Social Media with your links%s"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: view/BlockSettingsSeo.php:573
|
3034 |
#, php-format
|
3035 |
msgid "%sGet busy with Facebook’s new Search Engine functions%s"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: view/BlockSettingsSeo.php:574
|
3039 |
#, php-format
|
3040 |
msgid ""
|
3041 |
"%sHow I Added Twitter Cards in My WordPress for Better Inbound Marketing%s"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: view/BlockSettingsSeo.php:580
|
3045 |
msgid "Open Graph G17 - 2017 Settings"
|
3046 |
msgstr ""
|
3047 |
|
3048 |
+
#: view/BlockSettingsSeo.php:592
|
3049 |
msgid "Squirrly Adds the Best Codes for Open Graph and Twitter Cards"
|
3050 |
msgstr ""
|
3051 |
|
3052 |
+
#: view/BlockSettingsSeo.php:608
|
3053 |
#, php-format
|
3054 |
msgid ""
|
3055 |
"Add the Social Open Graph protocol so that your Facebook shares look good. "
|
3056 |
"%sCheck here%s. "
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: view/BlockSettingsSeo.php:612
|
3060 |
msgid "Facebook App ID"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: view/BlockSettingsSeo.php:613
|
3064 |
#, php-format
|
3065 |
msgid "Add the %sFacebook App%s ID "
|
3066 |
msgstr ""
|
3067 |
|
3068 |
+
#: view/BlockSettingsSeo.php:630
|
3069 |
msgid "You need to add your <strong>Twitter account</strong> below"
|
3070 |
msgstr ""
|
3071 |
|
3072 |
+
#: view/BlockSettingsSeo.php:640
|
3073 |
msgid "Add the <strong>Twitter card</strong> in your tweets. "
|
3074 |
msgstr ""
|
3075 |
|
3076 |
+
#: view/BlockSettingsSeo.php:648
|
3077 |
#, php-format
|
3078 |
msgid ""
|
3079 |
"Use <strong>Twitter %ssummary_large_image%s</strong> for your Twitter Card. "
|
3080 |
msgstr ""
|
3081 |
|
3082 |
+
#: view/BlockSettingsSeo.php:660
|
3083 |
msgid "Social Media Accounts"
|
3084 |
msgstr ""
|
3085 |
|
3086 |
+
#: view/BlockSettingsSeo.php:661
|
3087 |
#, php-format
|
3088 |
msgid "%sLink your Google+ profile to the content you create%s"
|
3089 |
msgstr ""
|
3090 |
|
3091 |
+
#: view/BlockSettingsSeo.php:662
|
3092 |
#, php-format
|
3093 |
msgid ""
|
3094 |
"%sTwitter account is mandatory for <strong>Twitter Card Validation</strong>%s"
|
3095 |
msgstr ""
|
3096 |
|
3097 |
+
#: view/BlockSettingsSeo.php:663
|
3098 |
#, php-format
|
3099 |
msgid ""
|
3100 |
"%sAdd all your social accounts for <strong>JSON-LD Semantic SEO</strong>%s"
|
3101 |
msgstr ""
|
3102 |
|
3103 |
+
#: view/BlockSettingsSeo.php:664 view/BlockSettingsSeo.php:887
|
3104 |
#, php-format
|
3105 |
msgid "%sSpecify your social profiles to Google%s"
|
3106 |
msgstr ""
|
3107 |
|
3108 |
+
#: view/BlockSettingsSeo.php:672
|
3109 |
msgid "Your Twitter Account:"
|
3110 |
msgstr ""
|
3111 |
|
3112 |
+
#: view/BlockSettingsSeo.php:679
|
3113 |
msgid "Google Plus Profile:"
|
3114 |
msgstr ""
|
3115 |
|
3116 |
+
#: view/BlockSettingsSeo.php:686
|
3117 |
msgid "Facebook Profile:"
|
3118 |
msgstr ""
|
3119 |
|
3120 |
+
#: view/BlockSettingsSeo.php:693
|
3121 |
msgid "Linkedin Profile:"
|
3122 |
msgstr ""
|
3123 |
|
3124 |
+
#: view/BlockSettingsSeo.php:700
|
3125 |
msgid "Pinterest Profile:"
|
3126 |
msgstr ""
|
3127 |
|
3128 |
+
#: view/BlockSettingsSeo.php:707
|
3129 |
msgid "Instagram Profile:"
|
3130 |
msgstr ""
|
3131 |
|
3132 |
+
#: view/BlockSettingsSeo.php:714
|
3133 |
msgid "Youtube Profile:"
|
3134 |
msgstr ""
|
3135 |
|
3136 |
+
#: view/BlockSettingsSeo.php:724
|
3137 |
msgid "XML Sitemap for Google"
|
3138 |
msgstr ""
|
3139 |
|
3140 |
+
#: view/BlockSettingsSeo.php:725
|
3141 |
msgid ""
|
3142 |
"Squirrly Sitemap is the fastest way to tell Google about the pages on your "
|
3143 |
"site. <strong>Supports Multisites, Google News, Images, Videos, Custom Post "
|
3144 |
"Types, Custom Taxonomies and Ecommerce products</strong>"
|
3145 |
msgstr ""
|
3146 |
|
3147 |
+
#: view/BlockSettingsSeo.php:726
|
3148 |
#, php-format
|
3149 |
msgid "%sHow to submit your sitemap.xml in Google Webmaster Tool%s"
|
3150 |
msgstr ""
|
3151 |
|
3152 |
+
#: view/BlockSettingsSeo.php:727
|
3153 |
#, php-format
|
3154 |
msgid ""
|
3155 |
"%s10 Vital To Dos to Feed Your SEO Content Machine After You Post Articles%s"
|
3156 |
msgstr ""
|
3157 |
|
3158 |
+
#: view/BlockSettingsSeo.php:728
|
3159 |
#, php-format
|
3160 |
msgid ""
|
3161 |
"For Google News Sitemap, ensure that your site is included in %sGoogle News%s"
|
3162 |
msgstr ""
|
3163 |
|
3164 |
+
#: view/BlockSettingsSeo.php:737
|
3165 |
msgid "XML Sitemap Options"
|
3166 |
msgstr ""
|
3167 |
|
3168 |
+
#: view/BlockSettingsSeo.php:746
|
3169 |
msgid "Ping your sitemap to Google and Bing when a new post is published"
|
3170 |
msgstr ""
|
3171 |
|
3172 |
+
#: view/BlockSettingsSeo.php:752
|
3173 |
msgid "Build Sitemaps for"
|
3174 |
msgstr ""
|
3175 |
|
3176 |
+
#: view/BlockSettingsSeo.php:760
|
3177 |
msgid "Google News"
|
3178 |
msgstr ""
|
3179 |
|
3180 |
+
#: view/BlockSettingsSeo.php:772
|
3181 |
msgid "Categories"
|
3182 |
msgstr ""
|
3183 |
|
3184 |
+
#: view/BlockSettingsSeo.php:786
|
3185 |
msgid "Tags"
|
3186 |
msgstr ""
|
3187 |
|
3188 |
+
#: view/BlockSettingsSeo.php:798
|
3189 |
msgid "Archive"
|
3190 |
msgstr ""
|
3191 |
|
3192 |
+
#: view/BlockSettingsSeo.php:801
|
3193 |
msgid "Custom Taxonomies"
|
3194 |
msgstr ""
|
3195 |
|
3196 |
+
#: view/BlockSettingsSeo.php:804
|
3197 |
msgid "Custom Posts"
|
3198 |
msgstr ""
|
3199 |
|
3200 |
+
#: view/BlockSettingsSeo.php:807
|
3201 |
#, php-format
|
3202 |
msgid ""
|
3203 |
"Select only the Post Types that have links in them. Your sitemap will be %s"
|
3204 |
msgstr ""
|
3205 |
|
3206 |
+
#: view/BlockSettingsSeo.php:811
|
3207 |
msgid "Include in Sitemaps"
|
3208 |
msgstr ""
|
3209 |
|
3210 |
+
#: view/BlockSettingsSeo.php:814
|
3211 |
msgid "<strong>Images</strong> from posts/pages"
|
3212 |
msgstr ""
|
3213 |
|
3214 |
+
#: view/BlockSettingsSeo.php:817
|
3215 |
msgid "<strong>Videos</strong> (embeded and local media)"
|
3216 |
msgstr ""
|
3217 |
|
3218 |
+
#: view/BlockSettingsSeo.php:822
|
3219 |
msgid "How often do you update your site?"
|
3220 |
msgstr ""
|
3221 |
|
3222 |
+
#: view/BlockSettingsSeo.php:824
|
3223 |
msgid "every day"
|
3224 |
msgstr ""
|
3225 |
|
3226 |
+
#: view/BlockSettingsSeo.php:825
|
3227 |
msgid "1-3 times per week"
|
3228 |
msgstr ""
|
3229 |
|
3230 |
+
#: view/BlockSettingsSeo.php:826
|
3231 |
msgid "1-3 times per month"
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: view/BlockSettingsSeo.php:827
|
3235 |
msgid "1-3 times per year"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: view/BlockSettingsSeo.php:831
|
3239 |
msgid "Feed Pagination: How many Posts per page to show in sitemap?"
|
3240 |
msgstr ""
|
3241 |
|
3242 |
# @ squirrly-seo
|
3243 |
+
#: view/BlockSettingsSeo.php:846
|
3244 |
msgid "Change the Website Icon"
|
3245 |
msgstr "Ändern Sie das Website-Symbol"
|
3246 |
|
3247 |
+
#: view/BlockSettingsSeo.php:847
|
3248 |
msgid ""
|
3249 |
"Now, even tablet & smartphone browsers make use of your icons. This makes "
|
3250 |
"having a good favicon even more important."
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: view/BlockSettingsSeo.php:848
|
3254 |
#, php-format
|
3255 |
msgid ""
|
3256 |
"You can use %shttp://convertico.com/%s to convert your photo to icon and "
|
3258 |
msgstr ""
|
3259 |
|
3260 |
# @ squirrly-seo
|
3261 |
+
#: view/BlockSettingsSeo.php:854
|
3262 |
msgid "Upload file:"
|
3263 |
msgstr "Datei hochladen:"
|
3264 |
|
3265 |
# @ squirrly-seo
|
3266 |
+
#: view/BlockSettingsSeo.php:867 view/FrontMenu.php:327 view/FrontMenu.php:468
|
3267 |
msgid "Upload"
|
3268 |
msgstr "Hochladen"
|
3269 |
|
3270 |
# @ squirrly-seo
|
3271 |
+
#: view/BlockSettingsSeo.php:871
|
3272 |
msgid ""
|
3273 |
"If you don't see the new icon in your browser, empty the browser cache and "
|
3274 |
"refresh the page."
|
3277 |
"Cache und aktualisieren Sie die Seite."
|
3278 |
|
3279 |
# @ squirrly-seo
|
3280 |
+
#: view/BlockSettingsSeo.php:873
|
3281 |
msgid "File types: JPG, JPEG, GIF and PNG."
|
3282 |
msgstr "Dateitypen: JPG, JPEG, GIF und PNG."
|
3283 |
|
3284 |
+
#: view/BlockSettingsSeo.php:875
|
3285 |
msgid ""
|
3286 |
"Does not physically create the favicon.ico file. The best option for "
|
3287 |
"Multisites."
|
3288 |
msgstr ""
|
3289 |
|
3290 |
+
#: view/BlockSettingsSeo.php:883
|
3291 |
msgid "JSON-LD for Semantic SEO"
|
3292 |
msgstr ""
|
3293 |
|
3294 |
+
#: view/BlockSettingsSeo.php:884
|
3295 |
msgid ""
|
3296 |
"Squirrly will automatically add the JSON-LD Structured Data in your site."
|
3297 |
msgstr ""
|
3298 |
|
3299 |
+
#: view/BlockSettingsSeo.php:885
|
3300 |
#, php-format
|
3301 |
msgid "%sJSON-LD's Big Day at Google%s"
|
3302 |
msgstr ""
|
3303 |
|
3304 |
+
#: view/BlockSettingsSeo.php:886
|
3305 |
#, php-format
|
3306 |
msgid "%sGoogle Testing Tool%s"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
+
#: view/BlockSettingsSeo.php:893
|
3310 |
msgid "JSON-LD G17 - 2x More Options"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
+
#: view/BlockSettingsSeo.php:910
|
3314 |
msgid "Your site type:"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
+
#: view/BlockSettingsSeo.php:912
|
3318 |
msgid "Organization"
|
3319 |
msgstr ""
|
3320 |
|
3321 |
+
#: view/BlockSettingsSeo.php:913
|
3322 |
msgid "Personal"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
+
#: view/BlockSettingsSeo.php:919
|
3326 |
msgid "Your Organization Name:"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
+
#: view/BlockSettingsSeo.php:920
|
3330 |
msgid "Your Name:"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: view/BlockSettingsSeo.php:924
|
3334 |
msgid "Job Title:"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
+
#: view/BlockSettingsSeo.php:928
|
3338 |
msgid "Logo Url:"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
+
#: view/BlockSettingsSeo.php:929
|
3342 |
msgid "Image Url:"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
+
#: view/BlockSettingsSeo.php:930
|
3346 |
msgid "Select Image"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: view/BlockSettingsSeo.php:934
|
3350 |
msgid "Contact Phone:"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
+
#: view/BlockSettingsSeo.php:938
|
3354 |
msgid "Contact Type:"
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: view/BlockSettingsSeo.php:940
|
3358 |
msgid "Customer Service"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: view/BlockSettingsSeo.php:941
|
3362 |
msgid "Technical Support"
|
3363 |
msgstr ""
|
3364 |
|
3365 |
+
#: view/BlockSettingsSeo.php:942
|
3366 |
msgid "Billing Support"
|
3367 |
msgstr ""
|
3368 |
|
3369 |
+
#: view/BlockSettingsSeo.php:943
|
3370 |
msgid "Bill Payment"
|
3371 |
msgstr ""
|
3372 |
|
3373 |
+
#: view/BlockSettingsSeo.php:944
|
3374 |
msgid "Sales"
|
3375 |
msgstr ""
|
3376 |
|
3377 |
+
#: view/BlockSettingsSeo.php:945
|
3378 |
msgid "Reservations"
|
3379 |
msgstr ""
|
3380 |
|
3381 |
+
#: view/BlockSettingsSeo.php:946
|
3382 |
msgid "Credit Card Support"
|
3383 |
msgstr ""
|
3384 |
|
3385 |
+
#: view/BlockSettingsSeo.php:947
|
3386 |
msgid "Emergency"
|
3387 |
msgstr ""
|
3388 |
|
3389 |
+
#: view/BlockSettingsSeo.php:948
|
3390 |
msgid "Baggage Tracking"
|
3391 |
msgstr ""
|
3392 |
|
3393 |
+
#: view/BlockSettingsSeo.php:949
|
3394 |
msgid "Roadside Assistance"
|
3395 |
msgstr ""
|
3396 |
|
3397 |
+
#: view/BlockSettingsSeo.php:950
|
3398 |
msgid "Package Tracking"
|
3399 |
msgstr ""
|
3400 |
|
3401 |
+
#: view/BlockSettingsSeo.php:955
|
3402 |
msgid "Short Description:"
|
3403 |
msgstr ""
|
3404 |
|
3405 |
+
#: view/BlockSettingsSeo.php:963
|
3406 |
msgid "Add your social accounts for Json-LD"
|
3407 |
msgstr ""
|
3408 |
|
3409 |
+
#: view/BlockSettingsSeo.php:968
|
3410 |
msgid "How the search results will look like once Google grabs your data."
|
3411 |
msgstr ""
|
3412 |
|
3413 |
+
#: view/BlockSettingsSeo.php:977 view/BlockToolbar.php:8
|
3414 |
msgid "Tracking Tools"
|
3415 |
msgstr ""
|
3416 |
|
3417 |
+
#: view/BlockSettingsSeo.php:978
|
3418 |
#, php-format
|
3419 |
msgid "%sHow to Get the Most Out of Google Analytics%s"
|
3420 |
msgstr ""
|
3421 |
|
3422 |
+
#: view/BlockSettingsSeo.php:979
|
3423 |
#, php-format
|
3424 |
msgid "%sWhat is Facebook Pixel?%s"
|
3425 |
msgstr ""
|
3426 |
|
3427 |
+
#: view/BlockSettingsSeo.php:980
|
3428 |
#, php-format
|
3429 |
msgid "%sA Beginner’s Guide to Facebook Insights%s"
|
3430 |
msgstr ""
|
3431 |
|
3432 |
+
#: view/BlockSettingsSeo.php:987
|
3433 |
msgid "Google Tracking G17"
|
3434 |
msgstr ""
|
3435 |
|
3436 |
+
#: view/BlockSettingsSeo.php:999
|
3437 |
msgid "Facebook Tracking G17"
|
3438 |
msgstr ""
|
3439 |
|
3440 |
+
#: view/BlockSettingsSeo.php:1011
|
3441 |
msgid "Rich Pins G17"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: view/BlockSettingsSeo.php:1028 view/BlockSettingsSeo.php:1038
|
3445 |
+
#: view/BlockSettingsSeo.php:1051
|
3446 |
#, php-format
|
3447 |
msgid "Facebook Admin ID (for %sInsights%s ):"
|
3448 |
msgstr ""
|
3449 |
|
3450 |
+
#: view/BlockSettingsSeo.php:1031 view/BlockSettingsSeo.php:1041
|
3451 |
+
#: view/BlockSettingsSeo.php:1054
|
3452 |
msgid "Facebook ID or https://www.facebook.com/YourProfileName"
|
3453 |
msgstr ""
|
3454 |
|
3455 |
+
#: view/BlockSettingsSeo.php:1046
|
3456 |
msgid "Add more Facebook Admin IDs"
|
3457 |
msgstr ""
|
3458 |
|
3459 |
+
#: view/BlockSettingsSeo.php:1060
|
3460 |
#, php-format
|
3461 |
msgid "Google %sAnalytics ID%s:"
|
3462 |
msgstr ""
|
3463 |
|
3464 |
+
#: view/BlockSettingsSeo.php:1065
|
3465 |
#, php-format
|
3466 |
msgid "Facebook %sPixel ID%s:"
|
3467 |
msgstr ""
|
3468 |
|
3469 |
+
#: view/BlockSettingsSeo.php:1078
|
3470 |
#, php-format
|
3471 |
msgid ""
|
3472 |
"Load <strong>%sGoogle Analytics AMP%s</strong> and <strong>%sFacebook Pixel "
|
3473 |
"AMP%s</strong> tracking%s(Warning! The tracking works only for AMP Themes.%s)"
|
3474 |
msgstr ""
|
3475 |
|
3476 |
+
#: view/BlockSettingsSeo.php:1085
|
3477 |
msgid "Measure Your Success"
|
3478 |
msgstr ""
|
3479 |
|
3480 |
+
#: view/BlockSettingsSeo.php:1086
|
3481 |
#, php-format
|
3482 |
msgid "%sHow to set the Google Webmaster Tool%s"
|
3483 |
msgstr ""
|
3484 |
|
3485 |
+
#: view/BlockSettingsSeo.php:1087
|
3486 |
#, php-format
|
3487 |
msgid "%sBest practices to help Google find, crawl, and index your site%s"
|
3488 |
msgstr ""
|
3489 |
|
3490 |
+
#: view/BlockSettingsSeo.php:1088
|
3491 |
#, php-format
|
3492 |
msgid "%sBing Webmaster Tools Help & How-To Center%s"
|
3493 |
msgstr ""
|
3494 |
|
3495 |
+
#: view/BlockSettingsSeo.php:1089
|
3496 |
#, php-format
|
3497 |
msgid "%sRich Pins Validator%s"
|
3498 |
msgstr ""
|
3499 |
|
3500 |
+
#: view/BlockSettingsSeo.php:1095
|
3501 |
#, php-format
|
3502 |
msgid "Google META verification code for %sWebmaster Tool%s:"
|
3503 |
msgstr ""
|
3504 |
|
3505 |
+
#: view/BlockSettingsSeo.php:1101
|
3506 |
#, php-format
|
3507 |
msgid "Bing META code (for %sWebmaster Tool%s ):"
|
3508 |
msgstr ""
|
3509 |
|
3510 |
+
#: view/BlockSettingsSeo.php:1108
|
3511 |
#, php-format
|
3512 |
msgid "Alexa META code (for %sAlexa Tool%s ):"
|
3513 |
msgstr ""
|
3514 |
|
3515 |
+
#: view/BlockSettingsSeo.php:1114
|
3516 |
#, php-format
|
3517 |
msgid "Pinterest Website Validator Code: (validate %sRich Pins%s )"
|
3518 |
msgstr ""
|
3757 |
msgid "Optimize for Keyword"
|
3758 |
msgstr "Schlüsselwort optimieren"
|
3759 |
|
3760 |
+
#: view/Blocksearch.php:7 view/Blocksearch.php:15
|
3761 |
+
msgid "Squirrly Briefcase"
|
3762 |
msgstr ""
|
3763 |
|
3764 |
#: view/Blocksearch.php:9
|
3765 |
msgid "What is Briefcase?"
|
3766 |
msgstr ""
|
3767 |
|
|
|
|
|
|
|
|
|
3768 |
#: view/Blocksearch.php:16
|
3769 |
msgid "Refresh the keywords"
|
3770 |
msgstr ""
|
3831 |
msgid "Split Window"
|
3832 |
msgstr ""
|
3833 |
|
3834 |
+
#: view/FrontMenu.php:46
|
3835 |
msgid "Saved! This is how the preview looks like"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
+
#: view/FrontMenu.php:63
|
3839 |
msgid "Activate Squirrly SEO for this page"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
+
#: view/FrontMenu.php:65
|
3843 |
+
#, php-format
|
3844 |
+
msgid ""
|
3845 |
+
"Post Type (%s) was excluded from %sSquirrly > SEO Settings%s. Squirrly SEO "
|
3846 |
+
"will not load for this post type on the frontend"
|
3847 |
+
msgstr ""
|
3848 |
+
|
3849 |
+
#: view/FrontMenu.php:83
|
3850 |
msgid "META"
|
3851 |
msgstr ""
|
3852 |
|
3853 |
+
#: view/FrontMenu.php:86
|
3854 |
msgid "FACEBOOK"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: view/FrontMenu.php:89
|
3858 |
msgid "TWITTER"
|
3859 |
msgstr ""
|
3860 |
|
3861 |
+
#: view/FrontMenu.php:92
|
3862 |
msgid "ADVANCED"
|
3863 |
msgstr ""
|
3864 |
|
3865 |
+
#: view/FrontMenu.php:105
|
3866 |
msgid "How this page will appear on Search Engines"
|
3867 |
msgstr ""
|
3868 |
|
3869 |
+
#: view/FrontMenu.php:110
|
3870 |
msgid "Edit Snippet"
|
3871 |
msgstr ""
|
3872 |
|
3873 |
+
#: view/FrontMenu.php:125 view/FrontMenu.php:316 view/FrontMenu.php:456
|
3874 |
msgid "Cancel"
|
3875 |
msgstr ""
|
3876 |
|
3877 |
+
#: view/FrontMenu.php:126 view/FrontMenu.php:317 view/FrontMenu.php:457
|
3878 |
+
#: view/FrontMenu.php:518
|
3879 |
msgid "Save"
|
3880 |
msgstr ""
|
3881 |
|
3882 |
+
#: view/FrontMenu.php:133
|
3883 |
msgid "SEO Title"
|
3884 |
msgstr ""
|
3885 |
|
3886 |
+
#: view/FrontMenu.php:136 view/FrontMenu.php:186
|
3887 |
msgid "Pattern: "
|
3888 |
msgstr ""
|
3889 |
|
3890 |
+
#: view/FrontMenu.php:141
|
3891 |
msgid "Current Title"
|
3892 |
msgstr ""
|
3893 |
|
3894 |
+
#: view/FrontMenu.php:146
|
3895 |
msgid "Default Title"
|
3896 |
msgstr ""
|
3897 |
|
3898 |
+
#: view/FrontMenu.php:166 view/FrontMenu.php:213
|
3899 |
msgid "Pattern"
|
3900 |
msgstr ""
|
3901 |
|
3902 |
+
#: view/FrontMenu.php:183
|
3903 |
msgid "META Description"
|
3904 |
msgstr ""
|
3905 |
|
3906 |
+
#: view/FrontMenu.php:190
|
3907 |
msgid "Current Description"
|
3908 |
msgstr ""
|
3909 |
|
3910 |
+
#: view/FrontMenu.php:195
|
3911 |
msgid "Default Description"
|
3912 |
msgstr ""
|
3913 |
|
3914 |
+
#: view/FrontMenu.php:229
|
3915 |
msgid "Meta Keywords"
|
3916 |
msgstr ""
|
3917 |
|
3918 |
# @ squirrly-seo
|
3919 |
+
#: view/FrontMenu.php:233
|
3920 |
msgid "+ Add keyword"
|
3921 |
msgstr "Fügen Sie ein anderes Schlüsselwort ein"
|
3922 |
|
3923 |
+
#: view/FrontMenu.php:241
|
3924 |
msgid "Canonical link"
|
3925 |
msgstr ""
|
3926 |
|
3927 |
+
#: view/FrontMenu.php:244
|
3928 |
msgid "Found: "
|
3929 |
msgstr ""
|
3930 |
|
3931 |
+
#: view/FrontMenu.php:250
|
3932 |
msgid "Current"
|
3933 |
msgstr ""
|
3934 |
|
3935 |
+
#: view/FrontMenu.php:256
|
3936 |
msgid "Default Link"
|
3937 |
msgstr ""
|
3938 |
|
3939 |
+
#: view/FrontMenu.php:267
|
3940 |
msgid ""
|
3941 |
"To edit the snippet, you have to activate Squirrly SEO for this page first"
|
3942 |
msgstr ""
|
3943 |
|
3944 |
+
#: view/FrontMenu.php:268 view/FrontMenu.php:411 view/FrontMenu.php:511
|
3945 |
+
#: view/FrontMenu.php:567
|
3946 |
msgid "or Click here"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: view/FrontMenu.php:276
|
3950 |
msgid "How this page appears on Facebook"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#: view/FrontMenu.php:281
|
3954 |
msgid "Edit Open Graph"
|
3955 |
msgstr ""
|
3956 |
|
3957 |
+
#: view/FrontMenu.php:289 view/FrontMenu.php:430
|
3958 |
msgid "The image size must be at least 500 pixels wide"
|
3959 |
msgstr ""
|
3960 |
|
3961 |
+
#: view/FrontMenu.php:303 view/FrontMenu.php:444
|
3962 |
msgid ""
|
3963 |
"This is the Featured Image. You can changin it if you edit the snippet and "
|
3964 |
"upload anothe image."
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: view/FrontMenu.php:323
|
3968 |
msgid "Media Image"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: view/FrontMenu.php:328 view/FrontMenu.php:469
|
3972 |
msgid "Image size must be at least 500 pixels wide"
|
3973 |
msgstr ""
|
3974 |
|
3975 |
+
#: view/FrontMenu.php:342
|
3976 |
msgid "OG Title"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
+
#: view/FrontMenu.php:355
|
3980 |
msgid "OG Description"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: view/FrontMenu.php:368
|
3984 |
msgid "Author Link"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
+
#: view/FrontMenu.php:373
|
3988 |
msgid "if there are more authors, separate their facebook links with commas"
|
3989 |
msgstr ""
|
3990 |
|
3991 |
+
#: view/FrontMenu.php:379
|
3992 |
msgid "Page type"
|
3993 |
msgstr ""
|
3994 |
|
3995 |
+
#: view/FrontMenu.php:383
|
3996 |
msgid "Website"
|
3997 |
msgstr ""
|
3998 |
|
3999 |
+
#: view/FrontMenu.php:392
|
4000 |
msgid "Book"
|
4001 |
msgstr ""
|
4002 |
|
4003 |
+
#: view/FrontMenu.php:395
|
4004 |
msgid "Music"
|
4005 |
msgstr ""
|
4006 |
|
4007 |
+
#: view/FrontMenu.php:398
|
4008 |
msgid "Product"
|
4009 |
msgstr ""
|
4010 |
|
4011 |
+
#: view/FrontMenu.php:401
|
4012 |
msgid "Video"
|
4013 |
msgstr ""
|
4014 |
|
4015 |
+
#: view/FrontMenu.php:410
|
4016 |
msgid ""
|
4017 |
"To edit the Open Graph, you have to activate Squirrly SEO for this page first"
|
4018 |
msgstr ""
|
4019 |
|
4020 |
+
#: view/FrontMenu.php:419
|
4021 |
msgid "How this page appears on Twitter"
|
4022 |
msgstr ""
|
4023 |
|
4024 |
+
#: view/FrontMenu.php:422
|
4025 |
msgid "Edit Twitter Card"
|
4026 |
msgstr ""
|
4027 |
|
4028 |
+
#: view/FrontMenu.php:464
|
4029 |
msgid "Twitter Image"
|
4030 |
msgstr ""
|
4031 |
|
4032 |
+
#: view/FrontMenu.php:482
|
4033 |
msgid "Twitter Card Title"
|
4034 |
msgstr ""
|
4035 |
|
4036 |
+
#: view/FrontMenu.php:495
|
4037 |
msgid "Twitter Card Description"
|
4038 |
msgstr ""
|
4039 |
|
4040 |
+
#: view/FrontMenu.php:510
|
4041 |
msgid ""
|
4042 |
"To edit the Twitter Card, you have to activate Squirrly SEO for this page "
|
4043 |
"first"
|
4044 |
msgstr ""
|
4045 |
|
4046 |
+
#: view/FrontMenu.php:525
|
4047 |
msgid "Let Google Index This Page"
|
4048 |
msgstr ""
|
4049 |
|
4050 |
+
#: view/FrontMenu.php:538
|
4051 |
msgid "Pass Link Juice to This Page"
|
4052 |
msgstr ""
|
4053 |
|
4054 |
+
#: view/FrontMenu.php:551
|
4055 |
msgid "Show it in Sitemap.xml"
|
4056 |
msgstr ""
|
4057 |
|
4058 |
+
#: view/FrontMenu.php:566
|
4059 |
msgid "To edit, you have to activate Squirrly SEO for this page first."
|
4060 |
msgstr ""
|
4061 |
|
4062 |
+
#: view/FrontMenu.php:586
|
4063 |
msgid "post type"
|
4064 |
msgstr ""
|
4065 |
|
4066 |
+
#: view/FrontMenu.php:588
|
4067 |
msgid "og type"
|
4068 |
msgstr ""
|
4069 |
|
4070 |
+
#: view/FrontMenu.php:610
|
4071 |
msgid "Can't do Custom SEO for this URL"
|
4072 |
msgstr ""
|
4073 |
|
4074 |
+
#: view/FrontMenu.php:630
|
4075 |
msgid "Enable Squirrly SEO to load Squirrly Snippet"
|
4076 |
msgstr ""
|
4077 |
|
4078 |
+
#: view/FrontMenu.php:654
|
4079 |
#, php-format
|
4080 |
msgid "%sPlease connect to Squirrly first%s"
|
4081 |
msgstr ""
|
4093 |
msgstr ""
|
4094 |
|
4095 |
#: view/SerpChecker.php:77
|
4096 |
+
msgid "Get Ranks and found Keywords from Squirrly Cloud"
|
4097 |
msgstr ""
|
4098 |
|
4099 |
#: view/SerpChecker.php:81 view/SerpChecker.php:85
|
4100 |
+
msgid "Get Ranks from Squirrly Cloud"
|
4101 |
msgstr ""
|
4102 |
|
4103 |
#: view/SerpChecker.php:92
|
languages/squirrly-seo-ro_RO.mo
CHANGED
Binary file
|
languages/squirrly-seo-ro_RO.po
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: squirrly_seo\n"
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: Squirrly <contact@squirrly.co>\n"
|
7 |
"Language-Team: Squirrly UK <support@squirrly.co>\n"
|
8 |
"Language: ro_RO\n"
|
@@ -16,6 +16,12 @@ msgstr ""
|
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
#: classes/Error.php:16
|
20 |
msgid ""
|
21 |
"Function get_class does not exists! Is required for Squirrly to work "
|
@@ -44,59 +50,59 @@ msgstr "Versiunea PHP trebuie sa fie mai mare de 4.0"
|
|
44 |
msgid "Don't bother me!"
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: classes/Tools.php:
|
48 |
msgid "Getting started"
|
49 |
msgstr "Ajutor"
|
50 |
|
51 |
-
#: classes/Tools.php:
|
52 |
msgid "Format"
|
53 |
msgstr ""
|
54 |
|
55 |
-
#: classes/Tools.php:
|
56 |
msgid "Category"
|
57 |
msgstr ""
|
58 |
|
59 |
-
#: classes/Tools.php:
|
60 |
msgid "Tag"
|
61 |
msgstr ""
|
62 |
|
63 |
-
#: classes/Tools.php:
|
64 |
msgid "Shipping Option"
|
65 |
msgstr ""
|
66 |
|
67 |
-
#: classes/Tools.php:
|
68 |
msgid "Author at"
|
69 |
msgstr ""
|
70 |
|
71 |
-
#: classes/Tools.php:
|
72 |
msgid "You searched for"
|
73 |
msgstr ""
|
74 |
|
75 |
-
#: classes/Tools.php:
|
76 |
msgid "Page not found"
|
77 |
msgstr ""
|
78 |
|
79 |
-
#: classes/Tools.php:
|
80 |
msgid "Fix it for me!"
|
81 |
msgstr "Repara-l"
|
82 |
|
83 |
-
#: classes/Tools.php:
|
84 |
msgid "Activate the Squirrly SEO for your blog (recommended)"
|
85 |
msgstr ""
|
86 |
|
87 |
-
#: classes/Tools.php:
|
88 |
msgid ""
|
89 |
"You have META Title Duplicates. Disable the Squirrly Title Optimization or "
|
90 |
"disable the other SEO Plugins"
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: classes/Tools.php:
|
94 |
msgid ""
|
95 |
"You have META Description Duplicates. Disable the Squirrly Description "
|
96 |
"Optimization or disable the other SEO Plugins"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: classes/Tools.php:
|
100 |
msgid ""
|
101 |
"You have Open Graph META Duplicates. Disable the Squirrly SEO Open Graph or "
|
102 |
"disable the other SEO Plugins"
|
@@ -104,7 +110,7 @@ msgstr ""
|
|
104 |
"Aveti duplicate in META Open Graph. Opriti Squirrly Seo Open Graph sau "
|
105 |
"dezactivati alte plugin-uri de SEO"
|
106 |
|
107 |
-
#: classes/Tools.php:
|
108 |
msgid ""
|
109 |
"You have Twitter Card META Duplicates. Disable the Squirrly SEO Twitter Card "
|
110 |
"or disable the other SEO Plugins"
|
@@ -112,11 +118,11 @@ msgstr ""
|
|
112 |
"Aveti duplicate in META Twitter Card. Opriti Squirrly Seo Twitter Card sau "
|
113 |
"dezactivati alte plugin-uri de SEO"
|
114 |
|
115 |
-
#: classes/Tools.php:
|
116 |
msgid "You're blocking google from indexing your site!"
|
117 |
msgstr "Blochezi accesul la google spre indexarea site-ului"
|
118 |
|
119 |
-
#: classes/Tools.php:
|
120 |
msgid ""
|
121 |
"It is highly recommended that you include the %postname% variable in the "
|
122 |
"permalink structure. <br />Go to Settings > Permalinks and add /%postname%/ "
|
@@ -126,17 +132,17 @@ msgstr ""
|
|
126 |
">Mergi la Setari > Legaturi permanente si adauga /%postname%/ in campul "
|
127 |
"Structură personalizată"
|
128 |
|
129 |
-
#: classes/Tools.php:
|
130 |
msgid ""
|
131 |
"It is highly recommended to change or remove the default Wordpress Tagline. "
|
132 |
"<br />Go to Settings > General > Tagline"
|
133 |
msgstr ""
|
134 |
|
135 |
-
#: classes/Tools.php:
|
136 |
msgid "Great! We didn't find any issue in your site."
|
137 |
msgstr ""
|
138 |
|
139 |
-
#: classes/Tools.php:
|
140 |
msgid "Just another WordPress site"
|
141 |
msgstr ""
|
142 |
|
@@ -242,162 +248,169 @@ msgstr ""
|
|
242 |
msgid "You don't have enough pemission to edit this article"
|
243 |
msgstr ""
|
244 |
|
245 |
-
#: controllers/Menu.php:
|
246 |
#, php-format
|
247 |
msgid ""
|
248 |
"Good news, %s is integrated in Squirrly SEO now and you don't have to run 2 "
|
249 |
"plugins anymore"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: controllers/Menu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
253 |
msgid "See Your Rank on Google"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: controllers/Menu.php:
|
257 |
msgid "Custom SEO"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: controllers/Menu.php:
|
261 |
#, php-format
|
262 |
msgid "Check out the Squirrly Analytics section. %sClick here%s"
|
263 |
msgstr ""
|
264 |
|
265 |
-
#: controllers/Menu.php:
|
266 |
#, fuzzy
|
267 |
msgid "Squirrly Analytics"
|
268 |
msgstr "Optiuni Squirrly"
|
269 |
|
270 |
-
#: controllers/Menu.php:
|
271 |
#, php-format
|
272 |
msgid "Go back and complete the Squirrly Tasks for today %sContinue%s"
|
273 |
msgstr ""
|
274 |
|
275 |
-
#: controllers/Menu.php:
|
276 |
msgid " Dashboard"
|
277 |
msgstr ""
|
278 |
|
279 |
-
#: controllers/Menu.php:
|
280 |
msgid "First Step"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: controllers/Menu.php:
|
284 |
msgid "Dashboard"
|
285 |
msgstr "Dashboard"
|
286 |
|
287 |
-
#: controllers/Menu.php:
|
288 |
msgid " Advanced Analytics (Business Level)"
|
289 |
msgstr ""
|
290 |
|
291 |
-
#: controllers/Menu.php:
|
292 |
msgid "Advanced Analytics"
|
293 |
msgstr ""
|
294 |
|
295 |
-
#: controllers/Menu.php:
|
296 |
msgid " Performance Analytics"
|
297 |
msgstr ""
|
298 |
|
299 |
-
#: controllers/Menu.php:
|
300 |
msgid "Performance <br />Analytics"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: controllers/Menu.php:
|
304 |
msgid " Keyword Research"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: controllers/Menu.php:
|
308 |
msgid "Keyword Research"
|
309 |
msgstr ""
|
310 |
|
311 |
-
#: controllers/Menu.php:
|
312 |
msgid " Briefcase"
|
313 |
msgstr ""
|
314 |
|
315 |
-
#: controllers/Menu.php:
|
316 |
msgid "Briefcase"
|
317 |
msgstr ""
|
318 |
|
319 |
-
#: controllers/Menu.php:
|
320 |
msgid " Live Assistant"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: controllers/Menu.php:
|
324 |
msgid "Live Assistant"
|
325 |
msgstr ""
|
326 |
|
327 |
-
#: controllers/Menu.php:
|
328 |
msgid " Copywriting"
|
329 |
msgstr ""
|
330 |
|
331 |
-
#: controllers/Menu.php:
|
332 |
msgid "Copywriting"
|
333 |
msgstr ""
|
334 |
|
335 |
-
#: controllers/Menu.php:
|
336 |
msgid " SEO Audit"
|
337 |
msgstr ""
|
338 |
|
339 |
-
#: controllers/Menu.php:
|
340 |
msgid "Site Audit"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: controllers/Menu.php:
|
344 |
msgid " SEO Settings"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: controllers/Menu.php:
|
348 |
#, fuzzy
|
349 |
msgid "SEO Settings"
|
350 |
msgstr "Setari"
|
351 |
|
352 |
-
#: controllers/Menu.php:
|
353 |
msgid " Advanced Settings"
|
354 |
msgstr ""
|
355 |
|
356 |
-
#: controllers/Menu.php:
|
357 |
msgid "Advanced Settings"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: controllers/Menu.php:
|
361 |
msgid " SEO Patterns"
|
362 |
msgstr ""
|
363 |
|
364 |
-
#: controllers/Menu.php:
|
365 |
msgid "Patterns"
|
366 |
msgstr ""
|
367 |
|
368 |
-
#: controllers/Menu.php:
|
369 |
msgid " Account Info"
|
370 |
msgstr ""
|
371 |
|
372 |
-
#: controllers/Menu.php:
|
373 |
msgid "Account Info"
|
374 |
msgstr ""
|
375 |
|
376 |
-
#: controllers/Menu.php:
|
377 |
msgid " Support"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: controllers/Menu.php:
|
381 |
msgid "Support"
|
382 |
msgstr "Suport"
|
383 |
|
384 |
-
#: controllers/Menu.php:
|
385 |
msgid "Become an Affiliate with "
|
386 |
msgstr ""
|
387 |
|
388 |
-
#: controllers/Menu.php:
|
389 |
msgid "Become an Affiliate"
|
390 |
msgstr ""
|
391 |
|
392 |
-
#: controllers/Menu.php:
|
393 |
msgid "Import SEO "
|
394 |
msgstr ""
|
395 |
|
396 |
-
#: controllers/Menu.php:
|
397 |
msgid "Import SEO"
|
398 |
msgstr ""
|
399 |
|
400 |
-
#: controllers/Menu.php:
|
401 |
msgid "SEO Snippet"
|
402 |
msgstr ""
|
403 |
|
@@ -417,17 +430,16 @@ msgstr "Titlul"
|
|
417 |
msgid "SEO Analytics, by Squirrly"
|
418 |
msgstr "SEO Analytics, de la Squirrly"
|
419 |
|
420 |
-
#: controllers/PostsList.php:144 controllers/SerpChecker.php:
|
421 |
-
#:
|
422 |
-
#: view/Blockseo.php:10
|
423 |
msgid "Update"
|
424 |
msgstr "Update"
|
425 |
|
426 |
-
#: controllers/PostsList.php:148 controllers/SerpChecker.php:
|
427 |
msgid "Not Public"
|
428 |
msgstr "Ciorna"
|
429 |
|
430 |
-
#: controllers/PostsList.php:149 controllers/SerpChecker.php:
|
431 |
msgid "Could not process"
|
432 |
msgstr "Nu s-a putut verifica"
|
433 |
|
@@ -453,25 +465,23 @@ msgid ""
|
|
453 |
"in Briefcase upgrade to %sBusiness Plan%s."
|
454 |
msgstr ""
|
455 |
|
456 |
-
#: controllers/SerpChecker.php:
|
457 |
-
#: controllers/SerpChecker.php:
|
458 |
-
#: core/BlockBriefcaseKeywords.php:98 core/BlockBriefcaseKeywords.php:116
|
459 |
-
#: core/BlockBriefcaseKeywords.php:140 core/BlockSerpKeywords.php:66
|
460 |
#: core/BlockSerpKeywords.php:74 core/BlockSerpKeywords.php:97
|
461 |
-
#: core/BlockSettingsSeo.php:
|
462 |
msgid "You don't have enough pemission to activate this feature"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: controllers/SerpChecker.php:
|
466 |
-
#: core/BlockBriefcaseKeywords.php:
|
467 |
msgid "Last checked"
|
468 |
msgstr ""
|
469 |
|
470 |
-
#: controllers/SerpChecker.php:
|
471 |
msgid "Invalid Request"
|
472 |
msgstr ""
|
473 |
|
474 |
-
#: controllers/SerpChecker.php:
|
475 |
msgid "Removed successfully! The ranks were updated from Squirry Server"
|
476 |
msgstr ""
|
477 |
|
@@ -484,82 +494,99 @@ msgstr "Eroare: %s"
|
|
484 |
msgid "An error occured. Mabe a network error :("
|
485 |
msgstr "A aparut o eroare. Probabil o eroare de retea :("
|
486 |
|
487 |
-
#: core/BlockBriefcaseKeywords.php:
|
488 |
#, php-format
|
489 |
msgid ""
|
490 |
"%sYou activated the Business Plan with Advanced Analytics. %sStart Here%s %s"
|
491 |
msgstr ""
|
492 |
|
493 |
-
#: core/BlockBriefcaseKeywords.php:
|
494 |
#, php-format
|
495 |
msgid ""
|
496 |
"%sStart a FREE Trial of the Business Plan with Advanced Analytics for 7 "
|
497 |
"days. No credit card required. %sSee details%s %s"
|
498 |
msgstr ""
|
499 |
|
500 |
-
#: core/BlockBriefcaseKeywords.php:
|
501 |
msgid "No keyword found in the briefcase."
|
502 |
msgstr ""
|
503 |
|
504 |
-
#: core/BlockBriefcaseKeywords.php:
|
505 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
506 |
msgid "Saved!"
|
507 |
msgstr ""
|
508 |
|
509 |
-
#: core/BlockBriefcaseKeywords.php:
|
510 |
-
#: core/BlockBriefcaseKeywords.php:
|
511 |
msgid "Invalid Keyword!"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: core/BlockBriefcaseKeywords.php:
|
515 |
msgid "Deleted!"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: core/BlockBriefcaseKeywords.php:
|
|
|
519 |
msgid "Invalid params!"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: core/BlockBriefcaseKeywords.php:
|
523 |
msgid "Keyword Research limit exceeded."
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: core/BlockBriefcaseKeywords.php:
|
527 |
msgid "Add 20 Keyword Researches"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: core/BlockBriefcaseKeywords.php:
|
531 |
msgid "Check Ranks"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: core/BlockBriefcaseKeywords.php:
|
535 |
#: models/SerpCheckerTable.php:565
|
536 |
msgid "Edit"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: core/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
540 |
msgid "Deleted Post"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: core/BlockBriefcaseKeywords.php:
|
544 |
msgid "Article title"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: core/BlockBriefcaseKeywords.php:
|
548 |
msgid "Google Rank"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: core/BlockBriefcaseKeywords.php:
|
552 |
msgid "Optimized"
|
553 |
msgstr ""
|
554 |
|
555 |
-
#: core/BlockBriefcaseKeywords.php:
|
556 |
msgid "Option"
|
557 |
msgstr ""
|
558 |
|
559 |
-
#: core/BlockBriefcaseKeywords.php:
|
560 |
msgid "There are no articles found"
|
561 |
msgstr ""
|
562 |
|
|
|
|
|
|
|
|
|
563 |
#: core/BlockImport.php:32
|
564 |
msgid "All the Plugin settings were imported successfuly!"
|
565 |
msgstr ""
|
@@ -599,32 +626,32 @@ msgstr ""
|
|
599 |
msgid "You can now import into Squirrly SEO all the SEO Settings from %s"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: core/BlockSettingsSeo.php:
|
603 |
msgid "Too short"
|
604 |
msgstr "Prea scurt"
|
605 |
|
606 |
-
#: core/BlockSettingsSeo.php:
|
607 |
msgid "Too long"
|
608 |
msgstr "Prea lung"
|
609 |
|
610 |
-
#: core/BlockSettingsSeo.php:
|
611 |
msgid "Great! The backup is restored."
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: core/BlockSettingsSeo.php:
|
615 |
-
#: core/BlockSettingsSeo.php:
|
616 |
msgid "Error! The backup is not valid."
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: core/BlockSettingsSeo.php:
|
620 |
msgid "Error! You have to enter a previous saved backup file."
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: core/BlockSettingsSeo.php:
|
624 |
msgid "Great! The SEO backup is restored."
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: core/BlockSettingsSeo.php:
|
628 |
msgid "Great! Squirrly Data Settings is up to date now."
|
629 |
msgstr ""
|
630 |
|
@@ -893,7 +920,7 @@ msgstr ""
|
|
893 |
msgid "Add Keyword to Briefcase"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: core/Loading.php:87 view/BlockBriefcaseKeywords.php:
|
897 |
msgid "Use Keyword"
|
898 |
msgstr ""
|
899 |
|
@@ -902,7 +929,7 @@ msgid "Type"
|
|
902 |
msgstr ""
|
903 |
|
904 |
#: models/BlockPostsAnalytics.php:295 models/SerpCheckerTable.php:374
|
905 |
-
#: view/FrontMenu.php:
|
906 |
msgid "Author"
|
907 |
msgstr ""
|
908 |
|
@@ -1161,14 +1188,14 @@ msgstr "Nu sunt suficiente informatii pentru acest post"
|
|
1161 |
msgid "The total number of inbound links to this post"
|
1162 |
msgstr ""
|
1163 |
|
1164 |
-
#: models/SerpCheckerTable.php:353 view/BlockPatterns.php:
|
1165 |
-
#: view/FrontMenu.php:
|
1166 |
msgid "Title"
|
1167 |
msgstr ""
|
1168 |
|
1169 |
-
#: models/SerpCheckerTable.php:356 view/BlockBriefcaseKeywords.php:
|
1170 |
-
#: view/BlockBriefcaseKeywords.php:
|
1171 |
-
#: view/BlockSerpKeywords.php:
|
1172 |
msgid "Keyword"
|
1173 |
msgstr "Cuvant cheie:"
|
1174 |
|
@@ -1180,7 +1207,7 @@ msgstr ""
|
|
1180 |
msgid "Post Date"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
-
#: models/SerpCheckerTable.php:399 view/BlockBriefcaseKeywords.php:
|
1184 |
msgid "Search Keyword"
|
1185 |
msgstr ""
|
1186 |
|
@@ -1230,11 +1257,11 @@ msgstr ""
|
|
1230 |
msgid "Not indexed"
|
1231 |
msgstr ""
|
1232 |
|
1233 |
-
#: models/domain/Patterns.php:
|
1234 |
msgid "Page"
|
1235 |
msgstr ""
|
1236 |
|
1237 |
-
#: models/domain/Patterns.php:
|
1238 |
msgid "of"
|
1239 |
msgstr ""
|
1240 |
|
@@ -1518,63 +1545,124 @@ msgid "Show All"
|
|
1518 |
msgstr ""
|
1519 |
|
1520 |
#: view/BlockBriefcaseKeywords.php:13
|
1521 |
-
msgid "Briefcase Keywords
|
|
|
|
|
|
|
|
|
1522 |
msgstr ""
|
1523 |
|
1524 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1525 |
msgid "Add new keyword"
|
1526 |
msgstr ""
|
1527 |
|
1528 |
-
#: view/BlockBriefcaseKeywords.php:
|
1529 |
-
msgid "
|
1530 |
msgstr ""
|
1531 |
|
1532 |
-
#: view/BlockBriefcaseKeywords.php:
|
1533 |
-
msgid "
|
1534 |
msgstr ""
|
1535 |
|
1536 |
-
#: view/BlockBriefcaseKeywords.php:
|
1537 |
msgid "Enter a Keyword (2-4 words)"
|
1538 |
msgstr ""
|
1539 |
|
1540 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1541 |
msgid "Add Keyword"
|
1542 |
msgstr ""
|
1543 |
|
1544 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1545 |
msgid "Used"
|
1546 |
msgstr ""
|
1547 |
|
1548 |
-
#: view/BlockBriefcaseKeywords.php:
|
1549 |
msgid "Data"
|
1550 |
msgstr ""
|
1551 |
|
1552 |
-
#: view/BlockBriefcaseKeywords.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1553 |
msgid "Competition"
|
1554 |
msgstr ""
|
1555 |
|
1556 |
-
#: view/BlockBriefcaseKeywords.php:
|
1557 |
-
#: view/BlockBriefcaseKeywords.php:
|
1558 |
msgid "-"
|
1559 |
msgstr ""
|
1560 |
|
1561 |
-
#: view/BlockBriefcaseKeywords.php:
|
1562 |
msgid "SEO Search Volume"
|
1563 |
msgstr ""
|
1564 |
|
1565 |
-
#: view/BlockBriefcaseKeywords.php:
|
1566 |
msgid "Recent discussions"
|
1567 |
msgstr ""
|
1568 |
|
1569 |
-
#: view/BlockBriefcaseKeywords.php:
|
1570 |
msgid "Trending"
|
1571 |
msgstr ""
|
1572 |
|
1573 |
-
#: view/BlockBriefcaseKeywords.php:
|
1574 |
msgid "Do a research"
|
1575 |
msgstr "Mai multe detalii"
|
1576 |
|
1577 |
-
#: view/BlockBriefcaseKeywords.php:
|
1578 |
msgid "Delete"
|
1579 |
msgstr ""
|
1580 |
|
@@ -1852,12 +1940,54 @@ msgid "Use Squirrly Live Assistant"
|
|
1852 |
msgstr ""
|
1853 |
|
1854 |
#: view/BlockPatterns.php:36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1855 |
msgid ""
|
1856 |
"Control how post types are displayed on your site and within search engine "
|
1857 |
"results and social media feeds."
|
1858 |
msgstr ""
|
1859 |
|
1860 |
-
#: view/BlockPatterns.php:
|
1861 |
msgid ""
|
1862 |
"In Squirrly, each post type in your site comes with a predefined posting "
|
1863 |
"pattern when displayed onto your website. However, based on your site's "
|
@@ -1865,13 +1995,13 @@ msgid ""
|
|
1865 |
"include."
|
1866 |
msgstr ""
|
1867 |
|
1868 |
-
#: view/BlockPatterns.php:
|
1869 |
msgid ""
|
1870 |
"Once you set up a pattern for a particular post type, only the content "
|
1871 |
"required by your custom sequence will be displayed."
|
1872 |
msgstr ""
|
1873 |
|
1874 |
-
#: view/BlockPatterns.php:
|
1875 |
#, php-format
|
1876 |
msgid ""
|
1877 |
"Squirrly lets you see how the customized patterns will apply when posts/"
|
@@ -1881,95 +2011,57 @@ msgid ""
|
|
1881 |
"information."
|
1882 |
msgstr ""
|
1883 |
|
1884 |
-
#: view/BlockPatterns.php:
|
1885 |
msgid "Set the custom patterns for each post type"
|
1886 |
msgstr ""
|
1887 |
|
1888 |
-
#: view/BlockPatterns.php:
|
1889 |
msgid "+ Add Post Type"
|
1890 |
msgstr ""
|
1891 |
|
1892 |
-
#: view/BlockPatterns.php:
|
1893 |
msgid "Add a post type from your Wordpress website"
|
1894 |
msgstr ""
|
1895 |
|
1896 |
-
#: view/BlockPatterns.php:
|
1897 |
msgid "Add Post Type"
|
1898 |
msgstr ""
|
1899 |
|
1900 |
-
#: view/BlockPatterns.php:
|
1901 |
msgid "Add"
|
1902 |
msgstr ""
|
1903 |
|
1904 |
-
#: view/BlockPatterns.php:
|
1905 |
#, php-format
|
1906 |
msgid "Are you sure you want to remove the post type: %s"
|
1907 |
msgstr ""
|
1908 |
|
1909 |
-
#: view/BlockPatterns.php:
|
1910 |
msgid "Remove Post Type"
|
1911 |
msgstr ""
|
1912 |
|
1913 |
-
#: view/BlockPatterns.php:
|
1914 |
msgid "Description"
|
1915 |
msgstr ""
|
1916 |
|
1917 |
-
#: view/BlockPatterns.php:
|
1918 |
msgid "Separator"
|
1919 |
msgstr ""
|
1920 |
|
1921 |
-
#: view/BlockPatterns.php:
|
1922 |
msgid "Let Google Index it"
|
1923 |
msgstr ""
|
1924 |
|
1925 |
-
#: view/BlockPatterns.php:
|
1926 |
-
#: view/BlockPatterns.php:149 view/BlockSettings.php:135
|
1927 |
-
#: view/BlockSettings.php:146 view/BlockSettings.php:157
|
1928 |
-
#: view/BlockSettings.php:168 view/BlockSettings.php:179
|
1929 |
-
#: view/BlockSettings.php:191 view/BlockSettings.php:203
|
1930 |
-
#: view/BlockSettings.php:368 view/BlockSettingsSeo.php:53
|
1931 |
-
#: view/BlockSettingsSeo.php:95 view/BlockSettingsSeo.php:112
|
1932 |
-
#: view/BlockSettingsSeo.php:128 view/BlockSettingsSeo.php:144
|
1933 |
-
#: view/BlockSettingsSeo.php:160 view/BlockSettingsSeo.php:176
|
1934 |
-
#: view/BlockSettingsSeo.php:192 view/BlockSettingsSeo.php:220
|
1935 |
-
#: view/BlockSettingsSeo.php:236 view/BlockSettingsSeo.php:252
|
1936 |
-
#: view/BlockSettingsSeo.php:271 view/BlockSettingsSeo.php:546
|
1937 |
-
#: view/BlockSettingsSeo.php:578 view/BlockSettingsSeo.php:586
|
1938 |
-
#: view/BlockSettingsSeo.php:684 view/BlockSettingsSeo.php:1016
|
1939 |
-
#: view/FrontMenu.php:49 view/FrontMenu.php:508 view/FrontMenu.php:521
|
1940 |
-
#: view/FrontMenu.php:534
|
1941 |
-
msgid "Yes"
|
1942 |
-
msgstr "Da"
|
1943 |
-
|
1944 |
-
#: view/BlockPatterns.php:120 view/BlockPatterns.php:134
|
1945 |
-
#: view/BlockPatterns.php:151 view/BlockSettings.php:137
|
1946 |
-
#: view/BlockSettings.php:148 view/BlockSettings.php:159
|
1947 |
-
#: view/BlockSettings.php:170 view/BlockSettings.php:181
|
1948 |
-
#: view/BlockSettings.php:193 view/BlockSettings.php:205
|
1949 |
-
#: view/BlockSettings.php:370 view/BlockSettingsSeo.php:55
|
1950 |
-
#: view/BlockSettingsSeo.php:97 view/BlockSettingsSeo.php:114
|
1951 |
-
#: view/BlockSettingsSeo.php:130 view/BlockSettingsSeo.php:146
|
1952 |
-
#: view/BlockSettingsSeo.php:162 view/BlockSettingsSeo.php:178
|
1953 |
-
#: view/BlockSettingsSeo.php:194 view/BlockSettingsSeo.php:222
|
1954 |
-
#: view/BlockSettingsSeo.php:238 view/BlockSettingsSeo.php:254
|
1955 |
-
#: view/BlockSettingsSeo.php:273 view/BlockSettingsSeo.php:548
|
1956 |
-
#: view/BlockSettingsSeo.php:580 view/BlockSettingsSeo.php:588
|
1957 |
-
#: view/BlockSettingsSeo.php:686 view/BlockSettingsSeo.php:1018
|
1958 |
-
#: view/FrontMenu.php:51 view/FrontMenu.php:510 view/FrontMenu.php:523
|
1959 |
-
#: view/FrontMenu.php:536
|
1960 |
-
msgid "No"
|
1961 |
-
msgstr "Nu"
|
1962 |
-
|
1963 |
-
#: view/BlockPatterns.php:127
|
1964 |
msgid "Pass Link Juice"
|
1965 |
msgstr ""
|
1966 |
|
1967 |
-
#: view/BlockPatterns.php:
|
1968 |
msgid "Do SEO"
|
1969 |
msgstr ""
|
1970 |
|
1971 |
-
#: view/BlockPatterns.php:
|
1972 |
-
#: view/BlockSettingsSeo.php:
|
1973 |
msgid "Save SEO"
|
1974 |
msgstr ""
|
1975 |
|
@@ -2017,39 +2109,39 @@ msgstr ""
|
|
2017 |
msgid "Go to Analytics"
|
2018 |
msgstr ""
|
2019 |
|
2020 |
-
#: view/BlockSerpKeywords.php:
|
2021 |
msgid "Article"
|
2022 |
msgstr ""
|
2023 |
|
2024 |
-
#: view/BlockSerpKeywords.php:
|
2025 |
msgid "Article URL ..."
|
2026 |
msgstr ""
|
2027 |
|
2028 |
-
#: view/BlockSerpKeywords.php:
|
2029 |
msgid "Count"
|
2030 |
msgstr ""
|
2031 |
|
2032 |
-
#: view/BlockSerpKeywords.php:
|
2033 |
msgid "Check the rank for it"
|
2034 |
msgstr ""
|
2035 |
|
2036 |
-
#: view/BlockSerpKeywords.php:
|
2037 |
msgid "Save Keywords"
|
2038 |
msgstr ""
|
2039 |
|
2040 |
-
#: view/BlockSerpKeywords.php:
|
2041 |
msgid "Show ignored keywords"
|
2042 |
msgstr ""
|
2043 |
|
2044 |
-
#: view/BlockSerpKeywords.php:
|
2045 |
msgid "Reload Google Ranks from Squirrly Server"
|
2046 |
msgstr ""
|
2047 |
|
2048 |
-
#: view/BlockSerpKeywords.php:
|
2049 |
msgid "Remove Local Ranks"
|
2050 |
msgstr ""
|
2051 |
|
2052 |
-
#: view/BlockSettings.php:24 view/BlockSettings.php:
|
2053 |
msgid "Save settings"
|
2054 |
msgstr "Salveaza setari"
|
2055 |
|
@@ -2085,9 +2177,9 @@ msgstr ""
|
|
2085 |
#: view/BlockSettings.php:69 view/BlockSettings.php:70
|
2086 |
#: view/BlockSettings.php:83 view/BlockSettings.php:84
|
2087 |
#: view/BlockSettingsSeo.php:66 view/BlockSettingsSeo.php:78
|
2088 |
-
#: view/BlockSettingsSeo.php:
|
2089 |
-
#: view/BlockSettingsSeo.php:
|
2090 |
-
#: view/BlockSettingsSeo.php:
|
2091 |
msgid "see how this improved since 2016"
|
2092 |
msgstr ""
|
2093 |
|
@@ -2103,15 +2195,18 @@ msgstr ""
|
|
2103 |
msgid "Load Squirrly Live Assistant for"
|
2104 |
msgstr ""
|
2105 |
|
2106 |
-
#: view/BlockSettings.php:97 view/BlockSettingsSeo.php:
|
|
|
2107 |
msgid "Posts"
|
2108 |
msgstr ""
|
2109 |
|
2110 |
-
#: view/BlockSettings.php:100 view/BlockSettingsSeo.php:
|
|
|
2111 |
msgid "Pages"
|
2112 |
msgstr ""
|
2113 |
|
2114 |
-
#: view/BlockSettings.php:104 view/BlockSettingsSeo.php:
|
|
|
2115 |
msgid "Products"
|
2116 |
msgstr ""
|
2117 |
|
@@ -2128,7 +2223,7 @@ msgstr ""
|
|
2128 |
|
2129 |
#: view/BlockSettings.php:162
|
2130 |
msgid ""
|
2131 |
-
"Send optimization data to Squirrly
|
2132 |
"cron)"
|
2133 |
msgstr ""
|
2134 |
|
@@ -2137,546 +2232,542 @@ msgid "Use <strong> the NEW version of the SEO Live Assistant</strong>."
|
|
2137 |
msgstr ""
|
2138 |
|
2139 |
#: view/BlockSettings.php:184
|
2140 |
-
msgid "Load <strong>Squirrly SEO Snippet in Frontend</strong> too."
|
2141 |
-
msgstr ""
|
2142 |
-
|
2143 |
-
#: view/BlockSettings.php:196
|
2144 |
msgid ""
|
2145 |
"Download <strong>remote images</strong> in your <strong>Media Library</"
|
2146 |
"strong> for the new posts."
|
2147 |
msgstr ""
|
2148 |
|
2149 |
-
#: view/BlockSettings.php:
|
2150 |
msgid ""
|
2151 |
"Correct my <strong>feed links</strong> and <strong>images</strong> (convert "
|
2152 |
"from relative to absolute)."
|
2153 |
msgstr ""
|
2154 |
|
2155 |
-
#: view/BlockSettings.php:
|
2156 |
msgid "Google Rank Options"
|
2157 |
msgstr ""
|
2158 |
|
2159 |
-
#: view/BlockSettings.php:
|
2160 |
#, php-format
|
2161 |
msgid "%sCountry targeting%s"
|
2162 |
msgstr ""
|
2163 |
|
2164 |
-
#: view/BlockSettings.php:
|
2165 |
#, php-format
|
2166 |
msgid "%sPowerful SEO Tool For Strong Google Rankings%s"
|
2167 |
msgstr ""
|
2168 |
|
2169 |
-
#: view/BlockSettings.php:
|
2170 |
msgid ""
|
2171 |
"Select the Google country for which Squirrly will check the Google rank."
|
2172 |
msgstr ""
|
2173 |
|
2174 |
-
#: view/BlockSettings.php:
|
2175 |
msgid "Default"
|
2176 |
msgstr ""
|
2177 |
|
2178 |
-
#: view/BlockSettings.php:
|
2179 |
msgid "American Samoa"
|
2180 |
msgstr ""
|
2181 |
|
2182 |
-
#: view/BlockSettings.php:
|
2183 |
msgid "Anguilla"
|
2184 |
msgstr ""
|
2185 |
|
2186 |
-
#: view/BlockSettings.php:
|
2187 |
msgid "Antigua and Barbuda"
|
2188 |
msgstr ""
|
2189 |
|
2190 |
-
#: view/BlockSettings.php:
|
2191 |
msgid "Argentina"
|
2192 |
msgstr ""
|
2193 |
|
2194 |
-
#: view/BlockSettings.php:
|
2195 |
msgid "Australia"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
-
#: view/BlockSettings.php:
|
2199 |
msgid "Austria"
|
2200 |
msgstr ""
|
2201 |
|
2202 |
-
#: view/BlockSettings.php:
|
2203 |
msgid "Azerbaijan"
|
2204 |
msgstr ""
|
2205 |
|
2206 |
-
#: view/BlockSettings.php:
|
2207 |
msgid "Belgium"
|
2208 |
msgstr ""
|
2209 |
|
2210 |
-
#: view/BlockSettings.php:
|
2211 |
msgid "Brazil"
|
2212 |
msgstr ""
|
2213 |
|
2214 |
-
#: view/BlockSettings.php:
|
2215 |
msgid "British Virgin Islands"
|
2216 |
msgstr ""
|
2217 |
|
2218 |
-
#: view/BlockSettings.php:
|
2219 |
msgid "Burundi"
|
2220 |
msgstr ""
|
2221 |
|
2222 |
-
#: view/BlockSettings.php:
|
2223 |
msgid "Bulgaria"
|
2224 |
msgstr ""
|
2225 |
|
2226 |
-
#: view/BlockSettings.php:
|
2227 |
msgid "Canada"
|
2228 |
msgstr ""
|
2229 |
|
2230 |
-
#: view/BlockSettings.php:
|
2231 |
msgid "Chad"
|
2232 |
msgstr ""
|
2233 |
|
2234 |
-
#: view/BlockSettings.php:
|
2235 |
msgid "Chile"
|
2236 |
msgstr ""
|
2237 |
|
2238 |
-
#: view/BlockSettings.php:
|
2239 |
msgid "Colombia"
|
2240 |
msgstr ""
|
2241 |
|
2242 |
-
#: view/BlockSettings.php:
|
2243 |
msgid "Costa Rica"
|
2244 |
msgstr ""
|
2245 |
|
2246 |
-
#: view/BlockSettings.php:
|
2247 |
msgid "Côte d'Ivoire"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
-
#: view/BlockSettings.php:
|
2251 |
msgid "Cuba"
|
2252 |
msgstr ""
|
2253 |
|
2254 |
-
#: view/BlockSettings.php:
|
2255 |
msgid "Czech Republic"
|
2256 |
msgstr ""
|
2257 |
|
2258 |
-
#: view/BlockSettings.php:
|
2259 |
msgid "Dem. Rep. of the Congo"
|
2260 |
msgstr ""
|
2261 |
|
2262 |
-
#: view/BlockSettings.php:
|
2263 |
msgid "Denmark"
|
2264 |
msgstr ""
|
2265 |
|
2266 |
-
#: view/BlockSettings.php:
|
2267 |
msgid "Djibouti"
|
2268 |
msgstr ""
|
2269 |
|
2270 |
-
#: view/BlockSettings.php:
|
2271 |
msgid "Dominican Republic"
|
2272 |
msgstr ""
|
2273 |
|
2274 |
-
#: view/BlockSettings.php:
|
2275 |
msgid "Ecuador"
|
2276 |
msgstr ""
|
2277 |
|
2278 |
-
#: view/BlockSettings.php:
|
2279 |
msgid "El Salvador"
|
2280 |
msgstr ""
|
2281 |
|
2282 |
-
#: view/BlockSettings.php:
|
2283 |
msgid "Estonia"
|
2284 |
msgstr ""
|
2285 |
|
2286 |
-
#: view/BlockSettings.php:
|
2287 |
msgid "Federated States of Micronesia"
|
2288 |
msgstr ""
|
2289 |
|
2290 |
-
#: view/BlockSettings.php:
|
2291 |
msgid "Fiji"
|
2292 |
msgstr ""
|
2293 |
|
2294 |
-
#: view/BlockSettings.php:
|
2295 |
msgid "Finland"
|
2296 |
msgstr ""
|
2297 |
|
2298 |
-
#: view/BlockSettings.php:
|
2299 |
#, fuzzy
|
2300 |
msgid "France"
|
2301 |
msgstr "Renunta"
|
2302 |
|
2303 |
-
#: view/BlockSettings.php:
|
2304 |
msgid "The Gambia"
|
2305 |
msgstr ""
|
2306 |
|
2307 |
-
#: view/BlockSettings.php:
|
2308 |
msgid "Georgia"
|
2309 |
msgstr ""
|
2310 |
|
2311 |
-
#: view/BlockSettings.php:
|
2312 |
msgid "Germany"
|
2313 |
msgstr ""
|
2314 |
|
2315 |
-
#: view/BlockSettings.php:
|
2316 |
msgid "Gibraltar"
|
2317 |
msgstr ""
|
2318 |
|
2319 |
-
#: view/BlockSettings.php:
|
2320 |
msgid "Greece"
|
2321 |
msgstr ""
|
2322 |
|
2323 |
-
#: view/BlockSettings.php:
|
2324 |
msgid "Greenland"
|
2325 |
msgstr ""
|
2326 |
|
2327 |
-
#: view/BlockSettings.php:
|
2328 |
msgid "Guernsey"
|
2329 |
msgstr ""
|
2330 |
|
2331 |
-
#: view/BlockSettings.php:
|
2332 |
msgid "Honduras"
|
2333 |
msgstr ""
|
2334 |
|
2335 |
-
#: view/BlockSettings.php:
|
2336 |
msgid "Hong Kong"
|
2337 |
msgstr ""
|
2338 |
|
2339 |
-
#: view/BlockSettings.php:
|
2340 |
msgid "Hungary"
|
2341 |
msgstr ""
|
2342 |
|
2343 |
-
#: view/BlockSettings.php:
|
2344 |
msgid "India"
|
2345 |
msgstr ""
|
2346 |
|
2347 |
-
#: view/BlockSettings.php:
|
2348 |
msgid "Indonesia"
|
2349 |
msgstr ""
|
2350 |
|
2351 |
-
#: view/BlockSettings.php:
|
2352 |
msgid "Ireland"
|
2353 |
msgstr ""
|
2354 |
|
2355 |
-
#: view/BlockSettings.php:
|
2356 |
msgid "Isle of Man"
|
2357 |
msgstr ""
|
2358 |
|
2359 |
-
#: view/BlockSettings.php:
|
2360 |
msgid "Israel"
|
2361 |
msgstr ""
|
2362 |
|
2363 |
-
#: view/BlockSettings.php:
|
2364 |
msgid "Italy"
|
2365 |
msgstr ""
|
2366 |
|
2367 |
-
#: view/BlockSettings.php:
|
2368 |
msgid "Jamaica"
|
2369 |
msgstr ""
|
2370 |
|
2371 |
-
#: view/BlockSettings.php:
|
2372 |
msgid "Japan"
|
2373 |
msgstr ""
|
2374 |
|
2375 |
-
#: view/BlockSettings.php:
|
2376 |
msgid "Jersey"
|
2377 |
msgstr ""
|
2378 |
|
2379 |
-
#: view/BlockSettings.php:
|
2380 |
msgid "Kazakhstan"
|
2381 |
msgstr ""
|
2382 |
|
2383 |
-
#: view/BlockSettings.php:
|
2384 |
msgid "Korea"
|
2385 |
msgstr ""
|
2386 |
|
2387 |
-
#: view/BlockSettings.php:
|
2388 |
msgid "Latvia"
|
2389 |
msgstr ""
|
2390 |
|
2391 |
-
#: view/BlockSettings.php:
|
2392 |
msgid "Lesotho"
|
2393 |
msgstr ""
|
2394 |
|
2395 |
-
#: view/BlockSettings.php:
|
2396 |
msgid "Liechtenstein"
|
2397 |
msgstr ""
|
2398 |
|
2399 |
-
#: view/BlockSettings.php:
|
2400 |
msgid "Lithuania"
|
2401 |
msgstr ""
|
2402 |
|
2403 |
-
#: view/BlockSettings.php:
|
2404 |
msgid "Luxembourg"
|
2405 |
msgstr ""
|
2406 |
|
2407 |
-
#: view/BlockSettings.php:
|
2408 |
msgid "Malawi"
|
2409 |
msgstr ""
|
2410 |
|
2411 |
-
#: view/BlockSettings.php:
|
2412 |
msgid "Malaysia"
|
2413 |
msgstr ""
|
2414 |
|
2415 |
-
#: view/BlockSettings.php:
|
2416 |
msgid "Malta"
|
2417 |
msgstr ""
|
2418 |
|
2419 |
-
#: view/BlockSettings.php:
|
2420 |
msgid "Mauritius"
|
2421 |
msgstr ""
|
2422 |
|
2423 |
-
#: view/BlockSettings.php:
|
2424 |
msgid "México"
|
2425 |
msgstr ""
|
2426 |
|
2427 |
-
#: view/BlockSettings.php:
|
2428 |
msgid "Montserrat"
|
2429 |
msgstr ""
|
2430 |
|
2431 |
-
#: view/BlockSettings.php:
|
2432 |
msgid "Namibia"
|
2433 |
msgstr ""
|
2434 |
|
2435 |
-
#: view/BlockSettings.php:
|
2436 |
msgid "Nepal"
|
2437 |
msgstr ""
|
2438 |
|
2439 |
-
#: view/BlockSettings.php:
|
2440 |
msgid "Netherlands"
|
2441 |
msgstr ""
|
2442 |
|
2443 |
-
#: view/BlockSettings.php:
|
2444 |
msgid "New Zealand"
|
2445 |
msgstr ""
|
2446 |
|
2447 |
-
#: view/BlockSettings.php:
|
2448 |
msgid "Nicaragua"
|
2449 |
msgstr ""
|
2450 |
|
2451 |
-
#: view/BlockSettings.php:
|
2452 |
msgid "Norfolk Island"
|
2453 |
msgstr ""
|
2454 |
|
2455 |
-
#: view/BlockSettings.php:
|
2456 |
msgid "Norway"
|
2457 |
msgstr ""
|
2458 |
|
2459 |
-
#: view/BlockSettings.php:
|
2460 |
msgid "Pakistan"
|
2461 |
msgstr ""
|
2462 |
|
2463 |
-
#: view/BlockSettings.php:
|
2464 |
msgid "Panamá"
|
2465 |
msgstr ""
|
2466 |
|
2467 |
-
#: view/BlockSettings.php:
|
2468 |
msgid "Paraguay"
|
2469 |
msgstr ""
|
2470 |
|
2471 |
-
#: view/BlockSettings.php:
|
2472 |
msgid "Perú"
|
2473 |
msgstr ""
|
2474 |
|
2475 |
-
#: view/BlockSettings.php:
|
2476 |
msgid "Philippines"
|
2477 |
msgstr ""
|
2478 |
|
2479 |
-
#: view/BlockSettings.php:
|
2480 |
msgid "Pitcairn Islands"
|
2481 |
msgstr ""
|
2482 |
|
2483 |
-
#: view/BlockSettings.php:
|
2484 |
msgid "Poland"
|
2485 |
msgstr ""
|
2486 |
|
2487 |
-
#: view/BlockSettings.php:
|
2488 |
msgid "Portugal"
|
2489 |
msgstr ""
|
2490 |
|
2491 |
-
#: view/BlockSettings.php:
|
2492 |
msgid "Puerto Rico"
|
2493 |
msgstr ""
|
2494 |
|
2495 |
-
#: view/BlockSettings.php:
|
2496 |
msgid "Rep. of the Congo"
|
2497 |
msgstr ""
|
2498 |
|
2499 |
-
#: view/BlockSettings.php:
|
2500 |
msgid "Romania"
|
2501 |
msgstr ""
|
2502 |
|
2503 |
-
#: view/BlockSettings.php:
|
2504 |
msgid "Russia"
|
2505 |
msgstr ""
|
2506 |
|
2507 |
-
#: view/BlockSettings.php:
|
2508 |
msgid "Rwanda"
|
2509 |
msgstr ""
|
2510 |
|
2511 |
-
#: view/BlockSettings.php:
|
2512 |
msgid "Saint Helena"
|
2513 |
msgstr ""
|
2514 |
|
2515 |
-
#: view/BlockSettings.php:
|
2516 |
msgid "San Marino"
|
2517 |
msgstr ""
|
2518 |
|
2519 |
-
#: view/BlockSettings.php:
|
2520 |
msgid "Saudi Arabia"
|
2521 |
msgstr ""
|
2522 |
|
2523 |
-
#: view/BlockSettings.php:
|
2524 |
msgid "Singapore"
|
2525 |
msgstr ""
|
2526 |
|
2527 |
-
#: view/BlockSettings.php:
|
2528 |
msgid "Slovakia"
|
2529 |
msgstr ""
|
2530 |
|
2531 |
-
#: view/BlockSettings.php:
|
2532 |
msgid "South Africa"
|
2533 |
msgstr ""
|
2534 |
|
2535 |
-
#: view/BlockSettings.php:
|
2536 |
msgid "Spain"
|
2537 |
msgstr ""
|
2538 |
|
2539 |
-
#: view/BlockSettings.php:
|
2540 |
msgid "Sri Lanka"
|
2541 |
msgstr ""
|
2542 |
|
2543 |
-
#: view/BlockSettings.php:
|
2544 |
msgid "Sweden"
|
2545 |
msgstr ""
|
2546 |
|
2547 |
-
#: view/BlockSettings.php:
|
2548 |
msgid "Switzerland"
|
2549 |
msgstr ""
|
2550 |
|
2551 |
-
#: view/BlockSettings.php:
|
2552 |
msgid "Taiwan"
|
2553 |
msgstr ""
|
2554 |
|
2555 |
-
#: view/BlockSettings.php:
|
2556 |
msgid "Thailand"
|
2557 |
msgstr ""
|
2558 |
|
2559 |
-
#: view/BlockSettings.php:
|
2560 |
msgid "Trinidad and Tobago"
|
2561 |
msgstr ""
|
2562 |
|
2563 |
-
#: view/BlockSettings.php:
|
2564 |
msgid "Turkey"
|
2565 |
msgstr ""
|
2566 |
|
2567 |
-
#: view/BlockSettings.php:
|
2568 |
msgid "Ukraine"
|
2569 |
msgstr ""
|
2570 |
|
2571 |
-
#: view/BlockSettings.php:
|
2572 |
msgid "United Arab Emirates"
|
2573 |
msgstr ""
|
2574 |
|
2575 |
-
#: view/BlockSettings.php:
|
2576 |
msgid "United Kingdom"
|
2577 |
msgstr ""
|
2578 |
|
2579 |
-
#: view/BlockSettings.php:
|
2580 |
msgid "United States"
|
2581 |
msgstr ""
|
2582 |
|
2583 |
-
#: view/BlockSettings.php:
|
2584 |
msgid "Uruguay"
|
2585 |
msgstr ""
|
2586 |
|
2587 |
-
#: view/BlockSettings.php:
|
2588 |
msgid "Uzbekistan"
|
2589 |
msgstr ""
|
2590 |
|
2591 |
-
#: view/BlockSettings.php:
|
2592 |
msgid "Vanuatu"
|
2593 |
msgstr ""
|
2594 |
|
2595 |
-
#: view/BlockSettings.php:
|
2596 |
msgid "Venezuela"
|
2597 |
msgstr ""
|
2598 |
|
2599 |
-
#: view/BlockSettings.php:
|
2600 |
msgid "Vietnam"
|
2601 |
msgstr ""
|
2602 |
|
2603 |
-
#: view/BlockSettings.php:
|
2604 |
#, php-format
|
2605 |
msgid ""
|
2606 |
"Select how many pages to be checked in the Performance Analytics section "
|
2607 |
"every hour. %s(not recommended for shared hosting plan)%s"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
-
#: view/BlockSettings.php:
|
2611 |
msgid "page"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
-
#: view/BlockSettings.php:
|
2615 |
msgid "pages"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
-
#: view/BlockSettings.php:
|
2619 |
msgid "h"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
-
#: view/BlockSettings.php:
|
2623 |
msgid ""
|
2624 |
"Restricts search results to results originating in the above particular "
|
2625 |
"country."
|
2626 |
msgstr ""
|
2627 |
|
2628 |
-
#: view/BlockSettings.php:
|
2629 |
#, php-format
|
2630 |
msgid ""
|
2631 |
"You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly "
|
2632 |
-
"
|
2633 |
msgstr ""
|
2634 |
|
2635 |
-
#: view/BlockSettings.php:
|
2636 |
msgid "Select how many rank queries you want Squirrly to do every day. "
|
2637 |
msgstr ""
|
2638 |
|
2639 |
-
#: view/BlockSettings.php:
|
2640 |
-
#: view/BlockSettings.php:
|
2641 |
msgid "queries"
|
2642 |
msgstr ""
|
2643 |
|
2644 |
-
#: view/BlockSettings.php:
|
2645 |
-
#: view/BlockSettings.php:
|
2646 |
msgid "day"
|
2647 |
msgstr ""
|
2648 |
|
2649 |
-
#: view/BlockSettings.php:
|
2650 |
msgid ""
|
2651 |
"Note: if you're on the free trial, you get 35 queries for the 7 days of "
|
2652 |
"trial."
|
2653 |
msgstr ""
|
2654 |
|
2655 |
-
#: view/BlockSettings.php:
|
2656 |
msgid "Robots.txt Editor"
|
2657 |
msgstr ""
|
2658 |
|
2659 |
-
#: view/BlockSettings.php:
|
2660 |
#, php-format
|
2661 |
msgid "%sLearn about robots.txt files%s"
|
2662 |
msgstr ""
|
2663 |
|
2664 |
-
#: view/BlockSettings.php:
|
2665 |
#, php-format
|
2666 |
msgid "%sHow to use Robots.txt%s"
|
2667 |
msgstr ""
|
2668 |
|
2669 |
-
#: view/BlockSettings.php:
|
2670 |
msgid "Edit the Robots.txt data"
|
2671 |
msgstr ""
|
2672 |
|
2673 |
-
#: view/BlockSettings.php:
|
2674 |
msgid ""
|
2675 |
"Does not physically create the robots.txt file. The best option for "
|
2676 |
"Multisites."
|
2677 |
msgstr ""
|
2678 |
|
2679 |
-
#: view/BlockSettings.php:
|
2680 |
msgid "Save Robots"
|
2681 |
msgstr ""
|
2682 |
|
@@ -2784,315 +2875,328 @@ msgstr ""
|
|
2784 |
msgid "Optimize %sKeywords%s "
|
2785 |
msgstr ""
|
2786 |
|
2787 |
-
#: view/BlockSettingsSeo.php:
|
2788 |
-
msgid "SEO for all post/pages"
|
2789 |
-
msgstr ""
|
2790 |
-
|
2791 |
-
#: view/BlockSettingsSeo.php:260
|
2792 |
-
#, php-format
|
2793 |
-
msgid ""
|
2794 |
-
"To customize the Title and Description for all the Posts and Pages in your "
|
2795 |
-
"site use the %sSquirrly Snippet Tool%s"
|
2796 |
-
msgstr ""
|
2797 |
-
|
2798 |
-
#: view/BlockSettingsSeo.php:262
|
2799 |
-
msgid "Add the Post tags in <strong>Keyword META</strong>."
|
2800 |
-
msgstr ""
|
2801 |
-
|
2802 |
-
#: view/BlockSettingsSeo.php:284
|
2803 |
msgid "Squirrly Snippet G17-True Render"
|
2804 |
msgstr ""
|
2805 |
|
2806 |
-
#: view/BlockSettingsSeo.php:
|
2807 |
msgid "First Page Optimization:"
|
2808 |
msgstr ""
|
2809 |
|
2810 |
-
#: view/BlockSettingsSeo.php:
|
2811 |
msgid "Title:"
|
2812 |
msgstr "Titlu:"
|
2813 |
|
2814 |
-
#: view/BlockSettingsSeo.php:
|
2815 |
msgid "Tips: Length 10-75 chars"
|
2816 |
msgstr "Atentie: Lungimea 10-75 caractere"
|
2817 |
|
2818 |
-
#: view/BlockSettingsSeo.php:
|
2819 |
msgid "Description:"
|
2820 |
msgstr "Descrierea:"
|
2821 |
|
2822 |
-
#: view/BlockSettingsSeo.php:
|
2823 |
msgid "Tips: Length 70-320 chars"
|
2824 |
msgstr "Atentie: Lungimea 70-320 caractere"
|
2825 |
|
2826 |
-
#: view/BlockSettingsSeo.php:
|
2827 |
msgid "Keywords:"
|
2828 |
msgstr "Cuvinte cheie:"
|
2829 |
|
2830 |
-
#: view/BlockSettingsSeo.php:
|
2831 |
msgid "Tips: use 2-4 keywords"
|
2832 |
msgstr ""
|
2833 |
|
2834 |
-
#: view/BlockSettingsSeo.php:
|
2835 |
msgid "OG Image:"
|
2836 |
msgstr ""
|
2837 |
|
2838 |
-
#: view/BlockSettingsSeo.php:
|
2839 |
msgid "Select Open Graph Image"
|
2840 |
msgstr ""
|
2841 |
|
2842 |
-
#: view/BlockSettingsSeo.php:
|
2843 |
msgid "First Page Preview (Title, Description, Keywords)"
|
2844 |
msgstr ""
|
2845 |
|
2846 |
-
#: view/BlockSettingsSeo.php:
|
2847 |
msgid "Squirrly Snippet"
|
2848 |
msgstr "Snipet Squirrly"
|
2849 |
|
2850 |
-
#: view/BlockSettingsSeo.php:
|
2851 |
msgid ""
|
2852 |
"If you don't see any changes in your Google snippet, check if other SEO "
|
2853 |
"themes or plugins affect Squirrly."
|
2854 |
msgstr ""
|
2855 |
|
2856 |
-
#: view/BlockSettingsSeo.php:
|
2857 |
#, php-format
|
2858 |
msgid ""
|
2859 |
"Use the %s<strong>Squirrly Snippet Tool</strong>%s while editing a Post/Page "
|
2860 |
"to customize the Title and the Description."
|
2861 |
msgstr ""
|
2862 |
|
2863 |
-
#: view/BlockSettingsSeo.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2864 |
msgid "Social Media Options"
|
2865 |
msgstr "Optiuni Social Media"
|
2866 |
|
2867 |
-
#: view/BlockSettingsSeo.php:
|
2868 |
msgid "Select the language you're using on Social Media"
|
2869 |
msgstr ""
|
2870 |
|
2871 |
-
#: view/BlockSettingsSeo.php:
|
2872 |
#, php-format
|
2873 |
msgid "%sHow to pop out in Social Media with your links%s"
|
2874 |
msgstr ""
|
2875 |
|
2876 |
-
#: view/BlockSettingsSeo.php:
|
2877 |
#, php-format
|
2878 |
msgid "%sGet busy with Facebook’s new Search Engine functions%s"
|
2879 |
msgstr ""
|
2880 |
|
2881 |
-
#: view/BlockSettingsSeo.php:
|
2882 |
#, php-format
|
2883 |
msgid ""
|
2884 |
"%sHow I Added Twitter Cards in My WordPress for Better Inbound Marketing%s"
|
2885 |
msgstr ""
|
2886 |
|
2887 |
-
#: view/BlockSettingsSeo.php:
|
2888 |
msgid "Open Graph G17 - 2017 Settings"
|
2889 |
msgstr ""
|
2890 |
|
2891 |
-
#: view/BlockSettingsSeo.php:
|
2892 |
msgid "Squirrly Adds the Best Codes for Open Graph and Twitter Cards"
|
2893 |
msgstr ""
|
2894 |
|
2895 |
-
#: view/BlockSettingsSeo.php:
|
2896 |
#, php-format
|
2897 |
msgid ""
|
2898 |
"Add the Social Open Graph protocol so that your Facebook shares look good. "
|
2899 |
"%sCheck here%s. "
|
2900 |
msgstr ""
|
2901 |
|
2902 |
-
#: view/BlockSettingsSeo.php:
|
2903 |
msgid "Facebook App ID"
|
2904 |
msgstr ""
|
2905 |
|
2906 |
-
#: view/BlockSettingsSeo.php:
|
2907 |
#, php-format
|
2908 |
msgid "Add the %sFacebook App%s ID "
|
2909 |
msgstr ""
|
2910 |
|
2911 |
-
#: view/BlockSettingsSeo.php:
|
2912 |
msgid "You need to add your <strong>Twitter account</strong> below"
|
2913 |
msgstr ""
|
2914 |
|
2915 |
-
#: view/BlockSettingsSeo.php:
|
2916 |
msgid "Add the <strong>Twitter card</strong> in your tweets. "
|
2917 |
msgstr "Adauga <strong>titlul</strong> corect in pagina acasa"
|
2918 |
|
2919 |
-
#: view/BlockSettingsSeo.php:
|
2920 |
#, php-format
|
2921 |
msgid ""
|
2922 |
"Use <strong>Twitter %ssummary_large_image%s</strong> for your Twitter Card. "
|
2923 |
msgstr ""
|
2924 |
|
2925 |
-
#: view/BlockSettingsSeo.php:
|
2926 |
msgid "Social Media Accounts"
|
2927 |
msgstr ""
|
2928 |
|
2929 |
-
#: view/BlockSettingsSeo.php:
|
2930 |
#, php-format
|
2931 |
msgid "%sLink your Google+ profile to the content you create%s"
|
2932 |
msgstr ""
|
2933 |
|
2934 |
-
#: view/BlockSettingsSeo.php:
|
2935 |
#, php-format
|
2936 |
msgid ""
|
2937 |
"%sTwitter account is mandatory for <strong>Twitter Card Validation</strong>%s"
|
2938 |
msgstr ""
|
2939 |
|
2940 |
-
#: view/BlockSettingsSeo.php:
|
2941 |
#, php-format
|
2942 |
msgid ""
|
2943 |
"%sAdd all your social accounts for <strong>JSON-LD Semantic SEO</strong>%s"
|
2944 |
msgstr ""
|
2945 |
|
2946 |
-
#: view/BlockSettingsSeo.php:
|
2947 |
#, php-format
|
2948 |
msgid "%sSpecify your social profiles to Google%s"
|
2949 |
msgstr ""
|
2950 |
|
2951 |
-
#: view/BlockSettingsSeo.php:
|
2952 |
msgid "Your Twitter Account:"
|
2953 |
msgstr ""
|
2954 |
|
2955 |
-
#: view/BlockSettingsSeo.php:
|
2956 |
msgid "Google Plus Profile:"
|
2957 |
msgstr ""
|
2958 |
|
2959 |
-
#: view/BlockSettingsSeo.php:
|
2960 |
msgid "Facebook Profile:"
|
2961 |
msgstr ""
|
2962 |
|
2963 |
-
#: view/BlockSettingsSeo.php:
|
2964 |
msgid "Linkedin Profile:"
|
2965 |
msgstr ""
|
2966 |
|
2967 |
-
#: view/BlockSettingsSeo.php:
|
2968 |
msgid "Pinterest Profile:"
|
2969 |
msgstr ""
|
2970 |
|
2971 |
-
#: view/BlockSettingsSeo.php:
|
2972 |
msgid "Instagram Profile:"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
-
#: view/BlockSettingsSeo.php:
|
2976 |
msgid "Youtube Profile:"
|
2977 |
msgstr ""
|
2978 |
|
2979 |
-
#: view/BlockSettingsSeo.php:
|
2980 |
msgid "XML Sitemap for Google"
|
2981 |
msgstr ""
|
2982 |
|
2983 |
-
#: view/BlockSettingsSeo.php:
|
2984 |
msgid ""
|
2985 |
"Squirrly Sitemap is the fastest way to tell Google about the pages on your "
|
2986 |
"site. <strong>Supports Multisites, Google News, Images, Videos, Custom Post "
|
2987 |
"Types, Custom Taxonomies and Ecommerce products</strong>"
|
2988 |
msgstr ""
|
2989 |
|
2990 |
-
#: view/BlockSettingsSeo.php:
|
2991 |
#, php-format
|
2992 |
msgid "%sHow to submit your sitemap.xml in Google Webmaster Tool%s"
|
2993 |
msgstr ""
|
2994 |
|
2995 |
-
#: view/BlockSettingsSeo.php:
|
2996 |
#, php-format
|
2997 |
msgid ""
|
2998 |
"%s10 Vital To Dos to Feed Your SEO Content Machine After You Post Articles%s"
|
2999 |
msgstr ""
|
3000 |
|
3001 |
-
#: view/BlockSettingsSeo.php:
|
3002 |
#, php-format
|
3003 |
msgid ""
|
3004 |
"For Google News Sitemap, ensure that your site is included in %sGoogle News%s"
|
3005 |
msgstr ""
|
3006 |
|
3007 |
-
#: view/BlockSettingsSeo.php:
|
3008 |
msgid "XML Sitemap Options"
|
3009 |
msgstr ""
|
3010 |
|
3011 |
-
#: view/BlockSettingsSeo.php:
|
3012 |
msgid "Ping your sitemap to Google and Bing when a new post is published"
|
3013 |
msgstr ""
|
3014 |
|
3015 |
-
#: view/BlockSettingsSeo.php:
|
3016 |
msgid "Build Sitemaps for"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
-
#: view/BlockSettingsSeo.php:
|
3020 |
msgid "Google News"
|
3021 |
msgstr ""
|
3022 |
|
3023 |
-
#: view/BlockSettingsSeo.php:
|
3024 |
msgid "Categories"
|
3025 |
msgstr ""
|
3026 |
|
3027 |
-
#: view/BlockSettingsSeo.php:
|
3028 |
msgid "Tags"
|
3029 |
msgstr ""
|
3030 |
|
3031 |
-
#: view/BlockSettingsSeo.php:
|
3032 |
msgid "Archive"
|
3033 |
msgstr ""
|
3034 |
|
3035 |
-
#: view/BlockSettingsSeo.php:
|
3036 |
msgid "Custom Taxonomies"
|
3037 |
msgstr ""
|
3038 |
|
3039 |
-
#: view/BlockSettingsSeo.php:
|
3040 |
msgid "Custom Posts"
|
3041 |
msgstr ""
|
3042 |
|
3043 |
-
#: view/BlockSettingsSeo.php:
|
3044 |
#, php-format
|
3045 |
msgid ""
|
3046 |
"Select only the Post Types that have links in them. Your sitemap will be %s"
|
3047 |
msgstr ""
|
3048 |
|
3049 |
-
#: view/BlockSettingsSeo.php:
|
3050 |
msgid "Include in Sitemaps"
|
3051 |
msgstr ""
|
3052 |
|
3053 |
-
#: view/BlockSettingsSeo.php:
|
3054 |
msgid "<strong>Images</strong> from posts/pages"
|
3055 |
msgstr ""
|
3056 |
|
3057 |
-
#: view/BlockSettingsSeo.php:
|
3058 |
msgid "<strong>Videos</strong> (embeded and local media)"
|
3059 |
msgstr ""
|
3060 |
|
3061 |
-
#: view/BlockSettingsSeo.php:
|
3062 |
msgid "How often do you update your site?"
|
3063 |
msgstr ""
|
3064 |
|
3065 |
-
#: view/BlockSettingsSeo.php:
|
3066 |
msgid "every day"
|
3067 |
msgstr ""
|
3068 |
|
3069 |
-
#: view/BlockSettingsSeo.php:
|
3070 |
msgid "1-3 times per week"
|
3071 |
msgstr ""
|
3072 |
|
3073 |
-
#: view/BlockSettingsSeo.php:
|
3074 |
msgid "1-3 times per month"
|
3075 |
msgstr ""
|
3076 |
|
3077 |
-
#: view/BlockSettingsSeo.php:
|
3078 |
msgid "1-3 times per year"
|
3079 |
msgstr ""
|
3080 |
|
3081 |
-
#: view/BlockSettingsSeo.php:
|
3082 |
msgid "Feed Pagination: How many Posts per page to show in sitemap?"
|
3083 |
msgstr ""
|
3084 |
|
3085 |
-
#: view/BlockSettingsSeo.php:
|
3086 |
msgid "Change the Website Icon"
|
3087 |
msgstr "Schimba icoana site-ului"
|
3088 |
|
3089 |
-
#: view/BlockSettingsSeo.php:
|
3090 |
msgid ""
|
3091 |
"Now, even tablet & smartphone browsers make use of your icons. This makes "
|
3092 |
"having a good favicon even more important."
|
3093 |
msgstr ""
|
3094 |
|
3095 |
-
#: view/BlockSettingsSeo.php:
|
3096 |
#, php-format
|
3097 |
msgid ""
|
3098 |
"You can use %shttp://convertico.com/%s to convert your photo to icon and "
|
@@ -3101,15 +3205,15 @@ msgstr ""
|
|
3101 |
"Poti folosi %shttp://convertico.com/%s pentru a converti imaginea in icoana "
|
3102 |
"si poti incarca icoana aici"
|
3103 |
|
3104 |
-
#: view/BlockSettingsSeo.php:
|
3105 |
msgid "Upload file:"
|
3106 |
msgstr "Urca fisier:"
|
3107 |
|
3108 |
-
#: view/BlockSettingsSeo.php:
|
3109 |
msgid "Upload"
|
3110 |
msgstr "Upload"
|
3111 |
|
3112 |
-
#: view/BlockSettingsSeo.php:
|
3113 |
msgid ""
|
3114 |
"If you don't see the new icon in your browser, empty the browser cache and "
|
3115 |
"refresh the page."
|
@@ -3117,242 +3221,242 @@ msgstr ""
|
|
3117 |
"Daca nu vezi noua icoana in browser, goleste cache-ul din browser si da "
|
3118 |
"refresh la pagina."
|
3119 |
|
3120 |
-
#: view/BlockSettingsSeo.php:
|
3121 |
msgid "File types: JPG, JPEG, GIF and PNG."
|
3122 |
msgstr "Tip fisiere JPEG,JPG,GIF sau PNG "
|
3123 |
|
3124 |
-
#: view/BlockSettingsSeo.php:
|
3125 |
msgid ""
|
3126 |
"Does not physically create the favicon.ico file. The best option for "
|
3127 |
"Multisites."
|
3128 |
msgstr ""
|
3129 |
|
3130 |
-
#: view/BlockSettingsSeo.php:
|
3131 |
msgid "JSON-LD for Semantic SEO"
|
3132 |
msgstr ""
|
3133 |
|
3134 |
-
#: view/BlockSettingsSeo.php:
|
3135 |
msgid ""
|
3136 |
"Squirrly will automatically add the JSON-LD Structured Data in your site."
|
3137 |
msgstr ""
|
3138 |
|
3139 |
-
#: view/BlockSettingsSeo.php:
|
3140 |
#, php-format
|
3141 |
msgid "%sJSON-LD's Big Day at Google%s"
|
3142 |
msgstr ""
|
3143 |
|
3144 |
-
#: view/BlockSettingsSeo.php:
|
3145 |
#, php-format
|
3146 |
msgid "%sGoogle Testing Tool%s"
|
3147 |
msgstr ""
|
3148 |
|
3149 |
-
#: view/BlockSettingsSeo.php:
|
3150 |
msgid "JSON-LD G17 - 2x More Options"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
-
#: view/BlockSettingsSeo.php:
|
3154 |
msgid "Your site type:"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
-
#: view/BlockSettingsSeo.php:
|
3158 |
msgid "Organization"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
-
#: view/BlockSettingsSeo.php:
|
3162 |
msgid "Personal"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
-
#: view/BlockSettingsSeo.php:
|
3166 |
msgid "Your Organization Name:"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
-
#: view/BlockSettingsSeo.php:
|
3170 |
msgid "Your Name:"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
-
#: view/BlockSettingsSeo.php:
|
3174 |
msgid "Job Title:"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
-
#: view/BlockSettingsSeo.php:
|
3178 |
msgid "Logo Url:"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
-
#: view/BlockSettingsSeo.php:
|
3182 |
msgid "Image Url:"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
-
#: view/BlockSettingsSeo.php:
|
3186 |
msgid "Select Image"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
-
#: view/BlockSettingsSeo.php:
|
3190 |
msgid "Contact Phone:"
|
3191 |
msgstr ""
|
3192 |
|
3193 |
-
#: view/BlockSettingsSeo.php:
|
3194 |
msgid "Contact Type:"
|
3195 |
msgstr ""
|
3196 |
|
3197 |
-
#: view/BlockSettingsSeo.php:
|
3198 |
msgid "Customer Service"
|
3199 |
msgstr ""
|
3200 |
|
3201 |
-
#: view/BlockSettingsSeo.php:
|
3202 |
msgid "Technical Support"
|
3203 |
msgstr ""
|
3204 |
|
3205 |
-
#: view/BlockSettingsSeo.php:
|
3206 |
msgid "Billing Support"
|
3207 |
msgstr ""
|
3208 |
|
3209 |
-
#: view/BlockSettingsSeo.php:
|
3210 |
msgid "Bill Payment"
|
3211 |
msgstr ""
|
3212 |
|
3213 |
-
#: view/BlockSettingsSeo.php:
|
3214 |
msgid "Sales"
|
3215 |
msgstr ""
|
3216 |
|
3217 |
-
#: view/BlockSettingsSeo.php:
|
3218 |
msgid "Reservations"
|
3219 |
msgstr ""
|
3220 |
|
3221 |
-
#: view/BlockSettingsSeo.php:
|
3222 |
msgid "Credit Card Support"
|
3223 |
msgstr ""
|
3224 |
|
3225 |
-
#: view/BlockSettingsSeo.php:
|
3226 |
msgid "Emergency"
|
3227 |
msgstr ""
|
3228 |
|
3229 |
-
#: view/BlockSettingsSeo.php:
|
3230 |
msgid "Baggage Tracking"
|
3231 |
msgstr ""
|
3232 |
|
3233 |
-
#: view/BlockSettingsSeo.php:
|
3234 |
msgid "Roadside Assistance"
|
3235 |
msgstr ""
|
3236 |
|
3237 |
-
#: view/BlockSettingsSeo.php:
|
3238 |
msgid "Package Tracking"
|
3239 |
msgstr ""
|
3240 |
|
3241 |
-
#: view/BlockSettingsSeo.php:
|
3242 |
msgid "Short Description:"
|
3243 |
msgstr ""
|
3244 |
|
3245 |
-
#: view/BlockSettingsSeo.php:
|
3246 |
msgid "Add your social accounts for Json-LD"
|
3247 |
msgstr ""
|
3248 |
|
3249 |
-
#: view/BlockSettingsSeo.php:
|
3250 |
msgid "How the search results will look like once Google grabs your data."
|
3251 |
msgstr ""
|
3252 |
|
3253 |
-
#: view/BlockSettingsSeo.php:
|
3254 |
msgid "Tracking Tools"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
-
#: view/BlockSettingsSeo.php:
|
3258 |
#, php-format
|
3259 |
msgid "%sHow to Get the Most Out of Google Analytics%s"
|
3260 |
msgstr ""
|
3261 |
|
3262 |
-
#: view/BlockSettingsSeo.php:
|
3263 |
#, php-format
|
3264 |
msgid "%sWhat is Facebook Pixel?%s"
|
3265 |
msgstr ""
|
3266 |
|
3267 |
-
#: view/BlockSettingsSeo.php:
|
3268 |
#, php-format
|
3269 |
msgid "%sA Beginner’s Guide to Facebook Insights%s"
|
3270 |
msgstr ""
|
3271 |
|
3272 |
-
#: view/BlockSettingsSeo.php:
|
3273 |
msgid "Google Tracking G17"
|
3274 |
msgstr ""
|
3275 |
|
3276 |
-
#: view/BlockSettingsSeo.php:
|
3277 |
msgid "Facebook Tracking G17"
|
3278 |
msgstr ""
|
3279 |
|
3280 |
-
#: view/BlockSettingsSeo.php:
|
3281 |
msgid "Rich Pins G17"
|
3282 |
msgstr ""
|
3283 |
|
3284 |
-
#: view/BlockSettingsSeo.php:
|
3285 |
-
#: view/BlockSettingsSeo.php:
|
3286 |
#, php-format
|
3287 |
msgid "Facebook Admin ID (for %sInsights%s ):"
|
3288 |
msgstr ""
|
3289 |
|
3290 |
-
#: view/BlockSettingsSeo.php:
|
3291 |
-
#: view/BlockSettingsSeo.php:
|
3292 |
msgid "Facebook ID or https://www.facebook.com/YourProfileName"
|
3293 |
msgstr ""
|
3294 |
|
3295 |
-
#: view/BlockSettingsSeo.php:
|
3296 |
msgid "Add more Facebook Admin IDs"
|
3297 |
msgstr ""
|
3298 |
|
3299 |
-
#: view/BlockSettingsSeo.php:
|
3300 |
#, php-format
|
3301 |
msgid "Google %sAnalytics ID%s:"
|
3302 |
msgstr "Google %sAnalytics ID%s:"
|
3303 |
|
3304 |
-
#: view/BlockSettingsSeo.php:
|
3305 |
#, php-format
|
3306 |
msgid "Facebook %sPixel ID%s:"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
-
#: view/BlockSettingsSeo.php:
|
3310 |
#, php-format
|
3311 |
msgid ""
|
3312 |
"Load <strong>%sGoogle Analytics AMP%s</strong> and <strong>%sFacebook Pixel "
|
3313 |
"AMP%s</strong> tracking%s(Warning! The tracking works only for AMP Themes.%s)"
|
3314 |
msgstr ""
|
3315 |
|
3316 |
-
#: view/BlockSettingsSeo.php:
|
3317 |
msgid "Measure Your Success"
|
3318 |
msgstr ""
|
3319 |
|
3320 |
-
#: view/BlockSettingsSeo.php:
|
3321 |
#, php-format
|
3322 |
msgid "%sHow to set the Google Webmaster Tool%s"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
-
#: view/BlockSettingsSeo.php:
|
3326 |
#, php-format
|
3327 |
msgid "%sBest practices to help Google find, crawl, and index your site%s"
|
3328 |
msgstr ""
|
3329 |
|
3330 |
-
#: view/BlockSettingsSeo.php:
|
3331 |
#, php-format
|
3332 |
msgid "%sBing Webmaster Tools Help & How-To Center%s"
|
3333 |
msgstr ""
|
3334 |
|
3335 |
-
#: view/BlockSettingsSeo.php:
|
3336 |
#, php-format
|
3337 |
msgid "%sRich Pins Validator%s"
|
3338 |
msgstr ""
|
3339 |
|
3340 |
-
#: view/BlockSettingsSeo.php:
|
3341 |
#, php-format
|
3342 |
msgid "Google META verification code for %sWebmaster Tool%s:"
|
3343 |
msgstr "Cod META pentru %sGoogle Webmaster Tool%s"
|
3344 |
|
3345 |
-
#: view/BlockSettingsSeo.php:
|
3346 |
#, php-format
|
3347 |
msgid "Bing META code (for %sWebmaster Tool%s ):"
|
3348 |
msgstr "Bing META code (pentru %sWebmaster Tool%s):"
|
3349 |
|
3350 |
-
#: view/BlockSettingsSeo.php:
|
3351 |
#, php-format
|
3352 |
msgid "Alexa META code (for %sAlexa Tool%s ):"
|
3353 |
msgstr "Alexa META code (pentru %sWebmaster Tool%s):"
|
3354 |
|
3355 |
-
#: view/BlockSettingsSeo.php:
|
3356 |
#, php-format
|
3357 |
msgid "Pinterest Website Validator Code: (validate %sRich Pins%s )"
|
3358 |
msgstr ""
|
@@ -3577,18 +3681,14 @@ msgstr ""
|
|
3577 |
msgid "Optimize for Keyword"
|
3578 |
msgstr "Optimizare dupa cuvant cheie"
|
3579 |
|
3580 |
-
#: view/Blocksearch.php:7
|
3581 |
-
msgid "Squirrly Briefcase
|
3582 |
msgstr ""
|
3583 |
|
3584 |
#: view/Blocksearch.php:9
|
3585 |
msgid "What is Briefcase?"
|
3586 |
msgstr ""
|
3587 |
|
3588 |
-
#: view/Blocksearch.php:15
|
3589 |
-
msgid "Squirrly Briefcase"
|
3590 |
-
msgstr ""
|
3591 |
-
|
3592 |
#: view/Blocksearch.php:16
|
3593 |
msgid "Refresh the keywords"
|
3594 |
msgstr ""
|
@@ -3645,243 +3745,250 @@ msgstr "Arata doar imagini fara copyright"
|
|
3645 |
msgid "Split Window"
|
3646 |
msgstr ""
|
3647 |
|
3648 |
-
#: view/FrontMenu.php:
|
3649 |
msgid "Saved! This is how the preview looks like"
|
3650 |
msgstr ""
|
3651 |
|
3652 |
-
#: view/FrontMenu.php:
|
3653 |
msgid "Activate Squirrly SEO for this page"
|
3654 |
msgstr ""
|
3655 |
|
3656 |
-
#: view/FrontMenu.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3657 |
msgid "META"
|
3658 |
msgstr ""
|
3659 |
|
3660 |
-
#: view/FrontMenu.php:
|
3661 |
msgid "FACEBOOK"
|
3662 |
msgstr ""
|
3663 |
|
3664 |
-
#: view/FrontMenu.php:
|
3665 |
msgid "TWITTER"
|
3666 |
msgstr ""
|
3667 |
|
3668 |
-
#: view/FrontMenu.php:
|
3669 |
msgid "ADVANCED"
|
3670 |
msgstr ""
|
3671 |
|
3672 |
-
#: view/FrontMenu.php:
|
3673 |
msgid "How this page will appear on Search Engines"
|
3674 |
msgstr ""
|
3675 |
|
3676 |
-
#: view/FrontMenu.php:
|
3677 |
msgid "Edit Snippet"
|
3678 |
msgstr ""
|
3679 |
|
3680 |
-
#: view/FrontMenu.php:
|
3681 |
msgid "Cancel"
|
3682 |
msgstr "Renunta"
|
3683 |
|
3684 |
-
#: view/FrontMenu.php:
|
3685 |
-
#: view/FrontMenu.php:
|
3686 |
msgid "Save"
|
3687 |
msgstr ""
|
3688 |
|
3689 |
-
#: view/FrontMenu.php:
|
3690 |
msgid "SEO Title"
|
3691 |
msgstr ""
|
3692 |
|
3693 |
-
#: view/FrontMenu.php:
|
3694 |
msgid "Pattern: "
|
3695 |
msgstr ""
|
3696 |
|
3697 |
-
#: view/FrontMenu.php:
|
3698 |
msgid "Current Title"
|
3699 |
msgstr ""
|
3700 |
|
3701 |
-
#: view/FrontMenu.php:
|
3702 |
msgid "Default Title"
|
3703 |
msgstr ""
|
3704 |
|
3705 |
-
#: view/FrontMenu.php:
|
3706 |
msgid "Pattern"
|
3707 |
msgstr ""
|
3708 |
|
3709 |
-
#: view/FrontMenu.php:
|
3710 |
msgid "META Description"
|
3711 |
msgstr ""
|
3712 |
|
3713 |
-
#: view/FrontMenu.php:
|
3714 |
msgid "Current Description"
|
3715 |
msgstr ""
|
3716 |
|
3717 |
-
#: view/FrontMenu.php:
|
3718 |
msgid "Default Description"
|
3719 |
msgstr ""
|
3720 |
|
3721 |
-
#: view/FrontMenu.php:
|
3722 |
msgid "Meta Keywords"
|
3723 |
msgstr ""
|
3724 |
|
3725 |
-
#: view/FrontMenu.php:
|
3726 |
msgid "+ Add keyword"
|
3727 |
msgstr "Adauga cuvant cheie"
|
3728 |
|
3729 |
-
#: view/FrontMenu.php:
|
3730 |
msgid "Canonical link"
|
3731 |
msgstr ""
|
3732 |
|
3733 |
-
#: view/FrontMenu.php:
|
3734 |
msgid "Found: "
|
3735 |
msgstr ""
|
3736 |
|
3737 |
-
#: view/FrontMenu.php:
|
3738 |
msgid "Current"
|
3739 |
msgstr ""
|
3740 |
|
3741 |
-
#: view/FrontMenu.php:
|
3742 |
msgid "Default Link"
|
3743 |
msgstr ""
|
3744 |
|
3745 |
-
#: view/FrontMenu.php:
|
3746 |
msgid ""
|
3747 |
"To edit the snippet, you have to activate Squirrly SEO for this page first"
|
3748 |
msgstr ""
|
3749 |
|
3750 |
-
#: view/FrontMenu.php:
|
3751 |
-
#: view/FrontMenu.php:
|
3752 |
msgid "or Click here"
|
3753 |
msgstr ""
|
3754 |
|
3755 |
-
#: view/FrontMenu.php:
|
3756 |
msgid "How this page appears on Facebook"
|
3757 |
msgstr ""
|
3758 |
|
3759 |
-
#: view/FrontMenu.php:
|
3760 |
msgid "Edit Open Graph"
|
3761 |
msgstr ""
|
3762 |
|
3763 |
-
#: view/FrontMenu.php:
|
3764 |
msgid "The image size must be at least 500 pixels wide"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
-
#: view/FrontMenu.php:
|
3768 |
msgid ""
|
3769 |
"This is the Featured Image. You can changin it if you edit the snippet and "
|
3770 |
"upload anothe image."
|
3771 |
msgstr ""
|
3772 |
|
3773 |
-
#: view/FrontMenu.php:
|
3774 |
msgid "Media Image"
|
3775 |
msgstr ""
|
3776 |
|
3777 |
-
#: view/FrontMenu.php:
|
3778 |
msgid "Image size must be at least 500 pixels wide"
|
3779 |
msgstr ""
|
3780 |
|
3781 |
-
#: view/FrontMenu.php:
|
3782 |
msgid "OG Title"
|
3783 |
msgstr ""
|
3784 |
|
3785 |
-
#: view/FrontMenu.php:
|
3786 |
msgid "OG Description"
|
3787 |
msgstr ""
|
3788 |
|
3789 |
-
#: view/FrontMenu.php:
|
3790 |
msgid "Author Link"
|
3791 |
msgstr ""
|
3792 |
|
3793 |
-
#: view/FrontMenu.php:
|
3794 |
msgid "if there are more authors, separate their facebook links with commas"
|
3795 |
msgstr ""
|
3796 |
|
3797 |
-
#: view/FrontMenu.php:
|
3798 |
msgid "Page type"
|
3799 |
msgstr ""
|
3800 |
|
3801 |
-
#: view/FrontMenu.php:
|
3802 |
msgid "Website"
|
3803 |
msgstr ""
|
3804 |
|
3805 |
-
#: view/FrontMenu.php:
|
3806 |
msgid "Book"
|
3807 |
msgstr ""
|
3808 |
|
3809 |
-
#: view/FrontMenu.php:
|
3810 |
msgid "Music"
|
3811 |
msgstr ""
|
3812 |
|
3813 |
-
#: view/FrontMenu.php:
|
3814 |
msgid "Product"
|
3815 |
msgstr ""
|
3816 |
|
3817 |
-
#: view/FrontMenu.php:
|
3818 |
msgid "Video"
|
3819 |
msgstr ""
|
3820 |
|
3821 |
-
#: view/FrontMenu.php:
|
3822 |
msgid ""
|
3823 |
"To edit the Open Graph, you have to activate Squirrly SEO for this page first"
|
3824 |
msgstr ""
|
3825 |
|
3826 |
-
#: view/FrontMenu.php:
|
3827 |
msgid "How this page appears on Twitter"
|
3828 |
msgstr ""
|
3829 |
|
3830 |
-
#: view/FrontMenu.php:
|
3831 |
msgid "Edit Twitter Card"
|
3832 |
msgstr ""
|
3833 |
|
3834 |
-
#: view/FrontMenu.php:
|
3835 |
msgid "Twitter Image"
|
3836 |
msgstr ""
|
3837 |
|
3838 |
-
#: view/FrontMenu.php:
|
3839 |
msgid "Twitter Card Title"
|
3840 |
msgstr ""
|
3841 |
|
3842 |
-
#: view/FrontMenu.php:
|
3843 |
msgid "Twitter Card Description"
|
3844 |
msgstr ""
|
3845 |
|
3846 |
-
#: view/FrontMenu.php:
|
3847 |
msgid ""
|
3848 |
"To edit the Twitter Card, you have to activate Squirrly SEO for this page "
|
3849 |
"first"
|
3850 |
msgstr ""
|
3851 |
|
3852 |
-
#: view/FrontMenu.php:
|
3853 |
msgid "Let Google Index This Page"
|
3854 |
msgstr ""
|
3855 |
|
3856 |
-
#: view/FrontMenu.php:
|
3857 |
msgid "Pass Link Juice to This Page"
|
3858 |
msgstr ""
|
3859 |
|
3860 |
-
#: view/FrontMenu.php:
|
3861 |
msgid "Show it in Sitemap.xml"
|
3862 |
msgstr ""
|
3863 |
|
3864 |
-
#: view/FrontMenu.php:
|
3865 |
msgid "To edit, you have to activate Squirrly SEO for this page first."
|
3866 |
msgstr ""
|
3867 |
|
3868 |
-
#: view/FrontMenu.php:
|
3869 |
msgid "post type"
|
3870 |
msgstr ""
|
3871 |
|
3872 |
-
#: view/FrontMenu.php:
|
3873 |
msgid "og type"
|
3874 |
msgstr ""
|
3875 |
|
3876 |
-
#: view/FrontMenu.php:
|
3877 |
msgid "Can't do Custom SEO for this URL"
|
3878 |
msgstr ""
|
3879 |
|
3880 |
-
#: view/FrontMenu.php:
|
3881 |
msgid "Enable Squirrly SEO to load Squirrly Snippet"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
-
#: view/FrontMenu.php:
|
3885 |
#, php-format
|
3886 |
msgid "%sPlease connect to Squirrly first%s"
|
3887 |
msgstr ""
|
@@ -3899,11 +4006,11 @@ msgid "Advanced Analytics (Business Level)"
|
|
3899 |
msgstr ""
|
3900 |
|
3901 |
#: view/SerpChecker.php:77
|
3902 |
-
msgid "Get Ranks and found Keywords from Squirrly
|
3903 |
msgstr ""
|
3904 |
|
3905 |
#: view/SerpChecker.php:81 view/SerpChecker.php:85
|
3906 |
-
msgid "Get Ranks from Squirrly
|
3907 |
msgstr ""
|
3908 |
|
3909 |
#: view/SerpChecker.php:92
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: squirrly_seo\n"
|
4 |
+
"POT-Creation-Date: 2018-02-21 10:04+0200\n"
|
5 |
+
"PO-Revision-Date: 2018-02-21 10:04+0200\n"
|
6 |
"Last-Translator: Squirrly <contact@squirrly.co>\n"
|
7 |
"Language-Team: Squirrly UK <support@squirrly.co>\n"
|
8 |
"Language: ro_RO\n"
|
16 |
"X-Poedit-SourceCharset: UTF-8\n"
|
17 |
"X-Poedit-SearchPath-0: .\n"
|
18 |
|
19 |
+
#: classes/Action.php:138 classes/ObjController.php:200
|
20 |
+
msgid ""
|
21 |
+
"You need to activate the PHP simplexml_load_string extension for Squirrly "
|
22 |
+
"SEO to work."
|
23 |
+
msgstr ""
|
24 |
+
|
25 |
#: classes/Error.php:16
|
26 |
msgid ""
|
27 |
"Function get_class does not exists! Is required for Squirrly to work "
|
50 |
msgid "Don't bother me!"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: classes/Tools.php:87
|
54 |
msgid "Getting started"
|
55 |
msgstr "Ajutor"
|
56 |
|
57 |
+
#: classes/Tools.php:276
|
58 |
msgid "Format"
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: classes/Tools.php:284 classes/Tools.php:300
|
62 |
msgid "Category"
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: classes/Tools.php:292 classes/Tools.php:308
|
66 |
msgid "Tag"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: classes/Tools.php:316
|
70 |
msgid "Shipping Option"
|
71 |
msgstr ""
|
72 |
|
73 |
+
#: classes/Tools.php:324
|
74 |
msgid "Author at"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: classes/Tools.php:356
|
78 |
msgid "You searched for"
|
79 |
msgstr ""
|
80 |
|
81 |
+
#: classes/Tools.php:372
|
82 |
msgid "Page not found"
|
83 |
msgstr ""
|
84 |
|
85 |
+
#: classes/Tools.php:889
|
86 |
msgid "Fix it for me!"
|
87 |
msgstr "Repara-l"
|
88 |
|
89 |
+
#: classes/Tools.php:895
|
90 |
msgid "Activate the Squirrly SEO for your blog (recommended)"
|
91 |
msgstr ""
|
92 |
|
93 |
+
#: classes/Tools.php:906
|
94 |
msgid ""
|
95 |
"You have META Title Duplicates. Disable the Squirrly Title Optimization or "
|
96 |
"disable the other SEO Plugins"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: classes/Tools.php:914
|
100 |
msgid ""
|
101 |
"You have META Description Duplicates. Disable the Squirrly Description "
|
102 |
"Optimization or disable the other SEO Plugins"
|
103 |
msgstr ""
|
104 |
|
105 |
+
#: classes/Tools.php:922
|
106 |
msgid ""
|
107 |
"You have Open Graph META Duplicates. Disable the Squirrly SEO Open Graph or "
|
108 |
"disable the other SEO Plugins"
|
110 |
"Aveti duplicate in META Open Graph. Opriti Squirrly Seo Open Graph sau "
|
111 |
"dezactivati alte plugin-uri de SEO"
|
112 |
|
113 |
+
#: classes/Tools.php:930
|
114 |
msgid ""
|
115 |
"You have Twitter Card META Duplicates. Disable the Squirrly SEO Twitter Card "
|
116 |
"or disable the other SEO Plugins"
|
118 |
"Aveti duplicate in META Twitter Card. Opriti Squirrly Seo Twitter Card sau "
|
119 |
"dezactivati alte plugin-uri de SEO"
|
120 |
|
121 |
+
#: classes/Tools.php:939
|
122 |
msgid "You're blocking google from indexing your site!"
|
123 |
msgstr "Blochezi accesul la google spre indexarea site-ului"
|
124 |
|
125 |
+
#: classes/Tools.php:946
|
126 |
msgid ""
|
127 |
"It is highly recommended that you include the %postname% variable in the "
|
128 |
"permalink structure. <br />Go to Settings > Permalinks and add /%postname%/ "
|
132 |
">Mergi la Setari > Legaturi permanente si adauga /%postname%/ in campul "
|
133 |
"Structură personalizată"
|
134 |
|
135 |
+
#: classes/Tools.php:953
|
136 |
msgid ""
|
137 |
"It is highly recommended to change or remove the default Wordpress Tagline. "
|
138 |
"<br />Go to Settings > General > Tagline"
|
139 |
msgstr ""
|
140 |
|
141 |
+
#: classes/Tools.php:959
|
142 |
msgid "Great! We didn't find any issue in your site."
|
143 |
msgstr ""
|
144 |
|
145 |
+
#: classes/Tools.php:1104
|
146 |
msgid "Just another WordPress site"
|
147 |
msgstr ""
|
148 |
|
248 |
msgid "You don't have enough pemission to edit this article"
|
249 |
msgstr ""
|
250 |
|
251 |
+
#: controllers/Menu.php:38 controllers/Menu.php:49
|
252 |
#, php-format
|
253 |
msgid ""
|
254 |
"Good news, %s is integrated in Squirrly SEO now and you don't have to run 2 "
|
255 |
"plugins anymore"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: controllers/Menu.php:69
|
259 |
+
#, php-format
|
260 |
+
msgid ""
|
261 |
+
"An error occurred during activation. If this error persists, please contact "
|
262 |
+
"us at: %s"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: controllers/Menu.php:96
|
266 |
msgid "See Your Rank on Google"
|
267 |
msgstr ""
|
268 |
|
269 |
+
#: controllers/Menu.php:153
|
270 |
msgid "Custom SEO"
|
271 |
msgstr ""
|
272 |
|
273 |
+
#: controllers/Menu.php:196
|
274 |
#, php-format
|
275 |
msgid "Check out the Squirrly Analytics section. %sClick here%s"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: controllers/Menu.php:196 view/BlockPostsAnalytics.php:46
|
279 |
#, fuzzy
|
280 |
msgid "Squirrly Analytics"
|
281 |
msgstr "Optiuni Squirrly"
|
282 |
|
283 |
+
#: controllers/Menu.php:205
|
284 |
#, php-format
|
285 |
msgid "Go back and complete the Squirrly Tasks for today %sContinue%s"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: controllers/Menu.php:227
|
289 |
msgid " Dashboard"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: controllers/Menu.php:228
|
293 |
msgid "First Step"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: controllers/Menu.php:228
|
297 |
msgid "Dashboard"
|
298 |
msgstr "Dashboard"
|
299 |
|
300 |
+
#: controllers/Menu.php:237
|
301 |
msgid " Advanced Analytics (Business Level)"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: controllers/Menu.php:238
|
305 |
msgid "Advanced Analytics"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: controllers/Menu.php:245
|
309 |
msgid " Performance Analytics"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: controllers/Menu.php:246
|
313 |
msgid "Performance <br />Analytics"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: controllers/Menu.php:254
|
317 |
msgid " Keyword Research"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: controllers/Menu.php:255
|
321 |
msgid "Keyword Research"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: controllers/Menu.php:262
|
325 |
msgid " Briefcase"
|
326 |
msgstr ""
|
327 |
|
328 |
+
#: controllers/Menu.php:263
|
329 |
msgid "Briefcase"
|
330 |
msgstr ""
|
331 |
|
332 |
+
#: controllers/Menu.php:270
|
333 |
msgid " Live Assistant"
|
334 |
msgstr ""
|
335 |
|
336 |
+
#: controllers/Menu.php:271
|
337 |
msgid "Live Assistant"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: controllers/Menu.php:277
|
341 |
msgid " Copywriting"
|
342 |
msgstr ""
|
343 |
|
344 |
+
#: controllers/Menu.php:278
|
345 |
msgid "Copywriting"
|
346 |
msgstr ""
|
347 |
|
348 |
+
#: controllers/Menu.php:286
|
349 |
msgid " SEO Audit"
|
350 |
msgstr ""
|
351 |
|
352 |
+
#: controllers/Menu.php:287
|
353 |
msgid "Site Audit"
|
354 |
msgstr ""
|
355 |
|
356 |
+
#: controllers/Menu.php:295
|
357 |
msgid " SEO Settings"
|
358 |
msgstr ""
|
359 |
|
360 |
+
#: controllers/Menu.php:296 view/BlockToolbar.php:4
|
361 |
#, fuzzy
|
362 |
msgid "SEO Settings"
|
363 |
msgstr "Setari"
|
364 |
|
365 |
+
#: controllers/Menu.php:304
|
366 |
msgid " Advanced Settings"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: controllers/Menu.php:305 view/BlockSettings.php:22
|
370 |
msgid "Advanced Settings"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: controllers/Menu.php:312
|
374 |
msgid " SEO Patterns"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: controllers/Menu.php:313 view/BlockToolbar.php:14
|
378 |
msgid "Patterns"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: controllers/Menu.php:320
|
382 |
msgid " Account Info"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: controllers/Menu.php:321
|
386 |
msgid "Account Info"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: controllers/Menu.php:328
|
390 |
msgid " Support"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: controllers/Menu.php:329 view/BlockSupport.php:18
|
394 |
msgid "Support"
|
395 |
msgstr "Suport"
|
396 |
|
397 |
+
#: controllers/Menu.php:336
|
398 |
msgid "Become an Affiliate with "
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: controllers/Menu.php:337
|
402 |
msgid "Become an Affiliate"
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: controllers/Menu.php:345
|
406 |
msgid "Import SEO "
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: controllers/Menu.php:346 view/BlockImport.php:77
|
410 |
msgid "Import SEO"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: controllers/Menu.php:379
|
414 |
msgid "SEO Snippet"
|
415 |
msgstr ""
|
416 |
|
430 |
msgid "SEO Analytics, by Squirrly"
|
431 |
msgstr "SEO Analytics, de la Squirrly"
|
432 |
|
433 |
+
#: controllers/PostsList.php:144 controllers/SerpChecker.php:175
|
434 |
+
#: models/SerpCheckerTable.php:646 view/Blockseo.php:10
|
|
|
435 |
msgid "Update"
|
436 |
msgstr "Update"
|
437 |
|
438 |
+
#: controllers/PostsList.php:148 controllers/SerpChecker.php:179
|
439 |
msgid "Not Public"
|
440 |
msgstr "Ciorna"
|
441 |
|
442 |
+
#: controllers/PostsList.php:149 controllers/SerpChecker.php:180
|
443 |
msgid "Could not process"
|
444 |
msgstr "Nu s-a putut verifica"
|
445 |
|
465 |
"in Briefcase upgrade to %sBusiness Plan%s."
|
466 |
msgstr ""
|
467 |
|
468 |
+
#: controllers/SerpChecker.php:78 controllers/SerpChecker.php:92
|
469 |
+
#: controllers/SerpChecker.php:135 core/BlockSerpKeywords.php:66
|
|
|
|
|
470 |
#: core/BlockSerpKeywords.php:74 core/BlockSerpKeywords.php:97
|
471 |
+
#: core/BlockSettingsSeo.php:66
|
472 |
msgid "You don't have enough pemission to activate this feature"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: controllers/SerpChecker.php:116 controllers/SerpChecker.php:126
|
476 |
+
#: core/BlockBriefcaseKeywords.php:186
|
477 |
msgid "Last checked"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: controllers/SerpChecker.php:130
|
481 |
msgid "Invalid Request"
|
482 |
msgstr ""
|
483 |
|
484 |
+
#: controllers/SerpChecker.php:143
|
485 |
msgid "Removed successfully! The ranks were updated from Squirry Server"
|
486 |
msgstr ""
|
487 |
|
494 |
msgid "An error occured. Mabe a network error :("
|
495 |
msgstr "A aparut o eroare. Probabil o eroare de retea :("
|
496 |
|
497 |
+
#: core/BlockBriefcaseKeywords.php:32 core/BlockPostsAnalytics.php:24
|
498 |
#, php-format
|
499 |
msgid ""
|
500 |
"%sYou activated the Business Plan with Advanced Analytics. %sStart Here%s %s"
|
501 |
msgstr ""
|
502 |
|
503 |
+
#: core/BlockBriefcaseKeywords.php:34 core/BlockPostsAnalytics.php:26
|
504 |
#, php-format
|
505 |
msgid ""
|
506 |
"%sStart a FREE Trial of the Business Plan with Advanced Analytics for 7 "
|
507 |
"days. No credit card required. %sSee details%s %s"
|
508 |
msgstr ""
|
509 |
|
510 |
+
#: core/BlockBriefcaseKeywords.php:65
|
511 |
msgid "No keyword found in the briefcase."
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: core/BlockBriefcaseKeywords.php:89 core/BlockBriefcaseKeywords.php:116
|
515 |
+
#: core/BlockBriefcaseKeywords.php:134 core/BlockBriefcaseKeywords.php:157
|
516 |
+
#: core/BlockBriefcaseKeywords.php:227 core/BlockBriefcaseKeywords.php:247
|
517 |
+
#: core/BlockBriefcaseKeywords.php:269 core/BlockBriefcaseKeywords.php:287
|
518 |
+
msgid "You don't have enough pemission to manage this feature"
|
519 |
+
msgstr ""
|
520 |
+
|
521 |
+
#: core/BlockBriefcaseKeywords.php:109 core/BlockBriefcaseKeywords.php:240
|
522 |
+
#: core/BlockBriefcaseKeywords.php:262 core/BlockBriefcaseKeywords.php:304
|
523 |
+
#: core/Loading.php:50 view/FrontMenu.php:45
|
524 |
msgid "Saved!"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: core/BlockBriefcaseKeywords.php:111 core/BlockBriefcaseKeywords.php:151
|
528 |
+
#: core/BlockBriefcaseKeywords.php:219 core/BlockBriefcaseKeywords.php:306
|
529 |
msgid "Invalid Keyword!"
|
530 |
msgstr ""
|
531 |
|
532 |
+
#: core/BlockBriefcaseKeywords.php:127 core/BlockBriefcaseKeywords.php:280
|
533 |
msgid "Deleted!"
|
534 |
msgstr ""
|
535 |
|
536 |
+
#: core/BlockBriefcaseKeywords.php:129 core/BlockBriefcaseKeywords.php:264
|
537 |
+
#: core/BlockBriefcaseKeywords.php:282
|
538 |
msgid "Invalid params!"
|
539 |
msgstr ""
|
540 |
|
541 |
+
#: core/BlockBriefcaseKeywords.php:147
|
542 |
msgid "Keyword Research limit exceeded."
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: core/BlockBriefcaseKeywords.php:147 core/Loading.php:71
|
546 |
msgid "Add 20 Keyword Researches"
|
547 |
msgstr ""
|
548 |
|
549 |
+
#: core/BlockBriefcaseKeywords.php:178
|
550 |
msgid "Check Ranks"
|
551 |
msgstr ""
|
552 |
|
553 |
+
#: core/BlockBriefcaseKeywords.php:189 models/BlockPostsAnalytics.php:393
|
554 |
#: models/SerpCheckerTable.php:565
|
555 |
msgid "Edit"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: core/BlockBriefcaseKeywords.php:190
|
559 |
+
msgid "Get Rank"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: core/BlockBriefcaseKeywords.php:195
|
563 |
msgid "Deleted Post"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: core/BlockBriefcaseKeywords.php:205
|
567 |
msgid "Article title"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: core/BlockBriefcaseKeywords.php:206 models/SerpCheckerTable.php:359
|
571 |
msgid "Google Rank"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: core/BlockBriefcaseKeywords.php:207 models/SerpCheckerTable.php:362
|
575 |
msgid "Optimized"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: core/BlockBriefcaseKeywords.php:208
|
579 |
msgid "Option"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: core/BlockBriefcaseKeywords.php:213
|
583 |
msgid "There are no articles found"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: core/BlockBriefcaseKeywords.php:242
|
587 |
+
msgid "Invalid Label or Color!"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
#: core/BlockImport.php:32
|
591 |
msgid "All the Plugin settings were imported successfuly!"
|
592 |
msgstr ""
|
626 |
msgid "You can now import into Squirrly SEO all the SEO Settings from %s"
|
627 |
msgstr ""
|
628 |
|
629 |
+
#: core/BlockSettingsSeo.php:38 core/Blockseo.php:13
|
630 |
msgid "Too short"
|
631 |
msgstr "Prea scurt"
|
632 |
|
633 |
+
#: core/BlockSettingsSeo.php:39 core/Blockseo.php:14
|
634 |
msgid "Too long"
|
635 |
msgstr "Prea lung"
|
636 |
|
637 |
+
#: core/BlockSettingsSeo.php:476
|
638 |
msgid "Great! The backup is restored."
|
639 |
msgstr ""
|
640 |
|
641 |
+
#: core/BlockSettingsSeo.php:478 core/BlockSettingsSeo.php:481
|
642 |
+
#: core/BlockSettingsSeo.php:526 core/BlockSettingsSeo.php:529
|
643 |
msgid "Error! The backup is not valid."
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: core/BlockSettingsSeo.php:484 core/BlockSettingsSeo.php:532
|
647 |
msgid "Error! You have to enter a previous saved backup file."
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: core/BlockSettingsSeo.php:523
|
651 |
msgid "Great! The SEO backup is restored."
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: core/BlockSettingsSeo.php:539
|
655 |
msgid "Great! Squirrly Data Settings is up to date now."
|
656 |
msgstr ""
|
657 |
|
920 |
msgid "Add Keyword to Briefcase"
|
921 |
msgstr ""
|
922 |
|
923 |
+
#: core/Loading.php:87 view/BlockBriefcaseKeywords.php:286
|
924 |
msgid "Use Keyword"
|
925 |
msgstr ""
|
926 |
|
929 |
msgstr ""
|
930 |
|
931 |
#: models/BlockPostsAnalytics.php:295 models/SerpCheckerTable.php:374
|
932 |
+
#: view/FrontMenu.php:386
|
933 |
msgid "Author"
|
934 |
msgstr ""
|
935 |
|
1188 |
msgid "The total number of inbound links to this post"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: models/SerpCheckerTable.php:353 view/BlockPatterns.php:99
|
1192 |
+
#: view/FrontMenu.php:156
|
1193 |
msgid "Title"
|
1194 |
msgstr ""
|
1195 |
|
1196 |
+
#: models/SerpCheckerTable.php:356 view/BlockBriefcaseKeywords.php:62
|
1197 |
+
#: view/BlockBriefcaseKeywords.php:170 view/BlockSerpKeywords.php:31
|
1198 |
+
#: view/BlockSerpKeywords.php:63
|
1199 |
msgid "Keyword"
|
1200 |
msgstr "Cuvant cheie:"
|
1201 |
|
1207 |
msgid "Post Date"
|
1208 |
msgstr ""
|
1209 |
|
1210 |
+
#: models/SerpCheckerTable.php:399 view/BlockBriefcaseKeywords.php:30
|
1211 |
msgid "Search Keyword"
|
1212 |
msgstr ""
|
1213 |
|
1257 |
msgid "Not indexed"
|
1258 |
msgstr ""
|
1259 |
|
1260 |
+
#: models/domain/Patterns.php:227
|
1261 |
msgid "Page"
|
1262 |
msgstr ""
|
1263 |
|
1264 |
+
#: models/domain/Patterns.php:228
|
1265 |
msgid "of"
|
1266 |
msgstr ""
|
1267 |
|
1545 |
msgstr ""
|
1546 |
|
1547 |
#: view/BlockBriefcaseKeywords.php:13
|
1548 |
+
msgid "Briefcase Keywords"
|
1549 |
+
msgstr ""
|
1550 |
+
|
1551 |
+
#: view/BlockBriefcaseKeywords.php:17
|
1552 |
+
msgid "See the Google Ranks for these Keywords"
|
1553 |
msgstr ""
|
1554 |
|
1555 |
+
#: view/BlockBriefcaseKeywords.php:20
|
1556 |
+
msgid "Go to Analytics"
|
1557 |
+
msgstr ""
|
1558 |
+
|
1559 |
+
#: view/BlockBriefcaseKeywords.php:32
|
1560 |
+
msgid "Filter by labels"
|
1561 |
+
msgstr ""
|
1562 |
+
|
1563 |
+
#: view/BlockBriefcaseKeywords.php:46 view/BlockSerpKeywords.php:12
|
1564 |
msgid "Add new keyword"
|
1565 |
msgstr ""
|
1566 |
|
1567 |
+
#: view/BlockBriefcaseKeywords.php:47
|
1568 |
+
msgid "Manage Labels"
|
1569 |
msgstr ""
|
1570 |
|
1571 |
+
#: view/BlockBriefcaseKeywords.php:58 view/BlockSerpKeywords.php:27
|
1572 |
+
msgid "Add a new Keyword"
|
1573 |
msgstr ""
|
1574 |
|
1575 |
+
#: view/BlockBriefcaseKeywords.php:63 view/BlockSerpKeywords.php:32
|
1576 |
msgid "Enter a Keyword (2-4 words)"
|
1577 |
msgstr ""
|
1578 |
|
1579 |
+
#: view/BlockBriefcaseKeywords.php:66
|
1580 |
+
msgid "Select Labels"
|
1581 |
+
msgstr ""
|
1582 |
+
|
1583 |
+
#: view/BlockBriefcaseKeywords.php:75 view/BlockBriefcaseKeywords.php:220
|
1584 |
+
msgid "Add new Label"
|
1585 |
+
msgstr ""
|
1586 |
+
|
1587 |
+
#: view/BlockBriefcaseKeywords.php:82 view/BlockSerpKeywords.php:42
|
1588 |
msgid "Add Keyword"
|
1589 |
msgstr ""
|
1590 |
|
1591 |
+
#: view/BlockBriefcaseKeywords.php:93
|
1592 |
+
msgid "Add New Label"
|
1593 |
+
msgstr ""
|
1594 |
+
|
1595 |
+
#: view/BlockBriefcaseKeywords.php:97 view/BlockBriefcaseKeywords.php:142
|
1596 |
+
msgid "Label Name"
|
1597 |
+
msgstr ""
|
1598 |
+
|
1599 |
+
#: view/BlockBriefcaseKeywords.php:101 view/BlockBriefcaseKeywords.php:146
|
1600 |
+
msgid "Label Color"
|
1601 |
+
msgstr ""
|
1602 |
+
|
1603 |
+
#: view/BlockBriefcaseKeywords.php:108
|
1604 |
+
msgid "Add Label"
|
1605 |
+
msgstr ""
|
1606 |
+
|
1607 |
+
#: view/BlockBriefcaseKeywords.php:111
|
1608 |
+
msgid "Your Labels"
|
1609 |
+
msgstr ""
|
1610 |
+
|
1611 |
+
#: view/BlockBriefcaseKeywords.php:138
|
1612 |
+
msgid "Edit Label"
|
1613 |
+
msgstr ""
|
1614 |
+
|
1615 |
+
#: view/BlockBriefcaseKeywords.php:152
|
1616 |
+
msgid "Save Label"
|
1617 |
+
msgstr ""
|
1618 |
+
|
1619 |
+
#: view/BlockBriefcaseKeywords.php:171
|
1620 |
msgid "Used"
|
1621 |
msgstr ""
|
1622 |
|
1623 |
+
#: view/BlockBriefcaseKeywords.php:172
|
1624 |
msgid "Data"
|
1625 |
msgstr ""
|
1626 |
|
1627 |
+
#: view/BlockBriefcaseKeywords.php:202
|
1628 |
+
msgid "Assign Labels to this Keyword"
|
1629 |
+
msgstr ""
|
1630 |
+
|
1631 |
+
#: view/BlockBriefcaseKeywords.php:208
|
1632 |
+
#, php-format
|
1633 |
+
msgid "Select Labels for: %s"
|
1634 |
+
msgstr ""
|
1635 |
+
|
1636 |
+
#: view/BlockBriefcaseKeywords.php:226
|
1637 |
+
msgid "Save Labels"
|
1638 |
+
msgstr ""
|
1639 |
+
|
1640 |
+
#: view/BlockBriefcaseKeywords.php:243 view/BlockBriefcaseKeywords.php:244
|
1641 |
msgid "Competition"
|
1642 |
msgstr ""
|
1643 |
|
1644 |
+
#: view/BlockBriefcaseKeywords.php:244 view/BlockBriefcaseKeywords.php:252
|
1645 |
+
#: view/BlockBriefcaseKeywords.php:260 view/BlockBriefcaseKeywords.php:268
|
1646 |
msgid "-"
|
1647 |
msgstr ""
|
1648 |
|
1649 |
+
#: view/BlockBriefcaseKeywords.php:251 view/BlockBriefcaseKeywords.php:252
|
1650 |
msgid "SEO Search Volume"
|
1651 |
msgstr ""
|
1652 |
|
1653 |
+
#: view/BlockBriefcaseKeywords.php:259 view/BlockBriefcaseKeywords.php:260
|
1654 |
msgid "Recent discussions"
|
1655 |
msgstr ""
|
1656 |
|
1657 |
+
#: view/BlockBriefcaseKeywords.php:267 view/BlockBriefcaseKeywords.php:268
|
1658 |
msgid "Trending"
|
1659 |
msgstr ""
|
1660 |
|
1661 |
+
#: view/BlockBriefcaseKeywords.php:277 view/Blocksearch.php:48
|
1662 |
msgid "Do a research"
|
1663 |
msgstr "Mai multe detalii"
|
1664 |
|
1665 |
+
#: view/BlockBriefcaseKeywords.php:289
|
1666 |
msgid "Delete"
|
1667 |
msgstr ""
|
1668 |
|
1940 |
msgstr ""
|
1941 |
|
1942 |
#: view/BlockPatterns.php:36
|
1943 |
+
msgid "Use Squirrly Patterns"
|
1944 |
+
msgstr ""
|
1945 |
+
|
1946 |
+
#: view/BlockPatterns.php:40 view/BlockPatterns.php:131
|
1947 |
+
#: view/BlockPatterns.php:145 view/BlockPatterns.php:162
|
1948 |
+
#: view/BlockSettings.php:135 view/BlockSettings.php:146
|
1949 |
+
#: view/BlockSettings.php:157 view/BlockSettings.php:168
|
1950 |
+
#: view/BlockSettings.php:179 view/BlockSettings.php:191
|
1951 |
+
#: view/BlockSettings.php:356 view/BlockSettingsSeo.php:53
|
1952 |
+
#: view/BlockSettingsSeo.php:95 view/BlockSettingsSeo.php:112
|
1953 |
+
#: view/BlockSettingsSeo.php:128 view/BlockSettingsSeo.php:144
|
1954 |
+
#: view/BlockSettingsSeo.php:160 view/BlockSettingsSeo.php:176
|
1955 |
+
#: view/BlockSettingsSeo.php:192 view/BlockSettingsSeo.php:220
|
1956 |
+
#: view/BlockSettingsSeo.php:236 view/BlockSettingsSeo.php:252
|
1957 |
+
#: view/BlockSettingsSeo.php:360 view/BlockSettingsSeo.php:411
|
1958 |
+
#: view/BlockSettingsSeo.php:603 view/BlockSettingsSeo.php:635
|
1959 |
+
#: view/BlockSettingsSeo.php:643 view/BlockSettingsSeo.php:741
|
1960 |
+
#: view/BlockSettingsSeo.php:1073 view/FrontMenu.php:71 view/FrontMenu.php:530
|
1961 |
+
#: view/FrontMenu.php:543 view/FrontMenu.php:556
|
1962 |
+
msgid "Yes"
|
1963 |
+
msgstr "Da"
|
1964 |
+
|
1965 |
+
#: view/BlockPatterns.php:42 view/BlockPatterns.php:133
|
1966 |
+
#: view/BlockPatterns.php:147 view/BlockPatterns.php:164
|
1967 |
+
#: view/BlockSettings.php:137 view/BlockSettings.php:148
|
1968 |
+
#: view/BlockSettings.php:159 view/BlockSettings.php:170
|
1969 |
+
#: view/BlockSettings.php:181 view/BlockSettings.php:193
|
1970 |
+
#: view/BlockSettings.php:358 view/BlockSettingsSeo.php:55
|
1971 |
+
#: view/BlockSettingsSeo.php:97 view/BlockSettingsSeo.php:114
|
1972 |
+
#: view/BlockSettingsSeo.php:130 view/BlockSettingsSeo.php:146
|
1973 |
+
#: view/BlockSettingsSeo.php:162 view/BlockSettingsSeo.php:178
|
1974 |
+
#: view/BlockSettingsSeo.php:194 view/BlockSettingsSeo.php:222
|
1975 |
+
#: view/BlockSettingsSeo.php:238 view/BlockSettingsSeo.php:254
|
1976 |
+
#: view/BlockSettingsSeo.php:362 view/BlockSettingsSeo.php:413
|
1977 |
+
#: view/BlockSettingsSeo.php:605 view/BlockSettingsSeo.php:637
|
1978 |
+
#: view/BlockSettingsSeo.php:645 view/BlockSettingsSeo.php:743
|
1979 |
+
#: view/BlockSettingsSeo.php:1075 view/FrontMenu.php:73 view/FrontMenu.php:532
|
1980 |
+
#: view/FrontMenu.php:545 view/FrontMenu.php:558
|
1981 |
+
msgid "No"
|
1982 |
+
msgstr "Nu"
|
1983 |
+
|
1984 |
+
#: view/BlockPatterns.php:48
|
1985 |
msgid ""
|
1986 |
"Control how post types are displayed on your site and within search engine "
|
1987 |
"results and social media feeds."
|
1988 |
msgstr ""
|
1989 |
|
1990 |
+
#: view/BlockPatterns.php:49
|
1991 |
msgid ""
|
1992 |
"In Squirrly, each post type in your site comes with a predefined posting "
|
1993 |
"pattern when displayed onto your website. However, based on your site's "
|
1995 |
"include."
|
1996 |
msgstr ""
|
1997 |
|
1998 |
+
#: view/BlockPatterns.php:50
|
1999 |
msgid ""
|
2000 |
"Once you set up a pattern for a particular post type, only the content "
|
2001 |
"required by your custom sequence will be displayed."
|
2002 |
msgstr ""
|
2003 |
|
2004 |
+
#: view/BlockPatterns.php:51
|
2005 |
#, php-format
|
2006 |
msgid ""
|
2007 |
"Squirrly lets you see how the customized patterns will apply when posts/"
|
2011 |
"information."
|
2012 |
msgstr ""
|
2013 |
|
2014 |
+
#: view/BlockPatterns.php:56
|
2015 |
msgid "Set the custom patterns for each post type"
|
2016 |
msgstr ""
|
2017 |
|
2018 |
+
#: view/BlockPatterns.php:64
|
2019 |
msgid "+ Add Post Type"
|
2020 |
msgstr ""
|
2021 |
|
2022 |
+
#: view/BlockPatterns.php:64
|
2023 |
msgid "Add a post type from your Wordpress website"
|
2024 |
msgstr ""
|
2025 |
|
2026 |
+
#: view/BlockPatterns.php:67
|
2027 |
msgid "Add Post Type"
|
2028 |
msgstr ""
|
2029 |
|
2030 |
+
#: view/BlockPatterns.php:84
|
2031 |
msgid "Add"
|
2032 |
msgstr ""
|
2033 |
|
2034 |
+
#: view/BlockPatterns.php:94
|
2035 |
#, php-format
|
2036 |
msgid "Are you sure you want to remove the post type: %s"
|
2037 |
msgstr ""
|
2038 |
|
2039 |
+
#: view/BlockPatterns.php:94
|
2040 |
msgid "Remove Post Type"
|
2041 |
msgstr ""
|
2042 |
|
2043 |
+
#: view/BlockPatterns.php:105 view/FrontMenu.php:204
|
2044 |
msgid "Description"
|
2045 |
msgstr ""
|
2046 |
|
2047 |
+
#: view/BlockPatterns.php:111
|
2048 |
msgid "Separator"
|
2049 |
msgstr ""
|
2050 |
|
2051 |
+
#: view/BlockPatterns.php:126
|
2052 |
msgid "Let Google Index it"
|
2053 |
msgstr ""
|
2054 |
|
2055 |
+
#: view/BlockPatterns.php:140
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2056 |
msgid "Pass Link Juice"
|
2057 |
msgstr ""
|
2058 |
|
2059 |
+
#: view/BlockPatterns.php:154
|
2060 |
msgid "Do SEO"
|
2061 |
msgstr ""
|
2062 |
|
2063 |
+
#: view/BlockPatterns.php:198 view/BlockSettingsSeo.php:29
|
2064 |
+
#: view/BlockSettingsSeo.php:1125
|
2065 |
msgid "Save SEO"
|
2066 |
msgstr ""
|
2067 |
|
2109 |
msgid "Go to Analytics"
|
2110 |
msgstr ""
|
2111 |
|
2112 |
+
#: view/BlockSerpKeywords.php:35 view/FrontMenu.php:389
|
2113 |
msgid "Article"
|
2114 |
msgstr ""
|
2115 |
|
2116 |
+
#: view/BlockSerpKeywords.php:36
|
2117 |
msgid "Article URL ..."
|
2118 |
msgstr ""
|
2119 |
|
2120 |
+
#: view/BlockSerpKeywords.php:64
|
2121 |
msgid "Count"
|
2122 |
msgstr ""
|
2123 |
|
2124 |
+
#: view/BlockSerpKeywords.php:65
|
2125 |
msgid "Check the rank for it"
|
2126 |
msgstr ""
|
2127 |
|
2128 |
+
#: view/BlockSerpKeywords.php:113
|
2129 |
msgid "Save Keywords"
|
2130 |
msgstr ""
|
2131 |
|
2132 |
+
#: view/BlockSerpKeywords.php:128
|
2133 |
msgid "Show ignored keywords"
|
2134 |
msgstr ""
|
2135 |
|
2136 |
+
#: view/BlockSerpKeywords.php:143
|
2137 |
msgid "Reload Google Ranks from Squirrly Server"
|
2138 |
msgstr ""
|
2139 |
|
2140 |
+
#: view/BlockSerpKeywords.php:155
|
2141 |
msgid "Remove Local Ranks"
|
2142 |
msgstr ""
|
2143 |
|
2144 |
+
#: view/BlockSettings.php:24 view/BlockSettings.php:438
|
2145 |
msgid "Save settings"
|
2146 |
msgstr "Salveaza setari"
|
2147 |
|
2177 |
#: view/BlockSettings.php:69 view/BlockSettings.php:70
|
2178 |
#: view/BlockSettings.php:83 view/BlockSettings.php:84
|
2179 |
#: view/BlockSettingsSeo.php:66 view/BlockSettingsSeo.php:78
|
2180 |
+
#: view/BlockSettingsSeo.php:269 view/BlockSettingsSeo.php:583
|
2181 |
+
#: view/BlockSettingsSeo.php:896 view/BlockSettingsSeo.php:990
|
2182 |
+
#: view/BlockSettingsSeo.php:1002 view/BlockSettingsSeo.php:1014
|
2183 |
msgid "see how this improved since 2016"
|
2184 |
msgstr ""
|
2185 |
|
2195 |
msgid "Load Squirrly Live Assistant for"
|
2196 |
msgstr ""
|
2197 |
|
2198 |
+
#: view/BlockSettings.php:97 view/BlockSettingsSeo.php:377
|
2199 |
+
#: view/BlockSettingsSeo.php:764
|
2200 |
msgid "Posts"
|
2201 |
msgstr ""
|
2202 |
|
2203 |
+
#: view/BlockSettings.php:100 view/BlockSettingsSeo.php:380
|
2204 |
+
#: view/BlockSettingsSeo.php:793
|
2205 |
msgid "Pages"
|
2206 |
msgstr ""
|
2207 |
|
2208 |
+
#: view/BlockSettings.php:104 view/BlockSettingsSeo.php:384
|
2209 |
+
#: view/BlockSettingsSeo.php:778
|
2210 |
msgid "Products"
|
2211 |
msgstr ""
|
2212 |
|
2223 |
|
2224 |
#: view/BlockSettings.php:162
|
2225 |
msgid ""
|
2226 |
+
"Send optimization data to Squirrly Cloud when the post is saved (don't use "
|
2227 |
"cron)"
|
2228 |
msgstr ""
|
2229 |
|
2232 |
msgstr ""
|
2233 |
|
2234 |
#: view/BlockSettings.php:184
|
|
|
|
|
|
|
|
|
2235 |
msgid ""
|
2236 |
"Download <strong>remote images</strong> in your <strong>Media Library</"
|
2237 |
"strong> for the new posts."
|
2238 |
msgstr ""
|
2239 |
|
2240 |
+
#: view/BlockSettings.php:196
|
2241 |
msgid ""
|
2242 |
"Correct my <strong>feed links</strong> and <strong>images</strong> (convert "
|
2243 |
"from relative to absolute)."
|
2244 |
msgstr ""
|
2245 |
|
2246 |
+
#: view/BlockSettings.php:206
|
2247 |
msgid "Google Rank Options"
|
2248 |
msgstr ""
|
2249 |
|
2250 |
+
#: view/BlockSettings.php:207
|
2251 |
#, php-format
|
2252 |
msgid "%sCountry targeting%s"
|
2253 |
msgstr ""
|
2254 |
|
2255 |
+
#: view/BlockSettings.php:208
|
2256 |
#, php-format
|
2257 |
msgid "%sPowerful SEO Tool For Strong Google Rankings%s"
|
2258 |
msgstr ""
|
2259 |
|
2260 |
+
#: view/BlockSettings.php:215
|
2261 |
msgid ""
|
2262 |
"Select the Google country for which Squirrly will check the Google rank."
|
2263 |
msgstr ""
|
2264 |
|
2265 |
+
#: view/BlockSettings.php:220
|
2266 |
msgid "Default"
|
2267 |
msgstr ""
|
2268 |
|
2269 |
+
#: view/BlockSettings.php:221
|
2270 |
msgid "American Samoa"
|
2271 |
msgstr ""
|
2272 |
|
2273 |
+
#: view/BlockSettings.php:222
|
2274 |
msgid "Anguilla"
|
2275 |
msgstr ""
|
2276 |
|
2277 |
+
#: view/BlockSettings.php:223
|
2278 |
msgid "Antigua and Barbuda"
|
2279 |
msgstr ""
|
2280 |
|
2281 |
+
#: view/BlockSettings.php:224
|
2282 |
msgid "Argentina"
|
2283 |
msgstr ""
|
2284 |
|
2285 |
+
#: view/BlockSettings.php:225
|
2286 |
msgid "Australia"
|
2287 |
msgstr ""
|
2288 |
|
2289 |
+
#: view/BlockSettings.php:226
|
2290 |
msgid "Austria"
|
2291 |
msgstr ""
|
2292 |
|
2293 |
+
#: view/BlockSettings.php:227
|
2294 |
msgid "Azerbaijan"
|
2295 |
msgstr ""
|
2296 |
|
2297 |
+
#: view/BlockSettings.php:228
|
2298 |
msgid "Belgium"
|
2299 |
msgstr ""
|
2300 |
|
2301 |
+
#: view/BlockSettings.php:229
|
2302 |
msgid "Brazil"
|
2303 |
msgstr ""
|
2304 |
|
2305 |
+
#: view/BlockSettings.php:230
|
2306 |
msgid "British Virgin Islands"
|
2307 |
msgstr ""
|
2308 |
|
2309 |
+
#: view/BlockSettings.php:231
|
2310 |
msgid "Burundi"
|
2311 |
msgstr ""
|
2312 |
|
2313 |
+
#: view/BlockSettings.php:232
|
2314 |
msgid "Bulgaria"
|
2315 |
msgstr ""
|
2316 |
|
2317 |
+
#: view/BlockSettings.php:233
|
2318 |
msgid "Canada"
|
2319 |
msgstr ""
|
2320 |
|
2321 |
+
#: view/BlockSettings.php:234
|
2322 |
msgid "Chad"
|
2323 |
msgstr ""
|
2324 |
|
2325 |
+
#: view/BlockSettings.php:235
|
2326 |
msgid "Chile"
|
2327 |
msgstr ""
|
2328 |
|
2329 |
+
#: view/BlockSettings.php:236
|
2330 |
msgid "Colombia"
|
2331 |
msgstr ""
|
2332 |
|
2333 |
+
#: view/BlockSettings.php:237
|
2334 |
msgid "Costa Rica"
|
2335 |
msgstr ""
|
2336 |
|
2337 |
+
#: view/BlockSettings.php:238
|
2338 |
msgid "Côte d'Ivoire"
|
2339 |
msgstr ""
|
2340 |
|
2341 |
+
#: view/BlockSettings.php:239
|
2342 |
msgid "Cuba"
|
2343 |
msgstr ""
|
2344 |
|
2345 |
+
#: view/BlockSettings.php:240
|
2346 |
msgid "Czech Republic"
|
2347 |
msgstr ""
|
2348 |
|
2349 |
+
#: view/BlockSettings.php:241
|
2350 |
msgid "Dem. Rep. of the Congo"
|
2351 |
msgstr ""
|
2352 |
|
2353 |
+
#: view/BlockSettings.php:242
|
2354 |
msgid "Denmark"
|
2355 |
msgstr ""
|
2356 |
|
2357 |
+
#: view/BlockSettings.php:243
|
2358 |
msgid "Djibouti"
|
2359 |
msgstr ""
|
2360 |
|
2361 |
+
#: view/BlockSettings.php:244
|
2362 |
msgid "Dominican Republic"
|
2363 |
msgstr ""
|
2364 |
|
2365 |
+
#: view/BlockSettings.php:245
|
2366 |
msgid "Ecuador"
|
2367 |
msgstr ""
|
2368 |
|
2369 |
+
#: view/BlockSettings.php:246
|
2370 |
msgid "El Salvador"
|
2371 |
msgstr ""
|
2372 |
|
2373 |
+
#: view/BlockSettings.php:247
|
2374 |
msgid "Estonia"
|
2375 |
msgstr ""
|
2376 |
|
2377 |
+
#: view/BlockSettings.php:248
|
2378 |
msgid "Federated States of Micronesia"
|
2379 |
msgstr ""
|
2380 |
|
2381 |
+
#: view/BlockSettings.php:249
|
2382 |
msgid "Fiji"
|
2383 |
msgstr ""
|
2384 |
|
2385 |
+
#: view/BlockSettings.php:250
|
2386 |
msgid "Finland"
|
2387 |
msgstr ""
|
2388 |
|
2389 |
+
#: view/BlockSettings.php:251
|
2390 |
#, fuzzy
|
2391 |
msgid "France"
|
2392 |
msgstr "Renunta"
|
2393 |
|
2394 |
+
#: view/BlockSettings.php:252
|
2395 |
msgid "The Gambia"
|
2396 |
msgstr ""
|
2397 |
|
2398 |
+
#: view/BlockSettings.php:253
|
2399 |
msgid "Georgia"
|
2400 |
msgstr ""
|
2401 |
|
2402 |
+
#: view/BlockSettings.php:254
|
2403 |
msgid "Germany"
|
2404 |
msgstr ""
|
2405 |
|
2406 |
+
#: view/BlockSettings.php:255
|
2407 |
msgid "Gibraltar"
|
2408 |
msgstr ""
|
2409 |
|
2410 |
+
#: view/BlockSettings.php:256
|
2411 |
msgid "Greece"
|
2412 |
msgstr ""
|
2413 |
|
2414 |
+
#: view/BlockSettings.php:257
|
2415 |
msgid "Greenland"
|
2416 |
msgstr ""
|
2417 |
|
2418 |
+
#: view/BlockSettings.php:258
|
2419 |
msgid "Guernsey"
|
2420 |
msgstr ""
|
2421 |
|
2422 |
+
#: view/BlockSettings.php:259
|
2423 |
msgid "Honduras"
|
2424 |
msgstr ""
|
2425 |
|
2426 |
+
#: view/BlockSettings.php:260
|
2427 |
msgid "Hong Kong"
|
2428 |
msgstr ""
|
2429 |
|
2430 |
+
#: view/BlockSettings.php:261
|
2431 |
msgid "Hungary"
|
2432 |
msgstr ""
|
2433 |
|
2434 |
+
#: view/BlockSettings.php:262
|
2435 |
msgid "India"
|
2436 |
msgstr ""
|
2437 |
|
2438 |
+
#: view/BlockSettings.php:263
|
2439 |
msgid "Indonesia"
|
2440 |
msgstr ""
|
2441 |
|
2442 |
+
#: view/BlockSettings.php:264
|
2443 |
msgid "Ireland"
|
2444 |
msgstr ""
|
2445 |
|
2446 |
+
#: view/BlockSettings.php:265
|
2447 |
msgid "Isle of Man"
|
2448 |
msgstr ""
|
2449 |
|
2450 |
+
#: view/BlockSettings.php:266
|
2451 |
msgid "Israel"
|
2452 |
msgstr ""
|
2453 |
|
2454 |
+
#: view/BlockSettings.php:267
|
2455 |
msgid "Italy"
|
2456 |
msgstr ""
|
2457 |
|
2458 |
+
#: view/BlockSettings.php:268
|
2459 |
msgid "Jamaica"
|
2460 |
msgstr ""
|
2461 |
|
2462 |
+
#: view/BlockSettings.php:269
|
2463 |
msgid "Japan"
|
2464 |
msgstr ""
|
2465 |
|
2466 |
+
#: view/BlockSettings.php:270
|
2467 |
msgid "Jersey"
|
2468 |
msgstr ""
|
2469 |
|
2470 |
+
#: view/BlockSettings.php:271
|
2471 |
msgid "Kazakhstan"
|
2472 |
msgstr ""
|
2473 |
|
2474 |
+
#: view/BlockSettings.php:272
|
2475 |
msgid "Korea"
|
2476 |
msgstr ""
|
2477 |
|
2478 |
+
#: view/BlockSettings.php:273
|
2479 |
msgid "Latvia"
|
2480 |
msgstr ""
|
2481 |
|
2482 |
+
#: view/BlockSettings.php:274
|
2483 |
msgid "Lesotho"
|
2484 |
msgstr ""
|
2485 |
|
2486 |
+
#: view/BlockSettings.php:275
|
2487 |
msgid "Liechtenstein"
|
2488 |
msgstr ""
|
2489 |
|
2490 |
+
#: view/BlockSettings.php:276
|
2491 |
msgid "Lithuania"
|
2492 |
msgstr ""
|
2493 |
|
2494 |
+
#: view/BlockSettings.php:277
|
2495 |
msgid "Luxembourg"
|
2496 |
msgstr ""
|
2497 |
|
2498 |
+
#: view/BlockSettings.php:278
|
2499 |
msgid "Malawi"
|
2500 |
msgstr ""
|
2501 |
|
2502 |
+
#: view/BlockSettings.php:279
|
2503 |
msgid "Malaysia"
|
2504 |
msgstr ""
|
2505 |
|
2506 |
+
#: view/BlockSettings.php:280
|
2507 |
msgid "Malta"
|
2508 |
msgstr ""
|
2509 |
|
2510 |
+
#: view/BlockSettings.php:281
|
2511 |
msgid "Mauritius"
|
2512 |
msgstr ""
|
2513 |
|
2514 |
+
#: view/BlockSettings.php:282
|
2515 |
msgid "México"
|
2516 |
msgstr ""
|
2517 |
|
2518 |
+
#: view/BlockSettings.php:283
|
2519 |
msgid "Montserrat"
|
2520 |
msgstr ""
|
2521 |
|
2522 |
+
#: view/BlockSettings.php:284
|
2523 |
msgid "Namibia"
|
2524 |
msgstr ""
|
2525 |
|
2526 |
+
#: view/BlockSettings.php:285
|
2527 |
msgid "Nepal"
|
2528 |
msgstr ""
|
2529 |
|
2530 |
+
#: view/BlockSettings.php:286
|
2531 |
msgid "Netherlands"
|
2532 |
msgstr ""
|
2533 |
|
2534 |
+
#: view/BlockSettings.php:287
|
2535 |
msgid "New Zealand"
|
2536 |
msgstr ""
|
2537 |
|
2538 |
+
#: view/BlockSettings.php:288
|
2539 |
msgid "Nicaragua"
|
2540 |
msgstr ""
|
2541 |
|
2542 |
+
#: view/BlockSettings.php:289
|
2543 |
msgid "Norfolk Island"
|
2544 |
msgstr ""
|
2545 |
|
2546 |
+
#: view/BlockSettings.php:290
|
2547 |
msgid "Norway"
|
2548 |
msgstr ""
|
2549 |
|
2550 |
+
#: view/BlockSettings.php:291
|
2551 |
msgid "Pakistan"
|
2552 |
msgstr ""
|
2553 |
|
2554 |
+
#: view/BlockSettings.php:292
|
2555 |
msgid "Panamá"
|
2556 |
msgstr ""
|
2557 |
|
2558 |
+
#: view/BlockSettings.php:293
|
2559 |
msgid "Paraguay"
|
2560 |
msgstr ""
|
2561 |
|
2562 |
+
#: view/BlockSettings.php:294
|
2563 |
msgid "Perú"
|
2564 |
msgstr ""
|
2565 |
|
2566 |
+
#: view/BlockSettings.php:295
|
2567 |
msgid "Philippines"
|
2568 |
msgstr ""
|
2569 |
|
2570 |
+
#: view/BlockSettings.php:296
|
2571 |
msgid "Pitcairn Islands"
|
2572 |
msgstr ""
|
2573 |
|
2574 |
+
#: view/BlockSettings.php:297
|
2575 |
msgid "Poland"
|
2576 |
msgstr ""
|
2577 |
|
2578 |
+
#: view/BlockSettings.php:298
|
2579 |
msgid "Portugal"
|
2580 |
msgstr ""
|
2581 |
|
2582 |
+
#: view/BlockSettings.php:299
|
2583 |
msgid "Puerto Rico"
|
2584 |
msgstr ""
|
2585 |
|
2586 |
+
#: view/BlockSettings.php:300
|
2587 |
msgid "Rep. of the Congo"
|
2588 |
msgstr ""
|
2589 |
|
2590 |
+
#: view/BlockSettings.php:301
|
2591 |
msgid "Romania"
|
2592 |
msgstr ""
|
2593 |
|
2594 |
+
#: view/BlockSettings.php:302
|
2595 |
msgid "Russia"
|
2596 |
msgstr ""
|
2597 |
|
2598 |
+
#: view/BlockSettings.php:303
|
2599 |
msgid "Rwanda"
|
2600 |
msgstr ""
|
2601 |
|
2602 |
+
#: view/BlockSettings.php:304
|
2603 |
msgid "Saint Helena"
|
2604 |
msgstr ""
|
2605 |
|
2606 |
+
#: view/BlockSettings.php:305
|
2607 |
msgid "San Marino"
|
2608 |
msgstr ""
|
2609 |
|
2610 |
+
#: view/BlockSettings.php:306
|
2611 |
msgid "Saudi Arabia"
|
2612 |
msgstr ""
|
2613 |
|
2614 |
+
#: view/BlockSettings.php:307
|
2615 |
msgid "Singapore"
|
2616 |
msgstr ""
|
2617 |
|
2618 |
+
#: view/BlockSettings.php:308
|
2619 |
msgid "Slovakia"
|
2620 |
msgstr ""
|
2621 |
|
2622 |
+
#: view/BlockSettings.php:309
|
2623 |
msgid "South Africa"
|
2624 |
msgstr ""
|
2625 |
|
2626 |
+
#: view/BlockSettings.php:310
|
2627 |
msgid "Spain"
|
2628 |
msgstr ""
|
2629 |
|
2630 |
+
#: view/BlockSettings.php:311
|
2631 |
msgid "Sri Lanka"
|
2632 |
msgstr ""
|
2633 |
|
2634 |
+
#: view/BlockSettings.php:312
|
2635 |
msgid "Sweden"
|
2636 |
msgstr ""
|
2637 |
|
2638 |
+
#: view/BlockSettings.php:313
|
2639 |
msgid "Switzerland"
|
2640 |
msgstr ""
|
2641 |
|
2642 |
+
#: view/BlockSettings.php:314
|
2643 |
msgid "Taiwan"
|
2644 |
msgstr ""
|
2645 |
|
2646 |
+
#: view/BlockSettings.php:315
|
2647 |
msgid "Thailand"
|
2648 |
msgstr ""
|
2649 |
|
2650 |
+
#: view/BlockSettings.php:316
|
2651 |
msgid "Trinidad and Tobago"
|
2652 |
msgstr ""
|
2653 |
|
2654 |
+
#: view/BlockSettings.php:317
|
2655 |
msgid "Turkey"
|
2656 |
msgstr ""
|
2657 |
|
2658 |
+
#: view/BlockSettings.php:318
|
2659 |
msgid "Ukraine"
|
2660 |
msgstr ""
|
2661 |
|
2662 |
+
#: view/BlockSettings.php:319
|
2663 |
msgid "United Arab Emirates"
|
2664 |
msgstr ""
|
2665 |
|
2666 |
+
#: view/BlockSettings.php:320
|
2667 |
msgid "United Kingdom"
|
2668 |
msgstr ""
|
2669 |
|
2670 |
+
#: view/BlockSettings.php:321
|
2671 |
msgid "United States"
|
2672 |
msgstr ""
|
2673 |
|
2674 |
+
#: view/BlockSettings.php:322
|
2675 |
msgid "Uruguay"
|
2676 |
msgstr ""
|
2677 |
|
2678 |
+
#: view/BlockSettings.php:323
|
2679 |
msgid "Uzbekistan"
|
2680 |
msgstr ""
|
2681 |
|
2682 |
+
#: view/BlockSettings.php:324
|
2683 |
msgid "Vanuatu"
|
2684 |
msgstr ""
|
2685 |
|
2686 |
+
#: view/BlockSettings.php:325
|
2687 |
msgid "Venezuela"
|
2688 |
msgstr ""
|
2689 |
|
2690 |
+
#: view/BlockSettings.php:326
|
2691 |
msgid "Vietnam"
|
2692 |
msgstr ""
|
2693 |
|
2694 |
+
#: view/BlockSettings.php:332
|
2695 |
#, php-format
|
2696 |
msgid ""
|
2697 |
"Select how many pages to be checked in the Performance Analytics section "
|
2698 |
"every hour. %s(not recommended for shared hosting plan)%s"
|
2699 |
msgstr ""
|
2700 |
|
2701 |
+
#: view/BlockSettings.php:339
|
2702 |
msgid "page"
|
2703 |
msgstr ""
|
2704 |
|
2705 |
+
#: view/BlockSettings.php:341
|
2706 |
msgid "pages"
|
2707 |
msgstr ""
|
2708 |
|
2709 |
+
#: view/BlockSettings.php:347
|
2710 |
msgid "h"
|
2711 |
msgstr ""
|
2712 |
|
2713 |
+
#: view/BlockSettings.php:361
|
2714 |
msgid ""
|
2715 |
"Restricts search results to results originating in the above particular "
|
2716 |
"country."
|
2717 |
msgstr ""
|
2718 |
|
2719 |
+
#: view/BlockSettings.php:367
|
2720 |
#, php-format
|
2721 |
msgid ""
|
2722 |
"You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly "
|
2723 |
+
"Cloud and will be shown in %sAdvanced Analytics%s"
|
2724 |
msgstr ""
|
2725 |
|
2726 |
+
#: view/BlockSettings.php:371
|
2727 |
msgid "Select how many rank queries you want Squirrly to do every day. "
|
2728 |
msgstr ""
|
2729 |
|
2730 |
+
#: view/BlockSettings.php:376 view/BlockSettings.php:378
|
2731 |
+
#: view/BlockSettings.php:391
|
2732 |
msgid "queries"
|
2733 |
msgstr ""
|
2734 |
|
2735 |
+
#: view/BlockSettings.php:376 view/BlockSettings.php:378
|
2736 |
+
#: view/BlockSettings.php:391
|
2737 |
msgid "day"
|
2738 |
msgstr ""
|
2739 |
|
2740 |
+
#: view/BlockSettings.php:384
|
2741 |
msgid ""
|
2742 |
"Note: if you're on the free trial, you get 35 queries for the 7 days of "
|
2743 |
"trial."
|
2744 |
msgstr ""
|
2745 |
|
2746 |
+
#: view/BlockSettings.php:403
|
2747 |
msgid "Robots.txt Editor"
|
2748 |
msgstr ""
|
2749 |
|
2750 |
+
#: view/BlockSettings.php:404
|
2751 |
#, php-format
|
2752 |
msgid "%sLearn about robots.txt files%s"
|
2753 |
msgstr ""
|
2754 |
|
2755 |
+
#: view/BlockSettings.php:405
|
2756 |
#, php-format
|
2757 |
msgid "%sHow to use Robots.txt%s"
|
2758 |
msgstr ""
|
2759 |
|
2760 |
+
#: view/BlockSettings.php:411
|
2761 |
msgid "Edit the Robots.txt data"
|
2762 |
msgstr ""
|
2763 |
|
2764 |
+
#: view/BlockSettings.php:424
|
2765 |
msgid ""
|
2766 |
"Does not physically create the robots.txt file. The best option for "
|
2767 |
"Multisites."
|
2768 |
msgstr ""
|
2769 |
|
2770 |
+
#: view/BlockSettings.php:429
|
2771 |
msgid "Save Robots"
|
2772 |
msgstr ""
|
2773 |
|
2875 |
msgid "Optimize %sKeywords%s "
|
2876 |
msgstr ""
|
2877 |
|
2878 |
+
#: view/BlockSettingsSeo.php:266
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2879 |
msgid "Squirrly Snippet G17-True Render"
|
2880 |
msgstr ""
|
2881 |
|
2882 |
+
#: view/BlockSettingsSeo.php:290
|
2883 |
msgid "First Page Optimization:"
|
2884 |
msgstr ""
|
2885 |
|
2886 |
+
#: view/BlockSettingsSeo.php:296
|
2887 |
msgid "Title:"
|
2888 |
msgstr "Titlu:"
|
2889 |
|
2890 |
+
#: view/BlockSettingsSeo.php:301
|
2891 |
msgid "Tips: Length 10-75 chars"
|
2892 |
msgstr "Atentie: Lungimea 10-75 caractere"
|
2893 |
|
2894 |
+
#: view/BlockSettingsSeo.php:305
|
2895 |
msgid "Description:"
|
2896 |
msgstr "Descrierea:"
|
2897 |
|
2898 |
+
#: view/BlockSettingsSeo.php:309
|
2899 |
msgid "Tips: Length 70-320 chars"
|
2900 |
msgstr "Atentie: Lungimea 70-320 caractere"
|
2901 |
|
2902 |
+
#: view/BlockSettingsSeo.php:312
|
2903 |
msgid "Keywords:"
|
2904 |
msgstr "Cuvinte cheie:"
|
2905 |
|
2906 |
+
#: view/BlockSettingsSeo.php:313
|
2907 |
msgid "Tips: use 2-4 keywords"
|
2908 |
msgstr ""
|
2909 |
|
2910 |
+
#: view/BlockSettingsSeo.php:316
|
2911 |
msgid "OG Image:"
|
2912 |
msgstr ""
|
2913 |
|
2914 |
+
#: view/BlockSettingsSeo.php:317
|
2915 |
msgid "Select Open Graph Image"
|
2916 |
msgstr ""
|
2917 |
|
2918 |
+
#: view/BlockSettingsSeo.php:322
|
2919 |
msgid "First Page Preview (Title, Description, Keywords)"
|
2920 |
msgstr ""
|
2921 |
|
2922 |
+
#: view/BlockSettingsSeo.php:324
|
2923 |
msgid "Squirrly Snippet"
|
2924 |
msgstr "Snipet Squirrly"
|
2925 |
|
2926 |
+
#: view/BlockSettingsSeo.php:336
|
2927 |
msgid ""
|
2928 |
"If you don't see any changes in your Google snippet, check if other SEO "
|
2929 |
"themes or plugins affect Squirrly."
|
2930 |
msgstr ""
|
2931 |
|
2932 |
+
#: view/BlockSettingsSeo.php:340
|
2933 |
#, php-format
|
2934 |
msgid ""
|
2935 |
"Use the %s<strong>Squirrly Snippet Tool</strong>%s while editing a Post/Page "
|
2936 |
"to customize the Title and the Description."
|
2937 |
msgstr ""
|
2938 |
|
2939 |
+
#: view/BlockSettingsSeo.php:348
|
2940 |
+
msgid "SEO for all post/pages"
|
2941 |
+
msgstr ""
|
2942 |
+
|
2943 |
+
#: view/BlockSettingsSeo.php:349
|
2944 |
+
#, php-format
|
2945 |
+
msgid ""
|
2946 |
+
"To customize the Title and Description for all the Posts and Pages in your "
|
2947 |
+
"site use the %sSquirrly Snippet Tool%s"
|
2948 |
+
msgstr ""
|
2949 |
+
|
2950 |
+
#: view/BlockSettingsSeo.php:351
|
2951 |
+
msgid "Add the Post tags in <strong>Keyword META</strong>."
|
2952 |
+
msgstr ""
|
2953 |
+
|
2954 |
+
#: view/BlockSettingsSeo.php:373
|
2955 |
+
msgid "Exclude Squirrly from loading in these Post Types"
|
2956 |
+
msgstr ""
|
2957 |
+
|
2958 |
+
#: view/BlockSettingsSeo.php:374
|
2959 |
+
msgid ""
|
2960 |
+
"DO NOT CHECK any Post Type if you want Squirrly to load for all posts types. "
|
2961 |
+
msgstr ""
|
2962 |
+
|
2963 |
+
#: view/BlockSettingsSeo.php:416
|
2964 |
+
msgid "Load <strong>Squirrly SEO Snippet in Frontend</strong> too."
|
2965 |
+
msgstr ""
|
2966 |
+
|
2967 |
+
#: view/BlockSettingsSeo.php:424
|
2968 |
msgid "Social Media Options"
|
2969 |
msgstr "Optiuni Social Media"
|
2970 |
|
2971 |
+
#: view/BlockSettingsSeo.php:426
|
2972 |
msgid "Select the language you're using on Social Media"
|
2973 |
msgstr ""
|
2974 |
|
2975 |
+
#: view/BlockSettingsSeo.php:572
|
2976 |
#, php-format
|
2977 |
msgid "%sHow to pop out in Social Media with your links%s"
|
2978 |
msgstr ""
|
2979 |
|
2980 |
+
#: view/BlockSettingsSeo.php:573
|
2981 |
#, php-format
|
2982 |
msgid "%sGet busy with Facebook’s new Search Engine functions%s"
|
2983 |
msgstr ""
|
2984 |
|
2985 |
+
#: view/BlockSettingsSeo.php:574
|
2986 |
#, php-format
|
2987 |
msgid ""
|
2988 |
"%sHow I Added Twitter Cards in My WordPress for Better Inbound Marketing%s"
|
2989 |
msgstr ""
|
2990 |
|
2991 |
+
#: view/BlockSettingsSeo.php:580
|
2992 |
msgid "Open Graph G17 - 2017 Settings"
|
2993 |
msgstr ""
|
2994 |
|
2995 |
+
#: view/BlockSettingsSeo.php:592
|
2996 |
msgid "Squirrly Adds the Best Codes for Open Graph and Twitter Cards"
|
2997 |
msgstr ""
|
2998 |
|
2999 |
+
#: view/BlockSettingsSeo.php:608
|
3000 |
#, php-format
|
3001 |
msgid ""
|
3002 |
"Add the Social Open Graph protocol so that your Facebook shares look good. "
|
3003 |
"%sCheck here%s. "
|
3004 |
msgstr ""
|
3005 |
|
3006 |
+
#: view/BlockSettingsSeo.php:612
|
3007 |
msgid "Facebook App ID"
|
3008 |
msgstr ""
|
3009 |
|
3010 |
+
#: view/BlockSettingsSeo.php:613
|
3011 |
#, php-format
|
3012 |
msgid "Add the %sFacebook App%s ID "
|
3013 |
msgstr ""
|
3014 |
|
3015 |
+
#: view/BlockSettingsSeo.php:630
|
3016 |
msgid "You need to add your <strong>Twitter account</strong> below"
|
3017 |
msgstr ""
|
3018 |
|
3019 |
+
#: view/BlockSettingsSeo.php:640
|
3020 |
msgid "Add the <strong>Twitter card</strong> in your tweets. "
|
3021 |
msgstr "Adauga <strong>titlul</strong> corect in pagina acasa"
|
3022 |
|
3023 |
+
#: view/BlockSettingsSeo.php:648
|
3024 |
#, php-format
|
3025 |
msgid ""
|
3026 |
"Use <strong>Twitter %ssummary_large_image%s</strong> for your Twitter Card. "
|
3027 |
msgstr ""
|
3028 |
|
3029 |
+
#: view/BlockSettingsSeo.php:660
|
3030 |
msgid "Social Media Accounts"
|
3031 |
msgstr ""
|
3032 |
|
3033 |
+
#: view/BlockSettingsSeo.php:661
|
3034 |
#, php-format
|
3035 |
msgid "%sLink your Google+ profile to the content you create%s"
|
3036 |
msgstr ""
|
3037 |
|
3038 |
+
#: view/BlockSettingsSeo.php:662
|
3039 |
#, php-format
|
3040 |
msgid ""
|
3041 |
"%sTwitter account is mandatory for <strong>Twitter Card Validation</strong>%s"
|
3042 |
msgstr ""
|
3043 |
|
3044 |
+
#: view/BlockSettingsSeo.php:663
|
3045 |
#, php-format
|
3046 |
msgid ""
|
3047 |
"%sAdd all your social accounts for <strong>JSON-LD Semantic SEO</strong>%s"
|
3048 |
msgstr ""
|
3049 |
|
3050 |
+
#: view/BlockSettingsSeo.php:664 view/BlockSettingsSeo.php:887
|
3051 |
#, php-format
|
3052 |
msgid "%sSpecify your social profiles to Google%s"
|
3053 |
msgstr ""
|
3054 |
|
3055 |
+
#: view/BlockSettingsSeo.php:672
|
3056 |
msgid "Your Twitter Account:"
|
3057 |
msgstr ""
|
3058 |
|
3059 |
+
#: view/BlockSettingsSeo.php:679
|
3060 |
msgid "Google Plus Profile:"
|
3061 |
msgstr ""
|
3062 |
|
3063 |
+
#: view/BlockSettingsSeo.php:686
|
3064 |
msgid "Facebook Profile:"
|
3065 |
msgstr ""
|
3066 |
|
3067 |
+
#: view/BlockSettingsSeo.php:693
|
3068 |
msgid "Linkedin Profile:"
|
3069 |
msgstr ""
|
3070 |
|
3071 |
+
#: view/BlockSettingsSeo.php:700
|
3072 |
msgid "Pinterest Profile:"
|
3073 |
msgstr ""
|
3074 |
|
3075 |
+
#: view/BlockSettingsSeo.php:707
|
3076 |
msgid "Instagram Profile:"
|
3077 |
msgstr ""
|
3078 |
|
3079 |
+
#: view/BlockSettingsSeo.php:714
|
3080 |
msgid "Youtube Profile:"
|
3081 |
msgstr ""
|
3082 |
|
3083 |
+
#: view/BlockSettingsSeo.php:724
|
3084 |
msgid "XML Sitemap for Google"
|
3085 |
msgstr ""
|
3086 |
|
3087 |
+
#: view/BlockSettingsSeo.php:725
|
3088 |
msgid ""
|
3089 |
"Squirrly Sitemap is the fastest way to tell Google about the pages on your "
|
3090 |
"site. <strong>Supports Multisites, Google News, Images, Videos, Custom Post "
|
3091 |
"Types, Custom Taxonomies and Ecommerce products</strong>"
|
3092 |
msgstr ""
|
3093 |
|
3094 |
+
#: view/BlockSettingsSeo.php:726
|
3095 |
#, php-format
|
3096 |
msgid "%sHow to submit your sitemap.xml in Google Webmaster Tool%s"
|
3097 |
msgstr ""
|
3098 |
|
3099 |
+
#: view/BlockSettingsSeo.php:727
|
3100 |
#, php-format
|
3101 |
msgid ""
|
3102 |
"%s10 Vital To Dos to Feed Your SEO Content Machine After You Post Articles%s"
|
3103 |
msgstr ""
|
3104 |
|
3105 |
+
#: view/BlockSettingsSeo.php:728
|
3106 |
#, php-format
|
3107 |
msgid ""
|
3108 |
"For Google News Sitemap, ensure that your site is included in %sGoogle News%s"
|
3109 |
msgstr ""
|
3110 |
|
3111 |
+
#: view/BlockSettingsSeo.php:737
|
3112 |
msgid "XML Sitemap Options"
|
3113 |
msgstr ""
|
3114 |
|
3115 |
+
#: view/BlockSettingsSeo.php:746
|
3116 |
msgid "Ping your sitemap to Google and Bing when a new post is published"
|
3117 |
msgstr ""
|
3118 |
|
3119 |
+
#: view/BlockSettingsSeo.php:752
|
3120 |
msgid "Build Sitemaps for"
|
3121 |
msgstr ""
|
3122 |
|
3123 |
+
#: view/BlockSettingsSeo.php:760
|
3124 |
msgid "Google News"
|
3125 |
msgstr ""
|
3126 |
|
3127 |
+
#: view/BlockSettingsSeo.php:772
|
3128 |
msgid "Categories"
|
3129 |
msgstr ""
|
3130 |
|
3131 |
+
#: view/BlockSettingsSeo.php:786
|
3132 |
msgid "Tags"
|
3133 |
msgstr ""
|
3134 |
|
3135 |
+
#: view/BlockSettingsSeo.php:798
|
3136 |
msgid "Archive"
|
3137 |
msgstr ""
|
3138 |
|
3139 |
+
#: view/BlockSettingsSeo.php:801
|
3140 |
msgid "Custom Taxonomies"
|
3141 |
msgstr ""
|
3142 |
|
3143 |
+
#: view/BlockSettingsSeo.php:804
|
3144 |
msgid "Custom Posts"
|
3145 |
msgstr ""
|
3146 |
|
3147 |
+
#: view/BlockSettingsSeo.php:807
|
3148 |
#, php-format
|
3149 |
msgid ""
|
3150 |
"Select only the Post Types that have links in them. Your sitemap will be %s"
|
3151 |
msgstr ""
|
3152 |
|
3153 |
+
#: view/BlockSettingsSeo.php:811
|
3154 |
msgid "Include in Sitemaps"
|
3155 |
msgstr ""
|
3156 |
|
3157 |
+
#: view/BlockSettingsSeo.php:814
|
3158 |
msgid "<strong>Images</strong> from posts/pages"
|
3159 |
msgstr ""
|
3160 |
|
3161 |
+
#: view/BlockSettingsSeo.php:817
|
3162 |
msgid "<strong>Videos</strong> (embeded and local media)"
|
3163 |
msgstr ""
|
3164 |
|
3165 |
+
#: view/BlockSettingsSeo.php:822
|
3166 |
msgid "How often do you update your site?"
|
3167 |
msgstr ""
|
3168 |
|
3169 |
+
#: view/BlockSettingsSeo.php:824
|
3170 |
msgid "every day"
|
3171 |
msgstr ""
|
3172 |
|
3173 |
+
#: view/BlockSettingsSeo.php:825
|
3174 |
msgid "1-3 times per week"
|
3175 |
msgstr ""
|
3176 |
|
3177 |
+
#: view/BlockSettingsSeo.php:826
|
3178 |
msgid "1-3 times per month"
|
3179 |
msgstr ""
|
3180 |
|
3181 |
+
#: view/BlockSettingsSeo.php:827
|
3182 |
msgid "1-3 times per year"
|
3183 |
msgstr ""
|
3184 |
|
3185 |
+
#: view/BlockSettingsSeo.php:831
|
3186 |
msgid "Feed Pagination: How many Posts per page to show in sitemap?"
|
3187 |
msgstr ""
|
3188 |
|
3189 |
+
#: view/BlockSettingsSeo.php:846
|
3190 |
msgid "Change the Website Icon"
|
3191 |
msgstr "Schimba icoana site-ului"
|
3192 |
|
3193 |
+
#: view/BlockSettingsSeo.php:847
|
3194 |
msgid ""
|
3195 |
"Now, even tablet & smartphone browsers make use of your icons. This makes "
|
3196 |
"having a good favicon even more important."
|
3197 |
msgstr ""
|
3198 |
|
3199 |
+
#: view/BlockSettingsSeo.php:848
|
3200 |
#, php-format
|
3201 |
msgid ""
|
3202 |
"You can use %shttp://convertico.com/%s to convert your photo to icon and "
|
3205 |
"Poti folosi %shttp://convertico.com/%s pentru a converti imaginea in icoana "
|
3206 |
"si poti incarca icoana aici"
|
3207 |
|
3208 |
+
#: view/BlockSettingsSeo.php:854
|
3209 |
msgid "Upload file:"
|
3210 |
msgstr "Urca fisier:"
|
3211 |
|
3212 |
+
#: view/BlockSettingsSeo.php:867 view/FrontMenu.php:327 view/FrontMenu.php:468
|
3213 |
msgid "Upload"
|
3214 |
msgstr "Upload"
|
3215 |
|
3216 |
+
#: view/BlockSettingsSeo.php:871
|
3217 |
msgid ""
|
3218 |
"If you don't see the new icon in your browser, empty the browser cache and "
|
3219 |
"refresh the page."
|
3221 |
"Daca nu vezi noua icoana in browser, goleste cache-ul din browser si da "
|
3222 |
"refresh la pagina."
|
3223 |
|
3224 |
+
#: view/BlockSettingsSeo.php:873
|
3225 |
msgid "File types: JPG, JPEG, GIF and PNG."
|
3226 |
msgstr "Tip fisiere JPEG,JPG,GIF sau PNG "
|
3227 |
|
3228 |
+
#: view/BlockSettingsSeo.php:875
|
3229 |
msgid ""
|
3230 |
"Does not physically create the favicon.ico file. The best option for "
|
3231 |
"Multisites."
|
3232 |
msgstr ""
|
3233 |
|
3234 |
+
#: view/BlockSettingsSeo.php:883
|
3235 |
msgid "JSON-LD for Semantic SEO"
|
3236 |
msgstr ""
|
3237 |
|
3238 |
+
#: view/BlockSettingsSeo.php:884
|
3239 |
msgid ""
|
3240 |
"Squirrly will automatically add the JSON-LD Structured Data in your site."
|
3241 |
msgstr ""
|
3242 |
|
3243 |
+
#: view/BlockSettingsSeo.php:885
|
3244 |
#, php-format
|
3245 |
msgid "%sJSON-LD's Big Day at Google%s"
|
3246 |
msgstr ""
|
3247 |
|
3248 |
+
#: view/BlockSettingsSeo.php:886
|
3249 |
#, php-format
|
3250 |
msgid "%sGoogle Testing Tool%s"
|
3251 |
msgstr ""
|
3252 |
|
3253 |
+
#: view/BlockSettingsSeo.php:893
|
3254 |
msgid "JSON-LD G17 - 2x More Options"
|
3255 |
msgstr ""
|
3256 |
|
3257 |
+
#: view/BlockSettingsSeo.php:910
|
3258 |
msgid "Your site type:"
|
3259 |
msgstr ""
|
3260 |
|
3261 |
+
#: view/BlockSettingsSeo.php:912
|
3262 |
msgid "Organization"
|
3263 |
msgstr ""
|
3264 |
|
3265 |
+
#: view/BlockSettingsSeo.php:913
|
3266 |
msgid "Personal"
|
3267 |
msgstr ""
|
3268 |
|
3269 |
+
#: view/BlockSettingsSeo.php:919
|
3270 |
msgid "Your Organization Name:"
|
3271 |
msgstr ""
|
3272 |
|
3273 |
+
#: view/BlockSettingsSeo.php:920
|
3274 |
msgid "Your Name:"
|
3275 |
msgstr ""
|
3276 |
|
3277 |
+
#: view/BlockSettingsSeo.php:924
|
3278 |
msgid "Job Title:"
|
3279 |
msgstr ""
|
3280 |
|
3281 |
+
#: view/BlockSettingsSeo.php:928
|
3282 |
msgid "Logo Url:"
|
3283 |
msgstr ""
|
3284 |
|
3285 |
+
#: view/BlockSettingsSeo.php:929
|
3286 |
msgid "Image Url:"
|
3287 |
msgstr ""
|
3288 |
|
3289 |
+
#: view/BlockSettingsSeo.php:930
|
3290 |
msgid "Select Image"
|
3291 |
msgstr ""
|
3292 |
|
3293 |
+
#: view/BlockSettingsSeo.php:934
|
3294 |
msgid "Contact Phone:"
|
3295 |
msgstr ""
|
3296 |
|
3297 |
+
#: view/BlockSettingsSeo.php:938
|
3298 |
msgid "Contact Type:"
|
3299 |
msgstr ""
|
3300 |
|
3301 |
+
#: view/BlockSettingsSeo.php:940
|
3302 |
msgid "Customer Service"
|
3303 |
msgstr ""
|
3304 |
|
3305 |
+
#: view/BlockSettingsSeo.php:941
|
3306 |
msgid "Technical Support"
|
3307 |
msgstr ""
|
3308 |
|
3309 |
+
#: view/BlockSettingsSeo.php:942
|
3310 |
msgid "Billing Support"
|
3311 |
msgstr ""
|
3312 |
|
3313 |
+
#: view/BlockSettingsSeo.php:943
|
3314 |
msgid "Bill Payment"
|
3315 |
msgstr ""
|
3316 |
|
3317 |
+
#: view/BlockSettingsSeo.php:944
|
3318 |
msgid "Sales"
|
3319 |
msgstr ""
|
3320 |
|
3321 |
+
#: view/BlockSettingsSeo.php:945
|
3322 |
msgid "Reservations"
|
3323 |
msgstr ""
|
3324 |
|
3325 |
+
#: view/BlockSettingsSeo.php:946
|
3326 |
msgid "Credit Card Support"
|
3327 |
msgstr ""
|
3328 |
|
3329 |
+
#: view/BlockSettingsSeo.php:947
|
3330 |
msgid "Emergency"
|
3331 |
msgstr ""
|
3332 |
|
3333 |
+
#: view/BlockSettingsSeo.php:948
|
3334 |
msgid "Baggage Tracking"
|
3335 |
msgstr ""
|
3336 |
|
3337 |
+
#: view/BlockSettingsSeo.php:949
|
3338 |
msgid "Roadside Assistance"
|
3339 |
msgstr ""
|
3340 |
|
3341 |
+
#: view/BlockSettingsSeo.php:950
|
3342 |
msgid "Package Tracking"
|
3343 |
msgstr ""
|
3344 |
|
3345 |
+
#: view/BlockSettingsSeo.php:955
|
3346 |
msgid "Short Description:"
|
3347 |
msgstr ""
|
3348 |
|
3349 |
+
#: view/BlockSettingsSeo.php:963
|
3350 |
msgid "Add your social accounts for Json-LD"
|
3351 |
msgstr ""
|
3352 |
|
3353 |
+
#: view/BlockSettingsSeo.php:968
|
3354 |
msgid "How the search results will look like once Google grabs your data."
|
3355 |
msgstr ""
|
3356 |
|
3357 |
+
#: view/BlockSettingsSeo.php:977 view/BlockToolbar.php:8
|
3358 |
msgid "Tracking Tools"
|
3359 |
msgstr ""
|
3360 |
|
3361 |
+
#: view/BlockSettingsSeo.php:978
|
3362 |
#, php-format
|
3363 |
msgid "%sHow to Get the Most Out of Google Analytics%s"
|
3364 |
msgstr ""
|
3365 |
|
3366 |
+
#: view/BlockSettingsSeo.php:979
|
3367 |
#, php-format
|
3368 |
msgid "%sWhat is Facebook Pixel?%s"
|
3369 |
msgstr ""
|
3370 |
|
3371 |
+
#: view/BlockSettingsSeo.php:980
|
3372 |
#, php-format
|
3373 |
msgid "%sA Beginner’s Guide to Facebook Insights%s"
|
3374 |
msgstr ""
|
3375 |
|
3376 |
+
#: view/BlockSettingsSeo.php:987
|
3377 |
msgid "Google Tracking G17"
|
3378 |
msgstr ""
|
3379 |
|
3380 |
+
#: view/BlockSettingsSeo.php:999
|
3381 |
msgid "Facebook Tracking G17"
|
3382 |
msgstr ""
|
3383 |
|
3384 |
+
#: view/BlockSettingsSeo.php:1011
|
3385 |
msgid "Rich Pins G17"
|
3386 |
msgstr ""
|
3387 |
|
3388 |
+
#: view/BlockSettingsSeo.php:1028 view/BlockSettingsSeo.php:1038
|
3389 |
+
#: view/BlockSettingsSeo.php:1051
|
3390 |
#, php-format
|
3391 |
msgid "Facebook Admin ID (for %sInsights%s ):"
|
3392 |
msgstr ""
|
3393 |
|
3394 |
+
#: view/BlockSettingsSeo.php:1031 view/BlockSettingsSeo.php:1041
|
3395 |
+
#: view/BlockSettingsSeo.php:1054
|
3396 |
msgid "Facebook ID or https://www.facebook.com/YourProfileName"
|
3397 |
msgstr ""
|
3398 |
|
3399 |
+
#: view/BlockSettingsSeo.php:1046
|
3400 |
msgid "Add more Facebook Admin IDs"
|
3401 |
msgstr ""
|
3402 |
|
3403 |
+
#: view/BlockSettingsSeo.php:1060
|
3404 |
#, php-format
|
3405 |
msgid "Google %sAnalytics ID%s:"
|
3406 |
msgstr "Google %sAnalytics ID%s:"
|
3407 |
|
3408 |
+
#: view/BlockSettingsSeo.php:1065
|
3409 |
#, php-format
|
3410 |
msgid "Facebook %sPixel ID%s:"
|
3411 |
msgstr ""
|
3412 |
|
3413 |
+
#: view/BlockSettingsSeo.php:1078
|
3414 |
#, php-format
|
3415 |
msgid ""
|
3416 |
"Load <strong>%sGoogle Analytics AMP%s</strong> and <strong>%sFacebook Pixel "
|
3417 |
"AMP%s</strong> tracking%s(Warning! The tracking works only for AMP Themes.%s)"
|
3418 |
msgstr ""
|
3419 |
|
3420 |
+
#: view/BlockSettingsSeo.php:1085
|
3421 |
msgid "Measure Your Success"
|
3422 |
msgstr ""
|
3423 |
|
3424 |
+
#: view/BlockSettingsSeo.php:1086
|
3425 |
#, php-format
|
3426 |
msgid "%sHow to set the Google Webmaster Tool%s"
|
3427 |
msgstr ""
|
3428 |
|
3429 |
+
#: view/BlockSettingsSeo.php:1087
|
3430 |
#, php-format
|
3431 |
msgid "%sBest practices to help Google find, crawl, and index your site%s"
|
3432 |
msgstr ""
|
3433 |
|
3434 |
+
#: view/BlockSettingsSeo.php:1088
|
3435 |
#, php-format
|
3436 |
msgid "%sBing Webmaster Tools Help & How-To Center%s"
|
3437 |
msgstr ""
|
3438 |
|
3439 |
+
#: view/BlockSettingsSeo.php:1089
|
3440 |
#, php-format
|
3441 |
msgid "%sRich Pins Validator%s"
|
3442 |
msgstr ""
|
3443 |
|
3444 |
+
#: view/BlockSettingsSeo.php:1095
|
3445 |
#, php-format
|
3446 |
msgid "Google META verification code for %sWebmaster Tool%s:"
|
3447 |
msgstr "Cod META pentru %sGoogle Webmaster Tool%s"
|
3448 |
|
3449 |
+
#: view/BlockSettingsSeo.php:1101
|
3450 |
#, php-format
|
3451 |
msgid "Bing META code (for %sWebmaster Tool%s ):"
|
3452 |
msgstr "Bing META code (pentru %sWebmaster Tool%s):"
|
3453 |
|
3454 |
+
#: view/BlockSettingsSeo.php:1108
|
3455 |
#, php-format
|
3456 |
msgid "Alexa META code (for %sAlexa Tool%s ):"
|
3457 |
msgstr "Alexa META code (pentru %sWebmaster Tool%s):"
|
3458 |
|
3459 |
+
#: view/BlockSettingsSeo.php:1114
|
3460 |
#, php-format
|
3461 |
msgid "Pinterest Website Validator Code: (validate %sRich Pins%s )"
|
3462 |
msgstr ""
|
3681 |
msgid "Optimize for Keyword"
|
3682 |
msgstr "Optimizare dupa cuvant cheie"
|
3683 |
|
3684 |
+
#: view/Blocksearch.php:7 view/Blocksearch.php:15
|
3685 |
+
msgid "Squirrly Briefcase"
|
3686 |
msgstr ""
|
3687 |
|
3688 |
#: view/Blocksearch.php:9
|
3689 |
msgid "What is Briefcase?"
|
3690 |
msgstr ""
|
3691 |
|
|
|
|
|
|
|
|
|
3692 |
#: view/Blocksearch.php:16
|
3693 |
msgid "Refresh the keywords"
|
3694 |
msgstr ""
|
3745 |
msgid "Split Window"
|
3746 |
msgstr ""
|
3747 |
|
3748 |
+
#: view/FrontMenu.php:46
|
3749 |
msgid "Saved! This is how the preview looks like"
|
3750 |
msgstr ""
|
3751 |
|
3752 |
+
#: view/FrontMenu.php:63
|
3753 |
msgid "Activate Squirrly SEO for this page"
|
3754 |
msgstr ""
|
3755 |
|
3756 |
+
#: view/FrontMenu.php:65
|
3757 |
+
#, php-format
|
3758 |
+
msgid ""
|
3759 |
+
"Post Type (%s) was excluded from %sSquirrly > SEO Settings%s. Squirrly SEO "
|
3760 |
+
"will not load for this post type on the frontend"
|
3761 |
+
msgstr ""
|
3762 |
+
|
3763 |
+
#: view/FrontMenu.php:83
|
3764 |
msgid "META"
|
3765 |
msgstr ""
|
3766 |
|
3767 |
+
#: view/FrontMenu.php:86
|
3768 |
msgid "FACEBOOK"
|
3769 |
msgstr ""
|
3770 |
|
3771 |
+
#: view/FrontMenu.php:89
|
3772 |
msgid "TWITTER"
|
3773 |
msgstr ""
|
3774 |
|
3775 |
+
#: view/FrontMenu.php:92
|
3776 |
msgid "ADVANCED"
|
3777 |
msgstr ""
|
3778 |
|
3779 |
+
#: view/FrontMenu.php:105
|
3780 |
msgid "How this page will appear on Search Engines"
|
3781 |
msgstr ""
|
3782 |
|
3783 |
+
#: view/FrontMenu.php:110
|
3784 |
msgid "Edit Snippet"
|
3785 |
msgstr ""
|
3786 |
|
3787 |
+
#: view/FrontMenu.php:125 view/FrontMenu.php:316 view/FrontMenu.php:456
|
3788 |
msgid "Cancel"
|
3789 |
msgstr "Renunta"
|
3790 |
|
3791 |
+
#: view/FrontMenu.php:126 view/FrontMenu.php:317 view/FrontMenu.php:457
|
3792 |
+
#: view/FrontMenu.php:518
|
3793 |
msgid "Save"
|
3794 |
msgstr ""
|
3795 |
|
3796 |
+
#: view/FrontMenu.php:133
|
3797 |
msgid "SEO Title"
|
3798 |
msgstr ""
|
3799 |
|
3800 |
+
#: view/FrontMenu.php:136 view/FrontMenu.php:186
|
3801 |
msgid "Pattern: "
|
3802 |
msgstr ""
|
3803 |
|
3804 |
+
#: view/FrontMenu.php:141
|
3805 |
msgid "Current Title"
|
3806 |
msgstr ""
|
3807 |
|
3808 |
+
#: view/FrontMenu.php:146
|
3809 |
msgid "Default Title"
|
3810 |
msgstr ""
|
3811 |
|
3812 |
+
#: view/FrontMenu.php:166 view/FrontMenu.php:213
|
3813 |
msgid "Pattern"
|
3814 |
msgstr ""
|
3815 |
|
3816 |
+
#: view/FrontMenu.php:183
|
3817 |
msgid "META Description"
|
3818 |
msgstr ""
|
3819 |
|
3820 |
+
#: view/FrontMenu.php:190
|
3821 |
msgid "Current Description"
|
3822 |
msgstr ""
|
3823 |
|
3824 |
+
#: view/FrontMenu.php:195
|
3825 |
msgid "Default Description"
|
3826 |
msgstr ""
|
3827 |
|
3828 |
+
#: view/FrontMenu.php:229
|
3829 |
msgid "Meta Keywords"
|
3830 |
msgstr ""
|
3831 |
|
3832 |
+
#: view/FrontMenu.php:233
|
3833 |
msgid "+ Add keyword"
|
3834 |
msgstr "Adauga cuvant cheie"
|
3835 |
|
3836 |
+
#: view/FrontMenu.php:241
|
3837 |
msgid "Canonical link"
|
3838 |
msgstr ""
|
3839 |
|
3840 |
+
#: view/FrontMenu.php:244
|
3841 |
msgid "Found: "
|
3842 |
msgstr ""
|
3843 |
|
3844 |
+
#: view/FrontMenu.php:250
|
3845 |
msgid "Current"
|
3846 |
msgstr ""
|
3847 |
|
3848 |
+
#: view/FrontMenu.php:256
|
3849 |
msgid "Default Link"
|
3850 |
msgstr ""
|
3851 |
|
3852 |
+
#: view/FrontMenu.php:267
|
3853 |
msgid ""
|
3854 |
"To edit the snippet, you have to activate Squirrly SEO for this page first"
|
3855 |
msgstr ""
|
3856 |
|
3857 |
+
#: view/FrontMenu.php:268 view/FrontMenu.php:411 view/FrontMenu.php:511
|
3858 |
+
#: view/FrontMenu.php:567
|
3859 |
msgid "or Click here"
|
3860 |
msgstr ""
|
3861 |
|
3862 |
+
#: view/FrontMenu.php:276
|
3863 |
msgid "How this page appears on Facebook"
|
3864 |
msgstr ""
|
3865 |
|
3866 |
+
#: view/FrontMenu.php:281
|
3867 |
msgid "Edit Open Graph"
|
3868 |
msgstr ""
|
3869 |
|
3870 |
+
#: view/FrontMenu.php:289 view/FrontMenu.php:430
|
3871 |
msgid "The image size must be at least 500 pixels wide"
|
3872 |
msgstr ""
|
3873 |
|
3874 |
+
#: view/FrontMenu.php:303 view/FrontMenu.php:444
|
3875 |
msgid ""
|
3876 |
"This is the Featured Image. You can changin it if you edit the snippet and "
|
3877 |
"upload anothe image."
|
3878 |
msgstr ""
|
3879 |
|
3880 |
+
#: view/FrontMenu.php:323
|
3881 |
msgid "Media Image"
|
3882 |
msgstr ""
|
3883 |
|
3884 |
+
#: view/FrontMenu.php:328 view/FrontMenu.php:469
|
3885 |
msgid "Image size must be at least 500 pixels wide"
|
3886 |
msgstr ""
|
3887 |
|
3888 |
+
#: view/FrontMenu.php:342
|
3889 |
msgid "OG Title"
|
3890 |
msgstr ""
|
3891 |
|
3892 |
+
#: view/FrontMenu.php:355
|
3893 |
msgid "OG Description"
|
3894 |
msgstr ""
|
3895 |
|
3896 |
+
#: view/FrontMenu.php:368
|
3897 |
msgid "Author Link"
|
3898 |
msgstr ""
|
3899 |
|
3900 |
+
#: view/FrontMenu.php:373
|
3901 |
msgid "if there are more authors, separate their facebook links with commas"
|
3902 |
msgstr ""
|
3903 |
|
3904 |
+
#: view/FrontMenu.php:379
|
3905 |
msgid "Page type"
|
3906 |
msgstr ""
|
3907 |
|
3908 |
+
#: view/FrontMenu.php:383
|
3909 |
msgid "Website"
|
3910 |
msgstr ""
|
3911 |
|
3912 |
+
#: view/FrontMenu.php:392
|
3913 |
msgid "Book"
|
3914 |
msgstr ""
|
3915 |
|
3916 |
+
#: view/FrontMenu.php:395
|
3917 |
msgid "Music"
|
3918 |
msgstr ""
|
3919 |
|
3920 |
+
#: view/FrontMenu.php:398
|
3921 |
msgid "Product"
|
3922 |
msgstr ""
|
3923 |
|
3924 |
+
#: view/FrontMenu.php:401
|
3925 |
msgid "Video"
|
3926 |
msgstr ""
|
3927 |
|
3928 |
+
#: view/FrontMenu.php:410
|
3929 |
msgid ""
|
3930 |
"To edit the Open Graph, you have to activate Squirrly SEO for this page first"
|
3931 |
msgstr ""
|
3932 |
|
3933 |
+
#: view/FrontMenu.php:419
|
3934 |
msgid "How this page appears on Twitter"
|
3935 |
msgstr ""
|
3936 |
|
3937 |
+
#: view/FrontMenu.php:422
|
3938 |
msgid "Edit Twitter Card"
|
3939 |
msgstr ""
|
3940 |
|
3941 |
+
#: view/FrontMenu.php:464
|
3942 |
msgid "Twitter Image"
|
3943 |
msgstr ""
|
3944 |
|
3945 |
+
#: view/FrontMenu.php:482
|
3946 |
msgid "Twitter Card Title"
|
3947 |
msgstr ""
|
3948 |
|
3949 |
+
#: view/FrontMenu.php:495
|
3950 |
msgid "Twitter Card Description"
|
3951 |
msgstr ""
|
3952 |
|
3953 |
+
#: view/FrontMenu.php:510
|
3954 |
msgid ""
|
3955 |
"To edit the Twitter Card, you have to activate Squirrly SEO for this page "
|
3956 |
"first"
|
3957 |
msgstr ""
|
3958 |
|
3959 |
+
#: view/FrontMenu.php:525
|
3960 |
msgid "Let Google Index This Page"
|
3961 |
msgstr ""
|
3962 |
|
3963 |
+
#: view/FrontMenu.php:538
|
3964 |
msgid "Pass Link Juice to This Page"
|
3965 |
msgstr ""
|
3966 |
|
3967 |
+
#: view/FrontMenu.php:551
|
3968 |
msgid "Show it in Sitemap.xml"
|
3969 |
msgstr ""
|
3970 |
|
3971 |
+
#: view/FrontMenu.php:566
|
3972 |
msgid "To edit, you have to activate Squirrly SEO for this page first."
|
3973 |
msgstr ""
|
3974 |
|
3975 |
+
#: view/FrontMenu.php:586
|
3976 |
msgid "post type"
|
3977 |
msgstr ""
|
3978 |
|
3979 |
+
#: view/FrontMenu.php:588
|
3980 |
msgid "og type"
|
3981 |
msgstr ""
|
3982 |
|
3983 |
+
#: view/FrontMenu.php:610
|
3984 |
msgid "Can't do Custom SEO for this URL"
|
3985 |
msgstr ""
|
3986 |
|
3987 |
+
#: view/FrontMenu.php:630
|
3988 |
msgid "Enable Squirrly SEO to load Squirrly Snippet"
|
3989 |
msgstr ""
|
3990 |
|
3991 |
+
#: view/FrontMenu.php:654
|
3992 |
#, php-format
|
3993 |
msgid "%sPlease connect to Squirrly first%s"
|
3994 |
msgstr ""
|
4006 |
msgstr ""
|
4007 |
|
4008 |
#: view/SerpChecker.php:77
|
4009 |
+
msgid "Get Ranks and found Keywords from Squirrly Cloud"
|
4010 |
msgstr ""
|
4011 |
|
4012 |
#: view/SerpChecker.php:81 view/SerpChecker.php:85
|
4013 |
+
msgid "Get Ranks from Squirrly Cloud"
|
4014 |
msgstr ""
|
4015 |
|
4016 |
#: view/SerpChecker.php:92
|
models/domain/Sq.php
CHANGED
@@ -33,20 +33,59 @@ class SQ_Models_Domain_Sq extends SQ_Models_Abstract_Domain {
|
|
33 |
// protected $_jsonld_media;
|
34 |
|
35 |
// lengths
|
36 |
-
protected $_title_maxlength
|
37 |
-
protected $_description_maxlength
|
38 |
-
protected $_og_title_maxlength
|
39 |
-
protected $_og_description_maxlength
|
40 |
-
protected $_tw_title_maxlength
|
41 |
-
protected $_tw_description_maxlength
|
42 |
-
protected $_jsonld_title_maxlength
|
43 |
-
protected $_jsonld_description_maxlength
|
44 |
|
45 |
// for sq_adm patterns
|
46 |
protected $_patterns;
|
47 |
//get custom post type separator
|
48 |
protected $_sep;
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
|
51 |
public function getDoseo() {
|
52 |
if (!isset($this->_doseo)) {
|
@@ -143,4 +182,31 @@ class SQ_Models_Domain_Sq extends SQ_Models_Abstract_Domain {
|
|
143 |
public function clearDescription($description) {
|
144 |
return SQ_Classes_Tools::clearDescription($description);
|
145 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
}
|
33 |
// protected $_jsonld_media;
|
34 |
|
35 |
// lengths
|
36 |
+
protected $_title_maxlength;
|
37 |
+
protected $_description_maxlength;
|
38 |
+
protected $_og_title_maxlength;
|
39 |
+
protected $_og_description_maxlength;
|
40 |
+
protected $_tw_title_maxlength;
|
41 |
+
protected $_tw_description_maxlength;
|
42 |
+
protected $_jsonld_title_maxlength;
|
43 |
+
protected $_jsonld_description_maxlength;
|
44 |
|
45 |
// for sq_adm patterns
|
46 |
protected $_patterns;
|
47 |
//get custom post type separator
|
48 |
protected $_sep;
|
49 |
|
50 |
+
public function getTitle_maxlength(){
|
51 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
52 |
+
return $metas['title_maxlength'];
|
53 |
+
}
|
54 |
+
|
55 |
+
public function getDescription_maxlength(){
|
56 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
57 |
+
return $metas['description_maxlength'];
|
58 |
+
}
|
59 |
+
|
60 |
+
public function getOg_title_maxlength(){
|
61 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
62 |
+
return $metas['og_title_maxlength'];
|
63 |
+
}
|
64 |
+
|
65 |
+
public function getOg_description_maxlength(){
|
66 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
67 |
+
return $metas['og_description_maxlength'];
|
68 |
+
}
|
69 |
+
|
70 |
+
public function getTw_title_maxlength(){
|
71 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
72 |
+
return $metas['tw_title_maxlength'];
|
73 |
+
}
|
74 |
+
|
75 |
+
public function getTw_description_maxlength(){
|
76 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
77 |
+
return $metas['tw_description_maxlength'];
|
78 |
+
}
|
79 |
+
|
80 |
+
public function getJsonld_title_maxlength(){
|
81 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
82 |
+
return $metas['jsonld_title_maxlength'];
|
83 |
+
}
|
84 |
+
|
85 |
+
public function getJsonld_description_maxlength(){
|
86 |
+
$metas = SQ_Classes_Tools::getOption('sq_metas');
|
87 |
+
return $metas['jsonld_description_maxlength'];
|
88 |
+
}
|
89 |
|
90 |
public function getDoseo() {
|
91 |
if (!isset($this->_doseo)) {
|
182 |
public function clearDescription($description) {
|
183 |
return SQ_Classes_Tools::clearDescription($description);
|
184 |
}
|
185 |
+
|
186 |
+
public function toArray() {
|
187 |
+
return array(
|
188 |
+
'doseo' => $this->doseo,
|
189 |
+
'noindex' => $this->noindex,
|
190 |
+
'nofollow' => $this->nofollow,
|
191 |
+
'nositemap' => $this->nositemap,
|
192 |
+
//
|
193 |
+
'title' => $this->title,
|
194 |
+
'description' => $this->description,
|
195 |
+
'keywords' => $this->keywords,
|
196 |
+
'canonical' => $this->canonical,
|
197 |
+
'robots' => $this->robots,
|
198 |
+
'cornerstone' => $this->cornerstone,
|
199 |
+
//
|
200 |
+
'tw_media' => $this->tw_media,
|
201 |
+
'tw_title' => $this->tw_title,
|
202 |
+
'tw_description' => $this->tw_description,
|
203 |
+
'tw_type' => $this->tw_type,
|
204 |
+
//
|
205 |
+
'og_title' => $this->og_title,
|
206 |
+
'og_description' => $this->og_description,
|
207 |
+
'og_author' => $this->og_author,
|
208 |
+
'og_type' => $this->og_type,
|
209 |
+
'og_media' => $this->og_media,
|
210 |
+
);
|
211 |
+
}
|
212 |
}
|
readme.txt
CHANGED
@@ -111,14 +111,6 @@ See all the Features of our product on the <a title="Squirrly WordPress SEO" hre
|
|
111 |
|
112 |
<a title="Squirrly SEO Plugin" href="/extend/plugins/squirrly-seo/screenshots/">Check our screenshots</a>| <a title="Squirrly SEO" href="https://www.squirrly.co/wordpress-seo-by-squirrly" target="_blank">Go to our official site</a> | Free Version (if you install from the WP directory) OR <a title="See Pricing" href="https://plugin.squirrly.co/squirrly-pricing-plans/" target="_blank">Pricing Plans</a>
|
113 |
|
114 |
-
= 8.3.08 - 02/15/2018 =
|
115 |
-
* SEO Update - Update the article:tag Meta for Facebook Open Graph (SEO update)
|
116 |
-
* Squirrly SEO is compatible with Cache Enabler plugin
|
117 |
-
* SEO Update - Show canonical link for Draft Posts in Squirrly SEO Snippet
|
118 |
-
* SEO Fix - Fixed the invalid email issue for longer domain extensions when connecting the blog with Squirrly SEO
|
119 |
-
* SEO Fix - Removed the Memory Filter from Frontend (SEO update)
|
120 |
-
* SEO Fix - Removed the deprecate PHP 7.2 functions
|
121 |
-
|
122 |
== Installation ==
|
123 |
|
124 |
= MANUALLY =
|
@@ -163,445 +155,450 @@ Type a keyword to the right of the screen and start using Squirrly Seo. Enjoy!
|
|
163 |
Squirrly SEO 8.3.01 it's a stable version of Squirrly SEO and has all the SEO requirements by Search Engines
|
164 |
|
165 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
166 |
= 8.3.08 - 02/15/2018 =
|
167 |
-
*
|
168 |
* Squirrly SEO is compatible with Cache Enabler plugin
|
169 |
-
*
|
170 |
-
*
|
171 |
-
*
|
172 |
-
*
|
173 |
|
174 |
= 8.3.07 - 02/12/2018 =
|
175 |
-
*
|
176 |
-
*
|
177 |
|
178 |
= 8.3.06 - 02/09/2018 =
|
179 |
-
*
|
180 |
-
*
|
181 |
-
*
|
182 |
-
*
|
183 |
* Squirrly SEO is compatible with WP 4.9.4
|
184 |
|
185 |
= 8.3.05 - 01/18/2018 =
|
186 |
-
*
|
187 |
-
*
|
188 |
-
*
|
189 |
* Squirrly SEO is compatible with WP 4.9.2
|
190 |
|
191 |
= 8.3.04 - 01/15/2018 =
|
192 |
-
*
|
193 |
-
*
|
194 |
-
*
|
195 |
-
*
|
196 |
-
*
|
197 |
-
*
|
198 |
-
*
|
199 |
|
200 |
= 8.3.03 - 01/10/2018 =
|
201 |
-
*
|
202 |
-
*
|
203 |
|
204 |
= 8.3.02 - 12/18/2017 =
|
205 |
-
*
|
206 |
-
*
|
207 |
-
*
|
208 |
-
*
|
209 |
-
*
|
210 |
-
*
|
211 |
-
*
|
212 |
* Squirrly SEO is now compatible with WP 4.9.1 and more Cache Plugins
|
213 |
|
214 |
= 8.3.01 - 12/12/2017 =
|
215 |
-
*
|
216 |
-
*
|
217 |
-
*
|
218 |
-
*
|
219 |
-
*
|
220 |
-
*
|
221 |
-
*
|
222 |
|
223 |
= 8.2.29 - 12/06/2017 =
|
224 |
-
*
|
225 |
-
*
|
226 |
|
227 |
= 8.2.28 - 11/28/2017 =
|
228 |
-
*
|
229 |
-
*
|
230 |
* Squirrly SEO is now compatible with Woocommerce 3.2
|
231 |
* Squirrly SEO is now compatible with WP 4.9
|
232 |
|
233 |
= 8.2.27 - 11/27/2017 =
|
234 |
-
*
|
235 |
-
*
|
236 |
-
*
|
237 |
-
*
|
238 |
-
*
|
239 |
|
240 |
= 8.2.26 - 11/17/2017 =
|
241 |
-
*
|
242 |
-
*
|
243 |
-
*
|
244 |
-
*
|
245 |
-
*
|
246 |
|
247 |
|
248 |
= 8.2.24 - 11/10/2017 =
|
249 |
-
*
|
250 |
-
*
|
251 |
-
*
|
252 |
-
*
|
253 |
|
254 |
= 8.2.23 - 11/07/2017 =
|
255 |
-
*
|
256 |
-
*
|
257 |
-
*
|
258 |
-
*
|
259 |
-
*
|
260 |
|
261 |
|
262 |
= 8.2.21 - 11/04/2017 =
|
263 |
-
*
|
264 |
-
*
|
265 |
-
*
|
266 |
-
*
|
267 |
-
*
|
268 |
-
*
|
269 |
* Squirrly SEO is now compatible with WP 4.8.3
|
270 |
|
271 |
= 8.2.20 – 11/02/2017 =
|
272 |
-
*
|
273 |
-
*
|
274 |
|
275 |
= 8.2.19 – 10/30/2017 =
|
276 |
-
*
|
277 |
-
*
|
278 |
-
*
|
279 |
-
*
|
280 |
-
*
|
281 |
|
282 |
= 8.2.18 – 10/27/2017 =
|
283 |
-
*
|
284 |
-
*
|
285 |
-
*
|
286 |
-
*
|
287 |
-
*
|
288 |
|
289 |
= 8.2.17 – 10/24/2017 =
|
290 |
-
*
|
291 |
-
*
|
292 |
-
*
|
293 |
|
294 |
= 8.2.15 – 10/18/2017 =
|
295 |
-
*
|
296 |
-
*
|
297 |
-
*
|
298 |
-
*
|
299 |
-
*
|
300 |
-
*
|
301 |
|
302 |
= 8.2.14 – 10/12/2017 =
|
303 |
-
*
|
304 |
-
*
|
305 |
|
306 |
= 8.2.13 – 10/11/2017 =
|
307 |
-
*
|
308 |
-
*
|
309 |
-
*
|
310 |
|
311 |
= 8.2.11 – 10/10/2017 =
|
312 |
-
*
|
313 |
-
*
|
314 |
|
315 |
= 8.2.10 – 10/10/2017 =
|
316 |
-
*
|
317 |
* See all the new features here: https://howto.squirrly.co/kb/slides/
|
318 |
|
319 |
= 8.0.5 – 08/14/2017 =
|
320 |
-
*
|
321 |
* SEO Squirrly is compatible with WP 4.8.1
|
322 |
|
323 |
= 8.0.4 – 07/24/2017 =
|
324 |
-
*
|
325 |
-
*
|
326 |
|
327 |
= 8.0.2 – 05/20/2017 =
|
328 |
-
*
|
329 |
* Squirrly SEO is compatible with WP 4.8
|
330 |
|
331 |
= 8.0.1 - 05/08/2017 =
|
332 |
-
*
|
333 |
-
*
|
334 |
|
335 |
= 8.0.0 - 05/01/2017 =
|
336 |
-
*
|
337 |
|
338 |
= 7.0.6 - 04/15/2017 =
|
339 |
-
*
|
340 |
-
*
|
341 |
-
*
|
342 |
|
343 |
= 7.0.5 - 04/04/2017 =
|
344 |
-
*
|
345 |
-
*
|
346 |
-
*
|
347 |
* Squirrly SEO is Compatible with WP 4.7.4
|
348 |
|
349 |
= 7.0.4 - 03/20/2017 =
|
350 |
-
*
|
351 |
-
*
|
352 |
-
*
|
353 |
-
*
|
354 |
|
355 |
= 7.0.3 - 03/19/2017 =
|
356 |
-
*
|
357 |
-
*
|
358 |
-
*
|
359 |
-
*
|
360 |
-
*
|
361 |
|
362 |
= 7.0.1 - 03/01/2017 =
|
363 |
-
*
|
364 |
-
*
|
365 |
|
366 |
= 7.0.0 - 02/10/2017 =
|
367 |
-
*
|
368 |
-
*
|
369 |
-
*
|
370 |
-
*
|
371 |
-
*
|
372 |
-
*
|
373 |
-
*
|
374 |
-
*
|
375 |
-
*
|
376 |
|
377 |
= 6.3.1 =
|
378 |
-
*
|
379 |
-
*
|
380 |
-
*
|
381 |
-
*
|
382 |
-
*
|
383 |
-
*
|
384 |
-
*
|
385 |
-
*
|
386 |
-
*
|
387 |
-
*
|
388 |
-
*
|
389 |
-
*
|
390 |
-
*
|
391 |
|
392 |
= 6.3.0 =
|
393 |
-
*
|
394 |
-
*
|
395 |
-
*
|
396 |
-
*
|
397 |
|
398 |
= 6.2.8 =
|
399 |
-
*
|
400 |
-
*
|
401 |
-
*
|
402 |
|
403 |
= 6.2.6 =
|
404 |
-
*
|
405 |
-
*
|
406 |
-
*
|
407 |
* Happy New Year!
|
408 |
|
409 |
= 6.2.5 =
|
410 |
* SEO Update - Added Instagram and Pinterest in Social Json-LD
|
411 |
-
*
|
412 |
-
*
|
413 |
|
414 |
= 6.2.4 =
|
415 |
-
*
|
416 |
-
*
|
417 |
* Squirrly SEO is Compatible with WP 4.7
|
418 |
|
419 |
= 6.2.3 =
|
420 |
-
*
|
421 |
-
*
|
422 |
-
*
|
423 |
-
*
|
424 |
|
425 |
= 6.2.2 =
|
426 |
-
*
|
427 |
-
*
|
428 |
* Squirrly SEO is Compatible with WP 4.6.1
|
429 |
|
430 |
= 6.2.0 =
|
431 |
-
*
|
432 |
-
*
|
433 |
-
*
|
434 |
-
*
|
435 |
-
*
|
436 |
-
*
|
437 |
-
*
|
438 |
-
*
|
439 |
|
440 |
= 6.1.6 =
|
441 |
-
*
|
442 |
-
*
|
443 |
-
*
|
444 |
|
445 |
= 6.1.5 =
|
446 |
-
*
|
447 |
-
*
|
448 |
-
*
|
449 |
-
*
|
450 |
|
451 |
= 6.1.3 =
|
452 |
-
*
|
453 |
-
*
|
454 |
|
455 |
= 6.1.2 =
|
456 |
-
*
|
457 |
-
*
|
458 |
-
*
|
459 |
-
*
|
460 |
* Squirrly SEO is Compatible with WP 4.5.3
|
461 |
|
462 |
= 6.1.0 =
|
463 |
-
*
|
464 |
-
*
|
465 |
-
*
|
466 |
-
*
|
467 |
* Squirrly SEO is Compatible with WP 4.5.2
|
468 |
|
469 |
= 6.0.9 =
|
470 |
-
*
|
471 |
* Squirrly SEO is Compatible with WP 4.5
|
472 |
|
473 |
= 6.0.6 =
|
474 |
-
*
|
475 |
-
*
|
476 |
-
*
|
477 |
|
478 |
= 6.0.4 =
|
479 |
-
*
|
480 |
-
*
|
481 |
-
*
|
482 |
|
483 |
= 6.0.3 =
|
484 |
-
*
|
485 |
* Squirrly SEO is Compatible with Wordpress 4.4.3
|
486 |
|
487 |
= 6.0.2 =
|
488 |
-
*
|
489 |
-
*
|
490 |
-
*
|
491 |
|
492 |
= 6.0.0 =
|
493 |
-
*
|
494 |
-
*
|
495 |
-
*
|
496 |
-
*
|
497 |
-
*
|
498 |
-
*
|
499 |
-
*
|
500 |
* Squirrly SEO is Compatible with WP 4.4.1
|
501 |
|
502 |
= 5.3.1 =
|
503 |
-
*
|
504 |
-
*
|
505 |
-
*
|
506 |
-
*
|
507 |
|
508 |
= 5.2.9 =
|
509 |
-
*
|
510 |
-
*
|
511 |
-
*
|
512 |
-
*
|
513 |
-
*
|
514 |
|
515 |
= 5.2.7 =
|
516 |
-
*
|
517 |
-
*
|
518 |
-
*
|
519 |
-
*
|
520 |
-
*
|
521 |
|
522 |
= 5.2.6 =
|
523 |
-
*
|
524 |
-
*
|
525 |
-
*
|
526 |
|
527 |
= 5.2.5 =
|
528 |
-
*
|
529 |
-
*
|
530 |
-
*
|
531 |
|
532 |
= 5.2.3 =
|
533 |
-
*
|
534 |
-
*
|
535 |
-
*
|
536 |
-
*
|
537 |
-
*
|
538 |
-
*
|
539 |
-
*
|
540 |
* Squirrly SEO is Compatible with WordPress 4.3.1
|
541 |
|
542 |
= 5.2.2 =
|
543 |
-
*
|
544 |
-
*
|
545 |
|
546 |
= 5.2.1 =
|
547 |
-
*
|
548 |
* Squirrly SEO is Compatible with WordPress 4.3
|
549 |
|
550 |
= 5.2.0 =
|
551 |
-
*
|
552 |
-
*
|
553 |
-
*
|
554 |
-
*
|
555 |
* Squirrly SEO is Compatible with WordPress 4.2.4
|
556 |
|
557 |
= 5.1.6 =
|
558 |
-
*
|
559 |
-
*
|
560 |
-
*
|
561 |
-
*
|
562 |
-
*
|
563 |
* Squirrly SEO is Compatible with WP 4.2.3
|
564 |
|
565 |
= 5.1.2 =
|
566 |
-
*
|
567 |
-
*
|
568 |
-
*
|
569 |
-
*
|
570 |
-
*
|
571 |
-
*
|
572 |
-
*
|
573 |
-
*
|
574 |
-
*
|
575 |
|
576 |
= 5.0.3 =
|
577 |
-
*
|
578 |
-
*
|
579 |
-
*
|
580 |
|
581 |
= 5.0.0 =
|
582 |
-
*
|
583 |
-
*
|
584 |
-
*
|
585 |
-
*
|
586 |
-
*
|
587 |
-
*
|
588 |
-
*
|
589 |
-
*
|
590 |
-
*
|
591 |
-
*
|
592 |
-
*
|
593 |
-
*
|
594 |
-
*
|
595 |
-
*
|
596 |
-
*
|
597 |
-
*
|
598 |
-
*
|
599 |
-
*
|
600 |
-
*
|
601 |
-
*
|
602 |
-
*
|
603 |
-
*
|
604 |
-
*
|
605 |
|
606 |
* Changelog Archive: <a href="https://plugin.squirrly.co/squirrly-seo-changelog/">https://plugin.squirrly.co/squirrly-seo-changelog/</a>
|
607 |
|
111 |
|
112 |
<a title="Squirrly SEO Plugin" href="/extend/plugins/squirrly-seo/screenshots/">Check our screenshots</a>| <a title="Squirrly SEO" href="https://www.squirrly.co/wordpress-seo-by-squirrly" target="_blank">Go to our official site</a> | Free Version (if you install from the WP directory) OR <a title="See Pricing" href="https://plugin.squirrly.co/squirrly-pricing-plans/" target="_blank">Pricing Plans</a>
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
== Installation ==
|
115 |
|
116 |
= MANUALLY =
|
155 |
Squirrly SEO 8.3.01 it's a stable version of Squirrly SEO and has all the SEO requirements by Search Engines
|
156 |
|
157 |
== Changelog ==
|
158 |
+
= 8.3.10 - 02/21/2018 =
|
159 |
+
* Update - Launching the Squirrly SEO Briefcase Labels
|
160 |
+
* Update - Changed New Meta Lengths for all articles
|
161 |
+
* Update - Added Briefcase Labels Filter in Editor Posts
|
162 |
+
|
163 |
= 8.3.08 - 02/15/2018 =
|
164 |
+
* Update - Update the article:tag Meta for Facebook Open Graph (SEO update)
|
165 |
* Squirrly SEO is compatible with Cache Enabler plugin
|
166 |
+
* Update - Show canonical link for Draft Posts in Squirrly SEO Snippet
|
167 |
+
* Fix - Fixed the invalid email issue for longer domain extensions when connecting the blog with Squirrly SEO
|
168 |
+
* Fix - Removed the Memory Filter from Frontend (SEO update)
|
169 |
+
* Fix - Removed the deprecate PHP 7.2 functions
|
170 |
|
171 |
= 8.3.07 - 02/12/2018 =
|
172 |
+
* Fix - Fixed the login error "Both fields are required."
|
173 |
+
* Fix - Fixed deprecate call "create_function" for 7.2 or grater
|
174 |
|
175 |
= 8.3.06 - 02/09/2018 =
|
176 |
+
* Update - Launching Squirrly SEO 2018 Briefcase
|
177 |
+
* Fix - Fixed css and js loading when multiple jquerys are loaded
|
178 |
+
* Fix - Fixed compatibility with Wordpress SEO Yoast and All In One SEO
|
179 |
+
* Fix - Fixed compatibility with Thrive Architect
|
180 |
* Squirrly SEO is compatible with WP 4.9.4
|
181 |
|
182 |
= 8.3.05 - 01/18/2018 =
|
183 |
+
* Update - Changed Briefcase BETA to Production
|
184 |
+
* Fix - Fixed sitemap.xml compatibility with more themes
|
185 |
+
* Fix - Fixed memory loading limit and white screens
|
186 |
* Squirrly SEO is compatible with WP 4.9.2
|
187 |
|
188 |
= 8.3.04 - 01/15/2018 =
|
189 |
+
* Update - Update the Description Meta patterns excerpt to work if shortcodes are included in description
|
190 |
+
* Update - Ignore URL prefix when checking the keyword in Ranking Option
|
191 |
+
* Update - Change schema.org prefix to https in jsonld
|
192 |
+
* Update - Update SEO for JsonLD and Open Graph
|
193 |
+
* Update - Update the Squirrly SEO Briefcase to show all the optimized keywords
|
194 |
+
* Fix - Fixed the Dollar Sign issue in Meta Title and Description
|
195 |
+
* Fix - Fixed small bugs
|
196 |
|
197 |
= 8.3.03 - 01/10/2018 =
|
198 |
+
* Update - Remove the fontend.css from meta with the command define('SQ_NOCSS',true); in wp-config.php
|
199 |
+
* Fix - Squirrly SEO SLA Images and News search
|
200 |
|
201 |
= 8.3.02 - 12/18/2017 =
|
202 |
+
* Update - The hreflang Meta removal
|
203 |
+
* Update - Remove WP notifications
|
204 |
+
* Update - Added option to close top notifications
|
205 |
+
* Update - Added option to disable the auto patterns
|
206 |
+
* Update - Added option to exclude post types from frontend SEO
|
207 |
+
* Update - Prevent from adding broken link canonical
|
208 |
+
* Update - Increased the Max Description Meta to 320 chars for new posts
|
209 |
* Squirrly SEO is now compatible with WP 4.9.1 and more Cache Plugins
|
210 |
|
211 |
= 8.3.01 - 12/12/2017 =
|
212 |
+
* Update - Added the Briefcase Beta version
|
213 |
+
* Update - Added the Briefcase Keywords Section
|
214 |
+
* Update - Added the Advanced Analytics section for Business Subscription
|
215 |
+
* Update - Show the custom post types without feed in sitemap.xml
|
216 |
+
* Update - Remove custom posts without publicly_queryable from sitemap.xml
|
217 |
+
* Update - Remove the extra notifications in Advanced Analytics
|
218 |
+
* Update - Optimize the Squirrly Live Assistant loading speed when the network is slow
|
219 |
|
220 |
= 8.2.29 - 12/06/2017 =
|
221 |
+
* Fix - Json-LD clean text function
|
222 |
+
* Fix - Fixed the Support Page
|
223 |
|
224 |
= 8.2.28 - 11/28/2017 =
|
225 |
+
* Update - Added Pinterest Social Shares in Analytics
|
226 |
+
* Fix - Fixed Json-LD for Woocommerce to remove duplicate declarations
|
227 |
* Squirrly SEO is now compatible with Woocommerce 3.2
|
228 |
* Squirrly SEO is now compatible with WP 4.9
|
229 |
|
230 |
= 8.2.27 - 11/27/2017 =
|
231 |
+
* Fix - Fixed Sitemap for WP Multiste with subdirectories
|
232 |
+
* Fix - Fixed Backup & Restore for Squirrly SEO
|
233 |
+
* Fix - Fixed broken URL to Performance Analytics if the user doesn't have enough rights to view it
|
234 |
+
* Fix - Fixed Save Post Keywords while in cron mode
|
235 |
+
* Fix - Fixed small bugs
|
236 |
|
237 |
= 8.2.26 - 11/17/2017 =
|
238 |
+
* Update - Update the Sitemap XML Custom post types in Admin Settings
|
239 |
+
* Update - Added image Object in Json-LD if the post has featured image
|
240 |
+
* Fix - Prevent Crons from loading if not necessary
|
241 |
+
* Fix - Fixed Facebook Admin ID duplicates
|
242 |
+
* Fix - Prevent 404 page in BudyPress user activity page
|
243 |
|
244 |
|
245 |
= 8.2.24 - 11/10/2017 =
|
246 |
+
* Update - Update SLA to work whn other plugins have javascript errors in Edit Post
|
247 |
+
* Update - Increased the connection wait time to prevent the error message from showing on low connectivity
|
248 |
+
* Update - Update Frontend to work with WP-Rocket plugin
|
249 |
+
* Fix - Fixed Typos and Broken links
|
250 |
|
251 |
= 8.2.23 - 11/07/2017 =
|
252 |
+
* Update - Update Squirrly SEO Snippet Frontend is optional in Squirrly > SEO Settings Advanced
|
253 |
+
* Fix - Fixed the SEO METAs in frontend for some theme
|
254 |
+
* Fix - Fixed the SEO METAs for Wp Super cache and other cache plugins
|
255 |
+
* Fix - Fixed the Sitemap to load for all subdirectories
|
256 |
+
* Fix - Fixed compatibility issues with other plugins
|
257 |
|
258 |
|
259 |
= 8.2.21 - 11/04/2017 =
|
260 |
+
* Update - Update Frontend to load with the known cache plugins
|
261 |
+
* Update - Updated the SLA to recognize more languages and keywords with special chars
|
262 |
+
* Update - Remove the Mark tag on save in case it passes javascript
|
263 |
+
* Fix - Fixed the SLA mark option to remain active on click
|
264 |
+
* Fix - Fixed the SLA to recognize the Squirrly Snippet when loaded
|
265 |
+
* Fix - Fixed the Doublin Core name error on line 29
|
266 |
* Squirrly SEO is now compatible with WP 4.8.3
|
267 |
|
268 |
= 8.2.20 – 11/02/2017 =
|
269 |
+
* Fix - Fixed the Excerpt Only patterh
|
270 |
+
* Fix - Fixed Squirrly Snippet in case is empty or has special chars
|
271 |
|
272 |
= 8.2.19 – 10/30/2017 =
|
273 |
+
* Update - Update Squirrly Live Assistant to use less resources and work faster
|
274 |
+
* Update - Added the Post Publish option in Squirrly Split Window
|
275 |
+
* Fix - Fixed Greeck keywords optimization fixed
|
276 |
+
* Fix - Fixed the Keyword Research not to display the error message and to be able to redo the search
|
277 |
+
* Fix - Fixed the Squirrly Snippet's Title snd Description when using special chars
|
278 |
|
279 |
= 8.2.18 – 10/27/2017 =
|
280 |
+
* Update - Update compatibility with Polylang plugin
|
281 |
+
* Fix - Increased connection time with out API in case of slow internet access
|
282 |
+
* Fix - Fixed the yellow highlight in frontend
|
283 |
+
* Fix - Fixed Squirrly SLA loading in post edit
|
284 |
+
* Fix - Fixed small bugs with article optimization in my.squirrly.co
|
285 |
|
286 |
= 8.2.17 – 10/24/2017 =
|
287 |
+
* Fix - Fixed the SLA loading issue for older WP versions
|
288 |
+
* Fix - Fixed the Keyword one letter when loading a new post/page
|
289 |
+
* Fix - Corrected the Facebook App ID
|
290 |
|
291 |
= 8.2.15 – 10/18/2017 =
|
292 |
+
* Update - Increased the loading speed for favicon.icon and robots.txt
|
293 |
+
* Update - Update the SEO Audit with the latest METAs
|
294 |
+
* Update - Register the Subservers for WP Multisite
|
295 |
+
* Fix - Fixed the import process when the tables have different encoding
|
296 |
+
* Fix - Fixed the Squirrly Snippet in frontend in case the js and css are not loading
|
297 |
+
* Fix - Show error message in case SLA is not loading
|
298 |
|
299 |
= 8.2.14 – 10/12/2017 =
|
300 |
+
* Fix - Fixed compatibility with Beaver Builder
|
301 |
+
* Fix - Increased security on SEO restore in Import SEO section
|
302 |
|
303 |
= 8.2.13 – 10/11/2017 =
|
304 |
+
* Fix - Fixed the snippet preview in case some features are disabled
|
305 |
+
* Fix - Fixed the Title and Description Lenght in Frontend
|
306 |
+
* Fix - Added the option to import the old SEO settings from Squirrly SEO
|
307 |
|
308 |
= 8.2.11 – 10/10/2017 =
|
309 |
+
* Fix - Fixed remove meta from Elementor
|
310 |
+
* Fix - Fixed small bugs for Squirrly Split Window
|
311 |
|
312 |
= 8.2.10 – 10/10/2017 =
|
313 |
+
* Update - Launching Squirrly 2018 Steve
|
314 |
* See all the new features here: https://howto.squirrly.co/kb/slides/
|
315 |
|
316 |
= 8.0.5 – 08/14/2017 =
|
317 |
+
* Fix - Fixed HTTPS jquery load in sitemap.xml
|
318 |
* SEO Squirrly is compatible with WP 4.8.1
|
319 |
|
320 |
= 8.0.4 – 07/24/2017 =
|
321 |
+
* Fix - Fixed minor bugs
|
322 |
+
* Fix - Fixed loading https classes in SSL backend
|
323 |
|
324 |
= 8.0.2 – 05/20/2017 =
|
325 |
+
* Update - Update the Json-LD with the last update from google
|
326 |
* Squirrly SEO is compatible with WP 4.8
|
327 |
|
328 |
= 8.0.1 - 05/08/2017 =
|
329 |
+
* Update - Made the XML Sitemap for Google Compatible with more Wordpress Themes
|
330 |
+
* Update - Update the validation link for Twitter
|
331 |
|
332 |
= 8.0.0 - 05/01/2017 =
|
333 |
+
* Update - Squirrly SEO 2018 version
|
334 |
|
335 |
= 7.0.6 - 04/15/2017 =
|
336 |
+
* Update - Add Facebook Publisher in Meta
|
337 |
+
* Fix - Fixed Duplicate Head tag
|
338 |
+
* Fix - Fixed Facebook Admin ID
|
339 |
|
340 |
= 7.0.5 - 04/04/2017 =
|
341 |
+
* Update - Squirrly removes Title Tag Duplicates with the meta duplicate removal tool
|
342 |
+
* Update - Increase loading speed
|
343 |
+
* Fix - Don't Load Squirrly for 404 pages
|
344 |
* Squirrly SEO is Compatible with WP 4.7.4
|
345 |
|
346 |
= 7.0.4 - 03/20/2017 =
|
347 |
+
* Update - Removed the filter with private IP check in Squirrly SEO Performance Analytics
|
348 |
+
* Update - Updated the Squirrly SEO Live Assistant for Media Library
|
349 |
+
* Update - Added Site SEO Audit Tool Progress in https://my.squirrly.co for each blog
|
350 |
+
* Fix - Fixed small bugs
|
351 |
|
352 |
= 7.0.3 - 03/19/2017 =
|
353 |
+
* Update - Updated the Json LD for Woocommerce 3.0
|
354 |
+
* Fix - Fixed bugs from the New SEO Keyword Research tool
|
355 |
+
* Fix - Fixed Headline for Google Structured Tool
|
356 |
+
* Fix - Fixed creating the new blogs on our server
|
357 |
+
* Fix - Fixed the sitemap with the same image in case you set a front-end image
|
358 |
|
359 |
= 7.0.1 - 03/01/2017 =
|
360 |
+
* Fix - Fixed the localhost verification for Performance Analytics
|
361 |
+
* Fix - Remove sitemap comments and white spaces from cache plugins
|
362 |
|
363 |
= 7.0.0 - 02/10/2017 =
|
364 |
+
* Update - Includes the Squirrly 2017 features and updates
|
365 |
+
* Update - Updates in Keyword Research algorithm for marketing research tools
|
366 |
+
* Update - Updates in Squirrly Live Assistant
|
367 |
+
* Update - Updates in search engine optimization for 2017
|
368 |
+
* Update - Updates for Copyright Free Images in the Inspiration box feature
|
369 |
+
* Update - Updates in Squirrly SEO Advanced Settings
|
370 |
+
* Update - Updates in the Squirrly Admin Menu
|
371 |
+
* Update - Updates in https://my.squirrly.co panel
|
372 |
+
* Update - Made all the Changes to G17 features. We announced them last week
|
373 |
|
374 |
= 6.3.1 =
|
375 |
+
* Update - Inform users with multiple active subscriptions
|
376 |
+
* Update - Updated terms and conditions
|
377 |
+
* Update - Added more channels for support in the Feedback and Support sections
|
378 |
+
* Update - Fixed Facebook Admin ID for Profile and Pages
|
379 |
+
* Update - Changed the Theme for Squirrly SEO Settings and Advanced sections
|
380 |
+
* Update - Fixed Typos and Broken Links
|
381 |
+
* Update - Updated the SEO Keyword Research tool for Long Tail Keyword
|
382 |
+
* Update - Optimized the loading speed in case of poor connection with the API
|
383 |
+
* Update - Pass the SSL issue for API calls
|
384 |
+
* Update - Fixed the Squirrly SEO audit tool for free users
|
385 |
+
* Update - Fixed Pay With a Tweet button
|
386 |
+
* Update - Added google.us in Ranking Options
|
387 |
+
* Update - Updated settings for ecommerce seo strategy for product category pages
|
388 |
|
389 |
= 6.3.0 =
|
390 |
+
* Update - Updated the Facebook and google tracking code
|
391 |
+
* Update - Improved the Facebook Pixel Feature to work with Woocommerce
|
392 |
+
* Update - Corrected the google tracking code
|
393 |
+
* Update - Improved the communication with the API server
|
394 |
|
395 |
= 6.2.8 =
|
396 |
+
* Update - Added forced keyword update in Squirrly SEO Settings
|
397 |
+
* Update - Added a new Country in the Rank Options section
|
398 |
+
* Fix - Fixed the Canonical link for some WP Themes
|
399 |
|
400 |
= 6.2.6 =
|
401 |
+
* Fix - Fixed Canonical link for Facebook Open Graph Wordpress
|
402 |
+
* Fix - Don’t show the Canonical Link if Squirrly SEO is off
|
403 |
+
* Fix - Fixed keyword saving on post update
|
404 |
* Happy New Year!
|
405 |
|
406 |
= 6.2.5 =
|
407 |
* SEO Update - Added Instagram and Pinterest in Social Json-LD
|
408 |
+
* Fix - Fixed the connection issue in some cases when a keyword is modified
|
409 |
+
* Fix - Fixed memory load when not using Squirrly SEO
|
410 |
|
411 |
= 6.2.4 =
|
412 |
+
* Fix - Fixed bug for Google Analytics AMP version
|
413 |
+
* Fix - Fixed both title and description when including price value
|
414 |
* Squirrly SEO is Compatible with WP 4.7
|
415 |
|
416 |
= 6.2.3 =
|
417 |
+
* Update - Added Facebook Open Graph Wordpress Image for First Page when the first page is a blog feed
|
418 |
+
* Update - Added AMP Analytics from Google
|
419 |
+
* Fix - Fixed small CSS issues in post editor
|
420 |
+
* Fix - Fixed duplicate title removal in the meta duplicate removal tool
|
421 |
|
422 |
= 6.2.2 =
|
423 |
+
* Update - Update SEO features
|
424 |
+
* Fix - Fixed SEO Page Optimization for Post Feed Page and Home Page
|
425 |
* Squirrly SEO is Compatible with WP 4.6.1
|
426 |
|
427 |
= 6.2.0 =
|
428 |
+
* Update - Added Facebook Pixel Tracking Code in Squirrly > SEO > Tracking Tools
|
429 |
+
* Update - Added more Copyright Free images in Squirrly SEO Live Assistant.
|
430 |
+
* Update - Added the Pixabay.com library to the Inspiration Box
|
431 |
+
* Update - Added the Unsplash.com library to the Copyright free image resource
|
432 |
+
* Update - Added the Pexels.com library so you can have more Copyright free images
|
433 |
+
* Fix - Fixed loading the Seo Live Assistant when a page is not optimized for a keyword
|
434 |
+
* Fix - Fixed the connection issues between the plugin and API when a post is saved
|
435 |
+
* Fix - Fixed the Squirrly Snippet when connected as Editor or Author
|
436 |
|
437 |
= 6.1.6 =
|
438 |
+
* Update - Added custom title and description for the Posts Page in Settings > Reading > Posts page
|
439 |
+
* Fix - Fixed the JSONLD phone and prefix information
|
440 |
+
* Fix - Fixed typos
|
441 |
|
442 |
= 6.1.5 =
|
443 |
+
* Update - July 2016 Security updates.
|
444 |
+
* Update - Added google.co.id in Google Ranking Options
|
445 |
+
* Fix - Fixed vulnerabilities between users who have rights in your site
|
446 |
+
* Fix - Fixed some Squirrly SEO Snippet issues on first save
|
447 |
|
448 |
= 6.1.3 =
|
449 |
+
* Update - Added Pinterest Rich Pin Validator for Woocommerce Products
|
450 |
+
* Fix - Pinterest Rich Pin Validator Option
|
451 |
|
452 |
= 6.1.2 =
|
453 |
+
* Update - We moved js files on cloud for faster loading
|
454 |
+
* Fix - Update - Update Rank Check to the latest Google Requirements
|
455 |
+
* Fix - Fixed the google profile link
|
456 |
+
* Fix - Corrected some old related links
|
457 |
* Squirrly SEO is Compatible with WP 4.5.3
|
458 |
|
459 |
= 6.1.0 =
|
460 |
+
* Fix - Fixed the Front Page SEO to work with more WP themes
|
461 |
+
* Fix - Fixed compatibility with PolyLang plugin
|
462 |
+
* Fix - Fixed compatibility with Customizr theme
|
463 |
+
* Fix - Fixed Squirrly SEO Snippet for Arabic language
|
464 |
* Squirrly SEO is Compatible with WP 4.5.2
|
465 |
|
466 |
= 6.0.9 =
|
467 |
+
* Fix - Fixed Squirrly Analytics in Performance Analytics
|
468 |
* Squirrly SEO is Compatible with WP 4.5
|
469 |
|
470 |
= 6.0.6 =
|
471 |
+
* Update - Added dateModified, ImageObject, mainEntityOfPage, publisher
|
472 |
+
* Update - Update the Squirrly SEO Snippet
|
473 |
+
* Fix - Fixed the JSON AMP for articles
|
474 |
|
475 |
= 6.0.4 =
|
476 |
+
* Fix - Fixed the snippet to save long text
|
477 |
+
* Fix - Fixed the woocommerce title and description for a category
|
478 |
+
* Fix - Fix the SEO for more themes
|
479 |
|
480 |
= 6.0.3 =
|
481 |
+
* Fix - Fixed compatibility with NextGen Gallery plugin
|
482 |
* Squirrly SEO is Compatible with Wordpress 4.4.3
|
483 |
|
484 |
= 6.0.2 =
|
485 |
+
* Update - Added style for the site feed in Squirrly > SEO
|
486 |
+
* Fix - Fixed the hook for feed when Squirrly SEO sitemap is active
|
487 |
+
* Fix - Fixed the SEO for more WP themes
|
488 |
|
489 |
= 6.0.0 =
|
490 |
+
* Update - The last stable version of Squirrly with all the features included:
|
491 |
+
* Update - Squirrly SEO is compatible with more WP themes
|
492 |
+
* Update - Twitter Card latest updates (summary and summary_large_image)
|
493 |
+
* Update - Facebook Open Graph Wordpress updates (multiple images, videos)
|
494 |
+
* Update - Sitemap with more videos like Wistia.com, FLV
|
495 |
+
* Update - External Canonical Link
|
496 |
+
* Update - Woocommerce & Instapage compatibility
|
497 |
* Squirrly SEO is Compatible with WP 4.4.1
|
498 |
|
499 |
= 5.3.1 =
|
500 |
+
* Update - Added the Twitter Summary Type option in Squirrly > SEO > Twitter Card
|
501 |
+
* Fix - Fixed the same Title SEO issues for some WP themes
|
502 |
+
* Fix - Fixed small bugs
|
503 |
+
* Fix - Changed broken link in Content Audit tool
|
504 |
|
505 |
= 5.2.9 =
|
506 |
+
* Update - Optimized the way SEO is loading in every page
|
507 |
+
* Update - Optimized SEO for Instapage Plugin
|
508 |
+
* Update - Updated the Google Analytics Tracking code
|
509 |
+
* Fix - Fixed the compatibility issue in Performance Analytics
|
510 |
+
* Fix - Added twitter summary for large images
|
511 |
|
512 |
= 5.2.7 =
|
513 |
+
* Update - Added Squirrly SEO Canonical Link in Post Edit page
|
514 |
+
* Update - Added Norway in Google Rank Option
|
515 |
+
* Update - Set the Squirrly SEO Snippet OG image as shared image
|
516 |
+
* Update - Set Squirrly SEO Live Assistant to work with more multilanguage plugins
|
517 |
+
* Fix - Fixed the image section in Squirrly Inspiration Box to improve the research tools for writers
|
518 |
|
519 |
= 5.2.6 =
|
520 |
+
* Update - Compatible with Smart Security Tools plugin
|
521 |
+
* Update - Added the google.ee in Squirrly Rank Option
|
522 |
+
* Fix - Fixed the Squirrly SEO Keyword not to be added in Tags if is switched off in Squirrly > Settings
|
523 |
|
524 |
= 5.2.5 =
|
525 |
+
* Update - Improved the Squirrly SEO Keyword Research from the marketing research tools
|
526 |
+
* Fix - Fixed the sitemap.xml with videos included
|
527 |
+
* Fix - Changed to relative URL in sitemap.xml for multisites
|
528 |
|
529 |
= 5.2.3 =
|
530 |
+
* Update - Updated to the last on-page SEO requirements
|
531 |
+
* Update - Increased the Squirrly speed in post editor
|
532 |
+
* Fix - Fixed the Seo Live Assistant to verify keywords with commas
|
533 |
+
* Fix - Fixed the Seo Live Assistant to work with HTTPS dashboard for Wikis and Keyword suggestion
|
534 |
+
* Fix - Fixed the OG:image:width issue when the width is null
|
535 |
+
* Fix - Fixed the HTTPS connection when the general settings are not set correctly
|
536 |
+
* Fix - Fixed minor bugs
|
537 |
* Squirrly SEO is Compatible with WordPress 4.3.1
|
538 |
|
539 |
= 5.2.2 =
|
540 |
+
* Update - Add the last google updates for JSON-LD Structured Data
|
541 |
+
* Update - Make XML Sitemap for Google work for a large number of articles
|
542 |
|
543 |
= 5.2.1 =
|
544 |
+
* Fix - Fixed the Head Buffer for some themes
|
545 |
* Squirrly SEO is Compatible with WordPress 4.3
|
546 |
|
547 |
= 5.2.0 =
|
548 |
+
* Update - Added 17 more languages in Squirrly SEO Keyword Research Tool to improve the research tools for writers
|
549 |
+
* Update - Added the focused language for Social Media in Squirrly > SEO
|
550 |
+
* Update - Added Squirrly SEO Performance Analytics in custom post types selected from Squirrly SEO > Settings
|
551 |
+
* Update - Add top menu link for Rank check
|
552 |
* Squirrly SEO is Compatible with WordPress 4.2.4
|
553 |
|
554 |
= 5.1.6 =
|
555 |
+
* Update - Improved the rank check to prevent Google temporary IP block
|
556 |
+
* Update - Improved the plugin speed in backend
|
557 |
+
* Update - Add the optimization progress bar in the post/page list
|
558 |
+
* Fix - Fixed the Incorrect Hreflang META implementation
|
559 |
+
* Fix - Fixed the restore the settings from backup validator
|
560 |
* Squirrly SEO is Compatible with WP 4.2.3
|
561 |
|
562 |
= 5.1.2 =
|
563 |
+
* Update - Added new features in Open Graph Generator for the Posts/Pages
|
564 |
+
* Update - Added the SEO Settings Backup and Restore
|
565 |
+
* Update - Improved the SEO Live Assistant to recognize more languages and characters
|
566 |
+
* Update - Improved the communication with the API Server
|
567 |
+
* Update - Added the custom size image for Open Graph Generator in Squirrly SEO Snippet
|
568 |
+
* Fix - Fixed the Analytics notification bar
|
569 |
+
* Fix - Fixed the wp_is_writable for older wp versions
|
570 |
+
* Fix - Fixed the Open Graph Generator not to include non-embed videos in meta
|
571 |
+
* Fix - Fixed the Sitemap Ping option to remain switched on when is selected
|
572 |
|
573 |
= 5.0.3 =
|
574 |
+
* Update - Prevent canonical, prev, next meta duplicate inserted by other SEO plugins with the meta duplicate removal tool
|
575 |
+
* Fix - Fixed snippet custom title and description to change when other SEO plugins are installed
|
576 |
+
* Fix - Fixed javascript issue in login page
|
577 |
|
578 |
= 5.0.0 =
|
579 |
+
* Update - Changed Squirrly SEO look
|
580 |
+
* Update - Compatible with WP eCommerce plugin
|
581 |
+
* Update - Made SEO improvements for Woocommerce plugin
|
582 |
+
* Update - Interactive learning for the entire Squirrly SEO plugin
|
583 |
+
* Update - Faster post save for long text and remote images
|
584 |
+
* Update - Settings and SEO check improved
|
585 |
+
* Update - Added robots.txt for multisites with security
|
586 |
+
* Update - Added sitemap for multisite SEO
|
587 |
+
* Update - Added sitemap for images and videos for each article
|
588 |
+
* Update - Added the Json LD in Structured Data META
|
589 |
+
* Update - Added the social linked Data for Json-LD and publisher
|
590 |
+
* Update - Added the favicon.ico for multisites SEO
|
591 |
+
* Update - Added the icons for apple devices
|
592 |
+
* Update - Added the SEO progress in post editor
|
593 |
+
* Update - Added the SEO Star option in Dashboard
|
594 |
+
* Fix - Fixed bugs for multisites and made it compatible with WP 4.2
|
595 |
+
* Fix - Fixed the snippet title and description special chars
|
596 |
+
* Fix - Fixed the custom fields variable in post editor
|
597 |
+
* Fix - Fixed the site icon and added the site icon for multisites SEO
|
598 |
+
* Fix - Fixed Sitemap for default permalink option
|
599 |
+
* Fix - Fixed the SEO Analytics and the Rank updates
|
600 |
+
* Fix - Fixed the SEO for First Page if the Home Page is not a static page
|
601 |
+
* Fix - Fixed the SEO for the First Page when it starts with woocommerce shop
|
602 |
|
603 |
* Changelog Archive: <a href="https://plugin.squirrly.co/squirrly-seo-changelog/">https://plugin.squirrly.co/squirrly-seo-changelog/</a>
|
604 |
|
squirrly.php
CHANGED
@@ -8,12 +8,12 @@
|
|
8 |
Plugin URI: http://www.squirrly.co
|
9 |
Description: SEO By Squirrly is for the NON-SEO experts. Get Excellent Seo with Better Content, Ranking and Analytics. For Both Humans and Search Bots.<BR> <a href="http://my.squirrly.co/user" target="_blank"><strong>Check your profile</strong></a>
|
10 |
Author: Squirrly SEO
|
11 |
-
Version: 8.3.
|
12 |
Author URI: http://www.squirrly.co
|
13 |
*/
|
14 |
|
15 |
/* SET THE CURRENT VERSION ABOVE AND BELOW */
|
16 |
-
define('SQ_VERSION', '8.3.
|
17 |
|
18 |
/* Call config files */
|
19 |
if (file_exists(dirname(__FILE__) . '/config/config.php')) {
|
8 |
Plugin URI: http://www.squirrly.co
|
9 |
Description: SEO By Squirrly is for the NON-SEO experts. Get Excellent Seo with Better Content, Ranking and Analytics. For Both Humans and Search Bots.<BR> <a href="http://my.squirrly.co/user" target="_blank"><strong>Check your profile</strong></a>
|
10 |
Author: Squirrly SEO
|
11 |
+
Version: 8.3.10
|
12 |
Author URI: http://www.squirrly.co
|
13 |
*/
|
14 |
|
15 |
/* SET THE CURRENT VERSION ABOVE AND BELOW */
|
16 |
+
define('SQ_VERSION', '8.3.10');
|
17 |
|
18 |
/* Call config files */
|
19 |
if (file_exists(dirname(__FILE__) . '/config/config.php')) {
|
view/BlockBriefcaseKeywords.php
CHANGED
@@ -11,6 +11,14 @@
|
|
11 |
<?php } ?>
|
12 |
|
13 |
<?php _e('Briefcase Keywords', _SQ_PLUGIN_NAME_); ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
</div>
|
15 |
</div>
|
16 |
<div class="panel-body">
|
@@ -18,34 +26,135 @@
|
|
18 |
<div class="col-md-12">
|
19 |
<form method="get" style="float: right">
|
20 |
<input type="search" id="post-search-input" autofocus name="skeyword" value="<?php echo htmlspecialchars(SQ_Classes_Tools::getValue('skeyword')) ?>"/>
|
21 |
-
<input type="hidden" name="page" value="<?php echo SQ_Classes_Tools::getValue('page','sq_briefcase') ?>"/>
|
22 |
<input type="submit" class="button" value="<?php echo __('Search Keyword', _SQ_PLUGIN_NAME_) ?>"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
</form>
|
24 |
-
|
25 |
-
<button class="btn btn-success" onclick="jQuery('.
|
26 |
-
|
27 |
-
<?php if (isset($view->keywords) && !empty($view->keywords)) { ?>
|
28 |
-
<a href="<?php echo SQ_Classes_Tools::getBusinessLink() ?>" class="btn btn-warning"><?php _e('See the Google Ranks for these Keywords', _SQ_PLUGIN_NAME_); ?></a>
|
29 |
-
<?php } ?>
|
30 |
-
<?php } else { ?>
|
31 |
-
<a href="?page=sq_posts" class="btn btn-default"><?php _e('Go to Analytics', _SQ_PLUGIN_NAME_); ?></a>
|
32 |
-
<?php } ?>
|
33 |
|
34 |
|
35 |
</div>
|
36 |
|
37 |
<div class="col-md-12 m-b-lg">
|
38 |
-
<div class="
|
39 |
-
<div class="
|
40 |
-
<div class="
|
41 |
-
<div class="
|
42 |
-
<
|
43 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
</div>
|
45 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
46 |
</div>
|
47 |
</div>
|
48 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
<div class="tablenav top">
|
50 |
<?php echo $view->listTable->pagination('top') ?>
|
51 |
</div>
|
@@ -72,13 +181,57 @@
|
|
72 |
foreach ($view->keywords as $key => $row) {
|
73 |
|
74 |
$research = '';
|
|
|
75 |
if ($row->research <> '') {
|
76 |
$research = json_decode($row->research);
|
77 |
}
|
78 |
?>
|
79 |
<tr id="sq_row_<?php echo $row->id ?>">
|
80 |
<td scope="row"><?php echo($view->index + $key + 1) ?></td>
|
81 |
-
<td
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
|
83 |
<td class="sq_open_subrow" align="right" style="cursor: pointer" data-id="<?php echo $row->id ?>" data-keyword="<?php echo htmlspecialchars($row->keyword) ?>"><?php echo($row->count > 0 ? $row->count . ' <i class="fa fa-sort-desc fa_showmore" style="color: rgb(88, 158, 228)"></i>' : '0') ?> </td>
|
84 |
<td>
|
11 |
<?php } ?>
|
12 |
|
13 |
<?php _e('Briefcase Keywords', _SQ_PLUGIN_NAME_); ?>
|
14 |
+
|
15 |
+
<?php if (!SQ_Classes_Tools::getOption('sq_google_serp_active')) { ?>
|
16 |
+
<?php if (isset($view->keywords) && !empty($view->keywords)) { ?>
|
17 |
+
<a href="<?php echo SQ_Classes_Tools::getBusinessLink() ?>" class="btn btn-warning"><?php _e('See the Google Ranks for these Keywords', _SQ_PLUGIN_NAME_); ?></a>
|
18 |
+
<?php } ?>
|
19 |
+
<?php } else { ?>
|
20 |
+
<a href="?page=sq_posts" class="btn btn-default"><?php _e('Go to Analytics', _SQ_PLUGIN_NAME_); ?></a>
|
21 |
+
<?php } ?>
|
22 |
</div>
|
23 |
</div>
|
24 |
<div class="panel-body">
|
26 |
<div class="col-md-12">
|
27 |
<form method="get" style="float: right">
|
28 |
<input type="search" id="post-search-input" autofocus name="skeyword" value="<?php echo htmlspecialchars(SQ_Classes_Tools::getValue('skeyword')) ?>"/>
|
29 |
+
<input type="hidden" name="page" value="<?php echo SQ_Classes_Tools::getValue('page', 'sq_briefcase') ?>"/>
|
30 |
<input type="submit" class="button" value="<?php echo __('Search Keyword', _SQ_PLUGIN_NAME_) ?>"/>
|
31 |
+
<div class="sq_filter_label" style="clear: both; margin: 3px 0; max-width: 400px;">
|
32 |
+
<span style="float: left;font-size: 11px;margin-right: 5px; line-height: 22px; cursor: pointer" onclick="jQuery('.sq_add_labels_dialog').modal('show')"><?php echo __('Filter by labels', _SQ_PLUGIN_NAME_) ?>:</span>
|
33 |
+
<?php if (isset($view->labels) && !empty($view->labels)) {
|
34 |
+
$keyword_labels = SQ_Classes_Tools::getValue('slabel', array());
|
35 |
+
foreach ($view->labels as $label) {
|
36 |
+
?>
|
37 |
+
<input type="checkbox" name="slabel[]" id="search_checkbox_<?php echo $label->id ?>" style="display: none;" value="<?php echo $label->id ?>" <?php echo(in_array($label->id, $keyword_labels) ? 'checked' : '') ?> />
|
38 |
+
<label for="search_checkbox_<?php echo $label->id ?>" class="sq_circle_label fa <?php echo(in_array($label->id, $keyword_labels) ? 'sq_active' : '') ?>" data-id="<?php echo $label->id ?>" style="background-color: <?php echo $label->color ?>" title="<?php echo $label->name ?>"></label>
|
39 |
+
<?php
|
40 |
+
|
41 |
+
}
|
42 |
+
} ?>
|
43 |
+
</div>
|
44 |
</form>
|
45 |
+
|
46 |
+
<button class="btn btn-success" onclick="jQuery('.sq_add_keyword_dialog').modal('show')"><?php _e('Add new keyword', _SQ_PLUGIN_NAME_); ?></button>
|
47 |
+
<button class="btn btn-warning" onclick="jQuery('.sq_add_labels_dialog').modal('show')"><?php _e('Manage Labels', _SQ_PLUGIN_NAME_); ?></button>
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
|
50 |
</div>
|
51 |
|
52 |
<div class="col-md-12 m-b-lg">
|
53 |
+
<div class="sq_add_keyword_dialog modal fade" role="dialog">
|
54 |
+
<div class="modal-dialog">
|
55 |
+
<div class="modal-content">
|
56 |
+
<div class="modal-header">
|
57 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
58 |
+
<h4 class="modal-title"><?php _e('Add a new Keyword', _SQ_PLUGIN_NAME_); ?></h4>
|
59 |
+
</div>
|
60 |
+
<div class="modal-body">
|
61 |
+
<div class="form-group">
|
62 |
+
<label for="sq_keyword"><?php _e('Keyword', _SQ_PLUGIN_NAME_); ?></label>
|
63 |
+
<input type="text" class="form-control" id="sq_keyword" placeholder="<?php echo __('Enter a Keyword (2-4 words)', _SQ_PLUGIN_NAME_) ?>"/>
|
64 |
+
</div>
|
65 |
+
<div class="form-group m-t-md">
|
66 |
+
<label style="display: block; margin-right: 5px;line-height: 25px;"><?php _e('Select Labels', _SQ_PLUGIN_NAME_); ?></label>
|
67 |
+
<?php if (isset($view->labels) && !empty($view->labels)) {
|
68 |
+
foreach ($view->labels as $label) {
|
69 |
+
?>
|
70 |
+
<input type="checkbox" name="sq_labels" id="checkbox_<?php echo $label->id ?>" style="display: none;" value="<?php echo $label->id ?>"/>
|
71 |
+
<label for="checkbox_<?php echo $label->id ?>" class="sq_checkbox_label fa" data-id="<?php echo $label->id ?>" style="background-color: <?php echo $label->color ?>" title="<?php echo $label->name ?>"><?php echo $label->name ?></label>
|
72 |
+
<?php
|
73 |
+
}
|
74 |
+
} else { ?>
|
75 |
+
<button class="btn btn-warning" onclick="jQuery('.sq_add_labels_dialog').modal('show')"><?php _e('Add new Label', _SQ_PLUGIN_NAME_); ?></button>
|
76 |
+
|
77 |
+
<?php } ?>
|
78 |
+
</div>
|
79 |
+
|
80 |
+
</div>
|
81 |
+
<div class="modal-footer">
|
82 |
+
<button type="button" id="sq_save_keyword" class="btn btn-success"><?php _e('Add Keyword', _SQ_PLUGIN_NAME_); ?></button>
|
83 |
+
</div>
|
84 |
+
</div>
|
85 |
+
</div>
|
86 |
+
</div>
|
87 |
+
|
88 |
+
<div class="sq_add_labels_dialog modal fade" role="dialog">
|
89 |
+
<div class="modal-dialog">
|
90 |
+
<div class="modal-content">
|
91 |
+
<div class="modal-header">
|
92 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
93 |
+
<h4 class="modal-title"><?php _e('Add New Label', _SQ_PLUGIN_NAME_); ?></h4>
|
94 |
+
</div>
|
95 |
+
<div class="modal-body">
|
96 |
+
<div class="form-group">
|
97 |
+
<label for="sq_labelname"><?php _e('Label Name', _SQ_PLUGIN_NAME_); ?></label>
|
98 |
+
<input type="text" class="form-control" id="sq_labelname" maxlength="35"/>
|
99 |
+
</div>
|
100 |
+
<div class="form-group">
|
101 |
+
<label for="sq_labelcolor" style="display: block;"><?php _e('Label Color', _SQ_PLUGIN_NAME_); ?></label>
|
102 |
+
<input type="text" id="sq_labelcolor"/>
|
103 |
+
</div>
|
104 |
+
|
105 |
+
|
106 |
</div>
|
107 |
+
<div class="modal-footer" style="border-bottom: 1px solid #ddd;">
|
108 |
+
<button type="button" id="sq_save_label" class="btn btn-success"><?php _e('Add Label', _SQ_PLUGIN_NAME_); ?></button>
|
109 |
+
</div>
|
110 |
+
<div class="modal-header">
|
111 |
+
<h4 class="modal-title"><?php _e('Your Labels', _SQ_PLUGIN_NAME_); ?></h4>
|
112 |
+
</div>
|
113 |
+
<div class="modal-body" style="min-height: 50px; display: table; width: 100%;">
|
114 |
+
<?php if (isset($view->labels) && !empty($view->labels)) {
|
115 |
+
foreach ($view->labels as $label) {
|
116 |
+
?>
|
117 |
+
<div class="sq_saved_label" style="background-color: <?php echo $label->color ?>" title="<?php echo $label->name ?>">
|
118 |
+
<span class="sq_delete_label fa fa-remove" data-id="<?php echo $label->id ?>"></span>
|
119 |
+
<span class="sq_edit_label fa fa-pencil" data-id="<?php echo $label->id ?>" data-name="<?php echo $label->name ?>" data-color="<?php echo $label->color ?>"></span>
|
120 |
+
<span class="sq_saved_label_name"><?php echo $label->name ?></span>
|
121 |
+
|
122 |
+
</div>
|
123 |
+
<?php
|
124 |
+
}
|
125 |
+
} ?>
|
126 |
+
</div>
|
127 |
+
|
128 |
+
|
129 |
</div>
|
130 |
</div>
|
131 |
</div>
|
132 |
+
|
133 |
+
<div class="sq_edit_label_dialog modal fade" role="dialog">
|
134 |
+
<div class="modal-dialog">
|
135 |
+
<div class="modal-content">
|
136 |
+
<div class="modal-header">
|
137 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
138 |
+
<h4 class="modal-title"><?php _e('Edit Label', _SQ_PLUGIN_NAME_); ?></h4>
|
139 |
+
</div>
|
140 |
+
<div class="modal-body">
|
141 |
+
<div class="form-group">
|
142 |
+
<label for="sq_labelname"><?php _e('Label Name', _SQ_PLUGIN_NAME_); ?></label>
|
143 |
+
<input type="text" class="form-control" id="sq_labelname" maxlength="35"/>
|
144 |
+
</div>
|
145 |
+
<div class="form-group">
|
146 |
+
<label for="sq_labelcolor"><?php _e('Label Color', _SQ_PLUGIN_NAME_); ?></label>
|
147 |
+
<input type="text" id="sq_labelcolor"/>
|
148 |
+
</div>
|
149 |
+
</div>
|
150 |
+
<div class="modal-footer">
|
151 |
+
<input type="hidden" id="sq_labelid"/>
|
152 |
+
<button type="button" id="sq_save_label" class="btn btn-success"><?php _e('Save Label', _SQ_PLUGIN_NAME_); ?></button>
|
153 |
+
</div>
|
154 |
+
</div>
|
155 |
+
</div>
|
156 |
+
</div>
|
157 |
+
|
158 |
<div class="tablenav top">
|
159 |
<?php echo $view->listTable->pagination('top') ?>
|
160 |
</div>
|
181 |
foreach ($view->keywords as $key => $row) {
|
182 |
|
183 |
$research = '';
|
184 |
+
$keyword_labels = array();
|
185 |
if ($row->research <> '') {
|
186 |
$research = json_decode($row->research);
|
187 |
}
|
188 |
?>
|
189 |
<tr id="sq_row_<?php echo $row->id ?>">
|
190 |
<td scope="row"><?php echo($view->index + $key + 1) ?></td>
|
191 |
+
<td>
|
192 |
+
<?php if (!empty($row->labels)) {
|
193 |
+
foreach ($row->labels as $label) {
|
194 |
+
$keyword_labels[] = $label->lid;
|
195 |
+
?>
|
196 |
+
<span class="sq_circle_label fa" style="background-color: <?php echo $label->color ?>" data-id="<?php echo $label->lid ?>" title="<?php echo $label->name ?>"></span>
|
197 |
+
<?php
|
198 |
+
}
|
199 |
+
} ?>
|
200 |
+
<span style="display: block; clear: left; float: left"><?php echo $row->keyword ?></span>
|
201 |
+
|
202 |
+
<span onclick="jQuery('#sq_label_manage_popup<?php echo $key ?>').modal('show')" title="<?php _e('Assign Labels to this Keyword', _SQ_PLUGIN_NAME_); ?>" class="sq_label_manage fa fa-plus-square"></span>
|
203 |
+
<div id="sq_label_manage_popup<?php echo $key ?>" class="sq_label_manage_popup modal fade" role="dialog">
|
204 |
+
<div class="modal-dialog" style="width: 600px;">
|
205 |
+
<div class="modal-content">
|
206 |
+
<div class="modal-header m-b-md">
|
207 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
208 |
+
<h4 class="modal-title"><?php echo sprintf(__('Select Labels for: %s', _SQ_PLUGIN_NAME_), '<strong style="font-size: 115%">'.$row->keyword.'</strong>'); ?></h4>
|
209 |
+
</div>
|
210 |
+
<div class="modal-body" style="min-height: 50px; display: table; margin: 0 20px 10px 20px;">
|
211 |
+
<?php if (isset($view->labels) && !empty($view->labels)) {
|
212 |
+
foreach ($view->labels as $label) {
|
213 |
+
?>
|
214 |
+
<input type="checkbox" name="sq_labels" id="popup_checkbox_<?php echo $key ?>_<?php echo $label->id ?>" style="display: none;" value="<?php echo $label->id ?>" <?php echo(in_array($label->id, $keyword_labels) ? 'checked' : '') ?> />
|
215 |
+
<label for="popup_checkbox_<?php echo $key ?>_<?php echo $label->id ?>" class="sq_checkbox_label fa <?php echo(in_array($label->id, $keyword_labels) ? 'sq_active' : '') ?>" style="background-color: <?php echo $label->color ?>" title="<?php echo $label->name ?>"><?php echo $label->name ?></label>
|
216 |
+
<?php
|
217 |
+
}
|
218 |
+
|
219 |
+
} else { ?>
|
220 |
+
<button class="btn btn-warning" onclick="jQuery('.sq_add_labels_dialog').modal('show')" data-dismiss="modal"><?php _e('Add new Label', _SQ_PLUGIN_NAME_); ?></button>
|
221 |
+
|
222 |
+
<?php } ?>
|
223 |
+
</div>
|
224 |
+
<?php if (isset($view->labels) && !empty($view->labels)) { ?>
|
225 |
+
<div class="modal-footer">
|
226 |
+
<button data-id="<?php echo $row->id ?>" class="sq_save_keyword_labels btn btn-success"><?php _e('Save Labels', _SQ_PLUGIN_NAME_); ?></button>
|
227 |
+
</div>
|
228 |
+
<?php } ?>
|
229 |
+
|
230 |
+
</div>
|
231 |
+
</div>
|
232 |
+
|
233 |
+
</div>
|
234 |
+
</td>
|
235 |
|
236 |
<td class="sq_open_subrow" align="right" style="cursor: pointer" data-id="<?php echo $row->id ?>" data-keyword="<?php echo htmlspecialchars($row->keyword) ?>"><?php echo($row->count > 0 ? $row->count . ' <i class="fa fa-sort-desc fa_showmore" style="color: rgb(88, 158, 228)"></i>' : '0') ?> </td>
|
237 |
<td>
|
view/BlockSerpKeywords.php
CHANGED
@@ -9,147 +9,157 @@
|
|
9 |
</div>
|
10 |
<div class="panel-body">
|
11 |
<div class="col-md-12 m-b-md">
|
12 |
-
<button class="btn btn-success"
|
13 |
<a href="?page=sq_posts" class="btn btn-default"><?php _e('Go to Analytics', _SQ_PLUGIN_NAME_); ?></a>
|
14 |
</div>
|
15 |
|
16 |
<div class="col-md-12 m-b-lg">
|
17 |
-
<div class="sq_add_keyword
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
<div class="form-group">
|
25 |
<label for="sq_keyword"><?php _e('Keyword', _SQ_PLUGIN_NAME_); ?></label>
|
26 |
<input type="text" required="required" class="form-control" id="sq_keyword" name="keyword" placeholder="<?php echo __('Enter a Keyword (2-4 words)', _SQ_PLUGIN_NAME_) ?>">
|
27 |
</div>
|
28 |
<div class="form-group">
|
29 |
<label for="sq_article"><?php _e('Article', _SQ_PLUGIN_NAME_); ?></label>
|
30 |
-
|
31 |
<input type="text" required="required" class="form-control" id="sq_article" name="article" placeholder="<?php echo __('Article URL ...', _SQ_PLUGIN_NAME_) ?>">
|
32 |
-
|
33 |
</div>
|
|
|
|
|
|
|
|
|
34 |
<button type="button" id="sq_save_keyword" class="btn btn-success"><?php _e('Add Keyword', _SQ_PLUGIN_NAME_); ?></button>
|
35 |
-
</
|
36 |
-
</
|
37 |
</div>
|
38 |
</div>
|
39 |
|
40 |
-
|
41 |
-
<?php echo $view->listTable->pagination('top') ?>
|
42 |
-
</div>
|
43 |
-
<div class="panel panel-white">
|
44 |
-
<div class="panel-body">
|
45 |
-
<?php
|
46 |
-
|
47 |
-
if (isset($view->keywords) && !empty($view->keywords)) { ?>
|
48 |
|
49 |
-
|
50 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
51 |
<tr>
|
52 |
-
<th
|
53 |
-
<
|
54 |
-
<
|
55 |
-
<
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
foreach ($view->keywords as $key => $row) {
|
63 |
-
if (!SQ_Classes_Tools::getOption('sq_google_show_ignored') && $row->ignore) {
|
64 |
-
continue;
|
65 |
-
}
|
66 |
-
?>
|
67 |
-
<tr>
|
68 |
-
<th scope="row"><?php echo($view->index + $key + 1) ?></th>
|
69 |
-
<td><?php echo $row->keyword ?></td>
|
70 |
-
<td><?php echo $row->count ?></td>
|
71 |
-
<td>
|
72 |
-
<div class="col-md-12">
|
73 |
-
<div class="checker col-md-12 ios-switch switch-sm m-b-xxs">
|
74 |
-
<div class="col-md-2 no-p">
|
75 |
-
<input type="checkbox" name="sq_keyword[]" data-keyword="<?php echo urlencode(addslashes($row->keyword)) ?>" class="js-switch pull-right ignore-keyword fixed-sidebar-check" style="display: none;" <?php echo(!$row->ignore ? 'checked="checked"' : '') ?> value="1"/>
|
76 |
-
</div>
|
77 |
</div>
|
78 |
</div>
|
79 |
-
</
|
80 |
-
</
|
81 |
-
|
82 |
-
|
83 |
-
|
|
|
84 |
|
85 |
-
|
86 |
-
|
87 |
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
</div>
|
96 |
-
</div>
|
97 |
-
<div class="tablenav bottom">
|
98 |
-
<?php echo $view->listTable->pagination('bottom') ?>
|
99 |
</div>
|
|
|
|
|
|
|
|
|
100 |
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
|
112 |
-
|
113 |
-
|
114 |
|
115 |
-
|
116 |
-
|
117 |
-
</div>
|
118 |
-
<div class="col-md-6 no-p-h"><?php _e('Show ignored keywords', _SQ_PLUGIN_NAME_); ?></div>
|
119 |
</div>
|
|
|
|
|
120 |
|
121 |
-
|
122 |
-
</div>
|
123 |
</div>
|
124 |
-
|
125 |
</div>
|
|
|
126 |
</div>
|
127 |
</div>
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
</
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
</div>
|
148 |
</div>
|
149 |
</div>
|
150 |
-
</
|
|
|
151 |
|
152 |
-
</div>
|
153 |
</div>
|
154 |
</div>
|
|
|
155 |
</div>
|
9 |
</div>
|
10 |
<div class="panel-body">
|
11 |
<div class="col-md-12 m-b-md">
|
12 |
+
<button class="btn btn-success" data-toggle="modal" data-target=".sq_add_keyword"><?php _e('Add new keyword', _SQ_PLUGIN_NAME_); ?></button>
|
13 |
<a href="?page=sq_posts" class="btn btn-default"><?php _e('Go to Analytics', _SQ_PLUGIN_NAME_); ?></a>
|
14 |
</div>
|
15 |
|
16 |
<div class="col-md-12 m-b-lg">
|
17 |
+
<div class="sq_add_keyword modal fade" role="dialog"
|
18 |
+
">
|
19 |
+
|
20 |
+
<div class="modal-dialog">
|
21 |
+
<div class="modal-content">
|
22 |
+
<form method="POST">
|
23 |
+
<input type="hidden" name="action" value="sq_serp_addkeyword"/>
|
24 |
+
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce(_SQ_NONCE_ID_); ?>"/>
|
25 |
+
<div class="modal-header">
|
26 |
+
<button type="button" class="close" data-dismiss="modal">×</button>
|
27 |
+
<h4 class="modal-title"><?php _e('Add a new Keyword', _SQ_PLUGIN_NAME_); ?></h4>
|
28 |
+
</div>
|
29 |
+
<div class="modal-body">
|
30 |
<div class="form-group">
|
31 |
<label for="sq_keyword"><?php _e('Keyword', _SQ_PLUGIN_NAME_); ?></label>
|
32 |
<input type="text" required="required" class="form-control" id="sq_keyword" name="keyword" placeholder="<?php echo __('Enter a Keyword (2-4 words)', _SQ_PLUGIN_NAME_) ?>">
|
33 |
</div>
|
34 |
<div class="form-group">
|
35 |
<label for="sq_article"><?php _e('Article', _SQ_PLUGIN_NAME_); ?></label>
|
|
|
36 |
<input type="text" required="required" class="form-control" id="sq_article" name="article" placeholder="<?php echo __('Article URL ...', _SQ_PLUGIN_NAME_) ?>">
|
|
|
37 |
</div>
|
38 |
+
|
39 |
+
|
40 |
+
</div>
|
41 |
+
<div class="modal-footer">
|
42 |
<button type="button" id="sq_save_keyword" class="btn btn-success"><?php _e('Add Keyword', _SQ_PLUGIN_NAME_); ?></button>
|
43 |
+
</div>
|
44 |
+
</form>
|
45 |
</div>
|
46 |
</div>
|
47 |
|
48 |
+
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
|
50 |
+
<div class="tablenav top">
|
51 |
+
<?php echo $view->listTable->pagination('top') ?>
|
52 |
+
</div>
|
53 |
+
<div class="panel panel-white">
|
54 |
+
<div class="panel-body">
|
55 |
+
<?php
|
56 |
+
|
57 |
+
if (isset($view->keywords) && !empty($view->keywords)) { ?>
|
58 |
+
|
59 |
+
<table class="table">
|
60 |
+
<thead>
|
61 |
+
<tr>
|
62 |
+
<th>#</th>
|
63 |
+
<th><?php echo __('Keyword', _SQ_PLUGIN_NAME_); ?></th>
|
64 |
+
<th><?php echo __('Count', _SQ_PLUGIN_NAME_); ?></th>
|
65 |
+
<th><?php echo __('Check the rank for it', _SQ_PLUGIN_NAME_); ?></th>
|
66 |
+
</tr>
|
67 |
+
</thead>
|
68 |
+
<tbody>
|
69 |
+
<?php
|
70 |
+
|
71 |
+
|
72 |
+
foreach ($view->keywords as $key => $row) {
|
73 |
+
if (!SQ_Classes_Tools::getOption('sq_google_show_ignored') && $row->ignore) {
|
74 |
+
continue;
|
75 |
+
}
|
76 |
+
?>
|
77 |
<tr>
|
78 |
+
<th scope="row"><?php echo($view->index + $key + 1) ?></th>
|
79 |
+
<td><?php echo $row->keyword ?></td>
|
80 |
+
<td><?php echo $row->count ?></td>
|
81 |
+
<td>
|
82 |
+
<div class="col-md-12">
|
83 |
+
<div class="checker col-md-12 ios-switch switch-sm m-b-xxs">
|
84 |
+
<div class="col-md-2 no-p">
|
85 |
+
<input type="checkbox" name="sq_keyword[]" data-keyword="<?php echo urlencode(addslashes($row->keyword)) ?>" class="js-switch pull-right ignore-keyword fixed-sidebar-check" style="display: none;" <?php echo(!$row->ignore ? 'checked="checked"' : '') ?> value="1"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
86 |
</div>
|
87 |
</div>
|
88 |
+
</div>
|
89 |
+
</td>
|
90 |
+
</tr>
|
91 |
+
<?php
|
92 |
+
}
|
93 |
+
?>
|
94 |
|
95 |
+
</tbody>
|
96 |
+
</table>
|
97 |
|
98 |
+
<?php } else { ?>
|
99 |
+
<div class="panel-body">
|
100 |
+
<h3 class="text-center"><?php echo $view->error; ?></h3>
|
101 |
|
102 |
+
<div class="col-md-9 m-b-lg"></div>
|
103 |
+
</div>
|
104 |
+
<?php } ?>
|
|
|
|
|
|
|
|
|
105 |
</div>
|
106 |
+
</div>
|
107 |
+
<div class="tablenav bottom">
|
108 |
+
<?php echo $view->listTable->pagination('bottom') ?>
|
109 |
+
</div>
|
110 |
|
111 |
+
<div class="col-md-2 b-t p-v-md no-p-h m-b-sm">
|
112 |
+
<form name="sq_form" method="POST">
|
113 |
+
<button type="submit" class="btn btn-success sq_serp_refresh" style="background-color: #589ee4;"><?php _e('Save Keywords', _SQ_PLUGIN_NAME_); ?></button>
|
114 |
+
</form>
|
115 |
+
</div>
|
116 |
|
117 |
+
<div class="col-md-6 b-t p-v-md no-p-h m-b-sm">
|
118 |
+
<form name="sq_form" method="POST">
|
119 |
+
<input type="hidden" name="action" value="sq_serp_showignore"/>
|
120 |
+
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce(_SQ_NONCE_ID_); ?>"/>
|
121 |
|
122 |
+
<div class="checker ios-switch switch-md m-b-xxs p-v-xxs">
|
123 |
+
<input type="hidden" value="0" name="sq_show_ignored">
|
124 |
|
125 |
+
<div class="col-md-1 no-p">
|
126 |
+
<input type="checkbox" name="sq_show_ignored" class="js-switch pull-right fixed-sidebar-check" data-switchery="true" style="display: none;" <?php echo(SQ_Classes_Tools::getOption('sq_google_show_ignored') ? 'checked="checked"' : '') ?> value="1"/>
|
|
|
|
|
127 |
</div>
|
128 |
+
<div class="col-md-6 no-p-h"><?php _e('Show ignored keywords', _SQ_PLUGIN_NAME_); ?></div>
|
129 |
+
</div>
|
130 |
|
131 |
+
</form>
|
|
|
132 |
</div>
|
|
|
133 |
</div>
|
134 |
+
|
135 |
</div>
|
136 |
</div>
|
137 |
+
</div>
|
138 |
+
|
139 |
+
<div class="col-md-12 no-m">
|
140 |
+
<div class="panel panel-transparent">
|
141 |
+
<div class="panel-heading">
|
142 |
+
<h2>
|
143 |
+
<?php _e('Reload Google Ranks from Squirrly Server', _SQ_PLUGIN_NAME_); ?>
|
144 |
+
</h2>
|
145 |
+
</div>
|
146 |
+
<div class="panel-body">
|
147 |
+
<form method="POST">
|
148 |
+
<input type="hidden" name="action" value="sq_serp_purgeall"/>
|
149 |
+
<input type="hidden" name="nonce" value="<?php echo wp_create_nonce(_SQ_NONCE_ID_); ?>"/>
|
150 |
+
|
151 |
+
<div class="panel panel-transparent">
|
152 |
+
<div class="panel-body">
|
153 |
+
<div class="col-md-9">
|
154 |
+
<div class="src_option_content">
|
155 |
+
<button type="submit" class="btn btn-default"><?php _e('Remove Local Ranks', _SQ_PLUGIN_NAME_); ?></button>
|
156 |
</div>
|
157 |
</div>
|
158 |
</div>
|
159 |
+
</div>
|
160 |
+
</form>
|
161 |
|
|
|
162 |
</div>
|
163 |
</div>
|
164 |
+
</div>
|
165 |
</div>
|
view/BlockSettings.php
CHANGED
@@ -159,7 +159,7 @@ if (SQ_Classes_Tools::getOption('sq_api') == '') {
|
|
159 |
<label for="sq_force_savepost0" class="sq_switch-label sq_switch-label-on"><?php _e('No', _SQ_PLUGIN_NAME_); ?></label>
|
160 |
<span class="sq_switch-selection"></span>
|
161 |
</div>
|
162 |
-
<span><?php _e('Send optimization data to Squirrly
|
163 |
</div>
|
164 |
|
165 |
<div class="sq_option_content withborder">
|
@@ -364,7 +364,7 @@ if (SQ_Classes_Tools::getOption('sq_api') == '') {
|
|
364 |
<?php } else { ?>
|
365 |
<div class="withborder">
|
366 |
<p style="color: green; font-size: 18px; line-height: 28px; padding: 10px">
|
367 |
-
<span><?php echo sprintf(__('You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly
|
368 |
</p>
|
369 |
</div>
|
370 |
<p>
|
159 |
<label for="sq_force_savepost0" class="sq_switch-label sq_switch-label-on"><?php _e('No', _SQ_PLUGIN_NAME_); ?></label>
|
160 |
<span class="sq_switch-selection"></span>
|
161 |
</div>
|
162 |
+
<span><?php _e('Send optimization data to Squirrly Cloud when the post is saved (don\'t use cron)', _SQ_PLUGIN_NAME_); ?></span>
|
163 |
</div>
|
164 |
|
165 |
<div class="sq_option_content withborder">
|
364 |
<?php } else { ?>
|
365 |
<div class="withborder">
|
366 |
<p style="color: green; font-size: 18px; line-height: 28px; padding: 10px">
|
367 |
+
<span><?php echo sprintf(__('You have the %sBusiness Plan%s active. Rankings are now checked by Squirrly Cloud and will be shown in %sAdvanced Analytics%s', _SQ_PLUGIN_NAME_), '<strong>', '</strong>', '<a href="?page=sq_posts" >', '</a>'); ?></span>
|
368 |
</p>
|
369 |
</div>
|
370 |
<p>
|
view/SerpChecker.php
CHANGED
@@ -74,15 +74,15 @@ if (SQ_Classes_Tools::getOption('sq_api') == '') {
|
|
74 |
<div class="panel-body">
|
75 |
<?php if ($view->getKeywordsFound() == 0 && $last_check <= strtotime('-5 minutes')) { ?>
|
76 |
<div class="m-b-xs m-t-md text-center">
|
77 |
-
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks and found Keywords from Squirrly
|
78 |
</div>
|
79 |
<?php } elseif ((defined('DISABLE_WP_CRON') && DISABLE_WP_CRON) && $last_check < strtotime('-1 hours')) { ?>
|
80 |
<div class="m-b-xs m-t-md text-center">
|
81 |
-
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks from Squirrly
|
82 |
</div>
|
83 |
<?php } elseif ($last_check < strtotime('-12 hours')) { ?>
|
84 |
<div class="m-b-xs m-t-md text-center">
|
85 |
-
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks from Squirrly
|
86 |
</div>
|
87 |
<?php } ?>
|
88 |
|
74 |
<div class="panel-body">
|
75 |
<?php if ($view->getKeywordsFound() == 0 && $last_check <= strtotime('-5 minutes')) { ?>
|
76 |
<div class="m-b-xs m-t-md text-center">
|
77 |
+
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks and found Keywords from Squirrly Cloud', _SQ_PLUGIN_NAME_); ?></button>
|
78 |
</div>
|
79 |
<?php } elseif ((defined('DISABLE_WP_CRON') && DISABLE_WP_CRON) && $last_check < strtotime('-1 hours')) { ?>
|
80 |
<div class="m-b-xs m-t-md text-center">
|
81 |
+
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks from Squirrly Cloud', _SQ_PLUGIN_NAME_); ?></button>
|
82 |
</div>
|
83 |
<?php } elseif ($last_check < strtotime('-12 hours')) { ?>
|
84 |
<div class="m-b-xs m-t-md text-center">
|
85 |
+
<button type="button" class="btn btn-success sq_serp_sendnow p-v-xs" style="cursor: pointer"><?php _e('Get Ranks from Squirrly Cloud', _SQ_PLUGIN_NAME_); ?></button>
|
86 |
</div>
|
87 |
<?php } ?>
|
88 |
|
view/css/blockkeywordresearch.css
CHANGED
@@ -54,6 +54,300 @@
|
|
54 |
top: 17px;
|
55 |
}
|
56 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
@media only screen and (max-width: 1024px){
|
58 |
#sq_helpkeywordresearchcontent {
|
59 |
width: 800px;
|
54 |
top: 17px;
|
55 |
}
|
56 |
|
57 |
+
/************************* Keyword History **************************************/
|
58 |
+
|
59 |
+
#sq_kr_history {
|
60 |
+
}
|
61 |
+
|
62 |
+
#sq_kr_history #sq_kr_history_title {
|
63 |
+
font-size: 23px;
|
64 |
+
margin: 40px 0 20px;
|
65 |
+
}
|
66 |
+
|
67 |
+
#sq_kr_history .panel {
|
68 |
+
margin-top: 10px;
|
69 |
+
}
|
70 |
+
|
71 |
+
#sq_kr_history .sq_kr_history_head td {
|
72 |
+
padding: 6px;
|
73 |
+
}
|
74 |
+
|
75 |
+
#sq_kr_history .sq_kr_history_td {
|
76 |
+
padding: 13px 5px;
|
77 |
+
line-height: 25px;
|
78 |
+
font-size: 16px;
|
79 |
+
max-width: 590px;
|
80 |
+
text-overflow: ellipsis;
|
81 |
+
overflow: hidden;
|
82 |
+
}
|
83 |
+
|
84 |
+
#sq_kr_history tr.sq_kr_history_row {
|
85 |
+
cursor: pointer;
|
86 |
+
}
|
87 |
+
|
88 |
+
#sq_kr_history tr.sq_kr_history_row.sq_tr_odd {
|
89 |
+
background: #f4f4f4;
|
90 |
+
}
|
91 |
+
|
92 |
+
#sq_kr_history tr.sq_kr_history_row.sq_tr_even {
|
93 |
+
background: #FFF
|
94 |
+
}
|
95 |
+
|
96 |
+
#sq_kr_history .sq_kr_history_td span {
|
97 |
+
font-size: 14px;
|
98 |
+
cursor: pointer;
|
99 |
+
}
|
100 |
+
|
101 |
+
#sq_kr_history .sq_kr_history_row_detail {
|
102 |
+
display: none;
|
103 |
+
background: white;
|
104 |
+
}
|
105 |
+
|
106 |
+
#sq_kr_history .sq_top_keywords {
|
107 |
+
clear: both !important;
|
108 |
+
float: none !important;
|
109 |
+
width: 100%;
|
110 |
+
margin: 0 auto !important;
|
111 |
+
padding: 0;
|
112 |
+
}
|
113 |
+
|
114 |
+
#sq_kr_history .sq_top_keywords table {
|
115 |
+
border-collapse: collapse;
|
116 |
+
}
|
117 |
+
|
118 |
+
#sq_kr_history .sq_top_keywords > table {
|
119 |
+
position: relative;
|
120 |
+
background-color: #f7f7f7;
|
121 |
+
width: 100%;
|
122 |
+
}
|
123 |
+
|
124 |
+
#sq_kr_history .sq_top_keywords > table {
|
125 |
+
border: 1px solid #eee;
|
126 |
+
}
|
127 |
+
|
128 |
+
#sq_kr_history .sq_top_keywords > table > tbody > tr {
|
129 |
+
background-color: #fff;
|
130 |
+
}
|
131 |
+
|
132 |
+
#sq_kr_history .sq_top_keywords > table > tr > th,
|
133 |
+
#sq_kr_history .sq_top_keywords > table > tbody > tr > th,
|
134 |
+
#sq_kr_history .sq_top_keywords > table > tr > td,
|
135 |
+
#sq_kr_history .sq_top_keywords > table > tbody > tr > td {
|
136 |
+
border: 1px dashed #f1f1f1;
|
137 |
+
padding: 3px 10px;
|
138 |
+
color: #414141;
|
139 |
+
font-family: Arial, Helvetica, sans-serif;
|
140 |
+
font-size: 14px;
|
141 |
+
line-height: 1.4em;
|
142 |
+
max-width: 350px;
|
143 |
+
white-space: normal;
|
144 |
+
overflow: hidden;
|
145 |
+
text-overflow: ellipsis;
|
146 |
+
}
|
147 |
+
|
148 |
+
#sq_kr_history .sq_top_keywords > table > tbody > tr > th {
|
149 |
+
background-color: #8684a4;
|
150 |
+
color: #fff;
|
151 |
+
text-shadow: none;
|
152 |
+
}
|
153 |
+
|
154 |
+
#sq_kr_history .sq_top_keywords > table > tr > th {
|
155 |
+
text-align: center;
|
156 |
+
font-weight: bold;
|
157 |
+
color: #ccc;
|
158 |
+
}
|
159 |
+
|
160 |
+
#sq_kr_history .sq_keywords_research {
|
161 |
+
padding: 0;
|
162 |
+
margin: 0;
|
163 |
+
}
|
164 |
+
|
165 |
+
#sq_kr_history .sq_top_keywords_rank {
|
166 |
+
font-size: 14px;
|
167 |
+
font-weight: bold;
|
168 |
+
margin-left: 5px;
|
169 |
+
}
|
170 |
+
|
171 |
+
#sq_kr_history .sq_top_keywords_rank strong {
|
172 |
+
font-family: 'Megalopolis', Arial, Helvetica, sans-serif;
|
173 |
+
font-size: 14px;
|
174 |
+
margin: 0 5px;
|
175 |
+
border: 1px solid red;
|
176 |
+
background-color: white;
|
177 |
+
border-radius: 50px;
|
178 |
+
-webkit-border-radius: 50px;
|
179 |
+
-moz-border-radius: 50px;
|
180 |
+
padding: 3px 7px;
|
181 |
+
text-shadow: 1px 1px white;
|
182 |
+
color: red;
|
183 |
+
text-align: center;
|
184 |
+
}
|
185 |
+
|
186 |
+
#sq_kr_history .sq_research_showinfo {
|
187 |
+
}
|
188 |
+
|
189 |
+
#sq_kr_history .sq_research_showinfo:hover {
|
190 |
+
background-position: 0 -71px;
|
191 |
+
}
|
192 |
+
|
193 |
+
#sq_kr_history .sq_top_keywords_info {
|
194 |
+
padding: 5px;
|
195 |
+
}
|
196 |
+
|
197 |
+
#sq_kr_history .sq_to_keywords_info table {
|
198 |
+
margin: 0 auto;
|
199 |
+
}
|
200 |
+
|
201 |
+
#sq_kr_history .sq_top_keywords_info td {
|
202 |
+
border-bottom: 1px dashed #D8D8D8;
|
203 |
+
padding: 4px 10px;
|
204 |
+
color: #414141;
|
205 |
+
text-align: left;
|
206 |
+
font-size: 12px;
|
207 |
+
}
|
208 |
+
|
209 |
+
#sq_kr_history .sq_top_keywords_info td .sq_top_keywords_rank {
|
210 |
+
font-size: 12px;
|
211 |
+
font-weight: normal;
|
212 |
+
}
|
213 |
+
|
214 |
+
#sq_kr_history .sq_input_noback {
|
215 |
+
background: transparent;
|
216 |
+
border: 0;
|
217 |
+
}
|
218 |
+
|
219 |
+
#sq_kr_history .sq_research_selectit {
|
220 |
+
padding: 4px 11px;
|
221 |
+
font-size: 12px;
|
222 |
+
font-weight: 500;
|
223 |
+
color: white;
|
224 |
+
cursor: pointer;
|
225 |
+
background-color: #589ee4;
|
226 |
+
text-shadow: 1px 1px #777;
|
227 |
+
border: 1px solid white;
|
228 |
+
}
|
229 |
+
|
230 |
+
#sq_kr_history .sq_research_addbriefcase {
|
231 |
+
display: block;
|
232 |
+
padding: 4px 11px;
|
233 |
+
font-size: 12px;
|
234 |
+
font-weight: 500;
|
235 |
+
color: white;
|
236 |
+
cursor: pointer;
|
237 |
+
background-color: #d86525;
|
238 |
+
text-shadow: 1px 1px #777;
|
239 |
+
border: 1px solid white;
|
240 |
+
}
|
241 |
+
|
242 |
+
.table {
|
243 |
+
width: 100%;
|
244 |
+
max-width: 100%;
|
245 |
+
margin-bottom: 20px;
|
246 |
+
}
|
247 |
+
|
248 |
+
.table > thead > tr > th,
|
249 |
+
.table > tbody > tr > th,
|
250 |
+
.table > tfoot > tr > th,
|
251 |
+
.table > thead > tr > td,
|
252 |
+
.table > tbody > tr > td,
|
253 |
+
.table > tfoot > tr > td {
|
254 |
+
text-align: left;
|
255 |
+
padding: 8px;
|
256 |
+
line-height: 1.42857143;
|
257 |
+
vertical-align: top;
|
258 |
+
border-top: 1px solid #ddd;
|
259 |
+
}
|
260 |
+
|
261 |
+
.table > thead > tr > th {
|
262 |
+
vertical-align: bottom;
|
263 |
+
border-bottom: 2px solid #ddd;
|
264 |
+
}
|
265 |
+
|
266 |
+
.table > caption + thead > tr:first-child > th,
|
267 |
+
.table > colgroup + thead > tr:first-child > th,
|
268 |
+
.table > thead:first-child > tr:first-child > th,
|
269 |
+
.table > caption + thead > tr:first-child > td,
|
270 |
+
.table > colgroup + thead > tr:first-child > td,
|
271 |
+
.table > thead:first-child > tr:first-child > td {
|
272 |
+
border-top: 0;
|
273 |
+
}
|
274 |
+
|
275 |
+
.table > tbody + tbody {
|
276 |
+
border-top: 2px solid #ddd;
|
277 |
+
}
|
278 |
+
|
279 |
+
.table .table {
|
280 |
+
background-color: #fff;
|
281 |
+
}
|
282 |
+
|
283 |
+
table col[class*="col-"] {
|
284 |
+
position: static;
|
285 |
+
display: table-column;
|
286 |
+
float: none;
|
287 |
+
}
|
288 |
+
|
289 |
+
table td[class*="col-"],
|
290 |
+
table th[class*="col-"] {
|
291 |
+
position: static;
|
292 |
+
display: table-cell;
|
293 |
+
float: none;
|
294 |
+
}
|
295 |
+
|
296 |
+
.table > thead > tr > td.active,
|
297 |
+
.table > tbody > tr > td.active,
|
298 |
+
.table > tfoot > tr > td.active,
|
299 |
+
.table > thead > tr > th.active,
|
300 |
+
.table > tbody > tr > th.active,
|
301 |
+
.table > tfoot > tr > th.active,
|
302 |
+
.table > thead > tr.active > td,
|
303 |
+
.table > tbody > tr.active > td,
|
304 |
+
.table > tfoot > tr.active > td,
|
305 |
+
.table > thead > tr.active > th,
|
306 |
+
.table > tbody > tr.active > th,
|
307 |
+
.table > tfoot > tr.active > th {
|
308 |
+
background-color: #f5f5f5;
|
309 |
+
}
|
310 |
+
|
311 |
+
#sq_kr_history table.table td {
|
312 |
+
font-size: 15px;
|
313 |
+
}
|
314 |
+
|
315 |
+
#sq_kr_history table.table tr .sq_delete_keyword {
|
316 |
+
display: none;
|
317 |
+
}
|
318 |
+
|
319 |
+
#sq_kr_history table.table tr:hover {
|
320 |
+
background-color: #fafafa;
|
321 |
+
}
|
322 |
+
|
323 |
+
#sq_kr_history table.table tr:hover .sq_delete_keyword {
|
324 |
+
display: block;
|
325 |
+
}
|
326 |
+
|
327 |
+
#sq_kr_history .subtable {
|
328 |
+
width: 100%;
|
329 |
+
background-color: #f9fafc;
|
330 |
+
border: 1px solid #e8ebf0;
|
331 |
+
}
|
332 |
+
|
333 |
+
#sq_kr_history .subtable td,
|
334 |
+
#sq_kr_history .subtable th {
|
335 |
+
padding: 6px 13px;
|
336 |
+
}
|
337 |
+
|
338 |
+
#sq_kr_history table.subtable td {
|
339 |
+
font-size: 13px;
|
340 |
+
padding: 5px 13px !important;
|
341 |
+
}
|
342 |
+
|
343 |
+
#sq_kr_history .subtable td .btn {
|
344 |
+
padding: 1px 12px;
|
345 |
+
}
|
346 |
+
|
347 |
+
#sq_kr_history table.subtable tr:hover {
|
348 |
+
background-color: #f2f6fe;
|
349 |
+
}
|
350 |
+
|
351 |
@media only screen and (max-width: 1024px){
|
352 |
#sq_helpkeywordresearchcontent {
|
353 |
width: 800px;
|
view/css/blockkeywordresearch.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#update-nag,.notice-error,.update-nag,.updated,.show-settings,.screen-meta-toggle{display:none !important}#sq_settings .sq_subtitles p{margin:5px 45px 40px 45px}#sq_settings_body fieldset{width:800px}#sq_helpkeywordresearchcontent{float:left;width:900px}.sq_beta{display:none !important}.sq_limit_exceeded{clear:both !important;margin:0 auto;text-align:center}.sq_limit_exceeded a{text-decoration:none;display:block;width:200px;clear:both;background-color:#1cab09;font-size:15px;font-weight:bold;color:white;margin:10px auto 0 auto;padding:11px;position:relative;text-shadow:1px 1px #555;cursor:pointer}#sq_research{margin:0}#sq_research ul.sq_research_complexity{right:195px}#sq_research ul.sq_research_lang{right:55px;top:17px}@media only screen and (max-width:1024px){#sq_helpkeywordresearchcontent{width:800px}}@media only screen and (max-width:1320px){.sq_helpside{clear:both;float:left;width:808px;height:275px;margin:0;padding:0}}
|
1 |
+
#update-nag,.notice-error,.update-nag,.updated,.show-settings,.screen-meta-toggle{display:none !important}#sq_settings .sq_subtitles p{margin:5px 45px 40px 45px}#sq_settings_body fieldset{width:800px}#sq_helpkeywordresearchcontent{float:left;width:900px}.sq_beta{display:none !important}.sq_limit_exceeded{clear:both !important;margin:0 auto;text-align:center}.sq_limit_exceeded a{text-decoration:none;display:block;width:200px;clear:both;background-color:#1cab09;font-size:15px;font-weight:bold;color:white;margin:10px auto 0 auto;padding:11px;position:relative;text-shadow:1px 1px #555;cursor:pointer}#sq_research{margin:0}#sq_research ul.sq_research_complexity{right:195px}#sq_research ul.sq_research_lang{right:55px;top:17px}#sq_kr_history #sq_kr_history_title{font-size:23px;margin:40px 0 20px}#sq_kr_history .panel{margin-top:10px}#sq_kr_history .sq_kr_history_head td{padding:6px}#sq_kr_history .sq_kr_history_td{padding:13px 5px;line-height:25px;font-size:16px;max-width:590px;text-overflow:ellipsis;overflow:hidden}#sq_kr_history tr.sq_kr_history_row{cursor:pointer}#sq_kr_history tr.sq_kr_history_row.sq_tr_odd{background:#f4f4f4}#sq_kr_history tr.sq_kr_history_row.sq_tr_even{background:#FFF}#sq_kr_history .sq_kr_history_td span{font-size:14px;cursor:pointer}#sq_kr_history .sq_kr_history_row_detail{display:none;background:white}#sq_kr_history .sq_top_keywords{clear:both !important;float:none !important;width:100%;margin:0 auto !important;padding:0}#sq_kr_history .sq_top_keywords table{border-collapse:collapse}#sq_kr_history .sq_top_keywords>table{position:relative;background-color:#f7f7f7;width:100%}#sq_kr_history .sq_top_keywords>table{border:1px solid #eee}#sq_kr_history .sq_top_keywords>table>tbody>tr{background-color:#fff}#sq_kr_history .sq_top_keywords>table>tr>th,#sq_kr_history .sq_top_keywords>table>tbody>tr>th,#sq_kr_history .sq_top_keywords>table>tr>td,#sq_kr_history .sq_top_keywords>table>tbody>tr>td{border:1px dashed #f1f1f1;padding:3px 10px;color:#414141;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4em;max-width:350px;white-space:normal;overflow:hidden;text-overflow:ellipsis}#sq_kr_history .sq_top_keywords>table>tbody>tr>th{background-color:#8684a4;color:#fff;text-shadow:none}#sq_kr_history .sq_top_keywords>table>tr>th{text-align:center;font-weight:bold;color:#ccc}#sq_kr_history .sq_keywords_research{padding:0;margin:0}#sq_kr_history .sq_top_keywords_rank{font-size:14px;font-weight:bold;margin-left:5px}#sq_kr_history .sq_top_keywords_rank strong{font-family:'Megalopolis',Arial,Helvetica,sans-serif;font-size:14px;margin:0 5px;border:1px solid red;background-color:white;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;padding:3px 7px;text-shadow:1px 1px white;color:red;text-align:center}#sq_kr_history .sq_research_showinfo:hover{background-position:0 -71px}#sq_kr_history .sq_top_keywords_info{padding:5px}#sq_kr_history .sq_to_keywords_info table{margin:0 auto}#sq_kr_history .sq_top_keywords_info td{border-bottom:1px dashed #d8d8d8;padding:4px 10px;color:#414141;text-align:left;font-size:12px}#sq_kr_history .sq_top_keywords_info td .sq_top_keywords_rank{font-size:12px;font-weight:normal}#sq_kr_history .sq_input_noback{background:transparent;border:0}#sq_kr_history .sq_research_selectit{padding:4px 11px;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#589ee4;text-shadow:1px 1px #777;border:1px solid white}#sq_kr_history .sq_research_addbriefcase{display:block;padding:4px 11px;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#d86525;text-shadow:1px 1px #777;border:1px solid white}.table{width:100%;max-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{text-align:left;padding:8px;line-height:1.42857143;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 col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;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}#sq_kr_history table.table td{font-size:15px}#sq_kr_history table.table tr .sq_delete_keyword{display:none}#sq_kr_history table.table tr:hover{background-color:#fafafa}#sq_kr_history table.table tr:hover .sq_delete_keyword{display:block}#sq_kr_history .subtable{width:100%;background-color:#f9fafc;border:1px solid #e8ebf0}#sq_kr_history .subtable td,#sq_kr_history .subtable th{padding:6px 13px}#sq_kr_history table.subtable td{font-size:13px;padding:5px 13px !important}#sq_kr_history .subtable td .btn{padding:1px 12px}#sq_kr_history table.subtable tr:hover{background-color:#f2f6fe}@media only screen and (max-width:1024px){#sq_helpkeywordresearchcontent{width:800px}}@media only screen and (max-width:1320px){.sq_helpside{clear:both;float:left;width:808px;height:275px;margin:0;padding:0}}
|
view/css/blockresearch.css
CHANGED
@@ -719,6 +719,9 @@ li#sq_research_lang_com_np:before {
|
|
719 |
li#sq_research_lang_nl:before {
|
720 |
background-position: 0 -1815px;
|
721 |
}
|
|
|
|
|
|
|
722 |
li#sq_research_lang_no:before {
|
723 |
background-position: 0 -1826px;
|
724 |
}
|
719 |
li#sq_research_lang_nl:before {
|
720 |
background-position: 0 -1815px;
|
721 |
}
|
722 |
+
li#sq_research_lang_com_ng:before {
|
723 |
+
background-position: 0 -1792px;
|
724 |
+
}
|
725 |
li#sq_research_lang_no:before {
|
726 |
background-position: 0 -1826px;
|
727 |
}
|
view/css/blockresearch.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.sq_beta{display:none !important}.sq_limit_exceeded{clear:both !important;margin:0 auto;text-align:center}.sq_limit_exceeded a{text-decoration:none;display:block;width:200px;clear:both;background-color:#1cab09;font-size:15px;font-weight:bold;color:white;margin:10px auto 0 auto;padding:11px;position:relative;text-shadow:1px 1px #555;cursor:pointer}.sq_notice.sq_fixed{position:fixed;z-index:10000}.sq_notice{top:28px;text-align:center;width:100%}.sq_notice.sq_notice>div{display:block;margin:0 !important;width:100% !important;line-height:40px;background-color:lightgoldenrodyellow}.sq_notice.sq_notice>div.sq_success{background-color:#20bc49}#sq_research:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0;opacity:.3}#sq_research:hover:before{opacity:.8}#sq_research{position:relative;padding:0;margin:15px 0;background-color:#fcfcfc;min-width:460px;box-shadow:0 1px 2px -1px #444;-moz-box-shadow:0 1px 2px -1px #444;-webkit-box-shadow:0 1px 2px -1px #444}.sq_arrow_down{background:transparent url('../img/sprite.png?rev=1') no-repeat -221px -50px !important}.sq_arrow_up{float:right;width:35px;height:20px;margin-top:14px;margin-right:10px;background:transparent url('../img/sprite.png?rev=1') no-repeat -262px -50px;cursor:pointer}#sq_research #sq_research_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#999;border-bottom:1px dashed #d1d1d1;margin:0 0 10px 0;padding:10px 0 20px 10px;height:16px}#sq_research:hover #sq_research_title{color:#444}#sq_research #sq_research_body{display:block;font-size:12px;color:#333;line-height:16px;text-align:left;padding:10px 0 2px 10px}#sq_research .sq_keywords_research_add{background-color:transparent;color:#589ee4;font-size:12px;font-weight:bold;text-shadow:1px 1px white;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:5px 6px;margin-left:0;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_submit{background-color:#589ee4;color:white;font-size:12px;font-weight:bold;text-shadow:1px 1px #333;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:5px 6px;margin-left:10px;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_clear{background-color:transparent;color:#589ee4;font-size:11px;font-weight:bold;text-shadow:1px 1px white;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:4px 5px;margin-left:15px;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_export,#sq_research .sq_keywords_research_export_xls{display:none;background-color:#ece8d2;color:#ae6e1c;font-size:11px;font-weight:600;text-shadow:1px 1px #fff;box-shadow:1px 1px 0 0 white;border:1px solid #d1a25e;padding:6px 10px;margin-right:21px;margin-top:2px;cursor:pointer;float:right}#sq_research .sq_keywords_research_export_xls{margin-right:5px}#sq_research .sq_research_addbriefcase{display:block;padding:7px 7px;margin:2px 0;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#d86525;text-shadow:1px 1px #777;border:0;border-top:1px solid white}#sq_research .sq_research_selectit{padding:7px 11px;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#589ee4;text-shadow:1px 1px #777;border:0}#sq_research .sq_keywords_research_clear{float:right;margin-right:10px;margin-top:2px;line-height:16px}#sq_research .sq_keyword_research{float:left;width:390px;margin-top:2px;line-height:24px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:5px;font-size:14px;font-weight:bold;color:#15b14a}#sq_research_body #sq_keywords_research{display:table;width:100%}#sq_research_body #sq_keywords_research>li{display:table;width:100%;border-bottom:1px solid #dedede;padding-bottom:13px;margin-bottom:10px}#sq_research_body .sq_searching,#sq_research_body .sq_minloading{clear:both;width:96% !important;height:10px;margin-top:10px;background-color:#eee}#sq_research_body .sq_searching .sq_progress{width:1%;height:16px;font-size:9px;color:white;padding-left:5px;text-shadow:1px 1px #333;background-color:green}#sq_research_body #sq_keywords_research>li>div{float:left}#sq_research_body #sq_keywords_research>li>div:first-child{margin-top:7px;margin-right:5px;font-size:17px;font-weight:500;line-height:26px;color:#999}#sq_research_body ul.sq_progressbar li{float:left;padding:0 2px}#sq_research_body input[type=text]{float:left;width:350px;padding:10px 5px;font-size:14px;font-weight:bold;color:#333;background-color:#e2ffd6}#sq_research_body input[type=text]::-moz-placeholder,#sq_research_body input[type=text]::-webkit-input-placeholder,#sq_research_body input[type=text]:-ms-input-placeholder{color:#d1d1d1}#sq_research_body .sq_research_selectit{float:left}#sq_research_body .sq_keywords_info{margin-left:10px;display:table;width:230px}#sq_research_body .sq_addkeyword_close{font-size:15px;display:inline-block;padding:12px;cursor:pointer}#sq_research_body #sq_research_help{clear:both}#sq_research #sq_research_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-3px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}#sq_research_body .sq_top_keywords{clear:both !important;float:none !important;width:calc(100% - 40px) !important;margin:0 auto !important;padding-top:15px}#sq_research_body .sq_top_keywords table{border-collapse:collapse}#sq_research_body .sq_top_keywords>table{position:relative;background-color:#f7f7f7;width:100%}#sq_research_body .sq_top_keywords>table{border:1px solid #eee}#sq_research_body .sq_top_keywords>table>tbody>tr{background-color:#fff}#sq_research_body .sq_top_keywords>table>tr>th,#sq_research_body .sq_top_keywords>table>tbody>tr>th,#sq_research_body .sq_top_keywords>table>tr>td,#sq_research_body .sq_top_keywords>table>tbody>tr>td{border:1px dashed #f1f1f1;padding:3px 10px;color:#414141;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4em;max-width:350px;white-space:normal;overflow:hidden;text-overflow:ellipsis}#sq_research_body .sq_top_keywords>table>tr>th{text-align:center;font-weight:bold;color:#ccc}#sq_research_body .sq_top_keywords_rank{font-size:14px;font-weight:bold;margin-left:5px}#sq_research_body .sq_top_keywords_rank strong{font-family:'Megalopolis',Arial,Helvetica,sans-serif;font-size:14px;margin:0 5px;border:1px solid red;background-color:white;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;padding:3px 7px;text-shadow:1px 1px white;color:red;text-align:center}#sq_research_body .sq_research_showinfo:hover{background-position:0 -71px}#sq_research_body .sq_top_keywords_info{padding:5px}#sq_research_body .sq_to_keywords_info table{margin:0 auto}#sq_research_body .sq_top_keywords_info td{border-bottom:1px dashed #d8d8d8;padding:4px 10px;color:#414141;text-align:left;font-size:12px}#sq_research_body .sq_top_keywords_info td .sq_top_keywords_rank{font-size:12px;font-weight:normal}#sq_research_body .sq_input_noback{background:transparent;border:0}ul.sq_research_lang,ul.sq_research_complexity{position:absolute;background-color:#fcfcfc;border:0;font-size:13px;display:block;top:17px;right:100px;width:135px;height:27px;margin:0;padding:0;overflow:hidden;max-height:300px}ul.sq_research_complexity{right:242px;width:140px}ul.sq_research_lang:hover,ul.sq_research_complexity:hover{box-shadow:0 0 10px 0 #333;height:auto;overflow-y:auto;z-index:9999}ul.sq_research_lang>li:before{display:inline-block;content:" ";background:transparent url('../img/flags.png') no-repeat 0 -2541px;border:1px solid white;width:16px;height:11px;cursor:pointer;margin:0 5px -2px 0;padding:0}ul.sq_research_lang>li,ul.sq_research_complexity>li{margin:0 0 5px 0;padding:0 2px;line-height:24px;cursor:pointer}ul.sq_research_lang li.sq_research_first,ul.sq_research_complexity li.sq_complexity_first{border:1px solid #589ee4;color:#589ee4}ul.sq_research_lang li.selected,ul.sq_research_complexity li.selected{background-color:lightgray}li#sq_research_lang_us:before{background-position:0 -2541px}li#sq_research_lang_ae:before{background-position:0 -11px}li#sq_research_lang_off_ai:before{background-position:0 -286px}li#sq_research_lang_com_ag:before{background-position:0 -33px}li#sq_research_lang_com_ar:before{background-position:0 -99px}li#sq_research_lang_as:before{background-position:0 -110px}li#sq_research_lang_at:before{background-position:0 -121px}li#sq_research_lang_com_au:before{background-position:0 -132px}li#sq_research_lang_az:before{background-position:0 -165px}li#sq_research_lang_be:before{background-position:0 -209px}li#sq_research_lang_bi:before{background-position:0 -253px}li#sq_research_lang_bg:before{background-position:0 -230px}li#sq_research_lang_com_br:before{background-position:0 -330px}li#sq_research_lang_ca:before{background-position:0 -407px}li#sq_research_lang_cd:before{background-position:0 -451px}li#sq_research_lang_cg:before{background-position:0 -429px}li#sq_research_lang_ch:before{background-position:0 -462px}li#sq_research_lang_ci:before{background-position:0 -473px}li#sq_research_lang_cl:before{background-position:0 -495px}li#sq_research_lang_com_co:before{background-position:0 -528px}li#sq_research_lang_co_cr:before{background-position:0 -539px}li#sq_research_lang_com:before{background-position:0 -2784px}li#sq_research_lang_com_cu:before{background-position:0 -550px}li#sq_research_lang_cz:before{background-position:0 -605px}li#sq_research_lang_de:before{background-position:0 -616px}li#sq_research_lang_dj:before{background-position:0 -627px}li#sq_research_lang_dk:before{background-position:0 -638px}li#sq_research_lang_com_do:before{background-position:0 -660px}li#sq_research_lang_com_ec:before{background-position:0 -682px}li#sq_research_lang_ee:before{background-position:0 -693px}li#sq_research_lang_es:before{background-position:0 -737px}li#sq_research_lang_fm:before{background-position:0 -792px}li#sq_research_lang_fi:before{background-position:0 -759px}li#sq_research_lang_com_fj:before{background-position:0 -781px}li#sq_research_lang_fr:before{background-position:0 -814px}li#sq_research_lang_ge:before{background-position:0 -858px}li#sq_research_lang_gg:before{background-position:0 -880px}li#sq_research_lang_com_gi:before{background-position:0 -903px}li#sq_research_lang_gl:before{background-position:0 -913px}li#sq_research_lang_gm:before{background-position:0 -924px}li#sq_research_lang_com_gr:before{background-position:0 -968px}li#sq_research_lang_com_hk:before{background-position:0 -1034px}li#sq_research_lang_hn:before{background-position:0 -1056px}li#sq_research_lang_co_hu:before{background-position:0 -1089px}li#sq_research_lang_ie:before{background-position:0 -1111px}li#sq_research_lang_co_id:before{background-position:0 -1100px}li#sq_research_lang_co_il:before{background-position:0 -1122px}li#sq_research_lang_co_im:before{background-position:0 -1133px}li#sq_research_lang_co_in:before{background-position:0 -1144px}li#sq_research_lang_co_in:before{background-position:0 -1144px}li#sq_research_lang_it:before{background-position:0 -1199px}li#sq_research_lang_com_je:before{background-position:0 -1221px}li#sq_research_lang_co_jp:before{background-position:0 -1243px}li#sq_research_lang_co_kr:before{background-position:0 -1331px}li#sq_research_lang_kz:before{background-position:0 -1364px}li#sq_research_lang_lk:before{background-position:0 -1419px}li#sq_research_lang_lv:before{background-position:0 -1474px}li#sq_research_lang_co_ls:before{background-position:0 -1441px}li#sq_research_lang_li:before{background-position:0 -1408px}li#sq_research_lang_lt:before{background-position:0 -1452px}li#sq_research_lang_lu:before{background-position:0 -1463px}li#sq_research_lang_com_mx:before{background-position:0 -1716px}li#sq_research_lang_mw:before{background-position:0 -1705px}li#sq_research_lang_com_my:before{background-position:0 -1727px}li#sq_research_lang_com_mt:before{background-position:0 -1672px}li#sq_research_lang_ms:before{background-position:0 -1661px}li#sq_research_lang_mu:before{background-position:0 -1683px}li#sq_research_lang_com_na:before{background-position:0 -1749px}li#sq_research_lang_com_ni:before{background-position:0 -1804px}li#sq_research_lang_com_nf:before{background-position:0 -1782px}li#sq_research_lang_com_np:before{background-position:0 -1837px}li#sq_research_lang_nl:before{background-position:0 -1815px}li#sq_research_lang_no:before{background-position:0 -1826px}li#sq_research_lang_co_nz:before{background-position:0 -1870px}li#sq_research_lang_com_pa:before{background-position:0 -1892px}li#sq_research_lang_com_pe:before{background-position:0 -1903px}li#sq_research_lang_com_ph:before{background-position:0 -1936px}li#sq_research_lang_com_pk:before{background-position:0 -1947px}li#sq_research_lang_pl:before{background-position:0 -1958px}li#sq_research_lang_pn:before{background-position:0 -1980px}li#sq_research_lang_pt:before{background-position:0 -2013px}li#sq_research_lang_com_py:before{background-position:0 -2035px}li#sq_research_lang_com_pr:before{background-position:0 -1991px}li#sq_research_lang_ro:before{background-position:0 -2068px}li#sq_research_lang_ru:before{background-position:0 -2090px}li#sq_research_lang_rw:before{background-position:0 -2101px}li#sq_research_lang_com_sa:before{background-position:0 -2113px}li#sq_research_lang_se:before{background-position:0 -2156px}li#sq_research_lang_com_sg:before{background-position:0 -2167px}li#sq_research_lang_sk:before{background-position:0 -2189px}li#sq_research_lang_sh:before{background-position:0 -2178px}li#sq_research_lang_sm:before{background-position:0 -2233px}li#sq_research_lang_com_sv:before{background-position:0 -2288px}li#sq_research_lang_td:before{background-position:0 -2343px}li#sq_research_lang_co_th:before{background-position:0 -2376px}li#sq_research_lang_com_tr:before{background-position:0 -2453px}li#sq_research_lang_tt:before{background-position:0 -2464px}li#sq_research_lang_com_tw:before{background-position:0 -2486px}li#sq_research_lang_com_ua:before{background-position:0 -2508px}li#sq_research_lang_co_uk:before{background-position:0 -836px}li#sq_research_lang_us:before{background-position:0 -2530px}li#sq_research_lang_com_uy:before{background-position:0 -2552px}li#sq_research_lang_uz:before{background-position:0 -2563px}li#sq_research_lang_co_ve:before{background-position:0 -2596px}li#sq_research_lang_vg:before{background-position:0 -2607px}li#sq_research_lang_com_vn:before{background-position:0 -2629px}li#sq_research_lang_vu:before{background-position:0 -2640px}li#sq_research_lang_co_za:before{background-position:0 -2695px}
|
1 |
+
.sq_beta{display:none !important}.sq_limit_exceeded{clear:both !important;margin:0 auto;text-align:center}.sq_limit_exceeded a{text-decoration:none;display:block;width:200px;clear:both;background-color:#1cab09;font-size:15px;font-weight:bold;color:white;margin:10px auto 0 auto;padding:11px;position:relative;text-shadow:1px 1px #555;cursor:pointer}.sq_notice.sq_fixed{position:fixed;z-index:10000}.sq_notice{top:28px;text-align:center;width:100%}.sq_notice.sq_notice>div{display:block;margin:0 !important;width:100% !important;line-height:40px;background-color:lightgoldenrodyellow}.sq_notice.sq_notice>div.sq_success{background-color:#20bc49}#sq_research:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0;opacity:.3}#sq_research:hover:before{opacity:.8}#sq_research{position:relative;padding:0;margin:15px 0;background-color:#fcfcfc;min-width:460px;box-shadow:0 1px 2px -1px #444;-moz-box-shadow:0 1px 2px -1px #444;-webkit-box-shadow:0 1px 2px -1px #444}.sq_arrow_down{background:transparent url('../img/sprite.png?rev=1') no-repeat -221px -50px !important}.sq_arrow_up{float:right;width:35px;height:20px;margin-top:14px;margin-right:10px;background:transparent url('../img/sprite.png?rev=1') no-repeat -262px -50px;cursor:pointer}#sq_research #sq_research_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#999;border-bottom:1px dashed #d1d1d1;margin:0 0 10px 0;padding:10px 0 20px 10px;height:16px}#sq_research:hover #sq_research_title{color:#444}#sq_research #sq_research_body{display:block;font-size:12px;color:#333;line-height:16px;text-align:left;padding:10px 0 2px 10px}#sq_research .sq_keywords_research_add{background-color:transparent;color:#589ee4;font-size:12px;font-weight:bold;text-shadow:1px 1px white;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:5px 6px;margin-left:0;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_submit{background-color:#589ee4;color:white;font-size:12px;font-weight:bold;text-shadow:1px 1px #333;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:5px 6px;margin-left:10px;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_clear{background-color:transparent;color:#589ee4;font-size:11px;font-weight:bold;text-shadow:1px 1px white;box-shadow:1px 1px 0 0 white;border:1px solid #589ee4;padding:4px 5px;margin-left:15px;margin-top:0;cursor:pointer}#sq_research .sq_keywords_research_export,#sq_research .sq_keywords_research_export_xls{display:none;background-color:#ece8d2;color:#ae6e1c;font-size:11px;font-weight:600;text-shadow:1px 1px #fff;box-shadow:1px 1px 0 0 white;border:1px solid #d1a25e;padding:6px 10px;margin-right:21px;margin-top:2px;cursor:pointer;float:right}#sq_research .sq_keywords_research_export_xls{margin-right:5px}#sq_research .sq_research_addbriefcase{display:block;padding:7px 7px;margin:2px 0;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#d86525;text-shadow:1px 1px #777;border:0;border-top:1px solid white}#sq_research .sq_research_selectit{padding:7px 11px;font-size:12px;font-weight:500;color:white;cursor:pointer;background-color:#589ee4;text-shadow:1px 1px #777;border:0}#sq_research .sq_keywords_research_clear{float:right;margin-right:10px;margin-top:2px;line-height:16px}#sq_research .sq_keyword_research{float:left;width:390px;margin-top:2px;line-height:24px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;padding:5px;font-size:14px;font-weight:bold;color:#15b14a}#sq_research_body #sq_keywords_research{display:table;width:100%}#sq_research_body #sq_keywords_research>li{display:table;width:100%;border-bottom:1px solid #dedede;padding-bottom:13px;margin-bottom:10px}#sq_research_body .sq_searching,#sq_research_body .sq_minloading{clear:both;width:96% !important;height:10px;margin-top:10px;background-color:#eee}#sq_research_body .sq_searching .sq_progress{width:1%;height:16px;font-size:9px;color:white;padding-left:5px;text-shadow:1px 1px #333;background-color:green}#sq_research_body #sq_keywords_research>li>div{float:left}#sq_research_body #sq_keywords_research>li>div:first-child{margin-top:7px;margin-right:5px;font-size:17px;font-weight:500;line-height:26px;color:#999}#sq_research_body ul.sq_progressbar li{float:left;padding:0 2px}#sq_research_body input[type=text]{float:left;width:350px;padding:10px 5px;font-size:14px;font-weight:bold;color:#333;background-color:#e2ffd6}#sq_research_body input[type=text]::-moz-placeholder,#sq_research_body input[type=text]::-webkit-input-placeholder,#sq_research_body input[type=text]:-ms-input-placeholder{color:#d1d1d1}#sq_research_body .sq_research_selectit{float:left}#sq_research_body .sq_keywords_info{margin-left:10px;display:table;width:230px}#sq_research_body .sq_addkeyword_close{font-size:15px;display:inline-block;padding:12px;cursor:pointer}#sq_research_body #sq_research_help{clear:both}#sq_research #sq_research_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-3px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}#sq_research_body .sq_top_keywords{clear:both !important;float:none !important;width:calc(100% - 40px) !important;margin:0 auto !important;padding-top:15px}#sq_research_body .sq_top_keywords table{border-collapse:collapse}#sq_research_body .sq_top_keywords>table{position:relative;background-color:#f7f7f7;width:100%}#sq_research_body .sq_top_keywords>table{border:1px solid #eee}#sq_research_body .sq_top_keywords>table>tbody>tr{background-color:#fff}#sq_research_body .sq_top_keywords>table>tr>th,#sq_research_body .sq_top_keywords>table>tbody>tr>th,#sq_research_body .sq_top_keywords>table>tr>td,#sq_research_body .sq_top_keywords>table>tbody>tr>td{border:1px dashed #f1f1f1;padding:3px 10px;color:#414141;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1.4em;max-width:350px;white-space:normal;overflow:hidden;text-overflow:ellipsis}#sq_research_body .sq_top_keywords>table>tr>th{text-align:center;font-weight:bold;color:#ccc}#sq_research_body .sq_top_keywords_rank{font-size:14px;font-weight:bold;margin-left:5px}#sq_research_body .sq_top_keywords_rank strong{font-family:'Megalopolis',Arial,Helvetica,sans-serif;font-size:14px;margin:0 5px;border:1px solid red;background-color:white;border-radius:50px;-webkit-border-radius:50px;-moz-border-radius:50px;padding:3px 7px;text-shadow:1px 1px white;color:red;text-align:center}#sq_research_body .sq_research_showinfo:hover{background-position:0 -71px}#sq_research_body .sq_top_keywords_info{padding:5px}#sq_research_body .sq_to_keywords_info table{margin:0 auto}#sq_research_body .sq_top_keywords_info td{border-bottom:1px dashed #d8d8d8;padding:4px 10px;color:#414141;text-align:left;font-size:12px}#sq_research_body .sq_top_keywords_info td .sq_top_keywords_rank{font-size:12px;font-weight:normal}#sq_research_body .sq_input_noback{background:transparent;border:0}ul.sq_research_lang,ul.sq_research_complexity{position:absolute;background-color:#fcfcfc;border:0;font-size:13px;display:block;top:17px;right:100px;width:135px;height:27px;margin:0;padding:0;overflow:hidden;max-height:300px}ul.sq_research_complexity{right:242px;width:140px}ul.sq_research_lang:hover,ul.sq_research_complexity:hover{box-shadow:0 0 10px 0 #333;height:auto;overflow-y:auto;z-index:9999}ul.sq_research_lang>li:before{display:inline-block;content:" ";background:transparent url('../img/flags.png') no-repeat 0 -2541px;border:1px solid white;width:16px;height:11px;cursor:pointer;margin:0 5px -2px 0;padding:0}ul.sq_research_lang>li,ul.sq_research_complexity>li{margin:0 0 5px 0;padding:0 2px;line-height:24px;cursor:pointer}ul.sq_research_lang li.sq_research_first,ul.sq_research_complexity li.sq_complexity_first{border:1px solid #589ee4;color:#589ee4}ul.sq_research_lang li.selected,ul.sq_research_complexity li.selected{background-color:lightgray}li#sq_research_lang_us:before{background-position:0 -2541px}li#sq_research_lang_ae:before{background-position:0 -11px}li#sq_research_lang_off_ai:before{background-position:0 -286px}li#sq_research_lang_com_ag:before{background-position:0 -33px}li#sq_research_lang_com_ar:before{background-position:0 -99px}li#sq_research_lang_as:before{background-position:0 -110px}li#sq_research_lang_at:before{background-position:0 -121px}li#sq_research_lang_com_au:before{background-position:0 -132px}li#sq_research_lang_az:before{background-position:0 -165px}li#sq_research_lang_be:before{background-position:0 -209px}li#sq_research_lang_bi:before{background-position:0 -253px}li#sq_research_lang_bg:before{background-position:0 -230px}li#sq_research_lang_com_br:before{background-position:0 -330px}li#sq_research_lang_ca:before{background-position:0 -407px}li#sq_research_lang_cd:before{background-position:0 -451px}li#sq_research_lang_cg:before{background-position:0 -429px}li#sq_research_lang_ch:before{background-position:0 -462px}li#sq_research_lang_ci:before{background-position:0 -473px}li#sq_research_lang_cl:before{background-position:0 -495px}li#sq_research_lang_com_co:before{background-position:0 -528px}li#sq_research_lang_co_cr:before{background-position:0 -539px}li#sq_research_lang_com:before{background-position:0 -2784px}li#sq_research_lang_com_cu:before{background-position:0 -550px}li#sq_research_lang_cz:before{background-position:0 -605px}li#sq_research_lang_de:before{background-position:0 -616px}li#sq_research_lang_dj:before{background-position:0 -627px}li#sq_research_lang_dk:before{background-position:0 -638px}li#sq_research_lang_com_do:before{background-position:0 -660px}li#sq_research_lang_com_ec:before{background-position:0 -682px}li#sq_research_lang_ee:before{background-position:0 -693px}li#sq_research_lang_es:before{background-position:0 -737px}li#sq_research_lang_fm:before{background-position:0 -792px}li#sq_research_lang_fi:before{background-position:0 -759px}li#sq_research_lang_com_fj:before{background-position:0 -781px}li#sq_research_lang_fr:before{background-position:0 -814px}li#sq_research_lang_ge:before{background-position:0 -858px}li#sq_research_lang_gg:before{background-position:0 -880px}li#sq_research_lang_com_gi:before{background-position:0 -903px}li#sq_research_lang_gl:before{background-position:0 -913px}li#sq_research_lang_gm:before{background-position:0 -924px}li#sq_research_lang_com_gr:before{background-position:0 -968px}li#sq_research_lang_com_hk:before{background-position:0 -1034px}li#sq_research_lang_hn:before{background-position:0 -1056px}li#sq_research_lang_co_hu:before{background-position:0 -1089px}li#sq_research_lang_ie:before{background-position:0 -1111px}li#sq_research_lang_co_id:before{background-position:0 -1100px}li#sq_research_lang_co_il:before{background-position:0 -1122px}li#sq_research_lang_co_im:before{background-position:0 -1133px}li#sq_research_lang_co_in:before{background-position:0 -1144px}li#sq_research_lang_co_in:before{background-position:0 -1144px}li#sq_research_lang_it:before{background-position:0 -1199px}li#sq_research_lang_com_je:before{background-position:0 -1221px}li#sq_research_lang_co_jp:before{background-position:0 -1243px}li#sq_research_lang_co_kr:before{background-position:0 -1331px}li#sq_research_lang_kz:before{background-position:0 -1364px}li#sq_research_lang_lk:before{background-position:0 -1419px}li#sq_research_lang_lv:before{background-position:0 -1474px}li#sq_research_lang_co_ls:before{background-position:0 -1441px}li#sq_research_lang_li:before{background-position:0 -1408px}li#sq_research_lang_lt:before{background-position:0 -1452px}li#sq_research_lang_lu:before{background-position:0 -1463px}li#sq_research_lang_com_mx:before{background-position:0 -1716px}li#sq_research_lang_mw:before{background-position:0 -1705px}li#sq_research_lang_com_my:before{background-position:0 -1727px}li#sq_research_lang_com_mt:before{background-position:0 -1672px}li#sq_research_lang_ms:before{background-position:0 -1661px}li#sq_research_lang_mu:before{background-position:0 -1683px}li#sq_research_lang_com_na:before{background-position:0 -1749px}li#sq_research_lang_com_ni:before{background-position:0 -1804px}li#sq_research_lang_com_nf:before{background-position:0 -1782px}li#sq_research_lang_com_np:before{background-position:0 -1837px}li#sq_research_lang_nl:before{background-position:0 -1815px}li#sq_research_lang_com_ng:before{background-position:0 -1792px}li#sq_research_lang_no:before{background-position:0 -1826px}li#sq_research_lang_co_nz:before{background-position:0 -1870px}li#sq_research_lang_com_pa:before{background-position:0 -1892px}li#sq_research_lang_com_pe:before{background-position:0 -1903px}li#sq_research_lang_com_ph:before{background-position:0 -1936px}li#sq_research_lang_com_pk:before{background-position:0 -1947px}li#sq_research_lang_pl:before{background-position:0 -1958px}li#sq_research_lang_pn:before{background-position:0 -1980px}li#sq_research_lang_pt:before{background-position:0 -2013px}li#sq_research_lang_com_py:before{background-position:0 -2035px}li#sq_research_lang_com_pr:before{background-position:0 -1991px}li#sq_research_lang_ro:before{background-position:0 -2068px}li#sq_research_lang_ru:before{background-position:0 -2090px}li#sq_research_lang_rw:before{background-position:0 -2101px}li#sq_research_lang_com_sa:before{background-position:0 -2113px}li#sq_research_lang_se:before{background-position:0 -2156px}li#sq_research_lang_com_sg:before{background-position:0 -2167px}li#sq_research_lang_sk:before{background-position:0 -2189px}li#sq_research_lang_sh:before{background-position:0 -2178px}li#sq_research_lang_sm:before{background-position:0 -2233px}li#sq_research_lang_com_sv:before{background-position:0 -2288px}li#sq_research_lang_td:before{background-position:0 -2343px}li#sq_research_lang_co_th:before{background-position:0 -2376px}li#sq_research_lang_com_tr:before{background-position:0 -2453px}li#sq_research_lang_tt:before{background-position:0 -2464px}li#sq_research_lang_com_tw:before{background-position:0 -2486px}li#sq_research_lang_com_ua:before{background-position:0 -2508px}li#sq_research_lang_co_uk:before{background-position:0 -836px}li#sq_research_lang_us:before{background-position:0 -2530px}li#sq_research_lang_com_uy:before{background-position:0 -2552px}li#sq_research_lang_uz:before{background-position:0 -2563px}li#sq_research_lang_co_ve:before{background-position:0 -2596px}li#sq_research_lang_vg:before{background-position:0 -2607px}li#sq_research_lang_com_vn:before{background-position:0 -2629px}li#sq_research_lang_vu:before{background-position:0 -2640px}li#sq_research_lang_co_za:before{background-position:0 -2695px}
|
view/css/blocksearch.css
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
/******************* FOR SEARCH *********************/
|
3 |
#sq_blocksearch input,
|
4 |
#sq_blocksearch textarea,
|
@@ -156,6 +155,7 @@
|
|
156 |
width: 26px;
|
157 |
height: 22px;
|
158 |
}
|
|
|
159 |
#postsquirrly .sq_briefcase_smallicon {
|
160 |
display: block;
|
161 |
float: left;
|
@@ -165,6 +165,7 @@
|
|
165 |
background: transparent url('../img/briefcase.png') no-repeat;
|
166 |
background-size: 100%;
|
167 |
}
|
|
|
168 |
#postsquirrly #sq_briefcase_analytics {
|
169 |
background-position: -434px -23px;
|
170 |
}
|
@@ -201,7 +202,7 @@
|
|
201 |
border-bottom: 1px solid #aaa;
|
202 |
}
|
203 |
|
204 |
-
#sq_blocksearch #sq_briefcase_bottom{
|
205 |
background-color: #f1f1f1;
|
206 |
height: 20px;
|
207 |
margin: 2px -1px 0 -1px;
|
@@ -283,6 +284,16 @@
|
|
283 |
vertical-align: top;
|
284 |
}
|
285 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_addbriefcase {
|
287 |
font-size: 10px;
|
288 |
position: absolute;
|
@@ -306,9 +317,11 @@
|
|
306 |
display: none;
|
307 |
z-index: 10;
|
308 |
}
|
|
|
309 |
#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_optimize {
|
310 |
display: block;
|
311 |
}
|
|
|
312 |
#sq_blocksearch #sq_briefcase_content .sq_briefcase_empty {
|
313 |
color: green;
|
314 |
font-weight: bold;
|
@@ -356,7 +369,7 @@
|
|
356 |
display: block;
|
357 |
}
|
358 |
|
359 |
-
#sq_blocksearch #sq_briefcase_topcontent > ul{
|
360 |
margin: 0;
|
361 |
}
|
362 |
|
@@ -395,7 +408,6 @@
|
|
395 |
display: none;
|
396 |
}
|
397 |
|
398 |
-
|
399 |
#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_optimize {
|
400 |
font-size: 10px;
|
401 |
position: absolute;
|
@@ -468,6 +480,40 @@
|
|
468 |
display: block;
|
469 |
}
|
470 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
471 |
|
472 |
/***************** FOR SEARCH TYPES ****************/
|
473 |
#sq_blocksearch #sq_types {
|
@@ -1478,18 +1524,18 @@
|
|
1478 |
/*********************************************************************/
|
1479 |
|
1480 |
/******************** NOTIFICATION BAR ***************************/
|
1481 |
-
.sq_notice.sq_fixed{
|
1482 |
position: fixed;
|
1483 |
z-index: 10000;
|
1484 |
}
|
1485 |
|
1486 |
-
.sq_notice{
|
1487 |
top: 28px;
|
1488 |
text-align: center;
|
1489 |
width: 100%;
|
1490 |
}
|
1491 |
|
1492 |
-
.sq_notice.sq_notice > div{
|
1493 |
display: block;
|
1494 |
margin: 0 !important;
|
1495 |
width: 100% !important;
|
@@ -1497,7 +1543,7 @@
|
|
1497 |
background-color: lightgoldenrodyellow;
|
1498 |
}
|
1499 |
|
1500 |
-
.sq_notice.sq_notice > div.sq_success{
|
1501 |
background-color: #20bc49;
|
1502 |
}
|
1503 |
|
|
|
1 |
/******************* FOR SEARCH *********************/
|
2 |
#sq_blocksearch input,
|
3 |
#sq_blocksearch textarea,
|
155 |
width: 26px;
|
156 |
height: 22px;
|
157 |
}
|
158 |
+
|
159 |
#postsquirrly .sq_briefcase_smallicon {
|
160 |
display: block;
|
161 |
float: left;
|
165 |
background: transparent url('../img/briefcase.png') no-repeat;
|
166 |
background-size: 100%;
|
167 |
}
|
168 |
+
|
169 |
#postsquirrly #sq_briefcase_analytics {
|
170 |
background-position: -434px -23px;
|
171 |
}
|
202 |
border-bottom: 1px solid #aaa;
|
203 |
}
|
204 |
|
205 |
+
#sq_blocksearch #sq_briefcase_bottom {
|
206 |
background-color: #f1f1f1;
|
207 |
height: 20px;
|
208 |
margin: 2px -1px 0 -1px;
|
284 |
vertical-align: top;
|
285 |
}
|
286 |
|
287 |
+
#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused li.sq_briefcase_item{
|
288 |
+
padding: 5px;
|
289 |
+
}
|
290 |
+
|
291 |
+
#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused li.sq_briefcase_item .sq_briefcase_value {
|
292 |
+
padding: 0;
|
293 |
+
display: block;
|
294 |
+
clear: left;
|
295 |
+
}
|
296 |
+
|
297 |
#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_addbriefcase {
|
298 |
font-size: 10px;
|
299 |
position: absolute;
|
317 |
display: none;
|
318 |
z-index: 10;
|
319 |
}
|
320 |
+
|
321 |
#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_optimize {
|
322 |
display: block;
|
323 |
}
|
324 |
+
|
325 |
#sq_blocksearch #sq_briefcase_content .sq_briefcase_empty {
|
326 |
color: green;
|
327 |
font-weight: bold;
|
369 |
display: block;
|
370 |
}
|
371 |
|
372 |
+
#sq_blocksearch #sq_briefcase_topcontent > ul {
|
373 |
margin: 0;
|
374 |
}
|
375 |
|
408 |
display: none;
|
409 |
}
|
410 |
|
|
|
411 |
#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_optimize {
|
412 |
font-size: 10px;
|
413 |
position: absolute;
|
480 |
display: block;
|
481 |
}
|
482 |
|
483 |
+
#sq_blocksearch .sq_briefcase_item .sq_briefcase_item_circle {
|
484 |
+
display: block;
|
485 |
+
float: left;
|
486 |
+
width: 13px;
|
487 |
+
height: 3px;
|
488 |
+
margin: 0 2px 0 0;
|
489 |
+
}
|
490 |
+
|
491 |
+
#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle {
|
492 |
+
display: block;
|
493 |
+
float: left;
|
494 |
+
width: 20px;
|
495 |
+
height: 10px;
|
496 |
+
margin: 5px 3px 0 3px;
|
497 |
+
cursor: pointer;
|
498 |
+
}
|
499 |
+
|
500 |
+
#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle:before{
|
501 |
+
content: " ";
|
502 |
+
display: block;
|
503 |
+
height: 100%;
|
504 |
+
width: 100%;
|
505 |
+
margin: -2px 0 2px 0;
|
506 |
+
}
|
507 |
+
#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle.sq_active:before{
|
508 |
+
display: block;
|
509 |
+
font-size: 11px;
|
510 |
+
line-height: 14px;
|
511 |
+
text-align: center;
|
512 |
+
margin: -2px 0 2px 0;
|
513 |
+
content: "\f00c";
|
514 |
+
color: #fff;
|
515 |
+
text-shadow: 1px 0 #555;
|
516 |
+
}
|
517 |
|
518 |
/***************** FOR SEARCH TYPES ****************/
|
519 |
#sq_blocksearch #sq_types {
|
1524 |
/*********************************************************************/
|
1525 |
|
1526 |
/******************** NOTIFICATION BAR ***************************/
|
1527 |
+
.sq_notice.sq_fixed {
|
1528 |
position: fixed;
|
1529 |
z-index: 10000;
|
1530 |
}
|
1531 |
|
1532 |
+
.sq_notice {
|
1533 |
top: 28px;
|
1534 |
text-align: center;
|
1535 |
width: 100%;
|
1536 |
}
|
1537 |
|
1538 |
+
.sq_notice.sq_notice > div {
|
1539 |
display: block;
|
1540 |
margin: 0 !important;
|
1541 |
width: 100% !important;
|
1543 |
background-color: lightgoldenrodyellow;
|
1544 |
}
|
1545 |
|
1546 |
+
.sq_notice.sq_notice > div.sq_success {
|
1547 |
background-color: #20bc49;
|
1548 |
}
|
1549 |
|
view/css/blocksearch.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
#sq_blocksearch input,#sq_blocksearch textarea,#sq_blocksearch{font-family:Arial,Helvetica,sans-serif}#sq_tinymce_inactive{padding:20px !important;font-size:16px}#sq_blocksearch ::-webkit-scrollbar{width:18px;height:15px}#sq_blocksearch ::-webkit-scrollbar-button:start:decrement,#sq_blocksearch ::-webkit-scrollbar-button:end:increment{height:1px;display:block;background-color:#eff7ff}#sq_blocksearch ::-webkit-scrollbar-track{border-left:6px solid transparent;border-right:1px solid transparent;background-clip:padding-box}#sq_blocksearch ::-webkit-scrollbar-thumb:vertical{min-height:28px;padding-top:100px;border-left:6px solid transparent;border-right:1px solid transparent;border-top:0 solid transparent;border-bottom:0 solid transparent;background-clip:padding-box;background-color:rgba(0,0,0,0.2);-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07)}#sq_search_second{text-align:center}#sq_blocksearch .sq_keyword{background-color:#8684a4;position:relative;text-align:center;height:auto;width:100%;z-index:1001}#sq_blocksearch .sq_keyword #sq_keyword_help{position:absolute;background-color:brown;font-size:24px;font-weight:bold;color:white;top:-24px;left:-238px;width:204px;height:auto;padding:20px 10px;line-height:22px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;box-shadow:0 0 9px 0 #000;-moz-box-shadow:0 0 9px 0 #000;-webkit-box-shadow:0 0 9px 0 #000}#sq_blocksearch .sq_keyword #sq_keyword_help span{position:absolute;right:-25px;top:34px;width:0;height:0;border-top:13px solid transparent;border-bottom:9px solid transparent;border-left:25px solid brown}#sq_blocksearch .sq_keyword #sq_keyword_help p{line-height:13px;margin-top:5px;font-size:11px;color:#d1d1d1}#sq_blocksearch #sq_keyword,#sq_blocksearch #sq_keyword_second{display:inline-block;margin:16px 2px;width:85%;line-height:26px;height:30px;padding:0 5px;font-size:15px;font-weight:bold;background-color:#f9f9f9;color:#15b14a}#sq_blocksearch #sq_keyword_check,#sq_blocksearch #sq_keyword_second_check{display:inline-block;line-height:26px;width:26px;height:28px;background-color:#589ee4;font-size:15px;font-weight:bold;color:white;margin:0;padding:0;border:1px solid white;cursor:pointer}#sq_blocksearch .sq_search_notrelevant{line-height:30px;width:125px}.sq_search>a{display:block;width:100%;text-align:center;margin:4px auto 0 auto;padding:0;text-decoration:underline;font-size:14px;color:#21759b}#postsquirrly #sq_briefcase_icon,#postsquirrly #sq_briefcase_analytics,#postsquirrly #sq_briefcase_help{float:right;background:transparent url(../img/sprite.png) no-repeat -432px -50px;margin:0;cursor:pointer;font-weight:bold;color:brown;width:26px;height:22px}#postsquirrly .sq_briefcase_smallicon{display:block;float:left;margin:1px 7px 0 0;height:20px;width:20px;background:transparent url('../img/briefcase.png') no-repeat;background-size:100%}#postsquirrly #sq_briefcase_analytics{background-position:-434px -23px}#postsquirrly #sq_briefcase_help{background-position:-28px -50px}#postsquirrly #sq_briefcase_refresh{float:right;background:transparent url(../img/sprite.png) no-repeat -435px -74px;width:22px;height:22px;line-height:22px;text-align:center;font-size:12px;font-weight:bold;color:white;margin:-1px 0 0 4px;padding:0;border:0;cursor:pointer}#sq_blocksearch #sq_briefcase_list{clear:both;display:table;position:relative;background-color:white;width:100% !important;min-height:75px;padding:0 !important;margin:0 !important;border-bottom:1px solid #aaa}#sq_blocksearch #sq_briefcase_bottom{background-color:#f1f1f1;height:20px;margin:2px -1px 0 -1px;border-top:1px solid #ddd}#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword{display:inline-block;margin:2px 4px 0 4px;width:97%;line-height:26px;height:30px;padding:0 5px;font-size:13px;font-weight:normal;background-color:#e2ffd6;color:#333}#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword_check{display:inline-block;line-height:26px;width:26px;height:28px;background-color:#589ee4;font-size:15px;font-weight:bold;color:white;margin:0;padding:0;border:1px solid white;cursor:pointer}#sq_blocksearch #sq_briefcase_content ul{overflow-y:auto;margin:5px 0 2px 0}#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused{max-height:150px}#sq_blocksearch #sq_briefcase_content.sq_error{margin:15px 0 !important}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item{position:relative;color:#4f1440;padding:0;text-align:left;font-size:13px;margin:0 0 0 1px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_item_percent{width:11%;display:inline-block;padding:5px 2px 0 2px;text-align:right;font-weight:bold;cursor:pointer}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value{cursor:pointer}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_value{width:70%;max-width:245px;display:inline-block;padding:5px;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;vertical-align:top}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_addbriefcase{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_optimize{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_optimize{display:block}#sq_blocksearch #sq_briefcase_content .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_addbriefcase{display:block}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value{width:75%;max-width:190px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_separator{height:3px;background-color:white;box-shadow:0 1px 4px -1px #333}#sq_blocksearch #sq_briefcase_content li .sq_briefcase_item_delete{display:none;float:right;font-family:Arial,sans-serif;right:3px;font-size:13px;font-weight:bold;color:#999;height:20px;width:10px;text-align:center;padding:5px 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover{background-color:#e2ffd6}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_item_delete{display:block}#sq_blocksearch #sq_briefcase_topcontent>ul{margin:0}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item{position:relative;color:#4f1440;padding:0 0 5px 0;text-align:left;font-size:13px;margin:0 0 0 1px;line-height:20px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_item_percent{width:11%;display:inline-block;padding:5px 2px 0 2px;text-align:right;font-weight:bold;cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value{cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_addbriefcase{display:none}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_optimize{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px;margin:auto;cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_optimize{display:block}#sq_blocksearch #sq_briefcase_topcontent #sq_briefcase_keyword{display:inline-block;margin:0 4px 0 4px;width:97%;line-height:26px;height:30px;padding:0 5px;font-size:13px;font-weight:normal;background-color:#e2ffd6;color:#333}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value{width:75%;max-width:190px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_separator{display:none}#sq_blocksearch #sq_briefcase_topcontent li .sq_briefcase_item_delete{display:none;float:right;font-family:Arial,sans-serif;right:3px;font-size:13px;font-weight:bold;color:#999;height:20px;width:10px;text-align:center;padding:5px 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover{background-color:#e2ffd6}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_item_delete{display:block}#sq_blocksearch #sq_types{display:none;height:26px;padding:5px 0;background-color:#fcfcfc;box-shadow:0 1px 3px -2px #888;-moz-box-shadow:0 1px 3px -2px #888;-webkit-box-shadow:0 1px 3px -2px #888}#sq_blocksearch #sq_types ul{margin:0}#sq_blocksearch #sq_types ul li{float:left;background:transparent url('../img/sprite.png') no-repeat;margin:0 0 0 17px;cursor:pointer;font-weight:bold;color:brown;width:26px;height:25px}#sq_blocksearch #sq_types #sq_type_img{background-position:0 0}#sq_blocksearch #sq_types #sq_type_twitter{background-position:-27px 0}#sq_blocksearch #sq_types #sq_type_news{background-position:-137px 0}#sq_blocksearch #sq_types #sq_type_blog{background-position:-54px 0}#sq_blocksearch #sq_types #sq_type_wiki{background-position:-84px 0}#sq_blocksearch #sq_types #sq_type_local{background-position:-164px 0}#sq_blocksearch #sq_types #sq_type_img:hover{background-position:0 -25px}#sq_blocksearch #sq_types #sq_type_twitter:hover{background-position:-27px -25px}#sq_blocksearch #sq_types #sq_type_news:hover{background-position:-137px -24px}#sq_blocksearch #sq_types #sq_type_blog:hover{background-position:-54px -25px}#sq_blocksearch #sq_types #sq_type_wiki:hover{background-position:-84px -25px}#sq_blocksearch #sq_types #sq_type_local:hover{background-position:-164px -25px}#sq_blocksearch .sq_search{display:block;overflow-y:auto;max-height:310px;overflow-x:hidden;padding:0 !important;margin:0 !important;width:100% !important;clear:both}#sq_blocksearch .sq_search ul{padding:0 0 0 4px;margin:0;list-style:none;clear:both}#sq_blocksearch .sq_search ul li.sq_search_li{display:block;width:95%;font-size:12px;font-weight:normal;padding:5px 5px;margin:7px auto;background-color:#FFF;border:1px solid #DDD;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;box-shadow:0 1px 0 #a8a8a8;-webkit-box-shadow:0 1px 0 #a8a8a8;-moz-box-shadow:0 1px 0 #a8a8a8}#sq_blocksearch .sq_search .sq_attribution{clear:both;margin:0;text-shadow:1px 1px white;height:25px}#sq_blocksearch .sq_search ul li.sq_search_li:hover .sq_attribution>ul{display:block}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul{display:none;background-color:#f1f1f1;height:17px;padding:2px 2px;margin:0;text-align:center;text-shadow:1px 1px white}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul>li{font-size:11px;font-family:"Lucida Grande",Arial,Helvetica,sans-serif;font-weight:normal;color:brown;float:left;width:66px;margin-right:5px;padding-right:5px;border-right:1px solid #CCC;cursor:pointer}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul>li:last-child{border-right:0 !important}#sq_blocksearch .sq_search ul .sq_info{clear:both;font-size:10px;font-family:"Lucida Grande",Arial,Helvetica,sans-serif;color:#AAA;padding:3px 0 0;float:right}#sq_blocksearch .sq_search .sq_info ul li{float:left;margin-right:5px;padding-right:5px;border-right:1px solid #CCC}#sq_blocksearch .sq_search .sq_info ul li:last-child{border-right-width:0 !important}#sq_blocksearch .sq_search ul li.sq_search_img_li{position:relative;float:left;background-color:white;width:54px;height:54px;padding:2px;margin:0 3px 6px 0;border:1px solid #BBB;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 0 4px #CCC;-moz-box-shadow:0 0 4px #CCC;-webkit-box-shadow:0 0 4px #CCC;transition-property:border-color;transition-duration:.33s;-moz-transition-property:border-color;-moz-transition-duration:.33s;-webkit-transition-property:border-color;-webkit-transition-duration:.33s;cursor:pointer}#sq_blocksearch .sq_search ul li.sq_search_img_li:hover{border-color:#333}#sq_blocksearch .sq_search ul li.sq_search_img_li>img{clip:rect(7px,75px,63px,19px);position:absolute;margin-top:-8px;margin-left:-20px;max-height:75px}#sq_blocksearch #sq_search_img_filter{width:100%;background-color:#fcfcfc;height:22px;text-align:center;padding:4px 0;border-top:1px solid #ccc}#sq_blocksearch #sq_search_img_filter label#sq_search_img_nolicence_label{position:relative;font-size:13px;color:#333;text-shadow:1px 1px white}#sq_blocksearch #sq_search_img_filter label span{position:absolute;display:block;width:28px;height:25px;left:-29px;top:-4px;background:transparent url('../img/sprite.png') no-repeat -166px -47px}#sq_blocksearch #sq_search_img_filter label.checked span{background-position:-190px -47px}.sq_zoomImg_img{width:auto;height:54px}.sq_zoomImg{position:absolute;visibility:visible}.sq_zoomImg_Inner{background-color:#fff;border:1px solid #d9d9d9;-moz-box-shadow:0 4px 16px rgba(0,0,0,0.2);-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.2);box-shadow:0 4px 16px rgba(0,0,0,0.2);color:#555;padding:5px;position:relative}.sq_zoomImg_frame img{border:1px solid #d9d9d9;display:block;margin:auto;max-width:115px;max-height:115px}#sq_blocksearch .sq_search li.sq_search_img_li .sq_attribute{position:absolute;font-family:Arial,sans-serif;font-size:8px;color:#999;bottom:-3px;right:-3px;background:white;border:grey;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;z-index:1;padding:0 5px}#sq_blocksearch .sq_search ul li.search_category{clear:both;font-size:14px;color:#464646;width:100%;height:16px;border:0}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_avatar{float:left;width:36px;height:36px;margin:3px 10px 0 0}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_content{font-size:10px;margin-left:46px}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_author{color:#555;font-size:12px;line-height:15px}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_name{line-height:17px;margin-right:5px;color:#555;font-size:12px;font-weight:normal;text-align:left}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_text{margin-left:0}#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_text{font-size:12px;color:#333;line-height:15px;text-align:left}#sq_blog_preview{position:relative;border:1px solid #e5e5e5;padding:0;margin-bottom:15px;background-color:#fcfcfc}#sq_blog_preview:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -361px;width:100%;height:5px;border-radius:2px 2px 0 0;opacity:.3}#sq_blog_preview #sq_blog_preview_partner{position:absolute;top:15px;right:20px}#sq_blog_preview #sq_blog_preview_partner a{background-color:#333;text-decoration:none;color:white;font-size:22px;font-weight:bold;margin-left:5px;padding:0 3px;border:1px solid #333}#sq_blog_preview #sq_blog_preview_title{display:block;font-size:18px;font-weight:normal;line-height:30px;color:#333;border-bottom:1px dashed #d1d1d1;margin:0 0 10px 0;padding:10px 0 20px 10px}#sq_blog_preview #sq_blog_preview_body{display:block;font-size:12px;color:#333;line-height:16px;text-align:left;padding:0 0 0 10px;max-height:300px;overflow-y:auto;overflow-x:hidden}#sq_blog_preview #sq_blog_preview_body p{position:relative;background-color:transparent;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;line-height:24px;padding:0;margin:0 0 16px 0;text-align:left;white-space:normal;color:#333}#sq_blog_preview #sq_blog_preview_body .sq_mark{background-color:#ffed5f;color:black;padding:0 3px 0;font-size:14px;line-height:20px;box-shadow:0 0 5px #fff6ac;-moz-box-shadow:0 0 5px #fff6ac;-webkit-box-shadow:0 0 5px #fff6ac}#sq_blog_preview #sq_blog_preview_body .sq_blog_option{position:absolute;display:none;background-color:#f5f5f5;font-size:11px;color:red;bottom:0;right:5px;cursor:pointer;z-index:1}#sq_blog_preview #sq_blog_preview_body p:hover{background-color:#f5f5f5}#sq_blog_preview #sq_blog_preview_body p:hover .sq_blog_option{display:block;-webkit-animation:fadeIn .3s;-moz-animation:fadeIn .3s;animation:fadeIn .3s}#sq_blocksearch{position:relative}#sq_blocksearch .sq_search ul li.sq_search_wiki_li .sq_wiki_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch .sq_search ul li.sq_search_local_li .sq_local_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch #sq_suggestion,#sq_blocksearch #sq_suggestion_help{clear:both;display:table;position:relative;background-color:white;width:100% !important;height:75px;padding:10px 0 10px 0 !important;margin:0 0 5px 0 !important}#sq_blocksearch .sq_gsuggestion_height{height:175px !important}#sq_blocksearch #sq_suggestion .sq_gsuggestion{margin:0;padding:0}#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_gsuggestion{clear:both;float:none;height:auto;line-height:13px;font-size:12px;font-weight:bold;color:#2c6e2c;text-align:left;cursor:pointer;margin:0;padding:6px 12px}#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_active{background-color:#f1f1f1}#sq_blocksearch #sq_suggestion ul li{height:20px;font-size:13px;float:left;text-align:center}#sq_blocksearch #sq_suggestion input#sq_selectit{width:200px;background-color:#589ee4;font-size:12px;font-weight:bold;line-height:19px;color:white;margin:10px auto 0 auto;padding:5px;position:relative;text-shadow:1px 1px #555;cursor:pointer;border:0}#sq_blocksearch #sq_suggestion ul li span{display:inline-block;height:20px;font-weight:bold;margin-left:5px}#sq_blocksearch #sq_suggestion_help{height:60px}#sq_blocksearch #sq_suggestion_help ul li{height:20px;text-align:center;color:darkGreen;font-size:14px;font-weight:bold}#sq_blocksearch #sq_suggestion_help ul li.sq_research_link,#sq_suggestion .sq_research_link{font-size:13px;font-weight:bold;color:#21759b;margin-top:10px;text-align:center;cursor:pointer;text-decoration:none}#sq_blocksearch .sq_keyword #sq_suggestion_rank{margin-top:-5px}#sq_blocksearch #sq_suggestion ul.sq_progressbar{height:15px;line-height:18px;padding:0;margin:0 auto;width:250px}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(1n){width:50px;text-align:right;color:red}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(2n){width:132px}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(3n){width:50px;text-align:left;color:darkgreen}#sq_blocksearch #sq_suggestion ul.sq_smalldetails{clear:both;width:220px;margin:0 auto 10px auto}#sq_blocksearch #sq_suggestion ul.sq_smalldetails li{height:15px;font-size:10px;color:gray;margin:0 4px;padding:0;float:none}#sq_blocksearch #sq_suggestion div.sq_smalldetails{width:240px;margin:0 auto;font-size:11px;font-weight:bold;color:brown;text-align:center}#sq_blocksearch #sq_suggestion .sq_keywords_info{display:table;width:230px}#sq_blocksearch #sq_suggestion .sq_keywords_info{clear:both;width:190px;z-index:1;background-color:#f7f7f7;border:1px solid #CCC;padding:5px;margin:0 auto;text-align:center;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px}#sq_blocksearch #sq_suggestion .sq_keywords_info table{margin:0 auto}#sq_blocksearch #sq_suggestion .sq_keywords_info td{border-bottom:1px dashed #d8d8d8;padding:4px 10px;color:#414141;font-family:Arial,Helvetica,sans-serif;font-size:12px;text-align:left;line-height:1.4em}#sq_blocksearch #sq_search_close,#sq_blog_preview #sq_blog_preview_close{position:absolute;font-family:Arial,sans-serif;background-color:#8684a4;right:-6px;top:-3px;font-size:12px;font-weight:bold;color:#fff;width:10px;line-height:16px;text-align:center;padding:0 4px 2px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}#sq_blocksearch #sq_suggestion_close,#sq_blocksearch #sq_briefcase_list_close{position:absolute;font-family:Arial,sans-serif;right:0;top:0;font-size:13px;font-weight:bold;color:#999;width:10px;line-height:16px;text-align:center;padding:0 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_search_close{top:-13px}#sq_blocksearch .sq_show_mgs{clear:both;display:block;padding:7px;margin-top:10px;border-top:1px dashed #d1d1d1}#sq_suggestion .sq_show_mgs{max-width:200px;margin:20px auto 0 auto;border-top:0}@-webkit-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-moz-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-ms-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-o-keyframes play{from{background-position:0 0}to{background-position:-400px}}@keyframes play{from{background-position:0 0}to{background-position:-400px}}#sq_blog_preview.sq_minloading,#sq_blocksearch .sq_minloading{position:relative;opacity:.5;min-height:40px}#sq_blog_preview.sq_minloading:before,#sq_blocksearch .sq_minloading:before{position:absolute;right:calc(50% - 10px);top:calc(50% - 8px);display:block;float:right;line-height:30px;content:"";padding:0;margin:0 0 0 5px;height:16px;width:20px;background:transparent url('../img/minloading.png') no-repeat;-webkit-animation:play 1s steps(10) infinite;-moz-animation:play 1s steps(10) infinite;-o-animation:play 1s steps(10) infinite;animation:play 1s steps(10) infinite}#sq_blocksearch .sq_more{clear:both;position:relative;width:100%;height:17px;text-align:center;padding:0;margin:0 0 5px 0}#sq_blocksearch .sq_more span{display:block;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:12px solid #589ee4;padding:0;margin:0 auto;cursor:pointer}#publishing-action{float:left !important;width:100%}#sq_publish_alert{text-align:left;font-size:12px;font-weight:bold;color:red;text-shadow:1px 1px white;margin:0 0 5px 0;padding:0}#sq_publish_alert #sq_publish_alert_yes{display:block;float:left;clear:both;margin:2px 0 0 8px;padding:0 35px;line-height:29px;font-size:14px;font-weight:bold;color:white;cursor:pointer;background-color:#589ee4;text-shadow:1px 1px #777;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#sq_publish_alert #sq_publish_alert_yes:hover{background-color:#4f8dca}#sq_subscription{font-size:13px;font-weight:bold;color:red;padding:0 !important;text-align:center;width:275px;margin:0 auto 15px auto;background-color:#fff;box-shadow:0 0 6px 0 #888;-moz-box-shadow:0 0 6px 0 #888;-webkit-box-shadow:0 0 6px 0 #888}#sq_subscription .sq_renew{padding:10px;line-height:20px}#sq_subscription .sq_renew a{display:block;font-size:16px;background-color:#589ee4;color:white;font-weight:bold;margin:10px;padding:6px;text-decoration:none;border-radius:7px}#sq_subscription>a{display:block;margin:0;padding:0;height:300px}#sq_options_feedback .sq_options_feedback_popup li{clear:both}#sq_facebook_b{padding:6px 0;clear:both}#sq_facebook_b>span{display:block;float:left;font-weight:bold;color:darkgreen}#sq_facebook_b .sq_facebook_title{width:100%;font-size:16px;text-align:center;margin:5px auto}#sq_facebook_b .sq_facebook_image{width:100px;margin:3px 7px 5px 24px}#sq_facebook_b .sq_facebook_image img{width:100px}#sq_facebook_b .sq_facebook_frame{margin-top:35px}#sq_coupon{position:relative;background-image:none;background-color:#f3f8fd;border:2px solid #f1f2f4;border-radius:5px;padding:0;margin:0 0 10px 0;height:auto;width:100%}#sq_coupon #sq_coupon_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-3px;font-size:13px;font-weight:bold;color:#333;line-height:16px;width:8px;height:12px;padding:0 5px 6px;border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_notice.sq_fixed{position:fixed;z-index:10000}.sq_notice{top:28px;text-align:center;width:100%}.sq_notice.sq_notice>div{display:block;margin:0 !important;width:100% !important;line-height:40px;background-color:lightgoldenrodyellow}.sq_notice.sq_notice>div.sq_success{background-color:#20bc49}
|
1 |
+
#sq_blocksearch input,#sq_blocksearch textarea,#sq_blocksearch{font-family:Arial,Helvetica,sans-serif}#sq_tinymce_inactive{padding:20px !important;font-size:16px}#sq_blocksearch ::-webkit-scrollbar{width:18px;height:15px}#sq_blocksearch ::-webkit-scrollbar-button:start:decrement,#sq_blocksearch ::-webkit-scrollbar-button:end:increment{height:1px;display:block;background-color:#eff7ff}#sq_blocksearch ::-webkit-scrollbar-track{border-left:6px solid transparent;border-right:1px solid transparent;background-clip:padding-box}#sq_blocksearch ::-webkit-scrollbar-thumb:vertical{min-height:28px;padding-top:100px;border-left:6px solid transparent;border-right:1px solid transparent;border-top:0 solid transparent;border-bottom:0 solid transparent;background-clip:padding-box;background-color:rgba(0,0,0,0.2);-webkit-box-shadow:inset 1px 1px 0 rgba(0,0,0,0.1),inset 0 -1px 0 rgba(0,0,0,0.07)}#sq_search_second{text-align:center}#sq_blocksearch .sq_keyword{background-color:#8684a4;position:relative;text-align:center;height:auto;width:100%;z-index:1001}#sq_blocksearch .sq_keyword #sq_keyword_help{position:absolute;background-color:brown;font-size:24px;font-weight:bold;color:white;top:-24px;left:-238px;width:204px;height:auto;padding:20px 10px;line-height:22px;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;box-shadow:0 0 9px 0 #000;-moz-box-shadow:0 0 9px 0 #000;-webkit-box-shadow:0 0 9px 0 #000}#sq_blocksearch .sq_keyword #sq_keyword_help span{position:absolute;right:-25px;top:34px;width:0;height:0;border-top:13px solid transparent;border-bottom:9px solid transparent;border-left:25px solid brown}#sq_blocksearch .sq_keyword #sq_keyword_help p{line-height:13px;margin-top:5px;font-size:11px;color:#d1d1d1}#sq_blocksearch #sq_keyword,#sq_blocksearch #sq_keyword_second{display:inline-block;margin:16px 2px;width:85%;line-height:26px;height:30px;padding:0 5px;font-size:15px;font-weight:bold;background-color:#f9f9f9;color:#15b14a}#sq_blocksearch #sq_keyword_check,#sq_blocksearch #sq_keyword_second_check{display:inline-block;line-height:26px;width:26px;height:28px;background-color:#589ee4;font-size:15px;font-weight:bold;color:white;margin:0;padding:0;border:1px solid white;cursor:pointer}#sq_blocksearch .sq_search_notrelevant{line-height:30px;width:125px}.sq_search>a{display:block;width:100%;text-align:center;margin:4px auto 0 auto;padding:0;text-decoration:underline;font-size:14px;color:#21759b}#postsquirrly #sq_briefcase_icon,#postsquirrly #sq_briefcase_analytics,#postsquirrly #sq_briefcase_help{float:right;background:transparent url(../img/sprite.png) no-repeat -432px -50px;margin:0;cursor:pointer;font-weight:bold;color:brown;width:26px;height:22px}#postsquirrly .sq_briefcase_smallicon{display:block;float:left;margin:1px 7px 0 0;height:20px;width:20px;background:transparent url('../img/briefcase.png') no-repeat;background-size:100%}#postsquirrly #sq_briefcase_analytics{background-position:-434px -23px}#postsquirrly #sq_briefcase_help{background-position:-28px -50px}#postsquirrly #sq_briefcase_refresh{float:right;background:transparent url(../img/sprite.png) no-repeat -435px -74px;width:22px;height:22px;line-height:22px;text-align:center;font-size:12px;font-weight:bold;color:white;margin:-1px 0 0 4px;padding:0;border:0;cursor:pointer}#sq_blocksearch #sq_briefcase_list{clear:both;display:table;position:relative;background-color:white;width:100% !important;min-height:75px;padding:0 !important;margin:0 !important;border-bottom:1px solid #aaa}#sq_blocksearch #sq_briefcase_bottom{background-color:#f1f1f1;height:20px;margin:2px -1px 0 -1px;border-top:1px solid #ddd}#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword{display:inline-block;margin:2px 4px 0 4px;width:97%;line-height:26px;height:30px;padding:0 5px;font-size:13px;font-weight:normal;background-color:#e2ffd6;color:#333}#sq_blocksearch #sq_briefcase_list #sq_briefcase_keyword_check{display:inline-block;line-height:26px;width:26px;height:28px;background-color:#589ee4;font-size:15px;font-weight:bold;color:white;margin:0;padding:0;border:1px solid white;cursor:pointer}#sq_blocksearch #sq_briefcase_content ul{overflow-y:auto;margin:5px 0 2px 0}#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused{max-height:150px}#sq_blocksearch #sq_briefcase_content.sq_error{margin:15px 0 !important}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item{position:relative;color:#4f1440;padding:0;text-align:left;font-size:13px;margin:0 0 0 1px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_item_percent{width:11%;display:inline-block;padding:5px 2px 0 2px;text-align:right;font-weight:bold;cursor:pointer}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value{cursor:pointer}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_value{width:70%;max-width:245px;display:inline-block;padding:5px;white-space:nowrap;text-overflow:ellipsis;overflow-x:hidden;vertical-align:top}#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused li.sq_briefcase_item{padding:5px}#sq_blocksearch #sq_briefcase_content ul.sq_briefcase_item_notused li.sq_briefcase_item .sq_briefcase_value{padding:0;display:block;clear:left}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_addbriefcase{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item .sq_briefcase_optimize{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_optimize{display:block}#sq_blocksearch #sq_briefcase_content .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_addbriefcase{display:block}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item_used .sq_briefcase_value{width:75%;max-width:190px}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_separator{height:3px;background-color:white;box-shadow:0 1px 4px -1px #333}#sq_blocksearch #sq_briefcase_content li .sq_briefcase_item_delete{display:none;float:right;font-family:Arial,sans-serif;right:3px;font-size:13px;font-weight:bold;color:#999;height:20px;width:10px;text-align:center;padding:5px 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover{background-color:#e2ffd6}#sq_blocksearch #sq_briefcase_content li.sq_briefcase_item:hover .sq_briefcase_item_delete{display:block}#sq_blocksearch #sq_briefcase_topcontent>ul{margin:0}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item{position:relative;color:#4f1440;padding:0 0 5px 0;text-align:left;font-size:13px;margin:0 0 0 1px;line-height:20px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_item_percent{width:11%;display:inline-block;padding:5px 2px 0 2px;text-align:right;font-weight:bold;cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value{cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_addbriefcase{display:none}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item .sq_briefcase_optimize{font-size:10px;position:absolute;color:darkred;right:5px;top:5px;cursor:pointer;float:right;display:none;z-index:10}#sq_blocksearch #sq_briefcase_topcontent .sq_briefcase_empty{color:green;font-weight:bold;text-align:center;padding:5px;margin:auto;cursor:pointer}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_optimize{display:block}#sq_blocksearch #sq_briefcase_topcontent #sq_briefcase_keyword{display:inline-block;margin:0 4px 0 4px;width:97%;line-height:26px;height:30px;padding:0 5px;font-size:13px;font-weight:normal;background-color:#e2ffd6;color:#333}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item_used .sq_briefcase_value{width:75%;max-width:190px}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_separator{display:none}#sq_blocksearch #sq_briefcase_topcontent li .sq_briefcase_item_delete{display:none;float:right;font-family:Arial,sans-serif;right:3px;font-size:13px;font-weight:bold;color:#999;height:20px;width:10px;text-align:center;padding:5px 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover{background-color:#e2ffd6}#sq_blocksearch #sq_briefcase_topcontent li.sq_briefcase_item:hover .sq_briefcase_item_delete{display:block}#sq_blocksearch .sq_briefcase_item .sq_briefcase_item_circle{display:block;float:left;width:13px;height:3px;margin:0 2px 0 0}#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle{display:block;float:left;width:20px;height:10px;margin:5px 3px 0 3px;cursor:pointer}#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle:before{content:" ";display:block;height:100%;width:100%;margin:-2px 0 2px 0}#sq_blocksearch .sq_briefcase_item_circles .sq_briefcase_circle.sq_active:before{display:block;font-size:11px;line-height:14px;text-align:center;margin:-2px 0 2px 0;content:"\f00c";color:#fff;text-shadow:1px 0 #555}#sq_blocksearch #sq_types{display:none;height:26px;padding:5px 0;background-color:#fcfcfc;box-shadow:0 1px 3px -2px #888;-moz-box-shadow:0 1px 3px -2px #888;-webkit-box-shadow:0 1px 3px -2px #888}#sq_blocksearch #sq_types ul{margin:0}#sq_blocksearch #sq_types ul li{float:left;background:transparent url('../img/sprite.png') no-repeat;margin:0 0 0 17px;cursor:pointer;font-weight:bold;color:brown;width:26px;height:25px}#sq_blocksearch #sq_types #sq_type_img{background-position:0 0}#sq_blocksearch #sq_types #sq_type_twitter{background-position:-27px 0}#sq_blocksearch #sq_types #sq_type_news{background-position:-137px 0}#sq_blocksearch #sq_types #sq_type_blog{background-position:-54px 0}#sq_blocksearch #sq_types #sq_type_wiki{background-position:-84px 0}#sq_blocksearch #sq_types #sq_type_local{background-position:-164px 0}#sq_blocksearch #sq_types #sq_type_img:hover{background-position:0 -25px}#sq_blocksearch #sq_types #sq_type_twitter:hover{background-position:-27px -25px}#sq_blocksearch #sq_types #sq_type_news:hover{background-position:-137px -24px}#sq_blocksearch #sq_types #sq_type_blog:hover{background-position:-54px -25px}#sq_blocksearch #sq_types #sq_type_wiki:hover{background-position:-84px -25px}#sq_blocksearch #sq_types #sq_type_local:hover{background-position:-164px -25px}#sq_blocksearch .sq_search{display:block;overflow-y:auto;max-height:310px;overflow-x:hidden;padding:0 !important;margin:0 !important;width:100% !important;clear:both}#sq_blocksearch .sq_search ul{padding:0 0 0 4px;margin:0;list-style:none;clear:both}#sq_blocksearch .sq_search ul li.sq_search_li{display:block;width:95%;font-size:12px;font-weight:normal;padding:5px 5px;margin:7px auto;background-color:#FFF;border:1px solid #DDD;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px;box-shadow:0 1px 0 #a8a8a8;-webkit-box-shadow:0 1px 0 #a8a8a8;-moz-box-shadow:0 1px 0 #a8a8a8}#sq_blocksearch .sq_search .sq_attribution{clear:both;margin:0;text-shadow:1px 1px white;height:25px}#sq_blocksearch .sq_search ul li.sq_search_li:hover .sq_attribution>ul{display:block}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul{display:none;background-color:#f1f1f1;height:17px;padding:2px 2px;margin:0;text-align:center;text-shadow:1px 1px white}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul>li{font-size:11px;font-family:"Lucida Grande",Arial,Helvetica,sans-serif;font-weight:normal;color:brown;float:left;width:66px;margin-right:5px;padding-right:5px;border-right:1px solid #CCC;cursor:pointer}#sq_blocksearch .sq_search li.sq_search_li .sq_attribution>ul>li:last-child{border-right:0 !important}#sq_blocksearch .sq_search ul .sq_info{clear:both;font-size:10px;font-family:"Lucida Grande",Arial,Helvetica,sans-serif;color:#AAA;padding:3px 0 0;float:right}#sq_blocksearch .sq_search .sq_info ul li{float:left;margin-right:5px;padding-right:5px;border-right:1px solid #CCC}#sq_blocksearch .sq_search .sq_info ul li:last-child{border-right-width:0 !important}#sq_blocksearch .sq_search ul li.sq_search_img_li{position:relative;float:left;background-color:white;width:54px;height:54px;padding:2px;margin:0 3px 6px 0;border:1px solid #BBB;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 0 4px #CCC;-moz-box-shadow:0 0 4px #CCC;-webkit-box-shadow:0 0 4px #CCC;transition-property:border-color;transition-duration:.33s;-moz-transition-property:border-color;-moz-transition-duration:.33s;-webkit-transition-property:border-color;-webkit-transition-duration:.33s;cursor:pointer}#sq_blocksearch .sq_search ul li.sq_search_img_li:hover{border-color:#333}#sq_blocksearch .sq_search ul li.sq_search_img_li>img{clip:rect(7px,75px,63px,19px);position:absolute;margin-top:-8px;margin-left:-20px;max-height:75px}#sq_blocksearch #sq_search_img_filter{width:100%;background-color:#fcfcfc;height:22px;text-align:center;padding:4px 0;border-top:1px solid #ccc}#sq_blocksearch #sq_search_img_filter label#sq_search_img_nolicence_label{position:relative;font-size:13px;color:#333;text-shadow:1px 1px white}#sq_blocksearch #sq_search_img_filter label span{position:absolute;display:block;width:28px;height:25px;left:-29px;top:-4px;background:transparent url('../img/sprite.png') no-repeat -166px -47px}#sq_blocksearch #sq_search_img_filter label.checked span{background-position:-190px -47px}.sq_zoomImg_img{width:auto;height:54px}.sq_zoomImg{position:absolute;visibility:visible}.sq_zoomImg_Inner{background-color:#fff;border:1px solid #d9d9d9;-moz-box-shadow:0 4px 16px rgba(0,0,0,0.2);-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.2);box-shadow:0 4px 16px rgba(0,0,0,0.2);color:#555;padding:5px;position:relative}.sq_zoomImg_frame img{border:1px solid #d9d9d9;display:block;margin:auto;max-width:115px;max-height:115px}#sq_blocksearch .sq_search li.sq_search_img_li .sq_attribute{position:absolute;font-family:Arial,sans-serif;font-size:8px;color:#999;bottom:-3px;right:-3px;background:white;border:grey;border-radius:10px;-moz-border-radius:10px;-webkit-border-radius:10px;z-index:1;padding:0 5px}#sq_blocksearch .sq_search ul li.search_category{clear:both;font-size:14px;color:#464646;width:100%;height:16px;border:0}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_avatar{float:left;width:36px;height:36px;margin:3px 10px 0 0}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_content{font-size:10px;margin-left:46px}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_author{color:#555;font-size:12px;line-height:15px}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_author_name{line-height:17px;margin-right:5px;color:#555;font-size:12px;font-weight:normal;text-align:left}#sq_blocksearch .sq_search ul li.sq_search_twitter_li .sq_quote_text{margin-left:0}#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch .sq_search ul li.sq_search_blog_li .sq_news_text{font-size:12px;color:#333;line-height:15px;text-align:left}#sq_blog_preview{position:relative;border:1px solid #e5e5e5;padding:0;margin-bottom:15px;background-color:#fcfcfc}#sq_blog_preview:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -361px;width:100%;height:5px;border-radius:2px 2px 0 0;opacity:.3}#sq_blog_preview #sq_blog_preview_partner{position:absolute;top:15px;right:20px}#sq_blog_preview #sq_blog_preview_partner a{background-color:#333;text-decoration:none;color:white;font-size:22px;font-weight:bold;margin-left:5px;padding:0 3px;border:1px solid #333}#sq_blog_preview #sq_blog_preview_title{display:block;font-size:18px;font-weight:normal;line-height:30px;color:#333;border-bottom:1px dashed #d1d1d1;margin:0 0 10px 0;padding:10px 0 20px 10px}#sq_blog_preview #sq_blog_preview_body{display:block;font-size:12px;color:#333;line-height:16px;text-align:left;padding:0 0 0 10px;max-height:300px;overflow-y:auto;overflow-x:hidden}#sq_blog_preview #sq_blog_preview_body p{position:relative;background-color:transparent;font-family:'Open Sans',Arial,Helvetica,sans-serif;font-size:14px;font-weight:normal;line-height:24px;padding:0;margin:0 0 16px 0;text-align:left;white-space:normal;color:#333}#sq_blog_preview #sq_blog_preview_body .sq_mark{background-color:#ffed5f;color:black;padding:0 3px 0;font-size:14px;line-height:20px;box-shadow:0 0 5px #fff6ac;-moz-box-shadow:0 0 5px #fff6ac;-webkit-box-shadow:0 0 5px #fff6ac}#sq_blog_preview #sq_blog_preview_body .sq_blog_option{position:absolute;display:none;background-color:#f5f5f5;font-size:11px;color:red;bottom:0;right:5px;cursor:pointer;z-index:1}#sq_blog_preview #sq_blog_preview_body p:hover{background-color:#f5f5f5}#sq_blog_preview #sq_blog_preview_body p:hover .sq_blog_option{display:block;-webkit-animation:fadeIn .3s;-moz-animation:fadeIn .3s;animation:fadeIn .3s}#sq_blocksearch{position:relative}#sq_blocksearch .sq_search ul li.sq_search_wiki_li .sq_wiki_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch .sq_search ul li.sq_search_local_li .sq_local_title{font-size:12px;font-weight:700;color:#333;line-height:18px;margin:0 0 5px 0}#sq_blocksearch #sq_suggestion,#sq_blocksearch #sq_suggestion_help{clear:both;display:table;position:relative;background-color:white;width:100% !important;height:75px;padding:10px 0 10px 0 !important;margin:0 0 5px 0 !important}#sq_blocksearch .sq_gsuggestion_height{height:175px !important}#sq_blocksearch #sq_suggestion .sq_gsuggestion{margin:0;padding:0}#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_gsuggestion{clear:both;float:none;height:auto;line-height:13px;font-size:12px;font-weight:bold;color:#2c6e2c;text-align:left;cursor:pointer;margin:0;padding:6px 12px}#sq_blocksearch #sq_suggestion .sq_gsuggestion .sq_item_active{background-color:#f1f1f1}#sq_blocksearch #sq_suggestion ul li{height:20px;font-size:13px;float:left;text-align:center}#sq_blocksearch #sq_suggestion input#sq_selectit{width:200px;background-color:#589ee4;font-size:12px;font-weight:bold;line-height:19px;color:white;margin:10px auto 0 auto;padding:5px;position:relative;text-shadow:1px 1px #555;cursor:pointer;border:0}#sq_blocksearch #sq_suggestion ul li span{display:inline-block;height:20px;font-weight:bold;margin-left:5px}#sq_blocksearch #sq_suggestion_help{height:60px}#sq_blocksearch #sq_suggestion_help ul li{height:20px;text-align:center;color:darkGreen;font-size:14px;font-weight:bold}#sq_blocksearch #sq_suggestion_help ul li.sq_research_link,#sq_suggestion .sq_research_link{font-size:13px;font-weight:bold;color:#21759b;margin-top:10px;text-align:center;cursor:pointer;text-decoration:none}#sq_blocksearch .sq_keyword #sq_suggestion_rank{margin-top:-5px}#sq_blocksearch #sq_suggestion ul.sq_progressbar{height:15px;line-height:18px;padding:0;margin:0 auto;width:250px}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(1n){width:50px;text-align:right;color:red}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(2n){width:132px}#sq_blocksearch #sq_suggestion ul.sq_progressbar li:nth-child(3n){width:50px;text-align:left;color:darkgreen}#sq_blocksearch #sq_suggestion ul.sq_smalldetails{clear:both;width:220px;margin:0 auto 10px auto}#sq_blocksearch #sq_suggestion ul.sq_smalldetails li{height:15px;font-size:10px;color:gray;margin:0 4px;padding:0;float:none}#sq_blocksearch #sq_suggestion div.sq_smalldetails{width:240px;margin:0 auto;font-size:11px;font-weight:bold;color:brown;text-align:center}#sq_blocksearch #sq_suggestion .sq_keywords_info{display:table;width:230px}#sq_blocksearch #sq_suggestion .sq_keywords_info{clear:both;width:190px;z-index:1;background-color:#f7f7f7;border:1px solid #CCC;padding:5px;margin:0 auto;text-align:center;border-radius:1px;-webkit-border-radius:1px;-moz-border-radius:1px}#sq_blocksearch #sq_suggestion .sq_keywords_info table{margin:0 auto}#sq_blocksearch #sq_suggestion .sq_keywords_info td{border-bottom:1px dashed #d8d8d8;padding:4px 10px;color:#414141;font-family:Arial,Helvetica,sans-serif;font-size:12px;text-align:left;line-height:1.4em}#sq_blocksearch #sq_search_close,#sq_blog_preview #sq_blog_preview_close{position:absolute;font-family:Arial,sans-serif;background-color:#8684a4;right:-6px;top:-3px;font-size:12px;font-weight:bold;color:#fff;width:10px;line-height:16px;text-align:center;padding:0 4px 2px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}#sq_blocksearch #sq_suggestion_close,#sq_blocksearch #sq_briefcase_list_close{position:absolute;font-family:Arial,sans-serif;right:0;top:0;font-size:13px;font-weight:bold;color:#999;width:10px;line-height:16px;text-align:center;padding:0 4px 2px;border:0;cursor:pointer;z-index:2}#sq_blocksearch #sq_search_close{top:-13px}#sq_blocksearch .sq_show_mgs{clear:both;display:block;padding:7px;margin-top:10px;border-top:1px dashed #d1d1d1}#sq_suggestion .sq_show_mgs{max-width:200px;margin:20px auto 0 auto;border-top:0}@-webkit-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-moz-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-ms-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-o-keyframes play{from{background-position:0 0}to{background-position:-400px}}@keyframes play{from{background-position:0 0}to{background-position:-400px}}#sq_blog_preview.sq_minloading,#sq_blocksearch .sq_minloading{position:relative;opacity:.5;min-height:40px}#sq_blog_preview.sq_minloading:before,#sq_blocksearch .sq_minloading:before{position:absolute;right:calc(50% - 10px);top:calc(50% - 8px);display:block;float:right;line-height:30px;content:"";padding:0;margin:0 0 0 5px;height:16px;width:20px;background:transparent url('../img/minloading.png') no-repeat;-webkit-animation:play 1s steps(10) infinite;-moz-animation:play 1s steps(10) infinite;-o-animation:play 1s steps(10) infinite;animation:play 1s steps(10) infinite}#sq_blocksearch .sq_more{clear:both;position:relative;width:100%;height:17px;text-align:center;padding:0;margin:0 0 5px 0}#sq_blocksearch .sq_more span{display:block;width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:12px solid #589ee4;padding:0;margin:0 auto;cursor:pointer}#publishing-action{float:left !important;width:100%}#sq_publish_alert{text-align:left;font-size:12px;font-weight:bold;color:red;text-shadow:1px 1px white;margin:0 0 5px 0;padding:0}#sq_publish_alert #sq_publish_alert_yes{display:block;float:left;clear:both;margin:2px 0 0 8px;padding:0 35px;line-height:29px;font-size:14px;font-weight:bold;color:white;cursor:pointer;background-color:#589ee4;text-shadow:1px 1px #777;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}#sq_publish_alert #sq_publish_alert_yes:hover{background-color:#4f8dca}#sq_subscription{font-size:13px;font-weight:bold;color:red;padding:0 !important;text-align:center;width:275px;margin:0 auto 15px auto;background-color:#fff;box-shadow:0 0 6px 0 #888;-moz-box-shadow:0 0 6px 0 #888;-webkit-box-shadow:0 0 6px 0 #888}#sq_subscription .sq_renew{padding:10px;line-height:20px}#sq_subscription .sq_renew a{display:block;font-size:16px;background-color:#589ee4;color:white;font-weight:bold;margin:10px;padding:6px;text-decoration:none;border-radius:7px}#sq_subscription>a{display:block;margin:0;padding:0;height:300px}#sq_options_feedback .sq_options_feedback_popup li{clear:both}#sq_facebook_b{padding:6px 0;clear:both}#sq_facebook_b>span{display:block;float:left;font-weight:bold;color:darkgreen}#sq_facebook_b .sq_facebook_title{width:100%;font-size:16px;text-align:center;margin:5px auto}#sq_facebook_b .sq_facebook_image{width:100px;margin:3px 7px 5px 24px}#sq_facebook_b .sq_facebook_image img{width:100px}#sq_facebook_b .sq_facebook_frame{margin-top:35px}#sq_coupon{position:relative;background-image:none;background-color:#f3f8fd;border:2px solid #f1f2f4;border-radius:5px;padding:0;margin:0 0 10px 0;height:auto;width:100%}#sq_coupon #sq_coupon_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-3px;font-size:13px;font-weight:bold;color:#333;line-height:16px;width:8px;height:12px;padding:0 5px 6px;border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_notice.sq_fixed{position:fixed;z-index:10000}.sq_notice{top:28px;text-align:center;width:100%}.sq_notice.sq_notice>div{display:block;margin:0 !important;width:100% !important;line-height:40px;background-color:lightgoldenrodyellow}.sq_notice.sq_notice>div.sq_success{background-color:#20bc49}
|
view/css/global.css
CHANGED
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
|
2 |
.sq_message {
|
3 |
line-height: 19px;
|
1 |
+
@font-face {
|
2 |
+
font-family: 'FontAwesome';
|
3 |
+
src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
|
4 |
+
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
|
5 |
+
font-weight: normal;
|
6 |
+
font-style: normal
|
7 |
+
}
|
8 |
+
.fa {
|
9 |
+
display: inline-block;
|
10 |
+
font: normal normal normal 14px/1 FontAwesome;
|
11 |
+
font-size: inherit;
|
12 |
+
text-rendering: auto;
|
13 |
+
-webkit-font-smoothing: antialiased;
|
14 |
+
-moz-osx-font-smoothing: grayscale;
|
15 |
+
transform: translate(0, 0)
|
16 |
+
}
|
17 |
+
.fa-check:before {
|
18 |
+
content: "\f00c"
|
19 |
+
}
|
20 |
+
.fa-plus-square:before{
|
21 |
+
content:"\f0fe"
|
22 |
+
}
|
23 |
|
24 |
.sq_message {
|
25 |
line-height: 19px;
|
view/css/global.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
.sq_message{line-height:19px;width:calc(100% - 22px) !important;margin:-1px 0;padding:0;font-size:13px;text-align:center;border:1px solid #e6db55;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fffbcc;position:relative}.sq_notices{font-size:13px;color:#555}.sq_error{width:calc(100% - 22px) !important;text-align:center;font-size:14px;font-weight:bold;color:brown;margin:32px 0 5px 0 !important;padding:0 !important}#src_settings .sq_error,#sq_settings .sq_error{background-color:lightyellow}.sq_success{position:relative;line-height:30px;width:calc(100% - 22px) !important;text-align:center;font-size:16px;font-weight:bold;color:white;margin:32px 0 5px 0 !important;padding:0 !important;background-color:#20bc49}.sq_success a{color:#4f47be;text-decoration:none}.sq_popup{position:fixed;padding:20px !important;margin:0 !important;top:calc(50% - 50px);left:calc(50% - 200px);width:400px;height:100px;background-color:#f9f9f9;box-shadow:0 0 38px 0 #333;text-align:center;z-index:1000}.sq_popup span{line-height:30px;font-size:100%;font-weight:bold}.sq_popup .sq_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-9px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:2px 6px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.squirrly_page_sq_seo .sq_error,.squirrly_page_sq_seo .sq_success,.toplevel_page_sq_dashboard .sq_error,.toplevel_page_sq_dashboard .sq_success,.squirrly_page_sq_settings .sq_error,.squirrly_page_sq_settings .sq_success,.squirrly_page_sq_account .sq_error,.squirrly_page_sq_account .sq_success,.squirrly_page_sq_affiliate .sq_error,.squirrly_page_sq_affiliate .sq_success,.squirrly_page_sq_posts .sq_error,.squirrly_page_sq_posts .sq_success{margin-top:5px !important}.sq_absolute{position:fixed;top:28px;z-index:10000;text-align:center}.sq_savenotice{width:70%}.sq_absolute span{width:50% !important;display:inline-block}.sq_error strong{line-height:25px}.sq_helpnotice{display:none;position:relative;background-color:lightyellow;color:#999}.sq_helpnotice p{margin:3px}.sq_helpnotice strong{display:block;font-size:14px;max-width:90%}.sq_helpnotice a{color:lightgray;margin-left:10px;text-decoration:none}.sq_helpnotice .sq_button{display:inline-block;line-height:25px;color:#504310;font-size:14px;text-shadow:.1em .1em #ffff52;background:#ffd424;cursor:pointer;border:1px solid #f7a504;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-weight:bold;padding:0 25px;margin:6px 0 5px 6px;width:auto;text-align:center;text-decoration:none}#sq_settings #sq_settings_body .sq_button{text-align:center}#sq_settings #sq_settings_body .sq_button a{display:inline-block;line-height:37px;color:white;font-size:17px;text-shadow:.1em .1em #ff9b00;background:#ff9b00;cursor:pointer;border:1px solid #f7a504;font-weight:bold;padding:0 10px;margin:0;max-width:150px;height:39px;text-align:center;text-decoration:none;box-shadow:1px 1px 1px 0 #777}.sq_notice_author{position:absolute;color:#a8a8a8;font-size:10px;line-height:15px;top:0;right:2px;text-shadow:none;font-weight:normal}.sq_loading{height:60px;background:transparent url('../img/loading.gif') no-repeat center !important}@-webkit-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-moz-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-ms-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-o-keyframes play{from{background-position:0 0}to{background-position:-400px}}@keyframes play{from{background-position:0 0}to{background-position:-400px}}.sq_minloading{position:relative;opacity:.5}.sq_minloading:before{position:absolute !important;right:calc(50% - 10px) !important;top:calc(50% - 8px) !important;display:block !important;float:right !important;line-height:30px !important;content:"" !important;padding:0 0 !important;margin:0 0 0 5px !important;height:16px !important;width:20px !important;background:transparent url('../img/minloading.png') no-repeat !important;-webkit-animation:play 1s steps(10) infinite;-moz-animation:play 1s steps(10) infinite;-o-animation:play 1s steps(10) infinite;animation:play 1s steps(10) infinite}#sq_preloading{text-align:center;font-size:15px;line-height:24px;color:gray}noscript{color:red}#adminmenu li.current a .awaiting-mod{background:inherit}.sq_beta{font-size:11px;color:darkRed;vertical-align:top;line-height:16px;display:inline-block;margin:0 0 0 5px;border:1px solid darkRed;padding:0 3px}.sq_tooltip{display:inline;position:relative}.sq_tooltip:hover:after{background:#333;background:rgba(0,0,0,.8);border-radius:5px;bottom:26px;color:#fff;font-size:14px;content:attr(title);left:20%;padding:5px 15px;position:absolute;z-index:98;width:250px}.sq_tooltip:hover:before{border:solid;border-color:#333 transparent;border-width:6px 6px 0 6px;bottom:20px;content:"";left:30px;position:absolute;z-index:99}.sq_badge_google{width:100%;height:50px;margin-top:25px}.sq_badge_google .sq_badge-image{background:url(../img/settings/sq_badge_g17.png);width:50px;height:50px;float:left;background-size:100%}.sq_badge_google .sq_description{float:left;width:80%;height:100%;margin-top:-2px}.sq_badge_google .sq_description .sq_title{height:auto;width:100%;font-size:15px;margin-top:4px;margin-left:10px}.sq_badge_google .sq_description .sq_link{height:50%;width:100%;margin-left:10px}.sq_badge_google .sq_description .sq_link a{font-size:13px;text-decoration:none;color:#fff}@media only screen and (max-width:1024px){#sq_snippet #sq_snippet_ul #sq_snippet_title{clear:both}}
|
1 |
+
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-check:before{content:"\f00c"}.fa-plus-square:before{content:"\f0fe"}.sq_message{line-height:19px;width:calc(100% - 22px) !important;margin:-1px 0;padding:0;font-size:13px;text-align:center;border:1px solid #e6db55;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fffbcc;position:relative}.sq_notices{font-size:13px;color:#555}.sq_error{width:calc(100% - 22px) !important;text-align:center;font-size:14px;font-weight:bold;color:brown;margin:32px 0 5px 0 !important;padding:0 !important}#src_settings .sq_error,#sq_settings .sq_error{background-color:lightyellow}.sq_success{position:relative;line-height:30px;width:calc(100% - 22px) !important;text-align:center;font-size:16px;font-weight:bold;color:white;margin:32px 0 5px 0 !important;padding:0 !important;background-color:#20bc49}.sq_success a{color:#4f47be;text-decoration:none}.sq_popup{position:fixed;padding:20px !important;margin:0 !important;top:calc(50% - 50px);left:calc(50% - 200px);width:400px;height:100px;background-color:#f9f9f9;box-shadow:0 0 38px 0 #333;text-align:center;z-index:1000}.sq_popup span{line-height:30px;font-size:100%;font-weight:bold}.sq_popup .sq_close{position:absolute;background-color:#e5d8cd;right:-6px;top:-9px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:2px 6px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.squirrly_page_sq_seo .sq_error,.squirrly_page_sq_seo .sq_success,.toplevel_page_sq_dashboard .sq_error,.toplevel_page_sq_dashboard .sq_success,.squirrly_page_sq_settings .sq_error,.squirrly_page_sq_settings .sq_success,.squirrly_page_sq_account .sq_error,.squirrly_page_sq_account .sq_success,.squirrly_page_sq_affiliate .sq_error,.squirrly_page_sq_affiliate .sq_success,.squirrly_page_sq_posts .sq_error,.squirrly_page_sq_posts .sq_success{margin-top:5px !important}.sq_absolute{position:fixed;top:28px;z-index:10000;text-align:center}.sq_savenotice{width:70%}.sq_absolute span{width:50% !important;display:inline-block}.sq_error strong{line-height:25px}.sq_helpnotice{display:none;position:relative;background-color:lightyellow;color:#999}.sq_helpnotice p{margin:3px}.sq_helpnotice strong{display:block;font-size:14px;max-width:90%}.sq_helpnotice a{color:lightgray;margin-left:10px;text-decoration:none}.sq_helpnotice .sq_button{display:inline-block;line-height:25px;color:#504310;font-size:14px;text-shadow:.1em .1em #ffff52;background:#ffd424;cursor:pointer;border:1px solid #f7a504;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;font-weight:bold;padding:0 25px;margin:6px 0 5px 6px;width:auto;text-align:center;text-decoration:none}#sq_settings #sq_settings_body .sq_button{text-align:center}#sq_settings #sq_settings_body .sq_button a{display:inline-block;line-height:37px;color:white;font-size:17px;text-shadow:.1em .1em #ff9b00;background:#ff9b00;cursor:pointer;border:1px solid #f7a504;font-weight:bold;padding:0 10px;margin:0;max-width:150px;height:39px;text-align:center;text-decoration:none;box-shadow:1px 1px 1px 0 #777}.sq_notice_author{position:absolute;color:#a8a8a8;font-size:10px;line-height:15px;top:0;right:2px;text-shadow:none;font-weight:normal}.sq_loading{height:60px;background:transparent url('../img/loading.gif') no-repeat center !important}@-webkit-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-moz-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-ms-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-o-keyframes play{from{background-position:0 0}to{background-position:-400px}}@keyframes play{from{background-position:0 0}to{background-position:-400px}}.sq_minloading{position:relative;opacity:.5}.sq_minloading:before{position:absolute !important;right:calc(50% - 10px) !important;top:calc(50% - 8px) !important;display:block !important;float:right !important;line-height:30px !important;content:"" !important;padding:0 0 !important;margin:0 0 0 5px !important;height:16px !important;width:20px !important;background:transparent url('../img/minloading.png') no-repeat !important;-webkit-animation:play 1s steps(10) infinite;-moz-animation:play 1s steps(10) infinite;-o-animation:play 1s steps(10) infinite;animation:play 1s steps(10) infinite}#sq_preloading{text-align:center;font-size:15px;line-height:24px;color:gray}noscript{color:red}#adminmenu li.current a .awaiting-mod{background:inherit}.sq_beta{font-size:11px;color:darkRed;vertical-align:top;line-height:16px;display:inline-block;margin:0 0 0 5px;border:1px solid darkRed;padding:0 3px}.sq_tooltip{display:inline;position:relative}.sq_tooltip:hover:after{background:#333;background:rgba(0,0,0,.8);border-radius:5px;bottom:26px;color:#fff;font-size:14px;content:attr(title);left:20%;padding:5px 15px;position:absolute;z-index:98;width:250px}.sq_tooltip:hover:before{border:solid;border-color:#333 transparent;border-width:6px 6px 0 6px;bottom:20px;content:"";left:30px;position:absolute;z-index:99}.sq_badge_google{width:100%;height:50px;margin-top:25px}.sq_badge_google .sq_badge-image{background:url(../img/settings/sq_badge_g17.png);width:50px;height:50px;float:left;background-size:100%}.sq_badge_google .sq_description{float:left;width:80%;height:100%;margin-top:-2px}.sq_badge_google .sq_description .sq_title{height:auto;width:100%;font-size:15px;margin-top:4px;margin-left:10px}.sq_badge_google .sq_description .sq_link{height:50%;width:100%;margin-left:10px}.sq_badge_google .sq_description .sq_link a{font-size:13px;text-decoration:none;color:#fff}@media only screen and (max-width:1024px){#sq_snippet #sq_snippet_ul #sq_snippet_title{clear:both}}
|
view/css/serpchecker.css
CHANGED
@@ -5,14050 +5,26 @@
|
|
5 |
font-weight: normal;
|
6 |
font-style: normal
|
7 |
}
|
8 |
-
|
9 |
-
.fa {
|
10 |
-
display: inline-block;
|
11 |
-
font: normal normal normal 14px/1 FontAwesome;
|
12 |
-
font-size: inherit;
|
13 |
-
text-rendering: auto;
|
14 |
-
-webkit-font-smoothing: antialiased;
|
15 |
-
-moz-osx-font-smoothing: grayscale;
|
16 |
-
transform: translate(0, 0)
|
17 |
-
}
|
18 |
-
|
19 |
-
.fa-lg {
|
20 |
-
font-size: 1.33333333em;
|
21 |
-
line-height: .75em;
|
22 |
-
vertical-align: -15%
|
23 |
-
}
|
24 |
-
|
25 |
-
.fa-2x {
|
26 |
-
font-size: 2em
|
27 |
-
}
|
28 |
-
|
29 |
-
.fa-3x {
|
30 |
-
font-size: 3em
|
31 |
-
}
|
32 |
-
|
33 |
-
.fa-4x {
|
34 |
-
font-size: 4em
|
35 |
-
}
|
36 |
-
|
37 |
-
.fa-5x {
|
38 |
-
font-size: 5em
|
39 |
-
}
|
40 |
-
|
41 |
-
.fa-fw {
|
42 |
-
width: 1.28571429em;
|
43 |
-
text-align: center
|
44 |
-
}
|
45 |
-
|
46 |
-
.fa-ul {
|
47 |
-
padding-left: 0;
|
48 |
-
margin-left: 2.14285714em;
|
49 |
-
list-style-type: none
|
50 |
-
}
|
51 |
-
|
52 |
-
.fa-ul > li {
|
53 |
-
position: relative
|
54 |
-
}
|
55 |
-
|
56 |
-
.fa-li {
|
57 |
-
position: absolute;
|
58 |
-
left: -2.14285714em;
|
59 |
-
width: 2.14285714em;
|
60 |
-
top: .14285714em;
|
61 |
-
text-align: center
|
62 |
-
}
|
63 |
-
|
64 |
-
.fa-li.fa-lg {
|
65 |
-
left: -1.85714286em
|
66 |
-
}
|
67 |
-
|
68 |
-
.fa-border {
|
69 |
-
padding: .2em .25em .15em;
|
70 |
-
border: solid .08em #eee;
|
71 |
-
border-radius: .1em
|
72 |
-
}
|
73 |
-
|
74 |
-
.pull-right {
|
75 |
-
float: right
|
76 |
-
}
|
77 |
-
|
78 |
-
.pull-left {
|
79 |
-
float: left
|
80 |
-
}
|
81 |
-
|
82 |
-
.fa.pull-left {
|
83 |
-
margin-right: .3em
|
84 |
-
}
|
85 |
-
|
86 |
-
.fa.pull-right {
|
87 |
-
margin-left: .3em
|
88 |
-
}
|
89 |
-
|
90 |
-
.fa-spin {
|
91 |
-
-webkit-animation: fa-spin 2s infinite linear;
|
92 |
-
animation: fa-spin 2s infinite linear
|
93 |
-
}
|
94 |
-
|
95 |
-
.fa-pulse {
|
96 |
-
-webkit-animation: fa-spin 1s infinite steps(8);
|
97 |
-
animation: fa-spin 1s infinite steps(8)
|
98 |
-
}
|
99 |
-
|
100 |
-
@-webkit-keyframes fa-spin {
|
101 |
-
0% {
|
102 |
-
-webkit-transform: rotate(0deg);
|
103 |
-
transform: rotate(0deg)
|
104 |
-
}
|
105 |
-
100% {
|
106 |
-
-webkit-transform: rotate(359deg);
|
107 |
-
transform: rotate(359deg)
|
108 |
-
}
|
109 |
-
}
|
110 |
-
|
111 |
-
@keyframes fa-spin {
|
112 |
-
0% {
|
113 |
-
-webkit-transform: rotate(0deg);
|
114 |
-
transform: rotate(0deg)
|
115 |
-
}
|
116 |
-
100% {
|
117 |
-
-webkit-transform: rotate(359deg);
|
118 |
-
transform: rotate(359deg)
|
119 |
-
}
|
120 |
-
}
|
121 |
-
|
122 |
-
.fa-rotate-90 {
|
123 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
|
124 |
-
-webkit-transform: rotate(90deg);
|
125 |
-
-ms-transform: rotate(90deg);
|
126 |
-
transform: rotate(90deg)
|
127 |
-
}
|
128 |
-
|
129 |
-
.fa-rotate-180 {
|
130 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
|
131 |
-
-webkit-transform: rotate(180deg);
|
132 |
-
-ms-transform: rotate(180deg);
|
133 |
-
transform: rotate(180deg)
|
134 |
-
}
|
135 |
-
|
136 |
-
.fa-rotate-270 {
|
137 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
|
138 |
-
-webkit-transform: rotate(270deg);
|
139 |
-
-ms-transform: rotate(270deg);
|
140 |
-
transform: rotate(270deg)
|
141 |
-
}
|
142 |
-
|
143 |
-
.fa-flip-horizontal {
|
144 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
|
145 |
-
-webkit-transform: scale(-1, 1);
|
146 |
-
-ms-transform: scale(-1, 1);
|
147 |
-
transform: scale(-1, 1)
|
148 |
-
}
|
149 |
-
|
150 |
-
.fa-flip-vertical {
|
151 |
-
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
|
152 |
-
-webkit-transform: scale(1, -1);
|
153 |
-
-ms-transform: scale(1, -1);
|
154 |
-
transform: scale(1, -1)
|
155 |
-
}
|
156 |
-
|
157 |
-
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
|
158 |
-
filter: none
|
159 |
-
}
|
160 |
-
|
161 |
-
.fa-stack {
|
162 |
-
position: relative;
|
163 |
-
display: inline-block;
|
164 |
-
width: 2em;
|
165 |
-
height: 2em;
|
166 |
-
line-height: 2em;
|
167 |
-
vertical-align: middle
|
168 |
-
}
|
169 |
-
|
170 |
-
.fa-stack-1x, .fa-stack-2x {
|
171 |
-
position: absolute;
|
172 |
-
left: 0;
|
173 |
-
width: 100%;
|
174 |
-
text-align: center
|
175 |
-
}
|
176 |
-
|
177 |
-
.fa-stack-1x {
|
178 |
-
line-height: inherit
|
179 |
-
}
|
180 |
-
|
181 |
-
.fa-stack-2x {
|
182 |
-
font-size: 2em
|
183 |
-
}
|
184 |
-
|
185 |
-
.fa-inverse {
|
186 |
-
color: #fff
|
187 |
-
}
|
188 |
-
|
189 |
-
.fa-glass:before {
|
190 |
-
content: "\f000"
|
191 |
-
}
|
192 |
-
|
193 |
-
.fa-music:before {
|
194 |
-
content: "\f001"
|
195 |
-
}
|
196 |
-
|
197 |
-
.fa-search:before {
|
198 |
-
content: "\f002"
|
199 |
-
}
|
200 |
-
|
201 |
-
.fa-envelope-o:before {
|
202 |
-
content: "\f003"
|
203 |
-
}
|
204 |
-
|
205 |
-
.fa-heart:before {
|
206 |
-
content: "\f004"
|
207 |
-
}
|
208 |
-
|
209 |
-
.fa-star:before {
|
210 |
-
content: "\f005"
|
211 |
-
}
|
212 |
-
|
213 |
-
.fa-star-o:before {
|
214 |
-
content: "\f006"
|
215 |
-
}
|
216 |
-
|
217 |
-
.fa-user:before {
|
218 |
-
content: "\f007"
|
219 |
-
}
|
220 |
-
|
221 |
-
.fa-film:before {
|
222 |
-
content: "\f008"
|
223 |
-
}
|
224 |
-
|
225 |
-
.fa-th-large:before {
|
226 |
-
content: "\f009"
|
227 |
-
}
|
228 |
-
|
229 |
-
.fa-th:before {
|
230 |
-
content: "\f00a"
|
231 |
-
}
|
232 |
-
|
233 |
-
.fa-th-list:before {
|
234 |
-
content: "\f00b"
|
235 |
-
}
|
236 |
-
|
237 |
-
.fa-check:before {
|
238 |
-
content: "\f00c"
|
239 |
-
}
|
240 |
-
|
241 |
-
.fa-remove:before, .fa-close:before, .fa-times:before {
|
242 |
-
content: "\f00d"
|
243 |
-
}
|
244 |
-
|
245 |
-
.fa-search-plus:before {
|
246 |
-
content: "\f00e"
|
247 |
-
}
|
248 |
-
|
249 |
-
.fa-search-minus:before {
|
250 |
-
content: "\f010"
|
251 |
-
}
|
252 |
-
|
253 |
-
.fa-power-off:before {
|
254 |
-
content: "\f011"
|
255 |
-
}
|
256 |
-
|
257 |
-
.fa-signal:before {
|
258 |
-
content: "\f012"
|
259 |
-
}
|
260 |
-
|
261 |
-
.fa-gear:before, .fa-cog:before {
|
262 |
-
content: "\f013"
|
263 |
-
}
|
264 |
-
|
265 |
-
.fa-trash-o:before {
|
266 |
-
content: "\f014"
|
267 |
-
}
|
268 |
-
|
269 |
-
.fa-home:before {
|
270 |
-
content: "\f015"
|
271 |
-
}
|
272 |
-
|
273 |
-
.fa-file-o:before {
|
274 |
-
content: "\f016"
|
275 |
-
}
|
276 |
-
|
277 |
-
.fa-clock-o:before {
|
278 |
-
content: "\f017"
|
279 |
-
}
|
280 |
-
|
281 |
-
.fa-road:before {
|
282 |
-
content: "\f018"
|
283 |
-
}
|
284 |
-
|
285 |
-
.fa-download:before {
|
286 |
-
content: "\f019"
|
287 |
-
}
|
288 |
-
|
289 |
-
.fa-arrow-circle-o-down:before {
|
290 |
-
content: "\f01a"
|
291 |
-
}
|
292 |
-
|
293 |
-
.fa-arrow-circle-o-up:before {
|
294 |
-
content: "\f01b"
|
295 |
-
}
|
296 |
-
|
297 |
-
.fa-inbox:before {
|
298 |
-
content: "\f01c"
|
299 |
-
}
|
300 |
-
|
301 |
-
.fa-play-circle-o:before {
|
302 |
-
content: "\f01d"
|
303 |
-
}
|
304 |
-
|
305 |
-
.fa-rotate-right:before, .fa-repeat:before {
|
306 |
-
content: "\f01e"
|
307 |
-
}
|
308 |
-
|
309 |
-
.fa-refresh:before {
|
310 |
-
content: "\f021"
|
311 |
-
}
|
312 |
-
|
313 |
-
.fa-list-alt:before {
|
314 |
-
content: "\f022"
|
315 |
-
}
|
316 |
-
|
317 |
-
.fa-lock:before {
|
318 |
-
content: "\f023"
|
319 |
-
}
|
320 |
-
|
321 |
-
.fa-flag:before {
|
322 |
-
content: "\f024"
|
323 |
-
}
|
324 |
-
|
325 |
-
.fa-headphones:before {
|
326 |
-
content: "\f025"
|
327 |
-
}
|
328 |
-
|
329 |
-
.fa-volume-off:before {
|
330 |
-
content: "\f026"
|
331 |
-
}
|
332 |
-
|
333 |
-
.fa-volume-down:before {
|
334 |
-
content: "\f027"
|
335 |
-
}
|
336 |
-
|
337 |
-
.fa-volume-up:before {
|
338 |
-
content: "\f028"
|
339 |
-
}
|
340 |
-
|
341 |
-
.fa-qrcode:before {
|
342 |
-
content: "\f029"
|
343 |
-
}
|
344 |
-
|
345 |
-
.fa-barcode:before {
|
346 |
-
content: "\f02a"
|
347 |
-
}
|
348 |
-
|
349 |
-
.fa-tag:before {
|
350 |
-
content: "\f02b"
|
351 |
-
}
|
352 |
-
|
353 |
-
.fa-tags:before {
|
354 |
-
content: "\f02c"
|
355 |
-
}
|
356 |
-
|
357 |
-
.fa-book:before {
|
358 |
-
content: "\f02d"
|
359 |
-
}
|
360 |
-
|
361 |
-
.fa-bookmark:before {
|
362 |
-
content: "\f02e"
|
363 |
-
}
|
364 |
-
|
365 |
-
.fa-print:before {
|
366 |
-
content: "\f02f"
|
367 |
-
}
|
368 |
-
|
369 |
-
.fa-camera:before {
|
370 |
-
content: "\f030"
|
371 |
-
}
|
372 |
-
|
373 |
-
.fa-font:before {
|
374 |
-
content: "\f031"
|
375 |
-
}
|
376 |
-
|
377 |
-
.fa-bold:before {
|
378 |
-
content: "\f032"
|
379 |
-
}
|
380 |
-
|
381 |
-
.fa-italic:before {
|
382 |
-
content: "\f033"
|
383 |
-
}
|
384 |
-
|
385 |
-
.fa-text-height:before {
|
386 |
-
content: "\f034"
|
387 |
-
}
|
388 |
-
|
389 |
-
.fa-text-width:before {
|
390 |
-
content: "\f035"
|
391 |
-
}
|
392 |
-
|
393 |
-
.fa-align-left:before {
|
394 |
-
content: "\f036"
|
395 |
-
}
|
396 |
-
|
397 |
-
.fa-align-center:before {
|
398 |
-
content: "\f037"
|
399 |
-
}
|
400 |
-
|
401 |
-
.fa-align-right:before {
|
402 |
-
content: "\f038"
|
403 |
-
}
|
404 |
-
|
405 |
-
.fa-align-justify:before {
|
406 |
-
content: "\f039"
|
407 |
-
}
|
408 |
-
|
409 |
-
.fa-list:before {
|
410 |
-
content: "\f03a"
|
411 |
-
}
|
412 |
-
|
413 |
-
.fa-dedent:before, .fa-outdent:before {
|
414 |
-
content: "\f03b"
|
415 |
-
}
|
416 |
-
|
417 |
-
.fa-indent:before {
|
418 |
-
content: "\f03c"
|
419 |
-
}
|
420 |
-
|
421 |
-
.fa-video-camera:before {
|
422 |
-
content: "\f03d"
|
423 |
-
}
|
424 |
-
|
425 |
-
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
|
426 |
-
content: "\f03e"
|
427 |
-
}
|
428 |
-
|
429 |
-
.fa-pencil:before {
|
430 |
-
content: "\f040"
|
431 |
-
}
|
432 |
-
|
433 |
-
.fa-map-marker:before {
|
434 |
-
content: "\f041"
|
435 |
-
}
|
436 |
-
|
437 |
-
.fa-adjust:before {
|
438 |
-
content: "\f042"
|
439 |
-
}
|
440 |
-
|
441 |
-
.fa-tint:before {
|
442 |
-
content: "\f043"
|
443 |
-
}
|
444 |
-
|
445 |
-
.fa-edit:before, .fa-pencil-square-o:before {
|
446 |
-
content: "\f044"
|
447 |
-
}
|
448 |
-
|
449 |
-
.fa-share-square-o:before {
|
450 |
-
content: "\f045"
|
451 |
-
}
|
452 |
-
|
453 |
-
.fa-check-square-o:before {
|
454 |
-
content: "\f046"
|
455 |
-
}
|
456 |
-
|
457 |
-
.fa-arrows:before {
|
458 |
-
content: "\f047"
|
459 |
-
}
|
460 |
-
|
461 |
-
.fa-step-backward:before {
|
462 |
-
content: "\f048"
|
463 |
-
}
|
464 |
-
|
465 |
-
.fa-fast-backward:before {
|
466 |
-
content: "\f049"
|
467 |
-
}
|
468 |
-
|
469 |
-
.fa-backward:before {
|
470 |
-
content: "\f04a"
|
471 |
-
}
|
472 |
-
|
473 |
-
.fa-play:before {
|
474 |
-
content: "\f04b"
|
475 |
-
}
|
476 |
-
|
477 |
-
.fa-pause:before {
|
478 |
-
content: "\f04c"
|
479 |
-
}
|
480 |
-
|
481 |
-
.fa-stop:before {
|
482 |
-
content: "\f04d"
|
483 |
-
}
|
484 |
-
|
485 |
-
.fa-forward:before {
|
486 |
-
content: "\f04e"
|
487 |
-
}
|
488 |
-
|
489 |
-
.fa-fast-forward:before {
|
490 |
-
content: "\f050"
|
491 |
-
}
|
492 |
-
|
493 |
-
.fa-step-forward:before {
|
494 |
-
content: "\f051"
|
495 |
-
}
|
496 |
-
|
497 |
-
.fa-eject:before {
|
498 |
-
content: "\f052"
|
499 |
-
}
|
500 |
-
|
501 |
-
.fa-chevron-left:before {
|
502 |
-
content: "\f053"
|
503 |
-
}
|
504 |
-
|
505 |
-
.fa-chevron-right:before {
|
506 |
-
content: "\f054"
|
507 |
-
}
|
508 |
-
|
509 |
-
.fa-plus-circle:before {
|
510 |
-
content: "\f055"
|
511 |
-
}
|
512 |
-
|
513 |
-
.fa-minus-circle:before {
|
514 |
-
content: "\f056"
|
515 |
-
}
|
516 |
-
|
517 |
-
.fa-times-circle:before {
|
518 |
-
content: "\f057"
|
519 |
-
}
|
520 |
-
|
521 |
-
.fa-check-circle:before {
|
522 |
-
content: "\f058"
|
523 |
-
}
|
524 |
-
|
525 |
-
.fa-question-circle:before {
|
526 |
-
content: "\f059"
|
527 |
-
}
|
528 |
-
|
529 |
-
.fa-info-circle:before {
|
530 |
-
content: "\f05a"
|
531 |
-
}
|
532 |
-
|
533 |
-
.fa-crosshairs:before {
|
534 |
-
content: "\f05b"
|
535 |
-
}
|
536 |
-
|
537 |
-
.fa-times-circle-o:before {
|
538 |
-
content: "\f05c"
|
539 |
-
}
|
540 |
-
|
541 |
-
.fa-check-circle-o:before {
|
542 |
-
content: "\f05d"
|
543 |
-
}
|
544 |
-
|
545 |
-
.fa-ban:before {
|
546 |
-
content: "\f05e"
|
547 |
-
}
|
548 |
-
|
549 |
-
.fa-arrow-left:before {
|
550 |
-
content: "\f060"
|
551 |
-
}
|
552 |
-
|
553 |
-
.fa-arrow-right:before {
|
554 |
-
content: "\f061"
|
555 |
-
}
|
556 |
-
|
557 |
-
.fa-arrow-up:before {
|
558 |
-
content: "\f062"
|
559 |
-
}
|
560 |
-
|
561 |
-
.fa-arrow-down:before {
|
562 |
-
content: "\f063"
|
563 |
-
}
|
564 |
-
|
565 |
-
.fa-mail-forward:before, .fa-share:before {
|
566 |
-
content: "\f064"
|
567 |
-
}
|
568 |
-
|
569 |
-
.fa-expand:before {
|
570 |
-
content: "\f065"
|
571 |
-
}
|
572 |
-
|
573 |
-
.fa-compress:before {
|
574 |
-
content: "\f066"
|
575 |
-
}
|
576 |
-
|
577 |
-
.fa-plus:before {
|
578 |
-
content: "\f067"
|
579 |
-
}
|
580 |
-
|
581 |
-
.fa-minus:before {
|
582 |
-
content: "\f068"
|
583 |
-
}
|
584 |
-
|
585 |
-
.fa-asterisk:before {
|
586 |
-
content: "\f069"
|
587 |
-
}
|
588 |
-
|
589 |
-
.fa-exclamation-circle:before {
|
590 |
-
content: "\f06a"
|
591 |
-
}
|
592 |
-
|
593 |
-
.fa-gift:before {
|
594 |
-
content: "\f06b"
|
595 |
-
}
|
596 |
-
|
597 |
-
.fa-leaf:before {
|
598 |
-
content: "\f06c"
|
599 |
-
}
|
600 |
-
|
601 |
-
.fa-fire:before {
|
602 |
-
content: "\f06d"
|
603 |
-
}
|
604 |
-
|
605 |
-
.fa-eye:before {
|
606 |
-
content: "\f06e"
|
607 |
-
}
|
608 |
-
|
609 |
-
.fa-eye-slash:before {
|
610 |
-
content: "\f070"
|
611 |
-
}
|
612 |
-
|
613 |
-
.fa-warning:before, .fa-exclamation-triangle:before {
|
614 |
-
content: "\f071"
|
615 |
-
}
|
616 |
-
|
617 |
-
.fa-plane:before {
|
618 |
-
content: "\f072"
|
619 |
-
}
|
620 |
-
|
621 |
-
.fa-calendar:before {
|
622 |
-
content: "\f073"
|
623 |
-
}
|
624 |
-
|
625 |
-
.fa-random:before {
|
626 |
-
content: "\f074"
|
627 |
-
}
|
628 |
-
|
629 |
-
.fa-comment:before {
|
630 |
-
content: "\f075"
|
631 |
-
}
|
632 |
-
|
633 |
-
.fa-magnet:before {
|
634 |
-
content: "\f076"
|
635 |
-
}
|
636 |
-
|
637 |
-
.fa-chevron-up:before {
|
638 |
-
content: "\f077"
|
639 |
-
}
|
640 |
-
|
641 |
-
.fa-chevron-down:before {
|
642 |
-
content: "\f078"
|
643 |
-
}
|
644 |
-
|
645 |
-
.fa-retweet:before {
|
646 |
-
content: "\f079"
|
647 |
-
}
|
648 |
-
|
649 |
-
.fa-shopping-cart:before {
|
650 |
-
content: "\f07a"
|
651 |
-
}
|
652 |
-
|
653 |
-
.fa-folder:before {
|
654 |
-
content: "\f07b"
|
655 |
-
}
|
656 |
-
|
657 |
-
.fa-folder-open:before {
|
658 |
-
content: "\f07c"
|
659 |
-
}
|
660 |
-
|
661 |
-
.fa-arrows-v:before {
|
662 |
-
content: "\f07d"
|
663 |
-
}
|
664 |
-
|
665 |
-
.fa-arrows-h:before {
|
666 |
-
content: "\f07e"
|
667 |
-
}
|
668 |
-
|
669 |
-
.fa-bar-chart-o:before, .fa-bar-chart:before {
|
670 |
-
content: "\f080"
|
671 |
-
}
|
672 |
-
|
673 |
-
.fa-twitter-square:before {
|
674 |
-
content: "\f081"
|
675 |
-
}
|
676 |
-
|
677 |
-
.fa-facebook-square:before {
|
678 |
-
content: "\f082"
|
679 |
-
}
|
680 |
-
|
681 |
-
.fa-camera-retro:before {
|
682 |
-
content: "\f083"
|
683 |
-
}
|
684 |
-
|
685 |
-
.fa-key:before {
|
686 |
-
content: "\f084"
|
687 |
-
}
|
688 |
-
|
689 |
-
.fa-gears:before, .fa-cogs:before {
|
690 |
-
content: "\f085"
|
691 |
-
}
|
692 |
-
|
693 |
-
.fa-comments:before {
|
694 |
-
content: "\f086"
|
695 |
-
}
|
696 |
-
|
697 |
-
.fa-thumbs-o-up:before {
|
698 |
-
content: "\f087"
|
699 |
-
}
|
700 |
-
|
701 |
-
.fa-thumbs-o-down:before {
|
702 |
-
content: "\f088"
|
703 |
-
}
|
704 |
-
|
705 |
-
.fa-star-half:before {
|
706 |
-
content: "\f089"
|
707 |
-
}
|
708 |
-
|
709 |
-
.fa-heart-o:before {
|
710 |
-
content: "\f08a"
|
711 |
-
}
|
712 |
-
|
713 |
-
.fa-sign-out:before {
|
714 |
-
content: "\f08b"
|
715 |
-
}
|
716 |
-
|
717 |
-
.fa-linkedin-square:before {
|
718 |
-
content: "\f08c"
|
719 |
-
}
|
720 |
-
|
721 |
-
.fa-thumb-tack:before {
|
722 |
-
content: "\f08d"
|
723 |
-
}
|
724 |
-
|
725 |
-
.fa-external-link:before {
|
726 |
-
content: "\f08e"
|
727 |
-
}
|
728 |
-
|
729 |
-
.fa-sign-in:before {
|
730 |
-
content: "\f090"
|
731 |
-
}
|
732 |
-
|
733 |
-
.fa-trophy:before {
|
734 |
-
content: "\f091"
|
735 |
-
}
|
736 |
-
|
737 |
-
.fa-github-square:before {
|
738 |
-
content: "\f092"
|
739 |
-
}
|
740 |
-
|
741 |
-
.fa-upload:before {
|
742 |
-
content: "\f093"
|
743 |
-
}
|
744 |
-
|
745 |
-
.fa-lemon-o:before {
|
746 |
-
content: "\f094"
|
747 |
-
}
|
748 |
-
|
749 |
-
.fa-phone:before {
|
750 |
-
content: "\f095"
|
751 |
-
}
|
752 |
-
|
753 |
-
.fa-square-o:before {
|
754 |
-
content: "\f096"
|
755 |
-
}
|
756 |
-
|
757 |
-
.fa-bookmark-o:before {
|
758 |
-
content: "\f097"
|
759 |
-
}
|
760 |
-
|
761 |
-
.fa-phone-square:before {
|
762 |
-
content: "\f098"
|
763 |
-
}
|
764 |
-
|
765 |
-
.fa-twitter:before {
|
766 |
-
content: "\f099"
|
767 |
-
}
|
768 |
-
|
769 |
-
.fa-facebook-f:before, .fa-facebook:before {
|
770 |
-
content: "\f09a"
|
771 |
-
}
|
772 |
-
|
773 |
-
.fa-github:before {
|
774 |
-
content: "\f09b"
|
775 |
-
}
|
776 |
-
|
777 |
-
.fa-unlock:before {
|
778 |
-
content: "\f09c"
|
779 |
-
}
|
780 |
-
|
781 |
-
.fa-credit-card:before {
|
782 |
-
content: "\f09d"
|
783 |
-
}
|
784 |
-
|
785 |
-
.fa-rss:before {
|
786 |
-
content: "\f09e"
|
787 |
-
}
|
788 |
-
|
789 |
-
.fa-hdd-o:before {
|
790 |
-
content: "\f0a0"
|
791 |
-
}
|
792 |
-
|
793 |
-
.fa-bullhorn:before {
|
794 |
-
content: "\f0a1"
|
795 |
-
}
|
796 |
-
|
797 |
-
.fa-bell:before {
|
798 |
-
content: "\f0f3"
|
799 |
-
}
|
800 |
-
|
801 |
-
.fa-certificate:before {
|
802 |
-
content: "\f0a3"
|
803 |
-
}
|
804 |
-
|
805 |
-
.fa-hand-o-right:before {
|
806 |
-
content: "\f0a4"
|
807 |
-
}
|
808 |
-
|
809 |
-
.fa-hand-o-left:before {
|
810 |
-
content: "\f0a5"
|
811 |
-
}
|
812 |
-
|
813 |
-
.fa-hand-o-up:before {
|
814 |
-
content: "\f0a6"
|
815 |
-
}
|
816 |
-
|
817 |
-
.fa-hand-o-down:before {
|
818 |
-
content: "\f0a7"
|
819 |
-
}
|
820 |
-
|
821 |
-
.fa-arrow-circle-left:before {
|
822 |
-
content: "\f0a8"
|
823 |
-
}
|
824 |
-
|
825 |
-
.fa-arrow-circle-right:before {
|
826 |
-
content: "\f0a9"
|
827 |
-
}
|
828 |
-
|
829 |
-
.fa-arrow-circle-up:before {
|
830 |
-
content: "\f0aa"
|
831 |
-
}
|
832 |
-
|
833 |
-
.fa-arrow-circle-down:before {
|
834 |
-
content: "\f0ab"
|
835 |
-
}
|
836 |
-
|
837 |
-
.fa-globe:before {
|
838 |
-
content: "\f0ac"
|
839 |
-
}
|
840 |
-
|
841 |
-
.fa-wrench:before {
|
842 |
-
content: "\f0ad"
|
843 |
-
}
|
844 |
-
|
845 |
-
.fa-tasks:before {
|
846 |
-
content: "\f0ae"
|
847 |
-
}
|
848 |
-
|
849 |
-
.fa-filter:before {
|
850 |
-
content: "\f0b0"
|
851 |
-
}
|
852 |
-
|
853 |
-
.fa-briefcase:before {
|
854 |
-
content: "\f0b1"
|
855 |
-
}
|
856 |
-
|
857 |
-
.fa-arrows-alt:before {
|
858 |
-
content: "\f0b2"
|
859 |
-
}
|
860 |
-
|
861 |
-
.fa-group:before, .fa-users:before {
|
862 |
-
content: "\f0c0"
|
863 |
-
}
|
864 |
-
|
865 |
-
.fa-chain:before, .fa-link:before {
|
866 |
-
content: "\f0c1"
|
867 |
-
}
|
868 |
-
|
869 |
-
.fa-cloud:before {
|
870 |
-
content: "\f0c2"
|
871 |
-
}
|
872 |
-
|
873 |
-
.fa-flask:before {
|
874 |
-
content: "\f0c3"
|
875 |
-
}
|
876 |
-
|
877 |
-
.fa-cut:before, .fa-scissors:before {
|
878 |
-
content: "\f0c4"
|
879 |
-
}
|
880 |
-
|
881 |
-
.fa-copy:before, .fa-files-o:before {
|
882 |
-
content: "\f0c5"
|
883 |
-
}
|
884 |
-
|
885 |
-
.fa-paperclip:before {
|
886 |
-
content: "\f0c6"
|
887 |
-
}
|
888 |
-
|
889 |
-
.fa-save:before, .fa-floppy-o:before {
|
890 |
-
content: "\f0c7"
|
891 |
-
}
|
892 |
-
|
893 |
-
.fa-square:before {
|
894 |
-
content: "\f0c8"
|
895 |
-
}
|
896 |
-
|
897 |
-
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
|
898 |
-
content: "\f0c9"
|
899 |
-
}
|
900 |
-
|
901 |
-
.fa-list-ul:before {
|
902 |
-
content: "\f0ca"
|
903 |
-
}
|
904 |
-
|
905 |
-
.fa-list-ol:before {
|
906 |
-
content: "\f0cb"
|
907 |
-
}
|
908 |
-
|
909 |
-
.fa-strikethrough:before {
|
910 |
-
content: "\f0cc"
|
911 |
-
}
|
912 |
-
|
913 |
-
.fa-underline:before {
|
914 |
-
content: "\f0cd"
|
915 |
-
}
|
916 |
-
|
917 |
-
.fa-table:before {
|
918 |
-
content: "\f0ce"
|
919 |
-
}
|
920 |
-
|
921 |
-
.fa-magic:before {
|
922 |
-
content: "\f0d0"
|
923 |
-
}
|
924 |
-
|
925 |
-
.fa-truck:before {
|
926 |
-
content: "\f0d1"
|
927 |
-
}
|
928 |
-
|
929 |
-
.fa-pinterest:before {
|
930 |
-
content: "\f0d2"
|
931 |
-
}
|
932 |
-
|
933 |
-
.fa-pinterest-square:before {
|
934 |
-
content: "\f0d3"
|
935 |
-
}
|
936 |
-
|
937 |
-
.fa-google-plus-square:before {
|
938 |
-
content: "\f0d4"
|
939 |
-
}
|
940 |
-
|
941 |
-
.fa-google-plus:before {
|
942 |
-
content: "\f0d5"
|
943 |
-
}
|
944 |
-
|
945 |
-
.fa-money:before {
|
946 |
-
content: "\f0d6"
|
947 |
-
}
|
948 |
-
|
949 |
-
.fa-caret-down:before {
|
950 |
-
content: "\f0d7"
|
951 |
-
}
|
952 |
-
|
953 |
-
.fa-caret-up:before {
|
954 |
-
content: "\f0d8"
|
955 |
-
}
|
956 |
-
|
957 |
-
.fa-caret-left:before {
|
958 |
-
content: "\f0d9"
|
959 |
-
}
|
960 |
-
|
961 |
-
.fa-caret-right:before {
|
962 |
-
content: "\f0da"
|
963 |
-
}
|
964 |
-
|
965 |
-
.fa-columns:before {
|
966 |
-
content: "\f0db"
|
967 |
-
}
|
968 |
-
|
969 |
-
.fa-unsorted:before, .fa-sort:before {
|
970 |
-
content: "\f0dc"
|
971 |
-
}
|
972 |
-
|
973 |
-
.fa-sort-down:before, .fa-sort-desc:before {
|
974 |
-
content: "\f0dd"
|
975 |
-
}
|
976 |
-
|
977 |
-
.fa-sort-up:before, .fa-sort-asc:before {
|
978 |
-
content: "\f0de"
|
979 |
-
}
|
980 |
-
|
981 |
-
.fa-envelope:before {
|
982 |
-
content: "\f0e0"
|
983 |
-
}
|
984 |
-
|
985 |
-
.fa-linkedin:before {
|
986 |
-
content: "\f0e1"
|
987 |
-
}
|
988 |
-
|
989 |
-
.fa-rotate-left:before, .fa-undo:before {
|
990 |
-
content: "\f0e2"
|
991 |
-
}
|
992 |
-
|
993 |
-
.fa-legal:before, .fa-gavel:before {
|
994 |
-
content: "\f0e3"
|
995 |
-
}
|
996 |
-
|
997 |
-
.fa-dashboard:before, .fa-tachometer:before {
|
998 |
-
content: "\f0e4"
|
999 |
-
}
|
1000 |
-
|
1001 |
-
.fa-comment-o:before {
|
1002 |
-
content: "\f0e5"
|
1003 |
-
}
|
1004 |
-
|
1005 |
-
.fa-comments-o:before {
|
1006 |
-
content: "\f0e6"
|
1007 |
-
}
|
1008 |
-
|
1009 |
-
.fa-flash:before, .fa-bolt:before {
|
1010 |
-
content: "\f0e7"
|
1011 |
-
}
|
1012 |
-
|
1013 |
-
.fa-sitemap:before {
|
1014 |
-
content: "\f0e8"
|
1015 |
-
}
|
1016 |
-
|
1017 |
-
.fa-umbrella:before {
|
1018 |
-
content: "\f0e9"
|
1019 |
-
}
|
1020 |
-
|
1021 |
-
.fa-paste:before, .fa-clipboard:before {
|
1022 |
-
content: "\f0ea"
|
1023 |
-
}
|
1024 |
-
|
1025 |
-
.fa-lightbulb-o:before {
|
1026 |
-
content: "\f0eb"
|
1027 |
-
}
|
1028 |
-
|
1029 |
-
.fa-exchange:before {
|
1030 |
-
content: "\f0ec"
|
1031 |
-
}
|
1032 |
-
|
1033 |
-
.fa-cloud-download:before {
|
1034 |
-
content: "\f0ed"
|
1035 |
-
}
|
1036 |
-
|
1037 |
-
.fa-cloud-upload:before {
|
1038 |
-
content: "\f0ee"
|
1039 |
-
}
|
1040 |
-
|
1041 |
-
.fa-user-md:before {
|
1042 |
-
content: "\f0f0"
|
1043 |
-
}
|
1044 |
-
|
1045 |
-
.fa-stethoscope:before {
|
1046 |
-
content: "\f0f1"
|
1047 |
-
}
|
1048 |
-
|
1049 |
-
.fa-suitcase:before {
|
1050 |
-
content: "\f0f2"
|
1051 |
-
}
|
1052 |
-
|
1053 |
-
.fa-bell-o:before {
|
1054 |
-
content: "\f0a2"
|
1055 |
-
}
|
1056 |
-
|
1057 |
-
.fa-coffee:before {
|
1058 |
-
content: "\f0f4"
|
1059 |
-
}
|
1060 |
-
|
1061 |
-
.fa-cutlery:before {
|
1062 |
-
content: "\f0f5"
|
1063 |
-
}
|
1064 |
-
|
1065 |
-
.fa-file-text-o:before {
|
1066 |
-
content: "\f0f6"
|
1067 |
-
}
|
1068 |
-
|
1069 |
-
.fa-building-o:before {
|
1070 |
-
content: "\f0f7"
|
1071 |
-
}
|
1072 |
-
|
1073 |
-
.fa-hospital-o:before {
|
1074 |
-
content: "\f0f8"
|
1075 |
-
}
|
1076 |
-
|
1077 |
-
.fa-ambulance:before {
|
1078 |
-
content: "\f0f9"
|
1079 |
-
}
|
1080 |
-
|
1081 |
-
.fa-medkit:before {
|
1082 |
-
content: "\f0fa"
|
1083 |
-
}
|
1084 |
-
|
1085 |
-
.fa-fighter-jet:before {
|
1086 |
-
content: "\f0fb"
|
1087 |
-
}
|
1088 |
-
|
1089 |
-
.fa-beer:before {
|
1090 |
-
content: "\f0fc"
|
1091 |
-
}
|
1092 |
-
|
1093 |
-
.fa-h-square:before {
|
1094 |
-
content: "\f0fd"
|
1095 |
-
}
|
1096 |
-
|
1097 |
-
.fa-plus-square:before {
|
1098 |
-
content: "\f0fe"
|
1099 |
-
}
|
1100 |
-
|
1101 |
-
.fa-angle-double-left:before {
|
1102 |
-
content: "\f100"
|
1103 |
-
}
|
1104 |
-
|
1105 |
-
.fa-angle-double-right:before {
|
1106 |
-
content: "\f101"
|
1107 |
-
}
|
1108 |
-
|
1109 |
-
.fa-angle-double-up:before {
|
1110 |
-
content: "\f102"
|
1111 |
-
}
|
1112 |
-
|
1113 |
-
.fa-angle-double-down:before {
|
1114 |
-
content: "\f103"
|
1115 |
-
}
|
1116 |
-
|
1117 |
-
.fa-angle-left:before {
|
1118 |
-
content: "\f104"
|
1119 |
-
}
|
1120 |
-
|
1121 |
-
.fa-angle-right:before {
|
1122 |
-
content: "\f105"
|
1123 |
-
}
|
1124 |
-
|
1125 |
-
.fa-angle-up:before {
|
1126 |
-
content: "\f106"
|
1127 |
-
}
|
1128 |
-
|
1129 |
-
.fa-angle-down:before {
|
1130 |
-
content: "\f107"
|
1131 |
-
}
|
1132 |
-
|
1133 |
-
.fa-desktop:before {
|
1134 |
-
content: "\f108"
|
1135 |
-
}
|
1136 |
-
|
1137 |
-
.fa-laptop:before {
|
1138 |
-
content: "\f109"
|
1139 |
-
}
|
1140 |
-
|
1141 |
-
.fa-tablet:before {
|
1142 |
-
content: "\f10a"
|
1143 |
-
}
|
1144 |
-
|
1145 |
-
.fa-mobile-phone:before, .fa-mobile:before {
|
1146 |
-
content: "\f10b"
|
1147 |
-
}
|
1148 |
-
|
1149 |
-
.fa-circle-o:before {
|
1150 |
-
content: "\f10c"
|
1151 |
-
}
|
1152 |
-
|
1153 |
-
.fa-quote-left:before {
|
1154 |
-
content: "\f10d"
|
1155 |
-
}
|
1156 |
-
|
1157 |
-
.fa-quote-right:before {
|
1158 |
-
content: "\f10e"
|
1159 |
-
}
|
1160 |
-
|
1161 |
-
.fa-spinner:before {
|
1162 |
-
content: "\f110"
|
1163 |
-
}
|
1164 |
-
|
1165 |
-
.fa-circle:before {
|
1166 |
-
content: "\f111"
|
1167 |
-
}
|
1168 |
-
|
1169 |
-
.fa-mail-reply:before, .fa-reply:before {
|
1170 |
-
content: "\f112"
|
1171 |
-
}
|
1172 |
-
|
1173 |
-
.fa-github-alt:before {
|
1174 |
-
content: "\f113"
|
1175 |
-
}
|
1176 |
-
|
1177 |
-
.fa-folder-o:before {
|
1178 |
-
content: "\f114"
|
1179 |
-
}
|
1180 |
-
|
1181 |
-
.fa-folder-open-o:before {
|
1182 |
-
content: "\f115"
|
1183 |
-
}
|
1184 |
-
|
1185 |
-
.fa-smile-o:before {
|
1186 |
-
content: "\f118"
|
1187 |
-
}
|
1188 |
-
|
1189 |
-
.fa-frown-o:before {
|
1190 |
-
content: "\f119"
|
1191 |
-
}
|
1192 |
-
|
1193 |
-
.fa-meh-o:before {
|
1194 |
-
content: "\f11a"
|
1195 |
-
}
|
1196 |
-
|
1197 |
-
.fa-gamepad:before {
|
1198 |
-
content: "\f11b"
|
1199 |
-
}
|
1200 |
-
|
1201 |
-
.fa-keyboard-o:before {
|
1202 |
-
content: "\f11c"
|
1203 |
-
}
|
1204 |
-
|
1205 |
-
.fa-flag-o:before {
|
1206 |
-
content: "\f11d"
|
1207 |
-
}
|
1208 |
-
|
1209 |
-
.fa-flag-checkered:before {
|
1210 |
-
content: "\f11e"
|
1211 |
-
}
|
1212 |
-
|
1213 |
-
.fa-terminal:before {
|
1214 |
-
content: "\f120"
|
1215 |
-
}
|
1216 |
-
|
1217 |
-
.fa-code:before {
|
1218 |
-
content: "\f121"
|
1219 |
-
}
|
1220 |
-
|
1221 |
-
.fa-mail-reply-all:before, .fa-reply-all:before {
|
1222 |
-
content: "\f122"
|
1223 |
-
}
|
1224 |
-
|
1225 |
-
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
|
1226 |
-
content: "\f123"
|
1227 |
-
}
|
1228 |
-
|
1229 |
-
.fa-location-arrow:before {
|
1230 |
-
content: "\f124"
|
1231 |
-
}
|
1232 |
-
|
1233 |
-
.fa-crop:before {
|
1234 |
-
content: "\f125"
|
1235 |
-
}
|
1236 |
-
|
1237 |
-
.fa-code-fork:before {
|
1238 |
-
content: "\f126"
|
1239 |
-
}
|
1240 |
-
|
1241 |
-
.fa-unlink:before, .fa-chain-broken:before {
|
1242 |
-
content: "\f127"
|
1243 |
-
}
|
1244 |
-
|
1245 |
-
.fa-question:before {
|
1246 |
-
content: "\f128"
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
.fa-info:before {
|
1250 |
-
content: "\f129"
|
1251 |
-
}
|
1252 |
-
|
1253 |
-
.fa-exclamation:before {
|
1254 |
-
content: "\f12a"
|
1255 |
-
}
|
1256 |
-
|
1257 |
-
.fa-superscript:before {
|
1258 |
-
content: "\f12b"
|
1259 |
-
}
|
1260 |
-
|
1261 |
-
.fa-subscript:before {
|
1262 |
-
content: "\f12c"
|
1263 |
-
}
|
1264 |
-
|
1265 |
-
.fa-eraser:before {
|
1266 |
-
content: "\f12d"
|
1267 |
-
}
|
1268 |
-
|
1269 |
-
.fa-puzzle-piece:before {
|
1270 |
-
content: "\f12e"
|
1271 |
-
}
|
1272 |
-
|
1273 |
-
.fa-microphone:before {
|
1274 |
-
content: "\f130"
|
1275 |
-
}
|
1276 |
-
|
1277 |
-
.fa-microphone-slash:before {
|
1278 |
-
content: "\f131"
|
1279 |
-
}
|
1280 |
-
|
1281 |
-
.fa-shield:before {
|
1282 |
-
content: "\f132"
|
1283 |
-
}
|
1284 |
-
|
1285 |
-
.fa-calendar-o:before {
|
1286 |
-
content: "\f133"
|
1287 |
-
}
|
1288 |
-
|
1289 |
-
.fa-fire-extinguisher:before {
|
1290 |
-
content: "\f134"
|
1291 |
-
}
|
1292 |
-
|
1293 |
-
.fa-rocket:before {
|
1294 |
-
content: "\f135"
|
1295 |
-
}
|
1296 |
-
|
1297 |
-
.fa-maxcdn:before {
|
1298 |
-
content: "\f136"
|
1299 |
-
}
|
1300 |
-
|
1301 |
-
.fa-chevron-circle-left:before {
|
1302 |
-
content: "\f137"
|
1303 |
-
}
|
1304 |
-
|
1305 |
-
.fa-chevron-circle-right:before {
|
1306 |
-
content: "\f138"
|
1307 |
-
}
|
1308 |
-
|
1309 |
-
.fa-chevron-circle-up:before {
|
1310 |
-
content: "\f139"
|
1311 |
-
}
|
1312 |
-
|
1313 |
-
.fa-chevron-circle-down:before {
|
1314 |
-
content: "\f13a"
|
1315 |
-
}
|
1316 |
-
|
1317 |
-
.fa-html5:before {
|
1318 |
-
content: "\f13b"
|
1319 |
-
}
|
1320 |
-
|
1321 |
-
.fa-css3:before {
|
1322 |
-
content: "\f13c"
|
1323 |
-
}
|
1324 |
-
|
1325 |
-
.fa-anchor:before {
|
1326 |
-
content: "\f13d"
|
1327 |
-
}
|
1328 |
-
|
1329 |
-
.fa-unlock-alt:before {
|
1330 |
-
content: "\f13e"
|
1331 |
-
}
|
1332 |
-
|
1333 |
-
.fa-bullseye:before {
|
1334 |
-
content: "\f140"
|
1335 |
-
}
|
1336 |
-
|
1337 |
-
.fa-ellipsis-h:before {
|
1338 |
-
content: "\f141"
|
1339 |
-
}
|
1340 |
-
|
1341 |
-
.fa-ellipsis-v:before {
|
1342 |
-
content: "\f142"
|
1343 |
-
}
|
1344 |
-
|
1345 |
-
.fa-rss-square:before {
|
1346 |
-
content: "\f143"
|
1347 |
-
}
|
1348 |
-
|
1349 |
-
.fa-play-circle:before {
|
1350 |
-
content: "\f144"
|
1351 |
-
}
|
1352 |
-
|
1353 |
-
.fa-ticket:before {
|
1354 |
-
content: "\f145"
|
1355 |
-
}
|
1356 |
-
|
1357 |
-
.fa-minus-square:before {
|
1358 |
-
content: "\f146"
|
1359 |
-
}
|
1360 |
-
|
1361 |
-
.fa-minus-square-o:before {
|
1362 |
-
content: "\f147"
|
1363 |
-
}
|
1364 |
-
|
1365 |
-
.fa-level-up:before {
|
1366 |
-
content: "\f148"
|
1367 |
-
}
|
1368 |
-
|
1369 |
-
.fa-level-down:before {
|
1370 |
-
content: "\f149"
|
1371 |
-
}
|
1372 |
-
|
1373 |
-
.fa-check-square:before {
|
1374 |
-
content: "\f14a"
|
1375 |
-
}
|
1376 |
-
|
1377 |
-
.fa-pencil-square:before {
|
1378 |
-
content: "\f14b"
|
1379 |
-
}
|
1380 |
-
|
1381 |
-
.fa-external-link-square:before {
|
1382 |
-
content: "\f14c"
|
1383 |
-
}
|
1384 |
-
|
1385 |
-
.fa-share-square:before {
|
1386 |
-
content: "\f14d"
|
1387 |
-
}
|
1388 |
-
|
1389 |
-
.fa-compass:before {
|
1390 |
-
content: "\f14e"
|
1391 |
-
}
|
1392 |
-
|
1393 |
-
.fa-toggle-down:before, .fa-caret-square-o-down:before {
|
1394 |
-
content: "\f150"
|
1395 |
-
}
|
1396 |
-
|
1397 |
-
.fa-toggle-up:before, .fa-caret-square-o-up:before {
|
1398 |
-
content: "\f151"
|
1399 |
-
}
|
1400 |
-
|
1401 |
-
.fa-toggle-right:before, .fa-caret-square-o-right:before {
|
1402 |
-
content: "\f152"
|
1403 |
-
}
|
1404 |
-
|
1405 |
-
.fa-euro:before, .fa-eur:before {
|
1406 |
-
content: "\f153"
|
1407 |
-
}
|
1408 |
-
|
1409 |
-
.fa-gbp:before {
|
1410 |
-
content: "\f154"
|
1411 |
-
}
|
1412 |
-
|
1413 |
-
.fa-dollar:before, .fa-usd:before {
|
1414 |
-
content: "\f155"
|
1415 |
-
}
|
1416 |
-
|
1417 |
-
.fa-rupee:before, .fa-inr:before {
|
1418 |
-
content: "\f156"
|
1419 |
-
}
|
1420 |
-
|
1421 |
-
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
|
1422 |
-
content: "\f157"
|
1423 |
-
}
|
1424 |
-
|
1425 |
-
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
|
1426 |
-
content: "\f158"
|
1427 |
-
}
|
1428 |
-
|
1429 |
-
.fa-won:before, .fa-krw:before {
|
1430 |
-
content: "\f159"
|
1431 |
-
}
|
1432 |
-
|
1433 |
-
.fa-bitcoin:before, .fa-btc:before {
|
1434 |
-
content: "\f15a"
|
1435 |
-
}
|
1436 |
-
|
1437 |
-
.fa-file:before {
|
1438 |
-
content: "\f15b"
|
1439 |
-
}
|
1440 |
-
|
1441 |
-
.fa-file-text:before {
|
1442 |
-
content: "\f15c"
|
1443 |
-
}
|
1444 |
-
|
1445 |
-
.fa-sort-alpha-asc:before {
|
1446 |
-
content: "\f15d"
|
1447 |
-
}
|
1448 |
-
|
1449 |
-
.fa-sort-alpha-desc:before {
|
1450 |
-
content: "\f15e"
|
1451 |
-
}
|
1452 |
-
|
1453 |
-
.fa-sort-amount-asc:before {
|
1454 |
-
content: "\f160"
|
1455 |
-
}
|
1456 |
-
|
1457 |
-
.fa-sort-amount-desc:before {
|
1458 |
-
content: "\f161"
|
1459 |
-
}
|
1460 |
-
|
1461 |
-
.fa-sort-numeric-asc:before {
|
1462 |
-
content: "\f162"
|
1463 |
-
}
|
1464 |
-
|
1465 |
-
.fa-sort-numeric-desc:before {
|
1466 |
-
content: "\f163"
|
1467 |
-
}
|
1468 |
-
|
1469 |
-
.fa-thumbs-up:before {
|
1470 |
-
content: "\f164"
|
1471 |
-
}
|
1472 |
-
|
1473 |
-
.fa-thumbs-down:before {
|
1474 |
-
content: "\f165"
|
1475 |
-
}
|
1476 |
-
|
1477 |
-
.fa-youtube-square:before {
|
1478 |
-
content: "\f166"
|
1479 |
-
}
|
1480 |
-
|
1481 |
-
.fa-youtube:before {
|
1482 |
-
content: "\f167"
|
1483 |
-
}
|
1484 |
-
|
1485 |
-
.fa-xing:before {
|
1486 |
-
content: "\f168"
|
1487 |
-
}
|
1488 |
-
|
1489 |
-
.fa-xing-square:before {
|
1490 |
-
content: "\f169"
|
1491 |
-
}
|
1492 |
-
|
1493 |
-
.fa-youtube-play:before {
|
1494 |
-
content: "\f16a"
|
1495 |
-
}
|
1496 |
-
|
1497 |
-
.fa-dropbox:before {
|
1498 |
-
content: "\f16b"
|
1499 |
-
}
|
1500 |
-
|
1501 |
-
.fa-stack-overflow:before {
|
1502 |
-
content: "\f16c"
|
1503 |
-
}
|
1504 |
-
|
1505 |
-
.fa-instagram:before {
|
1506 |
-
content: "\f16d"
|
1507 |
-
}
|
1508 |
-
|
1509 |
-
.fa-flickr:before {
|
1510 |
-
content: "\f16e"
|
1511 |
-
}
|
1512 |
-
|
1513 |
-
.fa-adn:before {
|
1514 |
-
content: "\f170"
|
1515 |
-
}
|
1516 |
-
|
1517 |
-
.fa-bitbucket:before {
|
1518 |
-
content: "\f171"
|
1519 |
-
}
|
1520 |
-
|
1521 |
-
.fa-bitbucket-square:before {
|
1522 |
-
content: "\f172"
|
1523 |
-
}
|
1524 |
-
|
1525 |
-
.fa-tumblr:before {
|
1526 |
-
content: "\f173"
|
1527 |
-
}
|
1528 |
-
|
1529 |
-
.fa-tumblr-square:before {
|
1530 |
-
content: "\f174"
|
1531 |
-
}
|
1532 |
-
|
1533 |
-
.fa-long-arrow-down:before {
|
1534 |
-
content: "\f175"
|
1535 |
-
}
|
1536 |
-
|
1537 |
-
.fa-long-arrow-up:before {
|
1538 |
-
content: "\f176"
|
1539 |
-
}
|
1540 |
-
|
1541 |
-
.fa-long-arrow-left:before {
|
1542 |
-
content: "\f177"
|
1543 |
-
}
|
1544 |
-
|
1545 |
-
.fa-long-arrow-right:before {
|
1546 |
-
content: "\f178"
|
1547 |
-
}
|
1548 |
-
|
1549 |
-
.fa-apple:before {
|
1550 |
-
content: "\f179"
|
1551 |
-
}
|
1552 |
-
|
1553 |
-
.fa-windows:before {
|
1554 |
-
content: "\f17a"
|
1555 |
-
}
|
1556 |
-
|
1557 |
-
.fa-android:before {
|
1558 |
-
content: "\f17b"
|
1559 |
-
}
|
1560 |
-
|
1561 |
-
.fa-linux:before {
|
1562 |
-
content: "\f17c"
|
1563 |
-
}
|
1564 |
-
|
1565 |
-
.fa-dribbble:before {
|
1566 |
-
content: "\f17d"
|
1567 |
-
}
|
1568 |
-
|
1569 |
-
.fa-skype:before {
|
1570 |
-
content: "\f17e"
|
1571 |
-
}
|
1572 |
-
|
1573 |
-
.fa-foursquare:before {
|
1574 |
-
content: "\f180"
|
1575 |
-
}
|
1576 |
-
|
1577 |
-
.fa-trello:before {
|
1578 |
-
content: "\f181"
|
1579 |
-
}
|
1580 |
-
|
1581 |
-
.fa-female:before {
|
1582 |
-
content: "\f182"
|
1583 |
-
}
|
1584 |
-
|
1585 |
-
.fa-male:before {
|
1586 |
-
content: "\f183"
|
1587 |
-
}
|
1588 |
-
|
1589 |
-
.fa-gittip:before, .fa-gratipay:before {
|
1590 |
-
content: "\f184"
|
1591 |
-
}
|
1592 |
-
|
1593 |
-
.fa-sun-o:before {
|
1594 |
-
content: "\f185"
|
1595 |
-
}
|
1596 |
-
|
1597 |
-
.fa-moon-o:before {
|
1598 |
-
content: "\f186"
|
1599 |
-
}
|
1600 |
-
|
1601 |
-
.fa-archive:before {
|
1602 |
-
content: "\f187"
|
1603 |
-
}
|
1604 |
-
|
1605 |
-
.fa-bug:before {
|
1606 |
-
content: "\f188"
|
1607 |
-
}
|
1608 |
-
|
1609 |
-
.fa-vk:before {
|
1610 |
-
content: "\f189"
|
1611 |
-
}
|
1612 |
-
|
1613 |
-
.fa-weibo:before {
|
1614 |
-
content: "\f18a"
|
1615 |
-
}
|
1616 |
-
|
1617 |
-
.fa-renren:before {
|
1618 |
-
content: "\f18b"
|
1619 |
-
}
|
1620 |
-
|
1621 |
-
.fa-pagelines:before {
|
1622 |
-
content: "\f18c"
|
1623 |
-
}
|
1624 |
-
|
1625 |
-
.fa-stack-exchange:before {
|
1626 |
-
content: "\f18d"
|
1627 |
-
}
|
1628 |
-
|
1629 |
-
.fa-arrow-circle-o-right:before {
|
1630 |
-
content: "\f18e"
|
1631 |
-
}
|
1632 |
-
|
1633 |
-
.fa-arrow-circle-o-left:before {
|
1634 |
-
content: "\f190"
|
1635 |
-
}
|
1636 |
-
|
1637 |
-
.fa-arrow-up:before {
|
1638 |
-
content: "\f062";
|
1639 |
-
}
|
1640 |
-
|
1641 |
-
.fa-arrow-down:before {
|
1642 |
-
content: "\f063";
|
1643 |
-
}
|
1644 |
-
|
1645 |
-
.fa-toggle-left:before, .fa-caret-square-o-left:before {
|
1646 |
-
content: "\f191"
|
1647 |
-
}
|
1648 |
-
|
1649 |
-
.fa-dot-circle-o:before {
|
1650 |
-
content: "\f192"
|
1651 |
-
}
|
1652 |
-
|
1653 |
-
.fa-wheelchair:before {
|
1654 |
-
content: "\f193"
|
1655 |
-
}
|
1656 |
-
|
1657 |
-
.fa-vimeo-square:before {
|
1658 |
-
content: "\f194"
|
1659 |
-
}
|
1660 |
-
|
1661 |
-
.fa-turkish-lira:before, .fa-try:before {
|
1662 |
-
content: "\f195"
|
1663 |
-
}
|
1664 |
-
|
1665 |
-
.fa-plus-square-o:before {
|
1666 |
-
content: "\f196"
|
1667 |
-
}
|
1668 |
-
|
1669 |
-
.fa-space-shuttle:before {
|
1670 |
-
content: "\f197"
|
1671 |
-
}
|
1672 |
-
|
1673 |
-
.fa-slack:before {
|
1674 |
-
content: "\f198"
|
1675 |
-
}
|
1676 |
-
|
1677 |
-
.fa-envelope-square:before {
|
1678 |
-
content: "\f199"
|
1679 |
-
}
|
1680 |
-
|
1681 |
-
.fa-wordpress:before {
|
1682 |
-
content: "\f19a"
|
1683 |
-
}
|
1684 |
-
|
1685 |
-
.fa-openid:before {
|
1686 |
-
content: "\f19b"
|
1687 |
-
}
|
1688 |
-
|
1689 |
-
.fa-institution:before, .fa-bank:before, .fa-university:before {
|
1690 |
-
content: "\f19c"
|
1691 |
-
}
|
1692 |
-
|
1693 |
-
.fa-mortar-board:before, .fa-graduation-cap:before {
|
1694 |
-
content: "\f19d"
|
1695 |
-
}
|
1696 |
-
|
1697 |
-
.fa-yahoo:before {
|
1698 |
-
content: "\f19e"
|
1699 |
-
}
|
1700 |
-
|
1701 |
-
.fa-google:before {
|
1702 |
-
content: "\f1a0"
|
1703 |
-
}
|
1704 |
-
|
1705 |
-
.fa-reddit:before {
|
1706 |
-
content: "\f1a1"
|
1707 |
-
}
|
1708 |
-
|
1709 |
-
.fa-reddit-square:before {
|
1710 |
-
content: "\f1a2"
|
1711 |
-
}
|
1712 |
-
|
1713 |
-
.fa-stumbleupon-circle:before {
|
1714 |
-
content: "\f1a3"
|
1715 |
-
}
|
1716 |
-
|
1717 |
-
.fa-stumbleupon:before {
|
1718 |
-
content: "\f1a4"
|
1719 |
-
}
|
1720 |
-
|
1721 |
-
.fa-delicious:before {
|
1722 |
-
content: "\f1a5"
|
1723 |
-
}
|
1724 |
-
|
1725 |
-
.fa-digg:before {
|
1726 |
-
content: "\f1a6"
|
1727 |
-
}
|
1728 |
-
|
1729 |
-
.fa-pied-piper:before {
|
1730 |
-
content: "\f1a7"
|
1731 |
-
}
|
1732 |
-
|
1733 |
-
.fa-pied-piper-alt:before {
|
1734 |
-
content: "\f1a8"
|
1735 |
-
}
|
1736 |
-
|
1737 |
-
.fa-drupal:before {
|
1738 |
-
content: "\f1a9"
|
1739 |
-
}
|
1740 |
-
|
1741 |
-
.fa-joomla:before {
|
1742 |
-
content: "\f1aa"
|
1743 |
-
}
|
1744 |
-
|
1745 |
-
.fa-language:before {
|
1746 |
-
content: "\f1ab"
|
1747 |
-
}
|
1748 |
-
|
1749 |
-
.fa-fax:before {
|
1750 |
-
content: "\f1ac"
|
1751 |
-
}
|
1752 |
-
|
1753 |
-
.fa-building:before {
|
1754 |
-
content: "\f1ad"
|
1755 |
-
}
|
1756 |
-
|
1757 |
-
.fa-child:before {
|
1758 |
-
content: "\f1ae"
|
1759 |
-
}
|
1760 |
-
|
1761 |
-
.fa-paw:before {
|
1762 |
-
content: "\f1b0"
|
1763 |
-
}
|
1764 |
-
|
1765 |
-
.fa-spoon:before {
|
1766 |
-
content: "\f1b1"
|
1767 |
-
}
|
1768 |
-
|
1769 |
-
.fa-cube:before {
|
1770 |
-
content: "\f1b2"
|
1771 |
-
}
|
1772 |
-
|
1773 |
-
.fa-cubes:before {
|
1774 |
-
content: "\f1b3"
|
1775 |
-
}
|
1776 |
-
|
1777 |
-
.fa-behance:before {
|
1778 |
-
content: "\f1b4"
|
1779 |
-
}
|
1780 |
-
|
1781 |
-
.fa-behance-square:before {
|
1782 |
-
content: "\f1b5"
|
1783 |
-
}
|
1784 |
-
|
1785 |
-
.fa-steam:before {
|
1786 |
-
content: "\f1b6"
|
1787 |
-
}
|
1788 |
-
|
1789 |
-
.fa-steam-square:before {
|
1790 |
-
content: "\f1b7"
|
1791 |
-
}
|
1792 |
-
|
1793 |
-
.fa-recycle:before {
|
1794 |
-
content: "\f1b8"
|
1795 |
-
}
|
1796 |
-
|
1797 |
-
.fa-automobile:before, .fa-car:before {
|
1798 |
-
content: "\f1b9"
|
1799 |
-
}
|
1800 |
-
|
1801 |
-
.fa-cab:before, .fa-taxi:before {
|
1802 |
-
content: "\f1ba"
|
1803 |
-
}
|
1804 |
-
|
1805 |
-
.fa-tree:before {
|
1806 |
-
content: "\f1bb"
|
1807 |
-
}
|
1808 |
-
|
1809 |
-
.fa-spotify:before {
|
1810 |
-
content: "\f1bc"
|
1811 |
-
}
|
1812 |
-
|
1813 |
-
.fa-deviantart:before {
|
1814 |
-
content: "\f1bd"
|
1815 |
-
}
|
1816 |
-
|
1817 |
-
.fa-soundcloud:before {
|
1818 |
-
content: "\f1be"
|
1819 |
-
}
|
1820 |
-
|
1821 |
-
.fa-database:before {
|
1822 |
-
content: "\f1c0"
|
1823 |
-
}
|
1824 |
-
|
1825 |
-
.fa-file-pdf-o:before {
|
1826 |
-
content: "\f1c1"
|
1827 |
-
}
|
1828 |
-
|
1829 |
-
.fa-file-word-o:before {
|
1830 |
-
content: "\f1c2"
|
1831 |
-
}
|
1832 |
-
|
1833 |
-
.fa-file-excel-o:before {
|
1834 |
-
content: "\f1c3"
|
1835 |
-
}
|
1836 |
-
|
1837 |
-
.fa-file-powerpoint-o:before {
|
1838 |
-
content: "\f1c4"
|
1839 |
-
}
|
1840 |
-
|
1841 |
-
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
|
1842 |
-
content: "\f1c5"
|
1843 |
-
}
|
1844 |
-
|
1845 |
-
.fa-file-zip-o:before, .fa-file-archive-o:before {
|
1846 |
-
content: "\f1c6"
|
1847 |
-
}
|
1848 |
-
|
1849 |
-
.fa-file-sound-o:before, .fa-file-audio-o:before {
|
1850 |
-
content: "\f1c7"
|
1851 |
-
}
|
1852 |
-
|
1853 |
-
.fa-file-movie-o:before, .fa-file-video-o:before {
|
1854 |
-
content: "\f1c8"
|
1855 |
-
}
|
1856 |
-
|
1857 |
-
.fa-file-code-o:before {
|
1858 |
-
content: "\f1c9"
|
1859 |
-
}
|
1860 |
-
|
1861 |
-
.fa-vine:before {
|
1862 |
-
content: "\f1ca"
|
1863 |
-
}
|
1864 |
-
|
1865 |
-
.fa-codepen:before {
|
1866 |
-
content: "\f1cb"
|
1867 |
-
}
|
1868 |
-
|
1869 |
-
.fa-jsfiddle:before {
|
1870 |
-
content: "\f1cc"
|
1871 |
-
}
|
1872 |
-
|
1873 |
-
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
|
1874 |
-
content: "\f1cd"
|
1875 |
-
}
|
1876 |
-
|
1877 |
-
.fa-circle-o-notch:before {
|
1878 |
-
content: "\f1ce"
|
1879 |
-
}
|
1880 |
-
|
1881 |
-
.fa-ra:before, .fa-rebel:before {
|
1882 |
-
content: "\f1d0"
|
1883 |
-
}
|
1884 |
-
|
1885 |
-
.fa-ge:before, .fa-empire:before {
|
1886 |
-
content: "\f1d1"
|
1887 |
-
}
|
1888 |
-
|
1889 |
-
.fa-git-square:before {
|
1890 |
-
content: "\f1d2"
|
1891 |
-
}
|
1892 |
-
|
1893 |
-
.fa-git:before {
|
1894 |
-
content: "\f1d3"
|
1895 |
-
}
|
1896 |
-
|
1897 |
-
.fa-hacker-news:before {
|
1898 |
-
content: "\f1d4"
|
1899 |
-
}
|
1900 |
-
|
1901 |
-
.fa-tencent-weibo:before {
|
1902 |
-
content: "\f1d5"
|
1903 |
-
}
|
1904 |
-
|
1905 |
-
.fa-qq:before {
|
1906 |
-
content: "\f1d6"
|
1907 |
-
}
|
1908 |
-
|
1909 |
-
.fa-wechat:before, .fa-weixin:before {
|
1910 |
-
content: "\f1d7"
|
1911 |
-
}
|
1912 |
-
|
1913 |
-
.fa-send:before, .fa-paper-plane:before {
|
1914 |
-
content: "\f1d8"
|
1915 |
-
}
|
1916 |
-
|
1917 |
-
.fa-send-o:before, .fa-paper-plane-o:before {
|
1918 |
-
content: "\f1d9"
|
1919 |
-
}
|
1920 |
-
|
1921 |
-
.fa-history:before {
|
1922 |
-
content: "\f1da"
|
1923 |
-
}
|
1924 |
-
|
1925 |
-
.fa-genderless:before, .fa-circle-thin:before {
|
1926 |
-
content: "\f1db"
|
1927 |
-
}
|
1928 |
-
|
1929 |
-
.fa-header:before {
|
1930 |
-
content: "\f1dc"
|
1931 |
-
}
|
1932 |
-
|
1933 |
-
.fa-paragraph:before {
|
1934 |
-
content: "\f1dd"
|
1935 |
-
}
|
1936 |
-
|
1937 |
-
.fa-sliders:before {
|
1938 |
-
content: "\f1de"
|
1939 |
-
}
|
1940 |
-
|
1941 |
-
.fa-share-alt:before {
|
1942 |
-
content: "\f1e0"
|
1943 |
-
}
|
1944 |
-
|
1945 |
-
.fa-share-alt-square:before {
|
1946 |
-
content: "\f1e1"
|
1947 |
-
}
|
1948 |
-
|
1949 |
-
.fa-bomb:before {
|
1950 |
-
content: "\f1e2"
|
1951 |
-
}
|
1952 |
-
|
1953 |
-
.fa-soccer-ball-o:before, .fa-futbol-o:before {
|
1954 |
-
content: "\f1e3"
|
1955 |
-
}
|
1956 |
-
|
1957 |
-
.fa-tty:before {
|
1958 |
-
content: "\f1e4"
|
1959 |
-
}
|
1960 |
-
|
1961 |
-
.fa-binoculars:before {
|
1962 |
-
content: "\f1e5"
|
1963 |
-
}
|
1964 |
-
|
1965 |
-
.fa-plug:before {
|
1966 |
-
content: "\f1e6"
|
1967 |
-
}
|
1968 |
-
|
1969 |
-
.fa-slideshare:before {
|
1970 |
-
content: "\f1e7"
|
1971 |
-
}
|
1972 |
-
|
1973 |
-
.fa-twitch:before {
|
1974 |
-
content: "\f1e8"
|
1975 |
-
}
|
1976 |
-
|
1977 |
-
.fa-yelp:before {
|
1978 |
-
content: "\f1e9"
|
1979 |
-
}
|
1980 |
-
|
1981 |
-
.fa-newspaper-o:before {
|
1982 |
-
content: "\f1ea"
|
1983 |
-
}
|
1984 |
-
|
1985 |
-
.fa-wifi:before {
|
1986 |
-
content: "\f1eb"
|
1987 |
-
}
|
1988 |
-
|
1989 |
-
.fa-calculator:before {
|
1990 |
-
content: "\f1ec"
|
1991 |
-
}
|
1992 |
-
|
1993 |
-
.fa-paypal:before {
|
1994 |
-
content: "\f1ed"
|
1995 |
-
}
|
1996 |
-
|
1997 |
-
.fa-google-wallet:before {
|
1998 |
-
content: "\f1ee"
|
1999 |
-
}
|
2000 |
-
|
2001 |
-
.fa-cc-visa:before {
|
2002 |
-
content: "\f1f0"
|
2003 |
-
}
|
2004 |
-
|
2005 |
-
.fa-cc-mastercard:before {
|
2006 |
-
content: "\f1f1"
|
2007 |
-
}
|
2008 |
-
|
2009 |
-
.fa-cc-discover:before {
|
2010 |
-
content: "\f1f2"
|
2011 |
-
}
|
2012 |
-
|
2013 |
-
.fa-cc-amex:before {
|
2014 |
-
content: "\f1f3"
|
2015 |
-
}
|
2016 |
-
|
2017 |
-
.fa-cc-paypal:before {
|
2018 |
-
content: "\f1f4"
|
2019 |
-
}
|
2020 |
-
|
2021 |
-
.fa-cc-stripe:before {
|
2022 |
-
content: "\f1f5"
|
2023 |
-
}
|
2024 |
-
|
2025 |
-
.fa-bell-slash:before {
|
2026 |
-
content: "\f1f6"
|
2027 |
-
}
|
2028 |
-
|
2029 |
-
.fa-bell-slash-o:before {
|
2030 |
-
content: "\f1f7"
|
2031 |
-
}
|
2032 |
-
|
2033 |
-
.fa-trash:before {
|
2034 |
-
content: "\f1f8"
|
2035 |
-
}
|
2036 |
-
|
2037 |
-
.fa-copyright:before {
|
2038 |
-
content: "\f1f9"
|
2039 |
-
}
|
2040 |
-
|
2041 |
-
.fa-at:before {
|
2042 |
-
content: "\f1fa"
|
2043 |
-
}
|
2044 |
-
|
2045 |
-
.fa-eyedropper:before {
|
2046 |
-
content: "\f1fb"
|
2047 |
-
}
|
2048 |
-
|
2049 |
-
.fa-paint-brush:before {
|
2050 |
-
content: "\f1fc"
|
2051 |
-
}
|
2052 |
-
|
2053 |
-
.fa-birthday-cake:before {
|
2054 |
-
content: "\f1fd"
|
2055 |
-
}
|
2056 |
-
|
2057 |
-
.fa-area-chart:before {
|
2058 |
-
content: "\f1fe"
|
2059 |
-
}
|
2060 |
-
|
2061 |
-
.fa-pie-chart:before {
|
2062 |
-
content: "\f200"
|
2063 |
-
}
|
2064 |
-
|
2065 |
-
.fa-line-chart:before {
|
2066 |
-
content: "\f201"
|
2067 |
-
}
|
2068 |
-
|
2069 |
-
.fa-lastfm:before {
|
2070 |
-
content: "\f202"
|
2071 |
-
}
|
2072 |
-
|
2073 |
-
.fa-lastfm-square:before {
|
2074 |
-
content: "\f203"
|
2075 |
-
}
|
2076 |
-
|
2077 |
-
.fa-toggle-off:before {
|
2078 |
-
content: "\f204"
|
2079 |
-
}
|
2080 |
-
|
2081 |
-
.fa-toggle-on:before {
|
2082 |
-
content: "\f205"
|
2083 |
-
}
|
2084 |
-
|
2085 |
-
.fa-bicycle:before {
|
2086 |
-
content: "\f206"
|
2087 |
-
}
|
2088 |
-
|
2089 |
-
.fa-bus:before {
|
2090 |
-
content: "\f207"
|
2091 |
-
}
|
2092 |
-
|
2093 |
-
.fa-ioxhost:before {
|
2094 |
-
content: "\f208"
|
2095 |
-
}
|
2096 |
-
|
2097 |
-
.fa-angellist:before {
|
2098 |
-
content: "\f209"
|
2099 |
-
}
|
2100 |
-
|
2101 |
-
.fa-cc:before {
|
2102 |
-
content: "\f20a"
|
2103 |
-
}
|
2104 |
-
|
2105 |
-
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
|
2106 |
-
content: "\f20b"
|
2107 |
-
}
|
2108 |
-
|
2109 |
-
.fa-meanpath:before {
|
2110 |
-
content: "\f20c"
|
2111 |
-
}
|
2112 |
-
|
2113 |
-
.fa-buysellads:before {
|
2114 |
-
content: "\f20d"
|
2115 |
-
}
|
2116 |
-
|
2117 |
-
.fa-connectdevelop:before {
|
2118 |
-
content: "\f20e"
|
2119 |
-
}
|
2120 |
-
|
2121 |
-
.fa-dashcube:before {
|
2122 |
-
content: "\f210"
|
2123 |
-
}
|
2124 |
-
|
2125 |
-
.fa-forumbee:before {
|
2126 |
-
content: "\f211"
|
2127 |
-
}
|
2128 |
-
|
2129 |
-
.fa-leanpub:before {
|
2130 |
-
content: "\f212"
|
2131 |
-
}
|
2132 |
-
|
2133 |
-
.fa-sellsy:before {
|
2134 |
-
content: "\f213"
|
2135 |
-
}
|
2136 |
-
|
2137 |
-
.fa-shirtsinbulk:before {
|
2138 |
-
content: "\f214"
|
2139 |
-
}
|
2140 |
-
|
2141 |
-
.fa-simplybuilt:before {
|
2142 |
-
content: "\f215"
|
2143 |
-
}
|
2144 |
-
|
2145 |
-
.fa-skyatlas:before {
|
2146 |
-
content: "\f216"
|
2147 |
-
}
|
2148 |
-
|
2149 |
-
.fa-cart-plus:before {
|
2150 |
-
content: "\f217"
|
2151 |
-
}
|
2152 |
-
|
2153 |
-
.fa-cart-arrow-down:before {
|
2154 |
-
content: "\f218"
|
2155 |
-
}
|
2156 |
-
|
2157 |
-
.fa-diamond:before {
|
2158 |
-
content: "\f219"
|
2159 |
-
}
|
2160 |
-
|
2161 |
-
.fa-ship:before {
|
2162 |
-
content: "\f21a"
|
2163 |
-
}
|
2164 |
-
|
2165 |
-
.fa-user-secret:before {
|
2166 |
-
content: "\f21b"
|
2167 |
-
}
|
2168 |
-
|
2169 |
-
.fa-motorcycle:before {
|
2170 |
-
content: "\f21c"
|
2171 |
-
}
|
2172 |
-
|
2173 |
-
.fa-street-view:before {
|
2174 |
-
content: "\f21d"
|
2175 |
-
}
|
2176 |
-
|
2177 |
-
.fa-heartbeat:before {
|
2178 |
-
content: "\f21e"
|
2179 |
-
}
|
2180 |
-
|
2181 |
-
.fa-venus:before {
|
2182 |
-
content: "\f221"
|
2183 |
-
}
|
2184 |
-
|
2185 |
-
.fa-mars:before {
|
2186 |
-
content: "\f222"
|
2187 |
-
}
|
2188 |
-
|
2189 |
-
.fa-mercury:before {
|
2190 |
-
content: "\f223"
|
2191 |
-
}
|
2192 |
-
|
2193 |
-
.fa-transgender:before {
|
2194 |
-
content: "\f224"
|
2195 |
-
}
|
2196 |
-
|
2197 |
-
.fa-transgender-alt:before {
|
2198 |
-
content: "\f225"
|
2199 |
-
}
|
2200 |
-
|
2201 |
-
.fa-venus-double:before {
|
2202 |
-
content: "\f226"
|
2203 |
-
}
|
2204 |
-
|
2205 |
-
.fa-mars-double:before {
|
2206 |
-
content: "\f227"
|
2207 |
-
}
|
2208 |
-
|
2209 |
-
.fa-venus-mars:before {
|
2210 |
-
content: "\f228"
|
2211 |
-
}
|
2212 |
-
|
2213 |
-
.fa-mars-stroke:before {
|
2214 |
-
content: "\f229"
|
2215 |
-
}
|
2216 |
-
|
2217 |
-
.fa-mars-stroke-v:before {
|
2218 |
-
content: "\f22a"
|
2219 |
-
}
|
2220 |
-
|
2221 |
-
.fa-mars-stroke-h:before {
|
2222 |
-
content: "\f22b"
|
2223 |
-
}
|
2224 |
-
|
2225 |
-
.fa-neuter:before {
|
2226 |
-
content: "\f22c"
|
2227 |
-
}
|
2228 |
-
|
2229 |
-
.fa-facebook-official:before {
|
2230 |
-
content: "\f230"
|
2231 |
-
}
|
2232 |
-
|
2233 |
-
.fa-pinterest-p:before {
|
2234 |
-
content: "\f231"
|
2235 |
-
}
|
2236 |
-
|
2237 |
-
.fa-whatsapp:before {
|
2238 |
-
content: "\f232"
|
2239 |
-
}
|
2240 |
-
|
2241 |
-
.fa-server:before {
|
2242 |
-
content: "\f233"
|
2243 |
-
}
|
2244 |
-
|
2245 |
-
.fa-user-plus:before {
|
2246 |
-
content: "\f234"
|
2247 |
-
}
|
2248 |
-
|
2249 |
-
.fa-user-times:before {
|
2250 |
-
content: "\f235"
|
2251 |
-
}
|
2252 |
-
|
2253 |
-
.fa-hotel:before, .fa-bed:before {
|
2254 |
-
content: "\f236"
|
2255 |
-
}
|
2256 |
-
|
2257 |
-
.fa-viacoin:before {
|
2258 |
-
content: "\f237"
|
2259 |
-
}
|
2260 |
-
|
2261 |
-
.fa-train:before {
|
2262 |
-
content: "\f238"
|
2263 |
-
}
|
2264 |
-
|
2265 |
-
.fa-subway:before {
|
2266 |
-
content: "\f239"
|
2267 |
-
}
|
2268 |
-
|
2269 |
-
.fa-medium:before {
|
2270 |
-
content: "\f23a"
|
2271 |
-
}
|
2272 |
-
|
2273 |
-
.sq_success {
|
2274 |
-
color: white !important;
|
2275 |
-
background-color: #20bc49 !important;
|
2276 |
-
}
|
2277 |
-
|
2278 |
-
.sq_success p {
|
2279 |
-
line-height: 30px !important;
|
2280 |
-
text-align: center;
|
2281 |
-
font-size: 16px !important;
|
2282 |
-
font-weight: bold;
|
2283 |
-
position: relative;
|
2284 |
-
margin: 5px 0 !important;
|
2285 |
-
padding: 0 !important;
|
2286 |
-
}
|
2287 |
-
|
2288 |
-
.sq_message {
|
2289 |
-
line-height: 19px;
|
2290 |
-
width: calc(100% - 22px) !important;
|
2291 |
-
margin: -1px 0;
|
2292 |
-
padding: 0;
|
2293 |
-
font-size: 13px;
|
2294 |
-
text-align: center;
|
2295 |
-
|
2296 |
-
border-width: 1px;
|
2297 |
-
border-style: solid;
|
2298 |
-
-webkit-border-bottom-right-radius: 3px;
|
2299 |
-
-webkit-border-bottom-left-radius: 3px;
|
2300 |
-
border-bottom-right-radius: 3px;
|
2301 |
-
border-bottom-left-radius: 3px;
|
2302 |
-
background-color: #FFFBCC;
|
2303 |
-
border-color: #E6DB55;
|
2304 |
-
}
|
2305 |
-
|
2306 |
-
.sq_error {
|
2307 |
-
color: red;
|
2308 |
-
font-size: 14px;
|
2309 |
-
line-height: 30px;
|
2310 |
-
}
|
2311 |
-
|
2312 |
-
.sq_notices {
|
2313 |
-
font-size: 13px;
|
2314 |
-
color: #555;
|
2315 |
-
}
|
2316 |
-
|
2317 |
-
.sq_absolute {
|
2318 |
-
position: fixed;
|
2319 |
-
top: 2px;
|
2320 |
-
z-index: 10000;
|
2321 |
-
text-align: center;
|
2322 |
-
}
|
2323 |
-
|
2324 |
-
.sq_savenotice {
|
2325 |
-
width: 70%;
|
2326 |
-
}
|
2327 |
-
|
2328 |
-
.sq_absolute span {
|
2329 |
-
width: 100% !important;
|
2330 |
-
display: inline-block;
|
2331 |
-
}
|
2332 |
-
|
2333 |
-
.sq_error strong {
|
2334 |
-
line-height: 25px;
|
2335 |
-
}
|
2336 |
-
|
2337 |
-
#wpcontent {
|
2338 |
-
background: #f9f9f9;
|
2339 |
-
}
|
2340 |
-
|
2341 |
-
.sq_notice {
|
2342 |
-
background-color: yellow;
|
2343 |
-
padding: 10px;
|
2344 |
-
margin: 5px 15px 10px 0;
|
2345 |
-
border: none;
|
2346 |
-
}
|
2347 |
-
|
2348 |
-
.sq_logout {
|
2349 |
-
display: inline-block;
|
2350 |
-
margin-left: 10px;
|
2351 |
-
}
|
2352 |
-
|
2353 |
-
@-webkit-keyframes play {
|
2354 |
-
from {
|
2355 |
-
background-position: 0;
|
2356 |
-
}
|
2357 |
-
to {
|
2358 |
-
background-position: -400px;
|
2359 |
-
}
|
2360 |
-
}
|
2361 |
-
|
2362 |
-
@-moz-keyframes play {
|
2363 |
-
from {
|
2364 |
-
background-position: 0;
|
2365 |
-
}
|
2366 |
-
to {
|
2367 |
-
background-position: -400px;
|
2368 |
-
}
|
2369 |
-
}
|
2370 |
-
|
2371 |
-
@-ms-keyframes play {
|
2372 |
-
from {
|
2373 |
-
background-position: 0;
|
2374 |
-
}
|
2375 |
-
to {
|
2376 |
-
background-position: -400px;
|
2377 |
-
}
|
2378 |
-
}
|
2379 |
-
|
2380 |
-
@-o-keyframes play {
|
2381 |
-
from {
|
2382 |
-
background-position: 0;
|
2383 |
-
}
|
2384 |
-
to {
|
2385 |
-
background-position: -400px;
|
2386 |
-
}
|
2387 |
-
}
|
2388 |
-
|
2389 |
-
@keyframes play {
|
2390 |
-
from {
|
2391 |
-
background-position: 0;
|
2392 |
-
}
|
2393 |
-
to {
|
2394 |
-
background-position: -400px;
|
2395 |
-
}
|
2396 |
-
}
|
2397 |
-
|
2398 |
-
.sq_minloading {
|
2399 |
-
position: relative;
|
2400 |
-
opacity: 0.5;
|
2401 |
-
}
|
2402 |
-
|
2403 |
-
.sq_minloading:before {
|
2404 |
-
position: absolute;
|
2405 |
-
right: calc(50% - 10px);
|
2406 |
-
top: calc(50% - 8px);
|
2407 |
-
display: block;
|
2408 |
-
float: right;
|
2409 |
-
line-height: 30px;
|
2410 |
-
content: "";
|
2411 |
-
padding: 0 0;
|
2412 |
-
margin: 0 0 0 5px;
|
2413 |
-
height: 16px;
|
2414 |
-
width: 20px;
|
2415 |
-
background: transparent url('../img/minloading.png') no-repeat;
|
2416 |
-
|
2417 |
-
-webkit-animation: play 1s steps(10) infinite;
|
2418 |
-
-moz-animation: play 1s steps(10) infinite;
|
2419 |
-
-ms-animation: play 1s steps(10) infinite;
|
2420 |
-
-o-animation: play 1s steps(10) infinite;
|
2421 |
-
animation: play 1s steps(10) infinite;
|
2422 |
-
}
|
2423 |
-
|
2424 |
-
.nav-tab {
|
2425 |
-
margin-left: 0;
|
2426 |
-
margin-right: 3px;
|
2427 |
-
border: 1px solid #ddd;
|
2428 |
-
border-bottom: none;
|
2429 |
-
|
2430 |
-
position: relative;
|
2431 |
-
z-index: 1;
|
2432 |
-
}
|
2433 |
-
|
2434 |
-
.nav-tab-active {
|
2435 |
-
background-color: #f5f5f5;
|
2436 |
-
}
|
2437 |
-
|
2438 |
-
a {
|
2439 |
-
background-color: transparent;
|
2440 |
-
}
|
2441 |
-
|
2442 |
-
a:active,
|
2443 |
-
a:hover {
|
2444 |
-
outline: 0;
|
2445 |
-
}
|
2446 |
-
|
2447 |
-
abbr[title] {
|
2448 |
-
border-bottom: 1px dotted;
|
2449 |
-
}
|
2450 |
-
|
2451 |
-
b,
|
2452 |
-
strong {
|
2453 |
-
font-weight: bold;
|
2454 |
-
}
|
2455 |
-
|
2456 |
-
dfn {
|
2457 |
-
font-style: italic;
|
2458 |
-
}
|
2459 |
-
|
2460 |
-
h1 {
|
2461 |
-
margin: .67em 0;
|
2462 |
-
font-size: 2em;
|
2463 |
-
}
|
2464 |
-
|
2465 |
-
mark {
|
2466 |
-
color: #000;
|
2467 |
-
background: #ff0;
|
2468 |
-
}
|
2469 |
-
|
2470 |
-
small {
|
2471 |
-
font-size: 80%;
|
2472 |
-
}
|
2473 |
-
|
2474 |
-
sub,
|
2475 |
-
sup {
|
2476 |
-
position: relative;
|
2477 |
-
font-size: 75%;
|
2478 |
-
line-height: 0;
|
2479 |
-
vertical-align: baseline;
|
2480 |
-
}
|
2481 |
-
|
2482 |
-
sup {
|
2483 |
-
top: -.5em;
|
2484 |
-
}
|
2485 |
-
|
2486 |
-
sub {
|
2487 |
-
bottom: -.25em;
|
2488 |
-
}
|
2489 |
-
|
2490 |
-
img {
|
2491 |
-
border: 0;
|
2492 |
-
}
|
2493 |
-
|
2494 |
-
svg:not(:root) {
|
2495 |
-
overflow: hidden;
|
2496 |
-
}
|
2497 |
-
|
2498 |
-
figure {
|
2499 |
-
margin: 1em 40px;
|
2500 |
-
}
|
2501 |
-
|
2502 |
-
hr {
|
2503 |
-
height: 0;
|
2504 |
-
-webkit-box-sizing: content-box;
|
2505 |
-
-moz-box-sizing: content-box;
|
2506 |
-
box-sizing: content-box;
|
2507 |
-
}
|
2508 |
-
|
2509 |
-
pre {
|
2510 |
-
overflow: auto;
|
2511 |
-
}
|
2512 |
-
|
2513 |
-
button,
|
2514 |
-
input,
|
2515 |
-
optgroup,
|
2516 |
-
select,
|
2517 |
-
textarea {
|
2518 |
-
margin: 0;
|
2519 |
-
font: inherit;
|
2520 |
-
color: inherit;
|
2521 |
-
}
|
2522 |
-
|
2523 |
-
button {
|
2524 |
-
overflow: visible;
|
2525 |
-
}
|
2526 |
-
|
2527 |
-
button,
|
2528 |
-
select {
|
2529 |
-
text-transform: none;
|
2530 |
-
}
|
2531 |
-
|
2532 |
-
button,
|
2533 |
-
html input[type="button"],
|
2534 |
-
input[type="reset"],
|
2535 |
-
input[type="submit"] {
|
2536 |
-
-webkit-appearance: button;
|
2537 |
-
cursor: pointer;
|
2538 |
-
}
|
2539 |
-
|
2540 |
-
button[disabled],
|
2541 |
-
html input[disabled] {
|
2542 |
-
cursor: default;
|
2543 |
-
}
|
2544 |
-
|
2545 |
-
button::-moz-focus-inner,
|
2546 |
-
input::-moz-focus-inner {
|
2547 |
-
padding: 0;
|
2548 |
-
border: 0;
|
2549 |
-
}
|
2550 |
-
|
2551 |
-
input {
|
2552 |
-
line-height: normal;
|
2553 |
-
}
|
2554 |
-
|
2555 |
-
input[type="checkbox"],
|
2556 |
-
input[type="radio"] {
|
2557 |
-
-webkit-box-sizing: border-box;
|
2558 |
-
-moz-box-sizing: border-box;
|
2559 |
-
box-sizing: border-box;
|
2560 |
-
padding: 0;
|
2561 |
-
}
|
2562 |
-
|
2563 |
-
input[type="number"]::-webkit-inner-spin-button,
|
2564 |
-
input[type="number"]::-webkit-outer-spin-button {
|
2565 |
-
height: auto;
|
2566 |
-
}
|
2567 |
-
|
2568 |
-
input[type="search"] {
|
2569 |
-
-webkit-box-sizing: content-box;
|
2570 |
-
-moz-box-sizing: content-box;
|
2571 |
-
box-sizing: content-box;
|
2572 |
-
-webkit-appearance: textfield;
|
2573 |
-
}
|
2574 |
-
|
2575 |
-
input[type="search"]::-webkit-search-cancel-button,
|
2576 |
-
input[type="search"]::-webkit-search-decoration {
|
2577 |
-
-webkit-appearance: none;
|
2578 |
-
}
|
2579 |
-
|
2580 |
-
fieldset {
|
2581 |
-
padding: .35em .625em .75em;
|
2582 |
-
margin: 0 2px;
|
2583 |
-
border: 1px solid #c0c0c0;
|
2584 |
-
}
|
2585 |
-
|
2586 |
-
legend {
|
2587 |
-
padding: 0;
|
2588 |
-
border: 0;
|
2589 |
-
}
|
2590 |
-
|
2591 |
-
textarea {
|
2592 |
-
overflow: auto;
|
2593 |
-
}
|
2594 |
-
|
2595 |
-
optgroup {
|
2596 |
-
font-weight: bold;
|
2597 |
-
}
|
2598 |
-
|
2599 |
-
table {
|
2600 |
-
border-spacing: 0;
|
2601 |
-
border-collapse: collapse;
|
2602 |
-
}
|
2603 |
-
|
2604 |
-
td,
|
2605 |
-
th {
|
2606 |
-
padding: 0;
|
2607 |
-
}
|
2608 |
-
|
2609 |
-
* {
|
2610 |
-
-webkit-box-sizing: border-box;
|
2611 |
-
-moz-box-sizing: border-box;
|
2612 |
-
box-sizing: border-box;
|
2613 |
-
}
|
2614 |
-
|
2615 |
-
*:before,
|
2616 |
-
*:after {
|
2617 |
-
-webkit-box-sizing: border-box;
|
2618 |
-
-moz-box-sizing: border-box;
|
2619 |
-
box-sizing: border-box;
|
2620 |
-
}
|
2621 |
-
|
2622 |
-
input,
|
2623 |
-
button,
|
2624 |
-
select,
|
2625 |
-
textarea {
|
2626 |
-
font-family: inherit;
|
2627 |
-
font-size: inherit;
|
2628 |
-
line-height: inherit;
|
2629 |
-
}
|
2630 |
-
|
2631 |
-
a {
|
2632 |
-
color: #337ab7;
|
2633 |
-
text-decoration: none;
|
2634 |
-
}
|
2635 |
-
|
2636 |
-
a:hover,
|
2637 |
-
a:focus {
|
2638 |
-
color: #23527c;
|
2639 |
-
text-decoration: underline;
|
2640 |
-
}
|
2641 |
-
|
2642 |
-
a:focus {
|
2643 |
-
outline: thin dotted;
|
2644 |
-
outline: 5px auto -webkit-focus-ring-color;
|
2645 |
-
outline-offset: -2px;
|
2646 |
-
}
|
2647 |
-
|
2648 |
-
figure {
|
2649 |
-
margin: 0;
|
2650 |
-
}
|
2651 |
-
|
2652 |
-
img {
|
2653 |
-
vertical-align: middle;
|
2654 |
-
}
|
2655 |
-
|
2656 |
-
.img-responsive,
|
2657 |
-
.thumbnail > img,
|
2658 |
-
.thumbnail a > img,
|
2659 |
-
.carousel-inner > .item > img,
|
2660 |
-
.carousel-inner > .item > a > img {
|
2661 |
-
display: block;
|
2662 |
-
max-width: 100%;
|
2663 |
-
height: auto;
|
2664 |
-
}
|
2665 |
-
|
2666 |
-
.img-rounded {
|
2667 |
-
border-radius: 6px;
|
2668 |
-
}
|
2669 |
-
|
2670 |
-
.img-thumbnail {
|
2671 |
-
display: inline-block;
|
2672 |
-
max-width: 100%;
|
2673 |
-
height: auto;
|
2674 |
-
padding: 4px;
|
2675 |
-
line-height: 1.42857143;
|
2676 |
-
background-color: #fff;
|
2677 |
-
border: 1px solid #ddd;
|
2678 |
-
border-radius: 4px;
|
2679 |
-
-webkit-transition: all .2s ease-in-out;
|
2680 |
-
-o-transition: all .2s ease-in-out;
|
2681 |
-
transition: all .2s ease-in-out;
|
2682 |
-
}
|
2683 |
-
|
2684 |
-
.img-circle {
|
2685 |
-
border-radius: 50%;
|
2686 |
-
}
|
2687 |
-
|
2688 |
-
hr {
|
2689 |
-
margin-top: 20px;
|
2690 |
-
margin-bottom: 20px;
|
2691 |
-
border: 0;
|
2692 |
-
border-top: 1px solid #eee;
|
2693 |
-
}
|
2694 |
-
|
2695 |
-
.sr-only {
|
2696 |
-
position: absolute;
|
2697 |
-
width: 1px;
|
2698 |
-
height: 1px;
|
2699 |
-
padding: 0;
|
2700 |
-
margin: -1px;
|
2701 |
-
overflow: hidden;
|
2702 |
-
clip: rect(0, 0, 0, 0);
|
2703 |
-
border: 0;
|
2704 |
-
}
|
2705 |
-
|
2706 |
-
.sr-only-focusable:active,
|
2707 |
-
.sr-only-focusable:focus {
|
2708 |
-
position: static;
|
2709 |
-
width: auto;
|
2710 |
-
height: auto;
|
2711 |
-
margin: 0;
|
2712 |
-
overflow: visible;
|
2713 |
-
clip: auto;
|
2714 |
-
}
|
2715 |
-
|
2716 |
-
[role="button"] {
|
2717 |
-
cursor: pointer;
|
2718 |
-
}
|
2719 |
-
|
2720 |
-
h1,
|
2721 |
-
h2,
|
2722 |
-
h3,
|
2723 |
-
h4,
|
2724 |
-
h5,
|
2725 |
-
h6,
|
2726 |
-
.h1,
|
2727 |
-
.h2,
|
2728 |
-
.h3,
|
2729 |
-
.h4,
|
2730 |
-
.h5,
|
2731 |
-
.h6 {
|
2732 |
-
font-family: inherit;
|
2733 |
-
font-weight: 500;
|
2734 |
-
line-height: 1.1;
|
2735 |
-
color: inherit;
|
2736 |
-
}
|
2737 |
-
|
2738 |
-
h1 small,
|
2739 |
-
h2 small,
|
2740 |
-
h3 small,
|
2741 |
-
h4 small,
|
2742 |
-
h5 small,
|
2743 |
-
h6 small,
|
2744 |
-
.h1 small,
|
2745 |
-
.h2 small,
|
2746 |
-
.h3 small,
|
2747 |
-
.h4 small,
|
2748 |
-
.h5 small,
|
2749 |
-
.h6 small,
|
2750 |
-
h1 .small,
|
2751 |
-
h2 .small,
|
2752 |
-
h3 .small,
|
2753 |
-
h4 .small,
|
2754 |
-
h5 .small,
|
2755 |
-
h6 .small,
|
2756 |
-
.h1 .small,
|
2757 |
-
.h2 .small,
|
2758 |
-
.h3 .small,
|
2759 |
-
.h4 .small,
|
2760 |
-
.h5 .small,
|
2761 |
-
.h6 .small {
|
2762 |
-
font-weight: normal;
|
2763 |
-
line-height: 1;
|
2764 |
-
color: #777;
|
2765 |
-
}
|
2766 |
-
|
2767 |
-
h1,
|
2768 |
-
.h1,
|
2769 |
-
h2,
|
2770 |
-
.h2,
|
2771 |
-
h3,
|
2772 |
-
.h3 {
|
2773 |
-
margin-top: 20px;
|
2774 |
-
margin-bottom: 10px;
|
2775 |
-
}
|
2776 |
-
|
2777 |
-
h1 small,
|
2778 |
-
.h1 small,
|
2779 |
-
h2 small,
|
2780 |
-
.h2 small,
|
2781 |
-
h3 small,
|
2782 |
-
.h3 small,
|
2783 |
-
h1 .small,
|
2784 |
-
.h1 .small,
|
2785 |
-
h2 .small,
|
2786 |
-
.h2 .small,
|
2787 |
-
h3 .small,
|
2788 |
-
.h3 .small {
|
2789 |
-
font-size: 65%;
|
2790 |
-
}
|
2791 |
-
|
2792 |
-
h4,
|
2793 |
-
.h4,
|
2794 |
-
h5,
|
2795 |
-
.h5,
|
2796 |
-
h6,
|
2797 |
-
.h6 {
|
2798 |
-
margin-top: 10px;
|
2799 |
-
margin-bottom: 10px;
|
2800 |
-
}
|
2801 |
-
|
2802 |
-
h4 small,
|
2803 |
-
.h4 small,
|
2804 |
-
h5 small,
|
2805 |
-
.h5 small,
|
2806 |
-
h6 small,
|
2807 |
-
.h6 small,
|
2808 |
-
h4 .small,
|
2809 |
-
.h4 .small,
|
2810 |
-
h5 .small,
|
2811 |
-
.h5 .small,
|
2812 |
-
h6 .small,
|
2813 |
-
.h6 .small {
|
2814 |
-
font-size: 75%;
|
2815 |
-
}
|
2816 |
-
|
2817 |
-
h1,
|
2818 |
-
.h1 {
|
2819 |
-
font-size: 36px;
|
2820 |
-
}
|
2821 |
-
|
2822 |
-
h2,
|
2823 |
-
.h2 {
|
2824 |
-
font-size: 30px;
|
2825 |
-
}
|
2826 |
-
|
2827 |
-
h3,
|
2828 |
-
.h3 {
|
2829 |
-
font-size: 24px;
|
2830 |
-
}
|
2831 |
-
|
2832 |
-
h4,
|
2833 |
-
.h4 {
|
2834 |
-
font-size: 18px;
|
2835 |
-
}
|
2836 |
-
|
2837 |
-
h5,
|
2838 |
-
.h5 {
|
2839 |
-
font-size: 14px;
|
2840 |
-
}
|
2841 |
-
|
2842 |
-
h6,
|
2843 |
-
.h6 {
|
2844 |
-
font-size: 12px;
|
2845 |
-
}
|
2846 |
-
|
2847 |
-
p {
|
2848 |
-
margin: 0 0 10px;
|
2849 |
-
}
|
2850 |
-
|
2851 |
-
.lead {
|
2852 |
-
margin-bottom: 20px;
|
2853 |
-
font-size: 16px;
|
2854 |
-
font-weight: 300;
|
2855 |
-
line-height: 1.4;
|
2856 |
-
}
|
2857 |
-
|
2858 |
-
@media (min-width: 768px) {
|
2859 |
-
.lead {
|
2860 |
-
font-size: 21px;
|
2861 |
-
}
|
2862 |
-
}
|
2863 |
-
|
2864 |
-
small,
|
2865 |
-
.small {
|
2866 |
-
font-size: 85%;
|
2867 |
-
}
|
2868 |
-
|
2869 |
-
mark,
|
2870 |
-
.mark {
|
2871 |
-
padding: .2em;
|
2872 |
-
background-color: #fcf8e3;
|
2873 |
-
}
|
2874 |
-
|
2875 |
-
.text-left {
|
2876 |
-
text-align: left;
|
2877 |
-
}
|
2878 |
-
|
2879 |
-
.text-right {
|
2880 |
-
text-align: right;
|
2881 |
-
}
|
2882 |
-
|
2883 |
-
.text-center {
|
2884 |
-
text-align: center;
|
2885 |
-
}
|
2886 |
-
|
2887 |
-
.text-justify {
|
2888 |
-
text-align: justify;
|
2889 |
-
}
|
2890 |
-
|
2891 |
-
.text-nowrap {
|
2892 |
-
white-space: nowrap;
|
2893 |
-
}
|
2894 |
-
|
2895 |
-
.text-lowercase {
|
2896 |
-
text-transform: lowercase;
|
2897 |
-
}
|
2898 |
-
|
2899 |
-
.text-uppercase {
|
2900 |
-
text-transform: uppercase;
|
2901 |
-
}
|
2902 |
-
|
2903 |
-
.text-capitalize {
|
2904 |
-
text-transform: capitalize;
|
2905 |
-
}
|
2906 |
-
|
2907 |
-
.text-muted {
|
2908 |
-
color: #777;
|
2909 |
-
}
|
2910 |
-
|
2911 |
-
.text-primary {
|
2912 |
-
color: #337ab7;
|
2913 |
-
}
|
2914 |
-
|
2915 |
-
a.text-primary:hover,
|
2916 |
-
a.text-primary:focus {
|
2917 |
-
color: #286090;
|
2918 |
-
}
|
2919 |
-
|
2920 |
-
.text-success {
|
2921 |
-
color: #3c763d;
|
2922 |
-
}
|
2923 |
-
|
2924 |
-
a.text-success:hover,
|
2925 |
-
a.text-success:focus {
|
2926 |
-
color: #2b542c;
|
2927 |
-
}
|
2928 |
-
|
2929 |
-
.text-info {
|
2930 |
-
color: #31708f;
|
2931 |
-
}
|
2932 |
-
|
2933 |
-
a.text-info:hover,
|
2934 |
-
a.text-info:focus {
|
2935 |
-
color: #245269;
|
2936 |
-
}
|
2937 |
-
|
2938 |
-
.text-warning {
|
2939 |
-
color: #8a6d3b;
|
2940 |
-
}
|
2941 |
-
|
2942 |
-
a.text-warning:hover,
|
2943 |
-
a.text-warning:focus {
|
2944 |
-
color: #66512c;
|
2945 |
-
}
|
2946 |
-
|
2947 |
-
.text-danger {
|
2948 |
-
color: #a94442;
|
2949 |
-
}
|
2950 |
-
|
2951 |
-
a.text-danger:hover,
|
2952 |
-
a.text-danger:focus {
|
2953 |
-
color: #843534;
|
2954 |
-
}
|
2955 |
-
|
2956 |
-
.bg-primary {
|
2957 |
-
color: #fff;
|
2958 |
-
background-color: #337ab7;
|
2959 |
-
}
|
2960 |
-
|
2961 |
-
a.bg-primary:hover,
|
2962 |
-
a.bg-primary:focus {
|
2963 |
-
background-color: #286090;
|
2964 |
-
}
|
2965 |
-
|
2966 |
-
.bg-success {
|
2967 |
-
background-color: #dff0d8;
|
2968 |
-
}
|
2969 |
-
|
2970 |
-
a.bg-success:hover,
|
2971 |
-
a.bg-success:focus {
|
2972 |
-
background-color: #c1e2b3;
|
2973 |
-
}
|
2974 |
-
|
2975 |
-
.bg-info {
|
2976 |
-
background-color: #d9edf7;
|
2977 |
-
}
|
2978 |
-
|
2979 |
-
a.bg-info:hover,
|
2980 |
-
a.bg-info:focus {
|
2981 |
-
background-color: #afd9ee;
|
2982 |
-
}
|
2983 |
-
|
2984 |
-
.bg-warning {
|
2985 |
-
background-color: #fcf8e3;
|
2986 |
-
}
|
2987 |
-
|
2988 |
-
a.bg-warning:hover,
|
2989 |
-
a.bg-warning:focus {
|
2990 |
-
background-color: #f7ecb5;
|
2991 |
-
}
|
2992 |
-
|
2993 |
-
.bg-danger {
|
2994 |
-
background-color: #f2dede;
|
2995 |
-
}
|
2996 |
-
|
2997 |
-
a.bg-danger:hover,
|
2998 |
-
a.bg-danger:focus {
|
2999 |
-
background-color: #e4b9b9;
|
3000 |
-
}
|
3001 |
-
|
3002 |
-
.page-header {
|
3003 |
-
padding-bottom: 9px;
|
3004 |
-
margin: 40px 0 20px;
|
3005 |
-
border-bottom: 1px solid #eee;
|
3006 |
-
}
|
3007 |
-
|
3008 |
-
ul,
|
3009 |
-
ol {
|
3010 |
-
margin-top: 0;
|
3011 |
-
margin-bottom: 10px;
|
3012 |
-
}
|
3013 |
-
|
3014 |
-
ul ul,
|
3015 |
-
ol ul,
|
3016 |
-
ul ol,
|
3017 |
-
ol ol {
|
3018 |
-
margin-bottom: 0;
|
3019 |
-
}
|
3020 |
-
|
3021 |
-
.list-unstyled {
|
3022 |
-
padding-left: 0;
|
3023 |
-
list-style: none;
|
3024 |
-
}
|
3025 |
-
|
3026 |
-
.list-inline {
|
3027 |
-
padding-left: 0;
|
3028 |
-
margin-left: -5px;
|
3029 |
-
list-style: none;
|
3030 |
-
}
|
3031 |
-
|
3032 |
-
.list-inline > li {
|
3033 |
-
display: inline-block;
|
3034 |
-
padding-right: 5px;
|
3035 |
-
padding-left: 5px;
|
3036 |
-
}
|
3037 |
-
|
3038 |
-
dl {
|
3039 |
-
margin-top: 0;
|
3040 |
-
margin-bottom: 20px;
|
3041 |
-
}
|
3042 |
-
|
3043 |
-
dt,
|
3044 |
-
dd {
|
3045 |
-
line-height: 1.42857143;
|
3046 |
-
}
|
3047 |
-
|
3048 |
-
dt {
|
3049 |
-
font-weight: bold;
|
3050 |
-
}
|
3051 |
-
|
3052 |
-
dd {
|
3053 |
-
margin-left: 0;
|
3054 |
-
}
|
3055 |
-
|
3056 |
-
@media (min-width: 768px) {
|
3057 |
-
.dl-horizontal dt {
|
3058 |
-
float: left;
|
3059 |
-
width: 160px;
|
3060 |
-
overflow: hidden;
|
3061 |
-
clear: left;
|
3062 |
-
text-align: right;
|
3063 |
-
text-overflow: ellipsis;
|
3064 |
-
white-space: nowrap;
|
3065 |
-
}
|
3066 |
-
|
3067 |
-
.dl-horizontal dd {
|
3068 |
-
margin-left: 180px;
|
3069 |
-
}
|
3070 |
-
}
|
3071 |
-
|
3072 |
-
abbr[title],
|
3073 |
-
abbr[data-original-title] {
|
3074 |
-
cursor: help;
|
3075 |
-
border-bottom: 1px dotted #777;
|
3076 |
-
}
|
3077 |
-
|
3078 |
-
.initialism {
|
3079 |
-
font-size: 90%;
|
3080 |
-
text-transform: uppercase;
|
3081 |
-
}
|
3082 |
-
|
3083 |
-
blockquote {
|
3084 |
-
padding: 10px 20px;
|
3085 |
-
margin: 0 0 20px;
|
3086 |
-
font-size: 17.5px;
|
3087 |
-
border-left: 5px solid #eee;
|
3088 |
-
}
|
3089 |
-
|
3090 |
-
blockquote p:last-child,
|
3091 |
-
blockquote ul:last-child,
|
3092 |
-
blockquote ol:last-child {
|
3093 |
-
margin-bottom: 0;
|
3094 |
-
}
|
3095 |
-
|
3096 |
-
blockquote footer,
|
3097 |
-
blockquote small,
|
3098 |
-
blockquote .small {
|
3099 |
-
display: block;
|
3100 |
-
font-size: 80%;
|
3101 |
-
line-height: 1.42857143;
|
3102 |
-
color: #777;
|
3103 |
-
}
|
3104 |
-
|
3105 |
-
blockquote footer:before,
|
3106 |
-
blockquote small:before,
|
3107 |
-
blockquote .small:before {
|
3108 |
-
content: '\2014 \00A0';
|
3109 |
-
}
|
3110 |
-
|
3111 |
-
.blockquote-reverse,
|
3112 |
-
blockquote.pull-right {
|
3113 |
-
padding-right: 15px;
|
3114 |
-
padding-left: 0;
|
3115 |
-
text-align: right;
|
3116 |
-
border-right: 5px solid #eee;
|
3117 |
-
border-left: 0;
|
3118 |
-
}
|
3119 |
-
|
3120 |
-
.blockquote-reverse footer:before,
|
3121 |
-
blockquote.pull-right footer:before,
|
3122 |
-
.blockquote-reverse small:before,
|
3123 |
-
blockquote.pull-right small:before,
|
3124 |
-
.blockquote-reverse .small:before,
|
3125 |
-
blockquote.pull-right .small:before {
|
3126 |
-
content: '';
|
3127 |
-
}
|
3128 |
-
|
3129 |
-
.blockquote-reverse footer:after,
|
3130 |
-
blockquote.pull-right footer:after,
|
3131 |
-
.blockquote-reverse small:after,
|
3132 |
-
blockquote.pull-right small:after,
|
3133 |
-
.blockquote-reverse .small:after,
|
3134 |
-
blockquote.pull-right .small:after {
|
3135 |
-
content: '\00A0 \2014';
|
3136 |
-
}
|
3137 |
-
|
3138 |
-
address {
|
3139 |
-
margin-bottom: 20px;
|
3140 |
-
font-style: normal;
|
3141 |
-
line-height: 1.42857143;
|
3142 |
-
}
|
3143 |
-
|
3144 |
-
code,
|
3145 |
-
kbd,
|
3146 |
-
pre,
|
3147 |
-
samp {
|
3148 |
-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
|
3149 |
-
}
|
3150 |
-
|
3151 |
-
code {
|
3152 |
-
padding: 2px 4px;
|
3153 |
-
font-size: 90%;
|
3154 |
-
color: #c7254e;
|
3155 |
-
background-color: #f9f2f4;
|
3156 |
-
border-radius: 4px;
|
3157 |
-
}
|
3158 |
-
|
3159 |
-
kbd {
|
3160 |
-
padding: 2px 4px;
|
3161 |
-
font-size: 90%;
|
3162 |
-
color: #fff;
|
3163 |
-
background-color: #333;
|
3164 |
-
border-radius: 3px;
|
3165 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
|
3166 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
|
3167 |
-
}
|
3168 |
-
|
3169 |
-
kbd kbd {
|
3170 |
-
padding: 0;
|
3171 |
-
font-size: 100%;
|
3172 |
-
font-weight: bold;
|
3173 |
-
-webkit-box-shadow: none;
|
3174 |
-
box-shadow: none;
|
3175 |
-
}
|
3176 |
-
|
3177 |
-
pre {
|
3178 |
-
display: block;
|
3179 |
-
padding: 9.5px;
|
3180 |
-
margin: 0 0 10px;
|
3181 |
-
font-size: 13px;
|
3182 |
-
line-height: 1.42857143;
|
3183 |
-
color: #333;
|
3184 |
-
word-break: break-all;
|
3185 |
-
word-wrap: break-word;
|
3186 |
-
background-color: #f5f5f5;
|
3187 |
-
border: 1px solid #ccc;
|
3188 |
-
border-radius: 4px;
|
3189 |
-
}
|
3190 |
-
|
3191 |
-
pre code {
|
3192 |
-
padding: 0;
|
3193 |
-
font-size: inherit;
|
3194 |
-
color: inherit;
|
3195 |
-
white-space: pre-wrap;
|
3196 |
-
background-color: transparent;
|
3197 |
-
border-radius: 0;
|
3198 |
-
}
|
3199 |
-
|
3200 |
-
.pre-scrollable {
|
3201 |
-
max-height: 340px;
|
3202 |
-
overflow-y: scroll;
|
3203 |
-
}
|
3204 |
-
|
3205 |
-
.container {
|
3206 |
-
padding-right: 15px;
|
3207 |
-
padding-left: 15px;
|
3208 |
-
margin-right: auto;
|
3209 |
-
margin-left: auto;
|
3210 |
-
}
|
3211 |
-
|
3212 |
-
@media (min-width: 768px) {
|
3213 |
-
.container {
|
3214 |
-
width: 750px;
|
3215 |
-
}
|
3216 |
-
}
|
3217 |
-
|
3218 |
-
@media (min-width: 992px) {
|
3219 |
-
.container {
|
3220 |
-
width: 970px;
|
3221 |
-
}
|
3222 |
-
}
|
3223 |
-
|
3224 |
-
@media (min-width: 1200px) {
|
3225 |
-
.container {
|
3226 |
-
width: 1170px;
|
3227 |
-
}
|
3228 |
-
}
|
3229 |
-
|
3230 |
-
.container-fluid {
|
3231 |
-
padding-right: 15px;
|
3232 |
-
padding-left: 15px;
|
3233 |
-
margin-right: auto;
|
3234 |
-
margin-left: auto;
|
3235 |
-
}
|
3236 |
-
|
3237 |
-
.row {
|
3238 |
-
margin-right: -15px;
|
3239 |
-
margin-left: -15px;
|
3240 |
-
}
|
3241 |
-
|
3242 |
-
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
|
3243 |
-
position: relative;
|
3244 |
-
min-height: 1px;
|
3245 |
-
padding-right: 15px;
|
3246 |
-
padding-left: 15px;
|
3247 |
-
}
|
3248 |
-
|
3249 |
-
.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 {
|
3250 |
-
float: left;
|
3251 |
-
}
|
3252 |
-
|
3253 |
-
.col-xs-12 {
|
3254 |
-
width: 100%;
|
3255 |
-
}
|
3256 |
-
|
3257 |
-
.col-xs-11 {
|
3258 |
-
width: 91.66666667%;
|
3259 |
-
}
|
3260 |
-
|
3261 |
-
.col-xs-10 {
|
3262 |
-
width: 83.33333333%;
|
3263 |
-
}
|
3264 |
-
|
3265 |
-
.col-xs-9 {
|
3266 |
-
width: 75%;
|
3267 |
-
}
|
3268 |
-
|
3269 |
-
.col-xs-8 {
|
3270 |
-
width: 66.66666667%;
|
3271 |
-
}
|
3272 |
-
|
3273 |
-
.col-xs-7 {
|
3274 |
-
width: 58.33333333%;
|
3275 |
-
}
|
3276 |
-
|
3277 |
-
.col-xs-6 {
|
3278 |
-
width: 50%;
|
3279 |
-
}
|
3280 |
-
|
3281 |
-
.col-xs-5 {
|
3282 |
-
width: 41.66666667%;
|
3283 |
-
}
|
3284 |
-
|
3285 |
-
.col-xs-4 {
|
3286 |
-
width: 33.33333333%;
|
3287 |
-
}
|
3288 |
-
|
3289 |
-
.col-xs-3 {
|
3290 |
-
width: 25%;
|
3291 |
-
}
|
3292 |
-
|
3293 |
-
.col-xs-2 {
|
3294 |
-
width: 16.66666667%;
|
3295 |
-
}
|
3296 |
-
|
3297 |
-
.col-xs-1 {
|
3298 |
-
width: 8.33333333%;
|
3299 |
-
}
|
3300 |
-
|
3301 |
-
.col-xs-pull-12 {
|
3302 |
-
right: 100%;
|
3303 |
-
}
|
3304 |
-
|
3305 |
-
.col-xs-pull-11 {
|
3306 |
-
right: 91.66666667%;
|
3307 |
-
}
|
3308 |
-
|
3309 |
-
.col-xs-pull-10 {
|
3310 |
-
right: 83.33333333%;
|
3311 |
-
}
|
3312 |
-
|
3313 |
-
.col-xs-pull-9 {
|
3314 |
-
right: 75%;
|
3315 |
-
}
|
3316 |
-
|
3317 |
-
.col-xs-pull-8 {
|
3318 |
-
right: 66.66666667%;
|
3319 |
-
}
|
3320 |
-
|
3321 |
-
.col-xs-pull-7 {
|
3322 |
-
right: 58.33333333%;
|
3323 |
-
}
|
3324 |
-
|
3325 |
-
.col-xs-pull-6 {
|
3326 |
-
right: 50%;
|
3327 |
-
}
|
3328 |
-
|
3329 |
-
.col-xs-pull-5 {
|
3330 |
-
right: 41.66666667%;
|
3331 |
-
}
|
3332 |
-
|
3333 |
-
.col-xs-pull-4 {
|
3334 |
-
right: 33.33333333%;
|
3335 |
-
}
|
3336 |
-
|
3337 |
-
.col-xs-pull-3 {
|
3338 |
-
right: 25%;
|
3339 |
-
}
|
3340 |
-
|
3341 |
-
.col-xs-pull-2 {
|
3342 |
-
right: 16.66666667%;
|
3343 |
-
}
|
3344 |
-
|
3345 |
-
.col-xs-pull-1 {
|
3346 |
-
right: 8.33333333%;
|
3347 |
-
}
|
3348 |
-
|
3349 |
-
.col-xs-pull-0 {
|
3350 |
-
right: auto;
|
3351 |
-
}
|
3352 |
-
|
3353 |
-
.col-xs-push-12 {
|
3354 |
-
left: 100%;
|
3355 |
-
}
|
3356 |
-
|
3357 |
-
.col-xs-push-11 {
|
3358 |
-
left: 91.66666667%;
|
3359 |
-
}
|
3360 |
-
|
3361 |
-
.col-xs-push-10 {
|
3362 |
-
left: 83.33333333%;
|
3363 |
-
}
|
3364 |
-
|
3365 |
-
.col-xs-push-9 {
|
3366 |
-
left: 75%;
|
3367 |
-
}
|
3368 |
-
|
3369 |
-
.col-xs-push-8 {
|
3370 |
-
left: 66.66666667%;
|
3371 |
-
}
|
3372 |
-
|
3373 |
-
.col-xs-push-7 {
|
3374 |
-
left: 58.33333333%;
|
3375 |
-
}
|
3376 |
-
|
3377 |
-
.col-xs-push-6 {
|
3378 |
-
left: 50%;
|
3379 |
-
}
|
3380 |
-
|
3381 |
-
.col-xs-push-5 {
|
3382 |
-
left: 41.66666667%;
|
3383 |
-
}
|
3384 |
-
|
3385 |
-
.col-xs-push-4 {
|
3386 |
-
left: 33.33333333%;
|
3387 |
-
}
|
3388 |
-
|
3389 |
-
.col-xs-push-3 {
|
3390 |
-
left: 25%;
|
3391 |
-
}
|
3392 |
-
|
3393 |
-
.col-xs-push-2 {
|
3394 |
-
left: 16.66666667%;
|
3395 |
-
}
|
3396 |
-
|
3397 |
-
.col-xs-push-1 {
|
3398 |
-
left: 8.33333333%;
|
3399 |
-
}
|
3400 |
-
|
3401 |
-
.col-xs-push-0 {
|
3402 |
-
left: auto;
|
3403 |
-
}
|
3404 |
-
|
3405 |
-
.col-xs-offset-12 {
|
3406 |
-
margin-left: 100%;
|
3407 |
-
}
|
3408 |
-
|
3409 |
-
.col-xs-offset-11 {
|
3410 |
-
margin-left: 91.66666667%;
|
3411 |
-
}
|
3412 |
-
|
3413 |
-
.col-xs-offset-10 {
|
3414 |
-
margin-left: 83.33333333%;
|
3415 |
-
}
|
3416 |
-
|
3417 |
-
.col-xs-offset-9 {
|
3418 |
-
margin-left: 75%;
|
3419 |
-
}
|
3420 |
-
|
3421 |
-
.col-xs-offset-8 {
|
3422 |
-
margin-left: 66.66666667%;
|
3423 |
-
}
|
3424 |
-
|
3425 |
-
.col-xs-offset-7 {
|
3426 |
-
margin-left: 58.33333333%;
|
3427 |
-
}
|
3428 |
-
|
3429 |
-
.col-xs-offset-6 {
|
3430 |
-
margin-left: 50%;
|
3431 |
-
}
|
3432 |
-
|
3433 |
-
.col-xs-offset-5 {
|
3434 |
-
margin-left: 41.66666667%;
|
3435 |
-
}
|
3436 |
-
|
3437 |
-
.col-xs-offset-4 {
|
3438 |
-
margin-left: 33.33333333%;
|
3439 |
-
}
|
3440 |
-
|
3441 |
-
.col-xs-offset-3 {
|
3442 |
-
margin-left: 25%;
|
3443 |
-
}
|
3444 |
-
|
3445 |
-
.col-xs-offset-2 {
|
3446 |
-
margin-left: 16.66666667%;
|
3447 |
-
}
|
3448 |
-
|
3449 |
-
.col-xs-offset-1 {
|
3450 |
-
margin-left: 8.33333333%;
|
3451 |
-
}
|
3452 |
-
|
3453 |
-
.col-xs-offset-0 {
|
3454 |
-
margin-left: 0;
|
3455 |
-
}
|
3456 |
-
|
3457 |
-
@media (min-width: 768px) {
|
3458 |
-
.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 {
|
3459 |
-
float: left;
|
3460 |
-
}
|
3461 |
-
|
3462 |
-
.col-sm-12 {
|
3463 |
-
width: 100%;
|
3464 |
-
}
|
3465 |
-
|
3466 |
-
.col-sm-11 {
|
3467 |
-
width: 91.66666667%;
|
3468 |
-
}
|
3469 |
-
|
3470 |
-
.col-sm-10 {
|
3471 |
-
width: 83.33333333%;
|
3472 |
-
}
|
3473 |
-
|
3474 |
-
.col-sm-9 {
|
3475 |
-
width: 75%;
|
3476 |
-
}
|
3477 |
-
|
3478 |
-
.col-sm-8 {
|
3479 |
-
width: 66.66666667%;
|
3480 |
-
}
|
3481 |
-
|
3482 |
-
.col-sm-7 {
|
3483 |
-
width: 58.33333333%;
|
3484 |
-
}
|
3485 |
-
|
3486 |
-
.col-sm-6 {
|
3487 |
-
width: 50%;
|
3488 |
-
}
|
3489 |
-
|
3490 |
-
.col-sm-5 {
|
3491 |
-
width: 41.66666667%;
|
3492 |
-
}
|
3493 |
-
|
3494 |
-
.col-sm-4 {
|
3495 |
-
width: 33.33333333%;
|
3496 |
-
}
|
3497 |
-
|
3498 |
-
.col-sm-3 {
|
3499 |
-
width: 25%;
|
3500 |
-
}
|
3501 |
-
|
3502 |
-
.col-sm-2 {
|
3503 |
-
width: 16.66666667%;
|
3504 |
-
}
|
3505 |
-
|
3506 |
-
.col-sm-1 {
|
3507 |
-
width: 8.33333333%;
|
3508 |
-
}
|
3509 |
-
|
3510 |
-
.col-sm-pull-12 {
|
3511 |
-
right: 100%;
|
3512 |
-
}
|
3513 |
-
|
3514 |
-
.col-sm-pull-11 {
|
3515 |
-
right: 91.66666667%;
|
3516 |
-
}
|
3517 |
-
|
3518 |
-
.col-sm-pull-10 {
|
3519 |
-
right: 83.33333333%;
|
3520 |
-
}
|
3521 |
-
|
3522 |
-
.col-sm-pull-9 {
|
3523 |
-
right: 75%;
|
3524 |
-
}
|
3525 |
-
|
3526 |
-
.col-sm-pull-8 {
|
3527 |
-
right: 66.66666667%;
|
3528 |
-
}
|
3529 |
-
|
3530 |
-
.col-sm-pull-7 {
|
3531 |
-
right: 58.33333333%;
|
3532 |
-
}
|
3533 |
-
|
3534 |
-
.col-sm-pull-6 {
|
3535 |
-
right: 50%;
|
3536 |
-
}
|
3537 |
-
|
3538 |
-
.col-sm-pull-5 {
|
3539 |
-
right: 41.66666667%;
|
3540 |
-
}
|
3541 |
-
|
3542 |
-
.col-sm-pull-4 {
|
3543 |
-
right: 33.33333333%;
|
3544 |
-
}
|
3545 |
-
|
3546 |
-
.col-sm-pull-3 {
|
3547 |
-
right: 25%;
|
3548 |
-
}
|
3549 |
-
|
3550 |
-
.col-sm-pull-2 {
|
3551 |
-
right: 16.66666667%;
|
3552 |
-
}
|
3553 |
-
|
3554 |
-
.col-sm-pull-1 {
|
3555 |
-
right: 8.33333333%;
|
3556 |
-
}
|
3557 |
-
|
3558 |
-
.col-sm-pull-0 {
|
3559 |
-
right: auto;
|
3560 |
-
}
|
3561 |
-
|
3562 |
-
.col-sm-push-12 {
|
3563 |
-
left: 100%;
|
3564 |
-
}
|
3565 |
-
|
3566 |
-
.col-sm-push-11 {
|
3567 |
-
left: 91.66666667%;
|
3568 |
-
}
|
3569 |
-
|
3570 |
-
.col-sm-push-10 {
|
3571 |
-
left: 83.33333333%;
|
3572 |
-
}
|
3573 |
-
|
3574 |
-
.col-sm-push-9 {
|
3575 |
-
left: 75%;
|
3576 |
-
}
|
3577 |
-
|
3578 |
-
.col-sm-push-8 {
|
3579 |
-
left: 66.66666667%;
|
3580 |
-
}
|
3581 |
-
|
3582 |
-
.col-sm-push-7 {
|
3583 |
-
left: 58.33333333%;
|
3584 |
-
}
|
3585 |
-
|
3586 |
-
.col-sm-push-6 {
|
3587 |
-
left: 50%;
|
3588 |
-
}
|
3589 |
-
|
3590 |
-
.col-sm-push-5 {
|
3591 |
-
left: 41.66666667%;
|
3592 |
-
}
|
3593 |
-
|
3594 |
-
.col-sm-push-4 {
|
3595 |
-
left: 33.33333333%;
|
3596 |
-
}
|
3597 |
-
|
3598 |
-
.col-sm-push-3 {
|
3599 |
-
left: 25%;
|
3600 |
-
}
|
3601 |
-
|
3602 |
-
.col-sm-push-2 {
|
3603 |
-
left: 16.66666667%;
|
3604 |
-
}
|
3605 |
-
|
3606 |
-
.col-sm-push-1 {
|
3607 |
-
left: 8.33333333%;
|
3608 |
-
}
|
3609 |
-
|
3610 |
-
.col-sm-push-0 {
|
3611 |
-
left: auto;
|
3612 |
-
}
|
3613 |
-
|
3614 |
-
.col-sm-offset-12 {
|
3615 |
-
margin-left: 100%;
|
3616 |
-
}
|
3617 |
-
|
3618 |
-
.col-sm-offset-11 {
|
3619 |
-
margin-left: 91.66666667%;
|
3620 |
-
}
|
3621 |
-
|
3622 |
-
.col-sm-offset-10 {
|
3623 |
-
margin-left: 83.33333333%;
|
3624 |
-
}
|
3625 |
-
|
3626 |
-
.col-sm-offset-9 {
|
3627 |
-
margin-left: 75%;
|
3628 |
-
}
|
3629 |
-
|
3630 |
-
.col-sm-offset-8 {
|
3631 |
-
margin-left: 66.66666667%;
|
3632 |
-
}
|
3633 |
-
|
3634 |
-
.col-sm-offset-7 {
|
3635 |
-
margin-left: 58.33333333%;
|
3636 |
-
}
|
3637 |
-
|
3638 |
-
.col-sm-offset-6 {
|
3639 |
-
margin-left: 50%;
|
3640 |
-
}
|
3641 |
-
|
3642 |
-
.col-sm-offset-5 {
|
3643 |
-
margin-left: 41.66666667%;
|
3644 |
-
}
|
3645 |
-
|
3646 |
-
.col-sm-offset-4 {
|
3647 |
-
margin-left: 33.33333333%;
|
3648 |
-
}
|
3649 |
-
|
3650 |
-
.col-sm-offset-3 {
|
3651 |
-
margin-left: 25%;
|
3652 |
-
}
|
3653 |
-
|
3654 |
-
.col-sm-offset-2 {
|
3655 |
-
margin-left: 16.66666667%;
|
3656 |
-
}
|
3657 |
-
|
3658 |
-
.col-sm-offset-1 {
|
3659 |
-
margin-left: 8.33333333%;
|
3660 |
-
}
|
3661 |
-
|
3662 |
-
.col-sm-offset-0 {
|
3663 |
-
margin-left: 0;
|
3664 |
-
}
|
3665 |
-
}
|
3666 |
-
|
3667 |
-
@media (min-width: 992px) {
|
3668 |
-
.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 {
|
3669 |
-
float: left;
|
3670 |
-
}
|
3671 |
-
|
3672 |
-
.col-md-12 {
|
3673 |
-
width: 100%;
|
3674 |
-
}
|
3675 |
-
|
3676 |
-
.col-md-11 {
|
3677 |
-
width: 91.66666667%;
|
3678 |
-
}
|
3679 |
-
|
3680 |
-
.col-md-10 {
|
3681 |
-
width: 83.33333333%;
|
3682 |
-
}
|
3683 |
-
|
3684 |
-
.col-md-9 {
|
3685 |
-
width: 75%;
|
3686 |
-
}
|
3687 |
-
|
3688 |
-
.col-md-8 {
|
3689 |
-
width: 66.66666667%;
|
3690 |
-
}
|
3691 |
-
|
3692 |
-
.col-md-7 {
|
3693 |
-
width: 58.33333333%;
|
3694 |
-
}
|
3695 |
-
|
3696 |
-
.col-md-6 {
|
3697 |
-
width: 50%;
|
3698 |
-
}
|
3699 |
-
|
3700 |
-
.col-md-5 {
|
3701 |
-
width: 41.66666667%;
|
3702 |
-
}
|
3703 |
-
|
3704 |
-
.col-md-4 {
|
3705 |
-
width: 33.33333333%;
|
3706 |
-
}
|
3707 |
-
|
3708 |
-
.col-md-3 {
|
3709 |
-
width: 25%;
|
3710 |
-
}
|
3711 |
-
|
3712 |
-
.col-md-2 {
|
3713 |
-
width: 16.66666667%;
|
3714 |
-
}
|
3715 |
-
|
3716 |
-
.col-md-1 {
|
3717 |
-
width: 8.33333333%;
|
3718 |
-
}
|
3719 |
-
|
3720 |
-
.col-md-pull-12 {
|
3721 |
-
right: 100%;
|
3722 |
-
}
|
3723 |
-
|
3724 |
-
.col-md-pull-11 {
|
3725 |
-
right: 91.66666667%;
|
3726 |
-
}
|
3727 |
-
|
3728 |
-
.col-md-pull-10 {
|
3729 |
-
right: 83.33333333%;
|
3730 |
-
}
|
3731 |
-
|
3732 |
-
.col-md-pull-9 {
|
3733 |
-
right: 75%;
|
3734 |
-
}
|
3735 |
-
|
3736 |
-
.col-md-pull-8 {
|
3737 |
-
right: 66.66666667%;
|
3738 |
-
}
|
3739 |
-
|
3740 |
-
.col-md-pull-7 {
|
3741 |
-
right: 58.33333333%;
|
3742 |
-
}
|
3743 |
-
|
3744 |
-
.col-md-pull-6 {
|
3745 |
-
right: 50%;
|
3746 |
-
}
|
3747 |
-
|
3748 |
-
.col-md-pull-5 {
|
3749 |
-
right: 41.66666667%;
|
3750 |
-
}
|
3751 |
-
|
3752 |
-
.col-md-pull-4 {
|
3753 |
-
right: 33.33333333%;
|
3754 |
-
}
|
3755 |
-
|
3756 |
-
.col-md-pull-3 {
|
3757 |
-
right: 25%;
|
3758 |
-
}
|
3759 |
-
|
3760 |
-
.col-md-pull-2 {
|
3761 |
-
right: 16.66666667%;
|
3762 |
-
}
|
3763 |
-
|
3764 |
-
.col-md-pull-1 {
|
3765 |
-
right: 8.33333333%;
|
3766 |
-
}
|
3767 |
-
|
3768 |
-
.col-md-pull-0 {
|
3769 |
-
right: auto;
|
3770 |
-
}
|
3771 |
-
|
3772 |
-
.col-md-push-12 {
|
3773 |
-
left: 100%;
|
3774 |
-
}
|
3775 |
-
|
3776 |
-
.col-md-push-11 {
|
3777 |
-
left: 91.66666667%;
|
3778 |
-
}
|
3779 |
-
|
3780 |
-
.col-md-push-10 {
|
3781 |
-
left: 83.33333333%;
|
3782 |
-
}
|
3783 |
-
|
3784 |
-
.col-md-push-9 {
|
3785 |
-
left: 75%;
|
3786 |
-
}
|
3787 |
-
|
3788 |
-
.col-md-push-8 {
|
3789 |
-
left: 66.66666667%;
|
3790 |
-
}
|
3791 |
-
|
3792 |
-
.col-md-push-7 {
|
3793 |
-
left: 58.33333333%;
|
3794 |
-
}
|
3795 |
-
|
3796 |
-
.col-md-push-6 {
|
3797 |
-
left: 50%;
|
3798 |
-
}
|
3799 |
-
|
3800 |
-
.col-md-push-5 {
|
3801 |
-
left: 41.66666667%;
|
3802 |
-
}
|
3803 |
-
|
3804 |
-
.col-md-push-4 {
|
3805 |
-
left: 33.33333333%;
|
3806 |
-
}
|
3807 |
-
|
3808 |
-
.col-md-push-3 {
|
3809 |
-
left: 25%;
|
3810 |
-
}
|
3811 |
-
|
3812 |
-
.col-md-push-2 {
|
3813 |
-
left: 16.66666667%;
|
3814 |
-
}
|
3815 |
-
|
3816 |
-
.col-md-push-1 {
|
3817 |
-
left: 8.33333333%;
|
3818 |
-
}
|
3819 |
-
|
3820 |
-
.col-md-push-0 {
|
3821 |
-
left: auto;
|
3822 |
-
}
|
3823 |
-
|
3824 |
-
.col-md-offset-12 {
|
3825 |
-
margin-left: 100%;
|
3826 |
-
}
|
3827 |
-
|
3828 |
-
.col-md-offset-11 {
|
3829 |
-
margin-left: 91.66666667%;
|
3830 |
-
}
|
3831 |
-
|
3832 |
-
.col-md-offset-10 {
|
3833 |
-
margin-left: 83.33333333%;
|
3834 |
-
}
|
3835 |
-
|
3836 |
-
.col-md-offset-9 {
|
3837 |
-
margin-left: 75%;
|
3838 |
-
}
|
3839 |
-
|
3840 |
-
.col-md-offset-8 {
|
3841 |
-
margin-left: 66.66666667%;
|
3842 |
-
}
|
3843 |
-
|
3844 |
-
.col-md-offset-7 {
|
3845 |
-
margin-left: 58.33333333%;
|
3846 |
-
}
|
3847 |
-
|
3848 |
-
.col-md-offset-6 {
|
3849 |
-
margin-left: 50%;
|
3850 |
-
}
|
3851 |
-
|
3852 |
-
.col-md-offset-5 {
|
3853 |
-
margin-left: 41.66666667%;
|
3854 |
-
}
|
3855 |
-
|
3856 |
-
.col-md-offset-4 {
|
3857 |
-
margin-left: 33.33333333%;
|
3858 |
-
}
|
3859 |
-
|
3860 |
-
.col-md-offset-3 {
|
3861 |
-
margin-left: 25%;
|
3862 |
-
}
|
3863 |
-
|
3864 |
-
.col-md-offset-2 {
|
3865 |
-
margin-left: 16.66666667%;
|
3866 |
-
}
|
3867 |
-
|
3868 |
-
.col-md-offset-1 {
|
3869 |
-
margin-left: 8.33333333%;
|
3870 |
-
}
|
3871 |
-
|
3872 |
-
.col-md-offset-0 {
|
3873 |
-
margin-left: 0;
|
3874 |
-
}
|
3875 |
-
}
|
3876 |
-
|
3877 |
-
@media (min-width: 1200px) {
|
3878 |
-
.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 {
|
3879 |
-
float: left;
|
3880 |
-
}
|
3881 |
-
|
3882 |
-
.col-lg-12 {
|
3883 |
-
width: 100%;
|
3884 |
-
}
|
3885 |
-
|
3886 |
-
.col-lg-11 {
|
3887 |
-
width: 91.66666667%;
|
3888 |
-
}
|
3889 |
-
|
3890 |
-
.col-lg-10 {
|
3891 |
-
width: 83.33333333%;
|
3892 |
-
}
|
3893 |
-
|
3894 |
-
.col-lg-9 {
|
3895 |
-
width: 75%;
|
3896 |
-
}
|
3897 |
-
|
3898 |
-
.col-lg-8 {
|
3899 |
-
width: 66.66666667%;
|
3900 |
-
}
|
3901 |
-
|
3902 |
-
.col-lg-7 {
|
3903 |
-
width: 58.33333333%;
|
3904 |
-
}
|
3905 |
-
|
3906 |
-
.col-lg-6 {
|
3907 |
-
width: 50%;
|
3908 |
-
}
|
3909 |
-
|
3910 |
-
.col-lg-5 {
|
3911 |
-
width: 41.66666667%;
|
3912 |
-
}
|
3913 |
-
|
3914 |
-
.col-lg-4 {
|
3915 |
-
width: 33.33333333%;
|
3916 |
-
}
|
3917 |
-
|
3918 |
-
.col-lg-3 {
|
3919 |
-
width: 25%;
|
3920 |
-
}
|
3921 |
-
|
3922 |
-
.col-lg-2 {
|
3923 |
-
width: 16.66666667%;
|
3924 |
-
}
|
3925 |
-
|
3926 |
-
.col-lg-1 {
|
3927 |
-
width: 8.33333333%;
|
3928 |
-
}
|
3929 |
-
|
3930 |
-
.col-lg-pull-12 {
|
3931 |
-
right: 100%;
|
3932 |
-
}
|
3933 |
-
|
3934 |
-
.col-lg-pull-11 {
|
3935 |
-
right: 91.66666667%;
|
3936 |
-
}
|
3937 |
-
|
3938 |
-
.col-lg-pull-10 {
|
3939 |
-
right: 83.33333333%;
|
3940 |
-
}
|
3941 |
-
|
3942 |
-
.col-lg-pull-9 {
|
3943 |
-
right: 75%;
|
3944 |
-
}
|
3945 |
-
|
3946 |
-
.col-lg-pull-8 {
|
3947 |
-
right: 66.66666667%;
|
3948 |
-
}
|
3949 |
-
|
3950 |
-
.col-lg-pull-7 {
|
3951 |
-
right: 58.33333333%;
|
3952 |
-
}
|
3953 |
-
|
3954 |
-
.col-lg-pull-6 {
|
3955 |
-
right: 50%;
|
3956 |
-
}
|
3957 |
-
|
3958 |
-
.col-lg-pull-5 {
|
3959 |
-
right: 41.66666667%;
|
3960 |
-
}
|
3961 |
-
|
3962 |
-
.col-lg-pull-4 {
|
3963 |
-
right: 33.33333333%;
|
3964 |
-
}
|
3965 |
-
|
3966 |
-
.col-lg-pull-3 {
|
3967 |
-
right: 25%;
|
3968 |
-
}
|
3969 |
-
|
3970 |
-
.col-lg-pull-2 {
|
3971 |
-
right: 16.66666667%;
|
3972 |
-
}
|
3973 |
-
|
3974 |
-
.col-lg-pull-1 {
|
3975 |
-
right: 8.33333333%;
|
3976 |
-
}
|
3977 |
-
|
3978 |
-
.col-lg-pull-0 {
|
3979 |
-
right: auto;
|
3980 |
-
}
|
3981 |
-
|
3982 |
-
.col-lg-push-12 {
|
3983 |
-
left: 100%;
|
3984 |
-
}
|
3985 |
-
|
3986 |
-
.col-lg-push-11 {
|
3987 |
-
left: 91.66666667%;
|
3988 |
-
}
|
3989 |
-
|
3990 |
-
.col-lg-push-10 {
|
3991 |
-
left: 83.33333333%;
|
3992 |
-
}
|
3993 |
-
|
3994 |
-
.col-lg-push-9 {
|
3995 |
-
left: 75%;
|
3996 |
-
}
|
3997 |
-
|
3998 |
-
.col-lg-push-8 {
|
3999 |
-
left: 66.66666667%;
|
4000 |
-
}
|
4001 |
-
|
4002 |
-
.col-lg-push-7 {
|
4003 |
-
left: 58.33333333%;
|
4004 |
-
}
|
4005 |
-
|
4006 |
-
.col-lg-push-6 {
|
4007 |
-
left: 50%;
|
4008 |
-
}
|
4009 |
-
|
4010 |
-
.col-lg-push-5 {
|
4011 |
-
left: 41.66666667%;
|
4012 |
-
}
|
4013 |
-
|
4014 |
-
.col-lg-push-4 {
|
4015 |
-
left: 33.33333333%;
|
4016 |
-
}
|
4017 |
-
|
4018 |
-
.col-lg-push-3 {
|
4019 |
-
left: 25%;
|
4020 |
-
}
|
4021 |
-
|
4022 |
-
.col-lg-push-2 {
|
4023 |
-
left: 16.66666667%;
|
4024 |
-
}
|
4025 |
-
|
4026 |
-
.col-lg-push-1 {
|
4027 |
-
left: 8.33333333%;
|
4028 |
-
}
|
4029 |
-
|
4030 |
-
.col-lg-push-0 {
|
4031 |
-
left: auto;
|
4032 |
-
}
|
4033 |
-
|
4034 |
-
.col-lg-offset-12 {
|
4035 |
-
margin-left: 100%;
|
4036 |
-
}
|
4037 |
-
|
4038 |
-
.col-lg-offset-11 {
|
4039 |
-
margin-left: 91.66666667%;
|
4040 |
-
}
|
4041 |
-
|
4042 |
-
.col-lg-offset-10 {
|
4043 |
-
margin-left: 83.33333333%;
|
4044 |
-
}
|
4045 |
-
|
4046 |
-
.col-lg-offset-9 {
|
4047 |
-
margin-left: 75%;
|
4048 |
-
}
|
4049 |
-
|
4050 |
-
.col-lg-offset-8 {
|
4051 |
-
margin-left: 66.66666667%;
|
4052 |
-
}
|
4053 |
-
|
4054 |
-
.col-lg-offset-7 {
|
4055 |
-
margin-left: 58.33333333%;
|
4056 |
-
}
|
4057 |
-
|
4058 |
-
.col-lg-offset-6 {
|
4059 |
-
margin-left: 50%;
|
4060 |
-
}
|
4061 |
-
|
4062 |
-
.col-lg-offset-5 {
|
4063 |
-
margin-left: 41.66666667%;
|
4064 |
-
}
|
4065 |
-
|
4066 |
-
.col-lg-offset-4 {
|
4067 |
-
margin-left: 33.33333333%;
|
4068 |
-
}
|
4069 |
-
|
4070 |
-
.col-lg-offset-3 {
|
4071 |
-
margin-left: 25%;
|
4072 |
-
}
|
4073 |
-
|
4074 |
-
.col-lg-offset-2 {
|
4075 |
-
margin-left: 16.66666667%;
|
4076 |
-
}
|
4077 |
-
|
4078 |
-
.col-lg-offset-1 {
|
4079 |
-
margin-left: 8.33333333%;
|
4080 |
-
}
|
4081 |
-
|
4082 |
-
.col-lg-offset-0 {
|
4083 |
-
margin-left: 0;
|
4084 |
-
}
|
4085 |
-
}
|
4086 |
-
|
4087 |
-
table {
|
4088 |
-
background-color: transparent;
|
4089 |
-
}
|
4090 |
-
|
4091 |
-
caption {
|
4092 |
-
padding-top: 8px;
|
4093 |
-
padding-bottom: 8px;
|
4094 |
-
color: #777;
|
4095 |
-
text-align: left;
|
4096 |
-
}
|
4097 |
-
|
4098 |
-
th {
|
4099 |
-
text-align: left;
|
4100 |
-
}
|
4101 |
-
|
4102 |
-
.table {
|
4103 |
-
width: 100%;
|
4104 |
-
max-width: 100%;
|
4105 |
-
margin-bottom: 20px;
|
4106 |
-
}
|
4107 |
-
|
4108 |
-
.table > thead > tr > th,
|
4109 |
-
.table > tbody > tr > th,
|
4110 |
-
.table > tfoot > tr > th,
|
4111 |
-
.table > thead > tr > td,
|
4112 |
-
.table > tbody > tr > td,
|
4113 |
-
.table > tfoot > tr > td {
|
4114 |
-
padding: 8px;
|
4115 |
-
line-height: 1.42857143;
|
4116 |
-
vertical-align: top;
|
4117 |
-
border-top: 1px solid #ddd;
|
4118 |
-
}
|
4119 |
-
|
4120 |
-
.table > thead > tr > th {
|
4121 |
-
vertical-align: bottom;
|
4122 |
-
border-bottom: 2px solid #ddd;
|
4123 |
-
}
|
4124 |
-
|
4125 |
-
.table > caption + thead > tr:first-child > th,
|
4126 |
-
.table > colgroup + thead > tr:first-child > th,
|
4127 |
-
.table > thead:first-child > tr:first-child > th,
|
4128 |
-
.table > caption + thead > tr:first-child > td,
|
4129 |
-
.table > colgroup + thead > tr:first-child > td,
|
4130 |
-
.table > thead:first-child > tr:first-child > td {
|
4131 |
-
border-top: 0;
|
4132 |
-
}
|
4133 |
-
|
4134 |
-
.table > tbody + tbody {
|
4135 |
-
border-top: 2px solid #ddd;
|
4136 |
-
}
|
4137 |
-
|
4138 |
-
.table .table {
|
4139 |
-
background-color: #fff;
|
4140 |
-
}
|
4141 |
-
|
4142 |
-
.table-condensed > thead > tr > th,
|
4143 |
-
.table-condensed > tbody > tr > th,
|
4144 |
-
.table-condensed > tfoot > tr > th,
|
4145 |
-
.table-condensed > thead > tr > td,
|
4146 |
-
.table-condensed > tbody > tr > td,
|
4147 |
-
.table-condensed > tfoot > tr > td {
|
4148 |
-
padding: 5px;
|
4149 |
-
}
|
4150 |
-
|
4151 |
-
.table-bordered {
|
4152 |
-
border: 1px solid #ddd;
|
4153 |
-
}
|
4154 |
-
|
4155 |
-
.table-bordered > thead > tr > th,
|
4156 |
-
.table-bordered > tbody > tr > th,
|
4157 |
-
.table-bordered > tfoot > tr > th,
|
4158 |
-
.table-bordered > thead > tr > td,
|
4159 |
-
.table-bordered > tbody > tr > td,
|
4160 |
-
.table-bordered > tfoot > tr > td {
|
4161 |
-
border: 1px solid #ddd;
|
4162 |
-
}
|
4163 |
-
|
4164 |
-
.table-bordered > thead > tr > th,
|
4165 |
-
.table-bordered > thead > tr > td {
|
4166 |
-
border-bottom-width: 2px;
|
4167 |
-
}
|
4168 |
-
|
4169 |
-
.table-striped > tbody > tr:nth-of-type(odd) {
|
4170 |
-
background-color: #f9f9f9;
|
4171 |
-
}
|
4172 |
-
|
4173 |
-
.table-hover > tbody > tr:hover {
|
4174 |
-
background-color: #f5f5f5;
|
4175 |
-
}
|
4176 |
-
|
4177 |
-
table col[class*="col-"] {
|
4178 |
-
position: static;
|
4179 |
-
display: table-column;
|
4180 |
-
float: none;
|
4181 |
-
}
|
4182 |
-
|
4183 |
-
table td[class*="col-"],
|
4184 |
-
table th[class*="col-"] {
|
4185 |
-
position: static;
|
4186 |
-
display: table-cell;
|
4187 |
-
float: none;
|
4188 |
-
}
|
4189 |
-
|
4190 |
-
.table > thead > tr > td.active,
|
4191 |
-
.table > tbody > tr > td.active,
|
4192 |
-
.table > tfoot > tr > td.active,
|
4193 |
-
.table > thead > tr > th.active,
|
4194 |
-
.table > tbody > tr > th.active,
|
4195 |
-
.table > tfoot > tr > th.active,
|
4196 |
-
.table > thead > tr.active > td,
|
4197 |
-
.table > tbody > tr.active > td,
|
4198 |
-
.table > tfoot > tr.active > td,
|
4199 |
-
.table > thead > tr.active > th,
|
4200 |
-
.table > tbody > tr.active > th,
|
4201 |
-
.table > tfoot > tr.active > th {
|
4202 |
-
background-color: #f5f5f5;
|
4203 |
-
}
|
4204 |
-
|
4205 |
-
.table-hover > tbody > tr > td.active:hover,
|
4206 |
-
.table-hover > tbody > tr > th.active:hover,
|
4207 |
-
.table-hover > tbody > tr.active:hover > td,
|
4208 |
-
.table-hover > tbody > tr:hover > .active,
|
4209 |
-
.table-hover > tbody > tr.active:hover > th {
|
4210 |
-
background-color: #e8e8e8;
|
4211 |
-
}
|
4212 |
-
|
4213 |
-
.table > thead > tr > td.success,
|
4214 |
-
.table > tbody > tr > td.success,
|
4215 |
-
.table > tfoot > tr > td.success,
|
4216 |
-
.table > thead > tr > th.success,
|
4217 |
-
.table > tbody > tr > th.success,
|
4218 |
-
.table > tfoot > tr > th.success,
|
4219 |
-
.table > thead > tr.success > td,
|
4220 |
-
.table > tbody > tr.success > td,
|
4221 |
-
.table > tfoot > tr.success > td,
|
4222 |
-
.table > thead > tr.success > th,
|
4223 |
-
.table > tbody > tr.success > th,
|
4224 |
-
.table > tfoot > tr.success > th {
|
4225 |
-
background-color: #dff0d8;
|
4226 |
-
}
|
4227 |
-
|
4228 |
-
.table-hover > tbody > tr > td.success:hover,
|
4229 |
-
.table-hover > tbody > tr > th.success:hover,
|
4230 |
-
.table-hover > tbody > tr.success:hover > td,
|
4231 |
-
.table-hover > tbody > tr:hover > .success,
|
4232 |
-
.table-hover > tbody > tr.success:hover > th {
|
4233 |
-
background-color: #d0e9c6;
|
4234 |
-
}
|
4235 |
-
|
4236 |
-
.table > thead > tr > td.info,
|
4237 |
-
.table > tbody > tr > td.info,
|
4238 |
-
.table > tfoot > tr > td.info,
|
4239 |
-
.table > thead > tr > th.info,
|
4240 |
-
.table > tbody > tr > th.info,
|
4241 |
-
.table > tfoot > tr > th.info,
|
4242 |
-
.table > thead > tr.info > td,
|
4243 |
-
.table > tbody > tr.info > td,
|
4244 |
-
.table > tfoot > tr.info > td,
|
4245 |
-
.table > thead > tr.info > th,
|
4246 |
-
.table > tbody > tr.info > th,
|
4247 |
-
.table > tfoot > tr.info > th {
|
4248 |
-
background-color: #d9edf7;
|
4249 |
-
}
|
4250 |
-
|
4251 |
-
.table-hover > tbody > tr > td.info:hover,
|
4252 |
-
.table-hover > tbody > tr > th.info:hover,
|
4253 |
-
.table-hover > tbody > tr.info:hover > td,
|
4254 |
-
.table-hover > tbody > tr:hover > .info,
|
4255 |
-
.table-hover > tbody > tr.info:hover > th {
|
4256 |
-
background-color: #c4e3f3;
|
4257 |
-
}
|
4258 |
-
|
4259 |
-
.table > thead > tr > td.warning,
|
4260 |
-
.table > tbody > tr > td.warning,
|
4261 |
-
.table > tfoot > tr > td.warning,
|
4262 |
-
.table > thead > tr > th.warning,
|
4263 |
-
.table > tbody > tr > th.warning,
|
4264 |
-
.table > tfoot > tr > th.warning,
|
4265 |
-
.table > thead > tr.warning > td,
|
4266 |
-
.table > tbody > tr.warning > td,
|
4267 |
-
.table > tfoot > tr.warning > td,
|
4268 |
-
.table > thead > tr.warning > th,
|
4269 |
-
.table > tbody > tr.warning > th,
|
4270 |
-
.table > tfoot > tr.warning > th {
|
4271 |
-
background-color: #fcf8e3;
|
4272 |
-
}
|
4273 |
-
|
4274 |
-
.table-hover > tbody > tr > td.warning:hover,
|
4275 |
-
.table-hover > tbody > tr > th.warning:hover,
|
4276 |
-
.table-hover > tbody > tr.warning:hover > td,
|
4277 |
-
.table-hover > tbody > tr:hover > .warning,
|
4278 |
-
.table-hover > tbody > tr.warning:hover > th {
|
4279 |
-
background-color: #faf2cc;
|
4280 |
-
}
|
4281 |
-
|
4282 |
-
.table > thead > tr > td.danger,
|
4283 |
-
.table > tbody > tr > td.danger,
|
4284 |
-
.table > tfoot > tr > td.danger,
|
4285 |
-
.table > thead > tr > th.danger,
|
4286 |
-
.table > tbody > tr > th.danger,
|
4287 |
-
.table > tfoot > tr > th.danger,
|
4288 |
-
.table > thead > tr.danger > td,
|
4289 |
-
.table > tbody > tr.danger > td,
|
4290 |
-
.table > tfoot > tr.danger > td,
|
4291 |
-
.table > thead > tr.danger > th,
|
4292 |
-
.table > tbody > tr.danger > th,
|
4293 |
-
.table > tfoot > tr.danger > th {
|
4294 |
-
background-color: #f2dede;
|
4295 |
-
}
|
4296 |
-
|
4297 |
-
.table-hover > tbody > tr > td.danger:hover,
|
4298 |
-
.table-hover > tbody > tr > th.danger:hover,
|
4299 |
-
.table-hover > tbody > tr.danger:hover > td,
|
4300 |
-
.table-hover > tbody > tr:hover > .danger,
|
4301 |
-
.table-hover > tbody > tr.danger:hover > th {
|
4302 |
-
background-color: #ebcccc;
|
4303 |
-
}
|
4304 |
-
|
4305 |
-
.table-responsive {
|
4306 |
-
min-height: .01%;
|
4307 |
-
overflow-x: auto;
|
4308 |
-
}
|
4309 |
-
|
4310 |
-
@media screen and (max-width: 767px) {
|
4311 |
-
.table-responsive {
|
4312 |
-
width: 100%;
|
4313 |
-
margin-bottom: 15px;
|
4314 |
-
overflow-y: hidden;
|
4315 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
4316 |
-
border: 1px solid #ddd;
|
4317 |
-
}
|
4318 |
-
|
4319 |
-
.table-responsive > .table {
|
4320 |
-
margin-bottom: 0;
|
4321 |
-
}
|
4322 |
-
|
4323 |
-
.table-responsive > .table > thead > tr > th,
|
4324 |
-
.table-responsive > .table > tbody > tr > th,
|
4325 |
-
.table-responsive > .table > tfoot > tr > th,
|
4326 |
-
.table-responsive > .table > thead > tr > td,
|
4327 |
-
.table-responsive > .table > tbody > tr > td,
|
4328 |
-
.table-responsive > .table > tfoot > tr > td {
|
4329 |
-
white-space: nowrap;
|
4330 |
-
}
|
4331 |
-
|
4332 |
-
.table-responsive > .table-bordered {
|
4333 |
-
border: 0;
|
4334 |
-
}
|
4335 |
-
|
4336 |
-
.table-responsive > .table-bordered > thead > tr > th:first-child,
|
4337 |
-
.table-responsive > .table-bordered > tbody > tr > th:first-child,
|
4338 |
-
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
4339 |
-
.table-responsive > .table-bordered > thead > tr > td:first-child,
|
4340 |
-
.table-responsive > .table-bordered > tbody > tr > td:first-child,
|
4341 |
-
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
4342 |
-
border-left: 0;
|
4343 |
-
}
|
4344 |
-
|
4345 |
-
.table-responsive > .table-bordered > thead > tr > th:last-child,
|
4346 |
-
.table-responsive > .table-bordered > tbody > tr > th:last-child,
|
4347 |
-
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
4348 |
-
.table-responsive > .table-bordered > thead > tr > td:last-child,
|
4349 |
-
.table-responsive > .table-bordered > tbody > tr > td:last-child,
|
4350 |
-
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
4351 |
-
border-right: 0;
|
4352 |
-
}
|
4353 |
-
|
4354 |
-
.table-responsive > .table-bordered > tbody > tr:last-child > th,
|
4355 |
-
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
|
4356 |
-
.table-responsive > .table-bordered > tbody > tr:last-child > td,
|
4357 |
-
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
|
4358 |
-
border-bottom: 0;
|
4359 |
-
}
|
4360 |
-
}
|
4361 |
-
|
4362 |
-
fieldset {
|
4363 |
-
min-width: 0;
|
4364 |
-
padding: 0;
|
4365 |
-
margin: 0;
|
4366 |
-
border: 0;
|
4367 |
-
}
|
4368 |
-
|
4369 |
-
legend {
|
4370 |
-
display: block;
|
4371 |
-
width: 100%;
|
4372 |
-
padding: 0;
|
4373 |
-
margin-bottom: 20px;
|
4374 |
-
font-size: 21px;
|
4375 |
-
line-height: inherit;
|
4376 |
-
color: #333;
|
4377 |
-
border: 0;
|
4378 |
-
border-bottom: 1px solid #e5e5e5;
|
4379 |
-
}
|
4380 |
-
|
4381 |
-
label {
|
4382 |
-
display: inline-block;
|
4383 |
-
max-width: 100%;
|
4384 |
-
margin-bottom: 5px;
|
4385 |
-
font-weight: bold;
|
4386 |
-
}
|
4387 |
-
|
4388 |
-
input[type="search"] {
|
4389 |
-
-webkit-box-sizing: border-box;
|
4390 |
-
-moz-box-sizing: border-box;
|
4391 |
-
box-sizing: border-box;
|
4392 |
-
}
|
4393 |
-
|
4394 |
-
input[type="radio"],
|
4395 |
-
input[type="checkbox"] {
|
4396 |
-
margin: 4px 0 0;
|
4397 |
-
margin-top: 1px \9;
|
4398 |
-
line-height: normal;
|
4399 |
-
}
|
4400 |
-
|
4401 |
-
input[type="file"] {
|
4402 |
-
display: block;
|
4403 |
-
}
|
4404 |
-
|
4405 |
-
input[type="range"] {
|
4406 |
-
display: block;
|
4407 |
-
width: 100%;
|
4408 |
-
}
|
4409 |
-
|
4410 |
-
select[multiple],
|
4411 |
-
select[size] {
|
4412 |
-
height: auto;
|
4413 |
-
}
|
4414 |
-
|
4415 |
-
input[type="file"]:focus,
|
4416 |
-
input[type="radio"]:focus,
|
4417 |
-
input[type="checkbox"]:focus {
|
4418 |
-
outline: thin dotted;
|
4419 |
-
outline: 5px auto -webkit-focus-ring-color;
|
4420 |
-
outline-offset: -2px;
|
4421 |
-
}
|
4422 |
-
|
4423 |
-
output {
|
4424 |
-
display: block;
|
4425 |
-
padding-top: 7px;
|
4426 |
-
font-size: 14px;
|
4427 |
-
line-height: 1.42857143;
|
4428 |
-
color: #555;
|
4429 |
-
}
|
4430 |
-
|
4431 |
-
#src_settings {
|
4432 |
-
margin: 0 10px 0 0;
|
4433 |
-
padding: 0;
|
4434 |
-
}
|
4435 |
-
|
4436 |
-
#src_settings > div {
|
4437 |
-
background-color: #f5f5f5;
|
4438 |
-
border: 1px solid #ddd;
|
4439 |
-
margin-top: -1px;
|
4440 |
-
}
|
4441 |
-
|
4442 |
-
#src_settings .tablenav .actions {
|
4443 |
-
padding: 0;
|
4444 |
-
}
|
4445 |
-
|
4446 |
-
#sq_settings .form-control,
|
4447 |
-
#src_settings .form-control {
|
4448 |
-
display: block;
|
4449 |
-
width: 100%;
|
4450 |
-
height: 34px;
|
4451 |
-
padding: 6px 12px;
|
4452 |
-
font-size: 14px;
|
4453 |
-
font-weight: bold;
|
4454 |
-
line-height: 1.42857143;
|
4455 |
-
color: #555;
|
4456 |
-
background-color: #fff;
|
4457 |
-
background-image: none;
|
4458 |
-
border: 1px solid #ccc;
|
4459 |
-
border-radius: 4px;
|
4460 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4461 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4462 |
-
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
4463 |
-
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
4464 |
-
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
4465 |
-
}
|
4466 |
-
|
4467 |
-
#sq_settings .form-control:focus,
|
4468 |
-
#src_settings .form-control:focus {
|
4469 |
-
border-color: #66afe9;
|
4470 |
-
outline: 0;
|
4471 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
4472 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
|
4473 |
-
}
|
4474 |
-
|
4475 |
-
#sq_settings .form-control::-moz-placeholder,
|
4476 |
-
#src_settings .form-control::-moz-placeholder {
|
4477 |
-
color: #999;
|
4478 |
-
opacity: 1;
|
4479 |
-
}
|
4480 |
-
|
4481 |
-
#sq_settings .form-control:-ms-input-placeholder,
|
4482 |
-
#src_settings .form-control:-ms-input-placeholder {
|
4483 |
-
color: #999;
|
4484 |
-
}
|
4485 |
-
|
4486 |
-
#sq_settings .form-control::-webkit-input-placeholder,
|
4487 |
-
#src_settings .form-control::-webkit-input-placeholder {
|
4488 |
-
color: #999;
|
4489 |
-
}
|
4490 |
-
|
4491 |
-
#src_settings .form-control[disabled],
|
4492 |
-
#src_settings .form-control[readonly],
|
4493 |
-
fieldset[disabled] #src_settings .form-control {
|
4494 |
-
background-color: #eee;
|
4495 |
-
opacity: 1;
|
4496 |
-
}
|
4497 |
-
|
4498 |
-
#src_settings .form-control[disabled],
|
4499 |
-
fieldset[disabled] #src_settings .form-control {
|
4500 |
-
cursor: not-allowed;
|
4501 |
-
}
|
4502 |
-
|
4503 |
-
textarea#src_settings .form-control {
|
4504 |
-
height: auto;
|
4505 |
-
}
|
4506 |
-
|
4507 |
-
textarea#src_settings .form-control {
|
4508 |
-
width: 100%;
|
4509 |
-
}
|
4510 |
-
|
4511 |
-
input[type="search"] {
|
4512 |
-
-webkit-appearance: none;
|
4513 |
-
padding: 5px;
|
4514 |
-
min-width: 300px;
|
4515 |
-
}
|
4516 |
-
|
4517 |
-
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
4518 |
-
input[type="date"]#src_settings .form-control,
|
4519 |
-
input[type="time"]#src_settings .form-control,
|
4520 |
-
input[type="datetime-local"]#src_settings .form-control,
|
4521 |
-
input[type="month"]#src_settings .form-control {
|
4522 |
-
line-height: 34px;
|
4523 |
-
}
|
4524 |
-
|
4525 |
-
input[type="date"].input-sm,
|
4526 |
-
input[type="time"].input-sm,
|
4527 |
-
input[type="datetime-local"].input-sm,
|
4528 |
-
input[type="month"].input-sm,
|
4529 |
-
.input-group-sm input[type="date"],
|
4530 |
-
.input-group-sm input[type="time"],
|
4531 |
-
.input-group-sm input[type="datetime-local"],
|
4532 |
-
.input-group-sm input[type="month"] {
|
4533 |
-
line-height: 30px;
|
4534 |
-
}
|
4535 |
-
|
4536 |
-
input[type="date"].input-lg,
|
4537 |
-
input[type="time"].input-lg,
|
4538 |
-
input[type="datetime-local"].input-lg,
|
4539 |
-
input[type="month"].input-lg,
|
4540 |
-
.input-group-lg input[type="date"],
|
4541 |
-
.input-group-lg input[type="time"],
|
4542 |
-
.input-group-lg input[type="datetime-local"],
|
4543 |
-
.input-group-lg input[type="month"] {
|
4544 |
-
line-height: 46px;
|
4545 |
-
}
|
4546 |
-
}
|
4547 |
-
|
4548 |
-
.form-group {
|
4549 |
-
margin-bottom: 15px;
|
4550 |
-
}
|
4551 |
-
|
4552 |
-
.radio,
|
4553 |
-
.checkbox {
|
4554 |
-
position: relative;
|
4555 |
-
display: block;
|
4556 |
-
margin-top: 10px;
|
4557 |
-
margin-bottom: 10px;
|
4558 |
-
}
|
4559 |
-
|
4560 |
-
.radio label,
|
4561 |
-
.checkbox label {
|
4562 |
-
min-height: 20px;
|
4563 |
-
padding-left: 20px;
|
4564 |
-
margin-bottom: 0;
|
4565 |
-
font-weight: normal;
|
4566 |
-
cursor: pointer;
|
4567 |
-
}
|
4568 |
-
|
4569 |
-
.radio input[type="radio"],
|
4570 |
-
.radio-inline input[type="radio"],
|
4571 |
-
.checkbox input[type="checkbox"],
|
4572 |
-
.checkbox-inline input[type="checkbox"] {
|
4573 |
-
position: absolute;
|
4574 |
-
margin-top: 4px \9;
|
4575 |
-
margin-left: -20px;
|
4576 |
-
}
|
4577 |
-
|
4578 |
-
.radio + .radio,
|
4579 |
-
.checkbox + .checkbox {
|
4580 |
-
margin-top: -5px;
|
4581 |
-
}
|
4582 |
-
|
4583 |
-
.radio-inline,
|
4584 |
-
.checkbox-inline {
|
4585 |
-
position: relative;
|
4586 |
-
display: inline-block;
|
4587 |
-
padding-left: 20px;
|
4588 |
-
margin-bottom: 0;
|
4589 |
-
font-weight: normal;
|
4590 |
-
vertical-align: middle;
|
4591 |
-
cursor: pointer;
|
4592 |
-
}
|
4593 |
-
|
4594 |
-
.radio-inline + .radio-inline,
|
4595 |
-
.checkbox-inline + .checkbox-inline {
|
4596 |
-
margin-top: 0;
|
4597 |
-
margin-left: 10px;
|
4598 |
-
}
|
4599 |
-
|
4600 |
-
input[type="radio"][disabled],
|
4601 |
-
input[type="checkbox"][disabled],
|
4602 |
-
input[type="radio"].disabled,
|
4603 |
-
input[type="checkbox"].disabled,
|
4604 |
-
fieldset[disabled] input[type="radio"],
|
4605 |
-
fieldset[disabled] input[type="checkbox"] {
|
4606 |
-
cursor: not-allowed;
|
4607 |
-
}
|
4608 |
-
|
4609 |
-
.radio-inline.disabled,
|
4610 |
-
.checkbox-inline.disabled,
|
4611 |
-
fieldset[disabled] .radio-inline,
|
4612 |
-
fieldset[disabled] .checkbox-inline {
|
4613 |
-
cursor: not-allowed;
|
4614 |
-
}
|
4615 |
-
|
4616 |
-
.radio.disabled label,
|
4617 |
-
.checkbox.disabled label,
|
4618 |
-
fieldset[disabled] .radio label,
|
4619 |
-
fieldset[disabled] .checkbox label {
|
4620 |
-
cursor: not-allowed;
|
4621 |
-
}
|
4622 |
-
|
4623 |
-
#src_settings .form-control-static {
|
4624 |
-
min-height: 34px;
|
4625 |
-
padding-top: 7px;
|
4626 |
-
padding-bottom: 7px;
|
4627 |
-
margin-bottom: 0;
|
4628 |
-
}
|
4629 |
-
|
4630 |
-
#src_settings .form-control-static.input-lg,
|
4631 |
-
#src_settings .form-control-static.input-sm {
|
4632 |
-
padding-right: 0;
|
4633 |
-
padding-left: 0;
|
4634 |
-
}
|
4635 |
-
|
4636 |
-
.input-sm {
|
4637 |
-
height: 30px;
|
4638 |
-
padding: 5px 10px;
|
4639 |
-
font-size: 12px;
|
4640 |
-
line-height: 1.5;
|
4641 |
-
border-radius: 3px;
|
4642 |
-
}
|
4643 |
-
|
4644 |
-
select.input-sm {
|
4645 |
-
height: 30px;
|
4646 |
-
line-height: 30px;
|
4647 |
-
}
|
4648 |
-
|
4649 |
-
textarea.input-sm,
|
4650 |
-
select[multiple].input-sm {
|
4651 |
-
height: auto;
|
4652 |
-
}
|
4653 |
-
|
4654 |
-
.form-group-sm #src_settings .form-control {
|
4655 |
-
height: 30px;
|
4656 |
-
padding: 5px 10px;
|
4657 |
-
font-size: 12px;
|
4658 |
-
line-height: 1.5;
|
4659 |
-
border-radius: 3px;
|
4660 |
-
}
|
4661 |
-
|
4662 |
-
.form-group-sm select#src_settings .form-control {
|
4663 |
-
height: 30px;
|
4664 |
-
line-height: 30px;
|
4665 |
-
}
|
4666 |
-
|
4667 |
-
.form-group-sm textarea#src_settings .form-control,
|
4668 |
-
.form-group-sm select[multiple]#src_settings .form-control {
|
4669 |
-
height: auto;
|
4670 |
-
}
|
4671 |
-
|
4672 |
-
.form-group-sm #src_settings .form-control-static {
|
4673 |
-
height: 30px;
|
4674 |
-
min-height: 32px;
|
4675 |
-
padding: 6px 10px;
|
4676 |
-
font-size: 12px;
|
4677 |
-
line-height: 1.5;
|
4678 |
-
}
|
4679 |
-
|
4680 |
-
.input-lg {
|
4681 |
-
height: 46px;
|
4682 |
-
padding: 10px 16px;
|
4683 |
-
font-size: 18px;
|
4684 |
-
line-height: 1.3333333;
|
4685 |
-
border-radius: 6px;
|
4686 |
-
}
|
4687 |
-
|
4688 |
-
select.input-lg {
|
4689 |
-
height: 46px;
|
4690 |
-
line-height: 46px;
|
4691 |
-
}
|
4692 |
-
|
4693 |
-
textarea.input-lg,
|
4694 |
-
select[multiple].input-lg {
|
4695 |
-
height: auto;
|
4696 |
-
}
|
4697 |
-
|
4698 |
-
.form-group-lg #src_settings .form-control {
|
4699 |
-
height: 46px;
|
4700 |
-
padding: 10px 16px;
|
4701 |
-
font-size: 18px;
|
4702 |
-
line-height: 1.3333333;
|
4703 |
-
border-radius: 6px;
|
4704 |
-
}
|
4705 |
-
|
4706 |
-
.form-group-lg select#src_settings .form-control {
|
4707 |
-
height: 46px;
|
4708 |
-
line-height: 46px;
|
4709 |
-
}
|
4710 |
-
|
4711 |
-
.form-group-lg textarea#src_settings .form-control,
|
4712 |
-
.form-group-lg select[multiple]#src_settings .form-control {
|
4713 |
-
height: auto;
|
4714 |
-
}
|
4715 |
-
|
4716 |
-
.form-group-lg #src_settings .form-control-static {
|
4717 |
-
height: 46px;
|
4718 |
-
min-height: 38px;
|
4719 |
-
padding: 11px 16px;
|
4720 |
-
font-size: 18px;
|
4721 |
-
line-height: 1.3333333;
|
4722 |
-
}
|
4723 |
-
|
4724 |
-
.has-feedback {
|
4725 |
-
position: relative;
|
4726 |
-
}
|
4727 |
-
|
4728 |
-
.has-feedback #src_settings .form-control {
|
4729 |
-
padding-right: 42.5px;
|
4730 |
-
}
|
4731 |
-
|
4732 |
-
#src_settings .form-control-feedback {
|
4733 |
-
position: absolute;
|
4734 |
-
top: 0;
|
4735 |
-
right: 0;
|
4736 |
-
z-index: 2;
|
4737 |
-
display: block;
|
4738 |
-
width: 34px;
|
4739 |
-
height: 34px;
|
4740 |
-
line-height: 34px;
|
4741 |
-
text-align: center;
|
4742 |
-
pointer-events: none;
|
4743 |
-
}
|
4744 |
-
|
4745 |
-
.input-lg + #src_settings .form-control-feedback,
|
4746 |
-
.input-group-lg + #src_settings .form-control-feedback,
|
4747 |
-
.form-group-lg #src_settings .form-control + #src_settings .form-control-feedback {
|
4748 |
-
width: 46px;
|
4749 |
-
height: 46px;
|
4750 |
-
line-height: 46px;
|
4751 |
-
}
|
4752 |
-
|
4753 |
-
.input-sm + #src_settings .form-control-feedback,
|
4754 |
-
.input-group-sm + #src_settings .form-control-feedback,
|
4755 |
-
.form-group-sm #src_settings .form-control + #src_settings .form-control-feedback {
|
4756 |
-
width: 30px;
|
4757 |
-
height: 30px;
|
4758 |
-
line-height: 30px;
|
4759 |
-
}
|
4760 |
-
|
4761 |
-
.has-success .help-block,
|
4762 |
-
.has-success .control-label,
|
4763 |
-
.has-success .radio,
|
4764 |
-
.has-success .checkbox,
|
4765 |
-
.has-success .radio-inline,
|
4766 |
-
.has-success .checkbox-inline,
|
4767 |
-
.has-success.radio label,
|
4768 |
-
.has-success.checkbox label,
|
4769 |
-
.has-success.radio-inline label,
|
4770 |
-
.has-success.checkbox-inline label {
|
4771 |
-
color: #3c763d;
|
4772 |
-
}
|
4773 |
-
|
4774 |
-
.has-success #src_settings .form-control {
|
4775 |
-
border-color: #3c763d;
|
4776 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4777 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4778 |
-
}
|
4779 |
-
|
4780 |
-
.has-success #src_settings .form-control:focus {
|
4781 |
-
border-color: #2b542c;
|
4782 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
4783 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
|
4784 |
-
}
|
4785 |
-
|
4786 |
-
.has-success .input-group-addon {
|
4787 |
-
color: #3c763d;
|
4788 |
-
background-color: #dff0d8;
|
4789 |
-
border-color: #3c763d;
|
4790 |
-
}
|
4791 |
-
|
4792 |
-
.has-success #src_settings .form-control-feedback {
|
4793 |
-
color: #3c763d;
|
4794 |
-
}
|
4795 |
-
|
4796 |
-
.has-warning .help-block,
|
4797 |
-
.has-warning .control-label,
|
4798 |
-
.has-warning .radio,
|
4799 |
-
.has-warning .checkbox,
|
4800 |
-
.has-warning .radio-inline,
|
4801 |
-
.has-warning .checkbox-inline,
|
4802 |
-
.has-warning.radio label,
|
4803 |
-
.has-warning.checkbox label,
|
4804 |
-
.has-warning.radio-inline label,
|
4805 |
-
.has-warning.checkbox-inline label {
|
4806 |
-
color: #8a6d3b;
|
4807 |
-
}
|
4808 |
-
|
4809 |
-
.has-warning #src_settings .form-control {
|
4810 |
-
border-color: #8a6d3b;
|
4811 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4812 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4813 |
-
}
|
4814 |
-
|
4815 |
-
.has-warning #src_settings .form-control:focus {
|
4816 |
-
border-color: #66512c;
|
4817 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
4818 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
|
4819 |
-
}
|
4820 |
-
|
4821 |
-
.has-warning .input-group-addon {
|
4822 |
-
color: #8a6d3b;
|
4823 |
-
background-color: #fcf8e3;
|
4824 |
-
border-color: #8a6d3b;
|
4825 |
-
}
|
4826 |
-
|
4827 |
-
.has-warning #src_settings .form-control-feedback {
|
4828 |
-
color: #8a6d3b;
|
4829 |
-
}
|
4830 |
-
|
4831 |
-
.has-error .help-block,
|
4832 |
-
.has-error .control-label,
|
4833 |
-
.has-error .radio,
|
4834 |
-
.has-error .checkbox,
|
4835 |
-
.has-error .radio-inline,
|
4836 |
-
.has-error .checkbox-inline,
|
4837 |
-
.has-error.radio label,
|
4838 |
-
.has-error.checkbox label,
|
4839 |
-
.has-error.radio-inline label,
|
4840 |
-
.has-error.checkbox-inline label {
|
4841 |
-
color: #a94442;
|
4842 |
-
}
|
4843 |
-
|
4844 |
-
.has-error #src_settings .form-control {
|
4845 |
-
border-color: #a94442;
|
4846 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4847 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
4848 |
-
}
|
4849 |
-
|
4850 |
-
.has-error #src_settings .form-control:focus {
|
4851 |
-
border-color: #843534;
|
4852 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
4853 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
|
4854 |
-
}
|
4855 |
-
|
4856 |
-
.has-error .input-group-addon {
|
4857 |
-
color: #a94442;
|
4858 |
-
background-color: #f2dede;
|
4859 |
-
border-color: #a94442;
|
4860 |
-
}
|
4861 |
-
|
4862 |
-
.has-error #src_settings .form-control-feedback {
|
4863 |
-
color: #a94442;
|
4864 |
-
}
|
4865 |
-
|
4866 |
-
.has-feedback label ~ #src_settings .form-control-feedback {
|
4867 |
-
top: 25px;
|
4868 |
-
}
|
4869 |
-
|
4870 |
-
.has-feedback label.sr-only ~ #src_settings .form-control-feedback {
|
4871 |
-
top: 0;
|
4872 |
-
}
|
4873 |
-
|
4874 |
-
.help-block {
|
4875 |
-
display: block;
|
4876 |
-
margin-top: 5px;
|
4877 |
-
margin-bottom: 10px;
|
4878 |
-
color: #737373;
|
4879 |
-
}
|
4880 |
-
|
4881 |
-
@media (min-width: 768px) {
|
4882 |
-
.form-inline .form-group {
|
4883 |
-
display: inline-block;
|
4884 |
-
margin-bottom: 0;
|
4885 |
-
vertical-align: middle;
|
4886 |
-
}
|
4887 |
-
|
4888 |
-
.form-inline #src_settings .form-control {
|
4889 |
-
display: inline-block;
|
4890 |
-
width: auto;
|
4891 |
-
vertical-align: middle;
|
4892 |
-
}
|
4893 |
-
|
4894 |
-
.form-inline #src_settings .form-control-static {
|
4895 |
-
display: inline-block;
|
4896 |
-
}
|
4897 |
-
|
4898 |
-
.form-inline .input-group {
|
4899 |
-
display: inline-table;
|
4900 |
-
vertical-align: middle;
|
4901 |
-
}
|
4902 |
-
|
4903 |
-
.form-inline .input-group .input-group-addon,
|
4904 |
-
.form-inline .input-group .input-group-btn,
|
4905 |
-
.form-inline .input-group #src_settings .form-control {
|
4906 |
-
width: auto;
|
4907 |
-
}
|
4908 |
-
|
4909 |
-
.form-inline .input-group > #src_settings .form-control {
|
4910 |
-
width: 100%;
|
4911 |
-
}
|
4912 |
-
|
4913 |
-
.form-inline .control-label {
|
4914 |
-
margin-bottom: 0;
|
4915 |
-
vertical-align: middle;
|
4916 |
-
}
|
4917 |
-
|
4918 |
-
.form-inline .radio,
|
4919 |
-
.form-inline .checkbox {
|
4920 |
-
display: inline-block;
|
4921 |
-
margin-top: 0;
|
4922 |
-
margin-bottom: 0;
|
4923 |
-
vertical-align: middle;
|
4924 |
-
}
|
4925 |
-
|
4926 |
-
.form-inline .radio label,
|
4927 |
-
.form-inline .checkbox label {
|
4928 |
-
padding-left: 0;
|
4929 |
-
}
|
4930 |
-
|
4931 |
-
.form-inline .radio input[type="radio"],
|
4932 |
-
.form-inline .checkbox input[type="checkbox"] {
|
4933 |
-
position: relative;
|
4934 |
-
margin-left: 0;
|
4935 |
-
}
|
4936 |
-
|
4937 |
-
.form-inline .has-feedback #src_settings .form-control-feedback {
|
4938 |
-
top: 0;
|
4939 |
-
}
|
4940 |
-
}
|
4941 |
-
|
4942 |
-
.form-horizontal .radio,
|
4943 |
-
.form-horizontal .checkbox,
|
4944 |
-
.form-horizontal .radio-inline,
|
4945 |
-
.form-horizontal .checkbox-inline {
|
4946 |
-
padding-top: 7px;
|
4947 |
-
margin-top: 0;
|
4948 |
-
margin-bottom: 0;
|
4949 |
-
}
|
4950 |
-
|
4951 |
-
.form-horizontal .radio,
|
4952 |
-
.form-horizontal .checkbox {
|
4953 |
-
min-height: 27px;
|
4954 |
-
}
|
4955 |
-
|
4956 |
-
.form-horizontal .form-group {
|
4957 |
-
margin-right: -15px;
|
4958 |
-
margin-left: -15px;
|
4959 |
-
}
|
4960 |
-
|
4961 |
-
@media (min-width: 768px) {
|
4962 |
-
.form-horizontal .control-label {
|
4963 |
-
padding-top: 7px;
|
4964 |
-
margin-bottom: 0;
|
4965 |
-
text-align: right;
|
4966 |
-
}
|
4967 |
-
}
|
4968 |
-
|
4969 |
-
.form-horizontal .has-feedback #src_settings .form-control-feedback {
|
4970 |
-
right: 15px;
|
4971 |
-
}
|
4972 |
-
|
4973 |
-
@media (min-width: 768px) {
|
4974 |
-
.form-horizontal .form-group-lg .control-label {
|
4975 |
-
padding-top: 14.333333px;
|
4976 |
-
font-size: 18px;
|
4977 |
-
}
|
4978 |
-
}
|
4979 |
-
|
4980 |
-
@media (min-width: 768px) {
|
4981 |
-
.form-horizontal .form-group-sm .control-label {
|
4982 |
-
padding-top: 6px;
|
4983 |
-
font-size: 12px;
|
4984 |
-
}
|
4985 |
-
}
|
4986 |
-
|
4987 |
-
.btn {
|
4988 |
-
display: inline-block;
|
4989 |
-
padding: 6px 12px;
|
4990 |
-
margin-bottom: 0;
|
4991 |
-
font-size: 14px;
|
4992 |
-
font-weight: normal;
|
4993 |
-
line-height: 1.42857143;
|
4994 |
-
text-align: center;
|
4995 |
-
white-space: nowrap;
|
4996 |
-
vertical-align: middle;
|
4997 |
-
-ms-touch-action: manipulation;
|
4998 |
-
touch-action: manipulation;
|
4999 |
-
cursor: pointer;
|
5000 |
-
-webkit-user-select: none;
|
5001 |
-
-moz-user-select: none;
|
5002 |
-
-ms-user-select: none;
|
5003 |
-
user-select: none;
|
5004 |
-
background-image: none;
|
5005 |
-
border: 1px solid transparent;
|
5006 |
-
border-radius: 4px;
|
5007 |
-
}
|
5008 |
-
|
5009 |
-
.btn:focus,
|
5010 |
-
.btn:active:focus,
|
5011 |
-
.btn.active:focus,
|
5012 |
-
.btn.focus,
|
5013 |
-
.btn:active.focus,
|
5014 |
-
.btn.active.focus {
|
5015 |
-
outline: thin dotted;
|
5016 |
-
outline: 5px auto -webkit-focus-ring-color;
|
5017 |
-
outline-offset: -2px;
|
5018 |
-
}
|
5019 |
-
|
5020 |
-
.btn:hover,
|
5021 |
-
.btn:focus,
|
5022 |
-
.btn.focus {
|
5023 |
-
color: #333;
|
5024 |
-
text-decoration: none;
|
5025 |
-
}
|
5026 |
-
|
5027 |
-
.btn:active,
|
5028 |
-
.btn.active {
|
5029 |
-
background-image: none;
|
5030 |
-
outline: 0;
|
5031 |
-
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
5032 |
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
5033 |
-
}
|
5034 |
-
|
5035 |
-
.btn.disabled,
|
5036 |
-
.btn[disabled],
|
5037 |
-
fieldset[disabled] .btn {
|
5038 |
-
cursor: not-allowed;
|
5039 |
-
filter: alpha(opacity=65);
|
5040 |
-
-webkit-box-shadow: none;
|
5041 |
-
box-shadow: none;
|
5042 |
-
opacity: .65;
|
5043 |
-
}
|
5044 |
-
|
5045 |
-
a.btn.disabled,
|
5046 |
-
fieldset[disabled] a.btn {
|
5047 |
-
pointer-events: none;
|
5048 |
-
}
|
5049 |
-
|
5050 |
-
.btn-default {
|
5051 |
-
color: #333;
|
5052 |
-
background-color: #fff;
|
5053 |
-
border-color: #ccc;
|
5054 |
-
}
|
5055 |
-
|
5056 |
-
.btn-default:focus,
|
5057 |
-
.btn-default.focus {
|
5058 |
-
color: #333;
|
5059 |
-
background-color: #e6e6e6;
|
5060 |
-
border-color: #8c8c8c;
|
5061 |
-
}
|
5062 |
-
|
5063 |
-
.btn-default:hover {
|
5064 |
-
color: #333;
|
5065 |
-
background-color: #e6e6e6;
|
5066 |
-
border-color: #adadad;
|
5067 |
-
}
|
5068 |
-
|
5069 |
-
.btn-default:active,
|
5070 |
-
.btn-default.active,
|
5071 |
-
.open > .dropdown-toggle.btn-default {
|
5072 |
-
color: #333;
|
5073 |
-
background-color: #e6e6e6;
|
5074 |
-
border-color: #adadad;
|
5075 |
-
}
|
5076 |
-
|
5077 |
-
.btn-default:active:hover,
|
5078 |
-
.btn-default.active:hover,
|
5079 |
-
.open > .dropdown-toggle.btn-default:hover,
|
5080 |
-
.btn-default:active:focus,
|
5081 |
-
.btn-default.active:focus,
|
5082 |
-
.open > .dropdown-toggle.btn-default:focus,
|
5083 |
-
.btn-default:active.focus,
|
5084 |
-
.btn-default.active.focus,
|
5085 |
-
.open > .dropdown-toggle.btn-default.focus {
|
5086 |
-
color: #333;
|
5087 |
-
background-color: #d4d4d4;
|
5088 |
-
border-color: #8c8c8c;
|
5089 |
-
}
|
5090 |
-
|
5091 |
-
.btn-default:active,
|
5092 |
-
.btn-default.active,
|
5093 |
-
.open > .dropdown-toggle.btn-default {
|
5094 |
-
background-image: none;
|
5095 |
-
}
|
5096 |
-
|
5097 |
-
.btn-default.disabled,
|
5098 |
-
.btn-default[disabled],
|
5099 |
-
fieldset[disabled] .btn-default,
|
5100 |
-
.btn-default.disabled:hover,
|
5101 |
-
.btn-default[disabled]:hover,
|
5102 |
-
fieldset[disabled] .btn-default:hover,
|
5103 |
-
.btn-default.disabled:focus,
|
5104 |
-
.btn-default[disabled]:focus,
|
5105 |
-
fieldset[disabled] .btn-default:focus,
|
5106 |
-
.btn-default.disabled.focus,
|
5107 |
-
.btn-default[disabled].focus,
|
5108 |
-
fieldset[disabled] .btn-default.focus,
|
5109 |
-
.btn-default.disabled:active,
|
5110 |
-
.btn-default[disabled]:active,
|
5111 |
-
fieldset[disabled] .btn-default:active,
|
5112 |
-
.btn-default.disabled.active,
|
5113 |
-
.btn-default[disabled].active,
|
5114 |
-
fieldset[disabled] .btn-default.active {
|
5115 |
-
background-color: #fff;
|
5116 |
-
border-color: #ccc;
|
5117 |
-
}
|
5118 |
-
|
5119 |
-
.btn-default .badge {
|
5120 |
-
color: #fff;
|
5121 |
-
background-color: #333;
|
5122 |
-
}
|
5123 |
-
|
5124 |
-
.btn-primary {
|
5125 |
-
color: #fff;
|
5126 |
-
background-color: #337ab7;
|
5127 |
-
border-color: #2e6da4;
|
5128 |
-
}
|
5129 |
-
|
5130 |
-
.btn-primary:focus,
|
5131 |
-
.btn-primary.focus {
|
5132 |
-
color: #fff;
|
5133 |
-
background-color: #286090;
|
5134 |
-
border-color: #122b40;
|
5135 |
-
}
|
5136 |
-
|
5137 |
-
.btn-primary:hover {
|
5138 |
-
color: #fff;
|
5139 |
-
background-color: #286090;
|
5140 |
-
border-color: #204d74;
|
5141 |
-
}
|
5142 |
-
|
5143 |
-
.btn-primary:active,
|
5144 |
-
.btn-primary.active,
|
5145 |
-
.open > .dropdown-toggle.btn-primary {
|
5146 |
-
color: #fff;
|
5147 |
-
background-color: #286090;
|
5148 |
-
border-color: #204d74;
|
5149 |
-
}
|
5150 |
-
|
5151 |
-
.btn-primary:active:hover,
|
5152 |
-
.btn-primary.active:hover,
|
5153 |
-
.open > .dropdown-toggle.btn-primary:hover,
|
5154 |
-
.btn-primary:active:focus,
|
5155 |
-
.btn-primary.active:focus,
|
5156 |
-
.open > .dropdown-toggle.btn-primary:focus,
|
5157 |
-
.btn-primary:active.focus,
|
5158 |
-
.btn-primary.active.focus,
|
5159 |
-
.open > .dropdown-toggle.btn-primary.focus {
|
5160 |
-
color: #fff;
|
5161 |
-
background-color: #204d74;
|
5162 |
-
border-color: #122b40;
|
5163 |
-
}
|
5164 |
-
|
5165 |
-
.btn-primary:active,
|
5166 |
-
.btn-primary.active,
|
5167 |
-
.open > .dropdown-toggle.btn-primary {
|
5168 |
-
background-image: none;
|
5169 |
-
}
|
5170 |
-
|
5171 |
-
.btn-primary.disabled,
|
5172 |
-
.btn-primary[disabled],
|
5173 |
-
fieldset[disabled] .btn-primary,
|
5174 |
-
.btn-primary.disabled:hover,
|
5175 |
-
.btn-primary[disabled]:hover,
|
5176 |
-
fieldset[disabled] .btn-primary:hover,
|
5177 |
-
.btn-primary.disabled:focus,
|
5178 |
-
.btn-primary[disabled]:focus,
|
5179 |
-
fieldset[disabled] .btn-primary:focus,
|
5180 |
-
.btn-primary.disabled.focus,
|
5181 |
-
.btn-primary[disabled].focus,
|
5182 |
-
fieldset[disabled] .btn-primary.focus,
|
5183 |
-
.btn-primary.disabled:active,
|
5184 |
-
.btn-primary[disabled]:active,
|
5185 |
-
fieldset[disabled] .btn-primary:active,
|
5186 |
-
.btn-primary.disabled.active,
|
5187 |
-
.btn-primary[disabled].active,
|
5188 |
-
fieldset[disabled] .btn-primary.active {
|
5189 |
-
background-color: #337ab7;
|
5190 |
-
border-color: #2e6da4;
|
5191 |
-
}
|
5192 |
-
|
5193 |
-
.btn-primary .badge {
|
5194 |
-
color: #337ab7;
|
5195 |
-
background-color: #fff;
|
5196 |
-
}
|
5197 |
-
|
5198 |
-
.btn-success {
|
5199 |
-
color: #fff;
|
5200 |
-
background-color: #3971aa;
|
5201 |
-
border-color: #3971aa;
|
5202 |
-
}
|
5203 |
-
|
5204 |
-
.btn-success:focus,
|
5205 |
-
.btn-success.focus {
|
5206 |
-
color: #fff;
|
5207 |
-
background-color: #449d44;
|
5208 |
-
border-color: #255625;
|
5209 |
-
}
|
5210 |
-
|
5211 |
-
.btn-success:hover {
|
5212 |
-
color: #fff;
|
5213 |
-
background-color: #449d44;
|
5214 |
-
border-color: #398439;
|
5215 |
-
}
|
5216 |
-
|
5217 |
-
.btn-success:active,
|
5218 |
-
.btn-success.active,
|
5219 |
-
.open > .dropdown-toggle.btn-success {
|
5220 |
-
color: #fff;
|
5221 |
-
background-color: #449d44;
|
5222 |
-
border-color: #398439;
|
5223 |
-
}
|
5224 |
-
|
5225 |
-
.btn-success:active:hover,
|
5226 |
-
.btn-success.active:hover,
|
5227 |
-
.open > .dropdown-toggle.btn-success:hover,
|
5228 |
-
.btn-success:active:focus,
|
5229 |
-
.btn-success.active:focus,
|
5230 |
-
.open > .dropdown-toggle.btn-success:focus,
|
5231 |
-
.btn-success:active.focus,
|
5232 |
-
.btn-success.active.focus,
|
5233 |
-
.open > .dropdown-toggle.btn-success.focus {
|
5234 |
-
color: #fff;
|
5235 |
-
background-color: #398439;
|
5236 |
-
border-color: #255625;
|
5237 |
-
}
|
5238 |
-
|
5239 |
-
.btn-success:active,
|
5240 |
-
.btn-success.active,
|
5241 |
-
.open > .dropdown-toggle.btn-success {
|
5242 |
-
background-image: none;
|
5243 |
-
}
|
5244 |
-
|
5245 |
-
.btn-success.disabled,
|
5246 |
-
.btn-success[disabled],
|
5247 |
-
fieldset[disabled] .btn-success,
|
5248 |
-
.btn-success.disabled:hover,
|
5249 |
-
.btn-success[disabled]:hover,
|
5250 |
-
fieldset[disabled] .btn-success:hover,
|
5251 |
-
.btn-success.disabled:focus,
|
5252 |
-
.btn-success[disabled]:focus,
|
5253 |
-
fieldset[disabled] .btn-success:focus,
|
5254 |
-
.btn-success.disabled.focus,
|
5255 |
-
.btn-success[disabled].focus,
|
5256 |
-
fieldset[disabled] .btn-success.focus,
|
5257 |
-
.btn-success.disabled:active,
|
5258 |
-
.btn-success[disabled]:active,
|
5259 |
-
fieldset[disabled] .btn-success:active,
|
5260 |
-
.btn-success.disabled.active,
|
5261 |
-
.btn-success[disabled].active,
|
5262 |
-
fieldset[disabled] .btn-success.active {
|
5263 |
-
background-color: #5cb85c;
|
5264 |
-
border-color: #4cae4c;
|
5265 |
-
}
|
5266 |
-
|
5267 |
-
.btn-success .badge {
|
5268 |
-
color: #5cb85c;
|
5269 |
-
background-color: #fff;
|
5270 |
-
}
|
5271 |
-
|
5272 |
-
.btn-info {
|
5273 |
-
color: #fff;
|
5274 |
-
background-color: #5bc0de;
|
5275 |
-
border-color: #46b8da;
|
5276 |
-
}
|
5277 |
-
|
5278 |
-
.btn-info:focus,
|
5279 |
-
.btn-info.focus {
|
5280 |
-
color: #fff;
|
5281 |
-
background-color: #31b0d5;
|
5282 |
-
border-color: #1b6d85;
|
5283 |
-
}
|
5284 |
-
|
5285 |
-
.btn-info:hover {
|
5286 |
-
color: #fff;
|
5287 |
-
background-color: #31b0d5;
|
5288 |
-
border-color: #269abc;
|
5289 |
-
}
|
5290 |
-
|
5291 |
-
.btn-info:active,
|
5292 |
-
.btn-info.active,
|
5293 |
-
.open > .dropdown-toggle.btn-info {
|
5294 |
-
color: #fff;
|
5295 |
-
background-color: #31b0d5;
|
5296 |
-
border-color: #269abc;
|
5297 |
-
}
|
5298 |
-
|
5299 |
-
.btn-info:active:hover,
|
5300 |
-
.btn-info.active:hover,
|
5301 |
-
.open > .dropdown-toggle.btn-info:hover,
|
5302 |
-
.btn-info:active:focus,
|
5303 |
-
.btn-info.active:focus,
|
5304 |
-
.open > .dropdown-toggle.btn-info:focus,
|
5305 |
-
.btn-info:active.focus,
|
5306 |
-
.btn-info.active.focus,
|
5307 |
-
.open > .dropdown-toggle.btn-info.focus {
|
5308 |
-
color: #fff;
|
5309 |
-
background-color: #269abc;
|
5310 |
-
border-color: #1b6d85;
|
5311 |
-
}
|
5312 |
-
|
5313 |
-
.btn-info:active,
|
5314 |
-
.btn-info.active,
|
5315 |
-
.open > .dropdown-toggle.btn-info {
|
5316 |
-
background-image: none;
|
5317 |
-
}
|
5318 |
-
|
5319 |
-
.btn-info.disabled,
|
5320 |
-
.btn-info[disabled],
|
5321 |
-
fieldset[disabled] .btn-info,
|
5322 |
-
.btn-info.disabled:hover,
|
5323 |
-
.btn-info[disabled]:hover,
|
5324 |
-
fieldset[disabled] .btn-info:hover,
|
5325 |
-
.btn-info.disabled:focus,
|
5326 |
-
.btn-info[disabled]:focus,
|
5327 |
-
fieldset[disabled] .btn-info:focus,
|
5328 |
-
.btn-info.disabled.focus,
|
5329 |
-
.btn-info[disabled].focus,
|
5330 |
-
fieldset[disabled] .btn-info.focus,
|
5331 |
-
.btn-info.disabled:active,
|
5332 |
-
.btn-info[disabled]:active,
|
5333 |
-
fieldset[disabled] .btn-info:active,
|
5334 |
-
.btn-info.disabled.active,
|
5335 |
-
.btn-info[disabled].active,
|
5336 |
-
fieldset[disabled] .btn-info.active {
|
5337 |
-
background-color: #5bc0de;
|
5338 |
-
border-color: #46b8da;
|
5339 |
-
}
|
5340 |
-
|
5341 |
-
.btn-info .badge {
|
5342 |
-
color: #5bc0de;
|
5343 |
-
background-color: #fff;
|
5344 |
-
}
|
5345 |
-
|
5346 |
-
.btn-warning {
|
5347 |
-
color: #fff;
|
5348 |
-
background-color: #f0ad4e;
|
5349 |
-
border-color: #eea236;
|
5350 |
-
}
|
5351 |
-
|
5352 |
-
.btn-warning:focus,
|
5353 |
-
.btn-warning.focus {
|
5354 |
-
color: #fff;
|
5355 |
-
background-color: #ec971f;
|
5356 |
-
border-color: #985f0d;
|
5357 |
-
}
|
5358 |
-
|
5359 |
-
.btn-warning:hover {
|
5360 |
-
color: #fff;
|
5361 |
-
background-color: #ec971f;
|
5362 |
-
border-color: #d58512;
|
5363 |
-
}
|
5364 |
-
|
5365 |
-
.btn-warning:active,
|
5366 |
-
.btn-warning.active,
|
5367 |
-
.open > .dropdown-toggle.btn-warning {
|
5368 |
-
color: #fff;
|
5369 |
-
background-color: #ec971f;
|
5370 |
-
border-color: #d58512;
|
5371 |
-
}
|
5372 |
-
|
5373 |
-
.btn-warning:active:hover,
|
5374 |
-
.btn-warning.active:hover,
|
5375 |
-
.open > .dropdown-toggle.btn-warning:hover,
|
5376 |
-
.btn-warning:active:focus,
|
5377 |
-
.btn-warning.active:focus,
|
5378 |
-
.open > .dropdown-toggle.btn-warning:focus,
|
5379 |
-
.btn-warning:active.focus,
|
5380 |
-
.btn-warning.active.focus,
|
5381 |
-
.open > .dropdown-toggle.btn-warning.focus {
|
5382 |
-
color: #fff;
|
5383 |
-
background-color: #d58512;
|
5384 |
-
border-color: #985f0d;
|
5385 |
-
}
|
5386 |
-
|
5387 |
-
.btn-warning:active,
|
5388 |
-
.btn-warning.active,
|
5389 |
-
.open > .dropdown-toggle.btn-warning {
|
5390 |
-
background-image: none;
|
5391 |
-
}
|
5392 |
-
|
5393 |
-
.btn-warning.disabled,
|
5394 |
-
.btn-warning[disabled],
|
5395 |
-
fieldset[disabled] .btn-warning,
|
5396 |
-
.btn-warning.disabled:hover,
|
5397 |
-
.btn-warning[disabled]:hover,
|
5398 |
-
fieldset[disabled] .btn-warning:hover,
|
5399 |
-
.btn-warning.disabled:focus,
|
5400 |
-
.btn-warning[disabled]:focus,
|
5401 |
-
fieldset[disabled] .btn-warning:focus,
|
5402 |
-
.btn-warning.disabled.focus,
|
5403 |
-
.btn-warning[disabled].focus,
|
5404 |
-
fieldset[disabled] .btn-warning.focus,
|
5405 |
-
.btn-warning.disabled:active,
|
5406 |
-
.btn-warning[disabled]:active,
|
5407 |
-
fieldset[disabled] .btn-warning:active,
|
5408 |
-
.btn-warning.disabled.active,
|
5409 |
-
.btn-warning[disabled].active,
|
5410 |
-
fieldset[disabled] .btn-warning.active {
|
5411 |
-
background-color: #f0ad4e;
|
5412 |
-
border-color: #eea236;
|
5413 |
-
}
|
5414 |
-
|
5415 |
-
.btn-warning .badge {
|
5416 |
-
color: #f0ad4e;
|
5417 |
-
background-color: #fff;
|
5418 |
-
}
|
5419 |
-
|
5420 |
-
.btn-danger {
|
5421 |
-
color: #fff;
|
5422 |
-
background-color: #d9534f;
|
5423 |
-
border-color: #d43f3a;
|
5424 |
-
}
|
5425 |
-
|
5426 |
-
.btn-danger:focus,
|
5427 |
-
.btn-danger.focus {
|
5428 |
-
color: #fff;
|
5429 |
-
background-color: #c9302c;
|
5430 |
-
border-color: #761c19;
|
5431 |
-
}
|
5432 |
-
|
5433 |
-
.btn-danger:hover {
|
5434 |
-
color: #fff;
|
5435 |
-
background-color: #c9302c;
|
5436 |
-
border-color: #ac2925;
|
5437 |
-
}
|
5438 |
-
|
5439 |
-
.btn-danger:active,
|
5440 |
-
.btn-danger.active,
|
5441 |
-
.open > .dropdown-toggle.btn-danger {
|
5442 |
-
color: #fff;
|
5443 |
-
background-color: #c9302c;
|
5444 |
-
border-color: #ac2925;
|
5445 |
-
}
|
5446 |
-
|
5447 |
-
.btn-danger:active:hover,
|
5448 |
-
.btn-danger.active:hover,
|
5449 |
-
.open > .dropdown-toggle.btn-danger:hover,
|
5450 |
-
.btn-danger:active:focus,
|
5451 |
-
.btn-danger.active:focus,
|
5452 |
-
.open > .dropdown-toggle.btn-danger:focus,
|
5453 |
-
.btn-danger:active.focus,
|
5454 |
-
.btn-danger.active.focus,
|
5455 |
-
.open > .dropdown-toggle.btn-danger.focus {
|
5456 |
-
color: #fff;
|
5457 |
-
background-color: #ac2925;
|
5458 |
-
border-color: #761c19;
|
5459 |
-
}
|
5460 |
-
|
5461 |
-
.btn-danger:active,
|
5462 |
-
.btn-danger.active,
|
5463 |
-
.open > .dropdown-toggle.btn-danger {
|
5464 |
-
background-image: none;
|
5465 |
-
}
|
5466 |
-
|
5467 |
-
.btn-danger.disabled,
|
5468 |
-
.btn-danger[disabled],
|
5469 |
-
fieldset[disabled] .btn-danger,
|
5470 |
-
.btn-danger.disabled:hover,
|
5471 |
-
.btn-danger[disabled]:hover,
|
5472 |
-
fieldset[disabled] .btn-danger:hover,
|
5473 |
-
.btn-danger.disabled:focus,
|
5474 |
-
.btn-danger[disabled]:focus,
|
5475 |
-
fieldset[disabled] .btn-danger:focus,
|
5476 |
-
.btn-danger.disabled.focus,
|
5477 |
-
.btn-danger[disabled].focus,
|
5478 |
-
fieldset[disabled] .btn-danger.focus,
|
5479 |
-
.btn-danger.disabled:active,
|
5480 |
-
.btn-danger[disabled]:active,
|
5481 |
-
fieldset[disabled] .btn-danger:active,
|
5482 |
-
.btn-danger.disabled.active,
|
5483 |
-
.btn-danger[disabled].active,
|
5484 |
-
fieldset[disabled] .btn-danger.active {
|
5485 |
-
background-color: #d9534f;
|
5486 |
-
border-color: #d43f3a;
|
5487 |
-
}
|
5488 |
-
|
5489 |
-
.btn-danger .badge {
|
5490 |
-
color: #d9534f;
|
5491 |
-
background-color: #fff;
|
5492 |
-
}
|
5493 |
-
|
5494 |
-
.btn-link {
|
5495 |
-
font-weight: normal;
|
5496 |
-
color: #337ab7;
|
5497 |
-
border-radius: 0;
|
5498 |
-
}
|
5499 |
-
|
5500 |
-
.btn-link,
|
5501 |
-
.btn-link:active,
|
5502 |
-
.btn-link.active,
|
5503 |
-
.btn-link[disabled],
|
5504 |
-
fieldset[disabled] .btn-link {
|
5505 |
-
background-color: transparent;
|
5506 |
-
-webkit-box-shadow: none;
|
5507 |
-
box-shadow: none;
|
5508 |
-
}
|
5509 |
-
|
5510 |
-
.btn-link,
|
5511 |
-
.btn-link:hover,
|
5512 |
-
.btn-link:focus,
|
5513 |
-
.btn-link:active {
|
5514 |
-
border-color: transparent;
|
5515 |
-
}
|
5516 |
-
|
5517 |
-
.btn-link:hover,
|
5518 |
-
.btn-link:focus {
|
5519 |
-
color: #23527c;
|
5520 |
-
text-decoration: underline;
|
5521 |
-
background-color: transparent;
|
5522 |
-
}
|
5523 |
-
|
5524 |
-
.btn-link[disabled]:hover,
|
5525 |
-
fieldset[disabled] .btn-link:hover,
|
5526 |
-
.btn-link[disabled]:focus,
|
5527 |
-
fieldset[disabled] .btn-link:focus {
|
5528 |
-
color: #777;
|
5529 |
-
text-decoration: none;
|
5530 |
-
}
|
5531 |
-
|
5532 |
-
.btn-lg,
|
5533 |
-
.btn-group-lg > .btn {
|
5534 |
-
padding: 10px 16px;
|
5535 |
-
font-size: 18px;
|
5536 |
-
line-height: 1.3333333;
|
5537 |
-
border-radius: 6px;
|
5538 |
-
}
|
5539 |
-
|
5540 |
-
.btn-sm,
|
5541 |
-
.btn-group-sm > .btn {
|
5542 |
-
padding: 5px 10px;
|
5543 |
-
font-size: 12px;
|
5544 |
-
line-height: 1.5;
|
5545 |
-
border-radius: 3px;
|
5546 |
-
}
|
5547 |
-
|
5548 |
-
.btn-xs,
|
5549 |
-
.btn-group-xs > .btn {
|
5550 |
-
padding: 1px 5px;
|
5551 |
-
font-size: 12px;
|
5552 |
-
line-height: 1.5;
|
5553 |
-
border-radius: 3px;
|
5554 |
-
}
|
5555 |
-
|
5556 |
-
.btn-block {
|
5557 |
-
display: block;
|
5558 |
-
width: 100%;
|
5559 |
-
}
|
5560 |
-
|
5561 |
-
.btn-block + .btn-block {
|
5562 |
-
margin-top: 5px;
|
5563 |
-
}
|
5564 |
-
|
5565 |
-
input[type="submit"].btn-block,
|
5566 |
-
input[type="reset"].btn-block,
|
5567 |
-
input[type="button"].btn-block {
|
5568 |
-
width: 100%;
|
5569 |
-
}
|
5570 |
-
|
5571 |
-
.fade {
|
5572 |
-
opacity: 0;
|
5573 |
-
-webkit-transition: opacity .15s linear;
|
5574 |
-
-o-transition: opacity .15s linear;
|
5575 |
-
transition: opacity .15s linear;
|
5576 |
-
}
|
5577 |
-
|
5578 |
-
.fade.in {
|
5579 |
-
opacity: 1;
|
5580 |
-
}
|
5581 |
-
|
5582 |
-
.collapse {
|
5583 |
-
display: none;
|
5584 |
-
}
|
5585 |
-
|
5586 |
-
.collapse.in {
|
5587 |
-
display: block;
|
5588 |
-
}
|
5589 |
-
|
5590 |
-
tr.collapse.in {
|
5591 |
-
display: table-row;
|
5592 |
-
}
|
5593 |
-
|
5594 |
-
tbody.collapse.in {
|
5595 |
-
display: table-row-group;
|
5596 |
-
}
|
5597 |
-
|
5598 |
-
.collapsing {
|
5599 |
-
position: relative;
|
5600 |
-
height: 0;
|
5601 |
-
overflow: hidden;
|
5602 |
-
-webkit-transition-timing-function: ease;
|
5603 |
-
-o-transition-timing-function: ease;
|
5604 |
-
transition-timing-function: ease;
|
5605 |
-
-webkit-transition-duration: .35s;
|
5606 |
-
-o-transition-duration: .35s;
|
5607 |
-
transition-duration: .35s;
|
5608 |
-
-webkit-transition-property: height, visibility;
|
5609 |
-
-o-transition-property: height, visibility;
|
5610 |
-
transition-property: height, visibility;
|
5611 |
-
}
|
5612 |
-
|
5613 |
-
.caret {
|
5614 |
-
display: inline-block;
|
5615 |
-
width: 0;
|
5616 |
-
height: 0;
|
5617 |
-
margin-left: 2px;
|
5618 |
-
vertical-align: middle;
|
5619 |
-
border-top: 4px dashed;
|
5620 |
-
border-top: 4px solid \9;
|
5621 |
-
border-right: 4px solid transparent;
|
5622 |
-
border-left: 4px solid transparent;
|
5623 |
-
}
|
5624 |
-
|
5625 |
-
.dropup,
|
5626 |
-
.dropdown {
|
5627 |
-
position: relative;
|
5628 |
-
}
|
5629 |
-
|
5630 |
-
.dropdown-toggle:focus {
|
5631 |
-
outline: 0;
|
5632 |
-
}
|
5633 |
-
|
5634 |
-
.dropdown-menu {
|
5635 |
-
position: absolute;
|
5636 |
-
top: 100%;
|
5637 |
-
left: 0;
|
5638 |
-
z-index: 1000;
|
5639 |
-
display: none;
|
5640 |
-
float: left;
|
5641 |
-
min-width: 160px;
|
5642 |
-
padding: 5px 0;
|
5643 |
-
margin: 2px 0 0;
|
5644 |
-
font-size: 14px;
|
5645 |
-
text-align: left;
|
5646 |
-
list-style: none;
|
5647 |
-
background-color: #fff;
|
5648 |
-
-webkit-background-clip: padding-box;
|
5649 |
-
background-clip: padding-box;
|
5650 |
-
border: 1px solid #ccc;
|
5651 |
-
border: 1px solid rgba(0, 0, 0, .15);
|
5652 |
-
border-radius: 4px;
|
5653 |
-
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
5654 |
-
box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
|
5655 |
-
}
|
5656 |
-
|
5657 |
-
.dropdown-menu.pull-right {
|
5658 |
-
right: 0;
|
5659 |
-
left: auto;
|
5660 |
-
}
|
5661 |
-
|
5662 |
-
.dropdown-menu .divider {
|
5663 |
-
height: 1px;
|
5664 |
-
margin: 9px 0;
|
5665 |
-
overflow: hidden;
|
5666 |
-
background-color: #e5e5e5;
|
5667 |
-
}
|
5668 |
-
|
5669 |
-
.dropdown-menu > li > a {
|
5670 |
-
display: block;
|
5671 |
-
padding: 3px 20px;
|
5672 |
-
clear: both;
|
5673 |
-
font-weight: normal;
|
5674 |
-
line-height: 1.42857143;
|
5675 |
-
color: #333;
|
5676 |
-
white-space: nowrap;
|
5677 |
-
}
|
5678 |
-
|
5679 |
-
.dropdown-menu > li > a:hover,
|
5680 |
-
.dropdown-menu > li > a:focus {
|
5681 |
-
color: #262626;
|
5682 |
-
text-decoration: none;
|
5683 |
-
background-color: #f5f5f5;
|
5684 |
-
}
|
5685 |
-
|
5686 |
-
.dropdown-menu > .active > a,
|
5687 |
-
.dropdown-menu > .active > a:hover,
|
5688 |
-
.dropdown-menu > .active > a:focus {
|
5689 |
-
color: #fff;
|
5690 |
-
text-decoration: none;
|
5691 |
-
background-color: #337ab7;
|
5692 |
-
outline: 0;
|
5693 |
-
}
|
5694 |
-
|
5695 |
-
.dropdown-menu > .disabled > a,
|
5696 |
-
.dropdown-menu > .disabled > a:hover,
|
5697 |
-
.dropdown-menu > .disabled > a:focus {
|
5698 |
-
color: #777;
|
5699 |
-
}
|
5700 |
-
|
5701 |
-
.dropdown-menu > .disabled > a:hover,
|
5702 |
-
.dropdown-menu > .disabled > a:focus {
|
5703 |
-
text-decoration: none;
|
5704 |
-
cursor: not-allowed;
|
5705 |
-
background-color: transparent;
|
5706 |
-
background-image: none;
|
5707 |
-
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
|
5708 |
-
}
|
5709 |
-
|
5710 |
-
.open > .dropdown-menu {
|
5711 |
-
display: block;
|
5712 |
-
}
|
5713 |
-
|
5714 |
-
.open > a {
|
5715 |
-
outline: 0;
|
5716 |
-
}
|
5717 |
-
|
5718 |
-
.dropdown-menu-right {
|
5719 |
-
right: 0;
|
5720 |
-
left: auto;
|
5721 |
-
}
|
5722 |
-
|
5723 |
-
.dropdown-menu-left {
|
5724 |
-
right: auto;
|
5725 |
-
left: 0;
|
5726 |
-
}
|
5727 |
-
|
5728 |
-
.dropdown-header {
|
5729 |
-
display: block;
|
5730 |
-
padding: 3px 20px;
|
5731 |
-
font-size: 12px;
|
5732 |
-
line-height: 1.42857143;
|
5733 |
-
color: #777;
|
5734 |
-
white-space: nowrap;
|
5735 |
-
}
|
5736 |
-
|
5737 |
-
.dropdown-backdrop {
|
5738 |
-
position: fixed;
|
5739 |
-
top: 0;
|
5740 |
-
right: 0;
|
5741 |
-
bottom: 0;
|
5742 |
-
left: 0;
|
5743 |
-
z-index: 990;
|
5744 |
-
}
|
5745 |
-
|
5746 |
-
.pull-right > .dropdown-menu {
|
5747 |
-
right: 0;
|
5748 |
-
left: auto;
|
5749 |
-
}
|
5750 |
-
|
5751 |
-
.dropup .caret,
|
5752 |
-
.navbar-fixed-bottom .dropdown .caret {
|
5753 |
-
content: "";
|
5754 |
-
border-top: 0;
|
5755 |
-
border-bottom: 4px dashed;
|
5756 |
-
border-bottom: 4px solid \9;
|
5757 |
-
}
|
5758 |
-
|
5759 |
-
.dropup .dropdown-menu,
|
5760 |
-
.navbar-fixed-bottom .dropdown .dropdown-menu {
|
5761 |
-
top: auto;
|
5762 |
-
bottom: 100%;
|
5763 |
-
margin-bottom: 2px;
|
5764 |
-
}
|
5765 |
-
|
5766 |
-
@media (min-width: 768px) {
|
5767 |
-
.navbar-right .dropdown-menu {
|
5768 |
-
right: 0;
|
5769 |
-
left: auto;
|
5770 |
-
}
|
5771 |
-
|
5772 |
-
.navbar-right .dropdown-menu-left {
|
5773 |
-
right: auto;
|
5774 |
-
left: 0;
|
5775 |
-
}
|
5776 |
-
}
|
5777 |
-
|
5778 |
-
.btn-group,
|
5779 |
-
.btn-group-vertical {
|
5780 |
-
position: relative;
|
5781 |
-
display: inline-block;
|
5782 |
-
vertical-align: middle;
|
5783 |
-
}
|
5784 |
-
|
5785 |
-
.btn-group > .btn,
|
5786 |
-
.btn-group-vertical > .btn {
|
5787 |
-
position: relative;
|
5788 |
-
float: left;
|
5789 |
-
}
|
5790 |
-
|
5791 |
-
.btn-group > .btn:hover,
|
5792 |
-
.btn-group-vertical > .btn:hover,
|
5793 |
-
.btn-group > .btn:focus,
|
5794 |
-
.btn-group-vertical > .btn:focus,
|
5795 |
-
.btn-group > .btn:active,
|
5796 |
-
.btn-group-vertical > .btn:active,
|
5797 |
-
.btn-group > .btn.active,
|
5798 |
-
.btn-group-vertical > .btn.active {
|
5799 |
-
z-index: 2;
|
5800 |
-
}
|
5801 |
-
|
5802 |
-
.btn-group .btn + .btn,
|
5803 |
-
.btn-group .btn + .btn-group,
|
5804 |
-
.btn-group .btn-group + .btn,
|
5805 |
-
.btn-group .btn-group + .btn-group {
|
5806 |
-
margin-left: -1px;
|
5807 |
-
}
|
5808 |
-
|
5809 |
-
.btn-toolbar {
|
5810 |
-
margin-left: -5px;
|
5811 |
-
}
|
5812 |
-
|
5813 |
-
.btn-toolbar .btn,
|
5814 |
-
.btn-toolbar .btn-group,
|
5815 |
-
.btn-toolbar .input-group {
|
5816 |
-
float: left;
|
5817 |
-
}
|
5818 |
-
|
5819 |
-
.btn-toolbar > .btn,
|
5820 |
-
.btn-toolbar > .btn-group,
|
5821 |
-
.btn-toolbar > .input-group {
|
5822 |
-
margin-left: 5px;
|
5823 |
-
}
|
5824 |
-
|
5825 |
-
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
|
5826 |
-
border-radius: 0;
|
5827 |
-
}
|
5828 |
-
|
5829 |
-
.btn-group > .btn:first-child {
|
5830 |
-
margin-left: 0;
|
5831 |
-
}
|
5832 |
-
|
5833 |
-
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
|
5834 |
-
border-top-right-radius: 0;
|
5835 |
-
border-bottom-right-radius: 0;
|
5836 |
-
}
|
5837 |
-
|
5838 |
-
.btn-group > .btn:last-child:not(:first-child),
|
5839 |
-
.btn-group > .dropdown-toggle:not(:first-child) {
|
5840 |
-
border-top-left-radius: 0;
|
5841 |
-
border-bottom-left-radius: 0;
|
5842 |
-
}
|
5843 |
-
|
5844 |
-
.btn-group > .btn-group {
|
5845 |
-
float: left;
|
5846 |
-
}
|
5847 |
-
|
5848 |
-
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
|
5849 |
-
border-radius: 0;
|
5850 |
-
}
|
5851 |
-
|
5852 |
-
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
5853 |
-
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
5854 |
-
border-top-right-radius: 0;
|
5855 |
-
border-bottom-right-radius: 0;
|
5856 |
-
}
|
5857 |
-
|
5858 |
-
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
5859 |
-
border-top-left-radius: 0;
|
5860 |
-
border-bottom-left-radius: 0;
|
5861 |
-
}
|
5862 |
-
|
5863 |
-
.btn-group .dropdown-toggle:active,
|
5864 |
-
.btn-group.open .dropdown-toggle {
|
5865 |
-
outline: 0;
|
5866 |
-
}
|
5867 |
-
|
5868 |
-
.btn-group > .btn + .dropdown-toggle {
|
5869 |
-
padding-right: 8px;
|
5870 |
-
padding-left: 8px;
|
5871 |
-
}
|
5872 |
-
|
5873 |
-
.btn-group > .btn-lg + .dropdown-toggle {
|
5874 |
-
padding-right: 12px;
|
5875 |
-
padding-left: 12px;
|
5876 |
-
}
|
5877 |
-
|
5878 |
-
.btn-group.open .dropdown-toggle {
|
5879 |
-
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
5880 |
-
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
|
5881 |
-
}
|
5882 |
-
|
5883 |
-
.btn-group.open .dropdown-toggle.btn-link {
|
5884 |
-
-webkit-box-shadow: none;
|
5885 |
-
box-shadow: none;
|
5886 |
-
}
|
5887 |
-
|
5888 |
-
.btn .caret {
|
5889 |
-
margin-left: 0;
|
5890 |
-
}
|
5891 |
-
|
5892 |
-
.btn-lg .caret {
|
5893 |
-
border-width: 5px 5px 0;
|
5894 |
-
border-bottom-width: 0;
|
5895 |
-
}
|
5896 |
-
|
5897 |
-
.dropup .btn-lg .caret {
|
5898 |
-
border-width: 0 5px 5px;
|
5899 |
-
}
|
5900 |
-
|
5901 |
-
.btn-group-vertical > .btn,
|
5902 |
-
.btn-group-vertical > .btn-group,
|
5903 |
-
.btn-group-vertical > .btn-group > .btn {
|
5904 |
-
display: block;
|
5905 |
-
float: none;
|
5906 |
-
width: 100%;
|
5907 |
-
max-width: 100%;
|
5908 |
-
}
|
5909 |
-
|
5910 |
-
.btn-group-vertical > .btn-group > .btn {
|
5911 |
-
float: none;
|
5912 |
-
}
|
5913 |
-
|
5914 |
-
.btn-group-vertical > .btn + .btn,
|
5915 |
-
.btn-group-vertical > .btn + .btn-group,
|
5916 |
-
.btn-group-vertical > .btn-group + .btn,
|
5917 |
-
.btn-group-vertical > .btn-group + .btn-group {
|
5918 |
-
margin-top: -1px;
|
5919 |
-
margin-left: 0;
|
5920 |
-
}
|
5921 |
-
|
5922 |
-
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
|
5923 |
-
border-radius: 0;
|
5924 |
-
}
|
5925 |
-
|
5926 |
-
.btn-group-vertical > .btn:first-child:not(:last-child) {
|
5927 |
-
border-top-right-radius: 4px;
|
5928 |
-
border-bottom-right-radius: 0;
|
5929 |
-
border-bottom-left-radius: 0;
|
5930 |
-
}
|
5931 |
-
|
5932 |
-
.btn-group-vertical > .btn:last-child:not(:first-child) {
|
5933 |
-
border-top-left-radius: 0;
|
5934 |
-
border-top-right-radius: 0;
|
5935 |
-
border-bottom-left-radius: 4px;
|
5936 |
-
}
|
5937 |
-
|
5938 |
-
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
|
5939 |
-
border-radius: 0;
|
5940 |
-
}
|
5941 |
-
|
5942 |
-
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
|
5943 |
-
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
|
5944 |
-
border-bottom-right-radius: 0;
|
5945 |
-
border-bottom-left-radius: 0;
|
5946 |
-
}
|
5947 |
-
|
5948 |
-
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
|
5949 |
-
border-top-left-radius: 0;
|
5950 |
-
border-top-right-radius: 0;
|
5951 |
-
}
|
5952 |
-
|
5953 |
-
.btn-group-justified {
|
5954 |
-
display: table;
|
5955 |
-
width: 100%;
|
5956 |
-
table-layout: fixed;
|
5957 |
-
border-collapse: separate;
|
5958 |
-
}
|
5959 |
-
|
5960 |
-
.btn-group-justified > .btn,
|
5961 |
-
.btn-group-justified > .btn-group {
|
5962 |
-
display: table-cell;
|
5963 |
-
float: none;
|
5964 |
-
width: 1%;
|
5965 |
-
}
|
5966 |
-
|
5967 |
-
.btn-group-justified > .btn-group .btn {
|
5968 |
-
width: 100%;
|
5969 |
-
}
|
5970 |
-
|
5971 |
-
.btn-group-justified > .btn-group .dropdown-menu {
|
5972 |
-
left: auto;
|
5973 |
-
}
|
5974 |
-
|
5975 |
-
[data-toggle="buttons"] > .btn input[type="radio"],
|
5976 |
-
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
|
5977 |
-
[data-toggle="buttons"] > .btn input[type="checkbox"],
|
5978 |
-
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
|
5979 |
-
position: absolute;
|
5980 |
-
clip: rect(0, 0, 0, 0);
|
5981 |
-
pointer-events: none;
|
5982 |
-
}
|
5983 |
-
|
5984 |
-
.input-group {
|
5985 |
-
position: relative;
|
5986 |
-
display: table;
|
5987 |
-
border-collapse: separate;
|
5988 |
-
}
|
5989 |
-
|
5990 |
-
.input-group[class*="col-"] {
|
5991 |
-
float: none;
|
5992 |
-
padding-right: 0;
|
5993 |
-
padding-left: 0;
|
5994 |
-
}
|
5995 |
-
|
5996 |
-
.input-group #src_settings .form-control {
|
5997 |
-
position: relative;
|
5998 |
-
z-index: 2;
|
5999 |
-
float: left;
|
6000 |
-
width: 100%;
|
6001 |
-
margin-bottom: 0;
|
6002 |
-
}
|
6003 |
-
|
6004 |
-
.input-group-lg > #src_settings .form-control,
|
6005 |
-
.input-group-lg > .input-group-addon,
|
6006 |
-
.input-group-lg > .input-group-btn > .btn {
|
6007 |
-
height: 46px;
|
6008 |
-
padding: 10px 16px;
|
6009 |
-
font-size: 18px;
|
6010 |
-
line-height: 1.3333333;
|
6011 |
-
border-radius: 6px;
|
6012 |
-
}
|
6013 |
-
|
6014 |
-
select.input-group-lg > #src_settings .form-control,
|
6015 |
-
select.input-group-lg > .input-group-addon,
|
6016 |
-
select.input-group-lg > .input-group-btn > .btn {
|
6017 |
-
height: 46px;
|
6018 |
-
line-height: 46px;
|
6019 |
-
}
|
6020 |
-
|
6021 |
-
textarea.input-group-lg > #src_settings .form-control,
|
6022 |
-
textarea.input-group-lg > .input-group-addon,
|
6023 |
-
textarea.input-group-lg > .input-group-btn > .btn,
|
6024 |
-
select[multiple].input-group-lg > #src_settings .form-control,
|
6025 |
-
select[multiple].input-group-lg > .input-group-addon,
|
6026 |
-
select[multiple].input-group-lg > .input-group-btn > .btn {
|
6027 |
-
height: auto;
|
6028 |
-
}
|
6029 |
-
|
6030 |
-
.input-group-sm > #src_settings .form-control,
|
6031 |
-
.input-group-sm > .input-group-addon,
|
6032 |
-
.input-group-sm > .input-group-btn > .btn {
|
6033 |
-
height: 30px;
|
6034 |
-
padding: 5px 10px;
|
6035 |
-
font-size: 12px;
|
6036 |
-
line-height: 1.5;
|
6037 |
-
border-radius: 3px;
|
6038 |
-
}
|
6039 |
-
|
6040 |
-
select.input-group-sm > #src_settings .form-control,
|
6041 |
-
select.input-group-sm > .input-group-addon,
|
6042 |
-
select.input-group-sm > .input-group-btn > .btn {
|
6043 |
-
height: 30px;
|
6044 |
-
line-height: 30px;
|
6045 |
-
}
|
6046 |
-
|
6047 |
-
textarea.input-group-sm > #src_settings .form-control,
|
6048 |
-
textarea.input-group-sm > .input-group-addon,
|
6049 |
-
textarea.input-group-sm > .input-group-btn > .btn,
|
6050 |
-
select[multiple].input-group-sm > #src_settings .form-control,
|
6051 |
-
select[multiple].input-group-sm > .input-group-addon,
|
6052 |
-
select[multiple].input-group-sm > .input-group-btn > .btn {
|
6053 |
-
height: auto;
|
6054 |
-
}
|
6055 |
-
|
6056 |
-
.input-group-addon,
|
6057 |
-
.input-group-btn,
|
6058 |
-
.input-group #src_settings .form-control {
|
6059 |
-
display: table-cell;
|
6060 |
-
}
|
6061 |
-
|
6062 |
-
.input-group-addon:not(:first-child):not(:last-child),
|
6063 |
-
.input-group-btn:not(:first-child):not(:last-child),
|
6064 |
-
.input-group #src_settings .form-control:not(:first-child):not(:last-child) {
|
6065 |
-
border-radius: 0;
|
6066 |
-
}
|
6067 |
-
|
6068 |
-
.input-group-addon,
|
6069 |
-
.input-group-btn {
|
6070 |
-
width: 1%;
|
6071 |
-
white-space: nowrap;
|
6072 |
-
vertical-align: middle;
|
6073 |
-
}
|
6074 |
-
|
6075 |
-
.input-group-addon {
|
6076 |
-
padding: 6px 12px;
|
6077 |
-
font-size: 14px;
|
6078 |
-
font-weight: normal;
|
6079 |
-
line-height: 1;
|
6080 |
-
color: #555;
|
6081 |
-
text-align: center;
|
6082 |
-
background-color: #eee;
|
6083 |
-
border: 1px solid #ccc;
|
6084 |
-
border-radius: 4px;
|
6085 |
-
}
|
6086 |
-
|
6087 |
-
.input-group-addon.input-sm {
|
6088 |
-
padding: 5px 10px;
|
6089 |
-
font-size: 12px;
|
6090 |
-
border-radius: 3px;
|
6091 |
-
}
|
6092 |
-
|
6093 |
-
.input-group-addon.input-lg {
|
6094 |
-
padding: 10px 16px;
|
6095 |
-
font-size: 18px;
|
6096 |
-
border-radius: 6px;
|
6097 |
-
}
|
6098 |
-
|
6099 |
-
.input-group-addon input[type="radio"],
|
6100 |
-
.input-group-addon input[type="checkbox"] {
|
6101 |
-
margin-top: 0;
|
6102 |
-
}
|
6103 |
-
|
6104 |
-
.input-group #src_settings .form-control:first-child,
|
6105 |
-
.input-group-addon:first-child,
|
6106 |
-
.input-group-btn:first-child > .btn,
|
6107 |
-
.input-group-btn:first-child > .btn-group > .btn,
|
6108 |
-
.input-group-btn:first-child > .dropdown-toggle,
|
6109 |
-
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
6110 |
-
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
|
6111 |
-
border-top-right-radius: 0;
|
6112 |
-
border-bottom-right-radius: 0;
|
6113 |
-
}
|
6114 |
-
|
6115 |
-
.input-group-addon:first-child {
|
6116 |
-
border-right: 0;
|
6117 |
-
}
|
6118 |
-
|
6119 |
-
.input-group #src_settings .form-control:last-child,
|
6120 |
-
.input-group-addon:last-child,
|
6121 |
-
.input-group-btn:last-child > .btn,
|
6122 |
-
.input-group-btn:last-child > .btn-group > .btn,
|
6123 |
-
.input-group-btn:last-child > .dropdown-toggle,
|
6124 |
-
.input-group-btn:first-child > .btn:not(:first-child),
|
6125 |
-
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
|
6126 |
-
border-top-left-radius: 0;
|
6127 |
-
border-bottom-left-radius: 0;
|
6128 |
-
}
|
6129 |
-
|
6130 |
-
.input-group-addon:last-child {
|
6131 |
-
border-left: 0;
|
6132 |
-
}
|
6133 |
-
|
6134 |
-
.input-group-btn {
|
6135 |
-
position: relative;
|
6136 |
-
font-size: 0;
|
6137 |
-
white-space: nowrap;
|
6138 |
-
}
|
6139 |
-
|
6140 |
-
.input-group-btn > .btn {
|
6141 |
-
position: relative;
|
6142 |
-
}
|
6143 |
-
|
6144 |
-
.input-group-btn > .btn + .btn {
|
6145 |
-
margin-left: -1px;
|
6146 |
-
}
|
6147 |
-
|
6148 |
-
.input-group-btn > .btn:hover,
|
6149 |
-
.input-group-btn > .btn:focus,
|
6150 |
-
.input-group-btn > .btn:active {
|
6151 |
-
z-index: 2;
|
6152 |
-
}
|
6153 |
-
|
6154 |
-
.input-group-btn:first-child > .btn,
|
6155 |
-
.input-group-btn:first-child > .btn-group {
|
6156 |
-
margin-right: -1px;
|
6157 |
-
}
|
6158 |
-
|
6159 |
-
.input-group-btn:last-child > .btn,
|
6160 |
-
.input-group-btn:last-child > .btn-group {
|
6161 |
-
z-index: 2;
|
6162 |
-
margin-left: -1px;
|
6163 |
-
}
|
6164 |
-
|
6165 |
-
.nav {
|
6166 |
-
padding-left: 0;
|
6167 |
-
margin-bottom: 0;
|
6168 |
-
list-style: none;
|
6169 |
-
}
|
6170 |
-
|
6171 |
-
.nav > li {
|
6172 |
-
position: relative;
|
6173 |
-
display: block;
|
6174 |
-
}
|
6175 |
-
|
6176 |
-
.nav > li > a {
|
6177 |
-
position: relative;
|
6178 |
-
display: block;
|
6179 |
-
padding: 10px 15px;
|
6180 |
-
}
|
6181 |
-
|
6182 |
-
.nav > li > a:hover,
|
6183 |
-
.nav > li > a:focus {
|
6184 |
-
text-decoration: none;
|
6185 |
-
background-color: #eee;
|
6186 |
-
}
|
6187 |
-
|
6188 |
-
.nav > li.disabled > a {
|
6189 |
-
color: #777;
|
6190 |
-
}
|
6191 |
-
|
6192 |
-
.nav > li.disabled > a:hover,
|
6193 |
-
.nav > li.disabled > a:focus {
|
6194 |
-
color: #777;
|
6195 |
-
text-decoration: none;
|
6196 |
-
cursor: not-allowed;
|
6197 |
-
background-color: transparent;
|
6198 |
-
}
|
6199 |
-
|
6200 |
-
.nav .open > a,
|
6201 |
-
.nav .open > a:hover,
|
6202 |
-
.nav .open > a:focus {
|
6203 |
-
background-color: #eee;
|
6204 |
-
border-color: #337ab7;
|
6205 |
-
}
|
6206 |
-
|
6207 |
-
.nav .nav-divider {
|
6208 |
-
height: 1px;
|
6209 |
-
margin: 9px 0;
|
6210 |
-
overflow: hidden;
|
6211 |
-
background-color: #e5e5e5;
|
6212 |
-
}
|
6213 |
-
|
6214 |
-
.nav > li > a > img {
|
6215 |
-
max-width: none;
|
6216 |
-
}
|
6217 |
-
|
6218 |
-
.nav-tabs {
|
6219 |
-
border-bottom: 1px solid #ddd;
|
6220 |
-
}
|
6221 |
-
|
6222 |
-
.nav-tabs > li {
|
6223 |
-
float: left;
|
6224 |
-
margin-bottom: -1px;
|
6225 |
-
}
|
6226 |
-
|
6227 |
-
.nav-tabs > li > a {
|
6228 |
-
margin-right: 2px;
|
6229 |
-
line-height: 1.42857143;
|
6230 |
-
border: 1px solid transparent;
|
6231 |
-
border-radius: 4px 4px 0 0;
|
6232 |
-
}
|
6233 |
-
|
6234 |
-
.nav-tabs > li > a:hover {
|
6235 |
-
border-color: #eee #eee #ddd;
|
6236 |
-
}
|
6237 |
-
|
6238 |
-
.nav-tabs > li.active > a,
|
6239 |
-
.nav-tabs > li.active > a:hover,
|
6240 |
-
.nav-tabs > li.active > a:focus {
|
6241 |
-
color: #555;
|
6242 |
-
cursor: default;
|
6243 |
-
background-color: #fff;
|
6244 |
-
border: 1px solid #ddd;
|
6245 |
-
border-bottom-color: transparent;
|
6246 |
-
}
|
6247 |
-
|
6248 |
-
.nav-tabs.nav-justified {
|
6249 |
-
width: 100%;
|
6250 |
-
border-bottom: 0;
|
6251 |
-
}
|
6252 |
-
|
6253 |
-
.nav-tabs.nav-justified > li {
|
6254 |
-
float: none;
|
6255 |
-
}
|
6256 |
-
|
6257 |
-
.nav-tabs.nav-justified > li > a {
|
6258 |
-
margin-bottom: 5px;
|
6259 |
-
text-align: center;
|
6260 |
-
}
|
6261 |
-
|
6262 |
-
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
|
6263 |
-
top: auto;
|
6264 |
-
left: auto;
|
6265 |
-
}
|
6266 |
-
|
6267 |
-
@media (min-width: 768px) {
|
6268 |
-
.nav-tabs.nav-justified > li {
|
6269 |
-
display: table-cell;
|
6270 |
-
width: 1%;
|
6271 |
-
}
|
6272 |
-
|
6273 |
-
.nav-tabs.nav-justified > li > a {
|
6274 |
-
margin-bottom: 0;
|
6275 |
-
}
|
6276 |
-
}
|
6277 |
-
|
6278 |
-
.nav-tabs.nav-justified > li > a {
|
6279 |
-
margin-right: 0;
|
6280 |
-
border-radius: 4px;
|
6281 |
-
}
|
6282 |
-
|
6283 |
-
.nav-tabs.nav-justified > .active > a,
|
6284 |
-
.nav-tabs.nav-justified > .active > a:hover,
|
6285 |
-
.nav-tabs.nav-justified > .active > a:focus {
|
6286 |
-
border: 1px solid #ddd;
|
6287 |
-
}
|
6288 |
-
|
6289 |
-
@media (min-width: 768px) {
|
6290 |
-
.nav-tabs.nav-justified > li > a {
|
6291 |
-
border-bottom: 1px solid #ddd;
|
6292 |
-
border-radius: 4px 4px 0 0;
|
6293 |
-
}
|
6294 |
-
|
6295 |
-
.nav-tabs.nav-justified > .active > a,
|
6296 |
-
.nav-tabs.nav-justified > .active > a:hover,
|
6297 |
-
.nav-tabs.nav-justified > .active > a:focus {
|
6298 |
-
border-bottom-color: #fff;
|
6299 |
-
}
|
6300 |
-
}
|
6301 |
-
|
6302 |
-
.nav-pills > li {
|
6303 |
-
float: left;
|
6304 |
-
}
|
6305 |
-
|
6306 |
-
.nav-pills > li > a {
|
6307 |
-
border-radius: 4px;
|
6308 |
-
}
|
6309 |
-
|
6310 |
-
.nav-pills > li + li {
|
6311 |
-
margin-left: 2px;
|
6312 |
-
}
|
6313 |
-
|
6314 |
-
.nav-pills > li.active > a,
|
6315 |
-
.nav-pills > li.active > a:hover,
|
6316 |
-
.nav-pills > li.active > a:focus {
|
6317 |
-
color: #fff;
|
6318 |
-
background-color: #337ab7;
|
6319 |
-
}
|
6320 |
-
|
6321 |
-
.nav-stacked > li {
|
6322 |
-
float: none;
|
6323 |
-
}
|
6324 |
-
|
6325 |
-
.nav-stacked > li + li {
|
6326 |
-
margin-top: 2px;
|
6327 |
-
margin-left: 0;
|
6328 |
-
}
|
6329 |
-
|
6330 |
-
.nav-justified {
|
6331 |
-
width: 100%;
|
6332 |
-
}
|
6333 |
-
|
6334 |
-
.nav-justified > li {
|
6335 |
-
float: none;
|
6336 |
-
}
|
6337 |
-
|
6338 |
-
.nav-justified > li > a {
|
6339 |
-
margin-bottom: 5px;
|
6340 |
-
text-align: center;
|
6341 |
-
}
|
6342 |
-
|
6343 |
-
.nav-justified > .dropdown .dropdown-menu {
|
6344 |
-
top: auto;
|
6345 |
-
left: auto;
|
6346 |
-
}
|
6347 |
-
|
6348 |
-
@media (min-width: 768px) {
|
6349 |
-
.nav-justified > li {
|
6350 |
-
display: table-cell;
|
6351 |
-
width: 1%;
|
6352 |
-
}
|
6353 |
-
|
6354 |
-
.nav-justified > li > a {
|
6355 |
-
margin-bottom: 0;
|
6356 |
-
}
|
6357 |
-
}
|
6358 |
-
|
6359 |
-
.nav-tabs-justified {
|
6360 |
-
border-bottom: 0;
|
6361 |
-
}
|
6362 |
-
|
6363 |
-
.nav-tabs-justified > li > a {
|
6364 |
-
margin-right: 0;
|
6365 |
-
border-radius: 4px;
|
6366 |
-
}
|
6367 |
-
|
6368 |
-
.nav-tabs-justified > .active > a,
|
6369 |
-
.nav-tabs-justified > .active > a:hover,
|
6370 |
-
.nav-tabs-justified > .active > a:focus {
|
6371 |
-
border: 1px solid #ddd;
|
6372 |
-
}
|
6373 |
-
|
6374 |
-
@media (min-width: 768px) {
|
6375 |
-
.nav-tabs-justified > li > a {
|
6376 |
-
border-bottom: 1px solid #ddd;
|
6377 |
-
border-radius: 4px 4px 0 0;
|
6378 |
-
}
|
6379 |
-
|
6380 |
-
.nav-tabs-justified > .active > a,
|
6381 |
-
.nav-tabs-justified > .active > a:hover,
|
6382 |
-
.nav-tabs-justified > .active > a:focus {
|
6383 |
-
border-bottom-color: #fff;
|
6384 |
-
}
|
6385 |
-
}
|
6386 |
-
|
6387 |
-
.tab-content > .tab-pane {
|
6388 |
-
display: none;
|
6389 |
-
}
|
6390 |
-
|
6391 |
-
.tab-content > .active {
|
6392 |
-
display: block;
|
6393 |
-
}
|
6394 |
-
|
6395 |
-
.nav-tabs .dropdown-menu {
|
6396 |
-
margin-top: -1px;
|
6397 |
-
border-top-left-radius: 0;
|
6398 |
-
border-top-right-radius: 0;
|
6399 |
-
}
|
6400 |
-
|
6401 |
-
.navbar {
|
6402 |
-
position: relative;
|
6403 |
-
min-height: 50px;
|
6404 |
-
margin-bottom: 20px;
|
6405 |
-
border: 1px solid transparent;
|
6406 |
-
}
|
6407 |
-
|
6408 |
-
@media (min-width: 768px) {
|
6409 |
-
.navbar {
|
6410 |
-
border-radius: 4px;
|
6411 |
-
}
|
6412 |
-
}
|
6413 |
-
|
6414 |
-
@media (min-width: 768px) {
|
6415 |
-
.navbar-header {
|
6416 |
-
float: left;
|
6417 |
-
}
|
6418 |
-
}
|
6419 |
-
|
6420 |
-
.navbar-collapse {
|
6421 |
-
padding-right: 15px;
|
6422 |
-
padding-left: 15px;
|
6423 |
-
overflow-x: visible;
|
6424 |
-
-webkit-overflow-scrolling: touch;
|
6425 |
-
border-top: 1px solid transparent;
|
6426 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
|
6427 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
|
6428 |
-
}
|
6429 |
-
|
6430 |
-
.navbar-collapse.in {
|
6431 |
-
overflow-y: auto;
|
6432 |
-
}
|
6433 |
-
|
6434 |
-
@media (min-width: 768px) {
|
6435 |
-
.navbar-collapse {
|
6436 |
-
width: auto;
|
6437 |
-
border-top: 0;
|
6438 |
-
-webkit-box-shadow: none;
|
6439 |
-
box-shadow: none;
|
6440 |
-
}
|
6441 |
-
|
6442 |
-
.navbar-collapse.collapse {
|
6443 |
-
display: block !important;
|
6444 |
-
height: auto !important;
|
6445 |
-
padding-bottom: 0;
|
6446 |
-
overflow: visible !important;
|
6447 |
-
}
|
6448 |
-
|
6449 |
-
.navbar-collapse.in {
|
6450 |
-
overflow-y: visible;
|
6451 |
-
}
|
6452 |
-
|
6453 |
-
.navbar-fixed-top .navbar-collapse,
|
6454 |
-
.navbar-static-top .navbar-collapse,
|
6455 |
-
.navbar-fixed-bottom .navbar-collapse {
|
6456 |
-
padding-right: 0;
|
6457 |
-
padding-left: 0;
|
6458 |
-
}
|
6459 |
-
}
|
6460 |
-
|
6461 |
-
.navbar-fixed-top .navbar-collapse,
|
6462 |
-
.navbar-fixed-bottom .navbar-collapse {
|
6463 |
-
max-height: 340px;
|
6464 |
-
}
|
6465 |
-
|
6466 |
-
@media (max-device-width: 480px) and (orientation: landscape) {
|
6467 |
-
.navbar-fixed-top .navbar-collapse,
|
6468 |
-
.navbar-fixed-bottom .navbar-collapse {
|
6469 |
-
max-height: 200px;
|
6470 |
-
}
|
6471 |
-
}
|
6472 |
-
|
6473 |
-
.container > .navbar-header,
|
6474 |
-
.container-fluid > .navbar-header,
|
6475 |
-
.container > .navbar-collapse,
|
6476 |
-
.container-fluid > .navbar-collapse {
|
6477 |
-
margin-right: -15px;
|
6478 |
-
margin-left: -15px;
|
6479 |
-
}
|
6480 |
-
|
6481 |
-
@media (min-width: 768px) {
|
6482 |
-
.container > .navbar-header,
|
6483 |
-
.container-fluid > .navbar-header,
|
6484 |
-
.container > .navbar-collapse,
|
6485 |
-
.container-fluid > .navbar-collapse {
|
6486 |
-
margin-right: 0;
|
6487 |
-
margin-left: 0;
|
6488 |
-
}
|
6489 |
-
}
|
6490 |
-
|
6491 |
-
.navbar-static-top {
|
6492 |
-
z-index: 1000;
|
6493 |
-
border-width: 0 0 1px;
|
6494 |
-
}
|
6495 |
-
|
6496 |
-
@media (min-width: 768px) {
|
6497 |
-
.navbar-static-top {
|
6498 |
-
border-radius: 0;
|
6499 |
-
}
|
6500 |
-
}
|
6501 |
-
|
6502 |
-
.navbar-fixed-top,
|
6503 |
-
.navbar-fixed-bottom {
|
6504 |
-
position: fixed;
|
6505 |
-
right: 0;
|
6506 |
-
left: 0;
|
6507 |
-
z-index: 1030;
|
6508 |
-
}
|
6509 |
-
|
6510 |
-
@media (min-width: 768px) {
|
6511 |
-
.navbar-fixed-top,
|
6512 |
-
.navbar-fixed-bottom {
|
6513 |
-
border-radius: 0;
|
6514 |
-
}
|
6515 |
-
}
|
6516 |
-
|
6517 |
-
.navbar-fixed-top {
|
6518 |
-
top: 0;
|
6519 |
-
border-width: 0 0 1px;
|
6520 |
-
}
|
6521 |
-
|
6522 |
-
.navbar-fixed-bottom {
|
6523 |
-
bottom: 0;
|
6524 |
-
margin-bottom: 0;
|
6525 |
-
border-width: 1px 0 0;
|
6526 |
-
}
|
6527 |
-
|
6528 |
-
.navbar-brand {
|
6529 |
-
float: left;
|
6530 |
-
height: 50px;
|
6531 |
-
padding: 15px 15px;
|
6532 |
-
font-size: 18px;
|
6533 |
-
line-height: 20px;
|
6534 |
-
}
|
6535 |
-
|
6536 |
-
.navbar-brand:hover,
|
6537 |
-
.navbar-brand:focus {
|
6538 |
-
text-decoration: none;
|
6539 |
-
}
|
6540 |
-
|
6541 |
-
.navbar-brand > img {
|
6542 |
-
display: block;
|
6543 |
-
}
|
6544 |
-
|
6545 |
-
@media (min-width: 768px) {
|
6546 |
-
.navbar > .container .navbar-brand,
|
6547 |
-
.navbar > .container-fluid .navbar-brand {
|
6548 |
-
margin-left: -15px;
|
6549 |
-
}
|
6550 |
-
}
|
6551 |
-
|
6552 |
-
.navbar-toggle {
|
6553 |
-
position: relative;
|
6554 |
-
float: right;
|
6555 |
-
padding: 9px 10px;
|
6556 |
-
margin-top: 8px;
|
6557 |
-
margin-right: 15px;
|
6558 |
-
margin-bottom: 8px;
|
6559 |
-
background-color: transparent;
|
6560 |
-
background-image: none;
|
6561 |
-
border: 1px solid transparent;
|
6562 |
-
border-radius: 4px;
|
6563 |
-
}
|
6564 |
-
|
6565 |
-
.navbar-toggle:focus {
|
6566 |
-
outline: 0;
|
6567 |
-
}
|
6568 |
-
|
6569 |
-
.navbar-toggle .icon-bar {
|
6570 |
-
display: block;
|
6571 |
-
width: 22px;
|
6572 |
-
height: 2px;
|
6573 |
-
border-radius: 1px;
|
6574 |
-
}
|
6575 |
-
|
6576 |
-
.navbar-toggle .icon-bar + .icon-bar {
|
6577 |
-
margin-top: 4px;
|
6578 |
-
}
|
6579 |
-
|
6580 |
-
@media (min-width: 768px) {
|
6581 |
-
.navbar-toggle {
|
6582 |
-
display: none;
|
6583 |
-
}
|
6584 |
-
}
|
6585 |
-
|
6586 |
-
.navbar-nav {
|
6587 |
-
margin: 7.5px -15px;
|
6588 |
-
}
|
6589 |
-
|
6590 |
-
.navbar-nav > li > a {
|
6591 |
-
padding-top: 10px;
|
6592 |
-
padding-bottom: 10px;
|
6593 |
-
line-height: 20px;
|
6594 |
-
}
|
6595 |
-
|
6596 |
-
@media (max-width: 767px) {
|
6597 |
-
.navbar-nav .open .dropdown-menu {
|
6598 |
-
position: static;
|
6599 |
-
float: none;
|
6600 |
-
width: auto;
|
6601 |
-
margin-top: 0;
|
6602 |
-
background-color: transparent;
|
6603 |
-
border: 0;
|
6604 |
-
-webkit-box-shadow: none;
|
6605 |
-
box-shadow: none;
|
6606 |
-
}
|
6607 |
-
|
6608 |
-
.navbar-nav .open .dropdown-menu > li > a,
|
6609 |
-
.navbar-nav .open .dropdown-menu .dropdown-header {
|
6610 |
-
padding: 5px 15px 5px 25px;
|
6611 |
-
}
|
6612 |
-
|
6613 |
-
.navbar-nav .open .dropdown-menu > li > a {
|
6614 |
-
line-height: 20px;
|
6615 |
-
}
|
6616 |
-
|
6617 |
-
.navbar-nav .open .dropdown-menu > li > a:hover,
|
6618 |
-
.navbar-nav .open .dropdown-menu > li > a:focus {
|
6619 |
-
background-image: none;
|
6620 |
-
}
|
6621 |
-
}
|
6622 |
-
|
6623 |
-
@media (min-width: 768px) {
|
6624 |
-
.navbar-nav {
|
6625 |
-
float: left;
|
6626 |
-
margin: 0;
|
6627 |
-
}
|
6628 |
-
|
6629 |
-
.navbar-nav > li {
|
6630 |
-
float: left;
|
6631 |
-
}
|
6632 |
-
|
6633 |
-
.navbar-nav > li > a {
|
6634 |
-
padding-top: 15px;
|
6635 |
-
padding-bottom: 15px;
|
6636 |
-
}
|
6637 |
-
}
|
6638 |
-
|
6639 |
-
.navbar-form {
|
6640 |
-
padding: 10px 15px;
|
6641 |
-
margin-top: 8px;
|
6642 |
-
margin-right: -15px;
|
6643 |
-
margin-bottom: 8px;
|
6644 |
-
margin-left: -15px;
|
6645 |
-
border-top: 1px solid transparent;
|
6646 |
-
border-bottom: 1px solid transparent;
|
6647 |
-
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
6648 |
-
box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
|
6649 |
-
}
|
6650 |
-
|
6651 |
-
@media (min-width: 768px) {
|
6652 |
-
.navbar-form .form-group {
|
6653 |
-
display: inline-block;
|
6654 |
-
margin-bottom: 0;
|
6655 |
-
vertical-align: middle;
|
6656 |
-
}
|
6657 |
-
|
6658 |
-
.navbar-form #src_settings .form-control {
|
6659 |
-
display: inline-block;
|
6660 |
-
width: auto;
|
6661 |
-
vertical-align: middle;
|
6662 |
-
}
|
6663 |
-
|
6664 |
-
.navbar-form #src_settings .form-control-static {
|
6665 |
-
display: inline-block;
|
6666 |
-
}
|
6667 |
-
|
6668 |
-
.navbar-form .input-group {
|
6669 |
-
display: inline-table;
|
6670 |
-
vertical-align: middle;
|
6671 |
-
}
|
6672 |
-
|
6673 |
-
.navbar-form .input-group .input-group-addon,
|
6674 |
-
.navbar-form .input-group .input-group-btn,
|
6675 |
-
.navbar-form .input-group #src_settings .form-control {
|
6676 |
-
width: auto;
|
6677 |
-
}
|
6678 |
-
|
6679 |
-
.navbar-form .input-group > #src_settings .form-control {
|
6680 |
-
width: 100%;
|
6681 |
-
}
|
6682 |
-
|
6683 |
-
.navbar-form .control-label {
|
6684 |
-
margin-bottom: 0;
|
6685 |
-
vertical-align: middle;
|
6686 |
-
}
|
6687 |
-
|
6688 |
-
.navbar-form .radio,
|
6689 |
-
.navbar-form .checkbox {
|
6690 |
-
display: inline-block;
|
6691 |
-
margin-top: 0;
|
6692 |
-
margin-bottom: 0;
|
6693 |
-
vertical-align: middle;
|
6694 |
-
}
|
6695 |
-
|
6696 |
-
.navbar-form .radio label,
|
6697 |
-
.navbar-form .checkbox label {
|
6698 |
-
padding-left: 0;
|
6699 |
-
}
|
6700 |
-
|
6701 |
-
.navbar-form .radio input[type="radio"],
|
6702 |
-
.navbar-form .checkbox input[type="checkbox"] {
|
6703 |
-
position: relative;
|
6704 |
-
margin-left: 0;
|
6705 |
-
}
|
6706 |
-
|
6707 |
-
.navbar-form .has-feedback #src_settings .form-control-feedback {
|
6708 |
-
top: 0;
|
6709 |
-
}
|
6710 |
-
}
|
6711 |
-
|
6712 |
-
@media (max-width: 767px) {
|
6713 |
-
.navbar-form .form-group {
|
6714 |
-
margin-bottom: 5px;
|
6715 |
-
}
|
6716 |
-
|
6717 |
-
.navbar-form .form-group:last-child {
|
6718 |
-
margin-bottom: 0;
|
6719 |
-
}
|
6720 |
-
}
|
6721 |
-
|
6722 |
-
@media (min-width: 768px) {
|
6723 |
-
.navbar-form {
|
6724 |
-
width: auto;
|
6725 |
-
padding-top: 0;
|
6726 |
-
padding-bottom: 0;
|
6727 |
-
margin-right: 0;
|
6728 |
-
margin-left: 0;
|
6729 |
-
border: 0;
|
6730 |
-
-webkit-box-shadow: none;
|
6731 |
-
box-shadow: none;
|
6732 |
-
}
|
6733 |
-
}
|
6734 |
-
|
6735 |
-
.navbar-nav > li > .dropdown-menu {
|
6736 |
-
margin-top: 0;
|
6737 |
-
border-top-left-radius: 0;
|
6738 |
-
border-top-right-radius: 0;
|
6739 |
-
}
|
6740 |
-
|
6741 |
-
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
|
6742 |
-
margin-bottom: 0;
|
6743 |
-
border-top-left-radius: 4px;
|
6744 |
-
border-top-right-radius: 4px;
|
6745 |
-
border-bottom-right-radius: 0;
|
6746 |
-
border-bottom-left-radius: 0;
|
6747 |
-
}
|
6748 |
-
|
6749 |
-
.navbar-btn {
|
6750 |
-
margin-top: 8px;
|
6751 |
-
margin-bottom: 8px;
|
6752 |
-
}
|
6753 |
-
|
6754 |
-
.navbar-btn.btn-sm {
|
6755 |
-
margin-top: 10px;
|
6756 |
-
margin-bottom: 10px;
|
6757 |
-
}
|
6758 |
-
|
6759 |
-
.navbar-btn.btn-xs {
|
6760 |
-
margin-top: 14px;
|
6761 |
-
margin-bottom: 14px;
|
6762 |
-
}
|
6763 |
-
|
6764 |
-
.navbar-text {
|
6765 |
-
margin-top: 15px;
|
6766 |
-
margin-bottom: 15px;
|
6767 |
-
}
|
6768 |
-
|
6769 |
-
@media (min-width: 768px) {
|
6770 |
-
.navbar-text {
|
6771 |
-
float: left;
|
6772 |
-
margin-right: 15px;
|
6773 |
-
margin-left: 15px;
|
6774 |
-
}
|
6775 |
-
}
|
6776 |
-
|
6777 |
-
@media (min-width: 768px) {
|
6778 |
-
.navbar-left {
|
6779 |
-
float: left !important;
|
6780 |
-
}
|
6781 |
-
|
6782 |
-
.navbar-right {
|
6783 |
-
float: right !important;
|
6784 |
-
margin-right: -15px;
|
6785 |
-
}
|
6786 |
-
|
6787 |
-
.navbar-right ~ .navbar-right {
|
6788 |
-
margin-right: 0;
|
6789 |
-
}
|
6790 |
-
}
|
6791 |
-
|
6792 |
-
.navbar-default {
|
6793 |
-
background-color: #f8f8f8;
|
6794 |
-
border-color: #e7e7e7;
|
6795 |
-
}
|
6796 |
-
|
6797 |
-
.navbar-default .navbar-brand {
|
6798 |
-
color: #777;
|
6799 |
-
}
|
6800 |
-
|
6801 |
-
.navbar-default .navbar-brand:hover,
|
6802 |
-
.navbar-default .navbar-brand:focus {
|
6803 |
-
color: #5e5e5e;
|
6804 |
-
background-color: transparent;
|
6805 |
-
}
|
6806 |
-
|
6807 |
-
.navbar-default .navbar-text {
|
6808 |
-
color: #777;
|
6809 |
-
}
|
6810 |
-
|
6811 |
-
.navbar-default .navbar-nav > li > a {
|
6812 |
-
color: #777;
|
6813 |
-
}
|
6814 |
-
|
6815 |
-
.navbar-default .navbar-nav > li > a:hover,
|
6816 |
-
.navbar-default .navbar-nav > li > a:focus {
|
6817 |
-
color: #333;
|
6818 |
-
background-color: transparent;
|
6819 |
-
}
|
6820 |
-
|
6821 |
-
.navbar-default .navbar-nav > .active > a,
|
6822 |
-
.navbar-default .navbar-nav > .active > a:hover,
|
6823 |
-
.navbar-default .navbar-nav > .active > a:focus {
|
6824 |
-
color: #555;
|
6825 |
-
background-color: #e7e7e7;
|
6826 |
-
}
|
6827 |
-
|
6828 |
-
.navbar-default .navbar-nav > .disabled > a,
|
6829 |
-
.navbar-default .navbar-nav > .disabled > a:hover,
|
6830 |
-
.navbar-default .navbar-nav > .disabled > a:focus {
|
6831 |
-
color: #ccc;
|
6832 |
-
background-color: transparent;
|
6833 |
-
}
|
6834 |
-
|
6835 |
-
.navbar-default .navbar-toggle {
|
6836 |
-
border-color: #ddd;
|
6837 |
-
}
|
6838 |
-
|
6839 |
-
.navbar-default .navbar-toggle:hover,
|
6840 |
-
.navbar-default .navbar-toggle:focus {
|
6841 |
-
background-color: #ddd;
|
6842 |
-
}
|
6843 |
-
|
6844 |
-
.navbar-default .navbar-toggle .icon-bar {
|
6845 |
-
background-color: #888;
|
6846 |
-
}
|
6847 |
-
|
6848 |
-
.navbar-default .navbar-collapse,
|
6849 |
-
.navbar-default .navbar-form {
|
6850 |
-
border-color: #e7e7e7;
|
6851 |
-
}
|
6852 |
-
|
6853 |
-
.navbar-default .navbar-nav > .open > a,
|
6854 |
-
.navbar-default .navbar-nav > .open > a:hover,
|
6855 |
-
.navbar-default .navbar-nav > .open > a:focus {
|
6856 |
-
color: #555;
|
6857 |
-
background-color: #e7e7e7;
|
6858 |
-
}
|
6859 |
-
|
6860 |
-
@media (max-width: 767px) {
|
6861 |
-
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
6862 |
-
color: #777;
|
6863 |
-
}
|
6864 |
-
|
6865 |
-
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
|
6866 |
-
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
|
6867 |
-
color: #333;
|
6868 |
-
background-color: transparent;
|
6869 |
-
}
|
6870 |
-
|
6871 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
|
6872 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
|
6873 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
|
6874 |
-
color: #555;
|
6875 |
-
background-color: #e7e7e7;
|
6876 |
-
}
|
6877 |
-
|
6878 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
|
6879 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
6880 |
-
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
6881 |
-
color: #ccc;
|
6882 |
-
background-color: transparent;
|
6883 |
-
}
|
6884 |
-
}
|
6885 |
-
|
6886 |
-
.navbar-default .navbar-link {
|
6887 |
-
color: #777;
|
6888 |
-
}
|
6889 |
-
|
6890 |
-
.navbar-default .navbar-link:hover {
|
6891 |
-
color: #333;
|
6892 |
-
}
|
6893 |
-
|
6894 |
-
.navbar-default .btn-link {
|
6895 |
-
color: #777;
|
6896 |
-
}
|
6897 |
-
|
6898 |
-
.navbar-default .btn-link:hover,
|
6899 |
-
.navbar-default .btn-link:focus {
|
6900 |
-
color: #333;
|
6901 |
-
}
|
6902 |
-
|
6903 |
-
.navbar-default .btn-link[disabled]:hover,
|
6904 |
-
fieldset[disabled] .navbar-default .btn-link:hover,
|
6905 |
-
.navbar-default .btn-link[disabled]:focus,
|
6906 |
-
fieldset[disabled] .navbar-default .btn-link:focus {
|
6907 |
-
color: #ccc;
|
6908 |
-
}
|
6909 |
-
|
6910 |
-
.navbar-inverse {
|
6911 |
-
background-color: #222;
|
6912 |
-
border-color: #080808;
|
6913 |
-
}
|
6914 |
-
|
6915 |
-
.navbar-inverse .navbar-brand {
|
6916 |
-
color: #9d9d9d;
|
6917 |
-
}
|
6918 |
-
|
6919 |
-
.navbar-inverse .navbar-brand:hover,
|
6920 |
-
.navbar-inverse .navbar-brand:focus {
|
6921 |
-
color: #fff;
|
6922 |
-
background-color: transparent;
|
6923 |
-
}
|
6924 |
-
|
6925 |
-
.navbar-inverse .navbar-text {
|
6926 |
-
color: #9d9d9d;
|
6927 |
-
}
|
6928 |
-
|
6929 |
-
.navbar-inverse .navbar-nav > li > a {
|
6930 |
-
color: #9d9d9d;
|
6931 |
-
}
|
6932 |
-
|
6933 |
-
.navbar-inverse .navbar-nav > li > a:hover,
|
6934 |
-
.navbar-inverse .navbar-nav > li > a:focus {
|
6935 |
-
color: #fff;
|
6936 |
-
background-color: transparent;
|
6937 |
-
}
|
6938 |
-
|
6939 |
-
.navbar-inverse .navbar-nav > .active > a,
|
6940 |
-
.navbar-inverse .navbar-nav > .active > a:hover,
|
6941 |
-
.navbar-inverse .navbar-nav > .active > a:focus {
|
6942 |
-
color: #fff;
|
6943 |
-
background-color: #080808;
|
6944 |
-
}
|
6945 |
-
|
6946 |
-
.navbar-inverse .navbar-nav > .disabled > a,
|
6947 |
-
.navbar-inverse .navbar-nav > .disabled > a:hover,
|
6948 |
-
.navbar-inverse .navbar-nav > .disabled > a:focus {
|
6949 |
-
color: #444;
|
6950 |
-
background-color: transparent;
|
6951 |
-
}
|
6952 |
-
|
6953 |
-
.navbar-inverse .navbar-toggle {
|
6954 |
-
border-color: #333;
|
6955 |
-
}
|
6956 |
-
|
6957 |
-
.navbar-inverse .navbar-toggle:hover,
|
6958 |
-
.navbar-inverse .navbar-toggle:focus {
|
6959 |
-
background-color: #333;
|
6960 |
-
}
|
6961 |
-
|
6962 |
-
.navbar-inverse .navbar-toggle .icon-bar {
|
6963 |
-
background-color: #fff;
|
6964 |
-
}
|
6965 |
-
|
6966 |
-
.navbar-inverse .navbar-collapse,
|
6967 |
-
.navbar-inverse .navbar-form {
|
6968 |
-
border-color: #101010;
|
6969 |
-
}
|
6970 |
-
|
6971 |
-
.navbar-inverse .navbar-nav > .open > a,
|
6972 |
-
.navbar-inverse .navbar-nav > .open > a:hover,
|
6973 |
-
.navbar-inverse .navbar-nav > .open > a:focus {
|
6974 |
-
color: #fff;
|
6975 |
-
background-color: #080808;
|
6976 |
-
}
|
6977 |
-
|
6978 |
-
@media (max-width: 767px) {
|
6979 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
|
6980 |
-
border-color: #080808;
|
6981 |
-
}
|
6982 |
-
|
6983 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
|
6984 |
-
background-color: #080808;
|
6985 |
-
}
|
6986 |
-
|
6987 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
|
6988 |
-
color: #9d9d9d;
|
6989 |
-
}
|
6990 |
-
|
6991 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
|
6992 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
|
6993 |
-
color: #fff;
|
6994 |
-
background-color: transparent;
|
6995 |
-
}
|
6996 |
-
|
6997 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
|
6998 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
|
6999 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
|
7000 |
-
color: #fff;
|
7001 |
-
background-color: #080808;
|
7002 |
-
}
|
7003 |
-
|
7004 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
|
7005 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
|
7006 |
-
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
|
7007 |
-
color: #444;
|
7008 |
-
background-color: transparent;
|
7009 |
-
}
|
7010 |
-
}
|
7011 |
-
|
7012 |
-
.navbar-inverse .navbar-link {
|
7013 |
-
color: #9d9d9d;
|
7014 |
-
}
|
7015 |
-
|
7016 |
-
.navbar-inverse .navbar-link:hover {
|
7017 |
-
color: #fff;
|
7018 |
-
}
|
7019 |
-
|
7020 |
-
.navbar-inverse .btn-link {
|
7021 |
-
color: #9d9d9d;
|
7022 |
-
}
|
7023 |
-
|
7024 |
-
.navbar-inverse .btn-link:hover,
|
7025 |
-
.navbar-inverse .btn-link:focus {
|
7026 |
-
color: #fff;
|
7027 |
-
}
|
7028 |
-
|
7029 |
-
.navbar-inverse .btn-link[disabled]:hover,
|
7030 |
-
fieldset[disabled] .navbar-inverse .btn-link:hover,
|
7031 |
-
.navbar-inverse .btn-link[disabled]:focus,
|
7032 |
-
fieldset[disabled] .navbar-inverse .btn-link:focus {
|
7033 |
-
color: #444;
|
7034 |
-
}
|
7035 |
-
|
7036 |
-
.breadcrumb {
|
7037 |
-
padding: 8px 15px;
|
7038 |
-
margin-bottom: 20px;
|
7039 |
-
list-style: none;
|
7040 |
-
background-color: #f5f5f5;
|
7041 |
-
border-radius: 4px;
|
7042 |
-
}
|
7043 |
-
|
7044 |
-
.breadcrumb > li {
|
7045 |
-
display: inline-block;
|
7046 |
-
}
|
7047 |
-
|
7048 |
-
.breadcrumb > li + li:before {
|
7049 |
-
padding: 0 5px;
|
7050 |
-
color: #ccc;
|
7051 |
-
content: "/\00a0";
|
7052 |
-
}
|
7053 |
-
|
7054 |
-
.breadcrumb > .active {
|
7055 |
-
color: #777;
|
7056 |
-
}
|
7057 |
-
|
7058 |
-
.pagination {
|
7059 |
-
display: inline-block;
|
7060 |
-
padding-left: 0;
|
7061 |
-
margin: 20px 0;
|
7062 |
-
border-radius: 4px;
|
7063 |
-
}
|
7064 |
-
|
7065 |
-
.pagination > li {
|
7066 |
-
display: inline;
|
7067 |
-
}
|
7068 |
-
|
7069 |
-
.pagination > li > a,
|
7070 |
-
.pagination > li > span {
|
7071 |
-
position: relative;
|
7072 |
-
float: left;
|
7073 |
-
padding: 6px 12px;
|
7074 |
-
margin-left: -1px;
|
7075 |
-
line-height: 1.42857143;
|
7076 |
-
color: #337ab7;
|
7077 |
-
text-decoration: none;
|
7078 |
-
background-color: #fff;
|
7079 |
-
border: 1px solid #ddd;
|
7080 |
-
}
|
7081 |
-
|
7082 |
-
.pagination > li:first-child > a,
|
7083 |
-
.pagination > li:first-child > span {
|
7084 |
-
margin-left: 0;
|
7085 |
-
border-top-left-radius: 4px;
|
7086 |
-
border-bottom-left-radius: 4px;
|
7087 |
-
}
|
7088 |
-
|
7089 |
-
.pagination > li:last-child > a,
|
7090 |
-
.pagination > li:last-child > span {
|
7091 |
-
border-top-right-radius: 4px;
|
7092 |
-
border-bottom-right-radius: 4px;
|
7093 |
-
}
|
7094 |
-
|
7095 |
-
.pagination > li > a:hover,
|
7096 |
-
.pagination > li > span:hover,
|
7097 |
-
.pagination > li > a:focus,
|
7098 |
-
.pagination > li > span:focus {
|
7099 |
-
z-index: 3;
|
7100 |
-
color: #23527c;
|
7101 |
-
background-color: #eee;
|
7102 |
-
border-color: #ddd;
|
7103 |
-
}
|
7104 |
-
|
7105 |
-
.pagination > .active > a,
|
7106 |
-
.pagination > .active > span,
|
7107 |
-
.pagination > .active > a:hover,
|
7108 |
-
.pagination > .active > span:hover,
|
7109 |
-
.pagination > .active > a:focus,
|
7110 |
-
.pagination > .active > span:focus {
|
7111 |
-
z-index: 2;
|
7112 |
-
color: #fff;
|
7113 |
-
cursor: default;
|
7114 |
-
background-color: #337ab7;
|
7115 |
-
border-color: #337ab7;
|
7116 |
-
}
|
7117 |
-
|
7118 |
-
.pagination > .disabled > span,
|
7119 |
-
.pagination > .disabled > span:hover,
|
7120 |
-
.pagination > .disabled > span:focus,
|
7121 |
-
.pagination > .disabled > a,
|
7122 |
-
.pagination > .disabled > a:hover,
|
7123 |
-
.pagination > .disabled > a:focus {
|
7124 |
-
color: #777;
|
7125 |
-
cursor: not-allowed;
|
7126 |
-
background-color: #fff;
|
7127 |
-
border-color: #ddd;
|
7128 |
-
}
|
7129 |
-
|
7130 |
-
.pagination-lg > li > a,
|
7131 |
-
.pagination-lg > li > span {
|
7132 |
-
padding: 10px 16px;
|
7133 |
-
font-size: 18px;
|
7134 |
-
line-height: 1.3333333;
|
7135 |
-
}
|
7136 |
-
|
7137 |
-
.pagination-lg > li:first-child > a,
|
7138 |
-
.pagination-lg > li:first-child > span {
|
7139 |
-
border-top-left-radius: 6px;
|
7140 |
-
border-bottom-left-radius: 6px;
|
7141 |
-
}
|
7142 |
-
|
7143 |
-
.pagination-lg > li:last-child > a,
|
7144 |
-
.pagination-lg > li:last-child > span {
|
7145 |
-
border-top-right-radius: 6px;
|
7146 |
-
border-bottom-right-radius: 6px;
|
7147 |
-
}
|
7148 |
-
|
7149 |
-
.pagination-sm > li > a,
|
7150 |
-
.pagination-sm > li > span {
|
7151 |
-
padding: 5px 10px;
|
7152 |
-
font-size: 12px;
|
7153 |
-
line-height: 1.5;
|
7154 |
-
}
|
7155 |
-
|
7156 |
-
.pagination-sm > li:first-child > a,
|
7157 |
-
.pagination-sm > li:first-child > span {
|
7158 |
-
border-top-left-radius: 3px;
|
7159 |
-
border-bottom-left-radius: 3px;
|
7160 |
-
}
|
7161 |
-
|
7162 |
-
.pagination-sm > li:last-child > a,
|
7163 |
-
.pagination-sm > li:last-child > span {
|
7164 |
-
border-top-right-radius: 3px;
|
7165 |
-
border-bottom-right-radius: 3px;
|
7166 |
-
}
|
7167 |
-
|
7168 |
-
.pager {
|
7169 |
-
padding-left: 0;
|
7170 |
-
margin: 20px 0;
|
7171 |
-
text-align: center;
|
7172 |
-
list-style: none;
|
7173 |
-
}
|
7174 |
-
|
7175 |
-
.pager li {
|
7176 |
-
display: inline;
|
7177 |
-
}
|
7178 |
-
|
7179 |
-
.pager li > a,
|
7180 |
-
.pager li > span {
|
7181 |
-
display: inline-block;
|
7182 |
-
padding: 5px 14px;
|
7183 |
-
background-color: #fff;
|
7184 |
-
border: 1px solid #ddd;
|
7185 |
-
border-radius: 15px;
|
7186 |
-
}
|
7187 |
-
|
7188 |
-
.pager li > a:hover,
|
7189 |
-
.pager li > a:focus {
|
7190 |
-
text-decoration: none;
|
7191 |
-
background-color: #eee;
|
7192 |
-
}
|
7193 |
-
|
7194 |
-
.pager .next > a,
|
7195 |
-
.pager .next > span {
|
7196 |
-
float: right;
|
7197 |
-
}
|
7198 |
-
|
7199 |
-
.pager .previous > a,
|
7200 |
-
.pager .previous > span {
|
7201 |
-
float: left;
|
7202 |
-
}
|
7203 |
-
|
7204 |
-
.pager .disabled > a,
|
7205 |
-
.pager .disabled > a:hover,
|
7206 |
-
.pager .disabled > a:focus,
|
7207 |
-
.pager .disabled > span {
|
7208 |
-
color: #777;
|
7209 |
-
cursor: not-allowed;
|
7210 |
-
background-color: #fff;
|
7211 |
-
}
|
7212 |
-
|
7213 |
-
.label {
|
7214 |
-
display: inline;
|
7215 |
-
padding: .2em .6em .3em;
|
7216 |
-
font-size: 75%;
|
7217 |
-
font-weight: bold;
|
7218 |
-
line-height: 1;
|
7219 |
-
color: #fff;
|
7220 |
-
text-align: center;
|
7221 |
-
white-space: nowrap;
|
7222 |
-
vertical-align: baseline;
|
7223 |
-
border-radius: .25em;
|
7224 |
-
}
|
7225 |
-
|
7226 |
-
a.label:hover,
|
7227 |
-
a.label:focus {
|
7228 |
-
color: #fff;
|
7229 |
-
text-decoration: none;
|
7230 |
-
cursor: pointer;
|
7231 |
-
}
|
7232 |
-
|
7233 |
-
.label:empty {
|
7234 |
-
display: none;
|
7235 |
-
}
|
7236 |
-
|
7237 |
-
.btn .label {
|
7238 |
-
position: relative;
|
7239 |
-
top: -1px;
|
7240 |
-
}
|
7241 |
-
|
7242 |
-
.label-default {
|
7243 |
-
background-color: #777;
|
7244 |
-
}
|
7245 |
-
|
7246 |
-
.label-default[href]:hover,
|
7247 |
-
.label-default[href]:focus {
|
7248 |
-
background-color: #5e5e5e;
|
7249 |
-
}
|
7250 |
-
|
7251 |
-
.label-primary {
|
7252 |
-
background-color: #337ab7;
|
7253 |
-
}
|
7254 |
-
|
7255 |
-
.label-primary[href]:hover,
|
7256 |
-
.label-primary[href]:focus {
|
7257 |
-
background-color: #286090;
|
7258 |
-
}
|
7259 |
-
|
7260 |
-
.label-success {
|
7261 |
-
background-color: #5cb85c;
|
7262 |
-
}
|
7263 |
-
|
7264 |
-
.label-success[href]:hover,
|
7265 |
-
.label-success[href]:focus {
|
7266 |
-
background-color: #449d44;
|
7267 |
-
}
|
7268 |
-
|
7269 |
-
.label-info {
|
7270 |
-
background-color: #5bc0de;
|
7271 |
-
}
|
7272 |
-
|
7273 |
-
.label-info[href]:hover,
|
7274 |
-
.label-info[href]:focus {
|
7275 |
-
background-color: #31b0d5;
|
7276 |
-
}
|
7277 |
-
|
7278 |
-
.label-warning {
|
7279 |
-
background-color: #f0ad4e;
|
7280 |
-
}
|
7281 |
-
|
7282 |
-
.label-warning[href]:hover,
|
7283 |
-
.label-warning[href]:focus {
|
7284 |
-
background-color: #ec971f;
|
7285 |
-
}
|
7286 |
-
|
7287 |
-
.label-danger {
|
7288 |
-
background-color: #d9534f;
|
7289 |
-
}
|
7290 |
-
|
7291 |
-
.label-danger[href]:hover,
|
7292 |
-
.label-danger[href]:focus {
|
7293 |
-
background-color: #c9302c;
|
7294 |
-
}
|
7295 |
-
|
7296 |
-
.badge {
|
7297 |
-
display: inline-block;
|
7298 |
-
min-width: 10px;
|
7299 |
-
padding: 3px 7px;
|
7300 |
-
font-size: 12px;
|
7301 |
-
font-weight: bold;
|
7302 |
-
line-height: 1;
|
7303 |
-
color: #fff;
|
7304 |
-
text-align: center;
|
7305 |
-
white-space: nowrap;
|
7306 |
-
vertical-align: middle;
|
7307 |
-
background-color: #777;
|
7308 |
-
border-radius: 10px;
|
7309 |
-
}
|
7310 |
-
|
7311 |
-
.badge:empty {
|
7312 |
-
display: none;
|
7313 |
-
}
|
7314 |
-
|
7315 |
-
.btn .badge {
|
7316 |
-
position: relative;
|
7317 |
-
top: -1px;
|
7318 |
-
}
|
7319 |
-
|
7320 |
-
.btn-xs .badge,
|
7321 |
-
.btn-group-xs > .btn .badge {
|
7322 |
-
top: 0;
|
7323 |
-
padding: 1px 5px;
|
7324 |
-
}
|
7325 |
-
|
7326 |
-
a.badge:hover,
|
7327 |
-
a.badge:focus {
|
7328 |
-
color: #fff;
|
7329 |
-
text-decoration: none;
|
7330 |
-
cursor: pointer;
|
7331 |
-
}
|
7332 |
-
|
7333 |
-
.list-group-item.active > .badge,
|
7334 |
-
.nav-pills > .active > a > .badge {
|
7335 |
-
color: #337ab7;
|
7336 |
-
background-color: #fff;
|
7337 |
-
}
|
7338 |
-
|
7339 |
-
.list-group-item > .badge {
|
7340 |
-
float: right;
|
7341 |
-
}
|
7342 |
-
|
7343 |
-
.list-group-item > .badge + .badge {
|
7344 |
-
margin-right: 5px;
|
7345 |
-
}
|
7346 |
-
|
7347 |
-
.nav-pills > li > a > .badge {
|
7348 |
-
margin-left: 3px;
|
7349 |
-
}
|
7350 |
-
|
7351 |
-
.jumbotron {
|
7352 |
-
padding-top: 30px;
|
7353 |
-
padding-bottom: 30px;
|
7354 |
-
margin-bottom: 30px;
|
7355 |
-
color: inherit;
|
7356 |
-
background-color: #eee;
|
7357 |
-
}
|
7358 |
-
|
7359 |
-
.jumbotron h1,
|
7360 |
-
.jumbotron .h1 {
|
7361 |
-
color: inherit;
|
7362 |
-
}
|
7363 |
-
|
7364 |
-
.jumbotron p {
|
7365 |
-
margin-bottom: 15px;
|
7366 |
-
font-size: 21px;
|
7367 |
-
font-weight: 200;
|
7368 |
-
}
|
7369 |
-
|
7370 |
-
.jumbotron > hr {
|
7371 |
-
border-top-color: #d5d5d5;
|
7372 |
-
}
|
7373 |
-
|
7374 |
-
.container .jumbotron,
|
7375 |
-
.container-fluid .jumbotron {
|
7376 |
-
border-radius: 6px;
|
7377 |
-
}
|
7378 |
-
|
7379 |
-
.jumbotron .container {
|
7380 |
-
max-width: 100%;
|
7381 |
-
}
|
7382 |
-
|
7383 |
-
@media screen and (min-width: 768px) {
|
7384 |
-
.jumbotron {
|
7385 |
-
padding-top: 48px;
|
7386 |
-
padding-bottom: 48px;
|
7387 |
-
}
|
7388 |
-
|
7389 |
-
.container .jumbotron,
|
7390 |
-
.container-fluid .jumbotron {
|
7391 |
-
padding-right: 60px;
|
7392 |
-
padding-left: 60px;
|
7393 |
-
}
|
7394 |
-
|
7395 |
-
.jumbotron h1,
|
7396 |
-
.jumbotron .h1 {
|
7397 |
-
font-size: 63px;
|
7398 |
-
}
|
7399 |
-
}
|
7400 |
-
|
7401 |
-
.thumbnail {
|
7402 |
-
display: block;
|
7403 |
-
padding: 4px;
|
7404 |
-
margin-bottom: 20px;
|
7405 |
-
line-height: 1.42857143;
|
7406 |
-
background-color: #fff;
|
7407 |
-
border: 1px solid #ddd;
|
7408 |
-
border-radius: 4px;
|
7409 |
-
-webkit-transition: border .2s ease-in-out;
|
7410 |
-
-o-transition: border .2s ease-in-out;
|
7411 |
-
transition: border .2s ease-in-out;
|
7412 |
-
}
|
7413 |
-
|
7414 |
-
.thumbnail > img,
|
7415 |
-
.thumbnail a > img {
|
7416 |
-
margin-right: auto;
|
7417 |
-
margin-left: auto;
|
7418 |
-
}
|
7419 |
-
|
7420 |
-
a.thumbnail:hover,
|
7421 |
-
a.thumbnail:focus,
|
7422 |
-
a.thumbnail.active {
|
7423 |
-
border-color: #337ab7;
|
7424 |
-
}
|
7425 |
-
|
7426 |
-
.thumbnail .caption {
|
7427 |
-
padding: 9px;
|
7428 |
-
color: #333;
|
7429 |
-
}
|
7430 |
-
|
7431 |
-
.alert {
|
7432 |
-
padding: 15px;
|
7433 |
-
margin-bottom: 20px;
|
7434 |
-
border: 1px solid transparent;
|
7435 |
-
border-radius: 4px;
|
7436 |
-
}
|
7437 |
-
|
7438 |
-
.alert h4 {
|
7439 |
-
margin-top: 0;
|
7440 |
-
color: inherit;
|
7441 |
-
}
|
7442 |
-
|
7443 |
-
.alert .alert-link {
|
7444 |
-
font-weight: bold;
|
7445 |
-
}
|
7446 |
-
|
7447 |
-
.alert > p,
|
7448 |
-
.alert > ul {
|
7449 |
-
margin-bottom: 0;
|
7450 |
-
}
|
7451 |
-
|
7452 |
-
.alert > p + p {
|
7453 |
-
margin-top: 5px;
|
7454 |
-
}
|
7455 |
-
|
7456 |
-
.alert-dismissable,
|
7457 |
-
.alert-dismissible {
|
7458 |
-
padding-right: 35px;
|
7459 |
-
}
|
7460 |
-
|
7461 |
-
.alert-dismissable .close,
|
7462 |
-
.alert-dismissible .close {
|
7463 |
-
position: relative;
|
7464 |
-
top: -2px;
|
7465 |
-
right: -21px;
|
7466 |
-
color: inherit;
|
7467 |
-
}
|
7468 |
-
|
7469 |
-
.alert-success {
|
7470 |
-
color: #3c763d;
|
7471 |
-
background-color: #dff0d8;
|
7472 |
-
border-color: #d6e9c6;
|
7473 |
-
}
|
7474 |
-
|
7475 |
-
.alert-success hr {
|
7476 |
-
border-top-color: #c9e2b3;
|
7477 |
-
}
|
7478 |
-
|
7479 |
-
.alert-success .alert-link {
|
7480 |
-
color: #2b542c;
|
7481 |
-
}
|
7482 |
-
|
7483 |
-
.alert-info {
|
7484 |
-
color: #31708f;
|
7485 |
-
background-color: #d9edf7;
|
7486 |
-
border-color: #bce8f1;
|
7487 |
-
}
|
7488 |
-
|
7489 |
-
.alert-info hr {
|
7490 |
-
border-top-color: #a6e1ec;
|
7491 |
-
}
|
7492 |
-
|
7493 |
-
.alert-info .alert-link {
|
7494 |
-
color: #245269;
|
7495 |
-
}
|
7496 |
-
|
7497 |
-
.alert-warning {
|
7498 |
-
color: #8a6d3b;
|
7499 |
-
background-color: #fcf8e3;
|
7500 |
-
border-color: #faebcc;
|
7501 |
-
}
|
7502 |
-
|
7503 |
-
.alert-warning hr {
|
7504 |
-
border-top-color: #f7e1b5;
|
7505 |
-
}
|
7506 |
-
|
7507 |
-
.alert-warning .alert-link {
|
7508 |
-
color: #66512c;
|
7509 |
-
}
|
7510 |
-
|
7511 |
-
.alert-danger {
|
7512 |
-
color: #a94442;
|
7513 |
-
background-color: #f2dede;
|
7514 |
-
border-color: #ebccd1;
|
7515 |
-
}
|
7516 |
-
|
7517 |
-
.alert-danger hr {
|
7518 |
-
border-top-color: #e4b9c0;
|
7519 |
-
}
|
7520 |
-
|
7521 |
-
.alert-danger .alert-link {
|
7522 |
-
color: #843534;
|
7523 |
-
}
|
7524 |
-
|
7525 |
-
@-webkit-keyframes progress-bar-stripes {
|
7526 |
-
from {
|
7527 |
-
background-position: 40px 0;
|
7528 |
-
}
|
7529 |
-
to {
|
7530 |
-
background-position: 0 0;
|
7531 |
-
}
|
7532 |
-
}
|
7533 |
-
|
7534 |
-
@-o-keyframes progress-bar-stripes {
|
7535 |
-
from {
|
7536 |
-
background-position: 40px 0;
|
7537 |
-
}
|
7538 |
-
to {
|
7539 |
-
background-position: 0 0;
|
7540 |
-
}
|
7541 |
-
}
|
7542 |
-
|
7543 |
-
@keyframes progress-bar-stripes {
|
7544 |
-
from {
|
7545 |
-
background-position: 40px 0;
|
7546 |
-
}
|
7547 |
-
to {
|
7548 |
-
background-position: 0 0;
|
7549 |
-
}
|
7550 |
-
}
|
7551 |
-
|
7552 |
-
.progress {
|
7553 |
-
height: 20px;
|
7554 |
-
margin-bottom: 20px;
|
7555 |
-
overflow: hidden;
|
7556 |
-
background-color: #f5f5f5;
|
7557 |
-
border-radius: 4px;
|
7558 |
-
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
7559 |
-
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
|
7560 |
-
}
|
7561 |
-
|
7562 |
-
.progress-bar {
|
7563 |
-
float: left;
|
7564 |
-
width: 0;
|
7565 |
-
height: 100%;
|
7566 |
-
font-size: 12px;
|
7567 |
-
line-height: 20px;
|
7568 |
-
color: #fff;
|
7569 |
-
text-align: center;
|
7570 |
-
background-color: #337ab7;
|
7571 |
-
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
7572 |
-
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
|
7573 |
-
-webkit-transition: width .6s ease;
|
7574 |
-
-o-transition: width .6s ease;
|
7575 |
-
transition: width .6s ease;
|
7576 |
-
}
|
7577 |
-
|
7578 |
-
.progress-striped .progress-bar,
|
7579 |
-
.progress-bar-striped {
|
7580 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7581 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7582 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7583 |
-
-webkit-background-size: 40px 40px;
|
7584 |
-
background-size: 40px 40px;
|
7585 |
-
}
|
7586 |
-
|
7587 |
-
.progress.active .progress-bar,
|
7588 |
-
.progress-bar.active {
|
7589 |
-
-webkit-animation: progress-bar-stripes 2s linear infinite;
|
7590 |
-
-o-animation: progress-bar-stripes 2s linear infinite;
|
7591 |
-
animation: progress-bar-stripes 2s linear infinite;
|
7592 |
-
}
|
7593 |
-
|
7594 |
-
.progress-bar-success {
|
7595 |
-
background-color: #5cb85c;
|
7596 |
-
}
|
7597 |
-
|
7598 |
-
.progress-striped .progress-bar-success {
|
7599 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7600 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7601 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7602 |
-
}
|
7603 |
-
|
7604 |
-
.progress-bar-info {
|
7605 |
-
background-color: #5bc0de;
|
7606 |
-
}
|
7607 |
-
|
7608 |
-
.progress-striped .progress-bar-info {
|
7609 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7610 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7611 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7612 |
-
}
|
7613 |
-
|
7614 |
-
.progress-bar-warning {
|
7615 |
-
background-color: #f0ad4e;
|
7616 |
-
}
|
7617 |
-
|
7618 |
-
.progress-striped .progress-bar-warning {
|
7619 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7620 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7621 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7622 |
-
}
|
7623 |
-
|
7624 |
-
.progress-bar-danger {
|
7625 |
-
background-color: #d9534f;
|
7626 |
-
}
|
7627 |
-
|
7628 |
-
.progress-striped .progress-bar-danger {
|
7629 |
-
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7630 |
-
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7631 |
-
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
|
7632 |
-
}
|
7633 |
-
|
7634 |
-
.media {
|
7635 |
-
margin-top: 15px;
|
7636 |
-
}
|
7637 |
-
|
7638 |
-
.media:first-child {
|
7639 |
-
margin-top: 0;
|
7640 |
-
}
|
7641 |
-
|
7642 |
-
.media,
|
7643 |
-
.media-body {
|
7644 |
-
overflow: hidden;
|
7645 |
-
zoom: 1;
|
7646 |
-
}
|
7647 |
-
|
7648 |
-
.media-body {
|
7649 |
-
width: 10000px;
|
7650 |
-
}
|
7651 |
-
|
7652 |
-
.media-object {
|
7653 |
-
display: block;
|
7654 |
-
}
|
7655 |
-
|
7656 |
-
.media-object.img-thumbnail {
|
7657 |
-
max-width: none;
|
7658 |
-
}
|
7659 |
-
|
7660 |
-
.media-right,
|
7661 |
-
.media > .pull-right {
|
7662 |
-
padding-left: 10px;
|
7663 |
-
}
|
7664 |
-
|
7665 |
-
.media-left,
|
7666 |
-
.media > .pull-left {
|
7667 |
-
padding-right: 10px;
|
7668 |
-
}
|
7669 |
-
|
7670 |
-
.media-left,
|
7671 |
-
.media-right,
|
7672 |
-
.media-body {
|
7673 |
-
display: table-cell;
|
7674 |
-
vertical-align: top;
|
7675 |
-
}
|
7676 |
-
|
7677 |
-
.media-middle {
|
7678 |
-
vertical-align: middle;
|
7679 |
-
}
|
7680 |
-
|
7681 |
-
.media-bottom {
|
7682 |
-
vertical-align: bottom;
|
7683 |
-
}
|
7684 |
-
|
7685 |
-
.media-heading {
|
7686 |
-
margin-top: 0;
|
7687 |
-
margin-bottom: 5px;
|
7688 |
-
}
|
7689 |
-
|
7690 |
-
.media-list {
|
7691 |
-
padding-left: 0;
|
7692 |
-
list-style: none;
|
7693 |
-
}
|
7694 |
-
|
7695 |
-
.list-group {
|
7696 |
-
padding-left: 0;
|
7697 |
-
margin-bottom: 20px;
|
7698 |
-
}
|
7699 |
-
|
7700 |
-
.list-group-item {
|
7701 |
-
position: relative;
|
7702 |
-
display: block;
|
7703 |
-
padding: 10px 15px;
|
7704 |
-
margin-bottom: -1px;
|
7705 |
-
background-color: #fff;
|
7706 |
-
border: 1px solid #ddd;
|
7707 |
-
}
|
7708 |
-
|
7709 |
-
.list-group-item:first-child {
|
7710 |
-
border-top-left-radius: 4px;
|
7711 |
-
border-top-right-radius: 4px;
|
7712 |
-
}
|
7713 |
-
|
7714 |
-
.list-group-item:last-child {
|
7715 |
-
margin-bottom: 0;
|
7716 |
-
border-bottom-right-radius: 4px;
|
7717 |
-
border-bottom-left-radius: 4px;
|
7718 |
-
}
|
7719 |
-
|
7720 |
-
a.list-group-item,
|
7721 |
-
button.list-group-item {
|
7722 |
-
color: #555;
|
7723 |
-
}
|
7724 |
-
|
7725 |
-
a.list-group-item .list-group-item-heading,
|
7726 |
-
button.list-group-item .list-group-item-heading {
|
7727 |
-
color: #333;
|
7728 |
-
}
|
7729 |
-
|
7730 |
-
a.list-group-item:hover,
|
7731 |
-
button.list-group-item:hover,
|
7732 |
-
a.list-group-item:focus,
|
7733 |
-
button.list-group-item:focus {
|
7734 |
-
color: #555;
|
7735 |
-
text-decoration: none;
|
7736 |
-
background-color: #f5f5f5;
|
7737 |
-
}
|
7738 |
-
|
7739 |
-
button.list-group-item {
|
7740 |
-
width: 100%;
|
7741 |
-
text-align: left;
|
7742 |
-
}
|
7743 |
-
|
7744 |
-
.list-group-item.disabled,
|
7745 |
-
.list-group-item.disabled:hover,
|
7746 |
-
.list-group-item.disabled:focus {
|
7747 |
-
color: #777;
|
7748 |
-
cursor: not-allowed;
|
7749 |
-
background-color: #eee;
|
7750 |
-
}
|
7751 |
-
|
7752 |
-
.list-group-item.disabled .list-group-item-heading,
|
7753 |
-
.list-group-item.disabled:hover .list-group-item-heading,
|
7754 |
-
.list-group-item.disabled:focus .list-group-item-heading {
|
7755 |
-
color: inherit;
|
7756 |
-
}
|
7757 |
-
|
7758 |
-
.list-group-item.disabled .list-group-item-text,
|
7759 |
-
.list-group-item.disabled:hover .list-group-item-text,
|
7760 |
-
.list-group-item.disabled:focus .list-group-item-text {
|
7761 |
-
color: #777;
|
7762 |
-
}
|
7763 |
-
|
7764 |
-
.list-group-item.active,
|
7765 |
-
.list-group-item.active:hover,
|
7766 |
-
.list-group-item.active:focus {
|
7767 |
-
z-index: 2;
|
7768 |
-
color: #fff;
|
7769 |
-
background-color: #337ab7;
|
7770 |
-
border-color: #337ab7;
|
7771 |
-
}
|
7772 |
-
|
7773 |
-
.list-group-item.active .list-group-item-heading,
|
7774 |
-
.list-group-item.active:hover .list-group-item-heading,
|
7775 |
-
.list-group-item.active:focus .list-group-item-heading,
|
7776 |
-
.list-group-item.active .list-group-item-heading > small,
|
7777 |
-
.list-group-item.active:hover .list-group-item-heading > small,
|
7778 |
-
.list-group-item.active:focus .list-group-item-heading > small,
|
7779 |
-
.list-group-item.active .list-group-item-heading > .small,
|
7780 |
-
.list-group-item.active:hover .list-group-item-heading > .small,
|
7781 |
-
.list-group-item.active:focus .list-group-item-heading > .small {
|
7782 |
-
color: inherit;
|
7783 |
-
}
|
7784 |
-
|
7785 |
-
.list-group-item.active .list-group-item-text,
|
7786 |
-
.list-group-item.active:hover .list-group-item-text,
|
7787 |
-
.list-group-item.active:focus .list-group-item-text {
|
7788 |
-
color: #c7ddef;
|
7789 |
-
}
|
7790 |
-
|
7791 |
-
.list-group-item-success {
|
7792 |
-
color: #3c763d;
|
7793 |
-
background-color: #dff0d8;
|
7794 |
-
}
|
7795 |
-
|
7796 |
-
a.list-group-item-success,
|
7797 |
-
button.list-group-item-success {
|
7798 |
-
color: #3c763d;
|
7799 |
-
}
|
7800 |
-
|
7801 |
-
a.list-group-item-success .list-group-item-heading,
|
7802 |
-
button.list-group-item-success .list-group-item-heading {
|
7803 |
-
color: inherit;
|
7804 |
-
}
|
7805 |
-
|
7806 |
-
a.list-group-item-success:hover,
|
7807 |
-
button.list-group-item-success:hover,
|
7808 |
-
a.list-group-item-success:focus,
|
7809 |
-
button.list-group-item-success:focus {
|
7810 |
-
color: #3c763d;
|
7811 |
-
background-color: #d0e9c6;
|
7812 |
-
}
|
7813 |
-
|
7814 |
-
a.list-group-item-success.active,
|
7815 |
-
button.list-group-item-success.active,
|
7816 |
-
a.list-group-item-success.active:hover,
|
7817 |
-
button.list-group-item-success.active:hover,
|
7818 |
-
a.list-group-item-success.active:focus,
|
7819 |
-
button.list-group-item-success.active:focus {
|
7820 |
-
color: #fff;
|
7821 |
-
background-color: #3c763d;
|
7822 |
-
border-color: #3c763d;
|
7823 |
-
}
|
7824 |
-
|
7825 |
-
.list-group-item-info {
|
7826 |
-
color: #31708f;
|
7827 |
-
background-color: #d9edf7;
|
7828 |
-
}
|
7829 |
-
|
7830 |
-
a.list-group-item-info,
|
7831 |
-
button.list-group-item-info {
|
7832 |
-
color: #31708f;
|
7833 |
-
}
|
7834 |
-
|
7835 |
-
a.list-group-item-info .list-group-item-heading,
|
7836 |
-
button.list-group-item-info .list-group-item-heading {
|
7837 |
-
color: inherit;
|
7838 |
-
}
|
7839 |
-
|
7840 |
-
a.list-group-item-info:hover,
|
7841 |
-
button.list-group-item-info:hover,
|
7842 |
-
a.list-group-item-info:focus,
|
7843 |
-
button.list-group-item-info:focus {
|
7844 |
-
color: #31708f;
|
7845 |
-
background-color: #c4e3f3;
|
7846 |
-
}
|
7847 |
-
|
7848 |
-
a.list-group-item-info.active,
|
7849 |
-
button.list-group-item-info.active,
|
7850 |
-
a.list-group-item-info.active:hover,
|
7851 |
-
button.list-group-item-info.active:hover,
|
7852 |
-
a.list-group-item-info.active:focus,
|
7853 |
-
button.list-group-item-info.active:focus {
|
7854 |
-
color: #fff;
|
7855 |
-
background-color: #31708f;
|
7856 |
-
border-color: #31708f;
|
7857 |
-
}
|
7858 |
-
|
7859 |
-
.list-group-item-warning {
|
7860 |
-
color: #8a6d3b;
|
7861 |
-
background-color: #fcf8e3;
|
7862 |
-
}
|
7863 |
-
|
7864 |
-
a.list-group-item-warning,
|
7865 |
-
button.list-group-item-warning {
|
7866 |
-
color: #8a6d3b;
|
7867 |
-
}
|
7868 |
-
|
7869 |
-
a.list-group-item-warning .list-group-item-heading,
|
7870 |
-
button.list-group-item-warning .list-group-item-heading {
|
7871 |
-
color: inherit;
|
7872 |
-
}
|
7873 |
-
|
7874 |
-
a.list-group-item-warning:hover,
|
7875 |
-
button.list-group-item-warning:hover,
|
7876 |
-
a.list-group-item-warning:focus,
|
7877 |
-
button.list-group-item-warning:focus {
|
7878 |
-
color: #8a6d3b;
|
7879 |
-
background-color: #faf2cc;
|
7880 |
-
}
|
7881 |
-
|
7882 |
-
a.list-group-item-warning.active,
|
7883 |
-
button.list-group-item-warning.active,
|
7884 |
-
a.list-group-item-warning.active:hover,
|
7885 |
-
button.list-group-item-warning.active:hover,
|
7886 |
-
a.list-group-item-warning.active:focus,
|
7887 |
-
button.list-group-item-warning.active:focus {
|
7888 |
-
color: #fff;
|
7889 |
-
background-color: #8a6d3b;
|
7890 |
-
border-color: #8a6d3b;
|
7891 |
-
}
|
7892 |
-
|
7893 |
-
.list-group-item-danger {
|
7894 |
-
color: #a94442;
|
7895 |
-
background-color: #f2dede;
|
7896 |
-
}
|
7897 |
-
|
7898 |
-
a.list-group-item-danger,
|
7899 |
-
button.list-group-item-danger {
|
7900 |
-
color: #a94442;
|
7901 |
-
}
|
7902 |
-
|
7903 |
-
a.list-group-item-danger .list-group-item-heading,
|
7904 |
-
button.list-group-item-danger .list-group-item-heading {
|
7905 |
-
color: inherit;
|
7906 |
-
}
|
7907 |
-
|
7908 |
-
a.list-group-item-danger:hover,
|
7909 |
-
button.list-group-item-danger:hover,
|
7910 |
-
a.list-group-item-danger:focus,
|
7911 |
-
button.list-group-item-danger:focus {
|
7912 |
-
color: #a94442;
|
7913 |
-
background-color: #ebcccc;
|
7914 |
-
}
|
7915 |
-
|
7916 |
-
a.list-group-item-danger.active,
|
7917 |
-
button.list-group-item-danger.active,
|
7918 |
-
a.list-group-item-danger.active:hover,
|
7919 |
-
button.list-group-item-danger.active:hover,
|
7920 |
-
a.list-group-item-danger.active:focus,
|
7921 |
-
button.list-group-item-danger.active:focus {
|
7922 |
-
color: #fff;
|
7923 |
-
background-color: #a94442;
|
7924 |
-
border-color: #a94442;
|
7925 |
-
}
|
7926 |
-
|
7927 |
-
.list-group-item-heading {
|
7928 |
-
margin-top: 0;
|
7929 |
-
margin-bottom: 5px;
|
7930 |
-
}
|
7931 |
-
|
7932 |
-
.list-group-item-text {
|
7933 |
-
margin-bottom: 0;
|
7934 |
-
line-height: 1.3;
|
7935 |
-
}
|
7936 |
-
|
7937 |
-
.panel {
|
7938 |
-
margin-bottom: 20px;
|
7939 |
-
background-color: #fff;
|
7940 |
-
border: 1px solid transparent;
|
7941 |
-
border-radius: 4px;
|
7942 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
7943 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
7944 |
-
}
|
7945 |
-
|
7946 |
-
.panel-body {
|
7947 |
-
padding: 15px;
|
7948 |
-
}
|
7949 |
-
|
7950 |
-
.panel-heading {
|
7951 |
-
padding: 10px 15px;
|
7952 |
-
border-bottom: 1px solid transparent;
|
7953 |
-
border-top-left-radius: 3px;
|
7954 |
-
border-top-right-radius: 3px;
|
7955 |
-
}
|
7956 |
-
|
7957 |
-
.panel-heading > .dropdown .dropdown-toggle {
|
7958 |
-
color: inherit;
|
7959 |
-
}
|
7960 |
-
|
7961 |
-
.panel-title {
|
7962 |
-
margin-top: 0;
|
7963 |
-
margin-bottom: 0;
|
7964 |
-
font-size: 16px;
|
7965 |
-
color: inherit;
|
7966 |
-
}
|
7967 |
-
|
7968 |
-
.panel-title > a,
|
7969 |
-
.panel-title > small,
|
7970 |
-
.panel-title > .small,
|
7971 |
-
.panel-title > small > a,
|
7972 |
-
.panel-title > .small > a {
|
7973 |
-
color: inherit;
|
7974 |
-
}
|
7975 |
-
|
7976 |
-
.panel-footer {
|
7977 |
-
padding: 10px 15px;
|
7978 |
-
background-color: #f5f5f5;
|
7979 |
-
border-top: 1px solid #ddd;
|
7980 |
-
border-bottom-right-radius: 3px;
|
7981 |
-
border-bottom-left-radius: 3px;
|
7982 |
-
}
|
7983 |
-
|
7984 |
-
.panel > .list-group,
|
7985 |
-
.panel > .panel-collapse > .list-group {
|
7986 |
-
margin-bottom: 0;
|
7987 |
-
}
|
7988 |
-
|
7989 |
-
.panel > .list-group .list-group-item,
|
7990 |
-
.panel > .panel-collapse > .list-group .list-group-item {
|
7991 |
-
border-width: 1px 0;
|
7992 |
-
border-radius: 0;
|
7993 |
-
}
|
7994 |
-
|
7995 |
-
.panel > .list-group:first-child .list-group-item:first-child,
|
7996 |
-
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
|
7997 |
-
border-top: 0;
|
7998 |
-
border-top-left-radius: 3px;
|
7999 |
-
border-top-right-radius: 3px;
|
8000 |
-
}
|
8001 |
-
|
8002 |
-
.panel > .list-group:last-child .list-group-item:last-child,
|
8003 |
-
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
|
8004 |
-
border-bottom: 0;
|
8005 |
-
border-bottom-right-radius: 3px;
|
8006 |
-
border-bottom-left-radius: 3px;
|
8007 |
-
}
|
8008 |
-
|
8009 |
-
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
|
8010 |
-
border-top-left-radius: 0;
|
8011 |
-
border-top-right-radius: 0;
|
8012 |
-
}
|
8013 |
-
|
8014 |
-
.panel-heading + .list-group .list-group-item:first-child {
|
8015 |
-
border-top-width: 0;
|
8016 |
-
}
|
8017 |
-
|
8018 |
-
.list-group + .panel-footer {
|
8019 |
-
border-top-width: 0;
|
8020 |
-
}
|
8021 |
-
|
8022 |
-
.panel > .table,
|
8023 |
-
.panel > .table-responsive > .table,
|
8024 |
-
.panel > .panel-collapse > .table {
|
8025 |
-
margin-bottom: 0;
|
8026 |
-
}
|
8027 |
-
|
8028 |
-
.panel > .table caption,
|
8029 |
-
.panel > .table-responsive > .table caption,
|
8030 |
-
.panel > .panel-collapse > .table caption {
|
8031 |
-
padding-right: 15px;
|
8032 |
-
padding-left: 15px;
|
8033 |
-
}
|
8034 |
-
|
8035 |
-
.panel > .table:first-child,
|
8036 |
-
.panel > .table-responsive:first-child > .table:first-child {
|
8037 |
-
border-top-left-radius: 3px;
|
8038 |
-
border-top-right-radius: 3px;
|
8039 |
-
}
|
8040 |
-
|
8041 |
-
.panel > .table:first-child > thead:first-child > tr:first-child,
|
8042 |
-
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
|
8043 |
-
.panel > .table:first-child > tbody:first-child > tr:first-child,
|
8044 |
-
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
|
8045 |
-
border-top-left-radius: 3px;
|
8046 |
-
border-top-right-radius: 3px;
|
8047 |
-
}
|
8048 |
-
|
8049 |
-
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
8050 |
-
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
|
8051 |
-
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
8052 |
-
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
|
8053 |
-
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
8054 |
-
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
|
8055 |
-
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
|
8056 |
-
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
|
8057 |
-
border-top-left-radius: 3px;
|
8058 |
-
}
|
8059 |
-
|
8060 |
-
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
8061 |
-
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
|
8062 |
-
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
8063 |
-
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
|
8064 |
-
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
8065 |
-
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
|
8066 |
-
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
|
8067 |
-
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
|
8068 |
-
border-top-right-radius: 3px;
|
8069 |
-
}
|
8070 |
-
|
8071 |
-
.panel > .table:last-child,
|
8072 |
-
.panel > .table-responsive:last-child > .table:last-child {
|
8073 |
-
border-bottom-right-radius: 3px;
|
8074 |
-
border-bottom-left-radius: 3px;
|
8075 |
-
}
|
8076 |
-
|
8077 |
-
.panel > .table:last-child > tbody:last-child > tr:last-child,
|
8078 |
-
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
|
8079 |
-
.panel > .table:last-child > tfoot:last-child > tr:last-child,
|
8080 |
-
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
|
8081 |
-
border-bottom-right-radius: 3px;
|
8082 |
-
border-bottom-left-radius: 3px;
|
8083 |
-
}
|
8084 |
-
|
8085 |
-
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
8086 |
-
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
|
8087 |
-
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
8088 |
-
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
|
8089 |
-
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
8090 |
-
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
|
8091 |
-
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
|
8092 |
-
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
|
8093 |
-
border-bottom-left-radius: 3px;
|
8094 |
-
}
|
8095 |
-
|
8096 |
-
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
8097 |
-
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
|
8098 |
-
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
8099 |
-
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
|
8100 |
-
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
8101 |
-
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
|
8102 |
-
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
|
8103 |
-
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
|
8104 |
-
border-bottom-right-radius: 3px;
|
8105 |
-
}
|
8106 |
-
|
8107 |
-
.panel > .panel-body + .table,
|
8108 |
-
.panel > .panel-body + .table-responsive,
|
8109 |
-
.panel > .table + .panel-body,
|
8110 |
-
.panel > .table-responsive + .panel-body {
|
8111 |
-
border-top: 1px solid #ddd;
|
8112 |
-
}
|
8113 |
-
|
8114 |
-
.panel > .table > tbody:first-child > tr:first-child th,
|
8115 |
-
.panel > .table > tbody:first-child > tr:first-child td {
|
8116 |
-
border-top: 0;
|
8117 |
-
}
|
8118 |
-
|
8119 |
-
.panel > .table-bordered,
|
8120 |
-
.panel > .table-responsive > .table-bordered {
|
8121 |
-
border: 0;
|
8122 |
-
}
|
8123 |
-
|
8124 |
-
.panel > .table-bordered > thead > tr > th:first-child,
|
8125 |
-
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
|
8126 |
-
.panel > .table-bordered > tbody > tr > th:first-child,
|
8127 |
-
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
|
8128 |
-
.panel > .table-bordered > tfoot > tr > th:first-child,
|
8129 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
|
8130 |
-
.panel > .table-bordered > thead > tr > td:first-child,
|
8131 |
-
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
|
8132 |
-
.panel > .table-bordered > tbody > tr > td:first-child,
|
8133 |
-
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
|
8134 |
-
.panel > .table-bordered > tfoot > tr > td:first-child,
|
8135 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
|
8136 |
-
border-left: 0;
|
8137 |
-
}
|
8138 |
-
|
8139 |
-
.panel > .table-bordered > thead > tr > th:last-child,
|
8140 |
-
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
|
8141 |
-
.panel > .table-bordered > tbody > tr > th:last-child,
|
8142 |
-
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
|
8143 |
-
.panel > .table-bordered > tfoot > tr > th:last-child,
|
8144 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
|
8145 |
-
.panel > .table-bordered > thead > tr > td:last-child,
|
8146 |
-
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
|
8147 |
-
.panel > .table-bordered > tbody > tr > td:last-child,
|
8148 |
-
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
|
8149 |
-
.panel > .table-bordered > tfoot > tr > td:last-child,
|
8150 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
|
8151 |
-
border-right: 0;
|
8152 |
-
}
|
8153 |
-
|
8154 |
-
.panel > .table-bordered > thead > tr:first-child > td,
|
8155 |
-
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
|
8156 |
-
.panel > .table-bordered > tbody > tr:first-child > td,
|
8157 |
-
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
|
8158 |
-
.panel > .table-bordered > thead > tr:first-child > th,
|
8159 |
-
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
|
8160 |
-
.panel > .table-bordered > tbody > tr:first-child > th,
|
8161 |
-
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
|
8162 |
-
border-bottom: 0;
|
8163 |
-
}
|
8164 |
-
|
8165 |
-
.panel > .table-bordered > tbody > tr:last-child > td,
|
8166 |
-
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
|
8167 |
-
.panel > .table-bordered > tfoot > tr:last-child > td,
|
8168 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
|
8169 |
-
.panel > .table-bordered > tbody > tr:last-child > th,
|
8170 |
-
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
|
8171 |
-
.panel > .table-bordered > tfoot > tr:last-child > th,
|
8172 |
-
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
|
8173 |
-
border-bottom: 0;
|
8174 |
-
}
|
8175 |
-
|
8176 |
-
.panel > .table-responsive {
|
8177 |
-
margin-bottom: 0;
|
8178 |
-
border: 0;
|
8179 |
-
}
|
8180 |
-
|
8181 |
-
.panel-group {
|
8182 |
-
margin-bottom: 20px;
|
8183 |
-
}
|
8184 |
-
|
8185 |
-
.panel-group .panel {
|
8186 |
-
margin-bottom: 0;
|
8187 |
-
border-radius: 4px;
|
8188 |
-
}
|
8189 |
-
|
8190 |
-
.panel-group .panel + .panel {
|
8191 |
-
margin-top: 5px;
|
8192 |
-
}
|
8193 |
-
|
8194 |
-
.panel-group .panel-heading {
|
8195 |
-
border-bottom: 0;
|
8196 |
-
}
|
8197 |
-
|
8198 |
-
.panel-group .panel-heading + .panel-collapse > .panel-body,
|
8199 |
-
.panel-group .panel-heading + .panel-collapse > .list-group {
|
8200 |
-
border-top: 1px solid #ddd;
|
8201 |
-
}
|
8202 |
-
|
8203 |
-
.panel-group .panel-footer {
|
8204 |
-
border-top: 0;
|
8205 |
-
}
|
8206 |
-
|
8207 |
-
.panel-group .panel-footer + .panel-collapse .panel-body {
|
8208 |
-
border-bottom: 1px solid #ddd;
|
8209 |
-
}
|
8210 |
-
|
8211 |
-
.panel-default {
|
8212 |
-
border-color: #ddd;
|
8213 |
-
}
|
8214 |
-
|
8215 |
-
.panel-default > .panel-heading {
|
8216 |
-
color: #333;
|
8217 |
-
background-color: #f5f5f5;
|
8218 |
-
border-color: #ddd;
|
8219 |
-
}
|
8220 |
-
|
8221 |
-
.panel-default > .panel-heading + .panel-collapse > .panel-body {
|
8222 |
-
border-top-color: #ddd;
|
8223 |
-
}
|
8224 |
-
|
8225 |
-
.panel-default > .panel-heading .badge {
|
8226 |
-
color: #f5f5f5;
|
8227 |
-
background-color: #333;
|
8228 |
-
}
|
8229 |
-
|
8230 |
-
.panel-default > .panel-footer + .panel-collapse > .panel-body {
|
8231 |
-
border-bottom-color: #ddd;
|
8232 |
-
}
|
8233 |
-
|
8234 |
-
.panel-primary {
|
8235 |
-
border-color: #337ab7;
|
8236 |
-
}
|
8237 |
-
|
8238 |
-
.panel-primary > .panel-heading {
|
8239 |
-
color: #fff;
|
8240 |
-
background-color: #337ab7;
|
8241 |
-
border-color: #337ab7;
|
8242 |
-
}
|
8243 |
-
|
8244 |
-
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
|
8245 |
-
border-top-color: #337ab7;
|
8246 |
-
}
|
8247 |
-
|
8248 |
-
.panel-primary > .panel-heading .badge {
|
8249 |
-
color: #337ab7;
|
8250 |
-
background-color: #fff;
|
8251 |
-
}
|
8252 |
-
|
8253 |
-
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
|
8254 |
-
border-bottom-color: #337ab7;
|
8255 |
-
}
|
8256 |
-
|
8257 |
-
.panel-success {
|
8258 |
-
border-color: #d6e9c6;
|
8259 |
-
}
|
8260 |
-
|
8261 |
-
.panel-success > .panel-heading {
|
8262 |
-
color: #3c763d;
|
8263 |
-
background-color: #dff0d8;
|
8264 |
-
border-color: #d6e9c6;
|
8265 |
-
}
|
8266 |
-
|
8267 |
-
.panel-success > .panel-heading + .panel-collapse > .panel-body {
|
8268 |
-
border-top-color: #d6e9c6;
|
8269 |
-
}
|
8270 |
-
|
8271 |
-
.panel-success > .panel-heading .badge {
|
8272 |
-
color: #dff0d8;
|
8273 |
-
background-color: #3c763d;
|
8274 |
-
}
|
8275 |
-
|
8276 |
-
.panel-success > .panel-footer + .panel-collapse > .panel-body {
|
8277 |
-
border-bottom-color: #d6e9c6;
|
8278 |
-
}
|
8279 |
-
|
8280 |
-
.panel-info {
|
8281 |
-
border-color: #bce8f1;
|
8282 |
-
}
|
8283 |
-
|
8284 |
-
.panel-info > .panel-heading {
|
8285 |
-
color: #31708f;
|
8286 |
-
background-color: #d9edf7;
|
8287 |
-
border-color: #bce8f1;
|
8288 |
-
}
|
8289 |
-
|
8290 |
-
.panel-info > .panel-heading + .panel-collapse > .panel-body {
|
8291 |
-
border-top-color: #bce8f1;
|
8292 |
-
}
|
8293 |
-
|
8294 |
-
.panel-info > .panel-heading .badge {
|
8295 |
-
color: #d9edf7;
|
8296 |
-
background-color: #31708f;
|
8297 |
-
}
|
8298 |
-
|
8299 |
-
.panel-info > .panel-footer + .panel-collapse > .panel-body {
|
8300 |
-
border-bottom-color: #bce8f1;
|
8301 |
-
}
|
8302 |
-
|
8303 |
-
.panel-warning {
|
8304 |
-
border-color: #faebcc;
|
8305 |
-
}
|
8306 |
-
|
8307 |
-
.panel-warning > .panel-heading {
|
8308 |
-
color: #8a6d3b;
|
8309 |
-
background-color: #fcf8e3;
|
8310 |
-
border-color: #faebcc;
|
8311 |
-
}
|
8312 |
-
|
8313 |
-
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
|
8314 |
-
border-top-color: #faebcc;
|
8315 |
-
}
|
8316 |
-
|
8317 |
-
.panel-warning > .panel-heading .badge {
|
8318 |
-
color: #fcf8e3;
|
8319 |
-
background-color: #8a6d3b;
|
8320 |
-
}
|
8321 |
-
|
8322 |
-
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
|
8323 |
-
border-bottom-color: #faebcc;
|
8324 |
-
}
|
8325 |
-
|
8326 |
-
.panel-danger {
|
8327 |
-
border-color: #ebccd1;
|
8328 |
-
}
|
8329 |
-
|
8330 |
-
.panel-danger > .panel-heading {
|
8331 |
-
color: #a94442;
|
8332 |
-
background-color: #f2dede;
|
8333 |
-
border-color: #ebccd1;
|
8334 |
-
}
|
8335 |
-
|
8336 |
-
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
|
8337 |
-
border-top-color: #ebccd1;
|
8338 |
-
}
|
8339 |
-
|
8340 |
-
.panel-danger > .panel-heading .badge {
|
8341 |
-
color: #f2dede;
|
8342 |
-
background-color: #a94442;
|
8343 |
-
}
|
8344 |
-
|
8345 |
-
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
|
8346 |
-
border-bottom-color: #ebccd1;
|
8347 |
-
}
|
8348 |
-
|
8349 |
-
.embed-responsive {
|
8350 |
-
position: relative;
|
8351 |
-
display: block;
|
8352 |
-
height: 0;
|
8353 |
-
padding: 0;
|
8354 |
-
overflow: hidden;
|
8355 |
-
}
|
8356 |
-
|
8357 |
-
.embed-responsive .embed-responsive-item,
|
8358 |
-
.embed-responsive iframe,
|
8359 |
-
.embed-responsive embed,
|
8360 |
-
.embed-responsive object,
|
8361 |
-
.embed-responsive video {
|
8362 |
-
position: absolute;
|
8363 |
-
top: 0;
|
8364 |
-
bottom: 0;
|
8365 |
-
left: 0;
|
8366 |
-
width: 100%;
|
8367 |
-
height: 100%;
|
8368 |
-
border: 0;
|
8369 |
-
}
|
8370 |
-
|
8371 |
-
.embed-responsive-16by9 {
|
8372 |
-
padding-bottom: 56.25%;
|
8373 |
-
}
|
8374 |
-
|
8375 |
-
.embed-responsive-4by3 {
|
8376 |
-
padding-bottom: 75%;
|
8377 |
-
}
|
8378 |
-
|
8379 |
-
.well {
|
8380 |
-
min-height: 20px;
|
8381 |
-
padding: 19px;
|
8382 |
-
margin-bottom: 20px;
|
8383 |
-
background-color: #f5f5f5;
|
8384 |
-
border: 1px solid #e3e3e3;
|
8385 |
-
border-radius: 4px;
|
8386 |
-
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
8387 |
-
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
|
8388 |
-
}
|
8389 |
-
|
8390 |
-
.well blockquote {
|
8391 |
-
border-color: #ddd;
|
8392 |
-
border-color: rgba(0, 0, 0, .15);
|
8393 |
-
}
|
8394 |
-
|
8395 |
-
.well-lg {
|
8396 |
-
padding: 24px;
|
8397 |
-
border-radius: 6px;
|
8398 |
-
}
|
8399 |
-
|
8400 |
-
.well-sm {
|
8401 |
-
padding: 9px;
|
8402 |
-
border-radius: 3px;
|
8403 |
-
}
|
8404 |
-
|
8405 |
-
.close {
|
8406 |
-
float: right;
|
8407 |
-
font-size: 21px;
|
8408 |
-
font-weight: bold;
|
8409 |
-
line-height: 1;
|
8410 |
-
color: #000;
|
8411 |
-
text-shadow: 0 1px 0 #fff;
|
8412 |
-
filter: alpha(opacity=20);
|
8413 |
-
opacity: .2;
|
8414 |
-
}
|
8415 |
-
|
8416 |
-
.close:hover,
|
8417 |
-
.close:focus {
|
8418 |
-
color: #000;
|
8419 |
-
text-decoration: none;
|
8420 |
-
cursor: pointer;
|
8421 |
-
filter: alpha(opacity=50);
|
8422 |
-
opacity: .5;
|
8423 |
-
}
|
8424 |
-
|
8425 |
-
button.close {
|
8426 |
-
-webkit-appearance: none;
|
8427 |
-
padding: 0;
|
8428 |
-
cursor: pointer;
|
8429 |
-
background: transparent;
|
8430 |
-
border: 0;
|
8431 |
-
}
|
8432 |
-
|
8433 |
-
.modal-open {
|
8434 |
-
overflow: hidden;
|
8435 |
-
}
|
8436 |
-
|
8437 |
-
.modal {
|
8438 |
-
position: fixed;
|
8439 |
-
top: 0;
|
8440 |
-
right: 0;
|
8441 |
-
bottom: 0;
|
8442 |
-
left: 0;
|
8443 |
-
z-index: 1050;
|
8444 |
-
display: none;
|
8445 |
-
overflow: hidden;
|
8446 |
-
-webkit-overflow-scrolling: touch;
|
8447 |
-
outline: 0;
|
8448 |
-
}
|
8449 |
-
|
8450 |
-
.modal.fade .modal-dialog {
|
8451 |
-
-webkit-transition: -webkit-transform .3s ease-out;
|
8452 |
-
-o-transition: -o-transform .3s ease-out;
|
8453 |
-
transition: transform .3s ease-out;
|
8454 |
-
-webkit-transform: translate(0, -25%);
|
8455 |
-
-ms-transform: translate(0, -25%);
|
8456 |
-
-o-transform: translate(0, -25%);
|
8457 |
-
transform: translate(0, -25%);
|
8458 |
-
}
|
8459 |
-
|
8460 |
-
.modal.in .modal-dialog {
|
8461 |
-
-webkit-transform: translate(0, 0);
|
8462 |
-
-ms-transform: translate(0, 0);
|
8463 |
-
-o-transform: translate(0, 0);
|
8464 |
-
transform: translate(0, 0);
|
8465 |
-
}
|
8466 |
-
|
8467 |
-
.modal-open .modal {
|
8468 |
-
overflow-x: hidden;
|
8469 |
-
overflow-y: auto;
|
8470 |
-
}
|
8471 |
-
|
8472 |
-
.modal-dialog {
|
8473 |
-
position: relative;
|
8474 |
-
width: auto;
|
8475 |
-
margin: 10px;
|
8476 |
-
}
|
8477 |
-
|
8478 |
-
.modal-content {
|
8479 |
-
position: relative;
|
8480 |
-
background-color: #fff;
|
8481 |
-
-webkit-background-clip: padding-box;
|
8482 |
-
background-clip: padding-box;
|
8483 |
-
border: 1px solid #999;
|
8484 |
-
border: 1px solid rgba(0, 0, 0, .2);
|
8485 |
-
border-radius: 6px;
|
8486 |
-
outline: 0;
|
8487 |
-
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
8488 |
-
box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
|
8489 |
-
}
|
8490 |
-
|
8491 |
-
.modal-backdrop {
|
8492 |
-
position: fixed;
|
8493 |
-
top: 0;
|
8494 |
-
right: 0;
|
8495 |
-
bottom: 0;
|
8496 |
-
left: 0;
|
8497 |
-
z-index: 1040;
|
8498 |
-
background-color: #000;
|
8499 |
-
}
|
8500 |
-
|
8501 |
-
.modal-backdrop.fade {
|
8502 |
-
filter: alpha(opacity=0);
|
8503 |
-
opacity: 0;
|
8504 |
-
}
|
8505 |
-
|
8506 |
-
.modal-backdrop.in {
|
8507 |
-
filter: alpha(opacity=50);
|
8508 |
-
opacity: .5;
|
8509 |
-
}
|
8510 |
-
|
8511 |
-
.modal-header {
|
8512 |
-
min-height: 16.42857143px;
|
8513 |
-
padding: 15px;
|
8514 |
-
border-bottom: 1px solid #e5e5e5;
|
8515 |
-
}
|
8516 |
-
|
8517 |
-
.modal-header .close {
|
8518 |
-
margin-top: -2px;
|
8519 |
-
}
|
8520 |
-
|
8521 |
-
.modal-title {
|
8522 |
-
margin: 0;
|
8523 |
-
line-height: 1.42857143;
|
8524 |
-
}
|
8525 |
-
|
8526 |
-
.modal-body {
|
8527 |
-
position: relative;
|
8528 |
-
padding: 15px;
|
8529 |
-
}
|
8530 |
-
|
8531 |
-
.modal-footer {
|
8532 |
-
padding: 15px;
|
8533 |
-
text-align: right;
|
8534 |
-
border-top: 1px solid #e5e5e5;
|
8535 |
-
}
|
8536 |
-
|
8537 |
-
.modal-footer .btn + .btn {
|
8538 |
-
margin-bottom: 0;
|
8539 |
-
margin-left: 5px;
|
8540 |
-
}
|
8541 |
-
|
8542 |
-
.modal-footer .btn-group .btn + .btn {
|
8543 |
-
margin-left: -1px;
|
8544 |
-
}
|
8545 |
-
|
8546 |
-
.modal-footer .btn-block + .btn-block {
|
8547 |
-
margin-left: 0;
|
8548 |
-
}
|
8549 |
-
|
8550 |
-
.modal-scrollbar-measure {
|
8551 |
-
position: absolute;
|
8552 |
-
top: -9999px;
|
8553 |
-
width: 50px;
|
8554 |
-
height: 50px;
|
8555 |
-
overflow: scroll;
|
8556 |
-
}
|
8557 |
-
|
8558 |
-
@media (min-width: 768px) {
|
8559 |
-
.modal-dialog {
|
8560 |
-
width: 600px;
|
8561 |
-
margin: 30px auto;
|
8562 |
-
}
|
8563 |
-
|
8564 |
-
.modal-content {
|
8565 |
-
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
8566 |
-
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
|
8567 |
-
}
|
8568 |
-
|
8569 |
-
.modal-sm {
|
8570 |
-
width: 300px;
|
8571 |
-
}
|
8572 |
-
}
|
8573 |
-
|
8574 |
-
@media (min-width: 992px) {
|
8575 |
-
.modal-lg {
|
8576 |
-
width: 900px;
|
8577 |
-
}
|
8578 |
-
}
|
8579 |
-
|
8580 |
-
.tooltip {
|
8581 |
-
position: absolute;
|
8582 |
-
z-index: 1070;
|
8583 |
-
display: block;
|
8584 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
8585 |
-
font-size: 12px;
|
8586 |
-
font-style: normal;
|
8587 |
-
font-weight: normal;
|
8588 |
-
line-height: 1.42857143;
|
8589 |
-
text-align: left;
|
8590 |
-
text-align: start;
|
8591 |
-
text-decoration: none;
|
8592 |
-
text-shadow: none;
|
8593 |
-
text-transform: none;
|
8594 |
-
letter-spacing: normal;
|
8595 |
-
word-break: normal;
|
8596 |
-
word-spacing: normal;
|
8597 |
-
word-wrap: normal;
|
8598 |
-
white-space: normal;
|
8599 |
-
filter: alpha(opacity=0);
|
8600 |
-
opacity: 0;
|
8601 |
-
|
8602 |
-
line-break: auto;
|
8603 |
-
}
|
8604 |
-
|
8605 |
-
.tooltip.in {
|
8606 |
-
filter: alpha(opacity=90);
|
8607 |
-
opacity: .9;
|
8608 |
-
}
|
8609 |
-
|
8610 |
-
.tooltip.top {
|
8611 |
-
padding: 5px 0;
|
8612 |
-
margin-top: -3px;
|
8613 |
-
}
|
8614 |
-
|
8615 |
-
.tooltip.right {
|
8616 |
-
padding: 0 5px;
|
8617 |
-
margin-left: 3px;
|
8618 |
-
}
|
8619 |
-
|
8620 |
-
.tooltip.bottom {
|
8621 |
-
padding: 5px 0;
|
8622 |
-
margin-top: 3px;
|
8623 |
-
}
|
8624 |
-
|
8625 |
-
.tooltip.left {
|
8626 |
-
padding: 0 5px;
|
8627 |
-
margin-left: -3px;
|
8628 |
-
}
|
8629 |
-
|
8630 |
-
.tooltip-inner {
|
8631 |
-
max-width: 200px;
|
8632 |
-
padding: 3px 8px;
|
8633 |
-
color: #fff;
|
8634 |
-
text-align: center;
|
8635 |
-
background-color: #000;
|
8636 |
-
border-radius: 4px;
|
8637 |
-
}
|
8638 |
-
|
8639 |
-
.tooltip-arrow {
|
8640 |
-
position: absolute;
|
8641 |
-
width: 0;
|
8642 |
-
height: 0;
|
8643 |
-
border-color: transparent;
|
8644 |
-
border-style: solid;
|
8645 |
-
}
|
8646 |
-
|
8647 |
-
.tooltip.top .tooltip-arrow {
|
8648 |
-
bottom: 0;
|
8649 |
-
left: 50%;
|
8650 |
-
margin-left: -5px;
|
8651 |
-
border-width: 5px 5px 0;
|
8652 |
-
border-top-color: #000;
|
8653 |
-
}
|
8654 |
-
|
8655 |
-
.tooltip.top-left .tooltip-arrow {
|
8656 |
-
right: 5px;
|
8657 |
-
bottom: 0;
|
8658 |
-
margin-bottom: -5px;
|
8659 |
-
border-width: 5px 5px 0;
|
8660 |
-
border-top-color: #000;
|
8661 |
-
}
|
8662 |
-
|
8663 |
-
.tooltip.top-right .tooltip-arrow {
|
8664 |
-
bottom: 0;
|
8665 |
-
left: 5px;
|
8666 |
-
margin-bottom: -5px;
|
8667 |
-
border-width: 5px 5px 0;
|
8668 |
-
border-top-color: #000;
|
8669 |
-
}
|
8670 |
-
|
8671 |
-
.tooltip.right .tooltip-arrow {
|
8672 |
-
top: 50%;
|
8673 |
-
left: 0;
|
8674 |
-
margin-top: -5px;
|
8675 |
-
border-width: 5px 5px 5px 0;
|
8676 |
-
border-right-color: #000;
|
8677 |
-
}
|
8678 |
-
|
8679 |
-
.tooltip.left .tooltip-arrow {
|
8680 |
-
top: 50%;
|
8681 |
-
right: 0;
|
8682 |
-
margin-top: -5px;
|
8683 |
-
border-width: 5px 0 5px 5px;
|
8684 |
-
border-left-color: #000;
|
8685 |
-
}
|
8686 |
-
|
8687 |
-
.tooltip.bottom .tooltip-arrow {
|
8688 |
-
top: 0;
|
8689 |
-
left: 50%;
|
8690 |
-
margin-left: -5px;
|
8691 |
-
border-width: 0 5px 5px;
|
8692 |
-
border-bottom-color: #000;
|
8693 |
-
}
|
8694 |
-
|
8695 |
-
.tooltip.bottom-left .tooltip-arrow {
|
8696 |
-
top: 0;
|
8697 |
-
right: 5px;
|
8698 |
-
margin-top: -5px;
|
8699 |
-
border-width: 0 5px 5px;
|
8700 |
-
border-bottom-color: #000;
|
8701 |
-
}
|
8702 |
-
|
8703 |
-
.tooltip.bottom-right .tooltip-arrow {
|
8704 |
-
top: 0;
|
8705 |
-
left: 5px;
|
8706 |
-
margin-top: -5px;
|
8707 |
-
border-width: 0 5px 5px;
|
8708 |
-
border-bottom-color: #000;
|
8709 |
-
}
|
8710 |
-
|
8711 |
-
.tooltip-inner {
|
8712 |
-
white-space: pre;
|
8713 |
-
max-width: none;
|
8714 |
-
padding: 10px;
|
8715 |
-
}
|
8716 |
-
|
8717 |
-
.popover {
|
8718 |
-
position: absolute;
|
8719 |
-
top: 0;
|
8720 |
-
left: 0;
|
8721 |
-
z-index: 1060;
|
8722 |
-
display: none;
|
8723 |
-
max-width: 276px;
|
8724 |
-
padding: 1px;
|
8725 |
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
8726 |
-
font-size: 14px;
|
8727 |
-
font-style: normal;
|
8728 |
-
font-weight: normal;
|
8729 |
-
line-height: 1.42857143;
|
8730 |
-
text-align: left;
|
8731 |
-
text-decoration: none;
|
8732 |
-
text-shadow: none;
|
8733 |
-
text-transform: none;
|
8734 |
-
letter-spacing: normal;
|
8735 |
-
word-break: normal;
|
8736 |
-
word-spacing: normal;
|
8737 |
-
word-wrap: normal;
|
8738 |
-
white-space: normal;
|
8739 |
-
background-color: #fff;
|
8740 |
-
-webkit-background-clip: padding-box;
|
8741 |
-
background-clip: padding-box;
|
8742 |
-
border: 1px solid rgba(0, 0, 0, .2);
|
8743 |
-
border-radius: 6px;
|
8744 |
-
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
8745 |
-
box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
|
8746 |
-
|
8747 |
-
line-break: auto;
|
8748 |
-
}
|
8749 |
-
|
8750 |
-
.popover.top {
|
8751 |
-
margin-top: -10px;
|
8752 |
-
}
|
8753 |
-
|
8754 |
-
.popover.right {
|
8755 |
-
margin-left: 10px;
|
8756 |
-
}
|
8757 |
-
|
8758 |
-
.popover.bottom {
|
8759 |
-
margin-top: 10px;
|
8760 |
-
}
|
8761 |
-
|
8762 |
-
.popover.left {
|
8763 |
-
margin-left: -10px;
|
8764 |
-
}
|
8765 |
-
|
8766 |
-
.popover-title {
|
8767 |
-
padding: 8px 14px;
|
8768 |
-
margin: 0;
|
8769 |
-
font-size: 14px;
|
8770 |
-
background-color: #f7f7f7;
|
8771 |
-
border-bottom: 1px solid #ebebeb;
|
8772 |
-
border-radius: 5px 5px 0 0;
|
8773 |
-
}
|
8774 |
-
|
8775 |
-
.popover-content {
|
8776 |
-
padding: 9px 14px;
|
8777 |
-
}
|
8778 |
-
|
8779 |
-
.popover > .arrow,
|
8780 |
-
.popover > .arrow:after {
|
8781 |
-
position: absolute;
|
8782 |
-
display: block;
|
8783 |
-
width: 0;
|
8784 |
-
height: 0;
|
8785 |
-
border-color: transparent;
|
8786 |
-
border-style: solid;
|
8787 |
-
}
|
8788 |
-
|
8789 |
-
.popover > .arrow {
|
8790 |
-
border-width: 11px;
|
8791 |
-
}
|
8792 |
-
|
8793 |
-
.popover > .arrow:after {
|
8794 |
-
content: "";
|
8795 |
-
border-width: 10px;
|
8796 |
-
}
|
8797 |
-
|
8798 |
-
.popover.top > .arrow {
|
8799 |
-
bottom: -11px;
|
8800 |
-
left: 50%;
|
8801 |
-
margin-left: -11px;
|
8802 |
-
border-top-color: #999;
|
8803 |
-
border-top-color: rgba(0, 0, 0, .25);
|
8804 |
-
border-bottom-width: 0;
|
8805 |
-
}
|
8806 |
-
|
8807 |
-
.popover.top > .arrow:after {
|
8808 |
-
bottom: 1px;
|
8809 |
-
margin-left: -10px;
|
8810 |
-
content: " ";
|
8811 |
-
border-top-color: #fff;
|
8812 |
-
border-bottom-width: 0;
|
8813 |
-
}
|
8814 |
-
|
8815 |
-
.popover.right > .arrow {
|
8816 |
-
top: 50%;
|
8817 |
-
left: -11px;
|
8818 |
-
margin-top: -11px;
|
8819 |
-
border-right-color: #999;
|
8820 |
-
border-right-color: rgba(0, 0, 0, .25);
|
8821 |
-
border-left-width: 0;
|
8822 |
-
}
|
8823 |
-
|
8824 |
-
.popover.right > .arrow:after {
|
8825 |
-
bottom: -10px;
|
8826 |
-
left: 1px;
|
8827 |
-
content: " ";
|
8828 |
-
border-right-color: #fff;
|
8829 |
-
border-left-width: 0;
|
8830 |
-
}
|
8831 |
-
|
8832 |
-
.popover.bottom > .arrow {
|
8833 |
-
top: -11px;
|
8834 |
-
left: 50%;
|
8835 |
-
margin-left: -11px;
|
8836 |
-
border-top-width: 0;
|
8837 |
-
border-bottom-color: #999;
|
8838 |
-
border-bottom-color: rgba(0, 0, 0, .25);
|
8839 |
-
}
|
8840 |
-
|
8841 |
-
.popover.bottom > .arrow:after {
|
8842 |
-
top: 1px;
|
8843 |
-
margin-left: -10px;
|
8844 |
-
content: " ";
|
8845 |
-
border-top-width: 0;
|
8846 |
-
border-bottom-color: #fff;
|
8847 |
-
}
|
8848 |
-
|
8849 |
-
.popover.left > .arrow {
|
8850 |
-
top: 50%;
|
8851 |
-
right: -11px;
|
8852 |
-
margin-top: -11px;
|
8853 |
-
border-right-width: 0;
|
8854 |
-
border-left-color: #999;
|
8855 |
-
border-left-color: rgba(0, 0, 0, .25);
|
8856 |
-
}
|
8857 |
-
|
8858 |
-
.popover.left > .arrow:after {
|
8859 |
-
right: 1px;
|
8860 |
-
bottom: -10px;
|
8861 |
-
content: " ";
|
8862 |
-
border-right-width: 0;
|
8863 |
-
border-left-color: #fff;
|
8864 |
-
}
|
8865 |
-
|
8866 |
-
.clearfix:before,
|
8867 |
-
.clearfix:after,
|
8868 |
-
.dl-horizontal dd:before,
|
8869 |
-
.dl-horizontal dd:after,
|
8870 |
-
.container:before,
|
8871 |
-
.container:after,
|
8872 |
-
.container-fluid:before,
|
8873 |
-
.container-fluid:after,
|
8874 |
-
.row:before,
|
8875 |
-
.row:after,
|
8876 |
-
.form-horizontal .form-group:before,
|
8877 |
-
.form-horizontal .form-group:after,
|
8878 |
-
.btn-toolbar:before,
|
8879 |
-
.btn-toolbar:after,
|
8880 |
-
.btn-group-vertical > .btn-group:before,
|
8881 |
-
.btn-group-vertical > .btn-group:after,
|
8882 |
-
.nav:before,
|
8883 |
-
.nav:after,
|
8884 |
-
.navbar:before,
|
8885 |
-
.navbar:after,
|
8886 |
-
.navbar-header:before,
|
8887 |
-
.navbar-header:after,
|
8888 |
-
.navbar-collapse:before,
|
8889 |
-
.navbar-collapse:after,
|
8890 |
-
.pager:before,
|
8891 |
-
.pager:after,
|
8892 |
-
.panel-body:before,
|
8893 |
-
.panel-body:after,
|
8894 |
-
.modal-footer:before,
|
8895 |
-
.modal-footer:after {
|
8896 |
-
display: table;
|
8897 |
-
content: " ";
|
8898 |
-
}
|
8899 |
-
|
8900 |
-
.clearfix:after,
|
8901 |
-
.dl-horizontal dd:after,
|
8902 |
-
.container:after,
|
8903 |
-
.container-fluid:after,
|
8904 |
-
.row:after,
|
8905 |
-
.form-horizontal .form-group:after,
|
8906 |
-
.btn-toolbar:after,
|
8907 |
-
.btn-group-vertical > .btn-group:after,
|
8908 |
-
.nav:after,
|
8909 |
-
.navbar:after,
|
8910 |
-
.navbar-header:after,
|
8911 |
-
.navbar-collapse:after,
|
8912 |
-
.pager:after,
|
8913 |
-
.panel-body:after,
|
8914 |
-
.modal-footer:after {
|
8915 |
-
clear: both;
|
8916 |
-
}
|
8917 |
-
|
8918 |
-
.center-block {
|
8919 |
-
display: block;
|
8920 |
-
margin-right: auto;
|
8921 |
-
margin-left: auto;
|
8922 |
-
}
|
8923 |
-
|
8924 |
-
.pull-right {
|
8925 |
-
float: right !important;
|
8926 |
-
}
|
8927 |
-
|
8928 |
-
.pull-left {
|
8929 |
-
float: left !important;
|
8930 |
-
}
|
8931 |
-
|
8932 |
-
.hide {
|
8933 |
-
display: none !important;
|
8934 |
-
}
|
8935 |
-
|
8936 |
-
.show {
|
8937 |
-
display: block !important;
|
8938 |
-
}
|
8939 |
-
|
8940 |
-
.invisible {
|
8941 |
-
visibility: hidden;
|
8942 |
-
}
|
8943 |
-
|
8944 |
-
.text-hide {
|
8945 |
-
font: 0/0 a;
|
8946 |
-
color: transparent;
|
8947 |
-
text-shadow: none;
|
8948 |
-
background-color: transparent;
|
8949 |
-
border: 0;
|
8950 |
-
}
|
8951 |
-
|
8952 |
-
.hidden {
|
8953 |
-
display: none !important;
|
8954 |
-
}
|
8955 |
-
|
8956 |
-
.affix {
|
8957 |
-
position: fixed;
|
8958 |
-
}
|
8959 |
-
|
8960 |
-
.visible-xs,
|
8961 |
-
.visible-sm,
|
8962 |
-
.visible-md,
|
8963 |
-
.visible-lg {
|
8964 |
-
display: none !important;
|
8965 |
-
}
|
8966 |
-
|
8967 |
-
.visible-xs-block,
|
8968 |
-
.visible-xs-inline,
|
8969 |
-
.visible-xs-inline-block,
|
8970 |
-
.visible-sm-block,
|
8971 |
-
.visible-sm-inline,
|
8972 |
-
.visible-sm-inline-block,
|
8973 |
-
.visible-md-block,
|
8974 |
-
.visible-md-inline,
|
8975 |
-
.visible-md-inline-block,
|
8976 |
-
.visible-lg-block,
|
8977 |
-
.visible-lg-inline,
|
8978 |
-
.visible-lg-inline-block {
|
8979 |
-
display: none !important;
|
8980 |
-
}
|
8981 |
-
|
8982 |
-
@media (max-width: 767px) {
|
8983 |
-
.visible-xs {
|
8984 |
-
display: block !important;
|
8985 |
-
}
|
8986 |
-
|
8987 |
-
table.visible-xs {
|
8988 |
-
display: table !important;
|
8989 |
-
}
|
8990 |
-
|
8991 |
-
tr.visible-xs {
|
8992 |
-
display: table-row !important;
|
8993 |
-
}
|
8994 |
-
|
8995 |
-
th.visible-xs,
|
8996 |
-
td.visible-xs {
|
8997 |
-
display: table-cell !important;
|
8998 |
-
}
|
8999 |
-
}
|
9000 |
-
|
9001 |
-
@media (max-width: 767px) {
|
9002 |
-
.visible-xs-block {
|
9003 |
-
display: block !important;
|
9004 |
-
}
|
9005 |
-
}
|
9006 |
-
|
9007 |
-
@media (max-width: 767px) {
|
9008 |
-
.visible-xs-inline {
|
9009 |
-
display: inline !important;
|
9010 |
-
}
|
9011 |
-
}
|
9012 |
-
|
9013 |
-
@media (max-width: 767px) {
|
9014 |
-
.visible-xs-inline-block {
|
9015 |
-
display: inline-block !important;
|
9016 |
-
}
|
9017 |
-
}
|
9018 |
-
|
9019 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
9020 |
-
.visible-sm {
|
9021 |
-
display: block !important;
|
9022 |
-
}
|
9023 |
-
|
9024 |
-
table.visible-sm {
|
9025 |
-
display: table !important;
|
9026 |
-
}
|
9027 |
-
|
9028 |
-
tr.visible-sm {
|
9029 |
-
display: table-row !important;
|
9030 |
-
}
|
9031 |
-
|
9032 |
-
th.visible-sm,
|
9033 |
-
td.visible-sm {
|
9034 |
-
display: table-cell !important;
|
9035 |
-
}
|
9036 |
-
}
|
9037 |
-
|
9038 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
9039 |
-
.visible-sm-block {
|
9040 |
-
display: block !important;
|
9041 |
-
}
|
9042 |
-
}
|
9043 |
-
|
9044 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
9045 |
-
.visible-sm-inline {
|
9046 |
-
display: inline !important;
|
9047 |
-
}
|
9048 |
-
}
|
9049 |
-
|
9050 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
9051 |
-
.visible-sm-inline-block {
|
9052 |
-
display: inline-block !important;
|
9053 |
-
}
|
9054 |
-
}
|
9055 |
-
|
9056 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
9057 |
-
.visible-md {
|
9058 |
-
display: block !important;
|
9059 |
-
}
|
9060 |
-
|
9061 |
-
table.visible-md {
|
9062 |
-
display: table !important;
|
9063 |
-
}
|
9064 |
-
|
9065 |
-
tr.visible-md {
|
9066 |
-
display: table-row !important;
|
9067 |
-
}
|
9068 |
-
|
9069 |
-
th.visible-md,
|
9070 |
-
td.visible-md {
|
9071 |
-
display: table-cell !important;
|
9072 |
-
}
|
9073 |
-
}
|
9074 |
-
|
9075 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
9076 |
-
.visible-md-block {
|
9077 |
-
display: block !important;
|
9078 |
-
}
|
9079 |
-
}
|
9080 |
-
|
9081 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
9082 |
-
.visible-md-inline {
|
9083 |
-
display: inline !important;
|
9084 |
-
}
|
9085 |
-
}
|
9086 |
-
|
9087 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
9088 |
-
.visible-md-inline-block {
|
9089 |
-
display: inline-block !important;
|
9090 |
-
}
|
9091 |
-
}
|
9092 |
-
|
9093 |
-
@media (min-width: 1200px) {
|
9094 |
-
.visible-lg {
|
9095 |
-
display: block !important;
|
9096 |
-
}
|
9097 |
-
|
9098 |
-
table.visible-lg {
|
9099 |
-
display: table !important;
|
9100 |
-
}
|
9101 |
-
|
9102 |
-
tr.visible-lg {
|
9103 |
-
display: table-row !important;
|
9104 |
-
}
|
9105 |
-
|
9106 |
-
th.visible-lg,
|
9107 |
-
td.visible-lg {
|
9108 |
-
display: table-cell !important;
|
9109 |
-
}
|
9110 |
-
}
|
9111 |
-
|
9112 |
-
@media (min-width: 1200px) {
|
9113 |
-
.visible-lg-block {
|
9114 |
-
display: block !important;
|
9115 |
-
}
|
9116 |
-
}
|
9117 |
-
|
9118 |
-
@media (min-width: 1200px) {
|
9119 |
-
.visible-lg-inline {
|
9120 |
-
display: inline !important;
|
9121 |
-
}
|
9122 |
-
}
|
9123 |
-
|
9124 |
-
@media (min-width: 1200px) {
|
9125 |
-
.visible-lg-inline-block {
|
9126 |
-
display: inline-block !important;
|
9127 |
-
}
|
9128 |
-
}
|
9129 |
-
|
9130 |
-
@media (max-width: 767px) {
|
9131 |
-
.hidden-xs {
|
9132 |
-
display: none !important;
|
9133 |
-
}
|
9134 |
-
}
|
9135 |
-
|
9136 |
-
@media (min-width: 768px) and (max-width: 991px) {
|
9137 |
-
.hidden-sm {
|
9138 |
-
display: none !important;
|
9139 |
-
}
|
9140 |
-
}
|
9141 |
-
|
9142 |
-
@media (min-width: 992px) and (max-width: 1199px) {
|
9143 |
-
.hidden-md {
|
9144 |
-
display: none !important;
|
9145 |
-
}
|
9146 |
-
}
|
9147 |
-
|
9148 |
-
@media (min-width: 1200px) {
|
9149 |
-
.hidden-lg {
|
9150 |
-
display: none !important;
|
9151 |
-
}
|
9152 |
-
}
|
9153 |
-
|
9154 |
-
.visible-print {
|
9155 |
-
display: none !important;
|
9156 |
-
}
|
9157 |
-
|
9158 |
-
@media print {
|
9159 |
-
.visible-print {
|
9160 |
-
display: block !important;
|
9161 |
-
}
|
9162 |
-
|
9163 |
-
table.visible-print {
|
9164 |
-
display: table !important;
|
9165 |
-
}
|
9166 |
-
|
9167 |
-
tr.visible-print {
|
9168 |
-
display: table-row !important;
|
9169 |
-
}
|
9170 |
-
|
9171 |
-
th.visible-print,
|
9172 |
-
td.visible-print {
|
9173 |
-
display: table-cell !important;
|
9174 |
-
}
|
9175 |
-
}
|
9176 |
-
|
9177 |
-
.visible-print-block {
|
9178 |
-
display: none !important;
|
9179 |
-
}
|
9180 |
-
|
9181 |
-
@media print {
|
9182 |
-
.visible-print-block {
|
9183 |
-
display: block !important;
|
9184 |
-
}
|
9185 |
-
}
|
9186 |
-
|
9187 |
-
.visible-print-inline {
|
9188 |
-
display: none !important;
|
9189 |
-
}
|
9190 |
-
|
9191 |
-
@media print {
|
9192 |
-
.visible-print-inline {
|
9193 |
-
display: inline !important;
|
9194 |
-
}
|
9195 |
-
}
|
9196 |
-
|
9197 |
-
.visible-print-inline-block {
|
9198 |
-
display: none !important;
|
9199 |
-
}
|
9200 |
-
|
9201 |
-
@media print {
|
9202 |
-
.visible-print-inline-block {
|
9203 |
-
display: inline-block !important;
|
9204 |
-
}
|
9205 |
-
}
|
9206 |
-
|
9207 |
-
@media print {
|
9208 |
-
.hidden-print {
|
9209 |
-
display: none !important;
|
9210 |
-
}
|
9211 |
-
}
|
9212 |
-
|
9213 |
-
*:hover,
|
9214 |
-
*:active,
|
9215 |
-
*:focus {
|
9216 |
-
outline: none !important;
|
9217 |
-
}
|
9218 |
-
|
9219 |
-
/* Typography */
|
9220 |
-
|
9221 |
-
p {
|
9222 |
-
display: block;
|
9223 |
-
font-size: 13px;
|
9224 |
-
font-weight: normal;
|
9225 |
-
letter-spacing: normal;
|
9226 |
-
line-height: 22px;
|
9227 |
-
margin: 0 0 10px 0;
|
9228 |
-
font-style: normal;
|
9229 |
-
white-space: normal;
|
9230 |
-
}
|
9231 |
-
|
9232 |
-
h1,
|
9233 |
-
h2,
|
9234 |
-
h3,
|
9235 |
-
h4,
|
9236 |
-
h5,
|
9237 |
-
h6 {
|
9238 |
-
font-weight: 300;
|
9239 |
-
}
|
9240 |
-
|
9241 |
-
h1 {
|
9242 |
-
font-size: 30px;
|
9243 |
-
}
|
9244 |
-
|
9245 |
-
h2 {
|
9246 |
-
font-size: 24px;
|
9247 |
-
}
|
9248 |
-
|
9249 |
-
h3 {
|
9250 |
-
font-size: 16px;
|
9251 |
-
}
|
9252 |
-
|
9253 |
-
h4 {
|
9254 |
-
font-size: 14px;
|
9255 |
-
}
|
9256 |
-
|
9257 |
-
h5 {
|
9258 |
-
font-size: 12px;
|
9259 |
-
}
|
9260 |
-
|
9261 |
-
h6 {
|
9262 |
-
font-size: 10px;
|
9263 |
-
}
|
9264 |
-
|
9265 |
-
h3,
|
9266 |
-
h4,
|
9267 |
-
h5 {
|
9268 |
-
font-weight: 600;
|
9269 |
-
}
|
9270 |
-
|
9271 |
-
.f-thin {
|
9272 |
-
font-weight: 300;
|
9273 |
-
}
|
9274 |
-
|
9275 |
-
.f-normal {
|
9276 |
-
font-weight: normal;
|
9277 |
-
}
|
9278 |
-
|
9279 |
-
.f-bold {
|
9280 |
-
font-weight: 600;
|
9281 |
-
}
|
9282 |
-
|
9283 |
-
.f-s-10 {
|
9284 |
-
font-size: 10px;
|
9285 |
-
}
|
9286 |
-
|
9287 |
-
.f-s-11 {
|
9288 |
-
font-size: 11px;
|
9289 |
-
}
|
9290 |
-
|
9291 |
-
.f-s-12 {
|
9292 |
-
font-size: 12px;
|
9293 |
-
}
|
9294 |
-
|
9295 |
-
.f-s-13 {
|
9296 |
-
font-size: 13px;
|
9297 |
-
}
|
9298 |
-
|
9299 |
-
.f-s-14 {
|
9300 |
-
font-size: 14px;
|
9301 |
-
}
|
9302 |
-
|
9303 |
-
.f-s-15 {
|
9304 |
-
font-size: 15px;
|
9305 |
-
}
|
9306 |
-
|
9307 |
-
.f-s-16 {
|
9308 |
-
font-size: 16px;
|
9309 |
-
}
|
9310 |
-
|
9311 |
-
.f-s-17 {
|
9312 |
-
font-size: 17px;
|
9313 |
-
}
|
9314 |
-
|
9315 |
-
.f-s-18 {
|
9316 |
-
font-size: 18px;
|
9317 |
-
}
|
9318 |
-
|
9319 |
-
.f-s-20 {
|
9320 |
-
font-size: 20px;
|
9321 |
-
}
|
9322 |
-
|
9323 |
-
.f-s-22 {
|
9324 |
-
font-size: 22px;
|
9325 |
-
}
|
9326 |
-
|
9327 |
-
.f-s-24 {
|
9328 |
-
font-size: 24px;
|
9329 |
-
}
|
9330 |
-
|
9331 |
-
.f-s-26 {
|
9332 |
-
font-size: 26px;
|
9333 |
-
}
|
9334 |
-
|
9335 |
-
.f-s-28 {
|
9336 |
-
font-size: 28px;
|
9337 |
-
}
|
9338 |
-
|
9339 |
-
.f-s-30 {
|
9340 |
-
font-size: 30px;
|
9341 |
-
}
|
9342 |
-
|
9343 |
-
.f-s-32 {
|
9344 |
-
font-size: 32px;
|
9345 |
-
}
|
9346 |
-
|
9347 |
-
.text-xs {
|
9348 |
-
font-size: 10px;
|
9349 |
-
}
|
9350 |
-
|
9351 |
-
.text-sm {
|
9352 |
-
font-size: 12px;
|
9353 |
-
}
|
9354 |
-
|
9355 |
-
.text-md {
|
9356 |
-
font-size: 16px;
|
9357 |
-
}
|
9358 |
-
|
9359 |
-
.text-lg {
|
9360 |
-
font-size: 32px;
|
9361 |
-
}
|
9362 |
-
|
9363 |
-
.text-xl {
|
9364 |
-
font-size: 52px;
|
9365 |
-
}
|
9366 |
-
|
9367 |
-
.text-xxl {
|
9368 |
-
font-size: 80px;
|
9369 |
-
}
|
9370 |
-
|
9371 |
-
.f-white {
|
9372 |
-
color: #fff;
|
9373 |
-
}
|
9374 |
-
|
9375 |
-
.f-gray {
|
9376 |
-
color: #ccc;
|
9377 |
-
}
|
9378 |
-
|
9379 |
-
.f-gray-dark {
|
9380 |
-
color: #a2a2a2;
|
9381 |
-
}
|
9382 |
-
|
9383 |
-
.f-black {
|
9384 |
-
color: #333;
|
9385 |
-
}
|
9386 |
-
|
9387 |
-
.f-green {
|
9388 |
-
color: green;
|
9389 |
-
}
|
9390 |
-
|
9391 |
-
.f-blue {
|
9392 |
-
color: #127acb;
|
9393 |
-
}
|
9394 |
-
|
9395 |
-
.f-lblue {
|
9396 |
-
color: #12AFCB;
|
9397 |
-
}
|
9398 |
-
|
9399 |
-
.f-purple {
|
9400 |
-
color: #7a6fbe;
|
9401 |
-
}
|
9402 |
-
|
9403 |
-
.f-red {
|
9404 |
-
color: #f25656;
|
9405 |
-
}
|
9406 |
-
|
9407 |
-
.f-yellow {
|
9408 |
-
color: #f6d433;
|
9409 |
-
}
|
9410 |
-
|
9411 |
-
.f-orange {
|
9412 |
-
color: #e79b2f;
|
9413 |
-
}
|
9414 |
-
|
9415 |
-
.text-default {
|
9416 |
-
color: #ccc;
|
9417 |
-
}
|
9418 |
-
|
9419 |
-
.text-primary {
|
9420 |
-
color: #7a6fbe;
|
9421 |
-
}
|
9422 |
-
|
9423 |
-
.text-success {
|
9424 |
-
color: green;
|
9425 |
-
}
|
9426 |
-
|
9427 |
-
.text-info {
|
9428 |
-
color: #12AFCB;
|
9429 |
-
}
|
9430 |
-
|
9431 |
-
.text-warning {
|
9432 |
-
color: #f6d433;
|
9433 |
-
}
|
9434 |
-
|
9435 |
-
.text-danger {
|
9436 |
-
color: #f25656;
|
9437 |
-
}
|
9438 |
-
|
9439 |
-
/* Icons */
|
9440 |
-
|
9441 |
-
.icon-xs {
|
9442 |
-
font-size: 12px;
|
9443 |
-
}
|
9444 |
-
|
9445 |
-
.icon-sm {
|
9446 |
-
font-size: 14px;
|
9447 |
-
}
|
9448 |
-
|
9449 |
-
.icon-md {
|
9450 |
-
font-size: 16px;
|
9451 |
-
}
|
9452 |
-
|
9453 |
-
.icon-lg {
|
9454 |
-
font-size: 18px;
|
9455 |
-
}
|
9456 |
-
|
9457 |
-
.icon-state-default {
|
9458 |
-
color: #ccc;
|
9459 |
-
}
|
9460 |
-
|
9461 |
-
.icon-state-primary {
|
9462 |
-
color: #7a6fbe;
|
9463 |
-
}
|
9464 |
-
|
9465 |
-
.icon-state-success {
|
9466 |
-
color: green;
|
9467 |
-
}
|
9468 |
-
|
9469 |
-
.icon-state-info {
|
9470 |
-
color: #12AFCB;
|
9471 |
-
}
|
9472 |
-
|
9473 |
-
.icon-state-warning {
|
9474 |
-
color: #f6d433;
|
9475 |
-
}
|
9476 |
-
|
9477 |
-
.icon-state-danger {
|
9478 |
-
color: #f25656;
|
9479 |
-
}
|
9480 |
-
|
9481 |
-
/* Alert */
|
9482 |
-
|
9483 |
-
.alert {
|
9484 |
-
border-radius: 0;
|
9485 |
-
padding-top: 10px;
|
9486 |
-
padding-bottom: 10px;
|
9487 |
-
border: 0;
|
9488 |
-
}
|
9489 |
-
|
9490 |
-
.alert-success {
|
9491 |
-
background: #e5f3df;
|
9492 |
-
}
|
9493 |
-
|
9494 |
-
.alert-info {
|
9495 |
-
background: #d3e6f0;
|
9496 |
-
}
|
9497 |
-
|
9498 |
-
.alert-warning {
|
9499 |
-
background: #f6f2dd;
|
9500 |
-
}
|
9501 |
-
|
9502 |
-
.alert-danger {
|
9503 |
-
background: #f1d9d9;
|
9504 |
-
}
|
9505 |
-
|
9506 |
-
/* Custom Badges */
|
9507 |
-
|
9508 |
-
.badge {
|
9509 |
-
-webkit-border-radius: 12px !important;
|
9510 |
-
-moz-border-radius: 12px !important;
|
9511 |
-
border-radius: 12px !important;
|
9512 |
-
border-radius: 0;
|
9513 |
-
font-weight: 300;
|
9514 |
-
font-size: 11px !important;
|
9515 |
-
text-align: center;
|
9516 |
-
vertical-align: middle;
|
9517 |
-
line-height: 11px !important;
|
9518 |
-
height: 18px;
|
9519 |
-
padding: 3px 6px 3px 6px;
|
9520 |
-
text-shadow: none !important;
|
9521 |
-
}
|
9522 |
-
|
9523 |
-
.badge.badge-roundless {
|
9524 |
-
-webkit-border-radius: 0 !important;
|
9525 |
-
-moz-border-radius: 0 !important;
|
9526 |
-
border-radius: 0 !important;
|
9527 |
-
}
|
9528 |
-
|
9529 |
-
.badge.badge-default {
|
9530 |
-
background: #f1f1f1;
|
9531 |
-
color: #aaa;
|
9532 |
-
}
|
9533 |
-
|
9534 |
-
.badge.badge-primary {
|
9535 |
-
background: #7a6fbe;
|
9536 |
-
color: #FFF;
|
9537 |
-
}
|
9538 |
-
|
9539 |
-
.badge.badge-info {
|
9540 |
-
background: #12AFCB;
|
9541 |
-
color: #FFF;
|
9542 |
-
}
|
9543 |
-
|
9544 |
-
.badge.badge-success {
|
9545 |
-
background: green;
|
9546 |
-
color: #FFF;
|
9547 |
-
}
|
9548 |
-
|
9549 |
-
.badge.badge-danger {
|
9550 |
-
background: #f25656;
|
9551 |
-
color: #FFF;
|
9552 |
-
}
|
9553 |
-
|
9554 |
-
.badge.badge-warning {
|
9555 |
-
background: #f6d433;
|
9556 |
-
color: #FFF;
|
9557 |
-
}
|
9558 |
-
|
9559 |
-
/* Switchery */
|
9560 |
-
|
9561 |
-
.switch-sm .switchery {
|
9562 |
-
height: 15px;
|
9563 |
-
width: 25px;
|
9564 |
-
}
|
9565 |
-
|
9566 |
-
.switch-sm .switchery > small {
|
9567 |
-
height: 15px;
|
9568 |
-
width: 15px;
|
9569 |
-
}
|
9570 |
-
|
9571 |
-
.switch-md .switchery {
|
9572 |
-
height: 20px;
|
9573 |
-
width: 35px;
|
9574 |
-
}
|
9575 |
-
|
9576 |
-
.switch-md .switchery > small {
|
9577 |
-
height: 20px;
|
9578 |
-
width: 20px;
|
9579 |
-
}
|
9580 |
-
|
9581 |
-
.switch-lg .switchery {
|
9582 |
-
height: 25px;
|
9583 |
-
width: 40px;
|
9584 |
-
}
|
9585 |
-
|
9586 |
-
.switch-lg .switchery > small {
|
9587 |
-
height: 25px;
|
9588 |
-
width: 25px;
|
9589 |
-
}
|
9590 |
-
|
9591 |
-
/* CSS Utilities */
|
9592 |
-
/* Margins & Paddings */
|
9593 |
-
|
9594 |
-
.no-s {
|
9595 |
-
margin: 0 !important;
|
9596 |
-
padding: 0 !important;
|
9597 |
-
}
|
9598 |
-
|
9599 |
-
.no-m {
|
9600 |
-
margin: 0;
|
9601 |
-
}
|
9602 |
-
|
9603 |
-
.no-p {
|
9604 |
-
padding: 0;
|
9605 |
-
}
|
9606 |
-
|
9607 |
-
.m {
|
9608 |
-
margin: 15px;
|
9609 |
-
}
|
9610 |
-
|
9611 |
-
.m-t-xxs {
|
9612 |
-
margin-top: 5px;
|
9613 |
-
}
|
9614 |
-
|
9615 |
-
.m-r-xxs {
|
9616 |
-
margin-right: 5px;
|
9617 |
-
}
|
9618 |
-
|
9619 |
-
.m-b-xxs {
|
9620 |
-
margin-bottom: 5px;
|
9621 |
-
}
|
9622 |
-
|
9623 |
-
.m-l-xxs {
|
9624 |
-
margin-left: 5px;
|
9625 |
-
}
|
9626 |
-
|
9627 |
-
.m-t-xs {
|
9628 |
-
margin-top: 10px;
|
9629 |
-
}
|
9630 |
-
|
9631 |
-
.m-r-xs {
|
9632 |
-
margin-right: 10px;
|
9633 |
-
}
|
9634 |
-
|
9635 |
-
.m-b-xs {
|
9636 |
-
margin-bottom: 10px;
|
9637 |
-
}
|
9638 |
-
|
9639 |
-
.m-l-xs {
|
9640 |
-
margin-left: 10px;
|
9641 |
-
}
|
9642 |
-
|
9643 |
-
.m-t-sm {
|
9644 |
-
margin-top: 15px;
|
9645 |
-
}
|
9646 |
-
|
9647 |
-
.m-r-sm {
|
9648 |
-
margin-right: 15px;
|
9649 |
-
}
|
9650 |
-
|
9651 |
-
.m-b-sm {
|
9652 |
-
margin-bottom: 15px;
|
9653 |
-
}
|
9654 |
-
|
9655 |
-
.m-l-sm {
|
9656 |
-
margin-left: 15px;
|
9657 |
-
}
|
9658 |
-
|
9659 |
-
.m-t-md {
|
9660 |
-
margin-top: 20px;
|
9661 |
-
}
|
9662 |
-
|
9663 |
-
.m-r-md {
|
9664 |
-
margin-right: 20px;
|
9665 |
-
}
|
9666 |
-
|
9667 |
-
.m-b-md {
|
9668 |
-
margin-bottom: 20px;
|
9669 |
-
}
|
9670 |
-
|
9671 |
-
.m-l-md {
|
9672 |
-
margin-left: 20px;
|
9673 |
-
}
|
9674 |
-
|
9675 |
-
.m-t-lg {
|
9676 |
-
margin-top: 25px;
|
9677 |
-
}
|
9678 |
-
|
9679 |
-
.m-r-lg {
|
9680 |
-
margin-right: 25px;
|
9681 |
-
}
|
9682 |
-
|
9683 |
-
.m-b-lg {
|
9684 |
-
margin-bottom: 25px;
|
9685 |
-
}
|
9686 |
-
|
9687 |
-
.m-l-lg {
|
9688 |
-
margin-left: 25px;
|
9689 |
-
}
|
9690 |
-
|
9691 |
-
.m-t-xxl {
|
9692 |
-
margin-top: 30px;
|
9693 |
-
}
|
9694 |
-
|
9695 |
-
.m-r-xxl {
|
9696 |
-
margin-right: 30px;
|
9697 |
-
}
|
9698 |
-
|
9699 |
-
.m-b-xxl {
|
9700 |
-
margin-bottom: 30px;
|
9701 |
-
}
|
9702 |
-
|
9703 |
-
.m-l-xxl {
|
9704 |
-
margin-left: 30px;
|
9705 |
-
}
|
9706 |
-
|
9707 |
-
.m-t-n-xxs {
|
9708 |
-
margin-top: -5px;
|
9709 |
-
}
|
9710 |
-
|
9711 |
-
.m-r-n-xxs {
|
9712 |
-
margin-right: -5px;
|
9713 |
-
}
|
9714 |
-
|
9715 |
-
.m-b-n-xxs {
|
9716 |
-
margin-bottom: -5px;
|
9717 |
-
}
|
9718 |
-
|
9719 |
-
.m-l-n-xxs {
|
9720 |
-
margin-left: -5px;
|
9721 |
-
}
|
9722 |
-
|
9723 |
-
.m-t-n-xs {
|
9724 |
-
margin-top: -10px;
|
9725 |
-
}
|
9726 |
-
|
9727 |
-
.m-r-n-xs {
|
9728 |
-
margin-right: -10px;
|
9729 |
-
}
|
9730 |
-
|
9731 |
-
.m-b-n-xs {
|
9732 |
-
margin-bottom: -10px;
|
9733 |
-
}
|
9734 |
-
|
9735 |
-
.m-l-n-xs {
|
9736 |
-
margin-left: -10px;
|
9737 |
-
}
|
9738 |
-
|
9739 |
-
.m-t-n-sm {
|
9740 |
-
margin-top: -15px;
|
9741 |
-
}
|
9742 |
-
|
9743 |
-
.m-r-n-sm {
|
9744 |
-
margin-right: -15px;
|
9745 |
-
}
|
9746 |
-
|
9747 |
-
.m-b-n-sm {
|
9748 |
-
margin-bottom: -15px;
|
9749 |
-
}
|
9750 |
-
|
9751 |
-
.m-l-n-sm {
|
9752 |
-
margin-left: -15px;
|
9753 |
-
}
|
9754 |
-
|
9755 |
-
.m-t-n-md {
|
9756 |
-
margin-top: -20px;
|
9757 |
-
}
|
9758 |
-
|
9759 |
-
.m-r-n-md {
|
9760 |
-
margin-right: -20px;
|
9761 |
-
}
|
9762 |
-
|
9763 |
-
.m-b-n-md {
|
9764 |
-
margin-bottom: -20px;
|
9765 |
-
}
|
9766 |
-
|
9767 |
-
.m-l-n-md {
|
9768 |
-
margin-left: -20px;
|
9769 |
-
}
|
9770 |
-
|
9771 |
-
.m-t-n-lg {
|
9772 |
-
margin-top: -25px;
|
9773 |
-
}
|
9774 |
-
|
9775 |
-
.m-r-n-lg {
|
9776 |
-
margin-right: -25px;
|
9777 |
-
}
|
9778 |
-
|
9779 |
-
.m-b-n-lg {
|
9780 |
-
margin-bottom: -25px;
|
9781 |
-
}
|
9782 |
-
|
9783 |
-
.m-l-n-lg {
|
9784 |
-
margin-left: -25px;
|
9785 |
-
}
|
9786 |
-
|
9787 |
-
.m-t-n-xxl {
|
9788 |
-
margin-top: -30px;
|
9789 |
-
}
|
9790 |
-
|
9791 |
-
.m-r-n-xxl {
|
9792 |
-
margin-right: -30px;
|
9793 |
-
}
|
9794 |
-
|
9795 |
-
.m-b-n-xxl {
|
9796 |
-
margin-bottom: -30px;
|
9797 |
-
}
|
9798 |
-
|
9799 |
-
.m-l-n-xxl {
|
9800 |
-
margin-left: -30px;
|
9801 |
-
}
|
9802 |
-
|
9803 |
-
.p {
|
9804 |
-
padding: 15px;
|
9805 |
-
}
|
9806 |
-
|
9807 |
-
.p-h-xxs {
|
9808 |
-
padding-left: 5px;
|
9809 |
-
padding-right: 5px;
|
9810 |
-
}
|
9811 |
-
|
9812 |
-
.p-h-xs {
|
9813 |
-
padding-left: 10px;
|
9814 |
-
padding-right: 10px;
|
9815 |
-
}
|
9816 |
-
|
9817 |
-
.p-h-sm {
|
9818 |
-
padding-left: 15px;
|
9819 |
-
padding-right: 15px;
|
9820 |
-
}
|
9821 |
-
|
9822 |
-
.no-p-h {
|
9823 |
-
padding-left: 0;
|
9824 |
-
padding-right: 0;
|
9825 |
-
}
|
9826 |
-
|
9827 |
-
.no-p-v {
|
9828 |
-
padding-top: 0;
|
9829 |
-
padding-bottom: 0;
|
9830 |
-
}
|
9831 |
-
|
9832 |
-
.p-h-md {
|
9833 |
-
padding-left: 20px;
|
9834 |
-
padding-right: 20px;
|
9835 |
-
}
|
9836 |
-
|
9837 |
-
.p-h-lg {
|
9838 |
-
padding-left: 25px;
|
9839 |
-
padding-right: 25px;
|
9840 |
-
}
|
9841 |
-
|
9842 |
-
.p-h-xxl {
|
9843 |
-
padding-left: 30px;
|
9844 |
-
padding-right: 30px;
|
9845 |
-
}
|
9846 |
-
|
9847 |
-
.p-v-xxs {
|
9848 |
-
padding-top: 5px;
|
9849 |
-
padding-bottom: 5px;
|
9850 |
-
}
|
9851 |
-
|
9852 |
-
.p-v-xs {
|
9853 |
-
padding-top: 10px;
|
9854 |
-
padding-bottom: 10px;
|
9855 |
-
}
|
9856 |
-
|
9857 |
-
.p-v-sm {
|
9858 |
-
padding-top: 15px;
|
9859 |
-
padding-bottom: 15px;
|
9860 |
-
}
|
9861 |
-
|
9862 |
-
.p-v-md {
|
9863 |
-
padding-top: 20px;
|
9864 |
-
padding-bottom: 20px;
|
9865 |
-
}
|
9866 |
-
|
9867 |
-
.p-v-lg {
|
9868 |
-
padding-top: 25px;
|
9869 |
-
padding-bottom: 25px;
|
9870 |
-
}
|
9871 |
-
|
9872 |
-
.p-v-xxl {
|
9873 |
-
padding-top: 30px;
|
9874 |
-
padding-bottom: 30px;
|
9875 |
-
}
|
9876 |
-
|
9877 |
-
/* Borders */
|
9878 |
-
|
9879 |
-
.no-b {
|
9880 |
-
border: 0 !important;
|
9881 |
-
}
|
9882 |
-
|
9883 |
-
.b {
|
9884 |
-
border: 1px solid #f1f1f1;
|
9885 |
-
}
|
9886 |
-
|
9887 |
-
.b-t {
|
9888 |
-
border-top: 1px solid #f1f1f1;
|
9889 |
-
}
|
9890 |
-
|
9891 |
-
.b-r {
|
9892 |
-
border-right: 1px solid #f1f1f1;
|
9893 |
-
}
|
9894 |
-
|
9895 |
-
.b-b {
|
9896 |
-
border-bottom: 1px solid #f1f1f1;
|
9897 |
-
}
|
9898 |
-
|
9899 |
-
.b-l {
|
9900 |
-
border-left: 1px solid #f1f1f1;
|
9901 |
-
}
|
9902 |
-
|
9903 |
-
.b-default {
|
9904 |
-
border-color: #f1f1f1;
|
9905 |
-
}
|
9906 |
-
|
9907 |
-
.b-primary {
|
9908 |
-
border-color: #7a6fbe;
|
9909 |
-
}
|
9910 |
-
|
9911 |
-
.b-info {
|
9912 |
-
border-color: #12AFCB;
|
9913 |
-
}
|
9914 |
-
|
9915 |
-
.b-success {
|
9916 |
-
border-color: green;
|
9917 |
-
}
|
9918 |
-
|
9919 |
-
.b-warning {
|
9920 |
-
border-color: #f6d433;
|
9921 |
-
}
|
9922 |
-
|
9923 |
-
.b-danger {
|
9924 |
-
border-color: #f25656;
|
9925 |
-
}
|
9926 |
-
|
9927 |
-
.b-2 {
|
9928 |
-
border-size: 2px;
|
9929 |
-
}
|
9930 |
-
|
9931 |
-
.b-3 {
|
9932 |
-
border-size: 3px;
|
9933 |
-
}
|
9934 |
-
|
9935 |
-
.b-4 {
|
9936 |
-
border-size: 4px;
|
9937 |
-
}
|
9938 |
-
|
9939 |
-
.b-n-t {
|
9940 |
-
border-top: 0;
|
9941 |
-
}
|
9942 |
-
|
9943 |
-
.b-n-r {
|
9944 |
-
border-right: 0;
|
9945 |
-
}
|
9946 |
-
|
9947 |
-
.b-n-b {
|
9948 |
-
border-bottom: 0;
|
9949 |
-
}
|
9950 |
-
|
9951 |
-
.b-n-l {
|
9952 |
-
border-left: 0;
|
9953 |
-
}
|
9954 |
-
|
9955 |
-
/* Radius */
|
9956 |
-
|
9957 |
-
.no-r {
|
9958 |
-
border-radius: 0 !important;
|
9959 |
-
}
|
9960 |
-
|
9961 |
-
.r {
|
9962 |
-
border-radius: 2px;
|
9963 |
-
}
|
9964 |
-
|
9965 |
-
.r-t-l {
|
9966 |
-
border-top-left-radius: 2px;
|
9967 |
-
}
|
9968 |
-
|
9969 |
-
.r-t-r {
|
9970 |
-
border-top-right-radius: 2px;
|
9971 |
-
}
|
9972 |
-
|
9973 |
-
.r-b-l {
|
9974 |
-
border-bottom-left-radius: 2px;
|
9975 |
-
}
|
9976 |
-
|
9977 |
-
.r-b-r {
|
9978 |
-
border-bottom-right-radius: 2px;
|
9979 |
-
}
|
9980 |
-
|
9981 |
-
.no-r-t-l {
|
9982 |
-
border-top-left-radius: 0 !important;
|
9983 |
-
}
|
9984 |
-
|
9985 |
-
.no-r-t-r {
|
9986 |
-
border-top-right-radius: 0 !important;
|
9987 |
-
}
|
9988 |
-
|
9989 |
-
.no-r-b-l {
|
9990 |
-
border-bottom-left-radius: 0 !important;
|
9991 |
-
}
|
9992 |
-
|
9993 |
-
.no-r-b-r {
|
9994 |
-
border-bottom-right-radius: 0 !important;
|
9995 |
-
}
|
9996 |
-
|
9997 |
-
/* Backgrounds */
|
9998 |
-
|
9999 |
-
.bg-n {
|
10000 |
-
background: transparent !important;
|
10001 |
-
}
|
10002 |
-
|
10003 |
-
.bg-primary {
|
10004 |
-
background-color: #7a6fbe;
|
10005 |
-
color: #fff;
|
10006 |
-
}
|
10007 |
-
|
10008 |
-
.bg-primary.dark {
|
10009 |
-
background-color: #6e63b4;
|
10010 |
-
color: #fff;
|
10011 |
-
}
|
10012 |
-
|
10013 |
-
.bg-primary.light {
|
10014 |
-
background-color: #877cc7;
|
10015 |
-
color: #fff;
|
10016 |
-
}
|
10017 |
-
|
10018 |
-
.bg-success {
|
10019 |
-
background-color: green;
|
10020 |
-
color: #fff;
|
10021 |
-
}
|
10022 |
-
|
10023 |
-
.bg-success.dark {
|
10024 |
-
background-color: #1da890;
|
10025 |
-
color: #fff;
|
10026 |
-
}
|
10027 |
-
|
10028 |
-
.bg-success.light {
|
10029 |
-
background-color: #32c6ad;
|
10030 |
-
color: #fff;
|
10031 |
-
}
|
10032 |
-
|
10033 |
-
.bg-info {
|
10034 |
-
background-color: #12AFCB;
|
10035 |
-
color: #fff;
|
10036 |
-
}
|
10037 |
-
|
10038 |
-
.bg-info.dark {
|
10039 |
-
background-color: #0ba0bb;
|
10040 |
-
color: #fff;
|
10041 |
-
}
|
10042 |
-
|
10043 |
-
.bg-info.light {
|
10044 |
-
background-color: #20beda;
|
10045 |
-
color: #fff;
|
10046 |
-
}
|
10047 |
-
|
10048 |
-
.bg-warning {
|
10049 |
-
background-color: #f6d433;
|
10050 |
-
color: #fff;
|
10051 |
-
}
|
10052 |
-
|
10053 |
-
.bg-warning.dark {
|
10054 |
-
background-color: #f1ca11;
|
10055 |
-
color: #fff;
|
10056 |
-
}
|
10057 |
-
|
10058 |
-
.bg-warning.light {
|
10059 |
-
background-color: #fada44;
|
10060 |
-
color: #fff;
|
10061 |
-
}
|
10062 |
-
|
10063 |
-
.bg-danger {
|
10064 |
-
background-color: #f25656;
|
10065 |
-
color: #fff;
|
10066 |
-
}
|
10067 |
-
|
10068 |
-
.bg-danger.dark {
|
10069 |
-
background-color: #e54f4f;
|
10070 |
-
color: #fff;
|
10071 |
-
}
|
10072 |
-
|
10073 |
-
.bg-danger.light {
|
10074 |
-
background-color: #f66d6d;
|
10075 |
-
color: #fff;
|
10076 |
-
}
|
10077 |
-
|
10078 |
-
.bg-dark {
|
10079 |
-
background-color: #333;
|
10080 |
-
color: #fff;
|
10081 |
-
}
|
10082 |
-
|
10083 |
-
.bg-dark.dark {
|
10084 |
-
background-color: #2b2b2b;
|
10085 |
-
color: #fff;
|
10086 |
-
}
|
10087 |
-
|
10088 |
-
.bg-dark.light {
|
10089 |
-
background-color: #3b3b3b;
|
10090 |
-
color: #fff;
|
10091 |
-
}
|
10092 |
-
|
10093 |
-
.bg-light {
|
10094 |
-
background-color: #f1f1f1;
|
10095 |
-
}
|
10096 |
-
|
10097 |
-
.bg-light.dark {
|
10098 |
-
background-color: #e5e5e5;
|
10099 |
-
}
|
10100 |
-
|
10101 |
-
.bg-light.light {
|
10102 |
-
background-color: #f9f9f9;
|
10103 |
-
}
|
10104 |
-
|
10105 |
-
.bg-gray {
|
10106 |
-
background-color: #ccc;
|
10107 |
-
}
|
10108 |
-
|
10109 |
-
.bg-gray.dark {
|
10110 |
-
background-color: #b9b9b9;
|
10111 |
-
}
|
10112 |
-
|
10113 |
-
.bg-gray.light {
|
10114 |
-
background-color: #d7d7d7;
|
10115 |
-
}
|
10116 |
-
|
10117 |
-
/* Buttons */
|
10118 |
-
|
10119 |
-
.btn {
|
10120 |
-
font-size: 13px;
|
10121 |
-
border: 1px solid transparent;
|
10122 |
-
border-radius: 0;
|
10123 |
-
outline: none !important;
|
10124 |
-
}
|
10125 |
-
|
10126 |
-
.btn-addon i {
|
10127 |
-
position: relative;
|
10128 |
-
float: left;
|
10129 |
-
width: 35px;
|
10130 |
-
height: 35px;
|
10131 |
-
margin: -7px -13px;
|
10132 |
-
margin-right: 12px;
|
10133 |
-
line-height: 34px;
|
10134 |
-
text-align: center;
|
10135 |
-
border-top-left-radius: 2px;
|
10136 |
-
border-bottom-left-radius: 2px;
|
10137 |
-
background-color: rgba(0, 0, 0, 0.1);
|
10138 |
-
}
|
10139 |
-
|
10140 |
-
.btn-rounded.btn-addon i {
|
10141 |
-
margin: -7px -16px;
|
10142 |
-
margin-right: 15px;
|
10143 |
-
border-radius: 50px;
|
10144 |
-
}
|
10145 |
-
|
10146 |
-
.btn-rounded.btn-addon.btn-sm i {
|
10147 |
-
margin: -7px -16px;
|
10148 |
-
margin-right: 10px;
|
10149 |
-
border-radius: 50px;
|
10150 |
-
}
|
10151 |
-
|
10152 |
-
.btn-lg {
|
10153 |
-
line-height: inherit;
|
10154 |
-
}
|
10155 |
-
|
10156 |
-
.btn-lg.btn-addon i {
|
10157 |
-
width: 45px;
|
10158 |
-
height: 45px;
|
10159 |
-
margin: -11px -17px;
|
10160 |
-
margin-right: 16px;
|
10161 |
-
line-height: 45px;
|
10162 |
-
}
|
10163 |
-
|
10164 |
-
.btn-sm.btn-addon i {
|
10165 |
-
width: 30px;
|
10166 |
-
height: 30px;
|
10167 |
-
margin: -6px -11px;
|
10168 |
-
margin-right: 10px;
|
10169 |
-
line-height: 30px;
|
10170 |
-
}
|
10171 |
-
|
10172 |
-
.btn-xs.btn-addon i {
|
10173 |
-
width: 22px;
|
10174 |
-
height: 22px;
|
10175 |
-
margin: -2px -6px;
|
10176 |
-
margin-right: 5px;
|
10177 |
-
line-height: 22px;
|
10178 |
-
font-size: 10px;
|
10179 |
-
}
|
10180 |
-
|
10181 |
-
.btn-rounded {
|
10182 |
-
padding-left: 15px;
|
10183 |
-
padding-right: 15px;
|
10184 |
-
border-radius: 50px;
|
10185 |
-
}
|
10186 |
-
|
10187 |
-
.btn-group.open .dropdown-toggle {
|
10188 |
-
box-shadow: none;
|
10189 |
-
}
|
10190 |
-
|
10191 |
-
.btn-default {
|
10192 |
-
background-color: #fff;
|
10193 |
-
color: #333;
|
10194 |
-
border: 1px solid #e5e5e5;
|
10195 |
-
}
|
10196 |
-
|
10197 |
-
.btn-default:focus,
|
10198 |
-
.btn-default.focus {
|
10199 |
-
color: #333;
|
10200 |
-
background-color: #f1f1f1;
|
10201 |
-
border-color: #e5e5e5;
|
10202 |
-
}
|
10203 |
-
|
10204 |
-
.btn-default:hover {
|
10205 |
-
color: #333;
|
10206 |
-
background-color: #f1f1f1;
|
10207 |
-
border-color: #e5e5e5;
|
10208 |
-
}
|
10209 |
-
|
10210 |
-
.btn-default:active,
|
10211 |
-
.btn-default.active,
|
10212 |
-
.open > .dropdown-toggle.btn-default {
|
10213 |
-
color: #333;
|
10214 |
-
background-color: #f1f1f1;
|
10215 |
-
border-color: #e5e5e5;
|
10216 |
-
}
|
10217 |
-
|
10218 |
-
.btn-default:active:hover,
|
10219 |
-
.btn-default.active:hover,
|
10220 |
-
.open > .dropdown-toggle.btn-default:hover,
|
10221 |
-
.btn-default:active:focus,
|
10222 |
-
.btn-default.active:focus,
|
10223 |
-
.open > .dropdown-toggle.btn-default:focus,
|
10224 |
-
.btn-default:active.focus,
|
10225 |
-
.btn-default.active.focus,
|
10226 |
-
.open > .dropdown-toggle.btn-default.focus {
|
10227 |
-
color: #333;
|
10228 |
-
background-color: #f1f1f1;
|
10229 |
-
border-color: #e5e5e5;
|
10230 |
-
}
|
10231 |
-
|
10232 |
-
.btn-default:active,
|
10233 |
-
.btn-default.active,
|
10234 |
-
.open > .dropdown-toggle.btn-default {
|
10235 |
-
background-image: none;
|
10236 |
-
}
|
10237 |
-
|
10238 |
-
.btn-default.disabled,
|
10239 |
-
.btn-default[disabled],
|
10240 |
-
fieldset[disabled] .btn-default,
|
10241 |
-
.btn-default.disabled:hover,
|
10242 |
-
.btn-default[disabled]:hover,
|
10243 |
-
fieldset[disabled] .btn-default:hover,
|
10244 |
-
.btn-default.disabled:focus,
|
10245 |
-
.btn-default[disabled]:focus,
|
10246 |
-
fieldset[disabled] .btn-default:focus,
|
10247 |
-
.btn-default.disabled.focus,
|
10248 |
-
.btn-default[disabled].focus,
|
10249 |
-
fieldset[disabled] .btn-default.focus,
|
10250 |
-
.btn-default.disabled:active,
|
10251 |
-
.btn-default[disabled]:active,
|
10252 |
-
fieldset[disabled] .btn-default:active,
|
10253 |
-
.btn-default.disabled.active,
|
10254 |
-
.btn-default[disabled].active,
|
10255 |
-
fieldset[disabled] .btn-default.active {
|
10256 |
-
background-color: #fff;
|
10257 |
-
border-color: #ccc;
|
10258 |
-
}
|
10259 |
-
|
10260 |
-
.btn-default .badge {
|
10261 |
-
color: #fff;
|
10262 |
-
background-color: #333;
|
10263 |
-
}
|
10264 |
-
|
10265 |
-
.btn-primary {
|
10266 |
-
color: #fff;
|
10267 |
-
background-color: #7a6fbe;
|
10268 |
-
border-color: transparent;
|
10269 |
-
}
|
10270 |
-
|
10271 |
-
.btn-primary:focus,
|
10272 |
-
.btn-primary.focus {
|
10273 |
-
color: #fff;
|
10274 |
-
background-color: #6a5fac;
|
10275 |
-
border-color: transparent;
|
10276 |
-
}
|
10277 |
-
|
10278 |
-
.btn-primary:hover {
|
10279 |
-
color: #fff;
|
10280 |
-
background-color: #6a5fac;
|
10281 |
-
border-color: transparent;
|
10282 |
-
}
|
10283 |
-
|
10284 |
-
.btn-primary:active,
|
10285 |
-
.btn-primary.active,
|
10286 |
-
.open > .dropdown-toggle.btn-primary {
|
10287 |
-
color: #fff;
|
10288 |
-
background-color: #6a5fac;
|
10289 |
-
border-color: transparent;
|
10290 |
-
}
|
10291 |
-
|
10292 |
-
.btn-primary:active:hover,
|
10293 |
-
.btn-primary.active:hover,
|
10294 |
-
.open > .dropdown-toggle.btn-primary:hover,
|
10295 |
-
.btn-primary:active:focus,
|
10296 |
-
.btn-primary.active:focus,
|
10297 |
-
.open > .dropdown-toggle.btn-primary:focus,
|
10298 |
-
.btn-primary:active.focus,
|
10299 |
-
.btn-primary.active.focus,
|
10300 |
-
.open > .dropdown-toggle.btn-primary.focus {
|
10301 |
-
color: #fff;
|
10302 |
-
background-color: #6a5fac;
|
10303 |
-
border-color: transparent;
|
10304 |
-
}
|
10305 |
-
|
10306 |
-
.btn-primary:active,
|
10307 |
-
.btn-primary.active,
|
10308 |
-
.open > .dropdown-toggle.btn-primary {
|
10309 |
-
background-image: none;
|
10310 |
-
}
|
10311 |
-
|
10312 |
-
.btn-primary.disabled,
|
10313 |
-
.btn-primary[disabled],
|
10314 |
-
fieldset[disabled] .btn-primary,
|
10315 |
-
.btn-primary.disabled:hover,
|
10316 |
-
.btn-primary[disabled]:hover,
|
10317 |
-
fieldset[disabled] .btn-primary:hover,
|
10318 |
-
.btn-primary.disabled:focus,
|
10319 |
-
.btn-primary[disabled]:focus,
|
10320 |
-
fieldset[disabled] .btn-primary:focus,
|
10321 |
-
.btn-primary.disabled.focus,
|
10322 |
-
.btn-primary[disabled].focus,
|
10323 |
-
fieldset[disabled] .btn-primary.focus,
|
10324 |
-
.btn-primary.disabled:active,
|
10325 |
-
.btn-primary[disabled]:active,
|
10326 |
-
fieldset[disabled] .btn-primary:active,
|
10327 |
-
.btn-primary.disabled.active,
|
10328 |
-
.btn-primary[disabled].active,
|
10329 |
-
fieldset[disabled] .btn-primary.active {
|
10330 |
-
background-color: #6a5fac;
|
10331 |
-
border-color: transparent;
|
10332 |
-
}
|
10333 |
-
|
10334 |
-
.btn-primary .badge {
|
10335 |
-
color: #6a5fac;
|
10336 |
-
background-color: #fff;
|
10337 |
-
}
|
10338 |
-
|
10339 |
-
.btn-success {
|
10340 |
-
color: #fff;
|
10341 |
-
background-color: #589ee4;
|
10342 |
-
border-color: transparent;
|
10343 |
-
}
|
10344 |
-
|
10345 |
-
.btn-success:focus,
|
10346 |
-
.btn-success.focus {
|
10347 |
-
color: #fff;
|
10348 |
-
background-color: #589ee4;
|
10349 |
-
border-color: transparent;
|
10350 |
-
}
|
10351 |
-
|
10352 |
-
.btn-success:hover {
|
10353 |
-
color: #fff;
|
10354 |
-
background-color: #458ae4;
|
10355 |
-
border-color: transparent;
|
10356 |
-
}
|
10357 |
-
|
10358 |
-
.btn-success:active,
|
10359 |
-
.btn-success.active,
|
10360 |
-
.open > .dropdown-toggle.btn-success {
|
10361 |
-
color: #fff;
|
10362 |
-
background-color: #3971aa;
|
10363 |
-
border-color: transparent;
|
10364 |
-
}
|
10365 |
-
|
10366 |
-
.btn-success:active:hover,
|
10367 |
-
.btn-success.active:hover,
|
10368 |
-
.open > .dropdown-toggle.btn-success:hover,
|
10369 |
-
.btn-success:active:focus,
|
10370 |
-
.btn-success.active:focus,
|
10371 |
-
.open > .dropdown-toggle.btn-success:focus,
|
10372 |
-
.btn-success:active.focus,
|
10373 |
-
.btn-success.active.focus,
|
10374 |
-
.open > .dropdown-toggle.btn-success.focus {
|
10375 |
-
color: #fff;
|
10376 |
-
background-color: #3971aa;
|
10377 |
-
border-color: transparent;
|
10378 |
-
}
|
10379 |
-
|
10380 |
-
.btn-success:active,
|
10381 |
-
.btn-success.active,
|
10382 |
-
.open > .dropdown-toggle.btn-success {
|
10383 |
-
background-image: none;
|
10384 |
-
}
|
10385 |
-
|
10386 |
-
.btn-success.disabled,
|
10387 |
-
.btn-success[disabled],
|
10388 |
-
fieldset[disabled] .btn-success,
|
10389 |
-
.btn-success.disabled:hover,
|
10390 |
-
.btn-success[disabled]:hover,
|
10391 |
-
fieldset[disabled] .btn-success:hover,
|
10392 |
-
.btn-success.disabled:focus,
|
10393 |
-
.btn-success[disabled]:focus,
|
10394 |
-
fieldset[disabled] .btn-success:focus,
|
10395 |
-
.btn-success.disabled.focus,
|
10396 |
-
.btn-success[disabled].focus,
|
10397 |
-
fieldset[disabled] .btn-success.focus,
|
10398 |
-
.btn-success.disabled:active,
|
10399 |
-
.btn-success[disabled]:active,
|
10400 |
-
fieldset[disabled] .btn-success:active,
|
10401 |
-
.btn-success.disabled.active,
|
10402 |
-
.btn-success[disabled].active,
|
10403 |
-
fieldset[disabled] .btn-success.active {
|
10404 |
-
background-color: green;
|
10405 |
-
border-color: transparent;
|
10406 |
-
}
|
10407 |
-
|
10408 |
-
.btn-success .badge {
|
10409 |
-
color: green;
|
10410 |
-
background-color: #fff;
|
10411 |
-
}
|
10412 |
-
|
10413 |
-
.btn-info {
|
10414 |
-
color: #fff;
|
10415 |
-
background-color: #12AFCB;
|
10416 |
-
border-color: transparent;
|
10417 |
-
}
|
10418 |
-
|
10419 |
-
.btn-info:focus,
|
10420 |
-
.btn-info.focus {
|
10421 |
-
color: #fff;
|
10422 |
-
background-color: #08A7C3;
|
10423 |
-
border-color: transparent;
|
10424 |
-
}
|
10425 |
-
|
10426 |
-
.btn-info:hover {
|
10427 |
-
color: #fff;
|
10428 |
-
background-color: #08A7C3;
|
10429 |
-
border-color: transparent;
|
10430 |
-
}
|
10431 |
-
|
10432 |
-
.btn-info:active,
|
10433 |
-
.btn-info.active,
|
10434 |
-
.open > .dropdown-toggle.btn-info {
|
10435 |
-
color: #fff;
|
10436 |
-
background-color: #08A7C3;
|
10437 |
-
border-color: transparent;
|
10438 |
-
}
|
10439 |
-
|
10440 |
-
.btn-info:active:hover,
|
10441 |
-
.btn-info.active:hover,
|
10442 |
-
.open > .dropdown-toggle.btn-info:hover,
|
10443 |
-
.btn-info:active:focus,
|
10444 |
-
.btn-info.active:focus,
|
10445 |
-
.open > .dropdown-toggle.btn-info:focus,
|
10446 |
-
.btn-info:active.focus,
|
10447 |
-
.btn-info.active.focus,
|
10448 |
-
.open > .dropdown-toggle.btn-info.focus {
|
10449 |
-
color: #fff;
|
10450 |
-
background-color: #08A7C3;
|
10451 |
-
border-color: transparent;
|
10452 |
-
}
|
10453 |
-
|
10454 |
-
.btn-info:active,
|
10455 |
-
.btn-info.active,
|
10456 |
-
.open > .dropdown-toggle.btn-info {
|
10457 |
-
background-image: none;
|
10458 |
-
}
|
10459 |
-
|
10460 |
-
.btn-info.disabled,
|
10461 |
-
.btn-info[disabled],
|
10462 |
-
fieldset[disabled] .btn-info,
|
10463 |
-
.btn-info.disabled:hover,
|
10464 |
-
.btn-info[disabled]:hover,
|
10465 |
-
fieldset[disabled] .btn-info:hover,
|
10466 |
-
.btn-info.disabled:focus,
|
10467 |
-
.btn-info[disabled]:focus,
|
10468 |
-
fieldset[disabled] .btn-info:focus,
|
10469 |
-
.btn-info.disabled.focus,
|
10470 |
-
.btn-info[disabled].focus,
|
10471 |
-
fieldset[disabled] .btn-info.focus,
|
10472 |
-
.btn-info.disabled:active,
|
10473 |
-
.btn-info[disabled]:active,
|
10474 |
-
fieldset[disabled] .btn-info:active,
|
10475 |
-
.btn-info.disabled.active,
|
10476 |
-
.btn-info[disabled].active,
|
10477 |
-
fieldset[disabled] .btn-info.active {
|
10478 |
-
background-color: #08A7C3;
|
10479 |
-
border-color: transparent;
|
10480 |
-
}
|
10481 |
-
|
10482 |
-
.btn-info .badge {
|
10483 |
-
color: #12AFCB;
|
10484 |
-
background-color: #fff;
|
10485 |
-
}
|
10486 |
-
|
10487 |
-
.btn-warning {
|
10488 |
-
color: #fff;
|
10489 |
-
background-color: #f2ca4c;
|
10490 |
-
border-color: transparent;
|
10491 |
-
}
|
10492 |
-
|
10493 |
-
.btn-warning:focus,
|
10494 |
-
.btn-warning.focus {
|
10495 |
-
color: #fff;
|
10496 |
-
background-color: #e8bf40;
|
10497 |
-
border-color: transparent;
|
10498 |
-
}
|
10499 |
-
|
10500 |
-
.btn-warning:hover {
|
10501 |
-
color: #fff;
|
10502 |
-
background-color: #e8bf40;
|
10503 |
-
border-color: transparent;
|
10504 |
-
}
|
10505 |
-
|
10506 |
-
.btn-warning:active,
|
10507 |
-
.btn-warning.active,
|
10508 |
-
.open > .dropdown-toggle.btn-warning {
|
10509 |
-
color: #fff;
|
10510 |
-
background-color: #e8bf40;
|
10511 |
-
border-color: transparent;
|
10512 |
-
}
|
10513 |
-
|
10514 |
-
.btn-warning:active:hover,
|
10515 |
-
.btn-warning.active:hover,
|
10516 |
-
.open > .dropdown-toggle.btn-warning:hover,
|
10517 |
-
.btn-warning:active:focus,
|
10518 |
-
.btn-warning.active:focus,
|
10519 |
-
.open > .dropdown-toggle.btn-warning:focus,
|
10520 |
-
.btn-warning:active.focus,
|
10521 |
-
.btn-warning.active.focus,
|
10522 |
-
.open > .dropdown-toggle.btn-warning.focus {
|
10523 |
-
color: #fff;
|
10524 |
-
background-color: #e8bf40;
|
10525 |
-
border-color: transparent;
|
10526 |
-
}
|
10527 |
-
|
10528 |
-
.btn-warning:active,
|
10529 |
-
.btn-warning.active,
|
10530 |
-
.open > .dropdown-toggle.btn-warning {
|
10531 |
-
background-image: none;
|
10532 |
-
}
|
10533 |
-
|
10534 |
-
.btn-warning.disabled,
|
10535 |
-
.btn-warning[disabled],
|
10536 |
-
fieldset[disabled] .btn-warning,
|
10537 |
-
.btn-warning.disabled:hover,
|
10538 |
-
.btn-warning[disabled]:hover,
|
10539 |
-
fieldset[disabled] .btn-warning:hover,
|
10540 |
-
.btn-warning.disabled:focus,
|
10541 |
-
.btn-warning[disabled]:focus,
|
10542 |
-
fieldset[disabled] .btn-warning:focus,
|
10543 |
-
.btn-warning.disabled.focus,
|
10544 |
-
.btn-warning[disabled].focus,
|
10545 |
-
fieldset[disabled] .btn-warning.focus,
|
10546 |
-
.btn-warning.disabled:active,
|
10547 |
-
.btn-warning[disabled]:active,
|
10548 |
-
fieldset[disabled] .btn-warning:active,
|
10549 |
-
.btn-warning.disabled.active,
|
10550 |
-
.btn-warning[disabled].active,
|
10551 |
-
fieldset[disabled] .btn-warning.active {
|
10552 |
-
background-color: #e8bf40;
|
10553 |
-
border-color: transparent;
|
10554 |
-
}
|
10555 |
-
|
10556 |
-
.btn-warning .badge {
|
10557 |
-
color: #f2ca4c;
|
10558 |
-
background-color: #fff;
|
10559 |
-
}
|
10560 |
-
|
10561 |
-
.btn-danger {
|
10562 |
-
color: #fff;
|
10563 |
-
background-color: #f25656;
|
10564 |
-
border-color: transparent;
|
10565 |
-
}
|
10566 |
-
|
10567 |
-
.btn-danger:focus,
|
10568 |
-
.btn-danger.focus {
|
10569 |
-
color: #fff;
|
10570 |
-
background-color: #e14444;
|
10571 |
-
border-color: transparent;
|
10572 |
-
}
|
10573 |
-
|
10574 |
-
.btn-danger:hover {
|
10575 |
-
color: #fff;
|
10576 |
-
background-color: #e14444;
|
10577 |
-
border-color: transparent;
|
10578 |
-
}
|
10579 |
-
|
10580 |
-
.btn-danger:active,
|
10581 |
-
.btn-danger.active,
|
10582 |
-
.open > .dropdown-toggle.btn-danger {
|
10583 |
-
color: #fff;
|
10584 |
-
background-color: #e14444;
|
10585 |
-
border-color: transparent;
|
10586 |
-
}
|
10587 |
-
|
10588 |
-
.btn-danger:active:hover,
|
10589 |
-
.btn-danger.active:hover,
|
10590 |
-
.open > .dropdown-toggle.btn-danger:hover,
|
10591 |
-
.btn-danger:active:focus,
|
10592 |
-
.btn-danger.active:focus,
|
10593 |
-
.open > .dropdown-toggle.btn-danger:focus,
|
10594 |
-
.btn-danger:active.focus,
|
10595 |
-
.btn-danger.active.focus,
|
10596 |
-
.open > .dropdown-toggle.btn-danger.focus {
|
10597 |
-
color: #fff;
|
10598 |
-
background-color: #e14444;
|
10599 |
-
border-color: transparent;
|
10600 |
-
}
|
10601 |
-
|
10602 |
-
.btn-danger:active,
|
10603 |
-
.btn-danger.active,
|
10604 |
-
.open > .dropdown-toggle.btn-danger {
|
10605 |
-
background-image: none;
|
10606 |
-
}
|
10607 |
-
|
10608 |
-
.btn-danger.disabled,
|
10609 |
-
.btn-danger[disabled],
|
10610 |
-
fieldset[disabled] .btn-danger,
|
10611 |
-
.btn-danger.disabled:hover,
|
10612 |
-
.btn-danger[disabled]:hover,
|
10613 |
-
fieldset[disabled] .btn-danger:hover,
|
10614 |
-
.btn-danger.disabled:focus,
|
10615 |
-
.btn-danger[disabled]:focus,
|
10616 |
-
fieldset[disabled] .btn-danger:focus,
|
10617 |
-
.btn-danger.disabled.focus,
|
10618 |
-
.btn-danger[disabled].focus,
|
10619 |
-
fieldset[disabled] .btn-danger.focus,
|
10620 |
-
.btn-danger.disabled:active,
|
10621 |
-
.btn-danger[disabled]:active,
|
10622 |
-
fieldset[disabled] .btn-danger:active,
|
10623 |
-
.btn-danger.disabled.active,
|
10624 |
-
.btn-danger[disabled].active,
|
10625 |
-
fieldset[disabled] .btn-danger.active {
|
10626 |
-
background-color: #e14444;
|
10627 |
-
border-color: transparent;
|
10628 |
-
}
|
10629 |
-
|
10630 |
-
.btn-danger .badge {
|
10631 |
-
color: #f25656;
|
10632 |
-
background-color: #fff;
|
10633 |
-
}
|
10634 |
-
|
10635 |
-
.btn-facebook {
|
10636 |
-
background: #627AAC;
|
10637 |
-
color: #fff;
|
10638 |
-
}
|
10639 |
-
|
10640 |
-
.btn-facebook:hover,
|
10641 |
-
.btn-facebook:focus,
|
10642 |
-
.btn-facebook:active {
|
10643 |
-
background: #3B5998;
|
10644 |
-
color: #fff;
|
10645 |
-
}
|
10646 |
-
|
10647 |
-
.btn-twitter {
|
10648 |
-
background: #33BBF3;
|
10649 |
-
color: #fff;
|
10650 |
-
}
|
10651 |
-
|
10652 |
-
.btn-twitter:hover,
|
10653 |
-
.btn-twitter:focus,
|
10654 |
-
.btn-twitter:active {
|
10655 |
-
background: #00ABF0;
|
10656 |
-
color: #fff;
|
10657 |
-
}
|
10658 |
-
|
10659 |
-
.btn-google {
|
10660 |
-
background: #E0745B;
|
10661 |
-
color: #fff;
|
10662 |
-
}
|
10663 |
-
|
10664 |
-
.btn-google:hover,
|
10665 |
-
.btn-google:focus,
|
10666 |
-
.btn-google:active {
|
10667 |
-
background: #D95232;
|
10668 |
-
color: #fff;
|
10669 |
-
}
|
10670 |
-
|
10671 |
-
.btn-youtube {
|
10672 |
-
background: #D6464B;
|
10673 |
-
color: #fff;
|
10674 |
-
}
|
10675 |
-
|
10676 |
-
.btn-youtube:hover,
|
10677 |
-
.btn-youtube:focus,
|
10678 |
-
.btn-youtube:active {
|
10679 |
-
background: #CC181E;
|
10680 |
-
color: #fff;
|
10681 |
-
}
|
10682 |
-
|
10683 |
-
.btn-vimeo {
|
10684 |
-
background: #69C8FF;
|
10685 |
-
color: #fff;
|
10686 |
-
}
|
10687 |
-
|
10688 |
-
.btn-vimeo:hover,
|
10689 |
-
.btn-vimeo:focus,
|
10690 |
-
.btn-vimeo:active {
|
10691 |
-
background: #44BBFF;
|
10692 |
-
color: #fff;
|
10693 |
-
}
|
10694 |
-
|
10695 |
-
.btn-dribbble {
|
10696 |
-
background: #E094B7;
|
10697 |
-
color: #fff;
|
10698 |
-
}
|
10699 |
-
|
10700 |
-
.btn-dribbble:hover,
|
10701 |
-
.btn-dribbble:focus,
|
10702 |
-
.btn-dribbble:active {
|
10703 |
-
background: #D97AA5;
|
10704 |
-
color: #fff;
|
10705 |
-
}
|
10706 |
-
|
10707 |
-
.btn-github {
|
10708 |
-
background: #848484;
|
10709 |
-
color: #fff;
|
10710 |
-
}
|
10711 |
-
|
10712 |
-
.btn-github:hover,
|
10713 |
-
.btn-github:focus,
|
10714 |
-
.btn-github:active {
|
10715 |
-
background: #666666;
|
10716 |
-
color: #fff;
|
10717 |
-
}
|
10718 |
-
|
10719 |
-
.btn-instagram {
|
10720 |
-
background: #658EAF;
|
10721 |
-
color: #fff;
|
10722 |
-
}
|
10723 |
-
|
10724 |
-
.btn-instagram:hover,
|
10725 |
-
.btn-instagram:focus,
|
10726 |
-
.btn-instagram:active {
|
10727 |
-
background: #3F729B;
|
10728 |
-
color: #fff;
|
10729 |
-
}
|
10730 |
-
|
10731 |
-
.btn-pinterest {
|
10732 |
-
background: #BE464B;
|
10733 |
-
color: #fff;
|
10734 |
-
}
|
10735 |
-
|
10736 |
-
.btn-pinterest:hover,
|
10737 |
-
.btn-pinterest:focus,
|
10738 |
-
.btn-pinterest:active {
|
10739 |
-
background: #AE181F;
|
10740 |
-
color: #fff;
|
10741 |
-
}
|
10742 |
-
|
10743 |
-
.btn-vk {
|
10744 |
-
background: #7D9BBB;
|
10745 |
-
color: #fff;
|
10746 |
-
}
|
10747 |
-
|
10748 |
-
.btn-vk:hover,
|
10749 |
-
.btn-vk:focus,
|
10750 |
-
.btn-vk:active {
|
10751 |
-
background: #5D83AA;
|
10752 |
-
color: #fff;
|
10753 |
-
}
|
10754 |
-
|
10755 |
-
.btn-rss {
|
10756 |
-
background: #F19958;
|
10757 |
-
color: #fff;
|
10758 |
-
}
|
10759 |
-
|
10760 |
-
.btn-rss:hover,
|
10761 |
-
.btn-rss:focus,
|
10762 |
-
.btn-rss:active {
|
10763 |
-
background: #EE802F;
|
10764 |
-
color: #fff;
|
10765 |
-
}
|
10766 |
-
|
10767 |
-
.btn-flickr {
|
10768 |
-
background: #3395C4;
|
10769 |
-
color: #fff;
|
10770 |
-
}
|
10771 |
-
|
10772 |
-
.btn-flickr:hover,
|
10773 |
-
.btn-flickr:focus,
|
10774 |
-
.btn-flickr:active {
|
10775 |
-
background: #007BB6;
|
10776 |
-
color: #fff;
|
10777 |
-
}
|
10778 |
-
|
10779 |
-
/* Box Shadow */
|
10780 |
-
|
10781 |
-
.bs-n {
|
10782 |
-
-webkit-box-shadow: none;
|
10783 |
-
-moz-box-shadow: none;
|
10784 |
-
box-shadow: none;
|
10785 |
-
}
|
10786 |
-
|
10787 |
-
.bs-dark {
|
10788 |
-
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
|
10789 |
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .6);
|
10790 |
-
box-shadow: 0 0 3px rgba(0, 0, 0, .6);
|
10791 |
-
}
|
10792 |
-
|
10793 |
-
.bs-light {
|
10794 |
-
-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
10795 |
-
-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
10796 |
-
box-shadow: 0 0 3px rgba(0, 0, 0, .3);
|
10797 |
-
}
|
10798 |
-
|
10799 |
-
.bs-t {
|
10800 |
-
-webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
|
10801 |
-
-moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
|
10802 |
-
box-shadow: 0 -1px 1px rgba(0, 0, 0, .05);
|
10803 |
-
}
|
10804 |
-
|
10805 |
-
.bs-r {
|
10806 |
-
-webkit-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
|
10807 |
-
-moz-box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
|
10808 |
-
box-shadow: 1px 0 1px rgba(0, 0, 0, .05);
|
10809 |
-
}
|
10810 |
-
|
10811 |
-
.bs-b {
|
10812 |
-
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
10813 |
-
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
10814 |
-
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
|
10815 |
-
}
|
10816 |
-
|
10817 |
-
.bs-l {
|
10818 |
-
-webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
|
10819 |
-
-moz-box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
|
10820 |
-
box-shadow: -1px 0 1px rgba(0, 0, 0, .05);
|
10821 |
-
}
|
10822 |
-
|
10823 |
-
/* Width & Height */
|
10824 |
-
|
10825 |
-
.full-height {
|
10826 |
-
height: 100% !important;
|
10827 |
-
}
|
10828 |
-
|
10829 |
-
.full-width {
|
10830 |
-
width: 100% !important;
|
10831 |
-
}
|
10832 |
-
|
10833 |
-
.w-xxs {
|
10834 |
-
width: 50px;
|
10835 |
-
}
|
10836 |
-
|
10837 |
-
.w-xs {
|
10838 |
-
width: 90px;
|
10839 |
-
}
|
10840 |
-
|
10841 |
-
.w-sm {
|
10842 |
-
width: 140px;
|
10843 |
-
}
|
10844 |
-
|
10845 |
-
.w {
|
10846 |
-
width: 200px;
|
10847 |
-
}
|
10848 |
-
|
10849 |
-
.w-md {
|
10850 |
-
width: 240px;
|
10851 |
-
}
|
10852 |
-
|
10853 |
-
.w-lg {
|
10854 |
-
width: 280px;
|
10855 |
-
}
|
10856 |
-
|
10857 |
-
.w-xl {
|
10858 |
-
width: 330px;
|
10859 |
-
}
|
10860 |
-
|
10861 |
-
.w-xxl {
|
10862 |
-
width: 370px;
|
10863 |
-
}
|
10864 |
-
|
10865 |
-
.w-auto {
|
10866 |
-
width: auto;
|
10867 |
-
}
|
10868 |
-
|
10869 |
-
.h-auto {
|
10870 |
-
height: auto;
|
10871 |
-
}
|
10872 |
-
|
10873 |
-
/* Tooltip */
|
10874 |
-
|
10875 |
-
.tooltip-inner {
|
10876 |
-
border-radius: 0;
|
10877 |
-
}
|
10878 |
-
|
10879 |
-
/* Panel */
|
10880 |
-
|
10881 |
-
.panel {
|
10882 |
-
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
10883 |
-
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
10884 |
-
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
10885 |
-
border: 0 !important;
|
10886 |
-
margin-bottom: 25px;
|
10887 |
-
border-radius: 0;
|
10888 |
-
}
|
10889 |
-
|
10890 |
-
@media (min-width: 768px) {
|
10891 |
-
.panel > .row > div:first-child {
|
10892 |
-
padding-left: 15px;
|
10893 |
-
padding-right: 0;
|
10894 |
-
}
|
10895 |
-
|
10896 |
-
.panel > .row > div:last-child {
|
10897 |
-
padding-left: 0;
|
10898 |
-
padding-right: 15px;
|
10899 |
-
}
|
10900 |
-
}
|
10901 |
-
|
10902 |
-
.panel .panel-heading {
|
10903 |
-
padding: 20px 20px 20px 20px;
|
10904 |
-
overflow: hidden;
|
10905 |
-
border-top-left-radius: 0;
|
10906 |
-
border-top-right-radius: 0;
|
10907 |
-
border: 0 !important;
|
10908 |
-
font-size: 14px;
|
10909 |
-
font-weight: 600;
|
10910 |
-
}
|
10911 |
-
|
10912 |
-
.panel .panel-heading .panel-title {
|
10913 |
-
font-size: 14px;
|
10914 |
-
float: left;
|
10915 |
-
margin: 0;
|
10916 |
-
padding: 0;
|
10917 |
-
font-weight: 600;
|
10918 |
-
}
|
10919 |
-
|
10920 |
-
.panel .panel-heading .panel-title small {
|
10921 |
-
font-size: 80%;
|
10922 |
-
}
|
10923 |
-
|
10924 |
-
.panel .panel-heading .panel-control {
|
10925 |
-
float: right;
|
10926 |
-
height: auto;
|
10927 |
-
}
|
10928 |
-
|
10929 |
-
.panel .panel-heading .panel-control a {
|
10930 |
-
text-decoration: none;
|
10931 |
-
color: #ccc;
|
10932 |
-
margin-left: 5px;
|
10933 |
-
font-size: 14px;
|
10934 |
-
float: left;
|
10935 |
-
}
|
10936 |
-
|
10937 |
-
.panel .panel-heading .panel-control a:hover {
|
10938 |
-
color: #a2a2a2;
|
10939 |
-
}
|
10940 |
-
|
10941 |
-
.panel .panel-body {
|
10942 |
-
position: relative;
|
10943 |
-
padding: 10px 5px;
|
10944 |
-
border-bottom-left-radius: 0;
|
10945 |
-
border-bottom-right-radius: 0;
|
10946 |
-
}
|
10947 |
-
|
10948 |
-
.info-box.panel .panel-body {
|
10949 |
-
padding: 20px;
|
10950 |
-
box-shadow: 1px 1px 3px 0 #ddd;
|
10951 |
-
}
|
10952 |
-
|
10953 |
-
.panel .panel-heading + .panel-body {
|
10954 |
-
/*padding: 0 20px 20px 20px;*/
|
10955 |
-
}
|
10956 |
-
|
10957 |
-
.panel-default .panel-heading {
|
10958 |
-
background: #f1f1f1;
|
10959 |
-
border-color: #e7e7e7;
|
10960 |
-
}
|
10961 |
-
|
10962 |
-
.panel-default .panel-heading .panel-control a {
|
10963 |
-
color: #bbb;
|
10964 |
-
}
|
10965 |
-
|
10966 |
-
.panel-default .panel-heading .panel-control a:hover {
|
10967 |
-
color: #a2a2a2;
|
10968 |
-
}
|
10969 |
-
|
10970 |
-
.panel-primary .panel-heading {
|
10971 |
-
background: #7a6fbe;
|
10972 |
-
color: #fff;
|
10973 |
-
}
|
10974 |
-
|
10975 |
-
.panel-primary .panel-heading .panel-control a {
|
10976 |
-
color: #fff;
|
10977 |
-
}
|
10978 |
-
|
10979 |
-
.panel-primary .panel-heading .panel-control a:hover {
|
10980 |
-
color: #f1f1f1;
|
10981 |
-
}
|
10982 |
-
|
10983 |
-
.panel-success .panel-heading {
|
10984 |
-
background: green;
|
10985 |
-
color: #fff;
|
10986 |
-
}
|
10987 |
-
|
10988 |
-
.panel-success .panel-heading .panel-control a {
|
10989 |
-
color: #fff;
|
10990 |
-
}
|
10991 |
-
|
10992 |
-
.panel-success .panel-heading .panel-control a:hover {
|
10993 |
-
color: #f1f1f1;
|
10994 |
-
}
|
10995 |
-
|
10996 |
-
.panel-info .panel-heading {
|
10997 |
-
background: #12AFCB;
|
10998 |
-
color: #fff;
|
10999 |
-
}
|
11000 |
-
|
11001 |
-
.panel-info .panel-heading .panel-control a {
|
11002 |
-
color: #fff;
|
11003 |
-
}
|
11004 |
-
|
11005 |
-
.panel-info .panel-heading .panel-control a:hover {
|
11006 |
-
color: #f1f1f1;
|
11007 |
-
}
|
11008 |
-
|
11009 |
-
.panel-warning .panel-heading {
|
11010 |
-
background: #f6d433;
|
11011 |
-
color: #fff;
|
11012 |
-
}
|
11013 |
-
|
11014 |
-
.panel-warning .panel-heading .panel-control a {
|
11015 |
-
color: #fff;
|
11016 |
-
}
|
11017 |
-
|
11018 |
-
.panel-warning .panel-heading .panel-control a:hover {
|
11019 |
-
color: #f1f1f1;
|
11020 |
-
}
|
11021 |
-
|
11022 |
-
.panel-danger .panel-heading {
|
11023 |
-
background: #f25656;
|
11024 |
-
color: #fff;
|
11025 |
-
}
|
11026 |
-
|
11027 |
-
.panel-danger .panel-heading .panel-control a {
|
11028 |
-
color: #fff;
|
11029 |
-
}
|
11030 |
-
|
11031 |
-
.panel-danger .panel-heading .panel-control a:hover {
|
11032 |
-
color: #f1f1f1;
|
11033 |
-
}
|
11034 |
-
|
11035 |
-
.panel-transparent {
|
11036 |
-
background: transparent;
|
11037 |
-
-webkit-box-shadow: none;
|
11038 |
-
-moz-box-shadow: none;
|
11039 |
-
box-shadow: none;
|
11040 |
-
}
|
11041 |
-
|
11042 |
-
.panel-transparent .panel-heading .panel-control a {
|
11043 |
-
color: #ccc;
|
11044 |
-
}
|
11045 |
-
|
11046 |
-
.panel-transparent .panel-heading .panel-control a:hover {
|
11047 |
-
color: #a2a2a2;
|
11048 |
-
}
|
11049 |
-
|
11050 |
-
.panel-white {
|
11051 |
-
background: #fff;
|
11052 |
-
}
|
11053 |
-
|
11054 |
-
.panel-white .panel-heading .panel-control a {
|
11055 |
-
color: #ccc;
|
11056 |
-
}
|
11057 |
-
|
11058 |
-
.panel-white .panel-heading .panel-control a:hover {
|
11059 |
-
color: #a2a2a2;
|
11060 |
-
}
|
11061 |
-
|
11062 |
-
.panel-gray {
|
11063 |
-
background: #f9f9f9;
|
11064 |
-
border: 1px solid #ddd !important;
|
11065 |
-
}
|
11066 |
-
|
11067 |
-
.panel-gray .panel-heading .panel-control a {
|
11068 |
-
color: #ccc;
|
11069 |
-
}
|
11070 |
-
|
11071 |
-
.panel-gray .panel-heading .panel-control a:hover {
|
11072 |
-
color: #a2a2a2;
|
11073 |
-
}
|
11074 |
-
|
11075 |
-
.panel-purple {
|
11076 |
-
background: #7a6fbe;
|
11077 |
-
}
|
11078 |
-
|
11079 |
-
.panel-purple .panel-heading {
|
11080 |
-
color: #fff;
|
11081 |
-
}
|
11082 |
-
|
11083 |
-
.panel-purple .panel-body {
|
11084 |
-
color: #fff;
|
11085 |
-
}
|
11086 |
-
|
11087 |
-
.panel-purple .panel-heading .panel-control a {
|
11088 |
-
color: #fff;
|
11089 |
-
}
|
11090 |
-
|
11091 |
-
.panel-purple .panel-heading .panel-control a:hover {
|
11092 |
-
color: #f1f1f1;
|
11093 |
-
}
|
11094 |
-
|
11095 |
-
.panel-green {
|
11096 |
-
background: green;
|
11097 |
-
}
|
11098 |
-
|
11099 |
-
.panel-green .panel-heading {
|
11100 |
-
color: #fff;
|
11101 |
-
}
|
11102 |
-
|
11103 |
-
.panel-green .panel-body {
|
11104 |
-
color: #fff;
|
11105 |
-
}
|
11106 |
-
|
11107 |
-
.panel-green .panel-heading .panel-control a {
|
11108 |
-
color: #fff;
|
11109 |
-
}
|
11110 |
-
|
11111 |
-
.panel-green .panel-heading .panel-control a:hover {
|
11112 |
-
color: #f1f1f1;
|
11113 |
-
}
|
11114 |
-
|
11115 |
-
.panel-blue {
|
11116 |
-
background: #12AFCB;
|
11117 |
-
}
|
11118 |
-
|
11119 |
-
.panel-blue .panel-heading {
|
11120 |
-
color: #fff;
|
11121 |
-
}
|
11122 |
-
|
11123 |
-
.panel-blue .panel-body {
|
11124 |
-
color: #fff;
|
11125 |
-
}
|
11126 |
-
|
11127 |
-
.panel-blue .panel-heading .panel-control a {
|
11128 |
-
color: #fff;
|
11129 |
-
}
|
11130 |
-
|
11131 |
-
.panel-blue .panel-heading .panel-control a:hover {
|
11132 |
-
color: #f1f1f1;
|
11133 |
-
}
|
11134 |
-
|
11135 |
-
.panel-yellow {
|
11136 |
-
background: #f6d433;
|
11137 |
-
}
|
11138 |
-
|
11139 |
-
.panel-yellow .panel-heading {
|
11140 |
-
color: #fff;
|
11141 |
-
}
|
11142 |
-
|
11143 |
-
.panel-yellow .panel-body {
|
11144 |
-
color: #fff;
|
11145 |
-
}
|
11146 |
-
|
11147 |
-
.panel-yellow .panel-heading .panel-control a {
|
11148 |
-
color: #fff;
|
11149 |
-
}
|
11150 |
-
|
11151 |
-
.panel-yellow .panel-heading .panel-control a:hover {
|
11152 |
-
color: #f1f1f1;
|
11153 |
-
}
|
11154 |
-
|
11155 |
-
.panel-red {
|
11156 |
-
background: #f25656;
|
11157 |
-
}
|
11158 |
-
|
11159 |
-
.panel-red .panel-heading {
|
11160 |
-
color: #fff;
|
11161 |
-
}
|
11162 |
-
|
11163 |
-
.panel-red .panel-body {
|
11164 |
-
color: #fff;
|
11165 |
-
}
|
11166 |
-
|
11167 |
-
.panel-red .panel-heading .panel-control a {
|
11168 |
-
color: #fff;
|
11169 |
-
}
|
11170 |
-
|
11171 |
-
.panel-red .panel-heading .panel-control a:hover {
|
11172 |
-
color: #f1f1f1;
|
11173 |
-
}
|
11174 |
-
|
11175 |
-
.panel-placeholder {
|
11176 |
-
border: 2px dashed #ddd;
|
11177 |
-
margin-bottom: 20px;
|
11178 |
-
}
|
11179 |
-
|
11180 |
-
/* Wells */
|
11181 |
-
|
11182 |
-
.well {
|
11183 |
-
border-radius: 0;
|
11184 |
-
-webkit-box-shadow: none;
|
11185 |
-
-moz-box-shadow: none;
|
11186 |
-
box-shadow: none;
|
11187 |
-
background-color: #F6F6F6;
|
11188 |
-
border: 0;
|
11189 |
-
}
|
11190 |
-
|
11191 |
-
/* Modals */
|
11192 |
-
|
11193 |
-
.modal {
|
11194 |
-
z-index: 9999;
|
11195 |
-
}
|
11196 |
-
|
11197 |
-
.modal-content {
|
11198 |
-
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
11199 |
-
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
11200 |
-
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
11201 |
-
border: 0;
|
11202 |
-
border-radius: 0;
|
11203 |
-
}
|
11204 |
-
|
11205 |
-
.modal-content > .close {
|
11206 |
-
padding: 10px
|
11207 |
-
}
|
11208 |
-
|
11209 |
-
.modal-header {
|
11210 |
-
padding: 20px 20px 20px 20px;
|
11211 |
-
overflow: hidden;
|
11212 |
-
border-top-left-radius: 0;
|
11213 |
-
border-top-right-radius: 0;
|
11214 |
-
border: 0 !important;
|
11215 |
-
height: 55px;
|
11216 |
-
font-size: 14px;
|
11217 |
-
font-weight: 600;
|
11218 |
-
}
|
11219 |
-
|
11220 |
-
.modal-content .modal-image {
|
11221 |
-
float: left;
|
11222 |
-
padding: 20px 10px;
|
11223 |
-
}
|
11224 |
-
|
11225 |
-
.modal-body {
|
11226 |
-
|
11227 |
-
position: relative;
|
11228 |
-
padding: 20px;
|
11229 |
-
border-bottom-left-radius: 0;
|
11230 |
-
border-bottom-right-radius: 0;
|
11231 |
-
}
|
11232 |
-
|
11233 |
-
.modal_float_left {
|
11234 |
-
float: left;
|
11235 |
-
max-width: 65%;
|
11236 |
-
}
|
11237 |
-
|
11238 |
-
.modal-body .modal-title {
|
11239 |
-
margin: 0 0 20px 0;
|
11240 |
-
line-height: 25px;
|
11241 |
-
font-size: 26px;
|
11242 |
-
}
|
11243 |
-
|
11244 |
-
.modal-body .modal-price {
|
11245 |
-
font-size: 15px;
|
11246 |
-
font-weight: bold;
|
11247 |
-
margin-top: 15px;
|
11248 |
-
}
|
11249 |
-
|
11250 |
-
.modal-footer {
|
11251 |
-
position: relative;
|
11252 |
-
padding: 20px;
|
11253 |
-
border-bottom-left-radius: 0;
|
11254 |
-
border-bottom-right-radius: 0;
|
11255 |
-
border: 0;
|
11256 |
-
}
|
11257 |
-
|
11258 |
-
.modal-header + .modal-body {
|
11259 |
-
padding: 0 20px 20px 20px;
|
11260 |
-
min-height: 140px;
|
11261 |
-
}
|
11262 |
-
|
11263 |
-
.modal-body + .modal-footer {
|
11264 |
-
padding: 0 20px 20px 20px;
|
11265 |
-
}
|
11266 |
-
|
11267 |
-
.modal-open {
|
11268 |
-
overflow-y: auto !important;
|
11269 |
-
}
|
11270 |
-
|
11271 |
-
.modal-open {
|
11272 |
-
padding: 0 !important;
|
11273 |
-
}
|
11274 |
-
|
11275 |
-
.modal-backdrop {
|
11276 |
-
z-index: 999;
|
11277 |
-
}
|
11278 |
-
|
11279 |
-
/* Pagination */
|
11280 |
-
|
11281 |
-
.pagination > li > a {
|
11282 |
-
color: #5B5B5B;
|
11283 |
-
}
|
11284 |
-
|
11285 |
-
.pagination > .active > a,
|
11286 |
-
.pagination > .active > span,
|
11287 |
-
.pagination > .active > a:hover,
|
11288 |
-
.pagination > .active > span:hover,
|
11289 |
-
.pagination > .active > a:focus,
|
11290 |
-
.pagination > .active > span:focus {
|
11291 |
-
background: green;
|
11292 |
-
border-color: green;
|
11293 |
-
}
|
11294 |
-
|
11295 |
-
/* Progress Bars */
|
11296 |
-
|
11297 |
-
.progress {
|
11298 |
-
border-radius: 2px;
|
11299 |
-
}
|
11300 |
-
|
11301 |
-
.progress-squared {
|
11302 |
-
border-radius: 0;
|
11303 |
-
}
|
11304 |
-
|
11305 |
-
.progress-xs {
|
11306 |
-
height: 5px;
|
11307 |
-
}
|
11308 |
-
|
11309 |
-
.progress-sm {
|
11310 |
-
height: 10px;
|
11311 |
-
}
|
11312 |
-
|
11313 |
-
.progress-md {
|
11314 |
-
height: 15px;
|
11315 |
-
}
|
11316 |
-
|
11317 |
-
.progress-lg {
|
11318 |
-
height: 25px;
|
11319 |
-
}
|
11320 |
-
|
11321 |
-
.progress-bar {
|
11322 |
-
background-color: #7a6fbe;
|
11323 |
-
}
|
11324 |
-
|
11325 |
-
.progress-bar-success {
|
11326 |
-
background-color: green;
|
11327 |
-
}
|
11328 |
-
|
11329 |
-
.progress-bar-info {
|
11330 |
-
background-color: #12AFCB;
|
11331 |
-
}
|
11332 |
-
|
11333 |
-
.progress-bar-warning {
|
11334 |
-
background-color: #f6d433;
|
11335 |
-
}
|
11336 |
-
|
11337 |
-
.progress-bar-danger {
|
11338 |
-
background-color: #f25656;
|
11339 |
-
}
|
11340 |
-
|
11341 |
-
/* Tabs */
|
11342 |
-
|
11343 |
-
.tab-content {
|
11344 |
-
padding: 15px;
|
11345 |
-
background: #fff;
|
11346 |
-
|
11347 |
-
}
|
11348 |
-
|
11349 |
-
.nav-tabs > li > a {
|
11350 |
-
border-radius: 0 !important;
|
11351 |
-
color: #777;
|
11352 |
-
border-bottom: 1px solid #DDDDDD;
|
11353 |
-
}
|
11354 |
-
|
11355 |
-
.nav-tabs > li > a:hover {
|
11356 |
-
background: #f1f1f1;
|
11357 |
-
}
|
11358 |
-
|
11359 |
-
.nav-tabs > li.active > a,
|
11360 |
-
.nav-tabs > li.active > a:hover,
|
11361 |
-
.nav-tabs > li.active > a:focus {
|
11362 |
-
color: #555;
|
11363 |
-
cursor: default;
|
11364 |
-
background-color: #fff;
|
11365 |
-
border-bottom-color: #fff;
|
11366 |
-
}
|
11367 |
-
|
11368 |
-
.nav-pills > li > a {
|
11369 |
-
color: #777;
|
11370 |
-
border-radius: 0 !important;
|
11371 |
-
}
|
11372 |
-
|
11373 |
-
.nav-pills > li.active > a,
|
11374 |
-
.nav-pills > li.active > a:hover,
|
11375 |
-
.nav-pills > li.active > a:focus {
|
11376 |
-
color: #fff;
|
11377 |
-
background-color: #7a6fbe;
|
11378 |
-
}
|
11379 |
-
|
11380 |
-
.tabs-below > .nav-tabs,
|
11381 |
-
.tabs-right > .nav-tabs,
|
11382 |
-
.tabs-left > .nav-tabs {
|
11383 |
-
border-bottom: 0;
|
11384 |
-
}
|
11385 |
-
|
11386 |
-
.tab-content > .tab-pane,
|
11387 |
-
.pill-content > .pill-pane {
|
11388 |
-
display: none;
|
11389 |
-
}
|
11390 |
-
|
11391 |
-
.tab-content > .active,
|
11392 |
-
.pill-content > .active {
|
11393 |
-
display: block;
|
11394 |
-
}
|
11395 |
-
|
11396 |
-
.tabs-below > .nav-tabs {
|
11397 |
-
border-top: 1px solid #ddd;
|
11398 |
-
}
|
11399 |
-
|
11400 |
-
.tabs-below > .nav-tabs > li {
|
11401 |
-
margin-top: -1px;
|
11402 |
-
margin-bottom: 0;
|
11403 |
-
}
|
11404 |
-
|
11405 |
-
.tabs-below > .nav-tabs > li > a {
|
11406 |
-
-webkit-border-radius: 0;
|
11407 |
-
-moz-border-radius: 0;
|
11408 |
-
border-radius: 0;
|
11409 |
-
}
|
11410 |
-
|
11411 |
-
.tabs-below > .nav-tabs > li > a:hover,
|
11412 |
-
.tabs-below > .nav-tabs > li > a:focus {
|
11413 |
-
border-top-color: #ddd;
|
11414 |
-
border-bottom-color: transparent;
|
11415 |
-
}
|
11416 |
-
|
11417 |
-
.tabs-below > .nav-tabs > .active > a,
|
11418 |
-
.tabs-below > .nav-tabs > .active > a:hover,
|
11419 |
-
.tabs-below > .nav-tabs > .active > a:focus {
|
11420 |
-
border-color: #fff #ddd #ddd #ddd;
|
11421 |
-
}
|
11422 |
-
|
11423 |
-
.tabs-left > .nav-tabs > li,
|
11424 |
-
.tabs-right > .nav-tabs > li {
|
11425 |
-
float: none;
|
11426 |
-
}
|
11427 |
-
|
11428 |
-
.tabs-left > .nav-tabs > li > a,
|
11429 |
-
.tabs-right > .nav-tabs > li > a {
|
11430 |
-
min-width: 74px;
|
11431 |
-
margin-right: 0;
|
11432 |
-
margin-bottom: 3px;
|
11433 |
-
border-bottom: 0;
|
11434 |
-
}
|
11435 |
-
|
11436 |
-
.tabs-left > .nav-tabs {
|
11437 |
-
float: left;
|
11438 |
-
margin-right: 19px;
|
11439 |
-
border-right: 1px solid #ddd;
|
11440 |
-
}
|
11441 |
-
|
11442 |
-
.tabs-left > .nav-tabs > li > a {
|
11443 |
-
margin-right: -1px;
|
11444 |
-
-webkit-border-radius: 0;
|
11445 |
-
-moz-border-radius: 0;
|
11446 |
-
border-radius: 0;
|
11447 |
-
}
|
11448 |
-
|
11449 |
-
.tabs-left > .nav-tabs > li > a:hover,
|
11450 |
-
.tabs-left > .nav-tabs > li > a:focus {
|
11451 |
-
border-color: #eeeeee #dddddd #eeeeee #eeeeee;
|
11452 |
-
}
|
11453 |
-
|
11454 |
-
.tabs-left > .nav-tabs .active > a,
|
11455 |
-
.tabs-left > .nav-tabs .active > a:hover,
|
11456 |
-
.tabs-left > .nav-tabs .active > a:focus {
|
11457 |
-
border-color: #ddd transparent #ddd #ddd;
|
11458 |
-
border-right-color: #ffffff;
|
11459 |
-
border-bottom: 1px solid #DDDDDD;
|
11460 |
-
}
|
11461 |
-
|
11462 |
-
.tabs-right > .nav-tabs {
|
11463 |
-
float: right;
|
11464 |
-
margin-left: 19px;
|
11465 |
-
border-left: 1px solid #ddd;
|
11466 |
-
}
|
11467 |
-
|
11468 |
-
.tabs-right > .nav-tabs > li > a {
|
11469 |
-
margin-left: -1px;
|
11470 |
-
-webkit-border-radius: 0;
|
11471 |
-
-moz-border-radius: 0;
|
11472 |
-
border-radius: 0;
|
11473 |
-
}
|
11474 |
-
|
11475 |
-
.tabs-right > .nav-tabs > li > a:hover,
|
11476 |
-
.tabs-right > .nav-tabs > li > a:focus {
|
11477 |
-
border-color: #eeeeee #eeeeee #eeeeee #dddddd;
|
11478 |
-
}
|
11479 |
-
|
11480 |
-
.tabs-right > .nav-tabs .active > a,
|
11481 |
-
.tabs-right > .nav-tabs .active > a:hover,
|
11482 |
-
.tabs-right > .nav-tabs .active > a:focus {
|
11483 |
-
border-color: #ddd #ddd #ddd transparent;
|
11484 |
-
border-left-color: #ffffff;
|
11485 |
-
border-bottom: 1px solid #DDDDDD;
|
11486 |
-
}
|
11487 |
-
|
11488 |
-
/* Accordions */
|
11489 |
-
|
11490 |
-
.panel-group .panel-heading .panel-title > a {
|
11491 |
-
font-size: 14px;
|
11492 |
-
}
|
11493 |
-
|
11494 |
-
.panel-group .panel-heading {
|
11495 |
-
font-size: 14px;
|
11496 |
-
height: auto !important;
|
11497 |
-
}
|
11498 |
-
|
11499 |
-
.panel-group .panel-heading .panel-title > a {
|
11500 |
-
text-decoration: none;
|
11501 |
-
}
|
11502 |
-
|
11503 |
-
.panel-group .panel-heading {
|
11504 |
-
border-bottom: 0 !important;
|
11505 |
-
}
|
11506 |
-
|
11507 |
-
.panel > .panel-heading + .panel-collapse > .panel-body {
|
11508 |
-
border-top-color: transparent;
|
11509 |
-
}
|
11510 |
-
|
11511 |
-
.panel-group .panel-heading .panel-title {
|
11512 |
-
position: relative;
|
11513 |
-
width: 100%;
|
11514 |
-
}
|
11515 |
-
|
11516 |
-
/* jsTree */
|
11517 |
-
|
11518 |
-
.jstree-default .jstree-clicked {
|
11519 |
-
background: #f1f1f1;
|
11520 |
-
border-radius: 0;
|
11521 |
-
box-shadow: inset 0 0 1px #999;
|
11522 |
-
}
|
11523 |
-
|
11524 |
-
.jstree-default li a:hover {
|
11525 |
-
background: #f1f1f1;
|
11526 |
-
border-radius: 0;
|
11527 |
-
box-shadow: inset 0 0 1px #999;
|
11528 |
-
}
|
11529 |
-
|
11530 |
-
/* Labels */
|
11531 |
-
|
11532 |
-
.label.label-default {
|
11533 |
-
background: #fff;
|
11534 |
-
border: 1px solid #e5e5e5;
|
11535 |
-
}
|
11536 |
-
|
11537 |
-
.label.label-success {
|
11538 |
-
background: green;
|
11539 |
-
}
|
11540 |
-
|
11541 |
-
.label.label-primary {
|
11542 |
-
background: #1ab394;
|
11543 |
-
}
|
11544 |
-
|
11545 |
-
.label.label-info {
|
11546 |
-
background: #12AFCB;
|
11547 |
-
}
|
11548 |
-
|
11549 |
-
.label.label-danger {
|
11550 |
-
background: #f25656;
|
11551 |
-
}
|
11552 |
-
|
11553 |
-
.label.label-warning {
|
11554 |
-
background: #f6d433;
|
11555 |
-
}
|
11556 |
-
|
11557 |
-
/* Forms */
|
11558 |
-
|
11559 |
-
label {
|
11560 |
-
font-size: 13px;
|
11561 |
-
font-weight: normal;
|
11562 |
-
}
|
11563 |
-
|
11564 |
-
.controls label {
|
11565 |
-
display: block;
|
11566 |
-
}
|
11567 |
-
|
11568 |
-
.form-control {
|
11569 |
-
background: #fff;
|
11570 |
-
border-radius: 0;
|
11571 |
-
border: 1px solid #dce1e4;
|
11572 |
-
box-shadow: none !important;
|
11573 |
-
font-size: 13px;
|
11574 |
-
padding: 6px 10px !important;
|
11575 |
-
-webkit-transition: all 0.2s ease-in-out;
|
11576 |
-
-moz-transition: all 0.2s ease-in-out;
|
11577 |
-
-o-transition: all 0.2s ease-in-out;
|
11578 |
-
transition: all 0.2s ease-in-out;
|
11579 |
-
}
|
11580 |
-
|
11581 |
-
input[disabled] {
|
11582 |
-
background: #f7f7f7;
|
11583 |
-
border-color: #d2d7db;
|
11584 |
-
}
|
11585 |
-
|
11586 |
-
.form-control:focus {
|
11587 |
-
border: 1px solid #bdc5c9;
|
11588 |
-
background: #fff;
|
11589 |
-
}
|
11590 |
-
|
11591 |
-
.help-block {
|
11592 |
-
margin-bottom: 5px;
|
11593 |
-
}
|
11594 |
-
|
11595 |
-
.form-group.has-success .form-control,
|
11596 |
-
.form-group.has-warning .form-control,
|
11597 |
-
.form-group.has-error .form-control {
|
11598 |
-
box-shadow: none;
|
11599 |
-
}
|
11600 |
-
|
11601 |
-
.form-group.has-success .form-control:focus {
|
11602 |
-
border: 1px solid green;
|
11603 |
-
background: #fff;
|
11604 |
-
}
|
11605 |
-
|
11606 |
-
.form-group.has-warning .form-control:focus {
|
11607 |
-
border: 1px solid #f6d433;
|
11608 |
-
background: #fff;
|
11609 |
-
}
|
11610 |
-
|
11611 |
-
.form-group.has-error .form-control:focus {
|
11612 |
-
border: 1px solid #f25656;
|
11613 |
-
background: #fff;
|
11614 |
-
}
|
11615 |
-
|
11616 |
-
.form-group.has-success label {
|
11617 |
-
color: green;
|
11618 |
-
}
|
11619 |
-
|
11620 |
-
.form-group.has-warning label {
|
11621 |
-
color: #f6d433;
|
11622 |
-
}
|
11623 |
-
|
11624 |
-
.form-group.has-error label {
|
11625 |
-
color: #f25656;
|
11626 |
-
}
|
11627 |
-
|
11628 |
-
label.error {
|
11629 |
-
color: #a94442;
|
11630 |
-
font-weight: bold;
|
11631 |
-
margin-top: 5px;
|
11632 |
-
float: left;
|
11633 |
-
font-size: 12px;
|
11634 |
-
}
|
11635 |
-
|
11636 |
-
input.form-control.input-rounded {
|
11637 |
-
border-radius: 30px;
|
11638 |
-
}
|
11639 |
-
|
11640 |
-
.input-group .btn {
|
11641 |
-
padding: 7px 12px;
|
11642 |
-
}
|
11643 |
-
|
11644 |
-
ol.linenums {
|
11645 |
-
margin: 0;
|
11646 |
-
}
|
11647 |
-
|
11648 |
-
.select2-selection {
|
11649 |
-
background: #fff !important;
|
11650 |
-
border-radius: 0 !important;
|
11651 |
-
border: 1px solid #dce1e4 !important;
|
11652 |
-
box-shadow: none !important;
|
11653 |
-
font-size: 13px !important;
|
11654 |
-
padding: 6px 10px !important;
|
11655 |
-
height: 34px !important;
|
11656 |
-
-webkit-transition: all 0.2s ease-in-out !important;
|
11657 |
-
-moz-transition: all 0.2s ease-in-out !important;
|
11658 |
-
-o-transition: all 0.2s ease-in-out !important;
|
11659 |
-
transition: all 0.2s ease-in-out !important;
|
11660 |
-
}
|
11661 |
-
|
11662 |
-
.select2-dropdown {
|
11663 |
-
background: #fff;
|
11664 |
-
border-radius: 0;
|
11665 |
-
border: 1px solid #dce1e4;
|
11666 |
-
border-top: 0;
|
11667 |
-
box-shadow: none !important;
|
11668 |
-
font-size: 13px;
|
11669 |
-
padding: 6px 10px !important;
|
11670 |
-
-webkit-transition: all 0.2s ease-in-out;
|
11671 |
-
-moz-transition: all 0.2s ease-in-out;
|
11672 |
-
-o-transition: all 0.2s ease-in-out;
|
11673 |
-
transition: all 0.2s ease-in-out;
|
11674 |
-
z-index: 9999;
|
11675 |
-
}
|
11676 |
-
|
11677 |
-
.select2-dropdown.select2-dropdown--above {
|
11678 |
-
border: 1px solid #dce1e4;
|
11679 |
-
border-bottom: 0;
|
11680 |
-
}
|
11681 |
-
|
11682 |
-
.select2-selection--multiple .select2-selection__choice {
|
11683 |
-
background: #f1f1f1 !important;
|
11684 |
-
border-radius: 0 !important;
|
11685 |
-
border: 1px solid #ccc !important;
|
11686 |
-
}
|
11687 |
-
|
11688 |
-
.select2-container--default .select2-selection--single .select2-selection__rendered,
|
11689 |
-
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
|
11690 |
-
line-height: inherit !important;
|
11691 |
-
padding: 0 !important;
|
11692 |
-
}
|
11693 |
-
|
11694 |
-
.select2-container--default .select2-selection--multiple .select2-selection__choice,
|
11695 |
-
.select2-container .select2-search--inline .select2-search__field {
|
11696 |
-
margin-top: 0 !important;
|
11697 |
-
}
|
11698 |
-
|
11699 |
-
.popover {
|
11700 |
-
border: 1px solid #ebebeb;
|
11701 |
-
border-radius: 0;
|
11702 |
-
box-shadow: none;
|
11703 |
-
padding: 0;
|
11704 |
-
}
|
11705 |
-
|
11706 |
-
.popover-title {
|
11707 |
-
border-radius: 0;
|
11708 |
-
}
|
11709 |
-
|
11710 |
-
.popover.top > .arrow {
|
11711 |
-
border-top-color: #ebebeb;
|
11712 |
-
}
|
11713 |
-
|
11714 |
-
.popover.left > .arrow {
|
11715 |
-
border-left-color: #ebebeb;
|
11716 |
-
}
|
11717 |
-
|
11718 |
-
.popover.right > .arrow {
|
11719 |
-
border-right-color: #ebebeb;
|
11720 |
-
}
|
11721 |
-
|
11722 |
-
.popover.bottom > .arrow {
|
11723 |
-
border-bottom-color: #ebebeb;
|
11724 |
-
}
|
11725 |
-
|
11726 |
-
.input-group-lg > .form-control,
|
11727 |
-
.input-group-lg > .input-group-addon,
|
11728 |
-
.input-group-lg > .input-group-btn > .btn {
|
11729 |
-
border-radius: 0 !important;
|
11730 |
-
}
|
11731 |
-
|
11732 |
-
.bootstrap-tagsinput {
|
11733 |
-
background: #fff;
|
11734 |
-
border-radius: 0;
|
11735 |
-
border: 1px solid #dce1e4;
|
11736 |
-
box-shadow: none !important;
|
11737 |
-
font-size: 13px;
|
11738 |
-
padding: 6px 10px !important;
|
11739 |
-
-webkit-transition: all .2s ease-in-out;
|
11740 |
-
-moz-transition: all .2s ease-in-out;
|
11741 |
-
-o-transition: all .2s ease-in-out;
|
11742 |
-
transition: all .2s ease-in-out;
|
11743 |
-
width: 100%;
|
11744 |
-
margin: 0;
|
11745 |
-
}
|
11746 |
-
|
11747 |
-
.bootstrap-tagsinput .tag {
|
11748 |
-
line-height: inherit;
|
11749 |
-
}
|
11750 |
-
|
11751 |
-
.input-group-addon {
|
11752 |
-
border-radius: 0 !important;
|
11753 |
-
background: #f1f1f1;
|
11754 |
-
border-color: #dce1e4;
|
11755 |
-
}
|
11756 |
-
|
11757 |
-
.bootstrap-timepicker-widget input {
|
11758 |
-
background: #fff;
|
11759 |
-
border-radius: 0;
|
11760 |
-
border: 1px solid #dce1e4;
|
11761 |
-
box-shadow: none !important;
|
11762 |
-
font-size: 13px;
|
11763 |
-
padding: 6px 10px !important;
|
11764 |
-
-webkit-transition: all 0.2s ease-in-out;
|
11765 |
-
-moz-transition: all 0.2s ease-in-out;
|
11766 |
-
-o-transition: all 0.2s ease-in-out;
|
11767 |
-
transition: all 0.2s ease-in-out;
|
11768 |
-
width: 45px !important;
|
11769 |
-
}
|
11770 |
-
|
11771 |
-
.bootstrap-timepicker-widget input:focus {
|
11772 |
-
border: 1px solid #bdc5c9;
|
11773 |
-
background: #fff;
|
11774 |
-
}
|
11775 |
-
|
11776 |
-
.bootstrap-timepicker-widget .icon-chevron-up:before {
|
11777 |
-
font-family: FontAwesome;
|
11778 |
-
content: "\f106";
|
11779 |
-
font-style: normal;
|
11780 |
-
}
|
11781 |
-
|
11782 |
-
.bootstrap-timepicker-widget .icon-chevron-down:before {
|
11783 |
-
font-family: FontAwesome;
|
11784 |
-
content: "\f107";
|
11785 |
-
font-style: normal;
|
11786 |
-
}
|
11787 |
-
|
11788 |
-
.bootstrap-timepicker-widget a {
|
11789 |
-
text-decoration: none;
|
11790 |
-
}
|
11791 |
-
|
11792 |
-
/* Tables */
|
11793 |
-
|
11794 |
-
.table > tbody > tr > td,
|
11795 |
-
.table > tbody > tr > th,
|
11796 |
-
.table > tfoot > tr > td,
|
11797 |
-
.table > tfoot > tr > th,
|
11798 |
-
.table > thead > tr > td,
|
11799 |
-
.table > thead > tr > th,
|
11800 |
-
.table td {
|
11801 |
-
padding: 15px !important;
|
11802 |
-
}
|
11803 |
-
|
11804 |
-
.dataTables_wrapper .dataTables_filter input,
|
11805 |
-
.dataTables_wrapper .dataTables_length select {
|
11806 |
-
background: #fff;
|
11807 |
-
border-radius: 0;
|
11808 |
-
border: 1px solid #dce1e4;
|
11809 |
-
box-shadow: none !important;
|
11810 |
-
font-size: 13px;
|
11811 |
-
padding: 6px 10px !important;
|
11812 |
-
-webkit-transition: all 0.2s ease-in-out;
|
11813 |
-
-moz-transition: all 0.2s ease-in-out;
|
11814 |
-
-o-transition: all 0.2s ease-in-out;
|
11815 |
-
transition: all 0.2s ease-in-out;
|
11816 |
-
}
|
11817 |
-
|
11818 |
-
.dataTables_wrapper .dataTables_filter input:focus {
|
11819 |
-
border: 1px solid #bdc5c9;
|
11820 |
-
background: #fff;
|
11821 |
-
outline: 0;
|
11822 |
-
}
|
11823 |
-
|
11824 |
-
.dataTables_wrapper .dataTables_length select:focus {
|
11825 |
-
outline: 0;
|
11826 |
-
}
|
11827 |
-
|
11828 |
-
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
|
11829 |
-
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
|
11830 |
-
color: #5f5f5f !important;
|
11831 |
-
border: 1px solid #ebebeb;
|
11832 |
-
background: #f1f1f1 !important;
|
11833 |
-
}
|
11834 |
-
|
11835 |
-
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
|
11836 |
-
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
|
11837 |
-
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
|
11838 |
-
color: #5f5f5f !important;
|
11839 |
-
border: 1px solid transparent;
|
11840 |
-
background: #f7f7f7 !important;
|
11841 |
-
box-shadow: none;
|
11842 |
-
}
|
11843 |
-
|
11844 |
-
tr.group,
|
11845 |
-
tr.group:hover {
|
11846 |
-
background-color: #ddd !important;
|
11847 |
-
}
|
11848 |
-
|
11849 |
-
/* Wysiwyg */
|
11850 |
-
|
11851 |
-
.note-editor {
|
11852 |
-
border: 1px solid #DCE1E4;
|
11853 |
-
border-radius: 0;
|
11854 |
-
}
|
11855 |
-
|
11856 |
-
.note-dialog .note-modal-form {
|
11857 |
-
margin: 0 15px 0 15px;
|
11858 |
-
}
|
11859 |
-
|
11860 |
-
.note-editor .note-toolbar {
|
11861 |
-
border-bottom: 0;
|
11862 |
-
background: #fff;
|
11863 |
-
padding: 10px;
|
11864 |
-
}
|
11865 |
-
|
11866 |
-
.note-popover .popover .popover-content > .btn-group, .note-toolbar > .btn-group {
|
11867 |
-
margin-top: 0;
|
11868 |
-
}
|
11869 |
-
|
11870 |
-
.note-editor .note-editable {
|
11871 |
-
padding: 15px;
|
11872 |
-
padding-top: 10px;
|
11873 |
-
overflow: auto;
|
11874 |
-
outline: 0;
|
11875 |
-
}
|
11876 |
-
|
11877 |
-
.note-editor .note-statusbar {
|
11878 |
-
background: transparent;
|
11879 |
-
}
|
11880 |
-
|
11881 |
-
.note-editor .note-statusbar .note-resizebar {
|
11882 |
-
border: 0;
|
11883 |
-
}
|
11884 |
-
|
11885 |
-
/* Center */
|
11886 |
-
|
11887 |
-
.center {
|
11888 |
-
margin: 0 auto;
|
11889 |
-
float: none !important;
|
11890 |
-
display: block;
|
11891 |
-
}
|
11892 |
-
|
11893 |
-
/* Display */
|
11894 |
-
|
11895 |
-
.display-block {
|
11896 |
-
display: block;
|
11897 |
-
}
|
11898 |
-
|
11899 |
-
.display-inline {
|
11900 |
-
display: inline-block;
|
11901 |
-
}
|
11902 |
-
|
11903 |
-
/* Middle Box */
|
11904 |
-
|
11905 |
-
.box-middle {
|
11906 |
-
position: absolute;
|
11907 |
-
height: 400px;
|
11908 |
-
width: 400px;
|
11909 |
-
top: 50%;
|
11910 |
-
left: 50%;
|
11911 |
-
margin-left: -200px !important;
|
11912 |
-
margin-top: -200px !important;
|
11913 |
-
}
|
11914 |
-
|
11915 |
-
/* Date Picker */
|
11916 |
-
|
11917 |
-
.datepicker {
|
11918 |
-
padding: 10px !important;
|
11919 |
-
border: 1px solid #e0e0e0 !important;
|
11920 |
-
border-radius: 0 !important;
|
11921 |
-
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
|
11922 |
-
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
|
11923 |
-
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1) !important;
|
11924 |
-
}
|
11925 |
-
|
11926 |
-
.datepicker table tr td,
|
11927 |
-
.datepicker table tr th,
|
11928 |
-
.datepicker table tr td span {
|
11929 |
-
border-radius: 0 !important;
|
11930 |
-
}
|
11931 |
-
|
11932 |
-
.datepicker table tr td.active:hover,
|
11933 |
-
.datepicker table tr td.active:hover:hover,
|
11934 |
-
.datepicker table tr td.active.disabled:hover,
|
11935 |
-
.datepicker table tr td.active.disabled:hover:hover,
|
11936 |
-
.datepicker table tr td.active:focus,
|
11937 |
-
.datepicker table tr td.active:hover:focus,
|
11938 |
-
.datepicker table tr td.active.disabled:focus,
|
11939 |
-
.datepicker table tr td.active.disabled:hover:focus,
|
11940 |
-
.datepicker table tr td.active:active,
|
11941 |
-
.datepicker table tr td.active:hover:active,
|
11942 |
-
.datepicker table tr td.active.disabled:active,
|
11943 |
-
.datepicker table tr td.active.disabled:hover:active,
|
11944 |
-
.datepicker table tr td.active.active,
|
11945 |
-
.datepicker table tr td.active:hover.active,
|
11946 |
-
.datepicker table tr td.active.disabled.active,
|
11947 |
-
.datepicker table tr td.active.disabled:hover.active,
|
11948 |
-
.open .dropdown-toggle.datepicker table tr td.active,
|
11949 |
-
.open .dropdown-toggle.datepicker table tr td.active:hover,
|
11950 |
-
.open .dropdown-toggle.datepicker table tr td.active.disabled,
|
11951 |
-
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
|
11952 |
-
color: #ffffff;
|
11953 |
-
background-color: #7a6fbe;
|
11954 |
-
border: 0;
|
11955 |
-
}
|
11956 |
-
|
11957 |
-
.datepicker table tr td span.active:hover,
|
11958 |
-
.datepicker table tr td span.active:hover:hover,
|
11959 |
-
.datepicker table tr td span.active.disabled:hover,
|
11960 |
-
.datepicker table tr td span.active.disabled:hover:hover,
|
11961 |
-
.datepicker table tr td span.active:focus,
|
11962 |
-
.datepicker table tr td span.active:hover:focus,
|
11963 |
-
.datepicker table tr td span.active.disabled:focus,
|
11964 |
-
.datepicker table tr td span.active.disabled:hover:focus,
|
11965 |
-
.datepicker table tr td span.active:active,
|
11966 |
-
.datepicker table tr td span.active:hover:active,
|
11967 |
-
.datepicker table tr td span.active.disabled:active,
|
11968 |
-
.datepicker table tr td span.active.disabled:hover:active,
|
11969 |
-
.datepicker table tr td span.active.active,
|
11970 |
-
.datepicker table tr td span.active:hover.active,
|
11971 |
-
.datepicker table tr td span.active.disabled.active,
|
11972 |
-
.datepicker table tr td span.active.disabled:hover.active,
|
11973 |
-
.open .dropdown-toggle.datepicker table tr td span.active,
|
11974 |
-
.open .dropdown-toggle.datepicker table tr td span.active:hover,
|
11975 |
-
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
|
11976 |
-
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
|
11977 |
-
color: #ffffff;
|
11978 |
-
background-color: #7a6fbe;
|
11979 |
-
border: 0;
|
11980 |
-
}
|
11981 |
-
|
11982 |
-
/* Colorpicker */
|
11983 |
-
|
11984 |
-
.colorpicker {
|
11985 |
-
padding: 10px !important;
|
11986 |
-
}
|
11987 |
-
|
11988 |
-
/* Dropzone */
|
11989 |
-
|
11990 |
-
.dropzone {
|
11991 |
-
border: 1px solid #f1f1f1;
|
11992 |
-
border-radius: 0;
|
11993 |
-
background: #f9f9f9;
|
11994 |
-
}
|
11995 |
-
|
11996 |
-
/* Image Cropper */
|
11997 |
-
|
11998 |
-
.img-preview {
|
11999 |
-
height: 150px;
|
12000 |
-
width: 220px;
|
12001 |
-
overflow: hidden;
|
12002 |
-
text-align: center;
|
12003 |
-
}
|
12004 |
-
|
12005 |
-
/* Sparkline Charts */
|
12006 |
-
|
12007 |
-
.jqstooltip {
|
12008 |
-
box-sizing: content-box;
|
12009 |
-
}
|
12010 |
-
|
12011 |
-
/* Flot Chart */
|
12012 |
-
|
12013 |
-
#flot1 {
|
12014 |
-
width: 100%;
|
12015 |
-
height: 250px;
|
12016 |
-
}
|
12017 |
-
|
12018 |
-
#flot2 {
|
12019 |
-
width: 100%;
|
12020 |
-
height: 250px;
|
12021 |
-
}
|
12022 |
-
|
12023 |
-
#flot3 {
|
12024 |
-
margin: 0 auto;
|
12025 |
-
width: 250px;
|
12026 |
-
height: 250px;
|
12027 |
-
}
|
12028 |
-
|
12029 |
-
#flot3 .pie-chart-legend {
|
12030 |
-
padding: 5px;
|
12031 |
-
}
|
12032 |
-
|
12033 |
-
#flot4 {
|
12034 |
-
width: 100%;
|
12035 |
-
height: 250px;
|
12036 |
-
}
|
12037 |
-
|
12038 |
-
#flotTip {
|
12039 |
-
border-radius: 0;
|
12040 |
-
background: rgba(51, 51, 51, 0.8);
|
12041 |
-
color: #fff;
|
12042 |
-
padding: 5px;
|
12043 |
-
font-size: 13px !important;
|
12044 |
-
}
|
12045 |
-
|
12046 |
-
/* Vector Maps */
|
12047 |
-
|
12048 |
-
.jqvmap-zoomin,
|
12049 |
-
.jqvmap-zoomout {
|
12050 |
-
background-color: #7a6fbe;
|
12051 |
-
color: #fff;
|
12052 |
-
border: 1px solid transparent;
|
12053 |
-
font-size: 13px;
|
12054 |
-
border-radius: 0;
|
12055 |
-
outline: none !important;
|
12056 |
-
padding: 3px 5px;
|
12057 |
-
height: auto;
|
12058 |
-
width: auto;
|
12059 |
-
margin-left: 7px;
|
12060 |
-
}
|
12061 |
-
|
12062 |
-
.jqvmap-zoomin:hover,
|
12063 |
-
.jqvmap-zoomin:focus,
|
12064 |
-
.jqvmap-zoomin:active,
|
12065 |
-
.jqvmap-zoomout:hover,
|
12066 |
-
.jqvmap-zoomout:focus,
|
12067 |
-
.jqvmap-zoomout:active {
|
12068 |
-
background-color: #6a5fac;
|
12069 |
-
border: 1px solid transparent;
|
12070 |
-
}
|
12071 |
-
|
12072 |
-
/* Gritter Notifications */
|
12073 |
-
|
12074 |
-
.gritter-item {
|
12075 |
-
font-size: 13px;
|
12076 |
-
background: rgba(0, 0, 0, 0.7);
|
12077 |
-
background-image: none !important;
|
12078 |
-
padding: 15px;
|
12079 |
-
}
|
12080 |
-
|
12081 |
-
.gritter-top {
|
12082 |
-
background: none !important;
|
12083 |
-
}
|
12084 |
-
|
12085 |
-
.gritter-bottom {
|
12086 |
-
background: none !important;
|
12087 |
-
}
|
12088 |
-
|
12089 |
-
.gritter-close {
|
12090 |
-
top: 15px;
|
12091 |
-
left: auto;
|
12092 |
-
right: 5px;
|
12093 |
-
}
|
12094 |
-
|
12095 |
-
.gritter-image {
|
12096 |
-
width: 50px;
|
12097 |
-
height: 50px;
|
12098 |
-
border-radius: 100%;
|
12099 |
-
}
|
12100 |
-
|
12101 |
-
.gritter-with-image {
|
12102 |
-
padding-left: 10px;
|
12103 |
-
}
|
12104 |
-
|
12105 |
-
/* Calendar */
|
12106 |
-
|
12107 |
-
.fc button {
|
12108 |
-
height: auto;
|
12109 |
-
padding: 6px 12px;
|
12110 |
-
font-size: 13px;
|
12111 |
-
}
|
12112 |
-
|
12113 |
-
.fc button::-moz-focus-inner {
|
12114 |
-
margin: 0;
|
12115 |
-
padding: 0;
|
12116 |
-
}
|
12117 |
-
|
12118 |
-
.fc-state-default {
|
12119 |
-
border: 1px solid;
|
12120 |
-
}
|
12121 |
-
|
12122 |
-
.fc-state-default.fc-corner-left {
|
12123 |
-
border-top-left-radius: 2px;
|
12124 |
-
border-bottom-left-radius: 2px;
|
12125 |
-
}
|
12126 |
-
|
12127 |
-
.fc-state-default.fc-corner-right {
|
12128 |
-
border-top-right-radius: 2px;
|
12129 |
-
border-bottom-right-radius: 2px;
|
12130 |
-
}
|
12131 |
-
|
12132 |
-
.fc-state-default {
|
12133 |
-
background-color: #fff;
|
12134 |
-
background-image: none;
|
12135 |
-
border-color: #e5e5e5;
|
12136 |
-
color: #333;
|
12137 |
-
text-shadow: none;
|
12138 |
-
box-shadow: none;
|
12139 |
-
outline: 0 !important;
|
12140 |
-
}
|
12141 |
-
|
12142 |
-
.fc-state-hover,
|
12143 |
-
.fc-state-down,
|
12144 |
-
.fc-state-active,
|
12145 |
-
.fc-state-disabled {
|
12146 |
-
color: #333333;
|
12147 |
-
background-color: #e6e6e6;
|
12148 |
-
}
|
12149 |
-
|
12150 |
-
.fc-state-hover {
|
12151 |
-
color: #333333;
|
12152 |
-
text-decoration: none;
|
12153 |
-
background-position: 0 -15px;
|
12154 |
-
-webkit-transition: none;
|
12155 |
-
-moz-transition: none;
|
12156 |
-
-o-transition: none;
|
12157 |
-
transition: none;
|
12158 |
-
}
|
12159 |
-
|
12160 |
-
.fc-state-down,
|
12161 |
-
.fc-state-active {
|
12162 |
-
background-color: #f1f1f1;
|
12163 |
-
border: 1px solid #e5e5e5;
|
12164 |
-
box-shadow: none !important;
|
12165 |
-
}
|
12166 |
-
|
12167 |
-
.fc-state-disabled {
|
12168 |
-
cursor: default;
|
12169 |
-
background-image: none;
|
12170 |
-
opacity: 0.65;
|
12171 |
-
filter: alpha(opacity=65);
|
12172 |
-
box-shadow: none;
|
12173 |
-
}
|
12174 |
-
|
12175 |
-
.fc-day-grid-event {
|
12176 |
-
padding: 5px;
|
12177 |
-
background: green;
|
12178 |
-
border: 0;
|
12179 |
-
}
|
12180 |
-
|
12181 |
-
/* List Groups */
|
12182 |
-
|
12183 |
-
.list-group-item.active {
|
12184 |
-
background: #f1f1f1;
|
12185 |
-
border-color: #DDDDDD;
|
12186 |
-
color: #333;
|
12187 |
-
}
|
12188 |
-
|
12189 |
-
.list-group-item.active:hover {
|
12190 |
-
background: #e7e7e7;
|
12191 |
-
border-color: #DDDDDD;
|
12192 |
-
color: #333;
|
12193 |
-
}
|
12194 |
-
|
12195 |
-
/* Header */
|
12196 |
-
|
12197 |
-
.navbar {
|
12198 |
-
border: none;
|
12199 |
-
background: #FFF;
|
12200 |
-
padding: 0;
|
12201 |
-
height: 60px;
|
12202 |
-
z-index: 999;
|
12203 |
-
border-radius: 0;
|
12204 |
-
margin: auto;
|
12205 |
-
position: relative;
|
12206 |
-
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12207 |
-
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12208 |
-
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12209 |
-
}
|
12210 |
-
|
12211 |
-
.page-header-fixed .navbar {
|
12212 |
-
position: fixed;
|
12213 |
-
right: 0;
|
12214 |
-
left: 0;
|
12215 |
-
}
|
12216 |
-
|
12217 |
-
@media (min-width: 768px) {
|
12218 |
-
.page-content.container .navbar {
|
12219 |
-
width: 750px;
|
12220 |
-
}
|
12221 |
-
}
|
12222 |
-
|
12223 |
-
@media (min-width: 992px) {
|
12224 |
-
.page-content.container .navbar {
|
12225 |
-
width: 970px;
|
12226 |
-
}
|
12227 |
-
}
|
12228 |
-
|
12229 |
-
@media (min-width: 1200px) {
|
12230 |
-
.page-content.container .navbar {
|
12231 |
-
width: 1170px;
|
12232 |
-
}
|
12233 |
-
}
|
12234 |
-
|
12235 |
-
.topmenu-outer {
|
12236 |
-
height: 60px;
|
12237 |
-
background: #fff;
|
12238 |
-
margin-left: 160px;
|
12239 |
-
}
|
12240 |
-
|
12241 |
-
.small-sidebar .topmenu-outer {
|
12242 |
-
margin-left: 65px;
|
12243 |
-
}
|
12244 |
-
|
12245 |
-
.pace .pace-progress {
|
12246 |
-
background: green;
|
12247 |
-
}
|
12248 |
-
|
12249 |
-
.pace .pace-progress-inner {
|
12250 |
-
box-shadow: 0 0 10px green, 0 0 5px green;
|
12251 |
-
}
|
12252 |
-
|
12253 |
-
.pace .pace-activity {
|
12254 |
-
border-top-color: green;
|
12255 |
-
border-left-color: green;
|
12256 |
-
margin-top: 60px;
|
12257 |
-
}
|
12258 |
-
|
12259 |
-
/* logo */
|
12260 |
-
|
12261 |
-
.navbar .logo-box {
|
12262 |
-
position: relative;
|
12263 |
-
width: 160px;
|
12264 |
-
height: 60px;
|
12265 |
-
float: left;
|
12266 |
-
display: table;
|
12267 |
-
|
12268 |
-
}
|
12269 |
-
|
12270 |
-
.navbar .logo-box .logo-text {
|
12271 |
-
font-size: 20px;
|
12272 |
-
font-weight: bold;
|
12273 |
-
line-height: 60px;
|
12274 |
-
padding: 0 15px 0 15px;
|
12275 |
-
vertical-align: middle;
|
12276 |
-
display: table-cell;
|
12277 |
-
text-align: center;
|
12278 |
-
}
|
12279 |
-
|
12280 |
-
.navbar .logo-box a:hover,
|
12281 |
-
.navbar .logo-box a:focus {
|
12282 |
-
text-decoration: none;
|
12283 |
-
}
|
12284 |
-
|
12285 |
-
.navbar .logo-box a {
|
12286 |
-
margin: 0 auto;
|
12287 |
-
}
|
12288 |
-
|
12289 |
-
.small-sidebar .navbar .logo-box {
|
12290 |
-
width: 65px;
|
12291 |
-
}
|
12292 |
-
|
12293 |
-
.small-sidebar .navbar .logo-box span {
|
12294 |
-
width: 13px;
|
12295 |
-
overflow: hidden;
|
12296 |
-
display: block;
|
12297 |
-
margin: 0 auto;
|
12298 |
-
}
|
12299 |
-
|
12300 |
-
/* Top Menu */
|
12301 |
-
|
12302 |
-
.navbar-nav.navbar-right {
|
12303 |
-
margin-right: 0;
|
12304 |
-
}
|
12305 |
-
|
12306 |
-
.top-menu .navbar-nav > li {
|
12307 |
-
height: 49px;
|
12308 |
-
}
|
12309 |
-
|
12310 |
-
.top-menu .navbar-nav > li > a {
|
12311 |
-
display: block;
|
12312 |
-
padding: 20px 18px;
|
12313 |
-
color: #5f5f5f;
|
12314 |
-
border: none;
|
12315 |
-
position: relative;
|
12316 |
-
line-height: 20px;
|
12317 |
-
}
|
12318 |
-
|
12319 |
-
.top-menu .nav > li > a:hover,
|
12320 |
-
.top-menu .nav > li > a:focus,
|
12321 |
-
.top-menu .nav > li > a:active,
|
12322 |
-
.top-menu .nav .open > a,
|
12323 |
-
.top-menu .nav .open > a:hover,
|
12324 |
-
.top-menu .nav .open > a:focus {
|
12325 |
-
background: transparent;
|
12326 |
-
}
|
12327 |
-
|
12328 |
-
.top-menu .nav .open > a,
|
12329 |
-
.top-menu .nav .open > a:hover,
|
12330 |
-
.top-menu .nav .open > a:focus {
|
12331 |
-
background: transparent;
|
12332 |
-
border-color: transparent;
|
12333 |
-
}
|
12334 |
-
|
12335 |
-
.top-menu .navbar-nav > li > a > i {
|
12336 |
-
font-size: 14px;
|
12337 |
-
}
|
12338 |
-
|
12339 |
-
.top-menu .navbar-nav > li > a > .badge {
|
12340 |
-
font-family: "Open Sans", sans-serif;
|
12341 |
-
position: absolute;
|
12342 |
-
top: 12px;
|
12343 |
-
right: 7px;
|
12344 |
-
padding: 3px 6px;
|
12345 |
-
font-size: 11px;
|
12346 |
-
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
|
12347 |
-
}
|
12348 |
-
|
12349 |
-
.top-menu .navbar-nav > li > a > .user-name {
|
12350 |
-
padding: 0 10px 0 0;
|
12351 |
-
line-height: 20px;
|
12352 |
-
}
|
12353 |
-
|
12354 |
-
.top-menu .navbar-nav > li > a > .user-name {
|
12355 |
-
padding: 0 10px 0 0;
|
12356 |
-
line-height: 20px;
|
12357 |
-
}
|
12358 |
-
|
12359 |
-
@media (max-width: 991px) {
|
12360 |
-
.top-menu .navbar-nav > li > a > .user-name {
|
12361 |
-
display: none;
|
12362 |
-
}
|
12363 |
-
}
|
12364 |
-
|
12365 |
-
.top-menu .navbar-nav > li > a > .user-name > i {
|
12366 |
-
margin-left: 5px;
|
12367 |
-
}
|
12368 |
-
|
12369 |
-
.avatar {
|
12370 |
-
padding: 0;
|
12371 |
-
margin: -19px 0 -15px 0;
|
12372 |
-
position: relative;
|
12373 |
-
display: inline-block;
|
12374 |
-
}
|
12375 |
-
|
12376 |
-
/* Dropdowns */
|
12377 |
-
|
12378 |
-
.dropdown-menu {
|
12379 |
-
position: absolute;
|
12380 |
-
top: 100%;
|
12381 |
-
z-index: 1000;
|
12382 |
-
display: none;
|
12383 |
-
float: left;
|
12384 |
-
list-style: none;
|
12385 |
-
text-shadow: none;
|
12386 |
-
padding: 0;
|
12387 |
-
margin: 10px 0 0 0;
|
12388 |
-
background-color: white;
|
12389 |
-
border: 1px solid #d8dee4;
|
12390 |
-
-webkit-border-radius: 0;
|
12391 |
-
-moz-border-radius: 0;
|
12392 |
-
-ms-border-radius: 0;
|
12393 |
-
-o-border-radius: 0;
|
12394 |
-
border-radius: 0;
|
12395 |
-
-webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12396 |
-
-moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12397 |
-
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
|
12398 |
-
}
|
12399 |
-
|
12400 |
-
.dropdown-menu li {
|
12401 |
-
font-size: 13px;
|
12402 |
-
}
|
12403 |
-
|
12404 |
-
.dropdown-menu li a:hover {
|
12405 |
-
background: #f7f7f7;
|
12406 |
-
}
|
12407 |
-
|
12408 |
-
.navbar-nav > li > .dropdown-menu {
|
12409 |
-
margin-top: 25px !important;
|
12410 |
-
}
|
12411 |
-
|
12412 |
-
.dropdown-menu:before {
|
12413 |
-
position: absolute;
|
12414 |
-
top: -8px;
|
12415 |
-
left: 9px;
|
12416 |
-
right: auto;
|
12417 |
-
display: inline-block !important;
|
12418 |
-
border-right: 8px solid transparent;
|
12419 |
-
border-bottom: 8px solid #d8dee4;
|
12420 |
-
border-left: 8px solid transparent;
|
12421 |
-
content: '';
|
12422 |
-
}
|
12423 |
-
|
12424 |
-
.dropdown-menu:after {
|
12425 |
-
position: absolute;
|
12426 |
-
top: -7px;
|
12427 |
-
left: 10px;
|
12428 |
-
right: auto;
|
12429 |
-
display: inline-block !important;
|
12430 |
-
border-right: 7px solid transparent;
|
12431 |
-
border-bottom: 7px solid #fff;
|
12432 |
-
border-left: 7px solid transparent;
|
12433 |
-
content: '';
|
12434 |
-
}
|
12435 |
-
|
12436 |
-
.dropdown.dropup > .dropdown-menu:after,
|
12437 |
-
.dropdown.dropup > .dropdown-menu:before,
|
12438 |
-
.btn-group.dropup > .dropdown-menu:after,
|
12439 |
-
.btn-group.dropup > .dropdown-menu:before,
|
12440 |
-
.dropdown-toggle.dropup > .dropdown-menu:after,
|
12441 |
-
.dropdown-toggle.dropup > .dropdown-menu:before {
|
12442 |
-
display: none !important;
|
12443 |
-
}
|
12444 |
-
|
12445 |
-
.navbar-left .dropdown-menu:before,
|
12446 |
-
.dropdown-menu.dropdown-menu-left:before {
|
12447 |
-
left: 16px;
|
12448 |
-
right: auto;
|
12449 |
-
}
|
12450 |
-
|
12451 |
-
.navbar-left .dropdown-menu:after,
|
12452 |
-
.dropdown-menu.dropdown-menu-left:after {
|
12453 |
-
left: 17px;
|
12454 |
-
right: auto;
|
12455 |
-
}
|
12456 |
-
|
12457 |
-
.navbar-right .dropdown-menu:before,
|
12458 |
-
.dropdown-menu.dropdown-menu-right:before {
|
12459 |
-
right: 16px;
|
12460 |
-
left: auto;
|
12461 |
-
}
|
12462 |
-
|
12463 |
-
.navbar-right .dropdown-menu:after,
|
12464 |
-
.dropdown-menu.dropdown-menu-right:after {
|
12465 |
-
right: 17px;
|
12466 |
-
left: auto;
|
12467 |
-
}
|
12468 |
-
|
12469 |
-
.dropdown-menu.title-caret:after {
|
12470 |
-
border-bottom: 7px solid #fff;
|
12471 |
-
}
|
12472 |
-
|
12473 |
-
.dropdown-menu > li.active > a:hover,
|
12474 |
-
.dropdown-menu > li.active > a:focus,
|
12475 |
-
.dropdown-menu > li.active > a:active,
|
12476 |
-
.dropdown-menu > li.active > a,
|
12477 |
-
.dropdown-menu > li.active > a:hover,
|
12478 |
-
.dropdown-menu > li.active > a:focus {
|
12479 |
-
background: #F7F7F7;
|
12480 |
-
color: #333;
|
12481 |
-
}
|
12482 |
-
|
12483 |
-
.drop-title {
|
12484 |
-
display: block;
|
12485 |
-
border-bottom: 1px solid #F3F3F3;
|
12486 |
-
font-size: 14px;
|
12487 |
-
background: #fff;
|
12488 |
-
padding: 12px;
|
12489 |
-
color: #6a6a6a;
|
12490 |
-
margin: 0;
|
12491 |
-
}
|
12492 |
-
|
12493 |
-
.dropdown-menu li.drop-all a {
|
12494 |
-
padding: 10px;
|
12495 |
-
color: #707070;
|
12496 |
-
background: #FFF;
|
12497 |
-
font-size: 14px;
|
12498 |
-
}
|
12499 |
-
|
12500 |
-
.dropdown-menu li.drop-all a:hover {
|
12501 |
-
background: #f7f7f7;
|
12502 |
-
}
|
12503 |
-
|
12504 |
-
.dropdown-sm {
|
12505 |
-
width: 190px;
|
12506 |
-
}
|
12507 |
-
|
12508 |
-
.dropdown-md {
|
12509 |
-
width: 230px;
|
12510 |
-
}
|
12511 |
-
|
12512 |
-
.dropdown-lg {
|
12513 |
-
width: 280px;
|
12514 |
-
}
|
12515 |
-
|
12516 |
-
.dropdown-menu li a {
|
12517 |
-
padding: 7px 10px 7px 10px;
|
12518 |
-
color: #5f5f5f;
|
12519 |
-
font-size: 13px;
|
12520 |
-
}
|
12521 |
-
|
12522 |
-
.dropdown-menu li a i {
|
12523 |
-
margin-right: 10px;
|
12524 |
-
}
|
12525 |
-
|
12526 |
-
.dropdown-menu li.no-link {
|
12527 |
-
padding: 7px 10px 7px 10px;
|
12528 |
-
}
|
12529 |
-
|
12530 |
-
.dropdown-menu li.li-group {
|
12531 |
-
border-bottom: 1px solid #f1f1f1;
|
12532 |
-
padding: 5px 0 5px 0;
|
12533 |
-
}
|
12534 |
-
|
12535 |
-
.nav .open > a,
|
12536 |
-
.nav .open > a:hover,
|
12537 |
-
.nav .open > a:focus {
|
12538 |
-
background-color: #eee;
|
12539 |
-
border-color: transparent;
|
12540 |
-
}
|
12541 |
-
|
12542 |
-
.navbar .dropdown .dropdown-menu {
|
12543 |
-
display: block;
|
12544 |
-
visibility: hidden;
|
12545 |
-
opacity: 0;
|
12546 |
-
transition: all 300ms ease;
|
12547 |
-
-moz-transition: all 300ms ease;
|
12548 |
-
-webkit-transition: all 300ms ease;
|
12549 |
-
-o-transition: all 300ms ease;
|
12550 |
-
-ms-transition: all 300ms ease;
|
12551 |
-
margin-top: 40px !important;
|
12552 |
-
}
|
12553 |
-
|
12554 |
-
.navbar .open .dropdown-menu {
|
12555 |
-
visibility: visible;
|
12556 |
-
opacity: 1;
|
12557 |
-
margin-top: 25px !important;
|
12558 |
-
}
|
12559 |
-
|
12560 |
-
.navbar .dropdown {
|
12561 |
-
display: inline-block;
|
12562 |
-
}
|
12563 |
-
|
12564 |
-
/* Messages */
|
12565 |
-
|
12566 |
-
.messages {
|
12567 |
-
max-height: 300px;
|
12568 |
-
}
|
12569 |
-
|
12570 |
-
.messages li a {
|
12571 |
-
color: #bababa;
|
12572 |
-
font-size: 13px;
|
12573 |
-
padding-left: 15px;
|
12574 |
-
text-decoration: none;
|
12575 |
-
display: block;
|
12576 |
-
padding-top: 8px;
|
12577 |
-
padding-bottom: 8px;
|
12578 |
-
position: relative;
|
12579 |
-
}
|
12580 |
-
|
12581 |
-
.messages li a:hover {
|
12582 |
-
background: #f7f7f7;
|
12583 |
-
}
|
12584 |
-
|
12585 |
-
.messages li {
|
12586 |
-
border-bottom: 1px solid #f3f3f3;
|
12587 |
-
}
|
12588 |
-
|
12589 |
-
.messages li a .msg-img {
|
12590 |
-
height: 100%;
|
12591 |
-
display: block;
|
12592 |
-
float: left;
|
12593 |
-
position: relative;
|
12594 |
-
}
|
12595 |
-
|
12596 |
-
.online {
|
12597 |
-
position: absolute;
|
12598 |
-
top: 1px;
|
12599 |
-
right: 1px;
|
12600 |
-
display: block;
|
12601 |
-
width: 10px;
|
12602 |
-
height: 10px;
|
12603 |
-
border-radius: 50%;
|
12604 |
-
border: 2px solid #FFF;
|
12605 |
-
background: #ccc;
|
12606 |
-
}
|
12607 |
-
|
12608 |
-
.online.on {
|
12609 |
-
background: #44AEA1;
|
12610 |
-
}
|
12611 |
-
|
12612 |
-
.online.off {
|
12613 |
-
background: #f3565d;
|
12614 |
-
}
|
12615 |
-
|
12616 |
-
.messages li a img {
|
12617 |
-
width: 40px;
|
12618 |
-
height: 40px;
|
12619 |
-
}
|
12620 |
-
|
12621 |
-
.messages li a .msg-name {
|
12622 |
-
display: block;
|
12623 |
-
font-size: 14px;
|
12624 |
-
color: #707070;
|
12625 |
-
padding: 0 0 0 10px;
|
12626 |
-
margin: 0;
|
12627 |
-
float: left;
|
12628 |
-
}
|
12629 |
-
|
12630 |
-
.messages li a .msg-text {
|
12631 |
-
display: block;
|
12632 |
-
width: 210px;
|
12633 |
-
text-overflow: ellipsis;
|
12634 |
-
white-space: nowrap;
|
12635 |
-
color: #a0a0a0;
|
12636 |
-
margin: 0;
|
12637 |
-
float: left;
|
12638 |
-
padding: 0 0 0 10px;
|
12639 |
-
}
|
12640 |
-
|
12641 |
-
.messages li a .msg-time {
|
12642 |
-
font-size: 11px;
|
12643 |
-
display: block;
|
12644 |
-
width: 210px;
|
12645 |
-
padding: 0 4px 0 8px;
|
12646 |
-
margin: 0;
|
12647 |
-
float: right;
|
12648 |
-
}
|
12649 |
-
|
12650 |
-
/* Tasks */
|
12651 |
-
|
12652 |
-
.tasks {
|
12653 |
-
max-height: 300px;
|
12654 |
-
}
|
12655 |
-
|
12656 |
-
.tasks li a {
|
12657 |
-
color: #bababa;
|
12658 |
-
font-size: 13px;
|
12659 |
-
padding-left: 15px;
|
12660 |
-
text-decoration: none;
|
12661 |
-
display: block;
|
12662 |
-
padding-top: 10px;
|
12663 |
-
padding-bottom: 10px;
|
12664 |
-
position: relative;
|
12665 |
-
}
|
12666 |
-
|
12667 |
-
.tasks li {
|
12668 |
-
border-bottom: 1px solid #f3f3f3;
|
12669 |
-
}
|
12670 |
-
|
12671 |
-
.tasks li a:hover {
|
12672 |
-
background: #f7f7f7;
|
12673 |
-
}
|
12674 |
-
|
12675 |
-
.task-icon.badge {
|
12676 |
-
height: 25px;
|
12677 |
-
width: 25px;
|
12678 |
-
display: block;
|
12679 |
-
float: left;
|
12680 |
-
position: relative;
|
12681 |
-
margin-right: 10px;
|
12682 |
-
padding-top: 6px;
|
12683 |
-
}
|
12684 |
-
|
12685 |
-
.task-icon i {
|
12686 |
-
text-align: center;
|
12687 |
-
font-size: 12px;
|
12688 |
-
}
|
12689 |
-
|
12690 |
-
.tasks li a .task-details {
|
12691 |
-
display: block;
|
12692 |
-
font-size: 13px;
|
12693 |
-
color: #868686;
|
12694 |
-
padding: 3px 0 0 0;
|
12695 |
-
margin: 0;
|
12696 |
-
float: left;
|
12697 |
-
width: 148px;
|
12698 |
-
}
|
12699 |
-
|
12700 |
-
.tasks li a .badge {
|
12701 |
-
margin: 0;
|
12702 |
-
margin-right: 5px;
|
12703 |
-
max-width: 85px;
|
12704 |
-
}
|
12705 |
-
|
12706 |
-
/* Page Content */
|
12707 |
-
|
12708 |
-
.page-content {
|
12709 |
-
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
|
12710 |
-
-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
|
12711 |
-
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
|
12712 |
-
background: #f7f8f8;
|
12713 |
-
min-height: 100%;
|
12714 |
-
}
|
12715 |
-
|
12716 |
-
.page-content.container {
|
12717 |
-
padding-left: 0;
|
12718 |
-
padding-right: 0;
|
12719 |
-
}
|
12720 |
-
|
12721 |
-
/* Sidebar */
|
12722 |
-
|
12723 |
-
.page-sidebar {
|
12724 |
-
width: 160px;
|
12725 |
-
display: block;
|
12726 |
-
z-index: 998;
|
12727 |
-
float: left;
|
12728 |
-
height: auto !important;
|
12729 |
-
overflow: visible !important;
|
12730 |
-
}
|
12731 |
-
|
12732 |
-
.sidebar .sidebar-title {
|
12733 |
-
display: block;
|
12734 |
-
margin: 0 0 10px 0;
|
12735 |
-
}
|
12736 |
-
|
12737 |
-
.page-sidebar-fixed:not(.page-header-fixed) .logo-box {
|
12738 |
-
position: fixed;
|
12739 |
-
display: block;
|
12740 |
-
}
|
12741 |
-
|
12742 |
-
.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
|
12743 |
-
margin-left: 160px;
|
12744 |
-
}
|
12745 |
-
|
12746 |
-
.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer {
|
12747 |
-
margin-left: 65px;
|
12748 |
-
}
|
12749 |
-
|
12750 |
-
.page-header-fixed .page-sidebar {
|
12751 |
-
padding-top: 60px;
|
12752 |
-
}
|
12753 |
-
|
12754 |
-
.page-sidebar-fixed .sidebar {
|
12755 |
-
position: fixed;
|
12756 |
-
top: 0;
|
12757 |
-
bottom: 0;
|
12758 |
-
padding-top: 60px;
|
12759 |
-
}
|
12760 |
-
|
12761 |
-
.page-sidebar-fixed .page-sidebar-inner {
|
12762 |
-
height: 100%;
|
12763 |
-
}
|
12764 |
-
|
12765 |
-
.page-sidebar .page-sidebar-inner {
|
12766 |
-
height: 100% !important;
|
12767 |
-
}
|
12768 |
-
|
12769 |
-
.small-sidebar .page-sidebar {
|
12770 |
-
width: 65px;
|
12771 |
-
}
|
12772 |
-
|
12773 |
-
.small-sidebar .page-sidebar-inner {
|
12774 |
-
overflow: visible !important;
|
12775 |
-
}
|
12776 |
-
|
12777 |
-
.sidebar-header {
|
12778 |
-
overflow: hidden;
|
12779 |
-
clear: both;
|
12780 |
-
position: relative;
|
12781 |
-
padding: 20px;
|
12782 |
-
}
|
12783 |
-
|
12784 |
-
.sidebar-profile-image {
|
12785 |
-
display: block;
|
12786 |
-
}
|
12787 |
-
|
12788 |
-
.sidebar-profile {
|
12789 |
-
overflow: hidden;
|
12790 |
-
position: relative;
|
12791 |
-
display: block;
|
12792 |
-
}
|
12793 |
-
|
12794 |
-
.sidebar-profile a {
|
12795 |
-
text-decoration: none;
|
12796 |
-
}
|
12797 |
-
|
12798 |
-
.sidebar-profile img {
|
12799 |
-
width: 60px;
|
12800 |
-
display: block;
|
12801 |
-
margin: 0 auto;
|
12802 |
-
}
|
12803 |
-
|
12804 |
-
.sidebar-profile span {
|
12805 |
-
color: #fff;
|
12806 |
-
font-weight: 600;
|
12807 |
-
display: block;
|
12808 |
-
padding: 8px 0 0 0;
|
12809 |
-
text-align: center;
|
12810 |
-
}
|
12811 |
-
|
12812 |
-
.sidebar-profile span small {
|
12813 |
-
color: #90999c;
|
12814 |
-
padding: 5px 0;
|
12815 |
-
}
|
12816 |
-
|
12817 |
-
.profile {
|
12818 |
-
line-height: 60px;
|
12819 |
-
margin-left: 5px;
|
12820 |
-
font-size: 14px;
|
12821 |
-
}
|
12822 |
-
|
12823 |
-
.small-sidebar .sidebar-header,
|
12824 |
-
.page-horizontal-bar .sidebar-header {
|
12825 |
-
display: none;
|
12826 |
-
}
|
12827 |
-
|
12828 |
-
/* Horizontal Bar */
|
12829 |
-
|
12830 |
-
.horizontal-bar {
|
12831 |
-
width: 100%;
|
12832 |
-
display: block;
|
12833 |
-
z-index: 9998;
|
12834 |
-
float: none;
|
12835 |
-
height: auto !important;
|
12836 |
-
left: 0;
|
12837 |
-
right: 0;
|
12838 |
-
bottom: 0;
|
12839 |
-
height: 74px;
|
12840 |
-
}
|
12841 |
-
|
12842 |
-
@media (min-width: 768px) {
|
12843 |
-
.page-sidebar-fixed.page-horizontal-bar .sidebar {
|
12844 |
-
position: fixed;
|
12845 |
-
top: 0;
|
12846 |
-
bottom: auto;
|
12847 |
-
padding-top: 60px;
|
12848 |
-
}
|
12849 |
-
}
|
12850 |
-
|
12851 |
-
.small-sidebar .horizontal-bar .slimScrollDiv {
|
12852 |
-
overflow: visible !important;
|
12853 |
-
}
|
12854 |
-
|
12855 |
-
.page-horizontal-bar.page-header-fixed .horizontal-bar {
|
12856 |
-
padding-top: 60px;
|
12857 |
-
}
|
12858 |
-
|
12859 |
-
.page-horizontal-bar.page-sidebar-fixed .navbar {
|
12860 |
-
z-index: 9999;
|
12861 |
-
}
|
12862 |
-
|
12863 |
-
@media (min-width: 768px) {
|
12864 |
-
.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
|
12865 |
-
width: 750px;
|
12866 |
-
margin: 0 auto;
|
12867 |
-
}
|
12868 |
-
}
|
12869 |
-
|
12870 |
-
@media (min-width: 992px) {
|
12871 |
-
.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
|
12872 |
-
width: 970px;
|
12873 |
-
margin: 0 auto;
|
12874 |
-
}
|
12875 |
-
}
|
12876 |
-
|
12877 |
-
@media (min-width: 1200px) {
|
12878 |
-
.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar {
|
12879 |
-
width: 1170px;
|
12880 |
-
margin: 0 auto;
|
12881 |
-
}
|
12882 |
-
}
|
12883 |
-
|
12884 |
-
@media (max-width: 1200px) {
|
12885 |
-
.horizontal-bar .accordion-menu > li > a > p {
|
12886 |
-
display: none;
|
12887 |
-
}
|
12888 |
-
|
12889 |
-
.compact-menu .horizontal-bar .accordion-menu > li > a > p {
|
12890 |
-
display: none !important;
|
12891 |
-
}
|
12892 |
-
|
12893 |
-
body:not(.small-sidebar) .horizontal-bar .accordion-menu > li > a > .menu-icon {
|
12894 |
-
float: none !important;
|
12895 |
-
margin: 0 !important;
|
12896 |
-
}
|
12897 |
-
|
12898 |
-
.horizontal-bar .accordion-menu ul {
|
12899 |
-
top: 50px !important;
|
12900 |
-
}
|
12901 |
-
}
|
12902 |
-
|
12903 |
-
.horizontal-bar .page-sidebar-inner {
|
12904 |
-
overflow: visible !important;
|
12905 |
-
}
|
12906 |
-
|
12907 |
-
.horizontal-bar .accordion-menu {
|
12908 |
-
text-align: center;
|
12909 |
-
font-size: 0;
|
12910 |
-
width: 100% !important;
|
12911 |
-
overflow: visible !important;
|
12912 |
-
}
|
12913 |
-
|
12914 |
-
.horizontal-bar .accordion-menu li {
|
12915 |
-
display: inline-block;
|
12916 |
-
margin: 0 !important;
|
12917 |
-
padding: 0 !important;
|
12918 |
-
position: relative;
|
12919 |
-
}
|
12920 |
-
|
12921 |
-
.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu > li > a,
|
12922 |
-
.horizontal-bar .accordion-menu > li > a {
|
12923 |
-
padding: 16px !important;
|
12924 |
-
}
|
12925 |
-
|
12926 |
-
.small-sidebar .horizontal-bar .accordion-menu li a span.menu-icon {
|
12927 |
-
font-size: 15px;
|
12928 |
-
}
|
12929 |
-
|
12930 |
-
.horizontal-bar .accordion-menu > li > a > p {
|
12931 |
-
font-size: 13px;
|
12932 |
-
}
|
12933 |
-
|
12934 |
-
.compact-menu .horizontal-bar .accordion-menu li a p {
|
12935 |
-
display: inline;
|
12936 |
-
}
|
12937 |
-
|
12938 |
-
.horizontal-bar .accordion-menu .sub-menu li a {
|
12939 |
-
font-size: 13px;
|
12940 |
-
padding: 10px;
|
12941 |
-
padding-left: 15px;
|
12942 |
-
padding-right: 15px;
|
12943 |
-
}
|
12944 |
-
|
12945 |
-
.page-horizontal-bar.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
|
12946 |
-
width: auto;
|
12947 |
-
}
|
12948 |
-
|
12949 |
-
.horizontal-bar .accordion-menu > li > a > span.arrow:before {
|
12950 |
-
display: none;
|
12951 |
-
}
|
12952 |
-
|
12953 |
-
body:not(.small-sidebar) .horizontal-bar .menu.accordion-menu > li > a > .menu-icon {
|
12954 |
-
font-size: 14px;
|
12955 |
-
}
|
12956 |
-
|
12957 |
-
.small-sidebar.page-horizontal-bar .menu.accordion-menu > li > a > span.menu-icon {
|
12958 |
-
margin: 0 !important;
|
12959 |
-
}
|
12960 |
-
|
12961 |
-
.horizontal-bar .accordion-menu > li > ul {
|
12962 |
-
left: 0 !important;
|
12963 |
-
top: 74px;
|
12964 |
-
width: 200px;
|
12965 |
-
position: absolute;
|
12966 |
-
}
|
12967 |
-
|
12968 |
-
.horizontal-bar .accordion-menu ul li {
|
12969 |
-
display: block;
|
12970 |
-
text-align: left;
|
12971 |
-
}
|
12972 |
-
|
12973 |
-
.horizontal-bar .accordion-menu li.menu-title {
|
12974 |
-
display: none;
|
12975 |
-
}
|
12976 |
-
|
12977 |
-
.small-sidebar .horizontal-bar .accordion-menu > li > a > p {
|
12978 |
-
display: none !important;
|
12979 |
-
}
|
12980 |
-
|
12981 |
-
.small-sidebar .horizontal-bar .accordion-menu > li > ul {
|
12982 |
-
top: 44px !important;
|
12983 |
-
}
|
12984 |
-
|
12985 |
-
.small-sidebar.page-horizontal-bar.page-sidebar-fixed .page-inner {
|
12986 |
-
padding-left: 0;
|
12987 |
-
}
|
12988 |
-
|
12989 |
-
.small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner {
|
12990 |
-
padding: 110px 0 50px 0;
|
12991 |
-
}
|
12992 |
-
|
12993 |
-
.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
|
12994 |
-
padding: 60px 0 50px 65px;
|
12995 |
-
}
|
12996 |
-
|
12997 |
-
.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
|
12998 |
-
padding: 0 0 50px 65px;
|
12999 |
-
}
|
13000 |
-
|
13001 |
-
.small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner {
|
13002 |
-
padding: 0 0 50px 0;
|
13003 |
-
}
|
13004 |
-
|
13005 |
-
.page-horizontal-bar:not(.page-sidebar-fixed) .checkout {
|
13006 |
-
top: 0;
|
13007 |
-
}
|
13008 |
-
|
13009 |
-
.page-horizontal-bar.page-sidebar-fixed:not(.compact-menu) .checkout {
|
13010 |
-
top: 134px;
|
13011 |
-
}
|
13012 |
-
|
13013 |
-
.page-horizontal-bar.page-sidebar-fixed.compact-menu .checkout {
|
13014 |
-
top: 111px;
|
13015 |
-
}
|
13016 |
-
|
13017 |
-
/* Search */
|
13018 |
-
|
13019 |
-
.search-form {
|
13020 |
-
display: block;
|
13021 |
-
width: 100%;
|
13022 |
-
height: 60px;
|
13023 |
-
z-index: 99999;
|
13024 |
-
position: fixed;
|
13025 |
-
background: #fff;
|
13026 |
-
margin-top: -60px;
|
13027 |
-
transition: all 0.3s ease;
|
13028 |
-
-moz-transition: all 0.3s ease;
|
13029 |
-
-webkit-transition: all 0.3s ease;
|
13030 |
-
-o-transition: all 0.3s ease;
|
13031 |
-
-ms-transition: all 0.3s ease;
|
13032 |
-
}
|
13033 |
-
|
13034 |
-
.search-form .input-group {
|
13035 |
-
height: 60px;
|
13036 |
-
}
|
13037 |
-
|
13038 |
-
.search-form .input-group input {
|
13039 |
-
color: #5f5f5f;
|
13040 |
-
border: none;
|
13041 |
-
box-shadow: none;
|
13042 |
-
border-radius: 0;
|
13043 |
-
background: none;
|
13044 |
-
height: 60px;
|
13045 |
-
line-height: 60px;
|
13046 |
-
font-size: 16px;
|
13047 |
-
padding: 0 20px !important;
|
13048 |
-
}
|
13049 |
-
|
13050 |
-
.search-form .input-group button,
|
13051 |
-
.search-form .input-group button:hover,
|
13052 |
-
.search-form .input-group button:focus {
|
13053 |
-
background: none;
|
13054 |
-
box-shadow: none;
|
13055 |
-
border: none;
|
13056 |
-
outline: none;
|
13057 |
-
color: #5f5f5f;
|
13058 |
-
font-size: 20px;
|
13059 |
-
padding-left: 20px;
|
13060 |
-
padding-right: 20px;
|
13061 |
-
line-height: 46px;
|
13062 |
-
}
|
13063 |
-
|
13064 |
-
/* Menu */
|
13065 |
-
|
13066 |
-
.menu li a .badge {
|
13067 |
-
margin-left: 10px;
|
13068 |
-
}
|
13069 |
-
|
13070 |
-
.menu.accordion-menu {
|
13071 |
-
padding: 0;
|
13072 |
-
margin: 0;
|
13073 |
-
width: 160px;
|
13074 |
-
color: white;
|
13075 |
-
position: relative;
|
13076 |
-
display: block;
|
13077 |
-
}
|
13078 |
-
|
13079 |
-
.menu.accordion-menu a {
|
13080 |
-
display: block;
|
13081 |
-
padding: 15px;
|
13082 |
-
padding-left: 18px;
|
13083 |
-
padding-right: 18px;
|
13084 |
-
background: transparent;
|
13085 |
-
text-decoration: none;
|
13086 |
-
font-size: 13px;
|
13087 |
-
}
|
13088 |
-
|
13089 |
-
.menu.accordion-menu > li > a {
|
13090 |
-
text-align: center;
|
13091 |
-
}
|
13092 |
-
|
13093 |
-
body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a {
|
13094 |
-
text-align: center;
|
13095 |
-
}
|
13096 |
-
|
13097 |
-
.menu.accordion-menu a p {
|
13098 |
-
line-height: 1.42857143 !important;
|
13099 |
-
margin: 0;
|
13100 |
-
}
|
13101 |
-
|
13102 |
-
.menu.accordion-menu a span.menu-icon {
|
13103 |
-
display: inline-block;
|
13104 |
-
font-size: 20px;
|
13105 |
-
margin-bottom: 10px;
|
13106 |
-
}
|
13107 |
-
|
13108 |
-
.menu.accordion-menu li > a > .arrow:before {
|
13109 |
-
width: 10px;
|
13110 |
-
float: right;
|
13111 |
-
display: block;
|
13112 |
-
margin-top: -20px;
|
13113 |
-
font-size: 16px;
|
13114 |
-
font-family: FontAwesome;
|
13115 |
-
height: auto;
|
13116 |
-
content: "\f104";
|
13117 |
-
font-weight: 300;
|
13118 |
-
}
|
13119 |
-
|
13120 |
-
.menu.accordion-menu > li > a > .arrow:before {
|
13121 |
-
margin-top: -39px;
|
13122 |
-
}
|
13123 |
-
|
13124 |
-
.menu.accordion-menu li.open > a > .arrow:before {
|
13125 |
-
-webkit-transform: rotate(-90deg);
|
13126 |
-
-moz-transform: rotate(-90deg);
|
13127 |
-
-o-transform: rotate(-90deg);
|
13128 |
-
-ms-transform: rotate(-90deg);
|
13129 |
-
transform: rotate(-90deg);
|
13130 |
-
}
|
13131 |
-
|
13132 |
-
.menu.accordion-menu li {
|
13133 |
-
list-style-type: none;
|
13134 |
-
}
|
13135 |
-
|
13136 |
-
.menu.accordion-menu li a .badge {
|
13137 |
-
float: right;
|
13138 |
-
margin-top: 1px;
|
13139 |
-
margin-right: 0;
|
13140 |
-
margin-left: 0;
|
13141 |
-
display: block;
|
13142 |
-
}
|
13143 |
-
|
13144 |
-
.menu.accordion-menu ul {
|
13145 |
-
z-index: 9999;
|
13146 |
-
}
|
13147 |
-
|
13148 |
-
.menu.accordion-menu ul li a {
|
13149 |
-
display: block;
|
13150 |
-
padding: 10px;
|
13151 |
-
background: transparent;
|
13152 |
-
text-decoration: none;
|
13153 |
-
font-size: 13px;
|
13154 |
-
}
|
13155 |
-
|
13156 |
-
.menu.accordion-menu ul li ul {
|
13157 |
-
padding: 2px 0 2px 0;
|
13158 |
-
}
|
13159 |
-
|
13160 |
-
.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
|
13161 |
-
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li a,
|
13162 |
-
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a {
|
13163 |
-
padding-left: 26px;
|
13164 |
-
}
|
13165 |
-
|
13166 |
-
.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
|
13167 |
-
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,
|
13168 |
-
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a {
|
13169 |
-
padding-left: 31px;
|
13170 |
-
}
|
13171 |
-
|
13172 |
-
.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
|
13173 |
-
.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,
|
13174 |
-
.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a {
|
13175 |
-
padding-left: 36px;
|
13176 |
-
}
|
13177 |
-
|
13178 |
-
.menu ul {
|
13179 |
-
padding: 10px;
|
13180 |
-
z-index: 99;
|
13181 |
-
}
|
13182 |
-
|
13183 |
-
.compact-menu:not(.small-sidebar) .menu.accordion-menu li a {
|
13184 |
-
text-align: left !important;
|
13185 |
-
}
|
13186 |
-
|
13187 |
-
.compact-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > p {
|
13188 |
-
display: inline !important;
|
13189 |
-
}
|
13190 |
-
|
13191 |
-
.compact-menu .menu.accordion-menu a span.menu-icon {
|
13192 |
-
display: inline-block !important;
|
13193 |
-
font-size: 14px !important;
|
13194 |
-
margin-bottom: 0 !important;
|
13195 |
-
margin-right: 10px !important;
|
13196 |
-
}
|
13197 |
-
|
13198 |
-
.compact-menu .menu.accordion-menu li a .arrow:before {
|
13199 |
-
margin-top: -2px;
|
13200 |
-
}
|
13201 |
-
|
13202 |
-
.page-horizontal-bar.compact-menu .menu.accordion-menu ul {
|
13203 |
-
top: 50px;
|
13204 |
-
}
|
13205 |
-
|
13206 |
-
.page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul {
|
13207 |
-
top: 46px !important;
|
13208 |
-
}
|
13209 |
-
|
13210 |
-
.hover-menu:not(.page-horizontal-bar) .menu.accordion-menu > li > a > span.arrow {
|
13211 |
-
display: none;
|
13212 |
-
}
|
13213 |
-
|
13214 |
-
.hover-menu .menu.accordion-menu > li:hover > ul,
|
13215 |
-
.hover-menu .menu.accordion-menu > li.open:hover > ul {
|
13216 |
-
display: inline-block !important;
|
13217 |
-
}
|
13218 |
-
|
13219 |
-
.hover-menu .accordion-menu li {
|
13220 |
-
position: relative;
|
13221 |
-
}
|
13222 |
-
|
13223 |
-
.hover-menu .accordion-menu > li > ul {
|
13224 |
-
position: absolute;
|
13225 |
-
left: 160px;
|
13226 |
-
width: 200px;
|
13227 |
-
}
|
13228 |
-
|
13229 |
-
.hover-menu:not(.page-horizontal-bar) .accordion-menu > li > ul {
|
13230 |
-
position: absolute;
|
13231 |
-
top: 0;
|
13232 |
-
left: 160px;
|
13233 |
-
width: 200px;
|
13234 |
-
}
|
13235 |
-
|
13236 |
-
.hover-menu .sidebar,
|
13237 |
-
.hover-menu .sidebar .page-sidebar-inner,
|
13238 |
-
.hover-menu .sidebar .menu,
|
13239 |
-
.hover-menu .sidebar .slimScrollDiv {
|
13240 |
-
overflow: visible !important;
|
13241 |
-
}
|
13242 |
-
|
13243 |
-
.hover-menu .accordion-menu ul li a {
|
13244 |
-
text-align: left !important;
|
13245 |
-
}
|
13246 |
-
|
13247 |
-
.compact-menu .accordion-menu li a p {
|
13248 |
-
display: inline;
|
13249 |
-
}
|
13250 |
-
|
13251 |
-
.hover-menu .sidebar .slimScrollBar,
|
13252 |
-
.hover-menu .slimScrollBar {
|
13253 |
-
display: none !important;
|
13254 |
-
}
|
13255 |
-
|
13256 |
-
/* Small Menu */
|
13257 |
-
|
13258 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu {
|
13259 |
-
width: 65px;
|
13260 |
-
}
|
13261 |
-
|
13262 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .page-sidebar-inner {
|
13263 |
-
overflow: hidden !important;
|
13264 |
-
}
|
13265 |
-
|
13266 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover,
|
13267 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu {
|
13268 |
-
width: 160px !important;
|
13269 |
-
}
|
13270 |
-
|
13271 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu > li > a {
|
13272 |
-
padding: 15px;
|
13273 |
-
text-align: center;
|
13274 |
-
}
|
13275 |
-
|
13276 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
|
13277 |
-
padding: 15px;
|
13278 |
-
padding-left: 18px;
|
13279 |
-
padding-right: 18px;
|
13280 |
-
}
|
13281 |
-
|
13282 |
-
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a {
|
13283 |
-
text-align: left;
|
13284 |
-
}
|
13285 |
-
|
13286 |
-
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu > li > a > .menu-icon {
|
13287 |
-
margin-right: 10px !important;
|
13288 |
-
}
|
13289 |
-
|
13290 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu ul li a {
|
13291 |
-
text-align: center;
|
13292 |
-
}
|
13293 |
-
|
13294 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .menu-icon {
|
13295 |
-
float: none;
|
13296 |
-
margin: 0 !important;
|
13297 |
-
font-size: 14px;
|
13298 |
-
}
|
13299 |
-
|
13300 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .menu-icon {
|
13301 |
-
font-size: 20px;
|
13302 |
-
}
|
13303 |
-
|
13304 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p,
|
13305 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .arrow,
|
13306 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.menu-title,
|
13307 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .badge {
|
13308 |
-
display: none !important;
|
13309 |
-
}
|
13310 |
-
|
13311 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p {
|
13312 |
-
margin: 0;
|
13313 |
-
}
|
13314 |
-
|
13315 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.open .sub-menu {
|
13316 |
-
visibility: hidden;
|
13317 |
-
height: 0 !important;
|
13318 |
-
padding: 0;
|
13319 |
-
}
|
13320 |
-
|
13321 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-widget,
|
13322 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-header {
|
13323 |
-
display: block !important;
|
13324 |
-
}
|
13325 |
-
|
13326 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
|
13327 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
|
13328 |
-
display: block !important;
|
13329 |
-
}
|
13330 |
-
|
13331 |
-
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,
|
13332 |
-
.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title {
|
13333 |
-
display: inline !important;
|
13334 |
-
}
|
13335 |
-
|
13336 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.open .sub-menu {
|
13337 |
-
visibility: visible;
|
13338 |
-
height: auto !important;
|
13339 |
-
padding: 10px;
|
13340 |
-
}
|
13341 |
-
|
13342 |
-
.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .arrow {
|
13343 |
-
display: block !important;
|
13344 |
-
float: right;
|
13345 |
-
}
|
13346 |
-
|
13347 |
-
.small-sidebar:not(.page-sidebar-fixed) .sidebar,
|
13348 |
-
.small-sidebar:not(.page-sidebar-fixed) .sidebar > *,
|
13349 |
-
.horizontal-bar,
|
13350 |
-
.horizontal-bar > * {
|
13351 |
-
overflow: visible !important;
|
13352 |
-
}
|
13353 |
-
|
13354 |
-
.small-sidebar:not(.page-sidebar-fixed) .sidebar .slimScrollBar,
|
13355 |
-
.horizontal-bar .slimScrollBar {
|
13356 |
-
display: none !important;
|
13357 |
-
}
|
13358 |
-
|
13359 |
-
.small-sidebar:not(.page-sidebar-fixed) .menu.accordion-menu {
|
13360 |
-
width: auto;
|
13361 |
-
oveflow: visible !important;
|
13362 |
-
}
|
13363 |
-
|
13364 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu,
|
13365 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
|
13366 |
-
padding: 0;
|
13367 |
-
margin: 0;
|
13368 |
-
}
|
13369 |
-
|
13370 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li {
|
13371 |
-
list-style: none;
|
13372 |
-
position: relative;
|
13373 |
-
width: auto;
|
13374 |
-
}
|
13375 |
-
|
13376 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a {
|
13377 |
-
text-decoration: none;
|
13378 |
-
display: block;
|
13379 |
-
}
|
13380 |
-
|
13381 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a {
|
13382 |
-
padding: 15px 25px 15px 25px;
|
13383 |
-
text-align: center;
|
13384 |
-
position: relative;
|
13385 |
-
width: 265px;
|
13386 |
-
}
|
13387 |
-
|
13388 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a span.menu-icon {
|
13389 |
-
font-size: 14px;
|
13390 |
-
margin: 0 50px 0 0 !important;
|
13391 |
-
float: left;
|
13392 |
-
}
|
13393 |
-
|
13394 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
|
13395 |
-
margin: 0;
|
13396 |
-
float: left;
|
13397 |
-
}
|
13398 |
-
|
13399 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a .arrow:before {
|
13400 |
-
width: 10px;
|
13401 |
-
float: right;
|
13402 |
-
margin-left: 15px;
|
13403 |
-
margin-top: -2px;
|
13404 |
-
display: inline;
|
13405 |
-
font-size: 16px;
|
13406 |
-
font-family: FontAwesome;
|
13407 |
-
height: 18px;
|
13408 |
-
content: "\f104";
|
13409 |
-
font-weight: 300;
|
13410 |
-
}
|
13411 |
-
|
13412 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li:hover > a {
|
13413 |
-
z-index: 999;
|
13414 |
-
}
|
13415 |
-
|
13416 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > ul {
|
13417 |
-
position: absolute;
|
13418 |
-
left: 65px;
|
13419 |
-
top: 48px;
|
13420 |
-
width: 200px;
|
13421 |
-
}
|
13422 |
-
|
13423 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li a {
|
13424 |
-
display: block;
|
13425 |
-
padding: 10px !important;
|
13426 |
-
padding-left: 15px !important;
|
13427 |
-
padding-right: 15px !important;
|
13428 |
-
background: transparent;
|
13429 |
-
font-size: 13px;
|
13430 |
-
}
|
13431 |
-
|
13432 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon {
|
13433 |
-
margin-right: 15px;
|
13434 |
-
}
|
13435 |
-
|
13436 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li > a > span.arrow {
|
13437 |
-
display: none;
|
13438 |
-
}
|
13439 |
-
|
13440 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p {
|
13441 |
-
display: block;
|
13442 |
-
text-align: left;
|
13443 |
-
}
|
13444 |
-
|
13445 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.menu-title {
|
13446 |
-
display: none;
|
13447 |
-
}
|
13448 |
-
|
13449 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li:hover > ul,
|
13450 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open:hover > ul {
|
13451 |
-
display: inline-block !important;
|
13452 |
-
}
|
13453 |
-
|
13454 |
-
.page-horizontal-bar .accordion-menu > li:hover > ul,
|
13455 |
-
.page-horizontal-bar .accordion-menu > li.open:hover > ul {
|
13456 |
-
display: inline-block !important;
|
13457 |
-
}
|
13458 |
-
|
13459 |
-
.small-sidebar:not(.page-sidebar-fixed) .accordion-menu > li.open > ul {
|
13460 |
-
display: none !important;
|
13461 |
-
}
|
13462 |
-
|
13463 |
-
.page-horizontal-bar .accordion-menu > li.open > ul {
|
13464 |
-
display: none !important;
|
13465 |
-
}
|
13466 |
-
|
13467 |
-
/* Page Inner */
|
13468 |
-
|
13469 |
-
.page-inner {
|
13470 |
-
padding: 0 0 50px 0;
|
13471 |
-
background: #F1F4F9;
|
13472 |
-
position: relative;
|
13473 |
-
}
|
13474 |
-
|
13475 |
-
.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner {
|
13476 |
-
padding: 60px 0 50px 0;
|
13477 |
-
}
|
13478 |
-
|
13479 |
-
.page-sidebar-fixed.page-header-fixed .page-inner {
|
13480 |
-
padding: 60px 0 50px 160px;
|
13481 |
-
}
|
13482 |
-
|
13483 |
-
.page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner {
|
13484 |
-
padding: 134px 0 50px 0;
|
13485 |
-
}
|
13486 |
-
|
13487 |
-
.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner {
|
13488 |
-
padding: 111px 0 50px 0;
|
13489 |
-
}
|
13490 |
-
|
13491 |
-
.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
|
13492 |
-
padding: 0 0 50px 160px;
|
13493 |
-
}
|
13494 |
-
|
13495 |
-
.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner {
|
13496 |
-
padding: 60px 0 50px 65px;
|
13497 |
-
}
|
13498 |
-
|
13499 |
-
.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner {
|
13500 |
-
padding: 0 0 50px 65px;
|
13501 |
-
}
|
13502 |
-
|
13503 |
-
.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner {
|
13504 |
-
padding: 60px 0 50px 0;
|
13505 |
-
}
|
13506 |
-
|
13507 |
-
/* Page Title */
|
13508 |
-
|
13509 |
-
.page-title {
|
13510 |
-
padding: 20px;
|
13511 |
-
background: #e9edf2;
|
13512 |
-
border-bottom: 1px solid #dee2e8;
|
13513 |
-
|
13514 |
-
}
|
13515 |
-
|
13516 |
-
.page-title h3 {
|
13517 |
-
font-size: 24px;
|
13518 |
-
font-weight: 300;
|
13519 |
-
color: #74767d;
|
13520 |
-
padding: 0;
|
13521 |
-
margin: 0 0 4px 0;
|
13522 |
-
}
|
13523 |
-
|
13524 |
-
/* Page Settings */
|
13525 |
-
|
13526 |
-
.page-breadcrumb .breadcrumb {
|
13527 |
-
float: left;
|
13528 |
-
background: transparent;
|
13529 |
-
padding: 0;
|
13530 |
-
margin-top: 30px;
|
13531 |
-
}
|
13532 |
-
|
13533 |
-
.page-breadcrumb ol.breadcrumb {
|
13534 |
-
margin: 0;
|
13535 |
-
}
|
13536 |
-
|
13537 |
-
.page-breadcrumb ol.breadcrumb li a {
|
13538 |
-
font-size: 13px;
|
13539 |
-
color: #90999c;
|
13540 |
-
}
|
13541 |
-
|
13542 |
-
.page-breadcrumb ol.breadcrumb li.active {
|
13543 |
-
font-size: 13px;
|
13544 |
-
color: #90999c;
|
13545 |
-
}
|
13546 |
-
|
13547 |
-
.page-breadcrumb ul {
|
13548 |
-
margin: 0;
|
13549 |
-
}
|
13550 |
-
|
13551 |
-
.page-breadcrumb ul li {
|
13552 |
-
float: left;
|
13553 |
-
display: inline;
|
13554 |
-
}
|
13555 |
-
|
13556 |
-
.page-breadcrumb ul li a {
|
13557 |
-
font-size: 13px;
|
13558 |
-
color: #90999c;
|
13559 |
-
}
|
13560 |
-
|
13561 |
-
/* Main Wrapper */
|
13562 |
-
|
13563 |
-
#main-wrapper {
|
13564 |
-
margin: 20px;
|
13565 |
-
padding: 0;
|
13566 |
-
|
13567 |
-
}
|
13568 |
-
|
13569 |
-
/* Footer */
|
13570 |
-
|
13571 |
-
.page-footer {
|
13572 |
-
background: #fff;
|
13573 |
-
width: 100%;
|
13574 |
-
display: block;
|
13575 |
-
position: absolute;
|
13576 |
-
bottom: 0;
|
13577 |
-
padding-left: 25px;
|
13578 |
-
padding-right: 25px;
|
13579 |
-
padding-top: 19px;
|
13580 |
-
padding-bottom: 19px;
|
13581 |
-
}
|
13582 |
-
|
13583 |
-
/* Sidebar Pusher */
|
13584 |
-
|
13585 |
-
.sidebar-pusher {
|
13586 |
-
position: absolute;
|
13587 |
-
top: 50%;
|
13588 |
-
-webkit-transform: translateY(-50%);
|
13589 |
-
transform: translateY(-50%);
|
13590 |
-
z-index: 9999;
|
13591 |
-
display: none;
|
13592 |
-
}
|
13593 |
-
|
13594 |
-
.push-sidebar {
|
13595 |
-
display: inline-block !important;
|
13596 |
-
padding: 20px 18px;
|
13597 |
-
color: #5F5F5F;
|
13598 |
-
border: none;
|
13599 |
-
position: relative;
|
13600 |
-
line-height: 20px;
|
13601 |
-
float: left;
|
13602 |
-
font-size: 17px;
|
13603 |
-
text-decoration: none;
|
13604 |
-
}
|
13605 |
-
|
13606 |
-
.push-sidebar:hover {
|
13607 |
-
color: #5F5F5F;
|
13608 |
-
}
|
13609 |
-
|
13610 |
-
/* Search Button */
|
13611 |
-
|
13612 |
-
.search-button {
|
13613 |
-
position: absolute;
|
13614 |
-
top: 50%;
|
13615 |
-
-webkit-transform: translateY(-50%);
|
13616 |
-
transform: translateY(-50%);
|
13617 |
-
z-index: 9999;
|
13618 |
-
display: none;
|
13619 |
-
right: 0;
|
13620 |
-
}
|
13621 |
-
|
13622 |
-
.search-button a {
|
13623 |
-
display: inline-block !important;
|
13624 |
-
padding: 20px 18px;
|
13625 |
-
color: #5F5F5F;
|
13626 |
-
border: none;
|
13627 |
-
position: relative;
|
13628 |
-
line-height: 20px;
|
13629 |
-
float: right;
|
13630 |
-
font-size: 17px;
|
13631 |
-
text-decoration: none;
|
13632 |
-
}
|
13633 |
-
|
13634 |
-
/* Icons */
|
13635 |
-
/* FontAwesome */
|
13636 |
-
|
13637 |
-
.fontawesome-icon-list .fa-item {
|
13638 |
-
padding: 10px 20px 10px 20px;
|
13639 |
-
color: #333;
|
13640 |
-
}
|
13641 |
-
|
13642 |
-
.fontawesome-icon-list .fa-item i {
|
13643 |
-
margin-right: 5px;
|
13644 |
-
}
|
13645 |
-
|
13646 |
-
.fontawesome-icon-list .fa-item:hover {
|
13647 |
-
background: #f1f1f1;
|
13648 |
-
}
|
13649 |
-
|
13650 |
-
.line-icons .line-icon-item {
|
13651 |
-
padding: 10px 20px 10px 20px;
|
13652 |
-
color: #333;
|
13653 |
-
display: block;
|
13654 |
-
}
|
13655 |
-
|
13656 |
-
.line-icons .line-icon-item:hover {
|
13657 |
-
background: #f1f1f1;
|
13658 |
-
}
|
13659 |
-
|
13660 |
-
/* Calendar */
|
13661 |
-
|
13662 |
-
.calendar-event {
|
13663 |
-
padding: 7px 10px;
|
13664 |
-
color: #5B5B5B;
|
13665 |
-
background: #FCF8E3;
|
13666 |
-
margin-bottom: 5px;
|
13667 |
-
overflow: hidden;
|
13668 |
-
}
|
13669 |
-
|
13670 |
-
.calendar-event p {
|
13671 |
-
float: left;
|
13672 |
-
margin: 0;
|
13673 |
-
}
|
13674 |
-
|
13675 |
-
.calendar-event .remove-calendar-event {
|
13676 |
-
float: right;
|
13677 |
-
color: #5B5B5B;
|
13678 |
-
}
|
13679 |
-
|
13680 |
-
/* FAQ */
|
13681 |
-
|
13682 |
-
.faq-link:hover {
|
13683 |
-
text-decoration: none;
|
13684 |
-
}
|
13685 |
-
|
13686 |
-
.faq-popular {
|
13687 |
-
padding: 0;
|
13688 |
-
}
|
13689 |
-
|
13690 |
-
.faq-popular li a {
|
13691 |
-
padding: 8px 10px;
|
13692 |
-
font-size: 14px;
|
13693 |
-
display: inline-block;
|
13694 |
-
}
|
13695 |
-
|
13696 |
-
/* Todo */
|
13697 |
-
|
13698 |
-
.todo-nav {
|
13699 |
-
margin-top: 10px;
|
13700 |
-
}
|
13701 |
-
|
13702 |
-
.todo-list .todo-item {
|
13703 |
-
padding: 10px;
|
13704 |
-
margin: 5px 0;
|
13705 |
-
border: 1px solid #e9e9e9;
|
13706 |
-
background: #f9f9f9;
|
13707 |
-
}
|
13708 |
-
|
13709 |
-
.todo-list {
|
13710 |
-
margin: 10px 0;
|
13711 |
-
}
|
13712 |
-
|
13713 |
-
.todo-list.only-active .todo-item.complete {
|
13714 |
-
display: none;
|
13715 |
-
}
|
13716 |
-
|
13717 |
-
.todo-list.only-active .todo-item:not(.complete) {
|
13718 |
-
display: block;
|
13719 |
-
}
|
13720 |
-
|
13721 |
-
.todo-list.only-complete .todo-item:not(.complete) {
|
13722 |
-
display: none;
|
13723 |
-
}
|
13724 |
-
|
13725 |
-
.todo-list.only-complete .todo-item.complete {
|
13726 |
-
display: block;
|
13727 |
-
}
|
13728 |
-
|
13729 |
-
.todo-list .todo-item.complete span {
|
13730 |
-
text-decoration: line-through;
|
13731 |
-
}
|
13732 |
-
|
13733 |
-
.remove-todo-item {
|
13734 |
-
color: #ccc;
|
13735 |
-
visibility: hidden;
|
13736 |
-
}
|
13737 |
-
|
13738 |
-
.remove-todo-item:hover {
|
13739 |
-
color: #5f5f5f;
|
13740 |
-
}
|
13741 |
-
|
13742 |
-
.todo-item:hover .remove-todo-item {
|
13743 |
-
visibility: visible;
|
13744 |
-
}
|
13745 |
-
|
13746 |
-
#uniform-all-complete {
|
13747 |
-
margin-left: 11px;
|
13748 |
-
}
|
13749 |
-
|
13750 |
-
/* Dashboard */
|
13751 |
-
|
13752 |
-
.info-box .progress {
|
13753 |
-
margin: 0;
|
13754 |
-
}
|
13755 |
-
|
13756 |
-
.info-box .info-box-icon {
|
13757 |
-
float: right;
|
13758 |
-
}
|
13759 |
-
|
13760 |
-
.info-box .info-box-icon i {
|
13761 |
-
font-size: 31px;
|
13762 |
-
color: #B0B0B0;
|
13763 |
-
}
|
13764 |
-
|
13765 |
-
.info-box .info-box-stats {
|
13766 |
-
margin-top: 5px;
|
13767 |
-
}
|
13768 |
-
|
13769 |
-
.info-box .info-box-stats p {
|
13770 |
-
font-size: 28px;
|
13771 |
-
line-height: 28px;
|
13772 |
-
margin-bottom: 14px;
|
13773 |
-
color: #374051;
|
13774 |
-
font-weight: 300;
|
13775 |
-
}
|
13776 |
-
|
13777 |
-
.info-box .info-box-stats span.info-box-title {
|
13778 |
-
display: block;
|
13779 |
-
font-size: 13px;
|
13780 |
-
margin-bottom: 10px;
|
13781 |
-
color: #B0B0B0;
|
13782 |
-
}
|
13783 |
-
|
13784 |
-
.info-box .info-box-progress {
|
13785 |
-
clear: both;
|
13786 |
-
}
|
13787 |
-
|
13788 |
-
@media (min-width: 768px) {
|
13789 |
-
.visitors-chart {
|
13790 |
-
border-right: 1px solid #eee;
|
13791 |
-
}
|
13792 |
-
}
|
13793 |
-
|
13794 |
-
.stats-info ul {
|
13795 |
-
margin: 0;
|
13796 |
-
}
|
13797 |
-
|
13798 |
-
.stats-info ul li {
|
13799 |
-
border-bottom: 1px solid #eee;
|
13800 |
-
padding: 12px 0;
|
13801 |
-
}
|
13802 |
-
|
13803 |
-
.stats-info ul li:last-child {
|
13804 |
-
border-bottom: 0;
|
13805 |
-
}
|
13806 |
-
|
13807 |
-
.stats-info ul li i {
|
13808 |
-
margin-left: 5px;
|
13809 |
-
}
|
13810 |
-
|
13811 |
-
#flotchart1 {
|
13812 |
-
height: 340px;
|
13813 |
-
width: 100%;
|
13814 |
-
}
|
13815 |
-
|
13816 |
-
#flotchart2 {
|
13817 |
-
height: 278px;
|
13818 |
-
width: 100%;
|
13819 |
-
}
|
13820 |
-
|
13821 |
-
#flotchart3 {
|
13822 |
-
height: 200px;
|
13823 |
-
width: 100%;
|
13824 |
-
}
|
13825 |
-
|
13826 |
-
.server-load > .server-stat {
|
13827 |
display: inline-block;
|
13828 |
-
|
13829 |
-
|
13830 |
-
|
13831 |
-
|
13832 |
-
|
13833 |
-
|
13834 |
-
margin-bottom: 3px;
|
13835 |
-
}
|
13836 |
-
|
13837 |
-
.server-load .server-stat p {
|
13838 |
-
font-weight: 600;
|
13839 |
-
font-size: 16px;
|
13840 |
-
margin-bottom: 3px;
|
13841 |
-
}
|
13842 |
-
|
13843 |
-
.weather-current {
|
13844 |
-
overflow: hidden;
|
13845 |
-
}
|
13846 |
-
|
13847 |
-
.weather-current p {
|
13848 |
-
font-size: 12px;
|
13849 |
-
margin: 5px 0 0 0;
|
13850 |
-
float: left;
|
13851 |
-
color: #8e8e8e;
|
13852 |
-
}
|
13853 |
-
|
13854 |
-
.weather-current p span {
|
13855 |
-
font-size: 42px;
|
13856 |
-
clear: both;
|
13857 |
-
margin-top: 15px;
|
13858 |
-
display: block;
|
13859 |
-
color: #4E5E6A;
|
13860 |
-
font-weight: 300;
|
13861 |
-
}
|
13862 |
-
|
13863 |
-
.weather-current p span sup {
|
13864 |
-
font-size: 25px;
|
13865 |
-
}
|
13866 |
-
|
13867 |
-
.weather-current .weather-icon {
|
13868 |
-
font-size: 40px;
|
13869 |
-
display: block;
|
13870 |
-
float: left;
|
13871 |
-
margin: 15px 15px 0 0;
|
13872 |
-
}
|
13873 |
-
|
13874 |
-
.weather-day {
|
13875 |
-
margin: 0;
|
13876 |
-
font-weight: 600;
|
13877 |
-
text-align: right;
|
13878 |
-
font-size: 22px;
|
13879 |
-
}
|
13880 |
-
|
13881 |
-
.weather-day small {
|
13882 |
-
font-size: 11px;
|
13883 |
-
color: #8e8e8e;
|
13884 |
-
margin: 0;
|
13885 |
-
}
|
13886 |
-
|
13887 |
-
.weather-info {
|
13888 |
-
width: 100%;
|
13889 |
-
display: block;
|
13890 |
-
overflow: hidden;
|
13891 |
-
}
|
13892 |
-
|
13893 |
-
.weather-info li {
|
13894 |
-
padding: 8px 0;
|
13895 |
-
}
|
13896 |
-
|
13897 |
-
.weather-top {
|
13898 |
-
border-bottom: 1px solid #f1f1f1;
|
13899 |
-
overflow: hidden;
|
13900 |
-
padding: 0 0 15px 0;
|
13901 |
-
margin: 0 0 15px 0;
|
13902 |
-
}
|
13903 |
-
|
13904 |
-
.weather-days {
|
13905 |
-
margin: 15px 0 0 0;
|
13906 |
-
padding: 15px 0 0 0;
|
13907 |
-
border-top: 1px solid #f1f1f1;
|
13908 |
-
}
|
13909 |
-
|
13910 |
-
.weather-days li span {
|
13911 |
-
display: block;
|
13912 |
-
text-align: center;
|
13913 |
-
}
|
13914 |
-
|
13915 |
-
.weather-days li i {
|
13916 |
-
display: block;
|
13917 |
-
font-size: 22px;
|
13918 |
-
text-align: center;
|
13919 |
-
margin: 10px 0 10px 0;
|
13920 |
-
}
|
13921 |
-
|
13922 |
-
@media (max-width: 768px) {
|
13923 |
-
.weather-days li {
|
13924 |
-
margin-bottom: 15px;
|
13925 |
-
}
|
13926 |
-
}
|
13927 |
-
|
13928 |
-
.live-tile {
|
13929 |
-
width: 100%;
|
13930 |
-
margin: 0;
|
13931 |
-
height: 155.5px;
|
13932 |
-
}
|
13933 |
-
|
13934 |
-
.twitter-box {
|
13935 |
-
background: #5EA9DD;
|
13936 |
-
}
|
13937 |
-
|
13938 |
-
.facebook-box {
|
13939 |
-
background: #3B5998;
|
13940 |
-
}
|
13941 |
-
|
13942 |
-
.twitter-box i,
|
13943 |
-
.facebook-box i {
|
13944 |
-
position: absolute;
|
13945 |
-
right: 10px;
|
13946 |
-
bottom: 0;
|
13947 |
-
font-size: 50px;
|
13948 |
-
color: rgba(255, 255, 255, 0.3);
|
13949 |
-
}
|
13950 |
-
|
13951 |
-
.tile-date {
|
13952 |
-
display: block;
|
13953 |
-
margin-top: 15px;
|
13954 |
-
color: rgba(255, 255, 255, 0.7);
|
13955 |
-
}
|
13956 |
-
|
13957 |
-
.inbox-widget {
|
13958 |
-
height: 341px !important;
|
13959 |
-
}
|
13960 |
-
|
13961 |
-
.inbox-widget a {
|
13962 |
-
display: block;
|
13963 |
-
overflow: hidden;
|
13964 |
-
text-decoration: none;
|
13965 |
-
}
|
13966 |
-
|
13967 |
-
.inbox-widget .inbox-item {
|
13968 |
-
padding: 10px 0;
|
13969 |
-
border-bottom: 1px solid #f1f1f1;
|
13970 |
-
overflow: hidden;
|
13971 |
-
position: relative;
|
13972 |
-
}
|
13973 |
-
|
13974 |
-
.inbox-widget a:last-child > .inbox-item {
|
13975 |
-
border-bottom: 0;
|
13976 |
-
}
|
13977 |
-
|
13978 |
-
.inbox-widget .inbox-item .inbox-item-img {
|
13979 |
-
float: left;
|
13980 |
-
width: 40px;
|
13981 |
-
display: block;
|
13982 |
-
margin-right: 15px;
|
13983 |
-
}
|
13984 |
-
|
13985 |
-
.inbox-widget .inbox-item img {
|
13986 |
-
width: 40px;
|
13987 |
-
}
|
13988 |
-
|
13989 |
-
.inbox-widget .inbox-item .inbox-item-author {
|
13990 |
-
color: #333;
|
13991 |
-
font-weight: 600;
|
13992 |
-
display: block;
|
13993 |
-
margin: 0 0 0 0;
|
13994 |
-
}
|
13995 |
-
|
13996 |
-
.inbox-widget .inbox-item .inbox-item-text {
|
13997 |
-
color: #a0a0a0;
|
13998 |
-
display: block;
|
13999 |
-
margin: 0;
|
14000 |
-
font-size: 11px;
|
14001 |
-
}
|
14002 |
-
|
14003 |
-
.inbox-widget .inbox-item .inbox-item-date {
|
14004 |
-
position: absolute;
|
14005 |
-
top: 2px;
|
14006 |
-
right: 7px;
|
14007 |
-
color: #a9a9a9;
|
14008 |
-
font-size: 11px;
|
14009 |
-
}
|
14010 |
-
|
14011 |
-
#rickshaw-chart {
|
14012 |
-
margin: 0 -22px -25px -20px;
|
14013 |
-
height: 100px;
|
14014 |
-
}
|
14015 |
-
|
14016 |
-
.sq_info {
|
14017 |
-
font-size: 13px;
|
14018 |
-
line-height: 20px;
|
14019 |
-
color: #999;
|
14020 |
-
font-style: italic;
|
14021 |
-
font-weight: normal;
|
14022 |
}
|
14023 |
-
|
14024 |
-
|
14025 |
-
background-color: #d1dade;
|
14026 |
-
font-family: 'Open Sans', Arial, sans-serif;
|
14027 |
-
font-size: 70%;
|
14028 |
-
font-weight: 700;
|
14029 |
-
text-shadow: none;
|
14030 |
-
display: inline-block;
|
14031 |
-
padding: 4px;
|
14032 |
-
margin: 0 2px;
|
14033 |
-
line-height: 5px;
|
14034 |
-
color: #fff;
|
14035 |
-
text-align: center;
|
14036 |
-
white-space: nowrap;
|
14037 |
-
vertical-align: top;
|
14038 |
-
border-radius: .25em;
|
14039 |
}
|
14040 |
-
|
14041 |
-
|
14042 |
-
background-color: #ed5565;
|
14043 |
-
color: #FFFFFF;
|
14044 |
}
|
14045 |
-
|
14046 |
/********************************************************/
|
14047 |
#update-nag, .notice-error, .update-nag, .updated, .show-settings, .screen-meta-toggle{
|
14048 |
display: none !important;
|
14049 |
}
|
14050 |
|
14051 |
-
|
14052 |
#src_settings {
|
14053 |
font-family: Arial, sans-serif;
|
14054 |
position: relative;
|
@@ -15595,7 +1571,9 @@ td.column-rank .sq_rank_column_button {
|
|
15595 |
}
|
15596 |
|
15597 |
/***************** BRIEFCASE **********************/
|
15598 |
-
|
|
|
|
|
15599 |
#sq_settings ul.sq_row_stats li {
|
15600 |
float: left;
|
15601 |
margin-right: 10px;
|
@@ -15640,13 +1618,119 @@ td.column-rank .sq_rank_column_button {
|
|
15640 |
}
|
15641 |
|
15642 |
#sq_settings .subtable td .btn {
|
15643 |
-
padding: 1px
|
15644 |
}
|
15645 |
|
15646 |
#sq_settings table.subtable tr:hover {
|
15647 |
background-color: #f2f6fe;
|
15648 |
}
|
15649 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15650 |
/**********************/
|
15651 |
#sq_analytics .sq_rank_sprite {
|
15652 |
float: left;
|
5 |
font-weight: normal;
|
6 |
font-style: normal
|
7 |
}
|
8 |
+
.fa {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
display: inline-block;
|
10 |
+
font: normal normal normal 14px/1 FontAwesome;
|
11 |
+
font-size: inherit;
|
12 |
+
text-rendering: auto;
|
13 |
+
-webkit-font-smoothing: antialiased;
|
14 |
+
-moz-osx-font-smoothing: grayscale;
|
15 |
+
transform: translate(0, 0)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
}
|
17 |
+
.fa-check:before {
|
18 |
+
content: "\f00c"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
}
|
20 |
+
.fa-plus-square:before{
|
21 |
+
content:"\f0fe"
|
|
|
|
|
22 |
}
|
|
|
23 |
/********************************************************/
|
24 |
#update-nag, .notice-error, .update-nag, .updated, .show-settings, .screen-meta-toggle{
|
25 |
display: none !important;
|
26 |
}
|
27 |
|
|
|
28 |
#src_settings {
|
29 |
font-family: Arial, sans-serif;
|
30 |
position: relative;
|
1571 |
}
|
1572 |
|
1573 |
/***************** BRIEFCASE **********************/
|
1574 |
+
#sq_settings .wp-picker-container .wp-color-result.button{
|
1575 |
+
height: 23px;
|
1576 |
+
}
|
1577 |
#sq_settings ul.sq_row_stats li {
|
1578 |
float: left;
|
1579 |
margin-right: 10px;
|
1618 |
}
|
1619 |
|
1620 |
#sq_settings .subtable td .btn {
|
1621 |
+
padding: 1px 8px;
|
1622 |
}
|
1623 |
|
1624 |
#sq_settings table.subtable tr:hover {
|
1625 |
background-color: #f2f6fe;
|
1626 |
}
|
1627 |
|
1628 |
+
#sq_settings .sq_circle_label,
|
1629 |
+
#sq_settings .sq_checkbox_label,
|
1630 |
+
#sq_settings .sq_saved_label{
|
1631 |
+
display: block;
|
1632 |
+
float: left;
|
1633 |
+
width: 30px;
|
1634 |
+
height: 15px;
|
1635 |
+
margin: 3px;
|
1636 |
+
}
|
1637 |
+
#sq_settings .sq_add_keyword_dialog .sq_checkbox_label,
|
1638 |
+
#sq_settings .sq_label_manage_popup .sq_checkbox_label,
|
1639 |
+
#sq_settings .sq_saved_label {
|
1640 |
+
position: relative;
|
1641 |
+
margin-right: 10px;
|
1642 |
+
width: 98px;
|
1643 |
+
height: 20px;
|
1644 |
+
font-size: 11px;
|
1645 |
+
line-height: 13px;
|
1646 |
+
margin-bottom: 30px;
|
1647 |
+
}
|
1648 |
+
#sq_settings .sq_saved_label .sq_saved_label_name{
|
1649 |
+
display: block;
|
1650 |
+
margin-top: 23px;
|
1651 |
+
}
|
1652 |
+
#sq_settings .sq_saved_label span.sq_delete_label,
|
1653 |
+
#sq_settings .sq_saved_label span.sq_edit_label{
|
1654 |
+
display: none;
|
1655 |
+
cursor: pointer;
|
1656 |
+
position: absolute;
|
1657 |
+
right: 4px;
|
1658 |
+
top: 2px;
|
1659 |
+
color: white;
|
1660 |
+
font-size: 13px;
|
1661 |
+
font-weight: bold;
|
1662 |
+
text-shadow: 0 0 2px #444;
|
1663 |
+
}
|
1664 |
+
#sq_settings .sq_saved_label span.sq_edit_label{
|
1665 |
+
right: 18px;
|
1666 |
+
top: 4px;
|
1667 |
+
font-size: 11px;
|
1668 |
+
}
|
1669 |
+
#sq_settings .sq_saved_label:hover span.sq_delete_label,
|
1670 |
+
#sq_settings .sq_saved_label:hover span.sq_edit_label{
|
1671 |
+
display: block;
|
1672 |
+
}
|
1673 |
+
#sq_settings .table .sq_circle_label{
|
1674 |
+
display: block;
|
1675 |
+
float: left;
|
1676 |
+
width: 20px;
|
1677 |
+
height: 5px;
|
1678 |
+
margin: 0 2px -3px 0;
|
1679 |
+
}
|
1680 |
+
#sq_settings .table .sq_label_manage{
|
1681 |
+
display: none;
|
1682 |
+
cursor:pointer;
|
1683 |
+
float: left;
|
1684 |
+
margin: 10px 5px 0 5px;
|
1685 |
+
}
|
1686 |
+
#sq_settings table.table tr:hover .sq_label_manage {
|
1687 |
+
display: block;
|
1688 |
+
}
|
1689 |
+
#sq_settings .sq_filter_label .sq_circle_label:before,
|
1690 |
+
#sq_settings .sq_add_keyword_dialog .sq_checkbox_label:before,
|
1691 |
+
#sq_settings .sq_label_manage_popup .sq_checkbox_label:before{
|
1692 |
+
content: " ";
|
1693 |
+
display: block;
|
1694 |
+
height: 100%;
|
1695 |
+
width: 100%;
|
1696 |
+
margin: -2px 0 2px 0;
|
1697 |
+
}
|
1698 |
+
#sq_settings .sq_add_keyword_dialog .sq_checkbox_label:hover:before,
|
1699 |
+
#sq_settings .sq_label_manage_popup .sq_checkbox_label:hover:before{
|
1700 |
+
content: "click to select";
|
1701 |
+
display: block;
|
1702 |
+
height: 100% ;
|
1703 |
+
width: 100%;
|
1704 |
+
margin: -2px 0 2px 12px;
|
1705 |
+
line-height: 22px;
|
1706 |
+
font-size: 13px;
|
1707 |
+
color: #eee;
|
1708 |
+
text-shadow: 1px 1px #333;
|
1709 |
+
}
|
1710 |
+
#sq_settings .sq_filter_label .sq_circle_label.sq_active:before,
|
1711 |
+
#sq_settings .sq_add_keyword_dialog .sq_checkbox_label.sq_active:before,
|
1712 |
+
#sq_settings .sq_label_manage_popup .sq_checkbox_label.sq_active:before{
|
1713 |
+
display: block;
|
1714 |
+
font-size: 16px;
|
1715 |
+
text-align: center;
|
1716 |
+
margin: -2px 0 2px 0;
|
1717 |
+
line-height: 22px;
|
1718 |
+
content: "\f00c";
|
1719 |
+
color: #fff;
|
1720 |
+
text-shadow: 1px 0 #555;
|
1721 |
+
}
|
1722 |
+
#sq_settings .sq_filter_label .sq_circle_label.sq_active:before{
|
1723 |
+
font-size: 14px;
|
1724 |
+
line-height: 20px;
|
1725 |
+
}
|
1726 |
+
|
1727 |
+
.wp-picker-clear,
|
1728 |
+
div.wp-picker-holder {
|
1729 |
+
z-index: 999 !important;
|
1730 |
+
position: absolute !important;
|
1731 |
+
}
|
1732 |
+
|
1733 |
+
|
1734 |
/**********************/
|
1735 |
#sq_analytics .sq_rank_sprite {
|
1736 |
float: left;
|
view/css/serpchecker.min.css
CHANGED
@@ -1 +1 @@
|
|
1 |
-
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-genderless:before,.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.sq_success{color:white !important;background-color:#20bc49 !important}.sq_success p{line-height:30px !important;text-align:center;font-size:16px !important;font-weight:bold;position:relative;margin:5px 0 !important;padding:0 !important}.sq_message{line-height:19px;width:calc(100% - 22px) !important;margin:-1px 0;padding:0;font-size:13px;text-align:center;border-width:1px;border-style:solid;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;border-bottom-right-radius:3px;border-bottom-left-radius:3px;background-color:#fffbcc;border-color:#e6db55}.sq_error{color:red;font-size:14px;line-height:30px}.sq_notices{font-size:13px;color:#555}.sq_absolute{position:fixed;top:2px;z-index:10000;text-align:center}.sq_savenotice{width:70%}.sq_absolute span{width:100% !important;display:inline-block}.sq_error strong{line-height:25px}#wpcontent{background:#f9f9f9}.sq_notice{background-color:yellow;padding:10px;margin:5px 15px 10px 0;border:0}.sq_logout{display:inline-block;margin-left:10px}@-webkit-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-moz-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-ms-keyframes play{from{background-position:0 0}to{background-position:-400px}}@-o-keyframes play{from{background-position:0 0}to{background-position:-400px}}@keyframes play{from{background-position:0 0}to{background-position:-400px}}.sq_minloading{position:relative;opacity:.5}.sq_minloading:before{position:absolute;right:calc(50% - 10px);top:calc(50% - 8px);display:block;float:right;line-height:30px;content:"";padding:0;margin:0 0 0 5px;height:16px;width:20px;background:transparent url('../img/minloading.png') no-repeat;-webkit-animation:play 1s steps(10) infinite;-moz-animation:play 1s steps(10) infinite;-ms-animation:play 1s steps(10) infinite;-o-animation:play 1s steps(10) infinite;animation:play 1s steps(10) infinite}.nav-tab{margin-left:0;margin-right:3px;border:1px solid #ddd;border-bottom:0;position:relative;z-index:1}.nav-tab-active{background-color:#f5f5f5}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}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}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-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}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:normal;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}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}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.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;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}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}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;font-weight:bold;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:768px){.container{width:750px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-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,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media(min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media(min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media(min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}.table{width:100%;max-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.42857143;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-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;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-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.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}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.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}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.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}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;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;max-width:100%;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}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}#src_settings{margin:0 10px 0 0;padding:0}#src_settings>div{background-color:#f5f5f5;border:1px solid #ddd;margin-top:-1px}#src_settings .tablenav .actions{padding:0}#sq_settings .form-control,#src_settings .form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;font-weight:bold;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-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}#sq_settings .form-control:focus,#src_settings .form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}#sq_settings .form-control::-moz-placeholder,#src_settings .form-control::-moz-placeholder{color:#999;opacity:1}#sq_settings .form-control:-ms-input-placeholder,#src_settings .form-control:-ms-input-placeholder{color:#999}#sq_settings .form-control::-webkit-input-placeholder,#src_settings .form-control::-webkit-input-placeholder{color:#999}#src_settings .form-control[disabled],#src_settings .form-control[readonly],fieldset[disabled] #src_settings .form-control{background-color:#eee;opacity:1}#src_settings .form-control[disabled],fieldset[disabled] #src_settings .form-control{cursor:not-allowed}textarea#src_settings .form-control{height:auto}textarea#src_settings .form-control{width:100%}input[type="search"]{-webkit-appearance:none;padding:5px;min-width:300px}@media screen and (-webkit-min-device-pixel-ratio:0){input[type="date"]#src_settings .form-control,input[type="time"]#src_settings .form-control,input[type="datetime-local"]#src_settings .form-control,input[type="month"]#src_settings .form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{min-height:20px;padding-left:20px;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"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;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],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}#src_settings .form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}#src_settings .form-control-static.input-lg,#src_settings .form-control-static.input-sm{padding-right:0;padding-left:0}.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,select[multiple].input-sm{height:auto}.form-group-sm #src_settings .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select#src_settings .form-control{height:30px;line-height:30px}.form-group-sm textarea#src_settings .form-control,.form-group-sm select[multiple]#src_settings .form-control{height:auto}.form-group-sm #src_settings .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg #src_settings .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select#src_settings .form-control{height:46px;line-height:46px}.form-group-lg textarea#src_settings .form-control,.form-group-lg select[multiple]#src_settings .form-control{height:auto}.form-group-lg #src_settings .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback #src_settings .form-control{padding-right:42.5px}#src_settings .form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+#src_settings .form-control-feedback,.input-group-lg+#src_settings .form-control-feedback,.form-group-lg #src_settings .form-control+#src_settings .form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+#src_settings .form-control-feedback,.input-group-sm+#src_settings .form-control-feedback,.form-group-sm #src_settings .form-control+#src_settings .form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success #src_settings .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success #src_settings .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success #src_settings .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning #src_settings .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning #src_settings .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning #src_settings .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error #src_settings .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error #src_settings .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error #src_settings .form-control-feedback{color:#a94442}.has-feedback label ~ #src_settings .form-control-feedback{top:25px}.has-feedback label.sr-only ~ #src_settings .form-control-feedback{top: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 #src_settings .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline #src_settings .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group #src_settings .form-control{width:auto}.form-inline .input-group>#src_settings .form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback #src_settings .form-control-feedback{top:0}}.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 .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback #src_settings .form-control-feedback{right:15px}@media(min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.333333px;font-size:18px}}@media(min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:focus,.btn-default.focus{color:#333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#d4d4d4;border-color:#8c8c8c}.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.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-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#204d74;border-color:#122b40}.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.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:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#3971aa;border-color:#3971aa}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#398439;border-color:#255625}.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.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-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#269abc;border-color:#1b6d85}.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.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-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#d58512;border-color:#985f0d}.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.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-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#ac2925;border-color:#761c19}.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.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-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:normal;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.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:#23527c;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:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.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;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.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;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.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.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.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-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.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{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.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+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-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-top-left-radius:0;border-bottom-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:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.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,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.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,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.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-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group #src_settings .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>#src_settings .form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>#src_settings .form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>#src_settings .form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>#src_settings .form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>#src_settings .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>#src_settings .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>#src_settings .form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>#src_settings .form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group #src_settings .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 #src_settings .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;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.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 #src_settings .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group #src_settings .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;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:#337ab7}.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.42857143;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{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.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:#337ab7}.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{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media(min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media(min-width:768px){.navbar{border-radius:4px}}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media(max-device-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;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;z-index:1030}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media(min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .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;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.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;-webkit-box-shadow:none;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}}.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,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form #src_settings .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form #src_settings .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group #src_settings .form-control{width:auto}.navbar-form .input-group>#src_settings .form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback #src_settings .form-control-feedback{top:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@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-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media(min-width:768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right ~ .navbar-right{margin-right:0}}.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:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.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}@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-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.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}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.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:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.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:#777}.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.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-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{z-index:3;color:#23527c;background-color:#eee;border-color:#ddd}.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:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-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;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-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 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:#777;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}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.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:middle;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.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,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-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-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.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-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.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,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{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:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.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,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>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>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;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,.panel-group .panel-heading+.panel-collapse>.list-group{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-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.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,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(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;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:transparent;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.42857143px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.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}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.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;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-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{white-space:pre;max-width:none;padding:10px}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:normal;line-height:1.42857143;text-align:left;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}.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;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{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.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}.hidden{display:none !important}.affix{position:fixed}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media(max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media(max-width:767px){.visible-xs-block{display:block !important}}@media(max-width:767px){.visible-xs-inline{display:inline !important}}@media(max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media(min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media(min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media(min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media(min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media(min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media(min-width:1200px){.visible-lg-block{display:block !important}}@media(min-width:1200px){.visible-lg-inline{display:inline !important}}@media(min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media(max-width:767px){.hidden-xs{display:none !important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media(min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}*:hover,*:active,*:focus{outline:none !important}p{display:block;font-size:13px;font-weight:normal;letter-spacing:normal;line-height:22px;margin:0 0 10px 0;font-style:normal;white-space:normal}h1,h2,h3,h4,h5,h6{font-weight:300}h1{font-size:30px}h2{font-size:24px}h3{font-size:16px}h4{font-size:14px}h5{font-size:12px}h6{font-size:10px}h3,h4,h5{font-weight:600}.f-thin{font-weight:300}.f-normal{font-weight:normal}.f-bold{font-weight:600}.f-s-10{font-size:10px}.f-s-11{font-size:11px}.f-s-12{font-size:12px}.f-s-13{font-size:13px}.f-s-14{font-size:14px}.f-s-15{font-size:15px}.f-s-16{font-size:16px}.f-s-17{font-size:17px}.f-s-18{font-size:18px}.f-s-20{font-size:20px}.f-s-22{font-size:22px}.f-s-24{font-size:24px}.f-s-26{font-size:26px}.f-s-28{font-size:28px}.f-s-30{font-size:30px}.f-s-32{font-size:32px}.text-xs{font-size:10px}.text-sm{font-size:12px}.text-md{font-size:16px}.text-lg{font-size:32px}.text-xl{font-size:52px}.text-xxl{font-size:80px}.f-white{color:#fff}.f-gray{color:#ccc}.f-gray-dark{color:#a2a2a2}.f-black{color:#333}.f-green{color:green}.f-blue{color:#127acb}.f-lblue{color:#12afcb}.f-purple{color:#7a6fbe}.f-red{color:#f25656}.f-yellow{color:#f6d433}.f-orange{color:#e79b2f}.text-default{color:#ccc}.text-primary{color:#7a6fbe}.text-success{color:green}.text-info{color:#12afcb}.text-warning{color:#f6d433}.text-danger{color:#f25656}.icon-xs{font-size:12px}.icon-sm{font-size:14px}.icon-md{font-size:16px}.icon-lg{font-size:18px}.icon-state-default{color:#ccc}.icon-state-primary{color:#7a6fbe}.icon-state-success{color:green}.icon-state-info{color:#12afcb}.icon-state-warning{color:#f6d433}.icon-state-danger{color:#f25656}.alert{border-radius:0;padding-top:10px;padding-bottom:10px;border:0}.alert-success{background:#e5f3df}.alert-info{background:#d3e6f0}.alert-warning{background:#f6f2dd}.alert-danger{background:#f1d9d9}.badge{-webkit-border-radius:12px !important;-moz-border-radius:12px !important;border-radius:12px !important;border-radius:0;font-weight:300;font-size:11px !important;text-align:center;vertical-align:middle;line-height:11px !important;height:18px;padding:3px 6px 3px 6px;text-shadow:none !important}.badge.badge-roundless{-webkit-border-radius:0 !important;-moz-border-radius:0 !important;border-radius:0 !important}.badge.badge-default{background:#f1f1f1;color:#aaa}.badge.badge-primary{background:#7a6fbe;color:#FFF}.badge.badge-info{background:#12afcb;color:#FFF}.badge.badge-success{background:green;color:#FFF}.badge.badge-danger{background:#f25656;color:#FFF}.badge.badge-warning{background:#f6d433;color:#FFF}.switch-sm .switchery{height:15px;width:25px}.switch-sm .switchery>small{height:15px;width:15px}.switch-md .switchery{height:20px;width:35px}.switch-md .switchery>small{height:20px;width:20px}.switch-lg .switchery{height:25px;width:40px}.switch-lg .switchery>small{height:25px;width:25px}.no-s{margin:0 !important;padding:0 !important}.no-m{margin:0}.no-p{padding:0}.m{margin:15px}.m-t-xxs{margin-top:5px}.m-r-xxs{margin-right:5px}.m-b-xxs{margin-bottom:5px}.m-l-xxs{margin-left:5px}.m-t-xs{margin-top:10px}.m-r-xs{margin-right:10px}.m-b-xs{margin-bottom:10px}.m-l-xs{margin-left:10px}.m-t-sm{margin-top:15px}.m-r-sm{margin-right:15px}.m-b-sm{margin-bottom:15px}.m-l-sm{margin-left:15px}.m-t-md{margin-top:20px}.m-r-md{margin-right:20px}.m-b-md{margin-bottom:20px}.m-l-md{margin-left:20px}.m-t-lg{margin-top:25px}.m-r-lg{margin-right:25px}.m-b-lg{margin-bottom:25px}.m-l-lg{margin-left:25px}.m-t-xxl{margin-top:30px}.m-r-xxl{margin-right:30px}.m-b-xxl{margin-bottom:30px}.m-l-xxl{margin-left:30px}.m-t-n-xxs{margin-top:-5px}.m-r-n-xxs{margin-right:-5px}.m-b-n-xxs{margin-bottom:-5px}.m-l-n-xxs{margin-left:-5px}.m-t-n-xs{margin-top:-10px}.m-r-n-xs{margin-right:-10px}.m-b-n-xs{margin-bottom:-10px}.m-l-n-xs{margin-left:-10px}.m-t-n-sm{margin-top:-15px}.m-r-n-sm{margin-right:-15px}.m-b-n-sm{margin-bottom:-15px}.m-l-n-sm{margin-left:-15px}.m-t-n-md{margin-top:-20px}.m-r-n-md{margin-right:-20px}.m-b-n-md{margin-bottom:-20px}.m-l-n-md{margin-left:-20px}.m-t-n-lg{margin-top:-25px}.m-r-n-lg{margin-right:-25px}.m-b-n-lg{margin-bottom:-25px}.m-l-n-lg{margin-left:-25px}.m-t-n-xxl{margin-top:-30px}.m-r-n-xxl{margin-right:-30px}.m-b-n-xxl{margin-bottom:-30px}.m-l-n-xxl{margin-left:-30px}.p{padding:15px}.p-h-xxs{padding-left:5px;padding-right:5px}.p-h-xs{padding-left:10px;padding-right:10px}.p-h-sm{padding-left:15px;padding-right:15px}.no-p-h{padding-left:0;padding-right:0}.no-p-v{padding-top:0;padding-bottom:0}.p-h-md{padding-left:20px;padding-right:20px}.p-h-lg{padding-left:25px;padding-right:25px}.p-h-xxl{padding-left:30px;padding-right:30px}.p-v-xxs{padding-top:5px;padding-bottom:5px}.p-v-xs{padding-top:10px;padding-bottom:10px}.p-v-sm{padding-top:15px;padding-bottom:15px}.p-v-md{padding-top:20px;padding-bottom:20px}.p-v-lg{padding-top:25px;padding-bottom:25px}.p-v-xxl{padding-top:30px;padding-bottom:30px}.no-b{border:0 !important}.b{border:1px solid #f1f1f1}.b-t{border-top:1px solid #f1f1f1}.b-r{border-right:1px solid #f1f1f1}.b-b{border-bottom:1px solid #f1f1f1}.b-l{border-left:1px solid #f1f1f1}.b-default{border-color:#f1f1f1}.b-primary{border-color:#7a6fbe}.b-info{border-color:#12afcb}.b-success{border-color:green}.b-warning{border-color:#f6d433}.b-danger{border-color:#f25656}.b-2{border-size:2px}.b-3{border-size:3px}.b-4{border-size:4px}.b-n-t{border-top:0}.b-n-r{border-right:0}.b-n-b{border-bottom:0}.b-n-l{border-left:0}.no-r{border-radius:0 !important}.r{border-radius:2px}.r-t-l{border-top-left-radius:2px}.r-t-r{border-top-right-radius:2px}.r-b-l{border-bottom-left-radius:2px}.r-b-r{border-bottom-right-radius:2px}.no-r-t-l{border-top-left-radius:0 !important}.no-r-t-r{border-top-right-radius:0 !important}.no-r-b-l{border-bottom-left-radius:0 !important}.no-r-b-r{border-bottom-right-radius:0 !important}.bg-n{background:transparent !important}.bg-primary{background-color:#7a6fbe;color:#fff}.bg-primary.dark{background-color:#6e63b4;color:#fff}.bg-primary.light{background-color:#877cc7;color:#fff}.bg-success{background-color:green;color:#fff}.bg-success.dark{background-color:#1da890;color:#fff}.bg-success.light{background-color:#32c6ad;color:#fff}.bg-info{background-color:#12afcb;color:#fff}.bg-info.dark{background-color:#0ba0bb;color:#fff}.bg-info.light{background-color:#20beda;color:#fff}.bg-warning{background-color:#f6d433;color:#fff}.bg-warning.dark{background-color:#f1ca11;color:#fff}.bg-warning.light{background-color:#fada44;color:#fff}.bg-danger{background-color:#f25656;color:#fff}.bg-danger.dark{background-color:#e54f4f;color:#fff}.bg-danger.light{background-color:#f66d6d;color:#fff}.bg-dark{background-color:#333;color:#fff}.bg-dark.dark{background-color:#2b2b2b;color:#fff}.bg-dark.light{background-color:#3b3b3b;color:#fff}.bg-light{background-color:#f1f1f1}.bg-light.dark{background-color:#e5e5e5}.bg-light.light{background-color:#f9f9f9}.bg-gray{background-color:#ccc}.bg-gray.dark{background-color:#b9b9b9}.bg-gray.light{background-color:#d7d7d7}.btn{font-size:13px;border:1px solid transparent;border-radius:0;outline:none !important}.btn-addon i{position:relative;float:left;width:35px;height:35px;margin:-7px -13px;margin-right:12px;line-height:34px;text-align:center;border-top-left-radius:2px;border-bottom-left-radius:2px;background-color:rgba(0,0,0,0.1)}.btn-rounded.btn-addon i{margin:-7px -16px;margin-right:15px;border-radius:50px}.btn-rounded.btn-addon.btn-sm i{margin:-7px -16px;margin-right:10px;border-radius:50px}.btn-lg{line-height:inherit}.btn-lg.btn-addon i{width:45px;height:45px;margin:-11px -17px;margin-right:16px;line-height:45px}.btn-sm.btn-addon i{width:30px;height:30px;margin:-6px -11px;margin-right:10px;line-height:30px}.btn-xs.btn-addon i{width:22px;height:22px;margin:-2px -6px;margin-right:5px;line-height:22px;font-size:10px}.btn-rounded{padding-left:15px;padding-right:15px;border-radius:50px}.btn-group.open .dropdown-toggle{box-shadow:none}.btn-default{background-color:#fff;color:#333;border:1px solid #e5e5e5}.btn-default:focus,.btn-default.focus{color:#333;background-color:#f1f1f1;border-color:#e5e5e5}.btn-default:hover{color:#333;background-color:#f1f1f1;border-color:#e5e5e5}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#f1f1f1;border-color:#e5e5e5}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333;background-color:#f1f1f1;border-color:#e5e5e5}.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.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-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#7a6fbe;border-color:transparent}.btn-primary:focus,.btn-primary.focus{color:#fff;background-color:#6a5fac;border-color:transparent}.btn-primary:hover{color:#fff;background-color:#6a5fac;border-color:transparent}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#6a5fac;border-color:transparent}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#fff;background-color:#6a5fac;border-color:transparent}.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.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:#6a5fac;border-color:transparent}.btn-primary .badge{color:#6a5fac;background-color:#fff}.btn-success{color:#fff;background-color:#589ee4;border-color:transparent}.btn-success:focus,.btn-success.focus{color:#fff;background-color:#589ee4;border-color:transparent}.btn-success:hover{color:#fff;background-color:#458ae4;border-color:transparent}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#3971aa;border-color:transparent}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#fff;background-color:#3971aa;border-color:transparent}.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.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:green;border-color:transparent}.btn-success .badge{color:green;background-color:#fff}.btn-info{color:#fff;background-color:#12afcb;border-color:transparent}.btn-info:focus,.btn-info.focus{color:#fff;background-color:#08a7c3;border-color:transparent}.btn-info:hover{color:#fff;background-color:#08a7c3;border-color:transparent}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#08a7c3;border-color:transparent}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#fff;background-color:#08a7c3;border-color:transparent}.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.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:#08a7c3;border-color:transparent}.btn-info .badge{color:#12afcb;background-color:#fff}.btn-warning{color:#fff;background-color:#f2ca4c;border-color:transparent}.btn-warning:focus,.btn-warning.focus{color:#fff;background-color:#e8bf40;border-color:transparent}.btn-warning:hover{color:#fff;background-color:#e8bf40;border-color:transparent}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#e8bf40;border-color:transparent}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#fff;background-color:#e8bf40;border-color:transparent}.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.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:#e8bf40;border-color:transparent}.btn-warning .badge{color:#f2ca4c;background-color:#fff}.btn-danger{color:#fff;background-color:#f25656;border-color:transparent}.btn-danger:focus,.btn-danger.focus{color:#fff;background-color:#e14444;border-color:transparent}.btn-danger:hover{color:#fff;background-color:#e14444;border-color:transparent}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#e14444;border-color:transparent}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#fff;background-color:#e14444;border-color:transparent}.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.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:#e14444;border-color:transparent}.btn-danger .badge{color:#f25656;background-color:#fff}.btn-facebook{background:#627aac;color:#fff}.btn-facebook:hover,.btn-facebook:focus,.btn-facebook:active{background:#3b5998;color:#fff}.btn-twitter{background:#33bbf3;color:#fff}.btn-twitter:hover,.btn-twitter:focus,.btn-twitter:active{background:#00abf0;color:#fff}.btn-google{background:#e0745b;color:#fff}.btn-google:hover,.btn-google:focus,.btn-google:active{background:#d95232;color:#fff}.btn-youtube{background:#d6464b;color:#fff}.btn-youtube:hover,.btn-youtube:focus,.btn-youtube:active{background:#cc181e;color:#fff}.btn-vimeo{background:#69c8ff;color:#fff}.btn-vimeo:hover,.btn-vimeo:focus,.btn-vimeo:active{background:#4bf;color:#fff}.btn-dribbble{background:#e094b7;color:#fff}.btn-dribbble:hover,.btn-dribbble:focus,.btn-dribbble:active{background:#d97aa5;color:#fff}.btn-github{background:#848484;color:#fff}.btn-github:hover,.btn-github:focus,.btn-github:active{background:#666;color:#fff}.btn-instagram{background:#658eaf;color:#fff}.btn-instagram:hover,.btn-instagram:focus,.btn-instagram:active{background:#3f729b;color:#fff}.btn-pinterest{background:#be464b;color:#fff}.btn-pinterest:hover,.btn-pinterest:focus,.btn-pinterest:active{background:#ae181f;color:#fff}.btn-vk{background:#7d9bbb;color:#fff}.btn-vk:hover,.btn-vk:focus,.btn-vk:active{background:#5d83aa;color:#fff}.btn-rss{background:#f19958;color:#fff}.btn-rss:hover,.btn-rss:focus,.btn-rss:active{background:#ee802f;color:#fff}.btn-flickr{background:#3395c4;color:#fff}.btn-flickr:hover,.btn-flickr:focus,.btn-flickr:active{background:#007bb6;color:#fff}.bs-n{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bs-dark{-webkit-box-shadow:0 0 3px rgba(0,0,0,.6);-moz-box-shadow:0 0 3px rgba(0,0,0,.6);box-shadow:0 0 3px rgba(0,0,0,.6)}.bs-light{-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);-moz-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.bs-t{-webkit-box-shadow:0 -1px 1px rgba(0,0,0,.05);-moz-box-shadow:0 -1px 1px rgba(0,0,0,.05);box-shadow:0 -1px 1px rgba(0,0,0,.05)}.bs-r{-webkit-box-shadow:1px 0 1px rgba(0,0,0,.05);-moz-box-shadow:1px 0 1px rgba(0,0,0,.05);box-shadow:1px 0 1px rgba(0,0,0,.05)}.bs-b{-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);-moz-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.bs-l{-webkit-box-shadow:-1px 0 1px rgba(0,0,0,.05);-moz-box-shadow:-1px 0 1px rgba(0,0,0,.05);box-shadow:-1px 0 1px rgba(0,0,0,.05)}.full-height{height:100% !important}.full-width{width:100% !important}.w-xxs{width:50px}.w-xs{width:90px}.w-sm{width:140px}.w{width:200px}.w-md{width:240px}.w-lg{width:280px}.w-xl{width:330px}.w-xxl{width:370px}.w-auto{width:auto}.h-auto{height:auto}.tooltip-inner{border-radius:0}.panel{-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);border:0 !important;margin-bottom:25px;border-radius:0}@media(min-width:768px){.panel>.row>div:first-child{padding-left:15px;padding-right:0}.panel>.row>div:last-child{padding-left:0;padding-right:15px}}.panel .panel-heading{padding:20px 20px 20px 20px;overflow:hidden;border-top-left-radius:0;border-top-right-radius:0;border:0 !important;font-size:14px;font-weight:600}.panel .panel-heading .panel-title{font-size:14px;float:left;margin:0;padding:0;font-weight:600}.panel .panel-heading .panel-title small{font-size:80%}.panel .panel-heading .panel-control{float:right;height:auto}.panel .panel-heading .panel-control a{text-decoration:none;color:#ccc;margin-left:5px;font-size:14px;float:left}.panel .panel-heading .panel-control a:hover{color:#a2a2a2}.panel .panel-body{position:relative;padding:10px 5px;border-bottom-left-radius:0;border-bottom-right-radius:0}.info-box.panel .panel-body{padding:20px;box-shadow:1px 1px 3px 0 #ddd}.panel-default .panel-heading{background:#f1f1f1;border-color:#e7e7e7}.panel-default .panel-heading .panel-control a{color:#bbb}.panel-default .panel-heading .panel-control a:hover{color:#a2a2a2}.panel-primary .panel-heading{background:#7a6fbe;color:#fff}.panel-primary .panel-heading .panel-control a{color:#fff}.panel-primary .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-success .panel-heading{background:green;color:#fff}.panel-success .panel-heading .panel-control a{color:#fff}.panel-success .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-info .panel-heading{background:#12afcb;color:#fff}.panel-info .panel-heading .panel-control a{color:#fff}.panel-info .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-warning .panel-heading{background:#f6d433;color:#fff}.panel-warning .panel-heading .panel-control a{color:#fff}.panel-warning .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-danger .panel-heading{background:#f25656;color:#fff}.panel-danger .panel-heading .panel-control a{color:#fff}.panel-danger .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-transparent{background:transparent;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.panel-transparent .panel-heading .panel-control a{color:#ccc}.panel-transparent .panel-heading .panel-control a:hover{color:#a2a2a2}.panel-white{background:#fff}.panel-white .panel-heading .panel-control a{color:#ccc}.panel-white .panel-heading .panel-control a:hover{color:#a2a2a2}.panel-gray{background:#f9f9f9;border:1px solid #ddd !important}.panel-gray .panel-heading .panel-control a{color:#ccc}.panel-gray .panel-heading .panel-control a:hover{color:#a2a2a2}.panel-purple{background:#7a6fbe}.panel-purple .panel-heading{color:#fff}.panel-purple .panel-body{color:#fff}.panel-purple .panel-heading .panel-control a{color:#fff}.panel-purple .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-green{background:green}.panel-green .panel-heading{color:#fff}.panel-green .panel-body{color:#fff}.panel-green .panel-heading .panel-control a{color:#fff}.panel-green .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-blue{background:#12afcb}.panel-blue .panel-heading{color:#fff}.panel-blue .panel-body{color:#fff}.panel-blue .panel-heading .panel-control a{color:#fff}.panel-blue .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-yellow{background:#f6d433}.panel-yellow .panel-heading{color:#fff}.panel-yellow .panel-body{color:#fff}.panel-yellow .panel-heading .panel-control a{color:#fff}.panel-yellow .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-red{background:#f25656}.panel-red .panel-heading{color:#fff}.panel-red .panel-body{color:#fff}.panel-red .panel-heading .panel-control a{color:#fff}.panel-red .panel-heading .panel-control a:hover{color:#f1f1f1}.panel-placeholder{border:2px dashed #ddd;margin-bottom:20px}.well{border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:#f6f6f6;border:0}.modal{z-index:9999}.modal-content{-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);border:0;border-radius:0}.modal-content>.close{padding:10px}.modal-header{padding:20px 20px 20px 20px;overflow:hidden;border-top-left-radius:0;border-top-right-radius:0;border:0 !important;height:55px;font-size:14px;font-weight:600}.modal-content .modal-image{float:left;padding:20px 10px}.modal-body{position:relative;padding:20px;border-bottom-left-radius:0;border-bottom-right-radius:0}.modal_float_left{float:left;max-width:65%}.modal-body .modal-title{margin:0 0 20px 0;line-height:25px;font-size:26px}.modal-body .modal-price{font-size:15px;font-weight:bold;margin-top:15px}.modal-footer{position:relative;padding:20px;border-bottom-left-radius:0;border-bottom-right-radius:0;border:0}.modal-header+.modal-body{padding:0 20px 20px 20px;min-height:140px}.modal-body+.modal-footer{padding:0 20px 20px 20px}.modal-open{overflow-y:auto !important}.modal-open{padding:0 !important}.modal-backdrop{z-index:999}.pagination>li>a{color:#5b5b5b}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{background:green;border-color:green}.progress{border-radius:2px}.progress-squared{border-radius:0}.progress-xs{height:5px}.progress-sm{height:10px}.progress-md{height:15px}.progress-lg{height:25px}.progress-bar{background-color:#7a6fbe}.progress-bar-success{background-color:green}.progress-bar-info{background-color:#12afcb}.progress-bar-warning{background-color:#f6d433}.progress-bar-danger{background-color:#f25656}.tab-content{padding:15px;background:#fff}.nav-tabs>li>a{border-radius:0 !important;color:#777;border-bottom:1px solid #ddd}.nav-tabs>li>a:hover{background:#f1f1f1}.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-bottom-color:#fff}.nav-pills>li>a{color:#777;border-radius:0 !important}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#7a6fbe}.tabs-below>.nav-tabs,.tabs-right>.nav-tabs,.tabs-left>.nav-tabs{border-bottom:0}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.tabs-below>.nav-tabs{border-top:1px solid #ddd}.tabs-below>.nav-tabs>li{margin-top:-1px;margin-bottom:0}.tabs-below>.nav-tabs>li>a{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tabs-below>.nav-tabs>li>a:hover,.tabs-below>.nav-tabs>li>a:focus{border-top-color:#ddd;border-bottom-color:transparent}.tabs-below>.nav-tabs>.active>a,.tabs-below>.nav-tabs>.active>a:hover,.tabs-below>.nav-tabs>.active>a:focus{border-color:#fff #ddd #ddd #ddd}.tabs-left>.nav-tabs>li,.tabs-right>.nav-tabs>li{float:none}.tabs-left>.nav-tabs>li>a,.tabs-right>.nav-tabs>li>a{min-width:74px;margin-right:0;margin-bottom:3px;border-bottom:0}.tabs-left>.nav-tabs{float:left;margin-right:19px;border-right:1px solid #ddd}.tabs-left>.nav-tabs>li>a{margin-right:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tabs-left>.nav-tabs>li>a:hover,.tabs-left>.nav-tabs>li>a:focus{border-color:#eee #ddd #eee #eee}.tabs-left>.nav-tabs .active>a,.tabs-left>.nav-tabs .active>a:hover,.tabs-left>.nav-tabs .active>a:focus{border-color:#ddd transparent #ddd #ddd;border-right-color:#fff;border-bottom:1px solid #ddd}.tabs-right>.nav-tabs{float:right;margin-left:19px;border-left:1px solid #ddd}.tabs-right>.nav-tabs>li>a{margin-left:-1px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.tabs-right>.nav-tabs>li>a:hover,.tabs-right>.nav-tabs>li>a:focus{border-color:#eee #eee #eee #ddd}.tabs-right>.nav-tabs .active>a,.tabs-right>.nav-tabs .active>a:hover,.tabs-right>.nav-tabs .active>a:focus{border-color:#ddd #ddd #ddd transparent;border-left-color:#fff;border-bottom:1px solid #ddd}.panel-group .panel-heading .panel-title>a{font-size:14px}.panel-group .panel-heading{font-size:14px;height:auto !important}.panel-group .panel-heading .panel-title>a{text-decoration:none}.panel-group .panel-heading{border-bottom:0 !important}.panel>.panel-heading+.panel-collapse>.panel-body{border-top-color:transparent}.panel-group .panel-heading .panel-title{position:relative;width:100%}.jstree-default .jstree-clicked{background:#f1f1f1;border-radius:0;box-shadow:inset 0 0 1px #999}.jstree-default li a:hover{background:#f1f1f1;border-radius:0;box-shadow:inset 0 0 1px #999}.label.label-default{background:#fff;border:1px solid #e5e5e5}.label.label-success{background:green}.label.label-primary{background:#1ab394}.label.label-info{background:#12afcb}.label.label-danger{background:#f25656}.label.label-warning{background:#f6d433}label{font-size:13px;font-weight:normal}.controls label{display:block}.form-control{background:#fff;border-radius:0;border:1px solid #dce1e4;box-shadow:none !important;font-size:13px;padding:6px 10px !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}input[disabled]{background:#f7f7f7;border-color:#d2d7db}.form-control:focus{border:1px solid #bdc5c9;background:#fff}.help-block{margin-bottom:5px}.form-group.has-success .form-control,.form-group.has-warning .form-control,.form-group.has-error .form-control{box-shadow:none}.form-group.has-success .form-control:focus{border:1px solid green;background:#fff}.form-group.has-warning .form-control:focus{border:1px solid #f6d433;background:#fff}.form-group.has-error .form-control:focus{border:1px solid #f25656;background:#fff}.form-group.has-success label{color:green}.form-group.has-warning label{color:#f6d433}.form-group.has-error label{color:#f25656}label.error{color:#a94442;font-weight:bold;margin-top:5px;float:left;font-size:12px}input.form-control.input-rounded{border-radius:30px}.input-group .btn{padding:7px 12px}ol.linenums{margin:0}.select2-selection{background:#fff !important;border-radius:0 !important;border:1px solid #dce1e4 !important;box-shadow:none !important;font-size:13px !important;padding:6px 10px !important;height:34px !important;-webkit-transition:all .2s ease-in-out !important;-moz-transition:all .2s ease-in-out !important;-o-transition:all .2s ease-in-out !important;transition:all .2s ease-in-out !important}.select2-dropdown{background:#fff;border-radius:0;border:1px solid #dce1e4;border-top:0;box-shadow:none !important;font-size:13px;padding:6px 10px !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;z-index:9999}.select2-dropdown.select2-dropdown--above{border:1px solid #dce1e4;border-bottom:0}.select2-selection--multiple .select2-selection__choice{background:#f1f1f1 !important;border-radius:0 !important;border:1px solid #ccc !important}.select2-container--default .select2-selection--single .select2-selection__rendered,.select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:inherit !important;padding:0 !important}.select2-container--default .select2-selection--multiple .select2-selection__choice,.select2-container .select2-search--inline .select2-search__field{margin-top:0 !important}.popover{border:1px solid #ebebeb;border-radius:0;box-shadow:none;padding:0}.popover-title{border-radius:0}.popover.top>.arrow{border-top-color:#ebebeb}.popover.left>.arrow{border-left-color:#ebebeb}.popover.right>.arrow{border-right-color:#ebebeb}.popover.bottom>.arrow{border-bottom-color:#ebebeb}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{border-radius:0 !important}.bootstrap-tagsinput{background:#fff;border-radius:0;border:1px solid #dce1e4;box-shadow:none !important;font-size:13px;padding:6px 10px !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:100%;margin:0}.bootstrap-tagsinput .tag{line-height:inherit}.input-group-addon{border-radius:0 !important;background:#f1f1f1;border-color:#dce1e4}.bootstrap-timepicker-widget input{background:#fff;border-radius:0;border:1px solid #dce1e4;box-shadow:none !important;font-size:13px;padding:6px 10px !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;width:45px !important}.bootstrap-timepicker-widget input:focus{border:1px solid #bdc5c9;background:#fff}.bootstrap-timepicker-widget .icon-chevron-up:before{font-family:FontAwesome;content:"\f106";font-style:normal}.bootstrap-timepicker-widget .icon-chevron-down:before{font-family:FontAwesome;content:"\f107";font-style:normal}.bootstrap-timepicker-widget a{text-decoration:none}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,.table td{padding:15px !important}.dataTables_wrapper .dataTables_filter input,.dataTables_wrapper .dataTables_length select{background:#fff;border-radius:0;border:1px solid #dce1e4;box-shadow:none !important;font-size:13px;padding:6px 10px !important;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.dataTables_wrapper .dataTables_filter input:focus{border:1px solid #bdc5c9;background:#fff;outline:0}.dataTables_wrapper .dataTables_length select:focus{outline:0}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#5f5f5f !important;border:1px solid #ebebeb;background:#f1f1f1 !important}.dataTables_wrapper .dataTables_paginate .paginate_button:hover,.dataTables_wrapper .dataTables_paginate .paginate_button:active,.dataTables_wrapper .dataTables_paginate .paginate_button:focus{color:#5f5f5f !important;border:1px solid transparent;background:#f7f7f7 !important;box-shadow:none}tr.group,tr.group:hover{background-color:#ddd !important}.note-editor{border:1px solid #dce1e4;border-radius:0}.note-dialog .note-modal-form{margin:0 15px 0 15px}.note-editor .note-toolbar{border-bottom:0;background:#fff;padding:10px}.note-popover .popover .popover-content>.btn-group,.note-toolbar>.btn-group{margin-top:0}.note-editor .note-editable{padding:15px;padding-top:10px;overflow:auto;outline:0}.note-editor .note-statusbar{background:transparent}.note-editor .note-statusbar .note-resizebar{border:0}.center{margin:0 auto;float:none !important;display:block}.display-block{display:block}.display-inline{display:inline-block}.box-middle{position:absolute;height:400px;width:400px;top:50%;left:50%;margin-left:-200px !important;margin-top:-200px !important}.datepicker{padding:10px !important;border:1px solid #e0e0e0 !important;border-radius:0 !important;-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1) !important;-moz-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1) !important;box-shadow:0 5px 5px -5px rgba(0,0,0,0.1) !important}.datepicker table tr td,.datepicker table tr th,.datepicker table tr td span{border-radius:0 !important}.datepicker table tr td.active:hover,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active:focus,.datepicker table tr td.active:hover:focus,.datepicker table tr td.active.disabled:focus,.datepicker table tr td.active.disabled:hover:focus,.datepicker table tr td.active:active,.datepicker table tr td.active:hover:active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td.active,.open .dropdown-toggle.datepicker table tr td.active:hover,.open .dropdown-toggle.datepicker table tr td.active.disabled,.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{color:#fff;background-color:#7a6fbe;border:0}.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active:focus,.datepicker table tr td span.active:hover:focus,.datepicker table tr td span.active.disabled:focus,.datepicker table tr td span.active.disabled:hover:focus,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:hover.active,.open .dropdown-toggle.datepicker table tr td span.active,.open .dropdown-toggle.datepicker table tr td span.active:hover,.open .dropdown-toggle.datepicker table tr td span.active.disabled,.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover{color:#fff;background-color:#7a6fbe;border:0}.colorpicker{padding:10px !important}.dropzone{border:1px solid #f1f1f1;border-radius:0;background:#f9f9f9}.img-preview{height:150px;width:220px;overflow:hidden;text-align:center}.jqstooltip{box-sizing:content-box}#flot1{width:100%;height:250px}#flot2{width:100%;height:250px}#flot3{margin:0 auto;width:250px;height:250px}#flot3 .pie-chart-legend{padding:5px}#flot4{width:100%;height:250px}#flotTip{border-radius:0;background:rgba(51,51,51,0.8);color:#fff;padding:5px;font-size:13px !important}.jqvmap-zoomin,.jqvmap-zoomout{background-color:#7a6fbe;color:#fff;border:1px solid transparent;font-size:13px;border-radius:0;outline:none !important;padding:3px 5px;height:auto;width:auto;margin-left:7px}.jqvmap-zoomin:hover,.jqvmap-zoomin:focus,.jqvmap-zoomin:active,.jqvmap-zoomout:hover,.jqvmap-zoomout:focus,.jqvmap-zoomout:active{background-color:#6a5fac;border:1px solid transparent}.gritter-item{font-size:13px;background:rgba(0,0,0,0.7);background-image:none !important;padding:15px}.gritter-top{background:none !important}.gritter-bottom{background:none !important}.gritter-close{top:15px;left:auto;right:5px}.gritter-image{width:50px;height:50px;border-radius:100%}.gritter-with-image{padding-left:10px}.fc button{height:auto;padding:6px 12px;font-size:13px}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:2px;border-bottom-left-radius:2px}.fc-state-default.fc-corner-right{border-top-right-radius:2px;border-bottom-right-radius:2px}.fc-state-default{background-color:#fff;background-image:none;border-color:#e5e5e5;color:#333;text-shadow:none;box-shadow:none;outline:0 !important}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.fc-state-down,.fc-state-active{background-color:#f1f1f1;border:1px solid #e5e5e5;box-shadow:none !important}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;filter:alpha(opacity=65);box-shadow:none}.fc-day-grid-event{padding:5px;background:green;border:0}.list-group-item.active{background:#f1f1f1;border-color:#ddd;color:#333}.list-group-item.active:hover{background:#e7e7e7;border-color:#ddd;color:#333}.navbar{border:0;background:#FFF;padding:0;height:60px;z-index:999;border-radius:0;margin:auto;position:relative;-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);box-shadow:0 5px 5px -5px rgba(0,0,0,0.1)}.page-header-fixed .navbar{position:fixed;right:0;left:0}@media(min-width:768px){.page-content.container .navbar{width:750px}}@media(min-width:992px){.page-content.container .navbar{width:970px}}@media(min-width:1200px){.page-content.container .navbar{width:1170px}}.topmenu-outer{height:60px;background:#fff;margin-left:160px}.small-sidebar .topmenu-outer{margin-left:65px}.pace .pace-progress{background:green}.pace .pace-progress-inner{box-shadow:0 0 10px green,0 0 5px green}.pace .pace-activity{border-top-color:green;border-left-color:green;margin-top:60px}.navbar .logo-box{position:relative;width:160px;height:60px;float:left;display:table}.navbar .logo-box .logo-text{font-size:20px;font-weight:bold;line-height:60px;padding:0 15px 0 15px;vertical-align:middle;display:table-cell;text-align:center}.navbar .logo-box a:hover,.navbar .logo-box a:focus{text-decoration:none}.navbar .logo-box a{margin:0 auto}.small-sidebar .navbar .logo-box{width:65px}.small-sidebar .navbar .logo-box span{width:13px;overflow:hidden;display:block;margin:0 auto}.navbar-nav.navbar-right{margin-right:0}.top-menu .navbar-nav>li{height:49px}.top-menu .navbar-nav>li>a{display:block;padding:20px 18px;color:#5f5f5f;border:0;position:relative;line-height:20px}.top-menu .nav>li>a:hover,.top-menu .nav>li>a:focus,.top-menu .nav>li>a:active,.top-menu .nav .open>a,.top-menu .nav .open>a:hover,.top-menu .nav .open>a:focus{background:transparent}.top-menu .nav .open>a,.top-menu .nav .open>a:hover,.top-menu .nav .open>a:focus{background:transparent;border-color:transparent}.top-menu .navbar-nav>li>a>i{font-size:14px}.top-menu .navbar-nav>li>a>.badge{font-family:"Open Sans",sans-serif;position:absolute;top:12px;right:7px;padding:3px 6px;font-size:11px;text-shadow:0 1px 0 rgba(0,0,0,0.3)}.top-menu .navbar-nav>li>a>.user-name{padding:0 10px 0 0;line-height:20px}.top-menu .navbar-nav>li>a>.user-name{padding:0 10px 0 0;line-height:20px}@media(max-width:991px){.top-menu .navbar-nav>li>a>.user-name{display:none}}.top-menu .navbar-nav>li>a>.user-name>i{margin-left:5px}.avatar{padding:0;margin:-19px 0 -15px 0;position:relative;display:inline-block}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;float:left;list-style:none;text-shadow:none;padding:0;margin:10px 0 0 0;background-color:white;border:1px solid #d8dee4;-webkit-border-radius:0;-moz-border-radius:0;-ms-border-radius:0;-o-border-radius:0;border-radius:0;-webkit-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);-moz-box-shadow:0 5px 5px -5px rgba(0,0,0,0.1);box-shadow:0 5px 5px -5px rgba(0,0,0,0.1)}.dropdown-menu li{font-size:13px}.dropdown-menu li a:hover{background:#f7f7f7}.navbar-nav>li>.dropdown-menu{margin-top:25px !important}.dropdown-menu:before{position:absolute;top:-8px;left:9px;right:auto;display:inline-block !important;border-right:8px solid transparent;border-bottom:8px solid #d8dee4;border-left:8px solid transparent;content:''}.dropdown-menu:after{position:absolute;top:-7px;left:10px;right:auto;display:inline-block !important;border-right:7px solid transparent;border-bottom:7px solid #fff;border-left:7px solid transparent;content:''}.dropdown.dropup>.dropdown-menu:after,.dropdown.dropup>.dropdown-menu:before,.btn-group.dropup>.dropdown-menu:after,.btn-group.dropup>.dropdown-menu:before,.dropdown-toggle.dropup>.dropdown-menu:after,.dropdown-toggle.dropup>.dropdown-menu:before{display:none !important}.navbar-left .dropdown-menu:before,.dropdown-menu.dropdown-menu-left:before{left:16px;right:auto}.navbar-left .dropdown-menu:after,.dropdown-menu.dropdown-menu-left:after{left:17px;right:auto}.navbar-right .dropdown-menu:before,.dropdown-menu.dropdown-menu-right:before{right:16px;left:auto}.navbar-right .dropdown-menu:after,.dropdown-menu.dropdown-menu-right:after{right:17px;left:auto}.dropdown-menu.title-caret:after{border-bottom:7px solid #fff}.dropdown-menu>li.active>a:hover,.dropdown-menu>li.active>a:focus,.dropdown-menu>li.active>a:active,.dropdown-menu>li.active>a,.dropdown-menu>li.active>a:hover,.dropdown-menu>li.active>a:focus{background:#f7f7f7;color:#333}.drop-title{display:block;border-bottom:1px solid #f3f3f3;font-size:14px;background:#fff;padding:12px;color:#6a6a6a;margin:0}.dropdown-menu li.drop-all a{padding:10px;color:#707070;background:#FFF;font-size:14px}.dropdown-menu li.drop-all a:hover{background:#f7f7f7}.dropdown-sm{width:190px}.dropdown-md{width:230px}.dropdown-lg{width:280px}.dropdown-menu li a{padding:7px 10px 7px 10px;color:#5f5f5f;font-size:13px}.dropdown-menu li a i{margin-right:10px}.dropdown-menu li.no-link{padding:7px 10px 7px 10px}.dropdown-menu li.li-group{border-bottom:1px solid #f1f1f1;padding:5px 0 5px 0}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:transparent}.navbar .dropdown .dropdown-menu{display:block;visibility:hidden;opacity:0;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-ms-transition:all 300ms ease;margin-top:40px !important}.navbar .open .dropdown-menu{visibility:visible;opacity:1;margin-top:25px !important}.navbar .dropdown{display:inline-block}.messages{max-height:300px}.messages li a{color:#bababa;font-size:13px;padding-left:15px;text-decoration:none;display:block;padding-top:8px;padding-bottom:8px;position:relative}.messages li a:hover{background:#f7f7f7}.messages li{border-bottom:1px solid #f3f3f3}.messages li a .msg-img{height:100%;display:block;float:left;position:relative}.online{position:absolute;top:1px;right:1px;display:block;width:10px;height:10px;border-radius:50%;border:2px solid #FFF;background:#ccc}.online.on{background:#44aea1}.online.off{background:#f3565d}.messages li a img{width:40px;height:40px}.messages li a .msg-name{display:block;font-size:14px;color:#707070;padding:0 0 0 10px;margin:0;float:left}.messages li a .msg-text{display:block;width:210px;text-overflow:ellipsis;white-space:nowrap;color:#a0a0a0;margin:0;float:left;padding:0 0 0 10px}.messages li a .msg-time{font-size:11px;display:block;width:210px;padding:0 4px 0 8px;margin:0;float:right}.tasks{max-height:300px}.tasks li a{color:#bababa;font-size:13px;padding-left:15px;text-decoration:none;display:block;padding-top:10px;padding-bottom:10px;position:relative}.tasks li{border-bottom:1px solid #f3f3f3}.tasks li a:hover{background:#f7f7f7}.task-icon.badge{height:25px;width:25px;display:block;float:left;position:relative;margin-right:10px;padding-top:6px}.task-icon i{text-align:center;font-size:12px}.tasks li a .task-details{display:block;font-size:13px;color:#868686;padding:3px 0 0 0;margin:0;float:left;width:148px}.tasks li a .badge{margin:0;margin-right:5px;max-width:85px}.page-content{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,0.3);box-shadow:0 0 10px 0 rgba(0,0,0,0.3);background:#f7f8f8;min-height:100%}.page-content.container{padding-left:0;padding-right:0}.page-sidebar{width:160px;display:block;z-index:998;float:left;height:auto !important;overflow:visible !important}.sidebar .sidebar-title{display:block;margin:0 0 10px 0}.page-sidebar-fixed:not(.page-header-fixed) .logo-box{position:fixed;display:block}.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer{margin-left:160px}.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .topmenu-outer{margin-left:65px}.page-header-fixed .page-sidebar{padding-top:60px}.page-sidebar-fixed .sidebar{position:fixed;top:0;bottom:0;padding-top:60px}.page-sidebar-fixed .page-sidebar-inner{height:100%}.page-sidebar .page-sidebar-inner{height:100% !important}.small-sidebar .page-sidebar{width:65px}.small-sidebar .page-sidebar-inner{overflow:visible !important}.sidebar-header{overflow:hidden;clear:both;position:relative;padding:20px}.sidebar-profile-image{display:block}.sidebar-profile{overflow:hidden;position:relative;display:block}.sidebar-profile a{text-decoration:none}.sidebar-profile img{width:60px;display:block;margin:0 auto}.sidebar-profile span{color:#fff;font-weight:600;display:block;padding:8px 0 0 0;text-align:center}.sidebar-profile span small{color:#90999c;padding:5px 0}.profile{line-height:60px;margin-left:5px;font-size:14px}.small-sidebar .sidebar-header,.page-horizontal-bar .sidebar-header{display:none}.horizontal-bar{width:100%;display:block;z-index:9998;float:none;height:auto !important;left:0;right:0;bottom:0;height:74px}@media(min-width:768px){.page-sidebar-fixed.page-horizontal-bar .sidebar{position:fixed;top:0;bottom:auto;padding-top:60px}}.small-sidebar .horizontal-bar .slimScrollDiv{overflow:visible !important}.page-horizontal-bar.page-header-fixed .horizontal-bar{padding-top:60px}.page-horizontal-bar.page-sidebar-fixed .navbar{z-index:9999}@media(min-width:768px){.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar{width:750px;margin:0 auto}}@media(min-width:992px){.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar{width:970px;margin:0 auto}}@media(min-width:1200px){.page-horizontal-bar.page-sidebar-fixed .page-content.container .horizontal-bar{width:1170px;margin:0 auto}}@media(max-width:1200px){.horizontal-bar .accordion-menu>li>a>p{display:none}.compact-menu .horizontal-bar .accordion-menu>li>a>p{display:none !important}body:not(.small-sidebar) .horizontal-bar .accordion-menu>li>a>.menu-icon{float:none !important;margin:0 !important}.horizontal-bar .accordion-menu ul{top:50px !important}}.horizontal-bar .page-sidebar-inner{overflow:visible !important}.horizontal-bar .accordion-menu{text-align:center;font-size:0;width:100% !important;overflow:visible !important}.horizontal-bar .accordion-menu li{display:inline-block;margin:0 !important;padding:0 !important;position:relative}.small-sidebar.page-horizontal-bar .horizontal-bar .accordion-menu>li>a,.horizontal-bar .accordion-menu>li>a{padding:16px !important}.small-sidebar .horizontal-bar .accordion-menu li a span.menu-icon{font-size:15px}.horizontal-bar .accordion-menu>li>a>p{font-size:13px}.compact-menu .horizontal-bar .accordion-menu li a p{display:inline}.horizontal-bar .accordion-menu .sub-menu li a{font-size:13px;padding:10px;padding-left:15px;padding-right:15px}.page-horizontal-bar.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>a{width:auto}.horizontal-bar .accordion-menu>li>a>span.arrow:before{display:none}body:not(.small-sidebar) .horizontal-bar .menu.accordion-menu>li>a>.menu-icon{font-size:14px}.small-sidebar.page-horizontal-bar .menu.accordion-menu>li>a>span.menu-icon{margin:0 !important}.horizontal-bar .accordion-menu>li>ul{left:0 !important;top:74px;width:200px;position:absolute}.horizontal-bar .accordion-menu ul li{display:block;text-align:left}.horizontal-bar .accordion-menu li.menu-title{display:none}.small-sidebar .horizontal-bar .accordion-menu>li>a>p{display:none !important}.small-sidebar .horizontal-bar .accordion-menu>li>ul{top:44px !important}.small-sidebar.page-horizontal-bar.page-sidebar-fixed .page-inner{padding-left:0}.small-sidebar.page-sidebar-fixed.page-header-fixed.page-horizontal-bar .page-inner{padding:110px 0 50px 0}.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner{padding:60px 0 50px 65px}.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner{padding:0 0 50px 65px}.small-sidebar.page-header-fixed.page-horizontal-bar:not(.page-sidebar-fixed) .page-inner{padding:0 0 50px 0}.page-horizontal-bar:not(.page-sidebar-fixed) .checkout{top:0}.page-horizontal-bar.page-sidebar-fixed:not(.compact-menu) .checkout{top:134px}.page-horizontal-bar.page-sidebar-fixed.compact-menu .checkout{top:111px}.search-form{display:block;width:100%;height:60px;z-index:99999;position:fixed;background:#fff;margin-top:-60px;transition:all .3s ease;-moz-transition:all .3s ease;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-ms-transition:all .3s ease}.search-form .input-group{height:60px}.search-form .input-group input{color:#5f5f5f;border:0;box-shadow:none;border-radius:0;background:0;height:60px;line-height:60px;font-size:16px;padding:0 20px !important}.search-form .input-group button,.search-form .input-group button:hover,.search-form .input-group button:focus{background:0;box-shadow:none;border:0;outline:0;color:#5f5f5f;font-size:20px;padding-left:20px;padding-right:20px;line-height:46px}.menu li a .badge{margin-left:10px}.menu.accordion-menu{padding:0;margin:0;width:160px;color:white;position:relative;display:block}.menu.accordion-menu a{display:block;padding:15px;padding-left:18px;padding-right:18px;background:transparent;text-decoration:none;font-size:13px}.menu.accordion-menu>li>a{text-align:center}body:not(.page-horizontal-bar):not(.small-sidebar) .menu.accordion-menu a{text-align:center}.menu.accordion-menu a p{line-height:1.42857143 !important;margin:0}.menu.accordion-menu a span.menu-icon{display:inline-block;font-size:20px;margin-bottom:10px}.menu.accordion-menu li>a>.arrow:before{width:10px;float:right;display:block;margin-top:-20px;font-size:16px;font-family:FontAwesome;height:auto;content:"\f104";font-weight:300}.menu.accordion-menu>li>a>.arrow:before{margin-top:-39px}.menu.accordion-menu li.open>a>.arrow:before{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.menu.accordion-menu li{list-style-type:none}.menu.accordion-menu li a .badge{float:right;margin-top:1px;margin-right:0;margin-left:0;display:block}.menu.accordion-menu ul{z-index:9999}.menu.accordion-menu ul li a{display:block;padding:10px;background:transparent;text-decoration:none;font-size:13px}.menu.accordion-menu ul li ul{padding:2px 0 2px 0}.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li a,.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li a,.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li a{padding-left:26px}.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a,.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li a{padding-left:31px}.compact-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,.hover-menu .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a,.page-horizontal-bar .menu.accordion-menu .sub-menu li .sub-menu li .sub-menu li .sub-menu li a{padding-left:36px}.menu ul{padding:10px;z-index:99}.compact-menu:not(.small-sidebar) .menu.accordion-menu li a{text-align:left !important}.compact-menu:not(.page-horizontal-bar) .menu.accordion-menu>li>a>p{display:inline !important}.compact-menu .menu.accordion-menu a span.menu-icon{display:inline-block !important;font-size:14px !important;margin-bottom:0 !important;margin-right:10px !important}.compact-menu .menu.accordion-menu li a .arrow:before{margin-top:-2px}.page-horizontal-bar.compact-menu .menu.accordion-menu ul{top:50px}.page-horizontal-bar.compact-menu.small-sidebar .menu.accordion-menu ul{top:46px !important}.hover-menu:not(.page-horizontal-bar) .menu.accordion-menu>li>a>span.arrow{display:none}.hover-menu .menu.accordion-menu>li:hover>ul,.hover-menu .menu.accordion-menu>li.open:hover>ul{display:inline-block !important}.hover-menu .accordion-menu li{position:relative}.hover-menu .accordion-menu>li>ul{position:absolute;left:160px;width:200px}.hover-menu:not(.page-horizontal-bar) .accordion-menu>li>ul{position:absolute;top:0;left:160px;width:200px}.hover-menu .sidebar,.hover-menu .sidebar .page-sidebar-inner,.hover-menu .sidebar .menu,.hover-menu .sidebar .slimScrollDiv{overflow:visible !important}.hover-menu .accordion-menu ul li a{text-align:left !important}.compact-menu .accordion-menu li a p{display:inline}.hover-menu .sidebar .slimScrollBar,.hover-menu .slimScrollBar{display:none !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu{width:65px}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .page-sidebar-inner{overflow:hidden !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu{width:160px !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu>li>a{padding:15px;text-align:center}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu>li>a{padding:15px;padding-left:18px;padding-right:18px}.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu>li>a{text-align:left}.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu>li>a>.menu-icon{margin-right:10px !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu ul li a{text-align:center}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .menu-icon{float:none;margin:0 !important;font-size:14px}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .menu-icon{font-size:20px}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .arrow,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.menu-title,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a .badge{display:none !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li a p{margin:0}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .menu.accordion-menu li.open .sub-menu{visibility:hidden;height:0 !important;padding:0}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-widget,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .sidebar-header{display:block !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title{display:block !important}.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a p,.compact-menu.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.menu-title{display:inline !important}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li.open .sub-menu{visibility:visible;height:auto !important;padding:10px}.small-sidebar.page-sidebar-fixed:not(.page-horizontal-bar) .sidebar:hover .menu.accordion-menu li a .arrow{display:block !important;float:right}.small-sidebar:not(.page-sidebar-fixed) .sidebar,.small-sidebar:not(.page-sidebar-fixed) .sidebar>*,.horizontal-bar,.horizontal-bar>*{overflow:visible !important}.small-sidebar:not(.page-sidebar-fixed) .sidebar .slimScrollBar,.horizontal-bar .slimScrollBar{display:none !important}.small-sidebar:not(.page-sidebar-fixed) .menu.accordion-menu{width:auto;oveflow:visible !important}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu,.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li{padding:0;margin:0}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li{list-style:none;position:relative;width:auto}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a{text-decoration:none;display:block}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>a{padding:15px 25px 15px 25px;text-align:center;position:relative;width:265px}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a span.menu-icon{font-size:14px;margin:0 50px 0 0 !important;float:left}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p{margin:0;float:left}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a .arrow:before{width:10px;float:right;margin-left:15px;margin-top:-2px;display:inline;font-size:16px;font-family:FontAwesome;height:18px;content:"\f104";font-weight:300}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li:hover>a{z-index:999}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>ul{position:absolute;left:65px;top:48px;width:200px}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li a{display:block;padding:10px !important;padding-left:15px !important;padding-right:15px !important;background:transparent;font-size:13px}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu ul li span.menu-icon{margin-right:15px}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li>a>span.arrow{display:none}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li a p{display:block;text-align:left}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu li.menu-title{display:none}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li:hover>ul,.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li.open:hover>ul{display:inline-block !important}.page-horizontal-bar .accordion-menu>li:hover>ul,.page-horizontal-bar .accordion-menu>li.open:hover>ul{display:inline-block !important}.small-sidebar:not(.page-sidebar-fixed) .accordion-menu>li.open>ul{display:none !important}.page-horizontal-bar .accordion-menu>li.open>ul{display:none !important}.page-inner{padding:0 0 50px 0;background:#f1f4f9;position:relative}.page-header-fixed:not(.page-sidebar-fixed):not(.page-horizontal-bar) .page-inner{padding:60px 0 50px 0}.page-sidebar-fixed.page-header-fixed .page-inner{padding:60px 0 50px 160px}.page-horizontal-bar.page-sidebar-fixed.page-header-fixed .page-inner{padding:134px 0 50px 0}.page-horizontal-bar.page-sidebar-fixed.page-header-fixed.compact-menu .page-inner{padding:111px 0 50px 0}.page-sidebar-fixed:not(.page-header-fixed) .page-inner{padding:0 0 50px 160px}.small-sidebar.page-sidebar-fixed.page-header-fixed .page-inner{padding:60px 0 50px 65px}.small-sidebar.page-sidebar-fixed:not(.page-header-fixed) .page-inner{padding:0 0 50px 65px}.small-sidebar.page-header-fixed:not(.page-sidebar-fixed) .page-inner{padding:60px 0 50px 0}.page-title{padding:20px;background:#e9edf2;border-bottom:1px solid #dee2e8}.page-title h3{font-size:24px;font-weight:300;color:#74767d;padding:0;margin:0 0 4px 0}.page-breadcrumb .breadcrumb{float:left;background:transparent;padding:0;margin-top:30px}.page-breadcrumb ol.breadcrumb{margin:0}.page-breadcrumb ol.breadcrumb li a{font-size:13px;color:#90999c}.page-breadcrumb ol.breadcrumb li.active{font-size:13px;color:#90999c}.page-breadcrumb ul{margin:0}.page-breadcrumb ul li{float:left;display:inline}.page-breadcrumb ul li a{font-size:13px;color:#90999c}#main-wrapper{margin:20px;padding:0}.page-footer{background:#fff;width:100%;display:block;position:absolute;bottom:0;padding-left:25px;padding-right:25px;padding-top:19px;padding-bottom:19px}.sidebar-pusher{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9999;display:none}.push-sidebar{display:inline-block !important;padding:20px 18px;color:#5f5f5f;border:0;position:relative;line-height:20px;float:left;font-size:17px;text-decoration:none}.push-sidebar:hover{color:#5f5f5f}.search-button{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:9999;display:none;right:0}.search-button a{display:inline-block !important;padding:20px 18px;color:#5f5f5f;border:0;position:relative;line-height:20px;float:right;font-size:17px;text-decoration:none}.fontawesome-icon-list .fa-item{padding:10px 20px 10px 20px;color:#333}.fontawesome-icon-list .fa-item i{margin-right:5px}.fontawesome-icon-list .fa-item:hover{background:#f1f1f1}.line-icons .line-icon-item{padding:10px 20px 10px 20px;color:#333;display:block}.line-icons .line-icon-item:hover{background:#f1f1f1}.calendar-event{padding:7px 10px;color:#5b5b5b;background:#fcf8e3;margin-bottom:5px;overflow:hidden}.calendar-event p{float:left;margin:0}.calendar-event .remove-calendar-event{float:right;color:#5b5b5b}.faq-link:hover{text-decoration:none}.faq-popular{padding:0}.faq-popular li a{padding:8px 10px;font-size:14px;display:inline-block}.todo-nav{margin-top:10px}.todo-list .todo-item{padding:10px;margin:5px 0;border:1px solid #e9e9e9;background:#f9f9f9}.todo-list{margin:10px 0}.todo-list.only-active .todo-item.complete{display:none}.todo-list.only-active .todo-item:not(.complete){display:block}.todo-list.only-complete .todo-item:not(.complete){display:none}.todo-list.only-complete .todo-item.complete{display:block}.todo-list .todo-item.complete span{text-decoration:line-through}.remove-todo-item{color:#ccc;visibility:hidden}.remove-todo-item:hover{color:#5f5f5f}.todo-item:hover .remove-todo-item{visibility:visible}#uniform-all-complete{margin-left:11px}.info-box .progress{margin:0}.info-box .info-box-icon{float:right}.info-box .info-box-icon i{font-size:31px;color:#b0b0b0}.info-box .info-box-stats{margin-top:5px}.info-box .info-box-stats p{font-size:28px;line-height:28px;margin-bottom:14px;color:#374051;font-weight:300}.info-box .info-box-stats span.info-box-title{display:block;font-size:13px;margin-bottom:10px;color:#b0b0b0}.info-box .info-box-progress{clear:both}@media(min-width:768px){.visitors-chart{border-right:1px solid #eee}}.stats-info ul{margin:0}.stats-info ul li{border-bottom:1px solid #eee;padding:12px 0}.stats-info ul li:last-child{border-bottom:0}.stats-info ul li i{margin-left:5px}#flotchart1{height:340px;width:100%}#flotchart2{height:278px;width:100%}#flotchart3{height:200px;width:100%}.server-load>.server-stat{display:inline-block;margin-right:5px;margin-bottom:20px}.server-load .server-stat span{font-size:11px;margin-bottom:3px}.server-load .server-stat p{font-weight:600;font-size:16px;margin-bottom:3px}.weather-current{overflow:hidden}.weather-current p{font-size:12px;margin:5px 0 0 0;float:left;color:#8e8e8e}.weather-current p span{font-size:42px;clear:both;margin-top:15px;display:block;color:#4e5e6a;font-weight:300}.weather-current p span sup{font-size:25px}.weather-current .weather-icon{font-size:40px;display:block;float:left;margin:15px 15px 0 0}.weather-day{margin:0;font-weight:600;text-align:right;font-size:22px}.weather-day small{font-size:11px;color:#8e8e8e;margin:0}.weather-info{width:100%;display:block;overflow:hidden}.weather-info li{padding:8px 0}.weather-top{border-bottom:1px solid #f1f1f1;overflow:hidden;padding:0 0 15px 0;margin:0 0 15px 0}.weather-days{margin:15px 0 0 0;padding:15px 0 0 0;border-top:1px solid #f1f1f1}.weather-days li span{display:block;text-align:center}.weather-days li i{display:block;font-size:22px;text-align:center;margin:10px 0 10px 0}@media(max-width:768px){.weather-days li{margin-bottom:15px}}.live-tile{width:100%;margin:0;height:155.5px}.twitter-box{background:#5ea9dd}.facebook-box{background:#3b5998}.twitter-box i,.facebook-box i{position:absolute;right:10px;bottom:0;font-size:50px;color:rgba(255,255,255,0.3)}.tile-date{display:block;margin-top:15px;color:rgba(255,255,255,0.7)}.inbox-widget{height:341px !important}.inbox-widget a{display:block;overflow:hidden;text-decoration:none}.inbox-widget .inbox-item{padding:10px 0;border-bottom:1px solid #f1f1f1;overflow:hidden;position:relative}.inbox-widget a:last-child>.inbox-item{border-bottom:0}.inbox-widget .inbox-item .inbox-item-img{float:left;width:40px;display:block;margin-right:15px}.inbox-widget .inbox-item img{width:40px}.inbox-widget .inbox-item .inbox-item-author{color:#333;font-weight:600;display:block;margin:0}.inbox-widget .inbox-item .inbox-item-text{color:#a0a0a0;display:block;margin:0;font-size:11px}.inbox-widget .inbox-item .inbox-item-date{position:absolute;top:2px;right:7px;color:#a9a9a9;font-size:11px}#rickshaw-chart{margin:0 -22px -25px -20px;height:100px}.sq_info{font-size:13px;line-height:20px;color:#999;font-style:italic;font-weight:normal}.label{background-color:#d1dade;font-family:'Open Sans',Arial,sans-serif;font-size:70%;font-weight:700;text-shadow:none;display:inline-block;padding:4px;margin:0 2px;line-height:5px;color:#fff;text-align:center;white-space:nowrap;vertical-align:top;border-radius:.25em}.label-danger,.badge-danger{background-color:#ed5565;color:#fff}#update-nag,.notice-error,.update-nag,.updated,.show-settings,.screen-meta-toggle{display:none !important}#src_settings{font-family:Arial,sans-serif;position:relative}#screen-options-link-wrap{display:none}.tablenav-pages-navspan{height:28px}#src_settings .sq_icon{display:block;float:left;margin:10px 11px 0 0;height:32px;width:32px;background:transparent url('../img/graph.png') no-repeat}#src_settings #sq_settings_title{display:table;font-size:36px;font-weight:normal;line-height:49px;color:#333;margin:0 15px 3px 0;padding-top:5px;padding-bottom:0;height:auto;vertical-align:bottom;text-shadow:1px 1px white}#src_settings #sq_settings_title a,#src_settings #sq_settings_title input{display:block;float:left;font-size:15px;font-weight:bold;color:white;background-color:#15b14a;border:1px solid white;line-height:25px;padding:5px 10px;margin:6px 0 0 0;text-decoration:none;cursor:pointer}#src_settings .sq_login_link,#src_settings #sq_goto_newpost,#src_settings #sq_goto_dashboard,#src_settings #sq_settings_title #sq_goto_newpost,#src_settings #sq_settings_title #sq_goto_dashboard{display:inline-block;line-height:35px;color:#504310;font-size:15px;text-shadow:.1em .1em #ffff52;background:#ffd424;cursor:pointer;border:1px solid #f7a504;font-weight:bold;padding:0 10px;margin:6px 0 5px 6px;width:250px;text-align:center;text-decoration:none}#src_settings .sq_login_link{margin:0 auto;width:500px;display:block}#src_settings #sq_goto_newpost,#src_settings #sq_goto_dashboard{display:block;font-size:18px;margin:6px auto;padding:5px 10px;height:35px}#src_settings #sq_login_success{text-align:center;font-size:18px;padding:14px 0;margin:15px auto;color:#008000}#src_settings #sq_login_success img{margin:30px auto 8px auto}#src_settings #sq_login_success ul{padding:0;margin:0}#src_settings #sq_login_success li{text-align:left;font-size:13px;padding:10px;margin:0 7px}.sq_loading{height:60px;background:transparent url('../img/loading.gif') no-repeat center !important}#src_settings .sq_user_title{color:#1d9ed4 !important;font-size:26px;margin:0;padding:5px 0 !important;text-align:left}#src_settings #sq_user_stats_list li{margin:0;padding:3px 0 3px 24px;line-height:25px;font-size:14px}#src_settings #sq_user_stats_list li strong{color:#20bc49;font-size:16px}#src_settings #sq_user_info .sq_settings_info{color:#333;padding-top:15px;text-align:left}#src_settings #sq_user_info .sq_settings_info a{font-weight:bold}#src_settings #sq_user_info .sq_button a{clear:both;display:block;float:right;font-size:15px;font-weight:bold;color:white;background-color:#20bc49;border:1px solid white;line-height:25px;padding:5px 10px;margin:20px 0 0 20px;text-decoration:none;text-shadow:1px 1px #333;cursor:pointer}#src_settings #sq_userinfo{color:#333;font-size:14px;font-weight:normal;min-height:500px;margin:0 15px 5px 0;padding:0;text-shadow:1px 1px white}#src_settings #sq_userinfo li{padding:10px}.sq_userinfo fieldset{float:none !important}#src_settings .sq_icon{display:block;float:left;margin:5px 11px 0 0;height:50px;width:50px;background:transparent url('../img/analytics.png') no-repeat;background-size:100%}#sq_settings #sq_posts_title,#src_settings #sq_posts_title{font-size:36px;font-weight:normal;line-height:50px;color:#444;margin:0;padding:5px;height:auto}#src_settings .wp-list-table th#rank{width:120px}#src_settings .wp-list-table th{font-size:14px}#src_settings .wp-list-table .column-optimized,#src_settings .wp-list-table .column-shares,#src_settings .wp-list-table .column-type,#src_settings .wp-list-table .column-author{width:8%;text-align:right}#src_settings .wp-list-table th#country{width:40px}#src_settings .wp-list-table th#shares{width:10%}#src_settings .wp-list-table th#recheck{width:8%}#src_settings .wp-list-table .column-country{white-space:nowrap}#src_settings .subrow-table{width:100%}#src_settings .subrow-table .subrow-column{vertical-align:middle;padding:4px 3px;border-bottom:1px dashed #ddd}#src_settings .subrow-table .subrow-column.column-country{width:10px}progress.sq_post_progress{width:100px;height:6px;margin:5px auto 0 auto;padding:0;display:block;-webkit-appearance:none;box-shadow:none;border:1px solid #eee}progress.sq_post_progress::-webkit-progress-bar{background:transparent;border-radius:0}progress.sq_post_progress::-webkit-progress-value{background:#20bc49 linear-gradient(90deg,red 0,orange 30%,orange 60%,#20bc49 100%);border-radius:0;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.4);background-size:100px;-webkit-animation:move 5s linear 0;animation:move 5s linear 0}progress.sq_post_100progress::-webkit-progress-value{background-color:#20bc49}@keyframes move{0{background-position:0 0,0 0,0 0}100%{background-position:-100px 0,0 0,0 0}}@-webkit-keyframes move{0{background-position:0 0,0 0,0 0}100%{background-position:-100px 0,0 0,0 0}}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-rank .sq_rank_column_button{padding:3px 0;font-size:11px;width:90px;line-height:14px;background-color:lightgrey}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}.sq_post_rank_row{position:relative;padding:0 0 5px 0 !important;margin:0 !important;border-left:1px solid #999;border-right:1px solid #999;background-color:#fff;min-width:460px;overflow:visible !important;box-shadow:0 5px 6px -4px #000 !important;-moz-box-shadow:0 5px 6px -4px #000 !important;-webkit-box-shadow:0 5px 6px -4px #000 !important}.sq_post_rank_row:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0}.sq_post_rank_row .sq_post_rank_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#333;margin:0 0 10px 0;padding:10px 0 10px 10px;height:16px}.sq_post_rank_row .sq_separator{display:block;clear:both;background:transparent url("../img/sprite.png") repeat-x 0 -367px;width:100%;height:3px;margin:2px auto 30px auto}.sq_post_rank_row .sq_post_rank_close{position:absolute;background-color:#e5d8cd;right:-7px;top:-7px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_post_rank_row .sq_post_rank_refresh{position:absolute;right:30px;top:18px;font-size:12px;font-weight:bold;color:white;line-height:16px;padding:2px 9px;background-color:#15b14a;text-shadow:1px 1px #333;border:1px solid #20bc49;box-shadow:0 0 2px 0 #57c332;cursor:pointer;z-index:2}#sq_analytics .sq_first_header_column{width:122px}#sq_analytics .sq_second_column{width:528px}#sq_analytics .sq_second_column span{width:100%}#sq_analytics .sq_third_column{position:relative;overflow:visible;width:300px;text-align:center}#sq_analytics .sq_analytics_task_completed{display:block;top:-22px;float:left;position:relative;line-height:40px;width:auto;height:auto;min-width:50px;min-height:40px;margin:0 20px;padding:10px;text-align:center;font-size:30px;color:#fff;box-shadow:1px 1px 2px 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;-webkit-border-radius:5px 5px 5px 0}#sq_analytics .sq_analytics_tasks .sq_analytics_task_completed{display:block;width:100px;height:65px;font-size:20px;color:#fff;text-shadow:1px 1px #555;line-height:29px;vertical-align:middle}#sq_analytics .sq_analytics_task_completed:before{content:"";width:0;height:0;position:absolute;bottom:-13px;left:0;border-width:0 0 14px 25px;border-style:solid;z-index:2}#sq_analytics .sq_analytics_task_completed:after{content:"";width:0;height:0;position:absolute;bottom:-15px;left:0;border-collapse:collapse;border-width:0 0 15px 28px;border-style:solid;border-color:transparent transparent transparent #999}#sq_analytics .sq_audit_task_completed_green{color:#fff;background:#15b14a}#sq_analytics .sq_audit_task_completed_green_text{color:#20bc49}#sq_analytics .sq_audit_task_completed_green:before{border-color:transparent transparent transparent #20bc49}#sq_analytics .sq_audit_task_completed_yellow{color:#fff;background:#f6a304}#sq_analytics .sq_audit_task_completed_yellow_text{color:#f6a304}#sq_analytics .sq_audit_task_completed_yellow:before{border-color:transparent transparent transparent #f6a304}#sq_analytics .sq_audit_task_completed_red{color:#fff;background:#bb0d0c}#sq_analytics .sq_audit_task_completed_red_text{color:#bb0d0c}#sq_analytics .sq_audit_task_completed_red:before{border-color:transparent transparent transparent #bb0d0c}#sq_analytics div.sq_analytics_groups{width:95%;margin:0 auto 50px auto}#sq_analytics .sq_analytics_list>li{margin-top:40px}#sq_analytics .sq_analytics_list td{border:0;vertical-align:top;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header{height:50px;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_tasks_header_title{float:left;font-size:36px;line-height:16px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed{margin:0 21px !important;padding:10px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:before{right:4px;left:auto}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:after{bottom:-15px;right:2px;left:auto;border-width:0 0 15px 26px}.sq_analytics_tasks_pass{display:block;background:transparent url("../img/sprite.png") repeat-x -5px -380px;height:84px;width:97px;margin-right:20px}.sq_analytics_tasks_fail{display:block;background:transparent url("../img/sprite.png") repeat-x -103px -380px;height:84px;width:97px;margin-right:20px}#sq_analytics .sq_analytics_tasks_row{width:100%;position:relative;margin-top:30px}#sq_analytics .sq_analytics_tasks_row>table{width:100%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_title{font-size:24px;line-height:28px;color:#a8a8a8;padding-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value{font-size:24px;line-height:28px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass{color:#20bc49}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description{padding-top:20px;max-width:540px;font-size:16px;line-height:21px;color:#a8a8a8}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span{display:block;margin-bottom:15px;margin-left:0}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span.sq_analytics_tasks_alias{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_tasks_value{font-size:15px;line-height:21px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description a{text-decoration:none}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description ul li{margin-left:10px;margin-top:7px;font-size:14px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix{font-size:14px;line-height:19px;color:#333}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip a,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix a{text-decoration:none;font-weight:bold;color:orange}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix strong{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values{width:330px;margin:30px auto 0 auto}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li>div{float:left;margin-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li{clear:both;height:30px;line-height:20px;border-bottom:1px dashed #eee}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_title{font-size:16px;width:195px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_value{font-weight:bold;width:75px;text-align:right}#sq_analytics .sq_list_error_title,#sq_analytics .sq_list_success_title{display:block;font-size:20px;color:#333;height:31px;width:90% !important;margin-top:30px;padding-left:30px;border-bottom:5px solid #ccc;box-shadow:0 1px 0 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}#sq_analytics .sq_list_error,#sq_analytics .sq_list_success{display:block;font-size:15px;font-weight:normal;color:#333;margin-left:0;margin-top:5px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_list_success span{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_error,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_success{font-style:italic}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video_cover{background:#333 url("../img/sprite.png") no-repeat -208px -375px;width:280px;height:158px;border:2px solid #000;border-radius:5px;margin:0 auto;cursor:pointer}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video a{display:block;width:280px;text-align:center;font-size:15px;margin:0 5px}#sq_analytics .sq_analytics_tasks_row .sq_chart_text{position:absolute;font-size:14px;line-height:20px;color:#cfcfcf;top:80px;text-align:center;width:93%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side{text-align:center}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side .sq_analytics_tasks_side_text{display:block;font-size:14px;line-height:21px;color:#cfcfcf;text-align:center}#sq_analytics .sq_rank_sprite{float:left;display:block;margin:1px 0 0 0;background:transparent url('../img/sprite.png') no-repeat 20px 0;width:20px;height:20px}#sq_analytics .sq_rank_flag_big{display:block;float:none;margin:0 auto 6px auto;background-position:-7px -279px;width:72px;height:70px}#sq_analytics .sq_rank_flag_facebook{background-position:-10px -253px}#sq_analytics .sq_rank_flag_facebook_big{background-position:-7px -279px}#sq_analytics .sq_rank_flag_facebook_like{background-position:-212px -253px}#sq_analytics .sq_rank_flag_twitter{background-position:-53px -253px}#sq_analytics .sq_rank_flag_twitter_big{background-position:-372px -279px}#sq_analytics .sq_rank_flag_googleplus{background-position:-31px -253px}#sq_analytics .sq_rank_flag_googleplus_big{background-position:-153px -279px}#sq_analytics .sq_rank_flag_stumbleupon{background-position:-190px -253px}#sq_analytics .sq_rank_flag_stumbleupon_big{background-position:-299px -279px}#sq_analytics .sq_rank_flag_linkedin{background-position:-231px -253px}#sq_analytics .sq_rank_flag_linkedin_big{background-position:-80px -279px}#sq_analytics .sq_rank_flag_reddit{background-position:-250px -253px}#sq_analytics .sq_rank_flag_reddit_big{background-position:-226px -279px}#sq_analytics .sq_rank_seomoz_inbound{background-position:-97px -253px}#sq_analytics .sq_rank_seomoz_authority{background-position:-119px -253px}#sq_analytics .sq_rank_seomoz_rank{background-position:-273px -253px}#sq_analytics .sq_rank_google_pagerank{background-position:-273px -253px}#sq_analytics .sq_rank_squirrly_rank{background-position:-314px -253px}#sq_analytics .sq_rank_ahrefs_rank{background-position:-333px -253px}.sq_rank_custom_meta{display:block;font-size:13px;width:16px;height:16px;margin:0;padding:0;cursor:pointer;float:right}.sq_rank_customtitle{background-position:-308px -75px}.sq_rank_customdescription{background-position:-326px -75px}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-recheck .sq_rank_column_button{width:80px;background-color:lightgrey;display:block;margin:1px auto 10px auto;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;text-align:center;z-index:2}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-rank .sq_rank_column_button{padding:3px 0;font-size:11px;width:90px;line-height:14px;background-color:lightgrey}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}.sq_post_rank_row{position:relative;padding:0 0 5px 0 !important;margin:0 !important;border-left:1px solid #999;border-right:1px solid #999;background-color:#fff;min-width:460px;overflow:visible !important;box-shadow:0 5px 6px -4px #000 !important;-moz-box-shadow:0 5px 6px -4px #000 !important;-webkit-box-shadow:0 5px 6px -4px #000 !important}.sq_post_rank_row:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0}.sq_post_rank_row .sq_post_rank_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#333;margin:0 0 10px 0;padding:10px 0 10px 10px;height:16px}.sq_post_rank_row .sq_separator{display:block;clear:both;background:transparent url("../img/sprite.png") repeat-x 0 -367px;width:100%;height:3px;margin:2px auto 30px auto}.sq_post_rank_row .sq_post_rank_close{position:absolute;background-color:#e5d8cd;right:-7px;top:-7px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_post_rank_row .sq_post_rank_refresh{position:absolute;right:30px;top:18px;font-size:12px;font-weight:bold;color:white;line-height:16px;padding:2px 9px;background-color:#15b14a;text-shadow:1px 1px #333;border:1px solid #20bc49;box-shadow:0 0 2px 0 #57c332;cursor:pointer;z-index:2}#sq_analytics .sq_first_header_column{width:122px}#sq_analytics .sq_second_column{width:528px}#sq_analytics .sq_second_column span{width:100%}#sq_analytics .sq_third_column{position:relative;overflow:visible;width:300px;text-align:center}#sq_analytics .sq_analytics_task_completed{display:block;top:-22px;float:left;position:relative;line-height:40px;width:auto;height:auto;min-width:50px;min-height:40px;margin:0 20px;padding:10px;text-align:center;font-size:30px;color:#fff;box-shadow:1px 1px 2px 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;-webkit-border-radius:5px 5px 5px 0}#sq_analytics .sq_analytics_tasks .sq_analytics_task_completed{display:block;width:100px;height:65px;font-size:20px;color:#fff;text-shadow:1px 1px #555;line-height:29px;vertical-align:middle}#sq_analytics .sq_analytics_task_completed:before{content:"";width:0;height:0;position:absolute;bottom:-13px;left:0;border-width:0 0 14px 25px;border-style:solid;z-index:2}#sq_analytics .sq_analytics_task_completed:after{content:"";width:0;height:0;position:absolute;bottom:-15px;left:0;border-collapse:collapse;border-width:0 0 15px 28px;border-style:solid;border-color:transparent transparent transparent #999}#sq_analytics .sq_audit_task_completed_green{color:#fff;background:#15b14a}#sq_analytics .sq_audit_task_completed_green_text{color:#20bc49}#sq_analytics .sq_audit_task_completed_green:before{border-color:transparent transparent transparent #20bc49}#sq_analytics .sq_audit_task_completed_yellow{color:#fff;background:#f6a304}#sq_analytics .sq_audit_task_completed_yellow_text{color:#f6a304}#sq_analytics .sq_audit_task_completed_yellow:before{border-color:transparent transparent transparent #f6a304}#sq_analytics .sq_audit_task_completed_red{color:#fff;background:#bb0d0c}#sq_analytics .sq_audit_task_completed_red_text{color:#bb0d0c}#sq_analytics .sq_audit_task_completed_red:before{border-color:transparent transparent transparent #bb0d0c}#sq_analytics div.sq_analytics_groups{width:95%;margin:0 auto 50px auto}#sq_analytics .sq_analytics_list>li{margin-top:40px}#sq_analytics .sq_analytics_list td{border:0;vertical-align:top;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header{height:50px;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_tasks_header_title{float:left;font-size:36px;line-height:16px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed{margin:0 21px !important;padding:10px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:before{right:4px;left:auto}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:after{bottom:-15px;right:2px;left:auto;border-width:0 0 15px 26px}.sq_analytics_tasks_pass{display:block;background:transparent url("../img/sprite.png") repeat-x -5px -380px;height:84px;width:97px;margin-right:20px}.sq_analytics_tasks_fail{display:block;background:transparent url("../img/sprite.png") repeat-x -103px -380px;height:84px;width:97px;margin-right:20px}#sq_analytics .sq_analytics_tasks_row{width:100%;position:relative;margin-top:30px}#sq_analytics .sq_analytics_tasks_row>table{width:100%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_title{font-size:24px;line-height:28px;color:#a8a8a8;padding-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value{font-size:24px;line-height:28px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass{color:#20bc49}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description{padding-top:20px;max-width:540px;font-size:16px;line-height:21px;color:#a8a8a8}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span{display:block;margin-bottom:15px;margin-left:0}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span.sq_analytics_tasks_alias{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_tasks_value{font-size:15px;line-height:21px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description a{text-decoration:none}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description ul li{margin-left:10px;margin-top:7px;font-size:14px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix{font-size:14px;line-height:19px;color:#333}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip a,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix a{text-decoration:none;font-weight:bold;color:orange}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix strong{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values{width:330px;margin:30px auto 0 auto}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li>div{float:left;margin-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li{clear:both;height:30px;line-height:20px;border-bottom:1px dashed #eee}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_title{font-size:16px;width:195px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_value{font-weight:bold;width:75px;text-align:right}#sq_analytics .sq_list_error_title,#sq_analytics .sq_list_success_title{display:block;font-size:20px;color:#333;height:31px;width:90% !important;margin-top:30px;padding-left:30px;border-bottom:5px solid #ccc;box-shadow:0 1px 0 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}#sq_analytics .sq_list_error,#sq_analytics .sq_list_success{display:block;font-size:15px;font-weight:normal;color:#333;margin-left:0;margin-top:5px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_list_success span{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_error,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_success{font-style:italic}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video_cover{background:#333 url("../img/sprite.png") no-repeat -208px -375px;width:280px;height:158px;border:2px solid #000;border-radius:5px;margin:0 auto;cursor:pointer}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video a{display:block;width:280px;text-align:center;font-size:15px;margin:0 5px}#sq_analytics .sq_analytics_tasks_row .sq_chart_text{position:absolute;font-size:14px;line-height:20px;color:#cfcfcf;top:80px;text-align:center;width:93%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side{text-align:center}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side .sq_analytics_tasks_side_text{display:block;font-size:14px;line-height:21px;color:#cfcfcf;text-align:center}#sq_settings ul.sq_row_stats li{float:left;margin-right:10px;font-size:14px}#sq_settings table.table td{font-size:15px}#sq_settings table.table tr .sq_delete_keyword{display:none}#sq_settings table.table tr:hover{background-color:#fafafa}#sq_settings table.table tr:hover .sq_delete_keyword{display:block}#sq_settings .subtable{width:100%;background-color:#f9fafc;border:1px solid #e8ebf0}#sq_settings .subtable td,#sq_settings .subtable th{padding:6px 13px}#sq_settings .subtable th{background-color:#8684a4;color:white}#sq_settings table.subtable td{font-size:13px;padding:5px 13px !important}#sq_settings .subtable td .btn{padding:1px 12px}#sq_settings table.subtable tr:hover{background-color:#f2f6fe}#sq_analytics .sq_rank_sprite{float:left;display:block;margin:1px 0 0 0;background:transparent url('../img/sprite.png') no-repeat 20px 0;width:20px;height:20px}#sq_analytics .sq_rank_flag_big{display:block;float:none;margin:0 auto 6px auto;background-position:-7px -279px;width:72px;height:70px}#sq_analytics .sq_rank_flag_facebook{background-position:-10px -253px}#sq_analytics .sq_rank_flag_facebook_big{background-position:-7px -279px}#sq_analytics .sq_rank_flag_facebook_like{background-position:-212px -253px}#sq_analytics .sq_rank_flag_twitter{background-position:-53px -253px}#sq_analytics .sq_rank_flag_twitter_big{background-position:-372px -279px}#sq_analytics .sq_rank_flag_googleplus{background-position:-31px -253px}#sq_analytics .sq_rank_flag_googleplus_big{background-position:-153px -279px}#sq_analytics .sq_rank_flag_stumbleupon{background-position:-190px -253px}#sq_analytics .sq_rank_flag_stumbleupon_big{background-position:-299px -279px}#sq_analytics .sq_rank_flag_linkedin{background-position:-231px -253px}#sq_analytics .sq_rank_flag_linkedin_big{background-position:-80px -279px}#sq_analytics .sq_rank_flag_reddit{background-position:-250px -253px}#sq_analytics .sq_rank_flag_reddit_big{background-position:-226px -279px}#sq_analytics .sq_rank_seomoz_inbound{background-position:-97px -253px}#sq_analytics .sq_rank_seomoz_authority{background-position:-119px -253px}#sq_analytics .sq_rank_seomoz_rank{background-position:-273px -253px}#sq_analytics .sq_rank_google_pagerank{background-position:-273px -253px}#sq_analytics .sq_rank_squirrly_rank{background-position:-314px -253px}#sq_analytics .sq_rank_ahrefs_rank{background-position:-333px -253px}.sq_rank_custom_meta{display:block;font-size:13px;width:16px;height:16px;margin:0;padding:0;cursor:pointer;float:right}.sq_rank_customtitle{background-position:-308px -75px}.sq_rank_customdescription{background-position:-326px -75px}@media screen and (max-width:782px){#src_settings .wp-list-table th#author,#src_settings .wp-list-table th#type,#src_settings .wp-list-table th#recheck{display:none}#src_settings .wp-list-table td.column-author,#src_settings .wp-list-table td.column-type,#src_settings .wp-list-table td.column-recheck{display:none}}@media only screen and (max-width:1050px){#src_settings .wp-list-table th#type,#src_settings .wp-list-table th#recheck{display:none}#src_settings .wp-list-table td.column-type,#src_settings .wp-list-table td.column-recheck{display:none}}
|
1 |
+
@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.3.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transform:translate(0,0)}.fa-check:before{content:"\f00c"}.fa-plus-square:before{content:"\f0fe"}#update-nag,.notice-error,.update-nag,.updated,.show-settings,.screen-meta-toggle{display:none !important}#src_settings{font-family:Arial,sans-serif;position:relative}#screen-options-link-wrap{display:none}.tablenav-pages-navspan{height:28px}#src_settings .sq_icon{display:block;float:left;margin:10px 11px 0 0;height:32px;width:32px;background:transparent url('../img/graph.png') no-repeat}#src_settings #sq_settings_title{display:table;font-size:36px;font-weight:normal;line-height:49px;color:#333;margin:0 15px 3px 0;padding-top:5px;padding-bottom:0;height:auto;vertical-align:bottom;text-shadow:1px 1px white}#src_settings #sq_settings_title a,#src_settings #sq_settings_title input{display:block;float:left;font-size:15px;font-weight:bold;color:white;background-color:#15b14a;border:1px solid white;line-height:25px;padding:5px 10px;margin:6px 0 0 0;text-decoration:none;cursor:pointer}#src_settings .sq_login_link,#src_settings #sq_goto_newpost,#src_settings #sq_goto_dashboard,#src_settings #sq_settings_title #sq_goto_newpost,#src_settings #sq_settings_title #sq_goto_dashboard{display:inline-block;line-height:35px;color:#504310;font-size:15px;text-shadow:.1em .1em #ffff52;background:#ffd424;cursor:pointer;border:1px solid #f7a504;font-weight:bold;padding:0 10px;margin:6px 0 5px 6px;width:250px;text-align:center;text-decoration:none}#src_settings .sq_login_link{margin:0 auto;width:500px;display:block}#src_settings #sq_goto_newpost,#src_settings #sq_goto_dashboard{display:block;font-size:18px;margin:6px auto;padding:5px 10px;height:35px}#src_settings #sq_login_success{text-align:center;font-size:18px;padding:14px 0;margin:15px auto;color:#008000}#src_settings #sq_login_success img{margin:30px auto 8px auto}#src_settings #sq_login_success ul{padding:0;margin:0}#src_settings #sq_login_success li{text-align:left;font-size:13px;padding:10px;margin:0 7px}.sq_loading{height:60px;background:transparent url('../img/loading.gif') no-repeat center !important}#src_settings .sq_user_title{color:#1d9ed4 !important;font-size:26px;margin:0;padding:5px 0 !important;text-align:left}#src_settings #sq_user_stats_list li{margin:0;padding:3px 0 3px 24px;line-height:25px;font-size:14px}#src_settings #sq_user_stats_list li strong{color:#20bc49;font-size:16px}#src_settings #sq_user_info .sq_settings_info{color:#333;padding-top:15px;text-align:left}#src_settings #sq_user_info .sq_settings_info a{font-weight:bold}#src_settings #sq_user_info .sq_button a{clear:both;display:block;float:right;font-size:15px;font-weight:bold;color:white;background-color:#20bc49;border:1px solid white;line-height:25px;padding:5px 10px;margin:20px 0 0 20px;text-decoration:none;text-shadow:1px 1px #333;cursor:pointer}#src_settings #sq_userinfo{color:#333;font-size:14px;font-weight:normal;min-height:500px;margin:0 15px 5px 0;padding:0;text-shadow:1px 1px white}#src_settings #sq_userinfo li{padding:10px}.sq_userinfo fieldset{float:none !important}#src_settings .sq_icon{display:block;float:left;margin:5px 11px 0 0;height:50px;width:50px;background:transparent url('../img/analytics.png') no-repeat;background-size:100%}#sq_settings #sq_posts_title,#src_settings #sq_posts_title{font-size:36px;font-weight:normal;line-height:50px;color:#444;margin:0;padding:5px;height:auto}#src_settings .wp-list-table th#rank{width:120px}#src_settings .wp-list-table th{font-size:14px}#src_settings .wp-list-table .column-optimized,#src_settings .wp-list-table .column-shares,#src_settings .wp-list-table .column-type,#src_settings .wp-list-table .column-author{width:8%;text-align:right}#src_settings .wp-list-table th#country{width:40px}#src_settings .wp-list-table th#shares{width:10%}#src_settings .wp-list-table th#recheck{width:8%}#src_settings .wp-list-table .column-country{white-space:nowrap}#src_settings .subrow-table{width:100%}#src_settings .subrow-table .subrow-column{vertical-align:middle;padding:4px 3px;border-bottom:1px dashed #ddd}#src_settings .subrow-table .subrow-column.column-country{width:10px}progress.sq_post_progress{width:100px;height:6px;margin:5px auto 0 auto;padding:0;display:block;-webkit-appearance:none;box-shadow:none;border:1px solid #eee}progress.sq_post_progress::-webkit-progress-bar{background:transparent;border-radius:0}progress.sq_post_progress::-webkit-progress-value{background:#20bc49 linear-gradient(90deg,red 0,orange 30%,orange 60%,#20bc49 100%);border-radius:0;box-shadow:inset 0 1px 1px 0 rgba(255,255,255,0.4);background-size:100px;-webkit-animation:move 5s linear 0;animation:move 5s linear 0}progress.sq_post_100progress::-webkit-progress-value{background-color:#20bc49}@keyframes move{0{background-position:0 0,0 0,0 0}100%{background-position:-100px 0,0 0,0 0}}@-webkit-keyframes move{0{background-position:0 0,0 0,0 0}100%{background-position:-100px 0,0 0,0 0}}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-rank .sq_rank_column_button{padding:3px 0;font-size:11px;width:90px;line-height:14px;background-color:lightgrey}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}.sq_post_rank_row{position:relative;padding:0 0 5px 0 !important;margin:0 !important;border-left:1px solid #999;border-right:1px solid #999;background-color:#fff;min-width:460px;overflow:visible !important;box-shadow:0 5px 6px -4px #000 !important;-moz-box-shadow:0 5px 6px -4px #000 !important;-webkit-box-shadow:0 5px 6px -4px #000 !important}.sq_post_rank_row:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0}.sq_post_rank_row .sq_post_rank_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#333;margin:0 0 10px 0;padding:10px 0 10px 10px;height:16px}.sq_post_rank_row .sq_separator{display:block;clear:both;background:transparent url("../img/sprite.png") repeat-x 0 -367px;width:100%;height:3px;margin:2px auto 30px auto}.sq_post_rank_row .sq_post_rank_close{position:absolute;background-color:#e5d8cd;right:-7px;top:-7px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_post_rank_row .sq_post_rank_refresh{position:absolute;right:30px;top:18px;font-size:12px;font-weight:bold;color:white;line-height:16px;padding:2px 9px;background-color:#15b14a;text-shadow:1px 1px #333;border:1px solid #20bc49;box-shadow:0 0 2px 0 #57c332;cursor:pointer;z-index:2}#sq_analytics .sq_first_header_column{width:122px}#sq_analytics .sq_second_column{width:528px}#sq_analytics .sq_second_column span{width:100%}#sq_analytics .sq_third_column{position:relative;overflow:visible;width:300px;text-align:center}#sq_analytics .sq_analytics_task_completed{display:block;top:-22px;float:left;position:relative;line-height:40px;width:auto;height:auto;min-width:50px;min-height:40px;margin:0 20px;padding:10px;text-align:center;font-size:30px;color:#fff;box-shadow:1px 1px 2px 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;-webkit-border-radius:5px 5px 5px 0}#sq_analytics .sq_analytics_tasks .sq_analytics_task_completed{display:block;width:100px;height:65px;font-size:20px;color:#fff;text-shadow:1px 1px #555;line-height:29px;vertical-align:middle}#sq_analytics .sq_analytics_task_completed:before{content:"";width:0;height:0;position:absolute;bottom:-13px;left:0;border-width:0 0 14px 25px;border-style:solid;z-index:2}#sq_analytics .sq_analytics_task_completed:after{content:"";width:0;height:0;position:absolute;bottom:-15px;left:0;border-collapse:collapse;border-width:0 0 15px 28px;border-style:solid;border-color:transparent transparent transparent #999}#sq_analytics .sq_audit_task_completed_green{color:#fff;background:#15b14a}#sq_analytics .sq_audit_task_completed_green_text{color:#20bc49}#sq_analytics .sq_audit_task_completed_green:before{border-color:transparent transparent transparent #20bc49}#sq_analytics .sq_audit_task_completed_yellow{color:#fff;background:#f6a304}#sq_analytics .sq_audit_task_completed_yellow_text{color:#f6a304}#sq_analytics .sq_audit_task_completed_yellow:before{border-color:transparent transparent transparent #f6a304}#sq_analytics .sq_audit_task_completed_red{color:#fff;background:#bb0d0c}#sq_analytics .sq_audit_task_completed_red_text{color:#bb0d0c}#sq_analytics .sq_audit_task_completed_red:before{border-color:transparent transparent transparent #bb0d0c}#sq_analytics div.sq_analytics_groups{width:95%;margin:0 auto 50px auto}#sq_analytics .sq_analytics_list>li{margin-top:40px}#sq_analytics .sq_analytics_list td{border:0;vertical-align:top;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header{height:50px;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_tasks_header_title{float:left;font-size:36px;line-height:16px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed{margin:0 21px !important;padding:10px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:before{right:4px;left:auto}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:after{bottom:-15px;right:2px;left:auto;border-width:0 0 15px 26px}.sq_analytics_tasks_pass{display:block;background:transparent url("../img/sprite.png") repeat-x -5px -380px;height:84px;width:97px;margin-right:20px}.sq_analytics_tasks_fail{display:block;background:transparent url("../img/sprite.png") repeat-x -103px -380px;height:84px;width:97px;margin-right:20px}#sq_analytics .sq_analytics_tasks_row{width:100%;position:relative;margin-top:30px}#sq_analytics .sq_analytics_tasks_row>table{width:100%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_title{font-size:24px;line-height:28px;color:#a8a8a8;padding-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value{font-size:24px;line-height:28px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass{color:#20bc49}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description{padding-top:20px;max-width:540px;font-size:16px;line-height:21px;color:#a8a8a8}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span{display:block;margin-bottom:15px;margin-left:0}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span.sq_analytics_tasks_alias{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_tasks_value{font-size:15px;line-height:21px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description a{text-decoration:none}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description ul li{margin-left:10px;margin-top:7px;font-size:14px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix{font-size:14px;line-height:19px;color:#333}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip a,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix a{text-decoration:none;font-weight:bold;color:orange}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix strong{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values{width:330px;margin:30px auto 0 auto}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li>div{float:left;margin-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li{clear:both;height:30px;line-height:20px;border-bottom:1px dashed #eee}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_title{font-size:16px;width:195px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_value{font-weight:bold;width:75px;text-align:right}#sq_analytics .sq_list_error_title,#sq_analytics .sq_list_success_title{display:block;font-size:20px;color:#333;height:31px;width:90% !important;margin-top:30px;padding-left:30px;border-bottom:5px solid #ccc;box-shadow:0 1px 0 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}#sq_analytics .sq_list_error,#sq_analytics .sq_list_success{display:block;font-size:15px;font-weight:normal;color:#333;margin-left:0;margin-top:5px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_list_success span{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_error,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_success{font-style:italic}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video_cover{background:#333 url("../img/sprite.png") no-repeat -208px -375px;width:280px;height:158px;border:2px solid #000;border-radius:5px;margin:0 auto;cursor:pointer}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video a{display:block;width:280px;text-align:center;font-size:15px;margin:0 5px}#sq_analytics .sq_analytics_tasks_row .sq_chart_text{position:absolute;font-size:14px;line-height:20px;color:#cfcfcf;top:80px;text-align:center;width:93%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side{text-align:center}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side .sq_analytics_tasks_side_text{display:block;font-size:14px;line-height:21px;color:#cfcfcf;text-align:center}#sq_analytics .sq_rank_sprite{float:left;display:block;margin:1px 0 0 0;background:transparent url('../img/sprite.png') no-repeat 20px 0;width:20px;height:20px}#sq_analytics .sq_rank_flag_big{display:block;float:none;margin:0 auto 6px auto;background-position:-7px -279px;width:72px;height:70px}#sq_analytics .sq_rank_flag_facebook{background-position:-10px -253px}#sq_analytics .sq_rank_flag_facebook_big{background-position:-7px -279px}#sq_analytics .sq_rank_flag_facebook_like{background-position:-212px -253px}#sq_analytics .sq_rank_flag_twitter{background-position:-53px -253px}#sq_analytics .sq_rank_flag_twitter_big{background-position:-372px -279px}#sq_analytics .sq_rank_flag_googleplus{background-position:-31px -253px}#sq_analytics .sq_rank_flag_googleplus_big{background-position:-153px -279px}#sq_analytics .sq_rank_flag_stumbleupon{background-position:-190px -253px}#sq_analytics .sq_rank_flag_stumbleupon_big{background-position:-299px -279px}#sq_analytics .sq_rank_flag_linkedin{background-position:-231px -253px}#sq_analytics .sq_rank_flag_linkedin_big{background-position:-80px -279px}#sq_analytics .sq_rank_flag_reddit{background-position:-250px -253px}#sq_analytics .sq_rank_flag_reddit_big{background-position:-226px -279px}#sq_analytics .sq_rank_seomoz_inbound{background-position:-97px -253px}#sq_analytics .sq_rank_seomoz_authority{background-position:-119px -253px}#sq_analytics .sq_rank_seomoz_rank{background-position:-273px -253px}#sq_analytics .sq_rank_google_pagerank{background-position:-273px -253px}#sq_analytics .sq_rank_squirrly_rank{background-position:-314px -253px}#sq_analytics .sq_rank_ahrefs_rank{background-position:-333px -253px}.sq_rank_custom_meta{display:block;font-size:13px;width:16px;height:16px;margin:0;padding:0;cursor:pointer;float:right}.sq_rank_customtitle{background-position:-308px -75px}.sq_rank_customdescription{background-position:-326px -75px}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-recheck .sq_rank_column_button{width:80px;background-color:lightgrey;display:block;margin:1px auto 10px auto;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;text-align:center;z-index:2}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}td.sq_rank_column .sq_rank_column_row{text-align:center;position:relative;width:100%;min-height:25px}td.sq_rank_column .sq_rank_column_row .sq_optimize{font-size:12px;color:lightcoral;cursor:pointer}td.sq_rank_column .sq_rank_column_row .sq_no_rank{color:#999}td.sq_rank_column .sq_rank_column_row .sq_chart_title{position:absolute;font-size:9px;color:#cfcfcf;top:33px;text-align:center;width:100%}td.sq_rank_column .sq_rank_column_row:hover .sq_chart_title{color:darkgoldenrod}td.column-rank .sq_rank_column_button,td.sq_rank_column .sq_rank_column_button{display:block;margin:1px auto 10px auto;background-color:#15b14a;font-size:13px;font-weight:bold;color:white;line-height:16px;text-shadow:none;padding:7px 0;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:0;box-shadow:0 0 2px 0 white;cursor:pointer;width:100px;text-align:center;z-index:2}td.column-rank .sq_rank_column_button{padding:3px 0;font-size:11px;width:90px;line-height:14px;background-color:lightgrey}.sq_rank_layout_content .sq_rank_zone_header .sq_rank_zone_title{background-position:-60px -74px}.sq_post_rank_row{position:relative;padding:0 0 5px 0 !important;margin:0 !important;border-left:1px solid #999;border-right:1px solid #999;background-color:#fff;min-width:460px;overflow:visible !important;box-shadow:0 5px 6px -4px #000 !important;-moz-box-shadow:0 5px 6px -4px #000 !important;-webkit-box-shadow:0 5px 6px -4px #000 !important}.sq_post_rank_row:before{display:block;border:0;content:" ";background:transparent url('../img/sprite.png') repeat-x 0 -360px;width:100%;height:5px;border-radius:2px 2px 0 0}.sq_post_rank_row .sq_post_rank_title{display:block;text-align:left;font-size:18px;font-weight:normal;line-height:30px;color:#333;margin:0 0 10px 0;padding:10px 0 10px 10px;height:16px}.sq_post_rank_row .sq_separator{display:block;clear:both;background:transparent url("../img/sprite.png") repeat-x 0 -367px;width:100%;height:3px;margin:2px auto 30px auto}.sq_post_rank_row .sq_post_rank_close{position:absolute;background-color:#e5d8cd;right:-7px;top:-7px;font-size:13px;font-weight:bold;color:#333;width:8px;line-height:16px;padding:0 5px 3px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border:1px solid darkOliveGreen;cursor:pointer;z-index:2}.sq_post_rank_row .sq_post_rank_refresh{position:absolute;right:30px;top:18px;font-size:12px;font-weight:bold;color:white;line-height:16px;padding:2px 9px;background-color:#15b14a;text-shadow:1px 1px #333;border:1px solid #20bc49;box-shadow:0 0 2px 0 #57c332;cursor:pointer;z-index:2}#sq_analytics .sq_first_header_column{width:122px}#sq_analytics .sq_second_column{width:528px}#sq_analytics .sq_second_column span{width:100%}#sq_analytics .sq_third_column{position:relative;overflow:visible;width:300px;text-align:center}#sq_analytics .sq_analytics_task_completed{display:block;top:-22px;float:left;position:relative;line-height:40px;width:auto;height:auto;min-width:50px;min-height:40px;margin:0 20px;padding:10px;text-align:center;font-size:30px;color:#fff;box-shadow:1px 1px 2px 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:5px 5px 5px 0;-moz-border-radius:5px 5px 5px 0;-webkit-border-radius:5px 5px 5px 0}#sq_analytics .sq_analytics_tasks .sq_analytics_task_completed{display:block;width:100px;height:65px;font-size:20px;color:#fff;text-shadow:1px 1px #555;line-height:29px;vertical-align:middle}#sq_analytics .sq_analytics_task_completed:before{content:"";width:0;height:0;position:absolute;bottom:-13px;left:0;border-width:0 0 14px 25px;border-style:solid;z-index:2}#sq_analytics .sq_analytics_task_completed:after{content:"";width:0;height:0;position:absolute;bottom:-15px;left:0;border-collapse:collapse;border-width:0 0 15px 28px;border-style:solid;border-color:transparent transparent transparent #999}#sq_analytics .sq_audit_task_completed_green{color:#fff;background:#15b14a}#sq_analytics .sq_audit_task_completed_green_text{color:#20bc49}#sq_analytics .sq_audit_task_completed_green:before{border-color:transparent transparent transparent #20bc49}#sq_analytics .sq_audit_task_completed_yellow{color:#fff;background:#f6a304}#sq_analytics .sq_audit_task_completed_yellow_text{color:#f6a304}#sq_analytics .sq_audit_task_completed_yellow:before{border-color:transparent transparent transparent #f6a304}#sq_analytics .sq_audit_task_completed_red{color:#fff;background:#bb0d0c}#sq_analytics .sq_audit_task_completed_red_text{color:#bb0d0c}#sq_analytics .sq_audit_task_completed_red:before{border-color:transparent transparent transparent #bb0d0c}#sq_analytics div.sq_analytics_groups{width:95%;margin:0 auto 50px auto}#sq_analytics .sq_analytics_list>li{margin-top:40px}#sq_analytics .sq_analytics_list td{border:0;vertical-align:top;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header{height:50px;overflow:visible}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_tasks_header_title{float:left;font-size:36px;line-height:16px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed{margin:0 21px !important;padding:10px}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:before{right:4px;left:auto}#sq_analytics .sq_analytics_list .sq_analytics_tasks_header .sq_analytics_task_completed:after{bottom:-15px;right:2px;left:auto;border-width:0 0 15px 26px}.sq_analytics_tasks_pass{display:block;background:transparent url("../img/sprite.png") repeat-x -5px -380px;height:84px;width:97px;margin-right:20px}.sq_analytics_tasks_fail{display:block;background:transparent url("../img/sprite.png") repeat-x -103px -380px;height:84px;width:97px;margin-right:20px}#sq_analytics .sq_analytics_tasks_row{width:100%;position:relative;margin-top:30px}#sq_analytics .sq_analytics_tasks_row>table{width:100%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_title{font-size:24px;line-height:28px;color:#a8a8a8;padding-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value{font-size:24px;line-height:28px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail a{font-size:15px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_pass{color:#20bc49}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value_fail{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description{padding-top:20px;max-width:540px;font-size:16px;line-height:21px;color:#a8a8a8}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span{display:block;margin-bottom:15px;margin-left:0}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description span.sq_analytics_tasks_alias{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_tasks_value{font-size:15px;line-height:21px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description a{text-decoration:none}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description ul li{margin-left:10px;margin-top:7px;font-size:14px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix{font-size:14px;line-height:19px;color:#333}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_tip a,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix a{text-decoration:none;font-weight:bold;color:orange}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_fix strong{color:#f7681a}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values{width:330px;margin:30px auto 0 auto}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li>div{float:left;margin-right:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li{clear:both;height:30px;line-height:20px;border-bottom:1px dashed #eee}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_title{font-size:16px;width:195px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_analytics_values li .sq_analytics_values_value{font-weight:bold;width:75px;text-align:right}#sq_analytics .sq_list_error_title,#sq_analytics .sq_list_success_title{display:block;font-size:20px;color:#333;height:31px;width:90% !important;margin-top:30px;padding-left:30px;border-bottom:5px solid #ccc;box-shadow:0 1px 0 0 #999;filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color='#999');-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px}#sq_analytics .sq_list_error,#sq_analytics .sq_list_success{display:block;font-size:15px;font-weight:normal;color:#333;margin-left:0;margin-top:5px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_description .sq_list_success span{margin-bottom:10px}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_error,#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_value .sq_list_success{font-style:italic}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video_cover{background:#333 url("../img/sprite.png") no-repeat -208px -375px;width:280px;height:158px;border:2px solid #000;border-radius:5px;margin:0 auto;cursor:pointer}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_video a{display:block;width:280px;text-align:center;font-size:15px;margin:0 5px}#sq_analytics .sq_analytics_tasks_row .sq_chart_text{position:absolute;font-size:14px;line-height:20px;color:#cfcfcf;top:80px;text-align:center;width:93%}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side{text-align:center}#sq_analytics .sq_analytics_tasks_row .sq_analytics_tasks_side .sq_analytics_tasks_side_text{display:block;font-size:14px;line-height:21px;color:#cfcfcf;text-align:center}#sq_settings .wp-picker-container .wp-color-result.button{height:23px}#sq_settings ul.sq_row_stats li{float:left;margin-right:10px;font-size:14px}#sq_settings table.table td{font-size:15px}#sq_settings table.table tr .sq_delete_keyword{display:none}#sq_settings table.table tr:hover{background-color:#fafafa}#sq_settings table.table tr:hover .sq_delete_keyword{display:block}#sq_settings .subtable{width:100%;background-color:#f9fafc;border:1px solid #e8ebf0}#sq_settings .subtable td,#sq_settings .subtable th{padding:6px 13px}#sq_settings .subtable th{background-color:#8684a4;color:white}#sq_settings table.subtable td{font-size:13px;padding:5px 13px !important}#sq_settings .subtable td .btn{padding:1px 8px}#sq_settings table.subtable tr:hover{background-color:#f2f6fe}#sq_settings .sq_circle_label,#sq_settings .sq_checkbox_label,#sq_settings .sq_saved_label{display:block;float:left;width:30px;height:15px;margin:3px}#sq_settings .sq_add_keyword_dialog .sq_checkbox_label,#sq_settings .sq_label_manage_popup .sq_checkbox_label,#sq_settings .sq_saved_label{position:relative;margin-right:10px;width:98px;height:20px;font-size:11px;line-height:13px;margin-bottom:30px}#sq_settings .sq_saved_label .sq_saved_label_name{display:block;margin-top:23px}#sq_settings .sq_saved_label span.sq_delete_label,#sq_settings .sq_saved_label span.sq_edit_label{display:none;cursor:pointer;position:absolute;right:4px;top:2px;color:white;font-size:13px;font-weight:bold;text-shadow:0 0 2px #444}#sq_settings .sq_saved_label span.sq_edit_label{right:18px;top:4px;font-size:11px}#sq_settings .sq_saved_label:hover span.sq_delete_label,#sq_settings .sq_saved_label:hover span.sq_edit_label{display:block}#sq_settings .table .sq_circle_label{display:block;float:left;width:20px;height:5px;margin:0 2px -3px 0}#sq_settings .table .sq_label_manage{display:none;cursor:pointer;float:left;margin:10px 5px 0 5px}#sq_settings table.table tr:hover .sq_label_manage{display:block}#sq_settings .sq_filter_label .sq_circle_label:before,#sq_settings .sq_add_keyword_dialog .sq_checkbox_label:before,#sq_settings .sq_label_manage_popup .sq_checkbox_label:before{content:" ";display:block;height:100%;width:100%;margin:-2px 0 2px 0}#sq_settings .sq_add_keyword_dialog .sq_checkbox_label:hover:before,#sq_settings .sq_label_manage_popup .sq_checkbox_label:hover:before{content:"click to select";display:block;height:100%;width:100%;margin:-2px 0 2px 12px;line-height:22px;font-size:13px;color:#eee;text-shadow:1px 1px #333}#sq_settings .sq_filter_label .sq_circle_label.sq_active:before,#sq_settings .sq_add_keyword_dialog .sq_checkbox_label.sq_active:before,#sq_settings .sq_label_manage_popup .sq_checkbox_label.sq_active:before{display:block;font-size:16px;text-align:center;margin:-2px 0 2px 0;line-height:22px;content:"\f00c";color:#fff;text-shadow:1px 0 #555}#sq_settings .sq_filter_label .sq_circle_label.sq_active:before{font-size:14px;line-height:20px}.wp-picker-clear,div.wp-picker-holder{z-index:999 !important;position:absolute !important}#sq_analytics .sq_rank_sprite{float:left;display:block;margin:1px 0 0 0;background:transparent url('../img/sprite.png') no-repeat 20px 0;width:20px;height:20px}#sq_analytics .sq_rank_flag_big{display:block;float:none;margin:0 auto 6px auto;background-position:-7px -279px;width:72px;height:70px}#sq_analytics .sq_rank_flag_facebook{background-position:-10px -253px}#sq_analytics .sq_rank_flag_facebook_big{background-position:-7px -279px}#sq_analytics .sq_rank_flag_facebook_like{background-position:-212px -253px}#sq_analytics .sq_rank_flag_twitter{background-position:-53px -253px}#sq_analytics .sq_rank_flag_twitter_big{background-position:-372px -279px}#sq_analytics .sq_rank_flag_googleplus{background-position:-31px -253px}#sq_analytics .sq_rank_flag_googleplus_big{background-position:-153px -279px}#sq_analytics .sq_rank_flag_stumbleupon{background-position:-190px -253px}#sq_analytics .sq_rank_flag_stumbleupon_big{background-position:-299px -279px}#sq_analytics .sq_rank_flag_linkedin{background-position:-231px -253px}#sq_analytics .sq_rank_flag_linkedin_big{background-position:-80px -279px}#sq_analytics .sq_rank_flag_reddit{background-position:-250px -253px}#sq_analytics .sq_rank_flag_reddit_big{background-position:-226px -279px}#sq_analytics .sq_rank_seomoz_inbound{background-position:-97px -253px}#sq_analytics .sq_rank_seomoz_authority{background-position:-119px -253px}#sq_analytics .sq_rank_seomoz_rank{background-position:-273px -253px}#sq_analytics .sq_rank_google_pagerank{background-position:-273px -253px}#sq_analytics .sq_rank_squirrly_rank{background-position:-314px -253px}#sq_analytics .sq_rank_ahrefs_rank{background-position:-333px -253px}.sq_rank_custom_meta{display:block;font-size:13px;width:16px;height:16px;margin:0;padding:0;cursor:pointer;float:right}.sq_rank_customtitle{background-position:-308px -75px}.sq_rank_customdescription{background-position:-326px -75px}@media screen and (max-width:782px){#src_settings .wp-list-table th#author,#src_settings .wp-list-table th#type,#src_settings .wp-list-table th#recheck{display:none}#src_settings .wp-list-table td.column-author,#src_settings .wp-list-table td.column-type,#src_settings .wp-list-table td.column-recheck{display:none}}@media only screen and (max-width:1050px){#src_settings .wp-list-table th#type,#src_settings .wp-list-table th#recheck{display:none}#src_settings .wp-list-table td.column-type,#src_settings .wp-list-table td.column-recheck{display:none}}
|
view/js/blockbriefcasekeywords.js
CHANGED
@@ -2,17 +2,56 @@
|
|
2 |
|
3 |
$.fn.sq_Briefcase = function () {
|
4 |
var $this = this;
|
|
|
|
|
|
|
5 |
|
6 |
$this.listenAdd = function () {
|
7 |
-
$
|
8 |
var $button = $(this);
|
9 |
-
var $keyword = $
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
$button.addClass('sq_minloading');
|
11 |
$.post(
|
12 |
sqQuery.ajaxurl,
|
13 |
{
|
14 |
action: 'sq_briefcase_addkeyword',
|
15 |
keyword: $keyword,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
nonce: sqQuery.nonce
|
17 |
}
|
18 |
).done(function (response) {
|
@@ -20,7 +59,87 @@
|
|
20 |
location.reload();
|
21 |
$button.removeClass('sq_minloading');
|
22 |
} else {
|
|
|
23 |
$.sq_showMessage(response.error).addClass('sq_error');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
}
|
25 |
}).fail(function () {
|
26 |
$button.removeClass('sq_minloading');
|
@@ -66,7 +185,7 @@
|
|
66 |
var $keyword = $(this).data('keyword');
|
67 |
$this.find('.fa_showmore').removeClass('fa-sort-asc');
|
68 |
|
69 |
-
if(
|
70 |
$('#sq_subrow_' + $id).hide();
|
71 |
return;
|
72 |
}
|
@@ -103,15 +222,6 @@
|
|
103 |
});
|
104 |
};
|
105 |
|
106 |
-
$this.find('.sq_research_selectit').on('click', function () {
|
107 |
-
$(this).addClass('sq_minloading');
|
108 |
-
var $keyword = $(this).data('keyword');
|
109 |
-
$.sq_setCookie('sq_keyword', $keyword);
|
110 |
-
|
111 |
-
location.href = $(this).data('post');
|
112 |
-
});
|
113 |
-
|
114 |
-
|
115 |
$this.listenDelete = function () {
|
116 |
$this.find('.sq_delete_keyword').on('click', function () {
|
117 |
if (confirm('Are you sure ?')) {
|
@@ -138,6 +248,33 @@
|
|
138 |
}, 'json');
|
139 |
}
|
140 |
});
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
141 |
};
|
142 |
|
143 |
$this.listenRecheck = function () {
|
@@ -159,7 +296,7 @@
|
|
159 |
if (typeof response.rank !== 'undefined') {
|
160 |
$('#sq_rank_value' + $id).html(response.rank);
|
161 |
if (typeof response.datetime !== 'undefined') {
|
162 |
-
$('#sq_rank_value' + $id).attr('title',response.datetime);
|
163 |
}
|
164 |
} else {
|
165 |
$.sq_showMessage(response.error).addClass('sq_error');
|
@@ -173,12 +310,60 @@
|
|
173 |
});
|
174 |
};
|
175 |
|
176 |
-
|
177 |
$this.listenAdd();
|
|
|
178 |
$this.listenCount();
|
179 |
$this.listenResearch();
|
180 |
$this.listenDelete();
|
181 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
182 |
|
183 |
return $this;
|
184 |
};
|
2 |
|
3 |
$.fn.sq_Briefcase = function () {
|
4 |
var $this = this;
|
5 |
+
var $popupAddKeyword = $this.find('.sq_add_keyword_dialog');
|
6 |
+
var $popupAddLabel = $this.find('.sq_add_labels_dialog');
|
7 |
+
var $popupEditLabel = $this.find('.sq_edit_label_dialog');
|
8 |
|
9 |
$this.listenAdd = function () {
|
10 |
+
$popupAddKeyword.find('#sq_save_keyword').on('click', function () {
|
11 |
var $button = $(this);
|
12 |
+
var $keyword = $popupAddKeyword.find('input#sq_keyword').val();
|
13 |
+
|
14 |
+
var $labels = [];
|
15 |
+
$popupAddKeyword.find('input[name="sq_labels"]:checked').each(function () {
|
16 |
+
$labels.push(this.value);
|
17 |
+
});
|
18 |
+
|
19 |
$button.addClass('sq_minloading');
|
20 |
$.post(
|
21 |
sqQuery.ajaxurl,
|
22 |
{
|
23 |
action: 'sq_briefcase_addkeyword',
|
24 |
keyword: $keyword,
|
25 |
+
labels: $labels,
|
26 |
+
nonce: sqQuery.nonce
|
27 |
+
}
|
28 |
+
).done(function (response) {
|
29 |
+
if (typeof response.saved !== 'undefined') {
|
30 |
+
location.reload();
|
31 |
+
$button.removeClass('sq_minloading');
|
32 |
+
} else {
|
33 |
+
$button.removeClass('sq_minloading');
|
34 |
+
$.sq_showMessage(response.error).addClass('sq_error');
|
35 |
+
|
36 |
+
}
|
37 |
+
}).fail(function () {
|
38 |
+
$button.removeClass('sq_minloading');
|
39 |
+
}, 'json');
|
40 |
+
});
|
41 |
+
|
42 |
+
$popupAddLabel.find('#sq_labelcolor').wpColorPicker();
|
43 |
+
$popupAddLabel.find('#sq_save_label').on('click', function () {
|
44 |
+
var $button = $(this);
|
45 |
+
var $name = $popupAddLabel.find('input#sq_labelname').val();
|
46 |
+
var $color = $popupAddLabel.find('input#sq_labelcolor').val();
|
47 |
+
|
48 |
+
$button.addClass('sq_minloading');
|
49 |
+
$.post(
|
50 |
+
sqQuery.ajaxurl,
|
51 |
+
{
|
52 |
+
action: 'sq_briefcase_addlabel',
|
53 |
+
name: $name,
|
54 |
+
color: $color,
|
55 |
nonce: sqQuery.nonce
|
56 |
}
|
57 |
).done(function (response) {
|
59 |
location.reload();
|
60 |
$button.removeClass('sq_minloading');
|
61 |
} else {
|
62 |
+
$button.removeClass('sq_minloading');
|
63 |
$.sq_showMessage(response.error).addClass('sq_error');
|
64 |
+
|
65 |
+
}
|
66 |
+
}).fail(function () {
|
67 |
+
$button.removeClass('sq_minloading');
|
68 |
+
}, 'json');
|
69 |
+
});
|
70 |
+
|
71 |
+
$this.find('.sq_save_keyword_labels').on('click', function () {
|
72 |
+
var $popup = $(this).parents('.sq_label_manage_popup:last');
|
73 |
+
var $button = $(this);
|
74 |
+
var $keyword_id = $(this).data('id');
|
75 |
+
|
76 |
+
var $labels = [];
|
77 |
+
$popup.find('input[name="sq_labels"]:checked').each(function () {
|
78 |
+
$labels.push(this.value);
|
79 |
+
});
|
80 |
+
|
81 |
+
$button.addClass('sq_minloading');
|
82 |
+
$.post(
|
83 |
+
sqQuery.ajaxurl,
|
84 |
+
{
|
85 |
+
action: 'sq_briefcase_keywordlabel',
|
86 |
+
keyword_id: $keyword_id,
|
87 |
+
labels: $labels,
|
88 |
+
nonce: sqQuery.nonce
|
89 |
+
}
|
90 |
+
).done(function (response) {
|
91 |
+
if (typeof response.saved !== 'undefined') {
|
92 |
+
location.reload();
|
93 |
+
$button.removeClass('sq_minloading');
|
94 |
+
} else {
|
95 |
+
$button.removeClass('sq_minloading');
|
96 |
+
$.sq_showMessage(response.error).addClass('sq_error');
|
97 |
+
|
98 |
+
}
|
99 |
+
}).fail(function () {
|
100 |
+
$button.removeClass('sq_minloading');
|
101 |
+
}, 'json');
|
102 |
+
});
|
103 |
+
};
|
104 |
+
|
105 |
+
$this.listenEdit = function () {
|
106 |
+
$popupEditLabel.find('#sq_labelcolor').wpColorPicker();
|
107 |
+
|
108 |
+
$this.find('.sq_edit_label').on('click', function () {
|
109 |
+
$('#element .wp-picker-clear').trigger('click');
|
110 |
+
$popupEditLabel.find('input#sq_labelid').val($(this).attr('data-id'));
|
111 |
+
$popupEditLabel.find('input#sq_labelname').val($(this).attr('data-name'));
|
112 |
+
$popupEditLabel.find('input#sq_labelcolor').val($(this).attr('data-color'));
|
113 |
+
$popupEditLabel.find('input#sq_labelcolor').trigger('change');
|
114 |
+
$popupAddKeyword.modal('hide');
|
115 |
+
$popupAddLabel.modal('hide');
|
116 |
+
$popupEditLabel.modal('show');
|
117 |
+
});
|
118 |
+
|
119 |
+
$popupEditLabel.find('#sq_save_label').on('click', function () {
|
120 |
+
var $button = $(this);
|
121 |
+
var $id = $popupEditLabel.find('#sq_labelid').val();
|
122 |
+
var $name = $popupEditLabel.find('#sq_labelname').val();
|
123 |
+
var $color = $popupEditLabel.find('#sq_labelcolor').val();
|
124 |
+
|
125 |
+
$button.addClass('sq_minloading');
|
126 |
+
$.post(
|
127 |
+
sqQuery.ajaxurl,
|
128 |
+
{
|
129 |
+
action: 'sq_briefcase_editlabel',
|
130 |
+
id: $id,
|
131 |
+
name: $name,
|
132 |
+
color: $color,
|
133 |
+
nonce: sqQuery.nonce
|
134 |
+
}
|
135 |
+
).done(function (response) {
|
136 |
+
if (typeof response.saved !== 'undefined') {
|
137 |
+
location.reload();
|
138 |
+
$button.removeClass('sq_minloading');
|
139 |
+
} else {
|
140 |
+
$button.removeClass('sq_minloading');
|
141 |
+
$.sq_showMessage(response.error).addClass('sq_error');
|
142 |
+
|
143 |
}
|
144 |
}).fail(function () {
|
145 |
$button.removeClass('sq_minloading');
|
185 |
var $keyword = $(this).data('keyword');
|
186 |
$this.find('.fa_showmore').removeClass('fa-sort-asc');
|
187 |
|
188 |
+
if ($('#sq_subrow_' + $id).is(':visible')) {
|
189 |
$('#sq_subrow_' + $id).hide();
|
190 |
return;
|
191 |
}
|
222 |
});
|
223 |
};
|
224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
$this.listenDelete = function () {
|
226 |
$this.find('.sq_delete_keyword').on('click', function () {
|
227 |
if (confirm('Are you sure ?')) {
|
248 |
}, 'json');
|
249 |
}
|
250 |
});
|
251 |
+
|
252 |
+
$this.find('.sq_delete_label').on('click', function () {
|
253 |
+
if (confirm('Are you sure ?')) {
|
254 |
+
var $button = $(this).parents('.sq_saved_label:last');
|
255 |
+
var $id = $(this).data('id');
|
256 |
+
$button.addClass('sq_minloading');
|
257 |
+
$.post(
|
258 |
+
sqQuery.ajaxurl,
|
259 |
+
{
|
260 |
+
action: 'sq_briefcase_deletelabel',
|
261 |
+
id: $id,
|
262 |
+
nonce: sqQuery.nonce
|
263 |
+
}
|
264 |
+
).done(function (response) {
|
265 |
+
if (typeof response.deleted !== 'undefined') {
|
266 |
+
$button.remove();
|
267 |
+
$this.find('label[data-id=' + $id + ']').remove();
|
268 |
+
$this.find('.sq_circle_label[data-id=' + $id + ']').remove();
|
269 |
+
} else {
|
270 |
+
$.sq_showMessage(response.error).addClass('sq_error');
|
271 |
+
}
|
272 |
+
$button.removeClass('sq_minloading');
|
273 |
+
}).fail(function () {
|
274 |
+
$button.removeClass('sq_minloading');
|
275 |
+
}, 'json');
|
276 |
+
}
|
277 |
+
});
|
278 |
};
|
279 |
|
280 |
$this.listenRecheck = function () {
|
296 |
if (typeof response.rank !== 'undefined') {
|
297 |
$('#sq_rank_value' + $id).html(response.rank);
|
298 |
if (typeof response.datetime !== 'undefined') {
|
299 |
+
$('#sq_rank_value' + $id).attr('title', response.datetime);
|
300 |
}
|
301 |
} else {
|
302 |
$.sq_showMessage(response.error).addClass('sq_error');
|
310 |
});
|
311 |
};
|
312 |
|
|
|
313 |
$this.listenAdd();
|
314 |
+
$this.listenEdit();
|
315 |
$this.listenCount();
|
316 |
$this.listenResearch();
|
317 |
$this.listenDelete();
|
318 |
|
319 |
+
$this.find('.sq_research_selectit').on('click', function () {
|
320 |
+
$(this).addClass('sq_minloading');
|
321 |
+
var $keyword = $(this).data('keyword');
|
322 |
+
$.sq_setCookie('sq_keyword', $keyword);
|
323 |
+
|
324 |
+
location.href = $(this).data('post');
|
325 |
+
});
|
326 |
+
|
327 |
+
|
328 |
+
|
329 |
+
|
330 |
+
|
331 |
+
$('#sq_settings .sq_filter_label input[type=checkbox]').click(function () {
|
332 |
+
$('#sq_settings .sq_filter_label input[type=checkbox]').each(function () {
|
333 |
+
if (!$(this).is(':checked')) {
|
334 |
+
$(this).next('label').removeClass('sq_active');
|
335 |
+
}
|
336 |
+
});
|
337 |
+
|
338 |
+
if ($(this).is(':checked')) {
|
339 |
+
$(this).next('label').addClass('sq_active');
|
340 |
+
}
|
341 |
+
});
|
342 |
+
$('#sq_settings .sq_add_keyword_dialog input[type=checkbox]').click(function () {
|
343 |
+
$('#sq_settings .sq_add_keyword_dialog input[type=checkbox]').each(function () {
|
344 |
+
if (!$(this).is(':checked')) {
|
345 |
+
$(this).next('label').removeClass('sq_active');
|
346 |
+
}
|
347 |
+
});
|
348 |
+
|
349 |
+
if ($(this).is(':checked')) {
|
350 |
+
$(this).next('label').addClass('sq_active');
|
351 |
+
}
|
352 |
+
});
|
353 |
+
|
354 |
+
|
355 |
+
$('#sq_settings .sq_label_manage_popup input[type=checkbox]').click(function () {
|
356 |
+
var $popup = $(this).parents('.sq_label_manage_popup:last');
|
357 |
+
$popup.find('input[type=checkbox]').each(function () {
|
358 |
+
if (!$(this).is(':checked')) {
|
359 |
+
$(this).next('label').removeClass('sq_active');
|
360 |
+
}
|
361 |
+
});
|
362 |
+
|
363 |
+
if ($(this).is(':checked')) {
|
364 |
+
$(this).next('label').addClass('sq_active');
|
365 |
+
}
|
366 |
+
});
|
367 |
|
368 |
return $this;
|
369 |
};
|
view/js/blockbriefcasekeywords.min.js
CHANGED
@@ -1,10 +1,17 @@
|
|
1 |
-
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,b,
|
2 |
-
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,b,
|
3 |
-
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,
|
4 |
-
(function(a){a.fn.sq_Briefcase=function(){var b=this;b.listenAdd=function(){
|
5 |
-
function(){b.find(".
|
6 |
-
|
7 |
-
"undefined"!==typeof
|
8 |
-
|
9 |
-
function(){b.find(".
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(a,b,e){a instanceof String&&(a=String(a));for(var g=a.length,c=0;c<g;c++){var f=a[c];if(b.call(e,f,c,a))return{i:c,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(a,b,e){a!=Array.prototype&&a!=Object.prototype&&(a[b]=e.value)};
|
2 |
+
$jscomp.getGlobal=function(a){return"undefined"!=typeof window&&window===a?a:"undefined"!=typeof global&&null!=global?global:a};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(a,b,e,g){if(b){e=$jscomp.global;a=a.split(".");for(g=0;g<a.length-1;g++){var c=a[g];c in e||(e[c]={});e=e[c]}a=a[a.length-1];g=e[a];b=b(g);b!=g&&null!=b&&$jscomp.defineProperty(e,a,{configurable:!0,writable:!0,value:b})}};
|
3 |
+
$jscomp.polyfill("Array.prototype.find",function(a){return a?a:function(a,e){return $jscomp.findInternal(this,a,e).v}},"es6","es3");
|
4 |
+
(function(a){a.fn.sq_Briefcase=function(){var b=this,e=b.find(".sq_add_keyword_dialog"),g=b.find(".sq_add_labels_dialog"),c=b.find(".sq_edit_label_dialog");b.listenAdd=function(){e.find("#sq_save_keyword").on("click",function(){var b=a(this),d=e.find("input#sq_keyword").val(),h=[];e.find('input[name="sq_labels"]:checked').each(function(){h.push(this.value)});b.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_addkeyword",keyword:d,labels:h,nonce:sqQuery.nonce}).done(function(f){"undefined"!==
|
5 |
+
typeof f.saved?(location.reload(),b.removeClass("sq_minloading")):(b.removeClass("sq_minloading"),a.sq_showMessage(f.error).addClass("sq_error"))}).fail(function(){b.removeClass("sq_minloading")},"json")});g.find("#sq_labelcolor").wpColorPicker();g.find("#sq_save_label").on("click",function(){var b=a(this),d=g.find("input#sq_labelname").val(),h=g.find("input#sq_labelcolor").val();b.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_addlabel",name:d,color:h,nonce:sqQuery.nonce}).done(function(f){"undefined"!==
|
6 |
+
typeof f.saved?(location.reload(),b.removeClass("sq_minloading")):(b.removeClass("sq_minloading"),a.sq_showMessage(f.error).addClass("sq_error"))}).fail(function(){b.removeClass("sq_minloading")},"json")});b.find(".sq_save_keyword_labels").on("click",function(){var b=a(this).parents(".sq_label_manage_popup:last"),d=a(this),h=a(this).data("id"),c=[];b.find('input[name="sq_labels"]:checked').each(function(){c.push(this.value)});d.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_keywordlabel",
|
7 |
+
keyword_id:h,labels:c,nonce:sqQuery.nonce}).done(function(b){"undefined"!==typeof b.saved?(location.reload(),d.removeClass("sq_minloading")):(d.removeClass("sq_minloading"),a.sq_showMessage(b.error).addClass("sq_error"))}).fail(function(){d.removeClass("sq_minloading")},"json")})};b.listenEdit=function(){c.find("#sq_labelcolor").wpColorPicker();b.find(".sq_edit_label").on("click",function(){a("#element .wp-picker-clear").trigger("click");c.find("input#sq_labelid").val(a(this).attr("data-id"));c.find("input#sq_labelname").val(a(this).attr("data-name"));
|
8 |
+
c.find("input#sq_labelcolor").val(a(this).attr("data-color"));c.find("input#sq_labelcolor").trigger("change");e.modal("hide");g.modal("hide");c.modal("show")});c.find("#sq_save_label").on("click",function(){var b=a(this),d=c.find("#sq_labelid").val(),h=c.find("#sq_labelname").val(),e=c.find("#sq_labelcolor").val();b.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_editlabel",id:d,name:h,color:e,nonce:sqQuery.nonce}).done(function(d){"undefined"!==typeof d.saved?(location.reload(),
|
9 |
+
b.removeClass("sq_minloading")):(b.removeClass("sq_minloading"),a.sq_showMessage(d.error).addClass("sq_error"))}).fail(function(){b.removeClass("sq_minloading")},"json")})};b.listenResearch=function(){b.find(".sq_doresearch").on("click",function(){var b=a(this),d=a(this).data("keyword");b.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_doresearch",keyword:d,nonce:sqQuery.nonce}).done(function(d){"undefined"!==typeof d.error?("limit_exceeded"===d.error?a.sq_showMessage(d.error).addClass("sq_error"):
|
10 |
+
a.sq_showMessage(d.error,1E4).addClass("sq_error"),b.removeClass("sq_minloading")):location.reload()}).fail(function(){b.removeClass("sq_minloading")},"json")})};b.listenCount=function(){b.find(".sq_open_subrow").on("click",function(){var f=a(this),d=a(this).data("id"),c=a(this).data("keyword");b.find(".fa_showmore").removeClass("fa-sort-asc");a("#sq_subrow_"+d).is(":visible")?a("#sq_subrow_"+d).hide():(f.addClass("sq_minloading"),a.post(sqQuery.ajaxurl,{action:"sq_briefcase_article",keyword:c,nonce:sqQuery.nonce}).done(function(c){"undefined"!==
|
11 |
+
typeof c.error?"limit_exceeded"===c.error?a.sq_showMessage(c.error).addClass("sq_error"):a.sq_showMessage(c.error,1E4).addClass("sq_error"):"undefined"!==typeof c.articles&&(a(".sq_subrow").hide(),a("#sq_subrow_"+d).find("td").html(c.articles),a("#sq_subrow_"+d).show(),b.listenRecheck());a("#sq_row_"+d).find(".fa_showmore").addClass("fa-sort-asc");f.removeClass("sq_minloading")}).fail(function(){f.removeClass("sq_minloading")},"json"))})};b.listenDelete=function(){b.find(".sq_delete_keyword").on("click",
|
12 |
+
function(){if(confirm("Are you sure ?")){var c=a(this),d=a(this).data("id");c.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_deletekeyword",id:d,nonce:sqQuery.nonce}).done(function(f){"undefined"!==typeof f.deleted?(b.find("#sq_row_"+d).remove(),b.find("#sq_subrow_"+d).remove()):a.sq_showMessage(f.error).addClass("sq_error");c.removeClass("sq_minloading")}).fail(function(){c.removeClass("sq_minloading")},"json")}});b.find(".sq_delete_label").on("click",function(){if(confirm("Are you sure ?")){var c=
|
13 |
+
a(this).parents(".sq_saved_label:last"),d=a(this).data("id");c.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_briefcase_deletelabel",id:d,nonce:sqQuery.nonce}).done(function(f){"undefined"!==typeof f.deleted?(c.remove(),b.find("label[data-id="+d+"]").remove(),b.find(".sq_circle_label[data-id="+d+"]").remove()):a.sq_showMessage(f.error).addClass("sq_error");c.removeClass("sq_minloading")}).fail(function(){c.removeClass("sq_minloading")},"json")}})};b.listenRecheck=function(){b.find(".sq_rank_refresh").on("click",
|
14 |
+
function(){var c=a(this),d=a(this).data("id"),e=a(this).data("keyword");b.find("#sq_rank_value"+d).addClass("sq_minloading");c.addClass("sq_minloading");a.post(sqQuery.ajaxurl,{action:"sq_serp_refresh_post",id:d,keyword:e,nonce:sqQuery.nonce}).done(function(e){"undefined"!==typeof e.rank?(a("#sq_rank_value"+d).html(e.rank),"undefined"!==typeof e.datetime&&a("#sq_rank_value"+d).attr("title",e.datetime)):a.sq_showMessage(e.error).addClass("sq_error");b.find("#sq_rank_value"+d).removeClass("sq_minloading");
|
15 |
+
c.removeClass("sq_minloading")}).fail(function(){b.find("#sq_rank_value"+d).removeClass("sq_minloading");c.removeClass("sq_minloading")},"json")})};b.listenAdd();b.listenEdit();b.listenCount();b.listenResearch();b.listenDelete();b.find(".sq_research_selectit").on("click",function(){a(this).addClass("sq_minloading");var b=a(this).data("keyword");a.sq_setCookie("sq_keyword",b);location.href=a(this).data("post")});a("#sq_settings .sq_filter_label input[type=checkbox]").click(function(){a("#sq_settings .sq_filter_label input[type=checkbox]").each(function(){a(this).is(":checked")||
|
16 |
+
a(this).next("label").removeClass("sq_active")});a(this).is(":checked")&&a(this).next("label").addClass("sq_active")});a("#sq_settings .sq_add_keyword_dialog input[type=checkbox]").click(function(){a("#sq_settings .sq_add_keyword_dialog input[type=checkbox]").each(function(){a(this).is(":checked")||a(this).next("label").removeClass("sq_active")});a(this).is(":checked")&&a(this).next("label").addClass("sq_active")});a("#sq_settings .sq_label_manage_popup input[type=checkbox]").click(function(){a(this).parents(".sq_label_manage_popup:last").find("input[type=checkbox]").each(function(){a(this).is(":checked")||
|
17 |
+
a(this).next("label").removeClass("sq_active")});a(this).is(":checked")&&a(this).next("label").addClass("sq_active")});return b};0<a("#sq_settings").length?a("#sq_settings").sq_Briefcase():a(document).ready(function(){a("#sq_settings").sq_Briefcase()})})(jQuery);
|
view/js/blocksettingsseo.js
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
|
3 |
$.fn.sq_blocksettingsseo = function() {
|
4 |
var $this = this;
|
5 |
-
///////////////////////////////
|
6 |
var snippet_timeout;
|
7 |
|
8 |
|
2 |
|
3 |
$.fn.sq_blocksettingsseo = function() {
|
4 |
var $this = this;
|
5 |
+
///////////////////////////////
|
6 |
var snippet_timeout;
|
7 |
|
8 |
|
view/js/frontmenu.js
CHANGED
@@ -707,7 +707,6 @@
|
|
707 |
|
708 |
|
709 |
//Blogs
|
710 |
-
SQ_DEBUG = false;
|
711 |
(function ($) {
|
712 |
$.fn.sq_TopMenu = function (options) {
|
713 |
var $this = this;
|
@@ -941,7 +940,6 @@ SQ_DEBUG = false;
|
|
941 |
}
|
942 |
|
943 |
$this.showSaved(2000, $ctab);
|
944 |
-
SQ_DEBUG && console.log("done and success");
|
945 |
}
|
946 |
else {
|
947 |
$this.showError(2000);
|
@@ -1166,11 +1164,8 @@ SQ_DEBUG = false;
|
|
1166 |
});
|
1167 |
|
1168 |
settings.sq_toggle.on('click keydown', function (e) {
|
1169 |
-
SQ_DEBUG && console.log("Start navigation: " + e.which);
|
1170 |
-
|
1171 |
//If enter press, trigger click for this filter
|
1172 |
if (e.which === 13) {
|
1173 |
-
SQ_DEBUG && console.log("enter pressed")
|
1174 |
dropdown.find(".sq-action.focused").trigger('click');
|
1175 |
return false;
|
1176 |
}
|
707 |
|
708 |
|
709 |
//Blogs
|
|
|
710 |
(function ($) {
|
711 |
$.fn.sq_TopMenu = function (options) {
|
712 |
var $this = this;
|
940 |
}
|
941 |
|
942 |
$this.showSaved(2000, $ctab);
|
|
|
943 |
}
|
944 |
else {
|
945 |
$this.showError(2000);
|
1164 |
});
|
1165 |
|
1166 |
settings.sq_toggle.on('click keydown', function (e) {
|
|
|
|
|
1167 |
//If enter press, trigger click for this filter
|
1168 |
if (e.which === 13) {
|
|
|
1169 |
dropdown.find(".sq-action.focused").trigger('click');
|
1170 |
return false;
|
1171 |
}
|
view/js/frontmenu.min.js
CHANGED
@@ -18,7 +18,7 @@ d.$container).length&&(d.add(d.$input.val()),d.$input.val(""))},d));d.$container
|
|
18 |
e.next(),e.length&&d.remove(e.data("item")));break;case 37:a=e.prev();0===c.val().length&&a[0]&&(a.before(e),c.focus());break;case 39:a=e.next(),0===c.val().length&&a[0]&&(a.after(e),c.focus())}c.val();c.attr("size",Math.max(this.inputSize,c.val().length))}},d));d.$container.on("keypress","input",b.proxy(function(a){var c=b(a.target);if(d.$element.attr("disabled"))d.$input.attr("disabled","disabled");else{var e=c.val(),g=d.options.maxChars&&e.length>=d.options.maxChars;d.options.freeInput&&(h(a,d.options.confirmKeys)||
|
19 |
g)&&(0!==e.length&&(d.add(g?e.substr(0,d.options.maxChars):e),c.val("")),!1===d.options.cancelConfirmKeysOnEmpty&&a.preventDefault());c.val();c.attr("size",Math.max(this.inputSize,c.val().length))}},d));d.$container.on("click","[data-role=remove]",b.proxy(function(a){d.$element.attr("disabled")||d.remove(b(a.target).closest(".tag").data("item"))},d));d.options.itemValue===k.itemValue&&("INPUT"===d.$element[0].tagName?d.add(d.$element.val()):b("option",d.$element).each(function(){d.add(b(this).attr("value"),
|
20 |
!0)}))},destroy:function(){this.$container.off("keypress","input");this.$container.off("click","[role=remove]");this.$container.remove();this.$element.removeData("tagsinput");this.$element.show()},focus:function(){this.$input.focus()},input:function(){return this.$input},findInputWrapper:function(){for(var a=this.$input[0],c=this.$container[0];a&&a.parentNode!==c;)a=a.parentNode;return b(a)}};b.fn.tagsinput=function(a,c,e){var d=[];this.each(function(){var g=b(this).data("tagsinput");g?a||c?void 0!==
|
21 |
-
g[a]&&(g=3===g[a].length&&void 0!==e?g[a](c,null,e):g[a](c),void 0!==g&&d.push(g)):d.push(g):(g=new f(this,a),b(this).data("tagsinput",g),d.push(g),"SELECT"===this.tagName&&b("option",b(this)).attr("selected","selected"),b(this).val(b(this).val()))});return"string"==typeof a?1<d.length?d:d[0]:d};b.fn.tagsinput.Constructor=f;var m=b("<div />");b(function(){b("input[data-role=tagsinput], select[multiple][data-role=tagsinput]").tagsinput()})})(window.jQuery);
|
22 |
(function(b){b.fn.sq_TopMenu=function(f){var a=this,c=b.extend({called:"normal",sq_settings_form:a.find(".sq_settings_form"),editButton:a.find(".sq_edit"),saveButton:a.find(".sq_save"),cancelButton:a.find(".sq_cancel"),last_tab:null,closeButton:a.find("#sq_close"),sq_url:a.find("#sq_url"),sq_doseo:a.find("input[name=sq_doseo]"),sq_toggle:a.find(".sq-toggle"),sq_title:a.find("#sq_title"),sq_description:a.find("#sq_description"),sq_keywords:a.find("#sq_keywords"),sq_noindex:a.find("input[name=sq_noindex]"),
|
23 |
sq_nofollow:a.find("input[name=sq_nofollow]"),sq_nositemap:a.find("input[name=sq_nositemap]"),sq_canonical:a.find("#sq_canonical"),sq_og_media:a.find("#sq_og_media"),sq_og_media_preview:a.find("#sq_og_media_preview"),og_image_close:a.find(".og_image_close"),sq_og_title:a.find("#sq_og_title"),sq_og_description:a.find("#sq_og_description"),sq_og_author:a.find("#sq_og_author"),sq_og_type:a.find("#sq_og_type"),sq_og_pixel:a.find("#sq_og_pixel_id"),sq_tw_media:a.find("#sq_tw_media"),sq_tw_media_preview:a.find("#sq_tw_media_preview"),
|
24 |
tw_image_close:a.find(".tw_image_close"),sq_tw_title:a.find("#sq_tw_title"),sq_tw_description:a.find("#sq_tw_description"),previewTab:a.find(".sq_tab_preview"),editTab:a.find(".sq_tab_edit"),validKeyword:!1,__sq_save_message:"undefined"!==typeof __sq_save_message?__sq_save_message:"Saved!",__sq_save_message_preview:"undefined"!==typeof __sq_save_message_preview?__sq_save_message_preview:"Saved! Reload to see the changes."},f);a.initNav=function(){0<b("#sq_blocksnippet").length?(a.off("hover"),c.closeButton.hide()):
|
@@ -29,23 +29,23 @@ a.find("#sq_tab_"+$li.find("a").text().toString().toLowerCase()).show();$li.addC
|
|
29 |
a.escapeHtml(c.sq_canonical.val()):!1,sq_noindex:0<c.sq_noindex.length?parseInt(a.find("input[name=sq_noindex]:checked").val()):!1,sq_nofollow:0<c.sq_nofollow.length?parseInt(a.find("input[name=sq_nofollow]:checked").val()):!1,sq_nositemap:0<c.sq_nositemap.length?parseInt(a.find("input[name=sq_nositemap]:checked").val()):!1,sq_tw_title:0<c.sq_tw_title.length?a.escapeHtml(c.sq_tw_title.val()):!1,sq_tw_description:0<c.sq_tw_description.length?a.escapeHtml(c.sq_tw_description.val()):!1,sq_tw_media:0<
|
30 |
c.sq_tw_media.length?c.sq_tw_media.val():!1,sq_og_title:0<c.sq_og_title.length?a.escapeHtml(c.sq_og_title.val()):!1,sq_og_description:0<c.sq_og_description.length?a.escapeHtml(c.sq_og_description.val()):!1,sq_og_type:0<c.sq_og_type.length?c.sq_og_type.find("option:selected").val():"website",sq_og_author:0<c.sq_og_author.length?a.escapeHtml(c.sq_og_author.val()):!1,sq_og_media:0<c.sq_og_media.length?c.sq_og_media.val():!1,sq_url:0<c.sq_url.length?a.escapeHtml(c.sq_url.val()):!1,sq_hash:e.val(),post_id:0<
|
31 |
b("input[name=sq_post_id]").length?b("input[name=sq_post_id]").val():0,term_taxonomy_id:0<b("input[name=sq_term_taxonomy_id]").length?b("input[name=sq_term_taxonomy_id]").val():0,taxonomy:0<b("input[name=sq_taxonomy]").length?b("input[name=sq_taxonomy]").val():0,sq_doseo:parseInt(a.find("input[name=sq_doseo]:checked").val()),nonce:sqQuery.nonce},function(){}).done(function(e){c.saveButton.removeClass("sq_minloading");if("undefined"!==typeof e.saved){if("undefined"!==typeof e)if("undefined"!==typeof e.html){var f=
|
32 |
-
a.find("#sq_tabs").find("li.active a").data("tab");a.find("#sq_settings_body").replaceWith(e.html);a.sq_TopMenu({called:"ajax"});a.find("#sq_tabs").find("li a."+f).trigger("click");b("#sq_blocksnippet").trigger("sq_snippet_loaded")}else location.reload();else c.saveButton.removeClass("sq_minloading"),a.showError(2E3);a.showSaved(2E3,f)
|
33 |
-
|
34 |
-
|
35 |
-
0<a.find("
|
36 |
-
|
37 |
-
c.
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
f.
|
43 |
-
|
44 |
-
|
45 |
-
b.
|
46 |
-
|
47 |
-
|
48 |
-
b("#sq_blocksnippet").
|
49 |
-
|
50 |
-
b("#sq_blocksnippet").
|
51 |
-
0<b("#sq_blocksnippet").
|
18 |
e.next(),e.length&&d.remove(e.data("item")));break;case 37:a=e.prev();0===c.val().length&&a[0]&&(a.before(e),c.focus());break;case 39:a=e.next(),0===c.val().length&&a[0]&&(a.after(e),c.focus())}c.val();c.attr("size",Math.max(this.inputSize,c.val().length))}},d));d.$container.on("keypress","input",b.proxy(function(a){var c=b(a.target);if(d.$element.attr("disabled"))d.$input.attr("disabled","disabled");else{var e=c.val(),g=d.options.maxChars&&e.length>=d.options.maxChars;d.options.freeInput&&(h(a,d.options.confirmKeys)||
|
19 |
g)&&(0!==e.length&&(d.add(g?e.substr(0,d.options.maxChars):e),c.val("")),!1===d.options.cancelConfirmKeysOnEmpty&&a.preventDefault());c.val();c.attr("size",Math.max(this.inputSize,c.val().length))}},d));d.$container.on("click","[data-role=remove]",b.proxy(function(a){d.$element.attr("disabled")||d.remove(b(a.target).closest(".tag").data("item"))},d));d.options.itemValue===k.itemValue&&("INPUT"===d.$element[0].tagName?d.add(d.$element.val()):b("option",d.$element).each(function(){d.add(b(this).attr("value"),
|
20 |
!0)}))},destroy:function(){this.$container.off("keypress","input");this.$container.off("click","[role=remove]");this.$container.remove();this.$element.removeData("tagsinput");this.$element.show()},focus:function(){this.$input.focus()},input:function(){return this.$input},findInputWrapper:function(){for(var a=this.$input[0],c=this.$container[0];a&&a.parentNode!==c;)a=a.parentNode;return b(a)}};b.fn.tagsinput=function(a,c,e){var d=[];this.each(function(){var g=b(this).data("tagsinput");g?a||c?void 0!==
|
21 |
+
g[a]&&(g=3===g[a].length&&void 0!==e?g[a](c,null,e):g[a](c),void 0!==g&&d.push(g)):d.push(g):(g=new f(this,a),b(this).data("tagsinput",g),d.push(g),"SELECT"===this.tagName&&b("option",b(this)).attr("selected","selected"),b(this).val(b(this).val()))});return"string"==typeof a?1<d.length?d:d[0]:d};b.fn.tagsinput.Constructor=f;var m=b("<div />");b(function(){b("input[data-role=tagsinput], select[multiple][data-role=tagsinput]").tagsinput()})})(window.jQuery);
|
22 |
(function(b){b.fn.sq_TopMenu=function(f){var a=this,c=b.extend({called:"normal",sq_settings_form:a.find(".sq_settings_form"),editButton:a.find(".sq_edit"),saveButton:a.find(".sq_save"),cancelButton:a.find(".sq_cancel"),last_tab:null,closeButton:a.find("#sq_close"),sq_url:a.find("#sq_url"),sq_doseo:a.find("input[name=sq_doseo]"),sq_toggle:a.find(".sq-toggle"),sq_title:a.find("#sq_title"),sq_description:a.find("#sq_description"),sq_keywords:a.find("#sq_keywords"),sq_noindex:a.find("input[name=sq_noindex]"),
|
23 |
sq_nofollow:a.find("input[name=sq_nofollow]"),sq_nositemap:a.find("input[name=sq_nositemap]"),sq_canonical:a.find("#sq_canonical"),sq_og_media:a.find("#sq_og_media"),sq_og_media_preview:a.find("#sq_og_media_preview"),og_image_close:a.find(".og_image_close"),sq_og_title:a.find("#sq_og_title"),sq_og_description:a.find("#sq_og_description"),sq_og_author:a.find("#sq_og_author"),sq_og_type:a.find("#sq_og_type"),sq_og_pixel:a.find("#sq_og_pixel_id"),sq_tw_media:a.find("#sq_tw_media"),sq_tw_media_preview:a.find("#sq_tw_media_preview"),
|
24 |
tw_image_close:a.find(".tw_image_close"),sq_tw_title:a.find("#sq_tw_title"),sq_tw_description:a.find("#sq_tw_description"),previewTab:a.find(".sq_tab_preview"),editTab:a.find(".sq_tab_edit"),validKeyword:!1,__sq_save_message:"undefined"!==typeof __sq_save_message?__sq_save_message:"Saved!",__sq_save_message_preview:"undefined"!==typeof __sq_save_message_preview?__sq_save_message_preview:"Saved! Reload to see the changes."},f);a.initNav=function(){0<b("#sq_blocksnippet").length?(a.off("hover"),c.closeButton.hide()):
|
29 |
a.escapeHtml(c.sq_canonical.val()):!1,sq_noindex:0<c.sq_noindex.length?parseInt(a.find("input[name=sq_noindex]:checked").val()):!1,sq_nofollow:0<c.sq_nofollow.length?parseInt(a.find("input[name=sq_nofollow]:checked").val()):!1,sq_nositemap:0<c.sq_nositemap.length?parseInt(a.find("input[name=sq_nositemap]:checked").val()):!1,sq_tw_title:0<c.sq_tw_title.length?a.escapeHtml(c.sq_tw_title.val()):!1,sq_tw_description:0<c.sq_tw_description.length?a.escapeHtml(c.sq_tw_description.val()):!1,sq_tw_media:0<
|
30 |
c.sq_tw_media.length?c.sq_tw_media.val():!1,sq_og_title:0<c.sq_og_title.length?a.escapeHtml(c.sq_og_title.val()):!1,sq_og_description:0<c.sq_og_description.length?a.escapeHtml(c.sq_og_description.val()):!1,sq_og_type:0<c.sq_og_type.length?c.sq_og_type.find("option:selected").val():"website",sq_og_author:0<c.sq_og_author.length?a.escapeHtml(c.sq_og_author.val()):!1,sq_og_media:0<c.sq_og_media.length?c.sq_og_media.val():!1,sq_url:0<c.sq_url.length?a.escapeHtml(c.sq_url.val()):!1,sq_hash:e.val(),post_id:0<
|
31 |
b("input[name=sq_post_id]").length?b("input[name=sq_post_id]").val():0,term_taxonomy_id:0<b("input[name=sq_term_taxonomy_id]").length?b("input[name=sq_term_taxonomy_id]").val():0,taxonomy:0<b("input[name=sq_taxonomy]").length?b("input[name=sq_taxonomy]").val():0,sq_doseo:parseInt(a.find("input[name=sq_doseo]:checked").val()),nonce:sqQuery.nonce},function(){}).done(function(e){c.saveButton.removeClass("sq_minloading");if("undefined"!==typeof e.saved){if("undefined"!==typeof e)if("undefined"!==typeof e.html){var f=
|
32 |
+
a.find("#sq_tabs").find("li.active a").data("tab");a.find("#sq_settings_body").replaceWith(e.html);a.sq_TopMenu({called:"ajax"});a.find("#sq_tabs").find("li a."+f).trigger("click");b("#sq_blocksnippet").trigger("sq_snippet_loaded")}else location.reload();else c.saveButton.removeClass("sq_minloading"),a.showError(2E3);a.showSaved(2E3,f)}else a.showError(2E3)}).fail(function(){c.saveButton.removeClass("sq_minloading");a.showError(2E3)})};a.showSaved=function(b,f){"tab4"===f?a.find(".sq_settings_form").prepend('<div class="sq_savenotice sq_absolute" ><span class="sq_success">'+
|
33 |
+
c.__sq_save_message+"</span></div>"):a.find(".sq_settings_form").prepend('<div class="sq_savenotice sq_absolute" ><span class="sq_success">'+c.__sq_save_message_preview+"</span></div>");"undefined"!==typeof b&&setTimeout(function(){jQuery(".sq_savenotice").hide()},b)};a.showError=function(b){a.find(".sq_settings_form").prepend('<div class="sq_savenotice sq_absolute" ><span class="sq_warning">ERROR! Could not save the data. Please refresh</span></div>');"undefined"!==typeof b&&setTimeout(function(){jQuery(".sq_savenotice").hide()},
|
34 |
+
b)};a.populateInputs=function(){var e=b(document).find("head title").text();e||(e="");var f=b('meta[name="description"]').attr("content");f||(f="");0<a.find(".sq-title-value").length?(0==b("#sq_blocksnippet").length&&0<a.find(".sq-title-value").parents(".sq_disabled").length&&(a.find(".sq-title-value").text(e),a.find(".sq-title-value").attr("title",e),a.find("#sq_tab_meta").find("#sq_snippet_title").text(e)),a.find(".sq-value.sq-title-value").sq_checkMax()):0<a.find("#sq_title").length&&a.find("#sq_title").sq_checkMax();
|
35 |
+
0<a.find(".sq-description-value").length?(0==b("#sq_blocksnippet").length&&0<a.find(".sq-description-value").parents(".sq_disabled").length&&(a.find(".sq-description-value").text(f),a.find(".sq-description-value").attr("title",f),a.find("#sq_tab_meta").find("#sq_snippet_description").text(f)),a.find(".sq-value.sq-description-value").sq_checkMax()):0<a.find("#sq_description").length&&a.find("#sq_description").sq_checkMax();0<a.find("#sq_tab_facebook").find(".sq_disabled").length&&(a.find("#sq_tab_facebook").find("#sq_snippet_title").text(a.find("#sq_tab_meta").find("#sq_snippet_title").text()),
|
36 |
+
a.find("#sq_tab_facebook").find("#sq_snippet_description").text(a.find("#sq_tab_meta").find("#sq_snippet_description").text()));0<a.find("#sq_tab_twitter").find(".sq_disabled").length&&(a.find("#sq_tab_twitter").find("#sq_snippet_title").text(a.find("#sq_tab_meta").find("#sq_snippet_title").text()),a.find("#sq_tab_twitter").find("#sq_snippet_description").text(a.find("#sq_tab_meta").find("#sq_snippet_description").text()));c.sq_og_media_preview&&""!==c.sq_og_media.val()&&(c.sq_og_media_preview.attr("src",
|
37 |
+
c.sq_og_media.val()),c.og_image_close.show());c.og_image_close.on("click",function(){c.sq_og_media_preview.attr("src","");c.sq_og_media.val("");b(this).hide()});c.sq_tw_media_preview&&""!==c.sq_tw_media.val()&&(c.sq_tw_media_preview.attr("src",c.sq_tw_media.val()),c.tw_image_close.show());c.tw_image_close.on("click",function(){c.sq_tw_media_preview.attr("src","");c.sq_tw_media.val("");b(this).hide()});a.find("#sq_blocksnippet_refresh").on("click",function(){b.sq_loadFrontMenu()});a.keywordsListen();
|
38 |
+
c.editButton.on("click",function(){c.previewTab.hide();c.editTab.show();c.cancelButton.on("click",function(){c.previewTab.show();c.editTab.hide()})});b.isFunction(b.fn.sq_patterns)&&b(".sq_pattern_field").each(function(){b(this).sq_patterns()})};a.mediaListen=function(){b("#sq_get_og_media, #sq_get_tw_media").click(function(a){a.preventDefault();var b=this.id;e&&e.open();var e=wp.media({title:"Select Media",multiple:!1,library:{type:"image"}});e.on("close",function(){var a=null,f=0;e.state().get("selection").each(function(b){a=
|
39 |
+
b.attributes.url;f++});"sq_get_tw_media"===b&&null!==a?(c.sq_tw_media.val(a),c.sq_tw_media_preview.attr("src",a),c.tw_image_close.show()):"sq_get_og_media"===b&&null!==a&&(c.sq_og_media.val(a),c.sq_og_media_preview.attr("src",a),c.og_image_close.show())});e.on("open",function(){e.state().get("selection")});e.open()})};a.dropDownListen=function(){var e,f,h,k,m;c.sq_toggle.on("focus",function(){b(this).trigger("click")});c.sq_toggle.on("click",function(){k=b(this);h=k.parent(".input-group").find(".sq-actions");
|
40 |
+
"top"==h.data("position")?(h.css("top","-82px"),h.css("height","80px")):"small"==h.data("position")&&(h.css("top","35px"),h.css("height","36px"));f=h.find(".sq-action");h.show();f.on("click keyup",function(a){var c="undefined"!==typeof e&&1!==a.which?e.find(".sq-value"):b(this).find(".sq-value");"undefined"!==typeof c&&""!==c&&((13===a.which||1===a.which)&&b(this).hasClass("focused")&&b(this).removeClass("focused"),k.val(c.html()),k.sq_checkMax())});k.outside("click",function(){b(this).parent(".input-group").find(".sq-actions").hide()})});
|
41 |
+
c.sq_toggle.on("click keydown",function(b){if(13===b.which)return h.find(".sq-action.focused").trigger("click"),!1;27===b.which&&a.find(".sq-actions").hide();40===b.which?a.find(".sq-actions").is(":visible")&&(e?(e.removeClass("focused"),m=e.nextAll().first(),e=0<m.length?m.addClass("focused"):f.eq(0).addClass("focused")):e=f.eq(0).addClass("focused"),f.trigger("keyup")):38===b.which?a.find(".sq-actions").is(":visible")&&(e?(e.removeClass("focused"),m=e.prevAll().first(),e=0<m.length?m.addClass("focused"):
|
42 |
+
f.last().addClass("focused")):e=f.last().addClass("focused"),f.trigger("keyup")):1<b.which&&a.find(".sq-actions").hide()})};a.keywordsListen=function(){c.sq_keywords.tagsinput("items")};a.escapeHtml=function(a){var b={"&":"&","<":"<",">":">",'"':""","'":"'"};return a.toString().replace(/[&<>"']/g,function(a){return b[a]})};a.preventLeave=function(a){if(0==b("form#post").length)if(a)b(window).on("beforeunload",function(){return confirm("You have unsave changes in Squirrly Snippet. Are you sure you want to proceed?")});
|
43 |
+
else b(window).off("beforeunload")};a.initNav();a.listenDoSeo();a.mediaListen();a.tabsListen();a.populateInputs();a.dropDownListen();a.find('input[type="text"], textarea').on("keyup paste",function(){a.preventLeave(!0);b(this).sq_checkMax()});c.saveButton.on("click",function(b){b.preventDefault();console.log("save");a.preventLeave(!1);a.saveSEO()});if("undefined"!==typeof b.sq_blockseo)b.sq_blockseo.on("sq_seo_refresh",function(){c.sq_settings_form.submit()});return a};b.fn.sq_checkMax=function(){var f=
|
44 |
+
b(this);if(!(0< !f.length)){var a=f.is("input, textarea")?f.val():f.html();a=a.length;var c=parseInt(f.parents(".row:last").find(".sq_length").data("maxlength"));f.parents(".row:last").find(".sq_length").text(a);0===a||a>c?f.css("border","solid 1px red"):f.css("border","solid 1px white")}};b.fn.outside=function(f,a){return this.each(function(){var c=b(this),e=this;b(document).on(f,function h(c){c.target===e||b.contains(e,c.target)||(a.apply(e,[c]),b(document).off(f,h))});c.on("keydown blur",function k(b){9===
|
45 |
+
b.which&&(a.apply(e,[b]),c.off("keydown",k))})})};b.fn.toggleSwitch=function(f){var a=b(this);(a.prop("checked")&&0==f||!a.prop("checked")&&1==f)&&a.trigger("click")};b.sq_loadFrontMenu=function(){0<b("body.wp-admin").find("input[name=post_ID]").length&&(b("#sq_blocksnippet").find(".inside").html(""),b("#sq_blocksnippet").parent().prepend(b("#sq_blocksnippet")),b.sq_getFrontMenu(b("input[name=post_ID]").val(),b("input[name=post_type]").val()),b("#wp-admin-bar-sq_bar_menu").find(".ab-item").on("click",
|
46 |
+
function(){b("html,body").scrollTop(b("#sq_blocksnippet").offset().top-50)}));0<b("body.wp-admin").find("input[name=tag_ID]").length&&(b("#sq_blocksnippet").find(".inside").html(""),b.sq_getFrontMenuTax(b("input[name=tag_ID]").val(),b("input[name=taxonomy]").val()),b("#wp-admin-bar-sq_bar_menu").find(".ab-item").on("click",function(){b("html,body").scrollTop(b("#sq_blocksnippet").offset().top-50)}))};b.sq_getFrontMenu=function(f,a){f&&(0<b("#sq_blocksnippet").length&&b("#sq_blocksnippet").addClass("sq_minloading"),
|
47 |
+
b.post(sqQuery.ajaxurl,{action:"sq_getfrontmenu",post_id:f,post_type:a,nonce:sqQuery.nonce}).done(function(a){"undefined"!==typeof a?"undefined"!==typeof a.html&&(0==b("#sq_blocksnippet").length?(b("#wp-admin-bar-sq_bar_menu").find(".inside").html(a.html),b("#wp-admin-bar-sq_bar_menu").sq_TopMenu()):(b("#sq_blocksnippet").find(".inside").html(a.html),b("#sq_blocksnippet").sq_TopMenu(),b("#sq_blocksnippet").parent().prepend(b("#sq_blocksnippet"))),b("#sq_blocksnippet").trigger("sq_snippet_loaded")):
|
48 |
+
b("#sq_blocksnippet").removeClass("sq_minloading");0<b("#sq_blocksnippet").length&&(b("#sq_blocksnippet").removeClass("sq_minloading"),b("#sq_blocksnippet").find("#sq_settings_body").show())}).fail(function(){b("#sq_blocksnippet").removeClass("sq_minloading")}))};b.sq_getFrontMenuTax=function(f,a){f&&(0<b("#sq_blocksnippet").length&&b("#sq_blocksnippet").addClass("sq_minloading"),b.post(sqQuery.ajaxurl,{action:"sq_getfrontmenu",term_taxonomy_id:f,taxonomy:a,nonce:sqQuery.nonce}).done(function(a){"undefined"!==
|
49 |
+
typeof a?"undefined"!==typeof a.html&&(0==b("#sq_blocksnippet").length?(b("#wp-admin-bar-sq_bar_menu").find(".inside").html(a.html),b("#wp-admin-bar-sq_bar_menu").sq_TopMenu()):(b("#sq_blocksnippet").find(".inside").html(a.html),b("#sq_blocksnippet").sq_TopMenu(),b("#sq_blocksnippet").find("#sq_blocksnippet_refresh").on("click",function(){b.sq_loadFrontMenu()})),b("#sq_blocksnippet").trigger("sq_snippet_loaded")):b("#sq_blocksnippet").removeClass("sq_minloading");0<b("#sq_blocksnippet").length&&(b("#sq_blocksnippet").removeClass("sq_minloading"),
|
50 |
+
b("#sq_blocksnippet").find("#sq_settings_body").show())}).fail(function(){b("#sq_blocksnippet").removeClass("sq_minloading")}))};b(document).ready(function(){b("#wp-admin-bar-sq_bar_menu").sq_TopMenu();0<b("#wp-admin-bar-sq_bar_menu").length&&0<b("body.wp-admin").find("input[name=tag_ID]").length&&b("#edittag").after(b('<div id="sq_blocksnippet" class="postbox "><div class="inside"></div></div>'));0<b("#sq_blocksnippet").length&&(b(document).on("after-autosave.update-post-slug",function(f,a){0<b("input[name=post_ID]").length&&
|
51 |
+
0<b("#sq_blocksnippet").find("#sq_save").length&&b("#sq_blocksnippet").find("#sq_save").trigger("click")}),b.sq_loadFrontMenu())})})(jQuery);
|
view/js/serpchecker.js
CHANGED
@@ -224,530 +224,3 @@
|
|
224 |
}
|
225 |
|
226 |
})(jQuery);
|
227 |
-
|
228 |
-
/* ========================================================================
|
229 |
-
* Bootstrap: tooltip.js v3.3.7
|
230 |
-
* http://getbootstrap.com/javascript/#tooltip
|
231 |
-
* Inspired by the original jQuery.tipsy by Jason Frame
|
232 |
-
* ========================================================================
|
233 |
-
* Copyright 2011-2016 Twitter, Inc.
|
234 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
235 |
-
* ======================================================================== */
|
236 |
-
|
237 |
-
|
238 |
-
+function ($) {
|
239 |
-
'use strict';
|
240 |
-
|
241 |
-
// TOOLTIP PUBLIC CLASS DEFINITION
|
242 |
-
// ===============================
|
243 |
-
|
244 |
-
var Tooltip = function (element, options) {
|
245 |
-
this.type = null
|
246 |
-
this.options = null
|
247 |
-
this.enabled = null
|
248 |
-
this.timeout = null
|
249 |
-
this.hoverState = null
|
250 |
-
this.$element = null
|
251 |
-
this.inState = null
|
252 |
-
|
253 |
-
this.init('tooltip', element, options)
|
254 |
-
}
|
255 |
-
|
256 |
-
Tooltip.VERSION = '3.3.7'
|
257 |
-
|
258 |
-
Tooltip.TRANSITION_DURATION = 150
|
259 |
-
|
260 |
-
Tooltip.DEFAULTS = {
|
261 |
-
animation: true,
|
262 |
-
placement: 'top',
|
263 |
-
selector: false,
|
264 |
-
template: '<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',
|
265 |
-
trigger: 'hover focus',
|
266 |
-
title: '',
|
267 |
-
delay: 0,
|
268 |
-
html: false,
|
269 |
-
container: false,
|
270 |
-
viewport: {
|
271 |
-
selector: 'body',
|
272 |
-
padding: 0
|
273 |
-
}
|
274 |
-
}
|
275 |
-
|
276 |
-
Tooltip.prototype.init = function (type, element, options) {
|
277 |
-
this.enabled = true
|
278 |
-
this.type = type
|
279 |
-
this.$element = $(element)
|
280 |
-
this.options = this.getOptions(options)
|
281 |
-
this.$viewport = this.options.viewport && $($.isFunction(this.options.viewport) ? this.options.viewport.call(this, this.$element) : (this.options.viewport.selector || this.options.viewport))
|
282 |
-
this.inState = {click: false, hover: false, focus: false}
|
283 |
-
|
284 |
-
if (this.$element[0] instanceof document.constructor && !this.options.selector) {
|
285 |
-
throw new Error('`selector` option must be specified when initializing ' + this.type + ' on the window.document object!')
|
286 |
-
}
|
287 |
-
|
288 |
-
var triggers = this.options.trigger.split(' ')
|
289 |
-
|
290 |
-
for (var i = triggers.length; i--;) {
|
291 |
-
var trigger = triggers[i]
|
292 |
-
|
293 |
-
if (trigger == 'click') {
|
294 |
-
this.$element.on('click.' + this.type, this.options.selector, $.proxy(this.toggle, this))
|
295 |
-
} else if (trigger != 'manual') {
|
296 |
-
var eventIn = trigger == 'hover' ? 'mouseenter' : 'focusin'
|
297 |
-
var eventOut = trigger == 'hover' ? 'mouseleave' : 'focusout'
|
298 |
-
|
299 |
-
this.$element.on(eventIn + '.' + this.type, this.options.selector, $.proxy(this.enter, this))
|
300 |
-
this.$element.on(eventOut + '.' + this.type, this.options.selector, $.proxy(this.leave, this))
|
301 |
-
}
|
302 |
-
}
|
303 |
-
|
304 |
-
this.options.selector ?
|
305 |
-
(this._options = $.extend({}, this.options, {trigger: 'manual', selector: ''})) :
|
306 |
-
this.fixTitle()
|
307 |
-
}
|
308 |
-
|
309 |
-
Tooltip.prototype.getDefaults = function () {
|
310 |
-
return Tooltip.DEFAULTS
|
311 |
-
}
|
312 |
-
|
313 |
-
Tooltip.prototype.getOptions = function (options) {
|
314 |
-
options = $.extend({}, this.getDefaults(), this.$element.data(), options)
|
315 |
-
|
316 |
-
if (options.delay && typeof options.delay == 'number') {
|
317 |
-
options.delay = {
|
318 |
-
show: options.delay,
|
319 |
-
hide: options.delay
|
320 |
-
}
|
321 |
-
}
|
322 |
-
|
323 |
-
return options
|
324 |
-
}
|
325 |
-
|
326 |
-
Tooltip.prototype.getDelegateOptions = function () {
|
327 |
-
var options = {}
|
328 |
-
var defaults = this.getDefaults()
|
329 |
-
|
330 |
-
this._options && $.each(this._options, function (key, value) {
|
331 |
-
if (defaults[key] != value) options[key] = value
|
332 |
-
})
|
333 |
-
|
334 |
-
return options
|
335 |
-
}
|
336 |
-
|
337 |
-
Tooltip.prototype.enter = function (obj) {
|
338 |
-
var self = obj instanceof this.constructor ?
|
339 |
-
obj : $(obj.currentTarget).data('bs.' + this.type)
|
340 |
-
|
341 |
-
if (!self) {
|
342 |
-
self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
|
343 |
-
$(obj.currentTarget).data('bs.' + this.type, self)
|
344 |
-
}
|
345 |
-
|
346 |
-
if (obj instanceof $.Event) {
|
347 |
-
self.inState[obj.type == 'focusin' ? 'focus' : 'hover'] = true
|
348 |
-
}
|
349 |
-
|
350 |
-
if (self.tip().hasClass('in') || self.hoverState == 'in') {
|
351 |
-
self.hoverState = 'in'
|
352 |
-
return
|
353 |
-
}
|
354 |
-
|
355 |
-
clearTimeout(self.timeout)
|
356 |
-
|
357 |
-
self.hoverState = 'in'
|
358 |
-
|
359 |
-
if (!self.options.delay || !self.options.delay.show) return self.show()
|
360 |
-
|
361 |
-
self.timeout = setTimeout(function () {
|
362 |
-
if (self.hoverState == 'in') self.show()
|
363 |
-
}, self.options.delay.show)
|
364 |
-
}
|
365 |
-
|
366 |
-
Tooltip.prototype.isInStateTrue = function () {
|
367 |
-
for (var key in this.inState) {
|
368 |
-
if (this.inState[key]) return true
|
369 |
-
}
|
370 |
-
|
371 |
-
return false
|
372 |
-
}
|
373 |
-
|
374 |
-
Tooltip.prototype.leave = function (obj) {
|
375 |
-
var self = obj instanceof this.constructor ?
|
376 |
-
obj : $(obj.currentTarget).data('bs.' + this.type)
|
377 |
-
|
378 |
-
if (!self) {
|
379 |
-
self = new this.constructor(obj.currentTarget, this.getDelegateOptions())
|
380 |
-
$(obj.currentTarget).data('bs.' + this.type, self)
|
381 |
-
}
|
382 |
-
|
383 |
-
if (obj instanceof $.Event) {
|
384 |
-
self.inState[obj.type == 'focusout' ? 'focus' : 'hover'] = false
|
385 |
-
}
|
386 |
-
|
387 |
-
if (self.isInStateTrue()) return
|
388 |
-
|
389 |
-
clearTimeout(self.timeout)
|
390 |
-
|
391 |
-
self.hoverState = 'out'
|
392 |
-
|
393 |
-
if (!self.options.delay || !self.options.delay.hide) return self.hide()
|
394 |
-
|
395 |
-
self.timeout = setTimeout(function () {
|
396 |
-
if (self.hoverState == 'out') self.hide()
|
397 |
-
}, self.options.delay.hide)
|
398 |
-
}
|
399 |
-
|
400 |
-
Tooltip.prototype.show = function () {
|
401 |
-
var e = $.Event('show.bs.' + this.type)
|
402 |
-
|
403 |
-
if (this.hasContent() && this.enabled) {
|
404 |
-
this.$element.trigger(e)
|
405 |
-
|
406 |
-
var inDom = $.contains(this.$element[0].ownerDocument.documentElement, this.$element[0])
|
407 |
-
if (e.isDefaultPrevented() || !inDom) return
|
408 |
-
var that = this
|
409 |
-
|
410 |
-
var $tip = this.tip()
|
411 |
-
|
412 |
-
var tipId = this.getUID(this.type)
|
413 |
-
|
414 |
-
this.setContent()
|
415 |
-
$tip.attr('id', tipId)
|
416 |
-
this.$element.attr('aria-describedby', tipId)
|
417 |
-
|
418 |
-
if (this.options.animation) $tip.addClass('fade')
|
419 |
-
|
420 |
-
var placement = typeof this.options.placement == 'function' ?
|
421 |
-
this.options.placement.call(this, $tip[0], this.$element[0]) :
|
422 |
-
this.options.placement
|
423 |
-
|
424 |
-
var autoToken = /\s?auto?\s?/i
|
425 |
-
var autoPlace = autoToken.test(placement)
|
426 |
-
if (autoPlace) placement = placement.replace(autoToken, '') || 'top'
|
427 |
-
|
428 |
-
$tip
|
429 |
-
.detach()
|
430 |
-
.css({top: 0, left: 0, display: 'block'})
|
431 |
-
.addClass(placement)
|
432 |
-
.data('bs.' + this.type, this)
|
433 |
-
|
434 |
-
this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element)
|
435 |
-
this.$element.trigger('inserted.bs.' + this.type)
|
436 |
-
|
437 |
-
var pos = this.getPosition()
|
438 |
-
var actualWidth = $tip[0].offsetWidth
|
439 |
-
var actualHeight = $tip[0].offsetHeight
|
440 |
-
|
441 |
-
if (autoPlace) {
|
442 |
-
var orgPlacement = placement
|
443 |
-
var viewportDim = this.getPosition(this.$viewport)
|
444 |
-
|
445 |
-
placement = placement == 'bottom' && pos.bottom + actualHeight > viewportDim.bottom ? 'top' :
|
446 |
-
placement == 'top' && pos.top - actualHeight < viewportDim.top ? 'bottom' :
|
447 |
-
placement == 'right' && pos.right + actualWidth > viewportDim.width ? 'left' :
|
448 |
-
placement == 'left' && pos.left - actualWidth < viewportDim.left ? 'right' :
|
449 |
-
placement
|
450 |
-
|
451 |
-
$tip
|
452 |
-
.removeClass(orgPlacement)
|
453 |
-
.addClass(placement)
|
454 |
-
}
|
455 |
-
|
456 |
-
var calculatedOffset = this.getCalculatedOffset(placement, pos, actualWidth, actualHeight)
|
457 |
-
|
458 |
-
this.applyPlacement(calculatedOffset, placement)
|
459 |
-
|
460 |
-
var complete = function () {
|
461 |
-
var prevHoverState = that.hoverState
|
462 |
-
that.$element.trigger('shown.bs.' + that.type)
|
463 |
-
that.hoverState = null
|
464 |
-
|
465 |
-
if (prevHoverState == 'out') that.leave(that)
|
466 |
-
}
|
467 |
-
|
468 |
-
$.support.transition && this.$tip.hasClass('fade') ?
|
469 |
-
$tip
|
470 |
-
.one('bsTransitionEnd', complete)
|
471 |
-
.emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
|
472 |
-
complete()
|
473 |
-
}
|
474 |
-
}
|
475 |
-
|
476 |
-
Tooltip.prototype.applyPlacement = function (offset, placement) {
|
477 |
-
var $tip = this.tip()
|
478 |
-
var width = $tip[0].offsetWidth
|
479 |
-
var height = $tip[0].offsetHeight
|
480 |
-
|
481 |
-
// manually read margins because getBoundingClientRect includes difference
|
482 |
-
var marginTop = parseInt($tip.css('margin-top'), 10)
|
483 |
-
var marginLeft = parseInt($tip.css('margin-left'), 10)
|
484 |
-
|
485 |
-
// we must check for NaN for ie 8/9
|
486 |
-
if (isNaN(marginTop)) marginTop = 0
|
487 |
-
if (isNaN(marginLeft)) marginLeft = 0
|
488 |
-
|
489 |
-
offset.top += marginTop
|
490 |
-
offset.left += marginLeft
|
491 |
-
|
492 |
-
// $.fn.offset doesn't round pixel values
|
493 |
-
// so we use setOffset directly with our own function B-0
|
494 |
-
$.offset.setOffset($tip[0], $.extend({
|
495 |
-
using: function (props) {
|
496 |
-
$tip.css({
|
497 |
-
top: Math.round(props.top),
|
498 |
-
left: Math.round(props.left)
|
499 |
-
})
|
500 |
-
}
|
501 |
-
}, offset), 0)
|
502 |
-
|
503 |
-
$tip.addClass('in')
|
504 |
-
|
505 |
-
// check to see if placing tip in new offset caused the tip to resize itself
|
506 |
-
var actualWidth = $tip[0].offsetWidth
|
507 |
-
var actualHeight = $tip[0].offsetHeight
|
508 |
-
|
509 |
-
if (placement == 'top' && actualHeight != height) {
|
510 |
-
offset.top = offset.top + height - actualHeight
|
511 |
-
}
|
512 |
-
|
513 |
-
var delta = this.getViewportAdjustedDelta(placement, offset, actualWidth, actualHeight)
|
514 |
-
|
515 |
-
if (delta.left) offset.left += delta.left
|
516 |
-
else offset.top += delta.top
|
517 |
-
|
518 |
-
var isVertical = /top|bottom/.test(placement)
|
519 |
-
var arrowDelta = isVertical ? delta.left * 2 - width + actualWidth : delta.top * 2 - height + actualHeight
|
520 |
-
var arrowOffsetPosition = isVertical ? 'offsetWidth' : 'offsetHeight'
|
521 |
-
|
522 |
-
$tip.offset(offset)
|
523 |
-
this.replaceArrow(arrowDelta, $tip[0][arrowOffsetPosition], isVertical)
|
524 |
-
}
|
525 |
-
|
526 |
-
Tooltip.prototype.replaceArrow = function (delta, dimension, isVertical) {
|
527 |
-
this.arrow()
|
528 |
-
.css(isVertical ? 'left' : 'top', 50 * (1 - delta / dimension) + '%')
|
529 |
-
.css(isVertical ? 'top' : 'left', '')
|
530 |
-
}
|
531 |
-
|
532 |
-
Tooltip.prototype.setContent = function () {
|
533 |
-
var $tip = this.tip()
|
534 |
-
var title = this.getTitle()
|
535 |
-
|
536 |
-
$tip.find('.tooltip-inner')[this.options.html ? 'html' : 'text'](title)
|
537 |
-
$tip.removeClass('fade in top bottom left right')
|
538 |
-
}
|
539 |
-
|
540 |
-
Tooltip.prototype.hide = function (callback) {
|
541 |
-
var that = this
|
542 |
-
var $tip = $(this.$tip)
|
543 |
-
var e = $.Event('hide.bs.' + this.type)
|
544 |
-
|
545 |
-
function complete() {
|
546 |
-
if (that.hoverState != 'in') $tip.detach()
|
547 |
-
if (that.$element) { // TODO: Check whether guarding this code with this `if` is really necessary.
|
548 |
-
that.$element
|
549 |
-
.removeAttr('aria-describedby')
|
550 |
-
.trigger('hidden.bs.' + that.type)
|
551 |
-
}
|
552 |
-
callback && callback()
|
553 |
-
}
|
554 |
-
|
555 |
-
this.$element.trigger(e)
|
556 |
-
|
557 |
-
if (e.isDefaultPrevented()) return
|
558 |
-
|
559 |
-
$tip.removeClass('in')
|
560 |
-
|
561 |
-
$.support.transition && $tip.hasClass('fade') ?
|
562 |
-
$tip
|
563 |
-
.one('bsTransitionEnd', complete)
|
564 |
-
.emulateTransitionEnd(Tooltip.TRANSITION_DURATION) :
|
565 |
-
complete()
|
566 |
-
|
567 |
-
this.hoverState = null
|
568 |
-
|
569 |
-
return this
|
570 |
-
}
|
571 |
-
|
572 |
-
Tooltip.prototype.fixTitle = function () {
|
573 |
-
var $e = this.$element
|
574 |
-
if ($e.attr('title') || typeof $e.attr('data-original-title') != 'string') {
|
575 |
-
$e.attr('data-original-title', $e.attr('title') || '').attr('title', '')
|
576 |
-
}
|
577 |
-
}
|
578 |
-
|
579 |
-
Tooltip.prototype.hasContent = function () {
|
580 |
-
return this.getTitle()
|
581 |
-
}
|
582 |
-
|
583 |
-
Tooltip.prototype.getPosition = function ($element) {
|
584 |
-
$element = $element || this.$element
|
585 |
-
|
586 |
-
var el = $element[0]
|
587 |
-
var isBody = el.tagName == 'BODY'
|
588 |
-
|
589 |
-
var elRect = el.getBoundingClientRect()
|
590 |
-
if (elRect.width == null) {
|
591 |
-
// width and height are missing in IE8, so compute them manually; see https://github.com/twbs/bootstrap/issues/14093
|
592 |
-
elRect = $.extend({}, elRect, {width: elRect.right - elRect.left, height: elRect.bottom - elRect.top})
|
593 |
-
}
|
594 |
-
var isSvg = window.SVGElement && el instanceof window.SVGElement
|
595 |
-
// Avoid using $.offset() on SVGs since it gives incorrect results in jQuery 3.
|
596 |
-
// See https://github.com/twbs/bootstrap/issues/20280
|
597 |
-
var elOffset = isBody ? {top: 0, left: 0} : (isSvg ? null : $element.offset())
|
598 |
-
var scroll = {scroll: isBody ? document.documentElement.scrollTop || document.body.scrollTop : $element.scrollTop()}
|
599 |
-
var outerDims = isBody ? {width: $(window).width(), height: $(window).height()} : null
|
600 |
-
|
601 |
-
return $.extend({}, elRect, scroll, outerDims, elOffset)
|
602 |
-
}
|
603 |
-
|
604 |
-
Tooltip.prototype.getCalculatedOffset = function (placement, pos, actualWidth, actualHeight) {
|
605 |
-
return placement == 'bottom' ? {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2} :
|
606 |
-
placement == 'top' ? {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2} :
|
607 |
-
placement == 'left' ? {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth} :
|
608 |
-
/* placement == 'right' */ {
|
609 |
-
top: pos.top + pos.height / 2 - actualHeight / 2,
|
610 |
-
left: pos.left + pos.width
|
611 |
-
}
|
612 |
-
|
613 |
-
}
|
614 |
-
|
615 |
-
Tooltip.prototype.getViewportAdjustedDelta = function (placement, pos, actualWidth, actualHeight) {
|
616 |
-
var delta = {top: 0, left: 0}
|
617 |
-
if (!this.$viewport) return delta
|
618 |
-
|
619 |
-
var viewportPadding = this.options.viewport && this.options.viewport.padding || 0
|
620 |
-
var viewportDimensions = this.getPosition(this.$viewport)
|
621 |
-
|
622 |
-
if (/right|left/.test(placement)) {
|
623 |
-
var topEdgeOffset = pos.top - viewportPadding - viewportDimensions.scroll
|
624 |
-
var bottomEdgeOffset = pos.top + viewportPadding - viewportDimensions.scroll + actualHeight
|
625 |
-
if (topEdgeOffset < viewportDimensions.top) { // top overflow
|
626 |
-
delta.top = viewportDimensions.top - topEdgeOffset
|
627 |
-
} else if (bottomEdgeOffset > viewportDimensions.top + viewportDimensions.height) { // bottom overflow
|
628 |
-
delta.top = viewportDimensions.top + viewportDimensions.height - bottomEdgeOffset
|
629 |
-
}
|
630 |
-
} else {
|
631 |
-
var leftEdgeOffset = pos.left - viewportPadding
|
632 |
-
var rightEdgeOffset = pos.left + viewportPadding + actualWidth
|
633 |
-
if (leftEdgeOffset < viewportDimensions.left) { // left overflow
|
634 |
-
delta.left = viewportDimensions.left - leftEdgeOffset
|
635 |
-
} else if (rightEdgeOffset > viewportDimensions.right) { // right overflow
|
636 |
-
delta.left = viewportDimensions.left + viewportDimensions.width - rightEdgeOffset
|
637 |
-
}
|
638 |
-
}
|
639 |
-
|
640 |
-
return delta
|
641 |
-
}
|
642 |
-
|
643 |
-
Tooltip.prototype.getTitle = function () {
|
644 |
-
var title
|
645 |
-
var $e = this.$element
|
646 |
-
var o = this.options
|
647 |
-
|
648 |
-
title = $e.attr('data-original-title')
|
649 |
-
|| (typeof o.title == 'function' ? o.title.call($e[0]) : o.title)
|
650 |
-
|
651 |
-
return title
|
652 |
-
}
|
653 |
-
|
654 |
-
Tooltip.prototype.getUID = function (prefix) {
|
655 |
-
do prefix += ~~(Math.random() * 1000000)
|
656 |
-
while (document.getElementById(prefix))
|
657 |
-
return prefix
|
658 |
-
}
|
659 |
-
|
660 |
-
Tooltip.prototype.tip = function () {
|
661 |
-
if (!this.$tip) {
|
662 |
-
this.$tip = $(this.options.template)
|
663 |
-
if (this.$tip.length != 1) {
|
664 |
-
throw new Error(this.type + ' `template` option must consist of exactly 1 top-level element!')
|
665 |
-
}
|
666 |
-
}
|
667 |
-
return this.$tip
|
668 |
-
}
|
669 |
-
|
670 |
-
Tooltip.prototype.arrow = function () {
|
671 |
-
return (this.$arrow = this.$arrow || this.tip().find('.tooltip-arrow'))
|
672 |
-
}
|
673 |
-
|
674 |
-
Tooltip.prototype.enable = function () {
|
675 |
-
this.enabled = true
|
676 |
-
}
|
677 |
-
|
678 |
-
Tooltip.prototype.disable = function () {
|
679 |
-
this.enabled = false
|
680 |
-
}
|
681 |
-
|
682 |
-
Tooltip.prototype.toggleEnabled = function () {
|
683 |
-
this.enabled = !this.enabled
|
684 |
-
}
|
685 |
-
|
686 |
-
Tooltip.prototype.toggle = function (e) {
|
687 |
-
var self = this
|
688 |
-
if (e) {
|
689 |
-
self = $(e.currentTarget).data('bs.' + this.type)
|
690 |
-
if (!self) {
|
691 |
-
self = new this.constructor(e.currentTarget, this.getDelegateOptions())
|
692 |
-
$(e.currentTarget).data('bs.' + this.type, self)
|
693 |
-
}
|
694 |
-
}
|
695 |
-
|
696 |
-
if (e) {
|
697 |
-
self.inState.click = !self.inState.click
|
698 |
-
if (self.isInStateTrue()) self.enter(self)
|
699 |
-
else self.leave(self)
|
700 |
-
} else {
|
701 |
-
self.tip().hasClass('in') ? self.leave(self) : self.enter(self)
|
702 |
-
}
|
703 |
-
}
|
704 |
-
|
705 |
-
Tooltip.prototype.destroy = function () {
|
706 |
-
var that = this
|
707 |
-
clearTimeout(this.timeout)
|
708 |
-
this.hide(function () {
|
709 |
-
that.$element.off('.' + that.type).removeData('bs.' + that.type)
|
710 |
-
if (that.$tip) {
|
711 |
-
that.$tip.detach()
|
712 |
-
}
|
713 |
-
that.$tip = null
|
714 |
-
that.$arrow = null
|
715 |
-
that.$viewport = null
|
716 |
-
that.$element = null
|
717 |
-
})
|
718 |
-
}
|
719 |
-
|
720 |
-
|
721 |
-
// TOOLTIP PLUGIN DEFINITION
|
722 |
-
// =========================
|
723 |
-
|
724 |
-
function Plugin(option) {
|
725 |
-
return this.each(function () {
|
726 |
-
var $this = $(this)
|
727 |
-
var data = $this.data('bs.tooltip')
|
728 |
-
var options = typeof option == 'object' && option
|
729 |
-
|
730 |
-
if (!data && /destroy|hide/.test(option)) return
|
731 |
-
if (!data) $this.data('bs.tooltip', (data = new Tooltip(this, options)))
|
732 |
-
if (typeof option == 'string') data[option]()
|
733 |
-
})
|
734 |
-
}
|
735 |
-
|
736 |
-
var old = $.fn.tooltip
|
737 |
-
|
738 |
-
$.fn.tooltip = Plugin
|
739 |
-
$.fn.tooltip.Constructor = Tooltip
|
740 |
-
|
741 |
-
|
742 |
-
// TOOLTIP NO CONFLICT
|
743 |
-
// ===================
|
744 |
-
|
745 |
-
$.fn.tooltip.noConflict = function () {
|
746 |
-
$.fn.tooltip = old
|
747 |
-
return this
|
748 |
-
}
|
749 |
-
|
750 |
-
}(jQuery);
|
751 |
-
|
752 |
-
|
753 |
-
|
224 |
}
|
225 |
|
226 |
})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/js/serpchecker.min.js
CHANGED
@@ -1,34 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
(
|
10 |
-
|
11 |
-
|
12 |
-
b).removeClass("sq_minloading")},"json")})};c.listenButtons=function(){c.find(".sq_serp_sendnow").on("click",function(){var e=d(this);e.addClass("sq_minloading");c.processPosts();c.on("sq_serp_progress",function(b,a){e.removeClass("sq_minloading");"undefined"!==typeof a.progress&&(100==a.progress?(location.reload(),c.find(".sq_serp_progress").hide(),c.find(".sq_serp_update").show()):(c.find(".sq_serp_progress").find(".progress-bar").css("width",a.progress+"%"),c.find(".sq_serp_progress").show(),c.find(".sq_serp_update").hide(),
|
13 |
-
c.processPosts()))})});c.find(".sq_serp_refresh").on("click",function(){d(this).addClass("sq_minloading");d.post(sqQuery.ajaxurl,{action:"sq_serp_refresh",nonce:sqQuery.nonce}).done(function(c){"undefined"!==typeof c.refreshed&&location.reload()}).fail(function(){d(this).removeClass("sq_minloading")},"json")});c.find(".sq_serp_settings").on("click",function(){location.href="?page=sq_settings#ranking"})};c.listenAddKeyword=function(){c.find("#sq_save_keyword").on("click",function(){var e=d(this);""==
|
14 |
-
c.find("#sq_article").val()?alert("Please add an Article URL first"):""==c.find("#sq_keyword").val()?alert("Please add the keyword first"):(e.addClass("sq_minloading"),d.post(sqQuery.ajaxurl,{action:"sq_serp_addkeyword",keyword:c.find("#sq_keyword").val(),post_url:c.find("#sq_article").val(),nonce:sqQuery.nonce}).done(function(b){e.removeClass("sq_minloading");"undefined"!==typeof b.sent?location.reload():"undefined"!==typeof b.error?alert(b.error):alert("Could not save the keyword")}).fail(function(){e.removeClass("sq_minloading");
|
15 |
-
alert("Could not save the keyword")},"json"))})};c.listenIgnore=function(){c.find(".ignore-keyword").on("change",function(){d.post(sqQuery.ajaxurl,{action:"sq_serp_ignore",keyword:d(this).data("keyword"),active:d(this).prop("checked")?1:0,nonce:sqQuery.nonce}).done(function(c){"undefined"!==typeof c.saved&&d.sq_showMessage().addClass("sq_success")}).fail(function(){},"json")})};c.listenButtons();c.listenIgnore();c.listenAddKeyword();c.listenRecheck();c.on("sq_serp_recheck",function(d,b){c.listenRefresh(b)});
|
16 |
-
c.find("input[name=sq_show_ignored]").on("change",function(){c.find("form[name=sq_form]").submit()});Array.prototype.slice.call(document.querySelectorAll(".js-switch")).forEach(function(c){new Switchery(c)});c.find("select[name=sq_mode]").on("change",function(){c.find(".tab-panel").hide();c.find(".src_"+d(this).val()).show()});c.find('[data-toggle="tooltip"]').tooltip();return c};0<d("#src_settings").length?d("#src_settings").sq_serpChecker():d(document).ready(function(){d("#src_settings").sq_serpChecker()})})(jQuery);
|
17 |
-
+function(d){var c=function(b,a){this.inState=this.$element=this.hoverState=this.timeout=this.enabled=this.options=this.type=null;this.init("tooltip",b,a)};c.VERSION="3.3.7";c.TRANSITION_DURATION=150;c.DEFAULTS={animation:!0,placement:"top",selector:!1,template:'<div class="tooltip" role="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>',trigger:"hover focus",title:"",delay:0,html:!1,container:!1,viewport:{selector:"body",padding:0}};c.prototype.init=function(b,a,
|
18 |
-
c){this.enabled=!0;this.type=b;this.$element=d(a);this.options=this.getOptions(c);this.$viewport=this.options.viewport&&d(d.isFunction(this.options.viewport)?this.options.viewport.call(this,this.$element):this.options.viewport.selector||this.options.viewport);this.inState={click:!1,hover:!1,focus:!1};if(this.$element[0]instanceof document.constructor&&!this.options.selector)throw Error("`selector` option must be specified when initializing "+this.type+" on the window.document object!");b=this.options.trigger.split(" ");
|
19 |
-
for(a=b.length;a--;)if(c=b[a],"click"==c)this.$element.on("click."+this.type,this.options.selector,d.proxy(this.toggle,this));else if("manual"!=c){var h="hover"==c?"mouseleave":"focusout";this.$element.on(("hover"==c?"mouseenter":"focusin")+"."+this.type,this.options.selector,d.proxy(this.enter,this));this.$element.on(h+"."+this.type,this.options.selector,d.proxy(this.leave,this))}this.options.selector?this._options=d.extend({},this.options,{trigger:"manual",selector:""}):this.fixTitle()};c.prototype.getDefaults=
|
20 |
-
function(){return c.DEFAULTS};c.prototype.getOptions=function(b){b=d.extend({},this.getDefaults(),this.$element.data(),b);b.delay&&"number"==typeof b.delay&&(b.delay={show:b.delay,hide:b.delay});return b};c.prototype.getDelegateOptions=function(){var b={},a=this.getDefaults();this._options&&d.each(this._options,function(c,d){a[c]!=d&&(b[c]=d)});return b};c.prototype.enter=function(b){var a=b instanceof this.constructor?b:d(b.currentTarget).data("bs."+this.type);a||(a=new this.constructor(b.currentTarget,
|
21 |
-
this.getDelegateOptions()),d(b.currentTarget).data("bs."+this.type,a));b instanceof d.Event&&(a.inState["focusin"==b.type?"focus":"hover"]=!0);if(a.tip().hasClass("in")||"in"==a.hoverState)a.hoverState="in";else{clearTimeout(a.timeout);a.hoverState="in";if(!a.options.delay||!a.options.delay.show)return a.show();a.timeout=setTimeout(function(){"in"==a.hoverState&&a.show()},a.options.delay.show)}};c.prototype.isInStateTrue=function(){for(var b in this.inState)if(this.inState[b])return!0;return!1};c.prototype.leave=
|
22 |
-
function(b){var a=b instanceof this.constructor?b:d(b.currentTarget).data("bs."+this.type);a||(a=new this.constructor(b.currentTarget,this.getDelegateOptions()),d(b.currentTarget).data("bs."+this.type,a));b instanceof d.Event&&(a.inState["focusout"==b.type?"focus":"hover"]=!1);if(!a.isInStateTrue()){clearTimeout(a.timeout);a.hoverState="out";if(!a.options.delay||!a.options.delay.hide)return a.hide();a.timeout=setTimeout(function(){"out"==a.hoverState&&a.hide()},a.options.delay.hide)}};c.prototype.show=
|
23 |
-
function(){var b=d.Event("show.bs."+this.type);if(this.hasContent()&&this.enabled){this.$element.trigger(b);var a=d.contains(this.$element[0].ownerDocument.documentElement,this.$element[0]);if(!b.isDefaultPrevented()&&a){var h=this;b=this.tip();a=this.getUID(this.type);this.setContent();b.attr("id",a);this.$element.attr("aria-describedby",a);this.options.animation&&b.addClass("fade");a="function"==typeof this.options.placement?this.options.placement.call(this,b[0],this.$element[0]):this.options.placement;
|
24 |
-
var g=/\s?auto?\s?/i,e=g.test(a);e&&(a=a.replace(g,"")||"top");b.detach().css({top:0,left:0,display:"block"}).addClass(a).data("bs."+this.type,this);this.options.container?b.appendTo(this.options.container):b.insertAfter(this.$element);this.$element.trigger("inserted.bs."+this.type);g=this.getPosition();var k=b[0].offsetWidth,f=b[0].offsetHeight;if(e){e=a;var l=this.getPosition(this.$viewport);a="bottom"==a&&g.bottom+f>l.bottom?"top":"top"==a&&g.top-f<l.top?"bottom":"right"==a&&g.right+k>l.width?
|
25 |
-
"left":"left"==a&&g.left-k<l.left?"right":a;b.removeClass(e).addClass(a)}g=this.getCalculatedOffset(a,g,k,f);this.applyPlacement(g,a);a=function(){var a=h.hoverState;h.$element.trigger("shown.bs."+h.type);h.hoverState=null;"out"==a&&h.leave(h)};d.support.transition&&this.$tip.hasClass("fade")?b.one("bsTransitionEnd",a).emulateTransitionEnd(c.TRANSITION_DURATION):a()}}};c.prototype.applyPlacement=function(b,a){var c=this.tip(),e=c[0].offsetWidth,m=c[0].offsetHeight,k=parseInt(c.css("margin-top"),10),
|
26 |
-
f=parseInt(c.css("margin-left"),10);isNaN(k)&&(k=0);isNaN(f)&&(f=0);b.top+=k;b.left+=f;d.offset.setOffset(c[0],d.extend({using:function(a){c.css({top:Math.round(a.top),left:Math.round(a.left)})}},b),0);c.addClass("in");k=c[0].offsetWidth;f=c[0].offsetHeight;"top"==a&&f!=m&&(b.top=b.top+m-f);var l=this.getViewportAdjustedDelta(a,b,k,f);l.left?b.left+=l.left:b.top+=l.top;e=(a=/top|bottom/.test(a))?2*l.left-e+k:2*l.top-m+f;m=a?"offsetWidth":"offsetHeight";c.offset(b);this.replaceArrow(e,c[0][m],a)};
|
27 |
-
c.prototype.replaceArrow=function(b,a,c){this.arrow().css(c?"left":"top",50*(1-b/a)+"%").css(c?"top":"left","")};c.prototype.setContent=function(){var b=this.tip(),a=this.getTitle();b.find(".tooltip-inner")[this.options.html?"html":"text"](a);b.removeClass("fade in top bottom left right")};c.prototype.hide=function(b){function a(){"in"!=e.hoverState&&g.detach();e.$element&&e.$element.removeAttr("aria-describedby").trigger("hidden.bs."+e.type);b&&b()}var e=this,g=d(this.$tip),m=d.Event("hide.bs."+
|
28 |
-
this.type);this.$element.trigger(m);if(!m.isDefaultPrevented())return g.removeClass("in"),d.support.transition&&g.hasClass("fade")?g.one("bsTransitionEnd",a).emulateTransitionEnd(c.TRANSITION_DURATION):a(),this.hoverState=null,this};c.prototype.fixTitle=function(){var b=this.$element;(b.attr("title")||"string"!=typeof b.attr("data-original-title"))&&b.attr("data-original-title",b.attr("title")||"").attr("title","")};c.prototype.hasContent=function(){return this.getTitle()};c.prototype.getPosition=
|
29 |
-
function(b){b=b||this.$element;var a=b[0],c="BODY"==a.tagName,e=a.getBoundingClientRect();null==e.width&&(e=d.extend({},e,{width:e.right-e.left,height:e.bottom-e.top}));a=window.SVGElement&&a instanceof window.SVGElement;a=c?{top:0,left:0}:a?null:b.offset();b={scroll:c?document.documentElement.scrollTop||document.body.scrollTop:b.scrollTop()};c=c?{width:d(window).width(),height:d(window).height()}:null;return d.extend({},e,b,c,a)};c.prototype.getCalculatedOffset=function(b,a,c,d){return"bottom"==
|
30 |
-
b?{top:a.top+a.height,left:a.left+a.width/2-c/2}:"top"==b?{top:a.top-d,left:a.left+a.width/2-c/2}:"left"==b?{top:a.top+a.height/2-d/2,left:a.left-c}:{top:a.top+a.height/2-d/2,left:a.left+a.width}};c.prototype.getViewportAdjustedDelta=function(b,a,c,d){var e={top:0,left:0};if(!this.$viewport)return e;var g=this.options.viewport&&this.options.viewport.padding||0,f=this.getPosition(this.$viewport);/right|left/.test(b)?(c=a.top-g-f.scroll,a=a.top+g-f.scroll+d,c<f.top?e.top=f.top-c:a>f.top+f.height&&(e.top=
|
31 |
-
f.top+f.height-a)):(d=a.left-g,a=a.left+g+c,d<f.left?e.left=f.left-d:a>f.right&&(e.left=f.left+f.width-a));return e};c.prototype.getTitle=function(){var b=this.$element,a=this.options;return b.attr("data-original-title")||("function"==typeof a.title?a.title.call(b[0]):a.title)};c.prototype.getUID=function(b){do b+=~~(1E6*Math.random());while(document.getElementById(b));return b};c.prototype.tip=function(){if(!this.$tip&&(this.$tip=d(this.options.template),1!=this.$tip.length))throw Error(this.type+
|
32 |
-
" `template` option must consist of exactly 1 top-level element!");return this.$tip};c.prototype.arrow=function(){return this.$arrow=this.$arrow||this.tip().find(".tooltip-arrow")};c.prototype.enable=function(){this.enabled=!0};c.prototype.disable=function(){this.enabled=!1};c.prototype.toggleEnabled=function(){this.enabled=!this.enabled};c.prototype.toggle=function(b){var a=this;b&&(a=d(b.currentTarget).data("bs."+this.type),a||(a=new this.constructor(b.currentTarget,this.getDelegateOptions()),d(b.currentTarget).data("bs."+
|
33 |
-
this.type,a)));b?(a.inState.click=!a.inState.click,a.isInStateTrue()?a.enter(a):a.leave(a)):a.tip().hasClass("in")?a.leave(a):a.enter(a)};c.prototype.destroy=function(){var b=this;clearTimeout(this.timeout);this.hide(function(){b.$element.off("."+b.type).removeData("bs."+b.type);b.$tip&&b.$tip.detach();b.$tip=null;b.$arrow=null;b.$viewport=null;b.$element=null})};var e=d.fn.tooltip;d.fn.tooltip=function(b){return this.each(function(){var a=d(this),e=a.data("bs.tooltip"),g="object"==typeof b&&b;if(e||
|
34 |
-
!/destroy|hide/.test(b))if(e||a.data("bs.tooltip",e=new c(this,g)),"string"==typeof b)e[b]()})};d.fn.tooltip.Constructor=c;d.fn.tooltip.noConflict=function(){d.fn.tooltip=e;return this}}(jQuery);
|
1 |
+
var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.findInternal=function(b,a,c){b instanceof String&&(b=String(b));for(var e=b.length,d=0;d<e;d++){var f=b[d];if(a.call(c,f,d,b))return{i:d,v:f}}return{i:-1,v:void 0}};$jscomp.ASSUME_ES5=!1;$jscomp.ASSUME_NO_NATIVE_MAP=!1;$jscomp.ASSUME_NO_NATIVE_SET=!1;$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(b,a,c){b!=Array.prototype&&b!=Object.prototype&&(b[a]=c.value)};
|
2 |
+
$jscomp.getGlobal=function(b){return"undefined"!=typeof window&&window===b?b:"undefined"!=typeof global&&null!=global?global:b};$jscomp.global=$jscomp.getGlobal(this);$jscomp.polyfill=function(b,a,c,e){if(a){c=$jscomp.global;b=b.split(".");for(e=0;e<b.length-1;e++){var d=b[e];d in c||(c[d]={});c=c[d]}b=b[b.length-1];e=c[b];a=a(e);a!=e&&null!=a&&$jscomp.defineProperty(c,b,{configurable:!0,writable:!0,value:a})}};
|
3 |
+
$jscomp.polyfill("Array.prototype.find",function(b){return b?b:function(a,b){return $jscomp.findInternal(this,a,b).v}},"es6","es3");
|
4 |
+
(function(b){b.fn.sq_serpChecker=function(){var a=this;a.listenRefresh=function(c){a.find("#sq_rank_column_button_recheck"+c).hide();a.find("#sq_rank_value"+c).html("").addClass("sq_minloading");b.post(sqQuery.ajaxurl,{action:"sq_serp_recheck",post_id:c,nonce:sqQuery.nonce}).done(function(b){a.find("#sq_rank_value"+c).removeClass("sq_minloading");"undefined"!==typeof b.rank?a.find("#sq_rank_value"+c).html(b.rank).removeClass("sq_loading"):a.find("#sq_rank_value"+c).html("Error").removeClass("sq_minloading");
|
5 |
+
a.find("#sq_rank_column_button_recheck"+c).show()}).fail(function(){a.find("#sq_rank_value"+c).html("Error").removeClass("sq_minloading");a.find("#sq_rank_column_button_recheck"+c).show()},"json")};a.processPosts=function(){return b.post(sqQuery.ajaxurl,{action:"sq_serp_process",nonce:sqQuery.nonce}).done(function(b){a.trigger("sq_serp_progress",[b])}).fail(function(){b(this).removeClass("sq_minloading")},"json")};a.listenRecheck=function(){a.find(".sq_rank_refresh").on("click",function(){var c=b(this),
|
6 |
+
e=b(this).data("id"),d=b(this).data("keyword");c.addClass("sq_minloading");a.find("#sq_rank_value"+e).addClass("sq_minloading");b.post(sqQuery.ajaxurl,{action:"sq_serp_refresh_post",id:e,keyword:d,nonce:sqQuery.nonce}).done(function(d){"undefined"!==typeof d.rank?a.find("#sq_rank_value"+e).html(d.rank):b.sq_showMessage(d.error).addClass("sq_error");c.removeClass("sq_minloading");a.find("#sq_rank_value"+e).removeClass("sq_minloading")}).fail(function(){c.removeClass("sq_minloading");a.find("#sq_rank_value"+
|
7 |
+
e).removeClass("sq_minloading")},"json")})};a.listenButtons=function(){a.find(".sq_serp_sendnow").on("click",function(){var c=b(this);c.addClass("sq_minloading");a.processPosts();a.on("sq_serp_progress",function(b,d){c.removeClass("sq_minloading");"undefined"!==typeof d.progress&&(100==d.progress?(location.reload(),a.find(".sq_serp_progress").hide(),a.find(".sq_serp_update").show()):(a.find(".sq_serp_progress").find(".progress-bar").css("width",d.progress+"%"),a.find(".sq_serp_progress").show(),a.find(".sq_serp_update").hide(),
|
8 |
+
a.processPosts()))})});a.find(".sq_serp_refresh").on("click",function(){b(this).addClass("sq_minloading");b.post(sqQuery.ajaxurl,{action:"sq_serp_refresh",nonce:sqQuery.nonce}).done(function(a){"undefined"!==typeof a.refreshed&&location.reload()}).fail(function(){b(this).removeClass("sq_minloading")},"json")});a.find(".sq_serp_settings").on("click",function(){location.href="?page=sq_settings#ranking"})};a.listenAddKeyword=function(){a.find("#sq_save_keyword").on("click",function(){var c=b(this);""==
|
9 |
+
a.find("#sq_article").val()?alert("Please add an Article URL first"):""==a.find("#sq_keyword").val()?alert("Please add the keyword first"):(c.addClass("sq_minloading"),b.post(sqQuery.ajaxurl,{action:"sq_serp_addkeyword",keyword:a.find("#sq_keyword").val(),post_url:a.find("#sq_article").val(),nonce:sqQuery.nonce}).done(function(a){c.removeClass("sq_minloading");"undefined"!==typeof a.sent?location.reload():"undefined"!==typeof a.error?alert(a.error):alert("Could not save the keyword")}).fail(function(){c.removeClass("sq_minloading");
|
10 |
+
alert("Could not save the keyword")},"json"))})};a.listenIgnore=function(){a.find(".ignore-keyword").on("change",function(){b.post(sqQuery.ajaxurl,{action:"sq_serp_ignore",keyword:b(this).data("keyword"),active:b(this).prop("checked")?1:0,nonce:sqQuery.nonce}).done(function(a){"undefined"!==typeof a.saved&&b.sq_showMessage().addClass("sq_success")}).fail(function(){},"json")})};a.listenButtons();a.listenIgnore();a.listenAddKeyword();a.listenRecheck();a.on("sq_serp_recheck",function(b,e){a.listenRefresh(e)});
|
11 |
+
a.find("input[name=sq_show_ignored]").on("change",function(){a.find("form[name=sq_form]").submit()});Array.prototype.slice.call(document.querySelectorAll(".js-switch")).forEach(function(a){new Switchery(a)});a.find("select[name=sq_mode]").on("change",function(){a.find(".tab-panel").hide();a.find(".src_"+b(this).val()).show()});a.find('[data-toggle="tooltip"]').tooltip();return a};0<b("#src_settings").length?b("#src_settings").sq_serpChecker():b(document).ready(function(){b("#src_settings").sq_serpChecker()})})(jQuery);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|