Version Description
- 06/18/2020 =
- Fixed - Focus Page Words Count
- Fixed - Focus Page SEO Image
- Fixed - Goals tasks for SEO Image, SEO in METAs, Robots and Sitemap
- Fixed - Google charts error Uncaught TypeError: Cannot read property 'arrayToDataTable' of undefined
- Fixed - Load Squirrly.js in body for Live Assistant
Download this release
Release Info
| Developer | cifi |
| Plugin | |
| Version | 10.0.10 |
| Comparing to | |
| See all releases | |
Code changes from version 10.0.06 to 10.0.10
- classes/RemoteController.php +4 -20
- classes/helpers/Tools.php +26 -3
- controllers/Assistant.php +7 -1
- controllers/Audits.php +7 -2
- controllers/BulkSeo.php +7 -1
- controllers/CheckSeo.php +0 -8
- controllers/Dashboard.php +3 -0
- controllers/FocusPages.php +7 -2
- controllers/Menu.php +9 -2
- controllers/Onboarding.php +7 -1
- controllers/Overview.php +8 -2
- controllers/Patterns.php +6 -1
- controllers/Post.php +3 -1
- controllers/Ranking.php +7 -2
- controllers/Research.php +7 -1
- controllers/SeoSettings.php +7 -1
- controllers/Snippet.php +6 -1
- core/BlockAudits.php +0 -1
- core/BlockFocusPages.php +0 -1
- core/BlockRanks.php +0 -1
- models/CheckSeo.php +42 -1
- models/ImportExport.php +3 -1
- models/bulkseo/Metas.php +7 -3
- models/focuspages/Image.php +5 -2
- models/focuspages/Length.php +6 -9
- models/focuspages/Onpage.php +5 -3
- models/focuspages/Snippet.php +4 -4
- readme.txt +64 -25
- squirrly.php +3 -3
- view/Assistant/Assistant.php +1 -1
- view/Assistant/Settings.php +1 -1
- view/Audits/Addpage.php +1 -1
- view/Audits/Audit.php +1 -1
- view/Audits/AuditPageRow.php +6 -2
- view/Audits/AuditStats.php +9 -5
- view/Audits/Audits.php +8 -1
- view/Audits/Compare.php +3 -3
- view/Audits/Settings.php +1 -1
- view/Blocks/Connect.php +2 -2
- view/Blocks/Dashboard.php +7 -0
- view/Blocks/Features.php +1 -1
- view/Blocks/Jorney.php +1 -1
- view/Blocks/KnowledgeBase.php +30 -30
- view/Blocks/Login.php +2 -2
- view/Blocks/Ranks.php +7 -1
- view/Blocks/SEOIssues.php +2 -2
- view/Blocks/Toolbar.php +7 -2
- view/Blocks/VersionBar.php +1 -1
- view/Connect/GoogleAnalytics.php +1 -1
- view/Connect/GoogleSearchConsole.php +1 -1
- view/FocusPages/Addpage.php +1 -1
- view/FocusPages/FocusPageRow.php +9 -5
- view/FocusPages/FocusPageStats.php +22 -10
- view/FocusPages/Pagelist.php +7 -1
- view/Goals/CheckSeo.php +12 -3
- view/Goals/Goals.php +5 -5
- view/Onboarding/Step1.2.php +1 -1
- view/Onboarding/Step2.2.php +1 -1
- view/Onboarding/Step3.php +1 -1
- view/Ranking/Rankings.php +15 -9
- view/Ranking/Settings.php +1 -1
- view/Research/Briefcase.php +2 -2
- view/Research/Labels.php +2 -2
- view/Research/Research.php +1 -1
- view/SeoSettings/Advanced.php +1 -1
- view/SeoSettings/Automation.php +1 -1
- view/SeoSettings/Backup.php +7 -7
- view/SeoSettings/Favicon.php +1 -1
- view/SeoSettings/Jsonld.php +1 -1
- view/SeoSettings/Metas.php +1 -1
- view/SeoSettings/Robots.php +1 -1
- view/SeoSettings/Sitemap.php +1 -1
- view/SeoSettings/Social.php +1 -1
- view/SeoSettings/Tracking.php +1 -1
- view/SeoSettings/Webmaster.php +1 -1
- view/assets/css/account.css +0 -62
- view/assets/css/assistant.css +0 -116
- view/assets/css/audits.css +0 -1273
- view/assets/css/bootstrap-grid.css +0 -1912
- view/assets/css/bootstrap-grid.min.css +1 -7
- view/assets/css/bootstrap-reboot.css +0 -331
- view/assets/css/bootstrap-reboot.min.css +1 -7
- view/assets/css/bootstrap.css +0 -9023
- view/assets/css/bootstrap.rtl.min.css +2 -0
- view/assets/css/briefcase.css +0 -2029
- view/assets/css/bulkseo.css +0 -5
- view/assets/css/checkseo.css +0 -77
- view/assets/css/dashboard.css +0 -22
- view/assets/css/datatables.css +0 -15
- view/assets/css/datatables.min.css +1 -15
- view/assets/css/focuspages.css +0 -140
- view/assets/css/fontawesome.css +0 -2926
- view/assets/css/frontend.css +0 -152
- view/assets/css/frontend.min.css +1 -1
- view/assets/css/fullwidth.css +0 -33
- view/assets/css/global.css +0 -833
- view/assets/css/global.min.css +1 -1
- view/assets/css/highlight.css +0 -59
- view/assets/css/jorney.css +0 -146
- view/assets/css/labels.css +0 -116
- view/assets/css/login.css +0 -50
- view/assets/css/logo.css +0 -45
- view/assets/css/logo.min.css +1 -1
classes/RemoteController.php
CHANGED
|
@@ -87,7 +87,7 @@ class SQ_Classes_RemoteController {
|
|
| 87 |
* @return string
|
| 88 |
*/
|
| 89 |
public static function getMySquirrlyLink($path) {
|
| 90 |
-
if (SQ_Classes_Helpers_Tools::getMenuVisible('show_panel')) {
|
| 91 |
return _SQ_DASH_URL_ . 'login/?token=' . SQ_Classes_Helpers_Tools::getOption('sq_api') . '&user_url=' . get_bloginfo('url') . '&redirect_to=' . _SQ_DASH_URL_ . 'user/' . $path;
|
| 92 |
} else {
|
| 93 |
return _SQ_DASH_URL_;
|
|
@@ -1312,28 +1312,12 @@ class SQ_Classes_RemoteController {
|
|
| 1312 |
__new_post_title: "' . __('Auto Draft') . '",
|
| 1313 |
__frontend_optimized: "' . __('You’ve already used the Live Assistant to optimize this post when creating it in your Page Builder. Please go back and resume your optimization work there.', _SQ_PLUGIN_NAME_) . '",
|
| 1314 |
};
|
| 1315 |
-
|
| 1316 |
-
|
| 1317 |
-
if (typeof sq_script === "undefined"){
|
| 1318 |
-
var sq_script = document.createElement(\'script\');
|
| 1319 |
-
sq_script.src = "' . _SQ_STATIC_API_URL_ . SQ_URI . '/js/squirrly' . (SQ_DEBUG ? '' : '.min') . '.js?ver=' . SQ_VERSION . '";
|
| 1320 |
-
var site_head = document.getElementsByTagName ("head")[0] || document.documentElement;
|
| 1321 |
-
site_head.insertBefore(sq_script, site_head.firstChild);
|
| 1322 |
-
}
|
| 1323 |
-
|
| 1324 |
-
window.onerror = function(){
|
| 1325 |
-
$.sq_config.sq_windowerror = true;
|
| 1326 |
-
};
|
| 1327 |
-
|
| 1328 |
-
//for older version return
|
| 1329 |
-
window.params = [];
|
| 1330 |
-
|
| 1331 |
-
$(document).ready(function() {
|
| 1332 |
-
$("#sq_preloading").html("");
|
| 1333 |
-
});
|
| 1334 |
})(jQuery);
|
| 1335 |
</script>';
|
| 1336 |
|
|
|
|
|
|
|
| 1337 |
}
|
| 1338 |
|
| 1339 |
}
|
| 87 |
* @return string
|
| 88 |
*/
|
| 89 |
public static function getMySquirrlyLink($path) {
|
| 90 |
+
if (SQ_Classes_Helpers_Tools::getMenuVisible('show_panel') && current_user_can('sq_manage_settings')) {
|
| 91 |
return _SQ_DASH_URL_ . 'login/?token=' . SQ_Classes_Helpers_Tools::getOption('sq_api') . '&user_url=' . get_bloginfo('url') . '&redirect_to=' . _SQ_DASH_URL_ . 'user/' . $path;
|
| 92 |
} else {
|
| 93 |
return _SQ_DASH_URL_;
|
| 1312 |
__new_post_title: "' . __('Auto Draft') . '",
|
| 1313 |
__frontend_optimized: "' . __('You’ve already used the Live Assistant to optimize this post when creating it in your Page Builder. Please go back and resume your optimization work there.', _SQ_PLUGIN_NAME_) . '",
|
| 1314 |
};
|
| 1315 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1316 |
})(jQuery);
|
| 1317 |
</script>';
|
| 1318 |
|
| 1319 |
+
echo '<script src="' . _SQ_STATIC_API_URL_ . SQ_URI . '/js/squirrly' . (SQ_DEBUG ? '' : '.min') . '.js?ver=' . SQ_VERSION . '"></script>';
|
| 1320 |
+
|
| 1321 |
}
|
| 1322 |
|
| 1323 |
}
|
classes/helpers/Tools.php
CHANGED
|
@@ -821,6 +821,29 @@ class SQ_Classes_Helpers_Tools {
|
|
| 821 |
}
|
| 822 |
}
|
| 823 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 824 |
/**
|
| 825 |
* Get a value from $_POST / $_GET
|
| 826 |
* if unavailable, take a default value
|
|
@@ -929,10 +952,10 @@ class SQ_Classes_Helpers_Tools {
|
|
| 929 |
*/
|
| 930 |
public static function checkUpgrade($upgrader_object, $options) {
|
| 931 |
// If an update has taken place and the updated type is plugins and the plugins element exists
|
| 932 |
-
if(
|
| 933 |
// Iterate through the plugins being updated and check if ours is there
|
| 934 |
-
foreach(
|
| 935 |
-
if(
|
| 936 |
//Create Qss table if not exists
|
| 937 |
SQ_Classes_ObjController::getClass('SQ_Models_Qss')->checkTableExists();
|
| 938 |
}
|
| 821 |
}
|
| 822 |
}
|
| 823 |
|
| 824 |
+
/**
|
| 825 |
+
* Set the Nonce action
|
| 826 |
+
* @param $action
|
| 827 |
+
* @param string $name
|
| 828 |
+
* @param bool $referer
|
| 829 |
+
* @param bool $echo
|
| 830 |
+
* @return string
|
| 831 |
+
*/
|
| 832 |
+
public static function setNonce($action, $name = '_wpnonce', $referer = true, $echo = true) {
|
| 833 |
+
$name = esc_attr($name);
|
| 834 |
+
$nonce_field = '<input type="hidden" name="' . $name . '" value="' . wp_create_nonce($action) . '" />';
|
| 835 |
+
|
| 836 |
+
if ($referer) {
|
| 837 |
+
$nonce_field .= wp_referer_field(false);
|
| 838 |
+
}
|
| 839 |
+
|
| 840 |
+
if ($echo) {
|
| 841 |
+
echo $nonce_field;
|
| 842 |
+
}
|
| 843 |
+
|
| 844 |
+
return $nonce_field;
|
| 845 |
+
}
|
| 846 |
+
|
| 847 |
/**
|
| 848 |
* Get a value from $_POST / $_GET
|
| 849 |
* if unavailable, take a default value
|
| 952 |
*/
|
| 953 |
public static function checkUpgrade($upgrader_object, $options) {
|
| 954 |
// If an update has taken place and the updated type is plugins and the plugins element exists
|
| 955 |
+
if ($options['action'] == 'update' && $options['type'] == 'plugin' && isset($options['plugins'])) {
|
| 956 |
// Iterate through the plugins being updated and check if ours is there
|
| 957 |
+
foreach ($options['plugins'] as $plugin) {
|
| 958 |
+
if ($plugin == _SQ_PLUGIN_NAME_ . '/squirrly.php') {
|
| 959 |
//Create Qss table if not exists
|
| 960 |
SQ_Classes_ObjController::getClass('SQ_Models_Qss')->checkTableExists();
|
| 961 |
}
|
controllers/Assistant.php
CHANGED
|
@@ -14,7 +14,13 @@ class SQ_Controllers_Assistant extends SQ_Classes_FrontController {
|
|
| 14 |
}
|
| 15 |
|
| 16 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 19 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
| 20 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 14 |
}
|
| 15 |
|
| 16 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 17 |
+
if(is_rtl()){
|
| 18 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 19 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 20 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 21 |
+
}else{
|
| 22 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 23 |
+
}
|
| 24 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 25 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
| 26 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
controllers/Audits.php
CHANGED
|
@@ -39,7 +39,13 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController {
|
|
| 39 |
}
|
| 40 |
|
| 41 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 44 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 45 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
|
@@ -189,7 +195,6 @@ class SQ_Controllers_Audits extends SQ_Classes_FrontController {
|
|
| 189 |
*/
|
| 190 |
public function getScripts() {
|
| 191 |
return '<script>
|
| 192 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 193 |
function drawScoreChart(id, values, reverse) {
|
| 194 |
var data = google.visualization.arrayToDataTable(values);
|
| 195 |
|
| 39 |
}
|
| 40 |
|
| 41 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 42 |
+
if(is_rtl()){
|
| 43 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 44 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 45 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 46 |
+
}else{
|
| 47 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 48 |
+
}
|
| 49 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 50 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 51 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 195 |
*/
|
| 196 |
public function getScripts() {
|
| 197 |
return '<script>
|
|
|
|
| 198 |
function drawScoreChart(id, values, reverse) {
|
| 199 |
var data = google.visualization.arrayToDataTable(values);
|
| 200 |
|
controllers/BulkSeo.php
CHANGED
|
@@ -12,7 +12,13 @@ class SQ_Controllers_BulkSeo extends SQ_Classes_FrontController {
|
|
| 12 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'bulkseo');
|
| 13 |
|
| 14 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 17 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 18 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 12 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'bulkseo');
|
| 13 |
|
| 14 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 15 |
+
if(is_rtl()){
|
| 16 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 17 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 18 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 19 |
+
}else{
|
| 20 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 21 |
+
}
|
| 22 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 23 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 24 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
controllers/CheckSeo.php
CHANGED
|
@@ -24,13 +24,10 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController {
|
|
| 24 |
*/
|
| 25 |
public function init() {
|
| 26 |
|
| 27 |
-
//Get the notifications from database
|
| 28 |
-
|
| 29 |
if (!isset($this->congratulations)) {
|
| 30 |
$this->congratulations = $this->getCongratulations();
|
| 31 |
}
|
| 32 |
|
| 33 |
-
|
| 34 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('checkseo');
|
| 35 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('knob');
|
| 36 |
|
|
@@ -271,7 +268,6 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController {
|
|
| 271 |
$this->model->checkSEO();
|
| 272 |
|
| 273 |
break;
|
| 274 |
-
|
| 275 |
case 'sq_moretasks':
|
| 276 |
$this->model->dbtasks['tasks_for_today'] = array();
|
| 277 |
$this->model->saveDbTasks();
|
|
@@ -300,16 +296,13 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController {
|
|
| 300 |
|
| 301 |
SQ_Classes_Error::setError(__('Could not fix it. You need to change it manually.', _SQ_PLUGIN_NAME_));
|
| 302 |
break;
|
| 303 |
-
|
| 304 |
case 'sq_donetask':
|
| 305 |
-
|
| 306 |
$name = SQ_Classes_Helpers_Tools::getValue('name', false);
|
| 307 |
|
| 308 |
$this->model->doneTask($name);
|
| 309 |
|
| 310 |
SQ_Classes_Error::setMessage(__('Saved! Task marked as done.', _SQ_PLUGIN_NAME_));
|
| 311 |
break;
|
| 312 |
-
|
| 313 |
case 'sq_resetignored':
|
| 314 |
//Remove ignored tasks
|
| 315 |
$this->model->clearIgnoredTasks();
|
|
@@ -317,7 +310,6 @@ class SQ_Controllers_CheckSeo extends SQ_Classes_FrontController {
|
|
| 317 |
SQ_Classes_Error::setMessage(__('Saved!', _SQ_PLUGIN_NAME_));
|
| 318 |
|
| 319 |
break;
|
| 320 |
-
|
| 321 |
case 'sq_ajax_checkseo':
|
| 322 |
SQ_Classes_Helpers_Tools::setHeader('json');
|
| 323 |
$json = array();
|
| 24 |
*/
|
| 25 |
public function init() {
|
| 26 |
|
|
|
|
|
|
|
| 27 |
if (!isset($this->congratulations)) {
|
| 28 |
$this->congratulations = $this->getCongratulations();
|
| 29 |
}
|
| 30 |
|
|
|
|
| 31 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('checkseo');
|
| 32 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('knob');
|
| 33 |
|
| 268 |
$this->model->checkSEO();
|
| 269 |
|
| 270 |
break;
|
|
|
|
| 271 |
case 'sq_moretasks':
|
| 272 |
$this->model->dbtasks['tasks_for_today'] = array();
|
| 273 |
$this->model->saveDbTasks();
|
| 296 |
|
| 297 |
SQ_Classes_Error::setError(__('Could not fix it. You need to change it manually.', _SQ_PLUGIN_NAME_));
|
| 298 |
break;
|
|
|
|
| 299 |
case 'sq_donetask':
|
|
|
|
| 300 |
$name = SQ_Classes_Helpers_Tools::getValue('name', false);
|
| 301 |
|
| 302 |
$this->model->doneTask($name);
|
| 303 |
|
| 304 |
SQ_Classes_Error::setMessage(__('Saved! Task marked as done.', _SQ_PLUGIN_NAME_));
|
| 305 |
break;
|
|
|
|
| 306 |
case 'sq_resetignored':
|
| 307 |
//Remove ignored tasks
|
| 308 |
$this->model->clearIgnoredTasks();
|
| 310 |
SQ_Classes_Error::setMessage(__('Saved!', _SQ_PLUGIN_NAME_));
|
| 311 |
|
| 312 |
break;
|
|
|
|
| 313 |
case 'sq_ajax_checkseo':
|
| 314 |
SQ_Classes_Helpers_Tools::setHeader('json');
|
| 315 |
$json = array();
|
controllers/Dashboard.php
CHANGED
|
@@ -10,6 +10,9 @@ class SQ_Controllers_Dashboard extends SQ_Classes_FrontController {
|
|
| 10 |
|
| 11 |
public function dashboard() {
|
| 12 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('dashboard');
|
|
|
|
|
|
|
|
|
|
| 13 |
add_action('sq_form_notices', array($this,'getNotificationBar'));
|
| 14 |
|
| 15 |
echo $this->getView('Blocks/Dashboard');
|
| 10 |
|
| 11 |
public function dashboard() {
|
| 12 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('dashboard');
|
| 13 |
+
if(is_rtl()) {
|
| 14 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 15 |
+
}
|
| 16 |
add_action('sq_form_notices', array($this,'getNotificationBar'));
|
| 17 |
|
| 18 |
echo $this->getView('Blocks/Dashboard');
|
controllers/FocusPages.php
CHANGED
|
@@ -36,7 +36,13 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController {
|
|
| 36 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'pagelist');
|
| 37 |
|
| 38 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 41 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 42 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
|
@@ -167,7 +173,6 @@ class SQ_Controllers_FocusPages extends SQ_Classes_FrontController {
|
|
| 167 |
*/
|
| 168 |
public function getScripts() {
|
| 169 |
return '<script>
|
| 170 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 171 |
function drawScoreChart(id, values, reverse) {
|
| 172 |
var data = google.visualization.arrayToDataTable(values);
|
| 173 |
|
| 36 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'pagelist');
|
| 37 |
|
| 38 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 39 |
+
if(is_rtl()){
|
| 40 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 41 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 42 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 43 |
+
}else{
|
| 44 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 45 |
+
}
|
| 46 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 47 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 48 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 173 |
*/
|
| 174 |
public function getScripts() {
|
| 175 |
return '<script>
|
|
|
|
| 176 |
function drawScoreChart(id, values, reverse) {
|
| 177 |
var data = google.visualization.arrayToDataTable(values);
|
| 178 |
|
controllers/Menu.php
CHANGED
|
@@ -197,7 +197,13 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController {
|
|
| 197 |
} elseif ($menuid == 'sq_focuspages' && !SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages')) {
|
| 198 |
continue;
|
| 199 |
} elseif ($menuid == 'sq_dashboard') {
|
| 200 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 201 |
} elseif (!isset($item['parent'])) {
|
| 202 |
continue;
|
| 203 |
}
|
|
@@ -448,7 +454,8 @@ class SQ_Controllers_Menu extends SQ_Classes_FrontController {
|
|
| 448 |
$page = apply_filters('sq_page', SQ_Classes_Helpers_Tools::getValue('page', ''));
|
| 449 |
|
| 450 |
if (in_array($page, array_keys($menus))) {
|
| 451 |
-
echo '<script type="text/javascript" src="
|
|
|
|
| 452 |
echo '<div id="sq_preloader" class="sq_loading"></div>';
|
| 453 |
|
| 454 |
if ($page <> 'sq_dashboard') {
|
| 197 |
} elseif ($menuid == 'sq_focuspages' && !SQ_Classes_Helpers_Tools::getMenuVisible('show_focuspages')) {
|
| 198 |
continue;
|
| 199 |
} elseif ($menuid == 'sq_dashboard') {
|
| 200 |
+
if(is_rtl()){
|
| 201 |
+
$item['title'] = (($errors) ? '<span class="sq_errorcount" style="margin: 6px 0 0 0 !important; float: left !important;">' . $errors . '</span>' : '') . $item['title'];
|
| 202 |
+
|
| 203 |
+
}else{
|
| 204 |
+
$item['title'] = $item['title'] . (($errors) ? '<span class="sq_errorcount" style="margin: 6px 54px 0 0 !important;">' . $errors . '</span>' : '');
|
| 205 |
+
|
| 206 |
+
}
|
| 207 |
} elseif (!isset($item['parent'])) {
|
| 208 |
continue;
|
| 209 |
}
|
| 454 |
$page = apply_filters('sq_page', SQ_Classes_Helpers_Tools::getValue('page', ''));
|
| 455 |
|
| 456 |
if (in_array($page, array_keys($menus))) {
|
| 457 |
+
echo '<script type="text/javascript" src="//www.google.com/jsapi"></script>';
|
| 458 |
+
echo '<script>google.load("visualization", "1.0", {packages: ["corechart"]});</script>';
|
| 459 |
echo '<div id="sq_preloader" class="sq_loading"></div>';
|
| 460 |
|
| 461 |
if ($page <> 'sq_dashboard') {
|
controllers/Onboarding.php
CHANGED
|
@@ -17,7 +17,13 @@ class SQ_Controllers_Onboarding extends SQ_Classes_FrontController {
|
|
| 17 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'step1');
|
| 18 |
|
| 19 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 22 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 23 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 17 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'step1');
|
| 18 |
|
| 19 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 20 |
+
if(is_rtl()){
|
| 21 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 22 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 23 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 24 |
+
}else{
|
| 25 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 26 |
+
}
|
| 27 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 28 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 29 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
controllers/Overview.php
CHANGED
|
@@ -13,12 +13,18 @@ class SQ_Controllers_Overview extends SQ_Classes_FrontController {
|
|
| 13 |
$this->checkin = SQ_Classes_RemoteController::checkin();
|
| 14 |
|
| 15 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 18 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 19 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 20 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('research');
|
| 21 |
-
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('navbar
|
| 22 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('dashboard');
|
| 23 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('account');
|
| 24 |
|
| 13 |
$this->checkin = SQ_Classes_RemoteController::checkin();
|
| 14 |
|
| 15 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 16 |
+
if(is_rtl()){
|
| 17 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 18 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 19 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 20 |
+
}else{
|
| 21 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 22 |
+
}
|
| 23 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 24 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 25 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 26 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('research');
|
| 27 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('navbar');
|
| 28 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('dashboard');
|
| 29 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('account');
|
| 30 |
|
controllers/Patterns.php
CHANGED
|
@@ -7,7 +7,12 @@ class SQ_Controllers_Patterns extends SQ_Classes_FrontController {
|
|
| 7 |
public $patterns;
|
| 8 |
|
| 9 |
public function init() {
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
|
| 12 |
|
| 13 |
echo '
|
| 7 |
public $patterns;
|
| 8 |
|
| 9 |
public function init() {
|
| 10 |
+
if(is_rtl()){
|
| 11 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap.rtl', array('trigger' => true, 'media' => 'all'));
|
| 12 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl', array('trigger' => true, 'media' => 'all'));
|
| 13 |
+
}else{
|
| 14 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap', array('trigger' => true, 'media' => 'all'));
|
| 15 |
+
}
|
| 16 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
|
| 17 |
|
| 18 |
echo '
|
controllers/Post.php
CHANGED
|
@@ -10,7 +10,9 @@ class SQ_Controllers_Post extends SQ_Classes_FrontController {
|
|
| 10 |
|
| 11 |
//Load post style in post edit
|
| 12 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('post');
|
| 13 |
-
|
|
|
|
|
|
|
| 14 |
//load the draggable script in post edit for the floating SLA
|
| 15 |
wp_enqueue_script("jquery-ui-core");
|
| 16 |
wp_enqueue_script("jquery-ui-draggable");
|
| 10 |
|
| 11 |
//Load post style in post edit
|
| 12 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('post');
|
| 13 |
+
if(is_rtl()) {
|
| 14 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 15 |
+
}
|
| 16 |
//load the draggable script in post edit for the floating SLA
|
| 17 |
wp_enqueue_script("jquery-ui-core");
|
| 18 |
wp_enqueue_script("jquery-ui-draggable");
|
controllers/Ranking.php
CHANGED
|
@@ -34,7 +34,13 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController {
|
|
| 34 |
}
|
| 35 |
|
| 36 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 37 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 39 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 40 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
|
@@ -203,7 +209,6 @@ class SQ_Controllers_Ranking extends SQ_Classes_FrontController {
|
|
| 203 |
|
| 204 |
public function getScripts() {
|
| 205 |
return '<script type="text/javascript">
|
| 206 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 207 |
function drawChart(id, values, reverse) {
|
| 208 |
var data = google.visualization.arrayToDataTable(values);
|
| 209 |
|
| 34 |
}
|
| 35 |
|
| 36 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 37 |
+
if(is_rtl()){
|
| 38 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 39 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 40 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 41 |
+
}else{
|
| 42 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 43 |
+
}
|
| 44 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 45 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 46 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
| 209 |
|
| 210 |
public function getScripts() {
|
| 211 |
return '<script type="text/javascript">
|
|
|
|
| 212 |
function drawChart(id, values, reverse) {
|
| 213 |
var data = google.visualization.arrayToDataTable(values);
|
| 214 |
|
controllers/Research.php
CHANGED
|
@@ -41,7 +41,13 @@ class SQ_Controllers_Research extends SQ_Classes_FrontController {
|
|
| 41 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'research');
|
| 42 |
|
| 43 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 45 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 46 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
| 47 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 41 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'research');
|
| 42 |
|
| 43 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 44 |
+
if(is_rtl()){
|
| 45 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 46 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 47 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 48 |
+
}else{
|
| 49 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 50 |
+
}
|
| 51 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 52 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('datatables');
|
| 53 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
controllers/SeoSettings.php
CHANGED
|
@@ -12,7 +12,13 @@ class SQ_Controllers_SeoSettings extends SQ_Classes_FrontController {
|
|
| 12 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'automation');
|
| 13 |
|
| 14 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 17 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 18 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
| 12 |
$tab = SQ_Classes_Helpers_Tools::getValue('tab', 'automation');
|
| 13 |
|
| 14 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap-reboot');
|
| 15 |
+
if(is_rtl()){
|
| 16 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('popper');
|
| 17 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap.rtl');
|
| 18 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl');
|
| 19 |
+
}else{
|
| 20 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('bootstrap');
|
| 21 |
+
}
|
| 22 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('switchery');
|
| 23 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome');
|
| 24 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('global');
|
controllers/Snippet.php
CHANGED
|
@@ -28,7 +28,12 @@ class SQ_Controllers_Snippet extends SQ_Classes_FrontController {
|
|
| 28 |
* @return mixed
|
| 29 |
*/
|
| 30 |
public function init() {
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome', array('trigger' => true, 'media' => 'all'));
|
| 33 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight', array('trigger' => true, 'media' => 'all'));
|
| 34 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
|
| 28 |
* @return mixed
|
| 29 |
*/
|
| 30 |
public function init() {
|
| 31 |
+
if(is_rtl()){
|
| 32 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap.rtl', array('trigger' => true, 'media' => 'all'));
|
| 33 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('rtl', array('trigger' => true, 'media' => 'all'));
|
| 34 |
+
}else{
|
| 35 |
+
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('sqbootstrap', array('trigger' => true, 'media' => 'all'));
|
| 36 |
+
}
|
| 37 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('fontawesome', array('trigger' => true, 'media' => 'all'));
|
| 38 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('highlight', array('trigger' => true, 'media' => 'all'));
|
| 39 |
SQ_Classes_ObjController::getClass('SQ_Classes_DisplayController')->loadMedia('patterns', array('trigger' => true, 'media' => 'all'));
|
core/BlockAudits.php
CHANGED
|
@@ -14,7 +14,6 @@ class SQ_Core_BlockAudits extends SQ_Classes_BlockController {
|
|
| 14 |
|
| 15 |
public function getScripts() {
|
| 16 |
return '<script>
|
| 17 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 18 |
function drawChart(id, values, reverse) {
|
| 19 |
var data = google.visualization.arrayToDataTable(values);
|
| 20 |
|
| 14 |
|
| 15 |
public function getScripts() {
|
| 16 |
return '<script>
|
|
|
|
| 17 |
function drawChart(id, values, reverse) {
|
| 18 |
var data = google.visualization.arrayToDataTable(values);
|
| 19 |
|
core/BlockFocusPages.php
CHANGED
|
@@ -36,7 +36,6 @@ class SQ_Core_BlockFocusPages extends SQ_Classes_BlockController {
|
|
| 36 |
|
| 37 |
public function getScripts() {
|
| 38 |
return '<script>
|
| 39 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 40 |
function drawChart(id, values, reverse) {
|
| 41 |
var data = google.visualization.arrayToDataTable(values);
|
| 42 |
|
| 36 |
|
| 37 |
public function getScripts() {
|
| 38 |
return '<script>
|
|
|
|
| 39 |
function drawChart(id, values, reverse) {
|
| 40 |
var data = google.visualization.arrayToDataTable(values);
|
| 41 |
|
core/BlockRanks.php
CHANGED
|
@@ -28,7 +28,6 @@ class SQ_Core_BlockRanks extends SQ_Classes_BlockController {
|
|
| 28 |
|
| 29 |
public function getScripts() {
|
| 30 |
return '<script>
|
| 31 |
-
google.load("visualization", "1", {packages: ["corechart"]});
|
| 32 |
function drawChart(id, values, reverse) {
|
| 33 |
var data = google.visualization.arrayToDataTable(values);
|
| 34 |
|
| 28 |
|
| 29 |
public function getScripts() {
|
| 30 |
return '<script>
|
|
|
|
| 31 |
function drawChart(id, values, reverse) {
|
| 32 |
var data = google.visualization.arrayToDataTable(values);
|
| 33 |
|
models/CheckSeo.php
CHANGED
|
@@ -1333,7 +1333,15 @@ class SQ_Models_CheckSeo {
|
|
| 1333 |
//filter the array
|
| 1334 |
$remote_tasks[$function] = array_filter($remote_tasks[$function]);
|
| 1335 |
//make sure the complete param remains
|
| 1336 |
-
if (!isset($remote_tasks[$function]['completed']))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1337 |
//create the db taks if doesn't exist
|
| 1338 |
if (!isset($this->dbtasks[$this->category_name][$function])) $this->dbtasks[$this->category_name][$function] = array();
|
| 1339 |
//merge the local and remote task
|
|
@@ -1834,6 +1842,39 @@ class SQ_Models_CheckSeo {
|
|
| 1834 |
);
|
| 1835 |
}
|
| 1836 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1837 |
public function getAMPWebsite() {
|
| 1838 |
$valid = true;
|
| 1839 |
if (function_exists('is_amp_endpoint') && is_amp_endpoint()) {
|
| 1333 |
//filter the array
|
| 1334 |
$remote_tasks[$function] = array_filter($remote_tasks[$function]);
|
| 1335 |
//make sure the complete param remains
|
| 1336 |
+
if (!isset($remote_tasks[$function]['completed'])) {
|
| 1337 |
+
$remote_tasks[$function]['completed'] = false;
|
| 1338 |
+
|
| 1339 |
+
if (method_exists($this, $function)){
|
| 1340 |
+
if ($result = @call_user_func(array($this, $function))) {
|
| 1341 |
+
$remote_tasks[$function]['completed'] = $result['completed'];
|
| 1342 |
+
}
|
| 1343 |
+
}
|
| 1344 |
+
}
|
| 1345 |
//create the db taks if doesn't exist
|
| 1346 |
if (!isset($this->dbtasks[$this->category_name][$function])) $this->dbtasks[$this->category_name][$function] = array();
|
| 1347 |
//merge the local and remote task
|
| 1842 |
);
|
| 1843 |
}
|
| 1844 |
|
| 1845 |
+
/**
|
| 1846 |
+
* Check Local Robots
|
| 1847 |
+
* @return array
|
| 1848 |
+
*/
|
| 1849 |
+
public function getRobots(){
|
| 1850 |
+
if(SQ_Classes_Helpers_Tools::getOption('sq_auto_robots')) {
|
| 1851 |
+
return array(
|
| 1852 |
+
'completed' => 1
|
| 1853 |
+
);
|
| 1854 |
+
}
|
| 1855 |
+
|
| 1856 |
+
return array();
|
| 1857 |
+
}
|
| 1858 |
+
|
| 1859 |
+
/**
|
| 1860 |
+
* Check Local Sitemap
|
| 1861 |
+
* @return array
|
| 1862 |
+
*/
|
| 1863 |
+
public function getSitemap(){
|
| 1864 |
+
if(SQ_Classes_Helpers_Tools::getOption('sq_auto_sitemap')) {
|
| 1865 |
+
return array(
|
| 1866 |
+
'completed' => 1
|
| 1867 |
+
);
|
| 1868 |
+
}
|
| 1869 |
+
|
| 1870 |
+
return array();
|
| 1871 |
+
}
|
| 1872 |
+
|
| 1873 |
+
|
| 1874 |
+
/**
|
| 1875 |
+
* Check AMP Website
|
| 1876 |
+
* @return array
|
| 1877 |
+
*/
|
| 1878 |
public function getAMPWebsite() {
|
| 1879 |
$valid = true;
|
| 1880 |
if (function_exists('is_amp_endpoint') && is_amp_endpoint()) {
|
models/ImportExport.php
CHANGED
|
@@ -400,7 +400,9 @@ class SQ_Models_ImportExport {
|
|
| 400 |
if (function_exists('mb_detect_encoding') && function_exists('iconv')) {
|
| 401 |
if ($encoding = mb_detect_encoding($value)) {
|
| 402 |
if ($encoding <> 'UTF-8') {
|
| 403 |
-
|
|
|
|
|
|
|
| 404 |
if (strpos($value, '%%') !== false) {
|
| 405 |
$value = preg_replace('/%%([^\%]+)%%/', '{{$1}}', $value);
|
| 406 |
}
|
| 400 |
if (function_exists('mb_detect_encoding') && function_exists('iconv')) {
|
| 401 |
if ($encoding = mb_detect_encoding($value)) {
|
| 402 |
if ($encoding <> 'UTF-8') {
|
| 403 |
+
if (function_exists('iconv')) {
|
| 404 |
+
$value = iconv($encoding, 'UTF-8', $value);
|
| 405 |
+
}
|
| 406 |
if (strpos($value, '%%') !== false) {
|
| 407 |
$value = preg_replace('/%%([^\%]+)%%/', '{{$1}}', $value);
|
| 408 |
}
|
models/bulkseo/Metas.php
CHANGED
|
@@ -246,7 +246,9 @@ class SQ_Models_Bulkseo_Metas extends SQ_Models_Abstract_Assistant {
|
|
| 246 |
$keywords = preg_split('/,/', $this->_keyword);
|
| 247 |
if (!empty($keywords)) {
|
| 248 |
foreach ($keywords as $keyword) {
|
| 249 |
-
|
|
|
|
|
|
|
| 250 |
$task['completed'] = true;
|
| 251 |
return $task;
|
| 252 |
}
|
|
@@ -357,16 +359,18 @@ class SQ_Models_Bulkseo_Metas extends SQ_Models_Abstract_Assistant {
|
|
| 357 |
|
| 358 |
if ($this->_loadpatterns && $this->_post->sq->description <> '') {
|
| 359 |
$keywords = preg_split('/,/', $this->_keyword);
|
|
|
|
| 360 |
if (!empty($keywords)) {
|
| 361 |
foreach ($keywords as $keyword) {
|
| 362 |
-
|
|
|
|
|
|
|
| 363 |
$task['completed'] = true;
|
| 364 |
return $task;
|
| 365 |
}
|
| 366 |
}
|
| 367 |
}
|
| 368 |
}
|
| 369 |
-
|
| 370 |
$task['completed'] = false;
|
| 371 |
|
| 372 |
return $task;
|
| 246 |
$keywords = preg_split('/,/', $this->_keyword);
|
| 247 |
if (!empty($keywords)) {
|
| 248 |
foreach ($keywords as $keyword) {
|
| 249 |
+
$title = html_entity_decode(utf8_decode($this->_post->sq->title));
|
| 250 |
+
$keyword = html_entity_decode(utf8_decode($keyword));
|
| 251 |
+
if ($keyword <> '' && (SQ_Classes_Helpers_Tools::findStr($title, trim($keyword)) !== false)) {
|
| 252 |
$task['completed'] = true;
|
| 253 |
return $task;
|
| 254 |
}
|
| 359 |
|
| 360 |
if ($this->_loadpatterns && $this->_post->sq->description <> '') {
|
| 361 |
$keywords = preg_split('/,/', $this->_keyword);
|
| 362 |
+
|
| 363 |
if (!empty($keywords)) {
|
| 364 |
foreach ($keywords as $keyword) {
|
| 365 |
+
$description = html_entity_decode(utf8_decode($this->_post->sq->description));
|
| 366 |
+
$keyword = html_entity_decode(utf8_decode($keyword));
|
| 367 |
+
if ($keyword <> '' && (SQ_Classes_Helpers_Tools::findStr($description, trim($keyword)) !== false)) {
|
| 368 |
$task['completed'] = true;
|
| 369 |
return $task;
|
| 370 |
}
|
| 371 |
}
|
| 372 |
}
|
| 373 |
}
|
|
|
|
| 374 |
$task['completed'] = false;
|
| 375 |
|
| 376 |
return $task;
|
models/focuspages/Image.php
CHANGED
|
@@ -80,7 +80,7 @@ class SQ_Models_Focuspages_Image extends SQ_Models_Abstract_Assistant {
|
|
| 80 |
$header .= '<div class="font-weight-bold text-black-50 mb-2 text-center">' . __('Keyword', _SQ_PLUGIN_NAME_) . ': <strong class="text-info">' . $this->_keyword . '</strong></div>';
|
| 81 |
if (isset($this->_post->ID)) {
|
| 82 |
if (isset($this->_post->ID)) {
|
| 83 |
-
$edit_link = SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo', array('sid=' . $this->_post->ID, 'stype=' . $this->_post->post_type))
|
| 84 |
}
|
| 85 |
$header .= '<a href="' . $edit_link . '" target="_blank" class="btn btn-success text-white col-sm-8 offset-2 mt-3">' . __('Edit your snippet', _SQ_PLUGIN_NAME_) . '</a>';
|
| 86 |
}
|
|
@@ -126,7 +126,10 @@ class SQ_Models_Focuspages_Image extends SQ_Models_Abstract_Assistant {
|
|
| 126 |
$task['error_message'] = __("No image found", _SQ_PLUGIN_NAME_);
|
| 127 |
$task['completed'] = false;
|
| 128 |
} elseif (!empty($this->_images)) {
|
| 129 |
-
$
|
|
|
|
|
|
|
|
|
|
| 130 |
foreach ($this->_images as $image) {
|
| 131 |
//Check if all words are present in the image URL
|
| 132 |
$allwords = true;
|
| 80 |
$header .= '<div class="font-weight-bold text-black-50 mb-2 text-center">' . __('Keyword', _SQ_PLUGIN_NAME_) . ': <strong class="text-info">' . $this->_keyword . '</strong></div>';
|
| 81 |
if (isset($this->_post->ID)) {
|
| 82 |
if (isset($this->_post->ID)) {
|
| 83 |
+
$edit_link = SQ_Classes_Helpers_Tools::getAdminUrl('sq_bulkseo', 'bulkseo', array('sid=' . $this->_post->ID, 'stype=' . $this->_post->post_type));
|
| 84 |
}
|
| 85 |
$header .= '<a href="' . $edit_link . '" target="_blank" class="btn btn-success text-white col-sm-8 offset-2 mt-3">' . __('Edit your snippet', _SQ_PLUGIN_NAME_) . '</a>';
|
| 86 |
}
|
| 126 |
$task['error_message'] = __("No image found", _SQ_PLUGIN_NAME_);
|
| 127 |
$task['completed'] = false;
|
| 128 |
} elseif (!empty($this->_images)) {
|
| 129 |
+
$keyword = html_entity_decode(utf8_decode($this->_keyword));
|
| 130 |
+
$keyword = preg_replace('/[^a-zA-Z0-9\']/', ' ', $keyword);
|
| 131 |
+
$keyword = preg_replace('/\s{2,}/', ' ', $keyword);
|
| 132 |
+
$words = explode(' ', $keyword);
|
| 133 |
foreach ($this->_images as $image) {
|
| 134 |
//Check if all words are present in the image URL
|
| 135 |
$allwords = true;
|
models/focuspages/Length.php
CHANGED
|
@@ -18,10 +18,7 @@ class SQ_Models_Focuspages_Length extends SQ_Models_Abstract_Assistant {
|
|
| 18 |
return;
|
| 19 |
}
|
| 20 |
|
| 21 |
-
if (isset($this->
|
| 22 |
-
$content = SQ_Classes_Helpers_Sanitize::clearDescription($this->_post->post_content);
|
| 23 |
-
$this->_words = str_word_count($content);
|
| 24 |
-
} elseif (isset($this->_audit->data->sq_seo_meta->words)) {
|
| 25 |
$this->_words = $this->_audit->data->sq_seo_meta->words;
|
| 26 |
}
|
| 27 |
|
|
@@ -42,7 +39,7 @@ class SQ_Models_Focuspages_Length extends SQ_Models_Abstract_Assistant {
|
|
| 42 |
),
|
| 43 |
'avgtime' => array(
|
| 44 |
'title' => __("Reader's Experience", _SQ_PLUGIN_NAME_),
|
| 45 |
-
'value' => ($this->_pagetime ? number_format(($this->_pagetime / 60), 0) : 0) . ' ' . __('minutes average', _SQ_PLUGIN_NAME_),
|
| 46 |
'description' => sprintf(__("Get an average time on page of minimum 2 minutes for this focus page. You can do this by editing the content and making it more appealing to visitors. %s We're looking at the Average Time On Page for this page. %s Why? %s Because, sometimes website owners can be tempted to make the pages longer in order to get many words on a page. They make them longer by increasing wordiness. %s Over 1,500 words / page can give you much better SEO results. However, making it longer does not mean you should make it boring. %s In order to check that the length of the page was increased properly, we also take into account if website visitors love this page.", _SQ_PLUGIN_NAME_), '<br /><br />', '<br /><br />', '<br /><br />', '<br /><br />', '<br /><br />'),
|
| 47 |
),
|
| 48 |
);
|
|
@@ -87,7 +84,7 @@ class SQ_Models_Focuspages_Length extends SQ_Models_Abstract_Assistant {
|
|
| 87 |
|
| 88 |
if ($this->_error && !$this->_audit->sq_analytics_google_connected) {
|
| 89 |
$title = __("Connect to Google Analytics first.", _SQ_PLUGIN_NAME_);
|
| 90 |
-
}else {
|
| 91 |
foreach ($this->_tasks[$this->_category] as $task) {
|
| 92 |
if ($task['completed'] === false) {
|
| 93 |
return __("Click to open the Assistant in the right sidebar and follow the instructions.", _SQ_PLUGIN_NAME_);
|
|
@@ -102,7 +99,7 @@ class SQ_Models_Focuspages_Length extends SQ_Models_Abstract_Assistant {
|
|
| 102 |
* @return bool|WP_Error
|
| 103 |
*/
|
| 104 |
public function checkWordcont($task) {
|
| 105 |
-
if ($this->_words) {
|
| 106 |
$task['completed'] = ($this->_words >= self::WORDCOUNT_MINVAL);
|
| 107 |
return $task;
|
| 108 |
}
|
|
@@ -116,12 +113,12 @@ class SQ_Models_Focuspages_Length extends SQ_Models_Abstract_Assistant {
|
|
| 116 |
* @return bool|WP_Error
|
| 117 |
*/
|
| 118 |
public function checkAvgtime($task) {
|
| 119 |
-
if ($this->_pagetime) {
|
| 120 |
$task['completed'] = ($this->_pagetime >= self::PAGETIME_MINVAL);
|
| 121 |
return $task;
|
| 122 |
}
|
| 123 |
|
| 124 |
-
if(!$this->_audit->sq_analytics_google_connected){
|
| 125 |
$task['error_message'] = __("Connect Google Analytics first.", _SQ_PLUGIN_NAME_);
|
| 126 |
}
|
| 127 |
|
| 18 |
return;
|
| 19 |
}
|
| 20 |
|
| 21 |
+
if (isset($this->_audit->data->sq_seo_meta->words)) {
|
|
|
|
|
|
|
|
|
|
| 22 |
$this->_words = $this->_audit->data->sq_seo_meta->words;
|
| 23 |
}
|
| 24 |
|
| 39 |
),
|
| 40 |
'avgtime' => array(
|
| 41 |
'title' => __("Reader's Experience", _SQ_PLUGIN_NAME_),
|
| 42 |
+
'value' => ($this->_pagetime !== false ? number_format(($this->_pagetime / 60), 0) : 0) . ' ' . __('minutes average', _SQ_PLUGIN_NAME_),
|
| 43 |
'description' => sprintf(__("Get an average time on page of minimum 2 minutes for this focus page. You can do this by editing the content and making it more appealing to visitors. %s We're looking at the Average Time On Page for this page. %s Why? %s Because, sometimes website owners can be tempted to make the pages longer in order to get many words on a page. They make them longer by increasing wordiness. %s Over 1,500 words / page can give you much better SEO results. However, making it longer does not mean you should make it boring. %s In order to check that the length of the page was increased properly, we also take into account if website visitors love this page.", _SQ_PLUGIN_NAME_), '<br /><br />', '<br /><br />', '<br /><br />', '<br /><br />', '<br /><br />'),
|
| 44 |
),
|
| 45 |
);
|
| 84 |
|
| 85 |
if ($this->_error && !$this->_audit->sq_analytics_google_connected) {
|
| 86 |
$title = __("Connect to Google Analytics first.", _SQ_PLUGIN_NAME_);
|
| 87 |
+
} else {
|
| 88 |
foreach ($this->_tasks[$this->_category] as $task) {
|
| 89 |
if ($task['completed'] === false) {
|
| 90 |
return __("Click to open the Assistant in the right sidebar and follow the instructions.", _SQ_PLUGIN_NAME_);
|
| 99 |
* @return bool|WP_Error
|
| 100 |
*/
|
| 101 |
public function checkWordcont($task) {
|
| 102 |
+
if ($this->_words !== false) {
|
| 103 |
$task['completed'] = ($this->_words >= self::WORDCOUNT_MINVAL);
|
| 104 |
return $task;
|
| 105 |
}
|
| 113 |
* @return bool|WP_Error
|
| 114 |
*/
|
| 115 |
public function checkAvgtime($task) {
|
| 116 |
+
if ($this->_pagetime !== false) {
|
| 117 |
$task['completed'] = ($this->_pagetime >= self::PAGETIME_MINVAL);
|
| 118 |
return $task;
|
| 119 |
}
|
| 120 |
|
| 121 |
+
if (!$this->_audit->sq_analytics_google_connected) {
|
| 122 |
$task['error_message'] = __("Connect Google Analytics first.", _SQ_PLUGIN_NAME_);
|
| 123 |
}
|
| 124 |
|
models/focuspages/Onpage.php
CHANGED
|
@@ -18,7 +18,9 @@ class SQ_Models_Focuspages_Onpage extends SQ_Models_Abstract_Assistant {
|
|
| 18 |
return;
|
| 19 |
}
|
| 20 |
|
| 21 |
-
if (
|
|
|
|
|
|
|
| 22 |
$this->_robots = $this->_audit->data->sq_seo_file_robots->value;
|
| 23 |
}
|
| 24 |
|
|
@@ -49,7 +51,7 @@ class SQ_Models_Focuspages_Onpage extends SQ_Models_Abstract_Assistant {
|
|
| 49 |
$this->_tasks[$this->_category] = array(
|
| 50 |
'sitemap' => array(
|
| 51 |
'title' => __("Enhance your sitemap", _SQ_PLUGIN_NAME_),
|
| 52 |
-
'description' => sprintf(__("Add images / videos to your sitemap. It's important to have images / videos enabled. %s Squirrly SEO makes it super easy for you to enhance your XML sitemap. %s Just use the settings from %sSquirrly > SEO Settings > Sitemap XML%s. Find the XML sitemap section and use the settings from that panel. ", _SQ_PLUGIN_NAME_), '<br /><br />', '<br /><br />',
|
| 53 |
),
|
| 54 |
'posttype' => array(
|
| 55 |
'title' => __("Post Type settings activated", _SQ_PLUGIN_NAME_),
|
|
@@ -142,7 +144,7 @@ class SQ_Models_Focuspages_Onpage extends SQ_Models_Abstract_Assistant {
|
|
| 142 |
*
|
| 143 |
*/
|
| 144 |
public function checkRobots($task) {
|
| 145 |
-
if ($this->_robots) {
|
| 146 |
$task['completed'] = ($this->_robots <> '');
|
| 147 |
return $task;
|
| 148 |
}
|
| 18 |
return;
|
| 19 |
}
|
| 20 |
|
| 21 |
+
if (SQ_Classes_Helpers_Tools::getOption('sq_auto_robots')) {
|
| 22 |
+
$this->_robots = home_url('robots.txt');
|
| 23 |
+
}elseif (isset($this->_audit->data->sq_seo_file_robots->value)) {
|
| 24 |
$this->_robots = $this->_audit->data->sq_seo_file_robots->value;
|
| 25 |
}
|
| 26 |
|
| 51 |
$this->_tasks[$this->_category] = array(
|
| 52 |
'sitemap' => array(
|
| 53 |
'title' => __("Enhance your sitemap", _SQ_PLUGIN_NAME_),
|
| 54 |
+
'description' => sprintf(__("Add images / videos to your sitemap. It's important to have images / videos enabled. %s Squirrly SEO makes it super easy for you to enhance your XML sitemap. %s Just use the settings from %sSquirrly > SEO Settings > Sitemap XML%s. Find the XML sitemap section and use the settings from that panel. ", _SQ_PLUGIN_NAME_), '<br /><br />', '<br /><br />', '<a href="' . SQ_Classes_Helpers_Tools::getAdminUrl('sq_seosettings', 'sitemap') . '" target="_blank" >', '</a>'),
|
| 55 |
),
|
| 56 |
'posttype' => array(
|
| 57 |
'title' => __("Post Type settings activated", _SQ_PLUGIN_NAME_),
|
| 144 |
*
|
| 145 |
*/
|
| 146 |
public function checkRobots($task) {
|
| 147 |
+
if ($this->_robots !== false) {
|
| 148 |
$task['completed'] = ($this->_robots <> '');
|
| 149 |
return $task;
|
| 150 |
}
|
models/focuspages/Snippet.php
CHANGED
|
@@ -47,12 +47,12 @@ class SQ_Models_Focuspages_Snippet extends SQ_Models_Abstract_Assistant {
|
|
| 47 |
}
|
| 48 |
|
| 49 |
if ($this->_title && $this->_keyword) {
|
| 50 |
-
if (!$this->_keyword_in_title = (
|
| 51 |
if ($this->_post->sq->keywords <> '') {
|
| 52 |
$keywords = explode(',', $this->_post->sq->keywords);
|
| 53 |
|
| 54 |
foreach ($keywords as $keyword) {
|
| 55 |
-
if ($this->_keyword_in_title = (
|
| 56 |
break;
|
| 57 |
}
|
| 58 |
}
|
|
@@ -61,12 +61,12 @@ class SQ_Models_Focuspages_Snippet extends SQ_Models_Abstract_Assistant {
|
|
| 61 |
}
|
| 62 |
|
| 63 |
if ($this->_description && $this->_keyword) {
|
| 64 |
-
if (!$this->_keyword_in_description = (
|
| 65 |
if ($this->_post->sq->keywords <> '') {
|
| 66 |
$keywords = explode(',', $this->_post->sq->keywords);
|
| 67 |
|
| 68 |
foreach ($keywords as $keyword) {
|
| 69 |
-
if ($this->_keyword_in_description = (
|
| 70 |
break;
|
| 71 |
}
|
| 72 |
}
|
| 47 |
}
|
| 48 |
|
| 49 |
if ($this->_title && $this->_keyword) {
|
| 50 |
+
if (!$this->_keyword_in_title = (SQ_Classes_Helpers_Tools::findStr($this->_post->sq->title, $this->_keyword) !== false)) {
|
| 51 |
if ($this->_post->sq->keywords <> '') {
|
| 52 |
$keywords = explode(',', $this->_post->sq->keywords);
|
| 53 |
|
| 54 |
foreach ($keywords as $keyword) {
|
| 55 |
+
if ($this->_keyword_in_title = (SQ_Classes_Helpers_Tools::findStr($this->_post->sq->title, trim($keyword)) !== false)) {
|
| 56 |
break;
|
| 57 |
}
|
| 58 |
}
|
| 61 |
}
|
| 62 |
|
| 63 |
if ($this->_description && $this->_keyword) {
|
| 64 |
+
if (!$this->_keyword_in_description = (SQ_Classes_Helpers_Tools::findStr($this->_post->sq->description, $this->_keyword) !== false)) {
|
| 65 |
if ($this->_post->sq->keywords <> '') {
|
| 66 |
$keywords = explode(',', $this->_post->sq->keywords);
|
| 67 |
|
| 68 |
foreach ($keywords as $keyword) {
|
| 69 |
+
if ($this->_keyword_in_description = (SQ_Classes_Helpers_Tools::findStr($this->_post->sq->description, trim($keyword)) !== false)) {
|
| 70 |
break;
|
| 71 |
}
|
| 72 |
}
|
readme.txt
CHANGED
|
@@ -12,25 +12,39 @@ Squirrly 2020 is the First-Ever Non-Human SEO Consultant. In a Plugin. Powered b
|
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
First-Ever Non-Human SEO Consultant Is Coming to WordPress. SEO Technology Meets SEO Marketing. Squirrly handles all tech requirements for rich snippets, social snippets, and more, while helping you get the best SEO Marketing.
|
| 16 |
|
| 17 |
How does it do that? By acting as your private SEO Consultant. Watch the video:
|
| 18 |
|
| 19 |
https://www.youtube.com/watch?v=m2R2d2Q4Sfk
|
| 20 |
|
| 21 |
-
**Your next SEO Plugin is NOT an SEO Plugin.**
|
| 22 |
It's a Non-Human Private SEO Consultant.
|
| 23 |
Powered by Machine Learning and Cloud Services.
|
| 24 |
It's the First of its kind.
|
| 25 |
It's the new Squirrly 2020: Smart Strategy and it lives and works inside your WordPress.
|
| 26 |
|
| 27 |
-
Squirrly 2020 will level the playing field for small and medium-sized businesses when it comes to Wordpress SEO marketing.
|
| 28 |
-
|
| 29 |
-
We put advanced digital tools to work for you so that you become highly visible online and therefore can sell your products and services.
|
| 30 |
-
|
| 31 |
We've made Expert-Level SEO Advice (the kind you'd pay consultants $2,500 USD / month) very accessible for WordPress site owners, small business owners, professional bloggers, freelancers, agencies.
|
| 32 |
|
| 33 |
-
|
|
|
|
|
|
|
| 34 |
|
| 35 |
Having studied over 600,000 WordPress sites with performance metrics, growth metrics, this new Non-Human consultant has 7 years of experience and "knows" what you need in order to become successful. Just like all the people in our <a title="Squirrly SEO Success for WordPress Users" href="https://www.squirrly.co/successful/">Success Stories Who Followed Squirrly's Advice.</a>
|
| 36 |
|
|
@@ -127,7 +141,7 @@ It's time to rethink the old way of doing search engine optimization for WordPre
|
|
| 127 |
|
| 128 |
Why? Because the old way of doing things is no longer relevant to how search engines work today. Because Google does NOT perceive your pages as being all the same.
|
| 129 |
|
| 130 |
-
There is no
|
| 131 |
|
| 132 |
It's like applying a random treatment regardless of the symptoms, just because it had worked once (in another case) for another patient. Would YOU put your faith in that?
|
| 133 |
|
|
@@ -392,6 +406,31 @@ Type a keyword to the right of the screen and start using Squirrly Seo. Enjoy!
|
|
| 392 |
Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many new features. If you don't want to change the current experience you have with Squirrly you can remain on the current stable version of Squirrly SEO.
|
| 393 |
|
| 394 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 395 |
= 10.0.06 - 06/01/2020 =
|
| 396 |
* Update - Inspect URL when the Audit can't be made
|
| 397 |
* Update - Add all the Features Categories in the Overview
|
|
@@ -643,7 +682,7 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 643 |
* Update - Platform SEO task description
|
| 644 |
* Update - Import Keywords from CSV
|
| 645 |
* Update - Add the option in SEO Settings > Tracking to load the tracking codes only for visitors
|
| 646 |
-
* Fix - Parse error: syntax error, unexpected
|
| 647 |
* Fix - Responsive assistant view for pads and tiny desktops
|
| 648 |
* Fix - Keyword in Bulk SEO
|
| 649 |
* Fix - Don't inport the Journey Date
|
|
@@ -856,7 +895,7 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 856 |
* SEO Update - Facebook Pixel amazing updates to control, tracking, and event-based actions
|
| 857 |
* SEO Update - Rich Pins updates for WooCommerce based Pinterest profiles and Pinterest posts
|
| 858 |
* SEO Update - more schema and json-ld updates
|
| 859 |
-
* SEO Update - Custom Sidebars
|
| 860 |
|
| 861 |
= 8.3.14 - 03/19/2018 =
|
| 862 |
* SEO Update - Add a new pattern {{post_description}} to get only the description from Post Content
|
|
@@ -907,7 +946,7 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 907 |
* SEO Update - Link Checker works to improve compatibility
|
| 908 |
* SEO Update - Open Graph for Facebook, Google+ and Twitter Card Tags
|
| 909 |
* SEO Update - Open Graph for Facebook, Google+ and Twitter Card Tags plugin works
|
| 910 |
-
* SEO Update - WordPress Share Buttons Plugin
|
| 911 |
* SEO Update - Social Media Share Buttons & Social Sharing Icons works
|
| 912 |
* SEO Update - AddToAny Share Buttons compatibility
|
| 913 |
|
|
@@ -919,12 +958,12 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 919 |
* SEO Update - Contact Widgets works
|
| 920 |
* SEO Update - Social Icons compatible
|
| 921 |
* SEO Update - OG
|
| 922 |
-
* SEO Update - Wordfence Security
|
| 923 |
* SEO Update - Google Analytics Dashboard for WP (GADWP) compatible
|
| 924 |
* SEO Update - Jetpack by WordPress.com backups and imports
|
| 925 |
* SEO Update - Elementor Page Builder compatible
|
| 926 |
* SEO Update - Elementor Page Builder SEO Live Assistant now checks it better
|
| 927 |
-
* SEO Update - Ninja Forms
|
| 928 |
|
| 929 |
= 8.3.08 - 02/15/2018 =
|
| 930 |
* SEO Update - Update the article:tag Meta for Facebook Open Graph (SEO update)
|
|
@@ -944,7 +983,7 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 944 |
* SEO Update - WooCommerce PayPal Express Checkout Payment Gateway compatible
|
| 945 |
* SEO Update - All In One SEO Pack backup data and imports
|
| 946 |
* SEO Update - Nextend Social Login and Register (Facebook, Google, Twitter) compatible
|
| 947 |
-
* SEO Update - Revive Old Posts
|
| 948 |
* SEO Update - WP to Twitter
|
| 949 |
|
| 950 |
= 8.3.06 - 02/09/2018 =
|
|
@@ -1040,30 +1079,30 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 1040 |
* SEO Fix - Fixed the Doublin Core name error on line 29
|
| 1041 |
* Squirrly SEO is now compatible with WP 4.8.3
|
| 1042 |
|
| 1043 |
-
= 8.2.20
|
| 1044 |
* SEO Fix - Fixed the Excerpt Only patterh
|
| 1045 |
* SEO Fix - Fixed Squirrly Snippet in case is empty or has special chars
|
| 1046 |
|
| 1047 |
-
= 8.2.19
|
| 1048 |
* SEO Update - Update Squirrly Live Assistant to use less resources and work faster
|
| 1049 |
* SEO Update - Added the Post Publish option in Squirrly Split Window
|
| 1050 |
* SEO Fix - Fixed Greeck keywords optimization fixed
|
| 1051 |
* SEO Fix - Fixed the Keyword Research not to display the error message and to be able to redo the search
|
| 1052 |
* SEO Fix - Fixed the Squirrly Snippet's Title snd Description when using special chars
|
| 1053 |
|
| 1054 |
-
= 8.2.18
|
| 1055 |
* SEO Update - Update compatibility with Polylang plugin
|
| 1056 |
* SEO Fix - Increased connection time with out API in case of slow internet access
|
| 1057 |
* SEO Fix - Fixed the yellow highlight in frontend
|
| 1058 |
* SEO Fix - Fixed Squirrly SLA loading in post edit
|
| 1059 |
* SEO Fix - Fixed small bugs with article optimization in my.squirrly.co
|
| 1060 |
|
| 1061 |
-
= 8.2.17
|
| 1062 |
* SEO Fix - Fixed the SLA loading issue for older WP versions
|
| 1063 |
* SEO Fix - Fixed the Keyword one letter when loading a new post/page
|
| 1064 |
* SEO Fix - Corrected the Facebook App ID
|
| 1065 |
|
| 1066 |
-
= 8.2.15
|
| 1067 |
* SEO Update - Increased the loading speed for favicon.icon and robots.txt
|
| 1068 |
* SEO Update - Update the SEO Audit with the latest METAs
|
| 1069 |
* SEO Update - Register the Subservers for WP Multisite
|
|
@@ -1071,32 +1110,32 @@ Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many n
|
|
| 1071 |
* SEO Fix - Fixed the Squirrly Snippet in frontend in case the js and css are not loading
|
| 1072 |
* SEO Fix - Show error message in case SLA is not loading
|
| 1073 |
|
| 1074 |
-
= 8.2.14
|
| 1075 |
* SEO Fix - Fixed compatibility with Beaver Builder
|
| 1076 |
* SEO Fix - Increased security on SEO restore in Import SEO section
|
| 1077 |
|
| 1078 |
-
= 8.2.13
|
| 1079 |
* SEO Fix - Fixed the snippet preview in case some features are disabled
|
| 1080 |
* SEO Fix - Fixed the Title and Description Lenght in Frontend
|
| 1081 |
* SEO Fix - Added the option to import the old SEO settings from Squirrly SEO
|
| 1082 |
|
| 1083 |
-
= 8.2.11
|
| 1084 |
* SEO Fix - Fixed remove meta from Elementor
|
| 1085 |
* SEO Fix - Fixed small bugs for Squirrly Split Window
|
| 1086 |
|
| 1087 |
-
= 8.2.10
|
| 1088 |
* SEO Update - Launching Squirrly 2018 Steve
|
| 1089 |
* See all the new features here: https://howto.squirrly.co/kb/slides/
|
| 1090 |
|
| 1091 |
-
= 8.0.5
|
| 1092 |
* SEO Fix - Fixed HTTPS jquery load in sitemap.xml
|
| 1093 |
* SEO Squirrly is compatible with WP 4.8.1
|
| 1094 |
|
| 1095 |
-
= 8.0.4
|
| 1096 |
* SEO Fix - Fixed minor bugs
|
| 1097 |
* SEO Fix - Fixed loading https classes in SSL backend
|
| 1098 |
|
| 1099 |
-
= 8.0.2
|
| 1100 |
* SEO Update - Update the JSON-LD with the last update from google
|
| 1101 |
* Squirrly SEO is compatible with WP 4.8
|
| 1102 |
|
| 12 |
|
| 13 |
== Description ==
|
| 14 |
|
| 15 |
+
A.I.-based Private SEO Consultant. In a Plugin. Powered by Machine Learning and Cloud Services.
|
| 16 |
+
|
| 17 |
+
Offers the same level of advice as a Human consultant would, yet with greater precision and customization.
|
| 18 |
+
|
| 19 |
+
Over 300 functionalities for SEO now available when you need them. (if you're using the Non-SEO expert mode: then our A.I. will tell you when you need to use each of them and in which order; so it's not important for you to learn everything if you don't want to).
|
| 20 |
+
|
| 21 |
+
I've been interviewed by Startup Valley and <a title="Squirrly Business Products and Digital Assistants" href="https://www.startupvalley.news/uk/squirrly/">talked at length about how we built this A.I. consultant</a> on top of Squirrly's existing SEO features (the likes of which you can only get from SEMrush, Moz, Ahrefs)
|
| 22 |
+
|
| 23 |
+
Checks your traffic, how well people engage with content on your site, sees your positions for all pages inside the Google search engine, tells you how to bring more traffic and how to make more of your pages visible, gives you solid advice for getting more clicks and more.
|
| 24 |
+
|
| 25 |
+
Insanely Great Support with Facebook Community, Huge Knowledge base, Multiple Support Channels, Free Academy Access (Education Cloud 2020), Podcast, Youtube videos and more. <a title="Find All Support Options Here" href="https://fourhourseo.com/">See all of them here. (click and scroll down)</a>
|
| 26 |
+
|
| 27 |
+
We've built this so that YOU become successful. Learn more about our vision here.
|
| 28 |
+
|
| 29 |
+
https://www.youtube.com/watch?v=__PPtpPIcCI
|
| 30 |
+
|
| 31 |
First-Ever Non-Human SEO Consultant Is Coming to WordPress. SEO Technology Meets SEO Marketing. Squirrly handles all tech requirements for rich snippets, social snippets, and more, while helping you get the best SEO Marketing.
|
| 32 |
|
| 33 |
How does it do that? By acting as your private SEO Consultant. Watch the video:
|
| 34 |
|
| 35 |
https://www.youtube.com/watch?v=m2R2d2Q4Sfk
|
| 36 |
|
| 37 |
+
**Your next SEO Plugin is NOT just an SEO Plugin.**
|
| 38 |
It's a Non-Human Private SEO Consultant.
|
| 39 |
Powered by Machine Learning and Cloud Services.
|
| 40 |
It's the First of its kind.
|
| 41 |
It's the new Squirrly 2020: Smart Strategy and it lives and works inside your WordPress.
|
| 42 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
We've made Expert-Level SEO Advice (the kind you'd pay consultants $2,500 USD / month) very accessible for WordPress site owners, small business owners, professional bloggers, freelancers, agencies.
|
| 44 |
|
| 45 |
+
How can you start getting the advice?
|
| 46 |
+
|
| 47 |
+
https://www.youtube.com/watch?v=drRVRBFYUKA
|
| 48 |
|
| 49 |
Having studied over 600,000 WordPress sites with performance metrics, growth metrics, this new Non-Human consultant has 7 years of experience and "knows" what you need in order to become successful. Just like all the people in our <a title="Squirrly SEO Success for WordPress Users" href="https://www.squirrly.co/successful/">Success Stories Who Followed Squirrly's Advice.</a>
|
| 50 |
|
| 141 |
|
| 142 |
Why? Because the old way of doing things is no longer relevant to how search engines work today. Because Google does NOT perceive your pages as being all the same.
|
| 143 |
|
| 144 |
+
There is no "one size fits all" in SEO, so using an SEO plugin that treats all pages the same way is dangerous for your business.
|
| 145 |
|
| 146 |
It's like applying a random treatment regardless of the symptoms, just because it had worked once (in another case) for another patient. Would YOU put your faith in that?
|
| 147 |
|
| 406 |
Squirrly SEO 10.0.0 it's a big update. We've re-designed the UX and added many new features. If you don't want to change the current experience you have with Squirrly you can remain on the current stable version of Squirrly SEO.
|
| 407 |
|
| 408 |
== Changelog ==
|
| 409 |
+
= 10.0.10 - 06/18/2020 =
|
| 410 |
+
* Fixed - Focus Page Words Count
|
| 411 |
+
* Fixed - Focus Page SEO Image
|
| 412 |
+
* Fixed - Goals tasks for SEO Image, SEO in METAs, Robots and Sitemap
|
| 413 |
+
* Fixed - Google charts error Uncaught TypeError: Cannot read property 'arrayToDataTable' of undefined
|
| 414 |
+
* Fixed - Load Squirrly.js in body for Live Assistant
|
| 415 |
+
|
| 416 |
+
= 10.0.09 - 06/15/2020 =
|
| 417 |
+
* Update - SEO compatible with WP 5.4.2
|
| 418 |
+
* Update - Compatible with Custom Post Slug plugin
|
| 419 |
+
* Update - Compatible with Hummingbird plugin and Cachify plugin
|
| 420 |
+
* Update - Added Inspect URL option on each Focus Page and Audit Page
|
| 421 |
+
* Update - Added help in Focus Page > Add new page
|
| 422 |
+
* Fixed - Small CSS issues
|
| 423 |
+
|
| 424 |
+
= 10.0.08 - 06/08/2020 =
|
| 425 |
+
* Update - Right To Left (RTL) Support in Squirrly SEO
|
| 426 |
+
* Update - Reduce the plugin archive size by removing dev files
|
| 427 |
+
* Fixed - Show the Goals on first load without ajax
|
| 428 |
+
* Fixed - Remove sq_nonce duplicate ids in HTML
|
| 429 |
+
* Fixed - Iconv error if the PHP iconv extension is not installed
|
| 430 |
+
* Fixed - Remove the bootstra map link from js
|
| 431 |
+
* Fixed - The CSS bor both RTL and LTR support
|
| 432 |
+
* Fixed CSS for Dashboard when the offer is visible
|
| 433 |
+
|
| 434 |
= 10.0.06 - 06/01/2020 =
|
| 435 |
* Update - Inspect URL when the Audit can't be made
|
| 436 |
* Update - Add all the Features Categories in the Overview
|
| 682 |
* Update - Platform SEO task description
|
| 683 |
* Update - Import Keywords from CSV
|
| 684 |
* Update - Add the option in SEO Settings > Tracking to load the tracking codes only for visitors
|
| 685 |
+
* Fix - Parse error: syntax error, unexpected Sitemaps.php on line 476
|
| 686 |
* Fix - Responsive assistant view for pads and tiny desktops
|
| 687 |
* Fix - Keyword in Bulk SEO
|
| 688 |
* Fix - Don't inport the Journey Date
|
| 895 |
* SEO Update - Facebook Pixel amazing updates to control, tracking, and event-based actions
|
| 896 |
* SEO Update - Rich Pins updates for WooCommerce based Pinterest profiles and Pinterest posts
|
| 897 |
* SEO Update - more schema and json-ld updates
|
| 898 |
+
* SEO Update - Custom Sidebars - Dynamic Widget Area Manager compatibility
|
| 899 |
|
| 900 |
= 8.3.14 - 03/19/2018 =
|
| 901 |
* SEO Update - Add a new pattern {{post_description}} to get only the description from Post Content
|
| 946 |
* SEO Update - Link Checker works to improve compatibility
|
| 947 |
* SEO Update - Open Graph for Facebook, Google+ and Twitter Card Tags
|
| 948 |
* SEO Update - Open Graph for Facebook, Google+ and Twitter Card Tags plugin works
|
| 949 |
+
* SEO Update - WordPress Share Buttons Plugin - AddThis compatiblity
|
| 950 |
* SEO Update - Social Media Share Buttons & Social Sharing Icons works
|
| 951 |
* SEO Update - AddToAny Share Buttons compatibility
|
| 952 |
|
| 958 |
* SEO Update - Contact Widgets works
|
| 959 |
* SEO Update - Social Icons compatible
|
| 960 |
* SEO Update - OG
|
| 961 |
+
* SEO Update - Wordfence Security - Firewall & Malware Scan compatible
|
| 962 |
* SEO Update - Google Analytics Dashboard for WP (GADWP) compatible
|
| 963 |
* SEO Update - Jetpack by WordPress.com backups and imports
|
| 964 |
* SEO Update - Elementor Page Builder compatible
|
| 965 |
* SEO Update - Elementor Page Builder SEO Live Assistant now checks it better
|
| 966 |
+
* SEO Update - Ninja Forms - The Easy and Powerful Forms Builder compatibility
|
| 967 |
|
| 968 |
= 8.3.08 - 02/15/2018 =
|
| 969 |
* SEO Update - Update the article:tag Meta for Facebook Open Graph (SEO update)
|
| 983 |
* SEO Update - WooCommerce PayPal Express Checkout Payment Gateway compatible
|
| 984 |
* SEO Update - All In One SEO Pack backup data and imports
|
| 985 |
* SEO Update - Nextend Social Login and Register (Facebook, Google, Twitter) compatible
|
| 986 |
+
* SEO Update - Revive Old Posts - Auto Post to Social Media compatible
|
| 987 |
* SEO Update - WP to Twitter
|
| 988 |
|
| 989 |
= 8.3.06 - 02/09/2018 =
|
| 1079 |
* SEO Fix - Fixed the Doublin Core name error on line 29
|
| 1080 |
* Squirrly SEO is now compatible with WP 4.8.3
|
| 1081 |
|
| 1082 |
+
= 8.2.20 - 11/02/2017 =
|
| 1083 |
* SEO Fix - Fixed the Excerpt Only patterh
|
| 1084 |
* SEO Fix - Fixed Squirrly Snippet in case is empty or has special chars
|
| 1085 |
|
| 1086 |
+
= 8.2.19 - 10/30/2017 =
|
| 1087 |
* SEO Update - Update Squirrly Live Assistant to use less resources and work faster
|
| 1088 |
* SEO Update - Added the Post Publish option in Squirrly Split Window
|
| 1089 |
* SEO Fix - Fixed Greeck keywords optimization fixed
|
| 1090 |
* SEO Fix - Fixed the Keyword Research not to display the error message and to be able to redo the search
|
| 1091 |
* SEO Fix - Fixed the Squirrly Snippet's Title snd Description when using special chars
|
| 1092 |
|
| 1093 |
+
= 8.2.18 - 10/27/2017 =
|
| 1094 |
* SEO Update - Update compatibility with Polylang plugin
|
| 1095 |
* SEO Fix - Increased connection time with out API in case of slow internet access
|
| 1096 |
* SEO Fix - Fixed the yellow highlight in frontend
|
| 1097 |
* SEO Fix - Fixed Squirrly SLA loading in post edit
|
| 1098 |
* SEO Fix - Fixed small bugs with article optimization in my.squirrly.co
|
| 1099 |
|
| 1100 |
+
= 8.2.17 - 10/24/2017 =
|
| 1101 |
* SEO Fix - Fixed the SLA loading issue for older WP versions
|
| 1102 |
* SEO Fix - Fixed the Keyword one letter when loading a new post/page
|
| 1103 |
* SEO Fix - Corrected the Facebook App ID
|
| 1104 |
|
| 1105 |
+
= 8.2.15 - 10/18/2017 =
|
| 1106 |
* SEO Update - Increased the loading speed for favicon.icon and robots.txt
|
| 1107 |
* SEO Update - Update the SEO Audit with the latest METAs
|
| 1108 |
* SEO Update - Register the Subservers for WP Multisite
|
| 1110 |
* SEO Fix - Fixed the Squirrly Snippet in frontend in case the js and css are not loading
|
| 1111 |
* SEO Fix - Show error message in case SLA is not loading
|
| 1112 |
|
| 1113 |
+
= 8.2.14 - 10/12/2017 =
|
| 1114 |
* SEO Fix - Fixed compatibility with Beaver Builder
|
| 1115 |
* SEO Fix - Increased security on SEO restore in Import SEO section
|
| 1116 |
|
| 1117 |
+
= 8.2.13 - 10/11/2017 =
|
| 1118 |
* SEO Fix - Fixed the snippet preview in case some features are disabled
|
| 1119 |
* SEO Fix - Fixed the Title and Description Lenght in Frontend
|
| 1120 |
* SEO Fix - Added the option to import the old SEO settings from Squirrly SEO
|
| 1121 |
|
| 1122 |
+
= 8.2.11 - 10/10/2017 =
|
| 1123 |
* SEO Fix - Fixed remove meta from Elementor
|
| 1124 |
* SEO Fix - Fixed small bugs for Squirrly Split Window
|
| 1125 |
|
| 1126 |
+
= 8.2.10 - 10/10/2017 =
|
| 1127 |
* SEO Update - Launching Squirrly 2018 Steve
|
| 1128 |
* See all the new features here: https://howto.squirrly.co/kb/slides/
|
| 1129 |
|
| 1130 |
+
= 8.0.5 - 08/14/2017 =
|
| 1131 |
* SEO Fix - Fixed HTTPS jquery load in sitemap.xml
|
| 1132 |
* SEO Squirrly is compatible with WP 4.8.1
|
| 1133 |
|
| 1134 |
+
= 8.0.4 - 07/24/2017 =
|
| 1135 |
* SEO Fix - Fixed minor bugs
|
| 1136 |
* SEO Fix - Fixed loading https classes in SSL backend
|
| 1137 |
|
| 1138 |
+
= 8.0.2 - 05/20/2017 =
|
| 1139 |
* SEO Update - Update the JSON-LD with the last update from google
|
| 1140 |
* Squirrly SEO is compatible with WP 4.8
|
| 1141 |
|
squirrly.php
CHANGED
|
@@ -8,7 +8,7 @@
|
|
| 8 |
* 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://cloud.squirrly.co/user" target="_blank"><strong>Check your profile</strong></a>
|
| 9 |
* Author: Squirrly SEO
|
| 10 |
* Author URI: https://plugin.squirrly.co
|
| 11 |
-
* Version: 10.0.
|
| 12 |
* License: GPLv2 or later
|
| 13 |
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
| 14 |
* Text Domain: squirrly-seo
|
|
@@ -16,9 +16,9 @@
|
|
| 16 |
*/
|
| 17 |
if (!defined('SQ_VERSION')) {
|
| 18 |
/* SET THE CURRENT VERSION ABOVE AND BELOW */
|
| 19 |
-
define('SQ_VERSION', '10.0.
|
| 20 |
//The last stable version
|
| 21 |
-
define('SQ_STABLE_VERSION', '10.0.
|
| 22 |
// Call config files
|
| 23 |
try {
|
| 24 |
require_once(dirname(__FILE__) . '/config/config.php');
|
| 8 |
* 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://cloud.squirrly.co/user" target="_blank"><strong>Check your profile</strong></a>
|
| 9 |
* Author: Squirrly SEO
|
| 10 |
* Author URI: https://plugin.squirrly.co
|
| 11 |
+
* Version: 10.0.10
|
| 12 |
* License: GPLv2 or later
|
| 13 |
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
| 14 |
* Text Domain: squirrly-seo
|
| 16 |
*/
|
| 17 |
if (!defined('SQ_VERSION')) {
|
| 18 |
/* SET THE CURRENT VERSION ABOVE AND BELOW */
|
| 19 |
+
define('SQ_VERSION', '10.0.10');
|
| 20 |
//The last stable version
|
| 21 |
+
define('SQ_STABLE_VERSION', '10.0.06');
|
| 22 |
// Call config files
|
| 23 |
try {
|
| 24 |
require_once(dirname(__FILE__) . '/config/config.php');
|
view/Assistant/Assistant.php
CHANGED
|
@@ -26,7 +26,7 @@
|
|
| 26 |
<div class="col-sm-12 my-3 p-0 text-right">
|
| 27 |
<?php if (current_user_can('sq_manage_snippet')) { ?>
|
| 28 |
<form method="POST">
|
| 29 |
-
<?php
|
| 30 |
<input type="hidden" name="action" value="sq_create_demo"/>
|
| 31 |
<button type="submit" class="btn rounded-0 btn-green btn-lg px-5 mx-4" style="min-width: 300px"><?php _e('Practice/Test Round', _SQ_PLUGIN_NAME_); ?></button>
|
| 32 |
</form>
|
| 26 |
<div class="col-sm-12 my-3 p-0 text-right">
|
| 27 |
<?php if (current_user_can('sq_manage_snippet')) { ?>
|
| 28 |
<form method="POST">
|
| 29 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_create_demo', 'sq_nonce'); ?>
|
| 30 |
<input type="hidden" name="action" value="sq_create_demo"/>
|
| 31 |
<button type="submit" class="btn rounded-0 btn-green btn-lg px-5 mx-4" style="min-width: 300px"><?php _e('Practice/Test Round', _SQ_PLUGIN_NAME_); ?></button>
|
| 32 |
</form>
|
view/Assistant/Settings.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_settings_assistant"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_settings_assistant', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_settings_assistant"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/Audits/Addpage.php
CHANGED
|
@@ -161,7 +161,7 @@
|
|
| 161 |
<td style="width: 140px; text-align: center; vertical-align: middle">
|
| 162 |
<?php if (!$active) { ?>
|
| 163 |
<form method="post" class="p-0 m-0">
|
| 164 |
-
<?php
|
| 165 |
<input type="hidden" name="action" value="sq_audits_addnew"/>
|
| 166 |
|
| 167 |
<input type="hidden" name="url" value="<?php echo $post->url; ?>">
|
| 161 |
<td style="width: 140px; text-align: center; vertical-align: middle">
|
| 162 |
<?php if (!$active) { ?>
|
| 163 |
<form method="post" class="p-0 m-0">
|
| 164 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_audits_addnew', 'sq_nonce'); ?>
|
| 165 |
<input type="hidden" name="action" value="sq_audits_addnew"/>
|
| 166 |
|
| 167 |
<input type="hidden" name="url" value="<?php echo $post->url; ?>">
|
view/Audits/Audit.php
CHANGED
|
@@ -124,7 +124,7 @@
|
|
| 124 |
<td rowspan="2" class="sq_first_header_column text-center">
|
| 125 |
<span class="<?php echo ((int)$task->complete == 1) ? 'sq_audit_tasks_pass' : 'sq_audit_tasks_fail' ?>"></span>
|
| 126 |
</td>
|
| 127 |
-
<td style="vertical-align: middle" class="sq_second_header_column">
|
| 128 |
<span class="sq_audit_tasks_title"><?php echo $task->title ?></span>
|
| 129 |
<span class="sq_audit_tasks_value sq_audit_tasks_value<?php echo ((int)$task->complete == 1) ? '_pass' : '_fail' ?>">
|
| 130 |
<?php echo ($task->complete) ? $task->success : $task->fail ?>
|
| 124 |
<td rowspan="2" class="sq_first_header_column text-center">
|
| 125 |
<span class="<?php echo ((int)$task->complete == 1) ? 'sq_audit_tasks_pass' : 'sq_audit_tasks_fail' ?>"></span>
|
| 126 |
</td>
|
| 127 |
+
<td style="vertical-align: middle" class="sq_second_header_column text-left">
|
| 128 |
<span class="sq_audit_tasks_title"><?php echo $task->title ?></span>
|
| 129 |
<span class="sq_audit_tasks_value sq_audit_tasks_value<?php echo ((int)$task->complete == 1) ? '_pass' : '_fail' ?>">
|
| 130 |
<?php echo ($task->complete) ? $task->success : $task->fail ?>
|
view/Audits/AuditPageRow.php
CHANGED
|
@@ -62,8 +62,8 @@ if (strtotime($view->auditpage->audit_datetime)) {
|
|
| 62 |
<div class="sq_sm_dropdown">
|
| 63 |
<ul class="p-2 m-0 text-left">
|
| 64 |
<li class="m-0 p-1 py-2">
|
| 65 |
-
<form method="post" class="p-0 m-0">
|
| 66 |
-
<?php
|
| 67 |
<input type="hidden" name="action" value="sq_audits_delete"/>
|
| 68 |
<input type="hidden" name="id" value="<?php echo $view->auditpage->user_post_id ?>"/>
|
| 69 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
|
@@ -72,6 +72,10 @@ if (strtotime($view->auditpage->audit_datetime)) {
|
|
| 72 |
</button>
|
| 73 |
</form>
|
| 74 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 75 |
</ul>
|
| 76 |
</div>
|
| 77 |
</div>
|
| 62 |
<div class="sq_sm_dropdown">
|
| 63 |
<ul class="p-2 m-0 text-left">
|
| 64 |
<li class="m-0 p-1 py-2">
|
| 65 |
+
<form method="post" class="p-0 m-0" onSubmit="return confirm('<?php echo __('Do you want to delete the Audit Page?',_SQ_ASSETS_URL_) ?>') ">
|
| 66 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_audits_delete', 'sq_nonce'); ?>
|
| 67 |
<input type="hidden" name="action" value="sq_audits_delete"/>
|
| 68 |
<input type="hidden" name="id" value="<?php echo $view->auditpage->user_post_id ?>"/>
|
| 69 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
| 72 |
</button>
|
| 73 |
</form>
|
| 74 |
</li>
|
| 75 |
+
<li class="m-0 p-1 py-2">
|
| 76 |
+
<i class="sq_icons_small fa fa-info-circle" style="padding: 2px"></i>
|
| 77 |
+
<button class="btn btn-sm bg-transparent p-0 m-0" onclick="jQuery('#sq_previewurl_modal').attr('data-post_id', '<?php echo $view->auditpage->user_post_id ?>'); jQuery('#sq_previewurl_modal').sq_inspectURL()" data-dismiss="modal"><?php _e('Inspect URL', _SQ_PLUGIN_NAME_); ?></button>
|
| 78 |
+
</li>
|
| 79 |
</ul>
|
| 80 |
</div>
|
| 81 |
</div>
|
view/Audits/AuditStats.php
CHANGED
|
@@ -71,7 +71,7 @@
|
|
| 71 |
<span class="text-danger"><?php echo $audit_timestamp ?></span>
|
| 72 |
</div>
|
| 73 |
<form method="post" class="sq_auditpages_request p-0 m-0">
|
| 74 |
-
<?php
|
| 75 |
<input type="hidden" name="action" value="sq_audits_update"/>
|
| 76 |
<button type="submit" class="btn btn-sm bg-warning text-white inline p-0 px-2 m-0" <?php if ($call_timestamp > time() - 3600) {
|
| 77 |
echo 'disabled="disabled"' . ' title="' . __('You can refresh the audit once every hour', _SQ_PLUGIN_NAME_) . '"';
|
|
@@ -95,7 +95,7 @@
|
|
| 95 |
<?php echo __('Audit not ready yet', _SQ_PLUGIN_NAME_) ?>
|
| 96 |
</div>
|
| 97 |
<form method="post" class="sq_auditpages_request p-0 m-0">
|
| 98 |
-
<?php
|
| 99 |
<input type="hidden" name="action" value="sq_audits_update"/>
|
| 100 |
<button type="submit" class="btn btn-sm bg-warning text-white inline p-0 px-2 m-0" <?php if ($call_timestamp > time() - 3600) {
|
| 101 |
echo 'disabled="disabled"' . ' title="' . __('You can refresh the audit once every hour', _SQ_PLUGIN_NAME_) . '"';
|
|
@@ -171,9 +171,13 @@
|
|
| 171 |
<div class="media-right py-3 media-middle ">
|
| 172 |
<div class="col-sm-12 px-0">
|
| 173 |
<div id="sq_chart_score" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 174 |
-
<script>
|
| 175 |
-
|
| 176 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 177 |
</div>
|
| 178 |
</div>
|
| 179 |
</div>
|
| 71 |
<span class="text-danger"><?php echo $audit_timestamp ?></span>
|
| 72 |
</div>
|
| 73 |
<form method="post" class="sq_auditpages_request p-0 m-0">
|
| 74 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_audits_update', 'sq_nonce'); ?>
|
| 75 |
<input type="hidden" name="action" value="sq_audits_update"/>
|
| 76 |
<button type="submit" class="btn btn-sm bg-warning text-white inline p-0 px-2 m-0" <?php if ($call_timestamp > time() - 3600) {
|
| 77 |
echo 'disabled="disabled"' . ' title="' . __('You can refresh the audit once every hour', _SQ_PLUGIN_NAME_) . '"';
|
| 95 |
<?php echo __('Audit not ready yet', _SQ_PLUGIN_NAME_) ?>
|
| 96 |
</div>
|
| 97 |
<form method="post" class="sq_auditpages_request p-0 m-0">
|
| 98 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_audits_update', 'sq_nonce'); ?>
|
| 99 |
<input type="hidden" name="action" value="sq_audits_update"/>
|
| 100 |
<button type="submit" class="btn btn-sm bg-warning text-white inline p-0 px-2 m-0" <?php if ($call_timestamp > time() - 3600) {
|
| 101 |
echo 'disabled="disabled"' . ' title="' . __('You can refresh the audit once every hour', _SQ_PLUGIN_NAME_) . '"';
|
| 171 |
<div class="media-right py-3 media-middle ">
|
| 172 |
<div class="col-sm-12 px-0">
|
| 173 |
<div id="sq_chart_score" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 174 |
+
<script>
|
| 175 |
+
if (typeof google !== 'undefined') {
|
| 176 |
+
google.setOnLoadCallback(function () {
|
| 177 |
+
drawScoreChart("sq_chart_score", <?php echo json_encode($scores) ?> , false);
|
| 178 |
+
});
|
| 179 |
+
}
|
| 180 |
+
</script>
|
| 181 |
</div>
|
| 182 |
</div>
|
| 183 |
</div>
|
view/Audits/Audits.php
CHANGED
|
@@ -51,7 +51,14 @@
|
|
| 51 |
|
| 52 |
<div class="card col-sm-12 border-0 m-0 p-0">
|
| 53 |
<div class="sq_auditpages_content">
|
| 54 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
</div>
|
| 56 |
|
| 57 |
<div class="card-body">
|
| 51 |
|
| 52 |
<div class="card col-sm-12 border-0 m-0 p-0">
|
| 53 |
<div class="sq_auditpages_content">
|
| 54 |
+
<?php
|
| 55 |
+
$content = $view->getView('Audits/AuditPages');
|
| 56 |
+
if (function_exists('iconv')) {
|
| 57 |
+
$content = iconv('UTF-8', 'UTF-8//IGNORE', $content);
|
| 58 |
+
}
|
| 59 |
+
echo $content;
|
| 60 |
+
?>
|
| 61 |
+
</div>
|
| 62 |
</div>
|
| 63 |
|
| 64 |
<div class="card-body">
|
view/Audits/Compare.php
CHANGED
|
@@ -50,7 +50,7 @@
|
|
| 50 |
<table>
|
| 51 |
<tr>
|
| 52 |
|
| 53 |
-
<td style="vertical-align: middle" class="sq_second_header_column px-3">
|
| 54 |
<span class="sq_audit_tasks_title"><?php echo __('Scores') ?></span>
|
| 55 |
</td>
|
| 56 |
|
|
@@ -122,7 +122,7 @@
|
|
| 122 |
<table>
|
| 123 |
<tr>
|
| 124 |
|
| 125 |
-
<td style="vertical-align: middle" class="sq_second_header_column px-3">
|
| 126 |
<span class="sq_audit_tasks_title"><?php echo $task->title ?></span>
|
| 127 |
</td>
|
| 128 |
|
|
@@ -149,7 +149,7 @@
|
|
| 149 |
<h4 style="display: none"><?php echo $audit_task->title ?></h4>
|
| 150 |
<div class="description" style="display: none">
|
| 151 |
<div class="sq_audit_tasks_row">
|
| 152 |
-
<div class="sq_audit_tasks_title"><?php echo $audit_task->title ?>
|
| 153 |
<span class="sq_audit_tasks_value sq_audit_tasks_value<?php echo ((int)$audit_task->complete == 1) ? '_pass' : '_fail' ?>">
|
| 154 |
<?php echo ($audit_task->complete) ? $audit_task->success : $audit_task->fail ?>
|
| 155 |
</span>
|
| 50 |
<table>
|
| 51 |
<tr>
|
| 52 |
|
| 53 |
+
<td style="vertical-align: middle" class="sq_second_header_column px-3 text-left">
|
| 54 |
<span class="sq_audit_tasks_title"><?php echo __('Scores') ?></span>
|
| 55 |
</td>
|
| 56 |
|
| 122 |
<table>
|
| 123 |
<tr>
|
| 124 |
|
| 125 |
+
<td style="vertical-align: middle" class="sq_second_header_column px-3 text-left">
|
| 126 |
<span class="sq_audit_tasks_title"><?php echo $task->title ?></span>
|
| 127 |
</td>
|
| 128 |
|
| 149 |
<h4 style="display: none"><?php echo $audit_task->title ?></h4>
|
| 150 |
<div class="description" style="display: none">
|
| 151 |
<div class="sq_audit_tasks_row">
|
| 152 |
+
<div class="sq_audit_tasks_title text-left"><?php echo $audit_task->title ?>
|
| 153 |
<span class="sq_audit_tasks_value sq_audit_tasks_value<?php echo ((int)$audit_task->complete == 1) ? '_pass' : '_fail' ?>">
|
| 154 |
<?php echo ($audit_task->complete) ? $audit_task->success : $audit_task->fail ?>
|
| 155 |
</span>
|
view/Audits/Settings.php
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
|
| 19 |
<form method="POST">
|
| 20 |
<?php do_action('sq_form_notices'); ?>
|
| 21 |
-
<?php
|
| 22 |
<input type="hidden" name="action" value="sq_audits_settings"/>
|
| 23 |
|
| 24 |
<div class="card col-sm-12 p-0">
|
| 18 |
|
| 19 |
<form method="POST">
|
| 20 |
<?php do_action('sq_form_notices'); ?>
|
| 21 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_audits_settings', 'sq_nonce'); ?>
|
| 22 |
<input type="hidden" name="action" value="sq_audits_settings"/>
|
| 23 |
|
| 24 |
<div class="card col-sm-12 p-0">
|
view/Blocks/Connect.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<?php if (!SQ_Classes_Helpers_Tools::getOption('sq_cloud_connect')) { ?>
|
| 8 |
|
| 9 |
<li class="sq_task row border-0" style="cursor: default">
|
| 10 |
-
<?php
|
| 11 |
<input type="hidden" name="action" value="sq_cloud_connect"/>
|
| 12 |
<i class="fa fa-check" title="ssss" data-original-title=""></i>
|
| 13 |
<div class="message" style="display: none"></div>
|
|
@@ -21,7 +21,7 @@
|
|
| 21 |
<?php } else { ?>
|
| 22 |
|
| 23 |
<li class="sq_task row completed border-0" style="cursor: default">
|
| 24 |
-
<?php
|
| 25 |
<input type="hidden" name="action" value="sq_cloud_disconnect"/>
|
| 26 |
<i class="fa fa-check" title="" data-original-title=""></i>
|
| 27 |
<div class="message" style="display: none"></div>
|
| 7 |
<?php if (!SQ_Classes_Helpers_Tools::getOption('sq_cloud_connect')) { ?>
|
| 8 |
|
| 9 |
<li class="sq_task row border-0" style="cursor: default">
|
| 10 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_cloud_connect', 'sq_nonce'); ?>
|
| 11 |
<input type="hidden" name="action" value="sq_cloud_connect"/>
|
| 12 |
<i class="fa fa-check" title="ssss" data-original-title=""></i>
|
| 13 |
<div class="message" style="display: none"></div>
|
| 21 |
<?php } else { ?>
|
| 22 |
|
| 23 |
<li class="sq_task row completed border-0" style="cursor: default">
|
| 24 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_cloud_disconnect', 'sq_nonce'); ?>
|
| 25 |
<input type="hidden" name="action" value="sq_cloud_disconnect"/>
|
| 26 |
<i class="fa fa-check" title="" data-original-title=""></i>
|
| 27 |
<div class="message" style="display: none"></div>
|
view/Blocks/Dashboard.php
CHANGED
|
@@ -3,6 +3,13 @@ $tasks_completed = SQ_Classes_ObjController::getClass('SQ_Controllers_CheckSeo')
|
|
| 3 |
$tasks_incompleted = SQ_Classes_ObjController::getClass('SQ_Controllers_CheckSeo')->getNotifications();
|
| 4 |
?>
|
| 5 |
<style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
#sq_dashboard_content {
|
| 7 |
min-height: 150px;
|
| 8 |
}
|
| 3 |
$tasks_incompleted = SQ_Classes_ObjController::getClass('SQ_Controllers_CheckSeo')->getNotifications();
|
| 4 |
?>
|
| 5 |
<style>
|
| 6 |
+
.sq_offer{
|
| 7 |
+
color: #721c24;
|
| 8 |
+
background-color: #f8d7da;
|
| 9 |
+
border-color: #f5c6cb;
|
| 10 |
+
padding: 7px;
|
| 11 |
+
margin-bottom: 15px;
|
| 12 |
+
}
|
| 13 |
#sq_dashboard_content {
|
| 14 |
min-height: 150px;
|
| 15 |
}
|
view/Blocks/Features.php
CHANGED
|
@@ -286,7 +286,7 @@ $features = array(
|
|
| 286 |
</div>
|
| 287 |
<div class="my-2 text-black-50" style="min-height: 70px"><?php echo $feature['description'] ?></div>
|
| 288 |
<div class="row my-2 px-3">
|
| 289 |
-
<div class="col-sm-6 p-0">
|
| 290 |
<a href="<?php echo $feature['link'] ?>" target="_blank">
|
| 291 |
<?php if ($feature['option'] === 'na') { ?>
|
| 292 |
<strong class="text-info"><?php echo __('Go to feature', _SQ_PLUGIN_NAME_) ?></strong>
|
| 286 |
</div>
|
| 287 |
<div class="my-2 text-black-50" style="min-height: 70px"><?php echo $feature['description'] ?></div>
|
| 288 |
<div class="row my-2 px-3">
|
| 289 |
+
<div class="col-sm-6 p-0 text-left">
|
| 290 |
<a href="<?php echo $feature['link'] ?>" target="_blank">
|
| 291 |
<?php if ($feature['option'] === 'na') { ?>
|
| 292 |
<strong class="text-info"><?php echo __('Go to feature', _SQ_PLUGIN_NAME_) ?></strong>
|
view/Blocks/Jorney.php
CHANGED
|
@@ -49,7 +49,7 @@
|
|
| 49 |
<em class="text-black-50"><?php echo __("If you missed a day, click on it and read the SEO recipe for it.", _SQ_PLUGIN_NAME_); ?></em>
|
| 50 |
<div class="small text-center my-2">
|
| 51 |
<form method="post" class="p-0 m-0">
|
| 52 |
-
<?php
|
| 53 |
<input type="hidden" name="action" value="sq_journey_close"/>
|
| 54 |
<button type="submit" class="btn btn-sm text-info btn-link bg-transparent p-0 m-0">
|
| 55 |
<?php echo __("I'm all done. Hide this block.", _SQ_PLUGIN_NAME_) ?>
|
| 49 |
<em class="text-black-50"><?php echo __("If you missed a day, click on it and read the SEO recipe for it.", _SQ_PLUGIN_NAME_); ?></em>
|
| 50 |
<div class="small text-center my-2">
|
| 51 |
<form method="post" class="p-0 m-0">
|
| 52 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_journey_close', 'sq_nonce'); ?>
|
| 53 |
<input type="hidden" name="action" value="sq_journey_close"/>
|
| 54 |
<button type="submit" class="btn btn-sm text-info btn-link bg-transparent p-0 m-0">
|
| 55 |
<?php echo __("I'm all done. Hide this block.", _SQ_PLUGIN_NAME_) ?>
|
view/Blocks/KnowledgeBase.php
CHANGED
|
@@ -12,17 +12,17 @@
|
|
| 12 |
<?php if ($page == 'sq_dashboard') { ?>
|
| 13 |
<ul class="list-group list-group-flush">
|
| 14 |
<?php if (SQ_Classes_Helpers_Tools::getOption('sq_api') == '') { ?>
|
| 15 |
-
<li class="list-group-item">
|
| 16 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#connect_to_cloud" target="_blank">Why do I need to connect to Squirrly Cloud?</a>
|
| 17 |
</li>
|
| 18 |
-
<li class="list-group-item">
|
| 19 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#connect_to_cloud" target="_blank">How to connect to Squirrly Cloud.</a>
|
| 20 |
</li>
|
| 21 |
<?php } ?>
|
| 22 |
-
<li class="list-group-item">
|
| 23 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#import_seo" target="_blank">How to Import SEO from other SEO plugins.</a>
|
| 24 |
</li>
|
| 25 |
-
<li class="list-group-item">
|
| 26 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#top_10_race" target="_blank">How to get on TOP 10 Google?</a>
|
| 27 |
</li>
|
| 28 |
</ul>
|
|
@@ -31,22 +31,22 @@
|
|
| 31 |
<?php } ?>
|
| 32 |
<?php if ($page == 'sq_research') { ?>
|
| 33 |
<ul class="list-group list-group-flush">
|
| 34 |
-
<li class="list-group-item">
|
| 35 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#find_new_keywords" target="_blank">How to do a Keyword Research.</a>
|
| 36 |
</li>
|
| 37 |
-
<li class="list-group-item">
|
| 38 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#find_new_keywords" target="_blank">How to do a Keyword Research.</a>
|
| 39 |
</li>
|
| 40 |
-
<li class="list-group-item">
|
| 41 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_add_keyword" target="_blank">How to add Keywords into Briefcase.</a>
|
| 42 |
</li>
|
| 43 |
-
<li class="list-group-item">
|
| 44 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_label" target="_blank">How to add Labels to Keywords.</a>
|
| 45 |
</li>
|
| 46 |
-
<li class="list-group-item">
|
| 47 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_optimize_sla" target="_blank">How to optimize a post with Briefcase.</a>
|
| 48 |
</li>
|
| 49 |
-
<li class="list-group-item">
|
| 50 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_backup_keywords" target="_blank">How to backup/restore Briefcase Keywords.</a>
|
| 51 |
</li>
|
| 52 |
</ul>
|
|
@@ -55,16 +55,16 @@
|
|
| 55 |
<?php } ?>
|
| 56 |
<?php if ($page == 'sq_assistant') { ?>
|
| 57 |
<ul class="list-group list-group-flush">
|
| 58 |
-
<li class="list-group-item">
|
| 59 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#all_tasks_green" target="_blank">How to 100% optimize a post, page or product with Squirrly Live Assistant.</a>
|
| 60 |
</li>
|
| 61 |
-
<li class="list-group-item">
|
| 62 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#add_keyword" target="_blank">How to add Copyright Free Images.</a>
|
| 63 |
</li>
|
| 64 |
-
<li class="list-group-item">
|
| 65 |
<a href="https://howto.squirrly.co/faq/why-is-the-squirrly-live-assistant-not-loading-in-the-post-editor/" target="_blank">Squirrly Live Assistant not showing.</a>
|
| 66 |
</li>
|
| 67 |
-
<li class="list-group-item">
|
| 68 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#after_optimization" target="_blank">What to do after I optimize a post.</a>
|
| 69 |
</li>
|
| 70 |
</ul>
|
|
@@ -73,13 +73,13 @@
|
|
| 73 |
<?php } ?>
|
| 74 |
<?php if ($page == 'sq_seosettings') { ?>
|
| 75 |
<ul class="list-group list-group-flush">
|
| 76 |
-
<li class="list-group-item">
|
| 77 |
<a href="https://howto.squirrly.co/kb/seo-automation/" target="_blank">How to set the SEO in just 2 minutes.</a>
|
| 78 |
</li>
|
| 79 |
-
<li class="list-group-item">
|
| 80 |
<a href="https://howto.squirrly.co/kb/bulk-seo/#bulk_seo_snippet_og" target="_blank">How to optimize Social Media for each post.</a>
|
| 81 |
</li>
|
| 82 |
-
<li class="list-group-item">
|
| 83 |
<a href="https://howto.squirrly.co/kb/bulk-seo/#bulk_seo_snippet_jsonld" target="_blank">How to activate Rich Snippets for Google.</a>
|
| 84 |
</li>
|
| 85 |
</ul>
|
|
@@ -88,16 +88,16 @@
|
|
| 88 |
<?php } ?>
|
| 89 |
<?php if ($page == 'sq_focuspages') { ?>
|
| 90 |
<ul class="list-group list-group-flush">
|
| 91 |
-
<li class="list-group-item">
|
| 92 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#add_new_focus_page" target="_blank">How to add a New Focus Page.</a>
|
| 93 |
</li>
|
| 94 |
-
<li class="list-group-item">
|
| 95 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#remove_focus_page" target="_blank">How to remove a Focus Page.</a>
|
| 96 |
</li>
|
| 97 |
-
<li class="list-group-item">
|
| 98 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#chance_to_rank" target="_blank">What is Chance to Rank.</a>
|
| 99 |
</li>
|
| 100 |
-
<li class="list-group-item">
|
| 101 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#keyword" target="_blank">How to add a keyword in a Focus Page.</a>
|
| 102 |
</li>
|
| 103 |
</ul>
|
|
@@ -106,19 +106,19 @@
|
|
| 106 |
<?php } ?>
|
| 107 |
<?php if ($page == 'sq_audits') { ?>
|
| 108 |
<ul class="list-group list-group-flush">
|
| 109 |
-
<li class="list-group-item">
|
| 110 |
<a href="https://howto.squirrly.co/kb/seo-audit/#how_seo_audit_works" target="_blank">How does the Audit work?</a>
|
| 111 |
</li>
|
| 112 |
-
<li class="list-group-item">
|
| 113 |
<a href="https://howto.squirrly.co/kb/seo-audit/" target="_blank">How to add a Page in Audits.</a>
|
| 114 |
</li>
|
| 115 |
-
<li class="list-group-item">
|
| 116 |
<a href="https://howto.squirrly.co/kb/seo-audit/" target="_blank">How to remove a page from Audits.</a>
|
| 117 |
</li>
|
| 118 |
-
<li class="list-group-item">
|
| 119 |
<a href="https://howto.squirrly.co/kb/seo-audit/#google_search_console" target="_blank">Connect to Google Search Console.</a>
|
| 120 |
</li>
|
| 121 |
-
<li class="list-group-item">
|
| 122 |
<a href="https://howto.squirrly.co/kb/seo-audit/#google_analytics" target="_blank">Connect to Google Analytics.</a>
|
| 123 |
</li>
|
| 124 |
</ul>
|
|
@@ -127,16 +127,16 @@
|
|
| 127 |
<?php } ?>
|
| 128 |
<?php if ($page == 'sq_rankings') { ?>
|
| 129 |
<ul class="list-group list-group-flush">
|
| 130 |
-
<li class="list-group-item">
|
| 131 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#add_keyword_ranking" target="_blank">How to add a Keyword in Rankings.</a>
|
| 132 |
</li>
|
| 133 |
-
<li class="list-group-item">
|
| 134 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#remove_keyword_ranking" target="_blank">How to remove a keyword from Rankings.</a>
|
| 135 |
</li>
|
| 136 |
-
<li class="list-group-item">
|
| 137 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#check_keyword_information" target="_blank">Check the Keyword Impressions, Clicks and Optimization.</a>
|
| 138 |
</li>
|
| 139 |
-
<li class="list-group-item">
|
| 140 |
<a href="https://fourhourseo.com/why-does-neil-patel-use-squirrly-seo-for-every-blog-post-that-he-publishes/" target="_blank">Why Does Neil Patel Use Squirrly SEO For Every Blog Post that He Publishes?</a>
|
| 141 |
</li>
|
| 142 |
</ul>
|
| 12 |
<?php if ($page == 'sq_dashboard') { ?>
|
| 13 |
<ul class="list-group list-group-flush">
|
| 14 |
<?php if (SQ_Classes_Helpers_Tools::getOption('sq_api') == '') { ?>
|
| 15 |
+
<li class="list-group-item text-left">
|
| 16 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#connect_to_cloud" target="_blank">Why do I need to connect to Squirrly Cloud?</a>
|
| 17 |
</li>
|
| 18 |
+
<li class="list-group-item" text-left>
|
| 19 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#connect_to_cloud" target="_blank">How to connect to Squirrly Cloud.</a>
|
| 20 |
</li>
|
| 21 |
<?php } ?>
|
| 22 |
+
<li class="list-group-item text-left">
|
| 23 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#import_seo" target="_blank">How to Import SEO from other SEO plugins.</a>
|
| 24 |
</li>
|
| 25 |
+
<li class="list-group-item text-left">
|
| 26 |
<a href="https://howto.squirrly.co/kb/install-squirrly-seo-plugin/#top_10_race" target="_blank">How to get on TOP 10 Google?</a>
|
| 27 |
</li>
|
| 28 |
</ul>
|
| 31 |
<?php } ?>
|
| 32 |
<?php if ($page == 'sq_research') { ?>
|
| 33 |
<ul class="list-group list-group-flush">
|
| 34 |
+
<li class="list-group-item text-left">
|
| 35 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#find_new_keywords" target="_blank">How to do a Keyword Research.</a>
|
| 36 |
</li>
|
| 37 |
+
<li class="list-group-item text-left">
|
| 38 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#find_new_keywords" target="_blank">How to do a Keyword Research.</a>
|
| 39 |
</li>
|
| 40 |
+
<li class="list-group-item text-left">
|
| 41 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_add_keyword" target="_blank">How to add Keywords into Briefcase.</a>
|
| 42 |
</li>
|
| 43 |
+
<li class="list-group-item text-left">
|
| 44 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_label" target="_blank">How to add Labels to Keywords.</a>
|
| 45 |
</li>
|
| 46 |
+
<li class="list-group-item text-left">
|
| 47 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_optimize_sla" target="_blank">How to optimize a post with Briefcase.</a>
|
| 48 |
</li>
|
| 49 |
+
<li class="list-group-item text-left">
|
| 50 |
<a href="https://howto.squirrly.co/kb/keyword-research-and-seo-strategy/#briefcase_backup_keywords" target="_blank">How to backup/restore Briefcase Keywords.</a>
|
| 51 |
</li>
|
| 52 |
</ul>
|
| 55 |
<?php } ?>
|
| 56 |
<?php if ($page == 'sq_assistant') { ?>
|
| 57 |
<ul class="list-group list-group-flush">
|
| 58 |
+
<li class="list-group-item text-left">
|
| 59 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#all_tasks_green" target="_blank">How to 100% optimize a post, page or product with Squirrly Live Assistant.</a>
|
| 60 |
</li>
|
| 61 |
+
<li class="list-group-item text-left">
|
| 62 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#add_keyword" target="_blank">How to add Copyright Free Images.</a>
|
| 63 |
</li>
|
| 64 |
+
<li class="list-group-item text-left">
|
| 65 |
<a href="https://howto.squirrly.co/faq/why-is-the-squirrly-live-assistant-not-loading-in-the-post-editor/" target="_blank">Squirrly Live Assistant not showing.</a>
|
| 66 |
</li>
|
| 67 |
+
<li class="list-group-item text-left">
|
| 68 |
<a href="https://howto.squirrly.co/kb/squirrly-live-assistant/#after_optimization" target="_blank">What to do after I optimize a post.</a>
|
| 69 |
</li>
|
| 70 |
</ul>
|
| 73 |
<?php } ?>
|
| 74 |
<?php if ($page == 'sq_seosettings') { ?>
|
| 75 |
<ul class="list-group list-group-flush">
|
| 76 |
+
<li class="list-group-item text-left">
|
| 77 |
<a href="https://howto.squirrly.co/kb/seo-automation/" target="_blank">How to set the SEO in just 2 minutes.</a>
|
| 78 |
</li>
|
| 79 |
+
<li class="list-group-item text-left">
|
| 80 |
<a href="https://howto.squirrly.co/kb/bulk-seo/#bulk_seo_snippet_og" target="_blank">How to optimize Social Media for each post.</a>
|
| 81 |
</li>
|
| 82 |
+
<li class="list-group-item text-left">
|
| 83 |
<a href="https://howto.squirrly.co/kb/bulk-seo/#bulk_seo_snippet_jsonld" target="_blank">How to activate Rich Snippets for Google.</a>
|
| 84 |
</li>
|
| 85 |
</ul>
|
| 88 |
<?php } ?>
|
| 89 |
<?php if ($page == 'sq_focuspages') { ?>
|
| 90 |
<ul class="list-group list-group-flush">
|
| 91 |
+
<li class="list-group-item text-left">
|
| 92 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#add_new_focus_page" target="_blank">How to add a New Focus Page.</a>
|
| 93 |
</li>
|
| 94 |
+
<li class="list-group-item text-left">
|
| 95 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#remove_focus_page" target="_blank">How to remove a Focus Page.</a>
|
| 96 |
</li>
|
| 97 |
+
<li class="list-group-item text-left">
|
| 98 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#chance_to_rank" target="_blank">What is Chance to Rank.</a>
|
| 99 |
</li>
|
| 100 |
+
<li class="list-group-item text-left">
|
| 101 |
<a href="https://howto.squirrly.co/kb/focus-pages-page-audits/#keyword" target="_blank">How to add a keyword in a Focus Page.</a>
|
| 102 |
</li>
|
| 103 |
</ul>
|
| 106 |
<?php } ?>
|
| 107 |
<?php if ($page == 'sq_audits') { ?>
|
| 108 |
<ul class="list-group list-group-flush">
|
| 109 |
+
<li class="list-group-item text-left">
|
| 110 |
<a href="https://howto.squirrly.co/kb/seo-audit/#how_seo_audit_works" target="_blank">How does the Audit work?</a>
|
| 111 |
</li>
|
| 112 |
+
<li class="list-group-item text-left">
|
| 113 |
<a href="https://howto.squirrly.co/kb/seo-audit/" target="_blank">How to add a Page in Audits.</a>
|
| 114 |
</li>
|
| 115 |
+
<li class="list-group-item text-left">
|
| 116 |
<a href="https://howto.squirrly.co/kb/seo-audit/" target="_blank">How to remove a page from Audits.</a>
|
| 117 |
</li>
|
| 118 |
+
<li class="list-group-item text-left">
|
| 119 |
<a href="https://howto.squirrly.co/kb/seo-audit/#google_search_console" target="_blank">Connect to Google Search Console.</a>
|
| 120 |
</li>
|
| 121 |
+
<li class="list-group-item text-left">
|
| 122 |
<a href="https://howto.squirrly.co/kb/seo-audit/#google_analytics" target="_blank">Connect to Google Analytics.</a>
|
| 123 |
</li>
|
| 124 |
</ul>
|
| 127 |
<?php } ?>
|
| 128 |
<?php if ($page == 'sq_rankings') { ?>
|
| 129 |
<ul class="list-group list-group-flush">
|
| 130 |
+
<li class="list-group-item text-left">
|
| 131 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#add_keyword_ranking" target="_blank">How to add a Keyword in Rankings.</a>
|
| 132 |
</li>
|
| 133 |
+
<li class="list-group-item text-left">
|
| 134 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#remove_keyword_ranking" target="_blank">How to remove a keyword from Rankings.</a>
|
| 135 |
</li>
|
| 136 |
+
<li class="list-group-item text-left">
|
| 137 |
<a href="https://howto.squirrly.co/kb/ranking-serp-checker/#check_keyword_information" target="_blank">Check the Keyword Impressions, Clicks and Optimization.</a>
|
| 138 |
</li>
|
| 139 |
+
<li class="list-group-item text-left">
|
| 140 |
<a href="https://fourhourseo.com/why-does-neil-patel-use-squirrly-seo-for-every-blog-post-that-he-publishes/" target="_blank">Why Does Neil Patel Use Squirrly SEO For Every Blog Post that He Publishes?</a>
|
| 141 |
</li>
|
| 142 |
</ul>
|
view/Blocks/Login.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
|
| 6 |
<?php if ($tab == 'login') { ?>
|
| 7 |
<form method="post" action="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', 'login') ?>">
|
| 8 |
-
<?php
|
| 9 |
<input type="hidden" name="action" value="sq_login"/>
|
| 10 |
<div class="form-group">
|
| 11 |
<label for="email"><?php _e('Email:', _SQ_PLUGIN_NAME_); ?></label>
|
|
@@ -23,7 +23,7 @@
|
|
| 23 |
</form>
|
| 24 |
<?php } elseif ($tab == 'register') { ?>
|
| 25 |
<form id="sq_register" method="post" action="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', 'register') ?>">
|
| 26 |
-
<?php
|
| 27 |
<input type="hidden" name="action" value="sq_register"/>
|
| 28 |
<div class="form-group">
|
| 29 |
<label for="email"><?php _e('Email:', _SQ_PLUGIN_NAME_); ?></label>
|
| 5 |
|
| 6 |
<?php if ($tab == 'login') { ?>
|
| 7 |
<form method="post" action="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', 'login') ?>">
|
| 8 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_login', 'sq_nonce'); ?>
|
| 9 |
<input type="hidden" name="action" value="sq_login"/>
|
| 10 |
<div class="form-group">
|
| 11 |
<label for="email"><?php _e('Email:', _SQ_PLUGIN_NAME_); ?></label>
|
| 23 |
</form>
|
| 24 |
<?php } elseif ($tab == 'register') { ?>
|
| 25 |
<form id="sq_register" method="post" action="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_dashboard', 'register') ?>">
|
| 26 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_register', 'sq_nonce'); ?>
|
| 27 |
<input type="hidden" name="action" value="sq_register"/>
|
| 28 |
<div class="form-group">
|
| 29 |
<label for="email"><?php _e('Email:', _SQ_PLUGIN_NAME_); ?></label>
|
view/Blocks/Ranks.php
CHANGED
|
@@ -86,7 +86,13 @@
|
|
| 86 |
<div class="card-text mt-2">
|
| 87 |
<div class="col-sm-7" style="padding: 2px 0; border-left: 1px solid #eee; border-bottom: 1px solid #eee;">
|
| 88 |
<div id="sq_chart" class="sq_chart no-p" style="width: 450px; height: 260px;"></div>
|
| 89 |
-
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
</div>
|
| 91 |
</div>
|
| 92 |
</div>
|
| 86 |
<div class="card-text mt-2">
|
| 87 |
<div class="col-sm-7" style="padding: 2px 0; border-left: 1px solid #eee; border-bottom: 1px solid #eee;">
|
| 88 |
<div id="sq_chart" class="sq_chart no-p" style="width: 450px; height: 260px;"></div>
|
| 89 |
+
<script>
|
| 90 |
+
if (typeof google !== 'undefined') {
|
| 91 |
+
google.setOnLoadCallback(function () {
|
| 92 |
+
var sq_chart_val = drawChart("sq_chart", [["date", "average"], ["", 0], ["", 0], ["", 0], ["", 0], ["", 0], ["", 0]], true);
|
| 93 |
+
}
|
| 94 |
+
}
|
| 95 |
+
</script>
|
| 96 |
</div>
|
| 97 |
</div>
|
| 98 |
</div>
|
view/Blocks/SEOIssues.php
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<div class="sq_icons sq_audit_icon m-2"></div>
|
| 5 |
<h3 class="card-title"><?php _e('SEO Issues', _SQ_PLUGIN_NAME_); ?>:</h3>
|
| 6 |
<form method="post" class="p-0 m-0">
|
| 7 |
-
<?php
|
| 8 |
<input type="hidden" name="action" value="sq_checkseo"/>
|
| 9 |
<button type="submit" class="btn btn-warning m-2" style="max-height: 35px;">
|
| 10 |
<?php echo __('Run new test', _SQ_PLUGIN_NAME_) ?>
|
|
@@ -59,7 +59,7 @@
|
|
| 59 |
<td style="width: 100px">
|
| 60 |
<?php if (isset($row['name']) && isset($row['value'])) { ?>
|
| 61 |
<form method="post" class="p-0 m-0">
|
| 62 |
-
<?php
|
| 63 |
<input type="hidden" name="action" value="sq_fixsettings"/>
|
| 64 |
<input type="hidden" name="name" value="<?php echo $row['name'] ?>"/>
|
| 65 |
<input type="hidden" name="value" value="<?php echo $row['value'] ?>"/>
|
| 4 |
<div class="sq_icons sq_audit_icon m-2"></div>
|
| 5 |
<h3 class="card-title"><?php _e('SEO Issues', _SQ_PLUGIN_NAME_); ?>:</h3>
|
| 6 |
<form method="post" class="p-0 m-0">
|
| 7 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_checkseo', 'sq_nonce'); ?>
|
| 8 |
<input type="hidden" name="action" value="sq_checkseo"/>
|
| 9 |
<button type="submit" class="btn btn-warning m-2" style="max-height: 35px;">
|
| 10 |
<?php echo __('Run new test', _SQ_PLUGIN_NAME_) ?>
|
| 59 |
<td style="width: 100px">
|
| 60 |
<?php if (isset($row['name']) && isset($row['value'])) { ?>
|
| 61 |
<form method="post" class="p-0 m-0">
|
| 62 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_fixsettings', 'sq_nonce'); ?>
|
| 63 |
<input type="hidden" name="action" value="sq_fixsettings"/>
|
| 64 |
<input type="hidden" name="name" value="<?php echo $row['name'] ?>"/>
|
| 65 |
<input type="hidden" name="value" value="<?php echo $row['value'] ?>"/>
|
view/Blocks/Toolbar.php
CHANGED
|
@@ -28,8 +28,13 @@
|
|
| 28 |
?>
|
| 29 |
<li class="nav-item" style=" padding-top: 8px;">
|
| 30 |
<svg class="separator" height="40" width="20" xmlns="http://www.w3.org/2000/svg">
|
| 31 |
-
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
</svg>
|
| 34 |
</li>
|
| 35 |
<?php } ?>
|
| 28 |
?>
|
| 29 |
<li class="nav-item" style=" padding-top: 8px;">
|
| 30 |
<svg class="separator" height="40" width="20" xmlns="http://www.w3.org/2000/svg">
|
| 31 |
+
<?php if(is_rtl()){ ?>
|
| 32 |
+
<line stroke="lightgray" stroke-width="1" x1="0" x2="19" y1="40" y2="20"></line>
|
| 33 |
+
<line stroke="lightgray" stroke-width="1" x1="0" x2="19" y1="0" y2="20"></line>
|
| 34 |
+
<?php }else{ ?>
|
| 35 |
+
<line stroke="lightgray" stroke-width="1" x1="0" x2="19" y1="0" y2="20"></line>
|
| 36 |
+
<line stroke="lightgray" stroke-width="1" x1="0" x2="19" y1="40" y2="20"></line>
|
| 37 |
+
<?php } ?>
|
| 38 |
</svg>
|
| 39 |
</li>
|
| 40 |
<?php } ?>
|
view/Blocks/VersionBar.php
CHANGED
|
@@ -7,7 +7,7 @@
|
|
| 7 |
<?php if ($view->checkin->subscription_serpcheck) { ?>
|
| 8 |
<div class="alert alert-success text-center m-0 p-1 small">
|
| 9 |
<?php echo sprintf(__("%sSERP Checker %s:%s We update the best ranks for each keyword, daily. 100%% accurate and objective.", _SQ_PLUGIN_NAME_), '<strong>', $view->checkin->product_type, '</strong>'); ?>
|
| 10 |
-
<?php if (!$view->checkin->subscription_serps) { ?>
|
| 11 |
<div class="alert alert-warning text-center m-0 p-1">
|
| 12 |
<?php echo sprintf(__("%sNo SERP queries remained.%s Please check your %saccount status and limits%s", _SQ_PLUGIN_NAME_), '<strong>', '</strong>', '<a href="' . SQ_Classes_RemoteController::getMySquirrlyLink('account') . '" target="_blank"><strong>', '</strong></a>'); ?>
|
| 13 |
</div>
|
| 7 |
<?php if ($view->checkin->subscription_serpcheck) { ?>
|
| 8 |
<div class="alert alert-success text-center m-0 p-1 small">
|
| 9 |
<?php echo sprintf(__("%sSERP Checker %s:%s We update the best ranks for each keyword, daily. 100%% accurate and objective.", _SQ_PLUGIN_NAME_), '<strong>', $view->checkin->product_type, '</strong>'); ?>
|
| 10 |
+
<?php if (!$view->checkin->subscription_serps && !$view->checkin->subscription_devkit) { ?>
|
| 11 |
<div class="alert alert-warning text-center m-0 p-1">
|
| 12 |
<?php echo sprintf(__("%sNo SERP queries remained.%s Please check your %saccount status and limits%s", _SQ_PLUGIN_NAME_), '<strong>', '</strong>', '<a href="' . SQ_Classes_RemoteController::getMySquirrlyLink('account') . '" target="_blank"><strong>', '</strong></a>'); ?>
|
| 13 |
</div>
|
view/Connect/GoogleAnalytics.php
CHANGED
|
@@ -14,7 +14,7 @@ $connect = json_decode(json_encode(SQ_Classes_Helpers_Tools::getOption('connect'
|
|
| 14 |
<h6 class="col-sm-7 py-3 m-0 text-black-50"><?php echo __('You are connected to Google Analytics', _SQ_PLUGIN_NAME_) ?></h6>
|
| 15 |
<div class="col-sm-5">
|
| 16 |
<form method="post" class="p-0 m-0" onsubmit="if(!confirm('Are you sure?')){return false;}">
|
| 17 |
-
<?php
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_ga_revoke"/>
|
| 19 |
<button type="submit" class="btn btn-block btn-social btn-google text-info connect-button connect btn-lg">
|
| 20 |
<?php echo __('Disconnect', _SQ_PLUGIN_NAME_) ?>
|
| 14 |
<h6 class="col-sm-7 py-3 m-0 text-black-50"><?php echo __('You are connected to Google Analytics', _SQ_PLUGIN_NAME_) ?></h6>
|
| 15 |
<div class="col-sm-5">
|
| 16 |
<form method="post" class="p-0 m-0" onsubmit="if(!confirm('Are you sure?')){return false;}">
|
| 17 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_ga_revoke', 'sq_nonce'); ?>
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_ga_revoke"/>
|
| 19 |
<button type="submit" class="btn btn-block btn-social btn-google text-info connect-button connect btn-lg">
|
| 20 |
<?php echo __('Disconnect', _SQ_PLUGIN_NAME_) ?>
|
view/Connect/GoogleSearchConsole.php
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
<h6 class="col-sm-7 py-3 m-0 text-black-50"><?php echo __('You are connected to Google Search Console', _SQ_PLUGIN_NAME_) ?></h6>
|
| 13 |
<div class="col-sm-5">
|
| 14 |
<form method="post" class="p-0 m-0" onsubmit="if(!confirm('Are you sure?')){return false;}">
|
| 15 |
-
<?php
|
| 16 |
<input type="hidden" name="action" value="sq_seosettings_gsc_revoke"/>
|
| 17 |
<button type="submit" class="btn btn-block btn-social btn-google text-info btn-lg">
|
| 18 |
<?php echo __('Disconnect', _SQ_PLUGIN_NAME_) ?>
|
| 12 |
<h6 class="col-sm-7 py-3 m-0 text-black-50"><?php echo __('You are connected to Google Search Console', _SQ_PLUGIN_NAME_) ?></h6>
|
| 13 |
<div class="col-sm-5">
|
| 14 |
<form method="post" class="p-0 m-0" onsubmit="if(!confirm('Are you sure?')){return false;}">
|
| 15 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_gsc_revoke', 'sq_nonce'); ?>
|
| 16 |
<input type="hidden" name="action" value="sq_seosettings_gsc_revoke"/>
|
| 17 |
<button type="submit" class="btn btn-block btn-social btn-google text-info btn-lg">
|
| 18 |
<?php echo __('Disconnect', _SQ_PLUGIN_NAME_) ?>
|
view/FocusPages/Addpage.php
CHANGED
|
@@ -162,7 +162,7 @@
|
|
| 162 |
if (isset($post->ID) && $post->ID > 0) {
|
| 163 |
?>
|
| 164 |
<form method="post" class="p-0 m-0">
|
| 165 |
-
<?php
|
| 166 |
<input type="hidden" name="action" value="sq_focuspages_addnew"/>
|
| 167 |
|
| 168 |
<input type="hidden" name="url" value="<?php echo $post->url; ?>">
|
| 162 |
if (isset($post->ID) && $post->ID > 0) {
|
| 163 |
?>
|
| 164 |
<form method="post" class="p-0 m-0">
|
| 165 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_focuspages_addnew', 'sq_nonce'); ?>
|
| 166 |
<input type="hidden" name="action" value="sq_focuspages_addnew"/>
|
| 167 |
|
| 168 |
<input type="hidden" name="url" value="<?php echo $post->url; ?>">
|
view/FocusPages/FocusPageRow.php
CHANGED
|
@@ -48,7 +48,7 @@ if ($view->focuspage->id <> '') {
|
|
| 48 |
<?php } ?>
|
| 49 |
|
| 50 |
<?php if ($view->post) { ?>
|
| 51 |
-
<div class="sq_focuspages_title col-sm-12 px-0 mx-0 font-weight-bold">
|
| 52 |
<?php echo $view->post->sq->title ?> <?php echo(($view->post->post_status <> 'publish' && $view->post->post_status <> 'inherit' && $view->post->post_status <> '') ? ' <spam style="font-weight: normal">(' . $view->post->post_status . ')</spam>' : '') ?>
|
| 53 |
<?php if ($edit_link) { ?>
|
| 54 |
<a href="<?php echo $edit_link ?>" target="_blank">
|
|
@@ -58,12 +58,12 @@ if ($view->focuspage->id <> '') {
|
|
| 58 |
</div>
|
| 59 |
<?php } ?>
|
| 60 |
|
| 61 |
-
<div class="sq_focuspages_url small"><?php echo '<a href="' . $view->post->url . '" class="text-link" rel="permalink" target="_blank">' . urldecode($view->post->url) . '</a>' ?></div>
|
| 62 |
<div class="sq_focuspages_lastaudited small my-1"><?php echo __('Audited', _SQ_PLUGIN_NAME_) ?>:
|
| 63 |
<span class="text-danger"><?php echo $audit_timestamp ?></span>
|
| 64 |
</div>
|
| 65 |
<form method="post" class="sq_focuspages_request p-0 m-0">
|
| 66 |
-
<?php
|
| 67 |
<input type="hidden" name="action" value="sq_focuspages_update"/>
|
| 68 |
|
| 69 |
<input type="hidden" name="post_id" value="<?php echo (int)$view->post->ID; ?>">
|
|
@@ -156,8 +156,8 @@ if ($view->focuspage->id <> '') {
|
|
| 156 |
<div class="sq_sm_dropdown">
|
| 157 |
<ul class="p-2 m-0 text-left">
|
| 158 |
<li class="m-0 p-1 py-2">
|
| 159 |
-
<form method="post" class="p-0 m-0">
|
| 160 |
-
<?php
|
| 161 |
<input type="hidden" name="action" value="sq_focuspages_delete"/>
|
| 162 |
<input type="hidden" name="id" value="<?php echo $view->focuspage->user_post_id ?>"/>
|
| 163 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
|
@@ -166,6 +166,10 @@ if ($view->focuspage->id <> '') {
|
|
| 166 |
</button>
|
| 167 |
</form>
|
| 168 |
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
| 169 |
</ul>
|
| 170 |
</div>
|
| 171 |
</div>
|
| 48 |
<?php } ?>
|
| 49 |
|
| 50 |
<?php if ($view->post) { ?>
|
| 51 |
+
<div class="sq_focuspages_title col-sm-12 px-0 mx-0 font-weight-bold text-left">
|
| 52 |
<?php echo $view->post->sq->title ?> <?php echo(($view->post->post_status <> 'publish' && $view->post->post_status <> 'inherit' && $view->post->post_status <> '') ? ' <spam style="font-weight: normal">(' . $view->post->post_status . ')</spam>' : '') ?>
|
| 53 |
<?php if ($edit_link) { ?>
|
| 54 |
<a href="<?php echo $edit_link ?>" target="_blank">
|
| 58 |
</div>
|
| 59 |
<?php } ?>
|
| 60 |
|
| 61 |
+
<div class="sq_focuspages_url small text-left"><?php echo '<a href="' . $view->post->url . '" class="text-link" rel="permalink" target="_blank">' . urldecode($view->post->url) . '</a>' ?></div>
|
| 62 |
<div class="sq_focuspages_lastaudited small my-1"><?php echo __('Audited', _SQ_PLUGIN_NAME_) ?>:
|
| 63 |
<span class="text-danger"><?php echo $audit_timestamp ?></span>
|
| 64 |
</div>
|
| 65 |
<form method="post" class="sq_focuspages_request p-0 m-0">
|
| 66 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_focuspages_update', 'sq_nonce'); ?>
|
| 67 |
<input type="hidden" name="action" value="sq_focuspages_update"/>
|
| 68 |
|
| 69 |
<input type="hidden" name="post_id" value="<?php echo (int)$view->post->ID; ?>">
|
| 156 |
<div class="sq_sm_dropdown">
|
| 157 |
<ul class="p-2 m-0 text-left">
|
| 158 |
<li class="m-0 p-1 py-2">
|
| 159 |
+
<form method="post" class="p-0 m-0" onSubmit="return confirm('<?php echo __('Do you want to delete the Focus Page?',_SQ_ASSETS_URL_) ?>') ">
|
| 160 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_focuspages_delete', 'sq_nonce'); ?>
|
| 161 |
<input type="hidden" name="action" value="sq_focuspages_delete"/>
|
| 162 |
<input type="hidden" name="id" value="<?php echo $view->focuspage->user_post_id ?>"/>
|
| 163 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
| 166 |
</button>
|
| 167 |
</form>
|
| 168 |
</li>
|
| 169 |
+
<li class="m-0 p-1 py-2">
|
| 170 |
+
<i class="sq_icons_small fa fa-info-circle" style="padding: 2px"></i>
|
| 171 |
+
<button class="btn btn-sm bg-transparent p-0 m-0" onclick="jQuery('#sq_previewurl_modal').attr('data-post_id', '<?php echo$view->focuspage->user_post_id ?>'); jQuery('#sq_previewurl_modal').sq_inspectURL()" data-dismiss="modal"><?php _e('Inspect URL', _SQ_PLUGIN_NAME_); ?></button>
|
| 172 |
+
</li>
|
| 173 |
</ul>
|
| 174 |
</div>
|
| 175 |
</div>
|
view/FocusPages/FocusPageStats.php
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
$scores[] = array('date', 'score');
|
| 6 |
$progress = array();
|
| 7 |
|
| 8 |
-
if($stats = $focuspage->stats) {
|
| 9 |
$stats_progress = $stats->progress;
|
| 10 |
|
| 11 |
if (!empty($stats)) {
|
|
@@ -116,9 +116,13 @@
|
|
| 116 |
<div class="media-right py-3 media-middle ">
|
| 117 |
<div class="col-sm-12 px-0">
|
| 118 |
<div id="sq_chart_score" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 119 |
-
<script>
|
| 120 |
-
|
| 121 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
</div>
|
| 123 |
</div>
|
| 124 |
</div>
|
|
@@ -168,9 +172,13 @@
|
|
| 168 |
<div class="media-right py-3 media-middle ">
|
| 169 |
<div class="col-sm-12 px-0">
|
| 170 |
<div id="sq_chart_serp" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 171 |
-
<script>
|
| 172 |
-
|
| 173 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 174 |
</div>
|
| 175 |
</div>
|
| 176 |
</div>
|
|
@@ -190,9 +198,13 @@
|
|
| 190 |
<div class="media-right py-3 media-middle ">
|
| 191 |
<div class="col-sm-12 px-0">
|
| 192 |
<div id="sq_chart_views" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 193 |
-
<script>
|
| 194 |
-
|
| 195 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 196 |
</div>
|
| 197 |
</div>
|
| 198 |
</div>
|
| 5 |
$scores[] = array('date', 'score');
|
| 6 |
$progress = array();
|
| 7 |
|
| 8 |
+
if ($stats = $focuspage->stats) {
|
| 9 |
$stats_progress = $stats->progress;
|
| 10 |
|
| 11 |
if (!empty($stats)) {
|
| 116 |
<div class="media-right py-3 media-middle ">
|
| 117 |
<div class="col-sm-12 px-0">
|
| 118 |
<div id="sq_chart_score" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 119 |
+
<script>
|
| 120 |
+
if (typeof google !== 'undefined') {
|
| 121 |
+
google.setOnLoadCallback(function () {
|
| 122 |
+
drawScoreChart("sq_chart_score", <?php echo json_encode($scores) ?> , false);
|
| 123 |
+
});
|
| 124 |
+
}
|
| 125 |
+
</script>
|
| 126 |
</div>
|
| 127 |
</div>
|
| 128 |
</div>
|
| 172 |
<div class="media-right py-3 media-middle ">
|
| 173 |
<div class="col-sm-12 px-0">
|
| 174 |
<div id="sq_chart_serp" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 175 |
+
<script>
|
| 176 |
+
if (typeof google !== 'undefined') {
|
| 177 |
+
google.setOnLoadCallback(function () {
|
| 178 |
+
drawRankingChart("sq_chart_serp", <?php echo json_encode($serp) ?> , true);
|
| 179 |
+
});
|
| 180 |
+
}
|
| 181 |
+
</script>
|
| 182 |
</div>
|
| 183 |
</div>
|
| 184 |
</div>
|
| 198 |
<div class="media-right py-3 media-middle ">
|
| 199 |
<div class="col-sm-12 px-0">
|
| 200 |
<div id="sq_chart_views" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 201 |
+
<script>
|
| 202 |
+
if (typeof google !== 'undefined') {
|
| 203 |
+
google.setOnLoadCallback(function () {
|
| 204 |
+
drawTrafficChart("sq_chart_views", <?php echo json_encode($views) ?> , false);
|
| 205 |
+
});
|
| 206 |
+
}
|
| 207 |
+
</script>
|
| 208 |
</div>
|
| 209 |
</div>
|
| 210 |
</div>
|
view/FocusPages/Pagelist.php
CHANGED
|
@@ -45,7 +45,13 @@
|
|
| 45 |
}
|
| 46 |
?>
|
| 47 |
<div class="sq_focuspages_content" style="min-height: 150px">
|
| 48 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
</div>
|
| 50 |
|
| 51 |
<div class="card-body">
|
| 45 |
}
|
| 46 |
?>
|
| 47 |
<div class="sq_focuspages_content" style="min-height: 150px">
|
| 48 |
+
<?php
|
| 49 |
+
$content = $view->getView('FocusPages/FocusPages');
|
| 50 |
+
if (function_exists('iconv')) {
|
| 51 |
+
$content = iconv('UTF-8', 'UTF-8//IGNORE', $content);
|
| 52 |
+
}
|
| 53 |
+
echo $content;
|
| 54 |
+
?>
|
| 55 |
</div>
|
| 56 |
|
| 57 |
<div class="card-body">
|
view/Goals/CheckSeo.php
CHANGED
|
@@ -35,14 +35,14 @@ $category_name = apply_filters('sq_page', SQ_Classes_Helpers_Tools::getValue('pa
|
|
| 35 |
<tbody>
|
| 36 |
<?php foreach ($view->congratulations as $function => $row) { ?>
|
| 37 |
<tr>
|
| 38 |
-
<td class="p-3 text-success" style="width: 150px; vertical-align: middle; font-size: 16px !important; <?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 39 |
<?php if (isset($row['image']) && $row['image']) { ?>
|
| 40 |
<div class="col-sm-12 text-center p-0 m-0">
|
| 41 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/settings/' . $row['image'] ?>" style="max-width: 100px;"/>
|
| 42 |
</div>
|
| 43 |
<?php } ?>
|
| 44 |
</td>
|
| 45 |
-
<td class="p-3 text-success" style="vertical-align: middle; font-size: 18px !important; <?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 46 |
<?php echo(isset($row['message']) ? $row['message'] : '') ?>
|
| 47 |
</td>
|
| 48 |
<?php if (isset($row['link']) && isset($row['link'])) { ?>
|
|
@@ -80,7 +80,16 @@ $category_name = apply_filters('sq_page', SQ_Classes_Helpers_Tools::getValue('pa
|
|
| 80 |
<a name="tasks"></a>
|
| 81 |
|
| 82 |
<!-- Show the Goals from Goals.php through ajax -->
|
| 83 |
-
<div id="sq_seocheck_content" class="col-sm-12 my-4 py-3" style="box-shadow: 0 0 10px -3px #994525; background-color: white; min-height: 100px;"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 84 |
|
| 85 |
</div>
|
| 86 |
<div id="sq_loading_modal" tabindex="-1" class="sq_loading_modal modal fade" role="dialog">
|
| 35 |
<tbody>
|
| 36 |
<?php foreach ($view->congratulations as $function => $row) { ?>
|
| 37 |
<tr>
|
| 38 |
+
<td class="p-3 text-success text-left" style="width: 150px; vertical-align: middle; font-size: 16px !important; <?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 39 |
<?php if (isset($row['image']) && $row['image']) { ?>
|
| 40 |
<div class="col-sm-12 text-center p-0 m-0">
|
| 41 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/settings/' . $row['image'] ?>" style="max-width: 100px;"/>
|
| 42 |
</div>
|
| 43 |
<?php } ?>
|
| 44 |
</td>
|
| 45 |
+
<td class="p-3 text-success text-left" style="vertical-align: middle; font-size: 18px !important; <?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 46 |
<?php echo(isset($row['message']) ? $row['message'] : '') ?>
|
| 47 |
</td>
|
| 48 |
<?php if (isset($row['link']) && isset($row['link'])) { ?>
|
| 80 |
<a name="tasks"></a>
|
| 81 |
|
| 82 |
<!-- Show the Goals from Goals.php through ajax -->
|
| 83 |
+
<div id="sq_seocheck_content" class="col-sm-12 my-4 py-3" style="box-shadow: 0 0 10px -3px #994525; background-color: white; min-height: 100px;">
|
| 84 |
+
<?php
|
| 85 |
+
$view->report = $view->getNotifications();
|
| 86 |
+
$content = $view->getView('Goals/Goals');
|
| 87 |
+
if (function_exists('iconv')) {
|
| 88 |
+
$content = iconv('UTF-8', 'UTF-8//IGNORE', $content);
|
| 89 |
+
}
|
| 90 |
+
echo $content;
|
| 91 |
+
?>
|
| 92 |
+
</div>
|
| 93 |
|
| 94 |
</div>
|
| 95 |
<div id="sq_loading_modal" tabindex="-1" class="sq_loading_modal modal fade" role="dialog">
|
view/Goals/Goals.php
CHANGED
|
@@ -101,11 +101,11 @@ if ($countdone == count($view->report)) {
|
|
| 101 |
<tr>
|
| 102 |
<td class="p-3" <?php echo($row['completed'] ? 'colspan="3" style="position:relative;"' : '') ?>>
|
| 103 |
<?php echo($row['completed'] ? '<div class="completed">' . __('Goal completed. Good Job!', _SQ_PLUGIN_NAME_) . '</div>' : '') ?>
|
| 104 |
-
<h4 class="sq_seocheck_tasks_title <?php echo($row['color'] ? $row['color'] : 'text-danger') ?>" style="<?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 105 |
<i class="fa fa-arrow-circle-right m-0 p-0" style="font-size: 18px !important; vertical-align: middle;"></i> <?php echo(isset($row['warning']) ? $row['warning'] : '') ?>
|
| 106 |
</h4>
|
| 107 |
<?php if (isset($row['goal'])) { ?>
|
| 108 |
-
<div class="text-black-50 my-2 px-4">
|
| 109 |
<?php echo $row['goal'] ?>
|
| 110 |
</div>
|
| 111 |
<?php } ?>
|
|
@@ -144,7 +144,7 @@ if ($countdone == count($view->report)) {
|
|
| 144 |
<div class="description" style="display: none">
|
| 145 |
<div class="row">
|
| 146 |
<div class="col-sm py-1">
|
| 147 |
-
<div class="sq_seocheck_tasks_title m-1" style="<?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 148 |
<?php echo(isset($row['warning']) ? $row['warning'] : '') ?>
|
| 149 |
</div>
|
| 150 |
<div class="sq_seocheck_tasks_description p-1 py-3 m-0">
|
|
@@ -237,7 +237,7 @@ if ($countdone == count($view->report)) {
|
|
| 237 |
<div class="col-sm p-0 m-2 mx-0 text-left">
|
| 238 |
<?php if ($ignored_count > 0) { ?>
|
| 239 |
<form method="post" class="p-0 m-0">
|
| 240 |
-
<?php
|
| 241 |
<input type="hidden" name="action" value="sq_resetignored"/>
|
| 242 |
<button type="submit" class="btn btn-link text-black-50 small p-2 px-3 m-0">
|
| 243 |
<?php echo __('Show hidden goals', _SQ_PLUGIN_NAME_) ?>
|
|
@@ -256,7 +256,7 @@ if ($countdone == count($view->report)) {
|
|
| 256 |
<div class="col-sm p-0 m-2 mx-0 text-right">
|
| 257 |
<div class="col-sm">
|
| 258 |
<form method="post" class="p-0 m-0">
|
| 259 |
-
<?php
|
| 260 |
<input type="hidden" name="action" value="sq_moretasks"/>
|
| 261 |
<button type="submit" class="btn btn-warning m-0 py-2 px-5 font-bold p-2 px-3 m-0">
|
| 262 |
<?php echo __('Load more goals if exist', _SQ_PLUGIN_NAME_) ?>
|
| 101 |
<tr>
|
| 102 |
<td class="p-3" <?php echo($row['completed'] ? 'colspan="3" style="position:relative;"' : '') ?>>
|
| 103 |
<?php echo($row['completed'] ? '<div class="completed">' . __('Goal completed. Good Job!', _SQ_PLUGIN_NAME_) . '</div>' : '') ?>
|
| 104 |
+
<h4 class="sq_seocheck_tasks_title text-left <?php echo($row['color'] ? $row['color'] : 'text-danger') ?>" style="<?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 105 |
<i class="fa fa-arrow-circle-right m-0 p-0" style="font-size: 18px !important; vertical-align: middle;"></i> <?php echo(isset($row['warning']) ? $row['warning'] : '') ?>
|
| 106 |
</h4>
|
| 107 |
<?php if (isset($row['goal'])) { ?>
|
| 108 |
+
<div class="text-black-50 my-2 px-4 text-left">
|
| 109 |
<?php echo $row['goal'] ?>
|
| 110 |
</div>
|
| 111 |
<?php } ?>
|
| 144 |
<div class="description" style="display: none">
|
| 145 |
<div class="row">
|
| 146 |
<div class="col-sm py-1">
|
| 147 |
+
<div class="sq_seocheck_tasks_title m-1 text-left" style="<?php echo($row['color'] ? 'color:' . $row['color'] : '') ?>">
|
| 148 |
<?php echo(isset($row['warning']) ? $row['warning'] : '') ?>
|
| 149 |
</div>
|
| 150 |
<div class="sq_seocheck_tasks_description p-1 py-3 m-0">
|
| 237 |
<div class="col-sm p-0 m-2 mx-0 text-left">
|
| 238 |
<?php if ($ignored_count > 0) { ?>
|
| 239 |
<form method="post" class="p-0 m-0">
|
| 240 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_resetignored', 'sq_nonce'); ?>
|
| 241 |
<input type="hidden" name="action" value="sq_resetignored"/>
|
| 242 |
<button type="submit" class="btn btn-link text-black-50 small p-2 px-3 m-0">
|
| 243 |
<?php echo __('Show hidden goals', _SQ_PLUGIN_NAME_) ?>
|
| 256 |
<div class="col-sm p-0 m-2 mx-0 text-right">
|
| 257 |
<div class="col-sm">
|
| 258 |
<form method="post" class="p-0 m-0">
|
| 259 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_moretasks', 'sq_nonce'); ?>
|
| 260 |
<input type="hidden" name="action" value="sq_moretasks"/>
|
| 261 |
<button type="submit" class="btn btn-warning m-0 py-2 px-5 font-bold p-2 px-3 m-0">
|
| 262 |
<?php echo __('Load more goals if exist', _SQ_PLUGIN_NAME_) ?>
|
view/Onboarding/Step1.2.php
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
<a href="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'step1.3') ?>" class="btn rounded-0 btn-success btn-lg px-3 mx-2 float-sm-right"><?php _e('Next Feature >', _SQ_PLUGIN_NAME_); ?></a>
|
| 16 |
<?php if (current_user_can('sq_manage_snippet')) { ?>
|
| 17 |
<form method="POST" target="_blank">
|
| 18 |
-
<?php
|
| 19 |
<input type="hidden" name="action" value="sq_create_demo"/>
|
| 20 |
<button type="submit" class="btn rounded-0 btn-info btn-lg px-3 mx-2 noloading" style="min-width: 200px"><?php _e('Demo Post', _SQ_PLUGIN_NAME_); ?></button>
|
| 21 |
</form>
|
| 15 |
<a href="<?php echo SQ_Classes_Helpers_Tools::getAdminUrl('sq_onboarding', 'step1.3') ?>" class="btn rounded-0 btn-success btn-lg px-3 mx-2 float-sm-right"><?php _e('Next Feature >', _SQ_PLUGIN_NAME_); ?></a>
|
| 16 |
<?php if (current_user_can('sq_manage_snippet')) { ?>
|
| 17 |
<form method="POST" target="_blank">
|
| 18 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_create_demo', 'sq_nonce'); ?>
|
| 19 |
<input type="hidden" name="action" value="sq_create_demo"/>
|
| 20 |
<button type="submit" class="btn rounded-0 btn-info btn-lg px-3 mx-2 noloading" style="min-width: 200px"><?php _e('Demo Post', _SQ_PLUGIN_NAME_); ?></button>
|
| 21 |
</form>
|
view/Onboarding/Step2.2.php
CHANGED
|
@@ -45,7 +45,7 @@
|
|
| 45 |
<form method="post" class="p-0 m-0">
|
| 46 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/onboarding/racing_car start.png' ?>" class="float-left mr-4" style="max-width: 100%;">
|
| 47 |
|
| 48 |
-
<?php
|
| 49 |
<input type="hidden" name="action" value="sq_onboarding_commitment"/>
|
| 50 |
<button type="submit" class="btn btn-lg btn-success px-5 mt-3">
|
| 51 |
<?php echo __("Let's Start My 14 Days Journey", _SQ_PLUGIN_NAME_) ?>
|
| 45 |
<form method="post" class="p-0 m-0">
|
| 46 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/onboarding/racing_car start.png' ?>" class="float-left mr-4" style="max-width: 100%;">
|
| 47 |
|
| 48 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_onboarding_commitment', 'sq_nonce'); ?>
|
| 49 |
<input type="hidden" name="action" value="sq_onboarding_commitment"/>
|
| 50 |
<button type="submit" class="btn btn-lg btn-success px-5 mt-3">
|
| 51 |
<?php echo __("Let's Start My 14 Days Journey", _SQ_PLUGIN_NAME_) ?>
|
view/Onboarding/Step3.php
CHANGED
|
@@ -47,7 +47,7 @@
|
|
| 47 |
<?php } ?>
|
| 48 |
</select>
|
| 49 |
|
| 50 |
-
<?php
|
| 51 |
<input type="hidden" name="action" value="sq_seosettings_importall"/>
|
| 52 |
<button type="submit" class="btn rounded-0 btn-success px-3 mx-2" style="min-width: 140px; max-height: 50px;"><?php _e('Import', _SQ_PLUGIN_NAME_); ?></button>
|
| 53 |
<?php } else { ?>
|
| 47 |
<?php } ?>
|
| 48 |
</select>
|
| 49 |
|
| 50 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_importall', 'sq_nonce'); ?>
|
| 51 |
<input type="hidden" name="action" value="sq_seosettings_importall"/>
|
| 52 |
<button type="submit" class="btn rounded-0 btn-success px-3 mx-2" style="min-width: 140px; max-height: 50px;"><?php _e('Import', _SQ_PLUGIN_NAME_); ?></button>
|
| 53 |
<?php } else { ?>
|
view/Ranking/Rankings.php
CHANGED
|
@@ -6,7 +6,7 @@ $connect = json_decode(json_encode(SQ_Classes_Helpers_Tools::getOption('connect'
|
|
| 6 |
|
| 7 |
$view->checkin->subscription_serpcheck = (isset($view->checkin->subscription_serpcheck) ? $view->checkin->subscription_serpcheck : 0);
|
| 8 |
$days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
| 9 |
-
|
| 10 |
?>
|
| 11 |
<div id="sq_wrap">
|
| 12 |
<?php SQ_Classes_ObjController::getClass('SQ_Core_BlockToolbar')->init(); ?>
|
|
@@ -75,7 +75,6 @@ $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
|
| 75 |
}
|
| 76 |
|
| 77 |
if (isset($view->info->average) && count((array)$view->info->average) > 1) {
|
| 78 |
-
echo $view->getScripts();
|
| 79 |
foreach ($view->info->average as $key => $average) {
|
| 80 |
if ($key > 0 && !empty($view->info->average[$key])) {
|
| 81 |
$view->info->average[$key][0] = date('m/d/Y', strtotime($view->info->average[$key][0]));
|
|
@@ -131,10 +130,17 @@ $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
|
| 131 |
|
| 132 |
<div class="media-right py-3 media-middle ">
|
| 133 |
<div class="col-sm-12 px-0">
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 138 |
</div>
|
| 139 |
</div>
|
| 140 |
</div>
|
|
@@ -296,7 +302,7 @@ $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
|
| 296 |
<?php if ($view->checkin->subscription_serpcheck) { ?>
|
| 297 |
<li class="border-bottom m-0 p-1 py-2">
|
| 298 |
<form method="post" class="p-0 m-0">
|
| 299 |
-
<?php
|
| 300 |
<input type="hidden" name="action" value="sq_serp_refresh_post"/>
|
| 301 |
<input type="hidden" name="keyword" value="<?php echo htmlspecialchars($row->keyword) ?>"/>
|
| 302 |
<i class="sq_icons_small fa fa-refresh" style="padding: 2px"></i>
|
|
@@ -309,7 +315,7 @@ $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
|
| 309 |
|
| 310 |
<li class="m-0 p-1 py-2">
|
| 311 |
<form method="post" class="p-0 m-0">
|
| 312 |
-
<?php
|
| 313 |
<input type="hidden" name="action" value="sq_serp_delete_keyword"/>
|
| 314 |
<input type="hidden" name="keyword" value="<?php echo htmlspecialchars($row->keyword) ?>"/>
|
| 315 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
|
@@ -443,7 +449,7 @@ $days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
|
| 443 |
</div>
|
| 444 |
<?php } else { ?>
|
| 445 |
<div class="card-body">
|
| 446 |
-
<div class="col-sm-12 px-2 py-3 text-center"
|
| 447 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/settings/noconnection.jpg' ?>" style="width: 300px">
|
| 448 |
</div>
|
| 449 |
<div class="col-sm-12 m-2 text-center">
|
| 6 |
|
| 7 |
$view->checkin->subscription_serpcheck = (isset($view->checkin->subscription_serpcheck) ? $view->checkin->subscription_serpcheck : 0);
|
| 8 |
$days_back = (int)SQ_Classes_Helpers_Tools::getValue('days_back', 30);
|
| 9 |
+
echo $view->getScripts();
|
| 10 |
?>
|
| 11 |
<div id="sq_wrap">
|
| 12 |
<?php SQ_Classes_ObjController::getClass('SQ_Core_BlockToolbar')->init(); ?>
|
| 75 |
}
|
| 76 |
|
| 77 |
if (isset($view->info->average) && count((array)$view->info->average) > 1) {
|
|
|
|
| 78 |
foreach ($view->info->average as $key => $average) {
|
| 79 |
if ($key > 0 && !empty($view->info->average[$key])) {
|
| 80 |
$view->info->average[$key][0] = date('m/d/Y', strtotime($view->info->average[$key][0]));
|
| 130 |
|
| 131 |
<div class="media-right py-3 media-middle ">
|
| 132 |
<div class="col-sm-12 px-0">
|
| 133 |
+
<?php if (isset($view->info->average) && count((array)$view->info->average) > 1) { ?>
|
| 134 |
+
<div id="sq_chart" class="sq_chart no-p" style="width:95%; height: 90px;"></div>
|
| 135 |
+
<script>
|
| 136 |
+
if (typeof google !== 'undefined') {
|
| 137 |
+
google.setOnLoadCallback(function () {
|
| 138 |
+
var sq_chart_val = drawChart("sq_chart", <?php echo json_encode($view->info->average)?> , true);
|
| 139 |
+
});
|
| 140 |
+
}
|
| 141 |
+
</script>
|
| 142 |
+
|
| 143 |
+
<?php } ?>
|
| 144 |
</div>
|
| 145 |
</div>
|
| 146 |
</div>
|
| 302 |
<?php if ($view->checkin->subscription_serpcheck) { ?>
|
| 303 |
<li class="border-bottom m-0 p-1 py-2">
|
| 304 |
<form method="post" class="p-0 m-0">
|
| 305 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_serp_refresh_post', 'sq_nonce'); ?>
|
| 306 |
<input type="hidden" name="action" value="sq_serp_refresh_post"/>
|
| 307 |
<input type="hidden" name="keyword" value="<?php echo htmlspecialchars($row->keyword) ?>"/>
|
| 308 |
<i class="sq_icons_small fa fa-refresh" style="padding: 2px"></i>
|
| 315 |
|
| 316 |
<li class="m-0 p-1 py-2">
|
| 317 |
<form method="post" class="p-0 m-0">
|
| 318 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_serp_delete_keyword', 'sq_nonce'); ?>
|
| 319 |
<input type="hidden" name="action" value="sq_serp_delete_keyword"/>
|
| 320 |
<input type="hidden" name="keyword" value="<?php echo htmlspecialchars($row->keyword) ?>"/>
|
| 321 |
<i class="sq_icons_small fa fa-trash-o" style="padding: 2px"></i>
|
| 449 |
</div>
|
| 450 |
<?php } else { ?>
|
| 451 |
<div class="card-body">
|
| 452 |
+
<div class="col-sm-12 px-2 py-3 text-center">
|
| 453 |
<img src="<?php echo _SQ_ASSETS_URL_ . 'img/settings/noconnection.jpg' ?>" style="width: 300px">
|
| 454 |
</div>
|
| 455 |
<div class="col-sm-12 m-2 text-center">
|
view/Ranking/Settings.php
CHANGED
|
@@ -17,7 +17,7 @@
|
|
| 17 |
</div>
|
| 18 |
<form method="POST">
|
| 19 |
<?php do_action('sq_form_notices'); ?>
|
| 20 |
-
<?php
|
| 21 |
<input type="hidden" name="action" value="sq_ranking_settings"/>
|
| 22 |
|
| 23 |
<div class="card col-sm-12 p-0">
|
| 17 |
</div>
|
| 18 |
<form method="POST">
|
| 19 |
<?php do_action('sq_form_notices'); ?>
|
| 20 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_ranking_settings', 'sq_nonce'); ?>
|
| 21 |
<input type="hidden" name="action" value="sq_ranking_settings"/>
|
| 22 |
|
| 23 |
<div class="card col-sm-12 p-0">
|
view/Research/Briefcase.php
CHANGED
|
@@ -387,7 +387,7 @@
|
|
| 387 |
</div>
|
| 388 |
<div class="col-sm-4 p-0 text-center">
|
| 389 |
<form action="" method="post" enctype="multipart/form-data">
|
| 390 |
-
<?php
|
| 391 |
<input type="hidden" name="action" value="sq_briefcase_backup"/>
|
| 392 |
<button type="submit" class="btn rounded-0 btn-success my-1 px-2 mx-2 noloading" style="min-width: 175px"><?php _e('Download Keywords', _SQ_PLUGIN_NAME_); ?></button>
|
| 393 |
</form>
|
|
@@ -414,7 +414,7 @@
|
|
| 414 |
<input type="file" class="form-control-file" name="sq_upload_file">
|
| 415 |
</div>
|
| 416 |
<div class="col-sm-4 form-group m-0 p-0 my-2">
|
| 417 |
-
<?php
|
| 418 |
<input type="hidden" name="action" value="sq_briefcase_restore"/>
|
| 419 |
<button type="submit" class="btn rounded-0 btn-success btn-sm px-3 mx-2"><?php _e('Upload', _SQ_PLUGIN_NAME_); ?></button>
|
| 420 |
</div>
|
| 387 |
</div>
|
| 388 |
<div class="col-sm-4 p-0 text-center">
|
| 389 |
<form action="" method="post" enctype="multipart/form-data">
|
| 390 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_briefcase_backup', 'sq_nonce'); ?>
|
| 391 |
<input type="hidden" name="action" value="sq_briefcase_backup"/>
|
| 392 |
<button type="submit" class="btn rounded-0 btn-success my-1 px-2 mx-2 noloading" style="min-width: 175px"><?php _e('Download Keywords', _SQ_PLUGIN_NAME_); ?></button>
|
| 393 |
</form>
|
| 414 |
<input type="file" class="form-control-file" name="sq_upload_file">
|
| 415 |
</div>
|
| 416 |
<div class="col-sm-4 form-group m-0 p-0 my-2">
|
| 417 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_briefcase_restore', 'sq_nonce'); ?>
|
| 418 |
<input type="hidden" name="action" value="sq_briefcase_restore"/>
|
| 419 |
<button type="submit" class="btn rounded-0 btn-success btn-sm px-3 mx-2"><?php _e('Upload', _SQ_PLUGIN_NAME_); ?></button>
|
| 420 |
</div>
|
view/Research/Labels.php
CHANGED
|
@@ -102,8 +102,8 @@
|
|
| 102 |
<input type="checkbox" name="sq_edit[]" class="sq_bulk_input" value="<?php echo $row->id ?>"/>
|
| 103 |
<?php } ?>
|
| 104 |
</td>
|
| 105 |
-
<td style="width: 50%;">
|
| 106 |
-
|
| 107 |
</td>
|
| 108 |
<td style="width: 50%;">
|
| 109 |
<span style="display: block; float: left; background-color:<?php echo $row->color ?>; width: 20px;height: 20px; margin-right: 5px;"></span><?php echo $row->color ?>
|
| 102 |
<input type="checkbox" name="sq_edit[]" class="sq_bulk_input" value="<?php echo $row->id ?>"/>
|
| 103 |
<?php } ?>
|
| 104 |
</td>
|
| 105 |
+
<td style="width: 50%;" class="text-left">
|
| 106 |
+
<?php echo $row->name ?>
|
| 107 |
</td>
|
| 108 |
<td style="width: 50%;">
|
| 109 |
<span style="display: block; float: left; background-color:<?php echo $row->color ?>; width: 20px;height: 20px; margin-right: 5px;"></span><?php echo $row->color ?>
|
view/Research/Research.php
CHANGED
|
@@ -42,7 +42,7 @@
|
|
| 42 |
<div class="my-2 text-black-50 small text-center"><?php echo __("It's best if you focus on finding Long-Tail Keywords.", _SQ_PLUGIN_NAME_) ?></div>
|
| 43 |
</div>
|
| 44 |
<div class="col-sm-12 mt-3 text-center">
|
| 45 |
-
<?php
|
| 46 |
<input type="hidden" name="action" value="sq_briefcase_addkeyword"/>
|
| 47 |
<button type="submit" class="sqd-submit btn btn-success btn-lg px-5">
|
| 48 |
<?php echo __('Add to Briefcase', _SQ_PLUGIN_NAME_) ?>
|
| 42 |
<div class="my-2 text-black-50 small text-center"><?php echo __("It's best if you focus on finding Long-Tail Keywords.", _SQ_PLUGIN_NAME_) ?></div>
|
| 43 |
</div>
|
| 44 |
<div class="col-sm-12 mt-3 text-center">
|
| 45 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_briefcase_addkeyword', 'sq_nonce'); ?>
|
| 46 |
<input type="hidden" name="action" value="sq_briefcase_addkeyword"/>
|
| 47 |
<button type="submit" class="sqd-submit btn btn-success btn-lg px-5">
|
| 48 |
<?php echo __('Add to Briefcase', _SQ_PLUGIN_NAME_) ?>
|
view/SeoSettings/Advanced.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_advanced"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_advanced', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_advanced"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Automation.php
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
-
<?php
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_automation"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_automation', 'sq_nonce'); ?>
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_automation"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Backup.php
CHANGED
|
@@ -55,7 +55,7 @@
|
|
| 55 |
<?php } ?>
|
| 56 |
</select>
|
| 57 |
|
| 58 |
-
<?php
|
| 59 |
<input type="hidden" name="action" value="sq_seosettings_importsettings"/>
|
| 60 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Import Settings', _SQ_PLUGIN_NAME_); ?></button>
|
| 61 |
<?php } else { ?>
|
|
@@ -83,7 +83,7 @@
|
|
| 83 |
<?php } ?>
|
| 84 |
</select>
|
| 85 |
|
| 86 |
-
<?php
|
| 87 |
<input type="hidden" name="action" value="sq_seosettings_importseo"/>
|
| 88 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Import SEO', _SQ_PLUGIN_NAME_); ?></button>
|
| 89 |
<?php } else { ?>
|
|
@@ -109,7 +109,7 @@
|
|
| 109 |
<div class="small text-black-50"><?php echo __('Download all the settings from Squirrly SEO.', _SQ_PLUGIN_NAME_); ?></div>
|
| 110 |
</div>
|
| 111 |
<div class="col-sm-8 p-0 input-group">
|
| 112 |
-
<?php
|
| 113 |
<input type="hidden" name="action" value="sq_seosettings_backupsettings"/>
|
| 114 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2 noloading"><?php _e('Download Backup', _SQ_PLUGIN_NAME_); ?></button>
|
| 115 |
</div>
|
|
@@ -123,7 +123,7 @@
|
|
| 123 |
<div class="small text-black-50"><?php echo __('Download all the Squirrly SEO Snippet optimizations.', _SQ_PLUGIN_NAME_); ?></div>
|
| 124 |
</div>
|
| 125 |
<div class="col-sm-8 p-0 input-group">
|
| 126 |
-
<?php
|
| 127 |
<input type="hidden" name="action" value="sq_seosettings_backupseo"/>
|
| 128 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2 noloading"><?php _e('Download Backup', _SQ_PLUGIN_NAME_); ?></button>
|
| 129 |
</div>
|
|
@@ -149,7 +149,7 @@
|
|
| 149 |
<div class="form-group my-2">
|
| 150 |
<input type="file" class="form-control-file" name="sq_options">
|
| 151 |
</div>
|
| 152 |
-
<?php
|
| 153 |
<input type="hidden" name="action" value="sq_seosettings_restoresettings"/>
|
| 154 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Restore Settings', _SQ_PLUGIN_NAME_); ?></button>
|
| 155 |
</div>
|
|
@@ -166,7 +166,7 @@
|
|
| 166 |
<div class="form-group my-2">
|
| 167 |
<input type="file" class="form-control-file" name="sq_sql">
|
| 168 |
</div>
|
| 169 |
-
<?php
|
| 170 |
<input type="hidden" name="action" value="sq_seosettings_restoreseo"/>
|
| 171 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Restore SEO', _SQ_PLUGIN_NAME_); ?></button>
|
| 172 |
</div>
|
|
@@ -188,7 +188,7 @@
|
|
| 188 |
<div class="small text-black-50"><?php _e("Install the last stable version of the plugin.", _SQ_PLUGIN_NAME_); ?></div>
|
| 189 |
</div>
|
| 190 |
<div class="col-sm-8 p-0 input-group">
|
| 191 |
-
<?php
|
| 192 |
<input type="hidden" name="action" value="sq_rollback"/>
|
| 193 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2"><?php echo __('Install Squirrly SEO', _SQ_PLUGIN_NAME_) . ' ' . SQ_STABLE_VERSION; ?></button>
|
| 194 |
</div>
|
| 55 |
<?php } ?>
|
| 56 |
</select>
|
| 57 |
|
| 58 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_importsettings', 'sq_nonce'); ?>
|
| 59 |
<input type="hidden" name="action" value="sq_seosettings_importsettings"/>
|
| 60 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Import Settings', _SQ_PLUGIN_NAME_); ?></button>
|
| 61 |
<?php } else { ?>
|
| 83 |
<?php } ?>
|
| 84 |
</select>
|
| 85 |
|
| 86 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_importseo', 'sq_nonce'); ?>
|
| 87 |
<input type="hidden" name="action" value="sq_seosettings_importseo"/>
|
| 88 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Import SEO', _SQ_PLUGIN_NAME_); ?></button>
|
| 89 |
<?php } else { ?>
|
| 109 |
<div class="small text-black-50"><?php echo __('Download all the settings from Squirrly SEO.', _SQ_PLUGIN_NAME_); ?></div>
|
| 110 |
</div>
|
| 111 |
<div class="col-sm-8 p-0 input-group">
|
| 112 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_backupsettings', 'sq_nonce'); ?>
|
| 113 |
<input type="hidden" name="action" value="sq_seosettings_backupsettings"/>
|
| 114 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2 noloading"><?php _e('Download Backup', _SQ_PLUGIN_NAME_); ?></button>
|
| 115 |
</div>
|
| 123 |
<div class="small text-black-50"><?php echo __('Download all the Squirrly SEO Snippet optimizations.', _SQ_PLUGIN_NAME_); ?></div>
|
| 124 |
</div>
|
| 125 |
<div class="col-sm-8 p-0 input-group">
|
| 126 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_backupseo', 'sq_nonce'); ?>
|
| 127 |
<input type="hidden" name="action" value="sq_seosettings_backupseo"/>
|
| 128 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2 noloading"><?php _e('Download Backup', _SQ_PLUGIN_NAME_); ?></button>
|
| 129 |
</div>
|
| 149 |
<div class="form-group my-2">
|
| 150 |
<input type="file" class="form-control-file" name="sq_options">
|
| 151 |
</div>
|
| 152 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_restoresettings', 'sq_nonce'); ?>
|
| 153 |
<input type="hidden" name="action" value="sq_seosettings_restoresettings"/>
|
| 154 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Restore Settings', _SQ_PLUGIN_NAME_); ?></button>
|
| 155 |
</div>
|
| 166 |
<div class="form-group my-2">
|
| 167 |
<input type="file" class="form-control-file" name="sq_sql">
|
| 168 |
</div>
|
| 169 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_restoreseo', 'sq_nonce'); ?>
|
| 170 |
<input type="hidden" name="action" value="sq_seosettings_restoreseo"/>
|
| 171 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2" style="min-width: 140px"><?php _e('Restore SEO', _SQ_PLUGIN_NAME_); ?></button>
|
| 172 |
</div>
|
| 188 |
<div class="small text-black-50"><?php _e("Install the last stable version of the plugin.", _SQ_PLUGIN_NAME_); ?></div>
|
| 189 |
</div>
|
| 190 |
<div class="col-sm-8 p-0 input-group">
|
| 191 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_rollback', 'sq_nonce'); ?>
|
| 192 |
<input type="hidden" name="action" value="sq_rollback"/>
|
| 193 |
<button type="submit" class="btn rounded-0 btn-success px-2 mx-2"><?php echo __('Install Squirrly SEO', _SQ_PLUGIN_NAME_) . ' ' . SQ_STABLE_VERSION; ?></button>
|
| 194 |
</div>
|
view/SeoSettings/Favicon.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST" enctype="multipart/form-data">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_favicon"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST" enctype="multipart/form-data">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_favicon', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_favicon"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Jsonld.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_jsonld"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_jsonld', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_jsonld"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Metas.php
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
-
<?php
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_metas"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_metas', 'sq_nonce'); ?>
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_metas"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Robots.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_robots"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_robots', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_robots"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Sitemap.php
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
-
<?php
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_sitemap"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
| 14 |
|
| 15 |
<?php do_action('sq_form_notices'); ?>
|
| 16 |
<form method="POST">
|
| 17 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_sitemap', 'sq_nonce'); ?>
|
| 18 |
<input type="hidden" name="action" value="sq_seosettings_sitemap"/>
|
| 19 |
|
| 20 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Social.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_social"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_social', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_social"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Tracking.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_tracking"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_tracking', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_tracking"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/SeoSettings/Webmaster.php
CHANGED
|
@@ -13,7 +13,7 @@
|
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
-
<?php
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_webmaster"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
| 13 |
<div class="flex-grow-1 mr-3 sq_flex">
|
| 14 |
<?php do_action('sq_form_notices'); ?>
|
| 15 |
<form method="POST">
|
| 16 |
+
<?php SQ_Classes_Helpers_Tools::setNonce('sq_seosettings_webmaster', 'sq_nonce'); ?>
|
| 17 |
<input type="hidden" name="action" value="sq_seosettings_webmaster"/>
|
| 18 |
|
| 19 |
<div class="card col-sm-12 p-0">
|
view/assets/css/account.css
DELETED
|
@@ -1,62 +0,0 @@
|
|
| 1 |
-
.sq_icons.sq_icon_package {
|
| 2 |
-
float: none;
|
| 3 |
-
display: inline-block;
|
| 4 |
-
margin: auto;
|
| 5 |
-
background-repeat: no-repeat;
|
| 6 |
-
background-position: center;
|
| 7 |
-
background-size: 70%;
|
| 8 |
-
background-color: #f5922f;
|
| 9 |
-
background-image: url("../img/logos/package.png");
|
| 10 |
-
}
|
| 11 |
-
|
| 12 |
-
.card .author{
|
| 13 |
-
text-align: center;
|
| 14 |
-
text-transform: none;
|
| 15 |
-
}
|
| 16 |
-
|
| 17 |
-
.card .avatar {
|
| 18 |
-
width: 100px;
|
| 19 |
-
height: 100px;
|
| 20 |
-
border: 5px solid #FFFFFF;
|
| 21 |
-
position: relative;
|
| 22 |
-
border-radius: 50%;
|
| 23 |
-
}
|
| 24 |
-
|
| 25 |
-
.card .avatar.border-gray {
|
| 26 |
-
border-color: #EEEEEE;
|
| 27 |
-
}
|
| 28 |
-
|
| 29 |
-
.card .title {
|
| 30 |
-
line-height: 24px;
|
| 31 |
-
}
|
| 32 |
-
|
| 33 |
-
.card .author i {
|
| 34 |
-
font-size: 14px;
|
| 35 |
-
}
|
| 36 |
-
|
| 37 |
-
.block-caption {
|
| 38 |
-
font-weight: 700;
|
| 39 |
-
font-family: "Open Sans", "Times New Roman", serif;
|
| 40 |
-
color: #3C4857;
|
| 41 |
-
}
|
| 42 |
-
|
| 43 |
-
.block-pricing .block-caption {
|
| 44 |
-
margin-top: 30px;
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
.block-pricing h1 small {
|
| 48 |
-
font-size: 18px;
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
.block-pricing h1 small.power {
|
| 52 |
-
position: relative;
|
| 53 |
-
top: -17px;
|
| 54 |
-
font-size: 26px;
|
| 55 |
-
color: inherit !important;
|
| 56 |
-
}
|
| 57 |
-
.block-pricing small.power {
|
| 58 |
-
position: relative;
|
| 59 |
-
top: -3px;
|
| 60 |
-
font-size: 16px;
|
| 61 |
-
|
| 62 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/assistant.css
DELETED
|
@@ -1,116 +0,0 @@
|
|
| 1 |
-
/*********************************************************/
|
| 2 |
-
#sq_wrap .sq_col_side .sq_assistant li {
|
| 3 |
-
font-size: 14px;
|
| 4 |
-
line-height: 120%;
|
| 5 |
-
margin: 0;
|
| 6 |
-
padding: 25px 10px;
|
| 7 |
-
position: relative;
|
| 8 |
-
border-bottom: 1px dashed #ddd;
|
| 9 |
-
border-left: 1px solid #0c6588;
|
| 10 |
-
cursor: pointer;
|
| 11 |
-
}
|
| 12 |
-
|
| 13 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_task i:before {
|
| 14 |
-
content: ' ';
|
| 15 |
-
color: #fff;
|
| 16 |
-
background: #f2000c;
|
| 17 |
-
display: inline-block;
|
| 18 |
-
width: 25px;
|
| 19 |
-
height: 25px;
|
| 20 |
-
border-radius: 20px;
|
| 21 |
-
line-height: 25px;
|
| 22 |
-
text-align: center;
|
| 23 |
-
}
|
| 24 |
-
|
| 25 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_practice i:before {
|
| 26 |
-
color: #fff !important;
|
| 27 |
-
background: #ffc107 !important;
|
| 28 |
-
}
|
| 29 |
-
|
| 30 |
-
#sq_wrap .sq_col_side .sq_assistant li.completed {
|
| 31 |
-
border-left: none;
|
| 32 |
-
}
|
| 33 |
-
|
| 34 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_task.completed i:before {
|
| 35 |
-
content: '\f00c';
|
| 36 |
-
background: #20bc49;
|
| 37 |
-
font-size: 13px;
|
| 38 |
-
line-height: 192%;
|
| 39 |
-
text-align: center;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_task.pattern i:before{
|
| 43 |
-
content: '\f00c';
|
| 44 |
-
background: #20bc49;
|
| 45 |
-
font-size: 13px;
|
| 46 |
-
line-height: 192%;
|
| 47 |
-
text-align: center;
|
| 48 |
-
}
|
| 49 |
-
|
| 50 |
-
#sq_wrap .sq_col_side .sq_assistant li.ignore {
|
| 51 |
-
border-left: none;
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_task.ignore i:before {
|
| 55 |
-
content: '';
|
| 56 |
-
background: #5f5f5f;
|
| 57 |
-
font-size: 13px;
|
| 58 |
-
line-height: 192%;
|
| 59 |
-
text-align: center;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
#sq_wrap .sq_col_side .sq_assistant li.sq_task.error i:before {
|
| 63 |
-
background: #dddddd;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
#sq_wrap .sq_col_side .sq_assistant li h4 {
|
| 67 |
-
display: inline-block;
|
| 68 |
-
font-weight: 500;
|
| 69 |
-
font-size: 16px;
|
| 70 |
-
color: #777;
|
| 71 |
-
line-height: 25px;
|
| 72 |
-
text-align: left;
|
| 73 |
-
margin: 0 0 0 8px;
|
| 74 |
-
padding: 0;
|
| 75 |
-
max-width: 85%;
|
| 76 |
-
}
|
| 77 |
-
#sq_wrap .sq_col_side .sq_assistant li:not(.completed):not(.pattern) h4:after{
|
| 78 |
-
content: "\f107";
|
| 79 |
-
display: inline;
|
| 80 |
-
font-family: FontAwesome, Arial, sans-serif !important;
|
| 81 |
-
font-size: 16px !important;
|
| 82 |
-
text-rendering: auto;
|
| 83 |
-
-webkit-font-smoothing: antialiased;
|
| 84 |
-
-moz-osx-font-smoothing: grayscale;
|
| 85 |
-
margin-left: 6px;
|
| 86 |
-
font-weight: bold;
|
| 87 |
-
color: indianred;
|
| 88 |
-
}
|
| 89 |
-
|
| 90 |
-
|
| 91 |
-
#sq_assistant_modal .modal-body{
|
| 92 |
-
font-size: 15px;
|
| 93 |
-
line-height: 25px;
|
| 94 |
-
color: #636363;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
#sq_assistant_modal .modal-body a{
|
| 98 |
-
color: rgb(241, 97, 18);
|
| 99 |
-
text-decoration: none;
|
| 100 |
-
}
|
| 101 |
-
|
| 102 |
-
div.sticky {
|
| 103 |
-
position: -webkit-sticky;
|
| 104 |
-
position: sticky;
|
| 105 |
-
top: 15px;
|
| 106 |
-
}
|
| 107 |
-
|
| 108 |
-
.tooltip-inner {
|
| 109 |
-
max-width: 350px;
|
| 110 |
-
}
|
| 111 |
-
|
| 112 |
-
@media (min-width: 992px) {
|
| 113 |
-
div.sticky {
|
| 114 |
-
align-self: flex-start;
|
| 115 |
-
}
|
| 116 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/audits.css
DELETED
|
@@ -1,1273 +0,0 @@
|
|
| 1 |
-
#sq_audits .sq_auditpages_content{
|
| 2 |
-
min-height: 100px;
|
| 3 |
-
}
|
| 4 |
-
|
| 5 |
-
#sq_assistant_modal .modal-body ul li{
|
| 6 |
-
margin: 10px 30px;
|
| 7 |
-
list-style: initial !important;
|
| 8 |
-
}
|
| 9 |
-
|
| 10 |
-
#sq_audits .sq_audit_header .sq_audit_header_title,
|
| 11 |
-
#sq_audit .sq_audit_header .sq_audit_header_title{
|
| 12 |
-
font-size: 30px;
|
| 13 |
-
color: #f1d432;
|
| 14 |
-
}
|
| 15 |
-
|
| 16 |
-
#sq_audits .sq_audit_header .sq_audit_header_score,
|
| 17 |
-
#sq_audit .sq_audit_header .sq_audit_header_score{
|
| 18 |
-
font-size: 34px;
|
| 19 |
-
color: #4f1440;
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
#sq_audits .sq_audit_header .sq_audit_header_message,
|
| 23 |
-
#sq_audit .sq_audit_header .sq_audit_header_message{
|
| 24 |
-
display: block;
|
| 25 |
-
width: auto;
|
| 26 |
-
line-height: 24px;
|
| 27 |
-
height: auto;
|
| 28 |
-
font-size: 18px;
|
| 29 |
-
font-weight: normal;
|
| 30 |
-
color: #777;
|
| 31 |
-
text-align: left;
|
| 32 |
-
}
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
#sq_audit td.sq_first_header_column {
|
| 36 |
-
width: 20%;
|
| 37 |
-
}
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
#sq_audit td{
|
| 41 |
-
border: none;
|
| 42 |
-
vertical-align: top;
|
| 43 |
-
text-align: left;
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
#sq_audit .sq_audit_margin_header {
|
| 47 |
-
height: 340px;
|
| 48 |
-
}
|
| 49 |
-
|
| 50 |
-
#sq_audit .sq_audit_header td {
|
| 51 |
-
vertical-align: top;
|
| 52 |
-
height: 40px;
|
| 53 |
-
line-height: 22px;
|
| 54 |
-
}
|
| 55 |
-
|
| 56 |
-
.sq_separator {
|
| 57 |
-
display: block;
|
| 58 |
-
clear: both;
|
| 59 |
-
border-bottom: 1px dashed #ddd !important;
|
| 60 |
-
width: 90%;
|
| 61 |
-
height: 3px;
|
| 62 |
-
margin: 2px auto;
|
| 63 |
-
}
|
| 64 |
-
|
| 65 |
-
.floatingHeader {
|
| 66 |
-
position: fixed;
|
| 67 |
-
display: block;
|
| 68 |
-
top: 32px;
|
| 69 |
-
left: 0;
|
| 70 |
-
font-size: 18px !important;
|
| 71 |
-
width: 100% !important;
|
| 72 |
-
line-height: 15px;
|
| 73 |
-
margin: 0;
|
| 74 |
-
padding: 15px;
|
| 75 |
-
background: #2680b4;
|
| 76 |
-
visibility: hidden;
|
| 77 |
-
z-index: 1006;
|
| 78 |
-
color: white !important;
|
| 79 |
-
text-shadow: 1px 1px #333;
|
| 80 |
-
cursor: pointer;
|
| 81 |
-
}
|
| 82 |
-
|
| 83 |
-
/******************************************************************/
|
| 84 |
-
/* Task Box*/
|
| 85 |
-
#sq_audit .sq_first_column {
|
| 86 |
-
width: 122px;
|
| 87 |
-
}
|
| 88 |
-
|
| 89 |
-
#sq_audit .sq_second_column {
|
| 90 |
-
width: 528px;
|
| 91 |
-
}
|
| 92 |
-
|
| 93 |
-
#sq_audit .sq_second_column span {
|
| 94 |
-
width: 100%;
|
| 95 |
-
}
|
| 96 |
-
|
| 97 |
-
#sq_audit .sq_third_column {
|
| 98 |
-
width: 300px;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
#sq_audit .sq_audit_task_completed {
|
| 102 |
-
position: relative;
|
| 103 |
-
width: auto;
|
| 104 |
-
line-height: 20px;
|
| 105 |
-
height: 87px;
|
| 106 |
-
margin: 0 auto;
|
| 107 |
-
padding: 15px 10px;
|
| 108 |
-
text-align: center;
|
| 109 |
-
font-size: 30px;
|
| 110 |
-
color: #fff;
|
| 111 |
-
box-shadow: 1px 1px 2px 0 #999;
|
| 112 |
-
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#999');
|
| 113 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#999')";
|
| 114 |
-
border-radius: 5px 5px 5px 0;
|
| 115 |
-
-moz-border-radius: 5px 5px 5px 0;
|
| 116 |
-
-webkit-border-radius: 5px 5px 5px 0;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
#sq_audit .sq_audit_tasks .sq_audit_task_completed {
|
| 120 |
-
display: block;
|
| 121 |
-
width: 130px;
|
| 122 |
-
height: 95px;
|
| 123 |
-
font-size: 20px;
|
| 124 |
-
color: #fff;
|
| 125 |
-
text-shadow: 1px 1px #555;
|
| 126 |
-
line-height: 29px;
|
| 127 |
-
vertical-align: middle;
|
| 128 |
-
}
|
| 129 |
-
|
| 130 |
-
/* creates the larger triangle */
|
| 131 |
-
#sq_audit .sq_audit_task_completed:before {
|
| 132 |
-
content: "";
|
| 133 |
-
width: 0;
|
| 134 |
-
height: 0;
|
| 135 |
-
position: absolute;
|
| 136 |
-
bottom: -13px;
|
| 137 |
-
left: 0;
|
| 138 |
-
border-width: 0 0 14px 25px;
|
| 139 |
-
border-style: solid;
|
| 140 |
-
z-index: 2;
|
| 141 |
-
}
|
| 142 |
-
|
| 143 |
-
/* creates the larger triangle*/
|
| 144 |
-
#sq_audit .sq_audit_task_completed:after {
|
| 145 |
-
content: "";
|
| 146 |
-
width: 0;
|
| 147 |
-
height: 0;
|
| 148 |
-
position: absolute;
|
| 149 |
-
bottom: -15px;
|
| 150 |
-
left: 0;
|
| 151 |
-
border-collapse: collapse;
|
| 152 |
-
border-width: 0 0 15px 28px;
|
| 153 |
-
border-style: solid;
|
| 154 |
-
border-color: transparent transparent transparent #999;
|
| 155 |
-
}
|
| 156 |
-
|
| 157 |
-
#sq_audit .sq_audit_task_completed_gray {
|
| 158 |
-
background: #f1f1f1;
|
| 159 |
-
color: #999 !important;
|
| 160 |
-
text-shadow: 1px 1px #f8f8f8 !important;
|
| 161 |
-
}
|
| 162 |
-
|
| 163 |
-
#sq_audit .sq_audit_task_completed_gray:before {
|
| 164 |
-
border-color: transparent transparent transparent #f1f1f1;
|
| 165 |
-
}
|
| 166 |
-
|
| 167 |
-
#sq_audit .sq_audit_task_completed_green_text {
|
| 168 |
-
color: #1e9a04;
|
| 169 |
-
}
|
| 170 |
-
|
| 171 |
-
#sq_audit .sq_audit_task_completed_green {
|
| 172 |
-
background: #1e9a04;
|
| 173 |
-
}
|
| 174 |
-
|
| 175 |
-
#sq_audit .sq_audit_task_completed_green:before {
|
| 176 |
-
border-color: transparent transparent transparent #1e9a04;
|
| 177 |
-
}
|
| 178 |
-
|
| 179 |
-
#sq_audit .sq_audit_task_completed_yellow_text {
|
| 180 |
-
color: #f1d432;
|
| 181 |
-
}
|
| 182 |
-
|
| 183 |
-
#sq_audit .sq_audit_task_completed_yellow {
|
| 184 |
-
background: #f1d432;
|
| 185 |
-
}
|
| 186 |
-
|
| 187 |
-
#sq_audit .sq_audit_task_completed_yellow:before {
|
| 188 |
-
border-color: transparent transparent transparent #f1d432;
|
| 189 |
-
}
|
| 190 |
-
|
| 191 |
-
#sq_audit .sq_audit_task_completed_red_text {
|
| 192 |
-
color: #bb0d0c;
|
| 193 |
-
}
|
| 194 |
-
|
| 195 |
-
#sq_audit .sq_audit_task_completed_red {
|
| 196 |
-
background: #bb0d0c;
|
| 197 |
-
}
|
| 198 |
-
|
| 199 |
-
#sq_audit .sq_audit_task_completed_red:before {
|
| 200 |
-
border-color: transparent transparent transparent #bb0d0c;
|
| 201 |
-
}
|
| 202 |
-
|
| 203 |
-
/******************************************************************/
|
| 204 |
-
|
| 205 |
-
#sq_audit .sq_audit_header .sq_audit_header_squirrly {
|
| 206 |
-
color: #f1d432;
|
| 207 |
-
font-size: 36px;
|
| 208 |
-
padding-left: 10px;
|
| 209 |
-
}
|
| 210 |
-
|
| 211 |
-
#sq_audit .sq_audit_margin_header .sq_audit_datetime {
|
| 212 |
-
color: #999;
|
| 213 |
-
font-size: 14px;
|
| 214 |
-
float: right;
|
| 215 |
-
margin-top: -29px;
|
| 216 |
-
}
|
| 217 |
-
|
| 218 |
-
#sq_audit .sq_audit_margin_header .sq_audit_datetime span {
|
| 219 |
-
margin-right: 30px;
|
| 220 |
-
border-bottom: 1px solid #f1f1f1;
|
| 221 |
-
}
|
| 222 |
-
|
| 223 |
-
#sq_audit .sq_audit_margin_header .sq_audit_header_preview {
|
| 224 |
-
display: block;
|
| 225 |
-
width: 398px;
|
| 226 |
-
height: 300px;
|
| 227 |
-
background-size: 100%;
|
| 228 |
-
margin: 5px;
|
| 229 |
-
border-radius: 5px;
|
| 230 |
-
-moz-border-radius: 5px;
|
| 231 |
-
-webkit-border-radius: 5px;
|
| 232 |
-
border: 1px solid #ccc;
|
| 233 |
-
box-shadow: 0 0 5px 0 #555;
|
| 234 |
-
}
|
| 235 |
-
|
| 236 |
-
#sq_audit .sq_audit_margin_header .sq_audit_header_preview_phone {
|
| 237 |
-
display: block;
|
| 238 |
-
float: left;
|
| 239 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 240 |
-
background-position: -5px -298px;
|
| 241 |
-
width: 125px;
|
| 242 |
-
height: 219px;
|
| 243 |
-
border: none;
|
| 244 |
-
padding: 45px 12px 37px 15px;
|
| 245 |
-
margin: 10px 0;
|
| 246 |
-
}
|
| 247 |
-
|
| 248 |
-
#sq_audit .sq_audit_margin_header .sq_audit_header_preview_pad {
|
| 249 |
-
display: block;
|
| 250 |
-
float: left;
|
| 251 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 252 |
-
background-position: -136px -298px;
|
| 253 |
-
width: 282px;
|
| 254 |
-
height: 220px;
|
| 255 |
-
border: none;
|
| 256 |
-
padding: 30px 25px 24px 24px;
|
| 257 |
-
margin: 10px 0;
|
| 258 |
-
}
|
| 259 |
-
|
| 260 |
-
#sq_audit .sq_audit_header .sq_audit_header_logo {
|
| 261 |
-
display: block;
|
| 262 |
-
background: transparent url("../img/logo.png") no-repeat;
|
| 263 |
-
width: 85px;
|
| 264 |
-
height: 95px;
|
| 265 |
-
margin-top: 15px;
|
| 266 |
-
}
|
| 267 |
-
|
| 268 |
-
#sq_audit .sq_audit_header .sq_audit_header_text {
|
| 269 |
-
display: block;
|
| 270 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 271 |
-
background-position: -162px -22px;
|
| 272 |
-
width: 328px;
|
| 273 |
-
height: 111px;
|
| 274 |
-
margin: 10px 64px 4px 8px;
|
| 275 |
-
border: none;
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
#sq_audit .sq_audit_header .sq_audit_header_for {
|
| 279 |
-
display: block;
|
| 280 |
-
color: #a8a8a8;
|
| 281 |
-
font-size: 24px;
|
| 282 |
-
height: 80px;
|
| 283 |
-
}
|
| 284 |
-
|
| 285 |
-
#sq_audit .sq_audit_header .sq_audit_header_for_text {
|
| 286 |
-
width: 120px;
|
| 287 |
-
}
|
| 288 |
-
|
| 289 |
-
#sq_audit .sq_audit_header .sq_audit_header_domain {
|
| 290 |
-
color: #6bac43;
|
| 291 |
-
max-width: 380px;
|
| 292 |
-
line-height: 44px;
|
| 293 |
-
|
| 294 |
-
text-overflow: ellipsis;
|
| 295 |
-
}
|
| 296 |
-
|
| 297 |
-
#sq_audit .sq_audit_header .sq_audit_header_for span {
|
| 298 |
-
display: block;
|
| 299 |
-
float: left;
|
| 300 |
-
height: auto;
|
| 301 |
-
line-height: 22px;
|
| 302 |
-
margin: 5px 5px 5px 0;
|
| 303 |
-
}
|
| 304 |
-
|
| 305 |
-
#sq_audit .sq_audit_header_links {
|
| 306 |
-
display: none;
|
| 307 |
-
margin: 5px;
|
| 308 |
-
padding: 10px 0;
|
| 309 |
-
width: 100%;
|
| 310 |
-
height: 30px;
|
| 311 |
-
font-size: 20px;
|
| 312 |
-
color: #333333;
|
| 313 |
-
background-color: #e9eae5;
|
| 314 |
-
box-shadow: 2px 2px 3px 0 #c1c1c1;
|
| 315 |
-
text-align: center;
|
| 316 |
-
cursor: pointer;
|
| 317 |
-
}
|
| 318 |
-
|
| 319 |
-
#sq_audit .sq_audit_header_competition {
|
| 320 |
-
display: block;
|
| 321 |
-
margin: 0 21px;
|
| 322 |
-
padding: 5px 0 0 10px;
|
| 323 |
-
width: auto;
|
| 324 |
-
line-height: 30px;
|
| 325 |
-
height: auto;
|
| 326 |
-
font-size: 20px;
|
| 327 |
-
font-weight: normal;
|
| 328 |
-
color: #777;
|
| 329 |
-
text-align: left;
|
| 330 |
-
}
|
| 331 |
-
|
| 332 |
-
#sq_audit .sq_audit_header_competition span a {
|
| 333 |
-
color: #555;
|
| 334 |
-
text-decoration: none;
|
| 335 |
-
font-weight: normal;
|
| 336 |
-
font-size: 21px;
|
| 337 |
-
}
|
| 338 |
-
|
| 339 |
-
#sq_audit .sq_auditr_links_url {
|
| 340 |
-
max-height: 160px;
|
| 341 |
-
overflow-x: auto;
|
| 342 |
-
margin-top: 13px;
|
| 343 |
-
}
|
| 344 |
-
|
| 345 |
-
#sq_audit .sq_auditr_links_url li {
|
| 346 |
-
max-width: 520px;
|
| 347 |
-
overflow: hidden;
|
| 348 |
-
white-space: nowrap;
|
| 349 |
-
text-overflow: ellipsis;
|
| 350 |
-
margin: 0 0 5px 8px;
|
| 351 |
-
padding: 0;
|
| 352 |
-
}
|
| 353 |
-
|
| 354 |
-
#sq_audit .sq_auditr_links_url li a {
|
| 355 |
-
font-size: 14px;
|
| 356 |
-
text-decoration: none;
|
| 357 |
-
color: #777;
|
| 358 |
-
|
| 359 |
-
}
|
| 360 |
-
|
| 361 |
-
#sq_audit .sq_audit_header_todo {
|
| 362 |
-
display: block;
|
| 363 |
-
margin-top: 15px;
|
| 364 |
-
font-size: 24px;
|
| 365 |
-
color: #333333;
|
| 366 |
-
}
|
| 367 |
-
|
| 368 |
-
#sq_audit .sq_audit_header_todo_list {
|
| 369 |
-
margin-top: 15px;
|
| 370 |
-
max-width: 950px;
|
| 371 |
-
|
| 372 |
-
}
|
| 373 |
-
|
| 374 |
-
#sq_audit .sq_audit_header_todo_list li {
|
| 375 |
-
font-size: 18px;
|
| 376 |
-
line-height: 22px;
|
| 377 |
-
margin-bottom: 10px;
|
| 378 |
-
margin-left: 15px;
|
| 379 |
-
color: orange;
|
| 380 |
-
cursor: pointer;
|
| 381 |
-
}
|
| 382 |
-
|
| 383 |
-
#sq_audit .sq_audit_header_todo_list .sq_audit_header_todo_value_pass {
|
| 384 |
-
|
| 385 |
-
color: #1e9a04;
|
| 386 |
-
}
|
| 387 |
-
|
| 388 |
-
#sq_audit .sq_audit_header_todo_list .sq_audit_header_todo_value_fail {
|
| 389 |
-
|
| 390 |
-
color: #f7681a;
|
| 391 |
-
}
|
| 392 |
-
|
| 393 |
-
/*
|
| 394 |
-
#sq_audit .sq_audit_todo{
|
| 395 |
-
margin-left: 40px;
|
| 396 |
-
}
|
| 397 |
-
#sq_audit .sq_audit_header_todo_list .sq_audit_todo_row{
|
| 398 |
-
background-position: -174px -50px;
|
| 399 |
-
margin-right: 10px;
|
| 400 |
-
}
|
| 401 |
-
#sq_audit .sq_audit_header_todo_list .sq_audit_todo_row_complete{
|
| 402 |
-
background-position: -198px -50px;
|
| 403 |
-
}*/
|
| 404 |
-
#sq_audit .sq_audit_header_todo_list .sq_audit_goto_task {
|
| 405 |
-
font-size: 15px;
|
| 406 |
-
margin-left: 20px;
|
| 407 |
-
color: #a8a8a8;
|
| 408 |
-
}
|
| 409 |
-
|
| 410 |
-
/**************************************************************/
|
| 411 |
-
#sq_audit .sq_audit_tasks {
|
| 412 |
-
display: table;
|
| 413 |
-
clear: both;
|
| 414 |
-
width: 100%;
|
| 415 |
-
height: auto;
|
| 416 |
-
margin: 40px auto 0 auto
|
| 417 |
-
}
|
| 418 |
-
|
| 419 |
-
#sq_audit .sq_audit_tasks li {
|
| 420 |
-
float: left;
|
| 421 |
-
width: 33%;
|
| 422 |
-
height: 200px;
|
| 423 |
-
cursor: pointer;
|
| 424 |
-
}
|
| 425 |
-
|
| 426 |
-
#sq_audit .sq_audit_tasks .sq_audit_task_title {
|
| 427 |
-
display: block;
|
| 428 |
-
width: 100%;
|
| 429 |
-
margin-top: 25px;
|
| 430 |
-
font-size: 35px;
|
| 431 |
-
text-align: center;
|
| 432 |
-
}
|
| 433 |
-
|
| 434 |
-
/*************************************************************/
|
| 435 |
-
|
| 436 |
-
#sq_audit .sq_audit_list > li {
|
| 437 |
-
margin-top: 55px;
|
| 438 |
-
}
|
| 439 |
-
|
| 440 |
-
#sq_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_tasks_header_title {
|
| 441 |
-
font-size: 36px;
|
| 442 |
-
}
|
| 443 |
-
|
| 444 |
-
#sq_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed {
|
| 445 |
-
margin: 0 21px !important;
|
| 446 |
-
padding: 10px;
|
| 447 |
-
}
|
| 448 |
-
|
| 449 |
-
/* creates the larger triangle */
|
| 450 |
-
#sq_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed:before {
|
| 451 |
-
right: 4px;
|
| 452 |
-
left: auto;
|
| 453 |
-
}
|
| 454 |
-
|
| 455 |
-
/* creates the larger triangle */
|
| 456 |
-
#sq_audit .sq_audit_list .sq_audit_tasks_header .sq_audit_task_completed:after {
|
| 457 |
-
bottom: -15px;
|
| 458 |
-
right: 2px;
|
| 459 |
-
left: auto;
|
| 460 |
-
border-width: 0 0 15px 26px;
|
| 461 |
-
}
|
| 462 |
-
|
| 463 |
-
#sq_audit li.sq_audit_tasks_row .sq_task i{
|
| 464 |
-
cursor: pointer;
|
| 465 |
-
}
|
| 466 |
-
|
| 467 |
-
#sq_audit li.sq_audit_tasks_row .sq_task i:before{
|
| 468 |
-
content: '\f0c8';
|
| 469 |
-
color: #f2000c;
|
| 470 |
-
background: #f2000c;
|
| 471 |
-
display: inline-block;
|
| 472 |
-
width: 26px;
|
| 473 |
-
height: 26px;
|
| 474 |
-
border-radius: 20px;
|
| 475 |
-
line-height: 192%;
|
| 476 |
-
text-align: center;
|
| 477 |
-
font-size: 13px;
|
| 478 |
-
}
|
| 479 |
-
|
| 480 |
-
#sq_audit li.sq_audit_tasks_row .sq_task.completed i:before{
|
| 481 |
-
content: '\f00c';
|
| 482 |
-
color: white !important;
|
| 483 |
-
background: #20bc49 !important;
|
| 484 |
-
}
|
| 485 |
-
|
| 486 |
-
#sq_audit li.sq_audit_tasks_row .sq_task.ignore i:before {
|
| 487 |
-
content: '\f0c8';
|
| 488 |
-
color: #5f5f5f;
|
| 489 |
-
background: #5f5f5f;
|
| 490 |
-
}
|
| 491 |
-
|
| 492 |
-
.sq_audit_tasks_pass {
|
| 493 |
-
display: block;
|
| 494 |
-
background: transparent url("../img/audit_sprite.png") repeat-x;
|
| 495 |
-
background-position: -7px -176px;
|
| 496 |
-
height: 100px;
|
| 497 |
-
width: 100px;
|
| 498 |
-
margin: 0 auto;
|
| 499 |
-
}
|
| 500 |
-
|
| 501 |
-
.sq_audit_tasks_fail {
|
| 502 |
-
display: block;
|
| 503 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 504 |
-
background-position: -113px -176px;
|
| 505 |
-
height: 100px;
|
| 506 |
-
width: 100px;
|
| 507 |
-
margin: 0 auto;
|
| 508 |
-
}
|
| 509 |
-
|
| 510 |
-
#sq_audit .sq_audit_tasks_row {
|
| 511 |
-
width: 100%;
|
| 512 |
-
position: relative;
|
| 513 |
-
overflow-x: auto;
|
| 514 |
-
}
|
| 515 |
-
|
| 516 |
-
#sq_audit .sq_audit_tasks_row > table {
|
| 517 |
-
width: 100%;
|
| 518 |
-
}
|
| 519 |
-
|
| 520 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_title {
|
| 521 |
-
font-size: 24px;
|
| 522 |
-
line-height: 28px;
|
| 523 |
-
color: #a8a8a8;
|
| 524 |
-
padding-right: 10px;
|
| 525 |
-
}
|
| 526 |
-
|
| 527 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_impact {
|
| 528 |
-
display: block;
|
| 529 |
-
float: left;
|
| 530 |
-
background: transparent url("../img/audit_sprite.png") repeat-x;
|
| 531 |
-
background-position: -599px -462px;
|
| 532 |
-
height: 25px;
|
| 533 |
-
width: 30px;
|
| 534 |
-
margin: 0 10px 0 0;
|
| 535 |
-
}
|
| 536 |
-
|
| 537 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_impact:hover {
|
| 538 |
-
background-position-y: -487px;
|
| 539 |
-
cursor: pointer;
|
| 540 |
-
}
|
| 541 |
-
|
| 542 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_impact_1 {
|
| 543 |
-
background-position: -527px -462px;
|
| 544 |
-
}
|
| 545 |
-
|
| 546 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_impact_2 {
|
| 547 |
-
background-position: -563px -462px;
|
| 548 |
-
}
|
| 549 |
-
|
| 550 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value {
|
| 551 |
-
font-size: 24px;
|
| 552 |
-
line-height: 28px;
|
| 553 |
-
white-space: normal;
|
| 554 |
-
word-break: break-word;
|
| 555 |
-
}
|
| 556 |
-
|
| 557 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value a{
|
| 558 |
-
white-space: normal;
|
| 559 |
-
word-break: break-word;
|
| 560 |
-
}
|
| 561 |
-
|
| 562 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value_pass a {
|
| 563 |
-
font-size: 15px;
|
| 564 |
-
}
|
| 565 |
-
|
| 566 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value_fail a {
|
| 567 |
-
font-size: 15px;
|
| 568 |
-
}
|
| 569 |
-
|
| 570 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value_pass {
|
| 571 |
-
color: #1e9a04;
|
| 572 |
-
}
|
| 573 |
-
|
| 574 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value_fail {
|
| 575 |
-
color: #f7681a;
|
| 576 |
-
}
|
| 577 |
-
|
| 578 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description {
|
| 579 |
-
padding-top: 20px;
|
| 580 |
-
font-size: 14px;
|
| 581 |
-
line-height: 21px;
|
| 582 |
-
color: #9b9a9a;
|
| 583 |
-
}
|
| 584 |
-
|
| 585 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description span {
|
| 586 |
-
display: block;
|
| 587 |
-
margin-bottom: 15px;
|
| 588 |
-
margin-left: 0;
|
| 589 |
-
}
|
| 590 |
-
|
| 591 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description span.sq_audit_tasks_alias {
|
| 592 |
-
margin-bottom: 10px;
|
| 593 |
-
}
|
| 594 |
-
|
| 595 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_tasks_value {
|
| 596 |
-
font-size: 15px;
|
| 597 |
-
line-height: 21px;
|
| 598 |
-
}
|
| 599 |
-
|
| 600 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description a {
|
| 601 |
-
text-decoration: none;
|
| 602 |
-
}
|
| 603 |
-
|
| 604 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description ul li {
|
| 605 |
-
list-style: initial !important;
|
| 606 |
-
margin: 7px 30px;
|
| 607 |
-
}
|
| 608 |
-
|
| 609 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_video {
|
| 610 |
-
padding: 15px 0 0 15px;
|
| 611 |
-
}
|
| 612 |
-
|
| 613 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_video a {
|
| 614 |
-
display: block;
|
| 615 |
-
width: 280px;
|
| 616 |
-
text-align: center;
|
| 617 |
-
font-size: 15px;
|
| 618 |
-
margin-top: 3px;
|
| 619 |
-
margin: 0 5px;
|
| 620 |
-
}
|
| 621 |
-
|
| 622 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_video_cover_small {
|
| 623 |
-
display: block;
|
| 624 |
-
float: right;
|
| 625 |
-
background: white url("../img/audit_sprite.png") no-repeat;
|
| 626 |
-
background-position: -480px -462px;
|
| 627 |
-
width: 42px;
|
| 628 |
-
height: 28px;
|
| 629 |
-
cursor: pointer;
|
| 630 |
-
}
|
| 631 |
-
|
| 632 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_video_cover {
|
| 633 |
-
background: #333 url("../img/audit_sprite.png") no-repeat;
|
| 634 |
-
background-position: -422px -299px;
|
| 635 |
-
width: 280px;
|
| 636 |
-
height: 158px;
|
| 637 |
-
border: 2px solid #000;
|
| 638 |
-
border-radius: 5px;
|
| 639 |
-
margin: 0 auto;
|
| 640 |
-
cursor: pointer;
|
| 641 |
-
}
|
| 642 |
-
|
| 643 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_link_small a {
|
| 644 |
-
display: block;
|
| 645 |
-
float: right;
|
| 646 |
-
background: white url("../img/audit_sprite.png") no-repeat;
|
| 647 |
-
background-position: -430px -462px;
|
| 648 |
-
width: 47px;
|
| 649 |
-
height: 28px;
|
| 650 |
-
margin: 0 5px;
|
| 651 |
-
}
|
| 652 |
-
|
| 653 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_link a {
|
| 654 |
-
display: block;
|
| 655 |
-
background: white url("../img/audit_sprite.png") no-repeat;
|
| 656 |
-
background-position: -398px -168px;
|
| 657 |
-
width: 191px;
|
| 658 |
-
height: 120px;
|
| 659 |
-
margin: 0 auto;
|
| 660 |
-
}
|
| 661 |
-
|
| 662 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_tip,
|
| 663 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix {
|
| 664 |
-
font-size: 14px;
|
| 665 |
-
line-height: 19px;
|
| 666 |
-
color: #333333;
|
| 667 |
-
}
|
| 668 |
-
|
| 669 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_tip a,
|
| 670 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix a {
|
| 671 |
-
text-decoration: none;
|
| 672 |
-
}
|
| 673 |
-
|
| 674 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_fix strong {
|
| 675 |
-
color: #f7681a;
|
| 676 |
-
}
|
| 677 |
-
|
| 678 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social {
|
| 679 |
-
width: 500px;
|
| 680 |
-
margin: 0 auto;
|
| 681 |
-
}
|
| 682 |
-
|
| 683 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li > div {
|
| 684 |
-
float: left;
|
| 685 |
-
margin-right: 10px;
|
| 686 |
-
}
|
| 687 |
-
|
| 688 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li {
|
| 689 |
-
clear: both;
|
| 690 |
-
height: 30px;
|
| 691 |
-
line-height: 20px;
|
| 692 |
-
border-bottom: 1px dashed #eee;
|
| 693 |
-
}
|
| 694 |
-
|
| 695 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li .sq_audit_social_title {
|
| 696 |
-
font-size: 16px;
|
| 697 |
-
width: 195px;
|
| 698 |
-
}
|
| 699 |
-
|
| 700 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_social li .sq_audit_social_value {
|
| 701 |
-
font-weight: bold;
|
| 702 |
-
width: 75px;
|
| 703 |
-
text-align: right;
|
| 704 |
-
}
|
| 705 |
-
|
| 706 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_audit_pages li{
|
| 707 |
-
list-style: decimal !important;
|
| 708 |
-
}
|
| 709 |
-
|
| 710 |
-
#sq_audit .sq_audit_send_email {
|
| 711 |
-
width: 750px;
|
| 712 |
-
height: 130px;
|
| 713 |
-
margin: 5px auto;
|
| 714 |
-
background-color: #e9eae5;
|
| 715 |
-
box-shadow: 2px 2px 3px 0 #c1c1c1;
|
| 716 |
-
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#c1c1c1');
|
| 717 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=270, Color='#c1c1c1')";
|
| 718 |
-
border-radius: 8px;
|
| 719 |
-
-moz-border-radius: 8px;
|
| 720 |
-
-webkit-border-radius: 8px;
|
| 721 |
-
}
|
| 722 |
-
|
| 723 |
-
#sq_audit .sq_audit_send_email_image {
|
| 724 |
-
display: block;
|
| 725 |
-
background: transparent url("../img/audit_sprite.png") repeat-x;
|
| 726 |
-
background-position: -216px -169px;
|
| 727 |
-
height: 100px;
|
| 728 |
-
width: 165px;
|
| 729 |
-
margin: 15px;
|
| 730 |
-
}
|
| 731 |
-
|
| 732 |
-
#sq_audit .sq_audit_send_email_title {
|
| 733 |
-
display: block;
|
| 734 |
-
font-size: 25px;
|
| 735 |
-
color: #a8a8a8;
|
| 736 |
-
text-shadow: 1px 1px white;
|
| 737 |
-
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#fff');
|
| 738 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#fff')";
|
| 739 |
-
margin: 12px 0;
|
| 740 |
-
}
|
| 741 |
-
|
| 742 |
-
#sq_audit .sq_audit_send_email_text {
|
| 743 |
-
display: block;
|
| 744 |
-
font-size: 16px;
|
| 745 |
-
line-height: 20px;
|
| 746 |
-
color: #333333;
|
| 747 |
-
width: 365px;
|
| 748 |
-
}
|
| 749 |
-
|
| 750 |
-
#sq_audit .sq_audit_send_email_button,
|
| 751 |
-
#sq_audit .sq_audit_download_button {
|
| 752 |
-
display: block;
|
| 753 |
-
font-size: 14px;
|
| 754 |
-
font-weight: bold;
|
| 755 |
-
padding: 11px 24px;
|
| 756 |
-
color: #fff;
|
| 757 |
-
width: auto;
|
| 758 |
-
height: auto;
|
| 759 |
-
background-color: #bb0d0c;
|
| 760 |
-
margin-top: 15px;
|
| 761 |
-
border-radius: 8px;
|
| 762 |
-
-moz-border-radius: 8px;
|
| 763 |
-
-webkit-border-radius: 8px;
|
| 764 |
-
box-shadow: 1px 1px 0 0 #fff;
|
| 765 |
-
filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#fff');
|
| 766 |
-
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=270, Color='#fff')";
|
| 767 |
-
text-decoration: none;
|
| 768 |
-
cursor: pointer;
|
| 769 |
-
}
|
| 770 |
-
|
| 771 |
-
#sq_audit .sq_audit_send_email_button .at-icon-wrapper {
|
| 772 |
-
background-color: #bb0d0c !important;
|
| 773 |
-
line-height: 24px !important;
|
| 774 |
-
height: 16px !important;
|
| 775 |
-
width: 16px !important;
|
| 776 |
-
}
|
| 777 |
-
|
| 778 |
-
#sq_audit .sq_audit_send_email_button span {
|
| 779 |
-
background: none;
|
| 780 |
-
text-decoration: none;
|
| 781 |
-
width: 0;
|
| 782 |
-
height: 0;
|
| 783 |
-
margin-right: 2px;
|
| 784 |
-
}
|
| 785 |
-
|
| 786 |
-
#sq_audit .sq_back_to_top {
|
| 787 |
-
font-size: 18px;
|
| 788 |
-
margin-top: 29px;
|
| 789 |
-
cursor: pointer;
|
| 790 |
-
}
|
| 791 |
-
|
| 792 |
-
#sq_audit .sq_list_error_title,
|
| 793 |
-
#sq_audit .sq_list_success_title {
|
| 794 |
-
display: block;
|
| 795 |
-
font-size: 20px;
|
| 796 |
-
color: #333;
|
| 797 |
-
height: 35px;
|
| 798 |
-
width: 100%;
|
| 799 |
-
margin: 30px 0 10px 0;
|
| 800 |
-
border-bottom: 5px solid #ccc;
|
| 801 |
-
}
|
| 802 |
-
|
| 803 |
-
#sq_audit .sq_list_error,
|
| 804 |
-
#sq_audit .sq_list_success {
|
| 805 |
-
display: block;
|
| 806 |
-
font-size: 15px;
|
| 807 |
-
font-weight: normal;
|
| 808 |
-
color: #333;
|
| 809 |
-
margin-left: 0;
|
| 810 |
-
margin-top: 5px;
|
| 811 |
-
|
| 812 |
-
max-height: 500px;
|
| 813 |
-
overflow-y: auto;
|
| 814 |
-
}
|
| 815 |
-
#sq_audit .sq_list_error {
|
| 816 |
-
color: #f7681a;
|
| 817 |
-
}
|
| 818 |
-
|
| 819 |
-
|
| 820 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_description .sq_list_success span {
|
| 821 |
-
margin-bottom: 10px;
|
| 822 |
-
}
|
| 823 |
-
|
| 824 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value .sq_list_error,
|
| 825 |
-
#sq_audit .sq_audit_tasks_row .sq_audit_tasks_value .sq_list_success {
|
| 826 |
-
font-style: italic;
|
| 827 |
-
}
|
| 828 |
-
|
| 829 |
-
/**********************/
|
| 830 |
-
#sq_audit .sq_rank_sprite {
|
| 831 |
-
float: left;
|
| 832 |
-
display: block;
|
| 833 |
-
|
| 834 |
-
margin: 4px;
|
| 835 |
-
background: transparent url('../img/sprite.png') no-repeat;
|
| 836 |
-
background-position: 20px 0;
|
| 837 |
-
width: 20px;
|
| 838 |
-
height: 20px;
|
| 839 |
-
}
|
| 840 |
-
|
| 841 |
-
#sq_audit .sq_rank_flag_facebook {
|
| 842 |
-
background-position: -10px -253px;
|
| 843 |
-
}
|
| 844 |
-
|
| 845 |
-
#sq_audit .sq_rank_flag_facebook_like {
|
| 846 |
-
background-position: -212px -253px;
|
| 847 |
-
}
|
| 848 |
-
|
| 849 |
-
#sq_audit .sq_rank_flag_twitter {
|
| 850 |
-
background-position: -53px -253px;
|
| 851 |
-
}
|
| 852 |
-
|
| 853 |
-
#sq_audit .sq_rank_flag_googleplus {
|
| 854 |
-
background-position: -31px -253px;
|
| 855 |
-
}
|
| 856 |
-
|
| 857 |
-
#sq_audit .sq_rank_flag_pinterest {
|
| 858 |
-
background-position: -74px -253px;
|
| 859 |
-
}
|
| 860 |
-
|
| 861 |
-
#sq_audit .sq_rank_flag_stumbleupon {
|
| 862 |
-
background-position: -190px -253px;
|
| 863 |
-
}
|
| 864 |
-
|
| 865 |
-
#sq_audit .sq_rank_flag_linkedin {
|
| 866 |
-
background-position: -231px -253px;
|
| 867 |
-
}
|
| 868 |
-
|
| 869 |
-
#sq_audit .sq_rank_flag_reddit {
|
| 870 |
-
background-position: -250px -253px;
|
| 871 |
-
}
|
| 872 |
-
|
| 873 |
-
#sq_audit .sq_rank_flag_delicious {
|
| 874 |
-
background-position: -293px -253px;
|
| 875 |
-
}
|
| 876 |
-
|
| 877 |
-
/********************Sticky Notes********************/
|
| 878 |
-
#sq_audit .sq_audit_todo {
|
| 879 |
-
position: relative;
|
| 880 |
-
page-break-before: always;
|
| 881 |
-
}
|
| 882 |
-
|
| 883 |
-
#sq_audit .sq_audit_todo ul, li {
|
| 884 |
-
list-style: none;
|
| 885 |
-
}
|
| 886 |
-
|
| 887 |
-
#sq_audit .sq_audit_todo ul {
|
| 888 |
-
overflow: hidden;
|
| 889 |
-
padding: 20px 10px;
|
| 890 |
-
margin: 30px 0;
|
| 891 |
-
}
|
| 892 |
-
|
| 893 |
-
#sq_audit .sq_audit_todo .pin {
|
| 894 |
-
display: block;
|
| 895 |
-
|
| 896 |
-
border-radius: 25px;
|
| 897 |
-
-webkit-border-radius: 25px;
|
| 898 |
-
-moz-box-border-radius: 25px;
|
| 899 |
-
width: 20px;
|
| 900 |
-
height: 20px;
|
| 901 |
-
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
|
| 902 |
-
-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
|
| 903 |
-
box-shadow: 0 3px 6px rgba(0, 0, 0, .55);
|
| 904 |
-
margin: 0 auto;
|
| 905 |
-
margin-top: 2px;
|
| 906 |
-
}
|
| 907 |
-
|
| 908 |
-
#sq_audit .sq_audit_todo ul li a {
|
| 909 |
-
text-decoration: none;
|
| 910 |
-
color: #000;
|
| 911 |
-
background: #ffc;
|
| 912 |
-
display: block;
|
| 913 |
-
height: 10em;
|
| 914 |
-
width: 10em;
|
| 915 |
-
padding: 1em;
|
| 916 |
-
-moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
|
| 917 |
-
-webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
|
| 918 |
-
box-shadow: 5px 5px 7px rgba(33, 33, 33, .7);
|
| 919 |
-
-moz-transition: -moz-transform .15s linear;
|
| 920 |
-
-o-transition: -o-transform .15s linear;
|
| 921 |
-
-webkit-transition: -webkit-transform .15s linear;
|
| 922 |
-
}
|
| 923 |
-
|
| 924 |
-
#sq_audit .sq_audit_todo ul li {
|
| 925 |
-
margin: 7px;
|
| 926 |
-
float: left;
|
| 927 |
-
}
|
| 928 |
-
|
| 929 |
-
#sq_audit .sq_audit_todo ul li p {
|
| 930 |
-
font-family: Cambria, Georgia, serif;
|
| 931 |
-
font-size: 17px;
|
| 932 |
-
clear: both;
|
| 933 |
-
margin-top: 25px;
|
| 934 |
-
-webkit-font-smoothing: antialiased;
|
| 935 |
-
}
|
| 936 |
-
|
| 937 |
-
#sq_audit .sq_audit_todo ul li:nth-child(1n) a {
|
| 938 |
-
transform: rotate(-2deg);
|
| 939 |
-
-o-transform: rotate(-2deg);
|
| 940 |
-
-webkit-transform: rotate(-2deg);
|
| 941 |
-
-moz-transform: rotate(-2deg);
|
| 942 |
-
-webkit-backface-visibility: hidden;
|
| 943 |
-
color: #999;
|
| 944 |
-
top: -10px;
|
| 945 |
-
background: #cfc;
|
| 946 |
-
}
|
| 947 |
-
|
| 948 |
-
#sq_audit .sq_audit_todo ul li:nth-child(2n) a {
|
| 949 |
-
transform: rotate(1deg);
|
| 950 |
-
-o-transform: rotate(1deg);
|
| 951 |
-
-webkit-transform: rotate(1deg);
|
| 952 |
-
-moz-transform: rotate(1deg);
|
| 953 |
-
-webkit-backface-visibility: hidden;
|
| 954 |
-
color: #999;
|
| 955 |
-
background: #F8CDCD;
|
| 956 |
-
}
|
| 957 |
-
|
| 958 |
-
#sq_audit .sq_audit_todo ul li:nth-child(3n) a {
|
| 959 |
-
transform: rotate(-1deg);
|
| 960 |
-
-o-transform: rotate(-1deg);
|
| 961 |
-
-webkit-transform: rotate(-1deg);
|
| 962 |
-
-moz-transform: rotate(-1deg);
|
| 963 |
-
-webkit-backface-visibility: hidden;
|
| 964 |
-
color: #999;
|
| 965 |
-
top: -2px;
|
| 966 |
-
background: #ccf;
|
| 967 |
-
}
|
| 968 |
-
|
| 969 |
-
#sq_audit .sq_audit_todo ul li:nth-child(4n) a {
|
| 970 |
-
transform: rotate(2deg);
|
| 971 |
-
-o-transform: rotate(2deg);
|
| 972 |
-
-webkit-transform: rotate(2deg);
|
| 973 |
-
-moz-transform: rotate(2deg);
|
| 974 |
-
-webkit-backface-visibility: hidden;
|
| 975 |
-
color: #999;
|
| 976 |
-
top: 3px;
|
| 977 |
-
}
|
| 978 |
-
|
| 979 |
-
#sq_audit .sq_audit_todo ul li a:hover, #sq_audit .sq_audit_todo ul li a:focus {
|
| 980 |
-
box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
|
| 981 |
-
-moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
|
| 982 |
-
-webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.7);
|
| 983 |
-
|
| 984 |
-
transform: scale(1.1) rotate(0deg);
|
| 985 |
-
-webkit-transform: scale(1.1) rotate(0deg);
|
| 986 |
-
-moz-transform: scale(1.1) rotate(0deg);
|
| 987 |
-
-o-transform: scale(1.1) rotate(0deg);
|
| 988 |
-
|
| 989 |
-
color: #333;
|
| 990 |
-
position: relative;
|
| 991 |
-
z-index: 5;
|
| 992 |
-
}
|
| 993 |
-
|
| 994 |
-
#sq_audit .sq_audit_todo_preview {
|
| 995 |
-
position: absolute !important;
|
| 996 |
-
top: 0%;
|
| 997 |
-
left: 0;
|
| 998 |
-
width: 900px;
|
| 999 |
-
padding: 15px;
|
| 1000 |
-
border: 11px solid lightgray !important;
|
| 1001 |
-
border-radius: 5px;
|
| 1002 |
-
background-color: white;
|
| 1003 |
-
z-index: 1002;
|
| 1004 |
-
overflow: auto;
|
| 1005 |
-
}
|
| 1006 |
-
|
| 1007 |
-
#sq_audit .sq_audit_todo_done {
|
| 1008 |
-
float: right;
|
| 1009 |
-
margin: 0 14px;
|
| 1010 |
-
padding: 7px 0;
|
| 1011 |
-
font-size: 16px;
|
| 1012 |
-
cursor: pointer;
|
| 1013 |
-
line-height: 20px;
|
| 1014 |
-
}
|
| 1015 |
-
|
| 1016 |
-
#sq_audit .sq_audit_todo_close {
|
| 1017 |
-
float: right;
|
| 1018 |
-
background-color: gray;
|
| 1019 |
-
border: 1px solid gray !important;
|
| 1020 |
-
padding: 7px 18px;
|
| 1021 |
-
color: white;
|
| 1022 |
-
font-size: 18px;
|
| 1023 |
-
font-weight: bold;
|
| 1024 |
-
border-radius: 5px;
|
| 1025 |
-
text-shadow: 1px 1px #555;
|
| 1026 |
-
cursor: pointer;
|
| 1027 |
-
}
|
| 1028 |
-
|
| 1029 |
-
#sq_audit .sq_audit_todo_done span {
|
| 1030 |
-
display: block;
|
| 1031 |
-
float: left;
|
| 1032 |
-
width: 25px;
|
| 1033 |
-
height: 25px;
|
| 1034 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 1035 |
-
background-position: -656px -464px;
|
| 1036 |
-
margin-right: 5px;
|
| 1037 |
-
margin-top: 0;
|
| 1038 |
-
}
|
| 1039 |
-
|
| 1040 |
-
#sq_audit .sq_audit_todo_done span.clicked {
|
| 1041 |
-
background-position: -689px -464px;
|
| 1042 |
-
}
|
| 1043 |
-
|
| 1044 |
-
#sq_audit .sq_audit_todo_seeall {
|
| 1045 |
-
cursor: pointer;
|
| 1046 |
-
margin-right: 15px;
|
| 1047 |
-
font-size: 12px;
|
| 1048 |
-
float: right;
|
| 1049 |
-
}
|
| 1050 |
-
|
| 1051 |
-
.black_overlay {
|
| 1052 |
-
position: fixed;
|
| 1053 |
-
top: 0%;
|
| 1054 |
-
left: 0%;
|
| 1055 |
-
width: 100%;
|
| 1056 |
-
height: 100%;
|
| 1057 |
-
background-color: black;
|
| 1058 |
-
z-index: 1001;
|
| 1059 |
-
-moz-opacity: 0.8;
|
| 1060 |
-
opacity: .80;
|
| 1061 |
-
filter: alpha(opacity=80);
|
| 1062 |
-
}
|
| 1063 |
-
|
| 1064 |
-
/*********************************************/
|
| 1065 |
-
#sq_audit_loading {
|
| 1066 |
-
position: absolute;
|
| 1067 |
-
width: 400px;
|
| 1068 |
-
height: 80px;
|
| 1069 |
-
padding: 20px 15px;
|
| 1070 |
-
border: 11px solid lightgray !important;
|
| 1071 |
-
border-radius: 5px;
|
| 1072 |
-
background-color: white;
|
| 1073 |
-
z-index: 1002;
|
| 1074 |
-
overflow: auto;
|
| 1075 |
-
}
|
| 1076 |
-
|
| 1077 |
-
#sq_audit_loading span {
|
| 1078 |
-
display: block;
|
| 1079 |
-
margin: 5px 0;
|
| 1080 |
-
}
|
| 1081 |
-
|
| 1082 |
-
#sq_audit_loading #progressBar {
|
| 1083 |
-
width: 400px;
|
| 1084 |
-
height: 22px;
|
| 1085 |
-
border: 1px solid #111;
|
| 1086 |
-
background-color: #f1f1f1;
|
| 1087 |
-
}
|
| 1088 |
-
|
| 1089 |
-
#sq_audit_loading #progressBar div {
|
| 1090 |
-
height: 100%;
|
| 1091 |
-
color: #fff;
|
| 1092 |
-
text-align: right;
|
| 1093 |
-
line-height: 22px; /* same as #progressBar height if we want text middle aligned */
|
| 1094 |
-
width: 0;
|
| 1095 |
-
background-color: #4f1440;
|
| 1096 |
-
}
|
| 1097 |
-
|
| 1098 |
-
#sq_audit .table_vals th {
|
| 1099 |
-
padding: 10px;
|
| 1100 |
-
font-size: 14px;
|
| 1101 |
-
min-width: 75px;
|
| 1102 |
-
}
|
| 1103 |
-
|
| 1104 |
-
#sq_audit .table_vals td {
|
| 1105 |
-
font-size: 14px;
|
| 1106 |
-
padding: 5px 9px;
|
| 1107 |
-
text-overflow: ellipsis;
|
| 1108 |
-
overflow-x: hidden;
|
| 1109 |
-
overflow-y: auto;
|
| 1110 |
-
white-space: nowrap;
|
| 1111 |
-
}
|
| 1112 |
-
|
| 1113 |
-
/*********************************************/
|
| 1114 |
-
#sq_audit .sq_custom {
|
| 1115 |
-
text-align: center;
|
| 1116 |
-
margin: 22px 50px 150px 50px;
|
| 1117 |
-
}
|
| 1118 |
-
|
| 1119 |
-
#sq_audit .sq_custom .sq_header {
|
| 1120 |
-
text-align: center;
|
| 1121 |
-
font-size: 20px;
|
| 1122 |
-
line-height: 24px;
|
| 1123 |
-
margin: 5px;
|
| 1124 |
-
}
|
| 1125 |
-
|
| 1126 |
-
#sq_audit .sq_custom .sq_body {
|
| 1127 |
-
margin: 19px;
|
| 1128 |
-
}
|
| 1129 |
-
|
| 1130 |
-
#sq_audit .sq_custom .sq_body li {
|
| 1131 |
-
text-align: center;
|
| 1132 |
-
}
|
| 1133 |
-
|
| 1134 |
-
#sq_audit .sq_custom .sq_body li:nth-child(2) {
|
| 1135 |
-
font-size: 28px;
|
| 1136 |
-
line-height: 45px;
|
| 1137 |
-
}
|
| 1138 |
-
|
| 1139 |
-
#sq_audit .sq_custom .sq_body li:nth-child(2) label {
|
| 1140 |
-
vertical-align: top;
|
| 1141 |
-
margin-right: 6px;
|
| 1142 |
-
font-size: 28px;
|
| 1143 |
-
line-height: 45px;
|
| 1144 |
-
}
|
| 1145 |
-
|
| 1146 |
-
#sq_audit .sq_custom .sq_body li:nth-child(2) input {
|
| 1147 |
-
line-height: 33px;
|
| 1148 |
-
font-size: 25px;
|
| 1149 |
-
color: green;
|
| 1150 |
-
width: 343px;
|
| 1151 |
-
}
|
| 1152 |
-
|
| 1153 |
-
#sq_audit .sq_custom .sq_body li:nth-child(4) {
|
| 1154 |
-
margin: 20px;
|
| 1155 |
-
}
|
| 1156 |
-
|
| 1157 |
-
#sq_audit .addthis_button_email .at-icon-wrapper {
|
| 1158 |
-
display: none;
|
| 1159 |
-
}
|
| 1160 |
-
|
| 1161 |
-
#sq_audit .sq_audit_send_email .btn {
|
| 1162 |
-
width: 170px;
|
| 1163 |
-
}
|
| 1164 |
-
|
| 1165 |
-
/*********************************************/
|
| 1166 |
-
#sq_audit .sq_audit_footer {
|
| 1167 |
-
width: 750px;
|
| 1168 |
-
margin: 0 auto;
|
| 1169 |
-
padding: 80px 0;
|
| 1170 |
-
}
|
| 1171 |
-
|
| 1172 |
-
#sq_audit .sq_audit_footer span {
|
| 1173 |
-
display: block;
|
| 1174 |
-
float: left;
|
| 1175 |
-
font-size: 21px;
|
| 1176 |
-
font-weight: bold;
|
| 1177 |
-
line-height: 20px;
|
| 1178 |
-
margin-top: 27px;
|
| 1179 |
-
color: green;
|
| 1180 |
-
text-shadow: 1px 1px #fff;
|
| 1181 |
-
}
|
| 1182 |
-
|
| 1183 |
-
#sq_audit .sq_audit_footer .sq_audit_footer_todo {
|
| 1184 |
-
display: block;
|
| 1185 |
-
float: left;
|
| 1186 |
-
width: 297px;
|
| 1187 |
-
height: 95px;
|
| 1188 |
-
background: transparent url("../img/audit_sprite.png") no-repeat;
|
| 1189 |
-
background-position: -15px -534px;
|
| 1190 |
-
margin: 1px 0 0 25px;
|
| 1191 |
-
cursor: pointer;
|
| 1192 |
-
}
|
| 1193 |
-
|
| 1194 |
-
#topcontrol span {
|
| 1195 |
-
display: block;
|
| 1196 |
-
width: 30px;
|
| 1197 |
-
height: 30px;
|
| 1198 |
-
font-size: 16px;
|
| 1199 |
-
margin: 0px;
|
| 1200 |
-
border: none;
|
| 1201 |
-
background: transparent url(../img/audit_sprite.png) repeat-x;
|
| 1202 |
-
background-position: -474px -496px;
|
| 1203 |
-
cursor: pointer;
|
| 1204 |
-
}
|
| 1205 |
-
|
| 1206 |
-
/*********************************************/
|
| 1207 |
-
|
| 1208 |
-
@media print {
|
| 1209 |
-
#sq_audit .sq_second_column {
|
| 1210 |
-
width: auto !important;
|
| 1211 |
-
}
|
| 1212 |
-
|
| 1213 |
-
#sq_audit .sq_audit_margin_header {
|
| 1214 |
-
padding-bottom: 50px !important;
|
| 1215 |
-
}
|
| 1216 |
-
|
| 1217 |
-
#sq_audit .persist-area {
|
| 1218 |
-
padding-top: 50px !important;
|
| 1219 |
-
page-break-after: always !important;
|
| 1220 |
-
}
|
| 1221 |
-
|
| 1222 |
-
#sq_audit {
|
| 1223 |
-
position: relative;
|
| 1224 |
-
padding-top: 100px !important;
|
| 1225 |
-
}
|
| 1226 |
-
|
| 1227 |
-
#sq_wrap .sq_col {
|
| 1228 |
-
position: relative;
|
| 1229 |
-
display: block;
|
| 1230 |
-
max-width: 1020px;
|
| 1231 |
-
margin: 0 auto !important;
|
| 1232 |
-
}
|
| 1233 |
-
|
| 1234 |
-
#sq_wrap .sq_col_side,
|
| 1235 |
-
#sq_wrap .sq_nav {
|
| 1236 |
-
display: none !important;
|
| 1237 |
-
}
|
| 1238 |
-
|
| 1239 |
-
#sq_audit .sq_audit_todo,
|
| 1240 |
-
#sq_audit .sq_audit_send_email,
|
| 1241 |
-
#sq_audit .sq_third_column,
|
| 1242 |
-
#sq_audit .sq_audit_footer {
|
| 1243 |
-
display: none !important;
|
| 1244 |
-
}
|
| 1245 |
-
}
|
| 1246 |
-
|
| 1247 |
-
@media only screen and (max-width: 1240px) {
|
| 1248 |
-
.stickThis.stick {
|
| 1249 |
-
position: relative !important;
|
| 1250 |
-
width: auto !important;
|
| 1251 |
-
}
|
| 1252 |
-
}
|
| 1253 |
-
|
| 1254 |
-
@media only screen and (max-width: 1024px) {
|
| 1255 |
-
|
| 1256 |
-
#sq_audit .sq_audit_header .sq_audit_header_text {
|
| 1257 |
-
margin: 10px 5px 4px 5px !important;
|
| 1258 |
-
}
|
| 1259 |
-
|
| 1260 |
-
#sq_audit .sq_audit_header .sq_audit_header_domain {
|
| 1261 |
-
max-width: 330px !important;
|
| 1262 |
-
}
|
| 1263 |
-
|
| 1264 |
-
#sq_audit .sq_audit_header .sq_audit_header_preview {
|
| 1265 |
-
width: 285px !important;
|
| 1266 |
-
}
|
| 1267 |
-
|
| 1268 |
-
#sq_audit .sq_audit_tasks {
|
| 1269 |
-
width: 750px !important;
|
| 1270 |
-
}
|
| 1271 |
-
|
| 1272 |
-
|
| 1273 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/bootstrap-grid.css
DELETED
|
@@ -1,1912 +0,0 @@
|
|
| 1 |
-
/*!
|
| 2 |
-
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
|
| 3 |
-
* Copyright 2011-2018 The Bootstrap Authors
|
| 4 |
-
* Copyright 2011-2018 Twitter, Inc.
|
| 5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 6 |
-
*/
|
| 7 |
-
@-ms-viewport {
|
| 8 |
-
width: device-width;
|
| 9 |
-
}
|
| 10 |
-
|
| 11 |
-
html {
|
| 12 |
-
box-sizing: border-box;
|
| 13 |
-
-ms-overflow-style: scrollbar;
|
| 14 |
-
}
|
| 15 |
-
|
| 16 |
-
*,
|
| 17 |
-
*::before,
|
| 18 |
-
*::after {
|
| 19 |
-
box-sizing: inherit;
|
| 20 |
-
}
|
| 21 |
-
|
| 22 |
-
.container {
|
| 23 |
-
width: 100%;
|
| 24 |
-
padding-right: 15px;
|
| 25 |
-
padding-left: 15px;
|
| 26 |
-
margin-right: auto;
|
| 27 |
-
margin-left: auto;
|
| 28 |
-
}
|
| 29 |
-
|
| 30 |
-
@media (min-width: 576px) {
|
| 31 |
-
.container {
|
| 32 |
-
max-width: 540px;
|
| 33 |
-
}
|
| 34 |
-
}
|
| 35 |
-
|
| 36 |
-
@media (min-width: 768px) {
|
| 37 |
-
.container {
|
| 38 |
-
max-width: 720px;
|
| 39 |
-
}
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
@media (min-width: 992px) {
|
| 43 |
-
.container {
|
| 44 |
-
max-width: 960px;
|
| 45 |
-
}
|
| 46 |
-
}
|
| 47 |
-
|
| 48 |
-
@media (min-width: 1200px) {
|
| 49 |
-
.container {
|
| 50 |
-
max-width: 1140px;
|
| 51 |
-
}
|
| 52 |
-
}
|
| 53 |
-
|
| 54 |
-
.container-fluid {
|
| 55 |
-
width: 100%;
|
| 56 |
-
padding-right: 15px;
|
| 57 |
-
padding-left: 15px;
|
| 58 |
-
margin-right: auto;
|
| 59 |
-
margin-left: auto;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
.row {
|
| 63 |
-
display: -ms-flexbox;
|
| 64 |
-
display: flex;
|
| 65 |
-
-ms-flex-wrap: wrap;
|
| 66 |
-
flex-wrap: wrap;
|
| 67 |
-
margin-right: -15px;
|
| 68 |
-
margin-left: -15px;
|
| 69 |
-
}
|
| 70 |
-
|
| 71 |
-
.no-gutters {
|
| 72 |
-
margin-right: 0;
|
| 73 |
-
margin-left: 0;
|
| 74 |
-
}
|
| 75 |
-
|
| 76 |
-
.no-gutters > .col,
|
| 77 |
-
.no-gutters > [class*="col-"] {
|
| 78 |
-
padding-right: 0;
|
| 79 |
-
padding-left: 0;
|
| 80 |
-
}
|
| 81 |
-
|
| 82 |
-
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
|
| 83 |
-
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
|
| 84 |
-
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
|
| 85 |
-
.col-md-auto, .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, .col-lg,
|
| 86 |
-
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
|
| 87 |
-
.col-xl-auto {
|
| 88 |
-
position: relative;
|
| 89 |
-
width: 100%;
|
| 90 |
-
min-height: 1px;
|
| 91 |
-
padding-right: 15px;
|
| 92 |
-
padding-left: 15px;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
.col {
|
| 96 |
-
-ms-flex-preferred-size: 0;
|
| 97 |
-
flex-basis: 0;
|
| 98 |
-
-ms-flex-positive: 1;
|
| 99 |
-
flex-grow: 1;
|
| 100 |
-
max-width: 100%;
|
| 101 |
-
}
|
| 102 |
-
|
| 103 |
-
.col-auto {
|
| 104 |
-
-ms-flex: 0 0 auto;
|
| 105 |
-
flex: 0 0 auto;
|
| 106 |
-
width: auto;
|
| 107 |
-
max-width: none;
|
| 108 |
-
}
|
| 109 |
-
|
| 110 |
-
.col-1 {
|
| 111 |
-
-ms-flex: 0 0 8.333333%;
|
| 112 |
-
flex: 0 0 8.333333%;
|
| 113 |
-
max-width: 8.333333%;
|
| 114 |
-
}
|
| 115 |
-
|
| 116 |
-
.col-2 {
|
| 117 |
-
-ms-flex: 0 0 16.666667%;
|
| 118 |
-
flex: 0 0 16.666667%;
|
| 119 |
-
max-width: 16.666667%;
|
| 120 |
-
}
|
| 121 |
-
|
| 122 |
-
.col-3 {
|
| 123 |
-
-ms-flex: 0 0 25%;
|
| 124 |
-
flex: 0 0 25%;
|
| 125 |
-
max-width: 25%;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
.col-4 {
|
| 129 |
-
-ms-flex: 0 0 33.333333%;
|
| 130 |
-
flex: 0 0 33.333333%;
|
| 131 |
-
max-width: 33.333333%;
|
| 132 |
-
}
|
| 133 |
-
|
| 134 |
-
.col-5 {
|
| 135 |
-
-ms-flex: 0 0 41.666667%;
|
| 136 |
-
flex: 0 0 41.666667%;
|
| 137 |
-
max-width: 41.666667%;
|
| 138 |
-
}
|
| 139 |
-
|
| 140 |
-
.col-6 {
|
| 141 |
-
-ms-flex: 0 0 50%;
|
| 142 |
-
flex: 0 0 50%;
|
| 143 |
-
max-width: 50%;
|
| 144 |
-
}
|
| 145 |
-
|
| 146 |
-
.col-7 {
|
| 147 |
-
-ms-flex: 0 0 58.333333%;
|
| 148 |
-
flex: 0 0 58.333333%;
|
| 149 |
-
max-width: 58.333333%;
|
| 150 |
-
}
|
| 151 |
-
|
| 152 |
-
.col-8 {
|
| 153 |
-
-ms-flex: 0 0 66.666667%;
|
| 154 |
-
flex: 0 0 66.666667%;
|
| 155 |
-
max-width: 66.666667%;
|
| 156 |
-
}
|
| 157 |
-
|
| 158 |
-
.col-9 {
|
| 159 |
-
-ms-flex: 0 0 75%;
|
| 160 |
-
flex: 0 0 75%;
|
| 161 |
-
max-width: 75%;
|
| 162 |
-
}
|
| 163 |
-
|
| 164 |
-
.col-10 {
|
| 165 |
-
-ms-flex: 0 0 83.333333%;
|
| 166 |
-
flex: 0 0 83.333333%;
|
| 167 |
-
max-width: 83.333333%;
|
| 168 |
-
}
|
| 169 |
-
|
| 170 |
-
.col-11 {
|
| 171 |
-
-ms-flex: 0 0 91.666667%;
|
| 172 |
-
flex: 0 0 91.666667%;
|
| 173 |
-
max-width: 91.666667%;
|
| 174 |
-
}
|
| 175 |
-
|
| 176 |
-
.col-12 {
|
| 177 |
-
-ms-flex: 0 0 100%;
|
| 178 |
-
flex: 0 0 100%;
|
| 179 |
-
max-width: 100%;
|
| 180 |
-
}
|
| 181 |
-
|
| 182 |
-
.order-first {
|
| 183 |
-
-ms-flex-order: -1;
|
| 184 |
-
order: -1;
|
| 185 |
-
}
|
| 186 |
-
|
| 187 |
-
.order-last {
|
| 188 |
-
-ms-flex-order: 13;
|
| 189 |
-
order: 13;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
.order-0 {
|
| 193 |
-
-ms-flex-order: 0;
|
| 194 |
-
order: 0;
|
| 195 |
-
}
|
| 196 |
-
|
| 197 |
-
.order-1 {
|
| 198 |
-
-ms-flex-order: 1;
|
| 199 |
-
order: 1;
|
| 200 |
-
}
|
| 201 |
-
|
| 202 |
-
.order-2 {
|
| 203 |
-
-ms-flex-order: 2;
|
| 204 |
-
order: 2;
|
| 205 |
-
}
|
| 206 |
-
|
| 207 |
-
.order-3 {
|
| 208 |
-
-ms-flex-order: 3;
|
| 209 |
-
order: 3;
|
| 210 |
-
}
|
| 211 |
-
|
| 212 |
-
.order-4 {
|
| 213 |
-
-ms-flex-order: 4;
|
| 214 |
-
order: 4;
|
| 215 |
-
}
|
| 216 |
-
|
| 217 |
-
.order-5 {
|
| 218 |
-
-ms-flex-order: 5;
|
| 219 |
-
order: 5;
|
| 220 |
-
}
|
| 221 |
-
|
| 222 |
-
.order-6 {
|
| 223 |
-
-ms-flex-order: 6;
|
| 224 |
-
order: 6;
|
| 225 |
-
}
|
| 226 |
-
|
| 227 |
-
.order-7 {
|
| 228 |
-
-ms-flex-order: 7;
|
| 229 |
-
order: 7;
|
| 230 |
-
}
|
| 231 |
-
|
| 232 |
-
.order-8 {
|
| 233 |
-
-ms-flex-order: 8;
|
| 234 |
-
order: 8;
|
| 235 |
-
}
|
| 236 |
-
|
| 237 |
-
.order-9 {
|
| 238 |
-
-ms-flex-order: 9;
|
| 239 |
-
order: 9;
|
| 240 |
-
}
|
| 241 |
-
|
| 242 |
-
.order-10 {
|
| 243 |
-
-ms-flex-order: 10;
|
| 244 |
-
order: 10;
|
| 245 |
-
}
|
| 246 |
-
|
| 247 |
-
.order-11 {
|
| 248 |
-
-ms-flex-order: 11;
|
| 249 |
-
order: 11;
|
| 250 |
-
}
|
| 251 |
-
|
| 252 |
-
.order-12 {
|
| 253 |
-
-ms-flex-order: 12;
|
| 254 |
-
order: 12;
|
| 255 |
-
}
|
| 256 |
-
|
| 257 |
-
.offset-1 {
|
| 258 |
-
margin-left: 8.333333%;
|
| 259 |
-
}
|
| 260 |
-
|
| 261 |
-
.offset-2 {
|
| 262 |
-
margin-left: 16.666667%;
|
| 263 |
-
}
|
| 264 |
-
|
| 265 |
-
.offset-3 {
|
| 266 |
-
margin-left: 25%;
|
| 267 |
-
}
|
| 268 |
-
|
| 269 |
-
.offset-4 {
|
| 270 |
-
margin-left: 33.333333%;
|
| 271 |
-
}
|
| 272 |
-
|
| 273 |
-
.offset-5 {
|
| 274 |
-
margin-left: 41.666667%;
|
| 275 |
-
}
|
| 276 |
-
|
| 277 |
-
.offset-6 {
|
| 278 |
-
margin-left: 50%;
|
| 279 |
-
}
|
| 280 |
-
|
| 281 |
-
.offset-7 {
|
| 282 |
-
margin-left: 58.333333%;
|
| 283 |
-
}
|
| 284 |
-
|
| 285 |
-
.offset-8 {
|
| 286 |
-
margin-left: 66.666667%;
|
| 287 |
-
}
|
| 288 |
-
|
| 289 |
-
.offset-9 {
|
| 290 |
-
margin-left: 75%;
|
| 291 |
-
}
|
| 292 |
-
|
| 293 |
-
.offset-10 {
|
| 294 |
-
margin-left: 83.333333%;
|
| 295 |
-
}
|
| 296 |
-
|
| 297 |
-
.offset-11 {
|
| 298 |
-
margin-left: 91.666667%;
|
| 299 |
-
}
|
| 300 |
-
|
| 301 |
-
@media (min-width: 576px) {
|
| 302 |
-
.col-sm {
|
| 303 |
-
-ms-flex-preferred-size: 0;
|
| 304 |
-
flex-basis: 0;
|
| 305 |
-
-ms-flex-positive: 1;
|
| 306 |
-
flex-grow: 1;
|
| 307 |
-
max-width: 100%;
|
| 308 |
-
}
|
| 309 |
-
.col-sm-auto {
|
| 310 |
-
-ms-flex: 0 0 auto;
|
| 311 |
-
flex: 0 0 auto;
|
| 312 |
-
width: auto;
|
| 313 |
-
max-width: none;
|
| 314 |
-
}
|
| 315 |
-
.col-sm-1 {
|
| 316 |
-
-ms-flex: 0 0 8.333333%;
|
| 317 |
-
flex: 0 0 8.333333%;
|
| 318 |
-
max-width: 8.333333%;
|
| 319 |
-
}
|
| 320 |
-
.col-sm-2 {
|
| 321 |
-
-ms-flex: 0 0 16.666667%;
|
| 322 |
-
flex: 0 0 16.666667%;
|
| 323 |
-
max-width: 16.666667%;
|
| 324 |
-
}
|
| 325 |
-
.col-sm-3 {
|
| 326 |
-
-ms-flex: 0 0 25%;
|
| 327 |
-
flex: 0 0 25%;
|
| 328 |
-
max-width: 25%;
|
| 329 |
-
}
|
| 330 |
-
.col-sm-4 {
|
| 331 |
-
-ms-flex: 0 0 33.333333%;
|
| 332 |
-
flex: 0 0 33.333333%;
|
| 333 |
-
max-width: 33.333333%;
|
| 334 |
-
}
|
| 335 |
-
.col-sm-5 {
|
| 336 |
-
-ms-flex: 0 0 41.666667%;
|
| 337 |
-
flex: 0 0 41.666667%;
|
| 338 |
-
max-width: 41.666667%;
|
| 339 |
-
}
|
| 340 |
-
.col-sm-6 {
|
| 341 |
-
-ms-flex: 0 0 50%;
|
| 342 |
-
flex: 0 0 50%;
|
| 343 |
-
max-width: 50%;
|
| 344 |
-
}
|
| 345 |
-
.col-sm-7 {
|
| 346 |
-
-ms-flex: 0 0 58.333333%;
|
| 347 |
-
flex: 0 0 58.333333%;
|
| 348 |
-
max-width: 58.333333%;
|
| 349 |
-
}
|
| 350 |
-
.col-sm-8 {
|
| 351 |
-
-ms-flex: 0 0 66.666667%;
|
| 352 |
-
flex: 0 0 66.666667%;
|
| 353 |
-
max-width: 66.666667%;
|
| 354 |
-
}
|
| 355 |
-
.col-sm-9 {
|
| 356 |
-
-ms-flex: 0 0 75%;
|
| 357 |
-
flex: 0 0 75%;
|
| 358 |
-
max-width: 75%;
|
| 359 |
-
}
|
| 360 |
-
.col-sm-10 {
|
| 361 |
-
-ms-flex: 0 0 83.333333%;
|
| 362 |
-
flex: 0 0 83.333333%;
|
| 363 |
-
max-width: 83.333333%;
|
| 364 |
-
}
|
| 365 |
-
.col-sm-11 {
|
| 366 |
-
-ms-flex: 0 0 91.666667%;
|
| 367 |
-
flex: 0 0 91.666667%;
|
| 368 |
-
max-width: 91.666667%;
|
| 369 |
-
}
|
| 370 |
-
.col-sm-12 {
|
| 371 |
-
-ms-flex: 0 0 100%;
|
| 372 |
-
flex: 0 0 100%;
|
| 373 |
-
max-width: 100%;
|
| 374 |
-
}
|
| 375 |
-
.order-sm-first {
|
| 376 |
-
-ms-flex-order: -1;
|
| 377 |
-
order: -1;
|
| 378 |
-
}
|
| 379 |
-
.order-sm-last {
|
| 380 |
-
-ms-flex-order: 13;
|
| 381 |
-
order: 13;
|
| 382 |
-
}
|
| 383 |
-
.order-sm-0 {
|
| 384 |
-
-ms-flex-order: 0;
|
| 385 |
-
order: 0;
|
| 386 |
-
}
|
| 387 |
-
.order-sm-1 {
|
| 388 |
-
-ms-flex-order: 1;
|
| 389 |
-
order: 1;
|
| 390 |
-
}
|
| 391 |
-
.order-sm-2 {
|
| 392 |
-
-ms-flex-order: 2;
|
| 393 |
-
order: 2;
|
| 394 |
-
}
|
| 395 |
-
.order-sm-3 {
|
| 396 |
-
-ms-flex-order: 3;
|
| 397 |
-
order: 3;
|
| 398 |
-
}
|
| 399 |
-
.order-sm-4 {
|
| 400 |
-
-ms-flex-order: 4;
|
| 401 |
-
order: 4;
|
| 402 |
-
}
|
| 403 |
-
.order-sm-5 {
|
| 404 |
-
-ms-flex-order: 5;
|
| 405 |
-
order: 5;
|
| 406 |
-
}
|
| 407 |
-
.order-sm-6 {
|
| 408 |
-
-ms-flex-order: 6;
|
| 409 |
-
order: 6;
|
| 410 |
-
}
|
| 411 |
-
.order-sm-7 {
|
| 412 |
-
-ms-flex-order: 7;
|
| 413 |
-
order: 7;
|
| 414 |
-
}
|
| 415 |
-
.order-sm-8 {
|
| 416 |
-
-ms-flex-order: 8;
|
| 417 |
-
order: 8;
|
| 418 |
-
}
|
| 419 |
-
.order-sm-9 {
|
| 420 |
-
-ms-flex-order: 9;
|
| 421 |
-
order: 9;
|
| 422 |
-
}
|
| 423 |
-
.order-sm-10 {
|
| 424 |
-
-ms-flex-order: 10;
|
| 425 |
-
order: 10;
|
| 426 |
-
}
|
| 427 |
-
.order-sm-11 {
|
| 428 |
-
-ms-flex-order: 11;
|
| 429 |
-
order: 11;
|
| 430 |
-
}
|
| 431 |
-
.order-sm-12 {
|
| 432 |
-
-ms-flex-order: 12;
|
| 433 |
-
order: 12;
|
| 434 |
-
}
|
| 435 |
-
.offset-sm-0 {
|
| 436 |
-
margin-left: 0;
|
| 437 |
-
}
|
| 438 |
-
.offset-sm-1 {
|
| 439 |
-
margin-left: 8.333333%;
|
| 440 |
-
}
|
| 441 |
-
.offset-sm-2 {
|
| 442 |
-
margin-left: 16.666667%;
|
| 443 |
-
}
|
| 444 |
-
.offset-sm-3 {
|
| 445 |
-
margin-left: 25%;
|
| 446 |
-
}
|
| 447 |
-
.offset-sm-4 {
|
| 448 |
-
margin-left: 33.333333%;
|
| 449 |
-
}
|
| 450 |
-
.offset-sm-5 {
|
| 451 |
-
margin-left: 41.666667%;
|
| 452 |
-
}
|
| 453 |
-
.offset-sm-6 {
|
| 454 |
-
margin-left: 50%;
|
| 455 |
-
}
|
| 456 |
-
.offset-sm-7 {
|
| 457 |
-
margin-left: 58.333333%;
|
| 458 |
-
}
|
| 459 |
-
.offset-sm-8 {
|
| 460 |
-
margin-left: 66.666667%;
|
| 461 |
-
}
|
| 462 |
-
.offset-sm-9 {
|
| 463 |
-
margin-left: 75%;
|
| 464 |
-
}
|
| 465 |
-
.offset-sm-10 {
|
| 466 |
-
margin-left: 83.333333%;
|
| 467 |
-
}
|
| 468 |
-
.offset-sm-11 {
|
| 469 |
-
margin-left: 91.666667%;
|
| 470 |
-
}
|
| 471 |
-
}
|
| 472 |
-
|
| 473 |
-
@media (min-width: 768px) {
|
| 474 |
-
.col-md {
|
| 475 |
-
-ms-flex-preferred-size: 0;
|
| 476 |
-
flex-basis: 0;
|
| 477 |
-
-ms-flex-positive: 1;
|
| 478 |
-
flex-grow: 1;
|
| 479 |
-
max-width: 100%;
|
| 480 |
-
}
|
| 481 |
-
.col-md-auto {
|
| 482 |
-
-ms-flex: 0 0 auto;
|
| 483 |
-
flex: 0 0 auto;
|
| 484 |
-
width: auto;
|
| 485 |
-
max-width: none;
|
| 486 |
-
}
|
| 487 |
-
.col-md-1 {
|
| 488 |
-
-ms-flex: 0 0 8.333333%;
|
| 489 |
-
flex: 0 0 8.333333%;
|
| 490 |
-
max-width: 8.333333%;
|
| 491 |
-
}
|
| 492 |
-
.col-md-2 {
|
| 493 |
-
-ms-flex: 0 0 16.666667%;
|
| 494 |
-
flex: 0 0 16.666667%;
|
| 495 |
-
max-width: 16.666667%;
|
| 496 |
-
}
|
| 497 |
-
.col-md-3 {
|
| 498 |
-
-ms-flex: 0 0 25%;
|
| 499 |
-
flex: 0 0 25%;
|
| 500 |
-
max-width: 25%;
|
| 501 |
-
}
|
| 502 |
-
.col-md-4 {
|
| 503 |
-
-ms-flex: 0 0 33.333333%;
|
| 504 |
-
flex: 0 0 33.333333%;
|
| 505 |
-
max-width: 33.333333%;
|
| 506 |
-
}
|
| 507 |
-
.col-md-5 {
|
| 508 |
-
-ms-flex: 0 0 41.666667%;
|
| 509 |
-
flex: 0 0 41.666667%;
|
| 510 |
-
max-width: 41.666667%;
|
| 511 |
-
}
|
| 512 |
-
.col-md-6 {
|
| 513 |
-
-ms-flex: 0 0 50%;
|
| 514 |
-
flex: 0 0 50%;
|
| 515 |
-
max-width: 50%;
|
| 516 |
-
}
|
| 517 |
-
.col-md-7 {
|
| 518 |
-
-ms-flex: 0 0 58.333333%;
|
| 519 |
-
flex: 0 0 58.333333%;
|
| 520 |
-
max-width: 58.333333%;
|
| 521 |
-
}
|
| 522 |
-
.col-md-8 {
|
| 523 |
-
-ms-flex: 0 0 66.666667%;
|
| 524 |
-
flex: 0 0 66.666667%;
|
| 525 |
-
max-width: 66.666667%;
|
| 526 |
-
}
|
| 527 |
-
.col-md-9 {
|
| 528 |
-
-ms-flex: 0 0 75%;
|
| 529 |
-
flex: 0 0 75%;
|
| 530 |
-
max-width: 75%;
|
| 531 |
-
}
|
| 532 |
-
.col-md-10 {
|
| 533 |
-
-ms-flex: 0 0 83.333333%;
|
| 534 |
-
flex: 0 0 83.333333%;
|
| 535 |
-
max-width: 83.333333%;
|
| 536 |
-
}
|
| 537 |
-
.col-md-11 {
|
| 538 |
-
-ms-flex: 0 0 91.666667%;
|
| 539 |
-
flex: 0 0 91.666667%;
|
| 540 |
-
max-width: 91.666667%;
|
| 541 |
-
}
|
| 542 |
-
.col-md-12 {
|
| 543 |
-
-ms-flex: 0 0 100%;
|
| 544 |
-
flex: 0 0 100%;
|
| 545 |
-
max-width: 100%;
|
| 546 |
-
}
|
| 547 |
-
.order-md-first {
|
| 548 |
-
-ms-flex-order: -1;
|
| 549 |
-
order: -1;
|
| 550 |
-
}
|
| 551 |
-
.order-md-last {
|
| 552 |
-
-ms-flex-order: 13;
|
| 553 |
-
order: 13;
|
| 554 |
-
}
|
| 555 |
-
.order-md-0 {
|
| 556 |
-
-ms-flex-order: 0;
|
| 557 |
-
order: 0;
|
| 558 |
-
}
|
| 559 |
-
.order-md-1 {
|
| 560 |
-
-ms-flex-order: 1;
|
| 561 |
-
order: 1;
|
| 562 |
-
}
|
| 563 |
-
.order-md-2 {
|
| 564 |
-
-ms-flex-order: 2;
|
| 565 |
-
order: 2;
|
| 566 |
-
}
|
| 567 |
-
.order-md-3 {
|
| 568 |
-
-ms-flex-order: 3;
|
| 569 |
-
order: 3;
|
| 570 |
-
}
|
| 571 |
-
.order-md-4 {
|
| 572 |
-
-ms-flex-order: 4;
|
| 573 |
-
order: 4;
|
| 574 |
-
}
|
| 575 |
-
.order-md-5 {
|
| 576 |
-
-ms-flex-order: 5;
|
| 577 |
-
order: 5;
|
| 578 |
-
}
|
| 579 |
-
.order-md-6 {
|
| 580 |
-
-ms-flex-order: 6;
|
| 581 |
-
order: 6;
|
| 582 |
-
}
|
| 583 |
-
.order-md-7 {
|
| 584 |
-
-ms-flex-order: 7;
|
| 585 |
-
order: 7;
|
| 586 |
-
}
|
| 587 |
-
.order-md-8 {
|
| 588 |
-
-ms-flex-order: 8;
|
| 589 |
-
order: 8;
|
| 590 |
-
}
|
| 591 |
-
.order-md-9 {
|
| 592 |
-
-ms-flex-order: 9;
|
| 593 |
-
order: 9;
|
| 594 |
-
}
|
| 595 |
-
.order-md-10 {
|
| 596 |
-
-ms-flex-order: 10;
|
| 597 |
-
order: 10;
|
| 598 |
-
}
|
| 599 |
-
.order-md-11 {
|
| 600 |
-
-ms-flex-order: 11;
|
| 601 |
-
order: 11;
|
| 602 |
-
}
|
| 603 |
-
.order-md-12 {
|
| 604 |
-
-ms-flex-order: 12;
|
| 605 |
-
order: 12;
|
| 606 |
-
}
|
| 607 |
-
.offset-md-0 {
|
| 608 |
-
margin-left: 0;
|
| 609 |
-
}
|
| 610 |
-
.offset-md-1 {
|
| 611 |
-
margin-left: 8.333333%;
|
| 612 |
-
}
|
| 613 |
-
.offset-md-2 {
|
| 614 |
-
margin-left: 16.666667%;
|
| 615 |
-
}
|
| 616 |
-
.offset-md-3 {
|
| 617 |
-
margin-left: 25%;
|
| 618 |
-
}
|
| 619 |
-
.offset-md-4 {
|
| 620 |
-
margin-left: 33.333333%;
|
| 621 |
-
}
|
| 622 |
-
.offset-md-5 {
|
| 623 |
-
margin-left: 41.666667%;
|
| 624 |
-
}
|
| 625 |
-
.offset-md-6 {
|
| 626 |
-
margin-left: 50%;
|
| 627 |
-
}
|
| 628 |
-
.offset-md-7 {
|
| 629 |
-
margin-left: 58.333333%;
|
| 630 |
-
}
|
| 631 |
-
.offset-md-8 {
|
| 632 |
-
margin-left: 66.666667%;
|
| 633 |
-
}
|
| 634 |
-
.offset-md-9 {
|
| 635 |
-
margin-left: 75%;
|
| 636 |
-
}
|
| 637 |
-
.offset-md-10 {
|
| 638 |
-
margin-left: 83.333333%;
|
| 639 |
-
}
|
| 640 |
-
.offset-md-11 {
|
| 641 |
-
margin-left: 91.666667%;
|
| 642 |
-
}
|
| 643 |
-
}
|
| 644 |
-
|
| 645 |
-
@media (min-width: 992px) {
|
| 646 |
-
.col-lg {
|
| 647 |
-
-ms-flex-preferred-size: 0;
|
| 648 |
-
flex-basis: 0;
|
| 649 |
-
-ms-flex-positive: 1;
|
| 650 |
-
flex-grow: 1;
|
| 651 |
-
max-width: 100%;
|
| 652 |
-
}
|
| 653 |
-
.col-lg-auto {
|
| 654 |
-
-ms-flex: 0 0 auto;
|
| 655 |
-
flex: 0 0 auto;
|
| 656 |
-
width: auto;
|
| 657 |
-
max-width: none;
|
| 658 |
-
}
|
| 659 |
-
.col-lg-1 {
|
| 660 |
-
-ms-flex: 0 0 8.333333%;
|
| 661 |
-
flex: 0 0 8.333333%;
|
| 662 |
-
max-width: 8.333333%;
|
| 663 |
-
}
|
| 664 |
-
.col-lg-2 {
|
| 665 |
-
-ms-flex: 0 0 16.666667%;
|
| 666 |
-
flex: 0 0 16.666667%;
|
| 667 |
-
max-width: 16.666667%;
|
| 668 |
-
}
|
| 669 |
-
.col-lg-3 {
|
| 670 |
-
-ms-flex: 0 0 25%;
|
| 671 |
-
flex: 0 0 25%;
|
| 672 |
-
max-width: 25%;
|
| 673 |
-
}
|
| 674 |
-
.col-lg-4 {
|
| 675 |
-
-ms-flex: 0 0 33.333333%;
|
| 676 |
-
flex: 0 0 33.333333%;
|
| 677 |
-
max-width: 33.333333%;
|
| 678 |
-
}
|
| 679 |
-
.col-lg-5 {
|
| 680 |
-
-ms-flex: 0 0 41.666667%;
|
| 681 |
-
flex: 0 0 41.666667%;
|
| 682 |
-
max-width: 41.666667%;
|
| 683 |
-
}
|
| 684 |
-
.col-lg-6 {
|
| 685 |
-
-ms-flex: 0 0 50%;
|
| 686 |
-
flex: 0 0 50%;
|
| 687 |
-
max-width: 50%;
|
| 688 |
-
}
|
| 689 |
-
.col-lg-7 {
|
| 690 |
-
-ms-flex: 0 0 58.333333%;
|
| 691 |
-
flex: 0 0 58.333333%;
|
| 692 |
-
max-width: 58.333333%;
|
| 693 |
-
}
|
| 694 |
-
.col-lg-8 {
|
| 695 |
-
-ms-flex: 0 0 66.666667%;
|
| 696 |
-
flex: 0 0 66.666667%;
|
| 697 |
-
max-width: 66.666667%;
|
| 698 |
-
}
|
| 699 |
-
.col-lg-9 {
|
| 700 |
-
-ms-flex: 0 0 75%;
|
| 701 |
-
flex: 0 0 75%;
|
| 702 |
-
max-width: 75%;
|
| 703 |
-
}
|
| 704 |
-
.col-lg-10 {
|
| 705 |
-
-ms-flex: 0 0 83.333333%;
|
| 706 |
-
flex: 0 0 83.333333%;
|
| 707 |
-
max-width: 83.333333%;
|
| 708 |
-
}
|
| 709 |
-
.col-lg-11 {
|
| 710 |
-
-ms-flex: 0 0 91.666667%;
|
| 711 |
-
flex: 0 0 91.666667%;
|
| 712 |
-
max-width: 91.666667%;
|
| 713 |
-
}
|
| 714 |
-
.col-lg-12 {
|
| 715 |
-
-ms-flex: 0 0 100%;
|
| 716 |
-
flex: 0 0 100%;
|
| 717 |
-
max-width: 100%;
|
| 718 |
-
}
|
| 719 |
-
.order-lg-first {
|
| 720 |
-
-ms-flex-order: -1;
|
| 721 |
-
order: -1;
|
| 722 |
-
}
|
| 723 |
-
.order-lg-last {
|
| 724 |
-
-ms-flex-order: 13;
|
| 725 |
-
order: 13;
|
| 726 |
-
}
|
| 727 |
-
.order-lg-0 {
|
| 728 |
-
-ms-flex-order: 0;
|
| 729 |
-
order: 0;
|
| 730 |
-
}
|
| 731 |
-
.order-lg-1 {
|
| 732 |
-
-ms-flex-order: 1;
|
| 733 |
-
order: 1;
|
| 734 |
-
}
|
| 735 |
-
.order-lg-2 {
|
| 736 |
-
-ms-flex-order: 2;
|
| 737 |
-
order: 2;
|
| 738 |
-
}
|
| 739 |
-
.order-lg-3 {
|
| 740 |
-
-ms-flex-order: 3;
|
| 741 |
-
order: 3;
|
| 742 |
-
}
|
| 743 |
-
.order-lg-4 {
|
| 744 |
-
-ms-flex-order: 4;
|
| 745 |
-
order: 4;
|
| 746 |
-
}
|
| 747 |
-
.order-lg-5 {
|
| 748 |
-
-ms-flex-order: 5;
|
| 749 |
-
order: 5;
|
| 750 |
-
}
|
| 751 |
-
.order-lg-6 {
|
| 752 |
-
-ms-flex-order: 6;
|
| 753 |
-
order: 6;
|
| 754 |
-
}
|
| 755 |
-
.order-lg-7 {
|
| 756 |
-
-ms-flex-order: 7;
|
| 757 |
-
order: 7;
|
| 758 |
-
}
|
| 759 |
-
.order-lg-8 {
|
| 760 |
-
-ms-flex-order: 8;
|
| 761 |
-
order: 8;
|
| 762 |
-
}
|
| 763 |
-
.order-lg-9 {
|
| 764 |
-
-ms-flex-order: 9;
|
| 765 |
-
order: 9;
|
| 766 |
-
}
|
| 767 |
-
.order-lg-10 {
|
| 768 |
-
-ms-flex-order: 10;
|
| 769 |
-
order: 10;
|
| 770 |
-
}
|
| 771 |
-
.order-lg-11 {
|
| 772 |
-
-ms-flex-order: 11;
|
| 773 |
-
order: 11;
|
| 774 |
-
}
|
| 775 |
-
.order-lg-12 {
|
| 776 |
-
-ms-flex-order: 12;
|
| 777 |
-
order: 12;
|
| 778 |
-
}
|
| 779 |
-
.offset-lg-0 {
|
| 780 |
-
margin-left: 0;
|
| 781 |
-
}
|
| 782 |
-
.offset-lg-1 {
|
| 783 |
-
margin-left: 8.333333%;
|
| 784 |
-
}
|
| 785 |
-
.offset-lg-2 {
|
| 786 |
-
margin-left: 16.666667%;
|
| 787 |
-
}
|
| 788 |
-
.offset-lg-3 {
|
| 789 |
-
margin-left: 25%;
|
| 790 |
-
}
|
| 791 |
-
.offset-lg-4 {
|
| 792 |
-
margin-left: 33.333333%;
|
| 793 |
-
}
|
| 794 |
-
.offset-lg-5 {
|
| 795 |
-
margin-left: 41.666667%;
|
| 796 |
-
}
|
| 797 |
-
.offset-lg-6 {
|
| 798 |
-
margin-left: 50%;
|
| 799 |
-
}
|
| 800 |
-
.offset-lg-7 {
|
| 801 |
-
margin-left: 58.333333%;
|
| 802 |
-
}
|
| 803 |
-
.offset-lg-8 {
|
| 804 |
-
margin-left: 66.666667%;
|
| 805 |
-
}
|
| 806 |
-
.offset-lg-9 {
|
| 807 |
-
margin-left: 75%;
|
| 808 |
-
}
|
| 809 |
-
.offset-lg-10 {
|
| 810 |
-
margin-left: 83.333333%;
|
| 811 |
-
}
|
| 812 |
-
.offset-lg-11 {
|
| 813 |
-
margin-left: 91.666667%;
|
| 814 |
-
}
|
| 815 |
-
}
|
| 816 |
-
|
| 817 |
-
@media (min-width: 1200px) {
|
| 818 |
-
.col-xl {
|
| 819 |
-
-ms-flex-preferred-size: 0;
|
| 820 |
-
flex-basis: 0;
|
| 821 |
-
-ms-flex-positive: 1;
|
| 822 |
-
flex-grow: 1;
|
| 823 |
-
max-width: 100%;
|
| 824 |
-
}
|
| 825 |
-
.col-xl-auto {
|
| 826 |
-
-ms-flex: 0 0 auto;
|
| 827 |
-
flex: 0 0 auto;
|
| 828 |
-
width: auto;
|
| 829 |
-
max-width: none;
|
| 830 |
-
}
|
| 831 |
-
.col-xl-1 {
|
| 832 |
-
-ms-flex: 0 0 8.333333%;
|
| 833 |
-
flex: 0 0 8.333333%;
|
| 834 |
-
max-width: 8.333333%;
|
| 835 |
-
}
|
| 836 |
-
.col-xl-2 {
|
| 837 |
-
-ms-flex: 0 0 16.666667%;
|
| 838 |
-
flex: 0 0 16.666667%;
|
| 839 |
-
max-width: 16.666667%;
|
| 840 |
-
}
|
| 841 |
-
.col-xl-3 {
|
| 842 |
-
-ms-flex: 0 0 25%;
|
| 843 |
-
flex: 0 0 25%;
|
| 844 |
-
max-width: 25%;
|
| 845 |
-
}
|
| 846 |
-
.col-xl-4 {
|
| 847 |
-
-ms-flex: 0 0 33.333333%;
|
| 848 |
-
flex: 0 0 33.333333%;
|
| 849 |
-
max-width: 33.333333%;
|
| 850 |
-
}
|
| 851 |
-
.col-xl-5 {
|
| 852 |
-
-ms-flex: 0 0 41.666667%;
|
| 853 |
-
flex: 0 0 41.666667%;
|
| 854 |
-
max-width: 41.666667%;
|
| 855 |
-
}
|
| 856 |
-
.col-xl-6 {
|
| 857 |
-
-ms-flex: 0 0 50%;
|
| 858 |
-
flex: 0 0 50%;
|
| 859 |
-
max-width: 50%;
|
| 860 |
-
}
|
| 861 |
-
.col-xl-7 {
|
| 862 |
-
-ms-flex: 0 0 58.333333%;
|
| 863 |
-
flex: 0 0 58.333333%;
|
| 864 |
-
max-width: 58.333333%;
|
| 865 |
-
}
|
| 866 |
-
.col-xl-8 {
|
| 867 |
-
-ms-flex: 0 0 66.666667%;
|
| 868 |
-
flex: 0 0 66.666667%;
|
| 869 |
-
max-width: 66.666667%;
|
| 870 |
-
}
|
| 871 |
-
.col-xl-9 {
|
| 872 |
-
-ms-flex: 0 0 75%;
|
| 873 |
-
flex: 0 0 75%;
|
| 874 |
-
max-width: 75%;
|
| 875 |
-
}
|
| 876 |
-
.col-xl-10 {
|
| 877 |
-
-ms-flex: 0 0 83.333333%;
|
| 878 |
-
flex: 0 0 83.333333%;
|
| 879 |
-
max-width: 83.333333%;
|
| 880 |
-
}
|
| 881 |
-
.col-xl-11 {
|
| 882 |
-
-ms-flex: 0 0 91.666667%;
|
| 883 |
-
flex: 0 0 91.666667%;
|
| 884 |
-
max-width: 91.666667%;
|
| 885 |
-
}
|
| 886 |
-
.col-xl-12 {
|
| 887 |
-
-ms-flex: 0 0 100%;
|
| 888 |
-
flex: 0 0 100%;
|
| 889 |
-
max-width: 100%;
|
| 890 |
-
}
|
| 891 |
-
.order-xl-first {
|
| 892 |
-
-ms-flex-order: -1;
|
| 893 |
-
order: -1;
|
| 894 |
-
}
|
| 895 |
-
.order-xl-last {
|
| 896 |
-
-ms-flex-order: 13;
|
| 897 |
-
order: 13;
|
| 898 |
-
}
|
| 899 |
-
.order-xl-0 {
|
| 900 |
-
-ms-flex-order: 0;
|
| 901 |
-
order: 0;
|
| 902 |
-
}
|
| 903 |
-
.order-xl-1 {
|
| 904 |
-
-ms-flex-order: 1;
|
| 905 |
-
order: 1;
|
| 906 |
-
}
|
| 907 |
-
.order-xl-2 {
|
| 908 |
-
-ms-flex-order: 2;
|
| 909 |
-
order: 2;
|
| 910 |
-
}
|
| 911 |
-
.order-xl-3 {
|
| 912 |
-
-ms-flex-order: 3;
|
| 913 |
-
order: 3;
|
| 914 |
-
}
|
| 915 |
-
.order-xl-4 {
|
| 916 |
-
-ms-flex-order: 4;
|
| 917 |
-
order: 4;
|
| 918 |
-
}
|
| 919 |
-
.order-xl-5 {
|
| 920 |
-
-ms-flex-order: 5;
|
| 921 |
-
order: 5;
|
| 922 |
-
}
|
| 923 |
-
.order-xl-6 {
|
| 924 |
-
-ms-flex-order: 6;
|
| 925 |
-
order: 6;
|
| 926 |
-
}
|
| 927 |
-
.order-xl-7 {
|
| 928 |
-
-ms-flex-order: 7;
|
| 929 |
-
order: 7;
|
| 930 |
-
}
|
| 931 |
-
.order-xl-8 {
|
| 932 |
-
-ms-flex-order: 8;
|
| 933 |
-
order: 8;
|
| 934 |
-
}
|
| 935 |
-
.order-xl-9 {
|
| 936 |
-
-ms-flex-order: 9;
|
| 937 |
-
order: 9;
|
| 938 |
-
}
|
| 939 |
-
.order-xl-10 {
|
| 940 |
-
-ms-flex-order: 10;
|
| 941 |
-
order: 10;
|
| 942 |
-
}
|
| 943 |
-
.order-xl-11 {
|
| 944 |
-
-ms-flex-order: 11;
|
| 945 |
-
order: 11;
|
| 946 |
-
}
|
| 947 |
-
.order-xl-12 {
|
| 948 |
-
-ms-flex-order: 12;
|
| 949 |
-
order: 12;
|
| 950 |
-
}
|
| 951 |
-
.offset-xl-0 {
|
| 952 |
-
margin-left: 0;
|
| 953 |
-
}
|
| 954 |
-
.offset-xl-1 {
|
| 955 |
-
margin-left: 8.333333%;
|
| 956 |
-
}
|
| 957 |
-
.offset-xl-2 {
|
| 958 |
-
margin-left: 16.666667%;
|
| 959 |
-
}
|
| 960 |
-
.offset-xl-3 {
|
| 961 |
-
margin-left: 25%;
|
| 962 |
-
}
|
| 963 |
-
.offset-xl-4 {
|
| 964 |
-
margin-left: 33.333333%;
|
| 965 |
-
}
|
| 966 |
-
.offset-xl-5 {
|
| 967 |
-
margin-left: 41.666667%;
|
| 968 |
-
}
|
| 969 |
-
.offset-xl-6 {
|
| 970 |
-
margin-left: 50%;
|
| 971 |
-
}
|
| 972 |
-
.offset-xl-7 {
|
| 973 |
-
margin-left: 58.333333%;
|
| 974 |
-
}
|
| 975 |
-
.offset-xl-8 {
|
| 976 |
-
margin-left: 66.666667%;
|
| 977 |
-
}
|
| 978 |
-
.offset-xl-9 {
|
| 979 |
-
margin-left: 75%;
|
| 980 |
-
}
|
| 981 |
-
.offset-xl-10 {
|
| 982 |
-
margin-left: 83.333333%;
|
| 983 |
-
}
|
| 984 |
-
.offset-xl-11 {
|
| 985 |
-
margin-left: 91.666667%;
|
| 986 |
-
}
|
| 987 |
-
}
|
| 988 |
-
|
| 989 |
-
.d-none {
|
| 990 |
-
display: none !important;
|
| 991 |
-
}
|
| 992 |
-
|
| 993 |
-
.d-inline {
|
| 994 |
-
display: inline !important;
|
| 995 |
-
}
|
| 996 |
-
|
| 997 |
-
.d-inline-block {
|
| 998 |
-
display: inline-block !important;
|
| 999 |
-
}
|
| 1000 |
-
|
| 1001 |
-
.d-block {
|
| 1002 |
-
display: block !important;
|
| 1003 |
-
}
|
| 1004 |
-
|
| 1005 |
-
.d-table {
|
| 1006 |
-
display: table !important;
|
| 1007 |
-
}
|
| 1008 |
-
|
| 1009 |
-
.d-table-row {
|
| 1010 |
-
display: table-row !important;
|
| 1011 |
-
}
|
| 1012 |
-
|
| 1013 |
-
.d-table-cell {
|
| 1014 |
-
display: table-cell !important;
|
| 1015 |
-
}
|
| 1016 |
-
|
| 1017 |
-
.d-flex {
|
| 1018 |
-
display: -ms-flexbox !important;
|
| 1019 |
-
display: flex !important;
|
| 1020 |
-
}
|
| 1021 |
-
|
| 1022 |
-
.d-inline-flex {
|
| 1023 |
-
display: -ms-inline-flexbox !important;
|
| 1024 |
-
display: inline-flex !important;
|
| 1025 |
-
}
|
| 1026 |
-
|
| 1027 |
-
@media (min-width: 576px) {
|
| 1028 |
-
.d-sm-none {
|
| 1029 |
-
display: none !important;
|
| 1030 |
-
}
|
| 1031 |
-
.d-sm-inline {
|
| 1032 |
-
display: inline !important;
|
| 1033 |
-
}
|
| 1034 |
-
.d-sm-inline-block {
|
| 1035 |
-
display: inline-block !important;
|
| 1036 |
-
}
|
| 1037 |
-
.d-sm-block {
|
| 1038 |
-
display: block !important;
|
| 1039 |
-
}
|
| 1040 |
-
.d-sm-table {
|
| 1041 |
-
display: table !important;
|
| 1042 |
-
}
|
| 1043 |
-
.d-sm-table-row {
|
| 1044 |
-
display: table-row !important;
|
| 1045 |
-
}
|
| 1046 |
-
.d-sm-table-cell {
|
| 1047 |
-
display: table-cell !important;
|
| 1048 |
-
}
|
| 1049 |
-
.d-sm-flex {
|
| 1050 |
-
display: -ms-flexbox !important;
|
| 1051 |
-
display: flex !important;
|
| 1052 |
-
}
|
| 1053 |
-
.d-sm-inline-flex {
|
| 1054 |
-
display: -ms-inline-flexbox !important;
|
| 1055 |
-
display: inline-flex !important;
|
| 1056 |
-
}
|
| 1057 |
-
}
|
| 1058 |
-
|
| 1059 |
-
@media (min-width: 768px) {
|
| 1060 |
-
.d-md-none {
|
| 1061 |
-
display: none !important;
|
| 1062 |
-
}
|
| 1063 |
-
.d-md-inline {
|
| 1064 |
-
display: inline !important;
|
| 1065 |
-
}
|
| 1066 |
-
.d-md-inline-block {
|
| 1067 |
-
display: inline-block !important;
|
| 1068 |
-
}
|
| 1069 |
-
.d-md-block {
|
| 1070 |
-
display: block !important;
|
| 1071 |
-
}
|
| 1072 |
-
.d-md-table {
|
| 1073 |
-
display: table !important;
|
| 1074 |
-
}
|
| 1075 |
-
.d-md-table-row {
|
| 1076 |
-
display: table-row !important;
|
| 1077 |
-
}
|
| 1078 |
-
.d-md-table-cell {
|
| 1079 |
-
display: table-cell !important;
|
| 1080 |
-
}
|
| 1081 |
-
.d-md-flex {
|
| 1082 |
-
display: -ms-flexbox !important;
|
| 1083 |
-
display: flex !important;
|
| 1084 |
-
}
|
| 1085 |
-
.d-md-inline-flex {
|
| 1086 |
-
display: -ms-inline-flexbox !important;
|
| 1087 |
-
display: inline-flex !important;
|
| 1088 |
-
}
|
| 1089 |
-
}
|
| 1090 |
-
|
| 1091 |
-
@media (min-width: 992px) {
|
| 1092 |
-
.d-lg-none {
|
| 1093 |
-
display: none !important;
|
| 1094 |
-
}
|
| 1095 |
-
.d-lg-inline {
|
| 1096 |
-
display: inline !important;
|
| 1097 |
-
}
|
| 1098 |
-
.d-lg-inline-block {
|
| 1099 |
-
display: inline-block !important;
|
| 1100 |
-
}
|
| 1101 |
-
.d-lg-block {
|
| 1102 |
-
display: block !important;
|
| 1103 |
-
}
|
| 1104 |
-
.d-lg-table {
|
| 1105 |
-
display: table !important;
|
| 1106 |
-
}
|
| 1107 |
-
.d-lg-table-row {
|
| 1108 |
-
display: table-row !important;
|
| 1109 |
-
}
|
| 1110 |
-
.d-lg-table-cell {
|
| 1111 |
-
display: table-cell !important;
|
| 1112 |
-
}
|
| 1113 |
-
.d-lg-flex {
|
| 1114 |
-
display: -ms-flexbox !important;
|
| 1115 |
-
display: flex !important;
|
| 1116 |
-
}
|
| 1117 |
-
.d-lg-inline-flex {
|
| 1118 |
-
display: -ms-inline-flexbox !important;
|
| 1119 |
-
display: inline-flex !important;
|
| 1120 |
-
}
|
| 1121 |
-
}
|
| 1122 |
-
|
| 1123 |
-
@media (min-width: 1200px) {
|
| 1124 |
-
.d-xl-none {
|
| 1125 |
-
display: none !important;
|
| 1126 |
-
}
|
| 1127 |
-
.d-xl-inline {
|
| 1128 |
-
display: inline !important;
|
| 1129 |
-
}
|
| 1130 |
-
.d-xl-inline-block {
|
| 1131 |
-
display: inline-block !important;
|
| 1132 |
-
}
|
| 1133 |
-
.d-xl-block {
|
| 1134 |
-
display: block !important;
|
| 1135 |
-
}
|
| 1136 |
-
.d-xl-table {
|
| 1137 |
-
display: table !important;
|
| 1138 |
-
}
|
| 1139 |
-
.d-xl-table-row {
|
| 1140 |
-
display: table-row !important;
|
| 1141 |
-
}
|
| 1142 |
-
.d-xl-table-cell {
|
| 1143 |
-
display: table-cell !important;
|
| 1144 |
-
}
|
| 1145 |
-
.d-xl-flex {
|
| 1146 |
-
display: -ms-flexbox !important;
|
| 1147 |
-
display: flex !important;
|
| 1148 |
-
}
|
| 1149 |
-
.d-xl-inline-flex {
|
| 1150 |
-
display: -ms-inline-flexbox !important;
|
| 1151 |
-
display: inline-flex !important;
|
| 1152 |
-
}
|
| 1153 |
-
}
|
| 1154 |
-
|
| 1155 |
-
@media print {
|
| 1156 |
-
.d-print-none {
|
| 1157 |
-
display: none !important;
|
| 1158 |
-
}
|
| 1159 |
-
.d-print-inline {
|
| 1160 |
-
display: inline !important;
|
| 1161 |
-
}
|
| 1162 |
-
.d-print-inline-block {
|
| 1163 |
-
display: inline-block !important;
|
| 1164 |
-
}
|
| 1165 |
-
.d-print-block {
|
| 1166 |
-
display: block !important;
|
| 1167 |
-
}
|
| 1168 |
-
.d-print-table {
|
| 1169 |
-
display: table !important;
|
| 1170 |
-
}
|
| 1171 |
-
.d-print-table-row {
|
| 1172 |
-
display: table-row !important;
|
| 1173 |
-
}
|
| 1174 |
-
.d-print-table-cell {
|
| 1175 |
-
display: table-cell !important;
|
| 1176 |
-
}
|
| 1177 |
-
.d-print-flex {
|
| 1178 |
-
display: -ms-flexbox !important;
|
| 1179 |
-
display: flex !important;
|
| 1180 |
-
}
|
| 1181 |
-
.d-print-inline-flex {
|
| 1182 |
-
display: -ms-inline-flexbox !important;
|
| 1183 |
-
display: inline-flex !important;
|
| 1184 |
-
}
|
| 1185 |
-
}
|
| 1186 |
-
|
| 1187 |
-
.flex-row {
|
| 1188 |
-
-ms-flex-direction: row !important;
|
| 1189 |
-
flex-direction: row !important;
|
| 1190 |
-
}
|
| 1191 |
-
|
| 1192 |
-
.flex-column {
|
| 1193 |
-
-ms-flex-direction: column !important;
|
| 1194 |
-
flex-direction: column !important;
|
| 1195 |
-
}
|
| 1196 |
-
|
| 1197 |
-
.flex-row-reverse {
|
| 1198 |
-
-ms-flex-direction: row-reverse !important;
|
| 1199 |
-
flex-direction: row-reverse !important;
|
| 1200 |
-
}
|
| 1201 |
-
|
| 1202 |
-
.flex-column-reverse {
|
| 1203 |
-
-ms-flex-direction: column-reverse !important;
|
| 1204 |
-
flex-direction: column-reverse !important;
|
| 1205 |
-
}
|
| 1206 |
-
|
| 1207 |
-
.flex-wrap {
|
| 1208 |
-
-ms-flex-wrap: wrap !important;
|
| 1209 |
-
flex-wrap: wrap !important;
|
| 1210 |
-
}
|
| 1211 |
-
|
| 1212 |
-
.flex-nowrap {
|
| 1213 |
-
-ms-flex-wrap: nowrap !important;
|
| 1214 |
-
flex-wrap: nowrap !important;
|
| 1215 |
-
}
|
| 1216 |
-
|
| 1217 |
-
.flex-wrap-reverse {
|
| 1218 |
-
-ms-flex-wrap: wrap-reverse !important;
|
| 1219 |
-
flex-wrap: wrap-reverse !important;
|
| 1220 |
-
}
|
| 1221 |
-
|
| 1222 |
-
.flex-fill {
|
| 1223 |
-
-ms-flex: 1 1 auto !important;
|
| 1224 |
-
flex: 1 1 auto !important;
|
| 1225 |
-
}
|
| 1226 |
-
|
| 1227 |
-
.flex-grow-0 {
|
| 1228 |
-
-ms-flex-positive: 0 !important;
|
| 1229 |
-
flex-grow: 0 !important;
|
| 1230 |
-
}
|
| 1231 |
-
|
| 1232 |
-
.flex-grow-1 {
|
| 1233 |
-
-ms-flex-positive: 1 !important;
|
| 1234 |
-
flex-grow: 1 !important;
|
| 1235 |
-
}
|
| 1236 |
-
|
| 1237 |
-
.flex-shrink-0 {
|
| 1238 |
-
-ms-flex-negative: 0 !important;
|
| 1239 |
-
flex-shrink: 0 !important;
|
| 1240 |
-
}
|
| 1241 |
-
|
| 1242 |
-
.flex-shrink-1 {
|
| 1243 |
-
-ms-flex-negative: 1 !important;
|
| 1244 |
-
flex-shrink: 1 !important;
|
| 1245 |
-
}
|
| 1246 |
-
|
| 1247 |
-
.justify-content-start {
|
| 1248 |
-
-ms-flex-pack: start !important;
|
| 1249 |
-
justify-content: flex-start !important;
|
| 1250 |
-
}
|
| 1251 |
-
|
| 1252 |
-
.justify-content-end {
|
| 1253 |
-
-ms-flex-pack: end !important;
|
| 1254 |
-
justify-content: flex-end !important;
|
| 1255 |
-
}
|
| 1256 |
-
|
| 1257 |
-
.justify-content-center {
|
| 1258 |
-
-ms-flex-pack: center !important;
|
| 1259 |
-
justify-content: center !important;
|
| 1260 |
-
}
|
| 1261 |
-
|
| 1262 |
-
.justify-content-between {
|
| 1263 |
-
-ms-flex-pack: justify !important;
|
| 1264 |
-
justify-content: space-between !important;
|
| 1265 |
-
}
|
| 1266 |
-
|
| 1267 |
-
.justify-content-around {
|
| 1268 |
-
-ms-flex-pack: distribute !important;
|
| 1269 |
-
justify-content: space-around !important;
|
| 1270 |
-
}
|
| 1271 |
-
|
| 1272 |
-
.align-items-start {
|
| 1273 |
-
-ms-flex-align: start !important;
|
| 1274 |
-
align-items: flex-start !important;
|
| 1275 |
-
}
|
| 1276 |
-
|
| 1277 |
-
.align-items-end {
|
| 1278 |
-
-ms-flex-align: end !important;
|
| 1279 |
-
align-items: flex-end !important;
|
| 1280 |
-
}
|
| 1281 |
-
|
| 1282 |
-
.align-items-center {
|
| 1283 |
-
-ms-flex-align: center !important;
|
| 1284 |
-
align-items: center !important;
|
| 1285 |
-
}
|
| 1286 |
-
|
| 1287 |
-
.align-items-baseline {
|
| 1288 |
-
-ms-flex-align: baseline !important;
|
| 1289 |
-
align-items: baseline !important;
|
| 1290 |
-
}
|
| 1291 |
-
|
| 1292 |
-
.align-items-stretch {
|
| 1293 |
-
-ms-flex-align: stretch !important;
|
| 1294 |
-
align-items: stretch !important;
|
| 1295 |
-
}
|
| 1296 |
-
|
| 1297 |
-
.align-content-start {
|
| 1298 |
-
-ms-flex-line-pack: start !important;
|
| 1299 |
-
align-content: flex-start !important;
|
| 1300 |
-
}
|
| 1301 |
-
|
| 1302 |
-
.align-content-end {
|
| 1303 |
-
-ms-flex-line-pack: end !important;
|
| 1304 |
-
align-content: flex-end !important;
|
| 1305 |
-
}
|
| 1306 |
-
|
| 1307 |
-
.align-content-center {
|
| 1308 |
-
-ms-flex-line-pack: center !important;
|
| 1309 |
-
align-content: center !important;
|
| 1310 |
-
}
|
| 1311 |
-
|
| 1312 |
-
.align-content-between {
|
| 1313 |
-
-ms-flex-line-pack: justify !important;
|
| 1314 |
-
align-content: space-between !important;
|
| 1315 |
-
}
|
| 1316 |
-
|
| 1317 |
-
.align-content-around {
|
| 1318 |
-
-ms-flex-line-pack: distribute !important;
|
| 1319 |
-
align-content: space-around !important;
|
| 1320 |
-
}
|
| 1321 |
-
|
| 1322 |
-
.align-content-stretch {
|
| 1323 |
-
-ms-flex-line-pack: stretch !important;
|
| 1324 |
-
align-content: stretch !important;
|
| 1325 |
-
}
|
| 1326 |
-
|
| 1327 |
-
.align-self-auto {
|
| 1328 |
-
-ms-flex-item-align: auto !important;
|
| 1329 |
-
align-self: auto !important;
|
| 1330 |
-
}
|
| 1331 |
-
|
| 1332 |
-
.align-self-start {
|
| 1333 |
-
-ms-flex-item-align: start !important;
|
| 1334 |
-
align-self: flex-start !important;
|
| 1335 |
-
}
|
| 1336 |
-
|
| 1337 |
-
.align-self-end {
|
| 1338 |
-
-ms-flex-item-align: end !important;
|
| 1339 |
-
align-self: flex-end !important;
|
| 1340 |
-
}
|
| 1341 |
-
|
| 1342 |
-
.align-self-center {
|
| 1343 |
-
-ms-flex-item-align: center !important;
|
| 1344 |
-
align-self: center !important;
|
| 1345 |
-
}
|
| 1346 |
-
|
| 1347 |
-
.align-self-baseline {
|
| 1348 |
-
-ms-flex-item-align: baseline !important;
|
| 1349 |
-
align-self: baseline !important;
|
| 1350 |
-
}
|
| 1351 |
-
|
| 1352 |
-
.align-self-stretch {
|
| 1353 |
-
-ms-flex-item-align: stretch !important;
|
| 1354 |
-
align-self: stretch !important;
|
| 1355 |
-
}
|
| 1356 |
-
|
| 1357 |
-
@media (min-width: 576px) {
|
| 1358 |
-
.flex-sm-row {
|
| 1359 |
-
-ms-flex-direction: row !important;
|
| 1360 |
-
flex-direction: row !important;
|
| 1361 |
-
}
|
| 1362 |
-
.flex-sm-column {
|
| 1363 |
-
-ms-flex-direction: column !important;
|
| 1364 |
-
flex-direction: column !important;
|
| 1365 |
-
}
|
| 1366 |
-
.flex-sm-row-reverse {
|
| 1367 |
-
-ms-flex-direction: row-reverse !important;
|
| 1368 |
-
flex-direction: row-reverse !important;
|
| 1369 |
-
}
|
| 1370 |
-
.flex-sm-column-reverse {
|
| 1371 |
-
-ms-flex-direction: column-reverse !important;
|
| 1372 |
-
flex-direction: column-reverse !important;
|
| 1373 |
-
}
|
| 1374 |
-
.flex-sm-wrap {
|
| 1375 |
-
-ms-flex-wrap: wrap !important;
|
| 1376 |
-
flex-wrap: wrap !important;
|
| 1377 |
-
}
|
| 1378 |
-
.flex-sm-nowrap {
|
| 1379 |
-
-ms-flex-wrap: nowrap !important;
|
| 1380 |
-
flex-wrap: nowrap !important;
|
| 1381 |
-
}
|
| 1382 |
-
.flex-sm-wrap-reverse {
|
| 1383 |
-
-ms-flex-wrap: wrap-reverse !important;
|
| 1384 |
-
flex-wrap: wrap-reverse !important;
|
| 1385 |
-
}
|
| 1386 |
-
.flex-sm-fill {
|
| 1387 |
-
-ms-flex: 1 1 auto !important;
|
| 1388 |
-
flex: 1 1 auto !important;
|
| 1389 |
-
}
|
| 1390 |
-
.flex-sm-grow-0 {
|
| 1391 |
-
-ms-flex-positive: 0 !important;
|
| 1392 |
-
flex-grow: 0 !important;
|
| 1393 |
-
}
|
| 1394 |
-
.flex-sm-grow-1 {
|
| 1395 |
-
-ms-flex-positive: 1 !important;
|
| 1396 |
-
flex-grow: 1 !important;
|
| 1397 |
-
}
|
| 1398 |
-
.flex-sm-shrink-0 {
|
| 1399 |
-
-ms-flex-negative: 0 !important;
|
| 1400 |
-
flex-shrink: 0 !important;
|
| 1401 |
-
}
|
| 1402 |
-
.flex-sm-shrink-1 {
|
| 1403 |
-
-ms-flex-negative: 1 !important;
|
| 1404 |
-
flex-shrink: 1 !important;
|
| 1405 |
-
}
|
| 1406 |
-
.justify-content-sm-start {
|
| 1407 |
-
-ms-flex-pack: start !important;
|
| 1408 |
-
justify-content: flex-start !important;
|
| 1409 |
-
}
|
| 1410 |
-
.justify-content-sm-end {
|
| 1411 |
-
-ms-flex-pack: end !important;
|
| 1412 |
-
justify-content: flex-end !important;
|
| 1413 |
-
}
|
| 1414 |
-
.justify-content-sm-center {
|
| 1415 |
-
-ms-flex-pack: center !important;
|
| 1416 |
-
justify-content: center !important;
|
| 1417 |
-
}
|
| 1418 |
-
.justify-content-sm-between {
|
| 1419 |
-
-ms-flex-pack: justify !important;
|
| 1420 |
-
justify-content: space-between !important;
|
| 1421 |
-
}
|
| 1422 |
-
.justify-content-sm-around {
|
| 1423 |
-
-ms-flex-pack: distribute !important;
|
| 1424 |
-
justify-content: space-around !important;
|
| 1425 |
-
}
|
| 1426 |
-
.align-items-sm-start {
|
| 1427 |
-
-ms-flex-align: start !important;
|
| 1428 |
-
align-items: flex-start !important;
|
| 1429 |
-
}
|
| 1430 |
-
.align-items-sm-end {
|
| 1431 |
-
-ms-flex-align: end !important;
|
| 1432 |
-
align-items: flex-end !important;
|
| 1433 |
-
}
|
| 1434 |
-
.align-items-sm-center {
|
| 1435 |
-
-ms-flex-align: center !important;
|
| 1436 |
-
align-items: center !important;
|
| 1437 |
-
}
|
| 1438 |
-
.align-items-sm-baseline {
|
| 1439 |
-
-ms-flex-align: baseline !important;
|
| 1440 |
-
align-items: baseline !important;
|
| 1441 |
-
}
|
| 1442 |
-
.align-items-sm-stretch {
|
| 1443 |
-
-ms-flex-align: stretch !important;
|
| 1444 |
-
align-items: stretch !important;
|
| 1445 |
-
}
|
| 1446 |
-
.align-content-sm-start {
|
| 1447 |
-
-ms-flex-line-pack: start !important;
|
| 1448 |
-
align-content: flex-start !important;
|
| 1449 |
-
}
|
| 1450 |
-
.align-content-sm-end {
|
| 1451 |
-
-ms-flex-line-pack: end !important;
|
| 1452 |
-
align-content: flex-end !important;
|
| 1453 |
-
}
|
| 1454 |
-
.align-content-sm-center {
|
| 1455 |
-
-ms-flex-line-pack: center !important;
|
| 1456 |
-
align-content: center !important;
|
| 1457 |
-
}
|
| 1458 |
-
.align-content-sm-between {
|
| 1459 |
-
-ms-flex-line-pack: justify !important;
|
| 1460 |
-
align-content: space-between !important;
|
| 1461 |
-
}
|
| 1462 |
-
.align-content-sm-around {
|
| 1463 |
-
-ms-flex-line-pack: distribute !important;
|
| 1464 |
-
align-content: space-around !important;
|
| 1465 |
-
}
|
| 1466 |
-
.align-content-sm-stretch {
|
| 1467 |
-
-ms-flex-line-pack: stretch !important;
|
| 1468 |
-
align-content: stretch !important;
|
| 1469 |
-
}
|
| 1470 |
-
.align-self-sm-auto {
|
| 1471 |
-
-ms-flex-item-align: auto !important;
|
| 1472 |
-
align-self: auto !important;
|
| 1473 |
-
}
|
| 1474 |
-
.align-self-sm-start {
|
| 1475 |
-
-ms-flex-item-align: start !important;
|
| 1476 |
-
align-self: flex-start !important;
|
| 1477 |
-
}
|
| 1478 |
-
.align-self-sm-end {
|
| 1479 |
-
-ms-flex-item-align: end !important;
|
| 1480 |
-
align-self: flex-end !important;
|
| 1481 |
-
}
|
| 1482 |
-
.align-self-sm-center {
|
| 1483 |
-
-ms-flex-item-align: center !important;
|
| 1484 |
-
align-self: center !important;
|
| 1485 |
-
}
|
| 1486 |
-
.align-self-sm-baseline {
|
| 1487 |
-
-ms-flex-item-align: baseline !important;
|
| 1488 |
-
align-self: baseline !important;
|
| 1489 |
-
}
|
| 1490 |
-
.align-self-sm-stretch {
|
| 1491 |
-
-ms-flex-item-align: stretch !important;
|
| 1492 |
-
align-self: stretch !important;
|
| 1493 |
-
}
|
| 1494 |
-
}
|
| 1495 |
-
|
| 1496 |
-
@media (min-width: 768px) {
|
| 1497 |
-
.flex-md-row {
|
| 1498 |
-
-ms-flex-direction: row !important;
|
| 1499 |
-
flex-direction: row !important;
|
| 1500 |
-
}
|
| 1501 |
-
.flex-md-column {
|
| 1502 |
-
-ms-flex-direction: column !important;
|
| 1503 |
-
flex-direction: column !important;
|
| 1504 |
-
}
|
| 1505 |
-
.flex-md-row-reverse {
|
| 1506 |
-
-ms-flex-direction: row-reverse !important;
|
| 1507 |
-
flex-direction: row-reverse !important;
|
| 1508 |
-
}
|
| 1509 |
-
.flex-md-column-reverse {
|
| 1510 |
-
-ms-flex-direction: column-reverse !important;
|
| 1511 |
-
flex-direction: column-reverse !important;
|
| 1512 |
-
}
|
| 1513 |
-
.flex-md-wrap {
|
| 1514 |
-
-ms-flex-wrap: wrap !important;
|
| 1515 |
-
flex-wrap: wrap !important;
|
| 1516 |
-
}
|
| 1517 |
-
.flex-md-nowrap {
|
| 1518 |
-
-ms-flex-wrap: nowrap !important;
|
| 1519 |
-
flex-wrap: nowrap !important;
|
| 1520 |
-
}
|
| 1521 |
-
.flex-md-wrap-reverse {
|
| 1522 |
-
-ms-flex-wrap: wrap-reverse !important;
|
| 1523 |
-
flex-wrap: wrap-reverse !important;
|
| 1524 |
-
}
|
| 1525 |
-
.flex-md-fill {
|
| 1526 |
-
-ms-flex: 1 1 auto !important;
|
| 1527 |
-
flex: 1 1 auto !important;
|
| 1528 |
-
}
|
| 1529 |
-
.flex-md-grow-0 {
|
| 1530 |
-
-ms-flex-positive: 0 !important;
|
| 1531 |
-
flex-grow: 0 !important;
|
| 1532 |
-
}
|
| 1533 |
-
.flex-md-grow-1 {
|
| 1534 |
-
-ms-flex-positive: 1 !important;
|
| 1535 |
-
flex-grow: 1 !important;
|
| 1536 |
-
}
|
| 1537 |
-
.flex-md-shrink-0 {
|
| 1538 |
-
-ms-flex-negative: 0 !important;
|
| 1539 |
-
flex-shrink: 0 !important;
|
| 1540 |
-
}
|
| 1541 |
-
.flex-md-shrink-1 {
|
| 1542 |
-
-ms-flex-negative: 1 !important;
|
| 1543 |
-
flex-shrink: 1 !important;
|
| 1544 |
-
}
|
| 1545 |
-
.justify-content-md-start {
|
| 1546 |
-
-ms-flex-pack: start !important;
|
| 1547 |
-
justify-content: flex-start !important;
|
| 1548 |
-
}
|
| 1549 |
-
.justify-content-md-end {
|
| 1550 |
-
-ms-flex-pack: end !important;
|
| 1551 |
-
justify-content: flex-end !important;
|
| 1552 |
-
}
|
| 1553 |
-
.justify-content-md-center {
|
| 1554 |
-
-ms-flex-pack: center !important;
|
| 1555 |
-
justify-content: center !important;
|
| 1556 |
-
}
|
| 1557 |
-
.justify-content-md-between {
|
| 1558 |
-
-ms-flex-pack: justify !important;
|
| 1559 |
-
justify-content: space-between !important;
|
| 1560 |
-
}
|
| 1561 |
-
.justify-content-md-around {
|
| 1562 |
-
-ms-flex-pack: distribute !important;
|
| 1563 |
-
justify-content: space-around !important;
|
| 1564 |
-
}
|
| 1565 |
-
.align-items-md-start {
|
| 1566 |
-
-ms-flex-align: start !important;
|
| 1567 |
-
align-items: flex-start !important;
|
| 1568 |
-
}
|
| 1569 |
-
.align-items-md-end {
|
| 1570 |
-
-ms-flex-align: end !important;
|
| 1571 |
-
align-items: flex-end !important;
|
| 1572 |
-
}
|
| 1573 |
-
.align-items-md-center {
|
| 1574 |
-
-ms-flex-align: center !important;
|
| 1575 |
-
align-items: center !important;
|
| 1576 |
-
}
|
| 1577 |
-
.align-items-md-baseline {
|
| 1578 |
-
-ms-flex-align: baseline !important;
|
| 1579 |
-
align-items: baseline !important;
|
| 1580 |
-
}
|
| 1581 |
-
.align-items-md-stretch {
|
| 1582 |
-
-ms-flex-align: stretch !important;
|
| 1583 |
-
align-items: stretch !important;
|
| 1584 |
-
}
|
| 1585 |
-
.align-content-md-start {
|
| 1586 |
-
-ms-flex-line-pack: start !important;
|
| 1587 |
-
align-content: flex-start !important;
|
| 1588 |
-
}
|
| 1589 |
-
.align-content-md-end {
|
| 1590 |
-
-ms-flex-line-pack: end !important;
|
| 1591 |
-
align-content: flex-end !important;
|
| 1592 |
-
}
|
| 1593 |
-
.align-content-md-center {
|
| 1594 |
-
-ms-flex-line-pack: center !important;
|
| 1595 |
-
align-content: center !important;
|
| 1596 |
-
}
|
| 1597 |
-
.align-content-md-between {
|
| 1598 |
-
-ms-flex-line-pack: justify !important;
|
| 1599 |
-
align-content: space-between !important;
|
| 1600 |
-
}
|
| 1601 |
-
.align-content-md-around {
|
| 1602 |
-
-ms-flex-line-pack: distribute !important;
|
| 1603 |
-
align-content: space-around !important;
|
| 1604 |
-
}
|
| 1605 |
-
.align-content-md-stretch {
|
| 1606 |
-
-ms-flex-line-pack: stretch !important;
|
| 1607 |
-
align-content: stretch !important;
|
| 1608 |
-
}
|
| 1609 |
-
.align-self-md-auto {
|
| 1610 |
-
-ms-flex-item-align: auto !important;
|
| 1611 |
-
align-self: auto !important;
|
| 1612 |
-
}
|
| 1613 |
-
.align-self-md-start {
|
| 1614 |
-
-ms-flex-item-align: start !important;
|
| 1615 |
-
align-self: flex-start !important;
|
| 1616 |
-
}
|
| 1617 |
-
.align-self-md-end {
|
| 1618 |
-
-ms-flex-item-align: end !important;
|
| 1619 |
-
align-self: flex-end !important;
|
| 1620 |
-
}
|
| 1621 |
-
.align-self-md-center {
|
| 1622 |
-
-ms-flex-item-align: center !important;
|
| 1623 |
-
align-self: center !important;
|
| 1624 |
-
}
|
| 1625 |
-
.align-self-md-baseline {
|
| 1626 |
-
-ms-flex-item-align: baseline !important;
|
| 1627 |
-
align-self: baseline !important;
|
| 1628 |
-
}
|
| 1629 |
-
.align-self-md-stretch {
|
| 1630 |
-
-ms-flex-item-align: stretch !important;
|
| 1631 |
-
align-self: stretch !important;
|
| 1632 |
-
}
|
| 1633 |
-
}
|
| 1634 |
-
|
| 1635 |
-
@media (min-width: 992px) {
|
| 1636 |
-
.flex-lg-row {
|
| 1637 |
-
-ms-flex-direction: row !important;
|
| 1638 |
-
flex-direction: row !important;
|
| 1639 |
-
}
|
| 1640 |
-
.flex-lg-column {
|
| 1641 |
-
-ms-flex-direction: column !important;
|
| 1642 |
-
flex-direction: column !important;
|
| 1643 |
-
}
|
| 1644 |
-
.flex-lg-row-reverse {
|
| 1645 |
-
-ms-flex-direction: row-reverse !important;
|
| 1646 |
-
flex-direction: row-reverse !important;
|
| 1647 |
-
}
|
| 1648 |
-
.flex-lg-column-reverse {
|
| 1649 |
-
-ms-flex-direction: column-reverse !important;
|
| 1650 |
-
flex-direction: column-reverse !important;
|
| 1651 |
-
}
|
| 1652 |
-
.flex-lg-wrap {
|
| 1653 |
-
-ms-flex-wrap: wrap !important;
|
| 1654 |
-
flex-wrap: wrap !important;
|
| 1655 |
-
}
|
| 1656 |
-
.flex-lg-nowrap {
|
| 1657 |
-
-ms-flex-wrap: nowrap !important;
|
| 1658 |
-
flex-wrap: nowrap !important;
|
| 1659 |
-
}
|
| 1660 |
-
.flex-lg-wrap-reverse {
|
| 1661 |
-
-ms-flex-wrap: wrap-reverse !important;
|
| 1662 |
-
flex-wrap: wrap-reverse !important;
|
| 1663 |
-
}
|
| 1664 |
-
.flex-lg-fill {
|
| 1665 |
-
-ms-flex: 1 1 auto !important;
|
| 1666 |
-
flex: 1 1 auto !important;
|
| 1667 |
-
}
|
| 1668 |
-
.flex-lg-grow-0 {
|
| 1669 |
-
-ms-flex-positive: 0 !important;
|
| 1670 |
-
flex-grow: 0 !important;
|
| 1671 |
-
}
|
| 1672 |
-
.flex-lg-grow-1 {
|
| 1673 |
-
-ms-flex-positive: 1 !important;
|
| 1674 |
-
flex-grow: 1 !important;
|
| 1675 |
-
}
|
| 1676 |
-
.flex-lg-shrink-0 {
|
| 1677 |
-
-ms-flex-negative: 0 !important;
|
| 1678 |
-
flex-shrink: 0 !important;
|
| 1679 |
-
}
|
| 1680 |
-
.flex-lg-shrink-1 {
|
| 1681 |
-
-ms-flex-negative: 1 !important;
|
| 1682 |
-
flex-shrink: 1 !important;
|
| 1683 |
-
}
|
| 1684 |
-
.justify-content-lg-start {
|
| 1685 |
-
-ms-flex-pack: start !important;
|
| 1686 |
-
justify-content: flex-start !important;
|
| 1687 |
-
}
|
| 1688 |
-
.justify-content-lg-end {
|
| 1689 |
-
-ms-flex-pack: end !important;
|
| 1690 |
-
justify-content: flex-end !important;
|
| 1691 |
-
}
|
| 1692 |
-
.justify-content-lg-center {
|
| 1693 |
-
-ms-flex-pack: center !important;
|
| 1694 |
-
justify-content: center !important;
|
| 1695 |
-
}
|
| 1696 |
-
.justify-content-lg-between {
|
| 1697 |
-
-ms-flex-pack: justify !important;
|
| 1698 |
-
justify-content: space-between !important;
|
| 1699 |
-
}
|
| 1700 |
-
.justify-content-lg-around {
|
| 1701 |
-
-ms-flex-pack: distribute !important;
|
| 1702 |
-
justify-content: space-around !important;
|
| 1703 |
-
}
|
| 1704 |
-
.align-items-lg-start {
|
| 1705 |
-
-ms-flex-align: start !important;
|
| 1706 |
-
align-items: flex-start !important;
|
| 1707 |
-
}
|
| 1708 |
-
.align-items-lg-end {
|
| 1709 |
-
-ms-flex-align: end !important;
|
| 1710 |
-
align-items: flex-end !important;
|
| 1711 |
-
}
|
| 1712 |
-
.align-items-lg-center {
|
| 1713 |
-
-ms-flex-align: center !important;
|
| 1714 |
-
align-items: center !important;
|
| 1715 |
-
}
|
| 1716 |
-
.align-items-lg-baseline {
|
| 1717 |
-
-ms-flex-align: baseline !important;
|
| 1718 |
-
align-items: baseline !important;
|
| 1719 |
-
}
|
| 1720 |
-
.align-items-lg-stretch {
|
| 1721 |
-
-ms-flex-align: stretch !important;
|
| 1722 |
-
align-items: stretch !important;
|
| 1723 |
-
}
|
| 1724 |
-
.align-content-lg-start {
|
| 1725 |
-
-ms-flex-line-pack: start !important;
|
| 1726 |
-
align-content: flex-start !important;
|
| 1727 |
-
}
|
| 1728 |
-
.align-content-lg-end {
|
| 1729 |
-
-ms-flex-line-pack: end !important;
|
| 1730 |
-
align-content: flex-end !important;
|
| 1731 |
-
}
|
| 1732 |
-
.align-content-lg-center {
|
| 1733 |
-
-ms-flex-line-pack: center !important;
|
| 1734 |
-
align-content: center !important;
|
| 1735 |
-
}
|
| 1736 |
-
.align-content-lg-between {
|
| 1737 |
-
-ms-flex-line-pack: justify !important;
|
| 1738 |
-
align-content: space-between !important;
|
| 1739 |
-
}
|
| 1740 |
-
.align-content-lg-around {
|
| 1741 |
-
-ms-flex-line-pack: distribute !important;
|
| 1742 |
-
align-content: space-around !important;
|
| 1743 |
-
}
|
| 1744 |
-
.align-content-lg-stretch {
|
| 1745 |
-
-ms-flex-line-pack: stretch !important;
|
| 1746 |
-
align-content: stretch !important;
|
| 1747 |
-
}
|
| 1748 |
-
.align-self-lg-auto {
|
| 1749 |
-
-ms-flex-item-align: auto !important;
|
| 1750 |
-
align-self: auto !important;
|
| 1751 |
-
}
|
| 1752 |
-
.align-self-lg-start {
|
| 1753 |
-
-ms-flex-item-align: start !important;
|
| 1754 |
-
align-self: flex-start !important;
|
| 1755 |
-
}
|
| 1756 |
-
.align-self-lg-end {
|
| 1757 |
-
-ms-flex-item-align: end !important;
|
| 1758 |
-
align-self: flex-end !important;
|
| 1759 |
-
}
|
| 1760 |
-
.align-self-lg-center {
|
| 1761 |
-
-ms-flex-item-align: center !important;
|
| 1762 |
-
align-self: center !important;
|
| 1763 |
-
}
|
| 1764 |
-
.align-self-lg-baseline {
|
| 1765 |
-
-ms-flex-item-align: baseline !important;
|
| 1766 |
-
align-self: baseline !important;
|
| 1767 |
-
}
|
| 1768 |
-
.align-self-lg-stretch {
|
| 1769 |
-
-ms-flex-item-align: stretch !important;
|
| 1770 |
-
align-self: stretch !important;
|
| 1771 |
-
}
|
| 1772 |
-
}
|
| 1773 |
-
|
| 1774 |
-
@media (min-width: 1200px) {
|
| 1775 |
-
.flex-xl-row {
|
| 1776 |
-
-ms-flex-direction: row !important;
|
| 1777 |
-
flex-direction: row !important;
|
| 1778 |
-
}
|
| 1779 |
-
.flex-xl-column {
|
| 1780 |
-
-ms-flex-direction: column !important;
|
| 1781 |
-
flex-direction: column !important;
|
| 1782 |
-
}
|
| 1783 |
-
.flex-xl-row-reverse {
|
| 1784 |
-
-ms-flex-direction: row-reverse !important;
|
| 1785 |
-
flex-direction: row-reverse !important;
|
| 1786 |
-
}
|
| 1787 |
-
.flex-xl-column-reverse {
|
| 1788 |
-
-ms-flex-direction: column-reverse !important;
|
| 1789 |
-
flex-direction: column-reverse !important;
|
| 1790 |
-
}
|
| 1791 |
-
.flex-xl-wrap {
|
| 1792 |
-
-ms-flex-wrap: wrap !important;
|
| 1793 |
-
flex-wrap: wrap !important;
|
| 1794 |
-
}
|
| 1795 |
-
.flex-xl-nowrap {
|
| 1796 |
-
-ms-flex-wrap: nowrap !important;
|
| 1797 |
-
flex-wrap: nowrap !important;
|
| 1798 |
-
}
|
| 1799 |
-
.flex-xl-wrap-reverse {
|
| 1800 |
-
-ms-flex-wrap: wrap-reverse !important;
|
| 1801 |
-
flex-wrap: wrap-reverse !important;
|
| 1802 |
-
}
|
| 1803 |
-
.flex-xl-fill {
|
| 1804 |
-
-ms-flex: 1 1 auto !important;
|
| 1805 |
-
flex: 1 1 auto !important;
|
| 1806 |
-
}
|
| 1807 |
-
.flex-xl-grow-0 {
|
| 1808 |
-
-ms-flex-positive: 0 !important;
|
| 1809 |
-
flex-grow: 0 !important;
|
| 1810 |
-
}
|
| 1811 |
-
.flex-xl-grow-1 {
|
| 1812 |
-
-ms-flex-positive: 1 !important;
|
| 1813 |
-
flex-grow: 1 !important;
|
| 1814 |
-
}
|
| 1815 |
-
.flex-xl-shrink-0 {
|
| 1816 |
-
-ms-flex-negative: 0 !important;
|
| 1817 |
-
flex-shrink: 0 !important;
|
| 1818 |
-
}
|
| 1819 |
-
.flex-xl-shrink-1 {
|
| 1820 |
-
-ms-flex-negative: 1 !important;
|
| 1821 |
-
flex-shrink: 1 !important;
|
| 1822 |
-
}
|
| 1823 |
-
.justify-content-xl-start {
|
| 1824 |
-
-ms-flex-pack: start !important;
|
| 1825 |
-
justify-content: flex-start !important;
|
| 1826 |
-
}
|
| 1827 |
-
.justify-content-xl-end {
|
| 1828 |
-
-ms-flex-pack: end !important;
|
| 1829 |
-
justify-content: flex-end !important;
|
| 1830 |
-
}
|
| 1831 |
-
.justify-content-xl-center {
|
| 1832 |
-
-ms-flex-pack: center !important;
|
| 1833 |
-
justify-content: center !important;
|
| 1834 |
-
}
|
| 1835 |
-
.justify-content-xl-between {
|
| 1836 |
-
-ms-flex-pack: justify !important;
|
| 1837 |
-
justify-content: space-between !important;
|
| 1838 |
-
}
|
| 1839 |
-
.justify-content-xl-around {
|
| 1840 |
-
-ms-flex-pack: distribute !important;
|
| 1841 |
-
justify-content: space-around !important;
|
| 1842 |
-
}
|
| 1843 |
-
.align-items-xl-start {
|
| 1844 |
-
-ms-flex-align: start !important;
|
| 1845 |
-
align-items: flex-start !important;
|
| 1846 |
-
}
|
| 1847 |
-
.align-items-xl-end {
|
| 1848 |
-
-ms-flex-align: end !important;
|
| 1849 |
-
align-items: flex-end !important;
|
| 1850 |
-
}
|
| 1851 |
-
.align-items-xl-center {
|
| 1852 |
-
-ms-flex-align: center !important;
|
| 1853 |
-
align-items: center !important;
|
| 1854 |
-
}
|
| 1855 |
-
.align-items-xl-baseline {
|
| 1856 |
-
-ms-flex-align: baseline !important;
|
| 1857 |
-
align-items: baseline !important;
|
| 1858 |
-
}
|
| 1859 |
-
.align-items-xl-stretch {
|
| 1860 |
-
-ms-flex-align: stretch !important;
|
| 1861 |
-
align-items: stretch !important;
|
| 1862 |
-
}
|
| 1863 |
-
.align-content-xl-start {
|
| 1864 |
-
-ms-flex-line-pack: start !important;
|
| 1865 |
-
align-content: flex-start !important;
|
| 1866 |
-
}
|
| 1867 |
-
.align-content-xl-end {
|
| 1868 |
-
-ms-flex-line-pack: end !important;
|
| 1869 |
-
align-content: flex-end !important;
|
| 1870 |
-
}
|
| 1871 |
-
.align-content-xl-center {
|
| 1872 |
-
-ms-flex-line-pack: center !important;
|
| 1873 |
-
align-content: center !important;
|
| 1874 |
-
}
|
| 1875 |
-
.align-content-xl-between {
|
| 1876 |
-
-ms-flex-line-pack: justify !important;
|
| 1877 |
-
align-content: space-between !important;
|
| 1878 |
-
}
|
| 1879 |
-
.align-content-xl-around {
|
| 1880 |
-
-ms-flex-line-pack: distribute !important;
|
| 1881 |
-
align-content: space-around !important;
|
| 1882 |
-
}
|
| 1883 |
-
.align-content-xl-stretch {
|
| 1884 |
-
-ms-flex-line-pack: stretch !important;
|
| 1885 |
-
align-content: stretch !important;
|
| 1886 |
-
}
|
| 1887 |
-
.align-self-xl-auto {
|
| 1888 |
-
-ms-flex-item-align: auto !important;
|
| 1889 |
-
align-self: auto !important;
|
| 1890 |
-
}
|
| 1891 |
-
.align-self-xl-start {
|
| 1892 |
-
-ms-flex-item-align: start !important;
|
| 1893 |
-
align-self: flex-start !important;
|
| 1894 |
-
}
|
| 1895 |
-
.align-self-xl-end {
|
| 1896 |
-
-ms-flex-item-align: end !important;
|
| 1897 |
-
align-self: flex-end !important;
|
| 1898 |
-
}
|
| 1899 |
-
.align-self-xl-center {
|
| 1900 |
-
-ms-flex-item-align: center !important;
|
| 1901 |
-
align-self: center !important;
|
| 1902 |
-
}
|
| 1903 |
-
.align-self-xl-baseline {
|
| 1904 |
-
-ms-flex-item-align: baseline !important;
|
| 1905 |
-
align-self: baseline !important;
|
| 1906 |
-
}
|
| 1907 |
-
.align-self-xl-stretch {
|
| 1908 |
-
-ms-flex-item-align: stretch !important;
|
| 1909 |
-
align-self: stretch !important;
|
| 1910 |
-
}
|
| 1911 |
-
}
|
| 1912 |
-
/*# sourceMappingURL=bootstrap-grid.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/bootstrap-grid.min.css
CHANGED
|
@@ -1,7 +1 @@
|
|
| 1 |
-
/*!
|
| 2 |
-
* Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
|
| 3 |
-
* Copyright 2011-2018 The Bootstrap Authors
|
| 4 |
-
* Copyright 2011-2018 Twitter, Inc.
|
| 5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 6 |
-
*/@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
|
| 7 |
-
/*# sourceMappingURL=bootstrap-grid.min.css.map */
|
| 1 |
+
@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col-auto{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.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-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.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-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.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-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/bootstrap-reboot.css
DELETED
|
@@ -1,331 +0,0 @@
|
|
| 1 |
-
/*!
|
| 2 |
-
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
|
| 3 |
-
* Copyright 2011-2018 The Bootstrap Authors
|
| 4 |
-
* Copyright 2011-2018 Twitter, Inc.
|
| 5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 6 |
-
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
| 7 |
-
*/
|
| 8 |
-
*,
|
| 9 |
-
*::before,
|
| 10 |
-
*::after {
|
| 11 |
-
box-sizing: border-box;
|
| 12 |
-
}
|
| 13 |
-
|
| 14 |
-
html {
|
| 15 |
-
font-family: sans-serif;
|
| 16 |
-
line-height: 1.15;
|
| 17 |
-
-webkit-text-size-adjust: 100%;
|
| 18 |
-
-ms-text-size-adjust: 100%;
|
| 19 |
-
-ms-overflow-style: scrollbar;
|
| 20 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
| 21 |
-
}
|
| 22 |
-
|
| 23 |
-
@-ms-viewport {
|
| 24 |
-
width: device-width;
|
| 25 |
-
}
|
| 26 |
-
|
| 27 |
-
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
|
| 28 |
-
display: block;
|
| 29 |
-
}
|
| 30 |
-
|
| 31 |
-
body {
|
| 32 |
-
margin: 0;
|
| 33 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
| 34 |
-
font-size: 1em;
|
| 35 |
-
font-weight: 400;
|
| 36 |
-
line-height: 1.5;
|
| 37 |
-
color: #212529;
|
| 38 |
-
text-align: left;
|
| 39 |
-
background-color: #fff;
|
| 40 |
-
}
|
| 41 |
-
|
| 42 |
-
[tabindex="-1"]:focus {
|
| 43 |
-
outline: 0 !important;
|
| 44 |
-
}
|
| 45 |
-
|
| 46 |
-
hr {
|
| 47 |
-
box-sizing: content-box;
|
| 48 |
-
height: 0;
|
| 49 |
-
overflow: visible;
|
| 50 |
-
}
|
| 51 |
-
|
| 52 |
-
h1, h2, h3, h4, h5, h6 {
|
| 53 |
-
margin-top: 0;
|
| 54 |
-
margin-bottom: 0.5em;
|
| 55 |
-
}
|
| 56 |
-
|
| 57 |
-
p {
|
| 58 |
-
margin-top: 0;
|
| 59 |
-
margin-bottom: 1em;
|
| 60 |
-
}
|
| 61 |
-
|
| 62 |
-
abbr[title],
|
| 63 |
-
abbr[data-original-title] {
|
| 64 |
-
text-decoration: underline;
|
| 65 |
-
-webkit-text-decoration: underline dotted;
|
| 66 |
-
text-decoration: underline dotted;
|
| 67 |
-
cursor: help;
|
| 68 |
-
border-bottom: 0;
|
| 69 |
-
}
|
| 70 |
-
|
| 71 |
-
address {
|
| 72 |
-
margin-bottom: 1em;
|
| 73 |
-
font-style: normal;
|
| 74 |
-
line-height: inherit;
|
| 75 |
-
}
|
| 76 |
-
|
| 77 |
-
ol,
|
| 78 |
-
ul,
|
| 79 |
-
dl {
|
| 80 |
-
margin-top: 0;
|
| 81 |
-
margin-bottom: 1em;
|
| 82 |
-
}
|
| 83 |
-
|
| 84 |
-
ol ol,
|
| 85 |
-
ul ul,
|
| 86 |
-
ol ul,
|
| 87 |
-
ul ol {
|
| 88 |
-
margin-bottom: 0;
|
| 89 |
-
}
|
| 90 |
-
|
| 91 |
-
dt {
|
| 92 |
-
font-weight: 700;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
dd {
|
| 96 |
-
margin-bottom: .5em;
|
| 97 |
-
margin-left: 0;
|
| 98 |
-
}
|
| 99 |
-
|
| 100 |
-
blockquote {
|
| 101 |
-
margin: 0 0 1em;
|
| 102 |
-
}
|
| 103 |
-
|
| 104 |
-
dfn {
|
| 105 |
-
font-style: italic;
|
| 106 |
-
}
|
| 107 |
-
|
| 108 |
-
b,
|
| 109 |
-
strong {
|
| 110 |
-
font-weight: bolder;
|
| 111 |
-
}
|
| 112 |
-
|
| 113 |
-
small {
|
| 114 |
-
font-size: 80%;
|
| 115 |
-
}
|
| 116 |
-
|
| 117 |
-
sub,
|
| 118 |
-
sup {
|
| 119 |
-
position: relative;
|
| 120 |
-
font-size: 75%;
|
| 121 |
-
line-height: 0;
|
| 122 |
-
vertical-align: baseline;
|
| 123 |
-
}
|
| 124 |
-
|
| 125 |
-
sub {
|
| 126 |
-
bottom: -.25em;
|
| 127 |
-
}
|
| 128 |
-
|
| 129 |
-
sup {
|
| 130 |
-
top: -.5em;
|
| 131 |
-
}
|
| 132 |
-
|
| 133 |
-
a {
|
| 134 |
-
color: #007bff;
|
| 135 |
-
text-decoration: none;
|
| 136 |
-
background-color: transparent;
|
| 137 |
-
-webkit-text-decoration-skip: objects;
|
| 138 |
-
}
|
| 139 |
-
|
| 140 |
-
a:hover {
|
| 141 |
-
color: #0056b3;
|
| 142 |
-
text-decoration: underline;
|
| 143 |
-
}
|
| 144 |
-
|
| 145 |
-
a:not([href]):not([tabindex]) {
|
| 146 |
-
color: inherit;
|
| 147 |
-
text-decoration: none;
|
| 148 |
-
}
|
| 149 |
-
|
| 150 |
-
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
|
| 151 |
-
color: inherit;
|
| 152 |
-
text-decoration: none;
|
| 153 |
-
}
|
| 154 |
-
|
| 155 |
-
a:not([href]):not([tabindex]):focus {
|
| 156 |
-
outline: 0;
|
| 157 |
-
}
|
| 158 |
-
|
| 159 |
-
pre,
|
| 160 |
-
code,
|
| 161 |
-
kbd,
|
| 162 |
-
samp {
|
| 163 |
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
| 164 |
-
font-size: 1em;
|
| 165 |
-
}
|
| 166 |
-
|
| 167 |
-
pre {
|
| 168 |
-
margin-top: 0;
|
| 169 |
-
margin-bottom: 1em;
|
| 170 |
-
overflow: auto;
|
| 171 |
-
-ms-overflow-style: scrollbar;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
figure {
|
| 175 |
-
margin: 0 0 1em;
|
| 176 |
-
}
|
| 177 |
-
|
| 178 |
-
img {
|
| 179 |
-
vertical-align: middle;
|
| 180 |
-
border-style: none;
|
| 181 |
-
}
|
| 182 |
-
|
| 183 |
-
svg {
|
| 184 |
-
overflow: hidden;
|
| 185 |
-
vertical-align: middle;
|
| 186 |
-
}
|
| 187 |
-
|
| 188 |
-
table {
|
| 189 |
-
border-collapse: collapse;
|
| 190 |
-
}
|
| 191 |
-
|
| 192 |
-
caption {
|
| 193 |
-
padding-top: 0.75em;
|
| 194 |
-
padding-bottom: 0.75em;
|
| 195 |
-
color: #6c757d;
|
| 196 |
-
text-align: left;
|
| 197 |
-
caption-side: bottom;
|
| 198 |
-
}
|
| 199 |
-
|
| 200 |
-
th {
|
| 201 |
-
text-align: inherit;
|
| 202 |
-
}
|
| 203 |
-
|
| 204 |
-
label {
|
| 205 |
-
display: inline-block;
|
| 206 |
-
margin-bottom: 0.5em;
|
| 207 |
-
}
|
| 208 |
-
|
| 209 |
-
button {
|
| 210 |
-
border-radius: 0;
|
| 211 |
-
}
|
| 212 |
-
|
| 213 |
-
button:focus {
|
| 214 |
-
outline: 1px dotted;
|
| 215 |
-
outline: 5px auto -webkit-focus-ring-color;
|
| 216 |
-
}
|
| 217 |
-
|
| 218 |
-
input,
|
| 219 |
-
button,
|
| 220 |
-
select,
|
| 221 |
-
optgroup,
|
| 222 |
-
textarea {
|
| 223 |
-
margin: 0;
|
| 224 |
-
font-family: inherit;
|
| 225 |
-
font-size: inherit;
|
| 226 |
-
line-height: inherit;
|
| 227 |
-
}
|
| 228 |
-
|
| 229 |
-
button,
|
| 230 |
-
input {
|
| 231 |
-
overflow: visible;
|
| 232 |
-
}
|
| 233 |
-
|
| 234 |
-
button,
|
| 235 |
-
select {
|
| 236 |
-
text-transform: none;
|
| 237 |
-
}
|
| 238 |
-
|
| 239 |
-
button,
|
| 240 |
-
html [type="button"],
|
| 241 |
-
[type="reset"],
|
| 242 |
-
[type="submit"] {
|
| 243 |
-
-webkit-appearance: button;
|
| 244 |
-
}
|
| 245 |
-
|
| 246 |
-
button::-moz-focus-inner,
|
| 247 |
-
[type="button"]::-moz-focus-inner,
|
| 248 |
-
[type="reset"]::-moz-focus-inner,
|
| 249 |
-
[type="submit"]::-moz-focus-inner {
|
| 250 |
-
padding: 0;
|
| 251 |
-
border-style: none;
|
| 252 |
-
}
|
| 253 |
-
|
| 254 |
-
input[type="radio"],
|
| 255 |
-
input[type="checkbox"] {
|
| 256 |
-
box-sizing: border-box;
|
| 257 |
-
padding: 0;
|
| 258 |
-
}
|
| 259 |
-
|
| 260 |
-
input[type="date"],
|
| 261 |
-
input[type="time"],
|
| 262 |
-
input[type="datetime-local"],
|
| 263 |
-
input[type="month"] {
|
| 264 |
-
-webkit-appearance: listbox;
|
| 265 |
-
}
|
| 266 |
-
|
| 267 |
-
textarea {
|
| 268 |
-
overflow: auto;
|
| 269 |
-
resize: vertical;
|
| 270 |
-
}
|
| 271 |
-
|
| 272 |
-
fieldset {
|
| 273 |
-
min-width: 0;
|
| 274 |
-
padding: 0;
|
| 275 |
-
margin: 0;
|
| 276 |
-
border: 0;
|
| 277 |
-
}
|
| 278 |
-
|
| 279 |
-
legend {
|
| 280 |
-
display: block;
|
| 281 |
-
width: 100%;
|
| 282 |
-
max-width: 100%;
|
| 283 |
-
padding: 0;
|
| 284 |
-
margin-bottom: .5em;
|
| 285 |
-
font-size: 1.5em;
|
| 286 |
-
line-height: inherit;
|
| 287 |
-
color: inherit;
|
| 288 |
-
white-space: normal;
|
| 289 |
-
}
|
| 290 |
-
|
| 291 |
-
progress {
|
| 292 |
-
vertical-align: baseline;
|
| 293 |
-
}
|
| 294 |
-
|
| 295 |
-
[type="number"]::-webkit-inner-spin-button,
|
| 296 |
-
[type="number"]::-webkit-outer-spin-button {
|
| 297 |
-
height: auto;
|
| 298 |
-
}
|
| 299 |
-
|
| 300 |
-
[type="search"] {
|
| 301 |
-
outline-offset: -2px;
|
| 302 |
-
-webkit-appearance: none;
|
| 303 |
-
}
|
| 304 |
-
|
| 305 |
-
[type="search"]::-webkit-search-cancel-button,
|
| 306 |
-
[type="search"]::-webkit-search-decoration {
|
| 307 |
-
-webkit-appearance: none;
|
| 308 |
-
}
|
| 309 |
-
|
| 310 |
-
::-webkit-file-upload-button {
|
| 311 |
-
font: inherit;
|
| 312 |
-
-webkit-appearance: button;
|
| 313 |
-
}
|
| 314 |
-
|
| 315 |
-
output {
|
| 316 |
-
display: inline-block;
|
| 317 |
-
}
|
| 318 |
-
|
| 319 |
-
summary {
|
| 320 |
-
display: list-item;
|
| 321 |
-
cursor: pointer;
|
| 322 |
-
}
|
| 323 |
-
|
| 324 |
-
template {
|
| 325 |
-
display: none;
|
| 326 |
-
}
|
| 327 |
-
|
| 328 |
-
[hidden] {
|
| 329 |
-
display: none !important;
|
| 330 |
-
}
|
| 331 |
-
/*# sourceMappingURL=bootstrap-reboot.css.map */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/bootstrap-reboot.min.css
CHANGED
|
@@ -1,7 +1 @@
|
|
| 1 |
-
|
| 2 |
-
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
|
| 3 |
-
* Copyright 2011-2018 The Bootstrap Authors
|
| 4 |
-
* Copyright 2011-2018 Twitter, Inc.
|
| 5 |
-
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
|
| 6 |
-
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
|
| 7 |
-
*/*,*::before,*::after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1em;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0 !important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1em;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.75em;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5em}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{padding:0;border-style:none}input[type="radio"],input[type="checkbox"]{box-sizing:border-box;padding:0}input[type="date"],input[type="time"],input[type="datetime-local"],input[type="month"]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5em;font-size:1.5em;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px;-webkit-appearance:none}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none !important}
|
| 1 |
+
*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1em;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}dl,h1,h2,h3,h4,h5,h6,ol,p,ul{margin-top:0;margin-bottom:.5em}dl,ol,p,ul{margin-bottom:1em}abbr[data-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1em;font-style:normal;line-height:inherit}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5em;margin-left:0}blockquote,figure{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto;-ms-overflow-style:scrollbar}img,svg{vertical-align:middle}img{border-style:none}svg{overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.75em;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5em}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5em;font-size:1.5em;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
view/assets/css/bootstrap.css
DELETED
|
@@ -1,9023 +0,0 @@
|
|
| 1 |
-
:root {
|
| 2 |
-
--blue: #007bff;
|
| 3 |
-
--indigo: #6610f2;
|
| 4 |
-
--purple: #6f42c1;
|
| 5 |
-
--pink: #e83e8c;
|
| 6 |
-
--red: #dc3545;
|
| 7 |
-
--orange: #fd7e14;
|
| 8 |
-
--yellow: #ffc107;
|
| 9 |
-
--green: #28a745;
|
| 10 |
-
--teal: #20c997;
|
| 11 |
-
--cyan: #17a2b8;
|
| 12 |
-
--white: #fff;
|
| 13 |
-
--gray: #6c757d;
|
| 14 |
-
--gray-dark: #343a40;
|
| 15 |
-
--primary: #007bff;
|
| 16 |
-
--secondary: #6c757d;
|
| 17 |
-
--success: #28a745;
|
| 18 |
-
--info: #17a2b8;
|
| 19 |
-
--warning: #ffc107;
|
| 20 |
-
--danger: #dc3545;
|
| 21 |
-
--light: #f8f9fa;
|
| 22 |
-
--dark: #343a40;
|
| 23 |
-
--breakpoint-xs: 0;
|
| 24 |
-
--breakpoint-sm: 576px;
|
| 25 |
-
--breakpoint-md: 768px;
|
| 26 |
-
--breakpoint-lg: 992px;
|
| 27 |
-
--breakpoint-xl: 1200px;
|
| 28 |
-
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
| 29 |
-
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
| 30 |
-
}
|
| 31 |
-
|
| 32 |
-
*,
|
| 33 |
-
*::before,
|
| 34 |
-
*::after {
|
| 35 |
-
box-sizing: border-box;
|
| 36 |
-
}
|
| 37 |
-
|
| 38 |
-
html {
|
| 39 |
-
font-family: sans-serif;
|
| 40 |
-
line-height: 1.15;
|
| 41 |
-
-webkit-text-size-adjust: 100%;
|
| 42 |
-
-ms-text-size-adjust: 100%;
|
| 43 |
-
-ms-overflow-style: scrollbar;
|
| 44 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
| 45 |
-
}
|
| 46 |
-
|
| 47 |
-
@-ms-viewport {
|
| 48 |
-
width: device-width;
|
| 49 |
-
}
|
| 50 |
-
|
| 51 |
-
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
|
| 52 |
-
display: block;
|
| 53 |
-
}
|
| 54 |
-
|
| 55 |
-
body {
|
| 56 |
-
margin: 0;
|
| 57 |
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
| 58 |
-
font-size: 1rem;
|
| 59 |
-
font-weight: 400;
|
| 60 |
-
line-height: 1.5;
|
| 61 |
-
color: #212529;
|
| 62 |
-
text-align: left;
|
| 63 |
-
background-color: #fff;
|
| 64 |
-
}
|
| 65 |
-
|
| 66 |
-
[tabindex="-1"]:focus {
|
| 67 |
-
outline: 0 !important;
|
| 68 |
-
}
|
| 69 |
-
|
| 70 |
-
hr {
|
| 71 |
-
box-sizing: content-box;
|
| 72 |
-
height: 0;
|
| 73 |
-
overflow: visible;
|
| 74 |
-
}
|
| 75 |
-
|
| 76 |
-
h1, h2, h3, h4, h5, h6 {
|
| 77 |
-
margin-top: 0;
|
| 78 |
-
margin-bottom: 0.5rem;
|
| 79 |
-
}
|
| 80 |
-
|
| 81 |
-
p {
|
| 82 |
-
margin-top: 0;
|
| 83 |
-
margin-bottom: 1rem;
|
| 84 |
-
}
|
| 85 |
-
|
| 86 |
-
abbr[title],
|
| 87 |
-
abbr[data-original-title] {
|
| 88 |
-
text-decoration: underline;
|
| 89 |
-
-webkit-text-decoration: underline dotted;
|
| 90 |
-
text-decoration: underline dotted;
|
| 91 |
-
cursor: help;
|
| 92 |
-
border-bottom: 0;
|
| 93 |
-
}
|
| 94 |
-
|
| 95 |
-
address {
|
| 96 |
-
margin-bottom: 1rem;
|
| 97 |
-
font-style: normal;
|
| 98 |
-
line-height: inherit;
|
| 99 |
-
}
|
| 100 |
-
|
| 101 |
-
ol,
|
| 102 |
-
ul,
|
| 103 |
-
dl {
|
| 104 |
-
margin-top: 0;
|
| 105 |
-
margin-bottom: 1rem;
|
| 106 |
-
}
|
| 107 |
-
|
| 108 |
-
ol ol,
|
| 109 |
-
ul ul,
|
| 110 |
-
ol ul,
|
| 111 |
-
ul ol {
|
| 112 |
-
margin-bottom: 0;
|
| 113 |
-
}
|
| 114 |
-
|
| 115 |
-
dt {
|
| 116 |
-
font-weight: 700;
|
| 117 |
-
}
|
| 118 |
-
|
| 119 |
-
dd {
|
| 120 |
-
margin-bottom: .5rem;
|
| 121 |
-
margin-left: 0;
|
| 122 |
-
}
|
| 123 |
-
|
| 124 |
-
blockquote {
|
| 125 |
-
margin: 0 0 1rem;
|
| 126 |
-
}
|
| 127 |
-
|
| 128 |
-
dfn {
|
| 129 |
-
font-style: italic;
|
| 130 |
-
}
|
| 131 |
-
|
| 132 |
-
b,
|
| 133 |
-
strong {
|
| 134 |
-
font-weight: bolder;
|
| 135 |
-
}
|
| 136 |
-
|
| 137 |
-
small {
|
| 138 |
-
font-size: 80%;
|
| 139 |
-
}
|
| 140 |
-
|
| 141 |
-
sub,
|
| 142 |
-
sup {
|
| 143 |
-
position: relative;
|
| 144 |
-
font-size: 75%;
|
| 145 |
-
line-height: 0;
|
| 146 |
-
vertical-align: baseline;
|
| 147 |
-
}
|
| 148 |
-
|
| 149 |
-
sub {
|
| 150 |
-
bottom: -.25em;
|
| 151 |
-
}
|
| 152 |
-
|
| 153 |
-
sup {
|
| 154 |
-
top: -.5em;
|
| 155 |
-
}
|
| 156 |
-
|
| 157 |
-
a {
|
| 158 |
-
color: #007bff;
|
| 159 |
-
text-decoration: none;
|
| 160 |
-
background-color: transparent;
|
| 161 |
-
-webkit-text-decoration-skip: objects;
|
| 162 |
-
}
|
| 163 |
-
|
| 164 |
-
a:hover {
|
| 165 |
-
color: #0056b3;
|
| 166 |
-
text-decoration: underline;
|
| 167 |
-
}
|
| 168 |
-
|
| 169 |
-
a:not([href]):not([tabindex]) {
|
| 170 |
-
color: inherit;
|
| 171 |
-
text-decoration: none;
|
| 172 |
-
}
|
| 173 |
-
|
| 174 |
-
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
|
| 175 |
-
color: inherit;
|
| 176 |
-
text-decoration: none;
|
| 177 |
-
}
|
| 178 |
-
|
| 179 |
-
a:not([href]):not([tabindex]):focus {
|
| 180 |
-
outline: 0;
|
| 181 |
-
}
|
| 182 |
-
|
| 183 |
-
pre,
|
| 184 |
-
code,
|
| 185 |
-
kbd,
|
| 186 |
-
samp {
|
| 187 |
-
font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
| 188 |
-
font-size: 1em;
|
| 189 |
-
}
|
| 190 |
-
|
| 191 |
-
pre {
|
| 192 |
-
margin-top: 0;
|
| 193 |
-
margin-bottom: 1rem;
|
| 194 |
-
overflow: auto;
|
| 195 |
-
-ms-overflow-style: scrollbar;
|
| 196 |
-
}
|
| 197 |
-
|
| 198 |
-
figure {
|
| 199 |
-
margin: 0 0 1rem;
|
| 200 |
-
}
|
| 201 |
-
|
| 202 |
-
img {
|
| 203 |
-
vertical-align: middle;
|
| 204 |
-
border-style: none;
|
| 205 |
-
}
|
| 206 |
-
|
| 207 |
-
svg {
|
| 208 |
-
overflow: hidden;
|
| 209 |
-
vertical-align: middle;
|
| 210 |
-
}
|
| 211 |
-
|
| 212 |
-
table {
|
| 213 |
-
border-collapse: collapse;
|
| 214 |
-
}
|
| 215 |
-
|
| 216 |
-
caption {
|
| 217 |
-
padding-top: 0.75rem;
|
| 218 |
-
padding-bottom: 0.75rem;
|
| 219 |
-
color: #6c757d;
|
| 220 |
-
text-align: left;
|
| 221 |
-
caption-side: bottom;
|
| 222 |
-
}
|
| 223 |
-
|
| 224 |
-
th {
|
| 225 |
-
text-align: inherit;
|
| 226 |
-
}
|
| 227 |
-
|
| 228 |
-
label {
|
| 229 |
-
display: inline-block;
|
| 230 |
-
margin-bottom: 0.5rem;
|
| 231 |
-
}
|
| 232 |
-
|
| 233 |
-
button {
|
| 234 |
-
border-radius: 0;
|
| 235 |
-
}
|
| 236 |
-
|
| 237 |
-
button:focus {
|
| 238 |
-
outline: 1px dotted;
|
| 239 |
-
outline: 5px auto -webkit-focus-ring-color;
|
| 240 |
-
}
|
| 241 |
-
|
| 242 |
-
input,
|
| 243 |
-
button,
|
| 244 |
-
select,
|
| 245 |
-
optgroup,
|
| 246 |
-
textarea {
|
| 247 |
-
margin: 0;
|
| 248 |
-
font-family: inherit;
|
| 249 |
-
font-size: inherit;
|
| 250 |
-
line-height: inherit;
|
| 251 |
-
}
|
| 252 |
-
|
| 253 |
-
button,
|
| 254 |
-
input {
|
| 255 |
-
overflow: visible;
|
| 256 |
-
}
|
| 257 |
-
|
| 258 |
-
button,
|
| 259 |
-
select {
|
| 260 |
-
text-transform: none;
|
| 261 |
-
}
|
| 262 |
-
|
| 263 |
-
button,
|
| 264 |
-
html [type="button"],
|
| 265 |
-
[type="reset"],
|
| 266 |
-
[type="submit"] {
|
| 267 |
-
-webkit-appearance: button;
|
| 268 |
-
}
|
| 269 |
-
|
| 270 |
-
button::-moz-focus-inner,
|
| 271 |
-
[type="button"]::-moz-focus-inner,
|
| 272 |
-
[type="reset"]::-moz-focus-inner,
|
| 273 |
-
[type="submit"]::-moz-focus-inner {
|
| 274 |
-
padding: 0;
|
| 275 |
-
border-style: none;
|
| 276 |
-
}
|
| 277 |
-
|
| 278 |
-
input[type="radio"],
|
| 279 |
-
input[type="checkbox"] {
|
| 280 |
-
box-sizing: border-box;
|
| 281 |
-
padding: 0;
|
| 282 |
-
}
|
| 283 |
-
|
| 284 |
-
input[type="date"],
|
| 285 |
-
input[type="time"],
|
| 286 |
-
input[type="datetime-local"],
|
| 287 |
-
input[type="month"] {
|
| 288 |
-
-webkit-appearance: listbox;
|
| 289 |
-
}
|
| 290 |
-
|
| 291 |
-
textarea {
|
| 292 |
-
overflow: auto;
|
| 293 |
-
resize: vertical;
|
| 294 |
-
}
|
| 295 |
-
|
| 296 |
-
fieldset {
|
| 297 |
-
min-width: 0;
|
| 298 |
-
padding: 0;
|
| 299 |
-
margin: 0;
|
| 300 |
-
border: 0;
|
| 301 |
-
}
|
| 302 |
-
|
| 303 |
-
legend {
|
| 304 |
-
display: block;
|
| 305 |
-
width: 100%;
|
| 306 |
-
max-width: 100%;
|
| 307 |
-
padding: 0;
|
| 308 |
-
margin-bottom: .5rem;
|
| 309 |
-
font-size: 1.5rem;
|
| 310 |
-
line-height: inherit;
|
| 311 |
-
color: inherit;
|
| 312 |
-
white-space: normal;
|
| 313 |
-
}
|
| 314 |
-
|
| 315 |
-
progress {
|
| 316 |
-
vertical-align: baseline;
|
| 317 |
-
}
|
| 318 |
-
|
| 319 |
-
[type="number"]::-webkit-inner-spin-button,
|
| 320 |
-
[type="number"]::-webkit-outer-spin-button {
|
| 321 |
-
height: auto;
|
| 322 |
-
}
|
| 323 |
-
|
| 324 |
-
[type="search"] {
|
| 325 |
-
outline-offset: -2px;
|
| 326 |
-
-webkit-appearance: none;
|
| 327 |
-
}
|
| 328 |
-
|
| 329 |
-
[type="search"]::-webkit-search-cancel-button,
|
| 330 |
-
[type="search"]::-webkit-search-decoration {
|
| 331 |
-
-webkit-appearance: none;
|
| 332 |
-
}
|
| 333 |
-
|
| 334 |
-
::-webkit-file-upload-button {
|
| 335 |
-
font: inherit;
|
| 336 |
-
-webkit-appearance: button;
|
| 337 |
-
}
|
| 338 |
-
|
| 339 |
-
output {
|
| 340 |
-
display: inline-block;
|
| 341 |
-
}
|
| 342 |
-
|
| 343 |
-
summary {
|
| 344 |
-
display: list-item;
|
| 345 |
-
cursor: pointer;
|
| 346 |
-
}
|
| 347 |
-
|
| 348 |
-
template {
|
| 349 |
-
display: none;
|
| 350 |
-
}
|
| 351 |
-
|
| 352 |
-
[hidden] {
|
| 353 |
-
display: none !important;
|
| 354 |
-
}
|
| 355 |
-
|
| 356 |
-
h1, h2, h3, h4, h5, h6,
|
| 357 |
-
.h1, .h2, .h3, .h4, .h5, .h6 {
|
| 358 |
-
margin-bottom: 0.5rem;
|
| 359 |
-
font-family: inherit;
|
| 360 |
-
font-weight: 500;
|
| 361 |
-
line-height: 1.2;
|
| 362 |
-
color: inherit;
|
| 363 |
-
}
|
| 364 |
-
|
| 365 |
-
h1, .h1 {
|
| 366 |
-
font-size: 2.5rem;
|
| 367 |
-
}
|
| 368 |
-
|
| 369 |
-
h2, .h2 {
|
| 370 |
-
font-size: 2rem;
|
| 371 |
-
}
|
| 372 |
-
|
| 373 |
-
h3, .h3 {
|
| 374 |
-
font-size: 1.75rem;
|
| 375 |
-
}
|
| 376 |
-
|
| 377 |
-
h4, .h4 {
|
| 378 |
-
font-size: 1.5rem;
|
| 379 |
-
}
|
| 380 |
-
|
| 381 |
-
h5, .h5 {
|
| 382 |
-
font-size: 1.25rem;
|
| 383 |
-
}
|
| 384 |
-
|
| 385 |
-
h6, .h6 {
|
| 386 |
-
font-size: 1rem;
|
| 387 |
-
}
|
| 388 |
-
|
| 389 |
-
.lead {
|
| 390 |
-
font-size: 1.25rem;
|
| 391 |
-
font-weight: 300;
|
| 392 |
-
}
|
| 393 |
-
|
| 394 |
-
.display-1 {
|
| 395 |
-
font-size: 6rem;
|
| 396 |
-
font-weight: 300;
|
| 397 |
-
line-height: 1.2;
|
| 398 |
-
}
|
| 399 |
-
|
| 400 |
-
.display-2 {
|
| 401 |
-
font-size: 5.5rem;
|
| 402 |
-
font-weight: 300;
|
| 403 |
-
line-height: 1.2;
|
| 404 |
-
}
|
| 405 |
-
|
| 406 |
-
.display-3 {
|
| 407 |
-
font-size: 4.5rem;
|
| 408 |
-
font-weight: 300;
|
| 409 |
-
line-height: 1.2;
|
| 410 |
-
}
|
| 411 |
-
|
| 412 |
-
.display-4 {
|
| 413 |
-
font-size: 3.5rem;
|
| 414 |
-
font-weight: 300;
|
| 415 |
-
line-height: 1.2;
|
| 416 |
-
}
|
| 417 |
-
|
| 418 |
-
hr {
|
| 419 |
-
margin-top: 1rem;
|
| 420 |
-
margin-bottom: 1rem;
|
| 421 |
-
border: 0;
|
| 422 |
-
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
| 423 |
-
}
|
| 424 |
-
|
| 425 |
-
small,
|
| 426 |
-
.small {
|
| 427 |
-
font-size: 80%;
|
| 428 |
-
font-weight: 400;
|
| 429 |
-
}
|
| 430 |
-
|
| 431 |
-
mark,
|
| 432 |
-
.mark {
|
| 433 |
-
padding: 0.2em;
|
| 434 |
-
background-color: #fcf8e3;
|
| 435 |
-
}
|
| 436 |
-
|
| 437 |
-
.list-unstyled {
|
| 438 |
-
padding-left: 0;
|
| 439 |
-
list-style: none;
|
| 440 |
-
}
|
| 441 |
-
|
| 442 |
-
.list-inline {
|
| 443 |
-
padding-left: 0;
|
| 444 |
-
list-style: none;
|
| 445 |
-
}
|
| 446 |
-
|
| 447 |
-
.list-inline-item {
|
| 448 |
-
display: inline-block;
|
| 449 |
-
}
|
| 450 |
-
|
| 451 |
-
.list-inline-item:not(:last-child) {
|
| 452 |
-
margin-right: 0.5rem;
|
| 453 |
-
}
|
| 454 |
-
|
| 455 |
-
.initialism {
|
| 456 |
-
font-size: 90%;
|
| 457 |
-
text-transform: uppercase;
|
| 458 |
-
}
|
| 459 |
-
|
| 460 |
-
.blockquote {
|
| 461 |
-
margin-bottom: 1rem;
|
| 462 |
-
font-size: 1.25rem;
|
| 463 |
-
}
|
| 464 |
-
|
| 465 |
-
.blockquote-footer {
|
| 466 |
-
display: block;
|
| 467 |
-
font-size: 80%;
|
| 468 |
-
color: #6c757d;
|
| 469 |
-
}
|
| 470 |
-
|
| 471 |
-
.blockquote-footer::before {
|
| 472 |
-
content: "\2014 \00A0";
|
| 473 |
-
}
|
| 474 |
-
|
| 475 |
-
.img-fluid {
|
| 476 |
-
max-width: 100%;
|
| 477 |
-
height: auto;
|
| 478 |
-
}
|
| 479 |
-
|
| 480 |
-
.img-thumbnail {
|
| 481 |
-
padding: 0.25rem;
|
| 482 |
-
background-color: #fff;
|
| 483 |
-
border: 1px solid #dee2e6;
|
| 484 |
-
border-radius: 0.25rem;
|
| 485 |
-
max-width: 100%;
|
| 486 |
-
height: auto;
|
| 487 |
-
}
|
| 488 |
-
|
| 489 |
-
.figure {
|
| 490 |
-
display: inline-block;
|
| 491 |
-
}
|
| 492 |
-
|
| 493 |
-
.figure-img {
|
| 494 |
-
margin-bottom: 0.5rem;
|
| 495 |
-
line-height: 1;
|
| 496 |
-
}
|
| 497 |
-
|
| 498 |
-
.figure-caption {
|
| 499 |
-
font-size: 90%;
|
| 500 |
-
color: #6c757d;
|
| 501 |
-
}
|
| 502 |
-
|
| 503 |
-
code {
|
| 504 |
-
font-size: 87.5%;
|
| 505 |
-
color: #e83e8c;
|
| 506 |
-
word-break: break-word;
|
| 507 |
-
}
|
| 508 |
-
|
| 509 |
-
a > code {
|
| 510 |
-
color: inherit;
|
| 511 |
-
}
|
| 512 |
-
|
| 513 |
-
kbd {
|
| 514 |
-
padding: 0.2rem 0.4rem;
|
| 515 |
-
font-size: 87.5%;
|
| 516 |
-
color: #fff;
|
| 517 |
-
background-color: #212529;
|
| 518 |
-
border-radius: 0.2rem;
|
| 519 |
-
}
|
| 520 |
-
|
| 521 |
-
kbd kbd {
|
| 522 |
-
padding: 0;
|
| 523 |
-
font-size: 100%;
|
| 524 |
-
font-weight: 700;
|
| 525 |
-
}
|
| 526 |
-
|
| 527 |
-
pre {
|
| 528 |
-
display: block;
|
| 529 |
-
font-size: 87.5%;
|
| 530 |
-
color: #212529;
|
| 531 |
-
}
|
| 532 |
-
|
| 533 |
-
pre code {
|
| 534 |
-
font-size: inherit;
|
| 535 |
-
color: inherit;
|
| 536 |
-
word-break: normal;
|
| 537 |
-
}
|
| 538 |
-
|
| 539 |
-
.pre-scrollable {
|
| 540 |
-
max-height: 340px;
|
| 541 |
-
overflow-y: scroll;
|
| 542 |
-
}
|
| 543 |
-
|
| 544 |
-
.container {
|
| 545 |
-
width: 100%;
|
| 546 |
-
padding-right: 15px;
|
| 547 |
-
padding-left: 15px;
|
| 548 |
-
margin-right: auto;
|
| 549 |
-
margin-left: auto;
|
| 550 |
-
}
|
| 551 |
-
|
| 552 |
-
@media (min-width: 576px) {
|
| 553 |
-
.container {
|
| 554 |
-
max-width: 540px;
|
| 555 |
-
}
|
| 556 |
-
}
|
| 557 |
-
|
| 558 |
-
@media (min-width: 768px) {
|
| 559 |
-
.container {
|
| 560 |
-
max-width: 720px;
|
| 561 |
-
}
|
| 562 |
-
}
|
| 563 |
-
|
| 564 |
-
@media (min-width: 992px) {
|
| 565 |
-
.container {
|
| 566 |
-
max-width: 960px;
|
| 567 |
-
}
|
| 568 |
-
}
|
| 569 |
-
|
| 570 |
-
@media (min-width: 1200px) {
|
| 571 |
-
.container {
|
| 572 |
-
max-width: 1140px;
|
| 573 |
-
}
|
| 574 |
-
}
|
| 575 |
-
|
| 576 |
-
.container-fluid {
|
| 577 |
-
width: 100%;
|
| 578 |
-
padding-right: 15px;
|
| 579 |
-
padding-left: 15px;
|
| 580 |
-
margin-right: auto;
|
| 581 |
-
margin-left: auto;
|
| 582 |
-
}
|
| 583 |
-
|
| 584 |
-
.row {
|
| 585 |
-
display: -ms-flexbox;
|
| 586 |
-
display: flex;
|
| 587 |
-
-ms-flex-wrap: wrap;
|
| 588 |
-
flex-wrap: wrap;
|
| 589 |
-
margin-right: -15px;
|
| 590 |
-
margin-left: -15px;
|
| 591 |
-
}
|
| 592 |
-
|
| 593 |
-
.no-gutters {
|
| 594 |
-
margin-right: 0;
|
| 595 |
-
margin-left: 0;
|
| 596 |
-
}
|
| 597 |
-
|
| 598 |
-
.no-gutters > .col,
|
| 599 |
-
.no-gutters > [class*="col-"] {
|
| 600 |
-
padding-right: 0;
|
| 601 |
-
padding-left: 0;
|
| 602 |
-
}
|
| 603 |
-
|
| 604 |
-
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
|
| 605 |
-
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
|
| 606 |
-
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
|
| 607 |
-
.col-md-auto, .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, .col-lg,
|
| 608 |
-
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
|
| 609 |
-
.col-xl-auto {
|
| 610 |
-
position: relative;
|
| 611 |
-
width: 100%;
|
| 612 |
-
min-height: 1px;
|
| 613 |
-
padding-right: 15px;
|
| 614 |
-
padding-left: 15px;
|
| 615 |
-
}
|
| 616 |
-
|
| 617 |
-
.col {
|
| 618 |
-
-ms-flex-preferred-size: 0;
|
| 619 |
-
flex-basis: 0;
|
| 620 |
-
-ms-flex-positive: 1;
|
| 621 |
-
flex-grow: 1;
|
| 622 |
-
max-width: 100%;
|
| 623 |
-
}
|
| 624 |
-
|
| 625 |
-
.col-auto {
|
| 626 |
-
-ms-flex: 0 0 auto;
|
| 627 |
-
flex: 0 0 auto;
|
| 628 |
-
width: auto;
|
| 629 |
-
max-width: none;
|
| 630 |
-
}
|
| 631 |
-
|
| 632 |
-
.col-1 {
|
| 633 |
-
-ms-flex: 0 0 8.333333%;
|
| 634 |
-
flex: 0 0 8.333333%;
|
| 635 |
-
max-width: 8.333333%;
|
| 636 |
-
}
|
| 637 |
-
|
| 638 |
-
.col-2 {
|
| 639 |
-
-ms-flex: 0 0 16.666667%;
|
| 640 |
-
flex: 0 0 16.666667%;
|
| 641 |
-
max-width: 16.666667%;
|
| 642 |
-
}
|
| 643 |
-
|
| 644 |
-
.col-3 {
|
| 645 |
-
-ms-flex: 0 0 25%;
|
| 646 |
-
flex: 0 0 25%;
|
| 647 |
-
max-width: 25%;
|
| 648 |
-
}
|
| 649 |
-
|
| 650 |
-
.col-4 {
|
| 651 |
-
-ms-flex: 0 0 33.333333%;
|
| 652 |
-
flex: 0 0 33.333333%;
|
| 653 |
-
max-width: 33.333333%;
|
| 654 |
-
}
|
| 655 |
-
|
| 656 |
-
.col-5 {
|
| 657 |
-
-ms-flex: 0 0 41.666667%;
|
| 658 |
-
flex: 0 0 41.666667%;
|
| 659 |
-
max-width: 41.666667%;
|
| 660 |
-
}
|
| 661 |
-
|
| 662 |
-
.col-6 {
|
| 663 |
-
-ms-flex: 0 0 50%;
|
| 664 |
-
flex: 0 0 50%;
|
| 665 |
-
max-width: 50%;
|
| 666 |
-
}
|
| 667 |
-
|
| 668 |
-
.col-7 {
|
| 669 |
-
-ms-flex: 0 0 58.333333%;
|
| 670 |
-
flex: 0 0 58.333333%;
|
| 671 |
-
max-width: 58.333333%;
|
| 672 |
-
}
|
| 673 |
-
|
| 674 |
-
.col-8 {
|
| 675 |
-
-ms-flex: 0 0 66.666667%;
|
| 676 |
-
flex: 0 0 66.666667%;
|
| 677 |
-
max-width: 66.666667%;
|
| 678 |
-
}
|
| 679 |
-
|
| 680 |
-
.col-9 {
|
| 681 |
-
-ms-flex: 0 0 75%;
|
| 682 |
-
flex: 0 0 75%;
|
| 683 |
-
max-width: 75%;
|
| 684 |
-
}
|
| 685 |
-
|
| 686 |
-
.col-10 {
|
| 687 |
-
-ms-flex: 0 0 83.333333%;
|
| 688 |
-
flex: 0 0 83.333333%;
|
| 689 |
-
max-width: 83.333333%;
|
| 690 |
-
}
|
| 691 |
-
|
| 692 |
-
.col-11 {
|
| 693 |
-
-ms-flex: 0 0 91.666667%;
|
| 694 |
-
flex: 0 0 91.666667%;
|
| 695 |
-
max-width: 91.666667%;
|
| 696 |
-
}
|
| 697 |
-
|
| 698 |
-
.col-12 {
|
| 699 |
-
-ms-flex: 0 0 100%;
|
| 700 |
-
flex: 0 0 100%;
|
| 701 |
-
max-width: 100%;
|
| 702 |
-
}
|
| 703 |
-
|
| 704 |
-
.order-first {
|
| 705 |
-
-ms-flex-order: -1;
|
| 706 |
-
order: -1;
|
| 707 |
-
}
|
| 708 |
-
|
| 709 |
-
.order-last {
|
| 710 |
-
-ms-flex-order: 13;
|
| 711 |
-
order: 13;
|
| 712 |
-
}
|
| 713 |
-
|
| 714 |
-
.order-0 {
|
| 715 |
-
-ms-flex-order: 0;
|
| 716 |
-
order: 0;
|
| 717 |
-
}
|
| 718 |
-
|
| 719 |
-
.order-1 {
|
| 720 |
-
-ms-flex-order: 1;
|
| 721 |
-
order: 1;
|
| 722 |
-
}
|
| 723 |
-
|
| 724 |
-
.order-2 {
|
| 725 |
-
-ms-flex-order: 2;
|
| 726 |
-
order: 2;
|
| 727 |
-
}
|
| 728 |
-
|
| 729 |
-
.order-3 {
|
| 730 |
-
-ms-flex-order: 3;
|
| 731 |
-
order: 3;
|
| 732 |
-
}
|
| 733 |
-
|
| 734 |
-
.order-4 {
|
| 735 |
-
-ms-flex-order: 4;
|
| 736 |
-
order: 4;
|
| 737 |
-
}
|
| 738 |
-
|
| 739 |
-
.order-5 {
|
| 740 |
-
-ms-flex-order: 5;
|
| 741 |
-
order: 5;
|
| 742 |
-
}
|
| 743 |
-
|
| 744 |
-
.order-6 {
|
| 745 |
-
-ms-flex-order: 6;
|
| 746 |
-
order: 6;
|
| 747 |
-
}
|
| 748 |
-
|
| 749 |
-
.order-7 {
|
| 750 |
-
-ms-flex-order: 7;
|
| 751 |
-
order: 7;
|
| 752 |
-
}
|
| 753 |
-
|
| 754 |
-
.order-8 {
|
| 755 |
-
-ms-flex-order: 8;
|
| 756 |
-
order: 8;
|
| 757 |
-
}
|
| 758 |
-
|
| 759 |
-
.order-9 {
|
| 760 |
-
-ms-flex-order: 9;
|
| 761 |
-
order: 9;
|
| 762 |
-
}
|
| 763 |
-
|
| 764 |
-
.order-10 {
|
| 765 |
-
-ms-flex-order: 10;
|
| 766 |
-
order: 10;
|
| 767 |
-
}
|
| 768 |
-
|
| 769 |
-
.order-11 {
|
| 770 |
-
-ms-flex-order: 11;
|
| 771 |
-
order: 11;
|
| 772 |
-
}
|
| 773 |
-
|
| 774 |
-
.order-12 {
|
| 775 |
-
-ms-flex-order: 12;
|
| 776 |
-
order: 12;
|
| 777 |
-
}
|
| 778 |
-
|
| 779 |
-
.offset-1 {
|
| 780 |
-
margin-left: 8.333333%;
|
| 781 |
-
}
|
| 782 |
-
|
| 783 |
-
.offset-2 {
|
| 784 |
-
margin-left: 16.666667%;
|
| 785 |
-
}
|
| 786 |
-
|
| 787 |
-
.offset-3 {
|
| 788 |
-
margin-left: 25%;
|
| 789 |
-
}
|
| 790 |
-
|
| 791 |
-
.offset-4 {
|
| 792 |
-
margin-left: 33.333333%;
|
| 793 |
-
}
|
| 794 |
-
|
| 795 |
-
.offset-5 {
|
| 796 |
-
margin-left: 41.666667%;
|
| 797 |
-
}
|
| 798 |
-
|
| 799 |
-
.offset-6 {
|
| 800 |
-
margin-left: 50%;
|
| 801 |
-
}
|
| 802 |
-
|
| 803 |
-
.offset-7 {
|
| 804 |
-
margin-left: 58.333333%;
|
| 805 |
-
}
|
| 806 |
-
|
| 807 |
-
.offset-8 {
|
| 808 |
-
margin-left: 66.666667%;
|
| 809 |
-
}
|
| 810 |
-
|
| 811 |
-
.offset-9 {
|
| 812 |
-
margin-left: 75%;
|
| 813 |
-
}
|
| 814 |
-
|
| 815 |
-
.offset-10 {
|
| 816 |
-
margin-left: 83.333333%;
|
| 817 |
-
}
|
| 818 |
-
|
| 819 |
-
.offset-11 {
|
| 820 |
-
margin-left: 91.666667%;
|
| 821 |
-
}
|
| 822 |
-
|
| 823 |
-
@media (min-width: 576px) {
|
| 824 |
-
.col-sm {
|
| 825 |
-
-ms-flex-preferred-size: 0;
|
| 826 |
-
flex-basis: 0;
|
| 827 |
-
-ms-flex-positive: 1;
|
| 828 |
-
flex-grow: 1;
|
| 829 |
-
max-width: 100%;
|
| 830 |
-
}
|
| 831 |
-
.col-sm-auto {
|
| 832 |
-
-ms-flex: 0 0 auto;
|
| 833 |
-
flex: 0 0 auto;
|
| 834 |
-
width: auto;
|
| 835 |
-
max-width: none;
|
| 836 |
-
}
|
| 837 |
-
.col-sm-1 {
|
| 838 |
-
-ms-flex: 0 0 8.333333%;
|
| 839 |
-
flex: 0 0 8.333333%;
|
| 840 |
-
max-width: 8.333333%;
|
| 841 |
-
}
|
| 842 |
-
.col-sm-2 {
|
| 843 |
-
-ms-flex: 0 0 16.666667%;
|
| 844 |
-
flex: 0 0 16.666667%;
|
| 845 |
-
max-width: 16.666667%;
|
| 846 |
-
}
|
| 847 |
-
.col-sm-3 {
|
| 848 |
-
-ms-flex: 0 0 25%;
|
| 849 |
-
flex: 0 0 25%;
|
| 850 |
-
max-width: 25%;
|
| 851 |
-
}
|
| 852 |
-
.col-sm-4 {
|
| 853 |
-
-ms-flex: 0 0 33.333333%;
|
| 854 |
-
flex: 0 0 33.333333%;
|
| 855 |
-
max-width: 33.333333%;
|
| 856 |
-
}
|
| 857 |
-
.col-sm-5 {
|
| 858 |
-
-ms-flex: 0 0 41.666667%;
|
| 859 |
-
flex: 0 0 41.666667%;
|
| 860 |
-
max-width: 41.666667%;
|
| 861 |
-
}
|
| 862 |
-
.col-sm-6 {
|
| 863 |
-
-ms-flex: 0 0 50%;
|
| 864 |
-
flex: 0 0 50%;
|
| 865 |
-
max-width: 50%;
|
| 866 |
-
}
|
| 867 |
-
.col-sm-7 {
|
| 868 |
-
-ms-flex: 0 0 58.333333%;
|
| 869 |
-
flex: 0 0 58.333333%;
|
| 870 |
-
max-width: 58.333333%;
|
| 871 |
-
}
|
| 872 |
-
.col-sm-8 {
|
| 873 |
-
-ms-flex: 0 0 66.666667%;
|
| 874 |
-
flex: 0 0 66.666667%;
|
| 875 |
-
max-width: 66.666667%;
|
| 876 |
-
}
|
| 877 |
-
.col-sm-9 {
|
| 878 |
-
-ms-flex: 0 0 75%;
|
| 879 |
-
flex: 0 0 75%;
|
| 880 |
-
max-width: 75%;
|
| 881 |
-
}
|
| 882 |
-
.col-sm-10 {
|
| 883 |
-
-ms-flex: 0 0 83.333333%;
|
| 884 |
-
flex: 0 0 83.333333%;
|
| 885 |
-
max-width: 83.333333%;
|
| 886 |
-
}
|
| 887 |
-
.col-sm-11 {
|
| 888 |
-
-ms-flex: 0 0 91.666667%;
|
| 889 |
-
flex: 0 0 91.666667%;
|
| 890 |
-
max-width: 91.666667%;
|
| 891 |
-
}
|
| 892 |
-
.col-sm-12 {
|
| 893 |
-
-ms-flex: 0 0 100%;
|
| 894 |
-
flex: 0 0 100%;
|
| 895 |
-
max-width: 100%;
|
| 896 |
-
}
|
| 897 |
-
.order-sm-first {
|
| 898 |
-
-ms-flex-order: -1;
|
| 899 |
-
order: -1;
|
| 900 |
-
}
|
| 901 |
-
.order-sm-last {
|
| 902 |
-
-ms-flex-order: 13;
|
| 903 |
-
order: 13;
|
| 904 |
-
}
|
| 905 |
-
.order-sm-0 {
|
| 906 |
-
-ms-flex-order: 0;
|
| 907 |
-
order: 0;
|
| 908 |
-
}
|
| 909 |
-
.order-sm-1 {
|
| 910 |
-
-ms-flex-order: 1;
|
| 911 |
-
order: 1;
|
| 912 |
-
}
|
| 913 |
-
.order-sm-2 {
|
| 914 |
-
-ms-flex-order: 2;
|
| 915 |
-
order: 2;
|
| 916 |
-
}
|
| 917 |
-
.order-sm-3 {
|
| 918 |
-
-ms-flex-order: 3;
|
| 919 |
-
order: 3;
|
| 920 |
-
}
|
| 921 |
-
.order-sm-4 {
|
| 922 |
-
-ms-flex-order: 4;
|
| 923 |
-
order: 4;
|
| 924 |
-
}
|
| 925 |
-
.order-sm-5 {
|
| 926 |
-
-ms-flex-order: 5;
|
| 927 |
-
order: 5;
|
| 928 |
-
}
|
| 929 |
-
.order-sm-6 {
|
| 930 |
-
-ms-flex-order: 6;
|
| 931 |
-
order: 6;
|
| 932 |
-
}
|
| 933 |
-
.order-sm-7 {
|
| 934 |
-
-ms-flex-order: 7;
|
| 935 |
-
order: 7;
|
| 936 |
-
}
|
| 937 |
-
.order-sm-8 {
|
| 938 |
-
-ms-flex-order: 8;
|
| 939 |
-
order: 8;
|
| 940 |
-
}
|
| 941 |
-
.order-sm-9 {
|
| 942 |
-
-ms-flex-order: 9;
|
| 943 |
-
order: 9;
|
| 944 |
-
}
|
| 945 |
-
.order-sm-10 {
|
| 946 |
-
-ms-flex-order: 10;
|
| 947 |
-
order: 10;
|
| 948 |
-
}
|
| 949 |
-
.order-sm-11 {
|
| 950 |
-
-ms-flex-order: 11;
|
| 951 |
-
order: 11;
|
| 952 |
-
}
|
| 953 |
-
.order-sm-12 {
|
| 954 |
-
-ms-flex-order: 12;
|
| 955 |
-
order: 12;
|
| 956 |
-
}
|
| 957 |
-
.offset-sm-0 {
|
| 958 |
-
margin-left: 0;
|
| 959 |
-
}
|
| 960 |
-
.offset-sm-1 {
|
| 961 |
-
margin-left: 8.333333%;
|
| 962 |
-
}
|
| 963 |
-
.offset-sm-2 {
|
| 964 |
-
margin-left: 16.666667%;
|
| 965 |
-
}
|
| 966 |
-
.offset-sm-3 {
|
| 967 |
-
margin-left: 25%;
|
| 968 |
-
}
|
| 969 |
-
.offset-sm-4 {
|
| 970 |
-
margin-left: 33.333333%;
|
| 971 |
-
}
|
| 972 |
-
.offset-sm-5 {
|
| 973 |
-
margin-left: 41.666667%;
|
| 974 |
-
}
|
| 975 |
-
.offset-sm-6 {
|
| 976 |
-
margin-left: 50%;
|
| 977 |
-
}
|
| 978 |
-
.offset-sm-7 {
|
| 979 |
-
margin-left: 58.333333%;
|
| 980 |
-
}
|
| 981 |
-
.offset-sm-8 {
|
| 982 |
-
margin-left: 66.666667%;
|
| 983 |
-
}
|
| 984 |
-
.offset-sm-9 {
|
| 985 |
-
margin-left: 75%;
|
| 986 |
-
}
|
| 987 |
-
.offset-sm-10 {
|
| 988 |
-
margin-left: 83.333333%;
|
| 989 |
-
}
|
| 990 |
-
.offset-sm-11 {
|
| 991 |
-
margin-left: 91.666667%;
|
| 992 |
-
}
|
| 993 |
-
}
|
| 994 |
-
|
| 995 |
-
@media (min-width: 768px) {
|
| 996 |
-
.col-md {
|
| 997 |
-
-ms-flex-preferred-size: 0;
|
| 998 |
-
flex-basis: 0;
|
| 999 |
-
-ms-flex-positive: 1;
|
| 1000 |
-
flex-grow: 1;
|
| 1001 |
-
max-width: 100%;
|
| 1002 |
-
}
|
| 1003 |
-
.col-md-auto {
|
| 1004 |
-
-ms-flex: 0 0 auto;
|
| 1005 |
-
flex: 0 0 auto;
|
| 1006 |
-
width: auto;
|
| 1007 |
-
max-width: none;
|
| 1008 |
-
}
|
| 1009 |
-
.col-md-1 {
|
| 1010 |
-
-ms-flex: 0 0 8.333333%;
|
| 1011 |
-
flex: 0 0 8.333333%;
|
| 1012 |
-
max-width: 8.333333%;
|
| 1013 |
-
}
|
| 1014 |
-
.col-md-2 {
|
| 1015 |
-
-ms-flex: 0 0 16.666667%;
|
| 1016 |
-
flex: 0 0 16.666667%;
|
| 1017 |
-
max-width: 16.666667%;
|
| 1018 |
-
}
|
| 1019 |
-
.col-md-3 {
|
| 1020 |
-
-ms-flex: 0 0 25%;
|
| 1021 |
-
flex: 0 0 25%;
|
| 1022 |
-
max-width: 25%;
|
| 1023 |
-
}
|
| 1024 |
-
.col-md-4 {
|
| 1025 |
-
-ms-flex: 0 0 33.333333%;
|
| 1026 |
-
flex: 0 0 33.333333%;
|
| 1027 |
-
max-width: 33.333333%;
|
| 1028 |
-
}
|
| 1029 |
-
.col-md-5 {
|
| 1030 |
-
-ms-flex: 0 0 41.666667%;
|
| 1031 |
-
flex: 0 0 41.666667%;
|
| 1032 |
-
max-width: 41.666667%;
|
| 1033 |
-
}
|
| 1034 |
-
.col-md-6 {
|
| 1035 |
-
-ms-flex: 0 0 50%;
|
| 1036 |
-
flex: 0 0 50%;
|
| 1037 |
-
max-width: 50%;
|
| 1038 |
-
}
|
| 1039 |
-
.col-md-7 {
|
| 1040 |
-
-ms-flex: 0 0 58.333333%;
|
| 1041 |
-
flex: 0 0 58.333333%;
|
| 1042 |
-
max-width: 58.333333%;
|
| 1043 |
-
}
|
| 1044 |
-
.col-md-8 {
|
| 1045 |
-
-ms-flex: 0 0 66.666667%;
|
| 1046 |
-
flex: 0 0 66.666667%;
|
| 1047 |
-
max-width: 66.666667%;
|
| 1048 |
-
}
|
| 1049 |
-
.col-md-9 {
|
| 1050 |
-
-ms-flex: 0 0 75%;
|
| 1051 |
-
flex: 0 0 75%;
|
| 1052 |
-
max-width: 75%;
|
| 1053 |
-
}
|
| 1054 |
-
.col-md-10 {
|
| 1055 |
-
-ms-flex: 0 0 83.333333%;
|
| 1056 |
-
flex: 0 0 83.333333%;
|
| 1057 |
-
max-width: 83.333333%;
|
| 1058 |
-
}
|
| 1059 |
-
.col-md-11 {
|
| 1060 |
-
-ms-flex: 0 0 91.666667%;
|
| 1061 |
-
flex: 0 0 91.666667%;
|
| 1062 |
-
max-width: 91.666667%;
|
| 1063 |
-
}
|
| 1064 |
-
.col-md-12 {
|
| 1065 |
-
-ms-flex: 0 0 100%;
|
| 1066 |
-
flex: 0 0 100%;
|
| 1067 |
-
max-width: 100%;
|
| 1068 |
-
}
|
| 1069 |
-
.order-md-first {
|
| 1070 |
-
-ms-flex-order: -1;
|
| 1071 |
-
order: -1;
|
| 1072 |
-
}
|
| 1073 |
-
.order-md-last {
|
| 1074 |
-
-ms-flex-order: 13;
|
| 1075 |
-
order: 13;
|
| 1076 |
-
}
|
| 1077 |
-
.order-md-0 {
|
| 1078 |
-
-ms-flex-order: 0;
|
| 1079 |
-
order: 0;
|
| 1080 |
-
}
|
| 1081 |
-
.order-md-1 {
|
| 1082 |
-
-ms-flex-order: 1;
|
| 1083 |
-
order: 1;
|
| 1084 |
-
}
|
| 1085 |
-
.order-md-2 {
|
| 1086 |
-
-ms-flex-order: 2;
|
| 1087 |
-
order: 2;
|
| 1088 |
-
}
|
| 1089 |
-
.order-md-3 {
|
| 1090 |
-
-ms-flex-order: 3;
|
| 1091 |
-
order: 3;
|
| 1092 |
-
}
|
| 1093 |
-
.order-md-4 {
|
| 1094 |
-
-ms-flex-order: 4;
|
| 1095 |
-
order: 4;
|
| 1096 |
-
}
|
| 1097 |
-
.order-md-5 {
|
| 1098 |
-
-ms-flex-order: 5;
|
| 1099 |
-
order: 5;
|
| 1100 |
-
}
|
| 1101 |
-
.order-md-6 {
|
| 1102 |
-
-ms-flex-order: 6;
|
| 1103 |
-
order: 6;
|
| 1104 |
-
}
|
| 1105 |
-
.order-md-7 {
|
| 1106 |
-
-ms-flex-order: 7;
|
| 1107 |
-
order: 7;
|
| 1108 |
-
}
|
| 1109 |
-
.order-md-8 {
|
| 1110 |
-
-ms-flex-order: 8;
|
| 1111 |
-
order: 8;
|
| 1112 |
-
}
|
| 1113 |
-
.order-md-9 {
|
| 1114 |
-
-ms-flex-order: 9;
|
| 1115 |
-
order: 9;
|
| 1116 |
-
}
|
| 1117 |
-
.order-md-10 {
|
| 1118 |
-
-ms-flex-order: 10;
|
| 1119 |
-
order: 10;
|
| 1120 |
-
}
|
| 1121 |
-
.order-md-11 {
|
| 1122 |
-
-ms-flex-order: 11;
|
| 1123 |
-
order: 11;
|
| 1124 |
-
}
|
| 1125 |
-
.order-md-12 {
|
| 1126 |
-
-ms-flex-order: 12;
|
| 1127 |
-
order: 12;
|
| 1128 |
-
}
|
| 1129 |
-
.offset-md-0 {
|
| 1130 |
-
margin-left: 0;
|
| 1131 |
-
}
|
| 1132 |
-
.offset-md-1 {
|
| 1133 |
-
margin-left: 8.333333%;
|
| 1134 |
-
}
|
| 1135 |
-
.offset-md-2 {
|
| 1136 |
-
margin-left: 16.666667%;
|
| 1137 |
-
}
|
| 1138 |
-
.offset-md-3 {
|
| 1139 |
-
margin-left: 25%;
|
| 1140 |
-
}
|
| 1141 |
-
.offset-md-4 {
|
| 1142 |
-
margin-left: 33.333333%;
|
| 1143 |
-
}
|
| 1144 |
-
.offset-md-5 {
|
| 1145 |
-
margin-left: 41.666667%;
|
| 1146 |
-
}
|
| 1147 |
-
.offset-md-6 {
|
| 1148 |
-
margin-left: 50%;
|
| 1149 |
-
}
|
| 1150 |
-
.offset-md-7 {
|
| 1151 |
-
margin-left: 58.333333%;
|
| 1152 |
-
}
|
| 1153 |
-
.offset-md-8 {
|
| 1154 |
-
margin-left: 66.666667%;
|
| 1155 |
-
}
|
| 1156 |
-
.offset-md-9 {
|
| 1157 |
-
margin-left: 75%;
|
| 1158 |
-
}
|
| 1159 |
-
.offset-md-10 {
|
| 1160 |
-
margin-left: 83.333333%;
|
| 1161 |
-
}
|
| 1162 |
-
.offset-md-11 {
|
| 1163 |
-
margin-left: 91.666667%;
|
| 1164 |
-
}
|
| 1165 |
-
}
|
| 1166 |
-
|
| 1167 |
-
@media (min-width: 992px) {
|
| 1168 |
-
.col-lg {
|
| 1169 |
-
-ms-flex-preferred-size: 0;
|
| 1170 |
-
flex-basis: 0;
|
| 1171 |
-
-ms-flex-positive: 1;
|
| 1172 |
-
flex-grow: 1;
|
| 1173 |
-
max-width: 100%;
|
| 1174 |
-
}
|
| 1175 |
-
.col-lg-auto {
|
| 1176 |
-
-ms-flex: 0 0 auto;
|
| 1177 |
-
flex: 0 0 auto;
|
| 1178 |
-
width: auto;
|
| 1179 |
-
max-width: none;
|
| 1180 |
-
}
|
| 1181 |
-
.col-lg-1 {
|
| 1182 |
-
-ms-flex: 0 0 8.333333%;
|
| 1183 |
-
flex: 0 0 8.333333%;
|
| 1184 |
-
max-width: 8.333333%;
|
| 1185 |
-
}
|
| 1186 |
-
.col-lg-2 {
|
| 1187 |
-
-ms-flex: 0 0 16.666667%;
|
| 1188 |
-
flex: 0 0 16.666667%;
|
| 1189 |
-
max-width: 16.666667%;
|
| 1190 |
-
}
|
| 1191 |
-
.col-lg-3 {
|
| 1192 |
-
-ms-flex: 0 0 25%;
|
| 1193 |
-
flex: 0 0 25%;
|
| 1194 |
-
max-width: 25%;
|
| 1195 |
-
}
|
| 1196 |
-
.col-lg-4 {
|
| 1197 |
-
-ms-flex: 0 0 33.333333%;
|
| 1198 |
-
flex: 0 0 33.333333%;
|
| 1199 |
-
max-width: 33.333333%;
|
| 1200 |
-
}
|
| 1201 |
-
.col-lg-5 {
|
| 1202 |
-
-ms-flex: 0 0 41.666667%;
|
| 1203 |
-
flex: 0 0 41.666667%;
|
| 1204 |
-
max-width: 41.666667%;
|
| 1205 |
-
}
|
| 1206 |
-
.col-lg-6 {
|
| 1207 |
-
-ms-flex: 0 0 50%;
|
| 1208 |
-
flex: 0 0 50%;
|
| 1209 |
-
max-width: 50%;
|
| 1210 |
-
}
|
| 1211 |
-
.col-lg-7 {
|
| 1212 |
-
-ms-flex: 0 0 58.333333%;
|
| 1213 |
-
flex: 0 0 58.333333%;
|
| 1214 |
-
max-width: 58.333333%;
|
| 1215 |
-
}
|
| 1216 |
-
.col-lg-8 {
|
| 1217 |
-
-ms-flex: 0 0 66.666667%;
|
| 1218 |
-
flex: 0 0 66.666667%;
|
| 1219 |
-
max-width: 66.666667%;
|
| 1220 |
-
}
|
| 1221 |
-
.col-lg-9 {
|
| 1222 |
-
-ms-flex: 0 0 75%;
|
| 1223 |
-
flex: 0 0 75%;
|
| 1224 |
-
max-width: 75%;
|
| 1225 |
-
}
|
| 1226 |
-
.col-lg-10 {
|
| 1227 |
-
-ms-flex: 0 0 83.333333%;
|
| 1228 |
-
flex: 0 0 83.333333%;
|
| 1229 |
-
max-width: 83.333333%;
|
| 1230 |
-
}
|
| 1231 |
-
.col-lg-11 {
|
| 1232 |
-
-ms-flex: 0 0 91.666667%;
|
| 1233 |
-
flex: 0 0 91.666667%;
|
| 1234 |
-
max-width: 91.666667%;
|
| 1235 |
-
}
|
| 1236 |
-
.col-lg-12 {
|
| 1237 |
-
-ms-flex: 0 0 100%;
|
| 1238 |
-
flex: 0 0 100%;
|
| 1239 |
-
max-width: 100%;
|
| 1240 |
-
}
|
| 1241 |
-
.order-lg-first {
|
| 1242 |
-
-ms-flex-order: -1;
|
| 1243 |
-
order: -1;
|
| 1244 |
-
}
|
| 1245 |
-
.order-lg-last {
|
| 1246 |
-
-ms-flex-order: 13;
|
| 1247 |
-
order: 13;
|
| 1248 |
-
}
|
| 1249 |
-
.order-lg-0 {
|
| 1250 |
-
-ms-flex-order: 0;
|
| 1251 |
-
order: 0;
|
| 1252 |
-
}
|
| 1253 |
-
.order-lg-1 {
|
| 1254 |
-
-ms-flex-order: 1;
|
| 1255 |
-
order: 1;
|
| 1256 |
-
}
|
| 1257 |
-
.order-lg-2 {
|
| 1258 |
-
-ms-flex-order: 2;
|
| 1259 |
-
order: 2;
|
| 1260 |
-
}
|
| 1261 |
-
.order-lg-3 {
|
| 1262 |
-
-ms-flex-order: 3;
|
| 1263 |
-
order: 3;
|
| 1264 |
-
}
|
| 1265 |
-
.order-lg-4 {
|
| 1266 |
-
-ms-flex-order: 4;
|
| 1267 |
-
order: 4;
|
| 1268 |
-
}
|
| 1269 |
-
.order-lg-5 {
|
| 1270 |
-
-ms-flex-order: 5;
|
| 1271 |
-
order: 5;
|
| 1272 |
-
}
|
| 1273 |
-
.order-lg-6 {
|
| 1274 |
-
-ms-flex-order: 6;
|
| 1275 |
-
order: 6;
|
| 1276 |
-
}
|
| 1277 |
-
.order-lg-7 {
|
| 1278 |
-
-ms-flex-order: 7;
|
| 1279 |
-
order: 7;
|
| 1280 |
-
}
|
| 1281 |
-
.order-lg-8 {
|
| 1282 |
-
-ms-flex-order: 8;
|
| 1283 |
-
order: 8;
|
| 1284 |
-
}
|
| 1285 |
-
.order-lg-9 {
|
| 1286 |
-
-ms-flex-order: 9;
|
| 1287 |
-
order: 9;
|
| 1288 |
-
}
|
| 1289 |
-
.order-lg-10 {
|
| 1290 |
-
-ms-flex-order: 10;
|
| 1291 |
-
order: 10;
|
| 1292 |
-
}
|
| 1293 |
-
.order-lg-11 {
|
| 1294 |
-
-ms-flex-order: 11;
|
| 1295 |
-
order: 11;
|
| 1296 |
-
}
|
| 1297 |
-
.order-lg-12 {
|
| 1298 |
-
-ms-flex-order: 12;
|
| 1299 |
-
order: 12;
|
| 1300 |
-
}
|
| 1301 |
-
.offset-lg-0 {
|
| 1302 |
-
margin-left: 0;
|
| 1303 |
-
}
|
| 1304 |
-
.offset-lg-1 {
|
| 1305 |
-
margin-left: 8.333333%;
|
| 1306 |
-
}
|
| 1307 |
-
.offset-lg-2 {
|
| 1308 |
-
margin-left: 16.666667%;
|
| 1309 |
-
}
|
| 1310 |
-
.offset-lg-3 {
|
| 1311 |
-
margin-left: 25%;
|
| 1312 |
-
}
|
| 1313 |
-
.offset-lg-4 {
|
| 1314 |
-
margin-left: 33.333333%;
|
| 1315 |
-
}
|
| 1316 |
-
.offset-lg-5 {
|
| 1317 |
-
margin-left: 41.666667%;
|
| 1318 |
-
}
|
| 1319 |
-
.offset-lg-6 {
|
| 1320 |
-
margin-left: 50%;
|
| 1321 |
-
}
|
| 1322 |
-
.offset-lg-7 {
|
| 1323 |
-
margin-left: 58.333333%;
|
| 1324 |
-
}
|
| 1325 |
-
.offset-lg-8 {
|
| 1326 |
-
margin-left: 66.666667%;
|
| 1327 |
-
}
|
| 1328 |
-
.offset-lg-9 {
|
| 1329 |
-
margin-left: 75%;
|
| 1330 |
-
}
|
| 1331 |
-
.offset-lg-10 {
|
| 1332 |
-
margin-left: 83.333333%;
|
| 1333 |
-
}
|
| 1334 |
-
.offset-lg-11 {
|
| 1335 |
-
margin-left: 91.666667%;
|
| 1336 |
-
}
|
| 1337 |
-
}
|
| 1338 |
-
|
| 1339 |
-
@media (min-width: 1200px) {
|
| 1340 |
-
.col-xl {
|
| 1341 |
-
-ms-flex-preferred-size: 0;
|
| 1342 |
-
flex-basis: 0;
|
| 1343 |
-
-ms-flex-positive: 1;
|
| 1344 |
-
flex-grow: 1;
|
| 1345 |
-
max-width: 100%;
|
| 1346 |
-
}
|
| 1347 |
-
.col-xl-auto {
|
| 1348 |
-
-ms-flex: 0 0 auto;
|
| 1349 |
-
flex: 0 0 auto;
|
| 1350 |
-
width: auto;
|
| 1351 |
-
max-width: none;
|
| 1352 |
-
}
|
| 1353 |
-
.col-xl-1 {
|
| 1354 |
-
-ms-flex: 0 0 8.333333%;
|
| 1355 |
-
flex: 0 0 8.333333%;
|
| 1356 |
-
max-width: 8.333333%;
|
| 1357 |
-
}
|
| 1358 |
-
.col-xl-2 {
|
| 1359 |
-
-ms-flex: 0 0 16.666667%;
|
| 1360 |
-
flex: 0 0 16.666667%;
|
| 1361 |
-
max-width: 16.666667%;
|
| 1362 |
-
}
|
| 1363 |
-
.col-xl-3 {
|
| 1364 |
-
-ms-flex: 0 0 25%;
|
| 1365 |
-
flex: 0 0 25%;
|
| 1366 |
-
max-width: 25%;
|
| 1367 |
-
}
|
| 1368 |
-
.col-xl-4 {
|
| 1369 |
-
-ms-flex: 0 0 33.333333%;
|
| 1370 |
-
flex: 0 0 33.333333%;
|
| 1371 |
-
max-width: 33.333333%;
|
| 1372 |
-
}
|
| 1373 |
-
.col-xl-5 {
|
| 1374 |
-
-ms-flex: 0 0 41.666667%;
|
| 1375 |
-
flex: 0 0 41.666667%;
|
| 1376 |
-
max-width: 41.666667%;
|
| 1377 |
-
}
|
| 1378 |
-
.col-xl-6 {
|
| 1379 |
-
-ms-flex: 0 0 50%;
|
| 1380 |
-
flex: 0 0 50%;
|
| 1381 |
-
max-width: 50%;
|
| 1382 |
-
}
|
| 1383 |
-
.col-xl-7 {
|
| 1384 |
-
-ms-flex: 0 0 58.333333%;
|
| 1385 |
-
flex: 0 0 58.333333%;
|
| 1386 |
-
max-width: 58.333333%;
|
| 1387 |
-
}
|
| 1388 |
-
.col-xl-8 {
|
| 1389 |
-
-ms-flex: 0 0 66.666667%;
|
| 1390 |
-
flex: 0 0 66.666667%;
|
| 1391 |
-
max-width: 66.666667%;
|
| 1392 |
-
}
|
| 1393 |
-
.col-xl-9 {
|
| 1394 |
-
-ms-flex: 0 0 75%;
|
| 1395 |
-
flex: 0 0 75%;
|
| 1396 |
-
max-width: 75%;
|
| 1397 |
-
}
|
| 1398 |
-
.col-xl-10 {
|
| 1399 |
-
-ms-flex: 0 0 83.333333%;
|
| 1400 |
-
flex: 0 0 83.333333%;
|
| 1401 |
-
max-width: 83.333333%;
|
| 1402 |
-
}
|
| 1403 |
-
.col-xl-11 {
|
| 1404 |
-
-ms-flex: 0 0 91.666667%;
|
| 1405 |
-
flex: 0 0 91.666667%;
|
| 1406 |
-
max-width: 91.666667%;
|
| 1407 |
-
}
|
| 1408 |
-
.col-xl-12 {
|
| 1409 |
-
-ms-flex: 0 0 100%;
|
| 1410 |
-
flex: 0 0 100%;
|
| 1411 |
-
max-width: 100%;
|
| 1412 |
-
}
|
| 1413 |
-
.order-xl-first {
|
| 1414 |
-
-ms-flex-order: -1;
|
| 1415 |
-
order: -1;
|
| 1416 |
-
}
|
| 1417 |
-
.order-xl-last {
|
| 1418 |
-
-ms-flex-order: 13;
|
| 1419 |
-
order: 13;
|
| 1420 |
-
}
|
| 1421 |
-
.order-xl-0 {
|
| 1422 |
-
-ms-flex-order: 0;
|
| 1423 |
-
order: 0;
|
| 1424 |
-
}
|
| 1425 |
-
.order-xl-1 {
|
| 1426 |
-
-ms-flex-order: 1;
|
| 1427 |
-
order: 1;
|
| 1428 |
-
}
|
| 1429 |
-
.order-xl-2 {
|
| 1430 |
-
-ms-flex-order: 2;
|
| 1431 |
-
order: 2;
|
| 1432 |
-
}
|
| 1433 |
-
.order-xl-3 {
|
| 1434 |
-
-ms-flex-order: 3;
|
| 1435 |
-
order: 3;
|
| 1436 |
-
}
|
| 1437 |
-
.order-xl-4 {
|
| 1438 |
-
-ms-flex-order: 4;
|
| 1439 |
-
order: 4;
|
| 1440 |
-
}
|
| 1441 |
-
.order-xl-5 {
|
| 1442 |
-
-ms-flex-order: 5;
|
| 1443 |
-
order: 5;
|
| 1444 |
-
}
|
| 1445 |
-
.order-xl-6 {
|
| 1446 |
-
-ms-flex-order: 6;
|
| 1447 |
-
order: 6;
|
| 1448 |
-
}
|
| 1449 |
-
.order-xl-7 {
|
| 1450 |
-
-ms-flex-order: 7;
|
| 1451 |
-
order: 7;
|
| 1452 |
-
}
|
| 1453 |
-
.order-xl-8 {
|
| 1454 |
-
-ms-flex-order: 8;
|
| 1455 |
-
order: 8;
|
| 1456 |
-
}
|
| 1457 |
-
.order-xl-9 {
|
| 1458 |
-
-ms-flex-order: 9;
|
| 1459 |
-
order: 9;
|
| 1460 |
-
}
|
| 1461 |
-
.order-xl-10 {
|
| 1462 |
-
-ms-flex-order: 10;
|
| 1463 |
-
order: 10;
|
| 1464 |
-
}
|
| 1465 |
-
.order-xl-11 {
|
| 1466 |
-
-ms-flex-order: 11;
|
| 1467 |
-
order: 11;
|
| 1468 |
-
}
|
| 1469 |
-
.order-xl-12 {
|
| 1470 |
-
-ms-flex-order: 12;
|
| 1471 |
-
order: 12;
|
| 1472 |
-
}
|
| 1473 |
-
.offset-xl-0 {
|
| 1474 |
-
margin-left: 0;
|
| 1475 |
-
}
|
| 1476 |
-
.offset-xl-1 {
|
| 1477 |
-
margin-left: 8.333333%;
|
| 1478 |
-
}
|
| 1479 |
-
.offset-xl-2 {
|
| 1480 |
-
margin-left: 16.666667%;
|
| 1481 |
-
}
|
| 1482 |
-
.offset-xl-3 {
|
| 1483 |
-
margin-left: 25%;
|
| 1484 |
-
}
|
| 1485 |
-
.offset-xl-4 {
|
| 1486 |
-
margin-left: 33.333333%;
|
| 1487 |
-
}
|
| 1488 |
-
.offset-xl-5 {
|
| 1489 |
-
margin-left: 41.666667%;
|
| 1490 |
-
}
|
| 1491 |
-
.offset-xl-6 {
|
| 1492 |
-
margin-left: 50%;
|
| 1493 |
-
}
|
| 1494 |
-
.offset-xl-7 {
|
| 1495 |
-
margin-left: 58.333333%;
|
| 1496 |
-
}
|
| 1497 |
-
.offset-xl-8 {
|
| 1498 |
-
margin-left: 66.666667%;
|
| 1499 |
-
}
|
| 1500 |
-
.offset-xl-9 {
|
| 1501 |
-
margin-left: 75%;
|
| 1502 |
-
}
|
| 1503 |
-
.offset-xl-10 {
|
| 1504 |
-
margin-left: 83.333333%;
|
| 1505 |
-
}
|
| 1506 |
-
.offset-xl-11 {
|
| 1507 |
-
margin-left: 91.666667%;
|
| 1508 |
-
}
|
| 1509 |
-
}
|
| 1510 |
-
|
| 1511 |
-
.table {
|
| 1512 |
-
width: 100%;
|
| 1513 |
-
margin-bottom: 1rem;
|
| 1514 |
-
background-color: transparent;
|
| 1515 |
-
}
|
| 1516 |
-
|
| 1517 |
-
.table th,
|
| 1518 |
-
.table td {
|
| 1519 |
-
padding: 0.75rem;
|
| 1520 |
-
vertical-align: top;
|
| 1521 |
-
border-top: 1px solid #dee2e6;
|
| 1522 |
-
}
|
| 1523 |
-
|
| 1524 |
-
.table thead th {
|
| 1525 |
-
vertical-align: bottom;
|
| 1526 |
-
border-bottom: 2px solid #dee2e6;
|
| 1527 |
-
}
|
| 1528 |
-
|
| 1529 |
-
.table tbody + tbody {
|
| 1530 |
-
border-top: 2px solid #dee2e6;
|
| 1531 |
-
}
|
| 1532 |
-
|
| 1533 |
-
.table .table {
|
| 1534 |
-
background-color: #fff;
|
| 1535 |
-
}
|
| 1536 |
-
|
| 1537 |
-
.table-sm th,
|
| 1538 |
-
.table-sm td {
|
| 1539 |
-
padding: 0.3rem;
|
| 1540 |
-
}
|
| 1541 |
-
|
| 1542 |
-
.table-bordered {
|
| 1543 |
-
border: 1px solid #dee2e6;
|
| 1544 |
-
}
|
| 1545 |
-
|
| 1546 |
-
.table-bordered th,
|
| 1547 |
-
.table-bordered td {
|
| 1548 |
-
border: 1px solid #dee2e6;
|
| 1549 |
-
}
|
| 1550 |
-
|
| 1551 |
-
.table-bordered thead th,
|
| 1552 |
-
.table-bordered thead td {
|
| 1553 |
-
border-bottom-width: 2px;
|
| 1554 |
-
}
|
| 1555 |
-
|
| 1556 |
-
.table-borderless th,
|
| 1557 |
-
.table-borderless td,
|
| 1558 |
-
.table-borderless thead th,
|
| 1559 |
-
.table-borderless tbody + tbody {
|
| 1560 |
-
border: 0;
|
| 1561 |
-
}
|
| 1562 |
-
|
| 1563 |
-
.table-striped tbody tr:nth-of-type(odd) {
|
| 1564 |
-
background-color: rgba(0, 0, 0, 0.05);
|
| 1565 |
-
}
|
| 1566 |
-
|
| 1567 |
-
.table-hover tbody tr:hover {
|
| 1568 |
-
background-color: rgba(0, 0, 0, 0.075);
|
| 1569 |
-
}
|
| 1570 |
-
|
| 1571 |
-
.table-primary,
|
| 1572 |
-
.table-primary > th,
|
| 1573 |
-
.table-primary > td {
|
| 1574 |
-
background-color: #b8daff;
|
| 1575 |
-
}
|
| 1576 |
-
|
| 1577 |
-
.table-hover .table-primary:hover {
|
| 1578 |
-
background-color: #9fcdff;
|
| 1579 |
-
}
|
| 1580 |
-
|
| 1581 |
-
.table-hover .table-primary:hover > td,
|
| 1582 |
-
.table-hover .table-primary:hover > th {
|
| 1583 |
-
background-color: #9fcdff;
|
| 1584 |
-
}
|
| 1585 |
-
|
| 1586 |
-
.table-secondary,
|
| 1587 |
-
.table-secondary > th,
|
| 1588 |
-
.table-secondary > td {
|
| 1589 |
-
background-color: #d6d8db;
|
| 1590 |
-
}
|
| 1591 |
-
|
| 1592 |
-
.table-hover .table-secondary:hover {
|
| 1593 |
-
background-color: #c8cbcf;
|
| 1594 |
-
}
|
| 1595 |
-
|
| 1596 |
-
.table-hover .table-secondary:hover > td,
|
| 1597 |
-
.table-hover .table-secondary:hover > th {
|
| 1598 |
-
background-color: #c8cbcf;
|
| 1599 |
-
}
|
| 1600 |
-
|
| 1601 |
-
.table-success,
|
| 1602 |
-
.table-success > th,
|
| 1603 |
-
.table-success > td {
|
| 1604 |
-
background-color: #c3e6cb;
|
| 1605 |
-
}
|
| 1606 |
-
|
| 1607 |
-
.table-hover .table-success:hover {
|
| 1608 |
-
background-color: #b1dfbb;
|
| 1609 |
-
}
|
| 1610 |
-
|
| 1611 |
-
.table-hover .table-success:hover > td,
|
| 1612 |
-
.table-hover .table-success:hover > th {
|
| 1613 |
-
background-color: #b1dfbb;
|
| 1614 |
-
}
|
| 1615 |
-
|
| 1616 |
-
.table-info,
|
| 1617 |
-
.table-info > th,
|
| 1618 |
-
.table-info > td {
|
| 1619 |
-
background-color: #bee5eb;
|
| 1620 |
-
}
|
| 1621 |
-
|
| 1622 |
-
.table-hover .table-info:hover {
|
| 1623 |
-
background-color: #abdde5;
|
| 1624 |
-
}
|
| 1625 |
-
|
| 1626 |
-
.table-hover .table-info:hover > td,
|
| 1627 |
-
.table-hover .table-info:hover > th {
|
| 1628 |
-
background-color: #abdde5;
|
| 1629 |
-
}
|
| 1630 |
-
|
| 1631 |
-
.table-warning,
|
| 1632 |
-
.table-warning > th,
|
| 1633 |
-
.table-warning > td {
|
| 1634 |
-
background-color: #ffeeba;
|
| 1635 |
-
}
|
| 1636 |
-
|
| 1637 |
-
.table-hover .table-warning:hover {
|
| 1638 |
-
background-color: #ffe8a1;
|
| 1639 |
-
}
|
| 1640 |
-
|
| 1641 |
-
.table-hover .table-warning:hover > td,
|
| 1642 |
-
.table-hover .table-warning:hover > th {
|
| 1643 |
-
background-color: #ffe8a1;
|
| 1644 |
-
}
|
| 1645 |
-
|
| 1646 |
-
.table-danger,
|
| 1647 |
-
.table-danger > th,
|
| 1648 |
-
.table-danger > td {
|
| 1649 |
-
background-color: #f5c6cb;
|
| 1650 |
-
}
|
| 1651 |
-
|
| 1652 |
-
.table-hover .table-danger:hover {
|
| 1653 |
-
background-color: #f1b0b7;
|
| 1654 |
-
}
|
| 1655 |
-
|
| 1656 |
-
.table-hover .table-danger:hover > td,
|
| 1657 |
-
.table-hover .table-danger:hover > th {
|
| 1658 |
-
background-color: #f1b0b7;
|
| 1659 |
-
}
|
| 1660 |
-
|
| 1661 |
-
.table-light,
|
| 1662 |
-
.table-light > th,
|
| 1663 |
-
.table-light > td {
|
| 1664 |
-
background-color: #fdfdfe;
|
| 1665 |
-
}
|
| 1666 |
-
|
| 1667 |
-
.table-hover .table-light:hover {
|
| 1668 |
-
background-color: #ececf6;
|
| 1669 |
-
}
|
| 1670 |
-
|
| 1671 |
-
.table-hover .table-light:hover > td,
|
| 1672 |
-
.table-hover .table-light:hover > th {
|
| 1673 |
-
background-color: #ececf6;
|
| 1674 |
-
}
|
| 1675 |
-
|
| 1676 |
-
.table-dark,
|
| 1677 |
-
.table-dark > th,
|
| 1678 |
-
.table-dark > td {
|
| 1679 |
-
background-color: #c6c8ca;
|
| 1680 |
-
}
|
| 1681 |
-
|
| 1682 |
-
.table-hover .table-dark:hover {
|
| 1683 |
-
background-color: #b9bbbe;
|
| 1684 |
-
}
|
| 1685 |
-
|
| 1686 |
-
.table-hover .table-dark:hover > td,
|
| 1687 |
-
.table-hover .table-dark:hover > th {
|
| 1688 |
-
background-color: #b9bbbe;
|
| 1689 |
-
}
|
| 1690 |
-
|
| 1691 |
-
.table-active,
|
| 1692 |
-
.table-active > th,
|
| 1693 |
-
.table-active > td {
|
| 1694 |
-
background-color: rgba(0, 0, 0, 0.075);
|
| 1695 |
-
}
|
| 1696 |
-
|
| 1697 |
-
.table-hover .table-active:hover {
|
| 1698 |
-
background-color: rgba(0, 0, 0, 0.075);
|
| 1699 |
-
}
|
| 1700 |
-
|
| 1701 |
-
.table-hover .table-active:hover > td,
|
| 1702 |
-
.table-hover .table-active:hover > th {
|
| 1703 |
-
background-color: rgba(0, 0, 0, 0.075);
|
| 1704 |
-
}
|
| 1705 |
-
|
| 1706 |
-
.table .thead-dark th {
|
| 1707 |
-
color: #fff;
|
| 1708 |
-
background-color: #212529;
|
| 1709 |
-
border-color: #32383e;
|
| 1710 |
-
}
|
| 1711 |
-
|
| 1712 |
-
.table .thead-light th {
|
| 1713 |
-
color: #495057;
|
| 1714 |
-
background-color: #e9ecef;
|
| 1715 |
-
border-color: #dee2e6;
|
| 1716 |
-
}
|
| 1717 |
-
|
| 1718 |
-
.table-dark {
|
| 1719 |
-
color: #fff;
|
| 1720 |
-
background-color: #212529;
|
| 1721 |
-
}
|
| 1722 |
-
|
| 1723 |
-
.table-dark th,
|
| 1724 |
-
.table-dark td,
|
| 1725 |
-
.table-dark thead th {
|
| 1726 |
-
border-color: #32383e;
|
| 1727 |
-
}
|
| 1728 |
-
|
| 1729 |
-
.table-dark.table-bordered {
|
| 1730 |
-
border: 0;
|
| 1731 |
-
}
|
| 1732 |
-
|
| 1733 |
-
.table-dark.table-striped tbody tr:nth-of-type(odd) {
|
| 1734 |
-
background-color: rgba(255, 255, 255, 0.05);
|
| 1735 |
-
}
|
| 1736 |
-
|
| 1737 |
-
.table-dark.table-hover tbody tr:hover {
|
| 1738 |
-
background-color: rgba(255, 255, 255, 0.075);
|
| 1739 |
-
}
|
| 1740 |
-
|
| 1741 |
-
@media (max-width: 575.98px) {
|
| 1742 |
-
.table-responsive-sm {
|
| 1743 |
-
display: block;
|
| 1744 |
-
width: 100%;
|
| 1745 |
-
overflow-x: auto;
|
| 1746 |
-
-webkit-overflow-scrolling: touch;
|
| 1747 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 1748 |
-
}
|
| 1749 |
-
.table-responsive-sm > .table-bordered {
|
| 1750 |
-
border: 0;
|
| 1751 |
-
}
|
| 1752 |
-
}
|
| 1753 |
-
|
| 1754 |
-
@media (max-width: 767.98px) {
|
| 1755 |
-
.table-responsive-md {
|
| 1756 |
-
display: block;
|
| 1757 |
-
width: 100%;
|
| 1758 |
-
overflow-x: auto;
|
| 1759 |
-
-webkit-overflow-scrolling: touch;
|
| 1760 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 1761 |
-
}
|
| 1762 |
-
.table-responsive-md > .table-bordered {
|
| 1763 |
-
border: 0;
|
| 1764 |
-
}
|
| 1765 |
-
}
|
| 1766 |
-
|
| 1767 |
-
@media (max-width: 991.98px) {
|
| 1768 |
-
.table-responsive-lg {
|
| 1769 |
-
display: block;
|
| 1770 |
-
width: 100%;
|
| 1771 |
-
overflow-x: auto;
|
| 1772 |
-
-webkit-overflow-scrolling: touch;
|
| 1773 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 1774 |
-
}
|
| 1775 |
-
.table-responsive-lg > .table-bordered {
|
| 1776 |
-
border: 0;
|
| 1777 |
-
}
|
| 1778 |
-
}
|
| 1779 |
-
|
| 1780 |
-
@media (max-width: 1199.98px) {
|
| 1781 |
-
.table-responsive-xl {
|
| 1782 |
-
display: block;
|
| 1783 |
-
width: 100%;
|
| 1784 |
-
overflow-x: auto;
|
| 1785 |
-
-webkit-overflow-scrolling: touch;
|
| 1786 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 1787 |
-
}
|
| 1788 |
-
.table-responsive-xl > .table-bordered {
|
| 1789 |
-
border: 0;
|
| 1790 |
-
}
|
| 1791 |
-
}
|
| 1792 |
-
|
| 1793 |
-
.table-responsive {
|
| 1794 |
-
display: block;
|
| 1795 |
-
width: 100%;
|
| 1796 |
-
overflow-x: auto;
|
| 1797 |
-
-webkit-overflow-scrolling: touch;
|
| 1798 |
-
-ms-overflow-style: -ms-autohiding-scrollbar;
|
| 1799 |
-
}
|
| 1800 |
-
|
| 1801 |
-
.table-responsive > .table-bordered {
|
| 1802 |
-
border: 0;
|
| 1803 |
-
}
|
| 1804 |
-
|
| 1805 |
-
.form-control {
|
| 1806 |
-
display: block;
|
| 1807 |
-
width: 100%;
|
| 1808 |
-
height: calc(2.25rem + 2px);
|
| 1809 |
-
padding: 0.375rem 0.75rem;
|
| 1810 |
-
font-size: 1rem;
|
| 1811 |
-
line-height: 1.5;
|
| 1812 |
-
color: #495057;
|
| 1813 |
-
background-color: #fff;
|
| 1814 |
-
background-clip: padding-box;
|
| 1815 |
-
border: 1px solid #ced4da;
|
| 1816 |
-
border-radius: 0.25rem;
|
| 1817 |
-
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 1818 |
-
}
|
| 1819 |
-
|
| 1820 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 1821 |
-
.form-control {
|
| 1822 |
-
transition: none;
|
| 1823 |
-
}
|
| 1824 |
-
}
|
| 1825 |
-
|
| 1826 |
-
.form-control::-ms-expand {
|
| 1827 |
-
background-color: transparent;
|
| 1828 |
-
border: 0;
|
| 1829 |
-
}
|
| 1830 |
-
|
| 1831 |
-
.form-control:focus {
|
| 1832 |
-
color: #495057;
|
| 1833 |
-
background-color: #fff;
|
| 1834 |
-
border-color: #80bdff;
|
| 1835 |
-
outline: 0;
|
| 1836 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 1837 |
-
}
|
| 1838 |
-
|
| 1839 |
-
.form-control::-webkit-input-placeholder {
|
| 1840 |
-
color: #6c757d;
|
| 1841 |
-
opacity: 1;
|
| 1842 |
-
}
|
| 1843 |
-
|
| 1844 |
-
.form-control::-moz-placeholder {
|
| 1845 |
-
color: #6c757d;
|
| 1846 |
-
opacity: 1;
|
| 1847 |
-
}
|
| 1848 |
-
|
| 1849 |
-
.form-control:-ms-input-placeholder {
|
| 1850 |
-
color: #6c757d;
|
| 1851 |
-
opacity: 1;
|
| 1852 |
-
}
|
| 1853 |
-
|
| 1854 |
-
.form-control::-ms-input-placeholder {
|
| 1855 |
-
color: #6c757d;
|
| 1856 |
-
opacity: 1;
|
| 1857 |
-
}
|
| 1858 |
-
|
| 1859 |
-
.form-control::placeholder {
|
| 1860 |
-
color: #6c757d;
|
| 1861 |
-
opacity: 1;
|
| 1862 |
-
}
|
| 1863 |
-
|
| 1864 |
-
.form-control:disabled, .form-control[readonly] {
|
| 1865 |
-
background-color: #e9ecef;
|
| 1866 |
-
opacity: 1;
|
| 1867 |
-
}
|
| 1868 |
-
|
| 1869 |
-
select.form-control:focus::-ms-value {
|
| 1870 |
-
color: #495057;
|
| 1871 |
-
background-color: #fff;
|
| 1872 |
-
}
|
| 1873 |
-
|
| 1874 |
-
.form-control-file,
|
| 1875 |
-
.form-control-range {
|
| 1876 |
-
display: block;
|
| 1877 |
-
width: 100%;
|
| 1878 |
-
}
|
| 1879 |
-
|
| 1880 |
-
.col-form-label {
|
| 1881 |
-
padding-top: calc(0.375rem + 1px);
|
| 1882 |
-
padding-bottom: calc(0.375rem + 1px);
|
| 1883 |
-
margin-bottom: 0;
|
| 1884 |
-
font-size: inherit;
|
| 1885 |
-
line-height: 1.5;
|
| 1886 |
-
}
|
| 1887 |
-
|
| 1888 |
-
.col-form-label-lg {
|
| 1889 |
-
padding-top: calc(0.5rem + 1px);
|
| 1890 |
-
padding-bottom: calc(0.5rem + 1px);
|
| 1891 |
-
font-size: 1.25rem;
|
| 1892 |
-
line-height: 1.5;
|
| 1893 |
-
}
|
| 1894 |
-
|
| 1895 |
-
.col-form-label-sm {
|
| 1896 |
-
padding-top: calc(0.25rem + 1px);
|
| 1897 |
-
padding-bottom: calc(0.25rem + 1px);
|
| 1898 |
-
font-size: 0.875rem;
|
| 1899 |
-
line-height: 1.5;
|
| 1900 |
-
}
|
| 1901 |
-
|
| 1902 |
-
.form-control-plaintext {
|
| 1903 |
-
display: block;
|
| 1904 |
-
width: 100%;
|
| 1905 |
-
padding-top: 0.375rem;
|
| 1906 |
-
padding-bottom: 0.375rem;
|
| 1907 |
-
margin-bottom: 0;
|
| 1908 |
-
line-height: 1.5;
|
| 1909 |
-
color: #212529;
|
| 1910 |
-
background-color: transparent;
|
| 1911 |
-
border: solid transparent;
|
| 1912 |
-
border-width: 1px 0;
|
| 1913 |
-
}
|
| 1914 |
-
|
| 1915 |
-
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
|
| 1916 |
-
padding-right: 0;
|
| 1917 |
-
padding-left: 0;
|
| 1918 |
-
}
|
| 1919 |
-
|
| 1920 |
-
.form-control-sm {
|
| 1921 |
-
height: calc(1.8125rem + 2px);
|
| 1922 |
-
padding: 0.25rem 0.5rem;
|
| 1923 |
-
font-size: 0.875rem;
|
| 1924 |
-
line-height: 1.5;
|
| 1925 |
-
border-radius: 0.2rem;
|
| 1926 |
-
}
|
| 1927 |
-
|
| 1928 |
-
.form-control-lg {
|
| 1929 |
-
height: calc(2.875rem + 2px);
|
| 1930 |
-
padding: 0.5rem 1rem;
|
| 1931 |
-
font-size: 1.25rem;
|
| 1932 |
-
line-height: 1.5;
|
| 1933 |
-
border-radius: 0.3rem;
|
| 1934 |
-
}
|
| 1935 |
-
|
| 1936 |
-
select.form-control[size], select.form-control[multiple] {
|
| 1937 |
-
height: auto;
|
| 1938 |
-
}
|
| 1939 |
-
|
| 1940 |
-
textarea.form-control {
|
| 1941 |
-
height: auto;
|
| 1942 |
-
}
|
| 1943 |
-
|
| 1944 |
-
.form-group {
|
| 1945 |
-
margin-bottom: 1rem;
|
| 1946 |
-
}
|
| 1947 |
-
|
| 1948 |
-
.form-text {
|
| 1949 |
-
display: block;
|
| 1950 |
-
margin-top: 0.25rem;
|
| 1951 |
-
}
|
| 1952 |
-
|
| 1953 |
-
.form-row {
|
| 1954 |
-
display: -ms-flexbox;
|
| 1955 |
-
display: flex;
|
| 1956 |
-
-ms-flex-wrap: wrap;
|
| 1957 |
-
flex-wrap: wrap;
|
| 1958 |
-
margin-right: -5px;
|
| 1959 |
-
margin-left: -5px;
|
| 1960 |
-
}
|
| 1961 |
-
|
| 1962 |
-
.form-row > .col,
|
| 1963 |
-
.form-row > [class*="col-"] {
|
| 1964 |
-
padding-right: 5px;
|
| 1965 |
-
padding-left: 5px;
|
| 1966 |
-
}
|
| 1967 |
-
|
| 1968 |
-
.form-check {
|
| 1969 |
-
position: relative;
|
| 1970 |
-
display: block;
|
| 1971 |
-
padding-left: 1.25rem;
|
| 1972 |
-
}
|
| 1973 |
-
|
| 1974 |
-
.form-check-input {
|
| 1975 |
-
position: absolute;
|
| 1976 |
-
margin-top: 0.3rem;
|
| 1977 |
-
margin-left: -1.25rem;
|
| 1978 |
-
}
|
| 1979 |
-
|
| 1980 |
-
.form-check-input:disabled ~ .form-check-label {
|
| 1981 |
-
color: #6c757d;
|
| 1982 |
-
}
|
| 1983 |
-
|
| 1984 |
-
.form-check-label {
|
| 1985 |
-
margin-bottom: 0;
|
| 1986 |
-
}
|
| 1987 |
-
|
| 1988 |
-
.form-check-inline {
|
| 1989 |
-
display: -ms-inline-flexbox;
|
| 1990 |
-
display: inline-flex;
|
| 1991 |
-
-ms-flex-align: center;
|
| 1992 |
-
align-items: center;
|
| 1993 |
-
padding-left: 0;
|
| 1994 |
-
margin-right: 0.75rem;
|
| 1995 |
-
}
|
| 1996 |
-
|
| 1997 |
-
.form-check-inline .form-check-input {
|
| 1998 |
-
position: static;
|
| 1999 |
-
margin-top: 0;
|
| 2000 |
-
margin-right: 0.3125rem;
|
| 2001 |
-
margin-left: 0;
|
| 2002 |
-
}
|
| 2003 |
-
|
| 2004 |
-
.valid-feedback {
|
| 2005 |
-
display: none;
|
| 2006 |
-
width: 100%;
|
| 2007 |
-
margin-top: 0.25rem;
|
| 2008 |
-
font-size: 80%;
|
| 2009 |
-
color: #28a745;
|
| 2010 |
-
}
|
| 2011 |
-
|
| 2012 |
-
.valid-tooltip {
|
| 2013 |
-
position: absolute;
|
| 2014 |
-
top: 100%;
|
| 2015 |
-
z-index: 5;
|
| 2016 |
-
display: none;
|
| 2017 |
-
max-width: 100%;
|
| 2018 |
-
padding: 0.25rem 0.5rem;
|
| 2019 |
-
margin-top: .1rem;
|
| 2020 |
-
font-size: 0.875rem;
|
| 2021 |
-
line-height: 1.5;
|
| 2022 |
-
color: #fff;
|
| 2023 |
-
background-color: rgba(40, 167, 69, 0.9);
|
| 2024 |
-
border-radius: 0.25rem;
|
| 2025 |
-
}
|
| 2026 |
-
|
| 2027 |
-
.was-validated .form-control:valid, .form-control.is-valid, .was-validated,
|
| 2028 |
-
.custom-select:valid,
|
| 2029 |
-
.custom-select.is-valid {
|
| 2030 |
-
border-color: #28a745;
|
| 2031 |
-
}
|
| 2032 |
-
|
| 2033 |
-
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated,
|
| 2034 |
-
.custom-select:valid:focus,
|
| 2035 |
-
.custom-select.is-valid:focus {
|
| 2036 |
-
border-color: #28a745;
|
| 2037 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
| 2038 |
-
}
|
| 2039 |
-
|
| 2040 |
-
.was-validated .form-control:valid ~ .valid-feedback,
|
| 2041 |
-
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
|
| 2042 |
-
.form-control.is-valid ~ .valid-tooltip, .was-validated,
|
| 2043 |
-
.custom-select:valid ~ .valid-feedback,
|
| 2044 |
-
.was-validated,
|
| 2045 |
-
.custom-select:valid ~ .valid-tooltip,
|
| 2046 |
-
.custom-select.is-valid ~ .valid-feedback,
|
| 2047 |
-
.custom-select.is-valid ~ .valid-tooltip {
|
| 2048 |
-
display: block;
|
| 2049 |
-
}
|
| 2050 |
-
|
| 2051 |
-
.was-validated .form-control-file:valid ~ .valid-feedback,
|
| 2052 |
-
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
|
| 2053 |
-
.form-control-file.is-valid ~ .valid-tooltip {
|
| 2054 |
-
display: block;
|
| 2055 |
-
}
|
| 2056 |
-
|
| 2057 |
-
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
|
| 2058 |
-
color: #28a745;
|
| 2059 |
-
}
|
| 2060 |
-
|
| 2061 |
-
.was-validated .form-check-input:valid ~ .valid-feedback,
|
| 2062 |
-
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
|
| 2063 |
-
.form-check-input.is-valid ~ .valid-tooltip {
|
| 2064 |
-
display: block;
|
| 2065 |
-
}
|
| 2066 |
-
|
| 2067 |
-
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
|
| 2068 |
-
color: #28a745;
|
| 2069 |
-
}
|
| 2070 |
-
|
| 2071 |
-
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
|
| 2072 |
-
background-color: #71dd8a;
|
| 2073 |
-
}
|
| 2074 |
-
|
| 2075 |
-
.was-validated .custom-control-input:valid ~ .valid-feedback,
|
| 2076 |
-
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
|
| 2077 |
-
.custom-control-input.is-valid ~ .valid-tooltip {
|
| 2078 |
-
display: block;
|
| 2079 |
-
}
|
| 2080 |
-
|
| 2081 |
-
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
|
| 2082 |
-
background-color: #34ce57;
|
| 2083 |
-
}
|
| 2084 |
-
|
| 2085 |
-
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
|
| 2086 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
| 2087 |
-
}
|
| 2088 |
-
|
| 2089 |
-
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
|
| 2090 |
-
border-color: #28a745;
|
| 2091 |
-
}
|
| 2092 |
-
|
| 2093 |
-
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
|
| 2094 |
-
border-color: inherit;
|
| 2095 |
-
}
|
| 2096 |
-
|
| 2097 |
-
.was-validated .custom-file-input:valid ~ .valid-feedback,
|
| 2098 |
-
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
|
| 2099 |
-
.custom-file-input.is-valid ~ .valid-tooltip {
|
| 2100 |
-
display: block;
|
| 2101 |
-
}
|
| 2102 |
-
|
| 2103 |
-
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
|
| 2104 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
|
| 2105 |
-
}
|
| 2106 |
-
|
| 2107 |
-
.invalid-feedback {
|
| 2108 |
-
display: none;
|
| 2109 |
-
width: 100%;
|
| 2110 |
-
margin-top: 0.25rem;
|
| 2111 |
-
font-size: 80%;
|
| 2112 |
-
color: #dc3545;
|
| 2113 |
-
}
|
| 2114 |
-
|
| 2115 |
-
.invalid-tooltip {
|
| 2116 |
-
position: absolute;
|
| 2117 |
-
top: 100%;
|
| 2118 |
-
z-index: 5;
|
| 2119 |
-
display: none;
|
| 2120 |
-
max-width: 100%;
|
| 2121 |
-
padding: 0.25rem 0.5rem;
|
| 2122 |
-
margin-top: .1rem;
|
| 2123 |
-
font-size: 0.875rem;
|
| 2124 |
-
line-height: 1.5;
|
| 2125 |
-
color: #fff;
|
| 2126 |
-
background-color: rgba(220, 53, 69, 0.9);
|
| 2127 |
-
border-radius: 0.25rem;
|
| 2128 |
-
}
|
| 2129 |
-
|
| 2130 |
-
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated,
|
| 2131 |
-
.custom-select:invalid,
|
| 2132 |
-
.custom-select.is-invalid {
|
| 2133 |
-
border-color: #dc3545;
|
| 2134 |
-
}
|
| 2135 |
-
|
| 2136 |
-
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated,
|
| 2137 |
-
.custom-select:invalid:focus,
|
| 2138 |
-
.custom-select.is-invalid:focus {
|
| 2139 |
-
border-color: #dc3545;
|
| 2140 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
| 2141 |
-
}
|
| 2142 |
-
|
| 2143 |
-
.was-validated .form-control:invalid ~ .invalid-feedback,
|
| 2144 |
-
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
|
| 2145 |
-
.form-control.is-invalid ~ .invalid-tooltip, .was-validated,
|
| 2146 |
-
.custom-select:invalid ~ .invalid-feedback,
|
| 2147 |
-
.was-validated,
|
| 2148 |
-
.custom-select:invalid ~ .invalid-tooltip,
|
| 2149 |
-
.custom-select.is-invalid ~ .invalid-feedback,
|
| 2150 |
-
.custom-select.is-invalid ~ .invalid-tooltip {
|
| 2151 |
-
display: block;
|
| 2152 |
-
}
|
| 2153 |
-
|
| 2154 |
-
.was-validated .form-control-file:invalid ~ .invalid-feedback,
|
| 2155 |
-
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
|
| 2156 |
-
.form-control-file.is-invalid ~ .invalid-tooltip {
|
| 2157 |
-
display: block;
|
| 2158 |
-
}
|
| 2159 |
-
|
| 2160 |
-
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
|
| 2161 |
-
color: #dc3545;
|
| 2162 |
-
}
|
| 2163 |
-
|
| 2164 |
-
.was-validated .form-check-input:invalid ~ .invalid-feedback,
|
| 2165 |
-
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
|
| 2166 |
-
.form-check-input.is-invalid ~ .invalid-tooltip {
|
| 2167 |
-
display: block;
|
| 2168 |
-
}
|
| 2169 |
-
|
| 2170 |
-
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
|
| 2171 |
-
color: #dc3545;
|
| 2172 |
-
}
|
| 2173 |
-
|
| 2174 |
-
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
|
| 2175 |
-
background-color: #efa2a9;
|
| 2176 |
-
}
|
| 2177 |
-
|
| 2178 |
-
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
|
| 2179 |
-
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
|
| 2180 |
-
.custom-control-input.is-invalid ~ .invalid-tooltip {
|
| 2181 |
-
display: block;
|
| 2182 |
-
}
|
| 2183 |
-
|
| 2184 |
-
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
|
| 2185 |
-
background-color: #e4606d;
|
| 2186 |
-
}
|
| 2187 |
-
|
| 2188 |
-
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
|
| 2189 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
| 2190 |
-
}
|
| 2191 |
-
|
| 2192 |
-
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
|
| 2193 |
-
border-color: #dc3545;
|
| 2194 |
-
}
|
| 2195 |
-
|
| 2196 |
-
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
|
| 2197 |
-
border-color: inherit;
|
| 2198 |
-
}
|
| 2199 |
-
|
| 2200 |
-
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
|
| 2201 |
-
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
|
| 2202 |
-
.custom-file-input.is-invalid ~ .invalid-tooltip {
|
| 2203 |
-
display: block;
|
| 2204 |
-
}
|
| 2205 |
-
|
| 2206 |
-
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
|
| 2207 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
|
| 2208 |
-
}
|
| 2209 |
-
|
| 2210 |
-
.form-inline {
|
| 2211 |
-
display: -ms-flexbox;
|
| 2212 |
-
display: flex;
|
| 2213 |
-
-ms-flex-flow: row wrap;
|
| 2214 |
-
flex-flow: row wrap;
|
| 2215 |
-
-ms-flex-align: center;
|
| 2216 |
-
align-items: center;
|
| 2217 |
-
}
|
| 2218 |
-
|
| 2219 |
-
.form-inline .form-check {
|
| 2220 |
-
width: 100%;
|
| 2221 |
-
}
|
| 2222 |
-
|
| 2223 |
-
@media (min-width: 576px) {
|
| 2224 |
-
.form-inline label {
|
| 2225 |
-
display: -ms-flexbox;
|
| 2226 |
-
display: flex;
|
| 2227 |
-
-ms-flex-align: center;
|
| 2228 |
-
align-items: center;
|
| 2229 |
-
-ms-flex-pack: center;
|
| 2230 |
-
justify-content: center;
|
| 2231 |
-
margin-bottom: 0;
|
| 2232 |
-
}
|
| 2233 |
-
.form-inline .form-group {
|
| 2234 |
-
display: -ms-flexbox;
|
| 2235 |
-
display: flex;
|
| 2236 |
-
-ms-flex: 0 0 auto;
|
| 2237 |
-
flex: 0 0 auto;
|
| 2238 |
-
-ms-flex-flow: row wrap;
|
| 2239 |
-
flex-flow: row wrap;
|
| 2240 |
-
-ms-flex-align: center;
|
| 2241 |
-
align-items: center;
|
| 2242 |
-
margin-bottom: 0;
|
| 2243 |
-
}
|
| 2244 |
-
.form-inline .form-control {
|
| 2245 |
-
display: inline-block;
|
| 2246 |
-
width: auto;
|
| 2247 |
-
vertical-align: middle;
|
| 2248 |
-
}
|
| 2249 |
-
.form-inline .form-control-plaintext {
|
| 2250 |
-
display: inline-block;
|
| 2251 |
-
}
|
| 2252 |
-
.form-inline .input-group,
|
| 2253 |
-
.form-inline .custom-select {
|
| 2254 |
-
width: auto;
|
| 2255 |
-
}
|
| 2256 |
-
.form-inline .form-check {
|
| 2257 |
-
display: -ms-flexbox;
|
| 2258 |
-
display: flex;
|
| 2259 |
-
-ms-flex-align: center;
|
| 2260 |
-
align-items: center;
|
| 2261 |
-
-ms-flex-pack: center;
|
| 2262 |
-
justify-content: center;
|
| 2263 |
-
width: auto;
|
| 2264 |
-
padding-left: 0;
|
| 2265 |
-
}
|
| 2266 |
-
.form-inline .form-check-input {
|
| 2267 |
-
position: relative;
|
| 2268 |
-
margin-top: 0;
|
| 2269 |
-
margin-right: 0.25rem;
|
| 2270 |
-
margin-left: 0;
|
| 2271 |
-
}
|
| 2272 |
-
.form-inline .custom-control {
|
| 2273 |
-
-ms-flex-align: center;
|
| 2274 |
-
align-items: center;
|
| 2275 |
-
-ms-flex-pack: center;
|
| 2276 |
-
justify-content: center;
|
| 2277 |
-
}
|
| 2278 |
-
.form-inline .custom-control-label {
|
| 2279 |
-
margin-bottom: 0;
|
| 2280 |
-
}
|
| 2281 |
-
}
|
| 2282 |
-
|
| 2283 |
-
.btn {
|
| 2284 |
-
display: inline-block;
|
| 2285 |
-
font-weight: 400;
|
| 2286 |
-
text-align: center;
|
| 2287 |
-
white-space: nowrap;
|
| 2288 |
-
vertical-align: middle;
|
| 2289 |
-
-webkit-user-select: none;
|
| 2290 |
-
-moz-user-select: none;
|
| 2291 |
-
-ms-user-select: none;
|
| 2292 |
-
user-select: none;
|
| 2293 |
-
border: 1px solid transparent;
|
| 2294 |
-
padding: 0.375rem 0.75rem;
|
| 2295 |
-
font-size: 1rem;
|
| 2296 |
-
line-height: 1.5;
|
| 2297 |
-
border-radius: 0.25rem;
|
| 2298 |
-
transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 2299 |
-
}
|
| 2300 |
-
|
| 2301 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 2302 |
-
.btn {
|
| 2303 |
-
transition: none;
|
| 2304 |
-
}
|
| 2305 |
-
}
|
| 2306 |
-
|
| 2307 |
-
.btn:hover, .btn:focus {
|
| 2308 |
-
text-decoration: none;
|
| 2309 |
-
}
|
| 2310 |
-
|
| 2311 |
-
.btn:focus, .btn.focus {
|
| 2312 |
-
outline: 0;
|
| 2313 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 2314 |
-
}
|
| 2315 |
-
|
| 2316 |
-
.btn.disabled, .btn:disabled {
|
| 2317 |
-
opacity: 0.65;
|
| 2318 |
-
}
|
| 2319 |
-
|
| 2320 |
-
.btn:not(:disabled):not(.disabled) {
|
| 2321 |
-
cursor: pointer;
|
| 2322 |
-
}
|
| 2323 |
-
|
| 2324 |
-
a.btn.disabled,
|
| 2325 |
-
fieldset:disabled a.btn {
|
| 2326 |
-
pointer-events: none;
|
| 2327 |
-
}
|
| 2328 |
-
|
| 2329 |
-
.btn-primary {
|
| 2330 |
-
color: #fff;
|
| 2331 |
-
background-color: #007bff;
|
| 2332 |
-
border-color: #007bff;
|
| 2333 |
-
}
|
| 2334 |
-
|
| 2335 |
-
.btn-primary:hover {
|
| 2336 |
-
color: #fff;
|
| 2337 |
-
background-color: #0069d9;
|
| 2338 |
-
border-color: #0062cc;
|
| 2339 |
-
}
|
| 2340 |
-
|
| 2341 |
-
.btn-primary:focus, .btn-primary.focus {
|
| 2342 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
| 2343 |
-
}
|
| 2344 |
-
|
| 2345 |
-
.btn-primary.disabled, .btn-primary:disabled {
|
| 2346 |
-
color: #fff;
|
| 2347 |
-
background-color: #007bff;
|
| 2348 |
-
border-color: #007bff;
|
| 2349 |
-
}
|
| 2350 |
-
|
| 2351 |
-
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
|
| 2352 |
-
.show > .btn-primary.dropdown-toggle {
|
| 2353 |
-
color: #fff;
|
| 2354 |
-
background-color: #0062cc;
|
| 2355 |
-
border-color: #005cbf;
|
| 2356 |
-
}
|
| 2357 |
-
|
| 2358 |
-
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
|
| 2359 |
-
.show > .btn-primary.dropdown-toggle:focus {
|
| 2360 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
| 2361 |
-
}
|
| 2362 |
-
|
| 2363 |
-
.btn-secondary {
|
| 2364 |
-
color: #fff;
|
| 2365 |
-
background-color: #6c757d;
|
| 2366 |
-
border-color: #6c757d;
|
| 2367 |
-
}
|
| 2368 |
-
|
| 2369 |
-
.btn-secondary:hover {
|
| 2370 |
-
color: #fff;
|
| 2371 |
-
background-color: #5a6268;
|
| 2372 |
-
border-color: #545b62;
|
| 2373 |
-
}
|
| 2374 |
-
|
| 2375 |
-
.btn-secondary:focus, .btn-secondary.focus {
|
| 2376 |
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
| 2377 |
-
}
|
| 2378 |
-
|
| 2379 |
-
.btn-secondary.disabled, .btn-secondary:disabled {
|
| 2380 |
-
color: #fff;
|
| 2381 |
-
background-color: #6c757d;
|
| 2382 |
-
border-color: #6c757d;
|
| 2383 |
-
}
|
| 2384 |
-
|
| 2385 |
-
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
|
| 2386 |
-
.show > .btn-secondary.dropdown-toggle {
|
| 2387 |
-
color: #fff;
|
| 2388 |
-
background-color: #545b62;
|
| 2389 |
-
border-color: #4e555b;
|
| 2390 |
-
}
|
| 2391 |
-
|
| 2392 |
-
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
|
| 2393 |
-
.show > .btn-secondary.dropdown-toggle:focus {
|
| 2394 |
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
| 2395 |
-
}
|
| 2396 |
-
|
| 2397 |
-
.btn-success {
|
| 2398 |
-
color: #fff;
|
| 2399 |
-
background-color: #28a745;
|
| 2400 |
-
border-color: #28a745;
|
| 2401 |
-
}
|
| 2402 |
-
|
| 2403 |
-
.btn-success:hover {
|
| 2404 |
-
color: #fff;
|
| 2405 |
-
background-color: #218838;
|
| 2406 |
-
border-color: #1e7e34;
|
| 2407 |
-
}
|
| 2408 |
-
|
| 2409 |
-
.btn-success:focus, .btn-success.focus {
|
| 2410 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
| 2411 |
-
}
|
| 2412 |
-
|
| 2413 |
-
.btn-success.disabled, .btn-success:disabled {
|
| 2414 |
-
color: #fff;
|
| 2415 |
-
background-color: #28a745;
|
| 2416 |
-
border-color: #28a745;
|
| 2417 |
-
}
|
| 2418 |
-
|
| 2419 |
-
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
|
| 2420 |
-
.show > .btn-success.dropdown-toggle {
|
| 2421 |
-
color: #fff;
|
| 2422 |
-
background-color: #1e7e34;
|
| 2423 |
-
border-color: #1c7430;
|
| 2424 |
-
}
|
| 2425 |
-
|
| 2426 |
-
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
|
| 2427 |
-
.show > .btn-success.dropdown-toggle:focus {
|
| 2428 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
| 2429 |
-
}
|
| 2430 |
-
|
| 2431 |
-
.btn-info {
|
| 2432 |
-
color: #fff;
|
| 2433 |
-
background-color: #17a2b8;
|
| 2434 |
-
border-color: #17a2b8;
|
| 2435 |
-
}
|
| 2436 |
-
|
| 2437 |
-
.btn-info:hover {
|
| 2438 |
-
color: #fff;
|
| 2439 |
-
background-color: #138496;
|
| 2440 |
-
border-color: #117a8b;
|
| 2441 |
-
}
|
| 2442 |
-
|
| 2443 |
-
.btn-info:focus, .btn-info.focus {
|
| 2444 |
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
| 2445 |
-
}
|
| 2446 |
-
|
| 2447 |
-
.btn-info.disabled, .btn-info:disabled {
|
| 2448 |
-
color: #fff;
|
| 2449 |
-
background-color: #17a2b8;
|
| 2450 |
-
border-color: #17a2b8;
|
| 2451 |
-
}
|
| 2452 |
-
|
| 2453 |
-
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
|
| 2454 |
-
.show > .btn-info.dropdown-toggle {
|
| 2455 |
-
color: #fff;
|
| 2456 |
-
background-color: #117a8b;
|
| 2457 |
-
border-color: #10707f;
|
| 2458 |
-
}
|
| 2459 |
-
|
| 2460 |
-
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
|
| 2461 |
-
.show > .btn-info.dropdown-toggle:focus {
|
| 2462 |
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
| 2463 |
-
}
|
| 2464 |
-
|
| 2465 |
-
.btn-warning {
|
| 2466 |
-
color: #212529;
|
| 2467 |
-
background-color: #ffc107;
|
| 2468 |
-
border-color: #ffc107;
|
| 2469 |
-
}
|
| 2470 |
-
|
| 2471 |
-
.btn-warning:hover {
|
| 2472 |
-
color: #212529;
|
| 2473 |
-
background-color: #e0a800;
|
| 2474 |
-
border-color: #d39e00;
|
| 2475 |
-
}
|
| 2476 |
-
|
| 2477 |
-
.btn-warning:focus, .btn-warning.focus {
|
| 2478 |
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
| 2479 |
-
}
|
| 2480 |
-
|
| 2481 |
-
.btn-warning.disabled, .btn-warning:disabled {
|
| 2482 |
-
color: #212529;
|
| 2483 |
-
background-color: #ffc107;
|
| 2484 |
-
border-color: #ffc107;
|
| 2485 |
-
}
|
| 2486 |
-
|
| 2487 |
-
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
|
| 2488 |
-
.show > .btn-warning.dropdown-toggle {
|
| 2489 |
-
color: #212529;
|
| 2490 |
-
background-color: #d39e00;
|
| 2491 |
-
border-color: #c69500;
|
| 2492 |
-
}
|
| 2493 |
-
|
| 2494 |
-
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
|
| 2495 |
-
.show > .btn-warning.dropdown-toggle:focus {
|
| 2496 |
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
| 2497 |
-
}
|
| 2498 |
-
|
| 2499 |
-
.btn-danger {
|
| 2500 |
-
color: #fff;
|
| 2501 |
-
background-color: #dc3545;
|
| 2502 |
-
border-color: #dc3545;
|
| 2503 |
-
}
|
| 2504 |
-
|
| 2505 |
-
.btn-danger:hover {
|
| 2506 |
-
color: #fff;
|
| 2507 |
-
background-color: #c82333;
|
| 2508 |
-
border-color: #bd2130;
|
| 2509 |
-
}
|
| 2510 |
-
|
| 2511 |
-
.btn-danger:focus, .btn-danger.focus {
|
| 2512 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
| 2513 |
-
}
|
| 2514 |
-
|
| 2515 |
-
.btn-danger.disabled, .btn-danger:disabled {
|
| 2516 |
-
color: #fff;
|
| 2517 |
-
background-color: #dc3545;
|
| 2518 |
-
border-color: #dc3545;
|
| 2519 |
-
}
|
| 2520 |
-
|
| 2521 |
-
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
|
| 2522 |
-
.show > .btn-danger.dropdown-toggle {
|
| 2523 |
-
color: #fff;
|
| 2524 |
-
background-color: #bd2130;
|
| 2525 |
-
border-color: #b21f2d;
|
| 2526 |
-
}
|
| 2527 |
-
|
| 2528 |
-
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
|
| 2529 |
-
.show > .btn-danger.dropdown-toggle:focus {
|
| 2530 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
| 2531 |
-
}
|
| 2532 |
-
|
| 2533 |
-
.btn-light {
|
| 2534 |
-
color: #212529;
|
| 2535 |
-
background-color: #f8f9fa;
|
| 2536 |
-
border-color: #f8f9fa;
|
| 2537 |
-
}
|
| 2538 |
-
|
| 2539 |
-
.btn-light:hover {
|
| 2540 |
-
color: #212529;
|
| 2541 |
-
background-color: #e2e6ea;
|
| 2542 |
-
border-color: #dae0e5;
|
| 2543 |
-
}
|
| 2544 |
-
|
| 2545 |
-
.btn-light:focus, .btn-light.focus {
|
| 2546 |
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
| 2547 |
-
}
|
| 2548 |
-
|
| 2549 |
-
.btn-light.disabled, .btn-light:disabled {
|
| 2550 |
-
color: #212529;
|
| 2551 |
-
background-color: #f8f9fa;
|
| 2552 |
-
border-color: #f8f9fa;
|
| 2553 |
-
}
|
| 2554 |
-
|
| 2555 |
-
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
|
| 2556 |
-
.show > .btn-light.dropdown-toggle {
|
| 2557 |
-
color: #212529;
|
| 2558 |
-
background-color: #dae0e5;
|
| 2559 |
-
border-color: #d3d9df;
|
| 2560 |
-
}
|
| 2561 |
-
|
| 2562 |
-
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
|
| 2563 |
-
.show > .btn-light.dropdown-toggle:focus {
|
| 2564 |
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
| 2565 |
-
}
|
| 2566 |
-
|
| 2567 |
-
.btn-dark {
|
| 2568 |
-
color: #fff;
|
| 2569 |
-
background-color: #343a40;
|
| 2570 |
-
border-color: #343a40;
|
| 2571 |
-
}
|
| 2572 |
-
|
| 2573 |
-
.btn-dark:hover {
|
| 2574 |
-
color: #fff;
|
| 2575 |
-
background-color: #23272b;
|
| 2576 |
-
border-color: #1d2124;
|
| 2577 |
-
}
|
| 2578 |
-
|
| 2579 |
-
.btn-dark:focus, .btn-dark.focus {
|
| 2580 |
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
| 2581 |
-
}
|
| 2582 |
-
|
| 2583 |
-
.btn-dark.disabled, .btn-dark:disabled {
|
| 2584 |
-
color: #fff;
|
| 2585 |
-
background-color: #343a40;
|
| 2586 |
-
border-color: #343a40;
|
| 2587 |
-
}
|
| 2588 |
-
|
| 2589 |
-
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
|
| 2590 |
-
.show > .btn-dark.dropdown-toggle {
|
| 2591 |
-
color: #fff;
|
| 2592 |
-
background-color: #1d2124;
|
| 2593 |
-
border-color: #171a1d;
|
| 2594 |
-
}
|
| 2595 |
-
|
| 2596 |
-
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
|
| 2597 |
-
.show > .btn-dark.dropdown-toggle:focus {
|
| 2598 |
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
| 2599 |
-
}
|
| 2600 |
-
|
| 2601 |
-
.btn-outline-primary {
|
| 2602 |
-
color: #007bff;
|
| 2603 |
-
background-color: transparent;
|
| 2604 |
-
background-image: none;
|
| 2605 |
-
border-color: #007bff;
|
| 2606 |
-
}
|
| 2607 |
-
|
| 2608 |
-
.btn-outline-primary:hover {
|
| 2609 |
-
color: #fff;
|
| 2610 |
-
background-color: #007bff;
|
| 2611 |
-
border-color: #007bff;
|
| 2612 |
-
}
|
| 2613 |
-
|
| 2614 |
-
.btn-outline-primary:focus, .btn-outline-primary.focus {
|
| 2615 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
| 2616 |
-
}
|
| 2617 |
-
|
| 2618 |
-
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
|
| 2619 |
-
color: #007bff;
|
| 2620 |
-
background-color: transparent;
|
| 2621 |
-
}
|
| 2622 |
-
|
| 2623 |
-
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
|
| 2624 |
-
.show > .btn-outline-primary.dropdown-toggle {
|
| 2625 |
-
color: #fff;
|
| 2626 |
-
background-color: #007bff;
|
| 2627 |
-
border-color: #007bff;
|
| 2628 |
-
}
|
| 2629 |
-
|
| 2630 |
-
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
|
| 2631 |
-
.show > .btn-outline-primary.dropdown-toggle:focus {
|
| 2632 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
|
| 2633 |
-
}
|
| 2634 |
-
|
| 2635 |
-
.btn-outline-secondary {
|
| 2636 |
-
color: #6c757d;
|
| 2637 |
-
background-color: transparent;
|
| 2638 |
-
background-image: none;
|
| 2639 |
-
border-color: #6c757d;
|
| 2640 |
-
}
|
| 2641 |
-
|
| 2642 |
-
.btn-outline-secondary:hover {
|
| 2643 |
-
color: #fff;
|
| 2644 |
-
background-color: #6c757d;
|
| 2645 |
-
border-color: #6c757d;
|
| 2646 |
-
}
|
| 2647 |
-
|
| 2648 |
-
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
|
| 2649 |
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
| 2650 |
-
}
|
| 2651 |
-
|
| 2652 |
-
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
|
| 2653 |
-
color: #6c757d;
|
| 2654 |
-
background-color: transparent;
|
| 2655 |
-
}
|
| 2656 |
-
|
| 2657 |
-
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
|
| 2658 |
-
.show > .btn-outline-secondary.dropdown-toggle {
|
| 2659 |
-
color: #fff;
|
| 2660 |
-
background-color: #6c757d;
|
| 2661 |
-
border-color: #6c757d;
|
| 2662 |
-
}
|
| 2663 |
-
|
| 2664 |
-
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
|
| 2665 |
-
.show > .btn-outline-secondary.dropdown-toggle:focus {
|
| 2666 |
-
box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
|
| 2667 |
-
}
|
| 2668 |
-
|
| 2669 |
-
.btn-outline-success {
|
| 2670 |
-
color: #28a745;
|
| 2671 |
-
background-color: transparent;
|
| 2672 |
-
background-image: none;
|
| 2673 |
-
border-color: #28a745;
|
| 2674 |
-
}
|
| 2675 |
-
|
| 2676 |
-
.btn-outline-success:hover {
|
| 2677 |
-
color: #fff;
|
| 2678 |
-
background-color: #28a745;
|
| 2679 |
-
border-color: #28a745;
|
| 2680 |
-
}
|
| 2681 |
-
|
| 2682 |
-
.btn-outline-success:focus, .btn-outline-success.focus {
|
| 2683 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
| 2684 |
-
}
|
| 2685 |
-
|
| 2686 |
-
.btn-outline-success.disabled, .btn-outline-success:disabled {
|
| 2687 |
-
color: #28a745;
|
| 2688 |
-
background-color: transparent;
|
| 2689 |
-
}
|
| 2690 |
-
|
| 2691 |
-
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
|
| 2692 |
-
.show > .btn-outline-success.dropdown-toggle {
|
| 2693 |
-
color: #fff;
|
| 2694 |
-
background-color: #28a745;
|
| 2695 |
-
border-color: #28a745;
|
| 2696 |
-
}
|
| 2697 |
-
|
| 2698 |
-
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
|
| 2699 |
-
.show > .btn-outline-success.dropdown-toggle:focus {
|
| 2700 |
-
box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
|
| 2701 |
-
}
|
| 2702 |
-
|
| 2703 |
-
.btn-outline-info {
|
| 2704 |
-
color: #17a2b8;
|
| 2705 |
-
background-color: transparent;
|
| 2706 |
-
background-image: none;
|
| 2707 |
-
border-color: #17a2b8;
|
| 2708 |
-
}
|
| 2709 |
-
|
| 2710 |
-
.btn-outline-info:hover {
|
| 2711 |
-
color: #fff;
|
| 2712 |
-
background-color: #17a2b8;
|
| 2713 |
-
border-color: #17a2b8;
|
| 2714 |
-
}
|
| 2715 |
-
|
| 2716 |
-
.btn-outline-info:focus, .btn-outline-info.focus {
|
| 2717 |
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
| 2718 |
-
}
|
| 2719 |
-
|
| 2720 |
-
.btn-outline-info.disabled, .btn-outline-info:disabled {
|
| 2721 |
-
color: #17a2b8;
|
| 2722 |
-
background-color: transparent;
|
| 2723 |
-
}
|
| 2724 |
-
|
| 2725 |
-
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
|
| 2726 |
-
.show > .btn-outline-info.dropdown-toggle {
|
| 2727 |
-
color: #fff;
|
| 2728 |
-
background-color: #17a2b8;
|
| 2729 |
-
border-color: #17a2b8;
|
| 2730 |
-
}
|
| 2731 |
-
|
| 2732 |
-
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
|
| 2733 |
-
.show > .btn-outline-info.dropdown-toggle:focus {
|
| 2734 |
-
box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
|
| 2735 |
-
}
|
| 2736 |
-
|
| 2737 |
-
.btn-outline-warning {
|
| 2738 |
-
color: #ffc107;
|
| 2739 |
-
background-color: transparent;
|
| 2740 |
-
background-image: none;
|
| 2741 |
-
border-color: #ffc107;
|
| 2742 |
-
}
|
| 2743 |
-
|
| 2744 |
-
.btn-outline-warning:hover {
|
| 2745 |
-
color: #212529;
|
| 2746 |
-
background-color: #ffc107;
|
| 2747 |
-
border-color: #ffc107;
|
| 2748 |
-
}
|
| 2749 |
-
|
| 2750 |
-
.btn-outline-warning:focus, .btn-outline-warning.focus {
|
| 2751 |
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
| 2752 |
-
}
|
| 2753 |
-
|
| 2754 |
-
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
|
| 2755 |
-
color: #ffc107;
|
| 2756 |
-
background-color: transparent;
|
| 2757 |
-
}
|
| 2758 |
-
|
| 2759 |
-
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
|
| 2760 |
-
.show > .btn-outline-warning.dropdown-toggle {
|
| 2761 |
-
color: #212529;
|
| 2762 |
-
background-color: #ffc107;
|
| 2763 |
-
border-color: #ffc107;
|
| 2764 |
-
}
|
| 2765 |
-
|
| 2766 |
-
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
|
| 2767 |
-
.show > .btn-outline-warning.dropdown-toggle:focus {
|
| 2768 |
-
box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
|
| 2769 |
-
}
|
| 2770 |
-
|
| 2771 |
-
.btn-outline-danger {
|
| 2772 |
-
color: #dc3545;
|
| 2773 |
-
background-color: transparent;
|
| 2774 |
-
background-image: none;
|
| 2775 |
-
border-color: #dc3545;
|
| 2776 |
-
}
|
| 2777 |
-
|
| 2778 |
-
.btn-outline-danger:hover {
|
| 2779 |
-
color: #fff;
|
| 2780 |
-
background-color: #dc3545;
|
| 2781 |
-
border-color: #dc3545;
|
| 2782 |
-
}
|
| 2783 |
-
|
| 2784 |
-
.btn-outline-danger:focus, .btn-outline-danger.focus {
|
| 2785 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
| 2786 |
-
}
|
| 2787 |
-
|
| 2788 |
-
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
|
| 2789 |
-
color: #dc3545;
|
| 2790 |
-
background-color: transparent;
|
| 2791 |
-
}
|
| 2792 |
-
|
| 2793 |
-
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
|
| 2794 |
-
.show > .btn-outline-danger.dropdown-toggle {
|
| 2795 |
-
color: #fff;
|
| 2796 |
-
background-color: #dc3545;
|
| 2797 |
-
border-color: #dc3545;
|
| 2798 |
-
}
|
| 2799 |
-
|
| 2800 |
-
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
|
| 2801 |
-
.show > .btn-outline-danger.dropdown-toggle:focus {
|
| 2802 |
-
box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
|
| 2803 |
-
}
|
| 2804 |
-
|
| 2805 |
-
.btn-outline-light {
|
| 2806 |
-
color: #f8f9fa;
|
| 2807 |
-
background-color: transparent;
|
| 2808 |
-
background-image: none;
|
| 2809 |
-
border-color: #f8f9fa;
|
| 2810 |
-
}
|
| 2811 |
-
|
| 2812 |
-
.btn-outline-light:hover {
|
| 2813 |
-
color: #212529;
|
| 2814 |
-
background-color: #f8f9fa;
|
| 2815 |
-
border-color: #f8f9fa;
|
| 2816 |
-
}
|
| 2817 |
-
|
| 2818 |
-
.btn-outline-light:focus, .btn-outline-light.focus {
|
| 2819 |
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
| 2820 |
-
}
|
| 2821 |
-
|
| 2822 |
-
.btn-outline-light.disabled, .btn-outline-light:disabled {
|
| 2823 |
-
color: #f8f9fa;
|
| 2824 |
-
background-color: transparent;
|
| 2825 |
-
}
|
| 2826 |
-
|
| 2827 |
-
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
|
| 2828 |
-
.show > .btn-outline-light.dropdown-toggle {
|
| 2829 |
-
color: #212529;
|
| 2830 |
-
background-color: #f8f9fa;
|
| 2831 |
-
border-color: #f8f9fa;
|
| 2832 |
-
}
|
| 2833 |
-
|
| 2834 |
-
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
|
| 2835 |
-
.show > .btn-outline-light.dropdown-toggle:focus {
|
| 2836 |
-
box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
|
| 2837 |
-
}
|
| 2838 |
-
|
| 2839 |
-
.btn-outline-dark {
|
| 2840 |
-
color: #343a40;
|
| 2841 |
-
background-color: transparent;
|
| 2842 |
-
background-image: none;
|
| 2843 |
-
border-color: #343a40;
|
| 2844 |
-
}
|
| 2845 |
-
|
| 2846 |
-
.btn-outline-dark:hover {
|
| 2847 |
-
color: #fff;
|
| 2848 |
-
background-color: #343a40;
|
| 2849 |
-
border-color: #343a40;
|
| 2850 |
-
}
|
| 2851 |
-
|
| 2852 |
-
.btn-outline-dark:focus, .btn-outline-dark.focus {
|
| 2853 |
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
| 2854 |
-
}
|
| 2855 |
-
|
| 2856 |
-
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
|
| 2857 |
-
color: #343a40;
|
| 2858 |
-
background-color: transparent;
|
| 2859 |
-
}
|
| 2860 |
-
|
| 2861 |
-
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
|
| 2862 |
-
.show > .btn-outline-dark.dropdown-toggle {
|
| 2863 |
-
color: #fff;
|
| 2864 |
-
background-color: #343a40;
|
| 2865 |
-
border-color: #343a40;
|
| 2866 |
-
}
|
| 2867 |
-
|
| 2868 |
-
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
|
| 2869 |
-
.show > .btn-outline-dark.dropdown-toggle:focus {
|
| 2870 |
-
box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
|
| 2871 |
-
}
|
| 2872 |
-
|
| 2873 |
-
.btn-link {
|
| 2874 |
-
font-weight: 400;
|
| 2875 |
-
color: #007bff;
|
| 2876 |
-
background-color: transparent;
|
| 2877 |
-
}
|
| 2878 |
-
|
| 2879 |
-
.btn-link:hover {
|
| 2880 |
-
color: #0056b3;
|
| 2881 |
-
text-decoration: underline;
|
| 2882 |
-
background-color: transparent;
|
| 2883 |
-
border-color: transparent;
|
| 2884 |
-
}
|
| 2885 |
-
|
| 2886 |
-
.btn-link:focus, .btn-link.focus {
|
| 2887 |
-
text-decoration: underline;
|
| 2888 |
-
border-color: transparent;
|
| 2889 |
-
box-shadow: none;
|
| 2890 |
-
}
|
| 2891 |
-
|
| 2892 |
-
.btn-link:disabled, .btn-link.disabled {
|
| 2893 |
-
color: #6c757d;
|
| 2894 |
-
pointer-events: none;
|
| 2895 |
-
}
|
| 2896 |
-
|
| 2897 |
-
.btn-lg, .btn-group-lg > .btn {
|
| 2898 |
-
padding: 0.5rem 1rem;
|
| 2899 |
-
font-size: 1.25rem;
|
| 2900 |
-
line-height: 1.5;
|
| 2901 |
-
border-radius: 0.3rem;
|
| 2902 |
-
}
|
| 2903 |
-
|
| 2904 |
-
.btn-sm, .btn-group-sm > .btn {
|
| 2905 |
-
padding: 0.25rem 0.5rem;
|
| 2906 |
-
font-size: 0.875rem;
|
| 2907 |
-
line-height: 1.5;
|
| 2908 |
-
border-radius: 0.2rem;
|
| 2909 |
-
}
|
| 2910 |
-
|
| 2911 |
-
.btn-block {
|
| 2912 |
-
display: block;
|
| 2913 |
-
width: 100%;
|
| 2914 |
-
}
|
| 2915 |
-
|
| 2916 |
-
.btn-block + .btn-block {
|
| 2917 |
-
margin-top: 0.5rem;
|
| 2918 |
-
}
|
| 2919 |
-
|
| 2920 |
-
input[type="submit"].btn-block,
|
| 2921 |
-
input[type="reset"].btn-block,
|
| 2922 |
-
input[type="button"].btn-block {
|
| 2923 |
-
width: 100%;
|
| 2924 |
-
}
|
| 2925 |
-
|
| 2926 |
-
.fade {
|
| 2927 |
-
transition: opacity 0.15s linear;
|
| 2928 |
-
}
|
| 2929 |
-
|
| 2930 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 2931 |
-
.fade {
|
| 2932 |
-
transition: none;
|
| 2933 |
-
}
|
| 2934 |
-
}
|
| 2935 |
-
|
| 2936 |
-
.fade:not(.show) {
|
| 2937 |
-
opacity: 0;
|
| 2938 |
-
}
|
| 2939 |
-
|
| 2940 |
-
.collapse:not(.show) {
|
| 2941 |
-
display: none;
|
| 2942 |
-
}
|
| 2943 |
-
|
| 2944 |
-
.collapsing {
|
| 2945 |
-
position: relative;
|
| 2946 |
-
height: 0;
|
| 2947 |
-
overflow: hidden;
|
| 2948 |
-
transition: height 0.35s ease;
|
| 2949 |
-
}
|
| 2950 |
-
|
| 2951 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 2952 |
-
.collapsing {
|
| 2953 |
-
transition: none;
|
| 2954 |
-
}
|
| 2955 |
-
}
|
| 2956 |
-
|
| 2957 |
-
.dropup,
|
| 2958 |
-
.dropright,
|
| 2959 |
-
.dropdown,
|
| 2960 |
-
.dropleft {
|
| 2961 |
-
position: relative;
|
| 2962 |
-
}
|
| 2963 |
-
|
| 2964 |
-
.dropdown-toggle::after {
|
| 2965 |
-
display: inline-block;
|
| 2966 |
-
width: 0;
|
| 2967 |
-
height: 0;
|
| 2968 |
-
margin-left: 0.255em;
|
| 2969 |
-
vertical-align: 0.255em;
|
| 2970 |
-
content: "";
|
| 2971 |
-
border-top: 0.3em solid;
|
| 2972 |
-
border-right: 0.3em solid transparent;
|
| 2973 |
-
border-bottom: 0;
|
| 2974 |
-
border-left: 0.3em solid transparent;
|
| 2975 |
-
}
|
| 2976 |
-
|
| 2977 |
-
.dropdown-toggle:empty::after {
|
| 2978 |
-
margin-left: 0;
|
| 2979 |
-
}
|
| 2980 |
-
|
| 2981 |
-
.dropdown-menu {
|
| 2982 |
-
position: absolute;
|
| 2983 |
-
top: 100%;
|
| 2984 |
-
left: 0;
|
| 2985 |
-
z-index: 1000;
|
| 2986 |
-
display: none;
|
| 2987 |
-
float: left;
|
| 2988 |
-
min-width: 10rem;
|
| 2989 |
-
padding: 0.5rem 0;
|
| 2990 |
-
margin: 0.125rem 0 0;
|
| 2991 |
-
font-size: 1rem;
|
| 2992 |
-
color: #212529;
|
| 2993 |
-
text-align: left;
|
| 2994 |
-
list-style: none;
|
| 2995 |
-
background-color: #fff;
|
| 2996 |
-
background-clip: padding-box;
|
| 2997 |
-
border: 1px solid rgba(0, 0, 0, 0.15);
|
| 2998 |
-
border-radius: 0.25rem;
|
| 2999 |
-
}
|
| 3000 |
-
|
| 3001 |
-
.dropdown-menu-right {
|
| 3002 |
-
right: 0;
|
| 3003 |
-
left: auto;
|
| 3004 |
-
}
|
| 3005 |
-
|
| 3006 |
-
.dropup .dropdown-menu {
|
| 3007 |
-
top: auto;
|
| 3008 |
-
bottom: 100%;
|
| 3009 |
-
margin-top: 0;
|
| 3010 |
-
margin-bottom: 0.125rem;
|
| 3011 |
-
}
|
| 3012 |
-
|
| 3013 |
-
.dropup .dropdown-toggle::after {
|
| 3014 |
-
display: inline-block;
|
| 3015 |
-
width: 0;
|
| 3016 |
-
height: 0;
|
| 3017 |
-
margin-left: 0.255em;
|
| 3018 |
-
vertical-align: 0.255em;
|
| 3019 |
-
content: "";
|
| 3020 |
-
border-top: 0;
|
| 3021 |
-
border-right: 0.3em solid transparent;
|
| 3022 |
-
border-bottom: 0.3em solid;
|
| 3023 |
-
border-left: 0.3em solid transparent;
|
| 3024 |
-
}
|
| 3025 |
-
|
| 3026 |
-
.dropup .dropdown-toggle:empty::after {
|
| 3027 |
-
margin-left: 0;
|
| 3028 |
-
}
|
| 3029 |
-
|
| 3030 |
-
.dropright .dropdown-menu {
|
| 3031 |
-
top: 0;
|
| 3032 |
-
right: auto;
|
| 3033 |
-
left: 100%;
|
| 3034 |
-
margin-top: 0;
|
| 3035 |
-
margin-left: 0.125rem;
|
| 3036 |
-
}
|
| 3037 |
-
|
| 3038 |
-
.dropright .dropdown-toggle::after {
|
| 3039 |
-
display: inline-block;
|
| 3040 |
-
width: 0;
|
| 3041 |
-
height: 0;
|
| 3042 |
-
margin-left: 0.255em;
|
| 3043 |
-
vertical-align: 0.255em;
|
| 3044 |
-
content: "";
|
| 3045 |
-
border-top: 0.3em solid transparent;
|
| 3046 |
-
border-right: 0;
|
| 3047 |
-
border-bottom: 0.3em solid transparent;
|
| 3048 |
-
border-left: 0.3em solid;
|
| 3049 |
-
}
|
| 3050 |
-
|
| 3051 |
-
.dropright .dropdown-toggle:empty::after {
|
| 3052 |
-
margin-left: 0;
|
| 3053 |
-
}
|
| 3054 |
-
|
| 3055 |
-
.dropright .dropdown-toggle::after {
|
| 3056 |
-
vertical-align: 0;
|
| 3057 |
-
}
|
| 3058 |
-
|
| 3059 |
-
.dropleft .dropdown-menu {
|
| 3060 |
-
top: 0;
|
| 3061 |
-
right: 100%;
|
| 3062 |
-
left: auto;
|
| 3063 |
-
margin-top: 0;
|
| 3064 |
-
margin-right: 0.125rem;
|
| 3065 |
-
}
|
| 3066 |
-
|
| 3067 |
-
.dropleft .dropdown-toggle::after {
|
| 3068 |
-
display: inline-block;
|
| 3069 |
-
width: 0;
|
| 3070 |
-
height: 0;
|
| 3071 |
-
margin-left: 0.255em;
|
| 3072 |
-
vertical-align: 0.255em;
|
| 3073 |
-
content: "";
|
| 3074 |
-
}
|
| 3075 |
-
|
| 3076 |
-
.dropleft .dropdown-toggle::after {
|
| 3077 |
-
display: none;
|
| 3078 |
-
}
|
| 3079 |
-
|
| 3080 |
-
.dropleft .dropdown-toggle::before {
|
| 3081 |
-
display: inline-block;
|
| 3082 |
-
width: 0;
|
| 3083 |
-
height: 0;
|
| 3084 |
-
margin-right: 0.255em;
|
| 3085 |
-
vertical-align: 0.255em;
|
| 3086 |
-
content: "";
|
| 3087 |
-
border-top: 0.3em solid transparent;
|
| 3088 |
-
border-right: 0.3em solid;
|
| 3089 |
-
border-bottom: 0.3em solid transparent;
|
| 3090 |
-
}
|
| 3091 |
-
|
| 3092 |
-
.dropleft .dropdown-toggle:empty::after {
|
| 3093 |
-
margin-left: 0;
|
| 3094 |
-
}
|
| 3095 |
-
|
| 3096 |
-
.dropleft .dropdown-toggle::before {
|
| 3097 |
-
vertical-align: 0;
|
| 3098 |
-
}
|
| 3099 |
-
|
| 3100 |
-
.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
|
| 3101 |
-
right: auto;
|
| 3102 |
-
bottom: auto;
|
| 3103 |
-
}
|
| 3104 |
-
|
| 3105 |
-
.dropdown-divider {
|
| 3106 |
-
height: 0;
|
| 3107 |
-
margin: 0.5rem 0;
|
| 3108 |
-
overflow: hidden;
|
| 3109 |
-
border-top: 1px solid #e9ecef;
|
| 3110 |
-
}
|
| 3111 |
-
|
| 3112 |
-
.dropdown-item {
|
| 3113 |
-
display: block;
|
| 3114 |
-
width: 100%;
|
| 3115 |
-
padding: 0.25rem 1.5rem;
|
| 3116 |
-
clear: both;
|
| 3117 |
-
font-weight: 400;
|
| 3118 |
-
color: #212529;
|
| 3119 |
-
text-align: inherit;
|
| 3120 |
-
white-space: nowrap;
|
| 3121 |
-
background-color: transparent;
|
| 3122 |
-
border: 0;
|
| 3123 |
-
}
|
| 3124 |
-
|
| 3125 |
-
.dropdown-item:hover, .dropdown-item:focus {
|
| 3126 |
-
color: #16181b;
|
| 3127 |
-
text-decoration: none;
|
| 3128 |
-
background-color: #f8f9fa;
|
| 3129 |
-
}
|
| 3130 |
-
|
| 3131 |
-
.dropdown-item.active, .dropdown-item:active {
|
| 3132 |
-
color: #fff;
|
| 3133 |
-
text-decoration: none;
|
| 3134 |
-
background-color: #007bff;
|
| 3135 |
-
}
|
| 3136 |
-
|
| 3137 |
-
.dropdown-item.disabled, .dropdown-item:disabled {
|
| 3138 |
-
color: #6c757d;
|
| 3139 |
-
background-color: transparent;
|
| 3140 |
-
}
|
| 3141 |
-
|
| 3142 |
-
.dropdown-menu.show {
|
| 3143 |
-
display: block;
|
| 3144 |
-
}
|
| 3145 |
-
|
| 3146 |
-
.dropdown-header {
|
| 3147 |
-
display: block;
|
| 3148 |
-
padding: 0.5rem 1.5rem;
|
| 3149 |
-
margin-bottom: 0;
|
| 3150 |
-
font-size: 0.875rem;
|
| 3151 |
-
color: #6c757d;
|
| 3152 |
-
white-space: nowrap;
|
| 3153 |
-
}
|
| 3154 |
-
|
| 3155 |
-
.dropdown-item-text {
|
| 3156 |
-
display: block;
|
| 3157 |
-
padding: 0.25rem 1.5rem;
|
| 3158 |
-
color: #212529;
|
| 3159 |
-
}
|
| 3160 |
-
|
| 3161 |
-
.btn-group,
|
| 3162 |
-
.btn-group-vertical {
|
| 3163 |
-
position: relative;
|
| 3164 |
-
display: -ms-inline-flexbox;
|
| 3165 |
-
display: inline-flex;
|
| 3166 |
-
vertical-align: middle;
|
| 3167 |
-
}
|
| 3168 |
-
|
| 3169 |
-
.btn-group > .btn,
|
| 3170 |
-
.btn-group-vertical > .btn {
|
| 3171 |
-
position: relative;
|
| 3172 |
-
-ms-flex: 0 1 auto;
|
| 3173 |
-
flex: 0 1 auto;
|
| 3174 |
-
}
|
| 3175 |
-
|
| 3176 |
-
.btn-group > .btn:hover,
|
| 3177 |
-
.btn-group-vertical > .btn:hover {
|
| 3178 |
-
z-index: 1;
|
| 3179 |
-
}
|
| 3180 |
-
|
| 3181 |
-
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
|
| 3182 |
-
.btn-group-vertical > .btn:focus,
|
| 3183 |
-
.btn-group-vertical > .btn:active,
|
| 3184 |
-
.btn-group-vertical > .btn.active {
|
| 3185 |
-
z-index: 1;
|
| 3186 |
-
}
|
| 3187 |
-
|
| 3188 |
-
.btn-group .btn + .btn,
|
| 3189 |
-
.btn-group .btn + .btn-group,
|
| 3190 |
-
.btn-group .btn-group + .btn,
|
| 3191 |
-
.btn-group .btn-group + .btn-group,
|
| 3192 |
-
.btn-group-vertical .btn + .btn,
|
| 3193 |
-
.btn-group-vertical .btn + .btn-group,
|
| 3194 |
-
.btn-group-vertical .btn-group + .btn,
|
| 3195 |
-
.btn-group-vertical .btn-group + .btn-group {
|
| 3196 |
-
margin-left: -1px;
|
| 3197 |
-
}
|
| 3198 |
-
|
| 3199 |
-
.btn-toolbar {
|
| 3200 |
-
display: -ms-flexbox;
|
| 3201 |
-
display: flex;
|
| 3202 |
-
-ms-flex-wrap: wrap;
|
| 3203 |
-
flex-wrap: wrap;
|
| 3204 |
-
-ms-flex-pack: start;
|
| 3205 |
-
justify-content: flex-start;
|
| 3206 |
-
}
|
| 3207 |
-
|
| 3208 |
-
.btn-toolbar .input-group {
|
| 3209 |
-
width: auto;
|
| 3210 |
-
}
|
| 3211 |
-
|
| 3212 |
-
.btn-group > .btn:first-child {
|
| 3213 |
-
margin-left: 0;
|
| 3214 |
-
}
|
| 3215 |
-
|
| 3216 |
-
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
|
| 3217 |
-
.btn-group > .btn-group:not(:last-child) > .btn {
|
| 3218 |
-
border-top-right-radius: 0;
|
| 3219 |
-
border-bottom-right-radius: 0;
|
| 3220 |
-
}
|
| 3221 |
-
|
| 3222 |
-
.btn-group > .btn:not(:first-child),
|
| 3223 |
-
.btn-group > .btn-group:not(:first-child) > .btn {
|
| 3224 |
-
border-top-left-radius: 0;
|
| 3225 |
-
border-bottom-left-radius: 0;
|
| 3226 |
-
}
|
| 3227 |
-
|
| 3228 |
-
.dropdown-toggle-split {
|
| 3229 |
-
padding-right: 0.5625rem;
|
| 3230 |
-
padding-left: 0.5625rem;
|
| 3231 |
-
}
|
| 3232 |
-
|
| 3233 |
-
.dropdown-toggle-split::after,
|
| 3234 |
-
.dropup .dropdown-toggle-split::after,
|
| 3235 |
-
.dropright .dropdown-toggle-split::after {
|
| 3236 |
-
margin-left: 0;
|
| 3237 |
-
}
|
| 3238 |
-
|
| 3239 |
-
.dropleft .dropdown-toggle-split::before {
|
| 3240 |
-
margin-right: 0;
|
| 3241 |
-
}
|
| 3242 |
-
|
| 3243 |
-
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
|
| 3244 |
-
padding-right: 0.375rem;
|
| 3245 |
-
padding-left: 0.375rem;
|
| 3246 |
-
}
|
| 3247 |
-
|
| 3248 |
-
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
|
| 3249 |
-
padding-right: 0.75rem;
|
| 3250 |
-
padding-left: 0.75rem;
|
| 3251 |
-
}
|
| 3252 |
-
|
| 3253 |
-
.btn-group-vertical {
|
| 3254 |
-
-ms-flex-direction: column;
|
| 3255 |
-
flex-direction: column;
|
| 3256 |
-
-ms-flex-align: start;
|
| 3257 |
-
align-items: flex-start;
|
| 3258 |
-
-ms-flex-pack: center;
|
| 3259 |
-
justify-content: center;
|
| 3260 |
-
}
|
| 3261 |
-
|
| 3262 |
-
.btn-group-vertical .btn,
|
| 3263 |
-
.btn-group-vertical .btn-group {
|
| 3264 |
-
width: 100%;
|
| 3265 |
-
}
|
| 3266 |
-
|
| 3267 |
-
.btn-group-vertical > .btn + .btn,
|
| 3268 |
-
.btn-group-vertical > .btn + .btn-group,
|
| 3269 |
-
.btn-group-vertical > .btn-group + .btn,
|
| 3270 |
-
.btn-group-vertical > .btn-group + .btn-group {
|
| 3271 |
-
margin-top: -1px;
|
| 3272 |
-
margin-left: 0;
|
| 3273 |
-
}
|
| 3274 |
-
|
| 3275 |
-
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
|
| 3276 |
-
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
|
| 3277 |
-
border-bottom-right-radius: 0;
|
| 3278 |
-
border-bottom-left-radius: 0;
|
| 3279 |
-
}
|
| 3280 |
-
|
| 3281 |
-
.btn-group-vertical > .btn:not(:first-child),
|
| 3282 |
-
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
|
| 3283 |
-
border-top-left-radius: 0;
|
| 3284 |
-
border-top-right-radius: 0;
|
| 3285 |
-
}
|
| 3286 |
-
|
| 3287 |
-
.btn-group-toggle > .btn,
|
| 3288 |
-
.btn-group-toggle > .btn-group > .btn {
|
| 3289 |
-
margin-bottom: 0;
|
| 3290 |
-
}
|
| 3291 |
-
|
| 3292 |
-
.btn-group-toggle > .btn input[type="radio"],
|
| 3293 |
-
.btn-group-toggle > .btn input[type="checkbox"],
|
| 3294 |
-
.btn-group-toggle > .btn-group > .btn input[type="radio"],
|
| 3295 |
-
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
|
| 3296 |
-
position: absolute;
|
| 3297 |
-
clip: rect(0, 0, 0, 0);
|
| 3298 |
-
pointer-events: none;
|
| 3299 |
-
}
|
| 3300 |
-
|
| 3301 |
-
.input-group {
|
| 3302 |
-
position: relative;
|
| 3303 |
-
display: -ms-flexbox;
|
| 3304 |
-
display: flex;
|
| 3305 |
-
-ms-flex-wrap: wrap;
|
| 3306 |
-
flex-wrap: wrap;
|
| 3307 |
-
-ms-flex-align: stretch;
|
| 3308 |
-
align-items: stretch;
|
| 3309 |
-
width: 100%;
|
| 3310 |
-
}
|
| 3311 |
-
|
| 3312 |
-
.input-group > .form-control,
|
| 3313 |
-
.input-group > .custom-select,
|
| 3314 |
-
.input-group > .custom-file {
|
| 3315 |
-
position: relative;
|
| 3316 |
-
-ms-flex: 1 1 auto;
|
| 3317 |
-
flex: 1 1 auto;
|
| 3318 |
-
width: 1%;
|
| 3319 |
-
margin-bottom: 0;
|
| 3320 |
-
}
|
| 3321 |
-
|
| 3322 |
-
.input-group > .form-control + .form-control,
|
| 3323 |
-
.input-group > .form-control + .custom-select,
|
| 3324 |
-
.input-group > .form-control + .custom-file,
|
| 3325 |
-
.input-group > .custom-select + .form-control,
|
| 3326 |
-
.input-group > .custom-select + .custom-select,
|
| 3327 |
-
.input-group > .custom-select + .custom-file,
|
| 3328 |
-
.input-group > .custom-file + .form-control,
|
| 3329 |
-
.input-group > .custom-file + .custom-select,
|
| 3330 |
-
.input-group > .custom-file + .custom-file {
|
| 3331 |
-
margin-left: -1px;
|
| 3332 |
-
}
|
| 3333 |
-
|
| 3334 |
-
.input-group > .form-control:focus,
|
| 3335 |
-
.input-group > .custom-select:focus,
|
| 3336 |
-
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
|
| 3337 |
-
z-index: 3;
|
| 3338 |
-
}
|
| 3339 |
-
|
| 3340 |
-
.input-group > .custom-file .custom-file-input:focus {
|
| 3341 |
-
z-index: 4;
|
| 3342 |
-
}
|
| 3343 |
-
|
| 3344 |
-
.input-group > .form-control:not(:last-child),
|
| 3345 |
-
.input-group > .custom-select:not(:last-child) {
|
| 3346 |
-
border-top-right-radius: 0;
|
| 3347 |
-
border-bottom-right-radius: 0;
|
| 3348 |
-
}
|
| 3349 |
-
|
| 3350 |
-
.input-group > .form-control:not(:first-child),
|
| 3351 |
-
.input-group > .custom-select:not(:first-child) {
|
| 3352 |
-
border-top-left-radius: 0;
|
| 3353 |
-
border-bottom-left-radius: 0;
|
| 3354 |
-
}
|
| 3355 |
-
|
| 3356 |
-
.input-group > .custom-file {
|
| 3357 |
-
display: -ms-flexbox;
|
| 3358 |
-
display: flex;
|
| 3359 |
-
-ms-flex-align: center;
|
| 3360 |
-
align-items: center;
|
| 3361 |
-
}
|
| 3362 |
-
|
| 3363 |
-
.input-group > .custom-file:not(:last-child) .custom-file-label,
|
| 3364 |
-
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
|
| 3365 |
-
border-top-right-radius: 0;
|
| 3366 |
-
border-bottom-right-radius: 0;
|
| 3367 |
-
}
|
| 3368 |
-
|
| 3369 |
-
.input-group > .custom-file:not(:first-child) .custom-file-label {
|
| 3370 |
-
border-top-left-radius: 0;
|
| 3371 |
-
border-bottom-left-radius: 0;
|
| 3372 |
-
}
|
| 3373 |
-
|
| 3374 |
-
.input-group-prepend,
|
| 3375 |
-
.input-group-append {
|
| 3376 |
-
display: -ms-flexbox;
|
| 3377 |
-
display: flex;
|
| 3378 |
-
}
|
| 3379 |
-
|
| 3380 |
-
.input-group-prepend .btn,
|
| 3381 |
-
.input-group-append .btn {
|
| 3382 |
-
position: relative;
|
| 3383 |
-
z-index: 2;
|
| 3384 |
-
}
|
| 3385 |
-
|
| 3386 |
-
.input-group-prepend .btn + .btn,
|
| 3387 |
-
.input-group-prepend .btn + .input-group-text,
|
| 3388 |
-
.input-group-prepend .input-group-text + .input-group-text,
|
| 3389 |
-
.input-group-prepend .input-group-text + .btn,
|
| 3390 |
-
.input-group-append .btn + .btn,
|
| 3391 |
-
.input-group-append .btn + .input-group-text,
|
| 3392 |
-
.input-group-append .input-group-text + .input-group-text,
|
| 3393 |
-
.input-group-append .input-group-text + .btn {
|
| 3394 |
-
margin-left: -1px;
|
| 3395 |
-
}
|
| 3396 |
-
|
| 3397 |
-
.input-group-prepend {
|
| 3398 |
-
margin-right: -1px;
|
| 3399 |
-
}
|
| 3400 |
-
|
| 3401 |
-
.input-group-append {
|
| 3402 |
-
margin-left: -1px;
|
| 3403 |
-
}
|
| 3404 |
-
|
| 3405 |
-
.input-group-text {
|
| 3406 |
-
display: -ms-flexbox;
|
| 3407 |
-
display: flex;
|
| 3408 |
-
-ms-flex-align: center;
|
| 3409 |
-
align-items: center;
|
| 3410 |
-
padding: 0.375rem 0.75rem;
|
| 3411 |
-
margin-bottom: 0;
|
| 3412 |
-
font-size: 1rem;
|
| 3413 |
-
font-weight: 400;
|
| 3414 |
-
line-height: 1.5;
|
| 3415 |
-
color: #495057;
|
| 3416 |
-
text-align: center;
|
| 3417 |
-
white-space: nowrap;
|
| 3418 |
-
background-color: #e9ecef;
|
| 3419 |
-
border: 1px solid #ced4da;
|
| 3420 |
-
border-radius: 0.25rem;
|
| 3421 |
-
}
|
| 3422 |
-
|
| 3423 |
-
.input-group-text input[type="radio"],
|
| 3424 |
-
.input-group-text input[type="checkbox"] {
|
| 3425 |
-
margin-top: 0;
|
| 3426 |
-
}
|
| 3427 |
-
|
| 3428 |
-
.input-group-lg > .form-control,
|
| 3429 |
-
.input-group-lg > .input-group-prepend > .input-group-text,
|
| 3430 |
-
.input-group-lg > .input-group-append > .input-group-text,
|
| 3431 |
-
.input-group-lg > .input-group-prepend > .btn,
|
| 3432 |
-
.input-group-lg > .input-group-append > .btn {
|
| 3433 |
-
height: calc(2.875rem + 2px);
|
| 3434 |
-
padding: 0.5rem 1rem;
|
| 3435 |
-
font-size: 1.25rem;
|
| 3436 |
-
line-height: 1.5;
|
| 3437 |
-
border-radius: 0.3rem;
|
| 3438 |
-
}
|
| 3439 |
-
|
| 3440 |
-
.input-group-sm > .form-control,
|
| 3441 |
-
.input-group-sm > .input-group-prepend > .input-group-text,
|
| 3442 |
-
.input-group-sm > .input-group-append > .input-group-text,
|
| 3443 |
-
.input-group-sm > .input-group-prepend > .btn,
|
| 3444 |
-
.input-group-sm > .input-group-append > .btn {
|
| 3445 |
-
height: calc(1.8125rem + 2px);
|
| 3446 |
-
padding: 0.25rem 0.5rem;
|
| 3447 |
-
font-size: 0.875rem;
|
| 3448 |
-
line-height: 1.5;
|
| 3449 |
-
border-radius: 0.2rem;
|
| 3450 |
-
}
|
| 3451 |
-
|
| 3452 |
-
.input-group > .input-group-prepend > .btn,
|
| 3453 |
-
.input-group > .input-group-prepend > .input-group-text,
|
| 3454 |
-
.input-group > .input-group-append:not(:last-child) > .btn,
|
| 3455 |
-
.input-group > .input-group-append:not(:last-child) > .input-group-text,
|
| 3456 |
-
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
| 3457 |
-
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
|
| 3458 |
-
border-top-right-radius: 0;
|
| 3459 |
-
border-bottom-right-radius: 0;
|
| 3460 |
-
}
|
| 3461 |
-
|
| 3462 |
-
.input-group > .input-group-append > .btn,
|
| 3463 |
-
.input-group > .input-group-append > .input-group-text,
|
| 3464 |
-
.input-group > .input-group-prepend:not(:first-child) > .btn,
|
| 3465 |
-
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
|
| 3466 |
-
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
|
| 3467 |
-
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
|
| 3468 |
-
border-top-left-radius: 0;
|
| 3469 |
-
border-bottom-left-radius: 0;
|
| 3470 |
-
}
|
| 3471 |
-
|
| 3472 |
-
.custom-control {
|
| 3473 |
-
position: relative;
|
| 3474 |
-
display: block;
|
| 3475 |
-
min-height: 1.5rem;
|
| 3476 |
-
padding-left: 1.5rem;
|
| 3477 |
-
}
|
| 3478 |
-
|
| 3479 |
-
.custom-control-inline {
|
| 3480 |
-
display: -ms-inline-flexbox;
|
| 3481 |
-
display: inline-flex;
|
| 3482 |
-
margin-right: 1rem;
|
| 3483 |
-
}
|
| 3484 |
-
|
| 3485 |
-
.custom-control-input {
|
| 3486 |
-
position: absolute;
|
| 3487 |
-
z-index: -1;
|
| 3488 |
-
opacity: 0;
|
| 3489 |
-
}
|
| 3490 |
-
|
| 3491 |
-
.custom-control-input:checked ~ .custom-control-label::before {
|
| 3492 |
-
color: #fff;
|
| 3493 |
-
background-color: #007bff;
|
| 3494 |
-
}
|
| 3495 |
-
|
| 3496 |
-
.custom-control-input:focus ~ .custom-control-label::before {
|
| 3497 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 3498 |
-
}
|
| 3499 |
-
|
| 3500 |
-
.custom-control-input:active ~ .custom-control-label::before {
|
| 3501 |
-
color: #fff;
|
| 3502 |
-
background-color: #b3d7ff;
|
| 3503 |
-
}
|
| 3504 |
-
|
| 3505 |
-
.custom-control-input:disabled ~ .custom-control-label {
|
| 3506 |
-
color: #6c757d;
|
| 3507 |
-
}
|
| 3508 |
-
|
| 3509 |
-
.custom-control-input:disabled ~ .custom-control-label::before {
|
| 3510 |
-
background-color: #e9ecef;
|
| 3511 |
-
}
|
| 3512 |
-
|
| 3513 |
-
.custom-control-label {
|
| 3514 |
-
position: relative;
|
| 3515 |
-
margin-bottom: 0;
|
| 3516 |
-
}
|
| 3517 |
-
|
| 3518 |
-
.custom-control-label::before {
|
| 3519 |
-
position: absolute;
|
| 3520 |
-
top: 0.25rem;
|
| 3521 |
-
left: -1.5rem;
|
| 3522 |
-
display: block;
|
| 3523 |
-
width: 1rem;
|
| 3524 |
-
height: 1rem;
|
| 3525 |
-
pointer-events: none;
|
| 3526 |
-
content: "";
|
| 3527 |
-
-webkit-user-select: none;
|
| 3528 |
-
-moz-user-select: none;
|
| 3529 |
-
-ms-user-select: none;
|
| 3530 |
-
user-select: none;
|
| 3531 |
-
background-color: #dee2e6;
|
| 3532 |
-
}
|
| 3533 |
-
|
| 3534 |
-
.custom-control-label::after {
|
| 3535 |
-
position: absolute;
|
| 3536 |
-
top: 0.25rem;
|
| 3537 |
-
left: -1.5rem;
|
| 3538 |
-
display: block;
|
| 3539 |
-
width: 1rem;
|
| 3540 |
-
height: 1rem;
|
| 3541 |
-
content: "";
|
| 3542 |
-
background-repeat: no-repeat;
|
| 3543 |
-
background-position: center center;
|
| 3544 |
-
background-size: 50% 50%;
|
| 3545 |
-
}
|
| 3546 |
-
|
| 3547 |
-
.custom-checkbox .custom-control-label::before {
|
| 3548 |
-
border-radius: 0.25rem;
|
| 3549 |
-
}
|
| 3550 |
-
|
| 3551 |
-
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
|
| 3552 |
-
background-color: #007bff;
|
| 3553 |
-
}
|
| 3554 |
-
|
| 3555 |
-
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
|
| 3556 |
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
|
| 3557 |
-
}
|
| 3558 |
-
|
| 3559 |
-
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
|
| 3560 |
-
background-color: #007bff;
|
| 3561 |
-
}
|
| 3562 |
-
|
| 3563 |
-
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
|
| 3564 |
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
|
| 3565 |
-
}
|
| 3566 |
-
|
| 3567 |
-
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
| 3568 |
-
background-color: rgba(0, 123, 255, 0.5);
|
| 3569 |
-
}
|
| 3570 |
-
|
| 3571 |
-
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
|
| 3572 |
-
background-color: rgba(0, 123, 255, 0.5);
|
| 3573 |
-
}
|
| 3574 |
-
|
| 3575 |
-
.custom-radio .custom-control-label::before {
|
| 3576 |
-
border-radius: 50%;
|
| 3577 |
-
}
|
| 3578 |
-
|
| 3579 |
-
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
|
| 3580 |
-
background-color: #007bff;
|
| 3581 |
-
}
|
| 3582 |
-
|
| 3583 |
-
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
|
| 3584 |
-
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
|
| 3585 |
-
}
|
| 3586 |
-
|
| 3587 |
-
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
|
| 3588 |
-
background-color: rgba(0, 123, 255, 0.5);
|
| 3589 |
-
}
|
| 3590 |
-
|
| 3591 |
-
.custom-select {
|
| 3592 |
-
display: inline-block;
|
| 3593 |
-
width: 100%;
|
| 3594 |
-
height: calc(2.25rem + 2px);
|
| 3595 |
-
padding: 0.375rem 1.75rem 0.375rem 0.75rem;
|
| 3596 |
-
line-height: 1.5;
|
| 3597 |
-
color: #495057;
|
| 3598 |
-
vertical-align: middle;
|
| 3599 |
-
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
|
| 3600 |
-
background-size: 8px 10px;
|
| 3601 |
-
border: 1px solid #ced4da;
|
| 3602 |
-
border-radius: 0.25rem;
|
| 3603 |
-
-webkit-appearance: none;
|
| 3604 |
-
-moz-appearance: none;
|
| 3605 |
-
appearance: none;
|
| 3606 |
-
}
|
| 3607 |
-
|
| 3608 |
-
.custom-select:focus {
|
| 3609 |
-
border-color: #80bdff;
|
| 3610 |
-
outline: 0;
|
| 3611 |
-
box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
|
| 3612 |
-
}
|
| 3613 |
-
|
| 3614 |
-
.custom-select:focus::-ms-value {
|
| 3615 |
-
color: #495057;
|
| 3616 |
-
background-color: #fff;
|
| 3617 |
-
}
|
| 3618 |
-
|
| 3619 |
-
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
|
| 3620 |
-
height: auto;
|
| 3621 |
-
padding-right: 0.75rem;
|
| 3622 |
-
background-image: none;
|
| 3623 |
-
}
|
| 3624 |
-
|
| 3625 |
-
.custom-select:disabled {
|
| 3626 |
-
color: #6c757d;
|
| 3627 |
-
background-color: #e9ecef;
|
| 3628 |
-
}
|
| 3629 |
-
|
| 3630 |
-
.custom-select::-ms-expand {
|
| 3631 |
-
opacity: 0;
|
| 3632 |
-
}
|
| 3633 |
-
|
| 3634 |
-
.custom-select-sm {
|
| 3635 |
-
height: calc(1.8125rem + 2px);
|
| 3636 |
-
padding-top: 0.375rem;
|
| 3637 |
-
padding-bottom: 0.375rem;
|
| 3638 |
-
font-size: 75%;
|
| 3639 |
-
}
|
| 3640 |
-
|
| 3641 |
-
.custom-select-lg {
|
| 3642 |
-
height: calc(2.875rem + 2px);
|
| 3643 |
-
padding-top: 0.375rem;
|
| 3644 |
-
padding-bottom: 0.375rem;
|
| 3645 |
-
font-size: 125%;
|
| 3646 |
-
}
|
| 3647 |
-
|
| 3648 |
-
.custom-file {
|
| 3649 |
-
position: relative;
|
| 3650 |
-
display: inline-block;
|
| 3651 |
-
width: 100%;
|
| 3652 |
-
height: calc(2.25rem + 2px);
|
| 3653 |
-
margin-bottom: 0;
|
| 3654 |
-
}
|
| 3655 |
-
|
| 3656 |
-
.custom-file-input {
|
| 3657 |
-
position: relative;
|
| 3658 |
-
z-index: 2;
|
| 3659 |
-
width: 100%;
|
| 3660 |
-
height: calc(2.25rem + 2px);
|
| 3661 |
-
margin: 0;
|
| 3662 |
-
opacity: 0;
|
| 3663 |
-
}
|
| 3664 |
-
|
| 3665 |
-
.custom-file-input:focus ~ .custom-file-label {
|
| 3666 |
-
border-color: #80bdff;
|
| 3667 |
-
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 3668 |
-
}
|
| 3669 |
-
|
| 3670 |
-
.custom-file-input:focus ~ .custom-file-label::after {
|
| 3671 |
-
border-color: #80bdff;
|
| 3672 |
-
}
|
| 3673 |
-
|
| 3674 |
-
.custom-file-input:disabled ~ .custom-file-label {
|
| 3675 |
-
background-color: #e9ecef;
|
| 3676 |
-
}
|
| 3677 |
-
|
| 3678 |
-
.custom-file-input:lang(en) ~ .custom-file-label::after {
|
| 3679 |
-
content: "Browse";
|
| 3680 |
-
}
|
| 3681 |
-
|
| 3682 |
-
.custom-file-label {
|
| 3683 |
-
position: absolute;
|
| 3684 |
-
top: 0;
|
| 3685 |
-
right: 0;
|
| 3686 |
-
left: 0;
|
| 3687 |
-
z-index: 1;
|
| 3688 |
-
height: calc(2.25rem + 2px);
|
| 3689 |
-
padding: 0.375rem 0.75rem;
|
| 3690 |
-
line-height: 1.5;
|
| 3691 |
-
color: #495057;
|
| 3692 |
-
background-color: #fff;
|
| 3693 |
-
border: 1px solid #ced4da;
|
| 3694 |
-
border-radius: 0.25rem;
|
| 3695 |
-
}
|
| 3696 |
-
|
| 3697 |
-
.custom-file-label::after {
|
| 3698 |
-
position: absolute;
|
| 3699 |
-
top: 0;
|
| 3700 |
-
right: 0;
|
| 3701 |
-
bottom: 0;
|
| 3702 |
-
z-index: 3;
|
| 3703 |
-
display: block;
|
| 3704 |
-
height: 2.25rem;
|
| 3705 |
-
padding: 0.375rem 0.75rem;
|
| 3706 |
-
line-height: 1.5;
|
| 3707 |
-
color: #495057;
|
| 3708 |
-
content: "Browse";
|
| 3709 |
-
background-color: #e9ecef;
|
| 3710 |
-
border-left: 1px solid #ced4da;
|
| 3711 |
-
border-radius: 0 0.25rem 0.25rem 0;
|
| 3712 |
-
}
|
| 3713 |
-
|
| 3714 |
-
.custom-range {
|
| 3715 |
-
width: 100%;
|
| 3716 |
-
padding-left: 0;
|
| 3717 |
-
background-color: transparent;
|
| 3718 |
-
-webkit-appearance: none;
|
| 3719 |
-
-moz-appearance: none;
|
| 3720 |
-
appearance: none;
|
| 3721 |
-
}
|
| 3722 |
-
|
| 3723 |
-
.custom-range:focus {
|
| 3724 |
-
outline: none;
|
| 3725 |
-
}
|
| 3726 |
-
|
| 3727 |
-
.custom-range:focus::-webkit-slider-thumb {
|
| 3728 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 3729 |
-
}
|
| 3730 |
-
|
| 3731 |
-
.custom-range:focus::-moz-range-thumb {
|
| 3732 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 3733 |
-
}
|
| 3734 |
-
|
| 3735 |
-
.custom-range:focus::-ms-thumb {
|
| 3736 |
-
box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
|
| 3737 |
-
}
|
| 3738 |
-
|
| 3739 |
-
.custom-range::-moz-focus-outer {
|
| 3740 |
-
border: 0;
|
| 3741 |
-
}
|
| 3742 |
-
|
| 3743 |
-
.custom-range::-webkit-slider-thumb {
|
| 3744 |
-
width: 1rem;
|
| 3745 |
-
height: 1rem;
|
| 3746 |
-
margin-top: -0.25rem;
|
| 3747 |
-
background-color: #007bff;
|
| 3748 |
-
border: 0;
|
| 3749 |
-
border-radius: 1rem;
|
| 3750 |
-
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 3751 |
-
-webkit-appearance: none;
|
| 3752 |
-
appearance: none;
|
| 3753 |
-
}
|
| 3754 |
-
|
| 3755 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 3756 |
-
.custom-range::-webkit-slider-thumb {
|
| 3757 |
-
transition: none;
|
| 3758 |
-
}
|
| 3759 |
-
}
|
| 3760 |
-
|
| 3761 |
-
.custom-range::-webkit-slider-thumb:active {
|
| 3762 |
-
background-color: #b3d7ff;
|
| 3763 |
-
}
|
| 3764 |
-
|
| 3765 |
-
.custom-range::-webkit-slider-runnable-track {
|
| 3766 |
-
width: 100%;
|
| 3767 |
-
height: 0.5rem;
|
| 3768 |
-
color: transparent;
|
| 3769 |
-
cursor: pointer;
|
| 3770 |
-
background-color: #dee2e6;
|
| 3771 |
-
border-color: transparent;
|
| 3772 |
-
border-radius: 1rem;
|
| 3773 |
-
}
|
| 3774 |
-
|
| 3775 |
-
.custom-range::-moz-range-thumb {
|
| 3776 |
-
width: 1rem;
|
| 3777 |
-
height: 1rem;
|
| 3778 |
-
background-color: #007bff;
|
| 3779 |
-
border: 0;
|
| 3780 |
-
border-radius: 1rem;
|
| 3781 |
-
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 3782 |
-
-moz-appearance: none;
|
| 3783 |
-
appearance: none;
|
| 3784 |
-
}
|
| 3785 |
-
|
| 3786 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 3787 |
-
.custom-range::-moz-range-thumb {
|
| 3788 |
-
transition: none;
|
| 3789 |
-
}
|
| 3790 |
-
}
|
| 3791 |
-
|
| 3792 |
-
.custom-range::-moz-range-thumb:active {
|
| 3793 |
-
background-color: #b3d7ff;
|
| 3794 |
-
}
|
| 3795 |
-
|
| 3796 |
-
.custom-range::-moz-range-track {
|
| 3797 |
-
width: 100%;
|
| 3798 |
-
height: 0.5rem;
|
| 3799 |
-
color: transparent;
|
| 3800 |
-
cursor: pointer;
|
| 3801 |
-
background-color: #dee2e6;
|
| 3802 |
-
border-color: transparent;
|
| 3803 |
-
border-radius: 1rem;
|
| 3804 |
-
}
|
| 3805 |
-
|
| 3806 |
-
.custom-range::-ms-thumb {
|
| 3807 |
-
width: 1rem;
|
| 3808 |
-
height: 1rem;
|
| 3809 |
-
margin-top: 0;
|
| 3810 |
-
margin-right: 0.2rem;
|
| 3811 |
-
margin-left: 0.2rem;
|
| 3812 |
-
background-color: #007bff;
|
| 3813 |
-
border: 0;
|
| 3814 |
-
border-radius: 1rem;
|
| 3815 |
-
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 3816 |
-
appearance: none;
|
| 3817 |
-
}
|
| 3818 |
-
|
| 3819 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 3820 |
-
.custom-range::-ms-thumb {
|
| 3821 |
-
transition: none;
|
| 3822 |
-
}
|
| 3823 |
-
}
|
| 3824 |
-
|
| 3825 |
-
.custom-range::-ms-thumb:active {
|
| 3826 |
-
background-color: #b3d7ff;
|
| 3827 |
-
}
|
| 3828 |
-
|
| 3829 |
-
.custom-range::-ms-track {
|
| 3830 |
-
width: 100%;
|
| 3831 |
-
height: 0.5rem;
|
| 3832 |
-
color: transparent;
|
| 3833 |
-
cursor: pointer;
|
| 3834 |
-
background-color: transparent;
|
| 3835 |
-
border-color: transparent;
|
| 3836 |
-
border-width: 0.5rem;
|
| 3837 |
-
}
|
| 3838 |
-
|
| 3839 |
-
.custom-range::-ms-fill-lower {
|
| 3840 |
-
background-color: #dee2e6;
|
| 3841 |
-
border-radius: 1rem;
|
| 3842 |
-
}
|
| 3843 |
-
|
| 3844 |
-
.custom-range::-ms-fill-upper {
|
| 3845 |
-
margin-right: 15px;
|
| 3846 |
-
background-color: #dee2e6;
|
| 3847 |
-
border-radius: 1rem;
|
| 3848 |
-
}
|
| 3849 |
-
|
| 3850 |
-
.custom-control-label::before,
|
| 3851 |
-
.custom-file-label,
|
| 3852 |
-
.custom-select {
|
| 3853 |
-
transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
|
| 3854 |
-
}
|
| 3855 |
-
|
| 3856 |
-
@media screen and (prefers-reduced-motion: reduce) {
|
| 3857 |
-
.custom-control-label::before,
|
| 3858 |
-
.custom-file-label,
|
| 3859 |
-
.custom-select {
|
| 3860 |
-
transition: none;
|
| 3861 |
-
}
|
| 3862 |
-
}
|
| 3863 |
-
|
| 3864 |
-
.nav {
|
| 3865 |
-
display: -ms-flexbox;
|
| 3866 |
-
display: flex;
|
| 3867 |
-
-ms-flex-wrap: wrap;
|
| 3868 |
-
flex-wrap: wrap;
|
| 3869 |
-
padding-left: 0;
|
| 3870 |
-
margin-bottom: 0;
|
| 3871 |
-
list-style: none;
|
| 3872 |
-
}
|
| 3873 |
-
|
| 3874 |
-
.nav-link {
|
| 3875 |
-
display: block;
|
| 3876 |
-
padding: 0.5rem 1rem;
|
| 3877 |
-
}
|
| 3878 |
-
|
| 3879 |
-
.nav-link:hover, .nav-link:focus {
|
| 3880 |
-
text-decoration: none;
|
| 3881 |
-
}
|
| 3882 |
-
|
| 3883 |
-
.nav-link.disabled {
|
| 3884 |
-
color: #6c757d;
|
| 3885 |
-
}
|
| 3886 |
-
|
| 3887 |
-
.nav-tabs {
|
| 3888 |
-
border-bottom: 1px solid #dee2e6;
|
| 3889 |
-
}
|
| 3890 |
-
|
| 3891 |
-
.nav-tabs .nav-item {
|
| 3892 |
-
margin-bottom: -1px;
|
| 3893 |
-
}
|
| 3894 |
-
|
| 3895 |
-
.nav-tabs .nav-link {
|
| 3896 |
-
border: 1px solid transparent;
|
| 3897 |
-
border-top-left-radius: 0.25rem;
|
| 3898 |
-
border-top-right-radius: 0.25rem;
|
| 3899 |
-
}
|
| 3900 |
-
|
| 3901 |
-
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
|
| 3902 |
-
border-color: #e9ecef #e9ecef #dee2e6;
|
| 3903 |
-
}
|
| 3904 |
-
|
| 3905 |
-
.nav-tabs .nav-link.disabled {
|
| 3906 |
-
color: #6c757d;
|
| 3907 |
-
background-color: transparent;
|
| 3908 |
-
border-color: transparent;
|
| 3909 |
-
}
|
| 3910 |
-
|
| 3911 |
-
.nav-tabs .nav-link.active,
|
| 3912 |
-
.nav-tabs .nav-item.show .nav-link {
|
| 3913 |
-
color: #495057;
|
| 3914 |
-
background-color: #fff;
|
| 3915 |
