Version Description
- Reset courses data for an user has enrolled course
- Reset course data for users has enrolled course
- Reset data of a quiz or lesson for an user
- Enable a Guest user can buy and checkout
- Option to show/hide login form in user profile
- Option to show/hide register form in user profile
- Option to show/hide login form in checkout page
- Option to show/hide register form in Checkout page
- Enable sort the payment gateways to show in frontend
- Quick turn a payment gateway on/of in a list
- Support plugins Mathjax
- Widget to display course info
- Widget to display current progress of a course
- Custom frontend colors
- Group emails to related action
- Run action to send the emails in background
- Quick edit question settings in it's quiz
- Preview mode for course/lesson/quiz
- Option to show list of questions as numbers below quiz while doing or reviewing
- Display duration of lesson or quiz in curriculum
- Display number questions of quiz ~ Improves popup for searching courses to add to an order ~ Improves Emails system ~ Improves Multi users order ~ Admin settings pages ~ No distraction mode ~ New course editor ~ New quiz editor ~ User profile ~ Improve cache for speed ~ Improve UI/Ux for both backend and frontend
Download this release
Release Info
Developer | tunnhn |
Plugin | LearnPress – WordPress LMS Plugin |
Version | 3.0.0 |
Comparing to | |
See all releases |
Code changes from version 2.2.1 to 3.0.0
- assets/css/_icons.css +0 -77
- assets/css/admin/_admin.css +1 -0
- assets/css/admin/admin.css +2775 -2033
- assets/css/admin/attributes.css +0 -19
- assets/css/admin/course-editor.css +0 -253
- assets/css/admin/jquery.ui.core.css +1 -84
- assets/css/admin/jquery.ui.datepicker.css +1 -231
- assets/css/admin/jquery.ui.slider.css +1 -76
- assets/css/admin/jquery.ui.theme.css +1 -920
- assets/css/admin/meta-box-course.css +0 -798
- assets/css/admin/meta-box-order.css +0 -151
- assets/css/admin/setup.css +216 -0
- assets/css/admin/statistic.css +65 -0
- assets/css/font-awesome.min.css +4 -0
- assets/css/frontend/form.css +1 -0
- inc/widgets/popular-courses/tmpl/default.php → assets/css/frontend/theme-support.css +0 -0
- assets/css/global.css +0 -175
- assets/css/jalert.css +1 -39
- assets/css/learnpress.css +2023 -2899
- assets/css/select2/select2-spinner.gif +0 -0
- assets/css/select2/select2.css +0 -732
- assets/css/select2/select2.png +0 -0
- assets/css/select2/select2x2.png +0 -0
- assets/css/select2/spinner.gif +0 -0
- assets/fonts/awesome/FontAwesome.otf +0 -0
- assets/fonts/awesome/fontawesome-webfont.eot +0 -0
- assets/fonts/awesome/fontawesome-webfont.svg +1881 -0
assets/css/_icons.css
DELETED
@@ -1,77 +0,0 @@
|
|
1 |
-
@font-face {
|
2 |
-
font-family: 'lp-icons';
|
3 |
-
src: url('fonts/icons.eot?6gvjr0');
|
4 |
-
src: url('fonts/icons.eot?6gvjr0#iefix') format('embedded-opentype'), url('fonts/icons.ttf?6gvjr0') format('truetype'), url('fonts/icons.woff?6gvjr0') format('woff'), url('fonts/icons.svg?6gvjr0#icons') format('svg');
|
5 |
-
font-weight: normal;
|
6 |
-
font-style: normal;
|
7 |
-
}
|
8 |
-
[class^="lp-icon-"],
|
9 |
-
[class*=" lp-icon-"] {
|
10 |
-
/* use !important to prevent issues with browser extensions that change fonts */
|
11 |
-
font-family: 'lp-icons' !important;
|
12 |
-
speak: none;
|
13 |
-
font-style: normal;
|
14 |
-
font-weight: normal;
|
15 |
-
font-variant: normal;
|
16 |
-
text-transform: none;
|
17 |
-
line-height: 1;
|
18 |
-
/* Better Font Rendering =========== */
|
19 |
-
-webkit-font-smoothing: antialiased;
|
20 |
-
-moz-osx-font-smoothing: grayscale;
|
21 |
-
}
|
22 |
-
.lp-icon-file-text:before {
|
23 |
-
content: "\e926";
|
24 |
-
}
|
25 |
-
.icon-file-picture:before {
|
26 |
-
content: "\e927";
|
27 |
-
}
|
28 |
-
.icon-file-music:before {
|
29 |
-
content: "\e928";
|
30 |
-
}
|
31 |
-
.icon-file-video:before {
|
32 |
-
content: "\e92a";
|
33 |
-
}
|
34 |
-
.icon-file-zip:before {
|
35 |
-
content: "\e92b";
|
36 |
-
}
|
37 |
-
.icon-paste:before {
|
38 |
-
content: "\e92d";
|
39 |
-
}
|
40 |
-
.icon-alarm:before {
|
41 |
-
content: "\e950";
|
42 |
-
}
|
43 |
-
@font-face {
|
44 |
-
font-family: 'learnpress';
|
45 |
-
src: url('../fonts/icon.eot?ym8b3w');
|
46 |
-
src: url('../fonts/icon.eot?ym8b3w#iefix') format('embedded-opentype'), url('../fonts/icon.ttf?ym8b3w') format('truetype'), url('../fonts/icon.woff?ym8b3w') format('woff'), url('../fonts/icon.svg?ym8b3w#icon') format('svg');
|
47 |
-
font-weight: normal;
|
48 |
-
font-style: normal;
|
49 |
-
}
|
50 |
-
[class^="learn-press-icon-"],
|
51 |
-
[class*=" learn-press-icon-"],
|
52 |
-
.learn-press-icon {
|
53 |
-
font-family: 'learnpress';
|
54 |
-
/*speak: none;*/
|
55 |
-
font-style: normal;
|
56 |
-
font-weight: normal;
|
57 |
-
font-variant: normal;
|
58 |
-
text-transform: none;
|
59 |
-
line-height: 1;
|
60 |
-
/* Better Font Rendering =========== */
|
61 |
-
-webkit-font-smoothing: antialiased;
|
62 |
-
-moz-osx-font-smoothing: grayscale;
|
63 |
-
}
|
64 |
-
.icon-checkmark:before {
|
65 |
-
content: "\e903";
|
66 |
-
}
|
67 |
-
.icon-books:before {
|
68 |
-
content: "\e900";
|
69 |
-
}
|
70 |
-
.icon-alarm:before {
|
71 |
-
content: "\e901";
|
72 |
-
}
|
73 |
-
.icon-spinner:before {
|
74 |
-
content: "\e902";
|
75 |
-
}
|
76 |
-
|
77 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIl9pY29ucy5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBO0VBQ0ksYUFBYSxVQUFiO0VBQ0EsU0FBWSx5QkFBWjtFQUNBLFNBQVksZ0NBQWdDLE9BQU8sMEJBQy9DLDBCQUEwQixPQUFPLGlCQUNqQywyQkFBMkIsT0FBTyxhQUNsQyxnQ0FBZ0MsT0FBTyxNQUgzQztFQUlBLG1CQUFBO0VBQ0Esa0JBQUE7O0FBR0o7QUFBcUI7O0VBRWpCLGFBQWEsVUFBYjtFQUNBLFdBQUE7RUFDQSxrQkFBQTtFQUNBLG1CQUFBO0VBQ0Esb0JBQUE7RUFDQSxvQkFBQTtFQUNBLGNBQUE7O0VBR0EsbUNBQUE7RUFDQSxrQ0FBQTs7QUFHSixrQkFBa0I7RUFDZCxTQUFTLE9BQVQ7O0FBRUosa0JBQWtCO0VBQ2QsU0FBUyxPQUFUOztBQUVKLGdCQUFnQjtFQUNaLFNBQVMsT0FBVDs7QUFFSixnQkFBZ0I7RUFDWixTQUFTLE9BQVQ7O0FBRUosY0FBYztFQUNWLFNBQVMsT0FBVDs7QUFFSixXQUFXO0VBQ1AsU0FBUyxPQUFUOztBQUVKLFdBQVc7RUFDUCxTQUFTLE9BQVQ7O0FBR0o7RUFDSSxhQUFhLFlBQWI7RUFDQSxTQUFTLDJCQUFUO0VBQ0EsU0FBUyxrQ0FBa0MsT0FBTywwQkFDOUMsNEJBQTRCLE9BQU8saUJBQ25DLDZCQUE2QixPQUFPLGFBQ3BDLGlDQUFpQyxPQUFPLE1BSDVDO0VBSUEsbUJBQUE7RUFDQSxrQkFBQTs7QUFHSjtBQUE4QjtBQUErQjtFQUN6RCxhQUFhLFlBQWI7O0VBRUEsa0JBQUE7RUFDQSxtQkFBQTtFQUNBLG9CQUFBO0VBQ0Esb0JBQUE7RUFDQSxjQUFBOztFQUdBLG1DQUFBO0VBQ0Esa0NBQUE7O0FBRUosZUFBZTtFQUNYLFNBQVMsT0FBVDs7QUFFSixXQUFXO0VBQ1AsU0FBUyxPQUFUOztBQUVKLFdBQVc7RUFDUCxTQUFTLE9BQVQ7O0FBRUosYUFBYTtFQUNULFNBQVMsT0FBVCIsInNvdXJjZXNDb250ZW50IjpbIkBmb250LWZhY2Uge1xyXG4gICAgZm9udC1mYW1pbHk6ICdscC1pY29ucyc7XHJcbiAgICBzcmM6ICAgIHVybCgnZm9udHMvaWNvbnMuZW90PzZndmpyMCcpO1xyXG4gICAgc3JjOiAgICB1cmwoJ2ZvbnRzL2ljb25zLmVvdD82Z3ZqcjAjaWVmaXgnKSBmb3JtYXQoJ2VtYmVkZGVkLW9wZW50eXBlJyksXHJcbiAgICB1cmwoJ2ZvbnRzL2ljb25zLnR0Zj82Z3ZqcjAnKSBmb3JtYXQoJ3RydWV0eXBlJyksXHJcbiAgICB1cmwoJ2ZvbnRzL2ljb25zLndvZmY/Nmd2anIwJykgZm9ybWF0KCd3b2ZmJyksXHJcbiAgICB1cmwoJ2ZvbnRzL2ljb25zLnN2Zz82Z3ZqcjAjaWNvbnMnKSBmb3JtYXQoJ3N2ZycpO1xyXG4gICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcclxuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxufVxyXG5cclxuW2NsYXNzXj1cImxwLWljb24tXCJdLCBbY2xhc3MqPVwiIGxwLWljb24tXCJdIHtcclxuICAgIC8qIHVzZSAhaW1wb3J0YW50IHRvIHByZXZlbnQgaXNzdWVzIHdpdGggYnJvd3NlciBleHRlbnNpb25zIHRoYXQgY2hhbmdlIGZvbnRzICovXHJcbiAgICBmb250LWZhbWlseTogJ2xwLWljb25zJyAhaW1wb3J0YW50O1xyXG4gICAgc3BlYWs6IG5vbmU7XHJcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XHJcbiAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gICAgZm9udC12YXJpYW50OiBub3JtYWw7XHJcbiAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcclxuICAgIGxpbmUtaGVpZ2h0OiAxO1xyXG5cclxuICAgIC8qIEJldHRlciBGb250IFJlbmRlcmluZyA9PT09PT09PT09PSAqL1xyXG4gICAgLXdlYmtpdC1mb250LXNtb290aGluZzogYW50aWFsaWFzZWQ7XHJcbiAgICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xyXG59XHJcblxyXG4ubHAtaWNvbi1maWxlLXRleHQ6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6IFwiXFxlOTI2XCI7XHJcbn1cclxuLmljb24tZmlsZS1waWN0dXJlOmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiBcIlxcZTkyN1wiO1xyXG59XHJcbi5pY29uLWZpbGUtbXVzaWM6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6IFwiXFxlOTI4XCI7XHJcbn1cclxuLmljb24tZmlsZS12aWRlbzpiZWZvcmUge1xyXG4gICAgY29udGVudDogXCJcXGU5MmFcIjtcclxufVxyXG4uaWNvbi1maWxlLXppcDpiZWZvcmUge1xyXG4gICAgY29udGVudDogXCJcXGU5MmJcIjtcclxufVxyXG4uaWNvbi1wYXN0ZTpiZWZvcmUge1xyXG4gICAgY29udGVudDogXCJcXGU5MmRcIjtcclxufVxyXG4uaWNvbi1hbGFybTpiZWZvcmUge1xyXG4gICAgY29udGVudDogXCJcXGU5NTBcIjtcclxufVxyXG5cclxuQGZvbnQtZmFjZSB7XHJcbiAgICBmb250LWZhbWlseTogJ2xlYXJucHJlc3MnO1xyXG4gICAgc3JjOiB1cmwoJy4uL2ZvbnRzL2ljb24uZW90P3ltOGIzdycpO1xyXG4gICAgc3JjOiB1cmwoJy4uL2ZvbnRzL2ljb24uZW90P3ltOGIzdyNpZWZpeCcpIGZvcm1hdCgnZW1iZWRkZWQtb3BlbnR5cGUnKSxcclxuICAgIHVybCgnLi4vZm9udHMvaWNvbi50dGY/eW04YjN3JykgZm9ybWF0KCd0cnVldHlwZScpLFxyXG4gICAgdXJsKCcuLi9mb250cy9pY29uLndvZmY/eW04YjN3JykgZm9ybWF0KCd3b2ZmJyksXHJcbiAgICB1cmwoJy4uL2ZvbnRzL2ljb24uc3ZnP3ltOGIzdyNpY29uJykgZm9ybWF0KCdzdmcnKTtcclxuICAgIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgICBmb250LXN0eWxlOiBub3JtYWw7XHJcbn1cclxuXHJcbltjbGFzc149XCJsZWFybi1wcmVzcy1pY29uLVwiXSwgW2NsYXNzKj1cIiBsZWFybi1wcmVzcy1pY29uLVwiXSwgLmxlYXJuLXByZXNzLWljb24ge1xyXG4gICAgZm9udC1mYW1pbHk6ICdsZWFybnByZXNzJztcclxuICAgIC8qc3BlYWs6IG5vbmU7Ki9cclxuICAgIGZvbnQtc3R5bGU6IG5vcm1hbDtcclxuICAgIGZvbnQtd2VpZ2h0OiBub3JtYWw7XHJcbiAgICBmb250LXZhcmlhbnQ6IG5vcm1hbDtcclxuICAgIHRleHQtdHJhbnNmb3JtOiBub25lO1xyXG4gICAgbGluZS1oZWlnaHQ6IDE7XHJcblxyXG4gICAgLyogQmV0dGVyIEZvbnQgUmVuZGVyaW5nID09PT09PT09PT09ICovXHJcbiAgICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcclxuICAgIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XHJcbn1cclxuLmljb24tY2hlY2ttYXJrOmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiBcIlxcZTkwM1wiO1xyXG59XHJcbi5pY29uLWJvb2tzOmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiBcIlxcZTkwMFwiO1xyXG59XHJcbi5pY29uLWFsYXJtOmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiBcIlxcZTkwMVwiO1xyXG59XHJcbi5pY29uLXNwaW5uZXI6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6IFwiXFxlOTAyXCI7XHJcbn0iXSwiZmlsZSI6Il9pY29ucy5jc3MifQ== */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/_admin.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
input:focus::-webkit-input-placeholder{color:transparent!important}input:focus::-moz-placeholder{color:transparent!important}input:focus:-moz-placeholder{color:transparent!important}.rwmb-field{margin:20px 0 20px 0}.rwmb-field .rwmb-input .rwmb-label{margin-top:0}.rwmb-field .rwmb-input .description{margin-top:5px}.rwmb-field .rwmb-input .description.option-desc{font-weight:400;margin:8px 0 10px 24px;font-size:smaller;font-style:italic}.lp-nav-tab-wrapper{border-bottom:1px solid #ccc;margin:0;padding:9px 15px 0 0;line-height:inherit}.learn-press-quick-add-page-inline{display:inline-block;vertical-align:top;margin:0!important}.learn-press-quick-add-page-inline>*{vertical-align:top}#learn-press-admin-settings #learn_press_email_formats{margin-bottom:10px}#learn-press-admin-settings .learn-press-email-variables{margin-left:0;margin-top:5px}#learn-press-admin-settings .learn-press-email-variables li{display:inline-block;cursor:pointer}#learn-press-admin-settings .learn-press-email-variables li:hover{color:#0085ba}#learn-press-admin-settings .nav-tab-wrapper{margin-bottom:20px}#learn-press-admin-settings .subsubsub{float:left;width:240px;position:relative;z-index:10;margin:0 -260px 0 20px;padding-top:11px}#learn-press-admin-settings .subsubsub li{display:block}#learn-press-admin-settings .subsubsub li a{display:block;outline:0;box-shadow:none}#learn-press-admin-settings .learn-press-settings-wrap{float:left;padding:1px 0 15px 300px;background:#fff;z-index:0;position:relative;width:100%;box-sizing:border-box;opacity:0}#learn-press-admin-settings .learn-press-settings-wrap input[name=learn_press_auto_redirect_message]{width:80%}#learn-press-admin-settings .learn-press-settings-wrap:before{content:'';position:absolute;top:0;bottom:0;border-left:1px solid #ddd;margin-left:-30px}#learn-press-admin-settings .learn-press-settings-wrap:after{content:'';display:block;clear:both}#learn-press-admin-settings .learn-press-settings-wrap.ready{opacity:1}#learn-press-admin-settings .learn-press-settings-wrap #learn-press-reset-settings{float:right;opacity:.5}#learn-press-admin-settings .learn-press-settings-wrap #learn-press-reset-settings:hover{opacity:1}#learn-press-admin-settings.no-subtabs .learn-press-settings-wrap{float:none;margin-left:0;padding-left:25px;padding-right:25px}#learn-press-admin-settings.no-subtabs .learn-press-settings-wrap:before{display:none}#learn-press-admin-settings.no-subtabs .subsubsub{display:none}#learn-press-admin-settings input[type=radio]{margin:0!important}#learn-press-admin-settings label{line-height:1}#learn-press-admin-settings input[name=learn_press_course_base]{margin-top:3px;margin-right:3px}#learn-press-admin-settings .lp-group-title{padding:0 0 10px;border-bottom:3px solid #563d7c;display:inline-block;margin:0}#learn-press-admin-settings input[type=email],#learn-press-admin-settings input[type=number],#learn-press-admin-settings input[type=password],#learn-press-admin-settings input[type=tel],#learn-press-admin-settings input[type=text],#learn-press-admin-settings select{vertical-align:top}#learn-press-admin-settings input[type=checkbox]{opacity:1}#learn-press-admin-settings .lp-setting-field span{vertical-align:top;line-height:24px}#learn-press-admin-settings .lp-setting-field .lp-sign-times{font-size:19px}.learnpress_page_learn-press-settings .select2-result .select2-result-label{position:relative}.learnpress_page_learn-press-settings .select2-result .select2-result-label:before{display:inline-block;border-bottom:1px solid #23282d;width:20px;position:absolute;top:50%;left:8px}.learnpress_page_learn-press-settings .select2-result .select2-result-label:hover:before{border-color:#fff}.learnpress_page_learn-press-settings .select2-result.level-1 .select2-result-label{padding-left:35px}.learnpress_page_learn-press-settings .select2-result.level-1 .select2-result-label:before{content:''}.learnpress_page_learn-press-settings .select2-result.level-2 .select2-result-label{padding-left:60px}.learnpress_page_learn-press-settings .select2-result.level-2 .select2-result-label:before{left:35px;content:''}.learnpress_page_learn-press-settings .select2-result.level-3 .select2-result-label{padding-left:85px}.learnpress_page_learn-press-settings .select2-result.level-3 .select2-result-label:before{left:60px;content:''}#learn-press-message-box-block{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;z-index:99999;opacity:.8}#learn-press-message-box-window{position:fixed;top:0;bottom:0;left:0;right:0;z-index:100000;color:#fff;text-align:center}#message-box-wrap{margin:0 auto;display:inline-block;text-align:left;max-width:70%}.message-box-title{color:#fff;margin:0 0 40px 0;font-size:34px}.message-box-content{font-size:16px;line-height:1.5}.message-box-animation{background-image:url(../images/animation.gif);width:220px;height:20px;margin:20px 0 0}.message-box-buttons{margin:20px 0 0;border-top:1px solid #929292;padding-top:20px}.message-box-button{margin-right:10px!important}.post-type-lp_lesson .column-format .lp-label{font-size:100%}.hide{display:none}.handle.dashicons{cursor:move;margin-right:10px}.meta_box_remove .dashicons{text-decoration:initial}.meta_box_course_lesson_quiz li input,.meta_box_course_lesson_quiz li select{min-width:250px}.dashed-placeholder{border:2px dashed #999;padding:10px}.learn-press-message{position:relative;background:#f5f5f5;border-left:5px solid #00a0d2;padding:10px 10px 0 10px;margin-bottom:20px;overflow:hidden;color:#777}.learn-press-message button{float:right}.learn-press-message p{margin:0 0 10px}.learn-press-message:after{clear:both;content:'';display:block}.learn-press-message.notice{border-left-color:#b3d20a}.learn-press-message.error,.learn-press-message.lp-error{border-left-color:#b81c23}.learn-press-message ul{list-style-type:none}.learn-press-message .learn-press-admin-notice-dismiss{position:absolute;display:inline-block;background-color:#fff;border-radius:50%;box-shadow:0 0 1px 1px #f1f1f1;width:20px;height:20px;text-align:center;line-height:20px;text-decoration:none;top:50%;right:10px;margin-top:-10px;padding:0}.learn-press-message .learn-press-admin-notice-dismiss:before{font-family:dashicons;content:'\f335';text-align:center;font-size:18px;text-decoration:none}li.lesson,li.quick_lesson,li.quick_quiz,li.quiz{margin-left:30px}.wp-core-ui .meta_box_add_lesson,.wp-core-ui .meta_box_add_quiz,.wp-core-ui .meta_box_add_section,.wp-core-ui .meta_box_quick_add_lesson,.wp-core-ui .meta_box_quick_add_quiz{margin-right:10px}.column-taxonomy-course_category{width:15%}.tools-button{text-align:right}.lpr-add-ons-wrapper .add-on-info{width:65%;display:inline-block}.lpr-add-ons-wrapper .add-on-action{float:right}.lpr-add-ons-wrapper .add-on-action a{text-decoration:none;padding:20px;height:80px;width:100px;background:#ebebeb;margin-right:100px}.lpr-add-ons-wrapper .add-on-action .add-on-enabled{text-align:center;margin:40px}.lpr-add-ons-wrapper .add-on-action .add-on-disabled{text-align:center;margin:40px}.lpr-add-ons-wrapper .add-on-action a:hover{text-decoration:none;content:attr(data-text-disable)}.lp-search-addon{margin:0;width:280px;font-size:16px;font-weight:300;line-height:1.5;padding:3px 5px;height:32px}.learn-press-add-ons{margin:20px 0 0}.learn-press-add-ons .lp-addon-hidden{display:none!important}.learn-press-add-ons .lp-active:nth-of-type(2n+1){clear:none;margin-right:0;margin-left:8px}.learn-press-add-ons .lp-active:nth-of-type(2n){clear:both;margin-right:8px;margin-left:0}.learn-press-add-ons.learnpress-premium-plugin .column-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1.6em;max-height:6.4em}.learn-press-add-ons.learnpress-premium-plugin .column-description p{margin:0;line-height:inherit}.learn-press-add-ons:after{display:block;clear:both;content:''}.learn-press-add-ons>li .add-on-inner{margin:0 20px 40px 20px;border:1px solid #ddd;border-radius:10px;overflow:hidden}.learn-press-add-ons>li .add-on-thumbnail{position:relative;overflow:hidden;border-bottom:1px solid #e3e3e3}.learn-press-add-ons>li .add-on-thumbnail img{width:100%;height:auto;vertical-align:top}.learn-press-add-ons>li .add-on-thumbnail .add-on-overlay{position:absolute;left:0;right:0;height:100%;top:0;-webkit-transition:all .25s;background-color:#ade6ff;opacity:0}.learn-press-add-ons>li .add-on-thumbnail .add-on-description{position:absolute;left:20px;right:20px;bottom:0;-webkit-transition:all .25s;color:#444;opacity:0}.learn-press-add-ons>li:hover .add-on-overlay{opacity:.3}.learn-press-add-ons>li:hover .add-on-description{opacity:1}.learn-press-add-ons>li .add-on-info{min-height:80px;padding:20px;background-color:#f5f5f5;border-top:1px solid #fff}.learn-press-add-ons>li .add-on-info>h3{margin-top:0}.learn-press-add-ons>li .add-on-actions{position:absolute;bottom:43px}.learn-press-add-ons>li .add-on-actions .add-on-state{font-size:36px;vertical-align:top;display:none;margin-top:-8px;color:#05b3ff;margin-left:-9px}.learn-press-add-ons>li .add-on-actions .add-on-state.change{display:inline-block}.learn-press-add-ons .plugin-card-top{min-height:180px}.premium_add_ons.active .column-description p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-height:1.6em;max-height:8em}.learn-press-add-ons .button.spinner{background:url(../images/spinner.gif) no-repeat 4px!important;padding-left:30px;visibility:visible;width:auto}.learn-press-add-ons .action-links>span{display:block;text-align:right;font-style:italic}.learn-press-add-ons .action-links>span.enabled{color:#7ad03a}.learn-press-add-ons .action-links>span.disabled{color:red}.learn-press-add-ons .action-links .price{color:#439fdf;font-weight:700;font-size:15px;line-height:1.6em}.learn-press-add-ons .action-links .price del{font-weight:400;color:#aaa;padding-right:5px}.learn-press-add-ons .plugin-icon img{max-width:100%}#learn-press-bundle-activate-add-ons.spinner{float:left!important}.learn-press-add-ons .plugin-version{font-weight:700}#learn-press-add-ons-wrap #name{width:30%}.learn-press-add-ons p:before{content:''}#learn-press-add-ons-wrap .theme{padding:20px;background-color:#fff;border:1px solid #ddd;overflow:hidden;margin-bottom:30px}#learn-press-add-ons-wrap .theme-controls{margin-top:20px;margin-bottom:0}#learn-press-add-ons-wrap .theme h2{margin:0 0 20px 0;line-height:1.4}#learn-press-add-ons-wrap .theme img{width:400px;height:auto;max-height:100%;float:left;margin:0 20px 0 0}.related_themes .plugin-card-top{padding-bottom:0}.related_themes .theme-content{position:relative}.related_themes .image-thumbnail img{width:100%}.related_themes .theme-description{margin:0 0 25px 0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6;line-height:1.6em;max-height:9.6em}.related_themes .theme-title{margin-right:100px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:22px;line-height:1.6em;margin-bottom:0;min-height:3.2em}.related_themes .theme-title a{color:#545454}.related_themes .theme-rating{float:right;display:inline-block}.related_themes .star-rating{display:inline-block}.related_themes .count-rating{font-size:15px;position:relative;top:2px}.related_themes .theme-detail{position:absolute;right:3px;top:0;text-align:right;line-height:1.6em}.related_themes .theme-detail:after{content:'';display:block;clear:both}.related_themes .theme-detail .theme-price{display:inline-block;font-size:24px;color:#545454;font-weight:700;line-height:1.6em}.related_themes .theme-footer{clear:both;margin-left:-20px;margin-right:-20px;padding:20px;background-color:#fafafa;border-top:1px solid #ddd;overflow:hidden}@media screen and (max-width:782px){.learn-press-add-ons .enable-now{padding:5px}.learn-press-add-ons .enable-now:before{margin:0!important}.learn-press-add-ons .enable-now:before{margin:0!important}#learn-press-add-ons-wrap .theme img{width:50%}}@media (max-width:768px){.learn-press-add-ons>li .column-name{margin-right:150px}}@media (max-width:480px){.learn-press-add-ons>li{width:100%}#learn-press-add-ons-wrap .theme img{width:100%;margin:0 0 20px 0}}#lpr-quiz-questions-wrap .select2-container .select2-choice{height:29px;padding-top:3px;font-size:14px}.post-title.column-title{overflow:visible}.lpr-row-actions{display:inline-block;position:relative}.lpr-row-action-dropdown{position:absolute;top:100%;left:0;min-width:150px;background-color:#fff;border:1px solid #ddd;padding:0;margin:0;display:none}.lpr-row-action-dropdown>li{margin:0}.lpr-row-action-dropdown>li>a{display:block;padding:5px}.lpr-row-actions>a{padding-right:15px;position:relative}.lpr-row-actions>a:after{width:0;height:0;border:5px solid transparent;border-top-color:#ddd;content:'';display:inline-block;position:absolute;right:0;top:6px}.lpr-row-actions:hover>ul{display:block}#lpr-add-ons-wrapper .lpr-add-on-block{border-bottom:1px dashed #ddd;padding-bottom:20px;width:50%;float:left;margin-top:20px}#lpr-add-ons-wrapper .lpr-add-on-block:after{content:'';display:block;clear:both}#lpr-add-ons-wrapper .lpr-admin-thumbnail{float:left;width:200px}#lpr-add-ons-wrapper .lpr-admin-thumbnail img{vertical-align:top}#lpr-add-ons-wrapper .lpr-add-on-info{margin-left:220px;margin-right:20px}#lpr-add-ons-wrapper .lpr-add-on-info>h3{margin-top:0}#lpr-add-ons-wrapper .lpr-add-on-info>h3>span{display:inline-block;padding:0 5px;background-color:#7ad3fa;color:#fff;border-radius:3px;margin-left:10px;font-size:12px;vertical-align:top;font-weight:400}#lpr-add-ons-wrapper .lpr-add-on-action{float:right;width:100px}input.lpr-fancy-checkbox{display:none}.lpr-fancy-checkbox.tog{border-radius:20px;box-shadow:inset 0 0 4px rgba(0,0,0,.6);margin:0 auto;height:19px;width:50px;position:relative;cursor:pointer;font:11px/18px arial;background:#ccc;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;display:inline-block!important}.lpr-fancy-checkbox.tog:after{content:'';box-shadow:0 2px 2px rgba(0,0,0,.6);border-radius:20px;display:block;height:15px;width:15px;background:#fff;position:absolute;top:2px;left:2px;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.lpr-fancy-checkbox.tog:before{content:'OFF';position:absolute;right:7px;top:1px;color:#fff}.lpr-fancy-checkbox.tog:hover:after{left:5px}.lpr-fancy-checkbox.tog.on:before{content:'ON';right:28px}.lpr-fancy-checkbox.tog.on{background:#05b3ff}.lpr-fancy-checkbox.tog.on:after{left:33px}.lpr-fancy-checkbox.tog.on:hover:after{left:30px}.clearfix:after{display:block;content:'';clear:both}.clear{display:block;clear:both;height:0}.lp-list-options{border:1px solid #ddd;border-collapse:collapse;width:100%}.lp-list-option.lp-list-option-empty td,.lp-list-option.lp-list-option-empty th{background-color:#fbe9e9}.lp-list-option.lp-list-option-empty .lp-answer-check input,.lp-list-option.lp-list-option-empty .lp-list-option-actions i{display:none}.lp-list-options thead th{border:1px solid #fff;background-color:#eaeaea;padding:10px;text-align:left;color:#00a0d2}.lp-list-options tbody td,.lp-list-options tbody th{border:1px solid #fff;padding:10px 10px;text-align:left;background-color:#f5f5f5}.lp-list-options .lp-answer-check{width:100px}.lp-list-options tbody td input[type=text],.lp-list-options tbody th input[type=text]{width:100%}.lp-list-options .ui-sortable-placeholder{visibility:visible!important}.lp-list-options .ui-sortable-placeholder td{background-image:url(../images/stripe.png)}.lp-list-option .lp-answer-text{color:#777;background-color:transparent;border-color:transparent;box-shadow:none}.lp-list-option .lp-answer-text:after{font-family:dashicons;content:'\f464'}.lp-list-option .lp-answer-text:focus,.lp-list-option:hover .lp-answer-text{box-shadow:none;outline:0;background-color:transparent;border-color:transparent}.lp-list-option:hover .lp-answer-text{border-style:dashed}.lp-list-option-actions{cursor:pointer;color:#00a0d2}.lp-list-option-actions.lp-move-list-option{cursor:move}.lp-list-option-actions:hover{color:#156077}#question_answer .rwmb-question-wrapper{margin:12px 0 0 0}.question-bottom-actions>*{vertical-align:baseline!important}body.post-type-lp_question #question_answer_,body.post-type-lp_quiz #questions{border:none;box-shadow:none;background-color:transparent}body.post-type-lp_question #question_answer_ .handlediv,body.post-type-lp_quiz #questions .handlediv{display:none}body.post-type-lp_question #question_answer_ .hndle,body.post-type-lp_quiz #questions .hndle{display:none}body.post-type-lp_question #question_answer_ .inside,body.post-type-lp_quiz #questions .inside{padding:0}#questions .quiz-questions-heading .questions-toggle{float:right;margin:0;line-height:1}#questions .quiz-questions-heading .questions-toggle a:hover{color:#00a0d2}#questions #learn-press-dropdown-questions{display:inline-block;position:relative}#questions #learn-press-dropdown-questions>ul{position:absolute;top:100%;margin:0;padding:0;background-color:#fff;left:0;right:0;border:1px solid #eee;border-top:none;display:none;z-index:50}#questions #learn-press-dropdown-questions>ul>li{margin:0}#questions #learn-press-dropdown-questions>ul li>a{display:block;padding:5px;outline:0;box-shadow:none}#questions #learn-press-question-name{font-size:18px;min-width:350px;margin:0;box-shadow:none;border-color:#eee;color:#bbb;vertical-align:middle}#questions #learn-press-toggle-questions{height:32px;vertical-align:top;background-color:#fff;border:1px solid #eee;width:32px;margin-left:-4px;text-align:center;font-size:30px;padding:0;color:#ccc;border-left:none;outline:0;cursor:pointer}#questions #learn-press-toggle-questions:hover{color:#aaa}#questions .question-actions{background-color:#fff;border:1px solid #ddd;padding:10px;display:inline-block;margin-top:20px;position:relative;z-index:999}#questions .quiz-question-head .quiz-question-actions{float:right;margin:1px 0;visibility:hidden;padding-top:2px}#questions .quiz-question-head .quiz-question-actions a{margin:0 3px;color:#666;vertical-align:middle;box-shadow:none}#questions .quiz-question-head .quiz-question-actions a:hover{color:#00a0d2}#questions .quiz-question-head:hover .quiz-question-actions{visibility:visible}#questions .quiz-question.ui-sortable-placeholder{visibility:visible!important;background-image:url(../images/stripe.png);border:1px solid #ddd;border-bottom:none}#questions .question-name{border:none;box-shadow:none;padding-left:0;width:70%;color:#777;vertical-align:middle}#questions .quiz-question-icon img{max-width:100%;height:auto}#questions #learn-press-dropdown-questions .added{display:none}.lpr-curriculum-section>h3{padding:0!important}.lpr-curriculum-section>h3 .lpr-action{top:0;right:0}.lpr-curriculum-section.lpr-empty>h3{cursor:default!important}.lpr-curriculum-section.lpr-empty .lpr-action{display:none!important}.lpr-course-curriculum button span{text-decoration:underline}#learn-press-statistic{margin-top:20px}.learn-press-chart{position:relative}.learn-press-chart canvas{height:70vh;width:100vw}.chart-buttons form{display:inline-block;vertical-align:top}.chart-buttons form input[type=text]{width:105px;font-size:14px;vertical-align:top;margin:0;text-align:center;font-weight:700;padding:4px}.chart-buttons form span{display:inline-block;vertical-align:middle;font-weight:700;padding:5px}.learn-press-chart.loading:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background:#fff;opacity:.5}.chart-description li{display:inline-block;margin-right:15px}.chart-description li:before{content:'';display:inline-block;width:10px;height:10px;vertical-align:middle;margin-right:5px}.chart-description li span{display:inline-block;vertical-align:middle;font-weight:700}.chart-description li.all:before{background:#2fa7ff}.chart-description li.instructors:before{background:#eac79b}.chart-description li.students:before{background:#d4d0cb}.lpr-stats-time{text-align:center}.lpr-hidden{display:none}#lpr-custom-time{position:relative;top:4px}#lpr-page-block{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.5;display:none;z-index:9999}#form-quick-add-lesson-link{position:absolute}#_lpr_course_price_description>span{font-weight:700;font-size:15px}.lpr-ignore,.lpr-ignore:hover{color:#dd3d36}.lpr-ignore:hover{cursor:pointer}.lpr-quick-actions-inline,.lpr-quick-add-page-inline{display:inline-block;vertical-align:middle;margin:0!important}#lpr-toggle-quiz-mode{background-color:#07f;padding:3px;margin-left:5px;display:inline-block;border-radius:3px;text-decoration:none;color:#fff}.column-num_of_question{width:150px}.lp-search-items input[name=lp-item-name]{width:500px}.lp-button-dropdown{padding-left:0!important;padding-right:28px!important;position:relative;z-index:99998}.lp-button-dropdown .lp-dropdown-label{padding-left:10px}.lp-button-dropdown .lp-dropdown-arrow{display:inline-block;text-align:center;padding:0 10px;position:absolute;top:-1px;bottom:-1px}.lp-button-dropdown .lp-dropdown-items{position:absolute;margin:0;background-color:#fff;top:100%;margin-top:1px;border:1px solid #ddd;right:-1px;width:200px;z-index:9999999;display:none}.lp-button-dropdown .lp-dropdown-items li{margin:0}.lp-button-dropdown .lp-dropdown-items li a{display:block;padding:10px;line-height:1;text-decoration:none;outline:0;box-shadow:none}.lp-button-dropdown .lp-dropdown-items li a:hover{background-color:#f5f5f5}.lp-button-dropdown:not(.disabled) ul:hover,.lp-button-dropdown:not(.disabled):hover ul{display:block}.curriculum-section .lp-check-items,.curriculum-section .lp-check-items:hover{padding-left:5px;padding-right:34px;border-color:transparent;background:0 0;box-shadow:none}.column-format,.column-is_previewable,.column-taxonomy-question-tag{width:10%}.learn-press-add-ons .plugin-card .disable-now:before,.learn-press-add-ons .plugin-card .enable-now:before,.learn-press-add-ons .plugin-card .install-now:before{margin:3px 5px 0 -2px;display:inline-block;font:400 20px/1 dashicons;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top}.learn-press-add-ons .plugin-card .install-now:before{content:'\f106';color:#0073aa}.learn-press-add-ons .plugin-card .disable-now:before{content:'\f147';color:#0073aa}.learn-press-add-ons .plugin-card .enable-now:before{content:'\f335';color:#d54e21}.learn-press-add-ons .plugin-card .disable-now:hover:before{content:'\f335';color:#d54e21}.learn-press-add-ons .plugin-card .enable-now:hover:before{content:'\f147';color:#0073aa}.learn-press-add-ons .plugin-card .button-working:before{content:'\f463'!important;-webkit-animation:lp-spinner 2s infinite linear;animation:lp-spinner 2s infinite linear;margin-right:0}.learn-press-add-ons .plugin-card .button-working span{display:none}.lp-button-actions a{text-decoration:none;margin-left:5px}.learn-press-quick-confirm{position:absolute;z-index:9999;color:#fff;padding:2px 8px;display:block;white-space:nowrap;left:-39.625px;top:24px;background-color:#c90202;cursor:pointer}.learn-press-quick-confirm:hover,.learn-press-quick-confirm:hover:before{background-color:#d73b00}.learn-press-quick-confirm:before{content:'';display:block;position:absolute;transform:rotate(45deg);width:7px;height:7px;top:-3px;background-color:#c90202;right:7px}.wp-core-ui .meta_box_add_lesson,.wp-core-ui .meta_box_add_section{margin-right:10px}.hide{display:none}.handle.dashicons{cursor:move;margin-right:0}.meta_box_remove .dashicons{text-decoration:initial}.meta_box_course_lesson_quiz li input,.meta_box_course_lesson_quiz li select{min-width:250px}.rwmb-meta-box label{color:#222;font-weight:700;display:block;margin:0 0 16px 0}.description{margin-top:5px}.dashed-placeholder{border:2px dashed #999;padding:10px}.post-type-lp_order #order_details .handlediv,.post-type-lp_order #order_details .hndle,.post-type-lp_order #post-body-content{display:none}.post-type-lp_order #submitpost .misc-pub-section label{display:block;font-weight:600;margin-bottom:8px}#learn-press-order{margin:15px}#learn-press-order .order-data-number{font-size:36px;padding:0;margin-bottom:20px}#learn-press-order>h3{margin:0 0 10px 0;padding:0}#learn-press-order .order-data-date,#learn-press-order .order-data-payment-method,#learn-press-order .order-data-status{font-size:18px;padding:0 0 10px 0}#learn-press-order .user-display-name,#learn-press-order .user-email,#learn-press-order .user-ip-address{padding:0;margin:0 0 10px 0}#learn-press-order .order-items table{border:1px solid #ddd;border-collapse:collapse;width:100%}#learn-press-order .order-items table td,#learn-press-order .order-items table th{text-align:left;padding:10px 15px;border:1px solid #ddd}#learn-press-install-sample-data-notice .install-sample-data-loading{display:none}#learn_press_dashboard_widget .subsubsub{float:none}.learn-press-checkbox{display:none!important}input.regular-text[id^=learn-press-emails]{width:97%}.ios-ui-select{background:#ddd;border:none!important;height:18px;-webkit-border-radius:9px;border-radius:9px;width:30px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;position:relative;display:inline-block}.ios-ui-select.checked{-webkit-box-shadow:inset 0 0 0 18px #6ddc5f;box-shadow:inset 0 0 0 18px #6ddc5f}.ios-ui-select.checked .inner{left:13px}.ios-ui-select .inner{width:16px;height:16px;position:absolute;top:1px;left:1px;-webkit-border-radius:100%;border-radius:100%;background:#fff;-webkit-transition:all 350ms cubic-bezier(0,.89,.44,1);-moz-transition:all 350ms cubic-bezier(0,.89,.44,1);-o-transition:all 350ms cubic-bezier(0,.89,.44,1);transition:all 350ms cubic-bezier(0,.89,.44,1);-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.1);box-shadow:0 1px 2px 0 rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.1)}.lp-label-counter{display:inline-block;background-color:#0073aa;border-radius:10px;height:21px;line-height:20px;text-align:center;min-width:21px;color:#fff;padding:0 5px}.column-duration,.column-num_of_question,.column-preview,.column-taxonomy-question_tag,.column-type{width:100px;text-align:left}#learn_press_dashboard_widget .rss-widget ul li{margin-bottom:10px!important}#learn_press_dashboard_widget .rss-date{margin-left:0}#learn_press_dashboard_widget_status .inside{padding:0;margin-top:0}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status{margin-top:0}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li{width:50%;float:left}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li>a,#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li>span{padding:8px 12px;display:block}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li.full-width{width:100%;float:none;clear:both}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li.full-width:first-child{border-bottom:1px solid #ececec}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li.full-width:first-child a{padding:10px 12px}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li.full-width:last-child{border-top:1px solid #ececec;margin:0 12px}#learn_press_dashboard_widget_status .inside .learnpress-statistic-status li.full-width>a{display:inline-block}.lp-template-overrides{margin-top:20px}.lp-template-overrides thead th h4{margin:0}.lp-template-overrides tbody th{font-weight:700}.lp-template-overrides tbody th p{margin:0 0 0 10px;display:inline-block}.lp-template-overrides tbody th p a{font-weight:400;outline:0;border:none;box-shadow:none;margin:0;padding:2px 8px;border-radius:3px}.lp-template-overrides tbody th p a.current{background:#00aadc;color:#fff}.lp-template-overrides .lp-template-version{width:100px}.lp-template-overrides .lp-template-version.outdated{color:red}.lp-template-overrides .lp-template-version.up-to-date{color:#1859ff}.lp-template-overrides .lp-core-version,.lp-template-overrides .lp-template-version{font-weight:700}.lp-template-overrides .lp-template-file{width:50%}.lp-template-overrides #learn-press-no-templates td p{color:#0073aa}@-webkit-keyframes lp-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes lp-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.rwmb-quiz_questions-wrapper{background:#fff}.rwmb-quiz_questions-wrapper .quiz-questions-heading{border:1px solid #ddd;background-color:#f9f9f9;border-bottom:none;margin:0;color:#777;padding:15px 20px 20px;font-size:24px}.rwmb-quiz_questions-wrapper .quiz-questions-heading a{font-size:32px;color:#0073aa;box-shadow:none}.rwmb-quiz_questions-wrapper .quiz-questions-heading a.dashicons-arrow-down::before{margin-left:-10px}.rwmb-quiz_questions-wrapper .quiz-questions-heading a:hover{color:#00a0d2}.rwmb-quiz_questions-wrapper #learn-press-list-questions{padding:20px;border:1px solid #ddd}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question{background:#fff;border:1px dashed #ddd;margin:-1px 0 0 0;padding:5px 0}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question:nth-child(2n+1){background-color:#fcfcfc}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question:nth-child(2n+1) .question-name{background-color:#fcfcfc}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head{padding:0 20px;position:relative}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head .quiz-question-icon{width:20px;height:20px;display:inline-block;vertical-align:middle;margin-right:10px}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head .question-name{font-size:16px}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head .move{color:#666;cursor:url(../images/openhand.cur) 7 5,default;position:absolute;right:14px;height:50px;top:5px;width:12px;box-shadow:none}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head .move:hover{color:#00a0d2}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head:hover .quiz-question-actions{margin-right:20px}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-head:hover .quiz-question-actions .dashicons-admin-page::before{margin-top:2px}.rwmb-quiz_questions-wrapper #learn-press-list-questions .quiz-question .quiz-question-content{padding:0 20px}.post-type-lp_quiz #general-settings a{font-size:14px;font-weight:400;margin-left:10px}.learn-press-tabs{border:1px solid #ddd;background:#fff}.learn-press-tabs ul.heading-tabs{padding:0 10px;margin:0;border-bottom:1px solid #ddd}.learn-press-tabs ul.heading-tabs>li{float:left;margin:0;position:relative}.learn-press-tabs ul.heading-tabs>li a{display:block;padding:15px 10px 15px 10px;font-size:14px;text-decoration:none;outline:0;box-shadow:none}.learn-press-tabs ul.heading-tabs>li:before{content:'';border-right:1px solid #ddd;position:absolute;right:0;height:20px;top:50%;margin-top:-10px}.learn-press-tabs ul.heading-tabs>li.active a{color:#002a3e}.learn-press-tabs ul.heading-tabs>li.active:after{border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);display:inline-block;width:10px;height:10px;content:'';position:absolute;left:50%;margin-left:-6px;bottom:-6px;background:#fff;border-bottom:0;border-right:0}.learn-press-tabs ul.heading-tabs>li:last-child:before{display:none}.learn-press-tabs .learn-press-tab-content{margin:0;padding-top:20px}.learn-press-tabs .learn-press-tab-content>li{padding:0 20px 10px 20px;float:left;width:100%;margin-right:-100%;box-sizing:border-box}.learn-press-tabs.initialize .learn-press-tab-content>li{visibility:hidden}.learn-press-tabs.initialize .learn-press-tab-content{position:relative}.learn-press-tabs.initialize .learn-press-tab-content:before{content:attr(data-text);position:absolute;height:40px;font-size:24px;line-height:40px;width:50%;text-align:center;margin-left:25%;top:50%;margin-top:-20px;color:#a0a0a0;animation:learn-press-meta-box-tabs-initialize-animation linear 1s;animation-iteration-count:infinite;-webkit-animation:learn-press-meta-box-tabs-initialize-animation linear 1s;-webkit-animation-iteration-count:infinite;-moz-animation:learn-press-meta-box-tabs-initialize-animation linear 1s;-moz-animation-iteration-count:infinite;-o-animation:learn-press-meta-box-tabs-initialize-animation linear 1s;-o-animation-iteration-count:infinite;-ms-animation:learn-press-meta-box-tabs-initialize-animation linear 1s;-ms-animation-iteration-count:infinite}.learn-press-tabs:not(.initialize) .learn-press-tab-content>li{display:none}.learn-press-tabs:not(.initialize) .learn-press-tab-content>li.active{display:block}.learn-press-tabs>ul:after{clear:both;content:'';display:block}#widgets-right .widgets-holder-wrap .rwmb-label{margin-bottom:5px}#widgets-right .widgets-holder-wrap .rwmb-input input[type=text]{width:100%}#widgets-right .widgets-holder-wrap .description{padding:0;margin-top:5px;font-size:small;font-style:italic}@keyframes learn-press-meta-box-tabs-initialize-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-moz-keyframes learn-press-meta-box-tabs-initialize-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-webkit-keyframes learn-press-meta-box-tabs-initialize-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-o-keyframes learn-press-meta-box-tabs-initialize-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@-ms-keyframes learn-press-meta-box-tabs-initialize-animation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}li .rwmb-input-list{margin-left:0!important}
|
assets/css/admin/admin.css
CHANGED
@@ -1,2033 +1,2775 @@
|
|
1 |
-
/**
|
2 |
-
*
|
3 |
-
|
4 |
-
|
5 |
-
*
|
6 |
-
*/
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
}
|
22 |
-
.
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
}
|
42 |
-
.
|
43 |
-
|
44 |
-
|
45 |
-
#
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
}
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
}
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
#
|
83 |
-
|
84 |
-
}
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
}
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
}
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
}
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
}
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
}
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
}
|
154 |
-
|
155 |
-
#
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
}
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
}
|
175 |
-
.
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
}
|
192 |
-
.
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
}
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
.
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
}
|
268 |
-
.
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
|
274 |
-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
}
|
291 |
-
|
292 |
-
|
293 |
-
}
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
|
324 |
-
|
325 |
-
.
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
}
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
}
|
424 |
-
|
425 |
-
|
426 |
-
}
|
427 |
-
|
428 |
-
|
429 |
-
}
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
|
439 |
-
}
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
|
456 |
-
-
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
|
464 |
-
.
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
.
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
-
|
475 |
-
|
476 |
-
}
|
477 |
-
.
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
.
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
.
|
496 |
-
|
497 |
-
}
|
498 |
-
.
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
|
505 |
-
|
506 |
-
.
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
|
522 |
-
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
}
|
542 |
-
.
|
543 |
-
|
544 |
-
}
|
545 |
-
.
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
}
|
553 |
-
.
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
}
|
561 |
-
.
|
562 |
-
|
563 |
-
|
564 |
-
}
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
|
590 |
-
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
-
|
596 |
-
|
597 |
-
|
598 |
-
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
}
|
603 |
-
.
|
604 |
-
|
605 |
-
|
606 |
-
|
607 |
-
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
|
615 |
-
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
}
|
629 |
-
|
630 |
-
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
}
|
648 |
-
|
649 |
-
|
650 |
-
}
|
651 |
-
.
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
.
|
691 |
-
|
692 |
-
|
693 |
-
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
}
|
707 |
-
.learn-press-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
}
|
727 |
-
|
728 |
-
|
729 |
-
}
|
730 |
-
.learn-press-
|
731 |
-
|
732 |
-
}
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
|
759 |
-
|
760 |
-
}
|
761 |
-
.
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
|
769 |
-
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
}
|
774 |
-
.
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
}
|
785 |
-
.
|
786 |
-
|
787 |
-
|
788 |
-
}
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
}
|
797 |
-
.
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
|
843 |
-
}
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
|
853 |
-
|
854 |
-
width:
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
}
|
870 |
-
.
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
|
876 |
-
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
}
|
885 |
-
|
886 |
-
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
|
893 |
-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
|
911 |
-
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
|
926 |
-
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
#
|
935 |
-
|
936 |
-
}
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
}
|
948 |
-
|
949 |
-
|
950 |
-
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
}
|
956 |
-
.
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
}
|
972 |
-
.
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
|
977 |
-
|
978 |
-
|
979 |
-
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
.lp-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
}
|
1044 |
-
|
1045 |
-
.
|
1046 |
-
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
}
|
1058 |
-
|
1059 |
-
|
1060 |
-
}
|
1061 |
-
.
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
.
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
}
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
}
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
|
1095 |
-
|
1096 |
-
|
1097 |
-
|
1098 |
-
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
}
|
1128 |
-
|
1129 |
-
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
}
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
font-size:
|
1156 |
-
|
1157 |
-
|
1158 |
-
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
}
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
|
1173 |
-
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
}
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
}
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
}
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
|
1220 |
-
padding-
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
|
1228 |
-
|
1229 |
-
|
1230 |
-
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
.
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
}
|
1245 |
-
|
1246 |
-
|
1247 |
-
}
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
|
1255 |
-
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
|
1261 |
-
|
1262 |
-
|
1263 |
-
|
1264 |
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
}
|
1271 |
-
.
|
1272 |
-
|
1273 |
-
|
1274 |
-
|
1275 |
-
|
1276 |
-
}
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
.
|
1289 |
-
|
1290 |
-
|
1291 |
-
}
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
|
1356 |
-
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
}
|
1365 |
-
.column-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
}
|
1371 |
-
.
|
1372 |
-
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
.
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
padding:
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
}
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
|
1397 |
-
|
1398 |
-
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
}
|
1414 |
-
.
|
1415 |
-
|
1416 |
-
|
1417 |
-
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
.
|
1422 |
-
|
1423 |
-
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
|
1428 |
-
|
1429 |
-
|
1430 |
-
.
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
}
|
1445 |
-
.
|
1446 |
-
|
1447 |
-
|
1448 |
-
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
}
|
1478 |
-
.
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
|
1489 |
-
|
1490 |
-
|
1491 |
-
.
|
1492 |
-
|
1493 |
-
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
|
1507 |
-
.
|
1508 |
-
|
1509 |
-
|
1510 |
-
}
|
1511 |
-
.
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
|
1517 |
-
|
1518 |
-
|
1519 |
-
|
1520 |
-
|
1521 |
-
|
1522 |
-
.
|
1523 |
-
|
1524 |
-
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
}
|
1537 |
-
.
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
}
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
}
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
#
|
1571 |
-
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
#
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
|
1586 |
-
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
|
1592 |
-
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
1599 |
-
}
|
1600 |
-
|
1601 |
-
|
1602 |
-
|
1603 |
-
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
|
1608 |
-
|
1609 |
-
|
1610 |
-
|
1611 |
-
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
|
1622 |
-
|
1623 |
-
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
}
|
1629 |
-
.
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
-
|
1642 |
-
|
1643 |
-
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
}
|
1648 |
-
.lp-
|
1649 |
-
|
1650 |
-
|
1651 |
-
|
1652 |
-
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
|
1658 |
-
}
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
|
1687 |
-
|
1688 |
-
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
#
|
1695 |
-
|
1696 |
-
|
1697 |
-
#
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
}
|
1704 |
-
|
1705 |
-
|
1706 |
-
}
|
1707 |
-
.
|
1708 |
-
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
}
|
1713 |
-
.
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
}
|
1729 |
-
.
|
1730 |
-
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
|
1735 |
-
|
1736 |
-
|
1737 |
-
|
1738 |
-
}
|
1739 |
-
|
1740 |
-
|
1741 |
-
|
1742 |
-
|
1743 |
-
.
|
1744 |
-
|
1745 |
-
}
|
1746 |
-
.
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
-
|
1752 |
-
|
1753 |
-
|
1754 |
-
|
1755 |
-
|
1756 |
-
|
1757 |
-
|
1758 |
-
|
1759 |
-
|
1760 |
-
|
1761 |
-
|
1762 |
-
|
1763 |
-
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
}
|
1772 |
-
.
|
1773 |
-
|
1774 |
-
}
|
1775 |
-
.
|
1776 |
-
|
1777 |
-
|
1778 |
-
|
1779 |
-
|
1780 |
-
color:
|
1781 |
-
|
1782 |
-
|
1783 |
-
}
|
1784 |
-
.
|
1785 |
-
|
1786 |
-
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
-
|
1791 |
-
}
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
|
1799 |
-
|
1800 |
-
|
1801 |
-
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
-
padding:
|
1813 |
-
position: relative;
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
|
1824 |
-
|
1825 |
-
|
1826 |
-
|
1827 |
-
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
}
|
1841 |
-
|
1842 |
-
|
1843 |
-
|
1844 |
-
|
1845 |
-
|
1846 |
-
}
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
}
|
1852 |
-
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
|
1886 |
-
|
1887 |
-
|
1888 |
-
|
1889 |
-
|
1890 |
-
|
1891 |
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
-
|
1907 |
-
|
1908 |
-
|
1909 |
-
|
1910 |
-
}
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
-
}
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
-
|
1939 |
-
|
1940 |
-
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
}
|
1953 |
-
|
1954 |
-
|
1955 |
-
|
1956 |
-
|
1957 |
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
|
1964 |
-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
|
1969 |
-
|
1970 |
-
}
|
1971 |
-
.
|
1972 |
-
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
|
1983 |
-
|
1984 |
-
|
1985 |
-
|
1986 |
-
|
1987 |
-
|
1988 |
-
|
1989 |
-
|
1990 |
-
|
1991 |
-
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
}
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
|
2005 |
-
|
2006 |
-
|
2007 |
-
|
2008 |
-
|
2009 |
-
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
}
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
|
2025 |
-
|
2026 |
-
|
2027 |
-
|
2028 |
-
|
2029 |
-
|
2030 |
-
|
2031 |
-
|
2032 |
-
|
2033 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,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QUFJUjtFQUNJO0lBQ0ksVUFBQTs7RUFFSjtJQUNJLFVBQUE7O0VBRUo7SUFDSSxVQUFBOzs7QUFJUjtFQUNJO0lBQ0ksVUFBQTs7RUFFSjtJQUNJLFVBQUE7O0VBRUo7SUFDSSxVQUFBOzs7QUFJUjtFQUNJO0lBQ0ksVUFBQTs7RUFFSjtJQUNJLFVBQUE7O0VBRUo7SUFDSSxVQUFBOzs7QUFJUjtFQUNJO0lBQ0ksVUFBQTs7RUFFSjtJQUNJLFVBQUE7O0VBRUo7SUFDSSxVQUFBIiwic291cmNlc0NvbnRlbnQiOlsiLyoqXHJcbiAqIERlZmluZSBhbGwgc3R5bGVzIGZvciBhZG1pbiBzaWRlXHJcbiAqXHJcbiAqIEBhdXRob3IgVGhpbVByZXNzXHJcbiAqIEB2ZXJzaW9uIDEuMFxyXG4gKi9cclxuLy8gYWRtaW4gdmFyaWFibGVzXHJcbkBwcmltYXJ5LWljb24tY29sb3I6ICM2NjY2NjY7XHJcbkBwcmltYXJ5LWljb24taG92ZXItY29sb3I6ICMwMGEwZDI7XHJcblxyXG5pbnB1dDpmb2N1czo6LXdlYmtpdC1pbnB1dC1wbGFjZWhvbGRlciB7XHJcbiAgICBjb2xvcjogdHJhbnNwYXJlbnQgIWltcG9ydGFudDtcclxufVxyXG5cclxuaW5wdXQ6Zm9jdXM6Oi1tb3otcGxhY2Vob2xkZXIge1xyXG4gICAgY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbmlucHV0OmZvY3VzOi1tb3otcGxhY2Vob2xkZXIge1xyXG4gICAgY29sb3I6IHRyYW5zcGFyZW50ICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi5yd21iLWZpZWxkIHtcclxuICAgIG1hcmdpbjogMjBweCAwIDIwcHggMDtcclxuICAgIC5yd21iLWlucHV0IHtcclxuICAgICAgICAucndtYi1sYWJlbCB7XHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDA7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5kZXNjcmlwdGlvbiB7XHJcbiAgICAgICAgICAgIG1hcmdpbi10b3A6IDVweDtcclxuICAgICAgICAgICAgJi5vcHRpb24tZGVzYyB7XHJcbiAgICAgICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luOiA4cHggMCAxMHB4IDI0cHg7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IHNtYWxsZXI7XHJcbiAgICAgICAgICAgICAgICBmb250LXN0eWxlOiBpdGFsaWM7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuXHJcbi5scC1uYXYtdGFiLXdyYXBwZXIge1xyXG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNjY2M7XHJcbiAgICBtYXJnaW46IDA7XHJcbiAgICBwYWRkaW5nOiA5cHggMTVweCAwIDA7XHJcbiAgICBsaW5lLWhlaWdodDogaW5oZXJpdDtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLXF1aWNrLWFkZC1wYWdlLWlubGluZSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1xdWljay1hZGQtcGFnZS1pbmxpbmUgPiAqIHtcclxuICAgIHZlcnRpY2FsLWFsaWduOiB0b3A7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1hZG1pbi1zZXR0aW5ncyB7XHJcbiAgICAjbGVhcm5fcHJlc3NfZW1haWxfZm9ybWF0cyB7XHJcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMTBweDtcclxuICAgIH1cclxuICAgIC5sZWFybi1wcmVzcy1lbWFpbC12YXJpYWJsZXMge1xyXG4gICAgICAgIG1hcmdpbi1sZWZ0OiAwO1xyXG4gICAgICAgIG1hcmdpbi10b3A6IDVweDtcclxuICAgICAgICBsaSB7XHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgICAgICAgICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgIGNvbG9yOiAjMDA4NWJhO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgLm5hdi10YWItd3JhcHBlciB7XHJcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcclxuICAgIH1cclxuICAgIC5zdWJzdWJzdWIge1xyXG4gICAgICAgIGZsb2F0OiBsZWZ0O1xyXG4gICAgICAgIHdpZHRoOiAyNDBweDtcclxuICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgei1pbmRleDogMTA7XHJcbiAgICAgICAgbWFyZ2luOiAwIC0yNjBweCAwIDIwcHg7XHJcbiAgICAgICAgcGFkZGluZy10b3A6IDExcHg7XHJcbiAgICAgICAgbGkge1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICAgICAgYSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICAgICAgICAgIG91dGxpbmU6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgLmxlYXJuLXByZXNzLXNldHRpbmdzLXdyYXAge1xyXG4gICAgICAgIGZsb2F0OiBsZWZ0O1xyXG4gICAgICAgIHBhZGRpbmc6IDFweCAwIDE1cHggMzAwcHg7XHJcbiAgICAgICAgYmFja2dyb3VuZDogI0ZGRjtcclxuICAgICAgICB6LWluZGV4OiAwO1xyXG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xyXG4gICAgICAgIG9wYWNpdHk6IDA7XHJcbiAgICAgICAgaW5wdXRbbmFtZT1cImxlYXJuX3ByZXNzX2F1dG9fcmVkaXJlY3RfbWVzc2FnZVwiXSB7XHJcbiAgICAgICAgICAgIHdpZHRoOiA4MCU7XHJcbiAgICAgICAgfVxyXG4gICAgICAgICY6YmVmb3JlIHtcclxuICAgICAgICAgICAgY29udGVudDogJyc7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgdG9wOiAwO1xyXG4gICAgICAgICAgICBib3R0b206IDA7XHJcbiAgICAgICAgICAgIGJvcmRlci1sZWZ0OiAxcHggc29saWQgI0RERDtcclxuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC0zMHB4O1xyXG4gICAgICAgIH1cclxuICAgICAgICAmOmFmdGVyIHtcclxuICAgICAgICAgICAgY29udGVudDogJyc7XHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgICAgICBjbGVhcjogYm90aDtcclxuICAgICAgICB9XHJcbiAgICAgICAgJi5yZWFkeSB7XHJcbiAgICAgICAgICAgIG9wYWNpdHk6IDE7XHJcbiAgICAgICAgfVxyXG4gICAgICAgICNsZWFybi1wcmVzcy1yZXNldC1zZXR0aW5ncyB7XHJcbiAgICAgICAgICAgIGZsb2F0OiByaWdodDtcclxuICAgICAgICAgICAgb3BhY2l0eTogMC41O1xyXG4gICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgIG9wYWNpdHk6IDE7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAmLm5vLXN1YnRhYnMge1xyXG4gICAgICAgIC5sZWFybi1wcmVzcy1zZXR0aW5ncy13cmFwIHtcclxuICAgICAgICAgICAgZmxvYXQ6IG5vbmU7XHJcbiAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAwO1xyXG4gICAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDI1cHg7XHJcbiAgICAgICAgICAgIHBhZGRpbmctcmlnaHQ6IDI1cHg7XHJcblxyXG4gICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgIC5zdWJzdWJzdWIge1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgIGlucHV0W3R5cGU9XCJyYWRpb1wiXSB7XHJcbiAgICAgICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XHJcbiAgICB9XHJcbiAgICBsYWJlbCB7XHJcbiAgICAgICAgbGluZS1oZWlnaHQ6IDE7XHJcbiAgICB9XHJcbiAgICAvKmlucHV0W25hbWU9XCJsZWFybl9wcmVzc19zaW5nbGVfY291cnNlX2ltYWdlX3NpemVbd2lkdGhdXCJdLFxyXG4gICAgaW5wdXRbbmFtZT1cImxlYXJuX3ByZXNzX3NpbmdsZV9jb3Vyc2VfaW1hZ2Vfc2l6ZVtoZWlnaHRdXCJdLFxyXG4gICAgaW5wdXRbbmFtZT1cImxlYXJuX3ByZXNzX2NvdXJzZV90aHVtYm5haWxfaW1hZ2Vfc2l6ZVt3aWR0aF1cIl0sXHJcbiAgICBpbnB1dFtuYW1lPVwibGVhcm5fcHJlc3NfY291cnNlX3RodW1ibmFpbF9pbWFnZV9zaXplW2hlaWdodF1cIl0ge1xyXG4gICAgICAgIG1hcmdpbi10b3A6IC00cHg7XHJcbiAgICB9XHJcbiAgICBpbnB1dFtuYW1lPVwibGVhcm5fcHJlc3Nfc2luZ2xlX2NvdXJzZV9pbWFnZV9zaXplW2Nyb3BdXCJdLFxyXG4gICAgaW5wdXRbbmFtZT1cImxlYXJuX3ByZXNzX2NvdXJzZV90aHVtYm5haWxfaW1hZ2Vfc2l6ZVtjcm9wXVwiXSB7XHJcbiAgICAgICAgbWFyZ2luLXRvcDogM3B4O1xyXG4gICAgfSovXHJcblxyXG4gICAgaW5wdXRbbmFtZT1cImxlYXJuX3ByZXNzX2NvdXJzZV9iYXNlXCJdIHtcclxuICAgICAgICBtYXJnaW4tdG9wOiAzcHg7XHJcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAzcHg7XHJcbiAgICB9XHJcbiAgICAubHAtZ3JvdXAtdGl0bGUge1xyXG4gICAgICAgIHBhZGRpbmc6IDAgMCAxMHB4O1xyXG4gICAgICAgIGJvcmRlci1ib3R0b206IDNweCBzb2xpZCAjNTYzZDdjO1xyXG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgICAgICBtYXJnaW46IDA7XHJcbiAgICB9XHJcbiAgICBpbnB1dFt0eXBlPVwidGV4dFwiXSxcclxuICAgIGlucHV0W3R5cGU9XCJlbWFpbFwiXSxcclxuICAgIGlucHV0W3R5cGU9XCJudW1iZXJcIl0sXHJcbiAgICBpbnB1dFt0eXBlPVwidGVsXCJdLFxyXG4gICAgaW5wdXRbdHlwZT1cInBhc3N3b3JkXCJdLFxyXG4gICAgc2VsZWN0IHtcclxuICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gICAgfVxyXG4gICAgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdIHtcclxuICAgICAgICBvcGFjaXR5OiAxO1xyXG4gICAgfVxyXG4gICAgLmxwLXNldHRpbmctZmllbGQge1xyXG4gICAgICAgIHNwYW4ge1xyXG4gICAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gICAgICAgICAgICBsaW5lLWhlaWdodDogMjRweDtcclxuICAgICAgICB9XHJcbiAgICAgICAgLmxwLXNpZ24tdGltZXMge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE5cHg7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4ubGVhcm5wcmVzc19wYWdlX2xlYXJuLXByZXNzLXNldHRpbmdzIHtcclxuICAgIC5zZWxlY3QyLXJlc3VsdCB7XHJcbiAgICAgICAgLnNlbGVjdDItcmVzdWx0LWxhYmVsIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICAgICAgICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgIzIzMjgyZDtcclxuICAgICAgICAgICAgICAgIHdpZHRoOiAyMHB4O1xyXG4gICAgICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICAgICAgdG9wOiA1MCU7XHJcbiAgICAgICAgICAgICAgICBsZWZ0OiA4cHg7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgJjpob3ZlciB7XHJcbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyLWNvbG9yOiAjRkZGO1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgICYubGV2ZWwtMSB7XHJcbiAgICAgICAgICAgIC5zZWxlY3QyLXJlc3VsdC1sYWJlbCB7XHJcbiAgICAgICAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDM1cHg7XHJcbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgJi5sZXZlbC0yIHtcclxuICAgICAgICAgICAgLnNlbGVjdDItcmVzdWx0LWxhYmVsIHtcclxuICAgICAgICAgICAgICAgIHBhZGRpbmctbGVmdDogNjBweDtcclxuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcclxuICAgICAgICAgICAgICAgICAgICBsZWZ0OiAzNXB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgICYubGV2ZWwtMyB7XHJcbiAgICAgICAgICAgIC5zZWxlY3QyLXJlc3VsdC1sYWJlbCB7XHJcbiAgICAgICAgICAgICAgICBwYWRkaW5nLWxlZnQ6IDg1cHg7XHJcbiAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgbGVmdDogNjBweDtcclxuICAgICAgICAgICAgICAgICAgICBjb250ZW50OiAnJztcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG5cclxuLyogbWVzc2FnZSBib3ggKi9cclxuI2xlYXJuLXByZXNzLW1lc3NhZ2UtYm94LWJsb2NrIHtcclxuICAgIHBvc2l0aW9uOiBmaXhlZDtcclxuICAgIHRvcDogMDtcclxuICAgIGxlZnQ6IDA7XHJcbiAgICByaWdodDogMDtcclxuICAgIGJvdHRvbTogMDtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XHJcbiAgICB6LWluZGV4OiA5OTk5OTtcclxuICAgIG9wYWNpdHk6IDAuODtcclxufVxyXG5cclxuI2xlYXJuLXByZXNzLW1lc3NhZ2UtYm94LXdpbmRvdyB7XHJcbiAgICBwb3NpdGlvbjogZml4ZWQ7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBib3R0b206IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICB6LWluZGV4OiAxMDAwMDA7XHJcbiAgICBjb2xvcjogI0ZGRjtcclxuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxufVxyXG5cclxuI21lc3NhZ2UtYm94LXdyYXAge1xyXG4gICAgbWFyZ2luOiAwIGF1dG87XHJcbiAgICAvKiB0ZXh0LWFsaWduOiBjZW50ZXI7ICovXHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xyXG4gICAgbWF4LXdpZHRoOiA3MCU7XHJcbn1cclxuXHJcbi5tZXNzYWdlLWJveC10aXRsZSB7XHJcbiAgICBjb2xvcjogI0ZGRjtcclxuICAgIG1hcmdpbjogMCAwIDQwcHggMDtcclxuICAgIGZvbnQtc2l6ZTogMzRweDtcclxufVxyXG5cclxuLm1lc3NhZ2UtYm94LWNvbnRlbnQge1xyXG4gICAgZm9udC1zaXplOiAxNnB4O1xyXG4gICAgbGluZS1oZWlnaHQ6IDEuNTtcclxufVxyXG5cclxuLm1lc3NhZ2UtYm94LWFuaW1hdGlvbiB7XHJcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi8uLi9pbWFnZXMvYW5pbWF0aW9uLmdpZlwiKTtcclxuICAgIHdpZHRoOiAyMjBweDtcclxuICAgIGhlaWdodDogMjBweDtcclxuICAgIG1hcmdpbjogMjBweCAwIDA7XHJcbn1cclxuXHJcbi5tZXNzYWdlLWJveC1idXR0b25zIHtcclxuICAgIG1hcmdpbjogMjBweCAwIDA7XHJcbiAgICBib3JkZXItdG9wOiAxcHggc29saWQgIzkyOTI5MjtcclxuICAgIHBhZGRpbmctdG9wOiAyMHB4O1xyXG59XHJcblxyXG4ubWVzc2FnZS1ib3gtYnV0dG9uIHtcclxuICAgIG1hcmdpbi1yaWdodDogMTBweCAhaW1wb3J0YW50O1xyXG59XHJcblxyXG4ucG9zdC10eXBlLWxwX2xlc3NvbiAuY29sdW1uLWZvcm1hdCAubHAtbGFiZWwge1xyXG4gICAgZm9udC1zaXplOiAxMDAlO1xyXG59XHJcblxyXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqL1xyXG4uaGlkZSB7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG4uaGFuZGxlLmRhc2hpY29ucyB7XHJcbiAgICBjdXJzb3I6IG1vdmU7XHJcbiAgICBtYXJnaW4tcmlnaHQ6IDEwcHg7XHJcbn1cclxuXHJcbi5tZXRhX2JveF9yZW1vdmUgLmRhc2hpY29ucyB7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IGluaXRpYWw7XHJcbn1cclxuXHJcbi5tZXRhX2JveF9jb3Vyc2VfbGVzc29uX3F1aXogbGkgaW5wdXQsXHJcbi5tZXRhX2JveF9jb3Vyc2VfbGVzc29uX3F1aXogbGkgc2VsZWN0IHtcclxuICAgIG1pbi13aWR0aDogMjUwcHg7XHJcbn1cclxuXHJcbi5kYXNoZWQtcGxhY2Vob2xkZXIge1xyXG4gICAgYm9yZGVyOiAycHggZGFzaGVkICM5OTk7XHJcbiAgICBwYWRkaW5nOiAxMHB4O1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtbWVzc2FnZSB7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICBiYWNrZ3JvdW5kOiAjRkZGO1xyXG4gICAgYm9yZGVyLWxlZnQ6IDVweCBzb2xpZCAjMDBBMEQyO1xyXG4gICAgcGFkZGluZzogMTBweCAxMHB4IDBweCAxMHB4O1xyXG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcclxuICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICBjb2xvcjogIzc3NztcclxuICAgIGJ1dHRvbiB7XHJcbiAgICAgICAgZmxvYXQ6IHJpZ2h0O1xyXG4gICAgfVxyXG4gICAgcCB7XHJcbiAgICAgICAgbWFyZ2luOiAwIDAgMTBweDtcclxuICAgIH1cclxuICAgICY6YWZ0ZXIge1xyXG4gICAgICAgIGNsZWFyOiBib3RoO1xyXG4gICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgfVxyXG4gICAgJi5ub3RpY2Uge1xyXG4gICAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAjYjNkMjBhO1xyXG4gICAgfVxyXG4gICAgJi5scC1lcnJvcixcclxuICAgICYuZXJyb3Ige1xyXG4gICAgICAgIGJvcmRlci1sZWZ0LWNvbG9yOiAjYjgxYzIzO1xyXG4gICAgfVxyXG4gICAgdWwge1xyXG4gICAgICAgIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTtcclxuICAgIH1cclxuICAgIC5sZWFybi1wcmVzcy1hZG1pbi1ub3RpY2UtZGlzbWlzcyB7XHJcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGRkZGO1xyXG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcclxuICAgICAgICBib3gtc2hhZG93OiAwcHggMHB4IDFweCAxcHggI0YxRjFGMTtcclxuICAgICAgICB3aWR0aDogMjBweDtcclxuICAgICAgICBoZWlnaHQ6IDIwcHg7XHJcbiAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xyXG4gICAgICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcclxuICAgICAgICB0b3A6IDUwJTtcclxuICAgICAgICByaWdodDogMTBweDtcclxuICAgICAgICBtYXJnaW4tdG9wOiAtMTBweDtcclxuICAgICAgICBwYWRkaW5nOiAwO1xyXG4gICAgICAgICY6YmVmb3JlIHtcclxuICAgICAgICAgICAgZm9udC1mYW1pbHk6IGRhc2hpY29ucztcclxuICAgICAgICAgICAgY29udGVudDogJ1xcZjMzNSc7XHJcbiAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgZm9udC1zaXplOiAxOHB4O1xyXG4gICAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4vKipcclxuKiBDb3Vyc2UgTWV0YWJveFxyXG4qL1xyXG5saS5xdWl6LCBsaS5sZXNzb24sIGxpLnF1aWNrX2xlc3NvbiwgbGkucXVpY2tfcXVpeiB7XHJcbiAgICBtYXJnaW4tbGVmdDogMzBweDtcclxufVxyXG5cclxuLndwLWNvcmUtdWkgLm1ldGFfYm94X2FkZF9zZWN0aW9uLFxyXG4ud3AtY29yZS11aSAubWV0YV9ib3hfYWRkX2xlc3NvbixcclxuLndwLWNvcmUtdWkgLm1ldGFfYm94X2FkZF9xdWl6LFxyXG4ud3AtY29yZS11aSAubWV0YV9ib3hfcXVpY2tfYWRkX2xlc3NvbixcclxuLndwLWNvcmUtdWkgLm1ldGFfYm94X3F1aWNrX2FkZF9xdWl6IHtcclxuICAgIG1hcmdpbi1yaWdodDogMTBweDtcclxufVxyXG5cclxuLmNvbHVtbi10YXhvbm9teS1jb3Vyc2VfY2F0ZWdvcnkge1xyXG4gICAgd2lkdGg6IDE1JTtcclxufVxyXG5cclxuLnRvb2xzLWJ1dHRvbiB7XHJcbiAgICB0ZXh0LWFsaWduOiByaWdodDtcclxufVxyXG5cclxuLypcclxuI2xwci1ibG9jayB7XHJcbiAgICBwb3NpdGlvbjogZml4ZWQ7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICBib3R0b206IDA7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDAwO1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxuICAgIHotaW5kZXg6IDIwMDtcclxuICAgIG9wYWNpdHk6IDAuMjtcclxufVxyXG5cclxuLmxwci1xdWljay1hZGQtZm9ybSB7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xyXG4gICAgcGFkZGluZzogNXB4O1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgei1pbmRleDogMjEwO1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxufVxyXG5cclxuLmxwci1xdWljay1hZGQtZm9ybSBpbnB1dCB7XHJcbiAgICBmb250LXNpemU6IDE1cHg7XHJcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XHJcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgd2lkdGg6IDM1MHB4O1xyXG59XHJcblxyXG4ubHByLXF1aWNrLWFkZC1mb3JtIGlucHV0LFxyXG4ubHByLXF1aWNrLWFkZC1mb3JtIHNlbGVjdCB7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG59XHJcblxyXG4ubHByLXF1aWNrLWFkZC1mb3JtIC5scHItYWpheGxvYWQge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxuICAgIGJhY2tncm91bmQ6IHVybCguLi8uLi9pbWFnZXMvc3Bpbm5lci5naWYpIG5vLXJlcGVhdCBjZW50ZXI7XHJcbiAgICB3aWR0aDogMzBweDtcclxuICAgIGNvbG9yOiAjRkZGO1xyXG4gICAgbWFyZ2luLXRvcDogNnB4O1xyXG59XHJcblxyXG4ubHByLXF1aWNrLWFkZC1mb3JtLndvcmtpbmcgLmxwci1hamF4bG9hZCB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbn1cclxuXHJcbi5scHItcXVpY2stYWRkLWZvcm0ud29ya2luZyBidXR0b24ge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxufVxyXG5cclxuLnBvc3QtdHlwZS1scHJfcXVlc3Rpb24gLmxwci1xdWVzdGlvbi1vcHRpb24tbGFiZWwge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxufVxyXG5cclxuI2xwci1xdWVzdGlvbi1vcHRpb25zLXdyYXAge1xyXG4gICAgbWFyZ2luLXRvcDogOHB4O1xyXG59XHJcblxyXG4ubHByLXF1ZXN0aW9uIHRyLmxwci1kaXNhYmxlZCAuZGFzaGljb25zLXRyYXNoLFxyXG4ubHByLXF1ZXN0aW9uIHRyLmxwci1kaXNhYmxlZCAuZGFzaGljb25zLXNvcnQge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxufSovXHJcblxyXG4vKlxyXG4qIEFkZCBvbiBwYWdlXHJcbiovXHJcbi5sZWFybnByZXNzLWFkdmVydGlzLWFkbWluIHtcclxuXHJcbiAgICBtYXJnaW4tbGVmdDogMTYwcHg7XHJcbiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG5cclxuICAgID4gLml0ZW0ge1xyXG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XHJcbiAgICB9XHJcbiAgICA+IC5pdGVtOmZpcnN0LWNoaWxkIHtcclxuICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIH1cclxuXHJcbiAgICAubGVhcm5wcmVzcy13cmFwLWl0ZW1zIHtcclxuICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgICAgICAtd2Via2l0LXRyYW5zaXRpb246IHZpc2liaWxpdHkgMXMsIG9wYWNpdHkgMXM7XHJcbiAgICAgICAgdHJhbnNpdGlvbjogdmlzaWJpbGl0eSAxcywgb3BhY2l0eSAxcztcclxuICAgICAgICBwYWRkaW5nOiAyMHB4O1xyXG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XHJcbiAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI2RkZDtcclxuICAgICAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xyXG4gICAgfVxyXG4gICAgLnRoZW1lLXRodW1ibmFpbCB7XHJcbiAgICAgICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICAgICAgd2lkdGg6IDM1JTtcclxuICAgIH1cclxuICAgIC50aGVtZS1kZXRhaWwge1xyXG4gICAgICAgIG1hcmdpbi1sZWZ0OiAzNSU7XHJcbiAgICAgICAgcGFkZGluZy1sZWZ0OiAyMHB4O1xyXG4gICAgfVxyXG4gICAgLmxlYXJucHJlc3MtaXRlbSB7XHJcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgIGZsb2F0OiBsZWZ0O1xyXG4gICAgICAgIG1hcmdpbi1yaWdodDogLTEwMCU7XHJcbiAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcclxuICAgICAgICB2aXNpYmlsaXR5OiBoaWRkZW47XHJcbiAgICAgICAgb3BhY2l0eTogMDtcclxuICAgICAgICAtd2Via2l0LXRyYW5zaXRpb246IHZpc2liaWxpdHkgMC41cyBsaW5lYXIsIG9wYWNpdHkgMC41cyBsaW5lYXI7XHJcbiAgICAgICAgdHJhbnNpdGlvbjogdmlzaWJpbGl0eSAwLjVzIGxpbmVhciwgb3BhY2l0eSAwLjVzIGxpbmVhcjtcclxuXHJcbiAgICB9XHJcbiAgICBpbWcge1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIGhlaWdodDogYXV0bztcclxuICAgICAgICBmbG9hdDogbm9uZTtcclxuICAgIH1cclxuICAgIC5sZWFybnByZXNzLWFjdGl2ZSB7XHJcbiAgICAgICAgdmlzaWJpbGl0eTogdmlzaWJsZTtcclxuICAgICAgICBvcGFjaXR5OiAxO1xyXG4gICAgfVxyXG5cclxuICAgIC5sZWFybnByZXNzLWNvbnRyb2xzIHtcclxuXHJcbiAgICAgICAgJjphZnRlciB7XHJcbiAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgICAgICBjbGVhcjogYm90aDtcclxuICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgYm90dG9tOiAzMHB4O1xyXG4gICAgICAgIHJpZ2h0OiAwO1xyXG4gICAgICAgIGhlaWdodDogNTBweDtcclxuICAgICAgICAtbXMtdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xyXG4gICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xyXG4gICAgICAgIHRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcclxuXHJcbiAgICAgICAgLnByZXYtaXRlbSxcclxuICAgICAgICAubmV4dC1pdGVtIHtcclxuICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICB0b3A6IDA7XHJcbiAgICAgICAgICAgIGZvbnQtZmFtaWx5OiAnZGFzaGljb25zJztcclxuICAgICAgICAgICAgd2lkdGg6IDQwcHg7XHJcbiAgICAgICAgICAgIGhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgIzAwMDtcclxuICAgICAgICAgICAgbGluZS1oZWlnaHQ6IDQwcHg7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDtcclxuICAgICAgICAgICAgY29sb3I6ICMwMDA7XHJcbiAgICAgICAgICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgICAgICB9XHJcbiAgICAgICAgLnByZXYtaXRlbSB7XHJcbiAgICAgICAgICAgIHJpZ2h0OiA5NXB4O1xyXG4gICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICBjb250ZW50OiBcIlxcZjM0MVwiO1xyXG4gICAgICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgLm5leHQtaXRlbSB7XHJcbiAgICAgICAgICAgIHJpZ2h0OiA0NXB4O1xyXG5cclxuICAgICAgICAgICAgJjpiZWZvcmUge1xyXG4gICAgICAgICAgICAgICAgY29udGVudDogXCJcXGYzNDVcIjtcclxuICAgICAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgQG1lZGlhIG9ubHkgc2NyZWVuIGFuZCAobWF4LXdpZHRoOiAxMjAwcHgpIHtcclxuICAgICAgICAudGhlbWUtdGh1bWJuYWlsIHtcclxuICAgICAgICAgICAgd2lkdGg6IDUwJTtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIC50aGVtZS1kZXRhaWwge1xyXG4gICAgICAgICAgICBtYXJnaW4tbGVmdDogNTAlO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICBAbWVkaWEgb25seSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDk2MHB4KSB7XHJcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDM2cHg7XHJcblxyXG4gICAgICAgIC50aGVtZS10aHVtYm5haWwge1xyXG4gICAgICAgICAgICBmbG9hdDogbm9uZTtcclxuICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAudGhlbWUtZGV0YWlsIHtcclxuICAgICAgICAgICAgbWFyZ2luLXRvcDogMjBweDtcclxuICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDA7XHJcbiAgICAgICAgICAgIHBhZGRpbmctbGVmdDogMDtcclxuICAgICAgICB9XHJcblxyXG4gICAgfVxyXG4gICAgQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzgycHgpIHtcclxuICAgICAgICBtYXJnaW4tbGVmdDogMDtcclxuICAgIH1cclxufVxyXG5cclxuLmxwci1hZGQtb25zLXdyYXBwZXIgLmFkZC1vbi1pbmZvIHtcclxuICAgIHdpZHRoOiA2NSU7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbn1cclxuXHJcbi5scHItYWRkLW9ucy13cmFwcGVyIC5hZGQtb24tYWN0aW9uIHtcclxuICAgIGZsb2F0OiByaWdodDtcclxufVxyXG5cclxuLmxwci1hZGQtb25zLXdyYXBwZXIgLmFkZC1vbi1hY3Rpb24gYSB7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbiAgICBwYWRkaW5nOiAyMHB4O1xyXG4gICAgaGVpZ2h0OiA4MHB4O1xyXG4gICAgd2lkdGg6IDEwMHB4O1xyXG4gICAgYmFja2dyb3VuZDogI0VCRUJFQjtcclxuICAgIG1hcmdpbi1yaWdodDogMTAwcHg7XHJcbn1cclxuXHJcbi5scHItYWRkLW9ucy13cmFwcGVyIC5hZGQtb24tYWN0aW9uIC5hZGQtb24tZW5hYmxlZCB7XHJcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICBtYXJnaW46IDQwcHg7XHJcbn1cclxuXHJcbi5scHItYWRkLW9ucy13cmFwcGVyIC5hZGQtb24tYWN0aW9uIC5hZGQtb24tZGlzYWJsZWQge1xyXG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgbWFyZ2luOiA0MHB4O1xyXG59XHJcblxyXG4ubHByLWFkZC1vbnMtd3JhcHBlciAuYWRkLW9uLWFjdGlvbiBhOmhvdmVyIHtcclxuICAgIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcclxuICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS10ZXh0LWRpc2FibGUpO1xyXG59XHJcblxyXG4ubHAtc2VhcmNoLWFkZG9uIHtcclxuICAgIG1hcmdpbjogMDtcclxuICAgIHdpZHRoOiAyODBweDtcclxuICAgIGZvbnQtc2l6ZTogMTZweDtcclxuICAgIGZvbnQtd2VpZ2h0OiAzMDA7XHJcbiAgICBsaW5lLWhlaWdodDogMS41O1xyXG4gICAgcGFkZGluZzogM3B4IDVweDtcclxuICAgIGhlaWdodDogMzJweDtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMge1xyXG4gICAgbWFyZ2luOiAyMHB4IDAgMDtcclxuXHJcbiAgICAubHAtYWRkb24taGlkZGVuIHtcclxuICAgICAgICBkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XHJcbiAgICB9XHJcbiAgICAubHAtYWN0aXZlOm50aC1vZi10eXBlKDJuKzEpIHtcclxuICAgICAgICBjbGVhcjogbm9uZTtcclxuICAgICAgICBtYXJnaW4tcmlnaHQ6IDA7XHJcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDhweDtcclxuICAgIH1cclxuICAgIC5scC1hY3RpdmU6bnRoLW9mLXR5cGUoMm4pIHtcclxuICAgICAgICBjbGVhcjogYm90aDtcclxuICAgICAgICBtYXJnaW4tcmlnaHQ6IDhweDtcclxuICAgICAgICBtYXJnaW4tbGVmdDogMDtcclxuICAgIH1cclxuXHJcbiAgICAmLmxlYXJucHJlc3MtcHJlbWl1bS1wbHVnaW4ge1xyXG5cclxuICAgICAgICAuY29sdW1uLWRlc2NyaXB0aW9uIHtcclxuXHJcbiAgICAgICAgICAgIHAge1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICAgICAgbGluZS1oZWlnaHQ6IGluaGVyaXQ7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcclxuICAgICAgICAgICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XHJcbiAgICAgICAgICAgIGRpc3BsYXk6IC13ZWJraXQtYm94O1xyXG4gICAgICAgICAgICAtd2Via2l0LWJveC1vcmllbnQ6IHZlcnRpY2FsO1xyXG4gICAgICAgICAgICAtd2Via2l0LWxpbmUtY2xhbXA6IDQ7XHJcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxLjZlbTtcclxuICAgICAgICAgICAgbWF4LWhlaWdodDogNi40ZW07XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9uczphZnRlciB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIGNsZWFyOiBib3RoO1xyXG4gICAgY29udGVudDogJyc7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkge1xyXG4gICAgLypmbG9hdDogbGVmdDsqL1xyXG4gICAgLyp3aWR0aDogMjUlOyovXHJcbiAgICAvKnBvc2l0aW9uOiByZWxhdGl2ZTsqL1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24taW5uZXIge1xyXG4gICAgbWFyZ2luOiAwIDIwcHggNDBweCAyMHB4O1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgIGJvcmRlci1yYWRpdXM6IDEwcHg7XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24tdGh1bWJuYWlsIHtcclxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0UzRTNFMztcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgPiBsaSAuYWRkLW9uLXRodW1ibmFpbCBpbWcge1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbiAgICBoZWlnaHQ6IGF1dG87XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24tdGh1bWJuYWlsIC5hZGQtb24tb3ZlcmxheSB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICBoZWlnaHQ6IDEwMCU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAwLjI1cztcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICNBREU2RkY7XHJcbiAgICBvcGFjaXR5OiAwO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24tdGh1bWJuYWlsIC5hZGQtb24tZGVzY3JpcHRpb24ge1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgbGVmdDogMjBweDtcclxuICAgIHJpZ2h0OiAyMHB4O1xyXG4gICAgYm90dG9tOiAwO1xyXG4gICAgLXdlYmtpdC10cmFuc2l0aW9uOiBhbGwgMC4yNXM7XHJcbiAgICBjb2xvcjogIzQ0NDtcclxuICAgIG9wYWNpdHk6IDA7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zID4gbGk6aG92ZXIgLmFkZC1vbi1vdmVybGF5IHtcclxuICAgIG9wYWNpdHk6IDAuMztcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgPiBsaTpob3ZlciAuYWRkLW9uLWRlc2NyaXB0aW9uIHtcclxuICAgIG9wYWNpdHk6IDE7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkgLmFkZC1vbi1pbmZvIHtcclxuICAgIG1pbi1oZWlnaHQ6IDgwcHg7XHJcbiAgICBwYWRkaW5nOiAyMHB4O1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcclxuICAgIGJvcmRlci10b3A6IDFweCBzb2xpZCAjRkZGO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24taW5mbyA+IGgzIHtcclxuICAgIG1hcmdpbi10b3A6IDA7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkgLmFkZC1vbi1hY3Rpb25zIHtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIGJvdHRvbTogNDNweDtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgPiBsaSAuYWRkLW9uLWFjdGlvbnMgLmFkZC1vbi1zdGF0ZSB7XHJcbiAgICBmb250LXNpemU6IDM2cHg7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxuICAgIG1hcmdpbi10b3A6IC04cHg7XHJcbiAgICBjb2xvcjogIzA1QjNGRjtcclxuICAgIG1hcmdpbi1sZWZ0OiAtOXB4O1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIC5hZGQtb24tYWN0aW9ucyAuYWRkLW9uLXN0YXRlLmNoYW5nZSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4tY2FyZC10b3Age1xyXG4gICAgbWluLWhlaWdodDogMTgwcHg7XHJcbn1cclxuXHJcbi5wcmVtaXVtX2FkZF9vbnMuYWN0aXZlIC5jb2x1bW4tZGVzY3JpcHRpb24gcCB7XHJcbiAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XHJcbiAgICBkaXNwbGF5OiAtd2Via2l0LWJveDtcclxuICAgIC13ZWJraXQtYm94LW9yaWVudDogdmVydGljYWw7XHJcbiAgICAtd2Via2l0LWxpbmUtY2xhbXA6IDU7XHJcbiAgICBsaW5lLWhlaWdodDogMS42ZW07XHJcbiAgICBtYXgtaGVpZ2h0OiA4ZW07XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5idXR0b24uc3Bpbm5lciB7XHJcbiAgICBiYWNrZ3JvdW5kOiB1cmwoLi4vLi4vaW1hZ2VzL3NwaW5uZXIuZ2lmKSBuby1yZXBlYXQgNHB4ICFpbXBvcnRhbnQ7XHJcbiAgICBwYWRkaW5nLWxlZnQ6IDMwcHg7XHJcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xyXG4gICAgd2lkdGg6IGF1dG87XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5hY3Rpb24tbGlua3MgPiBzcGFuIHtcclxuICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgdGV4dC1hbGlnbjogcmlnaHQ7XHJcbiAgICBmb250LXN0eWxlOiBpdGFsaWM7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5hY3Rpb24tbGlua3MgPiBzcGFuLmVuYWJsZWQge1xyXG4gICAgY29sb3I6ICM3YWQwM2E7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5hY3Rpb24tbGlua3MgPiBzcGFuLmRpc2FibGVkIHtcclxuICAgIGNvbG9yOiAjRkYwMDAwO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAuYWN0aW9uLWxpbmtzIC5wcmljZSB7XHJcbiAgICBjb2xvcjogIzQzOWZkZjtcclxuICAgIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgICBmb250LXNpemU6IDE1cHg7XHJcbiAgICBsaW5lLWhlaWdodDogMS42ZW07XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5hY3Rpb24tbGlua3MgLnByaWNlIGRlbCB7XHJcbiAgICBmb250LXdlaWdodDogNDAwO1xyXG4gICAgY29sb3I6ICNhYWE7XHJcbiAgICBwYWRkaW5nLXJpZ2h0OiA1cHg7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4taWNvbiBpbWcge1xyXG4gICAgbWF4LXdpZHRoOiAxMDAlO1xyXG59XHJcblxyXG4jbGVhcm4tcHJlc3MtYnVuZGxlLWFjdGl2YXRlLWFkZC1vbnMuc3Bpbm5lciB7XHJcbiAgICBmbG9hdDogbGVmdCAhaW1wb3J0YW50O1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAucGx1Z2luLXZlcnNpb24ge1xyXG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1hZGQtb25zLXdyYXAgI25hbWUge1xyXG4gICAgd2lkdGg6IDMwJTtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgcDpiZWZvcmUge1xyXG4gICAgY29udGVudDogJyc7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1hZGQtb25zLXdyYXAgLnRoZW1lIHtcclxuICAgIHBhZGRpbmc6IDIwcHg7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjZmZmO1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI2RkZDtcclxuICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICBtYXJnaW4tYm90dG9tOiAzMHB4O1xyXG59XHJcblxyXG4jbGVhcm4tcHJlc3MtYWRkLW9ucy13cmFwIC50aGVtZS1jb250cm9scyB7XHJcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xyXG4gICAgbWFyZ2luLWJvdHRvbTogMDtcclxufVxyXG5cclxuI2xlYXJuLXByZXNzLWFkZC1vbnMtd3JhcCAudGhlbWUgaDIge1xyXG4gICAgbWFyZ2luOiAwIDAgMjBweCAwO1xyXG4gICAgbGluZS1oZWlnaHQ6IDEuNDtcclxufVxyXG5cclxuI2xlYXJuLXByZXNzLWFkZC1vbnMtd3JhcCAudGhlbWUgaW1nIHtcclxuICAgIHdpZHRoOiA0MDBweDtcclxuICAgIGhlaWdodDogYXV0bztcclxuICAgIG1heC1oZWlnaHQ6IDEwMCU7XHJcbiAgICBmbG9hdDogbGVmdDtcclxuICAgIG1hcmdpbjogMCAyMHB4IDAgMDtcclxufVxyXG5cclxuLnJlbGF0ZWRfdGhlbWVzIHtcclxuICAgIC5wbHVnaW4tY2FyZC10b3Age1xyXG4gICAgICAgIHBhZGRpbmctYm90dG9tOiAwO1xyXG4gICAgfVxyXG4gICAgLnRoZW1lLWNvbnRlbnQge1xyXG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgIH1cclxuICAgIC5pbWFnZS10aHVtYm5haWwgaW1nIHtcclxuICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgIH1cclxuICAgIC50aGVtZS1kZXNjcmlwdGlvbiB7XHJcbiAgICAgICAgbWFyZ2luOiAwIDAgMjVweCAwO1xyXG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47XHJcbiAgICAgICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XHJcbiAgICAgICAgZGlzcGxheTogLXdlYmtpdC1ib3g7XHJcbiAgICAgICAgLXdlYmtpdC1ib3gtb3JpZW50OiB2ZXJ0aWNhbDtcclxuICAgICAgICAtd2Via2l0LWxpbmUtY2xhbXA6IDY7XHJcbiAgICAgICAgbGluZS1oZWlnaHQ6IDEuNmVtO1xyXG4gICAgICAgIG1heC1oZWlnaHQ6IDkuNmVtO1xyXG5cclxuICAgIH1cclxuICAgIC50aGVtZS10aXRsZSB7XHJcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMDBweDtcclxuICAgICAgICBmb250LWZhbWlseTogXCJIZWx2ZXRpY2EgTmV1ZVwiLCBIZWx2ZXRpY2EsIEFyaWFsLCBzYW5zLXNlcmlmO1xyXG4gICAgICAgIGZvbnQtc2l6ZTogMjJweDtcclxuICAgICAgICBsaW5lLWhlaWdodDogMS42ZW07XHJcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogMDtcclxuICAgICAgICBtaW4taGVpZ2h0OiAzLjJlbTtcclxuICAgIH1cclxuICAgIC50aGVtZS10aXRsZSBhIHtcclxuXHJcbiAgICAgICAgY29sb3I6ICM1NDU0NTQ7XHJcbiAgICB9XHJcbiAgICAudGhlbWUtcmF0aW5nIHtcclxuICAgICAgICBmbG9hdDogcmlnaHQ7XHJcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgfVxyXG4gICAgLnN0YXItcmF0aW5nIHtcclxuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICB9XHJcbiAgICAuY291bnQtcmF0aW5nIHtcclxuICAgICAgICBmb250LXNpemU6IDE1cHg7XHJcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgIHRvcDogMnB4O1xyXG4gICAgfVxyXG4gICAgLnRoZW1lLWRldGFpbCB7XHJcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgIHJpZ2h0OiAzcHg7XHJcbiAgICAgICAgdG9wOiAwO1xyXG4gICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xyXG4gICAgICAgIGxpbmUtaGVpZ2h0OiAxLjZlbTtcclxuXHJcbiAgICAgICAgJjphZnRlciB7XHJcbiAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICAgICAgY2xlYXI6IGJvdGg7XHJcbiAgICAgICAgfVxyXG5cclxuICAgICAgICAudGhlbWUtcHJpY2Uge1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICAgICAgICAgIGZvbnQtc2l6ZTogMjRweDtcclxuICAgICAgICAgICAgY29sb3I6ICM1NDU0NTQ7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA3MDA7XHJcbiAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxLjZlbTtcclxuICAgICAgICB9XHJcblxyXG4gICAgfVxyXG5cclxuICAgIC50aGVtZS1mb290ZXIge1xyXG4gICAgICAgIGNsZWFyOiBib3RoO1xyXG4gICAgICAgIG1hcmdpbi1sZWZ0OiAtMjBweDtcclxuICAgICAgICBtYXJnaW4tcmlnaHQ6IC0yMHB4O1xyXG4gICAgICAgIHBhZGRpbmc6IDIwcHg7XHJcbiAgICAgICAgYmFja2dyb3VuZC1jb2xvcjogI2ZhZmFmYTtcclxuICAgICAgICBib3JkZXItdG9wOiAxcHggc29saWQgI2RkZDtcclxuICAgICAgICBvdmVyZmxvdzogaGlkZGVuO1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogMTI4MHB4KSB7XHJcbiAgICAubGVhcm4tcHJlc3MtYWRkLW9ucyA+IGxpIHtcclxuICAgICAgICAvKndpZHRoOiAzMy4zMyU7Ki9cclxuICAgIH1cclxufVxyXG5cclxuQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzgycHgpIHtcclxuICAgIC5sZWFybi1wcmVzcy1hZGQtb25zIC5lbmFibGUtbm93IHtcclxuICAgICAgICBwYWRkaW5nOiA1cHg7XHJcblxyXG4gICAgfVxyXG5cclxuICAgIC5sZWFybi1wcmVzcy1hZGQtb25zIC5lbmFibGUtbm93OmJlZm9yZSB7XHJcbiAgICAgICAgbWFyZ2luOiAwICFpbXBvcnRhbnQ7XHJcbiAgICB9XHJcblxyXG4gICAgLmxlYXJuLXByZXNzLWFkZC1vbnMgLmVuYWJsZS1ub3c6YmVmb3JlIHtcclxuICAgICAgICBtYXJnaW46IDAgIWltcG9ydGFudDtcclxuICAgIH1cclxuXHJcbiAgICAjbGVhcm4tcHJlc3MtYWRkLW9ucy13cmFwIC50aGVtZSBpbWcge1xyXG4gICAgICAgIHdpZHRoOiA1MCU7XHJcbiAgICB9XHJcblxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNzY4cHgpIHtcclxuICAgIC5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkge1xyXG4gICAgICAgIC8qd2lkdGg6IDUwJTsqL1xyXG4gICAgfVxyXG5cclxuICAgIC5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkgLmNvbHVtbi1uYW1lIHtcclxuICAgICAgICBtYXJnaW4tcmlnaHQ6IDE1MHB4O1xyXG4gICAgfVxyXG59XHJcblxyXG5AbWVkaWEgKG1heC13aWR0aDogNDgwcHgpIHtcclxuICAgIC5sZWFybi1wcmVzcy1hZGQtb25zID4gbGkge1xyXG4gICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgfVxyXG5cclxuICAgICNsZWFybi1wcmVzcy1hZGQtb25zLXdyYXAgLnRoZW1lIGltZyB7XHJcbiAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgbWFyZ2luOiAwIDAgMjBweCAwO1xyXG4gICAgfVxyXG59XHJcblxyXG4vKiovXHJcblxyXG4jbHByLXF1aXotcXVlc3Rpb25zLXdyYXAgLnNlbGVjdDItY29udGFpbmVyIC5zZWxlY3QyLWNob2ljZSB7XHJcbiAgICBoZWlnaHQ6IDI5cHg7XHJcbiAgICBwYWRkaW5nLXRvcDogM3B4O1xyXG4gICAgZm9udC1zaXplOiAxNHB4O1xyXG59XHJcblxyXG4ucG9zdC10aXRsZS5jb2x1bW4tdGl0bGUge1xyXG4gICAgb3ZlcmZsb3c6IHZpc2libGU7XHJcbn1cclxuXHJcbi5scHItcm93LWFjdGlvbnMge1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG59XHJcblxyXG4ubHByLXJvdy1hY3Rpb24tZHJvcGRvd24ge1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiAxMDAlO1xyXG4gICAgbGVmdDogMDtcclxuICAgIG1pbi13aWR0aDogMTUwcHg7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgIHBhZGRpbmc6IDA7XHJcbiAgICBtYXJnaW46IDA7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG4ubHByLXJvdy1hY3Rpb24tZHJvcGRvd24gPiBsaSB7XHJcbiAgICBtYXJnaW46IDA7XHJcbn1cclxuXHJcbi5scHItcm93LWFjdGlvbi1kcm9wZG93biA+IGxpID4gYSB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIHBhZGRpbmc6IDVweDtcclxufVxyXG5cclxuLmxwci1yb3ctYWN0aW9ucyA+IGEge1xyXG4gICAgcGFkZGluZy1yaWdodDogMTVweDtcclxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxufVxyXG5cclxuLmxwci1yb3ctYWN0aW9ucyA+IGE6YWZ0ZXIge1xyXG4gICAgd2lkdGg6IDA7XHJcbiAgICBoZWlnaHQ6IDA7XHJcbiAgICBib3JkZXI6IDVweCBzb2xpZCB0cmFuc3BhcmVudDtcclxuICAgIGJvcmRlci10b3AtY29sb3I6ICNEREQ7XHJcbiAgICBjb250ZW50OiAnJztcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIHJpZ2h0OiAwO1xyXG4gICAgdG9wOiA2cHg7XHJcbn1cclxuXHJcbi5scHItcm93LWFjdGlvbnM6aG92ZXIgPiB1bCB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxufVxyXG5cclxuLyogYWRkb25zIHBhZ2UgKi9cclxuI2xwci1hZGQtb25zLXdyYXBwZXIge1xyXG59XHJcblxyXG4jbHByLWFkZC1vbnMtd3JhcHBlciAubHByLWFkZC1vbi1ibG9jayB7XHJcbiAgICBib3JkZXItYm90dG9tOiAxcHggZGFzaGVkICNEREQ7XHJcbiAgICBwYWRkaW5nLWJvdHRvbTogMjBweDtcclxuICAgIHdpZHRoOiA1MCU7XHJcbiAgICBmbG9hdDogbGVmdDtcclxuICAgIG1hcmdpbi10b3A6IDIwcHg7XHJcbn1cclxuXHJcbiNscHItYWRkLW9ucy13cmFwcGVyIC5scHItYWRkLW9uLWJsb2NrOmFmdGVyIHtcclxuICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBjbGVhcjogYm90aDtcclxufVxyXG5cclxuI2xwci1hZGQtb25zLXdyYXBwZXIgLmxwci1hZG1pbi10aHVtYm5haWwge1xyXG4gICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICB3aWR0aDogMjAwcHg7XHJcbn1cclxuXHJcbiNscHItYWRkLW9ucy13cmFwcGVyIC5scHItYWRtaW4tdGh1bWJuYWlsIGltZyB7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG59XHJcblxyXG4jbHByLWFkZC1vbnMtd3JhcHBlciAubHByLWFkZC1vbi1pbmZvIHtcclxuICAgIG1hcmdpbi1sZWZ0OiAyMjBweDtcclxuICAgIG1hcmdpbi1yaWdodDogMjBweDtcclxufVxyXG5cclxuI2xwci1hZGQtb25zLXdyYXBwZXIgLmxwci1hZGQtb24taW5mbyA+IGgzIHtcclxuICAgIG1hcmdpbi10b3A6IDA7XHJcbn1cclxuXHJcbiNscHItYWRkLW9ucy13cmFwcGVyIC5scHItYWRkLW9uLWluZm8gPiBoMyA+IHNwYW4ge1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgcGFkZGluZzogMCA1cHg7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjN0FEM0ZBO1xyXG4gICAgY29sb3I6ICNGRkY7XHJcbiAgICBib3JkZXItcmFkaXVzOiAzcHg7XHJcbiAgICBtYXJnaW4tbGVmdDogMTBweDtcclxuICAgIGZvbnQtc2l6ZTogMTJweDtcclxuICAgIHZlcnRpY2FsLWFsaWduOiB0b3A7XHJcbiAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG59XHJcblxyXG4jbHByLWFkZC1vbnMtd3JhcHBlciAubHByLWFkZC1vbi1hY3Rpb24ge1xyXG4gICAgZmxvYXQ6IHJpZ2h0O1xyXG4gICAgd2lkdGg6IDEwMHB4O1xyXG59XHJcblxyXG4vKiB0b2dnbGUgKi9cclxuaW5wdXQubHByLWZhbmN5LWNoZWNrYm94IHtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbi5scHItZmFuY3ktY2hlY2tib3gudG9nIHtcclxuICAgIGJvcmRlci1yYWRpdXM6IDIwcHg7XHJcbiAgICBib3gtc2hhZG93OiBpbnNldCAwIDAgNHB4IHJnYmEoMCwgMCwgMCwgLjYpO1xyXG4gICAgbWFyZ2luOiAwIGF1dG87XHJcbiAgICBoZWlnaHQ6IDE5cHg7XHJcbiAgICB3aWR0aDogNTBweDtcclxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgIGZvbnQ6IDExcHgvMThweCBhcmlhbDtcclxuICAgIGJhY2tncm91bmQ6ICNjY2M7XHJcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAuMnMgZWFzZTtcclxuICAgIC1tb3otdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG4gICAgLW8tdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG4gICAgdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi5scHItZmFuY3ktY2hlY2tib3gudG9nOmFmdGVyIHtcclxuICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgYm94LXNoYWRvdzogMCAycHggMnB4IHJnYmEoMCwgMCwgMCwgLjYpO1xyXG4gICAgYm9yZGVyLXJhZGl1czogMjBweDtcclxuICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgaGVpZ2h0OiAxNXB4O1xyXG4gICAgd2lkdGg6IDE1cHg7XHJcbiAgICBiYWNrZ3JvdW5kOiAjZmZmO1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiAycHg7XHJcbiAgICBsZWZ0OiAycHg7XHJcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAuMnMgZWFzZTtcclxuICAgIC1tb3otdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG4gICAgLW8tdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG4gICAgdHJhbnNpdGlvbjogYWxsIC4ycyBlYXNlO1xyXG59XHJcblxyXG4ubHByLWZhbmN5LWNoZWNrYm94LnRvZzpiZWZvcmUge1xyXG4gICAgY29udGVudDogJ09GRic7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICByaWdodDogN3B4O1xyXG4gICAgdG9wOiAxcHg7XHJcbiAgICBjb2xvcjogI2ZmZjtcclxufVxyXG5cclxuLmxwci1mYW5jeS1jaGVja2JveC50b2c6aG92ZXI6YWZ0ZXIge1xyXG4gICAgbGVmdDogNXB4O1xyXG59XHJcblxyXG4ubHByLWZhbmN5LWNoZWNrYm94LnRvZy5vbjpiZWZvcmUge1xyXG4gICAgY29udGVudDogJ09OJztcclxuICAgIHJpZ2h0OiAyOHB4O1xyXG59XHJcblxyXG4ubHByLWZhbmN5LWNoZWNrYm94LnRvZy5vbiB7XHJcbiAgICBiYWNrZ3JvdW5kOiAjMDVCM0ZGO1xyXG59XHJcblxyXG4ubHByLWZhbmN5LWNoZWNrYm94LnRvZy5vbjphZnRlciB7XHJcbiAgICBsZWZ0OiAzM3B4O1xyXG59XHJcblxyXG4ubHByLWZhbmN5LWNoZWNrYm94LnRvZy5vbjpob3ZlcjphZnRlciB7XHJcbiAgICBsZWZ0OiAzMHB4O1xyXG59XHJcblxyXG4vKiovXHJcbi5jbGVhcmZpeDphZnRlciB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgY2xlYXI6IGJvdGg7XHJcbn1cclxuXHJcbi5jbGVhciB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIGNsZWFyOiBib3RoO1xyXG4gICAgaGVpZ2h0OiAwO1xyXG59XHJcblxyXG4vKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKi9cclxuLyoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKiovXHJcblxyXG4ubHAtbGlzdC1vcHRpb25zIHtcclxuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XHJcbiAgICBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlO1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbiB7XHJcblxyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb24ubHAtbGlzdC1vcHRpb24tZW1wdHkgdGQsXHJcbi5scC1saXN0LW9wdGlvbi5scC1saXN0LW9wdGlvbi1lbXB0eSB0aCB7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkJFOUU5O1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb24ubHAtbGlzdC1vcHRpb24tZW1wdHkgLmxwLWFuc3dlci1jaGVjayBpbnB1dCxcclxuLmxwLWxpc3Qtb3B0aW9uLmxwLWxpc3Qtb3B0aW9uLWVtcHR5IC5scC1saXN0LW9wdGlvbi1hY3Rpb25zIGkge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxufVxyXG5cclxuLmxwLWxpc3Qtb3B0aW9uIC5jbG0ge1xyXG5cclxufVxyXG5cclxuLmxwLWxpc3Qtb3B0aW9uIC5scC1pdGVtLWNoZWNrYm94IHtcclxufVxyXG5cclxuLmxwLWxpc3Qtb3B0aW9uIC5scC1pdGVtLW5hbWUge1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb24gLmxwLWl0ZW0tYWN0aW9ucyB7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbnMgdGhlYWQgdGgge1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0ZGRjtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICNFQUVBRUE7XHJcbiAgICBwYWRkaW5nOiAxMHB4O1xyXG4gICAgdGV4dC1hbGlnbjogbGVmdDtcclxuXHJcbiAgICBjb2xvcjogIzAwQTBEMjtcclxuXHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbnMgdGJvZHkgdGgsXHJcbi5scC1saXN0LW9wdGlvbnMgdGJvZHkgdGQge1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0ZGRjtcclxuICAgIHBhZGRpbmc6IDEwcHggMTBweDtcclxuICAgIHRleHQtYWxpZ246IGxlZnQ7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb25zIC5scC1hbnN3ZXItY2hlY2sge1xyXG4gICAgd2lkdGg6IDEwMHB4O1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb25zIHRib2R5IHRoIGlucHV0W3R5cGU9XCJ0ZXh0XCJdLFxyXG4ubHAtbGlzdC1vcHRpb25zIHRib2R5IHRkIGlucHV0W3R5cGU9XCJ0ZXh0XCJdIHtcclxuICAgIHdpZHRoOiAxMDAlO1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb25zIC51aS1zb3J0YWJsZS1wbGFjZWhvbGRlciB7XHJcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbnMgLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHRkIHtcclxuICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uLy4uL2ltYWdlcy9zdHJpcGUucG5nXCIpO1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb24gLmxwLWFuc3dlci10ZXh0IHtcclxuICAgIGNvbG9yOiAjNzc3O1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XHJcbiAgICBib3JkZXItY29sb3I6IHRyYW5zcGFyZW50O1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxufVxyXG5cclxuLmxwLWxpc3Qtb3B0aW9uIC5scC1hbnN3ZXItdGV4dDphZnRlciB7XHJcbiAgICBmb250LWZhbWlseTogZGFzaGljb25zO1xyXG4gICAgY29udGVudDogJ1xcZjQ2NCc7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbiAubHAtYW5zd2VyLXRleHQ6Zm9jdXMsXHJcbi5scC1saXN0LW9wdGlvbjpob3ZlciAubHAtYW5zd2VyLXRleHQge1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxuICAgIG91dGxpbmU6IG5vbmU7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcclxuICAgIGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbjpob3ZlciAubHAtYW5zd2VyLXRleHQge1xyXG4gICAgYm9yZGVyLXN0eWxlOiBkYXNoZWQ7XHJcbn1cclxuXHJcbi5scC1saXN0LW9wdGlvbi1hY3Rpb25zIHtcclxuICAgIGN1cnNvcjogcG9pbnRlcjtcclxuICAgIGNvbG9yOiAjMDBBMEQyO1xyXG59XHJcblxyXG4ubHAtbGlzdC1vcHRpb24tYWN0aW9ucy5scC1tb3ZlLWxpc3Qtb3B0aW9uIHtcclxuICAgIGN1cnNvcjogbW92ZTtcclxufVxyXG5cclxuLmxwLWxpc3Qtb3B0aW9uLWFjdGlvbnM6aG92ZXIge1xyXG4gICAgY29sb3I6ICMxNTYwNzc7XHJcbn1cclxuXHJcbi8qIFF1ZXN0aW9uIG1ldGEgYm94ICovXHJcbiNxdWVzdGlvbl9hbnN3ZXIgLnJ3bWItcXVlc3Rpb24td3JhcHBlciB7XHJcbiAgICBtYXJnaW46IDEycHggMCAwIDA7XHJcbn1cclxuXHJcbi5xdWVzdGlvbi1ib3R0b20tYWN0aW9ucyA+ICoge1xyXG4gICAgdmVydGljYWwtYWxpZ246IGJhc2VsaW5lICFpbXBvcnRhbnQ7XHJcbn1cclxuXHJcbi8qIFF1aXogbWV0YSBib3ggKi9cclxuYm9keS5wb3N0LXR5cGUtbHBfcXVpeiAjcXVlc3Rpb25zLFxyXG5ib2R5LnBvc3QtdHlwZS1scF9xdWVzdGlvbiAjcXVlc3Rpb25fYW5zd2VyXyB7XHJcbiAgICBib3JkZXI6IG5vbmU7XHJcbiAgICBib3gtc2hhZG93OiBub25lO1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XHJcbn1cclxuXHJcbmJvZHkucG9zdC10eXBlLWxwX3F1aXogI3F1ZXN0aW9ucyAuaGFuZGxlZGl2LFxyXG5ib2R5LnBvc3QtdHlwZS1scF9xdWVzdGlvbiAjcXVlc3Rpb25fYW5zd2VyXyAuaGFuZGxlZGl2IHtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbmJvZHkucG9zdC10eXBlLWxwX3F1aXogI3F1ZXN0aW9ucyAuaG5kbGUsXHJcbmJvZHkucG9zdC10eXBlLWxwX3F1ZXN0aW9uICNxdWVzdGlvbl9hbnN3ZXJfIC5obmRsZSB7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG5ib2R5LnBvc3QtdHlwZS1scF9xdWl6ICNxdWVzdGlvbnMgLmluc2lkZSxcclxuYm9keS5wb3N0LXR5cGUtbHBfcXVlc3Rpb24gI3F1ZXN0aW9uX2Fuc3dlcl8gLmluc2lkZSB7XHJcbiAgICBwYWRkaW5nOiAwO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9ucy1oZWFkaW5nIC5xdWVzdGlvbnMtdG9nZ2xlIHtcclxuICAgIGZsb2F0OiByaWdodDtcclxuICAgIG1hcmdpbjogMDtcclxuICAgIGxpbmUtaGVpZ2h0OiAxO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9ucy1oZWFkaW5nIC5xdWVzdGlvbnMtdG9nZ2xlIGE6aG92ZXIge1xyXG4gICAgY29sb3I6ICMwMGEwZDI7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgI2xlYXJuLXByZXNzLWRyb3Bkb3duLXF1ZXN0aW9ucyB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgI2xlYXJuLXByZXNzLWRyb3Bkb3duLXF1ZXN0aW9ucyA+IHVsIHtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgIHRvcDogMTAwJTtcclxuICAgIG1hcmdpbjogMDtcclxuICAgIHBhZGRpbmc6IDA7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xyXG4gICAgbGVmdDogMDtcclxuICAgIHJpZ2h0OiAwO1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0VFRTtcclxuICAgIGJvcmRlci10b3A6IG5vbmU7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgei1pbmRleDogNTA7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgI2xlYXJuLXByZXNzLWRyb3Bkb3duLXF1ZXN0aW9ucyA+IHVsID4gbGkge1xyXG4gICAgbWFyZ2luOiAwO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zICNsZWFybi1wcmVzcy1kcm9wZG93bi1xdWVzdGlvbnMgPiB1bCBsaSA+IGEge1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBwYWRkaW5nOiA1cHg7XHJcbiAgICBvdXRsaW5lOiBub25lO1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxufVxyXG5cclxuI3F1ZXN0aW9ucyAjbGVhcm4tcHJlc3MtcXVlc3Rpb24tbmFtZSB7XHJcbiAgICBmb250LXNpemU6IDE4cHg7XHJcbiAgICBtaW4td2lkdGg6IDM1MHB4O1xyXG4gICAgbWFyZ2luOiAwO1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxuICAgIGJvcmRlci1jb2xvcjogI0VFRTtcclxuICAgIGNvbG9yOiAjQkJCO1xyXG4gICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcclxufVxyXG5cclxuI3F1ZXN0aW9ucyAjbGVhcm4tcHJlc3MtdG9nZ2xlLXF1ZXN0aW9ucyB7XHJcbiAgICBoZWlnaHQ6IDMycHg7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcclxuICAgIGJvcmRlcjogMXB4IHNvbGlkICNFRUU7XHJcbiAgICB3aWR0aDogMzJweDtcclxuICAgIG1hcmdpbi1sZWZ0OiAtNHB4O1xyXG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgZm9udC1zaXplOiAzMHB4O1xyXG4gICAgcGFkZGluZzogMDtcclxuICAgIGNvbG9yOiAjQ0NDO1xyXG4gICAgYm9yZGVyLWxlZnQ6IG5vbmU7XHJcbiAgICBvdXRsaW5lOiBub25lO1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zICNsZWFybi1wcmVzcy10b2dnbGUtcXVlc3Rpb25zOmhvdmVyIHtcclxuICAgIGNvbG9yOiAjQUFBQUFBO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zICNsZWFybi1wcmVzcy1idXR0b24tYWRkLXF1ZXN0aW9uIHtcclxuICAgIF92ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIGlucHV0W25hbWU9XCJscC1uZXctcXVlc3Rpb24tbmFtZVwiXSB7XHJcblxyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWVzdGlvbi1hY3Rpb25zIHtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XHJcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgcGFkZGluZzogMTBweDtcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIG1hcmdpbi10b3A6IDIwcHg7XHJcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICB6LWluZGV4OiA5OTk7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgLnF1aXotcXVlc3Rpb24taGVhZCAucXVpei1xdWVzdGlvbi1hY3Rpb25zIHtcclxuICAgIGZsb2F0OiByaWdodDtcclxuICAgIG1hcmdpbjogMXB4IDA7XHJcbiAgICB2aXNpYmlsaXR5OiBoaWRkZW47XHJcbiAgICBwYWRkaW5nLXRvcDogMnB4O1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9uLWhlYWQgLnF1aXotcXVlc3Rpb24tYWN0aW9ucyBhIHtcclxuICAgIG1hcmdpbjogMCAzcHg7XHJcbiAgICBjb2xvcjogQHByaW1hcnktaWNvbi1jb2xvcjtcclxuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbiAgICBib3gtc2hhZG93OiBub25lO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9uLWhlYWQgLnF1aXotcXVlc3Rpb24tYWN0aW9ucyBhOmhvdmVyIHtcclxuICAgIGNvbG9yOiAjMDBhMGQyO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9uLWhlYWQ6aG92ZXIgLnF1aXotcXVlc3Rpb24tYWN0aW9ucyB7XHJcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zIC5xdWl6LXF1ZXN0aW9uLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHtcclxuICAgIHZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcclxuICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uLy4uL2ltYWdlcy9zdHJpcGUucG5nXCIpO1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgIGJvcmRlci1ib3R0b206IG5vbmU7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgLnF1ZXN0aW9uLW5hbWUge1xyXG4gICAgYm9yZGVyOiBub25lO1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxuICAgIHBhZGRpbmctbGVmdDogMDtcclxuICAgIHdpZHRoOiA3MCU7XHJcbiAgICBjb2xvcjogIzc3NztcclxuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbn1cclxuXHJcbiNxdWVzdGlvbnMgLnF1aXotcXVlc3Rpb24taWNvbiBpbWcge1xyXG4gICAgbWF4LXdpZHRoOiAxMDAlO1xyXG4gICAgaGVpZ2h0OiBhdXRvO1xyXG59XHJcblxyXG4jcXVlc3Rpb25zICNsZWFybi1wcmVzcy1kcm9wZG93bi1xdWVzdGlvbnMgLmFkZGVkIHtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbi5scHItY3VycmljdWx1bS1zZWN0aW9uID4gaDMge1xyXG4gICAgcGFkZGluZzogMCAhaW1wb3J0YW50O1xyXG59XHJcblxyXG4ubHByLWN1cnJpY3VsdW0tc2VjdGlvbiA+IGgzIC5scHItYWN0aW9uIHtcclxuICAgIHRvcDogMDtcclxuICAgIHJpZ2h0OiAwO1xyXG59XHJcblxyXG4ubHByLWN1cnJpY3VsdW0tc2VjdGlvbi5scHItZW1wdHkgPiBoMyB7XHJcbiAgICBjdXJzb3I6IGRlZmF1bHQgIWltcG9ydGFudDtcclxufVxyXG5cclxuLmxwci1jdXJyaWN1bHVtLXNlY3Rpb24ubHByLWVtcHR5IC5scHItYWN0aW9uIHtcclxuICAgIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcclxufVxyXG5cclxuLmxwci1jb3Vyc2UtY3VycmljdWx1bSBidXR0b24gc3BhbiB7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcclxufVxyXG5cclxuI2xlYXJuLXByZXNzLXN0YXRpc3RpYyB7XHJcbiAgICBtYXJnaW4tdG9wOiAyMHB4O1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtY2hhcnQge1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtY2hhcnQgY2FudmFzIHtcclxuICAgIGhlaWdodDogNzB2aDtcclxuICAgIHdpZHRoOiAxMDB2dztcclxufVxyXG5cclxuLmNoYXJ0LWJ1dHRvbnMgZm9ybSB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG59XHJcblxyXG4uY2hhcnQtYnV0dG9ucyBmb3JtIGlucHV0W3R5cGU9XCJ0ZXh0XCJdIHtcclxuICAgIHdpZHRoOiAxMDVweDtcclxuICAgIGZvbnQtc2l6ZTogMTRweDtcclxuICAgIHZlcnRpY2FsLWFsaWduOiB0b3A7XHJcbiAgICBtYXJnaW46IDA7XHJcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgIHBhZGRpbmc6IDRweDtcclxufVxyXG5cclxuLmNoYXJ0LWJ1dHRvbnMgZm9ybSBzcGFuIHtcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbiAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgIHBhZGRpbmc6IDVweDtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWNoYXJ0LmxvYWRpbmc6YWZ0ZXIge1xyXG4gICAgY29udGVudDogJyc7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDA7XHJcbiAgICBsZWZ0OiAwO1xyXG4gICAgcmlnaHQ6IDA7XHJcbiAgICBib3R0b206IDA7XHJcbiAgICB6LWluZGV4OiAxMDtcclxuICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICBvcGFjaXR5OiAwLjU7XHJcbn1cclxuXHJcbi5jaGFydC1kZXNjcmlwdGlvbiB7XHJcblxyXG59XHJcblxyXG4uY2hhcnQtZGVzY3JpcHRpb24gbGkge1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgbWFyZ2luLXJpZ2h0OiAxNXB4O1xyXG59XHJcblxyXG4uY2hhcnQtZGVzY3JpcHRpb24gbGk6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgd2lkdGg6IDEwcHg7XHJcbiAgICBoZWlnaHQ6IDEwcHg7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xyXG4gICAgbWFyZ2luLXJpZ2h0OiA1cHg7XHJcbn1cclxuXHJcbi5jaGFydC1kZXNjcmlwdGlvbiBsaSBzcGFuIHtcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbiAgICBmb250LXdlaWdodDogYm9sZDtcclxufVxyXG5cclxuLmNoYXJ0LWRlc2NyaXB0aW9uIGxpLmFsbDpiZWZvcmUge1xyXG4gICAgYmFja2dyb3VuZDogIzJGQTdGRjtcclxufVxyXG5cclxuLmNoYXJ0LWRlc2NyaXB0aW9uIGxpLmluc3RydWN0b3JzOmJlZm9yZSB7XHJcbiAgICBiYWNrZ3JvdW5kOiAjRUFDNzlCO1xyXG59XHJcblxyXG4uY2hhcnQtZGVzY3JpcHRpb24gbGkuc3R1ZGVudHM6YmVmb3JlIHtcclxuICAgIGJhY2tncm91bmQ6ICNENEQwQ0I7XHJcbn1cclxuXHJcbi5scHItc3RhdHMtdGltZSB7XHJcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbn1cclxuXHJcbi5scHItaGlkZGVuIHtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbiNscHItY3VzdG9tLXRpbWUge1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgdG9wOiA0cHg7XHJcbn1cclxuXHJcbi8qIGJsb2NrIHBhZ2UgKi9cclxuI2xwci1wYWdlLWJsb2NrIHtcclxuICAgIHBvc2l0aW9uOiBmaXhlZDtcclxuICAgIHRvcDogMDtcclxuICAgIGxlZnQ6IDA7XHJcbiAgICByaWdodDogMDtcclxuICAgIGJvdHRvbTogMDtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDA7XHJcbiAgICBvcGFjaXR5OiAwLjU7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgei1pbmRleDogOTk5OTtcclxufVxyXG5cclxuI2Zvcm0tcXVpY2stYWRkLWxlc3Nvbi1saW5rIHtcclxuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxufVxyXG5cclxuI19scHJfY291cnNlX3ByaWNlX2Rlc2NyaXB0aW9uID4gc3BhbiB7XHJcbiAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgIGZvbnQtc2l6ZTogMTVweDtcclxufVxyXG5cclxuLmxwci1pZ25vcmUsIC5scHItaWdub3JlOmhvdmVyIHtcclxuICAgIGNvbG9yOiAjZGQzZDM2O1xyXG59XHJcblxyXG4ubHByLWlnbm9yZTpob3ZlciB7XHJcbiAgICBjdXJzb3I6IHBvaW50ZXI7XHJcbn1cclxuXHJcbi5scHItcXVpY2stYWRkLXBhZ2UtaW5saW5lLFxyXG4ubHByLXF1aWNrLWFjdGlvbnMtaW5saW5lIHtcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbiAgICBtYXJnaW46IDAgIWltcG9ydGFudDtcclxufVxyXG5cclxuI2xwci10b2dnbGUtcXVpei1tb2RlIHtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICMwMDc3RkY7XHJcbiAgICBwYWRkaW5nOiAzcHg7XHJcbiAgICBtYXJnaW4tbGVmdDogNXB4O1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG4gICAgY29sb3I6ICNGRkY7XHJcbn1cclxuXHJcbi5jb2x1bW4tbnVtX29mX3F1ZXN0aW9uIHtcclxuICAgIHdpZHRoOiAxNTBweDtcclxufVxyXG5cclxuLmxwLXNlYXJjaC1pdGVtcyBpbnB1dFtuYW1lPVwibHAtaXRlbS1uYW1lXCJdIHtcclxuICAgIHdpZHRoOiA1MDBweDtcclxufVxyXG5cclxuLmxwLWJ1dHRvbi1kcm9wZG93biB7XHJcbiAgICBwYWRkaW5nLWxlZnQ6IDAgIWltcG9ydGFudDtcclxuICAgIHBhZGRpbmctcmlnaHQ6IDI4cHggIWltcG9ydGFudDtcclxuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgIHotaW5kZXg6IDk5OTk4O1xyXG59XHJcblxyXG4ubHAtYnV0dG9uLWRyb3Bkb3duIC5scC1kcm9wZG93bi1sYWJlbCB7XHJcbiAgICBwYWRkaW5nLWxlZnQ6IDEwcHg7XHJcbn1cclxuXHJcbi5scC1idXR0b24tZHJvcGRvd24gLmxwLWRyb3Bkb3duLWFycm93IHtcclxuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgIC8qIHdpZHRoOiAyMHB4OyAqL1xyXG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgcGFkZGluZzogMCAxMHB4O1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgdG9wOiAtMXB4O1xyXG4gICAgYm90dG9tOiAtMXB4O1xyXG59XHJcblxyXG4ubHAtYnV0dG9uLWRyb3Bkb3duIC5scC1kcm9wZG93bi1pdGVtcyB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICBtYXJnaW46IDA7XHJcbiAgICAvKiB3aWR0aDogMTAwJTsgKi9cclxuICAgIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XHJcbiAgICB0b3A6IDEwMCU7XHJcbiAgICBtYXJnaW4tdG9wOiAxcHg7XHJcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgcmlnaHQ6IC0xcHg7XHJcbiAgICAvKiByaWdodDogLTFweDsgKi9cclxuICAgIHdpZHRoOiAyMDBweDtcclxuICAgIHotaW5kZXg6IDk5OTk5OTk7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG4ubHAtYnV0dG9uLWRyb3Bkb3duIC5scC1kcm9wZG93bi1pdGVtcyBsaSB7XHJcbiAgICBtYXJnaW46IDA7XHJcbn1cclxuXHJcbi5scC1idXR0b24tZHJvcGRvd24gLmxwLWRyb3Bkb3duLWl0ZW1zIGxpIGEge1xyXG4gICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICBwYWRkaW5nOiAxMHB4O1xyXG4gICAgbGluZS1oZWlnaHQ6IDE7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbiAgICBvdXRsaW5lOiBub25lO1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxufVxyXG5cclxuLmxwLWJ1dHRvbi1kcm9wZG93biAubHAtZHJvcGRvd24taXRlbXMgbGkgYTpob3ZlciB7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xyXG59XHJcblxyXG4ubHAtYnV0dG9uLWRyb3Bkb3duOm5vdCguZGlzYWJsZWQpOmhvdmVyIHVsLFxyXG4ubHAtYnV0dG9uLWRyb3Bkb3duOm5vdCguZGlzYWJsZWQpIHVsOmhvdmVyIHtcclxuICAgIGRpc3BsYXk6IGJsb2NrO1xyXG59XHJcblxyXG4uY3VycmljdWx1bS1zZWN0aW9uLmxwLWVtcHR5LXNlY3Rpb24ge1xyXG59XHJcblxyXG4uY3VycmljdWx1bS1zZWN0aW9uIC5scC1jaGVjay1pdGVtcyxcclxuLmN1cnJpY3VsdW0tc2VjdGlvbiAubHAtY2hlY2staXRlbXM6aG92ZXIge1xyXG4gICAgcGFkZGluZy1sZWZ0OiA1cHg7XHJcbiAgICBwYWRkaW5nLXJpZ2h0OiAzNHB4O1xyXG4gICAgYm9yZGVyLWNvbG9yOiB0cmFuc3BhcmVudDtcclxuICAgIGJhY2tncm91bmQ6IHRyYW5zcGFyZW50O1xyXG4gICAgYm94LXNoYWRvdzogbm9uZTtcclxufVxyXG5cclxuLmNvbHVtbi1mb3JtYXQsXHJcbi5jb2x1bW4taXNfcHJldmlld2FibGUsXHJcbi5jb2x1bW4tdGF4b25vbXktcXVlc3Rpb24tdGFnIHtcclxuICAgIHdpZHRoOiAxMCU7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4tY2FyZCAuaW5zdGFsbC1ub3c6YmVmb3JlLFxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAucGx1Z2luLWNhcmQgLmRpc2FibGUtbm93OmJlZm9yZSxcclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgLnBsdWdpbi1jYXJkIC5lbmFibGUtbm93OmJlZm9yZSB7XHJcbiAgICBtYXJnaW46IDNweCA1cHggMCAtMnB4O1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgZm9udDogNDAwIDIwcHgvMSBkYXNoaWNvbnM7XHJcbiAgICAvKnNwZWFrOiBub25lOyovXHJcbiAgICAtd2Via2l0LWZvbnQtc21vb3RoaW5nOiBhbnRpYWxpYXNlZDtcclxuICAgIC1tb3otb3N4LWZvbnQtc21vb3RoaW5nOiBncmF5c2NhbGU7XHJcbiAgICB2ZXJ0aWNhbC1hbGlnbjogdG9wO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAucGx1Z2luLWNhcmQgLmluc3RhbGwtbm93OmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiAnXFxmMTA2JztcclxuICAgIGNvbG9yOiAjMDA3M2FhO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAucGx1Z2luLWNhcmQgLmRpc2FibGUtbm93OmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiAnXFxmMTQ3JztcclxuICAgIGNvbG9yOiAjMDA3M2FhO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtYWRkLW9ucyAucGx1Z2luLWNhcmQgLmVuYWJsZS1ub3c6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6ICdcXGYzMzUnO1xyXG4gICAgY29sb3I6ICNkNTRlMjE7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4tY2FyZCAuZGlzYWJsZS1ub3c6aG92ZXI6YmVmb3JlIHtcclxuICAgIGNvbnRlbnQ6ICdcXGYzMzUnO1xyXG4gICAgY29sb3I6ICNkNTRlMjE7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4tY2FyZCAuZW5hYmxlLW5vdzpob3ZlcjpiZWZvcmUge1xyXG4gICAgY29udGVudDogJ1xcZjE0Nyc7XHJcbiAgICBjb2xvcjogIzAwNzNhYTtcclxufVxyXG5cclxuLmxlYXJuLXByZXNzLWFkZC1vbnMgLnBsdWdpbi1jYXJkIC5idXR0b24td29ya2luZzpiZWZvcmUge1xyXG4gICAgY29udGVudDogJ1xcZjQ2MycgIWltcG9ydGFudDtcclxuICAgIC13ZWJraXQtYW5pbWF0aW9uOiBscC1zcGlubmVyIDJzIGluZmluaXRlIGxpbmVhcjtcclxuICAgIGFuaW1hdGlvbjogbHAtc3Bpbm5lciAycyBpbmZpbml0ZSBsaW5lYXI7XHJcbiAgICBtYXJnaW4tcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1hZGQtb25zIC5wbHVnaW4tY2FyZCAuYnV0dG9uLXdvcmtpbmcgc3BhbiB7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG4ubHAtYnV0dG9uLWFjdGlvbnMgYSB7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbiAgICBtYXJnaW4tbGVmdDogNXB4O1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtcXVpY2stY29uZmlybSB7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB6LWluZGV4OiA5OTk5O1xyXG4gICAgY29sb3I6IHJnYigyNTUsIDI1NSwgMjU1KTtcclxuICAgIHBhZGRpbmc6IDJweCA4cHg7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XHJcbiAgICBsZWZ0OiAtMzkuNjI1cHg7XHJcbiAgICB0b3A6IDI0cHg7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjQzkwMjAyO1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtcXVpY2stY29uZmlybTpob3ZlcixcclxuLmxlYXJuLXByZXNzLXF1aWNrLWNvbmZpcm06aG92ZXI6YmVmb3JlIHtcclxuICAgIGJhY2tncm91bmQtY29sb3I6ICNkNzNiMDA7XHJcbn1cclxuXHJcbi5sZWFybi1wcmVzcy1xdWljay1jb25maXJtOmJlZm9yZSB7XHJcbiAgICBjb250ZW50OiAnJztcclxuICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgLyogYm9yZGVyOiAxcHggc29saWQ7ICovXHJcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XHJcbiAgICB3aWR0aDogN3B4O1xyXG4gICAgaGVpZ2h0OiA3cHg7XHJcbiAgICB0b3A6IC0zcHg7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjQzkwMjAyO1xyXG4gICAgcmlnaHQ6IDdweDtcclxufVxyXG5cclxuLyogY291cnNlICovXHJcbi53cC1jb3JlLXVpIC5tZXRhX2JveF9hZGRfc2VjdGlvbixcclxuLndwLWNvcmUtdWkgLm1ldGFfYm94X2FkZF9sZXNzb24ge1xyXG4gICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xyXG59XHJcblxyXG4uaGlkZSB7XHJcbiAgICBkaXNwbGF5OiBub25lO1xyXG59XHJcblxyXG4uaGFuZGxlLmRhc2hpY29ucyB7XHJcbiAgICBjdXJzb3I6IG1vdmU7XHJcbiAgICBtYXJnaW4tcmlnaHQ6IDA7XHJcbn1cclxuXHJcbi5tZXRhX2JveF9yZW1vdmUgLmRhc2hpY29ucyB7XHJcbiAgICB0ZXh0LWRlY29yYXRpb246IGluaXRpYWw7XHJcbn1cclxuXHJcbi5tZXRhX2JveF9jb3Vyc2VfbGVzc29uX3F1aXogbGkgaW5wdXQsXHJcbi5tZXRhX2JveF9jb3Vyc2VfbGVzc29uX3F1aXogbGkgc2VsZWN0IHtcclxuICAgIG1pbi13aWR0aDogMjUwcHg7XHJcbn1cclxuXHJcbi5yd21iLW1ldGEtYm94IHtcclxuICAgIG1hcmdpbi10b3A6IDIwcHg7XHJcbiAgICBsYWJlbCB7XHJcbiAgICAgICAgY29sb3I6ICMyMjI7XHJcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XHJcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgbWFyZ2luOiAwIDAgMTZweCAwO1xyXG4gICAgfVxyXG59XHJcbi5kZXNjcmlwdGlvbiB7XHJcbiAgICBtYXJnaW4tdG9wOiA1cHg7XHJcbn1cclxuXHJcbi5kYXNoZWQtcGxhY2Vob2xkZXIge1xyXG4gICAgYm9yZGVyOiAycHggZGFzaGVkICM5OTk7XHJcbiAgICBwYWRkaW5nOiAxMHB4O1xyXG59XHJcblxyXG4vKlxyXG4gICAgVHVOTiBhZGRlZCAyMSAwMyAyMDE1XHJcbiAgICBNb2RpZmllZCAwMyBBcHIgMjAxNVxyXG4qL1xyXG4vKiBDb3Vyc2UgQ3VycmljdWx1bW4gbWV0YSBib3ggc2VjdGlvbiovXHJcblxyXG4vKioqKioqKioqKioqIHZlcnNpb24gMS4wICoqKioqKioqKioqKioqL1xyXG5cclxuLyogb3JkZXIgKi9cclxuLnBvc3QtdHlwZS1scF9vcmRlciAjcG9zdC1ib2R5LWNvbnRlbnQsXHJcbi5wb3N0LXR5cGUtbHBfb3JkZXIgI29yZGVyX2RldGFpbHMgLmhhbmRsZWRpdixcclxuLnBvc3QtdHlwZS1scF9vcmRlciAjb3JkZXJfZGV0YWlscyAuaG5kbGUge1xyXG4gICAgZGlzcGxheTogbm9uZTtcclxufVxyXG5cclxuLnBvc3QtdHlwZS1scF9vcmRlciAjc3VibWl0cG9zdCAubWlzYy1wdWItc2VjdGlvbiBsYWJlbCB7XHJcbiAgICBkaXNwbGF5OiBibG9jaztcclxuICAgIGZvbnQtd2VpZ2h0OiA2MDA7XHJcbiAgICBtYXJnaW4tYm90dG9tOiA4cHg7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1vcmRlciB7XHJcbiAgICBtYXJnaW46IDE1cHg7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1vcmRlciAub3JkZXItZGF0YS1udW1iZXIge1xyXG4gICAgZm9udC1zaXplOiAzNnB4O1xyXG4gICAgcGFkZGluZzogMDtcclxuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1vcmRlciA+IGgzIHtcclxuICAgIG1hcmdpbjogMCAwIDEwcHggMDtcclxuICAgIHBhZGRpbmc6IDA7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1vcmRlciAub3JkZXItZGF0YS1kYXRlLFxyXG4jbGVhcm4tcHJlc3Mtb3JkZXIgLm9yZGVyLWRhdGEtc3RhdHVzLFxyXG4jbGVhcm4tcHJlc3Mtb3JkZXIgLm9yZGVyLWRhdGEtcGF5bWVudC1tZXRob2Qge1xyXG4gICAgZm9udC1zaXplOiAxOHB4O1xyXG4gICAgcGFkZGluZzogMCAwIDEwcHggMDtcclxufVxyXG5cclxuI2xlYXJuLXByZXNzLW9yZGVyIC51c2VyLWRpc3BsYXktbmFtZSxcclxuI2xlYXJuLXByZXNzLW9yZGVyIC51c2VyLWVtYWlsLFxyXG4jbGVhcm4tcHJlc3Mtb3JkZXIgLnVzZXItaXAtYWRkcmVzcyB7XHJcbiAgICBwYWRkaW5nOiAwO1xyXG4gICAgbWFyZ2luOiAwIDAgMTBweCAwO1xyXG59XHJcblxyXG4jbGVhcm4tcHJlc3Mtb3JkZXIgLm9yZGVyLWl0ZW1zIHRhYmxlIHtcclxuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XHJcbiAgICBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlO1xyXG4gICAgd2lkdGg6IDEwMCU7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1vcmRlciAub3JkZXItaXRlbXMgdGFibGUgdGgsXHJcbiNsZWFybi1wcmVzcy1vcmRlciAub3JkZXItaXRlbXMgdGFibGUgdGQge1xyXG4gICAgdGV4dC1hbGlnbjogbGVmdDtcclxuICAgIHBhZGRpbmc6IDEwcHggMTVweDtcclxuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XHJcbn1cclxuXHJcbiNsZWFybi1wcmVzcy1pbnN0YWxsLXNhbXBsZS1kYXRhLW5vdGljZSAuaW5zdGFsbC1zYW1wbGUtZGF0YS1sb2FkaW5nIHtcclxuICAgIGRpc3BsYXk6IG5vbmU7XHJcbn1cclxuXHJcbi8qIGxlYXJuX3ByZXNzX2Rhc2hib2FyZF93aWRnZXQgKi9cclxuI2xlYXJuX3ByZXNzX2Rhc2hib2FyZF93aWRnZXQge1xyXG4gICAgLnN1YnN1YnN1YiB7XHJcbiAgICAgICAgZmxvYXQ6IG5vbmU7XHJcbiAgICB9XHJcbn1cclxuXHJcbi8qIGlvcyBjaGVja2JveCAqL1xyXG4ubGVhcm4tcHJlc3MtY2hlY2tib3gge1xyXG4gICAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xyXG59XHJcblxyXG5pbnB1dC5yZWd1bGFyLXRleHRbaWRePVwibGVhcm4tcHJlc3MtZW1haWxzXCJdIHtcclxuICAgIHdpZHRoOiA5NyU7XHJcbn1cclxuXHJcbi5pb3MtdWktc2VsZWN0IHtcclxuICAgIGJhY2tncm91bmQ6ICNkZGRkZGQ7XHJcbiAgICBib3JkZXI6IG5vbmUgIWltcG9ydGFudDtcclxuICAgIGhlaWdodDogMThweDtcclxuICAgIC13ZWJraXQtYm9yZGVyLXJhZGl1czogOXB4O1xyXG4gICAgYm9yZGVyLXJhZGl1czogOXB4O1xyXG4gICAgd2lkdGg6IDMwcHg7XHJcbiAgICAtd2Via2l0LXRyYW5zaXRpb246IGFsbCAwLjNzIGVhc2UtaW4tb3V0O1xyXG4gICAgLW1vei10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcclxuICAgIC1tcy10cmFuc2l0aW9uOiBhbGwgMC4zcyBlYXNlLWluLW91dDtcclxuICAgIC1vLXRyYW5zaXRpb246IGFsbCAwLjNzIGVhc2UtaW4tb3V0O1xyXG4gICAgdHJhbnNpdGlvbjogYWxsIDAuM3MgZWFzZS1pbi1vdXQ7XHJcbiAgICAtd2Via2l0LWJveC1zaGFkb3c6IG5vbmU7XHJcbiAgICBib3gtc2hhZG93OiBub25lO1xyXG4gICAgY3Vyc29yOiBwb2ludGVyO1xyXG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG59XHJcblxyXG4uaW9zLXVpLXNlbGVjdC5jaGVja2VkIHtcclxuICAgIC13ZWJraXQtYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgMThweCAjNmRkYzVmO1xyXG4gICAgYm94LXNoYWRvdzogaW5zZXQgMCAwIDAgMThweCAjNmRkYzVmO1xyXG59XHJcblxyXG4uaW9zLXVpLXNlbGVjdC5jaGVja2VkIC5pbm5lciB7XHJcbiAgICBsZWZ0OiAxM3B4O1xyXG59XHJcblxyXG4uaW9zLXVpLXNlbGVjdCAuaW5uZXIge1xyXG4gICAgd2lkdGg6IDE2cHg7XHJcbiAgICBoZWlnaHQ6IDE2cHg7XHJcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICB0b3A6IDFweDtcclxuICAgIGxlZnQ6IDFweDtcclxuICAgIC13ZWJraXQtYm9yZGVyLXJhZGl1czogMTAwJTtcclxuICAgIGJvcmRlci1yYWRpdXM6IDEwMCU7XHJcbiAgICBiYWNrZ3JvdW5kOiB3aGl0ZTtcclxuICAgIC13ZWJraXQtdHJhbnNpdGlvbjogYWxsIDM1MG1zIGN1YmljLWJlemllcigwLCAwLjg5LCAwLjQ0LCAxKTtcclxuICAgIC1tb3otdHJhbnNpdGlvbjogYWxsIDM1MG1zIGN1YmljLWJlemllcigwLCAwLjg5LCAwLjQ0LCAxKTtcclxuICAgIC1vLXRyYW5zaXRpb246IGFsbCAzNTBtcyBjdWJpYy1iZXppZXIoMCwgMC44OSwgMC40NCwgMSk7XHJcbiAgICB0cmFuc2l0aW9uOiBhbGwgMzUwbXMgY3ViaWMtYmV6aWVyKDAsIDAuODksIDAuNDQsIDEpO1xyXG4gICAgLXdlYmtpdC1ib3gtc2hhZG93OiAwIDFweCAycHggMCByZ2JhKDAsIDAsIDAsIDAuMiksIDAgM3B4IDRweCAwIHJnYmEoMCwgMCwgMCwgMC4xKTtcclxuICAgIGJveC1zaGFkb3c6IDAgMXB4IDJweCAwIHJnYmEoMCwgMCwgMCwgMC4yKSwgMCAzcHggNHB4IDAgcmdiYSgwLCAwLCAwLCAwLjEpO1xyXG59XHJcblxyXG4ubHAtbGFiZWwtY291bnRlciB7XHJcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjMDA3M0FBO1xyXG4gICAgYm9yZGVyLXJhZGl1czogMTBweDtcclxuICAgIGhlaWdodDogMjFweDtcclxuICAgIGxpbmUtaGVpZ2h0OiAyMHB4O1xyXG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xyXG4gICAgbWluLXdpZHRoOiAyMXB4O1xyXG4gICAgY29sb3I6ICNGRkY7XHJcbiAgICBwYWRkaW5nOiAwIDVweDtcclxufVxyXG5cclxuLmNvbHVtbi1udW1fb2ZfcXVlc3Rpb24sXHJcbi5jb2x1bW4tcHJldmlldyxcclxuLmNvbHVtbi1kdXJhdGlvbixcclxuLmNvbHVtbi10eXBlLFxyXG4uY29sdW1uLXRheG9ub215LXF1ZXN0aW9uX3RhZyB7XHJcbiAgICB3aWR0aDogMTAwcHg7XHJcbiAgICB0ZXh0LWFsaWduOiBsZWZ0O1xyXG59XHJcblxyXG4jbGVhcm5fcHJlc3NfZGFzaGJvYXJkX3dpZGdldCB7XHJcbiAgICAucnNzLXdpZGdldCB7XHJcbiAgICAgICAgdWwge1xyXG4gICAgICAgICAgICBsaSB7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW4tYm90dG9tOiAxMHB4ICFpbXBvcnRhbnQ7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAucnNzLWRhdGUge1xyXG4gICAgICAgIG1hcmdpbi1sZWZ0OiAwO1xyXG4gICAgfVxyXG59XHJcblxyXG4jbGVhcm5fcHJlc3NfZGFzaGJvYXJkX3dpZGdldF9zdGF0dXMge1xyXG4gICAgLmluc2lkZSB7XHJcbiAgICAgICAgcGFkZGluZzogMDtcclxuICAgICAgICBtYXJnaW4tdG9wOiAwO1xyXG4gICAgICAgIC5sZWFybnByZXNzLXN0YXRpc3RpYy1zdGF0dXMge1xyXG4gICAgICAgICAgICBtYXJnaW4tdG9wOiAwO1xyXG4gICAgICAgICAgICBsaSB7XHJcbiAgICAgICAgICAgICAgICB3aWR0aDogNTAlO1xyXG4gICAgICAgICAgICAgICAgZmxvYXQ6IGxlZnQ7XHJcbiAgICAgICAgICAgICAgICA+IGEsID4gc3BhbiB7XHJcbiAgICAgICAgICAgICAgICAgICAgcGFkZGluZzogOHB4IDEycHg7XHJcbiAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAmLmZ1bGwtd2lkdGgge1xyXG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICAgICAgICAgIGZsb2F0OiBub25lO1xyXG4gICAgICAgICAgICAgICAgICAgIGNsZWFyOiBib3RoO1xyXG4gICAgICAgICAgICAgICAgICAgICY6Zmlyc3QtY2hpbGQge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2VjZWNlYztcclxuICAgICAgICAgICAgICAgICAgICAgICAgYSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiAxMHB4IDEycHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgJjpsYXN0LWNoaWxkIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNlY2VjZWM7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbjogMCAxMnB4O1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICA+IGEge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4ubHAtdGVtcGxhdGUtb3ZlcnJpZGVzIHtcclxuICAgIG1hcmdpbi10b3A6IDIwcHg7XHJcbiAgICB0aGVhZCB0aCBoNCB7XHJcbiAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgfVxyXG4gICAgdGJvZHkgdGgge1xyXG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgICAgIHAge1xyXG4gICAgICAgICAgICBtYXJnaW46IDAgMCAwIDEwcHg7XHJcbiAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgICAgICAgICAgYSB7XHJcbiAgICAgICAgICAgICAgICBmb250LXdlaWdodDogbm9ybWFsO1xyXG4gICAgICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcclxuICAgICAgICAgICAgICAgIGJvcmRlcjogbm9uZTtcclxuICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW46IDA7XHJcbiAgICAgICAgICAgICAgICBwYWRkaW5nOiAycHggOHB4O1xyXG4gICAgICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgICAgICAgICAgICAgJi5jdXJyZW50IHtcclxuICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiAjMDBhYWRjO1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjRkZGXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcblxyXG4gICAgfVxyXG4gICAgLmxwLXRlbXBsYXRlLXZlcnNpb24ge1xyXG4gICAgICAgIHdpZHRoOiAxMDBweDtcclxuICAgICAgICAmLm91dGRhdGVkIHtcclxuICAgICAgICAgICAgY29sb3I6ICNGRjAwMDA7XHJcbiAgICAgICAgfVxyXG4gICAgICAgICYudXAtdG8tZGF0ZSB7XHJcbiAgICAgICAgICAgIGNvbG9yOiAjMTg1OWZmO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgIC5scC10ZW1wbGF0ZS12ZXJzaW9uLCAubHAtY29yZS12ZXJzaW9uIHtcclxuICAgICAgICBmb250LXdlaWdodDogYm9sZDtcclxuICAgIH1cclxuICAgIC5scC10ZW1wbGF0ZS1maWxlIHtcclxuICAgICAgICB3aWR0aDogNTAlO1xyXG4gICAgfVxyXG4gICAgI2xlYXJuLXByZXNzLW5vLXRlbXBsYXRlcyB0ZCBwIHtcclxuICAgICAgICBjb2xvcjogIzAwNzNhYTtcclxuICAgIH1cclxufVxyXG5cclxuQC13ZWJraXQta2V5ZnJhbWVzIGxwLXNwaW5uZXIge1xyXG4gICAgMCUge1xyXG4gICAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XHJcbiAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZyk7XHJcbiAgICB9XHJcbiAgICAxMDAlIHtcclxuICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDM1OWRlZyk7XHJcbiAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUoMzU5ZGVnKTtcclxuICAgIH1cclxufVxyXG5cclxuQGtleWZyYW1lcyBscC1zcGlubmVyIHtcclxuICAgIDAlIHtcclxuICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpO1xyXG4gICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpO1xyXG4gICAgfVxyXG4gICAgMTAwJSB7XHJcbiAgICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNTlkZWcpO1xyXG4gICAgICAgIHRyYW5zZm9ybTogcm90YXRlKDM1OWRlZyk7XHJcbiAgICB9XHJcbn1cclxuXHJcbi5yd21iLXF1aXpfcXVlc3Rpb25zLXdyYXBwZXIge1xyXG4gICAgYmFja2dyb3VuZDogI0ZGRjtcclxuICAgIC5xdWl6LXF1ZXN0aW9ucy1oZWFkaW5nIHtcclxuICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNGOUY5Rjk7XHJcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogbm9uZTtcclxuICAgICAgICBtYXJnaW46IDA7XHJcbiAgICAgICAgY29sb3I6ICM3Nzc7XHJcbiAgICAgICAgcGFkZGluZzogMTVweCAyMHB4IDIwcHg7XHJcbiAgICAgICAgZm9udC1zaXplOiAyNHB4O1xyXG4gICAgICAgIGEge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDMycHg7XHJcbiAgICAgICAgICAgIGNvbG9yOiAjMDA3M2FhO1xyXG4gICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xyXG4gICAgICAgICAgICAmLmRhc2hpY29ucy1hcnJvdy1kb3duIHtcclxuICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC0xMHB4O1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICY6aG92ZXIge1xyXG4gICAgICAgICAgICAgICAgY29sb3I6ICMwMGEwZDI7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAjbGVhcm4tcHJlc3MtbGlzdC1xdWVzdGlvbnMge1xyXG4gICAgICAgIHBhZGRpbmc6IDIwcHg7XHJcbiAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgICAgICAucXVpei1xdWVzdGlvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICAgICAgICAgIGJvcmRlcjogMXB4IGRhc2hlZCAjREREO1xyXG4gICAgICAgICAgICBtYXJnaW46IC0xcHggMCAwIDA7XHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDVweCAwO1xyXG4gICAgICAgICAgICAmOm50aC1jaGlsZCgybisxKSB7XHJcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkNGQ0ZDO1xyXG4gICAgICAgICAgICAgICAgLnF1ZXN0aW9uLW5hbWUge1xyXG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNGQ0ZDRkM7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLnF1aXotcXVlc3Rpb24taGVhZCB7XHJcbiAgICAgICAgICAgICAgICBwYWRkaW5nOiAwIDIwcHg7XHJcbiAgICAgICAgICAgICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XHJcbiAgICAgICAgICAgICAgICAucXVpei1xdWVzdGlvbi1pY29uIHtcclxuICAgICAgICAgICAgICAgICAgICB3aWR0aDogMjBweDtcclxuICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IDIwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XHJcbiAgICAgICAgICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgLnF1ZXN0aW9uLW5hbWUge1xyXG4gICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDtcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIC5tb3ZlIHtcclxuICAgICAgICAgICAgICAgICAgICBjb2xvcjogIzY2NjtcclxuICAgICAgICAgICAgICAgICAgICBjdXJzb3I6IHVybChcIi4uLy4uL2ltYWdlcy9vcGVuaGFuZC5jdXJcIikgNyA1LCBkZWZhdWx0O1xyXG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgICAgICAgICByaWdodDogMTRweDtcclxuICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IDUwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgdG9wOiA1cHg7XHJcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEycHg7XHJcbiAgICAgICAgICAgICAgICAgICAgYm94LXNoYWRvdzogbm9uZTtcclxuICAgICAgICAgICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgY29sb3I6ICMwMGEwZDI7XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgJjpob3ZlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgLnF1aXotcXVlc3Rpb24tYWN0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1yaWdodDogMjBweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgLmRhc2hpY29ucy1hZG1pbi1wYWdlIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICY6OmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFyZ2luLXRvcDogMnB4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIC5xdWl6LXF1ZXN0aW9uLWNvbnRlbnQge1xyXG4gICAgICAgICAgICAgICAgcGFkZGluZzogMCAyMHB4O1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4ucG9zdC10eXBlLWxwX3F1aXoge1xyXG4gICAgI2dlbmVyYWwtc2V0dGluZ3Mge1xyXG4gICAgICAgIGEge1xyXG4gICAgICAgICAgICBmb250LXNpemU6IDE0cHg7XHJcbiAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiA0MDA7XHJcbiAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAxMHB4O1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG5cclxuLmxlYXJuLXByZXNzLXRhYnMge1xyXG4gICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICB1bC5oZWFkaW5nLXRhYnMge1xyXG4gICAgICAgIHBhZGRpbmc6IDAgMTBweDtcclxuICAgICAgICBtYXJnaW46IDBweDtcclxuICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcclxuXHJcbiAgICAgICAgPiBsaSB7XHJcbiAgICAgICAgICAgIGZsb2F0OiBsZWZ0O1xyXG4gICAgICAgICAgICBtYXJnaW46IDA7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgICAgICAgICAgYSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICAgICAgICAgIHBhZGRpbmc6IDE1cHggMTBweCAxNXB4IDEwcHg7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IDE0cHg7XHJcbiAgICAgICAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XHJcbiAgICAgICAgICAgICAgICBvdXRsaW5lOiBub25lO1xyXG4gICAgICAgICAgICAgICAgYm94LXNoYWRvdzogbm9uZTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICBjb250ZW50OiAnJztcclxuICAgICAgICAgICAgICAgIGJvcmRlci1yaWdodDogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICAgICAgICByaWdodDogMDtcclxuICAgICAgICAgICAgICAgIGhlaWdodDogMjBweDtcclxuICAgICAgICAgICAgICAgIHRvcDogNTAlO1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luLXRvcDogLTEwcHg7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgJi5hY3RpdmUge1xyXG4gICAgICAgICAgICAgICAgYSB7XHJcbiAgICAgICAgICAgICAgICAgICAgLypmb250LXdlaWdodDogYm9sZDsqL1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjMDAyYTNlO1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgJjphZnRlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgICAgICAgICAgICAgICAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTtcclxuICAgICAgICAgICAgICAgICAgICAtbW96LXRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTtcclxuICAgICAgICAgICAgICAgICAgICAtbXMtdHJhbnNmb3JtOiByb3RhdGUoNDVkZWcpO1xyXG4gICAgICAgICAgICAgICAgICAgIC1vLXRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTtcclxuICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiAxMHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgICAgICAgICBsZWZ0OiA1MCU7XHJcbiAgICAgICAgICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IC02cHg7XHJcbiAgICAgICAgICAgICAgICAgICAgYm90dG9tOiAtNnB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyLWJvdHRvbTogMDtcclxuICAgICAgICAgICAgICAgICAgICBib3JkZXItcmlnaHQ6IDA7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgJjpsYXN0LWNoaWxkIHtcclxuICAgICAgICAgICAgICAgICY6YmVmb3JlIHtcclxuICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5cclxuICAgIC5sZWFybi1wcmVzcy10YWItY29udGVudCB7XHJcbiAgICAgICAgPiBsaSB7XHJcbiAgICAgICAgICAgIHBhZGRpbmc6IDAgMjBweCAxMHB4IDIwcHg7XHJcbiAgICAgICAgICAgIGZsb2F0OiBsZWZ0O1xyXG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAtMTAwJTtcclxuICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcclxuICAgICAgICB9XHJcbiAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgfVxyXG4gICAgJi5pbml0aWFsaXplIHtcclxuICAgICAgICAubGVhcm4tcHJlc3MtdGFiLWNvbnRlbnQgPiBsaSB7XHJcbiAgICAgICAgICAgIHZpc2liaWxpdHk6IGhpZGRlbjtcclxuICAgICAgICB9XHJcbiAgICAgICAgLmxlYXJuLXByZXNzLXRhYi1jb250ZW50IHtcclxuICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICBjb250ZW50OiBhdHRyKGRhdGEtdGV4dCk7XHJcbiAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDQwcHg7XHJcbiAgICAgICAgICAgICAgICBmb250LXNpemU6IDI0cHg7XHJcbiAgICAgICAgICAgICAgICBsaW5lLWhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgICAgIHdpZHRoOiA1MCU7XHJcbiAgICAgICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogMjUlO1xyXG4gICAgICAgICAgICAgICAgdG9wOiA1MCU7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW4tdG9wOiAtMjBweDtcclxuICAgICAgICAgICAgICAgIGNvbG9yOiAjYTBhMGEwO1xyXG5cclxuICAgICAgICAgICAgICAgIGFuaW1hdGlvbjogbGVhcm4tcHJlc3MtbWV0YS1ib3gtdGFicy1pbml0aWFsaXplLWFuaW1hdGlvbiBsaW5lYXIgMXM7XHJcbiAgICAgICAgICAgICAgICBhbmltYXRpb24taXRlcmF0aW9uLWNvdW50OiBpbmZpbml0ZTtcclxuICAgICAgICAgICAgICAgIC13ZWJraXQtYW5pbWF0aW9uOiBsZWFybi1wcmVzcy1tZXRhLWJveC10YWJzLWluaXRpYWxpemUtYW5pbWF0aW9uIGxpbmVhciAxcztcclxuICAgICAgICAgICAgICAgIC13ZWJraXQtYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XHJcbiAgICAgICAgICAgICAgICAtbW96LWFuaW1hdGlvbjogbGVhcm4tcHJlc3MtbWV0YS1ib3gtdGFicy1pbml0aWFsaXplLWFuaW1hdGlvbiBsaW5lYXIgMXM7XHJcbiAgICAgICAgICAgICAgICAtbW96LWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xyXG4gICAgICAgICAgICAgICAgLW8tYW5pbWF0aW9uOiBsZWFybi1wcmVzcy1tZXRhLWJveC10YWJzLWluaXRpYWxpemUtYW5pbWF0aW9uIGxpbmVhciAxcztcclxuICAgICAgICAgICAgICAgIC1vLWFuaW1hdGlvbi1pdGVyYXRpb24tY291bnQ6IGluZmluaXRlO1xyXG4gICAgICAgICAgICAgICAgLW1zLWFuaW1hdGlvbjogbGVhcm4tcHJlc3MtbWV0YS1ib3gtdGFicy1pbml0aWFsaXplLWFuaW1hdGlvbiBsaW5lYXIgMXM7XHJcbiAgICAgICAgICAgICAgICAtbXMtYW5pbWF0aW9uLWl0ZXJhdGlvbi1jb3VudDogaW5maW5pdGU7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAmOm5vdCguaW5pdGlhbGl6ZSkge1xyXG4gICAgICAgIC5sZWFybi1wcmVzcy10YWItY29udGVudCA+IGxpIHtcclxuICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcclxuICAgICAgICAgICAgJi5hY3RpdmUge1xyXG4gICAgICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICA+IHVsIHtcclxuICAgICAgICAmOmFmdGVyIHtcclxuICAgICAgICAgICAgY2xlYXI6IGJvdGg7XHJcbiAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICB9XHJcbiAgICB9XHJcbn1cclxuXHJcblxyXG4vKiBNZXRhYm94IFdpZGdldCAqL1xyXG4jd2lkZ2V0cy1yaWdodCAud2lkZ2V0cy1ob2xkZXItd3JhcCB7XHJcbiAgICAucndtYi1sYWJlbCB7XHJcbiAgICAgICAgbWFyZ2luLWJvdHRvbTogNXB4O1xyXG4gICAgfVxyXG4gICAgLnJ3bWItaW5wdXR7XHJcbiAgICAgICAgaW5wdXRbdHlwZT1cInRleHRcIl17XHJcbiAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgIC5kZXNjcmlwdGlvbiB7XHJcbiAgICAgICAgcGFkZGluZzogMDtcclxuICAgICAgICBtYXJnaW4tdG9wOiA1cHg7XHJcbiAgICAgICAgZm9udC1zaXplOiBzbWFsbDtcclxuICAgICAgICBmb250LXN0eWxlOiBpdGFsaWM7XHJcbiAgICB9XHJcbn1cclxuXHJcbi5vdXRkYXRlZC1yZWFkbW9yZS1saW5re1xyXG4gICAgZm9udC1zdHlsZTogaXRhbGljO1xyXG59XHJcblxyXG4ubGVhcm4tcHJlc3MtbWVzc2FnZS5ub3RpY2Utd2FybmluZyB7XHJcbiAgICBib3JkZXItbGVmdC1jb2xvcjogI2ZmYjkwMDtcclxufVxyXG5cclxuQGtleWZyYW1lcyBsZWFybi1wcmVzcy1tZXRhLWJveC10YWJzLWluaXRpYWxpemUtYW5pbWF0aW9uIHtcclxuICAgIDAlIHtcclxuICAgICAgICBvcGFjaXR5OiAwO1xyXG4gICAgfVxyXG4gICAgNTAlIHtcclxuICAgICAgICBvcGFjaXR5OiAxO1xyXG4gICAgfVxyXG4gICAgMTAwJSB7XHJcbiAgICAgICAgb3BhY2l0eTogMDtcclxuICAgIH1cclxufVxyXG5cclxuQC1tb3ota2V5ZnJhbWVzIGxlYXJuLXByZXNzLW1ldGEtYm94LXRhYnMtaW5pdGlhbGl6ZS1hbmltYXRpb24ge1xyXG4gICAgMCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDA7XHJcbiAgICB9XHJcbiAgICA1MCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDE7XHJcbiAgICB9XHJcbiAgICAxMDAlIHtcclxuICAgICAgICBvcGFjaXR5OiAwO1xyXG4gICAgfVxyXG59XHJcblxyXG5ALXdlYmtpdC1rZXlmcmFtZXMgbGVhcm4tcHJlc3MtbWV0YS1ib3gtdGFicy1pbml0aWFsaXplLWFuaW1hdGlvbiB7XHJcbiAgICAwJSB7XHJcbiAgICAgICAgb3BhY2l0eTogMDtcclxuICAgIH1cclxuICAgIDUwJSB7XHJcbiAgICAgICAgb3BhY2l0eTogMTtcclxuICAgIH1cclxuICAgIDEwMCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDA7XHJcbiAgICB9XHJcbn1cclxuXHJcbkAtby1rZXlmcmFtZXMgbGVhcm4tcHJlc3MtbWV0YS1ib3gtdGFicy1pbml0aWFsaXplLWFuaW1hdGlvbiB7XHJcbiAgICAwJSB7XHJcbiAgICAgICAgb3BhY2l0eTogMDtcclxuICAgIH1cclxuICAgIDUwJSB7XHJcbiAgICAgICAgb3BhY2l0eTogMTtcclxuICAgIH1cclxuICAgIDEwMCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDA7XHJcbiAgICB9XHJcbn1cclxuXHJcbkAtbXMta2V5ZnJhbWVzIGxlYXJuLXByZXNzLW1ldGEtYm94LXRhYnMtaW5pdGlhbGl6ZS1hbmltYXRpb24ge1xyXG4gICAgMCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDA7XHJcbiAgICB9XHJcbiAgICA1MCUge1xyXG4gICAgICAgIG9wYWNpdHk6IDE7XHJcbiAgICB9XHJcbiAgICAxMDAlIHtcclxuICAgICAgICBvcGFjaXR5OiAwO1xyXG4gICAgfVxyXG59XHJcbiJdLCJmaWxlIjoiYWRtaW4vYWRtaW4uY3NzIn0= */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/**
|
2 |
+
* Mixin
|
3 |
+
*/
|
4 |
+
/**
|
5 |
+
* Styles for displaying list of table
|
6 |
+
*/
|
7 |
+
.lp-toolbar-buttons {
|
8 |
+
position: relative;
|
9 |
+
z-index: 10;
|
10 |
+
height: 50px; }
|
11 |
+
.lp-toolbar-buttons .lp-toolbar-btn {
|
12 |
+
width: 30px;
|
13 |
+
height: 30px;
|
14 |
+
padding: 0;
|
15 |
+
text-align: center;
|
16 |
+
position: relative;
|
17 |
+
vertical-align: middle;
|
18 |
+
cursor: pointer;
|
19 |
+
_background: #FFF;
|
20 |
+
display: inline-block;
|
21 |
+
margin: 0; }
|
22 |
+
.lp-toolbar-buttons .lp-toolbar-btn a, .lp-toolbar-buttons .lp-toolbar-btn span {
|
23 |
+
color: #999;
|
24 |
+
box-shadow: none;
|
25 |
+
outline: none; }
|
26 |
+
.lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon {
|
27 |
+
width: 30px;
|
28 |
+
height: 30px;
|
29 |
+
text-align: center;
|
30 |
+
position: absolute;
|
31 |
+
top: 50%;
|
32 |
+
margin-top: -15px;
|
33 |
+
left: 50%;
|
34 |
+
margin-left: -15px;
|
35 |
+
line-height: 30px; }
|
36 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move {
|
37 |
+
cursor: ns-resize; }
|
38 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move a, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span {
|
39 |
+
cursor: ns-resize; }
|
40 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move:hover a, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-move span {
|
41 |
+
color: #0085ba; }
|
42 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove {
|
43 |
+
cursor: pointer; }
|
44 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover a, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-remove:hover span {
|
45 |
+
color: #d05d5d; }
|
46 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down,
|
47 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle .dashicons-arrow-down-alt2 {
|
48 |
+
display: none; }
|
49 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up,
|
50 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-up-alt2 {
|
51 |
+
display: none; }
|
52 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down,
|
53 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-toggle.closed .dashicons-arrow-down-alt2 {
|
54 |
+
display: inline-block; }
|
55 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown {
|
56 |
+
color: #000; }
|
57 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul {
|
58 |
+
position: absolute;
|
59 |
+
top: 100%;
|
60 |
+
right: 0;
|
61 |
+
background: #fdfeff;
|
62 |
+
margin: 0px 0;
|
63 |
+
border: 1px solid #DDD;
|
64 |
+
display: none; }
|
65 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li {
|
66 |
+
list-style: none;
|
67 |
+
margin: 0; }
|
68 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a {
|
69 |
+
display: block;
|
70 |
+
white-space: nowrap;
|
71 |
+
text-decoration: none;
|
72 |
+
padding: 3px 8px;
|
73 |
+
font-size: 12px;
|
74 |
+
text-align: right;
|
75 |
+
color: #0073aa;
|
76 |
+
margin: 0; }
|
77 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li a:hover {
|
78 |
+
background: #dbf5ff; }
|
79 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-toolbar-btn-dropdown ul li.active a {
|
80 |
+
background: #dbf5ff; }
|
81 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover {
|
82 |
+
_background: #F5F5F5; }
|
83 |
+
.lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled .lp-btn-icon, .lp-toolbar-buttons .lp-toolbar-btn.lp-btn-disabled:hover .lp-btn-icon {
|
84 |
+
color: #DDD; }
|
85 |
+
.lp-toolbar-buttons .lp-toolbar-btn:hover {
|
86 |
+
background: #dbf5ff;
|
87 |
+
display: inline-block; }
|
88 |
+
.lp-toolbar-buttons .lp-toolbar-btn:hover .lp-btn-icon {
|
89 |
+
color: #00a0d2; }
|
90 |
+
.lp-toolbar-buttons .lp-toolbar-btn:hover ul {
|
91 |
+
display: block; }
|
92 |
+
.lp-toolbar-buttons .lp-toolbar-btn:hover ul:hover {
|
93 |
+
display: block; }
|
94 |
+
|
95 |
+
.column-content-actions.lp-toolbar-buttons {
|
96 |
+
white-space: nowrap;
|
97 |
+
width: 30px;
|
98 |
+
padding: 0; }
|
99 |
+
|
100 |
+
.learn-press-box-data {
|
101 |
+
border: 1px solid #DDD;
|
102 |
+
margin: 20px 0 0 0;
|
103 |
+
position: relative; }
|
104 |
+
.learn-press-box-data .lp-box-data-head {
|
105 |
+
padding: 10px 15px;
|
106 |
+
background: #FFF; }
|
107 |
+
.learn-press-box-data .lp-box-data-head h3 {
|
108 |
+
font-size: 18px;
|
109 |
+
padding: 15px;
|
110 |
+
margin: 0; }
|
111 |
+
.learn-press-box-data .lp-box-data-head .lp-box-data-actions {
|
112 |
+
float: right;
|
113 |
+
position: relative;
|
114 |
+
z-index: 10; }
|
115 |
+
.learn-press-box-data .lp-box-data-head .lp-box-data-actions .lp-btn {
|
116 |
+
display: inline-block;
|
117 |
+
width: 30px;
|
118 |
+
text-align: center;
|
119 |
+
height: 50px;
|
120 |
+
line-height: 46px;
|
121 |
+
vertical-align: middle; }
|
122 |
+
.learn-press-box-data .lp-box-data-head .lp-box-data-actions:after {
|
123 |
+
clear: both;
|
124 |
+
display: block;
|
125 |
+
content: ''; }
|
126 |
+
.learn-press-box-data .lp-box-data-head:after {
|
127 |
+
clear: both;
|
128 |
+
display: block;
|
129 |
+
content: ''; }
|
130 |
+
.learn-press-box-data .lp-box-data-content {
|
131 |
+
padding: 15px;
|
132 |
+
border-top: 1px solid #DDD;
|
133 |
+
background: #FFF; }
|
134 |
+
.learn-press-box-data .lp-box-data-foot {
|
135 |
+
padding: 15px; }
|
136 |
+
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up,
|
137 |
+
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-up-alt2 {
|
138 |
+
display: none; }
|
139 |
+
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down,
|
140 |
+
.learn-press-box-data.closed .lp-btn-toggle .dashicons-arrow-down-alt2 {
|
141 |
+
display: inline-block; }
|
142 |
+
.learn-press-box-data.closed .lp-box-data-content {
|
143 |
+
display: none; }
|
144 |
+
|
145 |
+
.lp-list-options {
|
146 |
+
width: 100%;
|
147 |
+
border-collapse: collapse; }
|
148 |
+
.lp-list-options th, .lp-list-options td {
|
149 |
+
padding: 10px 15px;
|
150 |
+
background: #F5F5F5;
|
151 |
+
border-top: 1px solid #DDD; }
|
152 |
+
.lp-list-options thead th {
|
153 |
+
text-align: left; }
|
154 |
+
.lp-list-options tbody tr td {
|
155 |
+
background: #f4fcff;
|
156 |
+
padding: 0 15px; }
|
157 |
+
.lp-list-options tbody tr td.lp-toolbar-buttons {
|
158 |
+
width: 30px;
|
159 |
+
white-space: nowrap;
|
160 |
+
position: relative;
|
161 |
+
height: 42px;
|
162 |
+
_overflow: hidden; }
|
163 |
+
.lp-list-options tbody tr td.lp-toolbar-buttons .lp-toolbar-btn {
|
164 |
+
height: 43px;
|
165 |
+
position: relative;
|
166 |
+
margin-bottom: -4px;
|
167 |
+
margin-top: -4px;
|
168 |
+
visibility: hidden; }
|
169 |
+
.lp-list-options tbody tr:nth-child(odd) td {
|
170 |
+
background: #FFF; }
|
171 |
+
.lp-list-options tbody tr:hover td.lp-toolbar-buttons .lp-toolbar-btn {
|
172 |
+
visibility: visible; }
|
173 |
+
.lp-list-options tbody td {
|
174 |
+
text-align: left; }
|
175 |
+
.lp-list-options tbody td input[type="text"] {
|
176 |
+
width: 100%; }
|
177 |
+
.lp-list-options tbody td input[type="text"][value=""] {
|
178 |
+
font-style: italic; }
|
179 |
+
.lp-list-options tbody td.column-content-answer_correct {
|
180 |
+
width: 125px; }
|
181 |
+
.lp-list-options tbody td.lp-remove-list-option, .lp-list-options tbody td.lp-move-list-option {
|
182 |
+
width: 20px;
|
183 |
+
padding: 0;
|
184 |
+
text-align: center; }
|
185 |
+
.lp-list-options tbody td.lp-remove-list-option a, .lp-list-options tbody td.lp-move-list-option a {
|
186 |
+
visibility: hidden;
|
187 |
+
color: #999; }
|
188 |
+
.lp-list-options tbody td.lp-remove-list-option:hover, .lp-list-options tbody td.lp-move-list-option:hover {
|
189 |
+
background: #dbf5ff; }
|
190 |
+
.lp-list-options tbody td.lp-move-list-option {
|
191 |
+
cursor: ns-resize; }
|
192 |
+
.lp-list-options tbody td.lp-move-list-option a {
|
193 |
+
cursor: ns-resize; }
|
194 |
+
.lp-list-options tbody td.lp-move-list-option:hover a {
|
195 |
+
color: #0085ba; }
|
196 |
+
.lp-list-options tbody td.lp-remove-list-option {
|
197 |
+
cursor: pointer; }
|
198 |
+
.lp-list-options tbody td.lp-remove-list-option:hover a {
|
199 |
+
color: #d05d5d; }
|
200 |
+
|
201 |
+
.lp-animation {
|
202 |
+
-webkit-animation: spin 4s linear infinite;
|
203 |
+
-moz-animation: spin 4s linear infinite;
|
204 |
+
animation: spin 4s linear infinite; }
|
205 |
+
|
206 |
+
.lp-ajax-search {
|
207 |
+
position: relative;
|
208 |
+
display: inline-block;
|
209 |
+
z-index: 999999; }
|
210 |
+
.lp-ajax-search .lp-search-term {
|
211 |
+
height: 28px;
|
212 |
+
min-width: 300px;
|
213 |
+
margin: 0;
|
214 |
+
-webkit-box-shadow: none;
|
215 |
+
-moz-box-shadow: none;
|
216 |
+
box-shadow: none;
|
217 |
+
outline: none; }
|
218 |
+
.lp-ajax-search .lp-search-term:focus {
|
219 |
+
-webkit-box-shadow: none;
|
220 |
+
-moz-box-shadow: none;
|
221 |
+
box-shadow: none; }
|
222 |
+
.lp-ajax-search .lp-search-term:focus {
|
223 |
+
-webkit-box-shadow: none;
|
224 |
+
-moz-box-shadow: none;
|
225 |
+
box-shadow: none;
|
226 |
+
outline: none; }
|
227 |
+
.lp-ajax-search .lp-search-term:focus:focus {
|
228 |
+
-webkit-box-shadow: none;
|
229 |
+
-moz-box-shadow: none;
|
230 |
+
box-shadow: none; }
|
231 |
+
.lp-ajax-search .lp-search-results {
|
232 |
+
position: absolute;
|
233 |
+
background: #FFF;
|
234 |
+
border: 1px solid #DDD;
|
235 |
+
top: 100%;
|
236 |
+
width: 100%;
|
237 |
+
margin: -1px 0 0 0;
|
238 |
+
-webkit-box-sizing: border-box;
|
239 |
+
-moz-box-sizing: border-box;
|
240 |
+
box-sizing: border-box; }
|
241 |
+
.lp-ajax-search .lp-search-results .lp-search-items {
|
242 |
+
margin: 0;
|
243 |
+
max-height: 300px;
|
244 |
+
overflow: auto; }
|
245 |
+
.lp-ajax-search .lp-search-results .lp-search-items li {
|
246 |
+
margin: 0; }
|
247 |
+
.lp-ajax-search .lp-search-results .lp-search-items li label {
|
248 |
+
display: block;
|
249 |
+
padding: 8px 10px;
|
250 |
+
border-bottom: 1px solid #f3f3f3; }
|
251 |
+
.lp-ajax-search .lp-search-results .lp-search-items li label input {
|
252 |
+
float: left;
|
253 |
+
margin-right: -100%;
|
254 |
+
margin-top: 1px; }
|
255 |
+
.lp-ajax-search .lp-search-results .lp-search-items li label span {
|
256 |
+
margin-left: 25px;
|
257 |
+
display: inline-block; }
|
258 |
+
.lp-ajax-search .lp-search-results .lp-search-items li label span a.lp-add-item {
|
259 |
+
visibility: hidden;
|
260 |
+
margin-left: 10px; }
|
261 |
+
.lp-ajax-search .lp-search-results .lp-search-items li.active {
|
262 |
+
background: #dbf5ff; }
|
263 |
+
.lp-ajax-search .lp-search-results .lp-search-items li:hover {
|
264 |
+
background: #0085ba;
|
265 |
+
color: #FFF; }
|
266 |
+
.lp-ajax-search .lp-search-results .lp-search-items li:hover a.lp-add-item {
|
267 |
+
visibility: visible; }
|
268 |
+
.lp-ajax-search .lp-search-results .lp-search-actions {
|
269 |
+
border-top: 1px solid #DDD;
|
270 |
+
padding: 10px;
|
271 |
+
margin: 0; }
|
272 |
+
|
273 |
+
#learn-press-ajax-search-overlay {
|
274 |
+
position: fixed;
|
275 |
+
top: 0;
|
276 |
+
left: 0;
|
277 |
+
width: 100%;
|
278 |
+
height: 100%;
|
279 |
+
opacity: 0;
|
280 |
+
z-index: 99999;
|
281 |
+
display: none; }
|
282 |
+
|
283 |
+
.update-overlay {
|
284 |
+
position: fixed;
|
285 |
+
top: 0;
|
286 |
+
left: 0;
|
287 |
+
width: 100%;
|
288 |
+
height: 100%;
|
289 |
+
z-index: 99999;
|
290 |
+
background: rgba(255, 255, 255, 0.5); }
|
291 |
+
|
292 |
+
#course-editor.ajax-search #learn-press-ajax-search-overlay {
|
293 |
+
display: block; }
|
294 |
+
|
295 |
+
#course-editor.ajax-search .lp-ajax-search {
|
296 |
+
z-index: 100000; }
|
297 |
+
|
298 |
+
.advanced-list {
|
299 |
+
list-style: none; }
|
300 |
+
.advanced-list li {
|
301 |
+
display: inline-block;
|
302 |
+
background: #EEE;
|
303 |
+
padding: 3px 8px;
|
304 |
+
-webkit-border-radius: 2px;
|
305 |
+
-moz-border-radius: 2px;
|
306 |
+
border-radius: 2px; }
|
307 |
+
.advanced-list li .remove-item {
|
308 |
+
display: inline-block;
|
309 |
+
text-decoration: none;
|
310 |
+
line-height: 1;
|
311 |
+
vertical-align: middle;
|
312 |
+
margin-right: 5px;
|
313 |
+
cursor: pointer; }
|
314 |
+
.advanced-list li .remove-item:hover {
|
315 |
+
color: #0085ba; }
|
316 |
+
.advanced-list li .remove-item:before {
|
317 |
+
font-family: dashicons;
|
318 |
+
content: "\f335";
|
319 |
+
text-decoration: none; }
|
320 |
+
.advanced-list li span {
|
321 |
+
display: inline-block; }
|
322 |
+
.advanced-list.locked .remove-item {
|
323 |
+
display: none; }
|
324 |
+
|
325 |
+
.lp-label-counter {
|
326 |
+
border-radius: 20px;
|
327 |
+
display: inline-block;
|
328 |
+
height: 20px;
|
329 |
+
padding: 0 10px;
|
330 |
+
background: #2196F3;
|
331 |
+
line-height: 20px;
|
332 |
+
color: #FFF;
|
333 |
+
font-weight: bold; }
|
334 |
+
.lp-label-counter.disabled {
|
335 |
+
background: #DDD; }
|
336 |
+
|
337 |
+
@-moz-keyframes spin {
|
338 |
+
100% {
|
339 |
+
-moz-transform: rotate(360deg); } }
|
340 |
+
|
341 |
+
@-webkit-keyframes spin {
|
342 |
+
100% {
|
343 |
+
-webkit-transform: rotate(360deg); } }
|
344 |
+
|
345 |
+
@keyframes spin {
|
346 |
+
100% {
|
347 |
+
-webkit-transform: rotate(360deg);
|
348 |
+
transform: rotate(360deg); } }
|
349 |
+
|
350 |
+
.rwmb-duration {
|
351 |
+
border: 1px solid #ddd; }
|
352 |
+
|
353 |
+
@-moz-keyframes lp-spinner {
|
354 |
+
100% {
|
355 |
+
-moz-transform: rotate(360deg); } }
|
356 |
+
|
357 |
+
@-webkit-keyframes lp-spinner {
|
358 |
+
100% {
|
359 |
+
-webkit-transform: rotate(360deg); } }
|
360 |
+
|
361 |
+
@keyframes lp-spinner {
|
362 |
+
100% {
|
363 |
+
-webkit-transform: rotate(360deg);
|
364 |
+
transform: rotate(360deg); } }
|
365 |
+
|
366 |
+
.lp-modal-choose-items-open {
|
367 |
+
overflow: hidden; }
|
368 |
+
|
369 |
+
.lp-modal-search {
|
370 |
+
background-color: red;
|
371 |
+
color: #777;
|
372 |
+
padding: 20px;
|
373 |
+
height: 100%; }
|
374 |
+
.lp-modal-search li.selected {
|
375 |
+
display: none; }
|
376 |
+
|
377 |
+
/* message box */
|
378 |
+
#learn-press-message-box-block {
|
379 |
+
position: fixed;
|
380 |
+
top: 0;
|
381 |
+
left: 0;
|
382 |
+
right: 0;
|
383 |
+
bottom: 0;
|
384 |
+
background-color: #000;
|
385 |
+
z-index: 99999;
|
386 |
+
opacity: 0.8; }
|
387 |
+
|
388 |
+
#learn-press-message-box-window {
|
389 |
+
position: fixed;
|
390 |
+
top: 0;
|
391 |
+
bottom: 0;
|
392 |
+
left: 0;
|
393 |
+
right: 0;
|
394 |
+
z-index: 100000;
|
395 |
+
color: #FFF;
|
396 |
+
text-align: center; }
|
397 |
+
|
398 |
+
#message-box-wrap {
|
399 |
+
margin: 0 auto;
|
400 |
+
/* text-align: center; */
|
401 |
+
display: inline-block;
|
402 |
+
text-align: left;
|
403 |
+
max-width: 70%; }
|
404 |
+
|
405 |
+
.message-box-title {
|
406 |
+
color: #FFF;
|
407 |
+
margin: 0 0 40px 0;
|
408 |
+
font-size: 34px; }
|
409 |
+
|
410 |
+
.message-box-content {
|
411 |
+
font-size: 16px;
|
412 |
+
line-height: 1.5; }
|
413 |
+
|
414 |
+
.message-box-animation {
|
415 |
+
background-image: url("../../images/animation.gif");
|
416 |
+
width: 220px;
|
417 |
+
height: 20px;
|
418 |
+
margin: 20px 0 0; }
|
419 |
+
|
420 |
+
.message-box-buttons {
|
421 |
+
margin: 20px 0 0;
|
422 |
+
border-top: 1px solid #929292;
|
423 |
+
padding-top: 20px; }
|
424 |
+
|
425 |
+
.message-box-button {
|
426 |
+
margin-right: 10px !important; }
|
427 |
+
|
428 |
+
.tipsy {
|
429 |
+
position: absolute; }
|
430 |
+
|
431 |
+
.learnpress a, .learnpress a:active {
|
432 |
+
outline: none;
|
433 |
+
box-shadow: none; }
|
434 |
+
|
435 |
+
.learnpress .lp-install-sample-data-options {
|
436 |
+
border: 1px solid #DDD;
|
437 |
+
padding: 0 20px 10px 20px; }
|
438 |
+
.learnpress .lp-install-sample-data-options legend {
|
439 |
+
font-size: 16px; }
|
440 |
+
|
441 |
+
/* Metabox email template field */
|
442 |
+
.lp-email-templates {
|
443 |
+
overflow: hidden;
|
444 |
+
margin-top: 5px; }
|
445 |
+
|
446 |
+
.learn-press-email-variables {
|
447 |
+
list-style: none;
|
448 |
+
padding: 0;
|
449 |
+
margin: 20px 0 0; }
|
450 |
+
.learn-press-email-variables li {
|
451 |
+
display: inline-block;
|
452 |
+
cursor: pointer; }
|
453 |
+
|
454 |
+
/* Metabox dropdown pages field */
|
455 |
+
.learn-press-dropdown-pages input[type="text"] {
|
456 |
+
min-width: 300px;
|
457 |
+
height: 29px;
|
458 |
+
vertical-align: top;
|
459 |
+
margin: 0; }
|
460 |
+
|
461 |
+
.learn-press-dropdown-pages .select2-selection__rendered {
|
462 |
+
line-height: 26px !important; }
|
463 |
+
|
464 |
+
.learn-press-dropdown-pages .quick-add-page-inline {
|
465 |
+
margin-top: 0; }
|
466 |
+
|
467 |
+
/* Tooltip */
|
468 |
+
.learn-press-tooltip {
|
469 |
+
display: inline-block;
|
470 |
+
font-size: 17px;
|
471 |
+
vertical-align: middle;
|
472 |
+
margin: 0 5px;
|
473 |
+
color: #999; }
|
474 |
+
.learn-press-tooltip.icon:after {
|
475 |
+
font-family: Dashicons;
|
476 |
+
content: "\f223"; }
|
477 |
+
.learn-press-tooltip:hover {
|
478 |
+
color: #0073aa;
|
479 |
+
opacity: 1; }
|
480 |
+
|
481 |
+
/* Metabox payment order field */
|
482 |
+
.rwmb-payment-order-wrapper .rwmb-label {
|
483 |
+
margin-bottom: 20px !important; }
|
484 |
+
|
485 |
+
.rwmb-payment-order-wrapper .rwmb-input {
|
486 |
+
margin-left: 0 !important; }
|
487 |
+
|
488 |
+
.learn-press-payments,
|
489 |
+
.learn-press-emails {
|
490 |
+
border-collapse: collapse;
|
491 |
+
border: 1px solid #DDD;
|
492 |
+
width: 100%;
|
493 |
+
font-size: 14px; }
|
494 |
+
.learn-press-payments th, .learn-press-payments td,
|
495 |
+
.learn-press-emails th,
|
496 |
+
.learn-press-emails td {
|
497 |
+
padding: 8px 10px; }
|
498 |
+
.learn-press-payments .order,
|
499 |
+
.learn-press-emails .order {
|
500 |
+
width: 30px;
|
501 |
+
text-align: center;
|
502 |
+
padding-right: 0;
|
503 |
+
cursor: not-allowed;
|
504 |
+
color: #DDD; }
|
505 |
+
.learn-press-payments .name,
|
506 |
+
.learn-press-emails .name {
|
507 |
+
font-weight: normal;
|
508 |
+
text-transform: capitalize;
|
509 |
+
min-width: 250px; }
|
510 |
+
.learn-press-payments .name a,
|
511 |
+
.learn-press-emails .name a {
|
512 |
+
text-decoration: none; }
|
513 |
+
.learn-press-payments .status,
|
514 |
+
.learn-press-emails .status {
|
515 |
+
width: 100px;
|
516 |
+
text-align: center;
|
517 |
+
cursor: pointer; }
|
518 |
+
.learn-press-payments .status .dashicons,
|
519 |
+
.learn-press-emails .status .dashicons {
|
520 |
+
background: #DDD;
|
521 |
+
border-radius: 50%;
|
522 |
+
color: #FFF; }
|
523 |
+
.learn-press-payments .status a,
|
524 |
+
.learn-press-emails .status a {
|
525 |
+
display: block;
|
526 |
+
font-size: 12px;
|
527 |
+
text-decoration: none;
|
528 |
+
margin-top: 5px; }
|
529 |
+
.learn-press-payments .status.enabled .dashicons,
|
530 |
+
.learn-press-emails .status.enabled .dashicons {
|
531 |
+
background: #0085ba; }
|
532 |
+
.learn-press-payments thead th,
|
533 |
+
.learn-press-emails thead th {
|
534 |
+
text-align: left;
|
535 |
+
border-bottom: 1px solid #DDD; }
|
536 |
+
.learn-press-payments tbody tr:nth-child(even) td,
|
537 |
+
.learn-press-emails tbody tr:nth-child(even) td {
|
538 |
+
background: #FFF; }
|
539 |
+
.learn-press-payments tbody tr:nth-child(odd) td,
|
540 |
+
.learn-press-emails tbody tr:nth-child(odd) td {
|
541 |
+
background: #F5F5F5; }
|
542 |
+
.learn-press-payments tbody td,
|
543 |
+
.learn-press-emails tbody td {
|
544 |
+
border-bottom: 1px solid #EEE; }
|
545 |
+
.learn-press-payments tbody .ui-sortable-helper,
|
546 |
+
.learn-press-emails tbody .ui-sortable-helper {
|
547 |
+
border: 1px solid #DDD;
|
548 |
+
margin-left: -1px; }
|
549 |
+
.learn-press-payments tbody .ui-sortable-placeholder,
|
550 |
+
.learn-press-emails tbody .ui-sortable-placeholder {
|
551 |
+
visibility: visible !important;
|
552 |
+
border: 1px solid #DDD; }
|
553 |
+
.learn-press-payments tbody .ui-sortable-placeholder td,
|
554 |
+
.learn-press-emails tbody .ui-sortable-placeholder td {
|
555 |
+
background: #F7F7F7;
|
556 |
+
height: 35px;
|
557 |
+
padding: 0; }
|
558 |
+
.learn-press-payments ~ .email-actions,
|
559 |
+
.learn-press-emails ~ .email-actions {
|
560 |
+
text-align: right; }
|
561 |
+
.learn-press-payments.sortable .order:hover,
|
562 |
+
.learn-press-emails.sortable .order:hover {
|
563 |
+
cursor: ns-resize;
|
564 |
+
color: #0073aa; }
|
565 |
+
|
566 |
+
/* Submenu tools/templates */
|
567 |
+
.lp-template-overrides {
|
568 |
+
margin-top: 20px; }
|
569 |
+
.lp-template-overrides thead th h4 {
|
570 |
+
margin: 0; }
|
571 |
+
.lp-template-overrides tbody th {
|
572 |
+
font-weight: bold; }
|
573 |
+
.lp-template-overrides tbody th p {
|
574 |
+
margin: 0 0 0 10px;
|
575 |
+
display: inline-block; }
|
576 |
+
.lp-template-overrides tbody th p a {
|
577 |
+
font-weight: normal;
|
578 |
+
outline: none;
|
579 |
+
border: none;
|
580 |
+
box-shadow: none;
|
581 |
+
margin: 0;
|
582 |
+
padding: 2px 8px;
|
583 |
+
border-radius: 3px; }
|
584 |
+
.lp-template-overrides tbody th p a.current {
|
585 |
+
background: #00aadc;
|
586 |
+
color: #FFF; }
|
587 |
+
.lp-template-overrides .template-row.outdated code:before, .lp-template-overrides .template-row.up-to-date code:before {
|
588 |
+
font-family: Dashicons;
|
589 |
+
vertical-align: middle;
|
590 |
+
margin-top: -2px;
|
591 |
+
display: inline-block;
|
592 |
+
margin-right: 3px; }
|
593 |
+
.lp-template-overrides .template-row.outdated .template-version {
|
594 |
+
color: #FF0000; }
|
595 |
+
.lp-template-overrides .template-row.outdated .template-file code:before {
|
596 |
+
content: "\f534";
|
597 |
+
color: #FF0000; }
|
598 |
+
.lp-template-overrides .template-row.up-to-date .template-version {
|
599 |
+
color: #1859ff; }
|
600 |
+
.lp-template-overrides .template-row.up-to-date .template-file code:before {
|
601 |
+
content: "\f147";
|
602 |
+
color: #0085ba; }
|
603 |
+
.lp-template-overrides .template-version, .lp-template-overrides .core-version {
|
604 |
+
width: 100px; }
|
605 |
+
.lp-template-overrides #learn-press-no-templates td p {
|
606 |
+
color: #0073aa; }
|
607 |
+
|
608 |
+
/* General */
|
609 |
+
.description code {
|
610 |
+
font-size: smaller; }
|
611 |
+
|
612 |
+
#field-_lp_course_result input[name="_lp_course_result"] ~ #passing-condition-quiz-result {
|
613 |
+
display: none;
|
614 |
+
background: #F5F5F5;
|
615 |
+
padding: 10px; }
|
616 |
+
#field-_lp_course_result input[name="_lp_course_result"] ~ #passing-condition-quiz-result input {
|
617 |
+
width: 80px;
|
618 |
+
margin: 0;
|
619 |
+
-webkit-box-sizing: border-box;
|
620 |
+
-moz-box-sizing: border-box;
|
621 |
+
box-sizing: border-box; }
|
622 |
+
#field-_lp_course_result input[name="_lp_course_result"] ~ #passing-condition-quiz-result p {
|
623 |
+
margin: 7px 0 0;
|
624 |
+
color: #777;
|
625 |
+
font-style: italic; }
|
626 |
+
|
627 |
+
#field-_lp_course_result input[name="_lp_course_result"]:checked ~ #passing-condition-quiz-result {
|
628 |
+
display: block; }
|
629 |
+
|
630 |
+
.widget .widget-content .rwmb-field:not(:last-of-type) {
|
631 |
+
margin: 0 0 10px; }
|
632 |
+
.widget .widget-content .rwmb-field:not(:last-of-type):first-child {
|
633 |
+
margin-top: 10px; }
|
634 |
+
|
635 |
+
.widget .widget-content .rwmb-field:last-child {
|
636 |
+
margin-bottom: 10px; }
|
637 |
+
|
638 |
+
.widget .widget-content .rwmb-field .rwmb-label, .widget .widget-content .rwmb-field .rwmb-input {
|
639 |
+
width: 100%; }
|
640 |
+
|
641 |
+
.widget .widget-content .rwmb-field .rwmb-label {
|
642 |
+
margin-bottom: 2px; }
|
643 |
+
.widget .widget-content .rwmb-field .rwmb-label label {
|
644 |
+
font-weight: 400; }
|
645 |
+
|
646 |
+
.widget .widget-content .rwmb-field .rwmb-input input[type="text"] {
|
647 |
+
width: 100%; }
|
648 |
+
|
649 |
+
.course-attributes {
|
650 |
+
margin: 20px 0; }
|
651 |
+
.course-attributes .learn-press-attribute {
|
652 |
+
border: 1px solid #DDD;
|
653 |
+
margin-top: -1px;
|
654 |
+
margin-bottom: 0; }
|
655 |
+
.course-attributes .learn-press-attribute > h4 {
|
656 |
+
padding: 10px 15px;
|
657 |
+
margin: 0;
|
658 |
+
background: #F5F5F5; }
|
659 |
+
.course-attributes .learn-press-attribute .learn-press-attribute-data {
|
660 |
+
padding: 15px;
|
661 |
+
border-top: 1px solid #DDD; }
|
662 |
+
|
663 |
+
#wpfooter {
|
664 |
+
z-index: 20; }
|
665 |
+
|
666 |
+
.learn-press-advertisement-slider {
|
667 |
+
margin: 0px 20px 0px 180px;
|
668 |
+
position: relative;
|
669 |
+
overflow: hidden;
|
670 |
+
box-sizing: border-box;
|
671 |
+
padding-bottom: 50px;
|
672 |
+
z-index: 10; }
|
673 |
+
.learn-press-advertisement-slider .slider-items:after {
|
674 |
+
clear: both;
|
675 |
+
display: block;
|
676 |
+
content: ''; }
|
677 |
+
.learn-press-advertisement-slider .slide-item {
|
678 |
+
position: relative;
|
679 |
+
float: left;
|
680 |
+
width: 100%;
|
681 |
+
margin-right: -100%;
|
682 |
+
padding: 20px;
|
683 |
+
visibility: hidden;
|
684 |
+
opacity: 0;
|
685 |
+
background: #FFF;
|
686 |
+
-webkit-box-sizing: border-box;
|
687 |
+
-moz-box-sizing: border-box;
|
688 |
+
box-sizing: border-box;
|
689 |
+
-webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
|
690 |
+
transition: visibility 0.5s linear, opacity 0.5s linear; }
|
691 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail {
|
692 |
+
float: left;
|
693 |
+
width: 35%; }
|
694 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail a {
|
695 |
+
display: block;
|
696 |
+
line-height: 1;
|
697 |
+
margin-bottom: 0; }
|
698 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail img {
|
699 |
+
max-width: 100%; }
|
700 |
+
.learn-press-advertisement-slider .slide-item .slide-detail {
|
701 |
+
margin-left: 35%;
|
702 |
+
padding-left: 20px; }
|
703 |
+
.learn-press-advertisement-slider .slide-item .slide-detail h2 {
|
704 |
+
margin-top: 0; }
|
705 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .description-short {
|
706 |
+
display: none; }
|
707 |
+
.learn-press-advertisement-slider .slide-item.slide-active {
|
708 |
+
visibility: visible;
|
709 |
+
opacity: 1; }
|
710 |
+
.learn-press-advertisement-slider .slider-controls {
|
711 |
+
position: absolute;
|
712 |
+
bottom: 70px;
|
713 |
+
right: 20px; }
|
714 |
+
.learn-press-advertisement-slider .slider-controls .next-item,
|
715 |
+
.learn-press-advertisement-slider .slider-controls .prev-item {
|
716 |
+
font-family: 'dashicons';
|
717 |
+
width: 40px;
|
718 |
+
height: 40px;
|
719 |
+
border: 1px solid #DDD;
|
720 |
+
line-height: 40px;
|
721 |
+
font-size: 16px;
|
722 |
+
cursor: pointer;
|
723 |
+
float: left;
|
724 |
+
margin-left: 10px;
|
725 |
+
text-align: center;
|
726 |
+
color: #DDD; }
|
727 |
+
.learn-press-advertisement-slider .slider-controls .next-item:hover,
|
728 |
+
.learn-press-advertisement-slider .slider-controls .prev-item:hover {
|
729 |
+
border-color: #0085ba; }
|
730 |
+
.learn-press-advertisement-slider .slider-controls .next-item:hover:before,
|
731 |
+
.learn-press-advertisement-slider .slider-controls .prev-item:hover:before {
|
732 |
+
color: #0085ba; }
|
733 |
+
.learn-press-advertisement-slider .slider-controls .next-item:before {
|
734 |
+
content: "\f341"; }
|
735 |
+
.learn-press-advertisement-slider .slider-controls .prev-item:before {
|
736 |
+
content: "\f345"; }
|
737 |
+
|
738 |
+
@media only screen and (max-width: 1200px) {
|
739 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail {
|
740 |
+
width: 50%; }
|
741 |
+
.learn-press-advertisement-slider .slide-item .slide-detail {
|
742 |
+
margin-left: 50%; }
|
743 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .description-short {
|
744 |
+
display: block; }
|
745 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .description-full {
|
746 |
+
display: none; } }
|
747 |
+
|
748 |
+
@media only screen and (max-width: 960px) {
|
749 |
+
.learn-press-advertisement-slider {
|
750 |
+
margin-left: 56px; }
|
751 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail {
|
752 |
+
width: 100%;
|
753 |
+
float: none; }
|
754 |
+
.learn-press-advertisement-slider .slide-item .slide-thumbnail img {
|
755 |
+
width: 100%; }
|
756 |
+
.learn-press-advertisement-slider .slide-item .slide-detail {
|
757 |
+
margin-left: 0;
|
758 |
+
padding-left: 0; }
|
759 |
+
.learn-press-advertisement-slider .slide-item .slide-detail h2 {
|
760 |
+
padding-top: 20px; }
|
761 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .description-short {
|
762 |
+
display: block; }
|
763 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .description-full {
|
764 |
+
display: none; }
|
765 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls {
|
766 |
+
margin-bottom: 0; }
|
767 |
+
.learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
|
768 |
+
margin-bottom: 0; }
|
769 |
+
.wp-responsive-open .learn-press-advertisement-slider {
|
770 |
+
margin-left: 56px; }
|
771 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail {
|
772 |
+
width: 100%;
|
773 |
+
float: none; }
|
774 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-thumbnail img {
|
775 |
+
width: 100%; }
|
776 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail {
|
777 |
+
margin-left: 0;
|
778 |
+
padding-left: 0; }
|
779 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail h2 {
|
780 |
+
padding-top: 20px; }
|
781 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-short {
|
782 |
+
display: block; }
|
783 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .description-full {
|
784 |
+
display: none; }
|
785 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls {
|
786 |
+
margin-bottom: 0; }
|
787 |
+
.wp-responsive-open .learn-press-advertisement-slider .slide-item .slide-detail .slide-controls .button {
|
788 |
+
margin-bottom: 0; } }
|
789 |
+
|
790 |
+
/*
|
791 |
+
.learn-press-advertisement-slider > .slide-item {
|
792 |
+
display: none;
|
793 |
+
}
|
794 |
+
.learn-press-advertisement-slider > .slide-item:first-child {
|
795 |
+
display: block;
|
796 |
+
}
|
797 |
+
.learn-press-advertisement-slider .lp-wrap-items {
|
798 |
+
position: relative;
|
799 |
+
overflow: hidden;
|
800 |
+
-webkit-transition: visibility 1s, opacity 1s;
|
801 |
+
transition: visibility 1s, opacity 1s;
|
802 |
+
padding: 20px;
|
803 |
+
background-color: #fff;
|
804 |
+
border: 1px solid #ddd;
|
805 |
+
margin-bottom: 30px;
|
806 |
+
}
|
807 |
+
.learn-press-advertisement-slider .theme-thumbnail {
|
808 |
+
float: left;
|
809 |
+
width: 35%;
|
810 |
+
}
|
811 |
+
.learn-press-advertisement-slider .theme-detail {
|
812 |
+
margin-left: 35%;
|
813 |
+
padding-left: 20px;
|
814 |
+
}
|
815 |
+
.learn-press-advertisement-slider .lp-item {
|
816 |
+
position: relative;
|
817 |
+
float: left;
|
818 |
+
margin-right: -100%;
|
819 |
+
width: 100%;
|
820 |
+
box-sizing: border-box;
|
821 |
+
visibility: hidden;
|
822 |
+
opacity: 0;
|
823 |
+
-webkit-transition: visibility 0.5s linear, opacity 0.5s linear;
|
824 |
+
transition: visibility 0.5s linear, opacity 0.5s linear;
|
825 |
+
}
|
826 |
+
.learn-press-advertisement-slider img {
|
827 |
+
width: 100%;
|
828 |
+
height: auto;
|
829 |
+
float: none;
|
830 |
+
}
|
831 |
+
.learn-press-advertisement-slider .lp-active {
|
832 |
+
visibility: visible;
|
833 |
+
opacity: 1;
|
834 |
+
}
|
835 |
+
.learn-press-advertisement-slider .slider-controls {
|
836 |
+
position: absolute;
|
837 |
+
bottom: 30px;
|
838 |
+
right: 0;
|
839 |
+
height: 50px;
|
840 |
+
-ms-transform: translateY(-50%);
|
841 |
+
-webkit-transform: translateY(-50%);
|
842 |
+
transform: translateY(-50%);
|
843 |
+
}
|
844 |
+
.learn-press-advertisement-slider .slider-controls:after {
|
845 |
+
content: '';
|
846 |
+
clear: both;
|
847 |
+
display: block;
|
848 |
+
}
|
849 |
+
.learn-press-advertisement-slider .slider-controls .prev-item,
|
850 |
+
.learn-press-advertisement-slider .slider-controls .next-item {
|
851 |
+
position: absolute;
|
852 |
+
top: 0;
|
853 |
+
font-family: 'dashicons';
|
854 |
+
width: 40px;
|
855 |
+
height: 40px;
|
856 |
+
border: 1px solid #000;
|
857 |
+
line-height: 40px;
|
858 |
+
font-size: 16px;
|
859 |
+
color: #000;
|
860 |
+
cursor: pointer;
|
861 |
+
}
|
862 |
+
.learn-press-advertisement-slider .slider-controls .prev-item {
|
863 |
+
right: 95px;
|
864 |
+
}
|
865 |
+
.learn-press-advertisement-slider .slider-controls .prev-item:before {
|
866 |
+
content: "\f341";
|
867 |
+
display: block;
|
868 |
+
text-align: center;
|
869 |
+
}
|
870 |
+
.learn-press-advertisement-slider .slider-controls .next-item {
|
871 |
+
right: 45px;
|
872 |
+
}
|
873 |
+
.learn-press-advertisement-slider .slider-controls .next-item:before {
|
874 |
+
content: "\f345";
|
875 |
+
display: block;
|
876 |
+
text-align: center;
|
877 |
+
}
|
878 |
+
@media only screen and (max-width: 1200px) {
|
879 |
+
.learn-press-advertisement-slider .theme-thumbnail {
|
880 |
+
width: 50%;
|
881 |
+
}
|
882 |
+
.learn-press-advertisement-slider .theme-detail {
|
883 |
+
margin-left: 50%;
|
884 |
+
}
|
885 |
+
}
|
886 |
+
@media only screen and (max-width: 960px) {
|
887 |
+
.learn-press-advertisement-slider {
|
888 |
+
margin-left: 36px;
|
889 |
+
}
|
890 |
+
.learn-press-advertisement-slider .theme-thumbnail {
|
891 |
+
float: none;
|
892 |
+
width: 100%;
|
893 |
+
}
|
894 |
+
.learn-press-advertisement-slider .theme-detail {
|
895 |
+
margin-top: 20px;
|
896 |
+
margin-left: 0;
|
897 |
+
padding-left: 0;
|
898 |
+
}
|
899 |
+
}
|
900 |
+
@media screen and (max-width: 782px) {
|
901 |
+
.learn-press-advertisement-slider {
|
902 |
+
margin-left: 0;
|
903 |
+
}
|
904 |
+
}
|
905 |
+
*/
|
906 |
+
.lp-admin-tabs {
|
907 |
+
position: relative;
|
908 |
+
margin-top: 20px; }
|
909 |
+
.lp-admin-tabs .lp-admin-tab-navs {
|
910 |
+
margin: 0 -250px 0 0;
|
911 |
+
width: 250px;
|
912 |
+
float: left;
|
913 |
+
padding: 10px 0px;
|
914 |
+
position: relative;
|
915 |
+
z-index: 5;
|
916 |
+
display: none;
|
917 |
+
-webkit-box-sizing: border-box;
|
918 |
+
-moz-box-sizing: border-box;
|
919 |
+
box-sizing: border-box; }
|
920 |
+
.lp-admin-tabs .lp-admin-tab-navs .nav-section {
|
921 |
+
margin: 0; }
|
922 |
+
.lp-admin-tabs .lp-admin-tab-navs .nav-section > a, .lp-admin-tabs .lp-admin-tab-navs .nav-section > span {
|
923 |
+
display: block;
|
924 |
+
padding: 8px 20px;
|
925 |
+
outline: none;
|
926 |
+
box-shadow: none;
|
927 |
+
text-decoration: none;
|
928 |
+
text-transform: capitalize; }
|
929 |
+
.lp-admin-tabs .lp-admin-tab-navs .nav-section .learn-press-tooltip {
|
930 |
+
float: right;
|
931 |
+
margin-right: 0; }
|
932 |
+
.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active, .lp-admin-tabs .lp-admin-tab-navs .nav-section:hover {
|
933 |
+
border-left: 2px solid #563d7c;
|
934 |
+
color: #563d7c; }
|
935 |
+
.lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active > a, .lp-admin-tabs .lp-admin-tab-navs .nav-section.nav-section-active > span, .lp-admin-tabs .lp-admin-tab-navs .nav-section:hover > a, .lp-admin-tabs .lp-admin-tab-navs .nav-section:hover > span {
|
936 |
+
padding-left: 18px; }
|
937 |
+
.lp-admin-tabs.has-sections .lp-admin-tab-navs {
|
938 |
+
display: block; }
|
939 |
+
.lp-admin-tabs.has-sections .lp-admin-tab-content {
|
940 |
+
padding-left: 271px !important;
|
941 |
+
float: left;
|
942 |
+
width: 100%;
|
943 |
+
z-index: 0;
|
944 |
+
position: relative;
|
945 |
+
-webkit-box-sizing: border-box;
|
946 |
+
-moz-box-sizing: border-box;
|
947 |
+
box-sizing: border-box; }
|
948 |
+
.lp-admin-tabs.has-sections:before {
|
949 |
+
position: absolute;
|
950 |
+
top: 0;
|
951 |
+
bottom: 0;
|
952 |
+
left: 250px;
|
953 |
+
border-left: 1px solid #DDD;
|
954 |
+
content: '';
|
955 |
+
z-index: 10; }
|
956 |
+
.lp-admin-tabs:after {
|
957 |
+
clear: both;
|
958 |
+
display: block;
|
959 |
+
content: '';
|
960 |
+
z-index: 10; }
|
961 |
+
|
962 |
+
.wrap.learn-press-settings .lp-admin-tab-content {
|
963 |
+
background: #FFF;
|
964 |
+
padding: 18px; }
|
965 |
+
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub {
|
966 |
+
float: none;
|
967 |
+
margin: 0 0 20px 0;
|
968 |
+
border-bottom: 1px solid #DDD;
|
969 |
+
padding-bottom: 20px; }
|
970 |
+
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub .active {
|
971 |
+
font-weight: bold; }
|
972 |
+
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li {
|
973 |
+
text-transform: capitalize; }
|
974 |
+
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:after {
|
975 |
+
content: '|';
|
976 |
+
display: inline-block;
|
977 |
+
padding: 0 10px; }
|
978 |
+
.wrap.learn-press-settings .lp-admin-tab-content .subsubsub li:last-child:after {
|
979 |
+
content: ''; }
|
980 |
+
|
981 |
+
.wrap #learn-press-uninstall-sample-data {
|
982 |
+
float: right;
|
983 |
+
opacity: 0.5; }
|
984 |
+
.wrap #learn-press-uninstall-sample-data:hover {
|
985 |
+
opacity: 1; }
|
986 |
+
|
987 |
+
.learnpress .rwmb-field {
|
988 |
+
margin-bottom: 20px;
|
989 |
+
position: relative; }
|
990 |
+
.learnpress .rwmb-field .rwmb-label {
|
991 |
+
display: block;
|
992 |
+
margin-bottom: 5px;
|
993 |
+
float: left;
|
994 |
+
width: 190px;
|
995 |
+
font-size: 14px;
|
996 |
+
text-transform: capitalize; }
|
997 |
+
.learnpress .rwmb-field .rwmb-input {
|
998 |
+
margin-left: 190px;
|
999 |
+
float: none;
|
1000 |
+
width: auto; }
|
1001 |
+
.learnpress .rwmb-field .description {
|
1002 |
+
margin-top: 8px;
|
1003 |
+
color: #888; }
|
1004 |
+
.learnpress .rwmb-field .rwmb-input-list {
|
1005 |
+
margin-left: 0; }
|
1006 |
+
.learnpress .rwmb-field.rwmb-heading-wrapper h4 {
|
1007 |
+
font-size: 15px;
|
1008 |
+
margin: 0 0 5px 0;
|
1009 |
+
padding: 0 0 0;
|
1010 |
+
border-bottom: 2px solid #563d7c;
|
1011 |
+
display: inline-block;
|
1012 |
+
text-transform: initial; }
|
1013 |
+
.learnpress .rwmb-field.disabled .field-overlay {
|
1014 |
+
content: '';
|
1015 |
+
position: absolute;
|
1016 |
+
width: 100%;
|
1017 |
+
height: 100%;
|
1018 |
+
left: 0;
|
1019 |
+
top: 0;
|
1020 |
+
z-index: 10;
|
1021 |
+
background: #FFF;
|
1022 |
+
opacity: 0.6; }
|
1023 |
+
.learnpress .rwmb-field.rwmb-text-wrapper .rwmb-text {
|
1024 |
+
width: 50%;
|
1025 |
+
min-width: 200px; }
|
1026 |
+
.learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input select, .learnpress .rwmb-field.rwmb-duration-wrapper .rwmb-input input {
|
1027 |
+
vertical-align: top; }
|
1028 |
+
|
1029 |
+
.learnpress .lp-course-sale_start-field.hide, .learnpress .lp-course-sale_end-field.hide {
|
1030 |
+
display: none; }
|
1031 |
+
|
1032 |
+
.learnpress.lp-submenu-settings .lp-admin-settings-buttons {
|
1033 |
+
border-top: 1px solid #DDD;
|
1034 |
+
padding-top: 20px;
|
1035 |
+
margin-bottom: 0; }
|
1036 |
+
.learnpress.lp-submenu-settings .lp-admin-settings-buttons #learn-press-reset-settings {
|
1037 |
+
float: right; }
|
1038 |
+
|
1039 |
+
.learnpress.lp-submenu-settings .rwmb-input {
|
1040 |
+
color: #000;
|
1041 |
+
margin-left: 270px;
|
1042 |
+
float: none;
|
1043 |
+
width: auto; }
|
1044 |
+
|
1045 |
+
.learnpress .rwmb-google-fonts-wrapper .rwmb-input label {
|
1046 |
+
font-weight: bold;
|
1047 |
+
display: block;
|
1048 |
+
margin-bottom: 5px; }
|
1049 |
+
|
1050 |
+
.learnpress .rwmb-google-fonts-wrapper .rwmb-input input {
|
1051 |
+
width: 90%; }
|
1052 |
+
|
1053 |
+
.learnpress #learn-press-toggle-course-results {
|
1054 |
+
display: block; }
|
1055 |
+
|
1056 |
+
.learnpress #postbox-container-2 .inside .rwmb-meta-box {
|
1057 |
+
margin: 20px 0 0; }
|
1058 |
+
|
1059 |
+
.learnpress .lp-item-assigned {
|
1060 |
+
font-size: 14px; }
|
1061 |
+
.learnpress .lp-item-assigned a {
|
1062 |
+
text-decoration: none; }
|
1063 |
+
.learnpress .lp-item-assigned ul {
|
1064 |
+
margin-bottom: 0; }
|
1065 |
+
.learnpress .lp-item-assigned ul ul strong {
|
1066 |
+
font-weight: normal; }
|
1067 |
+
.learnpress .lp-item-assigned li {
|
1068 |
+
margin: 0; }
|
1069 |
+
.learnpress .lp-item-assigned li a {
|
1070 |
+
margin-bottom: 10px;
|
1071 |
+
display: inline-block; }
|
1072 |
+
|
1073 |
+
@media screen and (max-width: 1280px) {
|
1074 |
+
.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-label {
|
1075 |
+
width: auto;
|
1076 |
+
float: none; }
|
1077 |
+
.learnpress #meta-box-tab-course_settings .rwmb-field .rwmb-input {
|
1078 |
+
margin-left: 0;
|
1079 |
+
width: 100%;
|
1080 |
+
float: left; } }
|
1081 |
+
|
1082 |
+
.learn-press-tabs.vertical .tabs-heading {
|
1083 |
+
background: #FFF;
|
1084 |
+
border: 1px solid #DDD; }
|
1085 |
+
.learn-press-tabs.vertical .tabs-heading h4 {
|
1086 |
+
padding: 15px;
|
1087 |
+
margin: 0; }
|
1088 |
+
|
1089 |
+
.learn-press-tabs.vertical .tabs-nav {
|
1090 |
+
float: left;
|
1091 |
+
width: 220px;
|
1092 |
+
margin: 10px 0;
|
1093 |
+
background: #F5F5F5;
|
1094 |
+
position: relative;
|
1095 |
+
z-index: 100; }
|
1096 |
+
.learn-press-tabs.vertical .tabs-nav li {
|
1097 |
+
margin: 0;
|
1098 |
+
position: relative; }
|
1099 |
+
.learn-press-tabs.vertical .tabs-nav li a {
|
1100 |
+
display: block;
|
1101 |
+
padding: 10px 15px;
|
1102 |
+
text-decoration: none;
|
1103 |
+
background: #F5F5F5;
|
1104 |
+
box-shadow: none;
|
1105 |
+
box-sizing: border-box;
|
1106 |
+
border-top: 1px solid transparent;
|
1107 |
+
border-bottom: 1px solid transparent;
|
1108 |
+
text-transform: capitalize; }
|
1109 |
+
.learn-press-tabs.vertical .tabs-nav li.icon a:before {
|
1110 |
+
font-family: dashicons;
|
1111 |
+
font-size: 18px;
|
1112 |
+
vertical-align: top;
|
1113 |
+
margin-right: 8px; }
|
1114 |
+
.learn-press-tabs.vertical .tabs-nav li.active a {
|
1115 |
+
background: #FFF;
|
1116 |
+
font-weight: bold;
|
1117 |
+
width: 221px;
|
1118 |
+
border-color: #DDD; }
|
1119 |
+
|
1120 |
+
.learn-press-tabs.vertical .tabs-container {
|
1121 |
+
overflow: hidden;
|
1122 |
+
background: #F5F5F5;
|
1123 |
+
border: 1px solid #DDD;
|
1124 |
+
border-top: none;
|
1125 |
+
position: relative; }
|
1126 |
+
.learn-press-tabs.vertical .tabs-container .tabs-content-container {
|
1127 |
+
margin: 0 0 0 220px; }
|
1128 |
+
.learn-press-tabs.vertical .tabs-container .tabs-content-container > li {
|
1129 |
+
padding: 20px;
|
1130 |
+
float: left;
|
1131 |
+
width: 100%;
|
1132 |
+
margin-right: -100%;
|
1133 |
+
background: #FFF;
|
1134 |
+
border-left: 1px solid #DDD;
|
1135 |
+
margin-bottom: 0;
|
1136 |
+
display: none;
|
1137 |
+
-webkit-box-sizing: border-box;
|
1138 |
+
-moz-box-sizing: border-box;
|
1139 |
+
box-sizing: border-box; }
|
1140 |
+
|
1141 |
+
.learn-press-tabs.vertical:after {
|
1142 |
+
clear: both;
|
1143 |
+
display: block;
|
1144 |
+
content: ''; }
|
1145 |
+
|
1146 |
+
@media screen and (max-width: 1280px) {
|
1147 |
+
.learnpress .rwmb-field .rwmb-label {
|
1148 |
+
float: none; }
|
1149 |
+
.learnpress .rwmb-field .rwmb-input {
|
1150 |
+
margin-left: 0; } }
|
1151 |
+
|
1152 |
+
.learn-press-addons .lp-search-addon {
|
1153 |
+
margin: 0;
|
1154 |
+
width: 280px;
|
1155 |
+
font-size: 16px;
|
1156 |
+
font-weight: 300;
|
1157 |
+
line-height: 1.5;
|
1158 |
+
padding: 3px 5px;
|
1159 |
+
height: 32px; }
|
1160 |
+
|
1161 |
+
.learn-press-addons .addons-browse {
|
1162 |
+
margin: 20px 0 0; }
|
1163 |
+
.learn-press-addons .addons-browse .lp-addon-hidden {
|
1164 |
+
display: none !important; }
|
1165 |
+
.learn-press-addons .addons-browse .lp-active:nth-of-type(2n+1) {
|
1166 |
+
clear: none;
|
1167 |
+
margin-right: 0;
|
1168 |
+
margin-left: 8px; }
|
1169 |
+
.learn-press-addons .addons-browse .lp-active:nth-of-type(2n) {
|
1170 |
+
clear: both;
|
1171 |
+
margin-right: 8px;
|
1172 |
+
margin-left: 0; }
|
1173 |
+
.learn-press-addons .addons-browse .plugin-icon img {
|
1174 |
+
max-width: 100%; }
|
1175 |
+
.learn-press-addons .addons-browse .plugin-card .column-description p:not(.authors) {
|
1176 |
+
overflow: hidden;
|
1177 |
+
text-overflow: ellipsis;
|
1178 |
+
display: -webkit-box;
|
1179 |
+
-webkit-box-orient: vertical;
|
1180 |
+
-webkit-line-clamp: 5;
|
1181 |
+
line-height: 1.6em;
|
1182 |
+
max-height: 8em;
|
1183 |
+
color: #777; }
|
1184 |
+
.learn-press-addons .addons-browse .plugin-card .search-highlight {
|
1185 |
+
text-decoration: underline; }
|
1186 |
+
.learn-press-addons .addons-browse .plugin-card-top h3 {
|
1187 |
+
overflow: hidden;
|
1188 |
+
text-overflow: ellipsis;
|
1189 |
+
display: -webkit-box;
|
1190 |
+
-webkit-box-orient: vertical;
|
1191 |
+
-webkit-line-clamp: 3;
|
1192 |
+
line-height: 1.3em;
|
1193 |
+
max-height: 3.9em; }
|
1194 |
+
.learn-press-addons .addons-browse .plugin-card-top .desc {
|
1195 |
+
min-height: 90px;
|
1196 |
+
margin-right: 0; }
|
1197 |
+
.learn-press-addons .addons-browse .plugin-card-top .button.activate-plugin, .learn-press-addons .addons-browse .plugin-card-top .button.install-now, .learn-press-addons .addons-browse .plugin-card-top .button.enable-now {
|
1198 |
+
background: #0085ba;
|
1199 |
+
border-color: #0073aa #006799 #006799;
|
1200 |
+
-webkit-box-shadow: 0 1px 0 #006799;
|
1201 |
+
box-shadow: 0 1px 0 #006799;
|
1202 |
+
color: #fff;
|
1203 |
+
text-decoration: none;
|
1204 |
+
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799; }
|
1205 |
+
.learn-press-addons .addons-browse .plugin-card-top .button.button-working {
|
1206 |
+
padding-right: 4px; }
|
1207 |
+
.learn-press-addons .addons-browse .plugin-card-top .button.button-working span {
|
1208 |
+
display: none; }
|
1209 |
+
.learn-press-addons .addons-browse .plugin-card-bottom .plugin-version {
|
1210 |
+
display: inline-block; }
|
1211 |
+
.learn-press-addons .addons-browse.premium .column-description p:not(.authors) {
|
1212 |
+
margin: 0;
|
1213 |
+
line-height: inherit; }
|
1214 |
+
.learn-press-addons .addons-browse:after {
|
1215 |
+
clear: both;
|
1216 |
+
display: block;
|
1217 |
+
content: ''; }
|
1218 |
+
|
1219 |
+
.related-themes .plugin-card-top {
|
1220 |
+
padding-bottom: 0; }
|
1221 |
+
|
1222 |
+
.related-themes .theme-content {
|
1223 |
+
position: relative; }
|
1224 |
+
|
1225 |
+
.related-themes .image-thumbnail img {
|
1226 |
+
width: 100%; }
|
1227 |
+
|
1228 |
+
.related-themes .theme-description {
|
1229 |
+
margin: 0 0 25px 0;
|
1230 |
+
overflow: hidden;
|
1231 |
+
text-overflow: ellipsis;
|
1232 |
+
display: -webkit-box;
|
1233 |
+
-webkit-box-orient: vertical;
|
1234 |
+
-webkit-line-clamp: 5;
|
1235 |
+
line-height: 1.6em;
|
1236 |
+
max-height: 8em;
|
1237 |
+
color: #777; }
|
1238 |
+
|
1239 |
+
.related-themes .theme-title {
|
1240 |
+
margin-right: 100px;
|
1241 |
+
font-size: 1.2em;
|
1242 |
+
line-height: 1.3em;
|
1243 |
+
margin-bottom: 0;
|
1244 |
+
min-height: 3.2em; }
|
1245 |
+
|
1246 |
+
.related-themes .theme-title a {
|
1247 |
+
color: #545454; }
|
1248 |
+
|
1249 |
+
.related-themes .theme-rating {
|
1250 |
+
float: right;
|
1251 |
+
display: inline-block; }
|
1252 |
+
|
1253 |
+
.related-themes .star-rating {
|
1254 |
+
display: inline-block; }
|
1255 |
+
|
1256 |
+
.related-themes .count-rating {
|
1257 |
+
font-size: 15px;
|
1258 |
+
position: relative;
|
1259 |
+
top: 2px; }
|
1260 |
+
|
1261 |
+
.related-themes .theme-detail {
|
1262 |
+
position: absolute;
|
1263 |
+
right: 3px;
|
1264 |
+
top: -3px;
|
1265 |
+
text-align: right;
|
1266 |
+
line-height: 1.6em; }
|
1267 |
+
.related-themes .theme-detail:after {
|
1268 |
+
content: '';
|
1269 |
+
display: block;
|
1270 |
+
clear: both; }
|
1271 |
+
.related-themes .theme-detail .theme-price {
|
1272 |
+
display: inline-block;
|
1273 |
+
font-size: 24px;
|
1274 |
+
color: #545454;
|
1275 |
+
font-weight: 700;
|
1276 |
+
line-height: 1.3em; }
|
1277 |
+
|
1278 |
+
.related-themes .theme-footer {
|
1279 |
+
clear: both;
|
1280 |
+
margin-left: -20px;
|
1281 |
+
margin-right: -20px;
|
1282 |
+
padding: 20px;
|
1283 |
+
background-color: #fafafa;
|
1284 |
+
border-top: 1px solid #ddd;
|
1285 |
+
overflow: hidden; }
|
1286 |
+
|
1287 |
+
@media screen and (min-width: 1600px) {
|
1288 |
+
.plugin-card:not(.hide-if-js):nth-child(even) {
|
1289 |
+
margin-right: 8px; }
|
1290 |
+
.plugin-card:not(.hide-if-js):nth-child(3n) {
|
1291 |
+
margin-right: 0; } }
|
1292 |
+
|
1293 |
+
/**
|
1294 |
+
* Order
|
1295 |
+
*/
|
1296 |
+
.post-type-lp_order .wp-list-table .column-order_status {
|
1297 |
+
width: 100px; }
|
1298 |
+
|
1299 |
+
.post-type-lp_order .wp-list-table .order_status span {
|
1300 |
+
display: inline-block; }
|
1301 |
+
.post-type-lp_order .wp-list-table .order_status span:after {
|
1302 |
+
font-family: fontawesome;
|
1303 |
+
display: inline-block;
|
1304 |
+
font-size: 20px;
|
1305 |
+
color: #FFF;
|
1306 |
+
text-align: center;
|
1307 |
+
line-height: 20px;
|
1308 |
+
width: 20px;
|
1309 |
+
height: 20px; }
|
1310 |
+
.post-type-lp_order .wp-list-table .order_status span.completed:after {
|
1311 |
+
content: "\f00c";
|
1312 |
+
color: #0085ba; }
|
1313 |
+
.post-type-lp_order .wp-list-table .order_status span.processing:after {
|
1314 |
+
content: "\f251";
|
1315 |
+
color: #563F7A; }
|
1316 |
+
.post-type-lp_order .wp-list-table .order_status span.pending:after {
|
1317 |
+
content: "\f017";
|
1318 |
+
color: #AAA; }
|
1319 |
+
.post-type-lp_order .wp-list-table .order_status span.cancelled:after {
|
1320 |
+
content: "\f057";
|
1321 |
+
color: #FF0000; }
|
1322 |
+
.post-type-lp_order .wp-list-table .order_status span.draft:after {
|
1323 |
+
content: "\f223";
|
1324 |
+
color: #69b391; }
|
1325 |
+
|
1326 |
+
.post-type-lp_order .wp-list-table .column-title,
|
1327 |
+
.post-type-lp_order .wp-list-table .column-order_total,
|
1328 |
+
.post-type-lp_order .wp-list-table .column-order_date {
|
1329 |
+
width: 150px; }
|
1330 |
+
|
1331 |
+
.post-type-lp_order .wp-list-table .column-order_items ol {
|
1332 |
+
margin: 0;
|
1333 |
+
padding: 0;
|
1334 |
+
list-style-position: inside; }
|
1335 |
+
|
1336 |
+
.post-type-lp_course .column-price .origin-price {
|
1337 |
+
font-size: 12px;
|
1338 |
+
text-decoration: line-through;
|
1339 |
+
margin-right: 10px;
|
1340 |
+
color: #FF0000; }
|
1341 |
+
|
1342 |
+
.post-type-lp_lesson .column-preview {
|
1343 |
+
text-align: left;
|
1344 |
+
float: none; }
|
1345 |
+
.post-type-lp_lesson .column-preview input[type="checkbox"] {
|
1346 |
+
border: none;
|
1347 |
+
width: 30px;
|
1348 |
+
height: auto;
|
1349 |
+
box-shadow: none;
|
1350 |
+
margin: 0;
|
1351 |
+
text-align: center;
|
1352 |
+
background: transparent;
|
1353 |
+
-webkit-transform: rotate(-180deg);
|
1354 |
+
-moz-transform: rotate(-180deg);
|
1355 |
+
-ms-transform: rotate(-180deg);
|
1356 |
+
-o-transform: rotate(-180deg);
|
1357 |
+
transform: rotate(-180deg); }
|
1358 |
+
.post-type-lp_lesson .column-preview input[type="checkbox"]:before, .post-type-lp_lesson .column-preview input[type="checkbox"]:checked:before {
|
1359 |
+
font: 400 21px/1 fontawesome;
|
1360 |
+
content: "\f205";
|
1361 |
+
font-size: 24px;
|
1362 |
+
width: 30px;
|
1363 |
+
margin: 0;
|
1364 |
+
text-align: center; }
|
1365 |
+
.post-type-lp_lesson .column-preview input[type="checkbox"]:checked {
|
1366 |
+
-webkit-transform: rotate(0deg);
|
1367 |
+
-moz-transform: rotate(0deg);
|
1368 |
+
-ms-transform: rotate(0deg);
|
1369 |
+
-o-transform: rotate(0deg);
|
1370 |
+
transform: rotate(0deg); }
|
1371 |
+
.post-type-lp_lesson .column-preview input[type="checkbox"]:checked:before {
|
1372 |
+
margin-top: -1px; }
|
1373 |
+
|
1374 |
+
.post-type-page .column-lp-page {
|
1375 |
+
width: 200px; }
|
1376 |
+
|
1377 |
+
.post-type-page .for-plugin-page {
|
1378 |
+
color: #FF0000;
|
1379 |
+
font-size: 11px;
|
1380 |
+
margin: 0; }
|
1381 |
+
|
1382 |
+
#learn-press-box-edit-slug {
|
1383 |
+
background: #FFF;
|
1384 |
+
padding: 10px;
|
1385 |
+
border: 1px solid #DDD;
|
1386 |
+
margin: 0 -10px;
|
1387 |
+
overflow: hidden;
|
1388 |
+
color: #b79186; }
|
1389 |
+
#learn-press-box-edit-slug .button {
|
1390 |
+
float: right;
|
1391 |
+
height: 24px;
|
1392 |
+
line-height: 22px; }
|
1393 |
+
|
1394 |
+
.modal {
|
1395 |
+
position: fixed;
|
1396 |
+
z-index: 1000000;
|
1397 |
+
width: 100%;
|
1398 |
+
height: 100%;
|
1399 |
+
top: 0;
|
1400 |
+
display: table; }
|
1401 |
+
.modal .modal-overlay {
|
1402 |
+
position: fixed;
|
1403 |
+
z-index: 1000000;
|
1404 |
+
background: #000;
|
1405 |
+
opacity: 0.5;
|
1406 |
+
width: 100%;
|
1407 |
+
height: 100%;
|
1408 |
+
top: 0; }
|
1409 |
+
.modal .modal-wrapper {
|
1410 |
+
display: table-cell;
|
1411 |
+
vertical-align: middle;
|
1412 |
+
z-index: 1000010;
|
1413 |
+
position: relative; }
|
1414 |
+
.modal .modal-wrapper .modal-container {
|
1415 |
+
max-width: 800px;
|
1416 |
+
width: 90%;
|
1417 |
+
margin: 0px auto;
|
1418 |
+
background-color: #fff;
|
1419 |
+
border-radius: 2px;
|
1420 |
+
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
|
1421 |
+
transition: all .3s ease;
|
1422 |
+
overflow: hidden;
|
1423 |
+
-webkit-box-sizing: border-box;
|
1424 |
+
-moz-box-sizing: border-box;
|
1425 |
+
box-sizing: border-box; }
|
1426 |
+
.modal .modal-wrapper header {
|
1427 |
+
font-size: 16px;
|
1428 |
+
padding: 15px 20px;
|
1429 |
+
border-bottom: 1px solid #DDD; }
|
1430 |
+
.modal .modal-wrapper article {
|
1431 |
+
margin: 20px; }
|
1432 |
+
.modal .modal-wrapper article input[name="search"] {
|
1433 |
+
width: 100%;
|
1434 |
+
font-size: 16px;
|
1435 |
+
box-sizing: border-box;
|
1436 |
+
margin: 0;
|
1437 |
+
box-shadow: none;
|
1438 |
+
color: #999;
|
1439 |
+
padding: 8px 10px;
|
1440 |
+
border-radius: 2px;
|
1441 |
+
border-color: #e4e4e4;
|
1442 |
+
font-weight: lighter; }
|
1443 |
+
.modal .modal-wrapper article .search-results li > label {
|
1444 |
+
display: block; }
|
1445 |
+
.modal .modal-wrapper footer {
|
1446 |
+
padding: 0 20px 20px;
|
1447 |
+
overflow: hidden; }
|
1448 |
+
.modal .modal-wrapper footer .search-nav {
|
1449 |
+
float: left; }
|
1450 |
+
.modal .modal-wrapper footer .search-nav a, .modal .modal-wrapper footer .search-nav span {
|
1451 |
+
display: inline-block;
|
1452 |
+
line-height: 26px;
|
1453 |
+
height: 28px;
|
1454 |
+
margin: 0;
|
1455 |
+
padding: 0 10px 1px; }
|
1456 |
+
.modal .modal-wrapper footer button {
|
1457 |
+
float: right;
|
1458 |
+
margin-left: 3px; }
|
1459 |
+
|
1460 |
+
.modal-search {
|
1461 |
+
position: relative;
|
1462 |
+
display: inline-block;
|
1463 |
+
min-width: 300px; }
|
1464 |
+
.modal-search .search-input {
|
1465 |
+
border: 1px solid #DDD;
|
1466 |
+
width: 100%;
|
1467 |
+
margin: 0;
|
1468 |
+
padding: 5px 10px;
|
1469 |
+
-webkit-box-shadow: none;
|
1470 |
+
-moz-box-shadow: none;
|
1471 |
+
box-shadow: none; }
|
1472 |
+
.modal-search .search-input:focus {
|
1473 |
+
-webkit-box-shadow: none;
|
1474 |
+
-moz-box-shadow: none;
|
1475 |
+
box-shadow: none; }
|
1476 |
+
.modal-search .search-input:focus {
|
1477 |
+
border-color: #DDD; }
|
1478 |
+
.modal-search .search-results-content {
|
1479 |
+
position: absolute;
|
1480 |
+
top: 100%;
|
1481 |
+
width: 100%;
|
1482 |
+
left: 0;
|
1483 |
+
background: #FFF;
|
1484 |
+
border: 1px solid #DDD;
|
1485 |
+
border-top: none;
|
1486 |
+
z-index: 1000;
|
1487 |
+
margin-top: -1px;
|
1488 |
+
-webkit-box-sizing: border-box;
|
1489 |
+
-moz-box-sizing: border-box;
|
1490 |
+
box-sizing: border-box; }
|
1491 |
+
.modal-search .search-results-content .search-results {
|
1492 |
+
margin: 0; }
|
1493 |
+
.modal-search .search-results-content .search-results .result-item {
|
1494 |
+
margin: 0;
|
1495 |
+
padding: 0;
|
1496 |
+
list-style: none; }
|
1497 |
+
.modal-search .search-results-content .search-results .result-item label {
|
1498 |
+
display: block;
|
1499 |
+
padding: 6px 10px;
|
1500 |
+
text-decoration: none;
|
1501 |
+
cursor: pointer;
|
1502 |
+
white-space: nowrap;
|
1503 |
+
overflow: hidden;
|
1504 |
+
text-overflow: ellipsis; }
|
1505 |
+
.modal-search .search-results-content .search-results .result-item:hover {
|
1506 |
+
background: #f4fcff; }
|
1507 |
+
.modal-search .has-items .search-input {
|
1508 |
+
border-bottom-color: transparent; }
|
1509 |
+
.modal-search .has-items .search-results-content {
|
1510 |
+
border-top: none; }
|
1511 |
+
.modal-search .checked-items {
|
1512 |
+
text-align: center; }
|
1513 |
+
.modal-search .checked-items .button {
|
1514 |
+
font-size: 12px;
|
1515 |
+
height: 20px;
|
1516 |
+
line-height: 20px; }
|
1517 |
+
.modal-search .checked-items .disabled {
|
1518 |
+
color: #777; }
|
1519 |
+
.modal-search .search-navigator {
|
1520 |
+
margin: 5px 0;
|
1521 |
+
text-align: center; }
|
1522 |
+
.modal-search .search-navigator .page-numbers {
|
1523 |
+
display: inline-block;
|
1524 |
+
padding: 2px 5px;
|
1525 |
+
text-decoration: none;
|
1526 |
+
line-height: 1; }
|
1527 |
+
.modal-search .search-navigator .page-numbers.next, .modal-search .search-navigator .page-numbers.prev {
|
1528 |
+
display: none; }
|
1529 |
+
|
1530 |
+
.lp-order-statuses {
|
1531 |
+
margin: 0; }
|
1532 |
+
.lp-order-statuses li {
|
1533 |
+
float: left;
|
1534 |
+
width: 100%;
|
1535 |
+
background: #FFF;
|
1536 |
+
margin: 0; }
|
1537 |
+
.lp-order-statuses li strong {
|
1538 |
+
font-size: 20px;
|
1539 |
+
font-weight: normal;
|
1540 |
+
color: #0073aa;
|
1541 |
+
margin-bottom: 5px;
|
1542 |
+
display: block; }
|
1543 |
+
.lp-order-statuses li strong:before {
|
1544 |
+
display: inline-block;
|
1545 |
+
width: 25px;
|
1546 |
+
height: 25px;
|
1547 |
+
font-family: dashicons;
|
1548 |
+
font-size: 25px;
|
1549 |
+
line-height: 25px;
|
1550 |
+
vertical-align: middle;
|
1551 |
+
content: ''; }
|
1552 |
+
.lp-order-statuses li p {
|
1553 |
+
font-size: 12px;
|
1554 |
+
color: #adadad;
|
1555 |
+
padding: 0;
|
1556 |
+
margin: 0; }
|
1557 |
+
.lp-order-statuses li.counter-number {
|
1558 |
+
padding: 10px 0 0;
|
1559 |
+
text-align: center;
|
1560 |
+
width: 50%; }
|
1561 |
+
.lp-order-statuses li.counter-number .counter-inner {
|
1562 |
+
margin: 0 5px;
|
1563 |
+
background: #F9F9F9;
|
1564 |
+
padding: 10px 0;
|
1565 |
+
border: 1px solid #f3f3f3; }
|
1566 |
+
.lp-order-statuses li.counter-number .counter-inner p {
|
1567 |
+
text-transform: lowercase; }
|
1568 |
+
.lp-order-statuses li.counter-number.order-completed strong:before {
|
1569 |
+
content: '\f502';
|
1570 |
+
color: #0085ba; }
|
1571 |
+
.lp-order-statuses li.counter-number.order-processing strong:before {
|
1572 |
+
content: "\f321";
|
1573 |
+
color: #563F7A;
|
1574 |
+
margin-left: -1px; }
|
1575 |
+
.lp-order-statuses li.counter-number.order-pending strong:before {
|
1576 |
+
content: "\f534";
|
1577 |
+
color: #AAA; }
|
1578 |
+
.lp-order-statuses li.counter-number.order-cancelled strong:before {
|
1579 |
+
content: "\f153";
|
1580 |
+
color: #FF0000; }
|
1581 |
+
.lp-order-statuses li.clear {
|
1582 |
+
float: none; }
|
1583 |
+
.lp-order-statuses li.featured-theme {
|
1584 |
+
margin: 12px -12px 0 -12px;
|
1585 |
+
border-top: 1px solid #EEE;
|
1586 |
+
float: none;
|
1587 |
+
clear: both;
|
1588 |
+
width: auto;
|
1589 |
+
padding: 8px 12px 0 12px; }
|
1590 |
+
.lp-order-statuses li:nth-child(even) .counter-inner {
|
1591 |
+
margin-left: 0; }
|
1592 |
+
.lp-order-statuses li:nth-child(odd) .counter-inner {
|
1593 |
+
margin-right: 0; }
|
1594 |
+
.lp-order-statuses li.total-raised {
|
1595 |
+
text-align: center;
|
1596 |
+
background: #F9F9F9;
|
1597 |
+
border: 1px solid #F3F3F3;
|
1598 |
+
padding: 10px 0;
|
1599 |
+
box-sizing: border-box; }
|
1600 |
+
.lp-order-statuses li.total-raised strong {
|
1601 |
+
margin-bottom: 10px;
|
1602 |
+
font-size: 26px; }
|
1603 |
+
.lp-order-statuses li.total-raised strong:before {
|
1604 |
+
content: '\f185';
|
1605 |
+
font-size: 30px;
|
1606 |
+
width: 30px;
|
1607 |
+
height: 30px;
|
1608 |
+
line-height: 30px;
|
1609 |
+
margin-right: 7px;
|
1610 |
+
margin-top: -3px; }
|
1611 |
+
.lp-order-statuses:after {
|
1612 |
+
clear: both;
|
1613 |
+
display: block;
|
1614 |
+
content: ''; }
|
1615 |
+
|
1616 |
+
.lp-place-holder {
|
1617 |
+
background: #fff;
|
1618 |
+
padding: 10px;
|
1619 |
+
display: block;
|
1620 |
+
margin: 0 auto;
|
1621 |
+
box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
|
1622 |
+
border-radius: 3px; }
|
1623 |
+
.lp-place-holder [class*="line-"] {
|
1624 |
+
height: 6px;
|
1625 |
+
width: 400px;
|
1626 |
+
background: #f6f7f9;
|
1627 |
+
margin-bottom: 13px;
|
1628 |
+
margin-right: 5px; }
|
1629 |
+
.lp-place-holder .thumbnail {
|
1630 |
+
height: 40px;
|
1631 |
+
width: 40px;
|
1632 |
+
float: left;
|
1633 |
+
margin-right: 20px;
|
1634 |
+
display: inline-block; }
|
1635 |
+
.lp-place-holder .line-heading {
|
1636 |
+
width: 80%;
|
1637 |
+
height: 20px; }
|
1638 |
+
.lp-place-holder .line-sm {
|
1639 |
+
width: 30%;
|
1640 |
+
margin-top: 10px; }
|
1641 |
+
.lp-place-holder .line-xs {
|
1642 |
+
width: 50%; }
|
1643 |
+
.lp-place-holder .line-df {
|
1644 |
+
margin-top: 30px;
|
1645 |
+
width: 380px; }
|
1646 |
+
.lp-place-holder .line-lg {
|
1647 |
+
width: 200px; }
|
1648 |
+
.lp-place-holder .line-lgx {
|
1649 |
+
width: 450px; }
|
1650 |
+
.lp-place-holder [class*="line"],
|
1651 |
+
.lp-place-holder .thumbnail {
|
1652 |
+
animation: lpTimeLine;
|
1653 |
+
animation-duration: 1s;
|
1654 |
+
animation-timing-function: linear;
|
1655 |
+
animation-iteration-count: infinite;
|
1656 |
+
background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
|
1657 |
+
background-size: 800px auto;
|
1658 |
+
background-position: 100px 0; }
|
1659 |
+
|
1660 |
+
@keyframes lpTimeLine {
|
1661 |
+
0% {
|
1662 |
+
background-position: -350px 0; }
|
1663 |
+
100% {
|
1664 |
+
background-position: 400px 0; } }
|
1665 |
+
|
1666 |
+
.post-type-lp_order #post-body-content {
|
1667 |
+
display: none; }
|
1668 |
+
|
1669 |
+
.post-type-lp_order #order_details .hndle, .post-type-lp_order #order_details .handlediv {
|
1670 |
+
display: none; }
|
1671 |
+
|
1672 |
+
.post-type-lp_order #order_details .inside {
|
1673 |
+
padding: 30px 30px;
|
1674 |
+
margin: 0; }
|
1675 |
+
|
1676 |
+
.post-type-lp_order #order_details .order-data-field {
|
1677 |
+
margin-bottom: 20px; }
|
1678 |
+
.post-type-lp_order #order_details .order-data-field label {
|
1679 |
+
display: block;
|
1680 |
+
margin-bottom: 5px;
|
1681 |
+
font-weight: bold; }
|
1682 |
+
|
1683 |
+
.post-type-lp_order #order_details .order-data-number {
|
1684 |
+
margin: 0 0 10px;
|
1685 |
+
font-size: 24px;
|
1686 |
+
font-weight: lighter; }
|
1687 |
+
|
1688 |
+
.post-type-lp_order #order_details .order-data-heading {
|
1689 |
+
margin-top: 40px; }
|
1690 |
+
|
1691 |
+
.post-type-lp_order #order_details .order-users {
|
1692 |
+
display: inline-block; }
|
1693 |
+
|
1694 |
+
.post-type-lp_order #order_details .order-data-date .order-date {
|
1695 |
+
width: 100px; }
|
1696 |
+
|
1697 |
+
.post-type-lp_order #order_details .order-data-date .order-hour, .post-type-lp_order #order_details .order-data-date .order-minute {
|
1698 |
+
width: 50px; }
|
1699 |
+
|
1700 |
+
.post-type-lp_order #order_details .order-items {
|
1701 |
+
margin: 0 -30px;
|
1702 |
+
border-top: 2px solid #DDD;
|
1703 |
+
padding: 0 30px; }
|
1704 |
+
.post-type-lp_order #order_details .order-items table {
|
1705 |
+
border-collapse: collapse;
|
1706 |
+
width: 100%; }
|
1707 |
+
.post-type-lp_order #order_details .order-items table thead th {
|
1708 |
+
border-bottom: 1px solid #DDD;
|
1709 |
+
text-align: left;
|
1710 |
+
padding: 12px 10px;
|
1711 |
+
font-size: 16px;
|
1712 |
+
font-weight: lighter; }
|
1713 |
+
.post-type-lp_order #order_details .order-items table tbody td, .post-type-lp_order #order_details .order-items table tfoot td {
|
1714 |
+
border-bottom: 1px solid #DDD;
|
1715 |
+
text-align: left;
|
1716 |
+
padding: 10px; }
|
1717 |
+
.post-type-lp_order #order_details .order-items table tbody tr:nth-child(odd) td {
|
1718 |
+
background: #F5F5F5; }
|
1719 |
+
.post-type-lp_order #order_details .order-items table tfoot td {
|
1720 |
+
border: none;
|
1721 |
+
padding-bottom: 0;
|
1722 |
+
text-align: right;
|
1723 |
+
font-size: 14px; }
|
1724 |
+
.post-type-lp_order #order_details .order-items table .column-price,
|
1725 |
+
.post-type-lp_order #order_details .order-items table .column-total,
|
1726 |
+
.post-type-lp_order #order_details .order-items table .column-quantity {
|
1727 |
+
text-align: right;
|
1728 |
+
width: 150px; }
|
1729 |
+
.post-type-lp_order #order_details .order-items table .row-subtotal td {
|
1730 |
+
padding-top: 20px; }
|
1731 |
+
.post-type-lp_order #order_details .order-items table .remove-order-item {
|
1732 |
+
text-decoration: none;
|
1733 |
+
outline: none;
|
1734 |
+
color: #FF0000;
|
1735 |
+
display: none;
|
1736 |
+
margin-left: 10px; }
|
1737 |
+
.post-type-lp_order #order_details .order-items table .order-item-row:hover .remove-order-item {
|
1738 |
+
display: inline-block; }
|
1739 |
+
|
1740 |
+
.color-schemas {
|
1741 |
+
margin: 0 20px 20px 0;
|
1742 |
+
float: left; }
|
1743 |
+
.color-schemas table {
|
1744 |
+
border-collapse: collapse;
|
1745 |
+
position: relative; }
|
1746 |
+
.color-schemas table td, .color-schemas table th {
|
1747 |
+
padding: 10px 10px; }
|
1748 |
+
.color-schemas table tbody {
|
1749 |
+
border: 1px solid transparent;
|
1750 |
+
position: relative; }
|
1751 |
+
.color-schemas table tbody td, .color-schemas table tbody th {
|
1752 |
+
text-align: left;
|
1753 |
+
background: #F5F5F5; }
|
1754 |
+
.color-schemas table tbody tr:first-child td, .color-schemas table tbody tr:first-child th {
|
1755 |
+
padding-bottom: 0; }
|
1756 |
+
.color-schemas table:after {
|
1757 |
+
content: '';
|
1758 |
+
position: absolute;
|
1759 |
+
top: 0;
|
1760 |
+
left: 0;
|
1761 |
+
right: 0;
|
1762 |
+
bottom: 0;
|
1763 |
+
background: rgba(255, 255, 255, 0.7); }
|
1764 |
+
.color-schemas tfoot td, .color-schemas tfoot th {
|
1765 |
+
padding-left: 0;
|
1766 |
+
padding-right: 0; }
|
1767 |
+
.color-schemas .remove-schema {
|
1768 |
+
float: right;
|
1769 |
+
color: #FF0000; }
|
1770 |
+
.color-schemas .wp-color-result {
|
1771 |
+
margin: 0; }
|
1772 |
+
.color-schemas .color-selector input {
|
1773 |
+
width: 0 !important;
|
1774 |
+
opacity: 0; }
|
1775 |
+
.color-schemas .clone-schema {
|
1776 |
+
display: none; }
|
1777 |
+
.color-schemas:first-child .remove-schema,
|
1778 |
+
.color-schemas:first-child .apply-schema {
|
1779 |
+
display: none; }
|
1780 |
+
.color-schemas:nth-child(2) {
|
1781 |
+
clear: both; }
|
1782 |
+
.color-schemas:hover tbody {
|
1783 |
+
opacity: 1; }
|
1784 |
+
.color-schemas.current tbody {
|
1785 |
+
border-color: #DDD; }
|
1786 |
+
.color-schemas.current tbody td, .color-schemas.current tbody th {
|
1787 |
+
background: rgba(5, 215, 255, 0.26); }
|
1788 |
+
.color-schemas.current table:after {
|
1789 |
+
display: none; }
|
1790 |
+
.color-schemas.current .clone-schema {
|
1791 |
+
display: inline-block; }
|
1792 |
+
|
1793 |
+
/**
|
1794 |
+
* General style for admin editor.
|
1795 |
+
*/
|
1796 |
+
.lp-admin-editor {
|
1797 |
+
background-color: #fff;
|
1798 |
+
border: 1px solid #ddd;
|
1799 |
+
margin: 20px 0 0 0;
|
1800 |
+
position: relative; }
|
1801 |
+
.lp-admin-editor .heading,
|
1802 |
+
.lp-admin-editor .lp-box-data-content {
|
1803 |
+
padding: 0; }
|
1804 |
+
|
1805 |
+
#learn-press-admin-editor-metabox-settings {
|
1806 |
+
margin-top: 20px; }
|
1807 |
+
|
1808 |
+
/**
|
1809 |
+
* Course admin editor.
|
1810 |
+
*/
|
1811 |
+
#admin-editor-lp_course .lp-course-curriculum .heading {
|
1812 |
+
padding: 15px;
|
1813 |
+
position: relative; }
|
1814 |
+
#admin-editor-lp_course .lp-course-curriculum .heading h4 {
|
1815 |
+
margin: 0;
|
1816 |
+
font-size: 18px; }
|
1817 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections {
|
1818 |
+
font-family: Dashicons;
|
1819 |
+
position: absolute;
|
1820 |
+
top: 0;
|
1821 |
+
right: 0;
|
1822 |
+
bottom: 0;
|
1823 |
+
font-size: 30px;
|
1824 |
+
display: flex;
|
1825 |
+
justify-content: center;
|
1826 |
+
align-items: center;
|
1827 |
+
cursor: pointer;
|
1828 |
+
width: 40px;
|
1829 |
+
color: #999; }
|
1830 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.close:before {
|
1831 |
+
content: '\f140'; }
|
1832 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .collapse-sections.open:before {
|
1833 |
+
content: '\f142'; }
|
1834 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .status {
|
1835 |
+
font-family: Dashicons;
|
1836 |
+
font-size: 20px;
|
1837 |
+
position: relative;
|
1838 |
+
top: 5px;
|
1839 |
+
margin-left: 10px;
|
1840 |
+
visibility: hidden; }
|
1841 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .status:before {
|
1842 |
+
content: "\f463"; }
|
1843 |
+
#admin-editor-lp_course .lp-course-curriculum .heading .status.loading {
|
1844 |
+
visibility: visible;
|
1845 |
+
animation: rotation 2s infinite linear;
|
1846 |
+
display: inline-block; }
|
1847 |
+
|
1848 |
+
#admin-editor-lp_course .lp-course-curriculum .curriculum-sections {
|
1849 |
+
margin: 0;
|
1850 |
+
padding: 10px;
|
1851 |
+
border-top: 1px solid #ddd; }
|
1852 |
+
|
1853 |
+
#admin-editor-lp_course .lp-course-curriculum .section {
|
1854 |
+
border: 1px solid #e5e5e5;
|
1855 |
+
margin-bottom: 10px;
|
1856 |
+
opacity: 1;
|
1857 |
+
background: #FFF; }
|
1858 |
+
#admin-editor-lp_course .lp-course-curriculum .section.new-section {
|
1859 |
+
margin-bottom: 0; }
|
1860 |
+
#admin-editor-lp_course .lp-course-curriculum .section.new-section form {
|
1861 |
+
margin: 0; }
|
1862 |
+
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head {
|
1863 |
+
background-color: #f4fcff; }
|
1864 |
+
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable {
|
1865 |
+
position: relative;
|
1866 |
+
top: 1px; }
|
1867 |
+
#admin-editor-lp_course .lp-course-curriculum .section.new-section .section-head .creatable:before {
|
1868 |
+
content: "\f132"; }
|
1869 |
+
#admin-editor-lp_course .lp-course-curriculum .section:hover .section-actions .remove {
|
1870 |
+
display: inline-block; }
|
1871 |
+
#admin-editor-lp_course .lp-course-curriculum .section.sortable-ghost {
|
1872 |
+
opacity: 0.5; }
|
1873 |
+
#admin-editor-lp_course .lp-course-curriculum .section.updating .section-head {
|
1874 |
+
background-color: #e6f2d0; }
|
1875 |
+
#admin-editor-lp_course .lp-course-curriculum .section input {
|
1876 |
+
background-color: transparent;
|
1877 |
+
box-shadow: none; }
|
1878 |
+
#admin-editor-lp_course .lp-course-curriculum .section input:focus {
|
1879 |
+
box-shadow: none; }
|
1880 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head {
|
1881 |
+
background-color: #f9f9f9;
|
1882 |
+
padding: 3px;
|
1883 |
+
position: relative;
|
1884 |
+
transition: background 500ms ease-out; }
|
1885 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable, #admin-editor-lp_course .lp-course-curriculum .section .section-head .creatable {
|
1886 |
+
display: inline-block;
|
1887 |
+
font-family: Dashicons;
|
1888 |
+
font-size: 20px;
|
1889 |
+
vertical-align: middle;
|
1890 |
+
width: 30px;
|
1891 |
+
text-align: center;
|
1892 |
+
margin-top: -4px;
|
1893 |
+
color: #999; }
|
1894 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable {
|
1895 |
+
cursor: url("../../images/openhand.cur") 7 5, default; }
|
1896 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:before {
|
1897 |
+
content: "\f333"; }
|
1898 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .movable:hover {
|
1899 |
+
color: #0085ba; }
|
1900 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions {
|
1901 |
+
position: absolute;
|
1902 |
+
top: 0;
|
1903 |
+
right: 0;
|
1904 |
+
color: #444;
|
1905 |
+
height: 100%; }
|
1906 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions > * {
|
1907 |
+
cursor: pointer;
|
1908 |
+
display: inline-block;
|
1909 |
+
text-align: center;
|
1910 |
+
height: 100%; }
|
1911 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:hover {
|
1912 |
+
color: #0085ba; }
|
1913 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse:before {
|
1914 |
+
display: inline-block;
|
1915 |
+
width: 40px;
|
1916 |
+
font-size: 30px;
|
1917 |
+
font-family: Dashicons;
|
1918 |
+
line-height: 42px;
|
1919 |
+
color: #999; }
|
1920 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.open:before {
|
1921 |
+
content: '\f142'; }
|
1922 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-head .actions .collapse.close:before {
|
1923 |
+
content: '\f140'; }
|
1924 |
+
#admin-editor-lp_course .lp-course-curriculum .section .name {
|
1925 |
+
font-size: 24px;
|
1926 |
+
width: 100%;
|
1927 |
+
border: none;
|
1928 |
+
color: #777;
|
1929 |
+
font-weight: 600;
|
1930 |
+
line-height: 50px; }
|
1931 |
+
#admin-editor-lp_course .lp-course-curriculum .section .name:focus {
|
1932 |
+
color: #444; }
|
1933 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-collapse {
|
1934 |
+
overflow: hidden; }
|
1935 |
+
#admin-editor-lp_course .lp-course-curriculum .section .section-content {
|
1936 |
+
padding: 20px;
|
1937 |
+
border-top: 1px solid #e5e5e5; }
|
1938 |
+
#admin-editor-lp_course .lp-course-curriculum .section .details {
|
1939 |
+
margin-bottom: 20px; }
|
1940 |
+
#admin-editor-lp_course .lp-course-curriculum .section .title-input {
|
1941 |
+
font-size: 1.2em;
|
1942 |
+
border: none;
|
1943 |
+
line-height: 30px;
|
1944 |
+
width: calc(100% - 80px);
|
1945 |
+
padding-left: 0; }
|
1946 |
+
#admin-editor-lp_course .lp-course-curriculum .section .description-input {
|
1947 |
+
border: none;
|
1948 |
+
width: 100%;
|
1949 |
+
color: #999;
|
1950 |
+
font-style: italic; }
|
1951 |
+
#admin-editor-lp_course .lp-course-curriculum .section .description-input:focus {
|
1952 |
+
color: #444; }
|
1953 |
+
|
1954 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items {
|
1955 |
+
width: 100%;
|
1956 |
+
border-collapse: collapse; }
|
1957 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items ul {
|
1958 |
+
margin: 0;
|
1959 |
+
min-height: 5px; }
|
1960 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item {
|
1961 |
+
border: 1px solid #eee;
|
1962 |
+
position: relative;
|
1963 |
+
margin: 0;
|
1964 |
+
border-bottom-width: 0;
|
1965 |
+
transition: background 200ms ease-out;
|
1966 |
+
display: flex;
|
1967 |
+
justify-content: center;
|
1968 |
+
align-items: center; }
|
1969 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:nth-child(2n+1) {
|
1970 |
+
background-color: #f4fcff; }
|
1971 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.sortable-ghost {
|
1972 |
+
opacity: 0.5; }
|
1973 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating {
|
1974 |
+
background-color: #e6f2d0; }
|
1975 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.updating:before {
|
1976 |
+
position: absolute;
|
1977 |
+
content: '';
|
1978 |
+
top: 0;
|
1979 |
+
left: 0;
|
1980 |
+
right: 0;
|
1981 |
+
bottom: 0;
|
1982 |
+
z-index: 2; }
|
1983 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.removing {
|
1984 |
+
background-color: #ffeded; }
|
1985 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag {
|
1986 |
+
width: 18px;
|
1987 |
+
height: 20px;
|
1988 |
+
cursor: url("../../images/openhand.cur") 7 5, default;
|
1989 |
+
flex-shrink: 0;
|
1990 |
+
visibility: hidden;
|
1991 |
+
fill: #d5dce0;
|
1992 |
+
padding-top: 3px; }
|
1993 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .drag:hover {
|
1994 |
+
fill: #0085ba; }
|
1995 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon {
|
1996 |
+
display: flex;
|
1997 |
+
align-items: center;
|
1998 |
+
justify-content: center; }
|
1999 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title {
|
2000 |
+
margin-left: 5px;
|
2001 |
+
margin-right: 120px;
|
2002 |
+
flex-grow: 1;
|
2003 |
+
flex-basis: 100%; }
|
2004 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .title input {
|
2005 |
+
color: inherit; }
|
2006 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions {
|
2007 |
+
position: absolute;
|
2008 |
+
top: 0;
|
2009 |
+
right: 0;
|
2010 |
+
bottom: 0;
|
2011 |
+
display: flex;
|
2012 |
+
align-items: center;
|
2013 |
+
justify-content: center; }
|
2014 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions {
|
2015 |
+
margin: 0; }
|
2016 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions > * {
|
2017 |
+
margin-right: 10px;
|
2018 |
+
visibility: hidden; }
|
2019 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .edit {
|
2020 |
+
text-decoration: none; }
|
2021 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .actions .remove {
|
2022 |
+
color: #a00; }
|
2023 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .drag {
|
2024 |
+
visibility: visible; }
|
2025 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .item-actions .actions .preview-item {
|
2026 |
+
display: none; }
|
2027 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item {
|
2028 |
+
border-bottom-width: 1px;
|
2029 |
+
position: relative;
|
2030 |
+
display: flex;
|
2031 |
+
align-items: center;
|
2032 |
+
transition: all 200ms ease-out; }
|
2033 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .title {
|
2034 |
+
display: inline-block;
|
2035 |
+
margin: 0;
|
2036 |
+
flex: 1; }
|
2037 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types {
|
2038 |
+
display: inline-block;
|
2039 |
+
margin-left: 17px; }
|
2040 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover, #admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus {
|
2041 |
+
background-color: #fff; }
|
2042 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:hover .type, #admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types:focus .type {
|
2043 |
+
display: inline-block; }
|
2044 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type {
|
2045 |
+
display: inline-block;
|
2046 |
+
padding: 8px 5px;
|
2047 |
+
color: #ccc; }
|
2048 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type input {
|
2049 |
+
display: none; }
|
2050 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.current {
|
2051 |
+
color: #0085ba; }
|
2052 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type:before {
|
2053 |
+
font-family: Dashicons;
|
2054 |
+
font-size: 20px;
|
2055 |
+
position: relative;
|
2056 |
+
top: 2px; }
|
2057 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_quiz:before {
|
2058 |
+
content: '\f469'; }
|
2059 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .new-section-item .types .type.lp_lesson:before {
|
2060 |
+
content: '\f330'; }
|
2061 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions {
|
2062 |
+
text-align: right; }
|
2063 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action {
|
2064 |
+
width: 30px;
|
2065 |
+
height: 30px;
|
2066 |
+
padding: 0;
|
2067 |
+
text-align: center;
|
2068 |
+
position: relative;
|
2069 |
+
vertical-align: middle;
|
2070 |
+
cursor: pointer;
|
2071 |
+
display: inline-block;
|
2072 |
+
margin: 0; }
|
2073 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action > a {
|
2074 |
+
width: 30px;
|
2075 |
+
height: 30px;
|
2076 |
+
line-height: 30px;
|
2077 |
+
color: #999; }
|
2078 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action > a:hover {
|
2079 |
+
color: #0073aa; }
|
2080 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item > a:hover {
|
2081 |
+
color: #d05d5d; }
|
2082 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul {
|
2083 |
+
position: absolute;
|
2084 |
+
top: 100%;
|
2085 |
+
width: 165px;
|
2086 |
+
padding: 2px 0;
|
2087 |
+
right: 0;
|
2088 |
+
background: #fdfeff;
|
2089 |
+
margin: 0;
|
2090 |
+
border: 1px solid #DDD;
|
2091 |
+
z-index: 9;
|
2092 |
+
display: none;
|
2093 |
+
text-align: center; }
|
2094 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li {
|
2095 |
+
margin: 0;
|
2096 |
+
padding: 8px;
|
2097 |
+
border-bottom: 1px solid #eee; }
|
2098 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a {
|
2099 |
+
color: #0073aa;
|
2100 |
+
text-decoration: none; }
|
2101 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li a.delete-permanently {
|
2102 |
+
color: #d05d5d; }
|
2103 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item ul li:hover {
|
2104 |
+
background: #dbf5ff; }
|
2105 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .item-actions .actions .action.delete-item:hover ul {
|
2106 |
+
display: block; }
|
2107 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item:hover .item-actions .actions > * {
|
2108 |
+
visibility: visible;
|
2109 |
+
cursor: pointer; }
|
2110 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_quiz .icon:before {
|
2111 |
+
content: '\f469'; }
|
2112 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item.lp_lesson .icon:before {
|
2113 |
+
content: '\f330'; }
|
2114 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon {
|
2115 |
+
width: 38px;
|
2116 |
+
font-size: 20px;
|
2117 |
+
color: #0085ba;
|
2118 |
+
text-align: center; }
|
2119 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item .icon:before {
|
2120 |
+
font-family: Dashicons; }
|
2121 |
+
#admin-editor-lp_course .lp-course-curriculum .section-list-items .section-item input {
|
2122 |
+
font-size: 14px;
|
2123 |
+
border: none;
|
2124 |
+
width: 100%;
|
2125 |
+
padding: 8px 10px 8px 0; }
|
2126 |
+
|
2127 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions {
|
2128 |
+
padding: 0 20px 20px 20px; }
|
2129 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove {
|
2130 |
+
float: right;
|
2131 |
+
color: #a00;
|
2132 |
+
cursor: pointer;
|
2133 |
+
display: none; }
|
2134 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .icon {
|
2135 |
+
display: inline-block; }
|
2136 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove .confirm {
|
2137 |
+
display: none; }
|
2138 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .confirm {
|
2139 |
+
display: inline-block; }
|
2140 |
+
#admin-editor-lp_course .lp-course-curriculum .section-actions .remove.confirm .icon {
|
2141 |
+
display: none; }
|
2142 |
+
|
2143 |
+
/**
|
2144 |
+
* Quiz admin editor.
|
2145 |
+
*/
|
2146 |
+
#admin-editor-lp_quiz .lp-box-data-head .status {
|
2147 |
+
font-family: Dashicons;
|
2148 |
+
font-size: 20px;
|
2149 |
+
position: relative;
|
2150 |
+
top: 5px;
|
2151 |
+
margin-left: 10px;
|
2152 |
+
visibility: hidden; }
|
2153 |
+
#admin-editor-lp_quiz .lp-box-data-head .status:before {
|
2154 |
+
content: "\f463"; }
|
2155 |
+
#admin-editor-lp_quiz .lp-box-data-head .status.loading {
|
2156 |
+
visibility: visible;
|
2157 |
+
animation: rotation 2s infinite linear;
|
2158 |
+
display: inline-block; }
|
2159 |
+
|
2160 |
+
#admin-editor-lp_quiz .lp-box-data-head .collapse-list-questions {
|
2161 |
+
font-family: Dashicons;
|
2162 |
+
position: absolute;
|
2163 |
+
top: 0;
|
2164 |
+
right: 5px;
|
2165 |
+
bottom: 0;
|
2166 |
+
font-size: 30px;
|
2167 |
+
display: flex;
|
2168 |
+
justify-content: center;
|
2169 |
+
align-items: center;
|
2170 |
+
cursor: pointer;
|
2171 |
+
width: 40px;
|
2172 |
+
height: 55px;
|
2173 |
+
color: #999; }
|
2174 |
+
|
2175 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions {
|
2176 |
+
color: #777;
|
2177 |
+
border-collapse: collapse; }
|
2178 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row {
|
2179 |
+
display: flex;
|
2180 |
+
flex-direction: row;
|
2181 |
+
text-align: center; }
|
2182 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > * {
|
2183 |
+
width: 100%;
|
2184 |
+
padding: 9px 10px; }
|
2185 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort {
|
2186 |
+
width: 15px;
|
2187 |
+
fill: #d5dce0;
|
2188 |
+
cursor: url("../../images/openhand.cur") 7 5, default;
|
2189 |
+
visibility: hidden;
|
2190 |
+
padding-right: 0;
|
2191 |
+
position: relative; }
|
2192 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort svg {
|
2193 |
+
width: 18px;
|
2194 |
+
height: 20px;
|
2195 |
+
position: absolute;
|
2196 |
+
top: 50%;
|
2197 |
+
margin-top: -10px;
|
2198 |
+
left: 4px; }
|
2199 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .sort:hover {
|
2200 |
+
fill: #0085ba; }
|
2201 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .order {
|
2202 |
+
width: 10px; }
|
2203 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .name {
|
2204 |
+
padding: 10px; }
|
2205 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .type {
|
2206 |
+
width: 150px; }
|
2207 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row > .actions {
|
2208 |
+
width: 300px; }
|
2209 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .table-row:hover > .sort {
|
2210 |
+
visibility: visible; }
|
2211 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header {
|
2212 |
+
border-bottom: 1px solid #ddd; }
|
2213 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row > * {
|
2214 |
+
font-weight: bold;
|
2215 |
+
padding: 12px 8px 12px 0; }
|
2216 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .header .table-row .sort {
|
2217 |
+
width: 45px; }
|
2218 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions .name input {
|
2219 |
+
width: 100%;
|
2220 |
+
font-size: 14px;
|
2221 |
+
border: none;
|
2222 |
+
background: transparent;
|
2223 |
+
box-shadow: none;
|
2224 |
+
font-weight: normal;
|
2225 |
+
color: #777;
|
2226 |
+
padding: 0; }
|
2227 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-actions.updating {
|
2228 |
+
background-color: #e6f2d0; }
|
2229 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings {
|
2230 |
+
border: 1px solid #ddd;
|
2231 |
+
border-left: none;
|
2232 |
+
border-right: none; }
|
2233 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings > * {
|
2234 |
+
padding: 20px; }
|
2235 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options {
|
2236 |
+
border: 1px solid #ddd; }
|
2237 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options thead .answer-text {
|
2238 |
+
width: calc(100% - 100px); }
|
2239 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options thead .answer-correct {
|
2240 |
+
width: 65px; }
|
2241 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr {
|
2242 |
+
background: #fff;
|
2243 |
+
border: 1px solid #DDD; }
|
2244 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr:nth-child(2n) {
|
2245 |
+
background: #f4fcff; }
|
2246 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td {
|
2247 |
+
padding: 0 10px;
|
2248 |
+
background: inherit;
|
2249 |
+
position: static;
|
2250 |
+
border: none; }
|
2251 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.sort {
|
2252 |
+
cursor: url("../../images/openhand.cur") 7 5, default; }
|
2253 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody tr td.answer-correct {
|
2254 |
+
text-align: center; }
|
2255 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-settings .quiz-question-data table.lp-list-options tbody .answer-option .answer-text input {
|
2256 |
+
width: 100%;
|
2257 |
+
font-size: 14px;
|
2258 |
+
border: none;
|
2259 |
+
background: transparent;
|
2260 |
+
box-shadow: none;
|
2261 |
+
font-weight: normal;
|
2262 |
+
color: #777;
|
2263 |
+
padding: 0; }
|
2264 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item {
|
2265 |
+
background: #fff;
|
2266 |
+
border-bottom: 1px solid #f1f1f1; }
|
2267 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item:nth-child(2n+1) {
|
2268 |
+
background: #f4fcff; }
|
2269 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .cell {
|
2270 |
+
padding: 10px; }
|
2271 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .name input {
|
2272 |
+
width: 100%;
|
2273 |
+
font-size: 14px;
|
2274 |
+
border: none;
|
2275 |
+
background: transparent;
|
2276 |
+
box-shadow: none;
|
2277 |
+
font-weight: normal;
|
2278 |
+
color: #777;
|
2279 |
+
padding: 0; }
|
2280 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions {
|
2281 |
+
padding: 0;
|
2282 |
+
margin: 0; }
|
2283 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons {
|
2284 |
+
position: static;
|
2285 |
+
z-index: 10;
|
2286 |
+
height: 100%;
|
2287 |
+
text-align: left; }
|
2288 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons > div a {
|
2289 |
+
visibility: hidden; }
|
2290 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn {
|
2291 |
+
height: 100%; }
|
2292 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn .lp-btn-icon {
|
2293 |
+
width: 28px;
|
2294 |
+
height: 30px;
|
2295 |
+
text-align: center;
|
2296 |
+
position: absolute;
|
2297 |
+
top: 50%;
|
2298 |
+
margin-top: -15px;
|
2299 |
+
left: 50%;
|
2300 |
+
margin-left: -15px;
|
2301 |
+
line-height: 30px; }
|
2302 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn ul {
|
2303 |
+
z-index: 9; }
|
2304 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle {
|
2305 |
+
font-family: Dashicons;
|
2306 |
+
line-height: 42px;
|
2307 |
+
font-size: 16px; }
|
2308 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.open::after {
|
2309 |
+
content: '\f343'; }
|
2310 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-btn-toggle.close::after {
|
2311 |
+
content: '\f347'; }
|
2312 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn-dropdown ul li {
|
2313 |
+
border-bottom: 1px solid #eee; }
|
2314 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn-dropdown ul li a {
|
2315 |
+
padding: 10px 25px; }
|
2316 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions .actions .lp-toolbar-buttons .lp-toolbar-btn-dropdown ul li a.remove {
|
2317 |
+
color: #0073aa; }
|
2318 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-actions:hover .lp-toolbar-buttons > div a {
|
2319 |
+
visibility: visible; }
|
2320 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings {
|
2321 |
+
background: #fff; }
|
2322 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options {
|
2323 |
+
text-align: left; }
|
2324 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside {
|
2325 |
+
margin: 0;
|
2326 |
+
padding: 0; }
|
2327 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .rwmb-meta-box .rwmb-field {
|
2328 |
+
padding: 20px;
|
2329 |
+
margin: 0; }
|
2330 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .main .question-item .question-settings .quiz-question-options .inside .rwmb-meta-box .rwmb-field:nth-child(2n+1) {
|
2331 |
+
background: #f4fcff; }
|
2332 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row {
|
2333 |
+
text-align: left; }
|
2334 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question {
|
2335 |
+
padding-left: 65px;
|
2336 |
+
margin-top: -1px;
|
2337 |
+
border-top: 1px solid #DDD; }
|
2338 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title {
|
2339 |
+
position: relative;
|
2340 |
+
display: inline-block;
|
2341 |
+
min-width: 500px; }
|
2342 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title input {
|
2343 |
+
border: 1px solid #DDD;
|
2344 |
+
width: 100%;
|
2345 |
+
margin: 0;
|
2346 |
+
padding: 6px 6px;
|
2347 |
+
-webkit-box-shadow: none;
|
2348 |
+
-moz-box-shadow: none;
|
2349 |
+
box-shadow: none;
|
2350 |
+
-webkit-border-radius: 3px;
|
2351 |
+
-moz-border-radius: 3px;
|
2352 |
+
border-radius: 3px; }
|
2353 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title input:focus {
|
2354 |
+
-webkit-box-shadow: none;
|
2355 |
+
-moz-box-shadow: none;
|
2356 |
+
box-shadow: none; }
|
2357 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .title input:focus {
|
2358 |
+
border-color: #DDD; }
|
2359 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new {
|
2360 |
+
display: inline;
|
2361 |
+
position: relative; }
|
2362 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types {
|
2363 |
+
position: absolute;
|
2364 |
+
margin: 6px;
|
2365 |
+
background-color: #FFF;
|
2366 |
+
top: 100%;
|
2367 |
+
border: 1px solid #DDD;
|
2368 |
+
right: -2px;
|
2369 |
+
width: 200px;
|
2370 |
+
z-index: 9999999;
|
2371 |
+
display: none; }
|
2372 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li {
|
2373 |
+
margin: 0; }
|
2374 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new ul.question-types li a {
|
2375 |
+
display: block;
|
2376 |
+
padding: 10px;
|
2377 |
+
line-height: 1;
|
2378 |
+
text-decoration: none;
|
2379 |
+
outline: none;
|
2380 |
+
box-shadow: none; }
|
2381 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button:hover + .question-types {
|
2382 |
+
display: block; }
|
2383 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button + .question-types:hover {
|
2384 |
+
display: block; }
|
2385 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .add-new button[disabled="disabled"]:hover + .question-types {
|
2386 |
+
display: none; }
|
2387 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question .select-item {
|
2388 |
+
display: inline; }
|
2389 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .footer .table-row .add-new-question button {
|
2390 |
+
height: 30px;
|
2391 |
+
box-shadow: 0 1px 0 #ccc !important; }
|
2392 |
+
|
2393 |
+
#admin-editor-lp_quiz .lp-box-data-content .question-button-actions {
|
2394 |
+
text-align: left; }
|
2395 |
+
|
2396 |
+
/**
|
2397 |
+
* Question admin editor.
|
2398 |
+
*/
|
2399 |
+
#admin-editor-lp_question {
|
2400 |
+
background: #fff; }
|
2401 |
+
#admin-editor-lp_question .lp-box-data-head {
|
2402 |
+
padding: 5px 15px; }
|
2403 |
+
#admin-editor-lp_question .lp-box-data-head .heading {
|
2404 |
+
float: left; }
|
2405 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions {
|
2406 |
+
margin-top: 8px; }
|
2407 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul {
|
2408 |
+
position: absolute;
|
2409 |
+
top: 100%;
|
2410 |
+
right: 0;
|
2411 |
+
height: auto;
|
2412 |
+
background: #fdfeff;
|
2413 |
+
margin: 0;
|
2414 |
+
border: 1px solid #DDD;
|
2415 |
+
display: none; }
|
2416 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul li {
|
2417 |
+
margin: 0; }
|
2418 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul li:hover, #admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul li.active {
|
2419 |
+
background: #dbf5ff; }
|
2420 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul li a {
|
2421 |
+
display: block;
|
2422 |
+
white-space: nowrap;
|
2423 |
+
text-decoration: none;
|
2424 |
+
padding: 5px 25px;
|
2425 |
+
font-size: 12px;
|
2426 |
+
text-align: right;
|
2427 |
+
color: #0073aa;
|
2428 |
+
margin: 0; }
|
2429 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions .question-types ul:hover {
|
2430 |
+
display: block; }
|
2431 |
+
#admin-editor-lp_question .lp-box-data-head .question-actions:hover .question-types ul {
|
2432 |
+
display: block; }
|
2433 |
+
#admin-editor-lp_question .lp-box-data-content {
|
2434 |
+
padding: 20px; }
|
2435 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers {
|
2436 |
+
width: 100%;
|
2437 |
+
border: 1px solid #ddd; }
|
2438 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tr td {
|
2439 |
+
padding: 0 15px; }
|
2440 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead {
|
2441 |
+
background: #F5F5F5; }
|
2442 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th {
|
2443 |
+
padding: 15px;
|
2444 |
+
background: #F5F5F5;
|
2445 |
+
border-bottom: 1px solid #DDD; }
|
2446 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.sort, #admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.order, #admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.actions {
|
2447 |
+
width: 10px; }
|
2448 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers thead tr th.answer-correct {
|
2449 |
+
width: 65px; }
|
2450 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr {
|
2451 |
+
background: #f4fcff;
|
2452 |
+
color: #777; }
|
2453 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:nth-child(2n) {
|
2454 |
+
background: #fff; }
|
2455 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr:hover td.actions .remove-answer {
|
2456 |
+
visibility: visible; }
|
2457 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort {
|
2458 |
+
width: 15px;
|
2459 |
+
text-align: center;
|
2460 |
+
font-size: 18px;
|
2461 |
+
color: #CCC;
|
2462 |
+
cursor: url("../../images/openhand.cur") 7 5, default; }
|
2463 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.sort:hover {
|
2464 |
+
color: #0085ba; }
|
2465 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.order {
|
2466 |
+
font-size: 13px; }
|
2467 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.answer-text input {
|
2468 |
+
width: 100%;
|
2469 |
+
font-size: 14px;
|
2470 |
+
border: none;
|
2471 |
+
background: transparent;
|
2472 |
+
box-shadow: none;
|
2473 |
+
font-weight: normal;
|
2474 |
+
color: #777;
|
2475 |
+
padding: 0; }
|
2476 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.actions .remove-answer {
|
2477 |
+
visibility: hidden; }
|
2478 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.actions .remove-answer:hover {
|
2479 |
+
background: transparent; }
|
2480 |
+
#admin-editor-lp_question .lp-box-data-content table.list-question-answers tbody tr td.lp-toolbar-buttons {
|
2481 |
+
z-index: auto; }
|
2482 |
+
#admin-editor-lp_question .lp-box-data-content .add-answer {
|
2483 |
+
margin: 15px 0 0 0; }
|
2484 |
+
|
2485 |
+
/**
|
2486 |
+
* Modal choose items.
|
2487 |
+
*/
|
2488 |
+
#lp-modal-choose-items {
|
2489 |
+
opacity: 0;
|
2490 |
+
display: none;
|
2491 |
+
position: fixed;
|
2492 |
+
top: 0;
|
2493 |
+
left: 0;
|
2494 |
+
right: 0;
|
2495 |
+
bottom: 0;
|
2496 |
+
z-index: -1;
|
2497 |
+
background-color: rgba(0, 0, 0, 0.5); }
|
2498 |
+
#lp-modal-choose-items.show {
|
2499 |
+
display: block;
|
2500 |
+
opacity: 1;
|
2501 |
+
z-index: 99999; }
|
2502 |
+
#lp-modal-choose-items.loading .lp-choose-items:before {
|
2503 |
+
position: absolute;
|
2504 |
+
top: 0;
|
2505 |
+
left: 0;
|
2506 |
+
right: 0;
|
2507 |
+
bottom: 0;
|
2508 |
+
display: block;
|
2509 |
+
content: '';
|
2510 |
+
z-index: 9;
|
2511 |
+
background: url("../../images/spinner.gif") no-repeat center center; }
|
2512 |
+
#lp-modal-choose-items .lp-choose-items {
|
2513 |
+
background-color: #fff;
|
2514 |
+
max-width: 800px;
|
2515 |
+
margin: 50px auto;
|
2516 |
+
border: 1px solid #ddd;
|
2517 |
+
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
|
2518 |
+
position: relative;
|
2519 |
+
transition: all 200ms ease-out; }
|
2520 |
+
#lp-modal-choose-items .lp-choose-items.show-preview .header .preview-title {
|
2521 |
+
display: flex;
|
2522 |
+
align-items: center; }
|
2523 |
+
#lp-modal-choose-items .lp-choose-items .header {
|
2524 |
+
position: relative; }
|
2525 |
+
#lp-modal-choose-items .lp-choose-items .header .preview-title {
|
2526 |
+
position: absolute;
|
2527 |
+
top: 0;
|
2528 |
+
left: 0;
|
2529 |
+
right: 0;
|
2530 |
+
bottom: 0;
|
2531 |
+
z-index: 10;
|
2532 |
+
padding-left: 20px;
|
2533 |
+
background-color: #fff;
|
2534 |
+
border-bottom: 1px solid #ddd;
|
2535 |
+
display: none;
|
2536 |
+
font-weight: 600; }
|
2537 |
+
#lp-modal-choose-items .lp-choose-items .header .preview-title h3 {
|
2538 |
+
margin: 0; }
|
2539 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs {
|
2540 |
+
margin: 0;
|
2541 |
+
border-bottom: 1px solid #ddd; }
|
2542 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab {
|
2543 |
+
display: inline-block;
|
2544 |
+
margin: 0;
|
2545 |
+
position: relative; }
|
2546 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab:not(:last-child):before {
|
2547 |
+
content: '';
|
2548 |
+
border-right: 1px solid #ddd;
|
2549 |
+
position: absolute;
|
2550 |
+
right: 0;
|
2551 |
+
height: 20px;
|
2552 |
+
top: 50%;
|
2553 |
+
margin-top: -10px; }
|
2554 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active:after {
|
2555 |
+
border: 1px solid #ddd;
|
2556 |
+
transform: rotate(45deg);
|
2557 |
+
display: inline-block;
|
2558 |
+
width: 10px;
|
2559 |
+
height: 10px;
|
2560 |
+
content: '';
|
2561 |
+
position: absolute;
|
2562 |
+
left: 50%;
|
2563 |
+
margin-left: -6px;
|
2564 |
+
bottom: -6px;
|
2565 |
+
background: #FFF;
|
2566 |
+
border-bottom: 0;
|
2567 |
+
border-right: 0; }
|
2568 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab.active a {
|
2569 |
+
color: #333; }
|
2570 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab a {
|
2571 |
+
padding: 15px 20px;
|
2572 |
+
text-decoration: none;
|
2573 |
+
display: inline-block;
|
2574 |
+
font-weight: 600; }
|
2575 |
+
#lp-modal-choose-items .lp-choose-items .header .tabs .tab a:focus {
|
2576 |
+
box-shadow: none; }
|
2577 |
+
#lp-modal-choose-items .lp-choose-items .header .close {
|
2578 |
+
display: inline-block;
|
2579 |
+
position: absolute;
|
2580 |
+
top: 0;
|
2581 |
+
right: 0;
|
2582 |
+
cursor: pointer;
|
2583 |
+
font-size: 1em;
|
2584 |
+
padding: 9px;
|
2585 |
+
z-index: 9; }
|
2586 |
+
#lp-modal-choose-items .lp-choose-items .main {
|
2587 |
+
padding: 20px;
|
2588 |
+
position: relative;
|
2589 |
+
overflow: hidden; }
|
2590 |
+
#lp-modal-choose-items .lp-choose-items .main .section-item {
|
2591 |
+
cursor: pointer;
|
2592 |
+
transition: color 200ms ease-out;
|
2593 |
+
max-width: 100%;
|
2594 |
+
display: block;
|
2595 |
+
overflow: hidden;
|
2596 |
+
white-space: nowrap;
|
2597 |
+
text-overflow: ellipsis; }
|
2598 |
+
#lp-modal-choose-items .lp-choose-items .main .section-item:before {
|
2599 |
+
font-family: Dashicons;
|
2600 |
+
position: relative;
|
2601 |
+
top: 3px; }
|
2602 |
+
#lp-modal-choose-items .lp-choose-items .main .search {
|
2603 |
+
margin-bottom: 20px;
|
2604 |
+
background: transparent; }
|
2605 |
+
#lp-modal-choose-items .lp-choose-items .main .search input {
|
2606 |
+
width: 100%;
|
2607 |
+
font-size: 1.2em;
|
2608 |
+
line-height: 1.5; }
|
2609 |
+
#lp-modal-choose-items .lp-choose-items .main .list-items {
|
2610 |
+
min-height: 260px;
|
2611 |
+
margin: 0; }
|
2612 |
+
#lp-modal-choose-items .lp-choose-items .main .list-items li {
|
2613 |
+
margin: 15px 0;
|
2614 |
+
cursor: pointer; }
|
2615 |
+
#lp-modal-choose-items .lp-choose-items .main .pagination .index {
|
2616 |
+
line-height: 28px;
|
2617 |
+
margin-left: 20px; }
|
2618 |
+
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview {
|
2619 |
+
position: absolute;
|
2620 |
+
top: 0;
|
2621 |
+
left: 0;
|
2622 |
+
right: 0;
|
2623 |
+
bottom: 0;
|
2624 |
+
background-color: #fff;
|
2625 |
+
z-index: 2;
|
2626 |
+
padding: 20px;
|
2627 |
+
transform: translate(100%, 0);
|
2628 |
+
max-height: 400px;
|
2629 |
+
overflow: auto; }
|
2630 |
+
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview.show {
|
2631 |
+
transform: translate(0, 0); }
|
2632 |
+
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li {
|
2633 |
+
margin: 15px 0; }
|
2634 |
+
#lp-modal-choose-items .lp-choose-items .lp-added-items-preview .list-added-items li:first-child {
|
2635 |
+
margin: -10px 0 15px 0; }
|
2636 |
+
#lp-modal-choose-items .lp-choose-items .footer {
|
2637 |
+
padding: 20px; }
|
2638 |
+
|
2639 |
+
@media screen and (max-width: 900px) {
|
2640 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row {
|
2641 |
+
display: block;
|
2642 |
+
width: auto;
|
2643 |
+
text-align: left; }
|
2644 |
+
#admin-editor-lp_quiz .lp-box-data-content .lp-list-questions .question-settings.table-row > * {
|
2645 |
+
width: auto; } }
|
2646 |
+
|
2647 |
+
#learn-press-reset-course-users,
|
2648 |
+
#learn-press-reset-user-courses,
|
2649 |
+
#learn-press-reset-user-item {
|
2650 |
+
max-width: 100%; }
|
2651 |
+
#learn-press-reset-course-users table,
|
2652 |
+
#learn-press-reset-user-courses table,
|
2653 |
+
#learn-press-reset-user-item table {
|
2654 |
+
width: 100%;
|
2655 |
+
border-collapse: collapse; }
|
2656 |
+
#learn-press-reset-course-users .courses-list,
|
2657 |
+
#learn-press-reset-user-courses .courses-list,
|
2658 |
+
#learn-press-reset-user-item .courses-list {
|
2659 |
+
margin: 0; }
|
2660 |
+
#learn-press-reset-course-users input[type="text"],
|
2661 |
+
#learn-press-reset-user-courses input[type="text"],
|
2662 |
+
#learn-press-reset-user-item input[type="text"] {
|
2663 |
+
min-width: 200px;
|
2664 |
+
height: 28px;
|
2665 |
+
margin-left: 0; }
|
2666 |
+
|
2667 |
+
.learn-press-tip {
|
2668 |
+
display: none;
|
2669 |
+
line-height: 1;
|
2670 |
+
margin: 0 5px;
|
2671 |
+
font-size: 16px;
|
2672 |
+
vertical-align: baseline;
|
2673 |
+
cursor: pointer;
|
2674 |
+
font-style: normal; }
|
2675 |
+
.learn-press-tip.ready {
|
2676 |
+
display: inline-block; }
|
2677 |
+
.learn-press-tip:before {
|
2678 |
+
font-family: Fontawesome;
|
2679 |
+
content: "\f059"; }
|
2680 |
+
.learn-press-tip:hover {
|
2681 |
+
color: #0073aa; }
|
2682 |
+
|
2683 |
+
.learn-press-tip-floating {
|
2684 |
+
background: rgba(39, 115, 170, 0.9);
|
2685 |
+
padding: 8px 10px;
|
2686 |
+
line-height: 1.2em;
|
2687 |
+
color: #FFF;
|
2688 |
+
min-width: 20px;
|
2689 |
+
position: absolute;
|
2690 |
+
margin-left: -1px;
|
2691 |
+
font-size: 12px;
|
2692 |
+
z-index: 9999;
|
2693 |
+
-webkit-border-radius: 3px;
|
2694 |
+
-moz-border-radius: 3px;
|
2695 |
+
border-radius: 3px; }
|
2696 |
+
.learn-press-tip-floating .close {
|
2697 |
+
display: inline-block;
|
2698 |
+
position: absolute;
|
2699 |
+
width: 16px;
|
2700 |
+
height: 16px;
|
2701 |
+
right: -8px;
|
2702 |
+
top: -8px;
|
2703 |
+
border: 1px solid #FFF;
|
2704 |
+
text-align: center;
|
2705 |
+
line-height: 16px;
|
2706 |
+
background: #468fbc;
|
2707 |
+
color: #FFF;
|
2708 |
+
cursor: pointer;
|
2709 |
+
-webkit-border-radius: 50%;
|
2710 |
+
-moz-border-radius: 50%;
|
2711 |
+
border-radius: 50%; }
|
2712 |
+
.learn-press-tip-floating .close:before {
|
2713 |
+
content: "\f00d";
|
2714 |
+
font-family: Fontawesome; }
|
2715 |
+
.learn-press-tip-floating p {
|
2716 |
+
margin: 0; }
|
2717 |
+
.learn-press-tip-floating:before {
|
2718 |
+
content: '';
|
2719 |
+
position: absolute;
|
2720 |
+
width: 0;
|
2721 |
+
height: 0;
|
2722 |
+
bottom: -7px;
|
2723 |
+
border: 7px solid transparent;
|
2724 |
+
border-top-color: rgba(39, 115, 170, 0.9);
|
2725 |
+
border-bottom-width: 0;
|
2726 |
+
left: 50%;
|
2727 |
+
margin-left: -7px; }
|
2728 |
+
|
2729 |
+
@media screen and (max-width: 782px) {
|
2730 |
+
.learn-press-dropdown-pages .select2-container {
|
2731 |
+
vertical-align: top; }
|
2732 |
+
.learn-press-dropdown-pages .select2-container .select2-selection--single {
|
2733 |
+
height: 31px; }
|
2734 |
+
.learn-press-dropdown-pages .select2-selection__rendered {
|
2735 |
+
line-height: 31px !important; }
|
2736 |
+
#learn-press-advertisement {
|
2737 |
+
margin: 0 12px;
|
2738 |
+
padding-bottom: 0; }
|
2739 |
+
#learn-press-advertisement .slider-controls {
|
2740 |
+
bottom: 40px; } }
|
2741 |
+
|
2742 |
+
.button.disabled {
|
2743 |
+
pointer-events: none; }
|
2744 |
+
|
2745 |
+
.lp-notice h4,
|
2746 |
+
.learn-press-notice h4 {
|
2747 |
+
margin: 10px 0 15px; }
|
2748 |
+
|
2749 |
+
.lp-notice p,
|
2750 |
+
.learn-press-notice p {
|
2751 |
+
margin: 0 0 5px 0;
|
2752 |
+
padding: 0 2px; }
|
2753 |
+
|
2754 |
+
.lp-notice.lp-upgrade-notice,
|
2755 |
+
.learn-press-notice.lp-upgrade-notice {
|
2756 |
+
background: #BCEFFE;
|
2757 |
+
border-left-color: #02B7FB;
|
2758 |
+
position: relative; }
|
2759 |
+
.lp-notice.lp-upgrade-notice .close-notice,
|
2760 |
+
.learn-press-notice.lp-upgrade-notice .close-notice {
|
2761 |
+
position: absolute;
|
2762 |
+
top: 5px;
|
2763 |
+
right: 10px; }
|
2764 |
+
|
2765 |
+
.learn-press-dropdown-pages {
|
2766 |
+
display: inline-block; }
|
2767 |
+
|
2768 |
+
.lp-notice-update-database {
|
2769 |
+
border-left-color: #FF0000; }
|
2770 |
+
|
2771 |
+
#adminmenu .update-plugins.lp-plugins-count {
|
2772 |
+
padding: 0 5px; }
|
2773 |
+
|
2774 |
+
.learnpress .actions {
|
2775 |
+
margin: 0; }
|
assets/css/admin/attributes.css
DELETED
@@ -1,19 +0,0 @@
|
|
1 |
-
.course-attributes {
|
2 |
-
margin: 20px 0;
|
3 |
-
}
|
4 |
-
.course-attributes .learn-press-attribute {
|
5 |
-
border: 1px solid #DDD;
|
6 |
-
margin-top: -1px;
|
7 |
-
margin-bottom: 0;
|
8 |
-
}
|
9 |
-
.course-attributes .learn-press-attribute > h4 {
|
10 |
-
padding: 10px 15px;
|
11 |
-
margin: 0;
|
12 |
-
background: #F5F5F5;
|
13 |
-
}
|
14 |
-
.course-attributes .learn-press-attribute .learn-press-attribute-data {
|
15 |
-
padding: 15px;
|
16 |
-
border-top: 1px solid #DDD;
|
17 |
-
}
|
18 |
-
|
19 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFkbWluL2F0dHJpYnV0ZXMubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNJLGNBQUE7O0FBREosa0JBRUk7RUFDSSxzQkFBQTtFQUNBLGdCQUFBO0VBQ0EsZ0JBQUE7O0FBTFIsa0JBRUksdUJBSUk7RUFDSSxrQkFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTs7QUFUWixrQkFFSSx1QkFTSTtFQUNJLGFBQUE7RUFDQSwwQkFBQSIsInNvdXJjZXNDb250ZW50IjpbIi5jb3Vyc2UtYXR0cmlidXRlcyB7XHJcbiAgICBtYXJnaW46IDIwcHggMDtcclxuICAgIC5sZWFybi1wcmVzcy1hdHRyaWJ1dGUge1xyXG4gICAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgbWFyZ2luLXRvcDogLTFweDtcclxuICAgICAgICBtYXJnaW4tYm90dG9tOiAwO1xyXG4gICAgICAgID4gaDQge1xyXG4gICAgICAgICAgICBwYWRkaW5nOiAxMHB4IDE1cHg7XHJcbiAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgYmFja2dyb3VuZDogI0Y1RjVGNTtcclxuICAgICAgICB9XHJcbiAgICAgICAgLmxlYXJuLXByZXNzLWF0dHJpYnV0ZS1kYXRhIHtcclxuICAgICAgICAgICAgcGFkZGluZzogMTVweDtcclxuICAgICAgICAgICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG59XHJcblxyXG4iXSwiZmlsZSI6ImFkbWluL2F0dHJpYnV0ZXMuY3NzIn0= */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/course-editor.css
DELETED
@@ -1,253 +0,0 @@
|
|
1 |
-
#learn-press-course-editor {
|
2 |
-
margin-bottom: 20px;
|
3 |
-
background: #FFF;
|
4 |
-
padding: 20px;
|
5 |
-
box-shadow: 0 0 10px #DDD;
|
6 |
-
}
|
7 |
-
#learn-press-course-editor:after {
|
8 |
-
display: block;
|
9 |
-
clear: both;
|
10 |
-
content: '';
|
11 |
-
}
|
12 |
-
#learn-press-course-editor #course-curriculum {
|
13 |
-
width: 38%;
|
14 |
-
border: 1px solid #DDD;
|
15 |
-
margin-bottom: 20px;
|
16 |
-
}
|
17 |
-
#learn-press-course-editor #course-curriculum .course-section {
|
18 |
-
background: #FFF;
|
19 |
-
position: relative;
|
20 |
-
border-bottom: 3px solid #B7B7B7;
|
21 |
-
}
|
22 |
-
#learn-press-course-editor #course-curriculum .course-section .section-head {
|
23 |
-
border-bottom: 1px solid #DDD;
|
24 |
-
background: #F9F9F9;
|
25 |
-
position: relative;
|
26 |
-
}
|
27 |
-
#learn-press-course-editor #course-curriculum .course-section .section-head input[type="text"] {
|
28 |
-
display: block;
|
29 |
-
width: 100%;
|
30 |
-
margin: 0;
|
31 |
-
border: none;
|
32 |
-
height: 50px;
|
33 |
-
font-weight: bold;
|
34 |
-
font-size: 20px;
|
35 |
-
padding: 10px 15px;
|
36 |
-
color: #777;
|
37 |
-
background: transparent;
|
38 |
-
}
|
39 |
-
#learn-press-course-editor #course-curriculum .course-section .section-head:hover .section-move,
|
40 |
-
#learn-press-course-editor #course-curriculum .course-section .section-head:hover .course-row-actions {
|
41 |
-
display: inline-block;
|
42 |
-
}
|
43 |
-
#learn-press-course-editor #course-curriculum .course-section .section-head:hover:after {
|
44 |
-
content: '';
|
45 |
-
display: block;
|
46 |
-
position: absolute;
|
47 |
-
top: 0;
|
48 |
-
left: 0;
|
49 |
-
width: 100%;
|
50 |
-
height: 100%;
|
51 |
-
background: #0085ba;
|
52 |
-
opacity: 0.1;
|
53 |
-
pointer-events: none;
|
54 |
-
}
|
55 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content {
|
56 |
-
margin: 10px 10px;
|
57 |
-
}
|
58 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content > ul {
|
59 |
-
margin-bottom: 10px;
|
60 |
-
display: none;
|
61 |
-
}
|
62 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content > ul > li {
|
63 |
-
display: inline-block;
|
64 |
-
width: 70px;
|
65 |
-
border: 1px solid #DDD;
|
66 |
-
font-size: 48px;
|
67 |
-
height: 60px;
|
68 |
-
line-height: 60px;
|
69 |
-
border-radius: 3px;
|
70 |
-
margin-right: 6px;
|
71 |
-
background: #FFF;
|
72 |
-
}
|
73 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content > ul > li:before {
|
74 |
-
color: #DDD;
|
75 |
-
}
|
76 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content > ul > li:hover {
|
77 |
-
cursor: move;
|
78 |
-
}
|
79 |
-
#learn-press-course-editor #course-curriculum .course-section .section-add-content > ul > li:hover:before {
|
80 |
-
color: #00A0D2;
|
81 |
-
}
|
82 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items {
|
83 |
-
margin: 0;
|
84 |
-
min-height: 40px;
|
85 |
-
}
|
86 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items.section-empty:after {
|
87 |
-
content: 'Add item here';
|
88 |
-
display: block;
|
89 |
-
height: 50px;
|
90 |
-
font-size: 18px;
|
91 |
-
text-align: center;
|
92 |
-
line-height: 50px;
|
93 |
-
}
|
94 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li {
|
95 |
-
margin: 0;
|
96 |
-
border-bottom: 1px solid #DDD;
|
97 |
-
position: relative;
|
98 |
-
background: #FFF;
|
99 |
-
}
|
100 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li input[type="text"] {
|
101 |
-
width: 100%;
|
102 |
-
box-sizing: border-box;
|
103 |
-
margin: 0;
|
104 |
-
border: none;
|
105 |
-
padding: 10px 15px;
|
106 |
-
background: transparent;
|
107 |
-
color: #777;
|
108 |
-
}
|
109 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li:hover .section-item-move,
|
110 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li:hover .course-row-actions {
|
111 |
-
display: inline-block;
|
112 |
-
}
|
113 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li:hover:after {
|
114 |
-
content: '';
|
115 |
-
display: block;
|
116 |
-
position: absolute;
|
117 |
-
top: 0;
|
118 |
-
left: 0;
|
119 |
-
width: 100%;
|
120 |
-
height: 100%;
|
121 |
-
background: #0085ba;
|
122 |
-
opacity: 0.1;
|
123 |
-
pointer-events: none;
|
124 |
-
}
|
125 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li.ui-sortable-placeholder {
|
126 |
-
visibility: visible !important;
|
127 |
-
background: #FFF;
|
128 |
-
box-shadow: 0 0 20px #DDD inset;
|
129 |
-
}
|
130 |
-
#learn-press-course-editor #course-curriculum .course-section .section-items li.ui-sortable-placeholder:after {
|
131 |
-
content: 'Drop item here!';
|
132 |
-
position: absolute;
|
133 |
-
width: 100%;
|
134 |
-
height: 40px;
|
135 |
-
line-height: 40px;
|
136 |
-
text-align: center;
|
137 |
-
font-size: 20px;
|
138 |
-
color: #777;
|
139 |
-
}
|
140 |
-
#learn-press-course-editor #course-curriculum .course-section .section-move,
|
141 |
-
#learn-press-course-editor #course-curriculum .course-section .section-item-move {
|
142 |
-
display: none;
|
143 |
-
width: 15px;
|
144 |
-
height: 30px;
|
145 |
-
background: url("../../images/grippy_large.png") 4px center no-repeat;
|
146 |
-
position: absolute;
|
147 |
-
top: 50%;
|
148 |
-
margin-top: -15px;
|
149 |
-
cursor: url("../../../assets/images/openhand.cur") 7 5, default;
|
150 |
-
}
|
151 |
-
#learn-press-course-editor #course-curriculum .course-section.ui-sortable-placeholder {
|
152 |
-
visibility: visible !important;
|
153 |
-
background: #FFF;
|
154 |
-
box-shadow: 0 0 20px #DDD inset;
|
155 |
-
}
|
156 |
-
#learn-press-course-editor #course-curriculum .course-section.ui-sortable-placeholder:after {
|
157 |
-
content: 'Drop section here!';
|
158 |
-
position: absolute;
|
159 |
-
width: 100%;
|
160 |
-
height: 40px;
|
161 |
-
line-height: 40px;
|
162 |
-
text-align: center;
|
163 |
-
font-size: 20px;
|
164 |
-
color: #777;
|
165 |
-
top: 50%;
|
166 |
-
margin-top: -20px;
|
167 |
-
}
|
168 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions {
|
169 |
-
position: absolute;
|
170 |
-
right: 4px;
|
171 |
-
height: 24px;
|
172 |
-
top: 50%;
|
173 |
-
margin-top: -13px;
|
174 |
-
line-height: 24px;
|
175 |
-
background: #F5F5F5;
|
176 |
-
padding: 0 8px;
|
177 |
-
font-size: 11px;
|
178 |
-
border-radius: 3px;
|
179 |
-
border: 1px solid #efefef;
|
180 |
-
display: none;
|
181 |
-
}
|
182 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions a,
|
183 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions > div {
|
184 |
-
text-decoration: none;
|
185 |
-
color: #9c9c9c;
|
186 |
-
text-shadow: 1px 1px #fff;
|
187 |
-
}
|
188 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions a:hover,
|
189 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions > div:hover {
|
190 |
-
color: #39afff;
|
191 |
-
}
|
192 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions a.remove {
|
193 |
-
margin-right: 3px;
|
194 |
-
}
|
195 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions a.remove:hover {
|
196 |
-
color: #FF0000;
|
197 |
-
}
|
198 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions .toggle {
|
199 |
-
display: inline-block;
|
200 |
-
width: 24px;
|
201 |
-
margin-right: -8px;
|
202 |
-
text-align: center;
|
203 |
-
font-size: 20px;
|
204 |
-
vertical-align: middle;
|
205 |
-
line-height: 23px;
|
206 |
-
border-left: 1px solid #efefef;
|
207 |
-
height: 24px;
|
208 |
-
background: #efefef;
|
209 |
-
margin-top: -2px;
|
210 |
-
}
|
211 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add {
|
212 |
-
margin-left: 3px;
|
213 |
-
display: inline-block;
|
214 |
-
}
|
215 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add > div {
|
216 |
-
display: none;
|
217 |
-
position: absolute;
|
218 |
-
min-width: 303px;
|
219 |
-
right: 0;
|
220 |
-
top: 100%;
|
221 |
-
background: #F5F5F5;
|
222 |
-
border: 1px solid #DDD;
|
223 |
-
z-index: 999;
|
224 |
-
text-align: right;
|
225 |
-
padding: 10px 10px 3px 10px;
|
226 |
-
}
|
227 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add > div ul {
|
228 |
-
margin-bottom: 10px;
|
229 |
-
}
|
230 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add > div ul li {
|
231 |
-
width: 65px;
|
232 |
-
height: 48px;
|
233 |
-
font-size: 48px;
|
234 |
-
border: 1px solid #DDD;
|
235 |
-
border-radius: 3px;
|
236 |
-
margin-left: 5px;
|
237 |
-
}
|
238 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add > div a {
|
239 |
-
text-align: right;
|
240 |
-
margin-left: 8px;
|
241 |
-
}
|
242 |
-
#learn-press-course-editor #course-curriculum .course-section .course-row-actions div.add:hover > div {
|
243 |
-
display: block;
|
244 |
-
}
|
245 |
-
#learn-press-course-editor #course-item-editor {
|
246 |
-
width: 60%;
|
247 |
-
float: right;
|
248 |
-
border: 1px solid #DDD;
|
249 |
-
padding: 0 20px;
|
250 |
-
box-sizing: border-box;
|
251 |
-
}
|
252 |
-
|
253 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFkbWluL2NvdXJzZS1lZGl0b3IubGVzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNJLG1CQUFBO0VBQ0EsZ0JBQUE7RUFDQSxhQUFBO0VBQ0EseUJBQUE7O0FBQ0EsMEJBQUM7RUFDRyxjQUFBO0VBQ0EsV0FBQTtFQUNBLFNBQVMsRUFBVDs7QUFSUiwwQkFhSTtFQUNJLFVBQUE7RUFDQSxzQkFBQTtFQUNBLG1CQUFBOztBQWhCUiwwQkFhSSxtQkFJSTtFQUNJLGdCQUFBO0VBQ0Esa0JBQUE7RUFDQSxnQ0FBQTs7QUFwQlosMEJBYUksbUJBSUksZ0JBSUk7RUFDSSw2QkFBQTtFQUNBLG1CQUFBO0VBQ0Esa0JBQUE7O0FBeEJoQiwwQkFhSSxtQkFJSSxnQkFJSSxjQUlJLE1BQUs7RUFDRCxjQUFBO0VBQ0EsV0FBQTtFQUNBLFNBQUE7RUFDQSxZQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsV0FBQTtFQUNBLHVCQUFBOztBQUVKLDBCQXhCWixtQkFJSSxnQkFJSSxjQWdCSyxNQUNHO0FBREosMEJBeEJaLG1CQUlJLGdCQUlJLGNBZ0JLLE1BQ2tCO0VBQ1gscUJBQUE7O0FBRUosMEJBNUJoQixtQkFJSSxnQkFJSSxjQWdCSyxNQUlJO0VBQ0csU0FBUyxFQUFUO0VBQ0EsY0FBQTtFQUNBLGtCQUFBO0VBQ0EsTUFBQTtFQUNBLE9BQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLG1CQUFBO0VBQ0EsWUFBQTtFQUNBLG9CQUFBOztBQW5EeEIsMEJBYUksbUJBSUksZ0JBc0NJO0VBQ0ksaUJBQUE7O0FBeERoQiwwQkFhSSxtQkFJSSxnQkFzQ0kscUJBRUk7RUFDSSxtQkFBQTtFQUNBLGFBQUE7O0FBM0RwQiwwQkFhSSxtQkFJSSxnQkFzQ0kscUJBRUksS0FHSTtFQUNJLHFCQUFBO0VBQ0EsV0FBQTtFQUNBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLFlBQUE7RUFDQSxpQkFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7RUFDQSxnQkFBQTs7QUFDQSwwQkF6RHBCLG1CQUlJLGdCQXNDSSxxQkFFSSxLQUdJLEtBVUs7RUFDRyxXQUFBOztBQUVKLDBCQTVEcEIsbUJBSUksZ0JBc0NJLHFCQUVJLEtBR0ksS0FhSztFQUNHLFlBQUE7O0FBQ0EsMEJBOUR4QixtQkFJSSxnQkFzQ0kscUJBRUksS0FHSSxLQWFLLE1BRUk7RUFDRyxjQUFBOztBQTVFaEMsMEJBYUksbUJBSUksZ0JBaUVJO0VBQ0ksU0FBQTtFQUNBLGdCQUFBOztBQUVJLDBCQXpFaEIsbUJBSUksZ0JBaUVJLGVBR0ssY0FDSTtFQUNHLFNBQVMsZUFBVDtFQUNBLGNBQUE7RUFDQSxZQUFBO0VBQ0EsZUFBQTtFQUNBLGtCQUFBO0VBQ0EsaUJBQUE7O0FBNUZ4QiwwQkFhSSxtQkFJSSxnQkFpRUksZUFhSTtFQUNJLFNBQUE7RUFDQSw2QkFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7O0FBbkdwQiwwQkFhSSxtQkFJSSxnQkFpRUksZUFhSSxHQUtJLE1BQUs7RUFDRCxXQUFBO0VBQ0Esc0JBQUE7RUFDQSxTQUFBO0VBQ0EsWUFBQTtFQUNBLGtCQUFBO0VBQ0EsdUJBQUE7RUFDQSxXQUFBOztBQUlKLDBCQWxHaEIsbUJBSUksZ0JBaUVJLGVBYUksR0FnQkssTUFDRztBQURKLDBCQWxHaEIsbUJBSUksZ0JBaUVJLGVBYUksR0FnQkssTUFFRztFQUNJLHFCQUFBOztBQUVKLDBCQXZHcEIsbUJBSUksZ0JBaUVJLGVBYUksR0FnQkssTUFLSTtFQUNHLFNBQVMsRUFBVDtFQUNBLGNBQUE7RUFDQSxrQkFBQTtFQUNBLE1BQUE7RUFDQSxPQUFBO0VBQ0EsV0FBQTtFQUNBLFlBQUE7RUFDQSxtQkFBQTtFQUNBLFlBQUE7RUFDQSxvQkFBQTs7QUFHUiwwQkFwSGhCLG1CQUlJLGdCQWlFSSxlQWFJLEdBa0NLO0VBQ0csOEJBQUE7RUFDQSxnQkFBQTtFQUNBLCtCQUFBOztBQUNBLDBCQXhIcEIsbUJBSUksZ0JBaUVJLGVBYUksR0FrQ0ssd0JBSUk7RUFDRyxTQUFTLGlCQUFUO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsV0FBQTs7QUE3STVCLDBCQWFJLG1CQUlJLGdCQWlJSTtBQWxKWiwwQkFhSSxtQkFJSSxnQkFpSW1CO0VBQ1gsYUFBQTtFQUNBLFdBQUE7RUFDQSxZQUFBO0VBQ0EsZ0JBQWdCLHFEQUFoQjtFQUNBLGtCQUFBO0VBQ0EsUUFBQTtFQUNBLGlCQUFBO0VBQ0EsWUFBWSxtREFBWjs7QUFFSiwwQkEvSVIsbUJBSUksZ0JBMklLO0VBQ0csOEJBQUE7RUFDQSxnQkFBQTtFQUNBLCtCQUFBOztBQUNBLDBCQW5KWixtQkFJSSxnQkEySUssd0JBSUk7RUFDRyxTQUFTLG9CQUFUO0VBQ0Esa0JBQUE7RUFDQSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0Esa0JBQUE7RUFDQSxlQUFBO0VBQ0EsV0FBQTtFQUNBLFFBQUE7RUFDQSxpQkFBQTs7QUExS3BCLDBCQWFJLG1CQUlJLGdCQStKSTtFQUNJLGtCQUFBO0VBQ0EsVUFBQTtFQUNBLFlBQUE7RUFDQSxRQUFBO0VBQ0EsaUJBQUE7RUFDQSxpQkFBQTtFQUNBLG1CQUFBO0VBQ0EsY0FBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTtFQUNBLHlCQUFBO0VBQ0EsYUFBQTs7QUE1TGhCLDBCQWFJLG1CQUlJLGdCQStKSSxvQkFhSTtBQTdMaEIsMEJBYUksbUJBSUksZ0JBK0pJLG9CQWFPO0VBQ0MscUJBQUE7RUFDQSxjQUFBO0VBQ0EseUJBQUE7O0FBQ0EsMEJBcExoQixtQkFJSSxnQkErSkksb0JBYUksRUFJSztBQUFELDBCQXBMaEIsbUJBSUksZ0JBK0pJLG9CQWFPLE1BSUU7RUFDRyxjQUFBOztBQWxNeEIsMEJBYUksbUJBSUksZ0JBK0pJLG9CQXFCSSxFQUFDO0VBQ0csaUJBQUE7O0FBQ0EsMEJBMUxoQixtQkFJSSxnQkErSkksb0JBcUJJLEVBQUMsT0FFSTtFQUNHLGNBQUE7O0FBeE14QiwwQkFhSSxtQkFJSSxnQkErSkksb0JBMkJJO0VBQ0kscUJBQUE7RUFDQSxXQUFBO0VBQ0Esa0JBQUE7RUFDQSxrQkFBQTtFQUNBLGVBQUE7RUFDQSxzQkFBQTtFQUNBLGlCQUFBO0VBQ0EsOEJBQUE7RUFDQSxZQUFBO0VBQ0EsbUJBQUE7RUFDQSxnQkFBQTs7QUF0TnBCLDBCQWFJLG1CQUlJLGdCQStKSSxvQkF3Q0ksSUFBRztFQUNDLGdCQUFBO0VBQ0EscUJBQUE7O0FBMU5wQiwwQkFhSSxtQkFJSSxnQkErSkksb0JBd0NJLElBQUcsSUFHQztFQUNJLGFBQUE7RUFDQSxrQkFBQTtFQUNBLGdCQUFBO0VBQ0EsUUFBQTtFQUNBLFNBQUE7RUFDQSxtQkFBQTtFQUNBLHNCQUFBO0VBQ0EsWUFBQTtFQUNBLGlCQUFBO0VBQ0EsMkJBQUE7O0FBck94QiwwQkFhSSxtQkFJSSxnQkErSkksb0JBd0NJLElBQUcsSUFHQyxNQVdJO0VBQ0ksbUJBQUE7O0FBdk81QiwwQkFhSSxtQkFJSSxnQkErSkksb0JBd0NJLElBQUcsSUFHQyxNQVdJLEdBRUk7RUFDSSxXQUFBO0VBQ0EsWUFBQTtFQUNBLGVBQUE7RUFDQSxzQkFBQTtFQUNBLGtCQUFBO0VBQ0EsZ0JBQUE7O0FBOU9oQywwQkFhSSxtQkFJSSxnQkErSkksb0JBd0NJLElBQUcsSUFHQyxNQXVCSTtFQUNJLGlCQUFBO0VBQ0EsZ0JBQUE7O0FBR1IsMEJBMU9oQixtQkFJSSxnQkErSkksb0JBd0NJLElBQUcsSUErQkUsTUFDRztFQUNJLGNBQUE7O0FBelA1QiwwQkFpUUk7RUFDSSxVQUFBO0VBQ0EsWUFBQTtFQUNBLHNCQUFBO0VBQ0EsZUFBQTtFQUNBLHNCQUFBIiwic291cmNlc0NvbnRlbnQiOlsiI2xlYXJuLXByZXNzLWNvdXJzZS1lZGl0b3Ige1xyXG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcclxuICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICBwYWRkaW5nOiAyMHB4O1xyXG4gICAgYm94LXNoYWRvdzogMCAwIDEwcHggI0RERDtcclxuICAgICY6YWZ0ZXIge1xyXG4gICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgIGNsZWFyOiBib3RoO1xyXG4gICAgICAgIGNvbnRlbnQ6ICcnO1xyXG4gICAgfVxyXG4gICAgI2NvdXJzZS1jdXJyaWN1bHVtLCAjY291cnNlLWl0ZW0tZWRpdG9yIHtcclxuXHJcbiAgICB9XHJcbiAgICAjY291cnNlLWN1cnJpY3VsdW0ge1xyXG4gICAgICAgIHdpZHRoOiAzOCU7XHJcbiAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgICAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xyXG4gICAgICAgIC5jb3Vyc2Utc2VjdGlvbiB7XHJcbiAgICAgICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICAgICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcclxuICAgICAgICAgICAgYm9yZGVyLWJvdHRvbTogM3B4IHNvbGlkICNCN0I3Qjc7XHJcbiAgICAgICAgICAgIC5zZWN0aW9uLWhlYWQge1xyXG4gICAgICAgICAgICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiAjRjlGOUY5O1xyXG4gICAgICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICAgICAgaW5wdXRbdHlwZT1cInRleHRcIl0ge1xyXG4gICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICAgICAgICAgIG1hcmdpbjogMDtcclxuICAgICAgICAgICAgICAgICAgICBib3JkZXI6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiA1MHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xyXG4gICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMjBweDtcclxuICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiAxMHB4IDE1cHg7XHJcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6ICM3Nzc7XHJcbiAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgICAgICAuc2VjdGlvbi1tb3ZlLCAuY291cnNlLXJvdy1hY3Rpb25zIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAmOmFmdGVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgbGVmdDogMDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogIzAwODViYTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgb3BhY2l0eTogMC4xO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLnNlY3Rpb24tYWRkLWNvbnRlbnQge1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luOiAxMHB4IDEwcHg7XHJcbiAgICAgICAgICAgICAgICA+IHVsIHtcclxuICAgICAgICAgICAgICAgICAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICAgICAgPiBsaSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcclxuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDcwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogNDhweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiA2MHB4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBsaW5lLWhlaWdodDogNjBweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tcmlnaHQ6IDZweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogI0ZGRjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgJjpiZWZvcmUge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY29sb3I6ICNEREQ7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAgICAgJjpob3ZlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjdXJzb3I6IG1vdmU7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAmOmJlZm9yZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgY29sb3I6ICMwMEEwRDI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLnNlY3Rpb24taXRlbXMge1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICAgICAgbWluLWhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgICAgICYuc2VjdGlvbi1lbXB0eSB7XHJcbiAgICAgICAgICAgICAgICAgICAgJjphZnRlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICdBZGQgaXRlbSBoZXJlJztcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodDogNTBweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOiAxOHB4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiA1MHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIGxpIHtcclxuICAgICAgICAgICAgICAgICAgICBtYXJnaW46IDA7XHJcbiAgICAgICAgICAgICAgICAgICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNEREQ7XHJcbiAgICAgICAgICAgICAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xyXG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICAgICAgICAgICAgICAgICAgaW5wdXRbdHlwZT1cInRleHRcIl0ge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgbWFyZ2luOiAwO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBib3JkZXI6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHBhZGRpbmc6IDEwcHggMTVweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYmFja2dyb3VuZDogdHJhbnNwYXJlbnQ7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjNzc3O1xyXG5cclxuICAgICAgICAgICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICAgICAgICAgICY6aG92ZXIge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAuc2VjdGlvbi1pdGVtLW1vdmUsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIC5jb3Vyc2Utcm93LWFjdGlvbnMge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICY6YWZ0ZXIge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY29udGVudDogJyc7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBibG9jaztcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRvcDogMDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGxlZnQ6IDA7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB3aWR0aDogMTAwJTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGhlaWdodDogMTAwJTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICMwMDg1YmE7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvcGFjaXR5OiAwLjE7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAmLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgdmlzaWJpbGl0eTogdmlzaWJsZSAhaW1wb3J0YW50O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiAjRkZGO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBib3gtc2hhZG93OiAwIDAgMjBweCAjREREIGluc2V0O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAmOmFmdGVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbnRlbnQ6ICdEcm9wIGl0ZW0gaGVyZSEnO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwMCU7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBoZWlnaHQ6IDQwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaW5lLWhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogMjBweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjNzc3O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIC5zZWN0aW9uLW1vdmUsIC5zZWN0aW9uLWl0ZW0tbW92ZSB7XHJcbiAgICAgICAgICAgICAgICBkaXNwbGF5OiBub25lO1xyXG4gICAgICAgICAgICAgICAgd2lkdGg6IDE1cHg7XHJcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDMwcHg7XHJcbiAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiB1cmwoXCIuLi8uLi9pbWFnZXMvZ3JpcHB5X2xhcmdlLnBuZ1wiKSA0cHggY2VudGVyIG5vLXJlcGVhdDtcclxuICAgICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcclxuICAgICAgICAgICAgICAgIHRvcDogNTAlO1xyXG4gICAgICAgICAgICAgICAgbWFyZ2luLXRvcDogLTE1cHg7XHJcbiAgICAgICAgICAgICAgICBjdXJzb3I6IHVybChcIi4uLy4uLy4uL2Fzc2V0cy9pbWFnZXMvb3BlbmhhbmQuY3VyXCIpIDcgNSwgZGVmYXVsdDtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAmLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHtcclxuICAgICAgICAgICAgICAgIHZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcclxuICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XHJcbiAgICAgICAgICAgICAgICBib3gtc2hhZG93OiAwIDAgMjBweCAjREREIGluc2V0O1xyXG4gICAgICAgICAgICAgICAgJjphZnRlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgY29udGVudDogJ0Ryb3Agc2VjdGlvbiBoZXJlISc7XHJcbiAgICAgICAgICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xyXG4gICAgICAgICAgICAgICAgICAgIGhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgICAgICAgICBsaW5lLWhlaWdodDogNDBweDtcclxuICAgICAgICAgICAgICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XHJcbiAgICAgICAgICAgICAgICAgICAgZm9udC1zaXplOiAyMHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjNzc3O1xyXG4gICAgICAgICAgICAgICAgICAgIHRvcDogNTAlO1xyXG4gICAgICAgICAgICAgICAgICAgIG1hcmdpbi10b3A6IC0yMHB4O1xyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICYuYWN0aXZlIHtcclxuXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgLmNvdXJzZS1yb3ctYWN0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XHJcbiAgICAgICAgICAgICAgICByaWdodDogNHB4O1xyXG4gICAgICAgICAgICAgICAgaGVpZ2h0OiAyNHB4O1xyXG4gICAgICAgICAgICAgICAgdG9wOiA1MCU7XHJcbiAgICAgICAgICAgICAgICBtYXJnaW4tdG9wOiAtMTNweDtcclxuICAgICAgICAgICAgICAgIGxpbmUtaGVpZ2h0OiAyNHB4O1xyXG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZDogI0Y1RjVGNTtcclxuICAgICAgICAgICAgICAgIHBhZGRpbmc6IDAgOHB4O1xyXG4gICAgICAgICAgICAgICAgZm9udC1zaXplOiAxMXB4O1xyXG4gICAgICAgICAgICAgICAgYm9yZGVyLXJhZGl1czogM3B4O1xyXG4gICAgICAgICAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI2VmZWZlZjtcclxuICAgICAgICAgICAgICAgIGRpc3BsYXk6IG5vbmU7XHJcbiAgICAgICAgICAgICAgICBhLCA+IGRpdiB7XHJcbiAgICAgICAgICAgICAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xyXG4gICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjOWM5YzljO1xyXG4gICAgICAgICAgICAgICAgICAgIHRleHQtc2hhZG93OiAxcHggMXB4ICNmZmY7XHJcbiAgICAgICAgICAgICAgICAgICAgJjpob3ZlciB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNvbG9yOiAjMzlhZmZmO1xyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIGEucmVtb3ZlIHtcclxuICAgICAgICAgICAgICAgICAgICBtYXJnaW4tcmlnaHQ6IDNweDtcclxuICAgICAgICAgICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgY29sb3I6ICNGRjAwMDA7XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgLnRvZ2dsZXtcclxuICAgICAgICAgICAgICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XHJcbiAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDI0cHg7XHJcbiAgICAgICAgICAgICAgICAgICAgbWFyZ2luLXJpZ2h0OiAtOHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcclxuICAgICAgICAgICAgICAgICAgICBmb250LXNpemU6IDIwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcclxuICAgICAgICAgICAgICAgICAgICBsaW5lLWhlaWdodDogMjNweDtcclxuICAgICAgICAgICAgICAgICAgICBib3JkZXItbGVmdDogMXB4IHNvbGlkICNlZmVmZWY7XHJcbiAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiAyNHB4O1xyXG4gICAgICAgICAgICAgICAgICAgIGJhY2tncm91bmQ6ICNlZmVmZWY7XHJcbiAgICAgICAgICAgICAgICAgICAgbWFyZ2luLXRvcDogLTJweDtcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIGRpdi5hZGQge1xyXG4gICAgICAgICAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAzcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xyXG4gICAgICAgICAgICAgICAgICAgID4gZGl2IHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBtaW4td2lkdGg6IDMwM3B4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICByaWdodDogMDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgdG9wOiAxMDAlO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB6LWluZGV4OiA5OTk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiAxMHB4IDEwcHggM3B4IDEwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHVsIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IDEwcHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBsaSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDY1cHg7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgaGVpZ2h0OiA0OHB4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvbnQtc2l6ZTogNDhweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDNweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogNXB4O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG5cclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgICAgICBhIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRleHQtYWxpZ246IHJpZ2h0O1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDhweDtcclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICAmOmhvdmVyIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgPiBkaXYge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheTogYmxvY2s7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcblxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgI2NvdXJzZS1pdGVtLWVkaXRvciB7XHJcbiAgICAgICAgd2lkdGg6IDYwJTtcclxuICAgICAgICBmbG9hdDogcmlnaHQ7XHJcbiAgICAgICAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcclxuICAgICAgICBwYWRkaW5nOiAwIDIwcHg7XHJcbiAgICAgICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcclxuICAgIH1cclxufSJdLCJmaWxlIjoiYWRtaW4vY291cnNlLWVkaXRvci5jc3MifQ== */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/jquery.ui.core.css
CHANGED
@@ -1,84 +1 @@
|
|
1 |
-
|
2 |
-
* jQuery UI CSS Framework 1.8.17
|
3 |
-
*
|
4 |
-
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
-
* http://jquery.org/license
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI/Theming/API
|
9 |
-
*/
|
10 |
-
|
11 |
-
/* Layout helpers
|
12 |
-
----------------------------------*/
|
13 |
-
.ui-helper-hidden {
|
14 |
-
display: none;
|
15 |
-
}
|
16 |
-
|
17 |
-
.ui-helper-hidden-accessible {
|
18 |
-
position: absolute !important;
|
19 |
-
clip: rect(1px 1px 1px 1px);
|
20 |
-
clip: rect(1px, 1px, 1px, 1px);
|
21 |
-
}
|
22 |
-
|
23 |
-
.ui-helper-reset {
|
24 |
-
margin: 0;
|
25 |
-
padding: 0;
|
26 |
-
border: 0;
|
27 |
-
outline: 0;
|
28 |
-
line-height: 1.3;
|
29 |
-
text-decoration: none;
|
30 |
-
font-size: 100%;
|
31 |
-
list-style: none;
|
32 |
-
}
|
33 |
-
|
34 |
-
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
|
35 |
-
content: "";
|
36 |
-
display: table;
|
37 |
-
}
|
38 |
-
|
39 |
-
.ui-helper-clearfix:after {
|
40 |
-
clear: both;
|
41 |
-
}
|
42 |
-
|
43 |
-
.ui-helper-clearfix {
|
44 |
-
zoom: 1;
|
45 |
-
}
|
46 |
-
|
47 |
-
.ui-helper-zfix {
|
48 |
-
width: 100%;
|
49 |
-
height: 100%;
|
50 |
-
top: 0;
|
51 |
-
left: 0;
|
52 |
-
position: absolute;
|
53 |
-
opacity: 0;
|
54 |
-
filter: Alpha(Opacity=0);
|
55 |
-
}
|
56 |
-
|
57 |
-
/* Interaction Cues
|
58 |
-
----------------------------------*/
|
59 |
-
.ui-state-disabled {
|
60 |
-
cursor: default !important;
|
61 |
-
}
|
62 |
-
|
63 |
-
/* Icons
|
64 |
-
----------------------------------*/
|
65 |
-
|
66 |
-
/* states and images */
|
67 |
-
.ui-icon {
|
68 |
-
display: block;
|
69 |
-
text-indent: -99999px;
|
70 |
-
overflow: hidden;
|
71 |
-
background-repeat: no-repeat;
|
72 |
-
}
|
73 |
-
|
74 |
-
/* Misc visuals
|
75 |
-
----------------------------------*/
|
76 |
-
|
77 |
-
/* Overlays */
|
78 |
-
.ui-widget-overlay {
|
79 |
-
position: absolute;
|
80 |
-
top: 0;
|
81 |
-
left: 0;
|
82 |
-
width: 100%;
|
83 |
-
height: 100%;
|
84 |
-
}
|
1 |
+
.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{position:absolute!important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px)}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table}.ui-helper-clearfix:after{clear:both}.ui-helper-clearfix{zoom:1}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:absolute;top:0;left:0;width:100%;height:100%}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/jquery.ui.datepicker.css
CHANGED
@@ -1,231 +1 @@
|
|
1 |
-
|
2 |
-
* jQuery UI Datepicker 1.8.17
|
3 |
-
*
|
4 |
-
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
-
* http://jquery.org/license
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI/Datepicker#theming
|
9 |
-
*/
|
10 |
-
.ui-datepicker {
|
11 |
-
width: 17em;
|
12 |
-
padding: .2em .2em 0;
|
13 |
-
display: none;
|
14 |
-
}
|
15 |
-
|
16 |
-
.ui-datepicker .ui-datepicker-header {
|
17 |
-
position: relative;
|
18 |
-
padding: .2em 0;
|
19 |
-
}
|
20 |
-
|
21 |
-
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
|
22 |
-
position: absolute;
|
23 |
-
top: 2px;
|
24 |
-
width: 1.8em;
|
25 |
-
height: 1.8em;
|
26 |
-
}
|
27 |
-
|
28 |
-
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
|
29 |
-
top: 1px;
|
30 |
-
}
|
31 |
-
|
32 |
-
.ui-datepicker .ui-datepicker-prev {
|
33 |
-
left: 2px;
|
34 |
-
}
|
35 |
-
|
36 |
-
.ui-datepicker .ui-datepicker-next {
|
37 |
-
right: 2px;
|
38 |
-
}
|
39 |
-
|
40 |
-
.ui-datepicker .ui-datepicker-prev-hover {
|
41 |
-
left: 1px;
|
42 |
-
}
|
43 |
-
|
44 |
-
.ui-datepicker .ui-datepicker-next-hover {
|
45 |
-
right: 1px;
|
46 |
-
}
|
47 |
-
|
48 |
-
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
|
49 |
-
display: block;
|
50 |
-
position: absolute;
|
51 |
-
left: 50%;
|
52 |
-
margin-left: -8px;
|
53 |
-
top: 50%;
|
54 |
-
margin-top: -8px;
|
55 |
-
}
|
56 |
-
|
57 |
-
.ui-datepicker .ui-datepicker-title {
|
58 |
-
margin: 0 2.3em;
|
59 |
-
line-height: 1.8em;
|
60 |
-
text-align: center;
|
61 |
-
}
|
62 |
-
|
63 |
-
.ui-datepicker .ui-datepicker-title select {
|
64 |
-
font-size: 1em;
|
65 |
-
margin: 1px 0;
|
66 |
-
}
|
67 |
-
|
68 |
-
.ui-datepicker select.ui-datepicker-month-year {
|
69 |
-
width: 100%;
|
70 |
-
}
|
71 |
-
|
72 |
-
.ui-datepicker select.ui-datepicker-month,
|
73 |
-
.ui-datepicker select.ui-datepicker-year {
|
74 |
-
width: 49%;
|
75 |
-
}
|
76 |
-
|
77 |
-
.ui-datepicker table {
|
78 |
-
width: 100%;
|
79 |
-
font-size: .9em;
|
80 |
-
border-collapse: collapse;
|
81 |
-
margin: 0 0 .4em;
|
82 |
-
}
|
83 |
-
|
84 |
-
.ui-datepicker th {
|
85 |
-
padding: .7em .3em;
|
86 |
-
text-align: center;
|
87 |
-
font-weight: bold;
|
88 |
-
border: 0;
|
89 |
-
}
|
90 |
-
|
91 |
-
.ui-datepicker td {
|
92 |
-
border: 0;
|
93 |
-
padding: 1px;
|
94 |
-
}
|
95 |
-
|
96 |
-
.ui-datepicker td span, .ui-datepicker td a {
|
97 |
-
display: block;
|
98 |
-
padding: .2em;
|
99 |
-
text-align: right;
|
100 |
-
text-decoration: none;
|
101 |
-
}
|
102 |
-
|
103 |
-
.ui-datepicker .ui-datepicker-buttonpane {
|
104 |
-
background-image: none;
|
105 |
-
margin: .7em 0 0 0;
|
106 |
-
padding: 0 .2em;
|
107 |
-
border-left: 0;
|
108 |
-
border-right: 0;
|
109 |
-
border-bottom: 0;
|
110 |
-
}
|
111 |
-
|
112 |
-
.ui-datepicker .ui-datepicker-buttonpane button {
|
113 |
-
float: right;
|
114 |
-
margin: .5em .2em .4em;
|
115 |
-
cursor: pointer;
|
116 |
-
padding: .2em .6em .3em .6em;
|
117 |
-
width: auto;
|
118 |
-
overflow: visible;
|
119 |
-
}
|
120 |
-
|
121 |
-
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
|
122 |
-
float: left;
|
123 |
-
}
|
124 |
-
|
125 |
-
/* with multiple calendars */
|
126 |
-
.ui-datepicker.ui-datepicker-multi {
|
127 |
-
width: auto;
|
128 |
-
}
|
129 |
-
|
130 |
-
.ui-datepicker-multi .ui-datepicker-group {
|
131 |
-
float: left;
|
132 |
-
}
|
133 |
-
|
134 |
-
.ui-datepicker-multi .ui-datepicker-group table {
|
135 |
-
width: 95%;
|
136 |
-
margin: 0 auto .4em;
|
137 |
-
}
|
138 |
-
|
139 |
-
.ui-datepicker-multi-2 .ui-datepicker-group {
|
140 |
-
width: 50%;
|
141 |
-
}
|
142 |
-
|
143 |
-
.ui-datepicker-multi-3 .ui-datepicker-group {
|
144 |
-
width: 33.3%;
|
145 |
-
}
|
146 |
-
|
147 |
-
.ui-datepicker-multi-4 .ui-datepicker-group {
|
148 |
-
width: 25%;
|
149 |
-
}
|
150 |
-
|
151 |
-
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
|
152 |
-
border-left-width: 0;
|
153 |
-
}
|
154 |
-
|
155 |
-
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
|
156 |
-
border-left-width: 0;
|
157 |
-
}
|
158 |
-
|
159 |
-
.ui-datepicker-multi .ui-datepicker-buttonpane {
|
160 |
-
clear: left;
|
161 |
-
}
|
162 |
-
|
163 |
-
.ui-datepicker-row-break {
|
164 |
-
clear: both;
|
165 |
-
width: 100%;
|
166 |
-
font-size: 0em;
|
167 |
-
}
|
168 |
-
|
169 |
-
/* RTL support */
|
170 |
-
.ui-datepicker-rtl {
|
171 |
-
direction: rtl;
|
172 |
-
}
|
173 |
-
|
174 |
-
.ui-datepicker-rtl .ui-datepicker-prev {
|
175 |
-
right: 2px;
|
176 |
-
left: auto;
|
177 |
-
}
|
178 |
-
|
179 |
-
.ui-datepicker-rtl .ui-datepicker-next {
|
180 |
-
left: 2px;
|
181 |
-
right: auto;
|
182 |
-
}
|
183 |
-
|
184 |
-
.ui-datepicker-rtl .ui-datepicker-prev:hover {
|
185 |
-
right: 1px;
|
186 |
-
left: auto;
|
187 |
-
}
|
188 |
-
|
189 |
-
.ui-datepicker-rtl .ui-datepicker-next:hover {
|
190 |
-
left: 1px;
|
191 |
-
right: auto;
|
192 |
-
}
|
193 |
-
|
194 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane {
|
195 |
-
clear: right;
|
196 |
-
}
|
197 |
-
|
198 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
|
199 |
-
float: left;
|
200 |
-
}
|
201 |
-
|
202 |
-
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
|
203 |
-
float: right;
|
204 |
-
}
|
205 |
-
|
206 |
-
.ui-datepicker-rtl .ui-datepicker-group {
|
207 |
-
float: right;
|
208 |
-
}
|
209 |
-
|
210 |
-
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
|
211 |
-
border-right-width: 0;
|
212 |
-
border-left-width: 1px;
|
213 |
-
}
|
214 |
-
|
215 |
-
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
|
216 |
-
border-right-width: 0;
|
217 |
-
border-left-width: 1px;
|
218 |
-
}
|
219 |
-
|
220 |
-
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
221 |
-
.ui-datepicker-cover {
|
222 |
-
display: none; /*sorry for IE5*/
|
223 |
-
display /**/: block; /*sorry for IE5*/
|
224 |
-
position: absolute; /*must have*/
|
225 |
-
z-index: -1; /*must have*/
|
226 |
-
filter: mask(); /*must have*/
|
227 |
-
top: -4px; /*must have*/
|
228 |
-
left: -4px; /*must have*/
|
229 |
-
width: 200px; /*must have*/
|
230 |
-
height: 200px; /*must have*/
|
231 |
-
}
|
1 |
+
.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-next,.ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-next-hover,.ui-datepicker .ui-datepicker-prev-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-next span,.ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td a,.ui-datepicker td span{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current{float:right}.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker-cover{display:none;display:block;position:absolute;z-index:-1;filter:mask();top:-4px;left:-4px;width:200px;height:200px}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/jquery.ui.slider.css
CHANGED
@@ -1,76 +1 @@
|
|
1 |
-
|
2 |
-
* jQuery UI Slider 1.8.17
|
3 |
-
*
|
4 |
-
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
-
* http://jquery.org/license
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI/Slider#theming
|
9 |
-
*/
|
10 |
-
.ui-slider {
|
11 |
-
position: relative;
|
12 |
-
text-align: left;
|
13 |
-
}
|
14 |
-
|
15 |
-
.ui-slider .ui-slider-handle {
|
16 |
-
position: absolute;
|
17 |
-
z-index: 2;
|
18 |
-
width: 1.2em;
|
19 |
-
height: 1.2em;
|
20 |
-
cursor: default;
|
21 |
-
}
|
22 |
-
|
23 |
-
.ui-slider .ui-slider-range {
|
24 |
-
position: absolute;
|
25 |
-
z-index: 1;
|
26 |
-
font-size: .7em;
|
27 |
-
display: block;
|
28 |
-
border: 0;
|
29 |
-
background-position: 0 0;
|
30 |
-
}
|
31 |
-
|
32 |
-
.ui-slider-horizontal {
|
33 |
-
height: .8em;
|
34 |
-
}
|
35 |
-
|
36 |
-
.ui-slider-horizontal .ui-slider-handle {
|
37 |
-
top: -.3em;
|
38 |
-
margin-left: -.6em;
|
39 |
-
}
|
40 |
-
|
41 |
-
.ui-slider-horizontal .ui-slider-range {
|
42 |
-
top: 0;
|
43 |
-
height: 100%;
|
44 |
-
}
|
45 |
-
|
46 |
-
.ui-slider-horizontal .ui-slider-range-min {
|
47 |
-
left: 0;
|
48 |
-
}
|
49 |
-
|
50 |
-
.ui-slider-horizontal .ui-slider-range-max {
|
51 |
-
right: 0;
|
52 |
-
}
|
53 |
-
|
54 |
-
.ui-slider-vertical {
|
55 |
-
width: .8em;
|
56 |
-
height: 100px;
|
57 |
-
}
|
58 |
-
|
59 |
-
.ui-slider-vertical .ui-slider-handle {
|
60 |
-
left: -.3em;
|
61 |
-
margin-left: 0;
|
62 |
-
margin-bottom: -.6em;
|
63 |
-
}
|
64 |
-
|
65 |
-
.ui-slider-vertical .ui-slider-range {
|
66 |
-
left: 0;
|
67 |
-
width: 100%;
|
68 |
-
}
|
69 |
-
|
70 |
-
.ui-slider-vertical .ui-slider-range-min {
|
71 |
-
bottom: 0;
|
72 |
-
}
|
73 |
-
|
74 |
-
.ui-slider-vertical .ui-slider-range-max {
|
75 |
-
top: 0;
|
76 |
-
}
|
1 |
+
.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/jquery.ui.theme.css
CHANGED
@@ -1,920 +1 @@
|
|
1 |
-
/*
|
2 |
-
* jQuery UI CSS Framework 1.8.17
|
3 |
-
*
|
4 |
-
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 |
-
* Dual licensed under the MIT or GPL Version 2 licenses.
|
6 |
-
* http://jquery.org/license
|
7 |
-
*
|
8 |
-
* http://docs.jquery.com/UI/Theming/API
|
9 |
-
*
|
10 |
-
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana,Arial,sans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=03_highlight_soft.png&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=01_flat.png&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=02_glass.png&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=02_glass.png&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=02_glass.png&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=01_flat.png&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=01_flat.png&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
|
11 |
-
*/
|
12 |
-
|
13 |
-
/* Component containers
|
14 |
-
----------------------------------*/
|
15 |
-
.ui-widget {
|
16 |
-
font-family: Verdana, Arial, sans-serif;
|
17 |
-
font-size: 1.1em;
|
18 |
-
}
|
19 |
-
|
20 |
-
.ui-widget .ui-widget {
|
21 |
-
font-size: 1em;
|
22 |
-
}
|
23 |
-
|
24 |
-
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
|
25 |
-
font-family: Verdana, Arial, sans-serif;
|
26 |
-
font-size: 1em;
|
27 |
-
}
|
28 |
-
|
29 |
-
.ui-widget-content {
|
30 |
-
border: 1px solid #aaaaaa;
|
31 |
-
background: #ffffff url(../../images/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
|
32 |
-
color: #222222;
|
33 |
-
}
|
34 |
-
|
35 |
-
.ui-widget-content a {
|
36 |
-
color: #222222;
|
37 |
-
}
|
38 |
-
|
39 |
-
.ui-widget-header {
|
40 |
-
border: 1px solid #aaaaaa;
|
41 |
-
background: #cccccc url(../../images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
|
42 |
-
color: #222222;
|
43 |
-
font-weight: bold;
|
44 |
-
}
|
45 |
-
|
46 |
-
.ui-widget-header a {
|
47 |
-
color: #222222;
|
48 |
-
}
|
49 |
-
|
50 |
-
/* Interaction states
|
51 |
-
----------------------------------*/
|
52 |
-
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
|
53 |
-
border: 1px solid #d3d3d3;
|
54 |
-
background: #e6e6e6 url(../../images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
|
55 |
-
font-weight: normal;
|
56 |
-
color: #555555;
|
57 |
-
}
|
58 |
-
|
59 |
-
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
|
60 |
-
color: #555555;
|
61 |
-
text-decoration: none;
|
62 |
-
}
|
63 |
-
|
64 |
-
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
|
65 |
-
border: 1px solid #999999;
|
66 |
-
background: #dadada url(../../images/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
|
67 |
-
font-weight: normal;
|
68 |
-
color: #212121;
|
69 |
-
}
|
70 |
-
|
71 |
-
.ui-state-hover a, .ui-state-hover a:hover {
|
72 |
-
color: #212121;
|
73 |
-
text-decoration: none;
|
74 |
-
}
|
75 |
-
|
76 |
-
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
|
77 |
-
border: 1px solid #aaaaaa;
|
78 |
-
background: #ffffff url(../../images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
|
79 |
-
font-weight: normal;
|
80 |
-
color: #212121;
|
81 |
-
}
|
82 |
-
|
83 |
-
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
|
84 |
-
color: #212121;
|
85 |
-
text-decoration: none;
|
86 |
-
}
|
87 |
-
|
88 |
-
.ui-widget :active {
|
89 |
-
outline: none;
|
90 |
-
}
|
91 |
-
|
92 |
-
/* Interaction Cues
|
93 |
-
----------------------------------*/
|
94 |
-
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
|
95 |
-
border: 1px solid #fcefa1;
|
96 |
-
background: #fbf9ee url(../../images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
|
97 |
-
color: #363636;
|
98 |
-
}
|
99 |
-
|
100 |
-
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
|
101 |
-
color: #363636;
|
102 |
-
}
|
103 |
-
|
104 |
-
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
|
105 |
-
border: 1px solid #cd0a0a;
|
106 |
-
background: #fef1ec url(../../images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
|
107 |
-
color: #cd0a0a;
|
108 |
-
}
|
109 |
-
|
110 |
-
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
|
111 |
-
color: #cd0a0a;
|
112 |
-
}
|
113 |
-
|
114 |
-
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
|
115 |
-
color: #cd0a0a;
|
116 |
-
}
|
117 |
-
|
118 |
-
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
|
119 |
-
font-weight: bold;
|
120 |
-
}
|
121 |
-
|
122 |
-
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
|
123 |
-
opacity: .7;
|
124 |
-
filter: Alpha(Opacity=70);
|
125 |
-
font-weight: normal;
|
126 |
-
}
|
127 |
-
|
128 |
-
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
|
129 |
-
opacity: .35;
|
130 |
-
filter: Alpha(Opacity=35);
|
131 |
-
background-image: none;
|
132 |
-
}
|
133 |
-
|
134 |
-
/* Icons
|
135 |
-
----------------------------------*/
|
136 |
-
|
137 |
-
/* states and images */
|
138 |
-
.ui-icon {
|
139 |
-
width: 16px;
|
140 |
-
height: 16px;
|
141 |
-
background-image: url(../../images/jqueryui/ui-icons_222222_256x240.png);
|
142 |
-
text-indent: -999999px;
|
143 |
-
}
|
144 |
-
|
145 |
-
.ui-widget-content .ui-icon {
|
146 |
-
background-image: url(../../images/jqueryui/ui-icons_222222_256x240.png);
|
147 |
-
}
|
148 |
-
|
149 |
-
.ui-widget-header .ui-icon {
|
150 |
-
background-image: url(../../images/jqueryui/ui-icons_222222_256x240.png);
|
151 |
-
}
|
152 |
-
|
153 |
-
.ui-state-default .ui-icon {
|
154 |
-
background-image: url(../../images/jqueryui/ui-icons_888888_256x240.png);
|
155 |
-
}
|
156 |
-
|
157 |
-
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
|
158 |
-
background-image: url(../../images/jqueryui/ui-icons_454545_256x240.png);
|
159 |
-
}
|
160 |
-
|
161 |
-
.ui-state-active .ui-icon {
|
162 |
-
background-image: url(../../images/jqueryui/ui-icons_454545_256x240.png);
|
163 |
-
}
|
164 |
-
|
165 |
-
.ui-state-highlight .ui-icon {
|
166 |
-
background-image: url(../../images/jqueryui/ui-icons_2e83ff_256x240.png);
|
167 |
-
}
|
168 |
-
|
169 |
-
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
|
170 |
-
background-image: url(../../images/jqueryui/ui-icons_cd0a0a_256x240.png);
|
171 |
-
}
|
172 |
-
|
173 |
-
/* positioning */
|
174 |
-
.ui-icon-carat-1-n {
|
175 |
-
background-position: 0 0;
|
176 |
-
}
|
177 |
-
|
178 |
-
.ui-icon-carat-1-ne {
|
179 |
-
background-position: -16px 0;
|
180 |
-
}
|
181 |
-
|
182 |
-
.ui-icon-carat-1-e {
|
183 |
-
background-position: -32px 0;
|
184 |
-
}
|
185 |
-
|
186 |
-
.ui-icon-carat-1-se {
|
187 |
-
background-position: -48px 0;
|
188 |
-
}
|
189 |
-
|
190 |
-
.ui-icon-carat-1-s {
|
191 |
-
background-position: -64px 0;
|
192 |
-
}
|
193 |
-
|
194 |
-
.ui-icon-carat-1-sw {
|
195 |
-
background-position: -80px 0;
|
196 |
-
}
|
197 |
-
|
198 |
-
.ui-icon-carat-1-w {
|
199 |
-
background-position: -96px 0;
|
200 |
-
}
|
201 |
-
|
202 |
-
.ui-icon-carat-1-nw {
|
203 |
-
background-position: -112px 0;
|
204 |
-
}
|
205 |
-
|
206 |
-
.ui-icon-carat-2-n-s {
|
207 |
-
background-position: -128px 0;
|
208 |
-
}
|
209 |
-
|
210 |
-
.ui-icon-carat-2-e-w {
|
211 |
-
background-position: -144px 0;
|
212 |
-
}
|
213 |
-
|
214 |
-
.ui-icon-triangle-1-n {
|
215 |
-
background-position: 0 -16px;
|
216 |
-
}
|
217 |
-
|
218 |
-
.ui-icon-triangle-1-ne {
|
219 |
-
background-position: -16px -16px;
|
220 |
-
}
|
221 |
-
|
222 |
-
.ui-icon-triangle-1-e {
|
223 |
-
background-position: -32px -16px;
|
224 |
-
}
|
225 |
-
|
226 |
-
.ui-icon-triangle-1-se {
|
227 |
-
background-position: -48px -16px;
|
228 |
-
}
|
229 |
-
|
230 |
-
.ui-icon-triangle-1-s {
|
231 |
-
background-position: -64px -16px;
|
232 |
-
}
|
233 |
-
|
234 |
-
.ui-icon-triangle-1-sw {
|
235 |
-
background-position: -80px -16px;
|
236 |
-
}
|
237 |
-
|
238 |
-
.ui-icon-triangle-1-w {
|
239 |
-
background-position: -96px -16px;
|
240 |
-
}
|
241 |
-
|
242 |
-
.ui-icon-triangle-1-nw {
|
243 |
-
background-position: -112px -16px;
|
244 |
-
}
|
245 |
-
|
246 |
-
.ui-icon-triangle-2-n-s {
|
247 |
-
background-position: -128px -16px;
|
248 |
-
}
|
249 |
-
|
250 |
-
.ui-icon-triangle-2-e-w {
|
251 |
-
background-position: -144px -16px;
|
252 |
-
}
|
253 |
-
|
254 |
-
.ui-icon-arrow-1-n {
|
255 |
-
background-position: 0 -32px;
|
256 |
-
}
|
257 |
-
|
258 |
-
.ui-icon-arrow-1-ne {
|
259 |
-
background-position: -16px -32px;
|
260 |
-
}
|
261 |
-
|
262 |
-
.ui-icon-arrow-1-e {
|
263 |
-
background-position: -32px -32px;
|
264 |
-
}
|
265 |
-
|
266 |
-
.ui-icon-arrow-1-se {
|
267 |
-
background-position: -48px -32px;
|
268 |
-
}
|
269 |
-
|
270 |
-
.ui-icon-arrow-1-s {
|
271 |
-
background-position: -64px -32px;
|
272 |
-
}
|
273 |
-
|
274 |
-
.ui-icon-arrow-1-sw {
|
275 |
-
background-position: -80px -32px;
|
276 |
-
}
|
277 |
-
|
278 |
-
.ui-icon-arrow-1-w {
|
279 |
-
background-position: -96px -32px;
|
280 |
-
}
|
281 |
-
|
282 |
-
.ui-icon-arrow-1-nw {
|
283 |
-
background-position: -112px -32px;
|
284 |
-
}
|
285 |
-
|
286 |
-
.ui-icon-arrow-2-n-s {
|
287 |
-
background-position: -128px -32px;
|
288 |
-
}
|
289 |
-
|
290 |
-
.ui-icon-arrow-2-ne-sw {
|
291 |
-
background-position: -144px -32px;
|
292 |
-
}
|
293 |
-
|
294 |
-
.ui-icon-arrow-2-e-w {
|
295 |
-
background-position: -160px -32px;
|
296 |
-
}
|
297 |
-
|
298 |
-
.ui-icon-arrow-2-se-nw {
|
299 |
-
background-position: -176px -32px;
|
300 |
-
}
|
301 |
-
|
302 |
-
.ui-icon-arrowstop-1-n {
|
303 |
-
background-position: -192px -32px;
|
304 |
-
}
|
305 |
-
|
306 |
-
.ui-icon-arrowstop-1-e {
|
307 |
-
background-position: -208px -32px;
|
308 |
-
}
|
309 |
-
|
310 |
-
.ui-icon-arrowstop-1-s {
|
311 |
-
background-position: -224px -32px;
|
312 |
-
}
|
313 |
-
|
314 |
-
.ui-icon-arrowstop-1-w {
|
315 |
-
background-position: -240px -32px;
|
316 |
-
}
|
317 |
-
|
318 |
-
.ui-icon-arrowthick-1-n {
|
319 |
-
background-position: 0 -48px;
|
320 |
-
}
|
321 |
-
|
322 |
-
.ui-icon-arrowthick-1-ne {
|
323 |
-
background-position: -16px -48px;
|
324 |
-
}
|
325 |
-
|
326 |
-
.ui-icon-arrowthick-1-e {
|
327 |
-
background-position: -32px -48px;
|
328 |
-
}
|
329 |
-
|
330 |
-
.ui-icon-arrowthick-1-se {
|
331 |
-
background-position: -48px -48px;
|
332 |
-
}
|
333 |
-
|
334 |
-
.ui-icon-arrowthick-1-s {
|
335 |
-
background-position: -64px -48px;
|
336 |
-
}
|
337 |
-
|
338 |
-
.ui-icon-arrowthick-1-sw {
|
339 |
-
background-position: -80px -48px;
|
340 |
-
}
|
341 |
-
|
342 |
-
.ui-icon-arrowthick-1-w {
|
343 |
-
background-position: -96px -48px;
|
344 |
-
}
|
345 |
-
|
346 |
-
.ui-icon-arrowthick-1-nw {
|
347 |
-
background-position: -112px -48px;
|
348 |
-
}
|
349 |
-
|
350 |
-
.ui-icon-arrowthick-2-n-s {
|
351 |
-
background-position: -128px -48px;
|
352 |
-
}
|
353 |
-
|
354 |
-
.ui-icon-arrowthick-2-ne-sw {
|
355 |
-
background-position: -144px -48px;
|
356 |
-
}
|
357 |
-
|
358 |
-
.ui-icon-arrowthick-2-e-w {
|
359 |
-
background-position: -160px -48px;
|
360 |
-
}
|
361 |
-
|
362 |
-
.ui-icon-arrowthick-2-se-nw {
|
363 |
-
background-position: -176px -48px;
|
364 |
-
}
|
365 |
-
|
366 |
-
.ui-icon-arrowthickstop-1-n {
|
367 |
-
background-position: -192px -48px;
|
368 |
-
}
|
369 |
-
|
370 |
-
.ui-icon-arrowthickstop-1-e {
|
371 |
-
background-position: -208px -48px;
|
372 |
-
}
|
373 |
-
|
374 |
-
.ui-icon-arrowthickstop-1-s {
|
375 |
-
background-position: -224px -48px;
|
376 |
-
}
|
377 |
-
|
378 |
-
.ui-icon-arrowthickstop-1-w {
|
379 |
-
background-position: -240px -48px;
|
380 |
-
}
|
381 |
-
|
382 |
-
.ui-icon-arrowreturnthick-1-w {
|
383 |
-
background-position: 0 -64px;
|
384 |
-
}
|
385 |
-
|
386 |
-
.ui-icon-arrowreturnthick-1-n {
|
387 |
-
background-position: -16px -64px;
|
388 |
-
}
|
389 |
-
|
390 |
-
.ui-icon-arrowreturnthick-1-e {
|
391 |
-
background-position: -32px -64px;
|
392 |
-
}
|
393 |
-
|
394 |
-
.ui-icon-arrowreturnthick-1-s {
|
395 |
-
background-position: -48px -64px;
|
396 |
-
}
|
397 |
-
|
398 |
-
.ui-icon-arrowreturn-1-w {
|
399 |
-
background-position: -64px -64px;
|
400 |
-
}
|
401 |
-
|
402 |
-
.ui-icon-arrowreturn-1-n {
|
403 |
-
background-position: -80px -64px;
|
404 |
-
}
|
405 |
-
|
406 |
-
.ui-icon-arrowreturn-1-e {
|
407 |
-
background-position: -96px -64px;
|
408 |
-
}
|
409 |
-
|
410 |
-
.ui-icon-arrowreturn-1-s {
|
411 |
-
background-position: -112px -64px;
|
412 |
-
}
|
413 |
-
|
414 |
-
.ui-icon-arrowrefresh-1-w {
|
415 |
-
background-position: -128px -64px;
|
416 |
-
}
|
417 |
-
|
418 |
-
.ui-icon-arrowrefresh-1-n {
|
419 |
-
background-position: -144px -64px;
|
420 |
-
}
|
421 |
-
|
422 |
-
.ui-icon-arrowrefresh-1-e {
|
423 |
-
background-position: -160px -64px;
|
424 |
-
}
|
425 |
-
|
426 |
-
.ui-icon-arrowrefresh-1-s {
|
427 |
-
background-position: -176px -64px;
|
428 |
-
}
|
429 |
-
|
430 |
-
.ui-icon-arrow-4 {
|
431 |
-
background-position: 0 -80px;
|
432 |
-
}
|
433 |
-
|
434 |
-
.ui-icon-arrow-4-diag {
|
435 |
-
background-position: -16px -80px;
|
436 |
-
}
|
437 |
-
|
438 |
-
.ui-icon-extlink {
|
439 |
-
background-position: -32px -80px;
|
440 |
-
}
|
441 |
-
|
442 |
-
.ui-icon-newwin {
|
443 |
-
background-position: -48px -80px;
|
444 |
-
}
|
445 |
-
|
446 |
-
.ui-icon-refresh {
|
447 |
-
background-position: -64px -80px;
|
448 |
-
}
|
449 |
-
|
450 |
-
.ui-icon-shuffle {
|
451 |
-
background-position: -80px -80px;
|
452 |
-
}
|
453 |
-
|
454 |
-
.ui-icon-transfer-e-w {
|
455 |
-
background-position: -96px -80px;
|
456 |
-
}
|
457 |
-
|
458 |
-
.ui-icon-transferthick-e-w {
|
459 |
-
background-position: -112px -80px;
|
460 |
-
}
|
461 |
-
|
462 |
-
.ui-icon-folder-collapsed {
|
463 |
-
background-position: 0 -96px;
|
464 |
-
}
|
465 |
-
|
466 |
-
.ui-icon-folder-open {
|
467 |
-
background-position: -16px -96px;
|
468 |
-
}
|
469 |
-
|
470 |
-
.ui-icon-document {
|
471 |
-
background-position: -32px -96px;
|
472 |
-
}
|
473 |
-
|
474 |
-
.ui-icon-document-b {
|
475 |
-
background-position: -48px -96px;
|
476 |
-
}
|
477 |
-
|
478 |
-
.ui-icon-note {
|
479 |
-
background-position: -64px -96px;
|
480 |
-
}
|
481 |
-
|
482 |
-
.ui-icon-mail-closed {
|
483 |
-
background-position: -80px -96px;
|
484 |
-
}
|
485 |
-
|
486 |
-
.ui-icon-mail-open {
|
487 |
-
background-position: -96px -96px;
|
488 |
-
}
|
489 |
-
|
490 |
-
.ui-icon-suitcase {
|
491 |
-
background-position: -112px -96px;
|
492 |
-
}
|
493 |
-
|
494 |
-
.ui-icon-comment {
|
495 |
-
background-position: -128px -96px;
|
496 |
-
}
|
497 |
-
|
498 |
-
.ui-icon-person {
|
499 |
-
background-position: -144px -96px;
|
500 |
-
}
|
501 |
-
|
502 |
-
.ui-icon-print {
|
503 |
-
background-position: -160px -96px;
|
504 |
-
}
|
505 |
-
|
506 |
-
.ui-icon-trash {
|
507 |
-
background-position: -176px -96px;
|
508 |
-
}
|
509 |
-
|
510 |
-
.ui-icon-locked {
|
511 |
-
background-position: -192px -96px;
|
512 |
-
}
|
513 |
-
|
514 |
-
.ui-icon-unlocked {
|
515 |
-
background-position: -208px -96px;
|
516 |
-
}
|
517 |
-
|
518 |
-
.ui-icon-bookmark {
|
519 |
-
background-position: -224px -96px;
|
520 |
-
}
|
521 |
-
|
522 |
-
.ui-icon-tag {
|
523 |
-
background-position: -240px -96px;
|
524 |
-
}
|
525 |
-
|
526 |
-
.ui-icon-home {
|
527 |
-
background-position: 0 -112px;
|
528 |
-
}
|
529 |
-
|
530 |
-
.ui-icon-flag {
|
531 |
-
background-position: -16px -112px;
|
532 |
-
}
|
533 |
-
|
534 |
-
.ui-icon-calendar {
|
535 |
-
background-position: -32px -112px;
|
536 |
-
}
|
537 |
-
|
538 |
-
.ui-icon-cart {
|
539 |
-
background-position: -48px -112px;
|
540 |
-
}
|
541 |
-
|
542 |
-
.ui-icon-pencil {
|
543 |
-
background-position: -64px -112px;
|
544 |
-
}
|
545 |
-
|
546 |
-
.ui-icon-clock {
|
547 |
-
background-position: -80px -112px;
|
548 |
-
}
|
549 |
-
|
550 |
-
.ui-icon-disk {
|
551 |
-
background-position: -96px -112px;
|
552 |
-
}
|
553 |
-
|
554 |
-
.ui-icon-calculator {
|
555 |
-
background-position: -112px -112px;
|
556 |
-
}
|
557 |
-
|
558 |
-
.ui-icon-zoomin {
|
559 |
-
background-position: -128px -112px;
|
560 |
-
}
|
561 |
-
|
562 |
-
.ui-icon-zoomout {
|
563 |
-
background-position: -144px -112px;
|
564 |
-
}
|
565 |
-
|
566 |
-
.ui-icon-search {
|
567 |
-
background-position: -160px -112px;
|
568 |
-
}
|
569 |
-
|
570 |
-
.ui-icon-wrench {
|
571 |
-
background-position: -176px -112px;
|
572 |
-
}
|
573 |
-
|
574 |
-
.ui-icon-gear {
|
575 |
-
background-position: -192px -112px;
|
576 |
-
}
|
577 |
-
|
578 |
-
.ui-icon-heart {
|
579 |
-
background-position: -208px -112px;
|
580 |
-
}
|
581 |
-
|
582 |
-
.ui-icon-star {
|
583 |
-
background-position: -224px -112px;
|
584 |
-
}
|
585 |
-
|
586 |
-
.ui-icon-link {
|
587 |
-
background-position: -240px -112px;
|
588 |
-
}
|
589 |
-
|
590 |
-
.ui-icon-cancel {
|
591 |
-
background-position: 0 -128px;
|
592 |
-
}
|
593 |
-
|
594 |
-
.ui-icon-plus {
|
595 |
-
background-position: -16px -128px;
|
596 |
-
}
|
597 |
-
|
598 |
-
.ui-icon-plusthick {
|
599 |
-
background-position: -32px -128px;
|
600 |
-
}
|
601 |
-
|
602 |
-
.ui-icon-minus {
|
603 |
-
background-position: -48px -128px;
|
604 |
-
}
|
605 |
-
|
606 |
-
.ui-icon-minusthick {
|
607 |
-
background-position: -64px -128px;
|
608 |
-
}
|
609 |
-
|
610 |
-
.ui-icon-close {
|
611 |
-
background-position: -80px -128px;
|
612 |
-
}
|
613 |
-
|
614 |
-
.ui-icon-closethick {
|
615 |
-
background-position: -96px -128px;
|
616 |
-
}
|
617 |
-
|
618 |
-
.ui-icon-key {
|
619 |
-
background-position: -112px -128px;
|
620 |
-
}
|
621 |
-
|
622 |
-
.ui-icon-lightbulb {
|
623 |
-
background-position: -128px -128px;
|
624 |
-
}
|
625 |
-
|
626 |
-
.ui-icon-scissors {
|
627 |
-
background-position: -144px -128px;
|
628 |
-
}
|
629 |
-
|
630 |
-
.ui-icon-clipboard {
|
631 |
-
background-position: -160px -128px;
|
632 |
-
}
|
633 |
-
|
634 |
-
.ui-icon-copy {
|
635 |
-
background-position: -176px -128px;
|
636 |
-
}
|
637 |
-
|
638 |
-
.ui-icon-contact {
|
639 |
-
background-position: -192px -128px;
|
640 |
-
}
|
641 |
-
|
642 |
-
.ui-icon-image {
|
643 |
-
background-position: -208px -128px;
|
644 |
-
}
|
645 |
-
|
646 |
-
.ui-icon-video {
|
647 |
-
background-position: -224px -128px;
|
648 |
-
}
|
649 |
-
|
650 |
-
.ui-icon-script {
|
651 |
-
background-position: -240px -128px;
|
652 |
-
}
|
653 |
-
|
654 |
-
.ui-icon-alert {
|
655 |
-
background-position: 0 -144px;
|
656 |
-
}
|
657 |
-
|
658 |
-
.ui-icon-info {
|
659 |
-
background-position: -16px -144px;
|
660 |
-
}
|
661 |
-
|
662 |
-
.ui-icon-notice {
|
663 |
-
background-position: -32px -144px;
|
664 |
-
}
|
665 |
-
|
666 |
-
.ui-icon-help {
|
667 |
-
background-position: -48px -144px;
|
668 |
-
}
|
669 |
-
|
670 |
-
.ui-icon-check {
|
671 |
-
background-position: -64px -144px;
|
672 |
-
}
|
673 |
-
|
674 |
-
.ui-icon-bullet {
|
675 |
-
background-position: -80px -144px;
|
676 |
-
}
|
677 |
-
|
678 |
-
.ui-icon-radio-off {
|
679 |
-
background-position: -96px -144px;
|
680 |
-
}
|
681 |
-
|
682 |
-
.ui-icon-radio-on {
|
683 |
-
background-position: -112px -144px;
|
684 |
-
}
|
685 |
-
|
686 |
-
.ui-icon-pin-w {
|
687 |
-
background-position: -128px -144px;
|
688 |
-
}
|
689 |
-
|
690 |
-
.ui-icon-pin-s {
|
691 |
-
background-position: -144px -144px;
|
692 |
-
}
|
693 |
-
|
694 |
-
.ui-icon-play {
|
695 |
-
background-position: 0 -160px;
|
696 |
-
}
|
697 |
-
|
698 |
-
.ui-icon-pause {
|
699 |
-
background-position: -16px -160px;
|
700 |
-
}
|
701 |
-
|
702 |
-
.ui-icon-seek-next {
|
703 |
-
background-position: -32px -160px;
|
704 |
-
}
|
705 |
-
|
706 |
-
.ui-icon-seek-prev {
|
707 |
-
background-position: -48px -160px;
|
708 |
-
}
|
709 |
-
|
710 |
-
.ui-icon-seek-end {
|
711 |
-
background-position: -64px -160px;
|
712 |
-
}
|
713 |
-
|
714 |
-
.ui-icon-seek-start {
|
715 |
-
background-position: -80px -160px;
|
716 |
-
}
|
717 |
-
|
718 |
-
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
|
719 |
-
.ui-icon-seek-first {
|
720 |
-
background-position: -80px -160px;
|
721 |
-
}
|
722 |
-
|
723 |
-
.ui-icon-stop {
|
724 |
-
background-position: -96px -160px;
|
725 |
-
}
|
726 |
-
|
727 |
-
.ui-icon-eject {
|
728 |
-
background-position: -112px -160px;
|
729 |
-
}
|
730 |
-
|
731 |
-
.ui-icon-volume-off {
|
732 |
-
background-position: -128px -160px;
|
733 |
-
}
|
734 |
-
|
735 |
-
.ui-icon-volume-on {
|
736 |
-
background-position: -144px -160px;
|
737 |
-
}
|
738 |
-
|
739 |
-
.ui-icon-power {
|
740 |
-
background-position: 0 -176px;
|
741 |
-
}
|
742 |
-
|
743 |
-
.ui-icon-signal-diag {
|
744 |
-
background-position: -16px -176px;
|
745 |
-
}
|
746 |
-
|
747 |
-
.ui-icon-signal {
|
748 |
-
background-position: -32px -176px;
|
749 |
-
}
|
750 |
-
|
751 |
-
.ui-icon-battery-0 {
|
752 |
-
background-position: -48px -176px;
|
753 |
-
}
|
754 |
-
|
755 |
-
.ui-icon-battery-1 {
|
756 |
-
background-position: -64px -176px;
|
757 |
-
}
|
758 |
-
|
759 |
-
.ui-icon-battery-2 {
|
760 |
-
background-position: -80px -176px;
|
761 |
-
}
|
762 |
-
|
763 |
-
.ui-icon-battery-3 {
|
764 |
-
background-position: -96px -176px;
|
765 |
-
}
|
766 |
-
|
767 |
-
.ui-icon-circle-plus {
|
768 |
-
background-position: 0 -192px;
|
769 |
-
}
|
770 |
-
|
771 |
-
.ui-icon-circle-minus {
|
772 |
-
background-position: -16px -192px;
|
773 |
-
}
|
774 |
-
|
775 |
-
.ui-icon-circle-close {
|
776 |
-
background-position: -32px -192px;
|
777 |
-
}
|
778 |
-
|
779 |
-
.ui-icon-circle-triangle-e {
|
780 |
-
background-position: -48px -192px;
|
781 |
-
}
|
782 |
-
|
783 |
-
.ui-icon-circle-triangle-s {
|
784 |
-
background-position: -64px -192px;
|
785 |
-
}
|
786 |
-
|
787 |
-
.ui-icon-circle-triangle-w {
|
788 |
-
background-position: -80px -192px;
|
789 |
-
}
|
790 |
-
|
791 |
-
.ui-icon-circle-triangle-n {
|
792 |
-
background-position: -96px -192px;
|
793 |
-
}
|
794 |
-
|
795 |
-
.ui-icon-circle-arrow-e {
|
796 |
-
background-position: -112px -192px;
|
797 |
-
}
|
798 |
-
|
799 |
-
.ui-icon-circle-arrow-s {
|
800 |
-
background-position: -128px -192px;
|
801 |
-
}
|
802 |
-
|
803 |
-
.ui-icon-circle-arrow-w {
|
804 |
-
background-position: -144px -192px;
|
805 |
-
}
|
806 |
-
|
807 |
-
.ui-icon-circle-arrow-n {
|
808 |
-
background-position: -160px -192px;
|
809 |
-
}
|
810 |
-
|
811 |
-
.ui-icon-circle-zoomin {
|
812 |
-
background-position: -176px -192px;
|
813 |
-
}
|
814 |
-
|
815 |
-
.ui-icon-circle-zoomout {
|
816 |
-
background-position: -192px -192px;
|
817 |
-
}
|
818 |
-
|
819 |
-
.ui-icon-circle-check {
|
820 |
-
background-position: -208px -192px;
|
821 |
-
}
|
822 |
-
|
823 |
-
.ui-icon-circlesmall-plus {
|
824 |
-
background-position: 0 -208px;
|
825 |
-
}
|
826 |
-
|
827 |
-
.ui-icon-circlesmall-minus {
|
828 |
-
background-position: -16px -208px;
|
829 |
-
}
|
830 |
-
|
831 |
-
.ui-icon-circlesmall-close {
|
832 |
-
background-position: -32px -208px;
|
833 |
-
}
|
834 |
-
|
835 |
-
.ui-icon-squaresmall-plus {
|
836 |
-
background-position: -48px -208px;
|
837 |
-
}
|
838 |
-
|
839 |
-
.ui-icon-squaresmall-minus {
|
840 |
-
background-position: -64px -208px;
|
841 |
-
}
|
842 |
-
|
843 |
-
.ui-icon-squaresmall-close {
|
844 |
-
background-position: -80px -208px;
|
845 |
-
}
|
846 |
-
|
847 |
-
.ui-icon-grip-dotted-vertical {
|
848 |
-
background-position: 0 -224px;
|
849 |
-
}
|
850 |
-
|
851 |
-
.ui-icon-grip-dotted-horizontal {
|
852 |
-
background-position: -16px -224px;
|
853 |
-
}
|
854 |
-
|
855 |
-
.ui-icon-grip-solid-vertical {
|
856 |
-
background-position: -32px -224px;
|
857 |
-
}
|
858 |
-
|
859 |
-
.ui-icon-grip-solid-horizontal {
|
860 |
-
background-position: -48px -224px;
|
861 |
-
}
|
862 |
-
|
863 |
-
.ui-icon-gripsmall-diagonal-se {
|
864 |
-
background-position: -64px -224px;
|
865 |
-
}
|
866 |
-
|
867 |
-
.ui-icon-grip-diagonal-se {
|
868 |
-
background-position: -80px -224px;
|
869 |
-
}
|
870 |
-
|
871 |
-
/* Misc visuals
|
872 |
-
----------------------------------*/
|
873 |
-
|
874 |
-
/* Corner radius */
|
875 |
-
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
|
876 |
-
-moz-border-radius-topleft: 4px;
|
877 |
-
-webkit-border-top-left-radius: 4px;
|
878 |
-
-khtml-border-top-left-radius: 4px;
|
879 |
-
border-top-left-radius: 4px;
|
880 |
-
}
|
881 |
-
|
882 |
-
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
|
883 |
-
-moz-border-radius-topright: 4px;
|
884 |
-
-webkit-border-top-right-radius: 4px;
|
885 |
-
-khtml-border-top-right-radius: 4px;
|
886 |
-
border-top-right-radius: 4px;
|
887 |
-
}
|
888 |
-
|
889 |
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
|
890 |
-
-moz-border-radius-bottomleft: 4px;
|
891 |
-
-webkit-border-bottom-left-radius: 4px;
|
892 |
-
-khtml-border-bottom-left-radius: 4px;
|
893 |
-
border-bottom-left-radius: 4px;
|
894 |
-
}
|
895 |
-
|
896 |
-
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
|
897 |
-
-moz-border-radius-bottomright: 4px;
|
898 |
-
-webkit-border-bottom-right-radius: 4px;
|
899 |
-
-khtml-border-bottom-right-radius: 4px;
|
900 |
-
border-bottom-right-radius: 4px;
|
901 |
-
}
|
902 |
-
|
903 |
-
/* Overlays */
|
904 |
-
.ui-widget-overlay {
|
905 |
-
background: #aaaaaa url(../../images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
906 |
-
opacity: .30;
|
907 |
-
filter: Alpha(Opacity=30);
|
908 |
-
}
|
909 |
-
|
910 |
-
.ui-widget-shadow {
|
911 |
-
margin: -8px 0 0 -8px;
|
912 |
-
padding: 8px;
|
913 |
-
background: #aaaaaa url(../../images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
|
914 |
-
opacity: .30;
|
915 |
-
filter: Alpha(Opacity=30);
|
916 |
-
-moz-border-radius: 8px;
|
917 |
-
-khtml-border-radius: 8px;
|
918 |
-
-webkit-border-radius: 8px;
|
919 |
-
border-radius: 8px;
|
920 |
-
}
|
1 |
+
.ui-widget{font-family:Verdana,Arial,sans-serif;font-size:1.1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Verdana,Arial,sans-serif;font-size:1em}.ui-widget-content{border:1px solid #aaa;background:#fff url(../images/jqueryui/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;color:#222}.ui-widget-content a{color:#222}.ui-widget-header{border:1px solid #aaa;background:#ccc url(../images/jqueryui/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;color:#222;font-weight:700}.ui-widget-header a{color:#222}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default{border:1px solid #d3d3d3;background:#e6e6e6 url(../images/jqueryui/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;font-weight:400;color:#555}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited{color:#555;text-decoration:none}.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #999;background:#dadada url(../images/jqueryui/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-hover a,.ui-state-hover a:hover{color:#212121;text-decoration:none}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active{border:1px solid #aaa;background:#fff url(../images/jqueryui/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;font-weight:400;color:#212121}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#212121;text-decoration:none}.ui-widget :active{outline:0}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #fcefa1;background:#fbf9ee url(../images/jqueryui/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;color:#363636}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#363636}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #cd0a0a;background:#fef1ec url(../images/jqueryui/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;color:#cd0a0a}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#cd0a0a}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#cd0a0a}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-icon{width:16px;height:16px;background-image:url(../images/jqueryui/ui-icons_222222_256x240.png);text-indent:-999999px}.ui-widget-content .ui-icon{background-image:url(../images/jqueryui/ui-icons_222222_256x240.png)}.ui-widget-header .ui-icon{background-image:url(../images/jqueryui/ui-icons_222222_256x240.png)}.ui-state-default .ui-icon{background-image:url(../images/jqueryui/ui-icons_888888_256x240.png)}.ui-state-focus .ui-icon,.ui-state-hover .ui-icon{background-image:url(../images/jqueryui/ui-icons_454545_256x240.png)}.ui-state-active .ui-icon{background-image:url(../images/jqueryui/ui-icons_454545_256x240.png)}.ui-state-highlight .ui-icon{background-image:url(../images/jqueryui/ui-icons_2e83ff_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(../images/jqueryui/ui-icons_cd0a0a_256x240.png)}.ui-icon-carat-1-n{background-position:0 0}.ui-icon-carat-1-ne{background-position:-16px 0}.ui-icon-carat-1-e{background-position:-32px 0}.ui-icon-carat-1-se{background-position:-48px 0}.ui-icon-carat-1-s{background-position:-64px 0}.ui-icon-carat-1-sw{background-position:-80px 0}.ui-icon-carat-1-w{background-position:-96px 0}.ui-icon-carat-1-nw{background-position:-112px 0}.ui-icon-carat-2-n-s{background-position:-128px 0}.ui-icon-carat-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-64px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-64px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:0 -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-off{background-position:-96px -144px}.ui-icon-radio-on{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{-moz-border-radius-topleft:4px;-webkit-border-top-left-radius:4px;-khtml-border-top-left-radius:4px;border-top-left-radius:4px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{-moz-border-radius-topright:4px;-webkit-border-top-right-radius:4px;-khtml-border-top-right-radius:4px;border-top-right-radius:4px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;-khtml-border-bottom-left-radius:4px;border-bottom-left-radius:4px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;-khtml-border-bottom-right-radius:4px;border-bottom-right-radius:4px}.ui-widget-overlay{background:#aaa url(../images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{margin:-8px 0 0 -8px;padding:8px;background:#aaa url(../images/jqueryui/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;opacity:.3;filter:Alpha(Opacity=30);-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/meta-box-course.css
DELETED
@@ -1,798 +0,0 @@
|
|
1 |
-
/* meta box course */
|
2 |
-
.rwmb-duration-wrapper input[type="text"],
|
3 |
-
.rwmb-duration-wrapper select {
|
4 |
-
vertical-align: baseline;
|
5 |
-
}
|
6 |
-
#learn-press-toggle-course-results {
|
7 |
-
display: block;
|
8 |
-
margin-bottom: 10px;
|
9 |
-
}
|
10 |
-
#learn-press-toggle-course-results a {
|
11 |
-
box-shadow: none;
|
12 |
-
}
|
13 |
-
.post-type-lp_course #postdivric,
|
14 |
-
.post-type-lp_course #submitpost {
|
15 |
-
visibility: hidden;
|
16 |
-
}
|
17 |
-
#learn-press-review-message {
|
18 |
-
margin-bottom: 10px;
|
19 |
-
}
|
20 |
-
#learn-press-review-message > h4 {
|
21 |
-
margin: 0 0 10px 0;
|
22 |
-
}
|
23 |
-
#learn-press-review-message > textarea {
|
24 |
-
width: 100%;
|
25 |
-
height: 100px;
|
26 |
-
}
|
27 |
-
#learn-press-review-message .lp-pending-review-message {
|
28 |
-
background: #c44;
|
29 |
-
padding: 5px 10px;
|
30 |
-
color: #FFF;
|
31 |
-
margin: -10px -10px 10px;
|
32 |
-
font-size: 12px;
|
33 |
-
font-style: italic;
|
34 |
-
}
|
35 |
-
#lp-course-curriculum {
|
36 |
-
border: none;
|
37 |
-
background-color: transparent;
|
38 |
-
margin: 20px 0;
|
39 |
-
}
|
40 |
-
.post-type-lp_course .column-price,
|
41 |
-
.post-type-lp_course .column-students {
|
42 |
-
width: 10%;
|
43 |
-
}
|
44 |
-
.post-type-lp_course #lp-course-curriculum .curriculum-section-items .lp-item-empty td.section-item-input {
|
45 |
-
padding-left: 40px;
|
46 |
-
}
|
47 |
-
.post-type-lp_course #lp-course-curriculum .curriculum-section-items .lp-item-empty td.section-item-input.hover {
|
48 |
-
padding-left: 0;
|
49 |
-
}
|
50 |
-
.post-type-lp_course .type-lp_course.status-pending .row-actions .view {
|
51 |
-
display: none;
|
52 |
-
}
|
53 |
-
#lp-course-curriculum .curriculum-heading {
|
54 |
-
margin: 0 0 20px 0;
|
55 |
-
padding: 10px 20px;
|
56 |
-
background-color: #FFF;
|
57 |
-
line-height: 1;
|
58 |
-
border: 1px solid #DDD;
|
59 |
-
}
|
60 |
-
#lp-course-curriculum .curriculum-heading .description {
|
61 |
-
font-weight: normal;
|
62 |
-
color: #999;
|
63 |
-
display: block;
|
64 |
-
font-size: 90%;
|
65 |
-
margin-top: 10px;
|
66 |
-
}
|
67 |
-
#lp-course-curriculum .curriculum-heading .items-toggle {
|
68 |
-
float: right;
|
69 |
-
margin: -33px 7px 0 0;
|
70 |
-
line-height: 1;
|
71 |
-
box-shadow: none;
|
72 |
-
}
|
73 |
-
#lp-course-curriculum .curriculum-heading .items-toggle a {
|
74 |
-
-webkit-box-shadow: none;
|
75 |
-
-moz-box-shadow: none;
|
76 |
-
box-shadow: none;
|
77 |
-
font-size: 32px;
|
78 |
-
}
|
79 |
-
#lp-course-curriculum .curriculum-sections {
|
80 |
-
margin: 0;
|
81 |
-
background-color: #FFF;
|
82 |
-
border-bottom: 1px solid #DDD;
|
83 |
-
}
|
84 |
-
#lp-course-curriculum .curriculum-section {
|
85 |
-
margin: -1px 0 0 0;
|
86 |
-
background-color: #FFF;
|
87 |
-
border-bottom: 1px solid #DDD;
|
88 |
-
position: relative;
|
89 |
-
}
|
90 |
-
#lp-course-curriculum .curriculum-section.ui-sortable-placeholder {
|
91 |
-
background-image: url("../../images/stripe.png");
|
92 |
-
visibility: visible !important;
|
93 |
-
border: 1px solid #DDD;
|
94 |
-
border-bottom: none;
|
95 |
-
}
|
96 |
-
#lp-course-curriculum .curriculum-section-head {
|
97 |
-
border: 1px solid #DDD;
|
98 |
-
background-color: #F9F9F9;
|
99 |
-
border-bottom: none;
|
100 |
-
margin: 0;
|
101 |
-
color: #777;
|
102 |
-
padding: 3px 20px;
|
103 |
-
}
|
104 |
-
#lp-course-curriculum .curriculum-section-head input {
|
105 |
-
background-color: #F9F9F9;
|
106 |
-
}
|
107 |
-
#lp-course-curriculum .curriculum-section-head .lp-section-actions {
|
108 |
-
float: right;
|
109 |
-
margin: 14px 0;
|
110 |
-
visibility: hidden;
|
111 |
-
position: relative;
|
112 |
-
}
|
113 |
-
#lp-course-curriculum .curriculum-section:not(.lp-empty-section) .curriculum-section-head:hover .lp-section-actions {
|
114 |
-
visibility: visible;
|
115 |
-
}
|
116 |
-
#lp-course-curriculum .curriculum-section .lp-section-actions a {
|
117 |
-
vertical-align: middle;
|
118 |
-
color: #666666;
|
119 |
-
width: 24px;
|
120 |
-
height: 24px;
|
121 |
-
box-shadow: none;
|
122 |
-
}
|
123 |
-
#lp-course-curriculum .curriculum-section .lp-section-actions a[data-action="expand"] {
|
124 |
-
line-height: 28px;
|
125 |
-
}
|
126 |
-
#lp-course-curriculum .curriculum-section .lp-section-actions a:before {
|
127 |
-
width: 24px;
|
128 |
-
height: 24px;
|
129 |
-
font-size: 24px;
|
130 |
-
}
|
131 |
-
#lp-course-curriculum .curriculum-section .lp-section-actions a:hover {
|
132 |
-
color: #00a0d2;
|
133 |
-
}
|
134 |
-
#lp-course-curriculum .curriculum-section .curriculum-section-head .lp-section-actions .move {
|
135 |
-
cursor: url("../../../assets/images/openhand.cur") 7 5, default;
|
136 |
-
position: absolute;
|
137 |
-
right: -15px;
|
138 |
-
height: 57px;
|
139 |
-
top: -15px;
|
140 |
-
background: url("../../../assets/images/grippy_large.png") right no-repeat;
|
141 |
-
width: 20px;
|
142 |
-
}
|
143 |
-
#lp-course-curriculum .curriculum-section-content {
|
144 |
-
border: 1px solid #DDD;
|
145 |
-
padding: 20px;
|
146 |
-
border-bottom-width: 0;
|
147 |
-
width: 100%;
|
148 |
-
box-sizing: border-box;
|
149 |
-
}
|
150 |
-
#lp-course-curriculum .curriculum-section.ui-sortable-helper {
|
151 |
-
border-bottom: 1px solid #DDD;
|
152 |
-
}
|
153 |
-
#lp-course-curriculum .curriculum-section-head .lp-section-name {
|
154 |
-
border: none;
|
155 |
-
outline: none;
|
156 |
-
box-shadow: none;
|
157 |
-
font-size: 24px;
|
158 |
-
color: #777;
|
159 |
-
width: 70%;
|
160 |
-
margin: 0;
|
161 |
-
padding: 0;
|
162 |
-
height: 50px;
|
163 |
-
}
|
164 |
-
#lp-course-curriculum .curriculum-section-head .lp-section-name:focus {
|
165 |
-
color: #444;
|
166 |
-
}
|
167 |
-
#lp-course-curriculum .curriculum-section.lp-empty-section .curriculum-section-content {
|
168 |
-
_display: none;
|
169 |
-
}
|
170 |
-
#lp-course-curriculum .curriculum-section-items {
|
171 |
-
border-collapse: collapse;
|
172 |
-
width: 100%;
|
173 |
-
}
|
174 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item {
|
175 |
-
border: 1px dashed #DDD;
|
176 |
-
margin: -1px 0 0 0;
|
177 |
-
padding: 5px 0;
|
178 |
-
background-color: #FFF;
|
179 |
-
}
|
180 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:nth-child(2n+1),
|
181 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:nth-child(2n+1) .section-item-input input {
|
182 |
-
background-color: #FCFCFC;
|
183 |
-
}
|
184 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item .lp-item-actions {
|
185 |
-
margin: 0;
|
186 |
-
float: right;
|
187 |
-
position: relative;
|
188 |
-
}
|
189 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item .lp-item-actions a {
|
190 |
-
vertical-align: middle;
|
191 |
-
color: #666;
|
192 |
-
margin-top: -2px;
|
193 |
-
box-shadow: none;
|
194 |
-
}
|
195 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item .lp-item-actions a:hover {
|
196 |
-
color: #00a0d2;
|
197 |
-
}
|
198 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item[data-item_id=""] .lp-edit {
|
199 |
-
display: none;
|
200 |
-
}
|
201 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item.lp-item-empty .lp-item-actions {
|
202 |
-
display: none;
|
203 |
-
}
|
204 |
-
#lp-course-curriculum .lp-section-item.ui-sortable-placeholder {
|
205 |
-
visibility: visible !important;
|
206 |
-
}
|
207 |
-
#lp-course-curriculum .lp-section-item.ui-sortable-placeholder td {
|
208 |
-
background-image: url("../../../assets/images/stripe.png");
|
209 |
-
border-bottom: none;
|
210 |
-
}
|
211 |
-
#lp-course-curriculum .lp-item-actions > * {
|
212 |
-
visibility: hidden;
|
213 |
-
}
|
214 |
-
#lp-course-curriculum .item-bulk-actions {
|
215 |
-
text-align: right;
|
216 |
-
margin-top: 0;
|
217 |
-
margin-bottom: 15px;
|
218 |
-
}
|
219 |
-
#lp-course-curriculum .lp-section-item:not(.lp-item-empty):hover .lp-item-actions > * {
|
220 |
-
visibility: visible;
|
221 |
-
}
|
222 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:not(.lp-item-empty) .item-checkbox {
|
223 |
-
display: inline-block;
|
224 |
-
height: 34px;
|
225 |
-
border: none;
|
226 |
-
line-height: 32px;
|
227 |
-
padding: 0 0 0 0;
|
228 |
-
margin: 0 4px 0 10px;
|
229 |
-
cursor: url("../../../assets/images/openhand.cur") 7 5, default;
|
230 |
-
visibility: visible;
|
231 |
-
}
|
232 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item .item-checkbox input {
|
233 |
-
opacity: 0.4;
|
234 |
-
}
|
235 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:not(.lp-item-empty):hover .item-checkbox input {
|
236 |
-
opacity: 1;
|
237 |
-
}
|
238 |
-
#lp-course-curriculum .lp-item-lp_lesson .handle.learn-press-icon:before {
|
239 |
-
content: "\e900";
|
240 |
-
}
|
241 |
-
#lp-course-curriculum .lp-item-lp_quiz .handle.learn-press-icon:before {
|
242 |
-
content: "\e901";
|
243 |
-
}
|
244 |
-
#lp-course-curriculum .lp-section-item.lp-item-new .handle {
|
245 |
-
color: #999;
|
246 |
-
}
|
247 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:hover,
|
248 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item:hover input.lp-item-name {
|
249 |
-
background-color: #F9F9F9;
|
250 |
-
}
|
251 |
-
#lp-course-curriculum .lp-section-item .handle {
|
252 |
-
width: 32px;
|
253 |
-
height: 32px;
|
254 |
-
display: inline-block;
|
255 |
-
vertical-align: middle;
|
256 |
-
text-align: center;
|
257 |
-
font-size: 18px;
|
258 |
-
line-height: 32px;
|
259 |
-
color: #00A0D2;
|
260 |
-
}
|
261 |
-
#lp-course-curriculum .lp-section-item.remove input.lp-item-name {
|
262 |
-
color: #FF0000;
|
263 |
-
}
|
264 |
-
#lp-course-curriculum .lp-section-item input.lp-item-name {
|
265 |
-
color: #777;
|
266 |
-
border: none;
|
267 |
-
box-shadow: none;
|
268 |
-
outline: none;
|
269 |
-
font-size: 16px;
|
270 |
-
width: 100%;
|
271 |
-
vertical-align: middle;
|
272 |
-
text-overflow: ellipsis;
|
273 |
-
overflow: hidden;
|
274 |
-
white-space: nowrap;
|
275 |
-
}
|
276 |
-
#lp-course-curriculum .lp-section-describe {
|
277 |
-
border: none;
|
278 |
-
box-shadow: none;
|
279 |
-
color: #999;
|
280 |
-
font-style: italic;
|
281 |
-
width: 80%;
|
282 |
-
float: left;
|
283 |
-
padding-left: 0;
|
284 |
-
}
|
285 |
-
#lp-course-curriculum .curriculum-section-items .lp-section-item input.lp-item-name:focus,
|
286 |
-
#lp-course-curriculum input:focus {
|
287 |
-
color: #444;
|
288 |
-
}
|
289 |
-
#lp-course-curriculum .lp-section-item .section-item-icon {
|
290 |
-
width: 32px;
|
291 |
-
white-space: nowrap;
|
292 |
-
}
|
293 |
-
.lp-section-item .learn-press-icon {
|
294 |
-
width: 32px;
|
295 |
-
height: 32px;
|
296 |
-
font-family: dashicons;
|
297 |
-
display: inline-block;
|
298 |
-
font-size: 20px;
|
299 |
-
text-align: center;
|
300 |
-
line-height: 32px;
|
301 |
-
color: #DDD;
|
302 |
-
cursor: pointer;
|
303 |
-
border: 1px solid transparent;
|
304 |
-
}
|
305 |
-
#lp-course-curriculum .lp-section-item .learn-press-icon.item-lp_quiz:before {
|
306 |
-
content: "\f469";
|
307 |
-
}
|
308 |
-
#lp-course-curriculum .lp-section-item .learn-press-icon.item-lp_lesson:before {
|
309 |
-
content: "\f330";
|
310 |
-
}
|
311 |
-
#lp-course-curriculum .lp-section-item td {
|
312 |
-
height: 30px;
|
313 |
-
}
|
314 |
-
#poststuff .postbox-container {
|
315 |
-
position: relative;
|
316 |
-
}
|
317 |
-
#course_tabs .handlediv,
|
318 |
-
#course_tabs .hndle,
|
319 |
-
#course_tabs .rwmb-label {
|
320 |
-
display: none;
|
321 |
-
}
|
322 |
-
#course_tabs .inside {
|
323 |
-
margin: 0;
|
324 |
-
padding: 0;
|
325 |
-
}
|
326 |
-
#course_tabs .rwmb-course_tabs-wrapper {
|
327 |
-
margin: 0;
|
328 |
-
}
|
329 |
-
#course_tabs {
|
330 |
-
position: absolute;
|
331 |
-
left: 0;
|
332 |
-
right: 0;
|
333 |
-
}
|
334 |
-
#course_tabs.fixed {
|
335 |
-
position: fixed;
|
336 |
-
top: 30px;
|
337 |
-
z-index: 10000;
|
338 |
-
opacity: 0.5;
|
339 |
-
left: 182px;
|
340 |
-
right: 320px;
|
341 |
-
}
|
342 |
-
#course_tabs.fixed:hover {
|
343 |
-
opacity: 1;
|
344 |
-
}
|
345 |
-
#course_tabs_placeholder {
|
346 |
-
height: 41px;
|
347 |
-
margin-bottom: 20px;
|
348 |
-
}
|
349 |
-
#poststuff h3#course-tabs-h3 {
|
350 |
-
padding: 0;
|
351 |
-
}
|
352 |
-
#course-tabs-h3 > a {
|
353 |
-
padding: 10px;
|
354 |
-
display: inline-block;
|
355 |
-
border-right: 1px solid #DDD;
|
356 |
-
text-decoration: none;
|
357 |
-
_color: #AAA;
|
358 |
-
box-shadow: none;
|
359 |
-
}
|
360 |
-
.learn-press-review-logs {
|
361 |
-
padding-bottom: 10px;
|
362 |
-
}
|
363 |
-
.learn-press-review-logs .review-message {
|
364 |
-
font-style: italic;
|
365 |
-
font-size: 14px;
|
366 |
-
margin: 10px 0;
|
367 |
-
color: #999;
|
368 |
-
}
|
369 |
-
.learn-press-review-logs > li {
|
370 |
-
border-bottom: 1px dashed #DDD;
|
371 |
-
padding-bottom: 20px;
|
372 |
-
margin-top: 20px;
|
373 |
-
position: relative;
|
374 |
-
}
|
375 |
-
.learn-press-review-logs > li:after {
|
376 |
-
content: '';
|
377 |
-
display: block;
|
378 |
-
clear: both;
|
379 |
-
}
|
380 |
-
.learn-press-review-logs .review-user {
|
381 |
-
width: 48px;
|
382 |
-
float: left;
|
383 |
-
}
|
384 |
-
.learn-press-review-logs .review-user img {
|
385 |
-
max-width: 100%;
|
386 |
-
height: auto;
|
387 |
-
}
|
388 |
-
.learn-press-review-logs .review-user > * {
|
389 |
-
float: left;
|
390 |
-
}
|
391 |
-
.learn-press-review-logs .review-index {
|
392 |
-
width: 46px;
|
393 |
-
font-weight: bold;
|
394 |
-
position: absolute;
|
395 |
-
bottom: -11px;
|
396 |
-
left: 0;
|
397 |
-
background-color: #FFF;
|
398 |
-
text-align: center;
|
399 |
-
border: 1px dashed #DDD;
|
400 |
-
height: 20px;
|
401 |
-
line-height: 20px;
|
402 |
-
color: #CCC;
|
403 |
-
}
|
404 |
-
.learn-press-review-logs .review-content {
|
405 |
-
margin-left: 68px;
|
406 |
-
}
|
407 |
-
.learn-press-review-logs > li .lp-label {
|
408 |
-
font-size: 100%;
|
409 |
-
margin-top: 20px;
|
410 |
-
}
|
411 |
-
.rwmb-curriculum-wrapper .rwmb-label {
|
412 |
-
display: none;
|
413 |
-
}
|
414 |
-
.rwmb-curriculum-wrapper .rwmb-input {
|
415 |
-
width: auto !important;
|
416 |
-
display: block;
|
417 |
-
float: none;
|
418 |
-
}
|
419 |
-
.column-lp_course .row-actions {
|
420 |
-
display: inline-block;
|
421 |
-
margin-left: 10px;
|
422 |
-
}
|
423 |
-
.lp-modal-search li.selected {
|
424 |
-
display: none;
|
425 |
-
}
|
426 |
-
.lp-search-items input[name="lp-item-name"] {
|
427 |
-
width: 350px;
|
428 |
-
}
|
429 |
-
.lp-modal-search {
|
430 |
-
background-color: #F5F5F5;
|
431 |
-
color: #777;
|
432 |
-
padding: 20px;
|
433 |
-
height: 100%;
|
434 |
-
}
|
435 |
-
.lp-highlight-color {
|
436 |
-
text-decoration: underline;
|
437 |
-
color: #00a0d2;
|
438 |
-
}
|
439 |
-
.learn-press-dropdown-item-types {
|
440 |
-
position: relative;
|
441 |
-
}
|
442 |
-
.learn-press-dropdown-item-types > ul {
|
443 |
-
display: none;
|
444 |
-
position: absolute;
|
445 |
-
top: 0px;
|
446 |
-
z-index: 10;
|
447 |
-
background: #FFF;
|
448 |
-
border: 1px solid #DDD;
|
449 |
-
left: 100%;
|
450 |
-
margin-left: -1px;
|
451 |
-
}
|
452 |
-
.learn-press-dropdown-item-types > ul > li {
|
453 |
-
margin: 0;
|
454 |
-
display: table-cell;
|
455 |
-
}
|
456 |
-
.learn-press-dropdown-item-types > ul > li span {
|
457 |
-
border-width: 0 !important;
|
458 |
-
}
|
459 |
-
tr[data-item_id=""] .learn-press-dropdown-item-types:hover > ul,
|
460 |
-
tr[data-item_id=""].focus .learn-press-dropdown-item-types > ul {
|
461 |
-
display: inline-table;
|
462 |
-
border-left-color: transparent;
|
463 |
-
}
|
464 |
-
.learn-press-dropdown-item-types:hover > span.learn-press-icon,
|
465 |
-
tr.focus .learn-press-dropdown-item-types > span.learn-press-icon {
|
466 |
-
background: #FFF;
|
467 |
-
border-color: #DDD;
|
468 |
-
z-index: 5;
|
469 |
-
position: relative;
|
470 |
-
}
|
471 |
-
.learn-press-dropdown-item-types:hover > span.learn-press-icon:after {
|
472 |
-
content: '';
|
473 |
-
border-left: 1px solid #EEE;
|
474 |
-
position: absolute;
|
475 |
-
right: 0;
|
476 |
-
display: inline-block;
|
477 |
-
height: 20px;
|
478 |
-
top: 50%;
|
479 |
-
margin-top: -10px;
|
480 |
-
}
|
481 |
-
.learn-press-dropdown-item-types > span.learn-press-icon,
|
482 |
-
.learn-press-dropdown-item-types li:hover span.learn-press-icon,
|
483 |
-
.learn-press-dropdown-item-types li span.learn-press-icon.item-selected {
|
484 |
-
color: #0085ba;
|
485 |
-
}
|
486 |
-
.learn-press-course-attributes {
|
487 |
-
margin: 20px 0;
|
488 |
-
}
|
489 |
-
.post-type-lp_course #switch-course-tabs,
|
490 |
-
.post-type-lp_course #toggle-meta-boxes {
|
491 |
-
float: right;
|
492 |
-
margin-left: 10px;
|
493 |
-
}
|
494 |
-
/*
|
495 |
-
#lp-course-curriculum .lp-course-curriculum-toggle{
|
496 |
-
padding: 0;
|
497 |
-
margin: 0;
|
498 |
-
float: right;
|
499 |
-
}
|
500 |
-
#lp-course-curriculum .lp-item-name{
|
501 |
-
box-shadow: none;
|
502 |
-
border-color: transparent;
|
503 |
-
color: #BBB;
|
504 |
-
}
|
505 |
-
#lp-course-curriculum .lp-section-item:hover,
|
506 |
-
#lp-course-curriculum .lp-section-item.hover{
|
507 |
-
background-color: #F5F5F5;
|
508 |
-
border-style: solid;
|
509 |
-
}
|
510 |
-
#lp-course-curriculum .lp-section-item.lp-item-lp_lesson .handle:after{
|
511 |
-
content: "\f497";
|
512 |
-
}
|
513 |
-
#lp-course-curriculum .lp-section-item.lp-item-lp_quiz .handle:after{
|
514 |
-
content: "\f130";
|
515 |
-
}
|
516 |
-
#lp-course-curriculum .lp-section-item:hover .lp-item-name,
|
517 |
-
#lp-course-curriculum .lp-section-item.hover .lp-item-name{
|
518 |
-
border: 1px solid #DDD;
|
519 |
-
color: #32373c;
|
520 |
-
}
|
521 |
-
#lp-course-curriculum .lp-section-empty .lp-section-items{
|
522 |
-
display: none;
|
523 |
-
}
|
524 |
-
#lp-course-curriculum .lp-section-item .lp-item-actions{
|
525 |
-
float: right;
|
526 |
-
margin-left: 5px;
|
527 |
-
margin-top: 3px;
|
528 |
-
}
|
529 |
-
#lp-course-curriculum .lp-item-empty .lp-item-actions,
|
530 |
-
#lp-course-curriculum .lp-section-empty .lp-section-head .lp-action,
|
531 |
-
#lp-course-curriculum .lp-section-empty .lp-curriculum-section-content {
|
532 |
-
display: none;
|
533 |
-
}
|
534 |
-
#lp-course-curriculum .lp-item-empty{
|
535 |
-
cursor: default;
|
536 |
-
}
|
537 |
-
#lp-course-curriculum .lp-item-new{
|
538 |
-
border-color: #00A0D2;
|
539 |
-
}
|
540 |
-
#lp-course-curriculum .lp-item-new .lp-item-name{
|
541 |
-
border-color: #00A0D2;
|
542 |
-
}
|
543 |
-
#lp-course-curriculum .lp-section-head{
|
544 |
-
padding: 0;
|
545 |
-
}
|
546 |
-
#lp-course-curriculum .lp-curriculum-section .lp-toggle i:before{
|
547 |
-
content: '\f132';
|
548 |
-
}
|
549 |
-
#lp-course-curriculum .lp-curriculum-section.open .lp-toggle i:before{
|
550 |
-
content: '\f460';
|
551 |
-
}
|
552 |
-
.lp-modal-search{
|
553 |
-
position: absolute;
|
554 |
-
background-color: #FFF;
|
555 |
-
border: 1px solid #DDD;
|
556 |
-
border-top: none;
|
557 |
-
z-index: 9999;
|
558 |
-
margin: -1px 0 0 1px;
|
559 |
-
}
|
560 |
-
.lp-modal-search ul{
|
561 |
-
margin: 0;
|
562 |
-
padding: 0;
|
563 |
-
}
|
564 |
-
.lp-modal-search ul li{
|
565 |
-
list-style: none;
|
566 |
-
padding: 5px;
|
567 |
-
margin: 0;
|
568 |
-
}
|
569 |
-
.lp-modal-search li.highlighting,
|
570 |
-
.lp-modal-search li:hover{
|
571 |
-
background-color: #EAEAEA;
|
572 |
-
cursor: pointer;
|
573 |
-
}
|
574 |
-
.lp-highlight-color{
|
575 |
-
text-decoration: underline;
|
576 |
-
}
|
577 |
-
.lp-search-no-results{
|
578 |
-
display: none;
|
579 |
-
}
|
580 |
-
.lp-curriculum-sections .ui-sortable-placeholder{
|
581 |
-
visibility: visible !important;
|
582 |
-
border: 2px dashed #DDD;
|
583 |
-
}
|
584 |
-
.lp-curriculum-sections .lp-sorting{
|
585 |
-
height: auto !important;
|
586 |
-
}
|
587 |
-
*/
|
588 |
-
/*
|
589 |
-
|
590 |
-
.lp-course-curriculum{}
|
591 |
-
.lp-course-curriculum .lp-curriculum-sections{
|
592 |
-
|
593 |
-
}
|
594 |
-
.lp-course-curriculum .lp-curriculum-section{
|
595 |
-
transition: opacity 0.25s;
|
596 |
-
margin-bottom: 20px;
|
597 |
-
border: 1px solid #DDD;
|
598 |
-
}
|
599 |
-
.lp-course-curriculum .lp-curriculum-section.lp-selected .lp-curriculum-section-content{
|
600 |
-
background-color: #F5F5F5;
|
601 |
-
}
|
602 |
-
.lp-course-curriculum .lp-curriculum-section-content > p{
|
603 |
-
display: inline-block;
|
604 |
-
}
|
605 |
-
.lp-course-curriculum .lp-curriculum-section.lp-selected > h3{
|
606 |
-
_border-bottom: 1px solid #DDD;
|
607 |
-
}
|
608 |
-
.lp-course-curriculum .lp-curriculum-section > h3{
|
609 |
-
padding: 10px ;
|
610 |
-
margin: 0;
|
611 |
-
background-color: #F5F5F5;
|
612 |
-
height: 62px;
|
613 |
-
position: relative;
|
614 |
-
cursor: move;
|
615 |
-
}
|
616 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-section-name-wrapper{
|
617 |
-
top: 9px;
|
618 |
-
}
|
619 |
-
.lp-course-curriculum .lp-curriculum-section > h3 > span > input{
|
620 |
-
border: 1px solid #DDD;
|
621 |
-
border-radius: 3px;
|
622 |
-
font-size: 24px;
|
623 |
-
width: 100%;
|
624 |
-
color: #777;
|
625 |
-
}
|
626 |
-
.lp-course-curriculum .lp-curriculum-section > h3 > span.lp-section-name-wrapper{
|
627 |
-
position: absolute;
|
628 |
-
display: inline-block;
|
629 |
-
right: 137px;
|
630 |
-
left: 71px;
|
631 |
-
}
|
632 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action{
|
633 |
-
display: block;
|
634 |
-
position: relative;
|
635 |
-
height: 62px;
|
636 |
-
width: 62px;
|
637 |
-
border-left: 1px solid #DDD;
|
638 |
-
-top: -8px;
|
639 |
-
-right: -11px;
|
640 |
-
cursor: pointer;
|
641 |
-
float: right;
|
642 |
-
}
|
643 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action.lp-sort{
|
644 |
-
display: none;
|
645 |
-
}
|
646 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action .dashicons{
|
647 |
-
font-size: 32px;
|
648 |
-
width: 100%;
|
649 |
-
height: 100%;
|
650 |
-
line-height: 62px;
|
651 |
-
color: #0073aa;
|
652 |
-
}
|
653 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action:hover .dashicons{
|
654 |
-
color: #009ED7;
|
655 |
-
}
|
656 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action.lp-toggle{
|
657 |
-
_right: 62px;
|
658 |
-
}
|
659 |
-
.lp-course-curriculum .lp-curriculum-section > h3 .lp-action.lp-remove{
|
660 |
-
_right: 124px;
|
661 |
-
}
|
662 |
-
|
663 |
-
.lp-course-curriculum .lp-curriculum-section.closed .lp-curriculum-section-content{
|
664 |
-
display: none;
|
665 |
-
}
|
666 |
-
|
667 |
-
.lp-course-curriculum .sorting .ui-sortable-helper .lp-curriculum-section-content{
|
668 |
-
display: none !important;
|
669 |
-
}
|
670 |
-
.lp-course-curriculum .sorting .ui-sortable-placeholder,
|
671 |
-
.lp-section-items.sorting .ui-sortable-placeholder{
|
672 |
-
border: 3px dashed #DDD;
|
673 |
-
visibility: visible !important;
|
674 |
-
position: relative;
|
675 |
-
}
|
676 |
-
.lp-course-curriculum .sorting .ui-sortable-placeholder:after,
|
677 |
-
.lp-section-items.sorting .ui-sortable-placeholder:after{
|
678 |
-
content: '';
|
679 |
-
display: block;
|
680 |
-
width: 0px;
|
681 |
-
height: 0px;
|
682 |
-
border: 28px solid transparent;
|
683 |
-
border-left-color: #999;
|
684 |
-
position: absolute;
|
685 |
-
top: 0;
|
686 |
-
left: -33px;
|
687 |
-
|
688 |
-
}
|
689 |
-
|
690 |
-
.lp-section-items.sorting .ui-sortable-placeholder:after{
|
691 |
-
border-width: 15px;
|
692 |
-
left: -20px;
|
693 |
-
}
|
694 |
-
.lp-curriculum-section-content{
|
695 |
-
background-color: #F5F5F5;
|
696 |
-
background-color: #FFF;
|
697 |
-
_border-bottom: 2px dashed #DDD;
|
698 |
-
padding: 20px;
|
699 |
-
margin-bottom: 0px;
|
700 |
-
border-top: 1px solid #DDD;
|
701 |
-
}
|
702 |
-
.lp-dynamic-form{
|
703 |
-
position: absolute;
|
704 |
-
padding: 0px;
|
705 |
-
background-color: transparent;
|
706 |
-
z-index: 210;
|
707 |
-
height: 15px;
|
708 |
-
overflow: hidden;
|
709 |
-
}
|
710 |
-
.lp-container-dropdown{
|
711 |
-
height: 15px;
|
712 |
-
vertical-align: top;
|
713 |
-
}
|
714 |
-
.lp-container-dropdown > a{
|
715 |
-
background-image: none !important;
|
716 |
-
background-color: #FFF !important;
|
717 |
-
}
|
718 |
-
.lp-container-dropdown.select2-drop-above > a{
|
719 |
-
height: 3px;
|
720 |
-
}
|
721 |
-
.lp-select-dropdown{
|
722 |
-
margin-top: -6px;
|
723 |
-
}
|
724 |
-
.lp-select-dropdown.select2-drop-above{
|
725 |
-
padding-bottom: 0;
|
726 |
-
}
|
727 |
-
|
728 |
-
.lp-empty .lp-curriculum-section-content{
|
729 |
-
display: none !important;
|
730 |
-
}
|
731 |
-
|
732 |
-
.lp-section-items{
|
733 |
-
min-height: 20px;
|
734 |
-
|
735 |
-
|
736 |
-
}
|
737 |
-
.lp-section-items > li{
|
738 |
-
padding: 5px;
|
739 |
-
border:1px dashed #DDD;
|
740 |
-
background-color: #FFF;
|
741 |
-
cursor: move;
|
742 |
-
position: relative;
|
743 |
-
}
|
744 |
-
.lp-section-items > li .lp-title{
|
745 |
-
cursor: auto;
|
746 |
-
padding: 3px 5px;
|
747 |
-
border: 1px solid transparent;
|
748 |
-
display: inline-block;
|
749 |
-
width: 80%;
|
750 |
-
-webkit-box-sizing: border-box;
|
751 |
-
-moz-box-sizing: border-box;
|
752 |
-
box-sizing: border-box;
|
753 |
-
|
754 |
-
}
|
755 |
-
.lp-section-items > li:hover .lp-title {
|
756 |
-
border-color: #DDD;
|
757 |
-
cursor: text;
|
758 |
-
}
|
759 |
-
.lp-section-items > li input{
|
760 |
-
width: 70%;
|
761 |
-
}
|
762 |
-
|
763 |
-
.lp-section-items > li:hover{
|
764 |
-
border-style: solid;
|
765 |
-
}
|
766 |
-
.lp-section-icon{
|
767 |
-
position: absolute;
|
768 |
-
top:0;
|
769 |
-
left:0;
|
770 |
-
width: 62px;
|
771 |
-
height: 62px;
|
772 |
-
line-height: 54px;
|
773 |
-
border-right: 1px solid #DDD;
|
774 |
-
text-align:center;
|
775 |
-
}
|
776 |
-
.lp-section-icon i{
|
777 |
-
height: 60px;
|
778 |
-
line-height: 60px;
|
779 |
-
}
|
780 |
-
.lp-course-curriculum .dashicons{
|
781 |
-
vertical-align: middle;
|
782 |
-
}
|
783 |
-
|
784 |
-
.select2-drop.select2-drop-active{
|
785 |
-
padding: 5px 10px;
|
786 |
-
}
|
787 |
-
|
788 |
-
.rwmb-course_lesson_quiz-wrapper .rwmb-label{ display: none;}
|
789 |
-
.rwmb-course_lesson_quiz-wrapper .rwmb-input{ float: none; width: auto; display: block;}
|
790 |
-
|
791 |
-
.lp-course-curriculum-toggle{
|
792 |
-
|
793 |
-
}
|
794 |
-
.lp-course-curriculum-toggle .expand{
|
795 |
-
display: none;
|
796 |
-
}*/
|
797 |
-
|
798 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImFkbWluL21ldGEtYm94LWNvdXJzZS5sZXNzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7QUFDQSxzQkFBdUIsTUFBSztBQUM1QixzQkFBdUI7RUFDbkIsd0JBQUE7O0FBRUo7RUFDQyxjQUFBO0VBQWUsbUJBQUE7O0FBRGhCLGtDQUVDO0VBQUUsZ0JBQUE7O0FBRUgsb0JBQ0k7QUFESixvQkFFSTtFQUNJLGtCQUFBOztBQUlSO0VBQ0ksbUJBQUE7O0FBREosMkJBRUk7RUFDSSxrQkFBQTs7QUFIUiwyQkFLSTtFQUNJLFdBQUE7RUFDQSxhQUFBOztBQVBSLDJCQVNJO0VBQ0ksZ0JBQUE7RUFDQSxpQkFBQTtFQUNBLFdBQUE7RUFDQSx3QkFBQTtFQUNBLGVBQUE7RUFDQSxrQkFBQTs7QUFJUjtFQUNJLFlBQUE7RUFDQSw2QkFBQTtFQUNBLGNBQUE7O0FBSUEsb0JBQUU7QUFBZSxvQkFBRTtFQUNmLFVBQUE7O0FBRlIsb0JBS0ksc0JBQXNCLDBCQUEwQixlQUFlLEdBQUU7RUFDN0Qsa0JBQUE7O0FBQ0Esb0JBRkosc0JBQXNCLDBCQUEwQixlQUFlLEdBQUUsbUJBRTVEO0VBQ0csZUFBQTs7QUFNSixvQkFGSixnQkFFSyxlQUNHLGFBQWE7RUFDVCxhQUFBOztBQU9oQixxQkFBc0I7RUFDbEIsa0JBQUE7RUFDQSxrQkFBQTtFQUNBLHNCQUFBO0VBQ0EsY0FBQTtFQUNBLHNCQUFBOztBQUdKLHFCQUFzQixvQkFBb0I7RUFDdEMsbUJBQUE7RUFDQSxXQUFBO0VBQ0EsY0FBQTtFQUNBLGNBQUE7RUFDQSxnQkFBQTs7QUFHSixxQkFBc0Isb0JBQW9CO0VBQ3RDLFlBQUE7RUFDQSxxQkFBQTtFQUNBLGNBQUE7RUFDQSxnQkFBQTs7QUFHSixxQkFBc0Isb0JBQW9CLGNBQWM7RUFDcEQsd0JBQUE7RUFDQSxxQkFBQTtFQUNBLGdCQUFBO0VBQ0EsZUFBQTs7QUFJSixxQkFBc0I7RUFDbEIsU0FBQTtFQUNBLHNCQUFBO0VBQ0EsNkJBQUE7O0FBR0oscUJBQXNCO0VBQ2xC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QVFKLG9CQUNJO0FBREosb0JBRUk7RUFDSSxZQUFBO0VBQ0EsaUJBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKiBtZXRhIGJveCBjb3Vyc2UgKi9cbi5yd21iLWR1cmF0aW9uLXdyYXBwZXIgaW5wdXRbdHlwZT1cInRleHRcIl0sXG4ucndtYi1kdXJhdGlvbi13cmFwcGVyIHNlbGVjdCB7XG4gICAgdmVydGljYWwtYWxpZ246IGJhc2VsaW5lO1xufVxuI2xlYXJuLXByZXNzLXRvZ2dsZS1jb3Vyc2UtcmVzdWx0c3tcblx0ZGlzcGxheTogYmxvY2s7bWFyZ2luLWJvdHRvbToxMHB4O1xuXHRhe2JveC1zaGFkb3c6IG5vbmU7fVxufVxuLnBvc3QtdHlwZS1scF9jb3Vyc2Uge1xuICAgICNwb3N0ZGl2cmljLFxuICAgICNzdWJtaXRwb3N0IHtcbiAgICAgICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIH1cbn1cblxuI2xlYXJuLXByZXNzLXJldmlldy1tZXNzYWdlIHtcbiAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xuICAgID4gaDQge1xuICAgICAgICBtYXJnaW46IDAgMCAxMHB4IDA7XG4gICAgfVxuICAgID4gdGV4dGFyZWEge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgaGVpZ2h0OiAxMDBweDtcbiAgICB9XG4gICAgLmxwLXBlbmRpbmctcmV2aWV3LW1lc3NhZ2Uge1xuICAgICAgICBiYWNrZ3JvdW5kOiAjYzQ0O1xuICAgICAgICBwYWRkaW5nOiA1cHggMTBweDtcbiAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIG1hcmdpbjogLTEwcHggLTEwcHggMTBweDtcbiAgICAgICAgZm9udC1zaXplOiAxMnB4O1xuICAgICAgICBmb250LXN0eWxlOiBpdGFsaWM7XG4gICAgfVxufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0ge1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcbiAgICBtYXJnaW46IDIwcHggMDtcbn1cblxuLnBvc3QtdHlwZS1scF9jb3Vyc2Uge1xuICAgICYgLmNvbHVtbi1wcmljZSwgJiAuY29sdW1uLXN0dWRlbnRzIHtcbiAgICAgICAgd2lkdGg6IDEwJTtcbiAgICB9XG5cbiAgICAjbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtaXRlbS1lbXB0eSB0ZC5zZWN0aW9uLWl0ZW0taW5wdXQge1xuICAgICAgICBwYWRkaW5nLWxlZnQ6IDQwcHg7XG4gICAgICAgICYuaG92ZXIge1xuICAgICAgICAgICAgcGFkZGluZy1sZWZ0OiAwO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLnR5cGUtbHBfY291cnNlIHtcblxuICAgICAgICAmLnN0YXR1cy1wZW5kaW5nIHtcbiAgICAgICAgICAgIC5yb3ctYWN0aW9ucyAudmlldyB7XG4gICAgICAgICAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cblxufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0taGVhZGluZyB7XG4gICAgbWFyZ2luOiAwIDAgMjBweCAwO1xuICAgIHBhZGRpbmc6IDEwcHggMjBweDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICAgIGxpbmUtaGVpZ2h0OiAxO1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1oZWFkaW5nIC5kZXNjcmlwdGlvbiB7XG4gICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgICBjb2xvcjogIzk5OTtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBmb250LXNpemU6IDkwJTtcbiAgICBtYXJnaW4tdG9wOiAxMHB4Oztcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLWhlYWRpbmcgLml0ZW1zLXRvZ2dsZSB7XG4gICAgZmxvYXQ6IHJpZ2h0O1xuICAgIG1hcmdpbjogLTMzcHggN3B4IDAgMDtcbiAgICBsaW5lLWhlaWdodDogMTtcbiAgICBib3gtc2hhZG93OiBub25lO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0taGVhZGluZyAuaXRlbXMtdG9nZ2xlIGEge1xuICAgIC13ZWJraXQtYm94LXNoYWRvdzogbm9uZTtcbiAgICAtbW96LWJveC1zaGFkb3c6IG5vbmU7XG4gICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICBmb250LXNpemU6IDMycHg7XG5cbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb25zIHtcbiAgICBtYXJnaW46IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24ge1xuICAgIG1hcmdpbjogLTFweCAwIDAgMDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjREREO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24udWktc29ydGFibGUtcGxhY2Vob2xkZXIge1xuICAgIGJhY2tncm91bmQtaW1hZ2U6IHVybChcIi4uLy4uL2ltYWdlcy9zdHJpcGUucG5nXCIpO1xuICAgIHZpc2liaWxpdHk6IHZpc2libGUgIWltcG9ydGFudDtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xuICAgIGJvcmRlci1ib3R0b206IG5vbmU7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1zZWN0aW9uLWhlYWQge1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0Y5RjlGOTtcbiAgICBib3JkZXItYm90dG9tOiBub25lO1xuICAgIG1hcmdpbjogMDtcbiAgICBjb2xvcjogIzc3NztcbiAgICBwYWRkaW5nOiAzcHggMjBweDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taGVhZCBpbnB1dCB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0Y5RjlGOTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taGVhZCAubHAtc2VjdGlvbi1hY3Rpb25zIHtcbiAgICBmbG9hdDogcmlnaHQ7XG4gICAgbWFyZ2luOiAxNHB4IDA7XG4gICAgdmlzaWJpbGl0eTogaGlkZGVuO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb246bm90KC5scC1lbXB0eS1zZWN0aW9uKSAuY3VycmljdWx1bS1zZWN0aW9uLWhlYWQ6aG92ZXIgLmxwLXNlY3Rpb24tYWN0aW9ucyB7XG4gICAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24gLmxwLXNlY3Rpb24tYWN0aW9ucyBhIHtcbiAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgIGNvbG9yOiAjNjY2NjY2O1xuICAgIHdpZHRoOiAyNHB4O1xuICAgIGhlaWdodDogMjRweDtcbiAgICBib3gtc2hhZG93OiBub25lO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbiAubHAtc2VjdGlvbi1hY3Rpb25zIGFbZGF0YS1hY3Rpb249XCJleHBhbmRcIl0ge1xuICAgIGxpbmUtaGVpZ2h0OiAyOHB4O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbiAubHAtc2VjdGlvbi1hY3Rpb25zIGE6YmVmb3JlIHtcbiAgICB3aWR0aDogMjRweDtcbiAgICBoZWlnaHQ6IDI0cHg7XG4gICAgZm9udC1zaXplOiAyNHB4O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbiAubHAtc2VjdGlvbi1hY3Rpb25zIGE6aG92ZXIge1xuICAgIGNvbG9yOiAjMDBhMGQyO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbiAuY3VycmljdWx1bS1zZWN0aW9uLWhlYWQgLmxwLXNlY3Rpb24tYWN0aW9ucyAubW92ZSB7XG4gICAgY3Vyc29yOiB1cmwoXCIuLi8uLi8uLi9hc3NldHMvaW1hZ2VzL29wZW5oYW5kLmN1clwiKSA3IDUsIGRlZmF1bHQ7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAtMTVweDtcbiAgICBoZWlnaHQ6IDU3cHg7XG4gICAgdG9wOiAtMTVweDtcbiAgICBiYWNrZ3JvdW5kOiB1cmwoXCIuLi8uLi8uLi9hc3NldHMvaW1hZ2VzL2dyaXBweV9sYXJnZS5wbmdcIikgcmlnaHQgbm8tcmVwZWF0O1xuICAgIHdpZHRoOiAyMHB4O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1jb250ZW50IHtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xuICAgIHBhZGRpbmc6IDIwcHg7XG4gICAgYm9yZGVyLWJvdHRvbS13aWR0aDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi51aS1zb3J0YWJsZS1oZWxwZXIge1xuICAgIGJvcmRlci1ib3R0b206IDFweCBzb2xpZCAjREREO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1oZWFkIC5scC1zZWN0aW9uLW5hbWUge1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBvdXRsaW5lOiBub25lO1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgZm9udC1zaXplOiAyNHB4O1xuICAgIGNvbG9yOiAjNzc3O1xuICAgIHdpZHRoOiA3MCU7XG4gICAgbWFyZ2luOiAwO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgaGVpZ2h0OiA1MHB4O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1oZWFkIC5scC1zZWN0aW9uLW5hbWU6Zm9jdXMge1xuICAgIGNvbG9yOiAjNDQ0O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi5scC1lbXB0eS1zZWN0aW9uIC5jdXJyaWN1bHVtLXNlY3Rpb24tY29udGVudCB7XG4gICAgX2Rpc3BsYXk6IG5vbmU7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1zZWN0aW9uLWl0ZW1zIHtcbiAgICBib3JkZXItY29sbGFwc2U6IGNvbGxhcHNlO1xuICAgIHdpZHRoOiAxMDAlO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtc2VjdGlvbi1pdGVtIHtcbiAgICBib3JkZXI6IDFweCBkYXNoZWQgI0RERDtcbiAgICBtYXJnaW46IC0xcHggMCAwIDA7XG4gICAgcGFkZGluZzogNXB4IDA7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbTpudGgtY2hpbGQoMm4rMSksXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtc2VjdGlvbi1pdGVtOm50aC1jaGlsZCgybisxKSAuc2VjdGlvbi1pdGVtLWlucHV0IGlucHV0IHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkNGQ0ZDO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtc2VjdGlvbi1pdGVtIC5scC1pdGVtLWFjdGlvbnMge1xuICAgIG1hcmdpbjogMDtcbiAgICBmbG9hdDogcmlnaHQ7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtc2VjdGlvbi1pdGVtIC5scC1pdGVtLWFjdGlvbnMgYSB7XG4gICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgICBjb2xvcjogIzY2NjtcbiAgICBtYXJnaW4tdG9wOiAtMnB4O1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1zZWN0aW9uLWl0ZW1zIC5scC1zZWN0aW9uLWl0ZW0gLmxwLWl0ZW0tYWN0aW9ucyBhOmhvdmVyIHtcbiAgICBjb2xvcjogIzAwYTBkMjtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbVtkYXRhLWl0ZW1faWQ9XCJcIl0gLmxwLWVkaXQge1xuICAgIGRpc3BsYXk6IG5vbmU7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1zZWN0aW9uLWl0ZW1zIC5scC1zZWN0aW9uLWl0ZW0ubHAtaXRlbS1lbXB0eSAubHAtaXRlbS1hY3Rpb25zIHtcbiAgICBkaXNwbGF5OiBub25lO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbS51aS1zb3J0YWJsZS1oZWxwZXIgdGQge1xuXG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHtcbiAgICB2aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyIHRkIHtcbiAgICBiYWNrZ3JvdW5kLWltYWdlOiB1cmwoXCIuLi8uLi8uLi9hc3NldHMvaW1hZ2VzL3N0cmlwZS5wbmdcIik7XG4gICAgYm9yZGVyLWJvdHRvbTogbm9uZTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1pdGVtLWFjdGlvbnMgPiAqIHtcbiAgICB2aXNpYmlsaXR5OiBoaWRkZW47XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtaXRlbS1hY3Rpb25zID4gYSB7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuaXRlbS1idWxrLWFjdGlvbnMge1xuICAgIHRleHQtYWxpZ246IHJpZ2h0O1xuICAgIG1hcmdpbi10b3A6IDA7XG4gICAgbWFyZ2luLWJvdHRvbTogMTVweDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW06bm90KC5scC1pdGVtLWVtcHR5KTpob3ZlciAubHAtaXRlbS1hY3Rpb25zID4gKiB7XG4gICAgdmlzaWJpbGl0eTogdmlzaWJsZTtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbTpub3QoLmxwLWl0ZW0tZW1wdHkpIC5pdGVtLWNoZWNrYm94IHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgaGVpZ2h0OiAzNHB4O1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBsaW5lLWhlaWdodDogMzJweDtcbiAgICBwYWRkaW5nOiAwIDAgMCAwO1xuICAgIG1hcmdpbjogMCA0cHggMCAxMHB4O1xuICAgIGN1cnNvcjogdXJsKFwiLi4vLi4vLi4vYXNzZXRzL2ltYWdlcy9vcGVuaGFuZC5jdXJcIikgNyA1LCBkZWZhdWx0O1xuICAgIHZpc2liaWxpdHk6IHZpc2libGU7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAuY3VycmljdWx1bS1zZWN0aW9uLWl0ZW1zIC5scC1zZWN0aW9uLWl0ZW0gLml0ZW0tY2hlY2tib3ggaW5wdXQge1xuICAgIG9wYWNpdHk6IDAuNDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbTpub3QoLmxwLWl0ZW0tZW1wdHkpOmhvdmVyIC5pdGVtLWNoZWNrYm94IGlucHV0IHtcbiAgICBvcGFjaXR5OiAxO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWl0ZW0tbHBfbGVzc29uIC5oYW5kbGUubGVhcm4tcHJlc3MtaWNvbjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwiXFxlOTAwXCI7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtaXRlbS1scF9xdWl6IC5oYW5kbGUubGVhcm4tcHJlc3MtaWNvbjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwiXFxlOTAxXCI7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtLmxwLWl0ZW0tbmV3IC5oYW5kbGUge1xuICAgIGNvbG9yOiAjOTk5O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmN1cnJpY3VsdW0tc2VjdGlvbi1pdGVtcyAubHAtc2VjdGlvbi1pdGVtOmhvdmVyLFxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbTpob3ZlciBpbnB1dC5scC1pdGVtLW5hbWUge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGOUY5Rjk7XG59XG5cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtIC5oYW5kbGUge1xuICAgIHdpZHRoOiAzMnB4O1xuICAgIGhlaWdodDogMzJweDtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgZm9udC1zaXplOiAxOHB4O1xuICAgIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICAgIGNvbG9yOiAjMDBBMEQyO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbS5yZW1vdmUgaW5wdXQubHAtaXRlbS1uYW1lIHtcbiAgICBjb2xvcjogI0ZGMDAwMDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW0udWktc29ydGFibGUtaGVscGVyIHtcblxufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbSBpbnB1dC5scC1pdGVtLW5hbWUge1xuICAgIGNvbG9yOiAjNzc3O1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBib3gtc2hhZG93OiBub25lO1xuICAgIG91dGxpbmU6IG5vbmU7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIHdpZHRoOiAxMDAlO1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgdGV4dC1vdmVyZmxvdzogZWxsaXBzaXM7XG4gICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICB3aGl0ZS1zcGFjZTogbm93cmFwO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24tZGVzY3JpYmUge1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBib3gtc2hhZG93OiBub25lO1xuICAgIGNvbG9yOiAjOTk5O1xuICAgIGZvbnQtc3R5bGU6IGl0YWxpYztcbiAgICB3aWR0aDogODAlO1xuICAgIGZsb2F0OiBsZWZ0O1xuICAgIHBhZGRpbmctbGVmdDogMDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5jdXJyaWN1bHVtLXNlY3Rpb24taXRlbXMgLmxwLXNlY3Rpb24taXRlbSBpbnB1dC5scC1pdGVtLW5hbWU6Zm9jdXMsXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gaW5wdXQ6Zm9jdXMge1xuICAgIGNvbG9yOiAjNDQ0O1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbSAuc2VjdGlvbi1pdGVtLWljb24ge1xuICAgIHdpZHRoOiAzMnB4O1xuICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG59XG5cbi5scC1zZWN0aW9uLWl0ZW0gLmxlYXJuLXByZXNzLWljb24ge1xuICAgIHdpZHRoOiAzMnB4O1xuICAgIGhlaWdodDogMzJweDtcbiAgICBmb250LWZhbWlseTogZGFzaGljb25zO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBmb250LXNpemU6IDIwcHg7XG4gICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgIGxpbmUtaGVpZ2h0OiAzMnB4O1xuICAgIGNvbG9yOiAjREREO1xuICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICBib3JkZXI6IDFweCBzb2xpZCB0cmFuc3BhcmVudDtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW0gLmxlYXJuLXByZXNzLWljb24uaXRlbS1scF9xdWl6OmJlZm9yZSB7XG4gICAgY29udGVudDogXCJcXGY0NjlcIjtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW0gLmxlYXJuLXByZXNzLWljb24uaXRlbS1scF9sZXNzb246YmVmb3JlIHtcbiAgICBjb250ZW50OiBcIlxcZjMzMFwiO1xufVxuXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbSAubGVhcm4tcHJlc3MtaWNvbi5pdGVtLXNlbGVjdGVkLFxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW1bZGF0YS1pdGVtX2lkPVwiXCJdIC5sZWFybi1wcmVzcy1pY29uOmhvdmVyIHtcbn1cblxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW0gdGQge1xuICAgIGhlaWdodDogMzBweDtcbn1cblxuI3Bvc3RzdHVmZiAucG9zdGJveC1jb250YWluZXIge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cblxuI2NvdXJzZV90YWJzIC5oYW5kbGVkaXYsXG4jY291cnNlX3RhYnMgLmhuZGxlLFxuI2NvdXJzZV90YWJzIC5yd21iLWxhYmVsIHtcbiAgICBkaXNwbGF5OiBub25lO1xufVxuXG4jY291cnNlX3RhYnMgLnJ3bWItaW5wdXQge1xuXG59XG5cbiNjb3Vyc2VfdGFicyAuaW5zaWRlIHtcbiAgICBtYXJnaW46IDA7XG4gICAgcGFkZGluZzogMDtcbn1cblxuI2NvdXJzZV90YWJzIC5yd21iLWNvdXJzZV90YWJzLXdyYXBwZXIge1xuICAgIG1hcmdpbjogMDtcbn1cblxuI2NvdXJzZV90YWJzIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgbGVmdDogMDtcbiAgICByaWdodDogMDtcbn1cblxuI2NvdXJzZV90YWJzLmZpeGVkIHtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgdG9wOiAzMHB4O1xuICAgIHotaW5kZXg6IDEwMDAwO1xuICAgIG9wYWNpdHk6IDAuNTtcbiAgICBsZWZ0OiAxODJweDtcbiAgICByaWdodDogMzIwcHg7XG59XG5cbiNjb3Vyc2VfdGFicy5maXhlZDpob3ZlciB7XG4gICAgb3BhY2l0eTogMTtcbn1cblxuI2NvdXJzZV90YWJzX3BsYWNlaG9sZGVyIHtcbiAgICBoZWlnaHQ6IDQxcHg7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbn1cblxuI3Bvc3RzdHVmZiBoMyNjb3Vyc2UtdGFicy1oMyB7XG4gICAgcGFkZGluZzogMDtcbn1cblxuI2NvdXJzZS10YWJzLWgzID4gYSB7XG4gICAgcGFkZGluZzogMTBweDtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI0RERDtcbiAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgX2NvbG9yOiAjQUFBO1xuICAgIGJveC1zaGFkb3c6IG5vbmU7XG59XG5cbi5sZWFybi1wcmVzcy1yZXZpZXctbG9ncyB7XG4gICAgcGFkZGluZy1ib3R0b206IDEwcHg7XG4gICAgLnJldmlldy1tZXNzYWdlIHtcbiAgICAgICAgZm9udC1zdHlsZTogaXRhbGljO1xuICAgICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICAgIG1hcmdpbjogMTBweCAwO1xuICAgICAgICBjb2xvcjogIzk5OTtcbiAgICB9XG4gICAgPiBsaSB7XG4gICAgICAgIGJvcmRlci1ib3R0b206IDFweCBkYXNoZWQgI0RERDtcbiAgICAgICAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gICAgICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgICBjb250ZW50OiAnJztcbiAgICAgICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgICAgICAgY2xlYXI6IGJvdGg7XG4gICAgICAgIH1cbiAgICB9XG4gICAgLnJldmlldy11c2VyIHtcbiAgICAgICAgd2lkdGg6IDQ4cHg7XG4gICAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgICBpbWcge1xuICAgICAgICAgICAgbWF4LXdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgaGVpZ2h0OiBhdXRvO1xuICAgICAgICB9XG4gICAgICAgID4gKiB7XG4gICAgICAgICAgICBmbG9hdDogbGVmdDtcbiAgICAgICAgfVxuICAgIH1cbiAgICAucmV2aWV3LWluZGV4IHtcbiAgICAgICAgd2lkdGg6IDQ2cHg7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIGJvdHRvbTogLTExcHg7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICAgIGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAgYm9yZGVyOiAxcHggZGFzaGVkICNEREQ7XG4gICAgICAgIGhlaWdodDogMjBweDtcbiAgICAgICAgbGluZS1oZWlnaHQ6IDIwcHg7XG4gICAgICAgIGNvbG9yOiAjQ0NDO1xuICAgIH1cbiAgICAucmV2aWV3LWNvbnRlbnQge1xuICAgICAgICBtYXJnaW4tbGVmdDogNjhweDtcbiAgICB9XG4gICAgPiBsaSAubHAtbGFiZWwge1xuICAgICAgICBmb250LXNpemU6IDEwMCU7XG4gICAgICAgIG1hcmdpbi10b3A6IDIwcHg7XG4gICAgfVxufVxuXG4ucndtYi1jdXJyaWN1bHVtLXdyYXBwZXIgLnJ3bWItbGFiZWwge1xuICAgIGRpc3BsYXk6IG5vbmU7XG59XG5cbi5yd21iLWN1cnJpY3VsdW0td3JhcHBlciAucndtYi1pbnB1dCB7XG4gICAgd2lkdGg6IGF1dG8gIWltcG9ydGFudDtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBmbG9hdDogbm9uZTtcbn1cblxuLmNvbHVtbi1scF9jb3Vyc2UgLnJvdy1hY3Rpb25zIHtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgbWFyZ2luLWxlZnQ6IDEwcHg7XG59XG5cbi5scC1tb2RhbC1zZWFyY2ggbGkuc2VsZWN0ZWQge1xuICAgIGRpc3BsYXk6IG5vbmU7XG59XG5cbi5scC1zZWFyY2gtaXRlbXMgaW5wdXRbbmFtZT1cImxwLWl0ZW0tbmFtZVwiXSB7XG4gICAgd2lkdGg6IDM1MHB4O1xufVxuXG4ubHAtbW9kYWwtc2VhcmNoIHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xuICAgIGNvbG9yOiAjNzc3O1xuICAgIHBhZGRpbmc6IDIwcHg7XG4gICAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ubHAtbW9kYWwtc2VhcmNoIHVsIHtcblxufVxuXG4ubHAtaGlnaGxpZ2h0LWNvbG9yIHtcbiAgICB0ZXh0LWRlY29yYXRpb246IHVuZGVybGluZTtcbiAgICBjb2xvcjogIzAwYTBkMjtcbn1cblxuLmxlYXJuLXByZXNzLWRyb3Bkb3duLWl0ZW0tdHlwZXMge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICA+IHVsIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICB0b3A6IDBweDtcbiAgICAgICAgei1pbmRleDogMTA7XG4gICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG4gICAgICAgIGxlZnQ6IDEwMCU7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAtMXB4O1xuICAgICAgICA+IGxpIHtcbiAgICAgICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgICAgIGRpc3BsYXk6IHRhYmxlLWNlbGw7XG4gICAgICAgICAgICBzcGFuIHtcbiAgICAgICAgICAgICAgICBib3JkZXItd2lkdGg6IDAgIWltcG9ydGFudDtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbn1cblxudHJbZGF0YS1pdGVtX2lkPVwiXCJdIC5sZWFybi1wcmVzcy1kcm9wZG93bi1pdGVtLXR5cGVzOmhvdmVyID4gdWwsXG50cltkYXRhLWl0ZW1faWQ9XCJcIl0uZm9jdXMgLmxlYXJuLXByZXNzLWRyb3Bkb3duLWl0ZW0tdHlwZXMgPiB1bCB7XG4gICAgZGlzcGxheTogaW5saW5lLXRhYmxlO1xuICAgIGJvcmRlci1sZWZ0LWNvbG9yOiB0cmFuc3BhcmVudDtcbn1cblxuLmxlYXJuLXByZXNzLWRyb3Bkb3duLWl0ZW0tdHlwZXM6aG92ZXIgPiBzcGFuLmxlYXJuLXByZXNzLWljb24sXG50ci5mb2N1cyAubGVhcm4tcHJlc3MtZHJvcGRvd24taXRlbS10eXBlcyA+IHNwYW4ubGVhcm4tcHJlc3MtaWNvbiB7XG4gICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgICBib3JkZXItY29sb3I6ICNEREQ7XG4gICAgei1pbmRleDogNTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG59XG5cbi5sZWFybi1wcmVzcy1kcm9wZG93bi1pdGVtLXR5cGVzOmhvdmVyID4gc3Bhbi5sZWFybi1wcmVzcy1pY29uOmFmdGVyIHtcbiAgICBjb250ZW50OiAnJztcbiAgICBib3JkZXItbGVmdDogMXB4IHNvbGlkICNFRUU7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHJpZ2h0OiAwO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBoZWlnaHQ6IDIwcHg7XG4gICAgdG9wOiA1MCU7XG4gICAgbWFyZ2luLXRvcDogLTEwcHg7XG59XG5cbi5sZWFybi1wcmVzcy1kcm9wZG93bi1pdGVtLXR5cGVzID4gc3Bhbi5sZWFybi1wcmVzcy1pY29uLFxuLmxlYXJuLXByZXNzLWRyb3Bkb3duLWl0ZW0tdHlwZXMgbGk6aG92ZXIgc3Bhbi5sZWFybi1wcmVzcy1pY29uLFxuLmxlYXJuLXByZXNzLWRyb3Bkb3duLWl0ZW0tdHlwZXMgbGkgc3Bhbi5sZWFybi1wcmVzcy1pY29uLml0ZW0tc2VsZWN0ZWQge1xuICAgIGNvbG9yOiAjMDA4NWJhO1xufVxuXG4ubGVhcm4tcHJlc3MtY291cnNlLWF0dHJpYnV0ZXMge1xuICAgIG1hcmdpbjogMjBweCAwO1xuICAgIC5jb3Vyc2UtYXR0cmlidXRlLXRheG9ub215IHtcbiAgICAgICAgbGkge1xuXG4gICAgICAgIH1cbiAgICB9XG59XG5cbi5wb3N0LXR5cGUtbHBfY291cnNlIHtcbiAgICAjc3dpdGNoLWNvdXJzZS10YWJzLFxuICAgICN0b2dnbGUtbWV0YS1ib3hlcyB7XG4gICAgICAgIGZsb2F0OiByaWdodDtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gICAgfVxufVxuXG4vKlxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1jb3Vyc2UtY3VycmljdWx1bS10b2dnbGV7XG5cdHBhZGRpbmc6IDA7XG5cdG1hcmdpbjogMDtcblx0ZmxvYXQ6IHJpZ2h0O1xufVxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1pdGVtLW5hbWV7XG5cdGJveC1zaGFkb3c6IG5vbmU7XG5cdGJvcmRlci1jb2xvcjogdHJhbnNwYXJlbnQ7XG5cdGNvbG9yOiAjQkJCO1xufVxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWl0ZW06aG92ZXIsXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbS5ob3Zlcntcblx0YmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcblx0Ym9yZGVyLXN0eWxlOiBzb2xpZDtcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtLmxwLWl0ZW0tbHBfbGVzc29uIC5oYW5kbGU6YWZ0ZXJ7XG5cdGNvbnRlbnQ6IFwiXFxmNDk3XCI7XG59XG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbS5scC1pdGVtLWxwX3F1aXogLmhhbmRsZTphZnRlcntcblx0Y29udGVudDogXCJcXGYxMzBcIjtcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtOmhvdmVyIC5scC1pdGVtLW5hbWUsXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24taXRlbS5ob3ZlciAubHAtaXRlbS1uYW1le1xuXHRib3JkZXI6IDFweCBzb2xpZCAjREREO1xuXHRjb2xvcjogIzMyMzczYztcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1lbXB0eSAubHAtc2VjdGlvbi1pdGVtc3tcblx0ZGlzcGxheTogbm9uZTtcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtc2VjdGlvbi1pdGVtIC5scC1pdGVtLWFjdGlvbnN7XG5cdGZsb2F0OiByaWdodDtcblx0bWFyZ2luLWxlZnQ6IDVweDtcblx0bWFyZ2luLXRvcDogM3B4O1xufVxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1pdGVtLWVtcHR5IC5scC1pdGVtLWFjdGlvbnMsXG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLXNlY3Rpb24tZW1wdHkgLmxwLXNlY3Rpb24taGVhZCAubHAtYWN0aW9uLFxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWVtcHR5IC5scC1jdXJyaWN1bHVtLXNlY3Rpb24tY29udGVudCB7XG5cdGRpc3BsYXk6IG5vbmU7XG59XG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWl0ZW0tZW1wdHl7XG5cdGN1cnNvcjogZGVmYXVsdDtcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtaXRlbS1uZXd7XG5cdGJvcmRlci1jb2xvcjogIzAwQTBEMjtcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtaXRlbS1uZXcgLmxwLWl0ZW0tbmFtZXtcblx0Ym9yZGVyLWNvbG9yOiAjMDBBMEQyO1xufVxuI2xwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1zZWN0aW9uLWhlYWR7XG5cdHBhZGRpbmc6IDA7XG59XG4jbHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbiAubHAtdG9nZ2xlIGk6YmVmb3Jle1xuXHRjb250ZW50OiAnXFxmMTMyJztcbn1cbiNscC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uLm9wZW4gLmxwLXRvZ2dsZSBpOmJlZm9yZXtcblx0Y29udGVudDogJ1xcZjQ2MCc7XG59XG4ubHAtbW9kYWwtc2VhcmNoe1xuXHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdGJhY2tncm91bmQtY29sb3I6ICNGRkY7XG5cdGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG5cdGJvcmRlci10b3A6IG5vbmU7XG5cdHotaW5kZXg6IDk5OTk7XG5cdG1hcmdpbjogLTFweCAwIDAgMXB4O1xufVxuLmxwLW1vZGFsLXNlYXJjaCB1bHtcblx0bWFyZ2luOiAwO1xuXHRwYWRkaW5nOiAwO1xufVxuLmxwLW1vZGFsLXNlYXJjaCB1bCBsaXtcblx0bGlzdC1zdHlsZTogbm9uZTtcblx0cGFkZGluZzogNXB4O1xuXHRtYXJnaW46IDA7XG59XG4ubHAtbW9kYWwtc2VhcmNoIGxpLmhpZ2hsaWdodGluZyxcbi5scC1tb2RhbC1zZWFyY2ggbGk6aG92ZXJ7XG5cdGJhY2tncm91bmQtY29sb3I6ICNFQUVBRUE7XG5cdGN1cnNvcjogcG9pbnRlcjtcbn1cbi5scC1oaWdobGlnaHQtY29sb3J7XG5cdHRleHQtZGVjb3JhdGlvbjogdW5kZXJsaW5lO1xufVxuLmxwLXNlYXJjaC1uby1yZXN1bHRze1xuXHRkaXNwbGF5OiBub25lO1xufVxuLmxwLWN1cnJpY3VsdW0tc2VjdGlvbnMgLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVye1xuXHR2aXNpYmlsaXR5OiB2aXNpYmxlICFpbXBvcnRhbnQ7XG5cdGJvcmRlcjogMnB4IGRhc2hlZCAjREREO1xufVxuLmxwLWN1cnJpY3VsdW0tc2VjdGlvbnMgLmxwLXNvcnRpbmd7XG5cdGhlaWdodDogYXV0byAhaW1wb3J0YW50O1xufVxuKi9cbi8qXG5cbi5scC1jb3Vyc2UtY3VycmljdWx1bXt9XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbnN7XG5cbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9ue1xuXHR0cmFuc2l0aW9uOiBvcGFjaXR5IDAuMjVzO1xuXHRtYXJnaW4tYm90dG9tOiAyMHB4O1xuXHRib3JkZXI6IDFweCBzb2xpZCAjREREO1xufVxuLmxwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1jdXJyaWN1bHVtLXNlY3Rpb24ubHAtc2VsZWN0ZWQgLmxwLWN1cnJpY3VsdW0tc2VjdGlvbi1jb250ZW50e1xuXHRiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xufVxuLmxwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1jdXJyaWN1bHVtLXNlY3Rpb24tY29udGVudCA+IHB7XG5cdGRpc3BsYXk6IGlubGluZS1ibG9jaztcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uLmxwLXNlbGVjdGVkID4gaDN7XG5cdF9ib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uID4gaDN7XG5cdHBhZGRpbmc6IDEwcHggO1xuXHRtYXJnaW46IDA7XG5cdGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG5cdGhlaWdodDogNjJweDtcblx0cG9zaXRpb246IHJlbGF0aXZlO1xuXHRjdXJzb3I6IG1vdmU7XG59XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbiA+IGgzIC5scC1zZWN0aW9uLW5hbWUtd3JhcHBlcntcblx0dG9wOiA5cHg7XG59XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbiA+IGgzID4gc3BhbiA+IGlucHV0e1xuXHRib3JkZXI6IDFweCBzb2xpZCAjREREO1xuXHRib3JkZXItcmFkaXVzOiAzcHg7XG5cdGZvbnQtc2l6ZTogMjRweDtcblx0d2lkdGg6IDEwMCU7XG5cdGNvbG9yOiAjNzc3O1xufVxuLmxwLWNvdXJzZS1jdXJyaWN1bHVtIC5scC1jdXJyaWN1bHVtLXNlY3Rpb24gPiBoMyA+IHNwYW4ubHAtc2VjdGlvbi1uYW1lLXdyYXBwZXJ7XG5cdHBvc2l0aW9uOiBhYnNvbHV0ZTtcblx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xuXHRyaWdodDogMTM3cHg7XG5cdGxlZnQ6IDcxcHg7XG59XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbiA+IGgzIC5scC1hY3Rpb257XG5cdGRpc3BsYXk6IGJsb2NrO1xuXHRwb3NpdGlvbjogcmVsYXRpdmU7XG5cdGhlaWdodDogNjJweDtcblx0d2lkdGg6IDYycHg7XG5cdGJvcmRlci1sZWZ0OiAxcHggc29saWQgI0RERDtcblx0LXRvcDogLThweDtcblx0LXJpZ2h0OiAtMTFweDtcblx0Y3Vyc29yOiBwb2ludGVyO1xuXHRmbG9hdDogcmlnaHQ7XG59XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLmxwLWN1cnJpY3VsdW0tc2VjdGlvbiA+IGgzIC5scC1hY3Rpb24ubHAtc29ydHtcblx0ZGlzcGxheTogbm9uZTtcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uID4gaDMgLmxwLWFjdGlvbiAuZGFzaGljb25ze1xuXHRmb250LXNpemU6IDMycHg7XG5cdHdpZHRoOiAxMDAlO1xuXHRoZWlnaHQ6IDEwMCU7XG5cdGxpbmUtaGVpZ2h0OiA2MnB4O1xuXHRjb2xvcjogIzAwNzNhYTtcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uID4gaDMgLmxwLWFjdGlvbjpob3ZlciAuZGFzaGljb25ze1xuXHRjb2xvcjogIzAwOUVENztcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uID4gaDMgLmxwLWFjdGlvbi5scC10b2dnbGV7XG5cdF9yaWdodDogNjJweDtcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uID4gaDMgLmxwLWFjdGlvbi5scC1yZW1vdmV7XG5cdF9yaWdodDogMTI0cHg7XG59XG5cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAubHAtY3VycmljdWx1bS1zZWN0aW9uLmNsb3NlZCAubHAtY3VycmljdWx1bS1zZWN0aW9uLWNvbnRlbnR7XG5cdGRpc3BsYXk6IG5vbmU7XG59XG5cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAuc29ydGluZyAudWktc29ydGFibGUtaGVscGVyIC5scC1jdXJyaWN1bHVtLXNlY3Rpb24tY29udGVudHtcblx0ZGlzcGxheTogbm9uZSAhaW1wb3J0YW50O1xufVxuLmxwLWNvdXJzZS1jdXJyaWN1bHVtIC5zb3J0aW5nIC51aS1zb3J0YWJsZS1wbGFjZWhvbGRlcixcbi5scC1zZWN0aW9uLWl0ZW1zLnNvcnRpbmcgLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVye1xuXHRib3JkZXI6IDNweCBkYXNoZWQgI0RERDtcblx0dmlzaWJpbGl0eTogdmlzaWJsZSAhaW1wb3J0YW50O1xuXHRwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ubHAtY291cnNlLWN1cnJpY3VsdW0gLnNvcnRpbmcgLnVpLXNvcnRhYmxlLXBsYWNlaG9sZGVyOmFmdGVyLFxuLmxwLXNlY3Rpb24taXRlbXMuc29ydGluZyAudWktc29ydGFibGUtcGxhY2Vob2xkZXI6YWZ0ZXJ7XG5cdGNvbnRlbnQ6ICcnO1xuXHRkaXNwbGF5OiBibG9jaztcblx0d2lkdGg6IDBweDtcblx0aGVpZ2h0OiAwcHg7XG5cdGJvcmRlcjogMjhweCBzb2xpZCB0cmFuc3BhcmVudDtcblx0Ym9yZGVyLWxlZnQtY29sb3I6ICM5OTk7XG5cdHBvc2l0aW9uOiBhYnNvbHV0ZTtcblx0dG9wOiAwO1xuXHRsZWZ0OiAtMzNweDtcblxufVxuXG4ubHAtc2VjdGlvbi1pdGVtcy5zb3J0aW5nIC51aS1zb3J0YWJsZS1wbGFjZWhvbGRlcjphZnRlcntcblx0Ym9yZGVyLXdpZHRoOiAxNXB4O1xuXHRsZWZ0OiAtMjBweDtcbn1cbi5scC1jdXJyaWN1bHVtLXNlY3Rpb24tY29udGVudHtcblx0YmFja2dyb3VuZC1jb2xvcjogI0Y1RjVGNTtcblx0YmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblx0X2JvcmRlci1ib3R0b206IDJweCBkYXNoZWQgI0RERDtcblx0cGFkZGluZzogMjBweDtcblx0bWFyZ2luLWJvdHRvbTogMHB4O1xuXHRib3JkZXItdG9wOiAxcHggc29saWQgI0RERDtcbn1cbi5scC1keW5hbWljLWZvcm17XG5cdHBvc2l0aW9uOiBhYnNvbHV0ZTtcblx0cGFkZGluZzogMHB4O1xuXHRiYWNrZ3JvdW5kLWNvbG9yOiB0cmFuc3BhcmVudDtcblx0ei1pbmRleDogMjEwO1xuXHRcdGhlaWdodDogMTVweDtcblx0b3ZlcmZsb3c6IGhpZGRlbjtcbn1cbi5scC1jb250YWluZXItZHJvcGRvd257XG5cdGhlaWdodDogMTVweDtcblx0dmVydGljYWwtYWxpZ246IHRvcDtcbn1cbi5scC1jb250YWluZXItZHJvcGRvd24gPiBhe1xuXHRiYWNrZ3JvdW5kLWltYWdlOiBub25lICFpbXBvcnRhbnQ7XG5cdGJhY2tncm91bmQtY29sb3I6ICNGRkYgIWltcG9ydGFudDtcbn1cbi5scC1jb250YWluZXItZHJvcGRvd24uc2VsZWN0Mi1kcm9wLWFib3ZlID4gYXtcblx0aGVpZ2h0OiAzcHg7XG59XG4ubHAtc2VsZWN0LWRyb3Bkb3due1xuXHRtYXJnaW4tdG9wOiAtNnB4O1xufVxuLmxwLXNlbGVjdC1kcm9wZG93bi5zZWxlY3QyLWRyb3AtYWJvdmV7XG5cdHBhZGRpbmctYm90dG9tOiAwO1xufVxuXG4ubHAtZW1wdHkgLmxwLWN1cnJpY3VsdW0tc2VjdGlvbi1jb250ZW50e1xuXHRkaXNwbGF5OiBub25lICFpbXBvcnRhbnQ7XG59XG5cbi5scC1zZWN0aW9uLWl0ZW1ze1xuXHRtaW4taGVpZ2h0OiAyMHB4O1xuXG5cbn1cbi5scC1zZWN0aW9uLWl0ZW1zID4gbGl7XG5cdHBhZGRpbmc6IDVweDtcblx0Ym9yZGVyOjFweCBkYXNoZWQgI0RERDtcblx0YmFja2dyb3VuZC1jb2xvcjogI0ZGRjtcblx0Y3Vyc29yOiBtb3ZlO1xuXHRwb3NpdGlvbjogcmVsYXRpdmU7XG59XG4ubHAtc2VjdGlvbi1pdGVtcyA+IGxpIC5scC10aXRsZXtcblx0Y3Vyc29yOiBhdXRvO1xuXHRwYWRkaW5nOiAzcHggNXB4O1xuXHRib3JkZXI6IDFweCBzb2xpZCB0cmFuc3BhcmVudDtcblx0ZGlzcGxheTogaW5saW5lLWJsb2NrO1xuXHR3aWR0aDogODAlO1xuXHQtd2Via2l0LWJveC1zaXppbmc6IGJvcmRlci1ib3g7XG5cdC1tb3otYm94LXNpemluZzogYm9yZGVyLWJveDtcblx0Ym94LXNpemluZzogYm9yZGVyLWJveDtcblxufVxuLmxwLXNlY3Rpb24taXRlbXMgPiBsaTpob3ZlciAubHAtdGl0bGUge1xuXHRib3JkZXItY29sb3I6ICNEREQ7XG5cdGN1cnNvcjogdGV4dDtcbn1cbi5scC1zZWN0aW9uLWl0ZW1zID4gbGkgaW5wdXR7XG5cdHdpZHRoOiA3MCU7XG59XG5cbi5scC1zZWN0aW9uLWl0ZW1zID4gbGk6aG92ZXJ7XG5cdGJvcmRlci1zdHlsZTogc29saWQ7XG59XG4ubHAtc2VjdGlvbi1pY29ue1xuXHRwb3NpdGlvbjogYWJzb2x1dGU7XG5cdHRvcDowO1xuXHRsZWZ0OjA7XG5cdHdpZHRoOiA2MnB4O1xuXHRoZWlnaHQ6IDYycHg7XG5cdGxpbmUtaGVpZ2h0OiA1NHB4O1xuXHRib3JkZXItcmlnaHQ6IDFweCBzb2xpZCAjREREO1xuXHR0ZXh0LWFsaWduOmNlbnRlcjtcbn1cbi5scC1zZWN0aW9uLWljb24gaXtcblx0aGVpZ2h0OiA2MHB4O1xuXHRsaW5lLWhlaWdodDogNjBweDtcbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bSAuZGFzaGljb25ze1xuXHR2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xufVxuXG4uc2VsZWN0Mi1kcm9wLnNlbGVjdDItZHJvcC1hY3RpdmV7XG5cdHBhZGRpbmc6IDVweCAxMHB4O1xufVxuXG4ucndtYi1jb3Vyc2VfbGVzc29uX3F1aXotd3JhcHBlciAucndtYi1sYWJlbHsgZGlzcGxheTogbm9uZTt9XG4ucndtYi1jb3Vyc2VfbGVzc29uX3F1aXotd3JhcHBlciAucndtYi1pbnB1dHsgZmxvYXQ6IG5vbmU7IHdpZHRoOiBhdXRvOyBkaXNwbGF5OiBibG9jazt9XG5cbi5scC1jb3Vyc2UtY3VycmljdWx1bS10b2dnbGV7XG5cbn1cbi5scC1jb3Vyc2UtY3VycmljdWx1bS10b2dnbGUgLmV4cGFuZHtcblx0ZGlzcGxheTogbm9uZTtcbn0qLyJdLCJmaWxlIjoiYWRtaW4vbWV0YS1ib3gtY291cnNlLmNzcyJ9 */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/meta-box-order.css
DELETED
@@ -1,151 +0,0 @@
|
|
1 |
-
/* admin order details */
|
2 |
-
.column-order_date,
|
3 |
-
.column-order_total,
|
4 |
-
.column-order_status,
|
5 |
-
.post-type-lp_order .column-title {
|
6 |
-
width: 10%;
|
7 |
-
}
|
8 |
-
.post-type-lp_order .column-order_student {
|
9 |
-
width: 12%;
|
10 |
-
}
|
11 |
-
#order_details .ui-sortable-handle,
|
12 |
-
#order_details .handlediv {
|
13 |
-
display: none !important;
|
14 |
-
}
|
15 |
-
#order_details .inside {
|
16 |
-
padding: 20px;
|
17 |
-
margin: 0;
|
18 |
-
}
|
19 |
-
#order_details .order-user-avatar {
|
20 |
-
float: left;
|
21 |
-
margin-right: 20px;
|
22 |
-
}
|
23 |
-
#order_details .order-user-meta {
|
24 |
-
float: left;
|
25 |
-
}
|
26 |
-
#order_details .order-items table {
|
27 |
-
width: 100%;
|
28 |
-
border-collapse: collapse;
|
29 |
-
margin-top: 20px;
|
30 |
-
}
|
31 |
-
#order_details .order-items table tr {
|
32 |
-
border-bottom: 1px solid #EEE;
|
33 |
-
}
|
34 |
-
#order_details .order-items table thead th {
|
35 |
-
height: 30px;
|
36 |
-
text-align: left;
|
37 |
-
font-size: 16px;
|
38 |
-
padding: 15px 10px;
|
39 |
-
}
|
40 |
-
#order_details .order-items table td {
|
41 |
-
padding: 15px 10px;
|
42 |
-
font-size: 16px;
|
43 |
-
}
|
44 |
-
#order_details .order-items table .align-right {
|
45 |
-
text-align: right;
|
46 |
-
}
|
47 |
-
#order_details .order-data {
|
48 |
-
float: right;
|
49 |
-
}
|
50 |
-
#order_details .order-data {
|
51 |
-
text-align: right;
|
52 |
-
}
|
53 |
-
#order_details .order-data .order-data-number {
|
54 |
-
font-size: 24px;
|
55 |
-
font-weight: bold;
|
56 |
-
margin-bottom: 10px;
|
57 |
-
}
|
58 |
-
#order_details .order-data .order-data-date {
|
59 |
-
font-size: 14px;
|
60 |
-
font-style: italic;
|
61 |
-
margin-bottom: 5px;
|
62 |
-
}
|
63 |
-
#order_details .order-data .order-data-payment-method {
|
64 |
-
font-size: 16px;
|
65 |
-
font-weight: bold;
|
66 |
-
margin: 5px 0;
|
67 |
-
}
|
68 |
-
#order_details .order-data .order-data-status {
|
69 |
-
border-radius: 3px;
|
70 |
-
padding: 2px 5px;
|
71 |
-
display: inline-block;
|
72 |
-
color: #FFF;
|
73 |
-
font-size: 12px;
|
74 |
-
}
|
75 |
-
#order_details .order-data .order-data-status.completed {
|
76 |
-
background-color: #006400;
|
77 |
-
}
|
78 |
-
#order_details .order-data .order-data-status.pending {
|
79 |
-
background-color: #CCCCCC;
|
80 |
-
}
|
81 |
-
#order_details .total {
|
82 |
-
font-weight: bold;
|
83 |
-
font-size: 16px;
|
84 |
-
}
|
85 |
-
#order_details .avatar-multiple-users{
|
86 |
-
width: 120px;
|
87 |
-
height: 120px;
|
88 |
-
background: #F5F5F5;
|
89 |
-
position: relative;
|
90 |
-
}
|
91 |
-
#order_details .avatar-multiple-users:before,
|
92 |
-
#order_details .avatar-multiple-users:after{
|
93 |
-
content: "\f110";
|
94 |
-
width: 120px;
|
95 |
-
height:120px;
|
96 |
-
position: absolute;
|
97 |
-
top:0;
|
98 |
-
left: 0;
|
99 |
-
font-family: dashicons;
|
100 |
-
font-size: 58px;
|
101 |
-
color: #a1adbb;
|
102 |
-
text-align: center;
|
103 |
-
line-height: 120px;
|
104 |
-
}
|
105 |
-
#order_details .avatar-multiple-users:before{
|
106 |
-
font-size: 48px;
|
107 |
-
left: -27px;
|
108 |
-
color: #DEDEDE;
|
109 |
-
}
|
110 |
-
#order_details .avatar-multiple-users span:after{
|
111 |
-
font-family: dashicons;
|
112 |
-
content: "\f132";
|
113 |
-
font-size: 32px;
|
114 |
-
top: 0;
|
115 |
-
position: absolute;
|
116 |
-
width: 120px;
|
117 |
-
height: 120px;
|
118 |
-
text-align: center;
|
119 |
-
line-height: 120px;
|
120 |
-
left: 31px;
|
121 |
-
color: #a1adbb;
|
122 |
-
}
|
123 |
-
#order_details .order-users > strong{
|
124 |
-
font-weight: bold;
|
125 |
-
}
|
126 |
-
#order_details .order-users p{
|
127 |
-
font-style: italic;
|
128 |
-
margin: 5px 0 15px 0;
|
129 |
-
}
|
130 |
-
#order_details .payment-method-title{
|
131 |
-
font-weight: bold;
|
132 |
-
}
|
133 |
-
|
134 |
-
|
135 |
-
.order-status-description {
|
136 |
-
font-size: smaller;
|
137 |
-
background: #CEE8FF;
|
138 |
-
padding: 5px;
|
139 |
-
font-style: italic;
|
140 |
-
color: #848484;
|
141 |
-
position: relative;
|
142 |
-
margin-top: 10px;
|
143 |
-
border-radius: 3px;
|
144 |
-
}
|
145 |
-
.order-status-description:before {
|
146 |
-
content: '';
|
147 |
-
border: 5px solid transparent;
|
148 |
-
border-bottom-color: #CEE8FF;
|
149 |
-
position: absolute;
|
150 |
-
top: -10px;
|
151 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/admin/setup.css
ADDED
@@ -0,0 +1,216 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
/* The animation code */
|
2 |
+
@keyframes spin {
|
3 |
+
0% {
|
4 |
+
transform: rotate(0deg); }
|
5 |
+
50% {
|
6 |
+
transform: rotate(180deg); }
|
7 |
+
100% {
|
8 |
+
transform: rotate(360deg); } }
|
9 |
+
|
10 |
+
@keyframes spin-back {
|
11 |
+
0% {
|
12 |
+
transform: rotate(0deg); }
|
13 |
+
50% {
|
14 |
+
transform: rotate(-180deg); }
|
15 |
+
100% {
|
16 |
+
transform: rotate(-360deg); } }
|
17 |
+
|
18 |
+
.lp-setup, .lp-update-database {
|
19 |
+
color: #777; }
|
20 |
+
.lp-setup h1, .lp-setup h2, .lp-setup h3, .lp-setup h4, .lp-setup h5, .lp-setup h6, .lp-update-database h1, .lp-update-database h2, .lp-update-database h3, .lp-update-database h4, .lp-update-database h5, .lp-update-database h6 {
|
21 |
+
color: #777;
|
22 |
+
font-weight: normal; }
|
23 |
+
.lp-setup h2, .lp-update-database h2 {
|
24 |
+
font-size: 24px;
|
25 |
+
border-bottom: 1px solid #EEE;
|
26 |
+
padding-bottom: 20px; }
|
27 |
+
.lp-setup p.large-text, .lp-update-database p.large-text {
|
28 |
+
font-size: 16px;
|
29 |
+
margin: 0 0 20px 0; }
|
30 |
+
.lp-setup a, .lp-update-database a {
|
31 |
+
font-size: 13px; }
|
32 |
+
.lp-setup .logo, .lp-update-database .logo {
|
33 |
+
text-align: center; }
|
34 |
+
.lp-setup #content, .lp-update-database #content {
|
35 |
+
max-width: 90%;
|
36 |
+
width: 900px;
|
37 |
+
margin: 40px auto 20px auto; }
|
38 |
+
.lp-setup #main, .lp-update-database #main {
|
39 |
+
background: #FFF;
|
40 |
+
padding: 20px;
|
41 |
+
border: 1px solid #ececec;
|
42 |
+
margin-bottom: 20px;
|
43 |
+
position: relative; }
|
44 |
+
.lp-setup #main .description, .lp-update-database #main .description {
|
45 |
+
font-size: 13px;
|
46 |
+
font-style: italic; }
|
47 |
+
.lp-setup #main.loading:after, .lp-update-database #main.loading:after {
|
48 |
+
content: '';
|
49 |
+
position: absolute;
|
50 |
+
top: 0;
|
51 |
+
left: 0;
|
52 |
+
right: 0;
|
53 |
+
bottom: 0;
|
54 |
+
z-index: 10;
|
55 |
+
background: #FFF;
|
56 |
+
opacity: 0.5; }
|
57 |
+
.lp-setup #main.loading .icon-loading, .lp-update-database #main.loading .icon-loading {
|
58 |
+
display: block;
|
59 |
+
position: absolute;
|
60 |
+
top: 50%;
|
61 |
+
left: 50%;
|
62 |
+
width: 20px;
|
63 |
+
height: 20px;
|
64 |
+
margin-left: -10px;
|
65 |
+
margin-top: -10px;
|
66 |
+
z-index: 15; }
|
67 |
+
.lp-setup #main.loading .icon-loading:before, .lp-setup #main.loading .icon-loading:after, .lp-update-database #main.loading .icon-loading:before, .lp-update-database #main.loading .icon-loading:after {
|
68 |
+
width: 20px;
|
69 |
+
height: 20px;
|
70 |
+
top: 0;
|
71 |
+
left: 0;
|
72 |
+
content: '';
|
73 |
+
position: absolute; }
|
74 |
+
.lp-setup #main.loading .icon-loading:before, .lp-update-database #main.loading .icon-loading:before {
|
75 |
+
background: #e2e2e2;
|
76 |
+
animation-name: spin;
|
77 |
+
animation-duration: 4s;
|
78 |
+
animation-iteration-count: infinite;
|
79 |
+
animation-delay: 0s; }
|
80 |
+
.lp-setup #main.loading .icon-loading:after, .lp-update-database #main.loading .icon-loading:after {
|
81 |
+
background: #39a1e5;
|
82 |
+
animation-name: spin-back;
|
83 |
+
animation-duration: 4s;
|
84 |
+
animation-iteration-count: infinite;
|
85 |
+
animation-delay: 0s; }
|
86 |
+
.lp-setup .lp-setup-nav, .lp-update-database .lp-setup-nav {
|
87 |
+
position: relative; }
|
88 |
+
.lp-setup .lp-setup-steps, .lp-update-database .lp-setup-steps {
|
89 |
+
list-style: none;
|
90 |
+
margin: 0;
|
91 |
+
padding: 0 0 20px 0;
|
92 |
+
display: flex;
|
93 |
+
position: relative; }
|
94 |
+
.lp-setup .lp-setup-steps li, .lp-update-database .lp-setup-steps li {
|
95 |
+
list-style: none;
|
96 |
+
flex: 1;
|
97 |
+
text-align: center;
|
98 |
+
margin: 0;
|
99 |
+
position: relative; }
|
100 |
+
.lp-setup .lp-setup-steps li.active span, .lp-update-database .lp-setup-steps li.active span {
|
101 |
+
font-weight: bold;
|
102 |
+
color: #39a1e5; }
|
103 |
+
.lp-setup .lp-setup-steps li.active:before, .lp-update-database .lp-setup-steps li.active:before {
|
104 |
+
content: '';
|
105 |
+
height: 6px;
|
106 |
+
width: 100%;
|
107 |
+
-webkit-border-radius: 3px;
|
108 |
+
-moz-border-radius: 3px;
|
109 |
+
border-radius: 3px;
|
110 |
+
background: #05B3FF;
|
111 |
+
left: 0;
|
112 |
+
position: absolute;
|
113 |
+
bottom: -20px;
|
114 |
+
z-index: 10; }
|
115 |
+
.lp-setup .lp-setup-steps li.active:after, .lp-update-database .lp-setup-steps li.active:after {
|
116 |
+
width: 8px;
|
117 |
+
height: 8px;
|
118 |
+
position: absolute;
|
119 |
+
background: #41b3ff;
|
120 |
+
transform: rotate(45deg);
|
121 |
+
left: 50%;
|
122 |
+
bottom: -18px;
|
123 |
+
margin-left: -5px;
|
124 |
+
content: ''; }
|
125 |
+
.lp-setup .lp-setup-progress,
|
126 |
+
.lp-setup .lp-setup-progress .active, .lp-update-database .lp-setup-progress,
|
127 |
+
.lp-update-database .lp-setup-progress .active {
|
128 |
+
width: 100%;
|
129 |
+
height: 6px;
|
130 |
+
left: 0;
|
131 |
+
bottom: 0;
|
132 |
+
background: #DDD;
|
133 |
+
position: absolute;
|
134 |
+
-webkit-border-radius: 3px;
|
135 |
+
-moz-border-radius: 3px;
|
136 |
+
border-radius: 3px; }
|
137 |
+
.lp-setup .lp-setup-progress .active, .lp-update-database .lp-setup-progress .active {
|
138 |
+
background: #00a1e6;
|
139 |
+
width: 50%; }
|
140 |
+
.lp-setup footer, .lp-update-database footer {
|
141 |
+
max-width: 900px;
|
142 |
+
margin: 0 auto;
|
143 |
+
padding: 0 20px;
|
144 |
+
text-align: center; }
|
145 |
+
.lp-setup .buttons, .lp-update-database .buttons {
|
146 |
+
text-align: right;
|
147 |
+
border-top: 1px solid #EEE;
|
148 |
+
padding-top: 20px; }
|
149 |
+
.lp-setup .button-skip-next,
|
150 |
+
.lp-setup .button-skip-prev, .lp-update-database .button-skip-next,
|
151 |
+
.lp-update-database .button-skip-prev {
|
152 |
+
opacity: 0.7;
|
153 |
+
float: left;
|
154 |
+
margin-right: 4px; }
|
155 |
+
.lp-setup .button-skip-next:hover,
|
156 |
+
.lp-setup .button-skip-prev:hover, .lp-update-database .button-skip-next:hover,
|
157 |
+
.lp-update-database .button-skip-prev:hover {
|
158 |
+
opacity: 1; }
|
159 |
+
.lp-setup .button-dashboard-page, .lp-update-database .button-dashboard-page {
|
160 |
+
vertical-align: middle;
|
161 |
+
margin: 5px;
|
162 |
+
display: inline-block; }
|
163 |
+
.lp-setup table, .lp-update-database table {
|
164 |
+
width: 100%;
|
165 |
+
font-size: 14px; }
|
166 |
+
.lp-setup table th, .lp-setup table td, .lp-update-database table th, .lp-update-database table td {
|
167 |
+
padding: 8px 8px 8px 0;
|
168 |
+
font-weight: normal;
|
169 |
+
vertical-align: top;
|
170 |
+
text-align: left; }
|
171 |
+
.lp-setup table th, .lp-update-database table th {
|
172 |
+
width: 33%;
|
173 |
+
text-align: left; }
|
174 |
+
.lp-setup .browse-payments, .lp-update-database .browse-payments {
|
175 |
+
list-style: none;
|
176 |
+
margin: 0;
|
177 |
+
padding: 0; }
|
178 |
+
.lp-setup .browse-payments li.payment, .lp-update-database .browse-payments li.payment {
|
179 |
+
padding: 0 0 10px 0;
|
180 |
+
margin: 0; }
|
181 |
+
.lp-setup .browse-payments li.payment > h3, .lp-update-database .browse-payments li.payment > h3 {
|
182 |
+
padding: 20px 0;
|
183 |
+
margin: 0; }
|
184 |
+
.lp-setup .browse-payments li.payment .payment-settings, .lp-update-database .browse-payments li.payment .payment-settings {
|
185 |
+
padding: 0 0 20px 0; }
|
186 |
+
.lp-setup .browse-payments li.payment .payment-name img, .lp-update-database .browse-payments li.payment .payment-name img {
|
187 |
+
max-height: 32px;
|
188 |
+
vertical-align: middle;
|
189 |
+
margin-left: 0px; }
|
190 |
+
.lp-setup .browse-payments li.payment .payment-desc, .lp-update-database .browse-payments li.payment .payment-desc {
|
191 |
+
font-style: italic; }
|
192 |
+
.lp-setup .finish-buttons .button, .lp-update-database .finish-buttons .button {
|
193 |
+
width: 300px;
|
194 |
+
display: block;
|
195 |
+
margin-bottom: 20px;
|
196 |
+
font-size: 18px;
|
197 |
+
height: 40px;
|
198 |
+
line-height: 40px;
|
199 |
+
color: #777;
|
200 |
+
text-align: center; }
|
201 |
+
.lp-setup .finish-buttons .button.button-primary, .lp-update-database .finish-buttons .button.button-primary {
|
202 |
+
color: #FFF; }
|
203 |
+
.lp-setup .learn-press-message, .lp-update-database .learn-press-message {
|
204 |
+
background: #FAFAFA;
|
205 |
+
padding: 15px;
|
206 |
+
border-left: 3px solid #05B3FF;
|
207 |
+
margin: 0 0 20px 0;
|
208 |
+
font-size: 14px;
|
209 |
+
border-radius: 4px; }
|
210 |
+
.lp-setup .learn-press-message.error, .lp-update-database .learn-press-message.error {
|
211 |
+
border-left-color: #FF0000; }
|
212 |
+
.lp-setup #preview-price, .lp-update-database #preview-price {
|
213 |
+
font-size: 18px;
|
214 |
+
color: #FF0000; }
|
215 |
+
.lp-setup .form-field th .learn-press-tip, .lp-update-database .form-field th .learn-press-tip {
|
216 |
+
float: right; }
|
assets/css/admin/statistic.css
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#learn-press-statistic {
|
2 |
+
margin-top: 20px; }
|
3 |
+
|
4 |
+
.learn-press-chart {
|
5 |
+
position: relative; }
|
6 |
+
|
7 |
+
.learn-press-chart canvas {
|
8 |
+
height: 70vh;
|
9 |
+
width: 100vw; }
|
10 |
+
|
11 |
+
.chart-buttons form {
|
12 |
+
display: inline-block;
|
13 |
+
vertical-align: top; }
|
14 |
+
|
15 |
+
.chart-buttons form input[type="text"] {
|
16 |
+
width: 105px;
|
17 |
+
font-size: 14px;
|
18 |
+
vertical-align: top;
|
19 |
+
margin: 0;
|
20 |
+
text-align: center;
|
21 |
+
font-weight: bold;
|
22 |
+
padding: 4px; }
|
23 |
+
|
24 |
+
.chart-buttons form span {
|
25 |
+
display: inline-block;
|
26 |
+
vertical-align: middle;
|
27 |
+
font-weight: bold;
|
28 |
+
padding: 5px; }
|
29 |
+
|
30 |
+
.learn-press-chart.loading:after {
|
31 |
+
content: '';
|
32 |
+
position: absolute;
|
33 |
+
top: 0;
|
34 |
+
left: 0;
|
35 |
+
right: 0;
|
36 |
+
bottom: 0;
|
37 |
+
z-index: 10;
|
38 |
+
background: #FFF;
|
39 |
+
opacity: 0.5; }
|
40 |
+
|
41 |
+
.chart-description li {
|
42 |
+
display: inline-block;
|
43 |
+
margin-right: 15px; }
|
44 |
+
|
45 |
+
.chart-description li:before {
|
46 |
+
content: '';
|
47 |
+
display: inline-block;
|
48 |
+
width: 10px;
|
49 |
+
height: 10px;
|
50 |
+
vertical-align: middle;
|
51 |
+
margin-right: 5px; }
|
52 |
+
|
53 |
+
.chart-description li span {
|
54 |
+
display: inline-block;
|
55 |
+
vertical-align: middle;
|
56 |
+
font-weight: bold; }
|
57 |
+
|
58 |
+
.chart-description li.all:before {
|
59 |
+
background: #2FA7FF; }
|
60 |
+
|
61 |
+
.chart-description li.instructors:before {
|
62 |
+
background: #EAC79B; }
|
63 |
+
|
64 |
+
.chart-description li.students:before {
|
65 |
+
background: #D4D0CB; }
|
assets/css/font-awesome.min.css
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
1 |
+
/*!
|
2 |
+
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
3 |
+
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
4 |
+
*/@font-face{font-family:FontAwesome;src:url(../fonts/awesome/fontawesome-webfont.eot?v=4.7.0);src:url(../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../fonts/awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
|
assets/css/frontend/form.css
ADDED
@@ -0,0 +1 @@
|
|
|
1 |
+
.lp-list-table{border:none}.lp-list-table td,.lp-list-table th{border:0 solid #ddd;border-bottom-width:1px;line-height:1;font-size:16px;padding:15px 15px}.lp-list-table thead tr{color:#444}.lp-list-table thead tr th{background:#00adff;color:#fff;border-bottom:none}.lp-list-table tbody tr{color:#777}.lp-list-table tbody tr td,.lp-list-table tbody tr th{border-bottom:1px solid #ddd;font-size:14px;background:#fff}.lp-list-table tbody tr td a,.lp-list-table tbody tr th a{text-decoration:none;border-bottom:none}.lp-list-table tbody tr:nth-child(odd){background:#f5f5f5}.lp-list-table .list-table-nav td{font-size:14px}.lp-list-table .list-table-nav td.nav-text{text-align:left}.lp-list-table .list-table-nav td.nav-pages{text-align:right}.lp-list-table .list-table-nav td.nav-pages .learn-press-pagination{text-align:right}.lp-list-table .list-table-nav td.nav-pages .page-numbers{margin-bottom:0}.lp-label{font-size:12px;display:inline-block;padding:3px 5px;background:#ddd;border-radius:4px;line-height:1;color:#fff}.lp-label.label-completed,.lp-label.label-finished{background:#ffdc1e}.lp-label.label-passed{background:#14c4ff}.lp-label.label-failed{background:#ff4d66}.lp-label.label-enrolled,.lp-label.label-started{background:#d243ff}.learn-press-form .form-fields{list-style:none}.learn-press-form .form-fields .form-field{margin-bottom:10px}.form-desc{font-size:smaller;font-style:italic}
|
inc/widgets/popular-courses/tmpl/default.php → assets/css/frontend/theme-support.css
RENAMED
File without changes
|
assets/css/global.css
DELETED
@@ -1,175 +0,0 @@
|
|
1 |
-
.rwmb-duration-wrapper input[type="text"],
|
2 |
-
.rwmb-duration-wrapper select {
|
3 |
-
vertical-align: baseline;
|
4 |
-
}
|
5 |
-
.lp-modal-search{
|
6 |
-
background-color: #F5F5F5;
|
7 |
-
color: #777;
|
8 |
-
padding: 20px;
|
9 |
-
height: 100%;
|
10 |
-
}
|
11 |
-
.lp-modal-search ul{
|
12 |
-
|
13 |
-
}
|
14 |
-
.lp-highlight-color{
|
15 |
-
text-decoration: underline;
|
16 |
-
color: #00a0d2;
|
17 |
-
}
|
18 |
-
.button.loading{
|
19 |
-
}
|
20 |
-
.button.loading:after,
|
21 |
-
.button.added:after{
|
22 |
-
font-family: learnpress;
|
23 |
-
content: "\e902";
|
24 |
-
vertical-align: baseline;
|
25 |
-
line-height: 20px;
|
26 |
-
width: 20px;
|
27 |
-
text-align: center;
|
28 |
-
height: 20px;
|
29 |
-
display: inline-block;
|
30 |
-
margin-left: 10px;
|
31 |
-
font-weight: 400;
|
32 |
-
}
|
33 |
-
.button.added:after{
|
34 |
-
content: '\e903';
|
35 |
-
}
|
36 |
-
.button.loading:after{
|
37 |
-
-webkit-font-smoothing: antialiased;
|
38 |
-
-webkit-animation: spin 2s linear infinite;
|
39 |
-
-moz-animation: spin 2s linear infinite;
|
40 |
-
animation: spin 2s linear infinite;
|
41 |
-
}
|
42 |
-
|
43 |
-
.button.loading-before:before,
|
44 |
-
.button.added-before:before{
|
45 |
-
font-family: learnpress;
|
46 |
-
content: "\e902";
|
47 |
-
vertical-align: baseline;
|
48 |
-
line-height: 20px;
|
49 |
-
width: 20px;
|
50 |
-
text-align: center;
|
51 |
-
height: 20px;
|
52 |
-
display: inline-block;
|
53 |
-
margin-left: 10px;
|
54 |
-
font-weight: 400;
|
55 |
-
}
|
56 |
-
.button.added-before:before{
|
57 |
-
content: '\e903';
|
58 |
-
}
|
59 |
-
.button.loading-before:before{
|
60 |
-
-webkit-font-smoothing: antialiased;
|
61 |
-
-webkit-animation: spin 2s linear infinite;
|
62 |
-
-moz-animation: spin 2s linear infinite;
|
63 |
-
animation: spin 2s linear infinite;
|
64 |
-
}
|
65 |
-
.lp-ajaxload{
|
66 |
-
text-align: center;
|
67 |
-
height: auto;
|
68 |
-
overflow: hidden;
|
69 |
-
}
|
70 |
-
.lp-ajaxload:before{
|
71 |
-
font-family: dashicons;
|
72 |
-
content: "\f111";
|
73 |
-
-webkit-animation: form-press-spinner 2s infinite linear;
|
74 |
-
animation: learn-press-ajax-spinner 2s infinite linear;
|
75 |
-
color: #CECECE;
|
76 |
-
display: inline-block;
|
77 |
-
width: 38px;
|
78 |
-
height: 40px;
|
79 |
-
font-size: 40px;
|
80 |
-
position: relative;
|
81 |
-
line-height: 1;
|
82 |
-
}
|
83 |
-
#learn-press-modal-search-items{
|
84 |
-
background-color: #FFF;
|
85 |
-
overflow: auto;
|
86 |
-
width: 768px;
|
87 |
-
max-width: 100%;
|
88 |
-
color: #777;
|
89 |
-
}
|
90 |
-
.learnpress-search-notices.notice{
|
91 |
-
margin: 0 0 10px 0;
|
92 |
-
position: relative;
|
93 |
-
}
|
94 |
-
.learnpress-dismiss-notice {
|
95 |
-
position: absolute;
|
96 |
-
top: 10px;
|
97 |
-
right: 10px;
|
98 |
-
padding: 10px 15px 10px 21px;
|
99 |
-
font-size: 13px;
|
100 |
-
line-height: 1.23076923;
|
101 |
-
text-decoration: none;
|
102 |
-
cursor: pointer;
|
103 |
-
}
|
104 |
-
.learnpress-dismiss-notice:before {
|
105 |
-
background: 0 0;
|
106 |
-
color: #b4b9be;
|
107 |
-
content: "\f153";
|
108 |
-
display: block;
|
109 |
-
font: 400 16px/20px dashicons;
|
110 |
-
speak: none;
|
111 |
-
height: 20px;
|
112 |
-
text-align: center;
|
113 |
-
width: 20px;
|
114 |
-
-webkit-font-smoothing: antialiased;
|
115 |
-
position: absolute;
|
116 |
-
top: 0;
|
117 |
-
right: 0;
|
118 |
-
-webkit-transition: all .1s ease-in-out;
|
119 |
-
transition: all .1s ease-in-out;
|
120 |
-
}
|
121 |
-
#learn-press-modal-search-items header input{
|
122 |
-
width: 100%;
|
123 |
-
}
|
124 |
-
#learn-press-modal-search-items article{
|
125 |
-
overflow: auto;
|
126 |
-
margin: 10px 0;
|
127 |
-
}
|
128 |
-
#learn-press-modal-search-items article .lp-list-items{
|
129 |
-
margin: 0;
|
130 |
-
}
|
131 |
-
#learn-press-modal-search-items article .lp-list-items > li{
|
132 |
-
margin: 3px 0;
|
133 |
-
}
|
134 |
-
#learn-press-modal-search-items article .lp-list-items.lp-ajaxload > li{
|
135 |
-
display: none;
|
136 |
-
}
|
137 |
-
#learn-press-modal-search-items footer{
|
138 |
-
|
139 |
-
}
|
140 |
-
|
141 |
-
/* tooltip */
|
142 |
-
.learn-press-tooltip-bubble {
|
143 |
-
position: absolute;
|
144 |
-
background: rgba(26, 26, 26, 0.9);
|
145 |
-
color: #ffffff;
|
146 |
-
padding: 8px 10px;
|
147 |
-
font-size: 12px;
|
148 |
-
z-index: 9999999;
|
149 |
-
line-height: 1;
|
150 |
-
border-radius: 3px;
|
151 |
-
}
|
152 |
-
|
153 |
-
.modal-inner{
|
154 |
-
margin: 20px;
|
155 |
-
}
|
156 |
-
@-webkit-keyframes learn-press-ajax-spinner {
|
157 |
-
0% {
|
158 |
-
-webkit-transform: rotate(0deg);
|
159 |
-
transform: rotate(0deg);
|
160 |
-
}
|
161 |
-
100% {
|
162 |
-
-webkit-transform: rotate(359deg);
|
163 |
-
transform: rotate(359deg);
|
164 |
-
}
|
165 |
-
}
|
166 |
-
@keyframes learn-press-ajax-spinner {
|
167 |
-
0% {
|
168 |
-
-webkit-transform: rotate(0deg);
|
169 |
-
transform: rotate(0deg);
|
170 |
-
}
|
171 |
-
100% {
|
172 |
-
-webkit-transform: rotate(359deg);
|
173 |
-
transform: rotate(359deg);
|
174 |
-
}
|
175 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/jalert.css
CHANGED
@@ -1,39 +1 @@
|
|
1 |
-
|
2 |
-
#popup_container {
|
3 |
-
background: #FFF;
|
4 |
-
}
|
5 |
-
#popup_container #popup_title {
|
6 |
-
padding: 10px 20px;
|
7 |
-
background: #18B6C7;
|
8 |
-
color: #FFF;
|
9 |
-
font-size: 18px;
|
10 |
-
margin: 0;
|
11 |
-
}
|
12 |
-
#popup_container #popup_content {
|
13 |
-
padding: 20px;
|
14 |
-
}
|
15 |
-
#popup_container #popup_content #popup_message {
|
16 |
-
margin-bottom: 20px;
|
17 |
-
}
|
18 |
-
#popup_container #popup_panel {
|
19 |
-
text-align: center;
|
20 |
-
}
|
21 |
-
.single-lp_course .course-students {
|
22 |
-
padding-top: 10px;
|
23 |
-
}
|
24 |
-
.single-lp_course .course-students-list {
|
25 |
-
margin-top: 10px;
|
26 |
-
}
|
27 |
-
.single-lp_course .course-students-list .students {
|
28 |
-
list-style-type: none;
|
29 |
-
margin: 0;
|
30 |
-
}
|
31 |
-
.single-lp_course .course-students-list .students li {
|
32 |
-
margin-right: 10px;
|
33 |
-
}
|
34 |
-
.single-lp_course .course-students-list .students p {
|
35 |
-
margin-top: 15px;
|
36 |
-
}
|
37 |
-
.single-lp_course .lp_course .entry-footer {
|
38 |
-
display: none;
|
39 |
-
}
|
1 |
+
#popup_container{background:#fff}#popup_container #popup_title{padding:10px 20px;background:#18b6c7;color:#fff;font-size:18px;margin:0}#popup_container #popup_content{padding:20px}#popup_container #popup_content #popup_message{margin-bottom:20px}#popup_container #popup_panel{text-align:center}.single-lp_course .course-students{padding-top:10px}.single-lp_course .course-students-list{margin-top:10px}.single-lp_course .course-students-list .students{list-style-type:none;margin:0}.single-lp_course .course-students-list .students li{margin-right:10px}.single-lp_course .course-students-list .students p{margin-top:15px}.single-lp_course .lp_course .entry-footer{display:none}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/learnpress.css
CHANGED
@@ -1,2899 +1,2023 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
|
12 |
-
|
13 |
-
-
|
14 |
-
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
-
|
35 |
-
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
}
|
52 |
-
|
53 |
-
|
54 |
-
}
|
55 |
-
|
56 |
-
|
57 |
-
}
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
}
|
70 |
-
.lp-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
.
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
.
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
}
|
136 |
-
.
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
}
|
148 |
-
.
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
}
|
153 |
-
.
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
}
|
159 |
-
.
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
.
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
}
|
178 |
-
.
|
179 |
-
|
180 |
-
|
181 |
-
.learn-press-form {
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
|
186 |
-
|
187 |
-
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
#
|
207 |
-
|
208 |
-
|
209 |
-
font-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
|
215 |
-
}
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
|
235 |
-
|
236 |
-
|
237 |
-
|
238 |
-
|
239 |
-
|
240 |
-
}
|
241 |
-
#learn-press-
|
242 |
-
|
243 |
-
|
244 |
-
}
|
245 |
-
#learn-press-
|
246 |
-
|
247 |
-
|
248 |
-
#learn-press-
|
249 |
-
|
250 |
-
|
251 |
-
|
252 |
-
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
|
260 |
-
|
261 |
-
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
|
273 |
-
}
|
274 |
-
#learn-press-
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
}
|
283 |
-
#learn-press-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
#learn-press-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
content
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
-
|
312 |
-
|
313 |
-
|
314 |
-
|
315 |
-
|
316 |
-
|
317 |
-
|
318 |
-
|
319 |
-
}
|
320 |
-
|
321 |
-
|
322 |
-
|
323 |
-
#
|
324 |
-
|
325 |
-
}
|
326 |
-
|
327 |
-
|
328 |
-
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
-
|
339 |
-
-
|
340 |
-
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
-
|
395 |
-
|
396 |
-
|
397 |
-
-
|
398 |
-
|
399 |
-
|
400 |
-
}
|
401 |
-
.lp-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
.lp-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
}
|
436 |
-
.lp-
|
437 |
-
|
438 |
-
|
439 |
-
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
-
|
453 |
-
|
454 |
-
|
455 |
-
}
|
456 |
-
.
|
457 |
-
|
458 |
-
|
459 |
-
|
460 |
-
|
461 |
-
|
462 |
-
|
463 |
-
}
|
464 |
-
.
|
465 |
-
|
466 |
-
|
467 |
-
|
468 |
-
|
469 |
-
|
470 |
-
|
471 |
-
|
472 |
-
|
473 |
-
|
474 |
-
}
|
475 |
-
.
|
476 |
-
|
477 |
-
-
|
478 |
-
|
479 |
-
|
480 |
-
|
481 |
-
|
482 |
-
|
483 |
-
|
484 |
-
|
485 |
-
|
486 |
-
|
487 |
-
|
488 |
-
|
489 |
-
|
490 |
-
|
491 |
-
|
492 |
-
|
493 |
-
|
494 |
-
|
495 |
-
|
496 |
-
|
497 |
-
|
498 |
-
|
499 |
-
|
500 |
-
|
501 |
-
|
502 |
-
|
503 |
-
|
504 |
-
}
|
505 |
-
.
|
506 |
-
|
507 |
-
|
508 |
-
|
509 |
-
|
510 |
-
|
511 |
-
|
512 |
-
|
513 |
-
|
514 |
-
|
515 |
-
|
516 |
-
|
517 |
-
|
518 |
-
|
519 |
-
|
520 |
-
|
521 |
-
}
|
522 |
-
.
|
523 |
-
|
524 |
-
|
525 |
-
|
526 |
-
|
527 |
-
|
528 |
-
|
529 |
-
-
|
530 |
-
|
531 |
-
|
532 |
-
|
533 |
-
|
534 |
-
|
535 |
-
|
536 |
-
|
537 |
-
|
538 |
-
|
539 |
-
|
540 |
-
|
541 |
-
|
542 |
-
|
543 |
-
|
544 |
-
|
545 |
-
|
546 |
-
|
547 |
-
|
548 |
-
|
549 |
-
|
550 |
-
|
551 |
-
|
552 |
-
|
553 |
-
|
554 |
-
|
555 |
-
|
556 |
-
|
557 |
-
|
558 |
-
|
559 |
-
|
560 |
-
|
561 |
-
|
562 |
-
|
563 |
-
|
564 |
-
|
565 |
-
|
566 |
-
|
567 |
-
|
568 |
-
|
569 |
-
|
570 |
-
|
571 |
-
|
572 |
-
|
573 |
-
|
574 |
-
}
|
575 |
-
|
576 |
-
|
577 |
-
|
578 |
-
|
579 |
-
|
580 |
-
|
581 |
-
|
582 |
-
|
583 |
-
|
584 |
-
|
585 |
-
|
586 |
-
|
587 |
-
|
588 |
-
|
589 |
-
}
|
590 |
-
#learn-press-content
|
591 |
-
|
592 |
-
|
593 |
-
|
594 |
-
|
595 |
-
|
596 |
-
|
597 |
-
padding: 0;
|
598 |
-
margin:
|
599 |
-
|
600 |
-
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
}
|
607 |
-
.
|
608 |
-
|
609 |
-
|
610 |
-
|
611 |
-
|
612 |
-
|
613 |
-
|
614 |
-
}
|
615 |
-
.
|
616 |
-
|
617 |
-
|
618 |
-
|
619 |
-
|
620 |
-
|
621 |
-
|
622 |
-
|
623 |
-
|
624 |
-
|
625 |
-
|
626 |
-
|
627 |
-
|
628 |
-
|
629 |
-
}
|
630 |
-
.
|
631 |
-
|
632 |
-
|
633 |
-
|
634 |
-
|
635 |
-
|
636 |
-
|
637 |
-
|
638 |
-
|
639 |
-
|
640 |
-
|
641 |
-
|
642 |
-
|
643 |
-
|
644 |
-
|
645 |
-
|
646 |
-
|
647 |
-
|
648 |
-
|
649 |
-
|
650 |
-
|
651 |
-
|
652 |
-
|
653 |
-
|
654 |
-
|
655 |
-
|
656 |
-
|
657 |
-
|
658 |
-
|
659 |
-
|
660 |
-
|
661 |
-
|
662 |
-
|
663 |
-
|
664 |
-
|
665 |
-
|
666 |
-
|
667 |
-
|
668 |
-
}
|
669 |
-
|
670 |
-
|
671 |
-
|
672 |
-
|
673 |
-
|
674 |
-
|
675 |
-
|
676 |
-
|
677 |
-
|
678 |
-
|
679 |
-
|
680 |
-
}
|
681 |
-
|
682 |
-
|
683 |
-
|
684 |
-
|
685 |
-
|
686 |
-
|
687 |
-
|
688 |
-
|
689 |
-
|
690 |
-
|
691 |
-
|
692 |
-
|
693 |
-
}
|
694 |
-
|
695 |
-
|
696 |
-
|
697 |
-
|
698 |
-
|
699 |
-
|
700 |
-
|
701 |
-
|
702 |
-
|
703 |
-
|
704 |
-
|
705 |
-
|
706 |
-
|
707 |
-
|
708 |
-
|
709 |
-
|
710 |
-
|
711 |
-
|
712 |
-
|
713 |
-
|
714 |
-
|
715 |
-
|
716 |
-
|
717 |
-
|
718 |
-
|
719 |
-
|
720 |
-
|
721 |
-
|
722 |
-
|
723 |
-
|
724 |
-
|
725 |
-
|
726 |
-
|
727 |
-
|
728 |
-
|
729 |
-
|
730 |
-
|
731 |
-
|
732 |
-
|
733 |
-
|
734 |
-
|
735 |
-
|
736 |
-
|
737 |
-
|
738 |
-
|
739 |
-
|
740 |
-
|
741 |
-
|
742 |
-
}
|
743 |
-
|
744 |
-
|
745 |
-
|
746 |
-
|
747 |
-
|
748 |
-
|
749 |
-
|
750 |
-
|
751 |
-
|
752 |
-
|
753 |
-
|
754 |
-
|
755 |
-
|
756 |
-
|
757 |
-
|
758 |
-
}
|
759 |
-
|
760 |
-
|
761 |
-
|
762 |
-
|
763 |
-
|
764 |
-
|
765 |
-
|
766 |
-
|
767 |
-
|
768 |
-
}
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
}
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
}
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
-
|
799 |
-
|
800 |
-
|
801 |
-
|
802 |
-
|
803 |
-
|
804 |
-
|
805 |
-
|
806 |
-
|
807 |
-
|
808 |
-
|
809 |
-
|
810 |
-
}
|
811 |
-
|
812 |
-
|
813 |
-
|
814 |
-
|
815 |
-
|
816 |
-
|
817 |
-
|
818 |
-
|
819 |
-
|
820 |
-
}
|
821 |
-
|
822 |
-
|
823 |
-
|
824 |
-
|
825 |
-
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
-
|
834 |
-
|
835 |
-
|
836 |
-
|
837 |
-
|
838 |
-
|
839 |
-
|
840 |
-
|
841 |
-
|
842 |
-
}
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
|
847 |
-
|
848 |
-
|
849 |
-
|
850 |
-
|
851 |
-
|
852 |
-
}
|
853 |
-
.
|
854 |
-
|
855 |
-
|
856 |
-
|
857 |
-
|
858 |
-
|
859 |
-
|
860 |
-
|
861 |
-
|
862 |
-
|
863 |
-
|
864 |
-
|
865 |
-
|
866 |
-
|
867 |
-
|
868 |
-
|
869 |
-
|
870 |
-
|
871 |
-
|
872 |
-
|
873 |
-
|
874 |
-
|
875 |
-
}
|
876 |
-
.
|
877 |
-
|
878 |
-
|
879 |
-
|
880 |
-
|
881 |
-
|
882 |
-
|
883 |
-
|
884 |
-
|
885 |
-
}
|
886 |
-
.
|
887 |
-
|
888 |
-
|
889 |
-
|
890 |
-
|
891 |
-
|
892 |
-
}
|
893 |
-
.learn-press-
|
894 |
-
|
895 |
-
|
896 |
-
|
897 |
-
|
898 |
-
|
899 |
-
|
900 |
-
|
901 |
-
|
902 |
-
|
903 |
-
|
904 |
-
|
905 |
-
|
906 |
-
|
907 |
-
|
908 |
-
|
909 |
-
|
910 |
-
}
|
911 |
-
.learn-press-content-item-summary {
|
912 |
-
|
913 |
-
|
914 |
-
|
915 |
-
|
916 |
-
|
917 |
-
|
918 |
-
|
919 |
-
|
920 |
-
|
921 |
-
|
922 |
-
|
923 |
-
|
924 |
-
|
925 |
-
}
|
926 |
-
.
|
927 |
-
|
928 |
-
|
929 |
-
|
930 |
-
|
931 |
-
|
932 |
-
|
933 |
-
|
934 |
-
|
935 |
-
.
|
936 |
-
|
937 |
-
|
938 |
-
|
939 |
-
|
940 |
-
|
941 |
-
|
942 |
-
|
943 |
-
|
944 |
-
|
945 |
-
|
946 |
-
|
947 |
-
|
948 |
-
|
949 |
-
|
950 |
-
#
|
951 |
-
|
952 |
-
|
953 |
-
|
954 |
-
|
955 |
-
|
956 |
-
|
957 |
-
|
958 |
-
|
959 |
-
|
960 |
-
|
961 |
-
|
962 |
-
|
963 |
-
|
964 |
-
|
965 |
-
|
966 |
-
|
967 |
-
|
968 |
-
|
969 |
-
|
970 |
-
|
971 |
-
|
972 |
-
|
973 |
-
|
974 |
-
|
975 |
-
|
976 |
-
width:
|
977 |
-
height:
|
978 |
-
|
979 |
-
}
|
980 |
-
|
981 |
-
|
982 |
-
|
983 |
-
|
984 |
-
|
985 |
-
|
986 |
-
|
987 |
-
|
988 |
-
|
989 |
-
|
990 |
-
|
991 |
-
|
992 |
-
-
|
993 |
-
|
994 |
-
|
995 |
-
|
996 |
-
|
997 |
-
|
998 |
-
#
|
999 |
-
|
1000 |
-
|
1001 |
-
|
1002 |
-
|
1003 |
-
|
1004 |
-
|
1005 |
-
|
1006 |
-
|
1007 |
-
|
1008 |
-
|
1009 |
-
|
1010 |
-
|
1011 |
-
|
1012 |
-
}
|
1013 |
-
|
1014 |
-
|
1015 |
-
|
1016 |
-
}
|
1017 |
-
|
1018 |
-
|
1019 |
-
|
1020 |
-
|
1021 |
-
|
1022 |
-
|
1023 |
-
|
1024 |
-
|
1025 |
-
|
1026 |
-
|
1027 |
-
|
1028 |
-
|
1029 |
-
|
1030 |
-
|
1031 |
-
|
1032 |
-
|
1033 |
-
|
1034 |
-
|
1035 |
-
|
1036 |
-
|
1037 |
-
|
1038 |
-
|
1039 |
-
|
1040 |
-
|
1041 |
-
|
1042 |
-
|
1043 |
-
|
1044 |
-
|
1045 |
-
}
|
1046 |
-
.
|
1047 |
-
|
1048 |
-
|
1049 |
-
|
1050 |
-
|
1051 |
-
|
1052 |
-
|
1053 |
-
|
1054 |
-
|
1055 |
-
|
1056 |
-
|
1057 |
-
|
1058 |
-
|
1059 |
-
.quiz-
|
1060 |
-
|
1061 |
-
|
1062 |
-
|
1063 |
-
|
1064 |
-
|
1065 |
-
|
1066 |
-
|
1067 |
-
|
1068 |
-
|
1069 |
-
-
|
1070 |
-
|
1071 |
-
|
1072 |
-
|
1073 |
-
|
1074 |
-
|
1075 |
-
|
1076 |
-
|
1077 |
-
|
1078 |
-
|
1079 |
-
|
1080 |
-
.
|
1081 |
-
|
1082 |
-
|
1083 |
-
|
1084 |
-
|
1085 |
-
|
1086 |
-
|
1087 |
-
|
1088 |
-
|
1089 |
-
|
1090 |
-
|
1091 |
-
|
1092 |
-
|
1093 |
-
|
1094 |
-
}
|
1095 |
-
.
|
1096 |
-
|
1097 |
-
}
|
1098 |
-
.
|
1099 |
-
|
1100 |
-
|
1101 |
-
|
1102 |
-
|
1103 |
-
|
1104 |
-
|
1105 |
-
|
1106 |
-
|
1107 |
-
|
1108 |
-
|
1109 |
-
|
1110 |
-
|
1111 |
-
|
1112 |
-
|
1113 |
-
|
1114 |
-
|
1115 |
-
|
1116 |
-
|
1117 |
-
|
1118 |
-
|
1119 |
-
|
1120 |
-
|
1121 |
-
|
1122 |
-
|
1123 |
-
|
1124 |
-
|
1125 |
-
|
1126 |
-
|
1127 |
-
|
1128 |
-
}
|
1129 |
-
.
|
1130 |
-
|
1131 |
-
|
1132 |
-
|
1133 |
-
|
1134 |
-
|
1135 |
-
|
1136 |
-
|
1137 |
-
|
1138 |
-
|
1139 |
-
|
1140 |
-
|
1141 |
-
|
1142 |
-
|
1143 |
-
|
1144 |
-
|
1145 |
-
|
1146 |
-
|
1147 |
-
|
1148 |
-
|
1149 |
-
|
1150 |
-
|
1151 |
-
|
1152 |
-
|
1153 |
-
|
1154 |
-
|
1155 |
-
|
1156 |
-
|
1157 |
-
}
|
1158 |
-
#
|
1159 |
-
|
1160 |
-
|
1161 |
-
|
1162 |
-
|
1163 |
-
|
1164 |
-
|
1165 |
-
|
1166 |
-
|
1167 |
-
|
1168 |
-
|
1169 |
-
|
1170 |
-
|
1171 |
-
|
1172 |
-
}
|
1173 |
-
#
|
1174 |
-
|
1175 |
-
|
1176 |
-
|
1177 |
-
|
1178 |
-
|
1179 |
-
|
1180 |
-
|
1181 |
-
|
1182 |
-
|
1183 |
-
|
1184 |
-
|
1185 |
-
|
1186 |
-
|
1187 |
-
|
1188 |
-
|
1189 |
-
|
1190 |
-
|
1191 |
-
|
1192 |
-
content
|
1193 |
-
|
1194 |
-
|
1195 |
-
|
1196 |
-
|
1197 |
-
|
1198 |
-
|
1199 |
-
|
1200 |
-
-
|
1201 |
-
|
1202 |
-
|
1203 |
-
|
1204 |
-
|
1205 |
-
|
1206 |
-
|
1207 |
-
|
1208 |
-
|
1209 |
-
|
1210 |
-
|
1211 |
-
|
1212 |
-
|
1213 |
-
|
1214 |
-
|
1215 |
-
|
1216 |
-
|
1217 |
-
|
1218 |
-
|
1219 |
-
}
|
1220 |
-
#
|
1221 |
-
|
1222 |
-
|
1223 |
-
|
1224 |
-
|
1225 |
-
|
1226 |
-
|
1227 |
-
.
|
1228 |
-
|
1229 |
-
}
|
1230 |
-
.
|
1231 |
-
|
1232 |
-
|
1233 |
-
|
1234 |
-
|
1235 |
-
|
1236 |
-
|
1237 |
-
|
1238 |
-
|
1239 |
-
|
1240 |
-
|
1241 |
-
|
1242 |
-
|
1243 |
-
|
1244 |
-
|
1245 |
-
|
1246 |
-
content
|
1247 |
-
|
1248 |
-
|
1249 |
-
|
1250 |
-
|
1251 |
-
|
1252 |
-
|
1253 |
-
|
1254 |
-
}
|
1255 |
-
.
|
1256 |
-
|
1257 |
-
|
1258 |
-
|
1259 |
-
|
1260 |
-
-
|
1261 |
-
-
|
1262 |
-
|
1263 |
-
-
|
1264 |
-
-
|
1265 |
-
|
1266 |
-
|
1267 |
-
|
1268 |
-
|
1269 |
-
|
1270 |
-
|
1271 |
-
|
1272 |
-
}
|
1273 |
-
.
|
1274 |
-
|
1275 |
-
|
1276 |
-
|
1277 |
-
|
1278 |
-
|
1279 |
-
|
1280 |
-
|
1281 |
-
|
1282 |
-
|
1283 |
-
|
1284 |
-
|
1285 |
-
|
1286 |
-
|
1287 |
-
|
1288 |
-
|
1289 |
-
|
1290 |
-
|
1291 |
-
|
1292 |
-
|
1293 |
-
|
1294 |
-
|
1295 |
-
|
1296 |
-
|
1297 |
-
|
1298 |
-
|
1299 |
-
|
1300 |
-
|
1301 |
-
|
1302 |
-
|
1303 |
-
|
1304 |
-
|
1305 |
-
|
1306 |
-
|
1307 |
-
|
1308 |
-
|
1309 |
-
|
1310 |
-
|
1311 |
-
|
1312 |
-
|
1313 |
-
|
1314 |
-
|
1315 |
-
|
1316 |
-
|
1317 |
-
|
1318 |
-
|
1319 |
-
|
1320 |
-
|
1321 |
-
|
1322 |
-
padding:
|
1323 |
-
|
1324 |
-
|
1325 |
-
|
1326 |
-
|
1327 |
-
|
1328 |
-
|
1329 |
-
|
1330 |
-
|
1331 |
-
|
1332 |
-
|
1333 |
-
|
1334 |
-
|
1335 |
-
|
1336 |
-
|
1337 |
-
|
1338 |
-
|
1339 |
-
|
1340 |
-
|
1341 |
-
|
1342 |
-
|
1343 |
-
|
1344 |
-
|
1345 |
-
|
1346 |
-
|
1347 |
-
|
1348 |
-
|
1349 |
-
|
1350 |
-
|
1351 |
-
|
1352 |
-
|
1353 |
-
|
1354 |
-
|
1355 |
-
}
|
1356 |
-
.
|
1357 |
-
|
1358 |
-
|
1359 |
-
|
1360 |
-
|
1361 |
-
|
1362 |
-
|
1363 |
-
|
1364 |
-
|
1365 |
-
|
1366 |
-
|
1367 |
-
|
1368 |
-
|
1369 |
-
|
1370 |
-
|
1371 |
-
|
1372 |
-
.
|
1373 |
-
|
1374 |
-
|
1375 |
-
|
1376 |
-
|
1377 |
-
|
1378 |
-
|
1379 |
-
|
1380 |
-
|
1381 |
-
|
1382 |
-
|
1383 |
-
|
1384 |
-
|
1385 |
-
|
1386 |
-
|
1387 |
-
|
1388 |
-
|
1389 |
-
|
1390 |
-
|
1391 |
-
|
1392 |
-
|
1393 |
-
|
1394 |
-
|
1395 |
-
|
1396 |
-
}
|
1397 |
-
.
|
1398 |
-
.
|
1399 |
-
|
1400 |
-
|
1401 |
-
|
1402 |
-
|
1403 |
-
.
|
1404 |
-
|
1405 |
-
|
1406 |
-
|
1407 |
-
|
1408 |
-
|
1409 |
-
|
1410 |
-
|
1411 |
-
|
1412 |
-
|
1413 |
-
|
1414 |
-
|
1415 |
-
|
1416 |
-
}
|
1417 |
-
.
|
1418 |
-
|
1419 |
-
|
1420 |
-
|
1421 |
-
|
1422 |
-
|
1423 |
-
.
|
1424 |
-
|
1425 |
-
|
1426 |
-
|
1427 |
-
.
|
1428 |
-
|
1429 |
-
|
1430 |
-
|
1431 |
-
|
1432 |
-
|
1433 |
-
|
1434 |
-
|
1435 |
-
|
1436 |
-
|
1437 |
-
|
1438 |
-
|
1439 |
-
|
1440 |
-
|
1441 |
-
|
1442 |
-
|
1443 |
-
|
1444 |
-
|
1445 |
-
|
1446 |
-
}
|
1447 |
-
.
|
1448 |
-
.
|
1449 |
-
|
1450 |
-
|
1451 |
-
|
1452 |
-
|
1453 |
-
.
|
1454 |
-
|
1455 |
-
|
1456 |
-
|
1457 |
-
|
1458 |
-
|
1459 |
-
|
1460 |
-
|
1461 |
-
|
1462 |
-
.
|
1463 |
-
|
1464 |
-
|
1465 |
-
|
1466 |
-
}
|
1467 |
-
|
1468 |
-
|
1469 |
-
|
1470 |
-
|
1471 |
-
|
1472 |
-
|
1473 |
-
|
1474 |
-
|
1475 |
-
|
1476 |
-
|
1477 |
-
|
1478 |
-
|
1479 |
-
|
1480 |
-
|
1481 |
-
}
|
1482 |
-
.
|
1483 |
-
|
1484 |
-
|
1485 |
-
|
1486 |
-
|
1487 |
-
|
1488 |
-
.
|
1489 |
-
|
1490 |
-
|
1491 |
-
}
|
1492 |
-
.
|
1493 |
-
|
1494 |
-
|
1495 |
-
|
1496 |
-
|
1497 |
-
|
1498 |
-
|
1499 |
-
|
1500 |
-
|
1501 |
-
|
1502 |
-
|
1503 |
-
|
1504 |
-
|
1505 |
-
|
1506 |
-
|
1507 |
-
|
1508 |
-
|
1509 |
-
|
1510 |
-
|
1511 |
-
|
1512 |
-
|
1513 |
-
|
1514 |
-
|
1515 |
-
|
1516 |
-
}
|
1517 |
-
|
1518 |
-
.
|
1519 |
-
|
1520 |
-
width:
|
1521 |
-
|
1522 |
-
|
1523 |
-
.
|
1524 |
-
|
1525 |
-
|
1526 |
-
|
1527 |
-
|
1528 |
-
|
1529 |
-
|
1530 |
-
|
1531 |
-
|
1532 |
-
|
1533 |
-
|
1534 |
-
|
1535 |
-
|
1536 |
-
|
1537 |
-
|
1538 |
-
|
1539 |
-
|
1540 |
-
|
1541 |
-
|
1542 |
-
|
1543 |
-
|
1544 |
-
|
1545 |
-
|
1546 |
-
|
1547 |
-
|
1548 |
-
|
1549 |
-
|
1550 |
-
|
1551 |
-
|
1552 |
-
|
1553 |
-
|
1554 |
-
|
1555 |
-
|
1556 |
-
|
1557 |
-
|
1558 |
-
|
1559 |
-
|
1560 |
-
|
1561 |
-
|
1562 |
-
|
1563 |
-
|
1564 |
-
|
1565 |
-
|
1566 |
-
|
1567 |
-
|
1568 |
-
|
1569 |
-
|
1570 |
-
|
1571 |
-
}
|
1572 |
-
|
1573 |
-
|
1574 |
-
|
1575 |
-
|
1576 |
-
|
1577 |
-
.
|
1578 |
-
|
1579 |
-
|
1580 |
-
|
1581 |
-
|
1582 |
-
|
1583 |
-
|
1584 |
-
|
1585 |
-
|
1586 |
-
}
|
1587 |
-
.
|
1588 |
-
|
1589 |
-
|
1590 |
-
|
1591 |
-
}
|
1592 |
-
.
|
1593 |
-
|
1594 |
-
|
1595 |
-
|
1596 |
-
|
1597 |
-
.
|
1598 |
-
|
1599 |
-
|
1600 |
-
|
1601 |
-
|
1602 |
-
.
|
1603 |
-
.
|
1604 |
-
|
1605 |
-
|
1606 |
-
|
1607 |
-
.
|
1608 |
-
.
|
1609 |
-
|
1610 |
-
|
1611 |
-
|
1612 |
-
|
1613 |
-
|
1614 |
-
|
1615 |
-
|
1616 |
-
|
1617 |
-
|
1618 |
-
|
1619 |
-
|
1620 |
-
|
1621 |
-
}
|
1622 |
-
|
1623 |
-
.
|
1624 |
-
|
1625 |
-
|
1626 |
-
|
1627 |
-
|
1628 |
-
|
1629 |
-
|
1630 |
-
|
1631 |
-
|
1632 |
-
|
1633 |
-
.
|
1634 |
-
|
1635 |
-
|
1636 |
-
|
1637 |
-
|
1638 |
-
|
1639 |
-
|
1640 |
-
|
1641 |
-
|
1642 |
-
|
1643 |
-
|
1644 |
-
|
1645 |
-
|
1646 |
-
|
1647 |
-
|
1648 |
-
|
1649 |
-
|
1650 |
-
|
1651 |
-
}
|
1652 |
-
.
|
1653 |
-
|
1654 |
-
|
1655 |
-
|
1656 |
-
|
1657 |
-
|
1658 |
-
|
1659 |
-
|
1660 |
-
|
1661 |
-
|
1662 |
-
|
1663 |
-
|
1664 |
-
|
1665 |
-
|
1666 |
-
|
1667 |
-
|
1668 |
-
.
|
1669 |
-
|
1670 |
-
|
1671 |
-
|
1672 |
-
|
1673 |
-
.
|
1674 |
-
|
1675 |
-
|
1676 |
-
|
1677 |
-
|
1678 |
-
|
1679 |
-
|
1680 |
-
|
1681 |
-
|
1682 |
-
|
1683 |
-
|
1684 |
-
|
1685 |
-
|
1686 |
-
}
|
1687 |
-
|
1688 |
-
.
|
1689 |
-
|
1690 |
-
|
1691 |
-
|
1692 |
-
|
1693 |
-
|
1694 |
-
|
1695 |
-
|
1696 |
-
}
|
1697 |
-
|
1698 |
-
|
1699 |
-
|
1700 |
-
|
1701 |
-
|
1702 |
-
|
1703 |
-
|
1704 |
-
#
|
1705 |
-
|
1706 |
-
}
|
1707 |
-
|
1708 |
-
.
|
1709 |
-
|
1710 |
-
|
1711 |
-
|
1712 |
-
|
1713 |
-
|
1714 |
-
|
1715 |
-
|
1716 |
-
|
1717 |
-
|
1718 |
-
|
1719 |
-
|
1720 |
-
|
1721 |
-
|
1722 |
-
|
1723 |
-
.
|
1724 |
-
|
1725 |
-
|
1726 |
-
|
1727 |
-
|
1728 |
-
|
1729 |
-
|
1730 |
-
|
1731 |
-
|
1732 |
-
|
1733 |
-
|
1734 |
-
#
|
1735 |
-
|
1736 |
-
}
|
1737 |
-
.
|
1738 |
-
|
1739 |
-
|
1740 |
-
|
1741 |
-
|
1742 |
-
|
1743 |
-
.
|
1744 |
-
|
1745 |
-
|
1746 |
-
|
1747 |
-
|
1748 |
-
|
1749 |
-
|
1750 |
-
|
1751 |
-
|
1752 |
-
|
1753 |
-
|
1754 |
-
|
1755 |
-
|
1756 |
-
}
|
1757 |
-
|
1758 |
-
.
|
1759 |
-
|
1760 |
-
|
1761 |
-
}
|
1762 |
-
|
1763 |
-
.
|
1764 |
-
|
1765 |
-
|
1766 |
-
|
1767 |
-
|
1768 |
-
|
1769 |
-
|
1770 |
-
|
1771 |
-
|
1772 |
-
|
1773 |
-
|
1774 |
-
#
|
1775 |
-
|
1776 |
-
|
1777 |
-
|
1778 |
-
|
1779 |
-
|
1780 |
-
|
1781 |
-
|
1782 |
-
|
1783 |
-
|
1784 |
-
|
1785 |
-
|
1786 |
-
}
|
1787 |
-
|
1788 |
-
|
1789 |
-
|
1790 |
-
|
1791 |
-
|
1792 |
-
|
1793 |
-
|
1794 |
-
|
1795 |
-
|
1796 |
-
|
1797 |
-
|
1798 |
-
|
1799 |
-
|
1800 |
-
|
1801 |
-
|
1802 |
-
|
1803 |
-
|
1804 |
-
|
1805 |
-
|
1806 |
-
|
1807 |
-
|
1808 |
-
|
1809 |
-
|
1810 |
-
|
1811 |
-
|
1812 |
-
|
1813 |
-
|
1814 |
-
|
1815 |
-
|
1816 |
-
|
1817 |
-
.
|
1818 |
-
|
1819 |
-
|
1820 |
-
|
1821 |
-
|
1822 |
-
|
1823 |
-
.
|
1824 |
-
|
1825 |
-
|
1826 |
-
}
|
1827 |
-
.
|
1828 |
-
|
1829 |
-
|
1830 |
-
|
1831 |
-
|
1832 |
-
|
1833 |
-
.
|
1834 |
-
|
1835 |
-
|
1836 |
-
|
1837 |
-
|
1838 |
-
|
1839 |
-
|
1840 |
-
|
1841 |
-
|
1842 |
-
|
1843 |
-
.
|
1844 |
-
|
1845 |
-
|
1846 |
-
|
1847 |
-
|
1848 |
-
|
1849 |
-
|
1850 |
-
|
1851 |
-
}
|
1852 |
-
.
|
1853 |
-
|
1854 |
-
|
1855 |
-
|
1856 |
-
|
1857 |
-
|
1858 |
-
|
1859 |
-
|
1860 |
-
|
1861 |
-
|
1862 |
-
|
1863 |
-
|
1864 |
-
|
1865 |
-
|
1866 |
-
|
1867 |
-
|
1868 |
-
|
1869 |
-
|
1870 |
-
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
|
1875 |
-
|
1876 |
-
|
1877 |
-
|
1878 |
-
|
1879 |
-
|
1880 |
-
|
1881 |
-
|
1882 |
-
|
1883 |
-
|
1884 |
-
|
1885 |
-
.
|
1886 |
-
display: block;
|
1887 |
-
|
1888 |
-
|
1889 |
-
.
|
1890 |
-
|
1891 |
-
-
|
1892 |
-
|
1893 |
-
|
1894 |
-
|
1895 |
-
|
1896 |
-
|
1897 |
-
|
1898 |
-
|
1899 |
-
|
1900 |
-
|
1901 |
-
|
1902 |
-
|
1903 |
-
|
1904 |
-
|
1905 |
-
|
1906 |
-
|
1907 |
-
|
1908 |
-
|
1909 |
-
|
1910 |
-
|
1911 |
-
|
1912 |
-
|
1913 |
-
|
1914 |
-
|
1915 |
-
|
1916 |
-
|
1917 |
-
|
1918 |
-
|
1919 |
-
|
1920 |
-
|
1921 |
-
|
1922 |
-
|
1923 |
-
|
1924 |
-
|
1925 |
-
|
1926 |
-
|
1927 |
-
|
1928 |
-
|
1929 |
-
.learn-press-
|
1930 |
-
|
1931 |
-
|
1932 |
-
|
1933 |
-
|
1934 |
-
|
1935 |
-
|
1936 |
-
|
1937 |
-
|
1938 |
-
|
1939 |
-
|
1940 |
-
|
1941 |
-
|
1942 |
-
|
1943 |
-
|
1944 |
-
|
1945 |
-
|
1946 |
-
|
1947 |
-
|
1948 |
-
|
1949 |
-
|
1950 |
-
|
1951 |
-
|
1952 |
-
|
1953 |
-
|
1954 |
-
|
1955 |
-
-
|
1956 |
-
|
1957 |
-
-
|
1958 |
-
|
1959 |
-
|
1960 |
-
|
1961 |
-
|
1962 |
-
|
1963 |
-
}
|
1964 |
-
.learn-press-
|
1965 |
-
|
1966 |
-
|
1967 |
-
|
1968 |
-
.
|
1969 |
-
|
1970 |
-
|
1971 |
-
|
1972 |
-
.
|
1973 |
-
|
1974 |
-
|
1975 |
-
|
1976 |
-
|
1977 |
-
|
1978 |
-
|
1979 |
-
|
1980 |
-
|
1981 |
-
|
1982 |
-
.
|
1983 |
-
|
1984 |
-
|
1985 |
-
.
|
1986 |
-
|
1987 |
-
|
1988 |
-
.
|
1989 |
-
|
1990 |
-
|
1991 |
-
.
|
1992 |
-
|
1993 |
-
|
1994 |
-
|
1995 |
-
|
1996 |
-
|
1997 |
-
|
1998 |
-
|
1999 |
-
|
2000 |
-
|
2001 |
-
|
2002 |
-
|
2003 |
-
|
2004 |
-
|
2005 |
-
}
|
2006 |
-
.
|
2007 |
-
|
2008 |
-
}
|
2009 |
-
.
|
2010 |
-
|
2011 |
-
|
2012 |
-
|
2013 |
-
|
2014 |
-
|
2015 |
-
|
2016 |
-
}
|
2017 |
-
|
2018 |
-
|
2019 |
-
|
2020 |
-
|
2021 |
-
|
2022 |
-
|
2023 |
-
|
2024 |
-
list-style-type: none;
|
2025 |
-
}
|
2026 |
-
/**/
|
2027 |
-
.learn-press-checkout-comment,
|
2028 |
-
.learn-press-checkout-payment {
|
2029 |
-
margin-bottom: 20px;
|
2030 |
-
}
|
2031 |
-
.learn-press-checkout-payment .payment-methods {
|
2032 |
-
list-style: none;
|
2033 |
-
margin: 0;
|
2034 |
-
}
|
2035 |
-
/* COURSE QUIZ */
|
2036 |
-
.single-quiz .quiz-questions-list {
|
2037 |
-
padding: 0;
|
2038 |
-
}
|
2039 |
-
.single-quiz .quiz-intro {
|
2040 |
-
list-style: none;
|
2041 |
-
padding: 10px 20px;
|
2042 |
-
background: #F5F5F5;
|
2043 |
-
margin: 0 0 20px 0;
|
2044 |
-
}
|
2045 |
-
.single-quiz h4 {
|
2046 |
-
margin-bottom: 10px;
|
2047 |
-
font-size: 18px;
|
2048 |
-
}
|
2049 |
-
.learn-press-tooltip {
|
2050 |
-
font-size: 20px;
|
2051 |
-
display: inline-block;
|
2052 |
-
vertical-align: middle;
|
2053 |
-
background: #0f4956;
|
2054 |
-
cursor: pointer;
|
2055 |
-
line-height: 1;
|
2056 |
-
width: 10px;
|
2057 |
-
height: 10px;
|
2058 |
-
border-radius: 50%;
|
2059 |
-
font-weight: 700;
|
2060 |
-
position: relative;
|
2061 |
-
}
|
2062 |
-
.learn-press-tooltip:before {
|
2063 |
-
content: "?";
|
2064 |
-
font-size: 7px;
|
2065 |
-
color: white;
|
2066 |
-
position: absolute;
|
2067 |
-
top: 2px;
|
2068 |
-
left: 3px;
|
2069 |
-
}
|
2070 |
-
/* Form field */
|
2071 |
-
.lp-form-field-wrap {
|
2072 |
-
list-style: none;
|
2073 |
-
margin: 0 0 20px 0;
|
2074 |
-
}
|
2075 |
-
.lp-form-field-wrap .lp-form-field {
|
2076 |
-
list-style: none;
|
2077 |
-
margin: 0 0 20px 0;
|
2078 |
-
}
|
2079 |
-
.lp-form-field-wrap .lp-form-field .lp-form-field-label {
|
2080 |
-
display: block;
|
2081 |
-
font-weight: bold;
|
2082 |
-
margin-bottom: 5px;
|
2083 |
-
}
|
2084 |
-
.lp-form-field-wrap .lp-form-field .lp-form-field-input .description {
|
2085 |
-
font-size: smaller;
|
2086 |
-
font-style: italic;
|
2087 |
-
margin-top: 5px;
|
2088 |
-
}
|
2089 |
-
.lp-form-field-wrap .lp-form-field .lp-field-error-message {
|
2090 |
-
color: #FF0000;
|
2091 |
-
}
|
2092 |
-
.learn-press-user-profile #learn-press-user-info {
|
2093 |
-
overflow: hidden;
|
2094 |
-
}
|
2095 |
-
.learn-press-user-profile #learn-press-user-info .user-avatar {
|
2096 |
-
width: 150px;
|
2097 |
-
float: left;
|
2098 |
-
}
|
2099 |
-
.learn-press-user-profile #learn-press-user-info .user-avatar .avatar {
|
2100 |
-
border-radius: 0;
|
2101 |
-
width: 100%;
|
2102 |
-
}
|
2103 |
-
.learn-press-user-profile #learn-press-user-info .user-basic-info {
|
2104 |
-
margin-left: 170px;
|
2105 |
-
}
|
2106 |
-
.learn-press-user-profile .lp-edit-profile:after {
|
2107 |
-
display: block;
|
2108 |
-
content: '';
|
2109 |
-
clear: both;
|
2110 |
-
}
|
2111 |
-
.learn-press-user-profile .lp-edit-profile:after:after {
|
2112 |
-
content: '';
|
2113 |
-
display: block;
|
2114 |
-
clear: both;
|
2115 |
-
}
|
2116 |
-
.learn-press-user-profile .user-basic-info p {
|
2117 |
-
margin-top: 10px;
|
2118 |
-
}
|
2119 |
-
.learn-press-user-profile .learn-press-tabs {
|
2120 |
-
list-style: none;
|
2121 |
-
margin: 30px 0 20px;
|
2122 |
-
border-bottom: 1px solid #DDD;
|
2123 |
-
}
|
2124 |
-
.learn-press-user-profile .learn-press-tabs > li {
|
2125 |
-
float: left;
|
2126 |
-
list-style-type: none;
|
2127 |
-
margin-bottom: -1px;
|
2128 |
-
}
|
2129 |
-
.learn-press-user-profile .learn-press-tabs > li > a {
|
2130 |
-
display: inline-block;
|
2131 |
-
padding: 10px 15px;
|
2132 |
-
outline: none;
|
2133 |
-
box-shadow: none;
|
2134 |
-
color: #686868;
|
2135 |
-
border-bottom: 1px solid #DDD;
|
2136 |
-
}
|
2137 |
-
.learn-press-user-profile .learn-press-tabs > li.current {
|
2138 |
-
border-bottom: 4px solid #007acc;
|
2139 |
-
}
|
2140 |
-
.learn-press-user-profile .learn-press-tabs > li.current a {
|
2141 |
-
color: #007acc;
|
2142 |
-
margin-bottom: -4px;
|
2143 |
-
}
|
2144 |
-
.learn-press-user-profile .learn-press-subtabs > li {
|
2145 |
-
display: inline-block;
|
2146 |
-
margin-right: 10px;
|
2147 |
-
}
|
2148 |
-
.learn-press-user-profile .learn-press-subtabs > li.current {
|
2149 |
-
font-weight: bold;
|
2150 |
-
}
|
2151 |
-
.learn-press-user-profile .learn-press-subtab-content {
|
2152 |
-
display: none;
|
2153 |
-
margin-bottom: 20px;
|
2154 |
-
}
|
2155 |
-
.learn-press-user-profile .learn-press-subtab-content.current {
|
2156 |
-
display: block;
|
2157 |
-
}
|
2158 |
-
.learn-press-user-profile .learn-press-subtab-content li.course h3 {
|
2159 |
-
padding-bottom: 10px;
|
2160 |
-
}
|
2161 |
-
.learn-press-user-profile .learn-press-subtab-content .profile-courses {
|
2162 |
-
list-style-type: none;
|
2163 |
-
}
|
2164 |
-
.learn-press-user-profile .learn-press-subtab-content .profile-courses .learn-press-course-results-progress {
|
2165 |
-
padding: 0 15px 15px 15px;
|
2166 |
-
margin: 0;
|
2167 |
-
}
|
2168 |
-
.learn-press-user-profile button.learn-press-course-wishlist {
|
2169 |
-
display: block;
|
2170 |
-
}
|
2171 |
-
.learn-press-user-profile .user-profile-edit-form .info-field {
|
2172 |
-
margin-bottom: 20px;
|
2173 |
-
}
|
2174 |
-
.learn-press-user-profile .user-profile-edit-form .description {
|
2175 |
-
margin-top: 5px;
|
2176 |
-
}
|
2177 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture {
|
2178 |
-
clear: both;
|
2179 |
-
}
|
2180 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture .picture,
|
2181 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture .change-picture {
|
2182 |
-
display: inline-block;
|
2183 |
-
}
|
2184 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture .change-picture .description {
|
2185 |
-
margin: 0 0 10px 0;
|
2186 |
-
}
|
2187 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture img {
|
2188 |
-
float: left;
|
2189 |
-
margin-right: 20px;
|
2190 |
-
}
|
2191 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture:after {
|
2192 |
-
display: block;
|
2193 |
-
content: '';
|
2194 |
-
clear: both;
|
2195 |
-
}
|
2196 |
-
.learn-press-user-profile .user-profile-edit-form .user-profile-picture:after:after {
|
2197 |
-
content: '';
|
2198 |
-
display: block;
|
2199 |
-
clear: both;
|
2200 |
-
}
|
2201 |
-
.learn-press-user-profile .user-profile-edit-form .profile-field-name {
|
2202 |
-
font-weight: bold;
|
2203 |
-
margin-bottom: 10px;
|
2204 |
-
}
|
2205 |
-
.learn-press-user-profile .user-profile-edit-form .change-password {
|
2206 |
-
margin-bottom: 10px;
|
2207 |
-
}
|
2208 |
-
.learn-press-user-profile .user-profile-edit-form #user_profile_password_form input {
|
2209 |
-
margin-bottom: 20px;
|
2210 |
-
}
|
2211 |
-
.learn-press-user-profile .user-profile-edit-form #user_profile_password_form .description {
|
2212 |
-
margin-top: -15px;
|
2213 |
-
}
|
2214 |
-
.learn-press-user-profile .update-profile {
|
2215 |
-
border-top: 2px solid #DDD;
|
2216 |
-
padding-top: 20px;
|
2217 |
-
}
|
2218 |
-
.learn-press-user-profile .learn-press-subtab-content {
|
2219 |
-
display: block;
|
2220 |
-
}
|
2221 |
-
.learn-press-user-profile #lp-user-edit-avatar .moxie-shim {
|
2222 |
-
display: none;
|
2223 |
-
}
|
2224 |
-
.learn-press-user-profile #lp-user-edit-avatar .lp-form-field-avatar {
|
2225 |
-
float: left;
|
2226 |
-
}
|
2227 |
-
.learn-press-user-profile #lp-user-edit-avatar #lp-avatar-actions {
|
2228 |
-
margin: 20px 0;
|
2229 |
-
}
|
2230 |
-
.learn-press-user-profile .lp-avatar-preview {
|
2231 |
-
position: relative;
|
2232 |
-
float: left;
|
2233 |
-
background-color: #DDD;
|
2234 |
-
}
|
2235 |
-
.learn-press-user-profile .lp-avatar-preview .profile-picture {
|
2236 |
-
float: left;
|
2237 |
-
margin-right: -100%;
|
2238 |
-
width: 100%;
|
2239 |
-
}
|
2240 |
-
.learn-press-user-profile .lp-avatar-preview .profile-picture img {
|
2241 |
-
width: 100%;
|
2242 |
-
height: 100%;
|
2243 |
-
border-radius: 0;
|
2244 |
-
}
|
2245 |
-
.learn-press-user-profile .lp-avatar-preview .profile-picture.profile-avatar-hidden {
|
2246 |
-
display: none;
|
2247 |
-
}
|
2248 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions {
|
2249 |
-
position: absolute;
|
2250 |
-
top: 50%;
|
2251 |
-
width: 100%;
|
2252 |
-
margin-top: -14px;
|
2253 |
-
text-align: center;
|
2254 |
-
}
|
2255 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions a {
|
2256 |
-
text-decoration: none;
|
2257 |
-
font-size: 12px;
|
2258 |
-
background: #FFF;
|
2259 |
-
display: inline-block;
|
2260 |
-
box-shadow: none;
|
2261 |
-
padding: 5px 10px;
|
2262 |
-
}
|
2263 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-progress {
|
2264 |
-
position: absolute;
|
2265 |
-
height: 10px;
|
2266 |
-
background: #FFF;
|
2267 |
-
top: 50%;
|
2268 |
-
margin-top: -5px;
|
2269 |
-
left: 10px;
|
2270 |
-
right: 10px;
|
2271 |
-
display: none;
|
2272 |
-
}
|
2273 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-progress .lp-avatar-upload-progress-value {
|
2274 |
-
width: 0;
|
2275 |
-
height: 10px;
|
2276 |
-
background: #563d7c;
|
2277 |
-
}
|
2278 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-upload-error {
|
2279 |
-
display: none;
|
2280 |
-
}
|
2281 |
-
.learn-press-user-profile .lp-avatar-preview .lp-avatar-preview-actions {
|
2282 |
-
display: none;
|
2283 |
-
}
|
2284 |
-
.learn-press-user-profile .lp-avatar-preview:hover .lp-avatar-preview-actions {
|
2285 |
-
display: block;
|
2286 |
-
}
|
2287 |
-
.learn-press-user-profile .lp-avatar-preview.uploading .lp-avatar-preview-actions,
|
2288 |
-
.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-preview-actions {
|
2289 |
-
display: none;
|
2290 |
-
}
|
2291 |
-
.learn-press-user-profile .lp-avatar-preview.uploading .lp-avatar-upload-progress,
|
2292 |
-
.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-upload-progress {
|
2293 |
-
display: block;
|
2294 |
-
}
|
2295 |
-
.learn-press-user-profile .lp-avatar-preview.uploading:before,
|
2296 |
-
.learn-press-user-profile .lp-avatar-preview.upload-error:before {
|
2297 |
-
position: absolute;
|
2298 |
-
width: 100%;
|
2299 |
-
height: 100%;
|
2300 |
-
background: #FFF;
|
2301 |
-
opacity: 0.4;
|
2302 |
-
content: '';
|
2303 |
-
}
|
2304 |
-
.learn-press-user-profile .lp-avatar-preview.upload-error .lp-avatar-upload-error {
|
2305 |
-
display: block;
|
2306 |
-
}
|
2307 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-preview-actions {
|
2308 |
-
display: none;
|
2309 |
-
}
|
2310 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image {
|
2311 |
-
position: absolute;
|
2312 |
-
top: 0;
|
2313 |
-
left: 0;
|
2314 |
-
width: 100%;
|
2315 |
-
height: 100%;
|
2316 |
-
background: #000;
|
2317 |
-
overflow: hidden;
|
2318 |
-
}
|
2319 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image img {
|
2320 |
-
max-width: inherit;
|
2321 |
-
cursor: move;
|
2322 |
-
}
|
2323 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls {
|
2324 |
-
position: absolute;
|
2325 |
-
bottom: 0;
|
2326 |
-
width: 100%;
|
2327 |
-
height: 30px;
|
2328 |
-
}
|
2329 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
|
2330 |
-
position: absolute;
|
2331 |
-
height: 10px;
|
2332 |
-
bottom: 10px;
|
2333 |
-
left: 10px;
|
2334 |
-
right: 30px;
|
2335 |
-
background: #563d7a;
|
2336 |
-
}
|
2337 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider {
|
2338 |
-
position: absolute;
|
2339 |
-
left: 0;
|
2340 |
-
right: 10px;
|
2341 |
-
height: 100%;
|
2342 |
-
}
|
2343 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider .ui-slider-handle {
|
2344 |
-
display: inline-block;
|
2345 |
-
width: 10px;
|
2346 |
-
height: 14px;
|
2347 |
-
background: #FFF;
|
2348 |
-
position: absolute;
|
2349 |
-
margin-top: -2px;
|
2350 |
-
border: 1px solid #563d7a;
|
2351 |
-
box-shadow: none;
|
2352 |
-
outline: none;
|
2353 |
-
cursor: ew-resize;
|
2354 |
-
}
|
2355 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload {
|
2356 |
-
text-decoration: none;
|
2357 |
-
position: absolute;
|
2358 |
-
bottom: 5px;
|
2359 |
-
right: 5px;
|
2360 |
-
box-shadow: none;
|
2361 |
-
}
|
2362 |
-
.learn-press-user-profile .lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls:before {
|
2363 |
-
position: absolute;
|
2364 |
-
height: 30px;
|
2365 |
-
width: 100%;
|
2366 |
-
content: '';
|
2367 |
-
background: #FFF;
|
2368 |
-
opacity: 0.4;
|
2369 |
-
}
|
2370 |
-
.learn-press-user-profile .lp-avatar-preview:after {
|
2371 |
-
display: block;
|
2372 |
-
content: '';
|
2373 |
-
clear: both;
|
2374 |
-
}
|
2375 |
-
.learn-press-user-profile .lp-avatar-preview:after:after {
|
2376 |
-
content: '';
|
2377 |
-
display: block;
|
2378 |
-
clear: both;
|
2379 |
-
}
|
2380 |
-
body.profile-dragging {
|
2381 |
-
cursor: move !important;
|
2382 |
-
}
|
2383 |
-
body.profile-resizing {
|
2384 |
-
cursor: ew-resize !important;
|
2385 |
-
}
|
2386 |
-
.learn-press-pagination {
|
2387 |
-
text-align: center;
|
2388 |
-
}
|
2389 |
-
.learn-press-pagination ul {
|
2390 |
-
list-style: disc;
|
2391 |
-
}
|
2392 |
-
.learn-press-pagination ul > li {
|
2393 |
-
display: inline-block;
|
2394 |
-
}
|
2395 |
-
.learn-press-pagination ul > li span {
|
2396 |
-
display: inline-block;
|
2397 |
-
padding: 0 10px;
|
2398 |
-
border: 1px solid #DDD;
|
2399 |
-
background-color: #F5F5F5;
|
2400 |
-
}
|
2401 |
-
.learn-press-pagination ul > li a {
|
2402 |
-
display: inline-block;
|
2403 |
-
padding: 0 10px;
|
2404 |
-
border: 1px solid #DDD;
|
2405 |
-
background-color: #FFF;
|
2406 |
-
}
|
2407 |
-
.learn-press-become-teacher-form ul {
|
2408 |
-
list-style: none;
|
2409 |
-
padding: 0;
|
2410 |
-
}
|
2411 |
-
.learn-press-become-teacher-form ul li {
|
2412 |
-
margin-bottom: 20px;
|
2413 |
-
}
|
2414 |
-
/* jAlerts */
|
2415 |
-
#popup_container {
|
2416 |
-
background: #FFF;
|
2417 |
-
}
|
2418 |
-
#popup_container #popup_title {
|
2419 |
-
padding: 10px 20px;
|
2420 |
-
background: #18B6C7;
|
2421 |
-
color: #FFF;
|
2422 |
-
font-size: 18px;
|
2423 |
-
margin: 0;
|
2424 |
-
}
|
2425 |
-
#popup_container #popup_content {
|
2426 |
-
padding: 20px;
|
2427 |
-
}
|
2428 |
-
#popup_container #popup_content #popup_message {
|
2429 |
-
margin-bottom: 20px;
|
2430 |
-
}
|
2431 |
-
#popup_container #popup_panel {
|
2432 |
-
text-align: center;
|
2433 |
-
}
|
2434 |
-
.learn-press-auto-redirect-next-item {
|
2435 |
-
display: none;
|
2436 |
-
}
|
2437 |
-
.learn-press-auto-redirect-next-item.active {
|
2438 |
-
display: block;
|
2439 |
-
}
|
2440 |
-
.single-lp_course .course-summary .lp_course .entry-footer {
|
2441 |
-
display: none;
|
2442 |
-
}
|
2443 |
-
.single-lp_course .learn-press-message {
|
2444 |
-
position: relative;
|
2445 |
-
clear: both;
|
2446 |
-
margin-top: 25px;
|
2447 |
-
}
|
2448 |
-
.single-lp_course .learn-press-message .learn-press-countdown {
|
2449 |
-
display: inline-block;
|
2450 |
-
width: 1.5em;
|
2451 |
-
height: 1.5em;
|
2452 |
-
background: #cc540d;
|
2453 |
-
text-align: center;
|
2454 |
-
border-radius: 50%;
|
2455 |
-
line-height: 1.5em;
|
2456 |
-
font-size: 0.8em;
|
2457 |
-
color: #fff;
|
2458 |
-
}
|
2459 |
-
.single-lp_course .learn-press-message .learnpress-dismiss-notice {
|
2460 |
-
display: inline-block;
|
2461 |
-
position: absolute;
|
2462 |
-
right: 1em;
|
2463 |
-
top: 50%;
|
2464 |
-
-ms-transform: translateY(-50%);
|
2465 |
-
-webkit-transform: translateY(-50%);
|
2466 |
-
transform: translateY(-50%);
|
2467 |
-
cursor: pointer;
|
2468 |
-
}
|
2469 |
-
.single-lp_course .learn-press-message .learnpress-dismiss-notice:before {
|
2470 |
-
font-size: 1.2em;
|
2471 |
-
color: red;
|
2472 |
-
content: "\f153";
|
2473 |
-
font-family: dashicons;
|
2474 |
-
}
|
2475 |
-
/* tooltip */
|
2476 |
-
.learn-press-tooltip-bubble {
|
2477 |
-
position: absolute;
|
2478 |
-
background: rgba(26, 26, 26, 0.9);
|
2479 |
-
color: #ffffff;
|
2480 |
-
padding: 8px 10px;
|
2481 |
-
font-size: 12px;
|
2482 |
-
z-index: 9999999;
|
2483 |
-
line-height: 1;
|
2484 |
-
border-radius: 3px;
|
2485 |
-
}
|
2486 |
-
/* fill in blank */
|
2487 |
-
input.blank-fill-correct {
|
2488 |
-
width: auto;
|
2489 |
-
}
|
2490 |
-
body.content-item-only {
|
2491 |
-
background: #FFF;
|
2492 |
-
opacity: 0;
|
2493 |
-
}
|
2494 |
-
body.content-item-only .learn-press-content-item-only {
|
2495 |
-
position: fixed;
|
2496 |
-
z-index: 9999999;
|
2497 |
-
left: 0;
|
2498 |
-
top: 0;
|
2499 |
-
width: 100%;
|
2500 |
-
height: 100%;
|
2501 |
-
background: #FFF;
|
2502 |
-
overflow: auto;
|
2503 |
-
padding: 20px;
|
2504 |
-
margin: 0;
|
2505 |
-
}
|
2506 |
-
body.content-item-only #learn-press-content-item {
|
2507 |
-
border: none;
|
2508 |
-
display: block;
|
2509 |
-
transition: max-width linear 0.25s;
|
2510 |
-
margin: 0 auto;
|
2511 |
-
max-width: 1000px;
|
2512 |
-
width: 90%;
|
2513 |
-
}
|
2514 |
-
body.content-item-only #learn-press-content-item.expand {
|
2515 |
-
max-width: 1200px;
|
2516 |
-
}
|
2517 |
-
.lp-group-heading-title.toggle-off,
|
2518 |
-
.lp-group-heading-title.toggle-on {
|
2519 |
-
cursor: pointer;
|
2520 |
-
}
|
2521 |
-
.lp-group-heading-title.toggle-off .toggle-icon,
|
2522 |
-
.lp-group-heading-title.toggle-on .toggle-icon {
|
2523 |
-
display: inline-block;
|
2524 |
-
font-size: larger;
|
2525 |
-
line-height: 1;
|
2526 |
-
font-weight: bold;
|
2527 |
-
margin-left: 5px;
|
2528 |
-
}
|
2529 |
-
.lp-group-heading-title.toggle-off .toggle-icon:before,
|
2530 |
-
.lp-group-heading-title.toggle-on .toggle-icon:before {
|
2531 |
-
content: '+';
|
2532 |
-
}
|
2533 |
-
.lp-group-heading-title.toggle-on .toggle-icon:before {
|
2534 |
-
content: '-';
|
2535 |
-
}
|
2536 |
-
/*
|
2537 |
-
.payment-method-form {
|
2538 |
-
&.payment_method_authorizenet {
|
2539 |
-
background: #f7f7f7;
|
2540 |
-
border-radius: 5px;
|
2541 |
-
-webkit-border-radius: 5px;
|
2542 |
-
-moz-border-radius: 5px;
|
2543 |
-
padding-top: 25px;
|
2544 |
-
.row-fluid {
|
2545 |
-
clear: both;
|
2546 |
-
padding-bottom: 25px;
|
2547 |
-
.span6 {
|
2548 |
-
&:first-child {
|
2549 |
-
width: 50%;
|
2550 |
-
float: left;
|
2551 |
-
label {
|
2552 |
-
margin-left: 17px;
|
2553 |
-
}
|
2554 |
-
select, input {
|
2555 |
-
margin-left: 10px;
|
2556 |
-
}
|
2557 |
-
}
|
2558 |
-
select, input {
|
2559 |
-
padding: 8px 0;
|
2560 |
-
}
|
2561 |
-
select.required {
|
2562 |
-
color: #000;
|
2563 |
-
}
|
2564 |
-
}
|
2565 |
-
}
|
2566 |
-
}
|
2567 |
-
}*/
|
2568 |
-
.place-order-action {
|
2569 |
-
margin-top: 20px;
|
2570 |
-
}
|
2571 |
-
.woocommerce form .form-row.validate-email,
|
2572 |
-
.woocommerce form .form-row.validate-phone {
|
2573 |
-
width: 100% !important;
|
2574 |
-
}
|
2575 |
-
.woocommerce .checkout_coupon .form-row-last input.button {
|
2576 |
-
padding: 13px 10px !important;
|
2577 |
-
}
|
2578 |
-
.learn-press-search-course-form {
|
2579 |
-
margin-bottom: 20px;
|
2580 |
-
}
|
2581 |
-
.learn-press-search-course-form input.search-course-input[name="s"] {
|
2582 |
-
margin-right: -200px;
|
2583 |
-
width: 100%;
|
2584 |
-
}
|
2585 |
-
.learn-press-search-course-form .search-course-button {
|
2586 |
-
vertical-align: middle;
|
2587 |
-
float: right;
|
2588 |
-
z-index: 10;
|
2589 |
-
position: relative;
|
2590 |
-
}
|
2591 |
-
.table-orders .order-status.order-status-removed {
|
2592 |
-
color: #FF0000;
|
2593 |
-
}
|
2594 |
-
/* Shortcode/Widgets */
|
2595 |
-
.widget_lp-widget-popular-courses .course-meta-data > div,
|
2596 |
-
.widget_lp-widget-recent-courses .course-meta-data > div,
|
2597 |
-
.widget_lp-widget-featured-courses .course-meta-data > div {
|
2598 |
-
display: inline-block;
|
2599 |
-
}
|
2600 |
-
.widget_lp-widget-popular-courses .course-meta-data > div:after,
|
2601 |
-
.widget_lp-widget-recent-courses .course-meta-data > div:after,
|
2602 |
-
.widget_lp-widget-featured-courses .course-meta-data > div:after {
|
2603 |
-
content: '/';
|
2604 |
-
}
|
2605 |
-
.widget_lp-widget-popular-courses .course-meta-data > div:last-child:after,
|
2606 |
-
.widget_lp-widget-recent-courses .course-meta-data > div:last-child:after,
|
2607 |
-
.widget_lp-widget-featured-courses .course-meta-data > div:last-child:after {
|
2608 |
-
content: '';
|
2609 |
-
}
|
2610 |
-
.widget_lp-widget-popular-courses .course-title,
|
2611 |
-
.widget_lp-widget-recent-courses .course-title,
|
2612 |
-
.widget_lp-widget-featured-courses .course-title {
|
2613 |
-
margin: 5px 0;
|
2614 |
-
}
|
2615 |
-
.widget_lp-widget-popular-courses .course-entry,
|
2616 |
-
.widget_lp-widget-recent-courses .course-entry,
|
2617 |
-
.widget_lp-widget-featured-courses .course-entry {
|
2618 |
-
margin-bottom: 20px;
|
2619 |
-
border-bottom: 1px dashed #DDD;
|
2620 |
-
padding-bottom: 20px;
|
2621 |
-
}
|
2622 |
-
.edit-course-item-link a {
|
2623 |
-
font-size: 14px;
|
2624 |
-
position: relative;
|
2625 |
-
padding-left: 25px;
|
2626 |
-
}
|
2627 |
-
.edit-course-item-link a:after {
|
2628 |
-
content: "\f464";
|
2629 |
-
font-family: Dashicons;
|
2630 |
-
font-size: 26px;
|
2631 |
-
position: absolute;
|
2632 |
-
bottom: 0;
|
2633 |
-
line-height: 1;
|
2634 |
-
left: 0;
|
2635 |
-
}
|
2636 |
-
.course-item-navigation {
|
2637 |
-
border-top: 4px solid #333;
|
2638 |
-
padding-top: 10px;
|
2639 |
-
margin-top: 20px;
|
2640 |
-
}
|
2641 |
-
.course-item-navigation .nav-links .nav-link {
|
2642 |
-
opacity: 1;
|
2643 |
-
}
|
2644 |
-
.course-item-navigation .nav-links .nav-link a {
|
2645 |
-
opacity: 1;
|
2646 |
-
}
|
2647 |
-
.course-item-navigation .nav-links .nav-link a .meta-nav {
|
2648 |
-
display: block;
|
2649 |
-
text-transform: uppercase;
|
2650 |
-
font-size: small;
|
2651 |
-
color: #b9b9b9;
|
2652 |
-
}
|
2653 |
-
.course-item-navigation .nav-links .nav-link a .post-title {
|
2654 |
-
opacity: 1;
|
2655 |
-
}
|
2656 |
-
.course-item-navigation .nav-links .nav-link.nav-previous {
|
2657 |
-
float: left;
|
2658 |
-
}
|
2659 |
-
.course-item-navigation .nav-links .nav-link.nav-next {
|
2660 |
-
float: right;
|
2661 |
-
text-align: right;
|
2662 |
-
}
|
2663 |
-
.course-item-navigation .nav-links:after {
|
2664 |
-
clear: both;
|
2665 |
-
display: block;
|
2666 |
-
content: '';
|
2667 |
-
}
|
2668 |
-
/* widget attributes */
|
2669 |
-
.lp-course-attributes {
|
2670 |
-
list-style: none;
|
2671 |
-
margin-left: 0;
|
2672 |
-
}
|
2673 |
-
.lp-course-attributes li {
|
2674 |
-
list-style: none;
|
2675 |
-
margin-bottom: 10px;
|
2676 |
-
}
|
2677 |
-
.lp-course-attributes .lp-course-attribute-values {
|
2678 |
-
list-style: none;
|
2679 |
-
margin-left: 0;
|
2680 |
-
}
|
2681 |
-
.lp-course-attributes.course-attributes .lp-course-attribute-values li {
|
2682 |
-
display: inline-block;
|
2683 |
-
padding: 3px 8px;
|
2684 |
-
background: #F0F0F0;
|
2685 |
-
border-radius: 4px;
|
2686 |
-
margin: 0 5px 5px 0;
|
2687 |
-
}
|
2688 |
-
.lp-course-attributes.course-filters .lp-course-attribute-values li a:before {
|
2689 |
-
font-family: dashicons;
|
2690 |
-
border-radius: 50%;
|
2691 |
-
background: #DDD;
|
2692 |
-
display: inline-block;
|
2693 |
-
width: 16px;
|
2694 |
-
height: 16px;
|
2695 |
-
text-align: center;
|
2696 |
-
line-height: 16px;
|
2697 |
-
color: #FFF;
|
2698 |
-
font-size: 16px;
|
2699 |
-
vertical-align: middle;
|
2700 |
-
margin-right: 5px;
|
2701 |
-
content: '';
|
2702 |
-
}
|
2703 |
-
.lp-course-attributes.course-filters .lp-course-attribute-values li:hover a:before {
|
2704 |
-
background: #4acfff;
|
2705 |
-
}
|
2706 |
-
.lp-course-attributes.course-filters .lp-course-attribute-values li.active a:before {
|
2707 |
-
content: "\f147";
|
2708 |
-
background: #4acfff;
|
2709 |
-
}
|
2710 |
-
.lp-course-attributes.course-filters .lp-course-attribute-values li.active:hover a:before {
|
2711 |
-
content: "\f335";
|
2712 |
-
background: #a20000;
|
2713 |
-
}
|
2714 |
-
@-moz-keyframes spin-12 {
|
2715 |
-
0% {
|
2716 |
-
-moz-transform: rotate(0deg) translate(0px);
|
2717 |
-
}
|
2718 |
-
100% {
|
2719 |
-
-moz-transform: rotate(360deg) translate(0px);
|
2720 |
-
}
|
2721 |
-
}
|
2722 |
-
@-webkit-keyframes spin-12 {
|
2723 |
-
0% {
|
2724 |
-
-webkit-transform: rotate(0deg) translate(0px);
|
2725 |
-
}
|
2726 |
-
100% {
|
2727 |
-
-webkit-transform: rotate(360deg) translate(0px);
|
2728 |
-
}
|
2729 |
-
}
|
2730 |
-
@keyframes spin-12 {
|
2731 |
-
0% {
|
2732 |
-
-webkit-transform: rotate(0deg) translate(0px);
|
2733 |
-
transform: rotate(0deg) translate(0px);
|
2734 |
-
}
|
2735 |
-
100% {
|
2736 |
-
-webkit-transform: rotate(360deg) translate(0px);
|
2737 |
-
transform: rotate(360deg) translate(0px);
|
2738 |
-
}
|
2739 |
-
}
|
2740 |
-
@-moz-keyframes spin-13 {
|
2741 |
-
100% {
|
2742 |
-
-moz-transform: rotate(0deg) translate(0px);
|
2743 |
-
}
|
2744 |
-
0% {
|
2745 |
-
-moz-transform: rotate(360deg) translate(0px);
|
2746 |
-
}
|
2747 |
-
}
|
2748 |
-
@-webkit-keyframes spin-13 {
|
2749 |
-
0% {
|
2750 |
-
-webkit-transform: rotate(0deg) translate(0px);
|
2751 |
-
}
|
2752 |
-
100% {
|
2753 |
-
-webkit-transform: rotate(360deg) translate(0px);
|
2754 |
-
}
|
2755 |
-
}
|
2756 |
-
@keyframes spin-13 {
|
2757 |
-
100% {
|
2758 |
-
-webkit-transform: rotate(0deg) translate(0px);
|
2759 |
-
transform: rotate(0deg) translate(0px);
|
2760 |
-
}
|
2761 |
-
0% {
|
2762 |
-
-webkit-transform: rotate(360deg) translate(0px);
|
2763 |
-
transform: rotate(360deg) translate(0px);
|
2764 |
-
}
|
2765 |
-
}
|
2766 |
-
@media screen and (max-width: 1250px) {
|
2767 |
-
.single-lp_course .learn-press-course-results-progress .items-progress,
|
2768 |
-
.single-lp_course .learn-press-course-results-progress .course-progress {
|
2769 |
-
float: none;
|
2770 |
-
width: 100%;
|
2771 |
-
}
|
2772 |
-
.single-lp_course .learn-press-course-results-progress .items-progress {
|
2773 |
-
margin-bottom: 50px;
|
2774 |
-
}
|
2775 |
-
}
|
2776 |
-
@media screen and (max-width: 768px) {
|
2777 |
-
#learn-press-block-content:before {
|
2778 |
-
width: 60px;
|
2779 |
-
height: 60px;
|
2780 |
-
margin-left: -30px;
|
2781 |
-
margin-top: -30px;
|
2782 |
-
/*-76px;*/
|
2783 |
-
-webkit-clip-path: polygon(0px 60px, 60px 60px, 60px 30px, 30px 30px, 30px 0, 0 0);
|
2784 |
-
}
|
2785 |
-
#learn-press-block-content span {
|
2786 |
-
clip: rect(0, 64px, 32px, 32px);
|
2787 |
-
width: 64px;
|
2788 |
-
height: 64px;
|
2789 |
-
margin-left: -32px;
|
2790 |
-
margin-top: -32px;
|
2791 |
-
}
|
2792 |
-
#learn-press-block-content span:before {
|
2793 |
-
width: 64px;
|
2794 |
-
height: 64px;
|
2795 |
-
}
|
2796 |
-
.learn-press-course-results-progress .items-progress,
|
2797 |
-
.learn-press-course-results-progress .course-progress {
|
2798 |
-
width: 100%;
|
2799 |
-
margin-right: 0;
|
2800 |
-
}
|
2801 |
-
}
|
2802 |
-
@media (min-width: 992px) {
|
2803 |
-
.learn-press-courses li.course:nth-child(4n+1) {
|
2804 |
-
clear: left;
|
2805 |
-
}
|
2806 |
-
}
|
2807 |
-
@media (max-width: 992px) {
|
2808 |
-
.learn-press-courses {
|
2809 |
-
margin: 0;
|
2810 |
-
}
|
2811 |
-
}
|
2812 |
-
@media (max-width: 992px) and (min-width: 600px) {
|
2813 |
-
.learn-press-courses li.course {
|
2814 |
-
width: 31.33%;
|
2815 |
-
margin: 0 2% 30px 0;
|
2816 |
-
/* padding: 0 20px; */
|
2817 |
-
}
|
2818 |
-
.learn-press-courses li.course:nth-child(3n+1) {
|
2819 |
-
clear: left;
|
2820 |
-
margin-left: 0;
|
2821 |
-
}
|
2822 |
-
}
|
2823 |
-
@media (max-width: 600px) and (min-width: 400px) {
|
2824 |
-
.learn-press-courses li.course {
|
2825 |
-
width: 48%;
|
2826 |
-
margin: 0 2% 30px 0;
|
2827 |
-
/* padding: 0 20px; */
|
2828 |
-
}
|
2829 |
-
.learn-press-courses li.course:nth-child(2n+1) {
|
2830 |
-
clear: left;
|
2831 |
-
margin-left: 0;
|
2832 |
-
}
|
2833 |
-
}
|
2834 |
-
/*
|
2835 |
-
@media (max-width: 480px) {
|
2836 |
-
.woocommerce {
|
2837 |
-
.checkout_coupon {
|
2838 |
-
.form-row {
|
2839 |
-
width: 100%;
|
2840 |
-
}
|
2841 |
-
}
|
2842 |
-
}
|
2843 |
-
}
|
2844 |
-
*/
|
2845 |
-
@media (max-width: 400px) {
|
2846 |
-
.learn-press-courses li.course {
|
2847 |
-
width: 100%;
|
2848 |
-
margin: 0 0 30px 0;
|
2849 |
-
clear: left;
|
2850 |
-
}
|
2851 |
-
}
|
2852 |
-
@media (max-width: 350px) {
|
2853 |
-
#course-curriculum-popup #popup-sidebar {
|
2854 |
-
width: 100%;
|
2855 |
-
}
|
2856 |
-
}
|
2857 |
-
/* full width with twentysixteen theme */
|
2858 |
-
@media screen and (min-width: 61.5625em) {
|
2859 |
-
body.single-lp_course article.lp_course .entry-content {
|
2860 |
-
width: 100%;
|
2861 |
-
}
|
2862 |
-
body.single-lp_course article.lp_course .entry-footer {
|
2863 |
-
display: none;
|
2864 |
-
}
|
2865 |
-
}
|
2866 |
-
/*
|
2867 |
-
@media screen and (max-width: 615px) {
|
2868 |
-
.payment-method-form {
|
2869 |
-
&.payment_method_authorizenet {
|
2870 |
-
.row-fluid {
|
2871 |
-
padding-bottom: 15px;
|
2872 |
-
.span6 {
|
2873 |
-
&:first-child {
|
2874 |
-
width: 100%;
|
2875 |
-
margin-bottom: 15px;
|
2876 |
-
}
|
2877 |
-
label {
|
2878 |
-
margin-left: 17px;
|
2879 |
-
}
|
2880 |
-
select, input {
|
2881 |
-
margin-left: 10px;
|
2882 |
-
}
|
2883 |
-
select, input {
|
2884 |
-
padding: 8px 0;
|
2885 |
-
}
|
2886 |
-
select.required {
|
2887 |
-
color: #000;
|
2888 |
-
}
|
2889 |
-
#learn-press-authorizenet-payment-expmonth {
|
2890 |
-
margin-bottom: 10px;
|
2891 |
-
}
|
2892 |
-
}
|
2893 |
-
}
|
2894 |
-
}
|
2895 |
-
}
|
2896 |
-
}
|
2897 |
-
*/
|
2898 |
-
|
2899 |
-
/*# sourceMappingURL=data:application/json;charset=utf8;base64,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QjtJQUNFLFNBQUE7OztBQUlKLFFBQTBCLHVCQUF3QjtFQUVoRCxvQkFDRSxHQUFFO0lBQ0EsYUFBQTtJQUNBLG1CQUFBOzs7RUFFQSxvQkFKRixHQUFFLE9BSUMsVUFBVTtJQUNULFdBQUE7SUFDQSxjQUFBOzs7QUFPUixRQUEwQix1QkFBd0I7RUFFaEQsb0JBQ0UsR0FBRTtJQUNBLFVBQUE7SUFDQSxtQkFBQTs7O0VBRUEsb0JBSkYsR0FBRSxPQUlDLFVBQVU7SUFDVCxXQUFBO0lBQ0EsY0FBQTs7Ozs7Ozs7Ozs7Ozs7QUFrQlIsUUFBMEI7RUFFeEIsb0JBQ0UsR0FBRTtJQUNBLFdBQUE7SUFDQSxrQkFBQTtJQUNBLFdBQUE7OztBQU1OLFFBQTBCO0VBQ3hCLHdCQUF5QjtJQUN2QixXQUFBOzs7O0FBS0osbUJBQXlDO0VBQ3ZDLElBQUksaUJBQ0YsUUFBTyxVQUNMO0lBQ0UsV0FBQTs7RUFITixJQUFJLGlCQUNGLFFBQU8sVUFJTDtJQUNFLGFBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvKlxuICAgIC0gUFJPR1JFU1MgQ0lSQ0xFXG4gICAgLSBBcmNoaXZlIGNvdXJzZXNcbiAgICAtIENvdXJzZSBDdXJyaWN1bHVtXG4gICAgLSBCUkVBRENSVU1CXG4gICAgLSBDT1VSU0UgUFJPR1JFU1NcbiAgICAtIENPVVJTRSBUQUJTXG4gICAgLSBQT1BVUCBTVFlMRVxuICAgIC0gQ09VUlNFIFFVSVpcbiAgICAtIEZvcm0gZmllbGRcbiAgICAtIGpBbGVydHNcbiAgICAtIHRvb2x0aXBcbiAgICAtIGZpbGwgaW4gYmxhbmtcbiAgICAtIFNob3J0Y29kZS9XaWRnZXRzXG4gKi9cblxuQGljb24tdXJsOiAnLi4vZm9udHMvbHAtaWNvbnMnO1xuQGZvbnQtZmFjZSB7XG4gIGZvbnQtZmFtaWx5OiAnbHAtaWNvbnMnO1xuICBzcmM6IHVybCgnQHtpY29uLXVybH0uZW90P2Y0MW5sJyk7XG4gIHNyYzogdXJsKCdAe2ljb24tdXJsfS5lb3Q/ZjQxbmwjaWVmaXgnKSBmb3JtYXQoJ2VtYmVkZGVkLW9wZW50eXBlJyksXG4gIHVybCgnQHtpY29uLXVybH0udHRmP2Y0MW5sJykgZm9ybWF0KCd0cnVldHlwZScpLFxuICB1cmwoJ0B7aWNvbi11cmx9LndvZmY/ZjQxbmwnKSBmb3JtYXQoJ3dvZmYnKSxcbiAgdXJsKCdAe2ljb24tdXJsfS5zdmc/ZjQxbmwjbHAtaWNvbnMnKSBmb3JtYXQoJ3N2ZycpO1xuICBmb250LXdlaWdodDogbm9ybWFsO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG59XG5cbltjbGFzc149XCJscC1pY29uLVwiXSwgW2NsYXNzKj1cIiBscC1pY29uLVwiXSB7XG4gIC8qIHVzZSAhaW1wb3J0YW50IHRvIHByZXZlbnQgaXNzdWVzIHdpdGggYnJvd3NlciBleHRlbnNpb25zIHRoYXQgY2hhbmdlIGZvbnRzICovXG4gIGZvbnQtZmFtaWx5OiAnbHAtaWNvbnMnICFpbXBvcnRhbnQ7XG4gIHNwZWFrOiBub25lO1xuICBmb250LXN0eWxlOiBub3JtYWw7XG4gIGZvbnQtd2VpZ2h0OiBub3JtYWw7XG4gIGZvbnQtdmFyaWFudDogbm9ybWFsO1xuICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgbGluZS1oZWlnaHQ6IDE7XG5cbiAgLyogQmV0dGVyIEZvbnQgUmVuZGVyaW5nID09PT09PT09PT09ICovXG4gIC13ZWJraXQtZm9udC1zbW9vdGhpbmc6IGFudGlhbGlhc2VkO1xuICAtbW96LW9zeC1mb250LXNtb290aGluZzogZ3JheXNjYWxlO1xufVxuXG4ubHAtaWNvbi1maWxlLXRleHQyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTI2XCI7XG59XG5cbi5scC1pY29uLWZpbGUtcGljdHVyZTpiZWZvcmUge1xuICBjb250ZW50OiBcIlxcZTkyN1wiO1xufVxuXG4ubHAtaWNvbi1maWxlLW11c2ljOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTI4XCI7XG59XG5cbi5scC1pY29uLWZpbGUtdmlkZW86YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MmFcIjtcbn1cblxuLmxwLWljb24tZmlsZS16aXA6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MmJcIjtcbn1cblxuLmxwLWljb24tcGFzdGU6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5MmRcIjtcbn1cblxuLmxwLWljb24tYWxhcm06YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGU5NTBcIjtcbn1cblxuLmxwLWljb24tY3Jvc3M6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGVhMGZcIjtcbn1cblxuLmxwLWljb24tY2hlY2ttYXJrOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlYTEwXCI7XG59XG5cbi5scC1pY29uLXNwaW5uZXIyOmJlZm9yZSB7XG4gIGNvbnRlbnQ6IFwiXFxlOTdiXCI7XG59XG5cbi5scC1pY29uLXBsdXM6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGVhMGFcIjtcbn1cblxuLmxwLWljb24tbWludXM6YmVmb3JlIHtcbiAgY29udGVudDogXCJcXGVhMGJcIjtcbn1cblxuLmNsZWFyZml4KCkge1xuICBkaXNwbGF5OiBibG9jaztcbiAgY29udGVudDogJyc7XG4gIGNsZWFyOiBib3RoO1xufVxuXG4uY2xlYXJmaXg6YWZ0ZXIge1xuICBkaXNwbGF5OiBibG9jaztcbiAgY29udGVudDogJyc7XG4gIGNsZWFyOiBib3RoO1xufVxuXG4uYm9yZGVyLXJhZGl1cyhAYXJncykge1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IEBhcmd1bWVudHM7XG4gIC1raHRtbC1ib3JkZXItcmFkaXVzOiBAYXJndW1lbnRzO1xuICAtbW96LWJvcmRlci1yYWRpdXM6IEBhcmd1bWVudHM7XG4gIC1tcy1ib3JkZXItcmFkaXVzOiBAYXJndW1lbnRzO1xuICAtby1ib3JkZXItcmFkaXVzOiBAYXJndW1lbnRzO1xuICBib3JkZXItcmFkaXVzOiBAYXJndW1lbnRzO1xufVxuXG4udHJhbnNmb3JtKEBhcmdzKSB7XG4gIC13ZWJraXQtdHJhbnNmb3JtOiBAYXJndW1lbnRzO1xuICAta2h0bWwtdHJhbnNmb3JtOiBAYXJndW1lbnRzO1xuICAtbW96LXRyYW5zZm9ybTogQGFyZ3VtZW50cztcbiAgLW1zLXRyYW5zZm9ybTogQGFyZ3VtZW50cztcbiAgLW8tdHJhbnNmb3JtOiBAYXJndW1lbnRzO1xuICB0cmFuc2Zvcm06IEBhcmd1bWVudHM7XG59XG5cbi50cmFuc2l0aW9uKEBhcmdzKSB7XG4gIC13ZWJraXQtdHJhbnNpdGlvbjogQGFyZ3VtZW50cztcbiAgLWtodG1sLXRyYW5zaXRpb246IEBhcmd1bWVudHM7XG4gIC1tb3otdHJhbnNpdGlvbjogQGFyZ3VtZW50cztcbiAgLW1zLXRyYW5zaXRpb246IEBhcmd1bWVudHM7XG4gIC1vLXRyYW5zaXRpb246IEBhcmd1bWVudHM7XG4gIHRyYW5zaXRpb246IEBhcmd1bWVudHM7XG59XG5cbi5jcm9zcyhAc2l6ZTogMzBweCwgQGJvcmRlcjogM3B4LCBAY29sb3I6ICMwMDApIHtcbiAgJjpiZWZvcmUsXG4gICY6YWZ0ZXIge1xuICAgIHdpZHRoOiBAYm9yZGVyO1xuICAgIGJhY2tncm91bmQ6IEBjb2xvcjtcbiAgICBoZWlnaHQ6IEBzaXplO1xuICAgIGNvbnRlbnQ6ICcnO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAwO1xuICAgIGxlZnQ6IChAc2l6ZSAtICBAYm9yZGVyKSAvIDI7XG4gIH1cbiAgJjpiZWZvcmUge1xuICAgIC50cmFuc2Zvcm0ocm90YXRlKC00NWRlZykpO1xuICB9XG4gICY6YWZ0ZXIge1xuICAgIC50cmFuc2Zvcm0ocm90YXRlKDQ1ZGVnKSk7XG4gIH1cbn1cblxuLmFuaW1hdGlvbihAYXJncykge1xuICAtd2Via2l0LWFuaW1hdGlvbjogQGFyZ3VtZW50cztcbiAgLW1vei1hbmltYXRpb246IEBhcmd1bWVudHM7XG4gIGFuaW1hdGlvbjogQGFyZ3VtZW50cztcbn1cblxuLm92ZXJsYXktcHJvY2Vzc2luZyB7XG4gICY6YmVmb3JlLCAmOmFmdGVyIHtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgdG9wOiAwO1xuICAgIGxlZnQ6IDA7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgaGVpZ2h0OiAxMDAlO1xuICAgIHotaW5kZXg6IDk5OTk5OTtcbiAgfVxuICAmOmJlZm9yZSB7XG4gICAgYmFja2dyb3VuZDogIzAwMDtcbiAgICBvcGFjaXR5OiAwLjU7XG4gIH1cbiAgJjphZnRlciB7XG4gICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgfVxufVxuXG4vKiBQUk9HUkVTUyBDSVJDTEUgKi9cbi5wcm9ncmVzcy1jaXJjbGUoQHNpemU6IDIwMHB4LCBAYmFja2dyb3VuZDogI0RERCwgQGZpbGw6ICM5NWU2ZjksIEBpbml0aWFsaXplOiAwLCBAaW5zaWRlLXNpemU6IDE3MHB4LCBAaW5zaWRlLWJhY2tncm91bmQ6ICNGRkYpIHtcbiAgLnByb2dyZXNzLWNpcmNsZSB7XG4gICAgd2lkdGg6IEBzaXplO1xuICAgIGhlaWdodDogQHNpemU7XG4gICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGJhY2tncm91bmQtY29sb3I6IEBiYWNrZ3JvdW5kO1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAuYmFja2dyb3VuZCB7XG4gICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgYm9yZGVyLXJhZGl1czogNTAlO1xuICAgICAgd2lkdGg6IEBzaXplO1xuICAgICAgaGVpZ2h0OiBAc2l6ZTtcbiAgICAgIGNsaXA6IHJlY3QoMCwgQHNpemUsIEBzaXplLCBAc2l6ZSAvIDIpO1xuICAgICAgLmZpbGwge1xuICAgICAgICBjb250ZW50OiBcIlwiO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgd2lkdGg6IEBzaXplO1xuICAgICAgICBoZWlnaHQ6IEBzaXplO1xuICAgICAgICBjbGlwOiByZWN0KDAsIEBzaXplIC8gMiwgQHNpemUsIDApO1xuICAgICAgICBiYWNrZ3JvdW5kOiBAZmlsbDtcbiAgICAgICAgdHJhbnNmb3JtOiByb3RhdGUodW5pdChAaW5pdGlhbGl6ZSozLjYsIGRlZykpO1xuICAgICAgfVxuICAgIH1cbiAgICAmOmFmdGVyIHtcbiAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgd2lkdGg6IEBpbnNpZGUtc2l6ZTtcbiAgICAgIGhlaWdodDogQGluc2lkZS1zaXplO1xuICAgICAgYmFja2dyb3VuZDogQGluc2lkZS1iYWNrZ3JvdW5kO1xuICAgICAgLmJvcmRlci1yYWRpdXMoNTAlKTtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogNTAlO1xuICAgICAgbGVmdDogNTAlO1xuICAgICAgbWFyZ2luLXRvcDogLUBpbnNpZGUtc2l6ZSAvIDI7XG4gICAgICBtYXJnaW4tbGVmdDogLUBpbnNpZGUtc2l6ZSAvIDI7XG4gICAgICBwb2ludGVyLWV2ZW50czogbm9uZTtcbiAgICB9XG4gICAgLmluc2lkZSB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB3aWR0aDogMTAwJTtcbiAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiBAc2l6ZTtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIHotaW5kZXg6IDEwO1xuICAgIH1cbiAgICAmLmd0LTUwIHtcbiAgICAgIGJhY2tncm91bmQtY29sb3I6IEBmaWxsO1xuICAgICAgLmJhY2tncm91bmQge1xuICAgICAgICBjbGlwOiByZWN0KDAsIEBzaXplLzIsIEBzaXplLCAwKTtcbiAgICAgIH1cbiAgICAgIC5maWxsIHtcbiAgICAgICAgY2xpcDogcmVjdCgwLCBAc2l6ZSwgQHNpemUsIEBzaXplLzIpO1xuICAgICAgICBiYWNrZ3JvdW5kOiBAYmFja2dyb3VuZDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmNsZWFyZml4KCkge1xuICAmOmFmdGVyIHtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBjbGVhcjogYm90aDtcbiAgfVxufVxuXG4uaGlkZS1pZi1qcyB7XG4gIGRpc3BsYXk6IG5vbmUgIWltcG9ydGFudDtcbn1cblxuLyogQXJjaGl2ZSBjb3Vyc2VzICovXG4ubGVhcm4tcHJlc3MtY291cnNlcyB7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGNsZWFyOiBib3RoO1xuICBtYXJnaW46IDAgLTMwcHggMCAwO1xuICBwYWRkaW5nOiAwO1xuICAmOmFmdGVyIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBjb250ZW50OiAnJztcbiAgICBjbGVhcjogYm90aDtcbiAgfVxuICBsaS5jb3Vyc2Uge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTtcbiAgICBmbG9hdDogbGVmdDtcbiAgICB3aWR0aDogMjMlO1xuICAgIG1hcmdpbjogMCAyJSAzMHB4IDA7XG4gICAgcGFkZGluZzogMDtcbiAgICBib3gtc2l6aW5nOiBib3JkZXItYm94O1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG4gICAgYmFja2dyb3VuZDogI0ZGRjtcblxuICAgIC52aWV3LW1vcmUge1xuICAgICAgcGFkZGluZzogMCAxNXB4O1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICB9XG5cbiAgICBoMyB7XG4gICAgICBwYWRkaW5nOiAxNXB4O1xuICAgICAgbWFyZ2luOiAwO1xuICAgICAgZm9udC1zaXplOiAxOHB4O1xuICAgICAgbGluZS1oZWlnaHQ6IDEuNTtcbiAgICB9XG4gICAgLmNvdXJzZS10aHVtYm5haWwge1xuICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgaW1nIHtcbiAgICAgICAgbWF4LXdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IGF1dG87XG4gICAgICB9XG4gICAgICAmOmFmdGVyIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgfVxuICAgIH1cbiAgICAuY291cnNlLWluZm8ge1xuICAgICAgcGFkZGluZzogMCAxNXB4IDE1cHg7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBvdmVyZmxvdzogaGlkZGVuO1xuICAgIH1cbiAgICAuY291cnNlLXN0dWRlbnRzIHtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgIH1cbiAgICAuY291cnNlLWluc3RydWN0b3Ige1xuICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICB9XG4gICAgLmNvdXJzZS1vcmlnaW4tcHJpY2Uge1xuICAgICAgZmxvYXQ6IHJpZ2h0O1xuICAgICAgdGV4dC1kZWNvcmF0aW9uOiBsaW5lLXRocm91Z2g7XG4gICAgICBwYWRkaW5nLXJpZ2h0OiA1cHg7XG4gICAgfVxuICAgIC5jb3Vyc2UtcHJpY2Uge1xuICAgICAgZmxvYXQ6IHJpZ2h0O1xuICAgICAgY29sb3I6IHJnYig4NCwgMTgxLCA4MSk7XG4gICAgfVxuICAgIC5jb3Vyc2UtaW5mbyA+ICoge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgfVxuICB9XG59XG5cbi5jb3Vyc2Utb3JpZ2luLXByaWNlIHtcbiAgdGV4dC1kZWNvcmF0aW9uOiBsaW5lLXRocm91Z2g7XG4gIHBhZGRpbmctcmlnaHQ6IDVweDtcbn1cblxuLmNvdXJzZS1wcmljZSB7XG4gIGNvbG9yOiByZ2IoODQsIDE4MSwgODEpO1xufVxuXG4ubGVhcm4tcHJlc3Mtbm90aWNlIC5idXR0b24ge1xuICBmbG9hdDogcmlnaHQ7XG59XG5cbi5sZWFybi1wcmVzcy1mb3JtIHtcbiAgbWFyZ2luLWJvdHRvbTogMjBweDtcbn1cblxuLyogQ291cnNlIEN1cnJpY3VsdW0gKi9cblxuI2xlYXJuLXByZXNzLWNvdXJzZS1jdXJyaWN1bHVtIHtcbiAgdWwuY3VycmljdWx1bS1zZWN0aW9ucyxcbiAgdWwuc2VjdGlvbi1jb250ZW50IHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMDtcbiAgICBwYWRkaW5nOiAwO1xuICAgIGJhY2tncm91bmQtY29sb3I6ICNGNUY1RjU7XG4gICAgbGkuc2VjdGlvbiB7XG4gICAgICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7XG4gICAgfVxuICB9XG4gIC5zZWN0aW9uLWhlYWRlciB7XG4gICAgaDQge1xuICAgICAgZGlzcGxheTogaW5saW5lO1xuICAgIH1cbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRUVFO1xuICAgIG1hcmdpbjogMDtcbiAgICBwYWRkaW5nOiAyMHB4IDE1cHg7XG4gICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNGRkY7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHAge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgZm9udC13ZWlnaHQ6IG5vcm1hbDtcbiAgICAgIGZvbnQtc3R5bGU6IGl0YWxpYztcbiAgICAgIGNvbG9yOiByZ2IoMTUzLCAxNTMsIDE1Myk7XG4gICAgICBmb250LXNpemU6IDE0cHg7XG4gICAgICBtYXJnaW46IDA7XG4gICAgICBwYWRkaW5nOiAxMHB4IDA7XG4gICAgICB0ZXh0LXRyYW5zZm9ybTogbm9uZTtcbiAgICB9XG4gICAgJjpob3ZlciB7XG4gICAgICBiYWNrZ3JvdW5kOiAjREREO1xuICAgIH1cbiAgICAubWV0YSB7XG4gICAgICBmb250LXNpemU6IHNtYWxsZXI7XG4gICAgICBmb250LXdlaWdodDogbm9ybWFsO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgcmlnaHQ6IDE1cHg7XG4gICAgICB0b3A6IDIwcHg7XG4gICAgICAuY29sbGFwc2Uge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgZm9udC1mYW1pbHk6ICdscC1pY29ucyc7XG4gICAgICAgIGJhY2tncm91bmQ6ICM5NWU2Zjk7XG4gICAgICAgIHdpZHRoOiAyNHB4O1xuICAgICAgICBoZWlnaHQ6IDI0cHg7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAyNHB4O1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICBib3JkZXItcmFkaXVzOiA1cHg7XG4gICAgICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiA1cHg7XG4gICAgICAgIGZvbnQtc2l6ZTogMTBweDtcbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IFwiXFxlYTBiXCI7XG4gICAgICAgICAgbWFyZ2luOiAwIGF1dG87XG4gICAgICAgIH1cbiAgICAgICAgJjpob3ZlciB7XG4gICAgICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgICB9XG4gICAgICAgICYucGx1cyB7XG4gICAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgICAgY29udGVudDogXCJcXGVhMGFcIjtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgLmNvdXJzZS1pdGVtIHtcbiAgICBtYXJnaW46IDA7XG4gICAgbGlzdC1zdHlsZTogbm9uZTtcbiAgICBwYWRkaW5nOiAxMHB4IDE1cHg7XG4gICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkIHJnYigyNTUsIDI1NSwgMjU1KTtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgLnRyYW5zaXRpb24oYmFja2dyb3VuZCBsaW5lYXIgMC41cyk7XG4gICAgLmxwLWxhYmVsLXZpZXdpbmcsXG4gICAgLmxwLWxhYmVsLWNvbXBsZXRlZCB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgICAuY291cnNlLWl0ZW0tdGl0bGUge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgdGV4dC1hbGlnbjoganVzdGlmeTtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgICBmb250LWZhbWlseTogJ2xwLWljb25zJztcbiAgICAgIH1cbiAgICB9XG4gICAgLmxwLWljb24ge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gICAgLml0ZW0tc3RhdHVzIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICBmb250LWZhbWlseTogZGFzaGljb25zO1xuICAgICAgLmJvcmRlci1yYWRpdXMoNHB4KTtcbiAgICAgIGJhY2tncm91bmQ6ICNEREQ7XG4gICAgICBjb2xvcjogIzIyYjRmZjtcbiAgICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogXCJcXGYxNzdcIjtcbiAgICAgIH1cbiAgICAgICYuaXRlbS1zdGF0dXMtdmlld2VkIHtcblxuICAgICAgfVxuICAgICAgJi5pdGVtLXN0YXR1cy1zdGFydGVkIHtcbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IFwiXFxmNDY5XCI7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYuaXRlbS1zdGF0dXMtY29tcGxldGVkIHtcbiAgICAgICAgYmFja2dyb3VuZDogIzIyYjRmZjtcbiAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgICBjb250ZW50OiBcIlxcZjE0N1wiO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAmLml0ZW0tc3RhdHVzLXBhc3NlZCB7XG4gICAgICAgIGJhY2tncm91bmQ6ICMyMmI0ZmY7XG4gICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogXCJcXGYxNDdcIjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgJi5pdGVtLXN0YXR1cy1mYWlsZWQge1xuICAgICAgICBiYWNrZ3JvdW5kOiAjY2M1NDBkO1xuICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgJjpiZWZvcmUge1xuICAgICAgICAgIGNvbnRlbnQ6IFwiXFxmMzM1XCI7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgLml0ZW0tcmVzdWx0IHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICAgICYuaXRlbS1oYXMtc3RhdHVzIHtcbiAgICAgIC5pdGVtLXN0YXR1cyB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIH1cbiAgICB9XG4gICAgJi5pdGVtLWhhcy1yZXN1bHQge1xuICAgICAgLml0ZW0tcmVzdWx0IHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgfVxuICAgIH1cbiAgICAmLnZpZXdhYmxlIHtcbiAgICAgIGN1cnNvcjogcG9pbnRlcjtcbiAgICAgICY6aG92ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiAjZTdlY2ZiO1xuICAgICAgICAudHJhbnNpdGlvbihiYWNrZ3JvdW5kIGxpbmVhciAwcyk7XG4gICAgICB9XG4gICAgfVxuICAgICYuY291cnNlLWxlc3NvbiB7XG4gICAgICAuY291cnNlLWl0ZW0tdGl0bGUge1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogJ1xcZTkyNic7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgJi5jb3Vyc2UtcXVpeiB7XG4gICAgICAuY291cnNlLWl0ZW0tdGl0bGUge1xuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogJ1xcZTk1MCc7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgJi5pdGVtLWN1cnJlbnQge1xuICAgICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIHdpZHRoOiAzcHg7XG4gICAgICAgIGJhY2tncm91bmQ6ICM5NWU2Zjk7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgfVxuICAgIH1cblxuICAgICYuZm9jdXMge1xuICAgICAgYmFja2dyb3VuZDogI2ZmYjcxMDtcbiAgICAgICYub2ZmIHtcbiAgICAgICAgLnRyYW5zaXRpb24obm9uZSk7XG4gICAgICB9XG4gICAgfVxuICAgICY6YWZ0ZXIge1xuICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICAgIGNvbnRlbnQ6ICcnO1xuICAgIH1cbiAgfVxuXG4gIC5jb3Vyc2UtaXRlbS1tZXRhIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBsaW5lLWhlaWdodDogMTtcbiAgICB0b3A6IDE1cHg7XG4gICAgcmlnaHQ6IDE1cHg7XG4gICAgZmxvYXQ6IHJpZ2h0O1xuICAgIG1hcmdpbi10b3A6IDVweDtcbiAgICAuaXRlbS1sb29wLW1ldGEtdGV4dCB7XG4gICAgICBmb250LXNpemU6IHNtYWxsO1xuICAgICAgJi5pdGVtLWZpbmFsIHtcbiAgICAgICAgY29sb3I6ICNmZmZmZmY7XG4gICAgICAgIGJhY2tncm91bmQ6ICNjYzU0MGQ7XG4gICAgICAgIHBhZGRpbmc6IDNweCA4cHg7XG4gICAgICAgIC5ib3JkZXItcmFkaXVzKDNweCk7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5scC1pY29uIHtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICBmb250LWZhbWlseTogJ2xwLWljb25zJztcbiAgYmFja2dyb3VuZDogIzk1ZTZmOTtcbiAgd2lkdGg6IDI0cHg7XG4gIGhlaWdodDogMjRweDtcbiAgbGluZS1oZWlnaHQ6IDI0cHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY29sb3I6ICNGRkY7XG4gIGJvcmRlci1yYWRpdXM6IDVweDtcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgJjpiZWZvcmUge1xuICAgIHdpZHRoOiAzMnB4O1xuICAgIGhlaWdodDogMzJweDtcbiAgfVxuXG59XG5cbi5scC1sYWJlbCB7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgbGluZS1oZWlnaHQ6IDI0cHg7XG4gIGZvbnQtc2l6ZTogNzglO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICBjb2xvcjogI2ZmZmZmZjtcbiAgcGFkZGluZzogMCAxMHB4O1xuICBiYWNrZ3JvdW5kOiAjREREO1xuICBoZWlnaHQ6IDI0cHg7XG4gIC5ib3JkZXItcmFkaXVzKDRweCk7XG4gICYubHAtbGFiZWwtdmlld2luZyB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogcmdiKDU3LCAxNzUsIDI1NSk7XG4gIH1cbiAgJi5scC1sYWJlbC1jb21wbGV0ZWQge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzOWM3Y2U7XG4gIH1cbiAgJi5scC1sYWJlbC1sZXNzb24ge1xuICAgIGJhY2tncm91bmQtY29sb3I6ICMzMzdhYjc7XG4gIH1cbiAgJi5scC1sYWJlbC1xdWl6IHtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjNTM2NThjO1xuICB9XG4gICYubHAtbGFiZWwtcHJldmlldyB7XG4gICAgYmFja2dyb3VuZC1jb2xvcjogIzAyYTdjZTtcbiAgfVxufVxuXG4ubGVhcm4tcHJlc3MtY29udGVudC1wcm90ZWN0ZWQtbWVzc2FnZSB7XG4gIGJvcmRlcjogM3B4IHNvbGlkICNmZjg0ODQ7XG4gIGJhY2tncm91bmQ6ICNGRkY7XG4gIHBhZGRpbmc6IDIwcHg7XG4gIGNvbG9yOiAjZmY4NDg0O1xuICBtYXJnaW46IDEwcHggMDtcbiAgYm9yZGVyLXJhZGl1czogNnB4O1xuICAuaWNvbiB7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICB3aWR0aDogMzBweDtcbiAgICBoZWlnaHQ6IDMwcHg7XG4gICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gICAgLmNyb3NzKDMwcHgsIDNweCwgI2ZmODQ4NCk7XG4gIH1cbn1cblxuLyoqIEJSRUFEQ1JVTUIgKi9cbi5sZWFybi1wcmVzcy1icmVhZGNydW1iIHtcbiAgbWFyZ2luLWJvdHRvbTogMjBweDtcbn1cblxuLyoqIENPVVJTRSBQUk9HUkVTUyAqKi9cbi5zaW5nbGUtbHBfY291cnNlIHtcbiAgLmxlYXJuLXByZXNzLWNvdXJzZS1yZXN1bHRzLXByb2dyZXNzIHtcbiAgICBtYXJnaW4tYm90dG9tOiA0MHB4O1xuICAgIC5pdGVtcy1wcm9ncmVzcyB7XG4gICAgICBmbG9hdDogbGVmdDtcbiAgICAgIHdpZHRoOiA2OCU7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDIlO1xuICAgICAgY2xlYXI6IGxlZnQ7XG4gICAgfVxuICAgIC5scC1jb3Vyc2UtcHJvZ3Jlc3MtaGVhZGluZyB7XG4gICAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xuICAgIH1cbiAgICAuY291cnNlLXByb2dyZXNzIHtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgd2lkdGg6IDMwJTtcbiAgICB9XG4gICAgLm51bWJlciwgLnBlcmNlbnRhZ2Utc2lnbiB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICB2ZXJ0aWNhbC1hbGlnbjogYm90dG9tO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICBmb250LXNpemU6IDI1cHg7XG4gICAgfVxuICAgIC5wZXJjZW50YWdlLXNpZ24ge1xuICAgICAgbWFyZ2luLWxlZnQ6IDVweDtcbiAgICB9XG4gICAgLmdyYWRlIHtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgYmFja2dyb3VuZDogI0Y1RjVGNTtcbiAgICAgIHBhZGRpbmc6IDJweCA3cHg7XG4gICAgICAuYm9yZGVyLXJhZGl1cygzcHgpO1xuICAgICAgJi5pbi1wcm9ncmVzcyB7XG5cbiAgICAgIH1cbiAgICAgICYucGFzc2VkIHtcbiAgICAgICAgY29sb3I6ICNmZmZmZmY7XG4gICAgICAgIGJhY2tncm91bmQ6ICM5NWU2Zjk7XG4gICAgICB9XG4gICAgICAmLmZhaWxlZCB7XG4gICAgICAgIGNvbG9yOiAjZmZmZmZmO1xuICAgICAgICBiYWNrZ3JvdW5kOiAjZmY1NDI1O1xuICAgICAgfVxuICAgIH1cbiAgICAmOmFmdGVyIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgY29udGVudDogJyc7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICB9XG4gIH1cbn1cblxuLmxwLWNvdXJzZS1wcm9ncmVzcyB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgLmxwLXByb2dyZXNzLWJhciB7XG4gICAgaGVpZ2h0OiAxNXB4O1xuICAgIGJhY2tncm91bmQ6ICNEREQ7XG4gICAgbWFyZ2luOiAxMHB4IDAgMTVweCAwO1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgLmJvcmRlci1yYWRpdXMoM3B4KTtcbiAgICAubHAtcHJvZ3Jlc3MtdmFsdWUge1xuICAgICAgd2lkdGg6IDUwJTtcbiAgICAgIGhlaWdodDogMTVweDtcbiAgICAgIGJhY2tncm91bmQ6ICM5NWU2Zjk7XG4gICAgfVxuICB9XG4gIC5scC1wYXNzaW5nLWNvbmRpdGlvbmFsIHtcbiAgICBsZWZ0OiAwJTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgaGVpZ2h0OiAyNXB4O1xuICAgIHRvcDogLTVweDtcbiAgICBtYXJnaW4tbGVmdDogLTVweDtcbiAgICBjdXJzb3I6IHBvaW50ZXI7XG4gICAgJjpiZWZvcmUsXG4gICAgJjphZnRlciB7XG4gICAgICBjb250ZW50OiAnJztcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIGJvcmRlcjogNXB4IHNvbGlkIHRyYW5zcGFyZW50O1xuICAgICAgbGVmdDogMDtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB9XG4gICAgJjpiZWZvcmUge1xuICAgICAgYm9yZGVyLXRvcC1jb2xvcjogI0RERDtcbiAgICB9XG4gICAgJjphZnRlciB7XG4gICAgICBib3JkZXItYm90dG9tLWNvbG9yOiAjREREO1xuICAgICAgYm90dG9tOiAwO1xuICAgIH1cbiAgfVxufVxuXG4jbGVhcm4tcHJlc3MtY29udGVudC1pdGVtIHtcbiAgYm9yZGVyOiAxcHggc29saWQgI0RERDtcbiAgZGlzcGxheTogbm9uZTtcblxufVxuXG4vKiogQ09VUlNFIFRBQlMgKiovXG4ubGVhcm4tcHJlc3MtdGFicyB7XG4gIC5sZWFybi1wcmVzcy1uYXYtdGFicyB7XG4gICAgbGlzdC1zdHlsZTogbm9uZTtcbiAgICBwYWRkaW5nOiAwO1xuICAgIG1hcmdpbjogMCAwIDIwcHggMDtcbiAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcbiAgICAubGVhcm4tcHJlc3MtbmF2LXRhYiB7XG4gICAgICBsaXN0LXN0eWxlLXR5cGU6IG5vbmU7XG4gICAgICBmbG9hdDogbGVmdDtcbiAgICAgIG1hcmdpbi1ib3R0b206IC0xcHg7XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICBhIHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICBwYWRkaW5nOiAxMHB4IDE1cHg7XG4gICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgICAgIGNvbG9yOiAjNjg2ODY4O1xuICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcbiAgICAgIH1cbiAgICAgICYuYWN0aXZlIHtcbiAgICAgICAgYm9yZGVyLWJvdHRvbTogNHB4IHNvbGlkICMwMDdhY2M7XG4gICAgICAgIGEge1xuICAgICAgICAgIGNvbG9yOiAjMDA3YWNjO1xuICAgICAgICAgIGJvcmRlci1ib3R0b206IG5vbmU7XG4gICAgICAgICAgbWFyZ2luLWJvdHRvbTogLTRweDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgJi5hY3RpdmU6YWZ0ZXIge1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0ZGRjtcbiAgICAgICAgYm90dG9tOiAtMXB4O1xuICAgICAgICBjb250ZW50OiAnJztcbiAgICAgIH1cbiAgICB9XG4gICAgJjpob3ZlciB7XG5cbiAgICB9XG4gICAgJjphZnRlciB7XG4gICAgICBjb250ZW50OiAnJztcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgY2xlYXI6IGJvdGg7XG4gICAgfVxuICB9XG4gIC5sZWFybi1wcmVzcy10YWItcGFuZWwge1xuICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICAmLmFjdGl2ZSB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICB9XG4gIH1cbn1cblxuLmxlYXJuLXByZXNzLWJsb2NrLWNvbnRlbnQtbWl4aW4oQHcpIHtcbiAgJjpiZWZvcmUge1xuICAgIHdpZHRoOiAoQHcpO1xuICAgIGhlaWdodDogKEB3KTtcbiAgICBtYXJnaW4tbGVmdDogLShAdy8yKTtcbiAgICBtYXJnaW4tdG9wOiAtKEB3LzIpOyAvKi03NnB4OyovXG4gICAgLXdlYmtpdC1jbGlwLXBhdGg6IHBvbHlnb24oMHB4IEB3LCBAdyBAdywgQHcgQHcvMiwgQHcvMiBAdy8yLCBAdy8yIDAsIDAgMCk7XG4gIH1cblxuICBzcGFuIHtcbiAgICBjbGlwOiByZWN0KDAsIEB3KzQsIEB3LzIrMiwgQHcvMisyKTtcbiAgICB3aWR0aDogQHcrNDtcbiAgICBoZWlnaHQ6IEB3KzQ7XG4gICAgbWFyZ2luLWxlZnQ6IC0oQHcvMisyKTtcbiAgICBtYXJnaW4tdG9wOiAtKEB3LzIrMik7XG4gICAgJjpiZWZvcmUge1xuICAgICAgd2lkdGg6IEB3KzQ7XG4gICAgICBoZWlnaHQ6IEB3KzQ7XG4gICAgfVxuICB9XG59XG5cbi5sZWFybi1wcmVzcy1jb3Vyc2UtYnV0dG9ucyB7XG5cbiAgYS5idXR0b24ge1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICBmb250LXNpemU6IDE2cHg7XG4gICAgYmFja2dyb3VuZDogIzFhMWExYTtcbiAgICBib3JkZXI6IDA7XG4gICAgYm9yZGVyLXJhZGl1czogMnB4O1xuICAgIGNvbG9yOiAjZmZmO1xuICAgIGZvbnQtZmFtaWx5OiBNb250c2VycmF0LCBcIkhlbHZldGljYSBOZXVlXCIsIHNhbnMtc2VyaWY7XG4gICAgZm9udC13ZWlnaHQ6IDcwMDtcbiAgICBsZXR0ZXItc3BhY2luZzogMC4wNDY4NzVlbTtcbiAgICBsaW5lLWhlaWdodDogMTtcbiAgICBwYWRkaW5nOiAwLjg0Mzc1ZW0gMC44NzVlbSAwLjc4MTI1ZW07XG4gICAgdGV4dC10cmFuc2Zvcm06IHVwcGVyY2FzZTtcblxuICAgICY6aG92ZXIge1xuICAgICAgYmFja2dyb3VuZDogIzAwN2FjYztcbiAgICB9XG4gIH1cbn1cblxuLyogUE9QVVAgU1RZTEUgKi9cblxuI3BvcHVwX292ZXJsYXkge1xuICB6LWluZGV4OiAxMDAwMDAwMCAhaW1wb3J0YW50O1xufVxuXG4jcG9wdXBfY29udGFpbmVyIHtcbiAgei1pbmRleDogMTAwMDAwMDEgIWltcG9ydGFudDtcbn1cblxuYm9keS5jb3Vyc2UtaGFzLXBvcHVwIHtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbn1cblxuI2NvdXJzZS1jdXJyaWN1bHVtLXBvcHVwIHtcbiAgcG9zaXRpb246IGZpeGVkO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIHJpZ2h0OiAwO1xuICBib3R0b206IDA7XG4gIGJhY2tncm91bmQ6ICMwMDA7XG4gIHotaW5kZXg6IDk5OTk5OTtcbiAgKiB7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgfVxuICAjcG9wdXAtc2lkZWJhciB7XG4gICAgZmxvYXQ6IGxlZnQ7XG4gICAgd2lkdGg6IDM1MHB4O1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDYwcHg7XG4gICAgYm90dG9tOiAwO1xuICAgIG92ZXJmbG93OiBhdXRvO1xuICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI0RERDtcbiAgICAuY291cnNlLWN1cnJpY3VsdW0tdGl0bGUge1xuICAgICAgZGlzcGxheTogbm9uZTtcbiAgICB9XG4gICAgLmN1cnJpY3VsdW0tc2VjdGlvbnMge1xuICAgICAgbWFyZ2luOiAwO1xuICAgICAgZm9udC1zaXplOiBzbWFsbGVyO1xuICAgIH1cbiAgICAubGVhcm4tcHJlc3MtY291cnNlLXJlc3VsdHMtcHJvZ3Jlc3Mge1xuICAgICAgcGFkZGluZzogMTVweCAyMHB4O1xuICAgICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgICAgIC5pdGVtcy1wcm9ncmVzcywgLmNvdXJzZS1wcm9ncmVzcyB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBtYXJnaW46IDAgIWltcG9ydGFudDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgI3BvcHVwLW1haW4ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMzUwcHg7XG4gICAgcmlnaHQ6IDA7XG4gICAgYm90dG9tOiAwO1xuICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgI3BvcHVwLWhlYWRlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDA7XG4gICAgICBsZWZ0OiAtMzUwcHg7XG4gICAgICByaWdodDogMDtcbiAgICAgIGhlaWdodDogNjBweDtcbiAgICAgIGJhY2tncm91bmQ6ICNjYzU0MGQ7XG4gICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI2FiNGExMDtcbiAgICAgIC5wb3B1cC1tZW51IHtcbiAgICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgICBoZWlnaHQ6IDYwcHg7XG4gICAgICAgIHdpZHRoOiAzNTBweDtcbiAgICAgICAgYm9yZGVyLXJpZ2h0OiAxcHggc29saWQgI2FiNGExMDtcbiAgICAgIH1cbiAgICAgIC5wb3B1cC1jbG9zZSxcbiAgICAgIC5zaWRlYmFyLWhpZGUtYnRuLFxuICAgICAgLnNpZGViYXItc2hvdy1idG4ge1xuICAgICAgICB3aWR0aDogNTlweDtcbiAgICAgICAgaGVpZ2h0OiA1OXB4O1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogMDtcbiAgICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgICAgICBmb250LXNpemU6IDM0cHg7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiA2MHB4O1xuICAgICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICAmOmhvdmVyIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAjYjM0YzEwO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgICAuc2lkZWJhci1oaWRlLWJ0biB7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICB9XG4gICAgICAuc2lkZWJhci1zaG93LWJ0biB7XG4gICAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgICAgbWFyZ2luLWxlZnQ6IC0yMHB4O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIwcHg7XG4gICAgICB9XG4gICAgICAucG9wdXAtY2xvc2Uge1xuICAgICAgICByaWdodDogMHB4O1xuICAgICAgICAmOmJlZm9yZSxcbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgICAgYm9yZGVyLXRvcDogM3B4IHNvbGlkICNGRkY7XG4gICAgICAgICAgd2lkdGg6IDMwcHg7XG4gICAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICB0b3A6IDI5cHg7XG4gICAgICAgICAgbGVmdDogMTdweDtcbiAgICAgICAgfVxuICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSg0NWRlZyk7XG4gICAgICAgIH1cbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgtNDVkZWcpO1xuICAgICAgICB9XG4gICAgICAgICY6aG92ZXIge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICNiMzRjMTA7XG4gICAgICAgICAgJjpiZWZvcmUsICY6YWZ0ZXIge1xuICAgICAgICAgICAgYm9yZGVyLWNvbG9yOiAjRkZGO1xuICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgLnBvcHVwLXRpdGxlIHtcbiAgICAgICAgbWFyZ2luOiAwIDAgMCAzNTBweDtcbiAgICAgICAgaGVpZ2h0OiA2MHB4O1xuICAgICAgICBsaW5lLWhlaWdodDogNjBweDtcbiAgICAgICAgcGFkZGluZzogMCAyMHB4O1xuICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgICAgfVxuXG4gICAgfVxuICAgICNwb3B1cC1jb250ZW50IHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIHRvcDogNjBweDtcbiAgICAgIGJvdHRvbTogNTBweDtcbiAgICAgIGxlZnQ6IDA7XG4gICAgICByaWdodDogMDtcbiAgICAgIG92ZXJmbG93OiBhdXRvO1xuICAgICAgdHJhbnNpdGlvbjogdG9wIGxpbmVhciAwLjI1cywgYm90dG9tIGxpbmVhciAwLjI1cztcblxuICAgICAgI3BvcHVwLWNvbnRlbnQtaW5uZXIge1xuICAgICAgICBtYXJnaW46IDIwcHggNDBweDtcbiAgICAgIH1cbiAgICB9XG4gICAgI3BvcHVwLWZvb3RlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICBib3R0b206IDA7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgcmlnaHQ6IDA7XG4gICAgICBoZWlnaHQ6IDUwcHg7XG4gICAgICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICAgICAgYm9yZGVyLXRvcDogMXB4IHNvbGlkICNEREQ7XG4gICAgICAuZm9vdGVyLWNvbnRyb2wge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgaGVpZ2h0OiA1MHB4O1xuICAgICAgICBsaW5lLWhlaWdodDogNTBweDtcbiAgICAgICAgcGFkZGluZzogMCAyMHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiAjRkZGO1xuICAgICAgICAmLnByZXYtaXRlbSB7XG4gICAgICAgICAgZmxvYXQ6IGxlZnQ7XG4gICAgICAgIH1cbiAgICAgICAgJi5uZXh0LWl0ZW0ge1xuICAgICAgICAgIGZsb2F0OiByaWdodDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICAjcG9wdXAtaGVhZGVyLCAjcG9wdXAtZm9vdGVyIHtcbiAgICAgIHRyYW5zaXRpb246IG9wYWNpdHkgbGluZWFyIDAuMjVzO1xuICAgIH1cbiAgICAmLmV4cGFuZCB7XG4gICAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgICBsZWZ0OiAwO1xuICAgICAgcGFkZGluZzogMCAyMCU7XG4gICAgICB0b3A6IDA7XG4gICAgICBib3R0b206IDA7XG4gICAgICAjcG9wdXAtaGVhZGVyLFxuICAgICAgI3BvcHVwLWZvb3RlciB7XG4gICAgICAgIG9wYWNpdHk6IDA7XG4gICAgICB9XG4gICAgICAjcG9wdXAtY29udGVudCB7XG4gICAgICAgIHRvcDogMDtcbiAgICAgICAgYm90dG9tOiAwO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICBpZnJhbWUge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDA7XG4gICAgbGVmdDogMDtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgd2lkdGg6IDEwMCU7XG4gICAgYm9yZGVyOiBub25lO1xuICAgIG1hcmdpbjogMDtcbiAgICBiYWNrZ3JvdW5kOiAjRkZGO1xuICB9XG59XG5cbi5sZWFybi1wcmVzcy1jb250ZW50LWl0ZW0tdGl0bGUge1xuICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICBib3JkZXItYm90dG9tOiAycHggc29saWQgI0RERDtcbiAgcGFkZGluZy1ib3R0b206IDIwcHg7XG4gICYuY29udGVudC1pdGVtLXF1aXotdGl0bGUge1xuICAgIGg0IHtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgICAgbWFyZ2luLWJvdHRvbTogMDtcbiAgICB9XG4gICAgLnF1aXotY291bnRkb3duIHtcbiAgICAgIGZsb2F0OiByaWdodDtcbiAgICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAgIG1pbi13aWR0aDogMTAwcHg7XG4gICAgICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgZm9udC1zaXplOiAxOHB4O1xuICAgICAgJjphZnRlciwgJjpiZWZvcmUge1xuICAgICAgICBwYWRkaW5nOiAwIDEwcHg7XG4gICAgICAgIGhlaWdodDogM3B4O1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIGJvdHRvbTogLTNweDtcbiAgICAgICAgYmFja2dyb3VuZDogIzAwMDtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIGxlZnQ6IDA7XG4gICAgICB9XG4gICAgICAmOmJlZm9yZSB7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgfVxuICAgICAgJjphZnRlciB7XG4gICAgICAgIGJhY2tncm91bmQ6ICMwMGFkZmY7XG4gICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICB9XG4gICAgICAmLndhcm5pbmctdGltZS1vdmVyIHtcbiAgICAgICAgJjphZnRlciB7XG4gICAgICAgICAgYmFja2dyb3VuZDogI0ZGMDAwMDtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgLmNvdW50ZG93biB7XG5cbiAgICAgIH1cbiAgICB9XG4gICAgLmNsZWFyZml4KCk7XG4gIH1cbiAgLmxwLWV4cGFuZCB7XG4gICAgZmxvYXQ6IHJpZ2h0O1xuICAgIHdpZHRoOiA0M3B4O1xuICAgIGhlaWdodDogNDNweDtcbiAgICBsaW5lLWhlaWdodDogNDNweDtcbiAgICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICAgIG1hcmdpbi1sZWZ0OiAxMHB4O1xuICAgIGJvcmRlcjogMXB4IHNvbGlkICNEREQ7XG4gICAgb3V0bGluZTogbm9uZTtcbiAgfVxufVxuXG4ubGVhcm4tcHJlc3MtY29udGVudC1pdGVtLXN1bW1hcnkge1xuICAvKnBhZGRpbmc6IDIwcHg7XG4gIGJvcmRlci10b3A6IDFweCBzb2xpZCAjREREOyovXG4gIG1hcmdpbi1ib3R0b206IDMwcHg7XG4gIC5xdWl6LXF1ZXN0aW9uLXRpdGxlIHtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICB9XG4gIC5sZWFybi1wcmVzcy1xdWVzdGlvbi1leHBsYW5hdGlvbiwgLmxlYXJuLXByZXNzLXF1ZXN0aW9uLWhpbnQge1xuICAgIGJhY2tncm91bmQ6ICNGNUY1RjU7XG4gICAgcGFkZGluZzogMTVweCAyMHB4O1xuICAgIGZvbnQtc3R5bGU6IGl0YWxpYztcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICAgIC5oaW50LXRpdGxlLCAuZXhwbGFuYXRpb24tdGl0bGUge1xuICAgICAgZm9udC1zdHlsZTogbm9ybWFsO1xuICAgIH1cbiAgfVxufVxuXG4uYnV0dG9uLWZpbmlzaC1xdWl6IHtcbiAgZmxvYXQ6IHJpZ2h0O1xufVxuXG4ubGVhcm5wcmVzcyBmb3JtLnB1cmNoYXNlLWNvdXJzZSB7XG4gIG1hcmdpbi1ib3R0b206IDIwcHg7XG59XG5cbiNsZWFybi1wcmVzcy1ibG9jay1jb250ZW50IHtcbiAgZGlzcGxheTogbm9uZTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgYmFja2dyb3VuZDogZmFkZSgjRkZGLCAyNSUpO1xuICBwb3NpdGlvbjogZml4ZWQ7XG4gIHotaW5kZXg6IDk5OTk5OTk5O1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gICY6YmVmb3JlLCAmOmFmdGVyLCBzcGFuIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgLmJvcmRlci1yYWRpdXMoNTAlKTtcbiAgICBsZWZ0OiA1MCU7XG4gICAgdG9wOiA1MCU7XG4gICAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbiAgfVxuICAmOmJlZm9yZSB7XG4gICAgY29udGVudDogJyc7XG4gICAgYm9yZGVyOiAycHggc29saWQgIzAwMDtcbiAgICB6LWluZGV4OiAxMDtcbiAgICAuYW5pbWF0aW9uKHNwaW4tMTMgMS41cyBpbmZpbml0ZSk7XG4gIH1cbiAgJjphZnRlciB7XG4gICAgei1pbmRleDogMDtcbiAgICBjb250ZW50OiAnJztcbiAgICBib3JkZXI6IDEwcHggc29saWQgIzAwMDAwMDtcbiAgICBtYXJnaW4tbGVmdDogLTgwcHg7XG4gICAgbWFyZ2luLXRvcDogLTgwcHg7XG4gICAgd2lkdGg6IDE2MHB4O1xuICAgIGhlaWdodDogMTYwcHg7XG4gICAgb3BhY2l0eTogMDtcbiAgfVxuICBzcGFuIHtcbiAgICB6LWluZGV4OiAyMDtcbiAgICAuYW5pbWF0aW9uKHNwaW4tMTIgMS41cyBpbmZpbml0ZSk7XG4gICAgJjpiZWZvcmUge1xuICAgICAgY29udGVudDogJyc7XG4gICAgICBib3JkZXI6IDZweCBzb2xpZCAjOTVlNmY5O1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgLmJvcmRlci1yYWRpdXMoNTAlKTtcbiAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gICAgfVxuICB9XG5cbiAgLmxlYXJuLXByZXNzLWJsb2NrLWNvbnRlbnQtbWl4aW4oODBweCk7XG59XG5cbmJvZHkuYmxvY2stY29udGVudCB7XG4gICNsZWFybi1wcmVzcy1ibG9jay1jb250ZW50IHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxufVxuXG4vKiBDT1VSU0UgUVVJWiAqL1xuLnF1aXotYnV0dG9ucyB7XG4gIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gIGNsZWFyOiBib3RoO1xufVxuXG4ucXVpei1pbnRybyB7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbi1sZWZ0OiAwO1xuICBsaSBsYWJlbCB7XG4gICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICB9XG59XG5cbi5xdWl6LXF1ZXN0aW9ucy1saXN0IHtcbiAgbWFyZ2luOiAwIDAgMjBweCAwO1xuICBwYWRkaW5nOiAwO1xuICBsaXN0LXN0eWxlLXBvc2l0aW9uOiBpbnNpZGU7XG4gIGxpIHtcbiAgICBtYXJnaW46IDAgMCAxMHB4IDA7XG4gIH1cbiAgLnF1ZXN0aW9uLXRpdGxlIHtcbiAgICBtYXJnaW46IDAgMCA1cHggMDtcbiAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgZm9udC1zaXplOiAxNHB4O1xuICB9XG4gIC5jdXJyZW50IHtcbiAgICAucXVlc3Rpb24tdGl0bGUge1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgfVxuICB9XG4gIGlucHV0W3R5cGU9XCJjaGVja2JveFwiXSwgaW5wdXRbdHlwZT1cInJhZGlvXCJdIHtcbiAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xuICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAtd2Via2l0LWFwcGVhcmFuY2U6IG5vbmU7XG4gICAgd2lkdGg6IDE4cHg7XG4gICAgaGVpZ2h0OiAxOHB4O1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICAmOmNoZWNrZWQge1xuICAgICAgJjphZnRlciB7XG4gICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdOmNoZWNrZWQge1xuICAgICY6YWZ0ZXIge1xuICAgICAgYm9yZGVyLWJvdHRvbTogM3B4IHNvbGlkICMwMGI5ZWI7XG4gICAgICBib3JkZXItcmlnaHQ6IDFweCBzb2xpZCAjMDBiOWViO1xuICAgICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgxNGRlZyk7XG4gICAgICAtbW96LXRyYW5zZm9ybTogcm90YXRlKDE0ZGVnKTtcbiAgICAgIC1tcy10cmFuc2Zvcm06IHJvdGF0ZSgxNGRlZyk7XG4gICAgICAtby10cmFuc2Zvcm06IHJvdGF0ZSgxNGRlZyk7XG4gICAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzM2RlZyk7XG4gICAgICB3aWR0aDogOHB4O1xuICAgICAgaGVpZ2h0OiAxNnB4O1xuXG4gICAgICB0b3A6IC01cHg7XG4gICAgICBsZWZ0OiA1cHg7XG4gICAgfVxuICB9XG4gIGlucHV0W3R5cGU9XCJjaGVja2JveFwiXSB7XG4gICAgJjpkaXNhYmxlZCB7XG4gICAgICAmOmFmdGVyIHtcbiAgICAgICAgYm9yZGVyLWNvbG9yOiAjREREO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICBpbnB1dFt0eXBlPVwicmFkaW9cIl0ge1xuICAgIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIC1tb3otYm9yZGVyLXJhZGl1czogNTAlO1xuICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAmOmNoZWNrZWQge1xuICAgICAgJjphZnRlciB7XG4gICAgICAgIGJhY2tncm91bmQ6ICMwMGI5ZWI7XG4gICAgICAgIHdpZHRoOiA4cHg7XG4gICAgICAgIGhlaWdodDogOHB4O1xuICAgICAgICBib3JkZXItcmFkaXVzOiA1MCU7XG4gICAgICAgIHRvcDogNTAlO1xuICAgICAgICBsZWZ0OiA1MCU7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAtNHB4O1xuICAgICAgICBtYXJnaW4tdG9wOiAtNHB4O1xuICAgICAgfVxuICAgIH1cbiAgICAmOmRpc2FibGVkIHtcbiAgICAgICY6YWZ0ZXIge1xuICAgICAgICBiYWNrZ3JvdW5kOiAjREREO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ucXVlc3Rpb24tcmVzdWx0cyB7XG4gIC5xdWVzdGlvbi10aXRsZSB7XG4gICAgJjphZnRlciB7XG4gICAgICBmb250LWZhbWlseTogZGFzaGljb25zO1xuICAgICAgZm9udC1zaXplOiAyNHB4O1xuICAgICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIG1hcmdpbi1sZWZ0OiA1cHg7XG4gICAgfVxuICB9XG4gICYuY29ycmVjdCB7XG4gICAgLnF1ZXN0aW9uLXRpdGxlIHtcbiAgICAgICY6YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiAnXFxmMTQ3JztcbiAgICAgICAgY29sb3I6ICMwMGFkZmY7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICYuc2tpcHBlZCB7XG4gICAgLnF1ZXN0aW9uLXRpdGxlIHtcbiAgICAgICY6YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiAnXFxmNTM0JztcbiAgICAgICAgY29sb3I6ICNjNmM2YzY7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICYuaW5jb3JyZWN0IHtcbiAgICAucXVlc3Rpb24tdGl0bGUge1xuICAgICAgJjphZnRlciB7XG4gICAgICAgIGNvbnRlbnQ6ICdcXGYzMzUnO1xuICAgICAgICBjb2xvcjogI2ZmNTQyNTtcbiAgICAgIH1cbiAgICB9XG4gICAgLnVzZXItYW5zd2VyLWZhbHNlIHtcbiAgICAgIC5vcHRpb24tdGl0bGUge1xuICAgICAgICB0ZXh0LWRlY29yYXRpb246IGxpbmUtdGhyb3VnaDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgLmFuc3dlci10cnVlIHtcbiAgICBjb2xvcjogIzAwN2FjYztcbiAgICAub3B0aW9uLXRpdGxlIHtcbiAgICAgIGJhY2tncm91bmQ6ICNmZmY5ZDg7XG4gICAgICBwYWRkaW5nOiAwIDVweDtcbiAgICAgIG1hcmdpbi1sZWZ0OiAtNXB4O1xuICAgIH1cbiAgfVxuICBpbnB1dCB7XG4gICAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbiAgfVxufVxuXG4ucXVpei1kZXNjcmlwdGlvbixcbi5xdWVzdGlvbi1jb250ZW50IHtcbiAgLmxlYXJuLXByZXNzLXF1ZXN0aW9uLXRpdGxlIHtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICB9XG59XG5cbi5xdWl6LWNvdW50ZG93biB7XG4gIGZsb2F0OiByaWdodDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICBtaW4td2lkdGg6IDE1MHB4O1xuICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gIGZvbnQtc2l6ZTogMThweDtcbiAgcGFkZGluZzogNXB4IDA7XG59XG5cbiNxdWl6LWNvdW50ZG93biB7XG4gIC5wcm9ncmVzcy1jaXJjbGUge1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgYm94LXNoYWRvdzogMCAwIDNweCAjYmRiZGJkIGluc2V0O1xuICAgIC5pbnNpZGUge1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICAuY291bnRkb3duIHtcbiAgICAgICAgZm9udC1zaXplOiA0OHB4O1xuICAgICAgICBjb2xvcjogIzA4Nzk5ODtcbiAgICAgICAgX3RleHQtc2hhZG93OiAxcHggMXB4ICM4ZWU1ZmQ7XG4gICAgICAgIG1hcmdpbi10b3A6IDExMHB4O1xuICAgICAgfVxuICAgICAgcCB7XG4gICAgICAgIG1hcmdpbjogMTBweCAwIDAgMDtcbiAgICAgICAgY29sb3I6ICNEREQ7XG4gICAgICB9XG4gICAgfVxuICAgICY6YWZ0ZXIge1xuICAgICAgYmFja2dyb3VuZDogIzAwYjllYjtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCA2cHggIzA5N2E5ODtcbiAgICB9XG4gIH1cbn1cblxuI3F1aXotcHJvZ3Jlc3Mge1xuICAucHJvZ3Jlc3MtY2lyY2xlKEBzaXplOiAyMDBweCwgQGJhY2tncm91bmQ6ICNEREQsIEBmaWxsOiAjRkYwMDAwLCBAaW5pdGlhbGl6ZTogMCUsIEBpbnNpZGUtc2l6ZTogMTcwcHgsIEBpbnNpZGUtYmFja2dyb3VuZDogI0ZGRik7XG59XG5cbi5xdWl6LXJlc3VsdCB7XG4gIC5xdWl6LXJlc3VsdC1tYXJrIHtcbiAgICAucHJvZ3Jlc3MtY2lyY2xlKCk7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgfVxuICAucXVpei1yZXN1bHQtc3VtbWFyeSB7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICBtYXgtd2lkdGg6IDUwMHB4O1xuICAgIC5xdWl6LXJlc3VsdC1maWVsZCB7XG4gICAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICAgICAgY29sb3I6ICNmZmY7XG4gICAgICBtYXJnaW46IDAgMCA4cHggMDtcbiAgICAgIGZvbnQtc2l6ZTogMTJweDtcbiAgICAgIHBhZGRpbmc6IDVweCAxMHB4O1xuICAgICAgLmJvcmRlci1yYWRpdXMoNHB4KTtcbiAgICAgIG92ZXJmbG93OiBoaWRkZW47XG5cbiAgICAgIHNwYW4sIHNwYW46YWZ0ZXIsICY6YmVmb3JlIHtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgdG9wOiAwO1xuICAgICAgICBsZWZ0OiAwO1xuICAgICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICAgIGNvbnRlbnQ6IGF0dHIoZGF0YS10ZXh0KTtcbiAgICAgICAgY29sb3I6ICNGRkY7XG4gICAgICAgIHdoaXRlLXNwYWNlOiBub3dyYXA7XG4gICAgICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgICAgIHBhZGRpbmc6IDNweCAxMHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiB0cmFuc3BhcmVudDtcbiAgICAgICAgdHJhbnNpdGlvbjogd2lkdGggMC41cztcbiAgICAgIH1cbiAgICAgICY6YmVmb3JlIHtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICAgIHBhZGRpbmc6IDA7XG4gICAgICB9XG4gICAgICBzcGFuIHtcbiAgICAgICAgcGFkZGluZzogMDtcbiAgICAgIH1cbiAgICAgIHNwYW46YWZ0ZXIge1xuICAgICAgICBtYXJnaW46IDNweCAxMHB4O1xuICAgICAgICBwYWRkaW5nOiAwO1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgIH1cbiAgICAgICYuY29ycmVjdCB7XG4gICAgICAgIGJhY2tncm91bmQ6ICMyMmI0ZmY7XG4gICAgICB9XG4gICAgICAmLndyb25nIHtcbiAgICAgICAgYmFja2dyb3VuZDogI2ZmNTQyNTtcbiAgICAgIH1cbiAgICAgICYuZW1wdHkge1xuICAgICAgICBjb2xvcjogIzY1NkQ2RDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgcC5xdWl6LXJlc3VsdC10aW1lIHtcbiAgICBtYXJnaW46IDAgMCAxMHB4IDA7XG4gIH1cbiAgLnF1aXotZ3JhZGUge1xuICAgIHAge1xuICAgICAgbWFyZ2luOiAwIDAgMTBweCAwO1xuICAgICAgc3BhbiB7XG4gICAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgICAmLnBhc3NlZCB7XG4gICAgICAgICAgY29sb3I6ICMyMmI0ZmY7XG4gICAgICAgIH1cbiAgICAgICAgJi5mYWlsZWQge1xuICAgICAgICAgIGNvbG9yOiAjZmY1NDI1O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi5lbGVtZW50LWRhdGEtcGVyY2VudC1sb29wIChAaSkgd2hlbiAoQGkgPD0gMTAwKSB7XG4gIC5zaW5nbGUtcXVpeiAucXVpei1yZXN1bHQtZmllbGRbZGF0YS12YWx1ZT1cIkB7aX1cIl06YmVmb3JlLFxuICAuc2luZ2xlLXF1aXogLnF1aXotcmVzdWx0LWZpZWxkW2RhdGEtdmFsdWU9XCJAe2l9XCJdIHNwYW4sXG4gICNxdWl6LWNvdW50ZG93bltkYXRhLXZhbHVlPVwiQHtpfVwiXTphZnRlciB7XG4gICAgd2lkdGg6IH5cIkB7aX0lXCI7XG4gIH1cbiAgLmVsZW1lbnQtZGF0YS1wZXJjZW50LWxvb3AoQGkgKyAxKTtcbn1cblxuLmVsZW1lbnQtZGF0YS1wZXJjZW50LWxvb3AgKDApO1xuXG4vKiBRVUVTVElPTiAqL1xuLmxlYXJuLXByZXNzLXF1ZXN0aW9uLW9wdGlvbnMge1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46IDAgMCAyMHB4IDA7XG4gIHBhZGRpbmc6IDA7XG4gID4gbGkuYW5zd2VyLW9wdGlvbiB7XG4gICAgZm9udC1zaXplOiAxNnB4O1xuICAgIGJhY2tncm91bmQ6ICNGNUY1RjU7XG4gICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gICAgLmJvcmRlci1yYWRpdXMoNHB4KTtcbiAgICA+IGxhYmVsIHtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdLCBpbnB1dFt0eXBlPVwicmFkaW9cIl0ge1xuICAgICAgICBib3JkZXI6IDA7XG4gICAgICAgIC13ZWJraXQtYXBwZWFyYW5jZTogaW5pdGlhbDtcbiAgICAgICAgd2lkdGg6IDMwcHg7XG4gICAgICAgIGhlaWdodDogMzBweDtcbiAgICAgICAgYmFja2dyb3VuZDogI2ZmZjtcbiAgICAgICAgYm9yZGVyLXJhZGl1czogNHB4O1xuICAgICAgICBvdXRsaW5lOiBub25lO1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogMTBweDtcbiAgICAgICAgbGVmdDogMTVweDtcbiAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgICAmOmNoZWNrZWQ6YmVmb3JlIHtcbiAgICAgICAgICBjb250ZW50OiAnJztcbiAgICAgICAgICBib3JkZXI6IDRweCBzb2xpZCAjMDBiOWViO1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICB3aWR0aDogMTBweDtcbiAgICAgICAgICBoZWlnaHQ6IDE1cHg7XG4gICAgICAgICAgYm9yZGVyLXRvcDogbm9uZTtcbiAgICAgICAgICBib3JkZXItbGVmdDogbm9uZTtcbiAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgdG9wOiAzcHg7XG4gICAgICAgICAgbGVmdDogOHB4O1xuICAgICAgICAgIGJveC1zaXppbmc6IGNvbnRlbnQtYm94O1xuICAgICAgICAgIC50cmFuc2Zvcm0ocm90YXRlKDM2ZGVnKSk7XG4gICAgICAgIH1cbiAgICAgICAgJjpjaGVja2VkICsgcCB7XG4gICAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICAgICAgYmFja2dyb3VuZDogIzAwYjllYjtcbiAgICAgICAgICBjb2xvcjogI0ZGRjtcbiAgICAgICAgfVxuICAgICAgfVxuICAgICAgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdW2Rpc2FibGVkXSwgaW5wdXRbdHlwZT1cInJhZGlvXCJdW2Rpc2FibGVkXSB7XG4gICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICB9XG4gICAgICBpbnB1dFt0eXBlPVwicmFkaW9cIl0ge1xuICAgICAgICAuYm9yZGVyLXJhZGl1cyg1MCUpO1xuICAgICAgfVxuICAgICAgcCB7XG4gICAgICAgIG1pbi1oZWlnaHQ6IDUwcHg7XG4gICAgICAgIHBhZGRpbmc6IDVweCAyMHB4IDVweCA2MHB4O1xuICAgICAgICBtYXJnaW46IDA7XG4gICAgICAgIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG4gICAgICAgIGxpbmUtaGVpZ2h0OiAxLjU7XG4gICAgICAgICYuc2luZ2xlLWxpbmVzIHtcbiAgICAgICAgICBwYWRkaW5nOiAwIDIwcHggMCA2MHB4O1xuICAgICAgICAgIGxpbmUtaGVpZ2h0OiA1MHB4OyAvKiBtaWRkbGUgKi9cbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgICBsYWJlbCBwIHtcbiAgICAgIC5ib3JkZXItcmFkaXVzKDRweCk7XG4gICAgfVxuICAgICYuYW5zd2VyLXRydWUgbGFiZWwgcCB7XG4gICAgICBiYWNrZ3JvdW5kOiAjMDBiOWViO1xuICAgICAgY29sb3I6ICNGRkY7XG4gICAgfVxuICAgICY6aG92ZXIgbGFiZWwgcCB7XG4gICAgICBiYWNrZ3JvdW5kOiAjRDRENEQ0O1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIH1cbiAgICAmLnVzZXItYW5zd2VyLWZhbHNlIHtcbiAgICAgIGJhY2tncm91bmQ6ICNGNUY1RjU7XG4gICAgICA+IGxhYmVsIHtcbiAgICAgICAgaW5wdXRbdHlwZT1cImNoZWNrYm94XCJdICsgcCwgaW5wdXRbdHlwZT1cInJhZGlvXCJdICsgcCB7XG4gICAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBsaW5lLXRocm91Z2g7XG4gICAgICAgICAgY29sb3I6ICNGRjAwMDA7XG4gICAgICAgICAgYmFja2dyb3VuZDogI0Y1RjVGNTtcbiAgICAgICAgfVxuICAgICAgfVxuICAgIH1cbiAgfVxuICAuYW5zd2VyLW9wdGlvbi1yZXN1bHQge1xuICAgIGxhYmVsIHtcbiAgICAgIHAge1xuICAgICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICAgIG1hcmdpbjogMDtcbiAgICAgICAgZm9udC1zaXplOiBzbWFsbGVyO1xuICAgICAgfVxuICAgICAgaW5wdXRbZGlzYWJsZWRdIHtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuLmxlYXJucHJlc3MtY29udGVudCB7XG4gIG1hcmdpbi1ib3R0b206IDIwcHg7XG59XG5cbi5jb3Vyc2UtbWV0YSB7XG4gIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gIC5jb3Vyc2Utb3JpZ2luLXByaWNlIHtcbiAgICBwYWRkaW5nLXJpZ2h0OiA1cHg7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBsaW5lLXRocm91Z2g7XG4gIH1cbiAgLmNvdXJzZS1wcmljZSB7XG4gICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gIH1cblxufVxuXG4vKiogTUVTU0FHRSAqL1xuLmxlYXJuLXByZXNzLW1lc3NhZ2Uge1xuICBiYWNrZ3JvdW5kOiAjRjVGNUY1O1xuICBib3JkZXItbGVmdDogNXB4IHNvbGlkICMwMEEwRDI7XG4gIHBhZGRpbmc6IDEwcHggMjBweCAwcHggMjBweDtcbiAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgYnV0dG9uIHtcbiAgICBmbG9hdDogcmlnaHQ7XG4gIH1cbiAgcCB7XG4gICAgbWFyZ2luLWJvdHRvbTogMTBweDtcbiAgfVxuICAmOmFmdGVyIHtcbiAgICBjbGVhcjogYm90aDtcbiAgICBjb250ZW50OiAnJztcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuICAmLm5vdGljZSB7XG4gICAgYm9yZGVyLWxlZnQtY29sb3I6ICNiM2QyMGE7XG4gIH1cbiAgJi5lcnJvciB7XG4gICAgYm9yZGVyLWxlZnQtY29sb3I6ICNiODFjMjM7XG4gIH1cbiAgdWwge1xuICAgIGxpc3Qtc3R5bGUtdHlwZTogbm9uZTtcbiAgfVxufVxuXG4vKiovXG4ubGVhcm4tcHJlc3MtY2hlY2tvdXQtY29tbWVudCxcbi5sZWFybi1wcmVzcy1jaGVja291dC1wYXltZW50IHtcbiAgbWFyZ2luLWJvdHRvbTogMjBweDtcbn1cblxuLmxlYXJuLXByZXNzLWNoZWNrb3V0LXBheW1lbnQge1xuICAucGF5bWVudC1tZXRob2RzIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMDtcbiAgfVxufVxuXG4vKiBDT1VSU0UgUVVJWiAqL1xuLnNpbmdsZS1xdWl6IHtcbiAgLnF1aXotcXVlc3Rpb25zLWxpc3Qge1xuICAgIHBhZGRpbmc6IDA7XG4gIH1cbiAgLnF1aXotaW50cm8ge1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgcGFkZGluZzogMTBweCAyMHB4O1xuICAgIGJhY2tncm91bmQ6ICNGNUY1RjU7XG4gICAgbWFyZ2luOiAwIDAgMjBweCAwO1xuICB9XG4gIGg0IHtcbiAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xuICAgIGZvbnQtc2l6ZTogMThweDtcbiAgfVxufVxuXG4ubGVhcm4tcHJlc3MtdG9vbHRpcCB7XG4gIGZvbnQtc2l6ZTogMjBweDtcbiAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICBiYWNrZ3JvdW5kOiAjMGY0OTU2O1xuICBjdXJzb3I6IHBvaW50ZXI7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuICB3aWR0aDogMTBweDtcbiAgaGVpZ2h0OiAxMHB4O1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGZvbnQtd2VpZ2h0OiA3MDA7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgJjpiZWZvcmUge1xuICAgIGNvbnRlbnQ6IFwiP1wiO1xuICAgIGZvbnQtc2l6ZTogN3B4O1xuICAgIGNvbG9yOiB3aGl0ZTtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAycHg7XG4gICAgbGVmdDogM3B4O1xuICB9XG59XG5cbi8qIEZvcm0gZmllbGQgKi9cbi5scC1mb3JtLWZpZWxkLXdyYXAge1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW46IDAgMCAyMHB4IDA7XG4gIC5scC1mb3JtLWZpZWxkIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMCAwIDIwcHggMDtcbiAgICAubHAtZm9ybS1maWVsZC1sYWJlbCB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgIGZvbnQtd2VpZ2h0OiBib2xkO1xuICAgICAgbWFyZ2luLWJvdHRvbTogNXB4O1xuICAgIH1cbiAgICAubHAtZm9ybS1maWVsZC1pbnB1dCAuZGVzY3JpcHRpb24ge1xuICAgICAgZm9udC1zaXplOiBzbWFsbGVyO1xuICAgICAgZm9udC1zdHlsZTogaXRhbGljO1xuICAgICAgbWFyZ2luLXRvcDogNXB4O1xuICAgIH1cbiAgICAubHAtZmllbGQtZXJyb3ItbWVzc2FnZSB7XG4gICAgICBjb2xvcjogI0ZGMDAwMDtcbiAgICB9XG4gIH1cbn1cblxuLmxlYXJuLXByZXNzLXVzZXItcHJvZmlsZSB7XG4gICNsZWFybi1wcmVzcy11c2VyLWluZm8ge1xuICAgIG92ZXJmbG93OiBoaWRkZW47XG4gICAgLnVzZXItYXZhdGFyIHtcbiAgICAgIHdpZHRoOiAxNTBweDtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgLmF2YXRhciB7XG4gICAgICAgIGJvcmRlci1yYWRpdXM6IDA7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgfVxuICAgIH1cbiAgICAudXNlci1iYXNpYy1pbmZvIHtcbiAgICAgIG1hcmdpbi1sZWZ0OiAxNzBweDtcbiAgICB9XG4gIH1cbiAgLmxwLWVkaXQtcHJvZmlsZSB7XG4gICAgJjphZnRlciB7XG4gICAgICAuY2xlYXJmaXgoKTtcbiAgICB9XG4gIH1cbiAgLnVzZXItYmFzaWMtaW5mbyB7XG4gICAgcCB7XG4gICAgICBtYXJnaW4tdG9wOiAxMHB4O1xuICAgIH1cblxuICB9XG4gIC5sZWFybi1wcmVzcy10YWJzIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIG1hcmdpbjogMzBweCAwIDIwcHg7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IHNvbGlkICNEREQ7XG4gICAgJiA+IGxpIHtcbiAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgbGlzdC1zdHlsZS10eXBlOiBub25lO1xuICAgICAgbWFyZ2luLWJvdHRvbTogLTFweDtcbiAgICAgICYgPiBhIHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICBwYWRkaW5nOiAxMHB4IDE1cHg7XG4gICAgICAgIG91dGxpbmU6IG5vbmU7XG4gICAgICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgICAgIGNvbG9yOiAjNjg2ODY4O1xuICAgICAgICBib3JkZXItYm90dG9tOiAxcHggc29saWQgI0RERDtcbiAgICAgIH1cbiAgICAgICYuY3VycmVudCB7XG4gICAgICAgIGJvcmRlci1ib3R0b206IDRweCBzb2xpZCAjMDA3YWNjO1xuICAgICAgICBhIHtcbiAgICAgICAgICBjb2xvcjogIzAwN2FjYztcbiAgICAgICAgICBtYXJnaW4tYm90dG9tOiAtNHB4O1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5sZWFybi1wcmVzcy1zdWJ0YWJzIHtcbiAgICAmID4gbGkge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgbWFyZ2luLXJpZ2h0OiAxMHB4O1xuICAgICAgJi5jdXJyZW50IHtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICB9XG4gICAgfVxuICB9XG4gIC5sZWFybi1wcmVzcy1zdWJ0YWItY29udGVudCB7XG4gICAgZGlzcGxheTogbm9uZTtcbiAgICBtYXJnaW4tYm90dG9tOiAyMHB4O1xuICAgICYuY3VycmVudCB7XG4gICAgICBkaXNwbGF5OiBibG9jaztcbiAgICB9XG4gICAgbGkuY291cnNlIHtcbiAgICAgIGgzIHtcbiAgICAgICAgcGFkZGluZy1ib3R0b206IDEwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC5wcm9maWxlLWNvdXJzZXMge1xuICAgICAgbGlzdC1zdHlsZS10eXBlOiBub25lO1xuICAgICAgLmxlYXJuLXByZXNzLWNvdXJzZS1yZXN1bHRzLXByb2dyZXNzIHtcbiAgICAgICAgcGFkZGluZzogMCAxNXB4IDE1cHggMTVweDtcbiAgICAgICAgbWFyZ2luOiAwO1xuICAgICAgfVxuICAgIH1cbiAgfVxuICBidXR0b24ubGVhcm4tcHJlc3MtY291cnNlLXdpc2hsaXN0IHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxuXG4gIC51c2VyLXByb2ZpbGUtZWRpdC1mb3JtIHtcblxuICAgIC5pbmZvLWZpZWxkIHtcbiAgICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgfVxuXG4gICAgLmRlc2NyaXB0aW9uIHtcbiAgICAgIG1hcmdpbi10b3A6IDVweDtcbiAgICB9XG5cbiAgICAudXNlci1wcm9maWxlLXBpY3R1cmUge1xuICAgICAgY2xlYXI6IGJvdGg7XG4gICAgICAucGljdHVyZSwgLmNoYW5nZS1waWN0dXJlIHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgfVxuICAgICAgLmNoYW5nZS1waWN0dXJlIHtcbiAgICAgICAgLmRlc2NyaXB0aW9uIHtcbiAgICAgICAgICBtYXJnaW46IDAgMCAxMHB4IDA7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIGltZyB7XG4gICAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgICBtYXJnaW4tcmlnaHQ6IDIwcHg7XG4gICAgICB9XG4gICAgICAmOmFmdGVyIHtcbiAgICAgICAgLmNsZWFyZml4KCk7XG4gICAgICB9XG4gICAgfVxuXG4gICAgLnByb2ZpbGUtZmllbGQtbmFtZSB7XG4gICAgICBmb250LXdlaWdodDogYm9sZDtcbiAgICAgIG1hcmdpbi1ib3R0b206IDEwcHg7XG4gICAgfVxuXG4gICAgLmNoYW5nZS1wYXNzd29yZCB7XG4gICAgICBtYXJnaW4tYm90dG9tOiAxMHB4O1xuICAgIH1cblxuICAgICN1c2VyX3Byb2ZpbGVfcGFzc3dvcmRfZm9ybSB7XG4gICAgICBpbnB1dCB7XG4gICAgICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgICB9XG4gICAgICAuZGVzY3JpcHRpb24ge1xuICAgICAgICBtYXJnaW4tdG9wOiAtMTVweDtcbiAgICAgIH1cbiAgICB9XG5cbiAgfVxuICAudXBkYXRlLXByb2ZpbGUge1xuICAgIGJvcmRlci10b3A6IDJweCBzb2xpZCAjREREO1xuICAgIHBhZGRpbmctdG9wOiAyMHB4O1xuICB9XG4gIC5sZWFybi1wcmVzcy1zdWJ0YWItY29udGVudCB7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gIH1cbiAgI2xwLXVzZXItZWRpdC1hdmF0YXIge1xuICAgIC5tb3hpZS1zaGltIHtcbiAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgfVxuICAgIC5scC1mb3JtLWZpZWxkLWF2YXRhciB7XG4gICAgICBmbG9hdDogbGVmdDtcbiAgICB9XG4gICAgI2xwLWF2YXRhci1hY3Rpb25zIHtcbiAgICAgIG1hcmdpbjogMjBweCAwO1xuICAgIH1cbiAgfVxuICAubHAtYXZhdGFyLXByZXZpZXcge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBmbG9hdDogbGVmdDtcbiAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjREREO1xuICAgIC5wcm9maWxlLXBpY3R1cmUge1xuICAgICAgZmxvYXQ6IGxlZnQ7XG4gICAgICBtYXJnaW4tcmlnaHQ6IC0xMDAlO1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBpbWcge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgaGVpZ2h0OiAxMDAlO1xuICAgICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgfVxuICAgICAgJi5wcm9maWxlLWF2YXRhci1oaWRkZW4ge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgfVxuICAgIH1cbiAgICAubHAtYXZhdGFyLXByZXZpZXctYWN0aW9ucyB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB0b3A6IDUwJTtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgbWFyZ2luLXRvcDogLTE0cHg7XG4gICAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgICBhIHtcbiAgICAgICAgdGV4dC1kZWNvcmF0aW9uOiBub25lO1xuICAgICAgICBmb250LXNpemU6IDEycHg7XG4gICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICAgICAgcGFkZGluZzogNXB4IDEwcHg7XG4gICAgICB9XG4gICAgfVxuICAgIC5scC1hdmF0YXItdXBsb2FkLXByb2dyZXNzIHtcbiAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgIGhlaWdodDogMTBweDtcbiAgICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgICB0b3A6IDUwJTtcbiAgICAgIG1hcmdpbi10b3A6IC01cHg7XG4gICAgICBsZWZ0OiAxMHB4O1xuICAgICAgcmlnaHQ6IDEwcHg7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgLmxwLWF2YXRhci11cGxvYWQtcHJvZ3Jlc3MtdmFsdWUge1xuICAgICAgICB3aWR0aDogMDtcbiAgICAgICAgaGVpZ2h0OiAxMHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiAjNTYzZDdjO1xuICAgICAgfVxuICAgIH1cbiAgICAubHAtYXZhdGFyLXVwbG9hZC1lcnJvciB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgICAubHAtYXZhdGFyLXByZXZpZXctYWN0aW9ucyB7XG4gICAgICBkaXNwbGF5OiBub25lO1xuICAgIH1cbiAgICAmOmhvdmVyIHtcbiAgICAgIC5scC1hdmF0YXItcHJldmlldy1hY3Rpb25zIHtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICB9XG4gICAgfVxuICAgICYudXBsb2FkaW5nLCAmLnVwbG9hZC1lcnJvciB7XG4gICAgICAubHAtYXZhdGFyLXByZXZpZXctYWN0aW9ucyB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICB9XG4gICAgICAubHAtYXZhdGFyLXVwbG9hZC1wcm9ncmVzcyB7XG4gICAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgfVxuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICBoZWlnaHQ6IDEwMCU7XG4gICAgICAgIGJhY2tncm91bmQ6ICNGRkY7XG4gICAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICAgICAgY29udGVudDogJyc7XG4gICAgICB9XG4gICAgfVxuICAgICYudXBsb2FkLWVycm9yIHtcbiAgICAgIC5scC1hdmF0YXItdXBsb2FkLWVycm9yIHtcbiAgICAgICAgZGlzcGxheTogYmxvY2s7XG4gICAgICB9XG4gICAgfVxuICAgICYuY3JvcGluZyB7XG4gICAgICAubHAtYXZhdGFyLXByZXZpZXctYWN0aW9ucyB7XG4gICAgICAgIGRpc3BsYXk6IG5vbmU7XG4gICAgICB9XG4gICAgICAubHAtYXZhdGFyLWNyb3AtaW1hZ2Uge1xuICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgIHRvcDogMDtcbiAgICAgICAgbGVmdDogMDtcbiAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgICAgYmFja2dyb3VuZDogIzAwMDtcbiAgICAgICAgb3ZlcmZsb3c6IGhpZGRlbjtcbiAgICAgICAgaW1nIHtcbiAgICAgICAgICBtYXgtd2lkdGg6IGluaGVyaXQ7XG4gICAgICAgICAgY3Vyc29yOiBtb3ZlO1xuICAgICAgICB9XG4gICAgICAgIC5scC1jcm9wLWNvbnRyb2xzIHtcbiAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgYm90dG9tOiAwO1xuICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgIGhlaWdodDogMzBweDtcbiAgICAgICAgICAubHAtem9vbSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICBoZWlnaHQ6IDEwcHg7XG4gICAgICAgICAgICBib3R0b206IDEwcHg7XG4gICAgICAgICAgICBsZWZ0OiAxMHB4O1xuICAgICAgICAgICAgcmlnaHQ6IDMwcHg7XG4gICAgICAgICAgICBiYWNrZ3JvdW5kOiAjNTYzZDdhO1xuICAgICAgICAgICAgLnVpLXNsaWRlciB7XG4gICAgICAgICAgICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICAgICAgICAgICAgbGVmdDogMDtcbiAgICAgICAgICAgICAgcmlnaHQ6IDEwcHg7XG4gICAgICAgICAgICAgIGhlaWdodDogMTAwJTtcbiAgICAgICAgICAgICAgLnVpLXNsaWRlci1oYW5kbGUge1xuICAgICAgICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICAgICAgICB3aWR0aDogMTBweDtcbiAgICAgICAgICAgICAgICBoZWlnaHQ6IDE0cHg7XG4gICAgICAgICAgICAgICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgICAgICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICAgICAgbWFyZ2luLXRvcDogLTJweDtcbiAgICAgICAgICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjNTYzZDdhO1xuICAgICAgICAgICAgICAgIGJveC1zaGFkb3c6IG5vbmU7XG4gICAgICAgICAgICAgICAgb3V0bGluZTogbm9uZTtcbiAgICAgICAgICAgICAgICBjdXJzb3I6IGV3LXJlc2l6ZTtcbiAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICAgIH1cbiAgICAgICAgICAubHAtY2FuY2VsLXVwbG9hZCB7XG4gICAgICAgICAgICB0ZXh0LWRlY29yYXRpb246IG5vbmU7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICBib3R0b206IDVweDtcbiAgICAgICAgICAgIHJpZ2h0OiA1cHg7XG4gICAgICAgICAgICBib3gtc2hhZG93OiBub25lO1xuICAgICAgICAgIH1cbiAgICAgICAgICAmOmJlZm9yZSB7XG4gICAgICAgICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICAgICAgICBoZWlnaHQ6IDMwcHg7XG4gICAgICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICAgICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgICAgICAgICAgIG9wYWNpdHk6IDAuNDtcbiAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICB9XG4gICAgJjphZnRlciB7XG4gICAgICAuY2xlYXJmaXgoKTtcbiAgICB9XG4gIH1cbn1cblxuYm9keSB7XG4gICYucHJvZmlsZS1kcmFnZ2luZyB7XG4gICAgY3Vyc29yOiBtb3ZlICFpbXBvcnRhbnQ7XG4gIH1cbiAgJi5wcm9maWxlLXJlc2l6aW5nIHtcbiAgICBjdXJzb3I6IGV3LXJlc2l6ZSAhaW1wb3J0YW50O1xuICB9XG59XG5cbi5sZWFybi1wcmVzcy1wYWdpbmF0aW9uIHtcbiAgdGV4dC1hbGlnbjogY2VudGVyO1xuICB1bCB7XG4gICAgbGlzdC1zdHlsZTogZGlzYztcbiAgICAmID4gbGkge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgc3BhbiB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgcGFkZGluZzogMCAxMHB4O1xuICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRjVGNUY1O1xuICAgICAgfVxuICAgICAgYSB7XG4gICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgcGFkZGluZzogMCAxMHB4O1xuICAgICAgICBib3JkZXI6IDFweCBzb2xpZCAjREREO1xuICAgICAgICBiYWNrZ3JvdW5kLWNvbG9yOiAjRkZGO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGVhcm4tcHJlc3MtYmVjb21lLXRlYWNoZXItZm9ybSB7XG4gIHVsIHtcbiAgICBsaXN0LXN0eWxlOiBub25lO1xuICAgIHBhZGRpbmc6IDA7XG4gICAgbGkge1xuICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICB9XG4gIH1cbn1cblxuLyogakFsZXJ0cyAqL1xuI3BvcHVwX2NvbnRhaW5lciB7XG4gIGJhY2tncm91bmQ6ICNGRkY7XG5cbiAgI3BvcHVwX3RpdGxlIHtcbiAgICBwYWRkaW5nOiAxMHB4IDIwcHg7XG4gICAgYmFja2dyb3VuZDogIzE4QjZDNztcbiAgICBjb2xvcjogI0ZGRjtcbiAgICBmb250LXNpemU6IDE4cHg7XG4gICAgbWFyZ2luOiAwO1xuICB9XG5cbiAgI3BvcHVwX2NvbnRlbnQge1xuICAgIHBhZGRpbmc6IDIwcHg7XG4gICAgI3BvcHVwX21lc3NhZ2Uge1xuICAgICAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgICB9XG4gIH1cblxuICAjcG9wdXBfcGFuZWwge1xuICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgfVxufVxuXG4ubGVhcm4tcHJlc3MtYXV0by1yZWRpcmVjdC1uZXh0LWl0ZW0ge1xuICBkaXNwbGF5OiBub25lO1xuXG4gICYuYWN0aXZlIHtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgfVxufVxuXG4uc2luZ2xlLWxwX2NvdXJzZSB7XG4gIC5jb3Vyc2Utc3VtbWFyeSB7XG4gICAgLmxwX2NvdXJzZSB7XG4gICAgICAuZW50cnktZm9vdGVyIHtcbiAgICAgICAgZGlzcGxheTogbm9uZTtcbiAgICAgIH1cbiAgICB9XG4gIH1cbiAgLmxlYXJuLXByZXNzLW1lc3NhZ2Uge1xuICAgIHBvc2l0aW9uOiByZWxhdGl2ZTtcbiAgICBjbGVhcjogYm90aDtcbiAgICBtYXJnaW4tdG9wOiAyNXB4O1xuXG4gICAgLmxlYXJuLXByZXNzLWNvdW50ZG93biB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICB3aWR0aDogMS41ZW07XG4gICAgICBoZWlnaHQ6IDEuNWVtO1xuICAgICAgYmFja2dyb3VuZDogI2NjNTQwZDtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxLjVlbTtcbiAgICAgIGZvbnQtc2l6ZTogMC44ZW07XG4gICAgICBjb2xvcjogI2ZmZjtcbiAgICB9XG4gICAgLmxlYXJucHJlc3MtZGlzbWlzcy1ub3RpY2Uge1xuICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgcmlnaHQ6IDFlbTtcbiAgICAgIHRvcDogNTAlO1xuICAgICAgLW1zLXRyYW5zZm9ybTogdHJhbnNsYXRlWSgtNTAlKTtcbiAgICAgIC13ZWJraXQtdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICAgICAgdHJhbnNmb3JtOiB0cmFuc2xhdGVZKC01MCUpO1xuICAgICAgY3Vyc29yOiBwb2ludGVyO1xuXG4gICAgICAmOmJlZm9yZSB7XG4gICAgICAgIGZvbnQtc2l6ZTogMS4yZW07XG4gICAgICAgIGNvbG9yOiByZWQ7XG4gICAgICAgIGNvbnRlbnQ6IFwiXFxmMTUzXCI7XG4gICAgICAgIGZvbnQtZmFtaWx5OiBkYXNoaWNvbnM7XG4gICAgICB9XG4gICAgfVxuXG4gIH1cblxufVxuXG4vKiB0b29sdGlwICovXG4ubGVhcm4tcHJlc3MtdG9vbHRpcC1idWJibGUge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGJhY2tncm91bmQ6IHJnYmEoMjYsIDI2LCAyNiwgMC45KTtcbiAgY29sb3I6ICNmZmZmZmY7XG4gIHBhZGRpbmc6IDhweCAxMHB4O1xuICBmb250LXNpemU6IDEycHg7XG4gIHotaW5kZXg6IDk5OTk5OTk7XG4gIGxpbmUtaGVpZ2h0OiAxO1xuICBib3JkZXItcmFkaXVzOiAzcHg7XG59XG5cbi8qIGZpbGwgaW4gYmxhbmsgKi9cbmlucHV0LmJsYW5rLWZpbGwtY29ycmVjdCB7XG4gIHdpZHRoOiBhdXRvO1xufVxuXG5ib2R5LmNvbnRlbnQtaXRlbS1vbmx5IHtcbiAgYmFja2dyb3VuZDogI0ZGRjtcbiAgb3BhY2l0eTogMDtcbiAgLmxlYXJuLXByZXNzLWNvbnRlbnQtaXRlbS1vbmx5IHtcbiAgICBwb3NpdGlvbjogZml4ZWQ7XG4gICAgei1pbmRleDogOTk5OTk5OTtcbiAgICBsZWZ0OiAwO1xuICAgIHRvcDogMDtcbiAgICB3aWR0aDogMTAwJTtcbiAgICBoZWlnaHQ6IDEwMCU7XG4gICAgYmFja2dyb3VuZDogI0ZGRjtcbiAgICBvdmVyZmxvdzogYXV0bztcbiAgICBwYWRkaW5nOiAyMHB4O1xuICAgIG1hcmdpbjogMDtcbiAgfVxuXG4gICNsZWFybi1wcmVzcy1jb250ZW50LWl0ZW0ge1xuICAgIGJvcmRlcjogbm9uZTtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICB0cmFuc2l0aW9uOiBtYXgtd2lkdGggbGluZWFyIDAuMjVzO1xuICAgIG1hcmdpbjogMCBhdXRvO1xuICAgIG1heC13aWR0aDogMTAwMHB4O1xuICAgIHdpZHRoOiA5MCU7XG4gICAgJi5leHBhbmQge1xuICAgICAgbWF4LXdpZHRoOiAxMjAwcHg7XG4gICAgfVxuICB9XG59XG5cbi5scC1ncm91cC1oZWFkaW5nLXRpdGxlIHtcbiAgJi50b2dnbGUtb2ZmLCAmLnRvZ2dsZS1vbiB7XG4gICAgY3Vyc29yOiBwb2ludGVyO1xuICAgIC50b2dnbGUtaWNvbiB7XG4gICAgICBkaXNwbGF5OiBpbmxpbmUtYmxvY2s7XG4gICAgICBmb250LXNpemU6IGxhcmdlcjtcbiAgICAgIGxpbmUtaGVpZ2h0OiAxO1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7XG4gICAgICBtYXJnaW4tbGVmdDogNXB4O1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiAnKyc7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICYudG9nZ2xlLW9uIHtcbiAgICAudG9nZ2xlLWljb24ge1xuICAgICAgJjpiZWZvcmUge1xuICAgICAgICBjb250ZW50OiAnLSc7XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbi8qXG4ucGF5bWVudC1tZXRob2QtZm9ybSB7XG4gICAgJi5wYXltZW50X21ldGhvZF9hdXRob3JpemVuZXQge1xuICAgICAgICBiYWNrZ3JvdW5kOiAjZjdmN2Y3O1xuICAgICAgICBib3JkZXItcmFkaXVzOiA1cHg7XG4gICAgICAgIC13ZWJraXQtYm9yZGVyLXJhZGl1czogNXB4O1xuICAgICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDVweDtcbiAgICAgICAgcGFkZGluZy10b3A6IDI1cHg7XG4gICAgICAgIC5yb3ctZmx1aWQge1xuICAgICAgICAgICAgY2xlYXI6IGJvdGg7XG4gICAgICAgICAgICBwYWRkaW5nLWJvdHRvbTogMjVweDtcbiAgICAgICAgICAgIC5zcGFuNiB7XG4gICAgICAgICAgICAgICAgJjpmaXJzdC1jaGlsZCB7XG4gICAgICAgICAgICAgICAgICAgIHdpZHRoOiA1MCU7XG4gICAgICAgICAgICAgICAgICAgIGZsb2F0OiBsZWZ0O1xuICAgICAgICAgICAgICAgICAgICBsYWJlbCB7XG4gICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tbGVmdDogMTdweDtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBzZWxlY3QsIGlucHV0IHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAxMHB4O1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIHNlbGVjdCwgaW5wdXQge1xuICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiA4cHggMDtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgc2VsZWN0LnJlcXVpcmVkIHtcbiAgICAgICAgICAgICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufSovXG5cbi5wbGFjZS1vcmRlci1hY3Rpb24ge1xuICBtYXJnaW4tdG9wOiAyMHB4O1xufVxuXG4ud29vY29tbWVyY2Uge1xuICBmb3JtIC5mb3JtLXJvdyB7XG4gICAgJi52YWxpZGF0ZS1lbWFpbCwgJi52YWxpZGF0ZS1waG9uZSB7XG4gICAgICB3aWR0aDogMTAwJSAhaW1wb3J0YW50O1xuICAgIH1cbiAgfVxuXG4gIC5jaGVja291dF9jb3Vwb24ge1xuICAgIC5mb3JtLXJvdy1sYXN0IHtcbiAgICAgIGlucHV0LmJ1dHRvbiB7XG4gICAgICAgIHBhZGRpbmc6IDEzcHggMTBweCAhaW1wb3J0YW50O1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4ubGVhcm4tcHJlc3Mtc2VhcmNoLWNvdXJzZS1mb3JtIHtcbiAgbWFyZ2luLWJvdHRvbTogMjBweDtcbiAgaW5wdXQuc2VhcmNoLWNvdXJzZS1pbnB1dFtuYW1lPVwic1wiXSB7XG4gICAgbWFyZ2luLXJpZ2h0OiAtMjAwcHg7XG4gICAgd2lkdGg6IDEwMCU7XG4gIH1cbiAgLnNlYXJjaC1jb3Vyc2UtYnV0dG9uIHtcbiAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgIGZsb2F0OiByaWdodDtcbiAgICB6LWluZGV4OiAxMDtcbiAgICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIH1cbn1cblxuLnRhYmxlLW9yZGVycyB7XG4gIC5vcmRlci1zdGF0dXMge1xuICAgICYub3JkZXItc3RhdHVzLXJlbW92ZWQge1xuICAgICAgY29sb3I6ICNGRjAwMDA7XG4gICAgfVxuICB9XG59XG5cbi8qIFNob3J0Y29kZS9XaWRnZXRzICovXG4ud2lkZ2V0X2xwLXdpZGdldC1wb3B1bGFyLWNvdXJzZXMsIC53aWRnZXRfbHAtd2lkZ2V0LXJlY2VudC1jb3Vyc2VzLCAud2lkZ2V0X2xwLXdpZGdldC1mZWF0dXJlZC1jb3Vyc2VzIHtcbiAgLmNvdXJzZS1tZXRhLWRhdGEge1xuICAgID4gZGl2IHtcbiAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICY6YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiAnLyc7XG4gICAgICB9XG4gICAgICAmOmxhc3QtY2hpbGQ6YWZ0ZXIge1xuICAgICAgICBjb250ZW50OiAnJztcbiAgICAgIH1cbiAgICB9XG5cbiAgfVxuICAuY291cnNlLXRpdGxlIHtcbiAgICBtYXJnaW46IDVweCAwO1xuICB9XG4gIC5jb3Vyc2UtZW50cnkge1xuICAgIG1hcmdpbi1ib3R0b206IDIwcHg7XG4gICAgYm9yZGVyLWJvdHRvbTogMXB4IGRhc2hlZCAjREREO1xuICAgIHBhZGRpbmctYm90dG9tOiAyMHB4O1xuICB9XG59XG5cbi5lZGl0LWNvdXJzZS1pdGVtLWxpbmsge1xuICBhIHtcbiAgICBmb250LXNpemU6IDE0cHg7XG4gICAgcG9zaXRpb246IHJlbGF0aXZlO1xuICAgIHBhZGRpbmctbGVmdDogMjVweDtcbiAgICAmOmFmdGVyIHtcbiAgICAgIGNvbnRlbnQ6IFwiXFxmNDY0XCI7XG4gICAgICBmb250LWZhbWlseTogRGFzaGljb25zO1xuICAgICAgZm9udC1zaXplOiAyNnB4O1xuICAgICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgICAgYm90dG9tOiAwO1xuICAgICAgbGluZS1oZWlnaHQ6IDE7XG4gICAgICBsZWZ0OiAwO1xuICAgIH1cbiAgfVxufVxuXG4uY291cnNlLWl0ZW0tbmF2aWdhdGlvbiB7XG4gIGJvcmRlci10b3A6IDRweCBzb2xpZCAjMzMzO1xuICBwYWRkaW5nLXRvcDogMTBweDtcbiAgbWFyZ2luLXRvcDogMjBweDtcbiAgLm5hdi1saW5rcyB7XG4gICAgLm5hdi1saW5rIHtcbiAgICAgIG9wYWNpdHk6IDE7XG4gICAgICBhIHtcbiAgICAgICAgb3BhY2l0eTogMTtcbiAgICAgICAgLm1ldGEtbmF2IHtcbiAgICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgICB0ZXh0LXRyYW5zZm9ybTogdXBwZXJjYXNlO1xuICAgICAgICAgIGZvbnQtc2l6ZTogc21hbGw7XG4gICAgICAgICAgY29sb3I6ICNiOWI5Yjk7XG4gICAgICAgIH1cbiAgICAgICAgLnBvc3QtdGl0bGUge1xuICAgICAgICAgIG9wYWNpdHk6IDE7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgICYubmF2LXByZXZpb3VzIHtcbiAgICAgICAgZmxvYXQ6IGxlZnQ7XG4gICAgICB9XG4gICAgICAmLm5hdi1uZXh0IHtcbiAgICAgICAgZmxvYXQ6IHJpZ2h0O1xuICAgICAgICB0ZXh0LWFsaWduOiByaWdodDtcbiAgICAgIH1cbiAgICB9XG4gICAgJjphZnRlciB7XG4gICAgICBjbGVhcjogYm90aDtcbiAgICAgIGRpc3BsYXk6IGJsb2NrO1xuICAgICAgY29udGVudDogJyc7XG4gICAgfVxuICB9XG59XG5cbi8qIHdpZGdldCBhdHRyaWJ1dGVzICovXG4ubHAtY291cnNlLWF0dHJpYnV0ZXMge1xuICBsaXN0LXN0eWxlOiBub25lO1xuICBtYXJnaW4tbGVmdDogMDtcbiAgbGkge1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgbWFyZ2luLWJvdHRvbTogMTBweDtcbiAgfVxuICAubHAtY291cnNlLWF0dHJpYnV0ZS12YWx1ZXMge1xuICAgIGxpc3Qtc3R5bGU6IG5vbmU7XG4gICAgbWFyZ2luLWxlZnQ6IDA7XG4gIH1cbiAgJi5jb3Vyc2UtYXR0cmlidXRlcyB7XG4gICAgLmxwLWNvdXJzZS1hdHRyaWJ1dGUtdmFsdWVzIHtcbiAgICAgIGxpIHtcbiAgICAgICAgZGlzcGxheTogaW5saW5lLWJsb2NrO1xuICAgICAgICBwYWRkaW5nOiAzcHggOHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiAjRjBGMEYwO1xuICAgICAgICBib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgICAgIG1hcmdpbjogMCA1cHggNXB4IDA7XG4gICAgICB9XG4gICAgfVxuICB9XG4gICYuY291cnNlLWZpbHRlcnMge1xuICAgIC5scC1jb3Vyc2UtYXR0cmlidXRlLXZhbHVlcyB7XG4gICAgICBsaSB7XG4gICAgICAgIGE6YmVmb3JlIHtcbiAgICAgICAgICBmb250LWZhbWlseTogZGFzaGljb25zO1xuICAgICAgICAgIGJvcmRlci1yYWRpdXM6IDUwJTtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAjREREO1xuICAgICAgICAgIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgICAgICAgICB3aWR0aDogMTZweDtcbiAgICAgICAgICBoZWlnaHQ6IDE2cHg7XG4gICAgICAgICAgdGV4dC1hbGlnbjogY2VudGVyO1xuICAgICAgICAgIGxpbmUtaGVpZ2h0OiAxNnB4O1xuICAgICAgICAgIGNvbG9yOiAjRkZGO1xuICAgICAgICAgIGZvbnQtc2l6ZTogMTZweDtcbiAgICAgICAgICB2ZXJ0aWNhbC1hbGlnbjogbWlkZGxlO1xuICAgICAgICAgIG1hcmdpbi1yaWdodDogNXB4O1xuICAgICAgICAgIGNvbnRlbnQ6ICcnO1xuICAgICAgICB9XG4gICAgICAgICY6aG92ZXIgYTpiZWZvcmUge1xuICAgICAgICAgIGJhY2tncm91bmQ6ICM0YWNmZmY7XG4gICAgICAgIH1cbiAgICAgIH1cbiAgICAgIGxpLmFjdGl2ZSB7XG4gICAgICAgIGE6YmVmb3JlIHtcbiAgICAgICAgICBjb250ZW50OiBcIlxcZjE0N1wiO1xuICAgICAgICAgIGJhY2tncm91bmQ6ICM0YWNmZmY7XG4gICAgICAgIH1cbiAgICAgICAgJjpob3ZlciBhOmJlZm9yZSB7XG4gICAgICAgICAgY29udGVudDogXCJcXGYzMzVcIjtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAjYTIwMDAwO1xuICAgICAgICB9XG4gICAgICB9XG4gICAgfVxuICB9XG59XG5cbkAtbW96LWtleWZyYW1lcyBzcGluLTEyIHtcbiAgMCUge1xuICAgIC1tb3otdHJhbnNmb3JtOiByb3RhdGUoMGRlZykgdHJhbnNsYXRlKDBweCk7XG4gIH1cbiAgMTAwJSB7XG4gICAgLW1vei10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBzcGluLTEyIHtcbiAgMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZykgdHJhbnNsYXRlKDBweCk7XG4gIH1cbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc3Bpbi0xMiB7XG4gIDAlIHtcbiAgICAtd2Via2l0LXRyYW5zZm9ybTogcm90YXRlKDBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICAgIHRyYW5zZm9ybTogcm90YXRlKDBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG4gIDEwMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKSB0cmFuc2xhdGUoMHB4KTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkAtbW96LWtleWZyYW1lcyBzcGluLTEzIHtcbiAgMTAwJSB7XG4gICAgLW1vei10cmFuc2Zvcm06IHJvdGF0ZSgwZGVnKSB0cmFuc2xhdGUoMHB4KTtcbiAgfVxuICAwJSB7XG4gICAgLW1vei10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkAtd2Via2l0LWtleWZyYW1lcyBzcGluLTEzIHtcbiAgMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZykgdHJhbnNsYXRlKDBweCk7XG4gIH1cbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkBrZXlmcmFtZXMgc3Bpbi0xMyB7XG4gIDEwMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMGRlZykgdHJhbnNsYXRlKDBweCk7XG4gICAgdHJhbnNmb3JtOiByb3RhdGUoMGRlZykgdHJhbnNsYXRlKDBweCk7XG4gIH1cbiAgMCUge1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiByb3RhdGUoMzYwZGVnKSB0cmFuc2xhdGUoMHB4KTtcbiAgICB0cmFuc2Zvcm06IHJvdGF0ZSgzNjBkZWcpIHRyYW5zbGF0ZSgwcHgpO1xuICB9XG59XG5cbkBtZWRpYSBzY3JlZW4gYW5kIChtYXgtd2lkdGg6IDEyNTBweCkge1xuICAuc2luZ2xlLWxwX2NvdXJzZSAubGVhcm4tcHJlc3MtY291cnNlLXJlc3VsdHMtcHJvZ3Jlc3Mge1xuICAgIC5pdGVtcy1wcm9ncmVzcywgLmNvdXJzZS1wcm9ncmVzcyB7XG4gICAgICBmbG9hdDogbm9uZTtcbiAgICAgIHdpZHRoOiAxMDAlO1xuICAgIH1cbiAgICAuaXRlbXMtcHJvZ3Jlc3Mge1xuICAgICAgbWFyZ2luLWJvdHRvbTogNTBweDtcbiAgICB9XG4gIH1cbn1cblxuQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNzY4cHgpIHtcbiAgI2xlYXJuLXByZXNzLWJsb2NrLWNvbnRlbnQge1xuICAgIC5sZWFybi1wcmVzcy1ibG9jay1jb250ZW50LW1peGluKDYwcHgpO1xuICB9XG5cbiAgLmxlYXJuLXByZXNzLWNvdXJzZS1yZXN1bHRzLXByb2dyZXNzIHtcbiAgICAuaXRlbXMtcHJvZ3Jlc3MsIC5jb3Vyc2UtcHJvZ3Jlc3Mge1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBtYXJnaW4tcmlnaHQ6IDA7XG4gICAgfVxuICB9XG5cbn1cblxuQG1lZGlhIChtaW4td2lkdGg6IDk5MnB4KSB7XG4gIC5sZWFybi1wcmVzcy1jb3Vyc2VzIHtcbiAgICBsaS5jb3Vyc2Uge1xuICAgICAgJjpudGgtY2hpbGQoNG4rMSkge1xuICAgICAgICBjbGVhcjogbGVmdDtcbiAgICAgIH1cbiAgICB9XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDk5MnB4KSB7XG4gIC5sZWFybi1wcmVzcy1jb3Vyc2VzIHtcbiAgICBtYXJnaW46IDA7XG4gIH1cbn1cblxuQG1lZGlhIChtYXgtd2lkdGg6IDk5MnB4KSBhbmQgKG1pbi13aWR0aDogNjAwcHggKSB7XG5cbiAgLmxlYXJuLXByZXNzLWNvdXJzZXMge1xuICAgIGxpLmNvdXJzZSB7XG4gICAgICB3aWR0aDogMzEuMzMlO1xuICAgICAgbWFyZ2luOiAwIDIlIDMwcHggMDtcbiAgICAgIC8qIHBhZGRpbmc6IDAgMjBweDsgKi9cbiAgICAgICY6bnRoLWNoaWxkKDNuKzEpIHtcbiAgICAgICAgY2xlYXI6IGxlZnQ7XG4gICAgICAgIG1hcmdpbi1sZWZ0OiAwO1xuICAgICAgfVxuICAgIH1cbiAgfVxuXG59XG5cbkBtZWRpYSAobWF4LXdpZHRoOiA2MDBweCkgYW5kIChtaW4td2lkdGg6IDQwMHB4ICkge1xuXG4gIC5sZWFybi1wcmVzcy1jb3Vyc2VzIHtcbiAgICBsaS5jb3Vyc2Uge1xuICAgICAgd2lkdGg6IDQ4JTtcbiAgICAgIG1hcmdpbjogMCAyJSAzMHB4IDA7XG4gICAgICAvKiBwYWRkaW5nOiAwIDIwcHg7ICovXG4gICAgICAmOm50aC1jaGlsZCgybisxKSB7XG4gICAgICAgIGNsZWFyOiBsZWZ0O1xuICAgICAgICBtYXJnaW4tbGVmdDogMDtcbiAgICAgIH1cbiAgICB9XG4gIH1cblxufVxuXG4vKlxuQG1lZGlhIChtYXgtd2lkdGg6IDQ4MHB4KSB7XG4gICAgLndvb2NvbW1lcmNlIHtcbiAgICAgICAgLmNoZWNrb3V0X2NvdXBvbiB7XG4gICAgICAgICAgICAuZm9ybS1yb3cge1xuICAgICAgICAgICAgICAgIHdpZHRoOiAxMDAlO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuKi9cbkBtZWRpYSAobWF4LXdpZHRoOiA0MDBweCkge1xuXG4gIC5sZWFybi1wcmVzcy1jb3Vyc2VzIHtcbiAgICBsaS5jb3Vyc2Uge1xuICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICBtYXJnaW46IDAgMCAzMHB4IDA7XG4gICAgICBjbGVhcjogbGVmdDtcbiAgICB9XG4gIH1cblxufVxuXG5AbWVkaWEgKG1heC13aWR0aDogMzUwcHgpIHtcbiAgI2NvdXJzZS1jdXJyaWN1bHVtLXBvcHVwICNwb3B1cC1zaWRlYmFyIHtcbiAgICB3aWR0aDogMTAwJTtcbiAgfVxufVxuXG4vKiBmdWxsIHdpZHRoIHdpdGggdHdlbnR5c2l4dGVlbiB0aGVtZSAqL1xuQG1lZGlhIHNjcmVlbiBhbmQgKG1pbi13aWR0aDogNjEuNTYyNWVtKSB7XG4gIGJvZHkuc2luZ2xlLWxwX2NvdXJzZSB7XG4gICAgYXJ0aWNsZS5scF9jb3Vyc2Uge1xuICAgICAgLmVudHJ5LWNvbnRlbnQge1xuICAgICAgICB3aWR0aDogMTAwJTtcbiAgICAgIH1cbiAgICAgIC5lbnRyeS1mb290ZXIge1xuICAgICAgICBkaXNwbGF5OiBub25lO1xuICAgICAgfVxuICAgIH1cbiAgfVxufVxuXG4vKlxuQG1lZGlhIHNjcmVlbiBhbmQgKG1heC13aWR0aDogNjE1cHgpIHtcbiAgICAucGF5bWVudC1tZXRob2QtZm9ybSB7XG4gICAgICAgICYucGF5bWVudF9tZXRob2RfYXV0aG9yaXplbmV0IHtcbiAgICAgICAgICAgIC5yb3ctZmx1aWQge1xuICAgICAgICAgICAgICAgIHBhZGRpbmctYm90dG9tOiAxNXB4O1xuICAgICAgICAgICAgICAgIC5zcGFuNiB7XG4gICAgICAgICAgICAgICAgICAgICY6Zmlyc3QtY2hpbGQge1xuICAgICAgICAgICAgICAgICAgICAgICAgd2lkdGg6IDEwMCU7XG4gICAgICAgICAgICAgICAgICAgICAgICBtYXJnaW4tYm90dG9tOiAxNXB4O1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIGxhYmVsIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1sZWZ0OiAxN3B4O1xuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIHNlbGVjdCwgaW5wdXQge1xuICAgICAgICAgICAgICAgICAgICAgICAgbWFyZ2luLWxlZnQ6IDEwcHg7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgc2VsZWN0LCBpbnB1dCB7XG4gICAgICAgICAgICAgICAgICAgICAgICBwYWRkaW5nOiA4cHggMDtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgICAgICBzZWxlY3QucmVxdWlyZWQge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29sb3I6ICMwMDA7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICAgICAgI2xlYXJuLXByZXNzLWF1dGhvcml6ZW5ldC1wYXltZW50LWV4cG1vbnRoIHtcbiAgICAgICAgICAgICAgICAgICAgICAgIG1hcmdpbi1ib3R0b206IDEwcHg7XG4gICAgICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG59XG4qLyJdLCJmaWxlIjoibGVhcm5wcmVzcy5jc3MifQ== */
|
1 |
+
/**
|
2 |
+
* Mixin
|
3 |
+
*/
|
4 |
+
@keyframes lp-rotating {
|
5 |
+
from {
|
6 |
+
transform: rotate(0deg);
|
7 |
+
-o-transform: rotate(0deg);
|
8 |
+
-ms-transform: rotate(0deg);
|
9 |
+
-moz-transform: rotate(0deg);
|
10 |
+
-webkit-transform: rotate(0deg); }
|
11 |
+
to {
|
12 |
+
transform: rotate(360deg);
|
13 |
+
-o-transform: rotate(360deg);
|
14 |
+
-ms-transform: rotate(360deg);
|
15 |
+
-moz-transform: rotate(360deg);
|
16 |
+
-webkit-transform: rotate(360deg); } }
|
17 |
+
|
18 |
+
@-webkit-keyframes lp-rotating {
|
19 |
+
from {
|
20 |
+
transform: rotate(0deg);
|
21 |
+
-webkit-transform: rotate(0deg); }
|
22 |
+
to {
|
23 |
+
transform: rotate(360deg);
|
24 |
+
-webkit-transform: rotate(360deg); } }
|
25 |
+
|
26 |
+
.ajaxload {
|
27 |
+
background: #7b7b7b;
|
28 |
+
display: inline-block;
|
29 |
+
width: 30px;
|
30 |
+
height: 30px;
|
31 |
+
position: relative;
|
32 |
+
content: '';
|
33 |
+
-webkit-border-radius: 50%;
|
34 |
+
-moz-border-radius: 50%;
|
35 |
+
border-radius: 50%;
|
36 |
+
-webkit-animation: lp-rotating 1s linear infinite;
|
37 |
+
-moz-animation: lp-rotating 1s linear infinite;
|
38 |
+
animation: lp-rotating 1s linear infinite; }
|
39 |
+
.ajaxload:after {
|
40 |
+
-webkit-border-radius: 50%;
|
41 |
+
-moz-border-radius: 50%;
|
42 |
+
border-radius: 50%;
|
43 |
+
display: inline-block;
|
44 |
+
width: 6px;
|
45 |
+
height: 6px;
|
46 |
+
background: #DEDEDE;
|
47 |
+
position: absolute;
|
48 |
+
content: '';
|
49 |
+
top: 2px;
|
50 |
+
left: 50%;
|
51 |
+
margin-left: -3px; }
|
52 |
+
|
53 |
+
.learn-press-checkout.guest-checkout {
|
54 |
+
display: none; }
|
55 |
+
|
56 |
+
.button-continue-guest-checkout {
|
57 |
+
clear: both; }
|
58 |
+
|
59 |
+
#learn-press-payment .payment-methods {
|
60 |
+
list-style: none;
|
61 |
+
margin: 0;
|
62 |
+
padding: 0; }
|
63 |
+
#learn-press-payment .payment-methods .lp-payment-method {
|
64 |
+
margin-bottom: 20px; }
|
65 |
+
#learn-press-payment .payment-methods .lp-payment-method > label {
|
66 |
+
display: block;
|
67 |
+
background: #F5F5F5;
|
68 |
+
padding: 10px 20px;
|
69 |
+
line-height: 40px; }
|
70 |
+
#learn-press-payment .payment-methods .lp-payment-method > label img {
|
71 |
+
vertical-align: middle; }
|
72 |
+
#learn-press-payment .payment-methods .lp-payment-method.selected > label {
|
73 |
+
background: #e7f7ff; }
|
74 |
+
#learn-press-payment .payment-methods .payment-method-form {
|
75 |
+
display: none;
|
76 |
+
background: #F9f9f9;
|
77 |
+
padding: 15px 20px;
|
78 |
+
border-top: 1px solid #DDD; }
|
79 |
+
|
80 |
+
#learn-press-checkout-login,
|
81 |
+
#learn-press-checkout-register {
|
82 |
+
margin-bottom: 1.5em;
|
83 |
+
border: 1px solid #DDD;
|
84 |
+
padding: 20px 20px 0 20px;
|
85 |
+
background: #FFFFFF; }
|
86 |
+
|
87 |
+
#learn-press-order-review,
|
88 |
+
.learn-press-checkout-comment {
|
89 |
+
margin-bottom: 20px; }
|
90 |
+
|
91 |
+
#checkout-form-login,
|
92 |
+
#checkout-form-register {
|
93 |
+
_display: none; }
|
94 |
+
#checkout-form-login .learn-press-form-register,
|
95 |
+
#checkout-form-login .learn-press-form-login,
|
96 |
+
#checkout-form-register .learn-press-form-register,
|
97 |
+
#checkout-form-register .learn-press-form-login {
|
98 |
+
display: none; }
|
99 |
+
|
100 |
+
#checkout-guest-email {
|
101 |
+
border: 1px solid #DDD;
|
102 |
+
padding: 20px;
|
103 |
+
margin: 0 0 20px 0; }
|
104 |
+
#checkout-guest-email .form-heading {
|
105 |
+
margin: 0; }
|
106 |
+
|
107 |
+
#checkout-guest-email #checkout-guest-options {
|
108 |
+
list-style: none;
|
109 |
+
margin: 0; }
|
110 |
+
|
111 |
+
#checkout-guest-email #checkout-existing-account,
|
112 |
+
#checkout-guest-email #checkout-new-account {
|
113 |
+
display: none;
|
114 |
+
margin: 0; }
|
115 |
+
|
116 |
+
#checkout-guest-email.email-exists #checkout-existing-account {
|
117 |
+
display: block; }
|
118 |
+
|
119 |
+
#checkout-guest-email.email-exists #checkout-new-account {
|
120 |
+
display: none; }
|
121 |
+
|
122 |
+
.lp-list-table {
|
123 |
+
border: none;
|
124 |
+
width: 100%;
|
125 |
+
margin-bottom: 20px; }
|
126 |
+
.lp-list-table th, .lp-list-table td {
|
127 |
+
border: 0 solid #DDD;
|
128 |
+
border-bottom-width: 1px;
|
129 |
+
line-height: 1;
|
130 |
+
font-size: 16px;
|
131 |
+
padding: 15px 15px;
|
132 |
+
background: #FFF;
|
133 |
+
text-align: left; }
|
134 |
+
.lp-list-table tr {
|
135 |
+
border: 0; }
|
136 |
+
.lp-list-table thead tr {
|
137 |
+
color: #444; }
|
138 |
+
.lp-list-table thead tr th {
|
139 |
+
background: #00adff;
|
140 |
+
color: #FFF;
|
141 |
+
border-bottom: none; }
|
142 |
+
.lp-list-table tbody tr {
|
143 |
+
color: #777; }
|
144 |
+
.lp-list-table tbody tr td, .lp-list-table tbody tr th {
|
145 |
+
border-bottom: 1px solid #DDD;
|
146 |
+
font-size: 14px;
|
147 |
+
background: #FFF; }
|
148 |
+
.lp-list-table tbody tr td a, .lp-list-table tbody tr th a {
|
149 |
+
text-decoration: none;
|
150 |
+
border-bottom: none; }
|
151 |
+
.lp-list-table tbody tr:nth-child(odd) {
|
152 |
+
background: #F5F5F5; }
|
153 |
+
.lp-list-table .list-table-nav td {
|
154 |
+
font-size: 14px; }
|
155 |
+
.lp-list-table .list-table-nav td.nav-text {
|
156 |
+
text-align: left; }
|
157 |
+
.lp-list-table .list-table-nav td.nav-pages {
|
158 |
+
text-align: right; }
|
159 |
+
.lp-list-table .list-table-nav td.nav-pages .learn-press-pagination {
|
160 |
+
text-align: right; }
|
161 |
+
.lp-list-table .list-table-nav td.nav-pages .page-numbers {
|
162 |
+
margin-bottom: 0; }
|
163 |
+
|
164 |
+
.lp-label {
|
165 |
+
font-size: 12px;
|
166 |
+
display: inline-block;
|
167 |
+
padding: 3px 5px;
|
168 |
+
background: #DDD;
|
169 |
+
border-radius: 4px;
|
170 |
+
line-height: 1;
|
171 |
+
color: #FFF; }
|
172 |
+
.lp-label.label-finished, .lp-label.label-completed {
|
173 |
+
background: #ffdc1e; }
|
174 |
+
.lp-label.label-passed {
|
175 |
+
background: #14c4ff; }
|
176 |
+
.lp-label.label-failed {
|
177 |
+
background: #ff4d66; }
|
178 |
+
.lp-label.label-enrolled, .lp-label.label-started {
|
179 |
+
background: #d243ff; }
|
180 |
+
|
181 |
+
.learn-press-form .form-fields {
|
182 |
+
list-style: none;
|
183 |
+
margin: 0;
|
184 |
+
padding: 0; }
|
185 |
+
.learn-press-form .form-fields .form-field {
|
186 |
+
margin: 0 0 20px 0; }
|
187 |
+
.learn-press-form .form-fields .form-field label {
|
188 |
+
display: block;
|
189 |
+
margin: 0 0 10px 0; }
|
190 |
+
.learn-press-form .form-fields .form-field input[type="text"],
|
191 |
+
.learn-press-form .form-fields .form-field input[type="email"],
|
192 |
+
.learn-press-form .form-fields .form-field input[type="number"],
|
193 |
+
.learn-press-form .form-fields .form-field input[type="password"],
|
194 |
+
.learn-press-form .form-fields .form-field textarea {
|
195 |
+
padding: 8px;
|
196 |
+
width: 100%;
|
197 |
+
-webkit-box-sizing: border-box;
|
198 |
+
-moz-box-sizing: border-box;
|
199 |
+
box-sizing: border-box; }
|
200 |
+
.learn-press-form .form-fields .form-field .description {
|
201 |
+
font-style: italic;
|
202 |
+
margin-top: 10px;
|
203 |
+
font-size: 14px;
|
204 |
+
line-height: 1.4; }
|
205 |
+
.learn-press-form .form-fields .form-field .asterisk {
|
206 |
+
color: #FF0000; }
|
207 |
+
|
208 |
+
.form-desc {
|
209 |
+
font-size: smaller;
|
210 |
+
font-style: italic; }
|
211 |
+
|
212 |
+
.become-teacher-form {
|
213 |
+
margin: 0 auto;
|
214 |
+
width: 90%;
|
215 |
+
max-width: 500px; }
|
216 |
+
.become-teacher-form .form-field input[type="text"],
|
217 |
+
.become-teacher-form .form-field input[type="email"],
|
218 |
+
.become-teacher-form .form-field input[type="number"],
|
219 |
+
.become-teacher-form .form-field input[type="password"] {
|
220 |
+
width: 100%; }
|
221 |
+
|
222 |
+
#learn-press-user-profile {
|
223 |
+
position: relative; }
|
224 |
+
#learn-press-user-profile:before {
|
225 |
+
position: absolute;
|
226 |
+
content: '';
|
227 |
+
width: 200px;
|
228 |
+
top: 0;
|
229 |
+
bottom: 0;
|
230 |
+
background: #f5f5f5; }
|
231 |
+
#learn-press-user-profile:after {
|
232 |
+
clear: both;
|
233 |
+
display: block;
|
234 |
+
content: ''; }
|
235 |
+
|
236 |
+
#learn-press-profile-header {
|
237 |
+
height: 100px;
|
238 |
+
background: #f0defb;
|
239 |
+
position: relative;
|
240 |
+
z-index: 100; }
|
241 |
+
#learn-press-profile-header .lp-profile-avatar {
|
242 |
+
position: absolute;
|
243 |
+
bottom: -10px;
|
244 |
+
left: 10px; }
|
245 |
+
#learn-press-profile-header .lp-profile-avatar img {
|
246 |
+
border-radius: 0; }
|
247 |
+
|
248 |
+
#learn-press-profile-nav {
|
249 |
+
float: left;
|
250 |
+
min-width: 200px;
|
251 |
+
padding-top: 40px;
|
252 |
+
background: #f5f5f5;
|
253 |
+
/*margin-bottom: -20000px;
|
254 |
+
padding-bottom: 20000px;*/ }
|
255 |
+
#learn-press-profile-nav .tabs {
|
256 |
+
list-style: none;
|
257 |
+
margin: 0;
|
258 |
+
padding: 0; }
|
259 |
+
#learn-press-profile-nav .tabs > li {
|
260 |
+
margin-bottom: 0;
|
261 |
+
position: relative; }
|
262 |
+
#learn-press-profile-nav .tabs > li ul {
|
263 |
+
list-style: none;
|
264 |
+
margin: 0;
|
265 |
+
padding: 8px 0;
|
266 |
+
display: none; }
|
267 |
+
#learn-press-profile-nav .tabs > li ul li a {
|
268 |
+
padding-left: 20px; }
|
269 |
+
#learn-press-profile-nav .tabs > li ul li.active a {
|
270 |
+
color: #FFF; }
|
271 |
+
#learn-press-profile-nav .tabs > li ul li:hover a {
|
272 |
+
background: transparent;
|
273 |
+
color: #FFF; }
|
274 |
+
#learn-press-profile-nav .tabs > li a {
|
275 |
+
display: block;
|
276 |
+
text-decoration: none;
|
277 |
+
padding: 5px 10px;
|
278 |
+
border: none;
|
279 |
+
box-shadow: none;
|
280 |
+
outline: none; }
|
281 |
+
#learn-press-profile-nav .tabs > li a:hover {
|
282 |
+
background: #FFF; }
|
283 |
+
#learn-press-profile-nav .tabs > li.active ul {
|
284 |
+
background: #EAEAEA;
|
285 |
+
display: block; }
|
286 |
+
#learn-press-profile-nav .tabs > li.active > a {
|
287 |
+
background: #D9D9D9; }
|
288 |
+
#learn-press-profile-nav .tabs > li:hover:not(.active) > a {
|
289 |
+
background: #D0D0D0;
|
290 |
+
color: #FFF; }
|
291 |
+
#learn-press-profile-nav .tabs > li:hover:not(.active) ul {
|
292 |
+
background: #EAEAEA;
|
293 |
+
display: block;
|
294 |
+
position: absolute;
|
295 |
+
width: 200px;
|
296 |
+
top: 0;
|
297 |
+
margin: 0;
|
298 |
+
padding: 0;
|
299 |
+
left: 100%;
|
300 |
+
z-index: 100; }
|
301 |
+
|
302 |
+
#learn-press-profile-content {
|
303 |
+
float: right;
|
304 |
+
width: calc(100% - 230px);
|
305 |
+
margin-top: 30px;
|
306 |
+
overflow: hidden; }
|
307 |
+
#learn-press-profile-content .lp-sections {
|
308 |
+
list-style: none;
|
309 |
+
overflow: hidden; }
|
310 |
+
#learn-press-profile-content .lp-sections li {
|
311 |
+
float: left; }
|
312 |
+
#learn-press-profile-content .lp-sections li a {
|
313 |
+
text-decoration: none;
|
314 |
+
display: block;
|
315 |
+
padding: 3px 5px;
|
316 |
+
border: none;
|
317 |
+
box-shadow: none; }
|
318 |
+
#learn-press-profile-content .lp-sections li.active a {
|
319 |
+
border-bottom: 2px solid #DDD; }
|
320 |
+
|
321 |
+
#learn-press-profile-footer {
|
322 |
+
clear: both;
|
323 |
+
background: #FFF;
|
324 |
+
z-index: 10;
|
325 |
+
position: relative; }
|
326 |
+
|
327 |
+
.lp-user-profile .profile-name {
|
328 |
+
display: block;
|
329 |
+
position: absolute;
|
330 |
+
width: 100%;
|
331 |
+
text-align: center;
|
332 |
+
font-size: 13px; }
|
333 |
+
|
334 |
+
.profile-list-table td.column-actions {
|
335 |
+
white-space: nowrap; }
|
336 |
+
|
337 |
+
.profile-list-table .result-percent {
|
338 |
+
font-size: 12px;
|
339 |
+
font-weight: bold;
|
340 |
+
min-width: 40px;
|
341 |
+
display: inline-block; }
|
342 |
+
|
343 |
+
.profile-list-courses .column-passing-grade,
|
344 |
+
.profile-list-courses .column-time-interval,
|
345 |
+
.profile-list-courses .column-date,
|
346 |
+
.profile-list-courses .column-status,
|
347 |
+
.profile-list-quizzes .column-passing-grade,
|
348 |
+
.profile-list-quizzes .column-time-interval,
|
349 |
+
.profile-list-quizzes .column-date,
|
350 |
+
.profile-list-quizzes .column-status {
|
351 |
+
width: 150px; }
|
352 |
+
|
353 |
+
.profile-recover-order {
|
354 |
+
padding: 20px;
|
355 |
+
border: 1px solid #DDD;
|
356 |
+
-webkit-border-radius: 4px;
|
357 |
+
-moz-border-radius: 4px;
|
358 |
+
border-radius: 4px; }
|
359 |
+
.profile-recover-order p {
|
360 |
+
margin-bottom: 10px; }
|
361 |
+
.profile-recover-order input[name="order-key"] {
|
362 |
+
width: 250px;
|
363 |
+
display: inline-block; }
|
364 |
+
|
365 |
+
.order-recover input[name="order-key"], .order-recover button {
|
366 |
+
vertical-align: middle; }
|
367 |
+
|
368 |
+
.column-order-action a {
|
369 |
+
display: inline-block;
|
370 |
+
margin-right: 5px; }
|
371 |
+
|
372 |
+
.lp-tab-sections {
|
373 |
+
list-style: none;
|
374 |
+
margin: 0 0 20px 0;
|
375 |
+
padding: 0;
|
376 |
+
background: #eaeaea; }
|
377 |
+
.lp-tab-sections .section-tab {
|
378 |
+
float: left;
|
379 |
+
list-style: none; }
|
380 |
+
.lp-tab-sections .section-tab a, .lp-tab-sections .section-tab span {
|
381 |
+
display: inline-block;
|
382 |
+
padding: 8px 10px;
|
383 |
+
line-height: 1;
|
384 |
+
box-shadow: none; }
|
385 |
+
.lp-tab-sections .section-tab.active span {
|
386 |
+
border-bottom: 2px solid #00adff;
|
387 |
+
padding-bottom: 6px; }
|
388 |
+
.lp-tab-sections:after {
|
389 |
+
clear: both;
|
390 |
+
display: block;
|
391 |
+
content: ''; }
|
392 |
+
|
393 |
+
.profile-heading {
|
394 |
+
font-size: 18px; }
|
395 |
+
|
396 |
+
.lp-sub-menu {
|
397 |
+
list-style: none;
|
398 |
+
margin: 0 0 10px 0; }
|
399 |
+
.lp-sub-menu li {
|
400 |
+
display: inline-block; }
|
401 |
+
.lp-sub-menu li a, .lp-sub-menu li span {
|
402 |
+
display: inline-block;
|
403 |
+
margin: 0 10px 0 0; }
|
404 |
+
|
405 |
+
.learn-press-nav-items .learn-press-pagination {
|
406 |
+
float: right; }
|
407 |
+
|
408 |
+
.learn-press-nav-items:after {
|
409 |
+
clear: both;
|
410 |
+
display: block;
|
411 |
+
content: ''; }
|
412 |
+
|
413 |
+
.lp-avatar-preview {
|
414 |
+
position: relative;
|
415 |
+
float: left;
|
416 |
+
background-color: #DDD;
|
417 |
+
margin-bottom: 20px;
|
418 |
+
overflow: hidden; }
|
419 |
+
.lp-avatar-preview .profile-picture {
|
420 |
+
float: left;
|
421 |
+
margin-right: -100%;
|
422 |
+
width: 100%;
|
423 |
+
margin-top: -25%; }
|
424 |
+
.lp-avatar-preview .profile-picture img {
|
425 |
+
width: 100%;
|
426 |
+
height: 100%;
|
427 |
+
border-radius: 0; }
|
428 |
+
.lp-avatar-preview .profile-picture.profile-avatar-hidden {
|
429 |
+
display: none; }
|
430 |
+
.lp-avatar-preview .lp-avatar-preview-actions {
|
431 |
+
position: absolute;
|
432 |
+
top: 50%;
|
433 |
+
width: 100%;
|
434 |
+
margin-top: -14px;
|
435 |
+
text-align: center; }
|
436 |
+
.lp-avatar-preview .lp-avatar-preview-actions a {
|
437 |
+
text-decoration: none;
|
438 |
+
font-size: 12px;
|
439 |
+
background: #FFF;
|
440 |
+
display: inline-block;
|
441 |
+
box-shadow: none;
|
442 |
+
padding: 5px 10px; }
|
443 |
+
.lp-avatar-preview .lp-avatar-upload-progress {
|
444 |
+
position: absolute;
|
445 |
+
height: 10px;
|
446 |
+
background: #FFF;
|
447 |
+
top: 50%;
|
448 |
+
margin-top: -5px;
|
449 |
+
left: 10px;
|
450 |
+
right: 10px;
|
451 |
+
display: none; }
|
452 |
+
.lp-avatar-preview .lp-avatar-upload-progress .lp-avatar-upload-progress-value {
|
453 |
+
width: 0;
|
454 |
+
height: 10px;
|
455 |
+
background: #563d7c; }
|
456 |
+
.lp-avatar-preview .lp-avatar-upload-error {
|
457 |
+
display: none; }
|
458 |
+
.lp-avatar-preview .lp-avatar-preview-actions {
|
459 |
+
display: none; }
|
460 |
+
.lp-avatar-preview:hover .lp-avatar-preview-actions {
|
461 |
+
display: block; }
|
462 |
+
.lp-avatar-preview.uploading .lp-avatar-preview-actions, .lp-avatar-preview.upload-error .lp-avatar-preview-actions {
|
463 |
+
display: none; }
|
464 |
+
.lp-avatar-preview.uploading .lp-avatar-upload-progress, .lp-avatar-preview.upload-error .lp-avatar-upload-progress {
|
465 |
+
display: block; }
|
466 |
+
.lp-avatar-preview.uploading:before, .lp-avatar-preview.upload-error:before {
|
467 |
+
position: absolute;
|
468 |
+
width: 100%;
|
469 |
+
height: 100%;
|
470 |
+
background: #FFF;
|
471 |
+
opacity: 0.4;
|
472 |
+
content: ''; }
|
473 |
+
.lp-avatar-preview.upload-error .lp-avatar-upload-error {
|
474 |
+
display: block; }
|
475 |
+
.lp-avatar-preview.croping .lp-avatar-preview-actions {
|
476 |
+
display: none; }
|
477 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image {
|
478 |
+
position: absolute;
|
479 |
+
top: 0;
|
480 |
+
left: 0;
|
481 |
+
width: 100%;
|
482 |
+
height: 100%;
|
483 |
+
background: #000;
|
484 |
+
overflow: hidden; }
|
485 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image img {
|
486 |
+
max-width: inherit;
|
487 |
+
cursor: move; }
|
488 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls {
|
489 |
+
position: absolute;
|
490 |
+
bottom: 0;
|
491 |
+
width: 100%;
|
492 |
+
height: 30px; }
|
493 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom {
|
494 |
+
position: absolute;
|
495 |
+
height: 10px;
|
496 |
+
bottom: 10px;
|
497 |
+
left: 10px;
|
498 |
+
right: 30px;
|
499 |
+
background: #563d7a; }
|
500 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider {
|
501 |
+
position: absolute;
|
502 |
+
left: 0;
|
503 |
+
right: 10px;
|
504 |
+
height: 100%; }
|
505 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-zoom .ui-slider .ui-slider-handle {
|
506 |
+
display: inline-block;
|
507 |
+
width: 10px;
|
508 |
+
height: 14px;
|
509 |
+
background: #FFF;
|
510 |
+
position: absolute;
|
511 |
+
margin-top: -2px;
|
512 |
+
border: 1px solid #563d7a;
|
513 |
+
box-shadow: none;
|
514 |
+
outline: none;
|
515 |
+
cursor: ew-resize; }
|
516 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls .lp-cancel-upload {
|
517 |
+
text-decoration: none;
|
518 |
+
position: absolute;
|
519 |
+
bottom: 5px;
|
520 |
+
right: 5px;
|
521 |
+
box-shadow: none; }
|
522 |
+
.lp-avatar-preview.croping .lp-avatar-crop-image .lp-crop-controls:before {
|
523 |
+
position: absolute;
|
524 |
+
height: 30px;
|
525 |
+
width: 100%;
|
526 |
+
content: '';
|
527 |
+
background: #FFF;
|
528 |
+
opacity: 0.4; }
|
529 |
+
.lp-avatar-preview:after {
|
530 |
+
clear: both;
|
531 |
+
display: block;
|
532 |
+
content: ''; }
|
533 |
+
|
534 |
+
#profile-mobile-menu {
|
535 |
+
display: none; }
|
536 |
+
|
537 |
+
@media screen and (max-width: 480px) {
|
538 |
+
#learn-press-user-profile:before {
|
539 |
+
display: none; }
|
540 |
+
#learn-press-profile-nav {
|
541 |
+
height: 40px;
|
542 |
+
z-index: 90;
|
543 |
+
/* position: relative; */
|
544 |
+
padding-top: 0;
|
545 |
+
min-width: 40px;
|
546 |
+
width: 40px;
|
547 |
+
float: right;
|
548 |
+
margin-bottom: 20px; }
|
549 |
+
#learn-press-profile-nav #profile-mobile-menu {
|
550 |
+
display: block;
|
551 |
+
width: 40px;
|
552 |
+
height: 40px;
|
553 |
+
float: right;
|
554 |
+
line-height: 40px;
|
555 |
+
text-align: center;
|
556 |
+
cursor: pointer;
|
557 |
+
box-shadow: none; }
|
558 |
+
#learn-press-profile-nav .learn-press-tabs {
|
559 |
+
right: 0;
|
560 |
+
width: 100%;
|
561 |
+
display: none;
|
562 |
+
background: #03A9F4;
|
563 |
+
color: #FFF;
|
564 |
+
position: absolute;
|
565 |
+
margin-top: 40px; }
|
566 |
+
#learn-press-profile-nav .learn-press-tabs li a {
|
567 |
+
color: #FFF; }
|
568 |
+
#learn-press-profile-nav .learn-press-tabs li:hover:not(.active) > a {
|
569 |
+
background: #D0D0D0;
|
570 |
+
color: #FFF; }
|
571 |
+
#learn-press-profile-nav .learn-press-tabs li:hover:not(.active) ul {
|
572 |
+
position: relative;
|
573 |
+
left: 0;
|
574 |
+
width: 100%; }
|
575 |
+
#learn-press-profile-nav:hover #profile-mobile-menu {
|
576 |
+
background: #03a8f4;
|
577 |
+
/* border: 1px solid #DDD; */
|
578 |
+
color: #FFF; }
|
579 |
+
#learn-press-profile-nav:hover .learn-press-tabs {
|
580 |
+
display: block; }
|
581 |
+
#learn-press-profile-nav:before {
|
582 |
+
content: '';
|
583 |
+
position: absolute;
|
584 |
+
left: 0;
|
585 |
+
right: 40px;
|
586 |
+
height: 40px;
|
587 |
+
background: #F5F5F5; }
|
588 |
+
#learn-press-profile-nav .tabs > li.active ul, #learn-press-profile-nav .tabs > li.active a, #learn-press-profile-nav .tabs > li:hover ul, #learn-press-profile-nav .tabs > li:hover a {
|
589 |
+
background: #0191d4; }
|
590 |
+
#learn-press-profile-content {
|
591 |
+
float: none;
|
592 |
+
width: 100%; } }
|
593 |
+
|
594 |
+
#learn-press-user-profile .learn-press-form-login,
|
595 |
+
#learn-press-user-profile .learn-press-form-register {
|
596 |
+
border: 1px solid #DDD;
|
597 |
+
padding: 20px 20px 0 20px;
|
598 |
+
margin-bottom: 20px; }
|
599 |
+
|
600 |
+
#learn-press-course-tabs .course-tab-panel {
|
601 |
+
display: none; }
|
602 |
+
#learn-press-course-tabs .course-tab-panel.active {
|
603 |
+
display: block; }
|
604 |
+
|
605 |
+
.lp-single-course .course-author {
|
606 |
+
margin-bottom: 40px; }
|
607 |
+
.lp-single-course .course-author .author-name {
|
608 |
+
float: left;
|
609 |
+
margin: 0 20px 0 0;
|
610 |
+
text-align: center; }
|
611 |
+
.lp-single-course .course-author .author-name img {
|
612 |
+
width: 80px;
|
613 |
+
height: 80px;
|
614 |
+
border-radius: 50%; }
|
615 |
+
.lp-single-course .course-author .author-name a {
|
616 |
+
display: block; }
|
617 |
+
.lp-single-course .course-author .author-bio {
|
618 |
+
font-size: 15px;
|
619 |
+
font-style: italic; }
|
620 |
+
.lp-single-course .course-author:after {
|
621 |
+
clear: both;
|
622 |
+
display: block;
|
623 |
+
content: ''; }
|
624 |
+
.lp-single-course .course-author .list-course-instructors {
|
625 |
+
clear: both;
|
626 |
+
padding-top: 20px; }
|
627 |
+
|
628 |
+
.lp-single-course .course-price {
|
629 |
+
margin-bottom: 10px; }
|
630 |
+
.lp-single-course .course-price .origin-price,
|
631 |
+
.lp-single-course .course-price .price {
|
632 |
+
vertical-align: middle; }
|
633 |
+
.lp-single-course .course-price .origin-price {
|
634 |
+
font-size: 18px;
|
635 |
+
text-decoration: line-through;
|
636 |
+
font-style: italic;
|
637 |
+
margin-right: 10px; }
|
638 |
+
.lp-single-course .course-price .price {
|
639 |
+
font-size: 24px; }
|
640 |
+
|
641 |
+
.lp-single-course .lp-course-buttons {
|
642 |
+
margin-bottom: 20px; }
|
643 |
+
|
644 |
+
.edit-content {
|
645 |
+
margin-left: 5px; }
|
646 |
+
|
647 |
+
ul.learn-press-nav-tabs {
|
648 |
+
list-style: none;
|
649 |
+
border-bottom: 3px solid #DDD;
|
650 |
+
margin: 0 0 20px 0;
|
651 |
+
padding: 0; }
|
652 |
+
ul.learn-press-nav-tabs .course-nav {
|
653 |
+
float: left;
|
654 |
+
position: relative;
|
655 |
+
margin: 0;
|
656 |
+
list-style: none; }
|
657 |
+
ul.learn-press-nav-tabs .course-nav a {
|
658 |
+
display: inline-block;
|
659 |
+
padding: 10px 20px;
|
660 |
+
border-bottom: none;
|
661 |
+
outline: none;
|
662 |
+
-webkit-box-shadow: none;
|
663 |
+
-moz-box-shadow: none;
|
664 |
+
box-shadow: none; }
|
665 |
+
ul.learn-press-nav-tabs .course-nav a:focus {
|
666 |
+
-webkit-box-shadow: none;
|
667 |
+
-moz-box-shadow: none;
|
668 |
+
box-shadow: none; }
|
669 |
+
ul.learn-press-nav-tabs .course-nav.active:after, ul.learn-press-nav-tabs .course-nav:hover:after {
|
670 |
+
position: absolute;
|
671 |
+
bottom: -3px;
|
672 |
+
background: #00adff;
|
673 |
+
height: 3px;
|
674 |
+
width: 100%;
|
675 |
+
content: '';
|
676 |
+
left: 0; }
|
677 |
+
ul.learn-press-nav-tabs:after {
|
678 |
+
clear: both;
|
679 |
+
display: block;
|
680 |
+
content: ''; }
|
681 |
+
|
682 |
+
.course-item-popup #tab-curriculum {
|
683 |
+
display: block; }
|
684 |
+
|
685 |
+
.course-curriculum ul.curriculum-sections {
|
686 |
+
list-style: none;
|
687 |
+
margin: 0;
|
688 |
+
padding: 0; }
|
689 |
+
.course-curriculum ul.curriculum-sections .section {
|
690 |
+
margin: 0;
|
691 |
+
padding: 0; }
|
692 |
+
.course-curriculum ul.curriculum-sections .section.section-empty .section-header {
|
693 |
+
margin-bottom: 20px; }
|
694 |
+
.course-curriculum ul.curriculum-sections .section.section-empty .learn-press-message {
|
695 |
+
margin-left: 15px;
|
696 |
+
margin-right: 15px; }
|
697 |
+
.course-curriculum ul.curriculum-sections .section-header {
|
698 |
+
display: table;
|
699 |
+
border-bottom: 1px solid #00adff;
|
700 |
+
width: 100%;
|
701 |
+
-webkit-box-sizing: border-box;
|
702 |
+
-moz-box-sizing: border-box;
|
703 |
+
box-sizing: border-box; }
|
704 |
+
.course-curriculum ul.curriculum-sections .section-header .section-left {
|
705 |
+
display: table-cell;
|
706 |
+
vertical-align: top;
|
707 |
+
cursor: pointer; }
|
708 |
+
.course-curriculum ul.curriculum-sections .section-header .section-title,
|
709 |
+
.course-curriculum ul.curriculum-sections .section-header .section-desc {
|
710 |
+
margin: 0 0 10px 0; }
|
711 |
+
.course-curriculum ul.curriculum-sections .section-header .section-title {
|
712 |
+
font-weight: normal;
|
713 |
+
margin-bottom: 0;
|
714 |
+
font-size: 18px;
|
715 |
+
padding: 10px 0; }
|
716 |
+
.course-curriculum ul.curriculum-sections .section-header .section-desc {
|
717 |
+
font-size: 14px;
|
718 |
+
font-style: italic; }
|
719 |
+
.course-curriculum ul.curriculum-sections .section-header .section-meta {
|
720 |
+
display: table-cell;
|
721 |
+
white-space: nowrap;
|
722 |
+
padding-left: 20px;
|
723 |
+
text-align: right;
|
724 |
+
font-size: 14px;
|
725 |
+
vertical-align: middle; }
|
726 |
+
.course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress {
|
727 |
+
display: inline-block;
|
728 |
+
margin-right: 5px; }
|
729 |
+
.course-curriculum ul.curriculum-sections .section-header .section-meta .section-progress .progress-bg {
|
730 |
+
width: 100px; }
|
731 |
+
.course-curriculum ul.curriculum-sections .section-content {
|
732 |
+
list-style: none;
|
733 |
+
margin: 0 0 15px 0;
|
734 |
+
padding: 0; }
|
735 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item {
|
736 |
+
position: relative;
|
737 |
+
font-size: 14px;
|
738 |
+
border-bottom: 1px solid #EEE;
|
739 |
+
transition: padding-left linear 0.15s;
|
740 |
+
background: #FFF;
|
741 |
+
margin: 0;
|
742 |
+
padding: 0; }
|
743 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link {
|
744 |
+
border-bottom: none;
|
745 |
+
display: table;
|
746 |
+
box-shadow: none;
|
747 |
+
outline: none;
|
748 |
+
width: 100%;
|
749 |
+
line-height: 1.5; }
|
750 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .section-item-link:before {
|
751 |
+
font-family: fontawesome;
|
752 |
+
font-size: 18px;
|
753 |
+
/*position: absolute;*/
|
754 |
+
left: 0;
|
755 |
+
transition: left linear 0.15s;
|
756 |
+
display: table-cell;
|
757 |
+
width: 20px;
|
758 |
+
padding: 10px 0; }
|
759 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon,
|
760 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .item-name {
|
761 |
+
display: table-cell;
|
762 |
+
vertical-align: middle;
|
763 |
+
padding: 10px 10px; }
|
764 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon:before {
|
765 |
+
font-size: 18px; }
|
766 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .item-icon.icon-lock {
|
767 |
+
float: right;
|
768 |
+
margin-top: 15px; }
|
769 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta {
|
770 |
+
display: table-cell;
|
771 |
+
vertical-align: middle;
|
772 |
+
white-space: nowrap;
|
773 |
+
padding: 10px 0;
|
774 |
+
text-align: right; }
|
775 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta {
|
776 |
+
height: 20px;
|
777 |
+
line-height: 20px;
|
778 |
+
text-align: center;
|
779 |
+
display: inline-block;
|
780 |
+
vertical-align: middle;
|
781 |
+
margin-left: 5px;
|
782 |
+
padding: 0 8px;
|
783 |
+
border-radius: 3px;
|
784 |
+
font-size: 14px;
|
785 |
+
color: #FFF; }
|
786 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.final-quiz {
|
787 |
+
background: #14c4ff; }
|
788 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .item-meta.trans {
|
789 |
+
padding: 0; }
|
790 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .count-questions {
|
791 |
+
background: #dd88ae; }
|
792 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .duration {
|
793 |
+
background: #009688; }
|
794 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status {
|
795 |
+
color: #DDD;
|
796 |
+
margin-left: 5px;
|
797 |
+
display: none;
|
798 |
+
-webkit-border-radius: 50%;
|
799 |
+
-moz-border-radius: 50%;
|
800 |
+
border-radius: 50%;
|
801 |
+
-webkit-box-sizing: border-box;
|
802 |
+
-moz-box-sizing: border-box;
|
803 |
+
box-sizing: border-box; }
|
804 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item .course-item-meta .course-item-status:before {
|
805 |
+
vertical-align: middle;
|
806 |
+
font-size: 14px; }
|
807 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status .course-item-status {
|
808 |
+
display: inline-block; }
|
809 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-viewed .course-item-status {
|
810 |
+
display: none; }
|
811 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz.status-started .course-item-status:before {
|
812 |
+
content: "\f00c"; }
|
813 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_quiz .section-item-link:before {
|
814 |
+
content: "\f017"; }
|
815 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson .section-item-link:before {
|
816 |
+
content: "\f0f6"; }
|
817 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-video .section-item-link:before {
|
818 |
+
content: "\f03d"; }
|
819 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.course-item-lp_lesson.course-item-type-audio .section-item-link:before {
|
820 |
+
content: "\f027"; }
|
821 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status {
|
822 |
+
background: #00adff;
|
823 |
+
font-style: normal;
|
824 |
+
-webkit-border-radius: 3px;
|
825 |
+
-moz-border-radius: 3px;
|
826 |
+
border-radius: 3px; }
|
827 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.item-preview .course-item-status:before {
|
828 |
+
content: attr(data-preview);
|
829 |
+
color: #FFF;
|
830 |
+
vertical-align: baseline; }
|
831 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status {
|
832 |
+
display: inline-block; }
|
833 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.item-locked .course-item-status:before {
|
834 |
+
content: "\f023";
|
835 |
+
color: #ab6060; }
|
836 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status {
|
837 |
+
padding-top: 1px; }
|
838 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status {
|
839 |
+
border-color: #00adff;
|
840 |
+
color: #DDD; }
|
841 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status:before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-started .course-item-status:before {
|
842 |
+
content: "\f00c"; }
|
843 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.status-completed .course-item-status {
|
844 |
+
color: #00adff; }
|
845 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.passed {
|
846 |
+
border-color: #00adff;
|
847 |
+
color: #00adff; }
|
848 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status {
|
849 |
+
border-color: #FF0000;
|
850 |
+
color: #FF0000; }
|
851 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.has-status.item-failed .course-item-status:before, .course-curriculum ul.curriculum-sections .section-content .course-item.has-status.failed .course-item-status:before {
|
852 |
+
content: "\f00d"; }
|
853 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item:before {
|
854 |
+
background: #00adff;
|
855 |
+
height: 0;
|
856 |
+
left: 0;
|
857 |
+
top: 50%;
|
858 |
+
position: absolute;
|
859 |
+
content: '';
|
860 |
+
width: 3px;
|
861 |
+
transition: height linear 0.15s, top linear 0.15s; }
|
862 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.current {
|
863 |
+
padding-left: 10px;
|
864 |
+
background: #F9F9F9; }
|
865 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.current a:before {
|
866 |
+
left: 10px; }
|
867 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item.current:before {
|
868 |
+
top: 0;
|
869 |
+
height: 100%; }
|
870 |
+
.course-curriculum ul.curriculum-sections .section-content .course-item:not(.item-preview) .course-item-status {
|
871 |
+
font-family: fontawesome; }
|
872 |
+
|
873 |
+
body.course-item-popup {
|
874 |
+
overflow: hidden;
|
875 |
+
_opacity: 0; }
|
876 |
+
body.course-item-popup #learn-press-course-curriculum {
|
877 |
+
position: fixed;
|
878 |
+
top: 32px;
|
879 |
+
bottom: 0;
|
880 |
+
left: 0;
|
881 |
+
width: 400px;
|
882 |
+
background: #FFF;
|
883 |
+
border-right: 1px solid #DDD;
|
884 |
+
overflow: auto;
|
885 |
+
z-index: 9999; }
|
886 |
+
body.course-item-popup #learn-press-course-curriculum .section-header {
|
887 |
+
padding: 0 15px; }
|
888 |
+
body.course-item-popup #learn-press-course-curriculum .section-header .section-desc {
|
889 |
+
margin: -10px 0 5px; }
|
890 |
+
body.course-item-popup #learn-press-course-curriculum .course-item {
|
891 |
+
padding-left: 15px;
|
892 |
+
padding-right: 15px; }
|
893 |
+
body.course-item-popup #learn-press-course-curriculum .course-item a:before {
|
894 |
+
left: 15px; }
|
895 |
+
body.course-item-popup #learn-press-content-item {
|
896 |
+
position: fixed;
|
897 |
+
z-index: 9999;
|
898 |
+
background: #FFF;
|
899 |
+
top: 32px;
|
900 |
+
left: 400px;
|
901 |
+
right: 0;
|
902 |
+
bottom: 0;
|
903 |
+
overflow: hidden; }
|
904 |
+
body.course-item-popup #learn-press-content-item .content-item-wrap {
|
905 |
+
margin: 10px auto;
|
906 |
+
max-width: 900px; }
|
907 |
+
body.course-item-popup #learn-press-content-item .course-item-title {
|
908 |
+
font-size: 1.4rem; }
|
909 |
+
body.course-item-popup #learn-press-content-item .content-question-summary .review-heading {
|
910 |
+
text-align: center; }
|
911 |
+
body.course-item-popup #learn-press-content-item .content-question-summary .question-title {
|
912 |
+
font-size: 1.2rem;
|
913 |
+
margin-bottom: 10px; }
|
914 |
+
body.course-item-popup #content-item-nav {
|
915 |
+
position: fixed;
|
916 |
+
z-index: 99999;
|
917 |
+
left: 400px;
|
918 |
+
right: 0;
|
919 |
+
background: #F5F5F5;
|
920 |
+
bottom: 0;
|
921 |
+
height: 60px;
|
922 |
+
border-top: 1px solid #DDD; }
|
923 |
+
body.course-item-popup #content-item-nav .content-item-nav-wrap {
|
924 |
+
max-width: 900px;
|
925 |
+
margin: 10px auto; }
|
926 |
+
body.course-item-popup #content-item-nav button {
|
927 |
+
height: 40px;
|
928 |
+
line-height: 40px;
|
929 |
+
padding: 0 20px; }
|
930 |
+
body.course-item-popup .comment-form-textarea {
|
931 |
+
-webkit-box-sizing: border-box;
|
932 |
+
-moz-box-sizing: border-box;
|
933 |
+
box-sizing: border-box; }
|
934 |
+
body.course-item-popup.wpadminbar #learn-press-course-curriculum,
|
935 |
+
body.course-item-popup.wpadminbar #learn-press-content-item {
|
936 |
+
top: 92px; }
|
937 |
+
body.course-item-popup.wpadminbar #course-item-content-header {
|
938 |
+
top: 32px; }
|
939 |
+
body.course-item-popup.wpadminbar .content-item-description {
|
940 |
+
margin-bottom: 20px; }
|
941 |
+
body.course-item-popup .content-item-summary {
|
942 |
+
margin-bottom: 50px; }
|
943 |
+
body.course-item-popup .content-item-summary > h3 {
|
944 |
+
margin-bottom: 20px; }
|
945 |
+
body.course-item-popup .content-item-summary .entry-video {
|
946 |
+
position: absolute;
|
947 |
+
top: 0;
|
948 |
+
left: 0;
|
949 |
+
width: 100%;
|
950 |
+
background: #000;
|
951 |
+
line-height: 1; }
|
952 |
+
body.course-item-popup .content-item-summary .entry-video iframe {
|
953 |
+
width: 100%;
|
954 |
+
margin-bottom: 0;
|
955 |
+
max-width: 900px;
|
956 |
+
vertical-align: top; }
|
957 |
+
body.course-item-popup .learn-press-content-protected-message {
|
958 |
+
margin-bottom: 50px;
|
959 |
+
padding: 20px;
|
960 |
+
background: #ffe0e0; }
|
961 |
+
body.course-item-popup.content-only #learn-press-content-item {
|
962 |
+
left: 0;
|
963 |
+
top: 0;
|
964 |
+
bottom: 0;
|
965 |
+
z-index: 9999999; }
|
966 |
+
body.course-item-popup.content-only #learn-press-content-item #course-item-content-header,
|
967 |
+
body.course-item-popup.content-only #learn-press-content-item #course-item-content-footer {
|
968 |
+
display: none; }
|
969 |
+
body.course-item-popup.content-only #learn-press-content-item .content-item-scrollable {
|
970 |
+
bottom: 0; }
|
971 |
+
|
972 |
+
body #ifr-course-item {
|
973 |
+
position: absolute;
|
974 |
+
top: 0;
|
975 |
+
left: 0;
|
976 |
+
width: 100%;
|
977 |
+
height: 100%;
|
978 |
+
z-index: 999999;
|
979 |
+
background: #FFF; }
|
980 |
+
|
981 |
+
body.full-screen-content-item #course-item-content-header .toggle-content-item:before {
|
982 |
+
font: 28px/60px fontawesome;
|
983 |
+
content: "\f066"; }
|
984 |
+
|
985 |
+
body .content-item-summary .form-button-finish-course,
|
986 |
+
body .lp-quiz-buttons .form-button-finish-course {
|
987 |
+
float: right; }
|
988 |
+
|
989 |
+
#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item:before,
|
990 |
+
#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item:before,
|
991 |
+
#wpadminbar #wp-admin-bar-edit-lp_question .ab-item:before {
|
992 |
+
font-family: fontawesome;
|
993 |
+
top: 2px; }
|
994 |
+
|
995 |
+
#wpadminbar #wp-admin-bar-edit-lp_quiz .ab-item:before {
|
996 |
+
content: "\f017"; }
|
997 |
+
|
998 |
+
#wpadminbar #wp-admin-bar-edit-lp_lesson .ab-item:before {
|
999 |
+
content: "\f0f6"; }
|
1000 |
+
|
1001 |
+
#wpadminbar #wp-admin-bar-edit-lp_question .ab-item:before {
|
1002 |
+
content: "\f29c"; }
|
1003 |
+
|
1004 |
+
.scroll-wrapper {
|
1005 |
+
opacity: 0;
|
1006 |
+
overflow: hidden; }
|
1007 |
+
.scroll-wrapper .scroll-element {
|
1008 |
+
background: transparent; }
|
1009 |
+
.scroll-wrapper .scroll-element.scroll-y.scroll-scrolly_visible {
|
1010 |
+
transition: opacity 0.25s; }
|
1011 |
+
.scroll-wrapper:hover .scroll-element.scroll-y.scroll-scrolly_visible {
|
1012 |
+
opacity: 0.7; }
|
1013 |
+
|
1014 |
+
.question-numbers {
|
1015 |
+
list-style: none;
|
1016 |
+
text-align: center; }
|
1017 |
+
.question-numbers li {
|
1018 |
+
display: inline-block; }
|
1019 |
+
.question-numbers li a {
|
1020 |
+
display: block;
|
1021 |
+
padding: 8px;
|
1022 |
+
background: #F5F5F5;
|
1023 |
+
line-height: 1;
|
1024 |
+
color: #999;
|
1025 |
+
border: 1px solid #DDD;
|
1026 |
+
font-size: 12px;
|
1027 |
+
min-width: 20px;
|
1028 |
+
box-shadow: none; }
|
1029 |
+
.question-numbers li a span {
|
1030 |
+
vertical-align: middle; }
|
1031 |
+
.question-numbers li a:hover {
|
1032 |
+
background: #00adff;
|
1033 |
+
color: #FFF;
|
1034 |
+
border: 1px solid #3880a2; }
|
1035 |
+
.question-numbers li.current a {
|
1036 |
+
background: #00adff;
|
1037 |
+
color: #FFF !important;
|
1038 |
+
border-color: #3880a2; }
|
1039 |
+
.question-numbers li.answered a:after {
|
1040 |
+
font-family: fontawesome;
|
1041 |
+
font-size: 8px;
|
1042 |
+
vertical-align: middle;
|
1043 |
+
margin-left: 3px; }
|
1044 |
+
.question-numbers li.answered.answered-wrong a {
|
1045 |
+
color: #FF0000; }
|
1046 |
+
.question-numbers li.answered.answered-true a {
|
1047 |
+
color: #00adff; }
|
1048 |
+
.question-numbers li.answered.answered-true.current a {
|
1049 |
+
color: #FFF; }
|
1050 |
+
|
1051 |
+
.quiz-intro {
|
1052 |
+
list-style: none;
|
1053 |
+
margin: 0 0 20px;
|
1054 |
+
padding: 0;
|
1055 |
+
display: table; }
|
1056 |
+
.quiz-intro li {
|
1057 |
+
margin: 0;
|
1058 |
+
display: table-row; }
|
1059 |
+
.quiz-intro li label, .quiz-intro li span {
|
1060 |
+
display: table-cell; }
|
1061 |
+
.quiz-intro li label {
|
1062 |
+
font-weight: bold;
|
1063 |
+
padding: 0 20px 10px 0px;
|
1064 |
+
line-height: 1; }
|
1065 |
+
.quiz-intro li span {
|
1066 |
+
text-align: left; }
|
1067 |
+
|
1068 |
+
.course-remaining-time .lp-label.label-enrolled {
|
1069 |
+
font-size: inherit; }
|
1070 |
+
|
1071 |
+
.learn-press-course-results-progress {
|
1072 |
+
margin-right: -4%; }
|
1073 |
+
.learn-press-course-results-progress .items-progress,
|
1074 |
+
.learn-press-course-results-progress .course-progress {
|
1075 |
+
float: left;
|
1076 |
+
margin-right: 4%;
|
1077 |
+
width: 46%;
|
1078 |
+
margin-bottom: 30px; }
|
1079 |
+
.learn-press-course-results-progress .items-progress .lp-course-progress-heading,
|
1080 |
+
.learn-press-course-results-progress .course-progress .lp-course-progress-heading {
|
1081 |
+
margin-bottom: 10px; }
|
1082 |
+
.learn-press-course-results-progress .items-progress .lp-progress-bar,
|
1083 |
+
.learn-press-course-results-progress .course-progress .lp-progress-bar {
|
1084 |
+
height: 10px;
|
1085 |
+
border-radius: 5px;
|
1086 |
+
overflow: hidden;
|
1087 |
+
position: relative; }
|
1088 |
+
.learn-press-course-results-progress .items-progress .lp-progress-bar .lp-progress-value,
|
1089 |
+
.learn-press-course-results-progress .course-progress .lp-progress-bar .lp-progress-value {
|
1090 |
+
height: 10px;
|
1091 |
+
border-radius: 5px;
|
1092 |
+
margin-left: -100%;
|
1093 |
+
position: absolute;
|
1094 |
+
width: 100%; }
|
1095 |
+
.learn-press-course-results-progress .items-progress .lp-course-status .grade.failed,
|
1096 |
+
.learn-press-course-results-progress .course-progress .lp-course-status .grade.failed {
|
1097 |
+
background: #FF0000; }
|
1098 |
+
.learn-press-course-results-progress .items-progress .lp-course-status .grade.passed,
|
1099 |
+
.learn-press-course-results-progress .course-progress .lp-course-status .grade.passed {
|
1100 |
+
background: #3eadff; }
|
1101 |
+
.learn-press-course-results-progress:after {
|
1102 |
+
clear: both;
|
1103 |
+
display: block;
|
1104 |
+
content: ''; }
|
1105 |
+
|
1106 |
+
#course-item-content-header,
|
1107 |
+
#course-item-content-footer {
|
1108 |
+
position: fixed;
|
1109 |
+
height: 60px;
|
1110 |
+
right: 0;
|
1111 |
+
line-height: 60px;
|
1112 |
+
-webkit-box-sizing: border-box;
|
1113 |
+
-moz-box-sizing: border-box;
|
1114 |
+
box-sizing: border-box; }
|
1115 |
+
|
1116 |
+
#course-item-content-header {
|
1117 |
+
top: 0;
|
1118 |
+
left: 0;
|
1119 |
+
background: #e7f7ff;
|
1120 |
+
z-index: 100;
|
1121 |
+
border-bottom: 1px solid #DDDDDD;
|
1122 |
+
padding: 0; }
|
1123 |
+
#course-item-content-header .course-item-search {
|
1124 |
+
float: left;
|
1125 |
+
width: 400px;
|
1126 |
+
padding: 15px;
|
1127 |
+
box-sizing: border-box;
|
1128 |
+
position: relative; }
|
1129 |
+
#course-item-content-header .course-item-search input {
|
1130 |
+
height: 30px;
|
1131 |
+
width: 385px;
|
1132 |
+
background: transparent;
|
1133 |
+
border: none;
|
1134 |
+
padding: 0;
|
1135 |
+
box-shadow: none;
|
1136 |
+
float: left;
|
1137 |
+
font-style: italic;
|
1138 |
+
color: #AAA; }
|
1139 |
+
#course-item-content-header .course-item-search input:focus {
|
1140 |
+
box-shadow: none;
|
1141 |
+
outline: none;
|
1142 |
+
color: #777; }
|
1143 |
+
#course-item-content-header .course-item-search button {
|
1144 |
+
background: transparent;
|
1145 |
+
border: none;
|
1146 |
+
position: absolute;
|
1147 |
+
z-index: 99;
|
1148 |
+
margin-left: -30px;
|
1149 |
+
padding: 0;
|
1150 |
+
height: 30px;
|
1151 |
+
line-height: 30px;
|
1152 |
+
font-size: 15px;
|
1153 |
+
right: 15px;
|
1154 |
+
color: #777; }
|
1155 |
+
#course-item-content-header .course-item-search button:after {
|
1156 |
+
font-family: fontawesome;
|
1157 |
+
content: "\f002"; }
|
1158 |
+
#course-item-content-header .course-item-search.has-keyword button:after {
|
1159 |
+
content: "\f00d"; }
|
1160 |
+
#course-item-content-header .course-title {
|
1161 |
+
font-size: 1.4rem;
|
1162 |
+
float: left;
|
1163 |
+
clear: none;
|
1164 |
+
height: 60px;
|
1165 |
+
line-height: 60px;
|
1166 |
+
padding: 0 15px;
|
1167 |
+
margin: 0; }
|
1168 |
+
#course-item-content-header .course-title a {
|
1169 |
+
box-shadow: none; }
|
1170 |
+
#course-item-content-header .form-button.lp-button-back {
|
1171 |
+
float: right;
|
1172 |
+
margin-right: 15px; }
|
1173 |
+
#course-item-content-header .form-button.lp-button-back button {
|
1174 |
+
line-height: 34px; }
|
1175 |
+
#course-item-content-header .toggle-content-item {
|
1176 |
+
display: inline-block;
|
1177 |
+
width: 60px;
|
1178 |
+
height: 60px;
|
1179 |
+
float: right;
|
1180 |
+
text-align: center;
|
1181 |
+
border-left: 1px solid #DDD; }
|
1182 |
+
#course-item-content-header .toggle-content-item:before {
|
1183 |
+
font: 28px/60px fontawesome;
|
1184 |
+
content: "\f065"; }
|
1185 |
+
|
1186 |
+
#course-item-content-footer {
|
1187 |
+
border-top: 1px solid #DDD;
|
1188 |
+
bottom: 0;
|
1189 |
+
left: 400px;
|
1190 |
+
padding: 15px;
|
1191 |
+
display: none; }
|
1192 |
+
#course-item-content-footer button,
|
1193 |
+
#course-item-content-footer .lp-button {
|
1194 |
+
height: 35px;
|
1195 |
+
line-height: 30px;
|
1196 |
+
padding: 0 10px;
|
1197 |
+
font-size: 14px; }
|
1198 |
+
|
1199 |
+
.learn-press-form.completed button:before {
|
1200 |
+
font-family: fontawesome;
|
1201 |
+
content: '\f00c';
|
1202 |
+
font-size: 18px;
|
1203 |
+
margin-right: 10px; }
|
1204 |
+
|
1205 |
+
.lp-course-progress {
|
1206 |
+
position: relative; }
|
1207 |
+
.lp-course-progress .lp-passing-conditional {
|
1208 |
+
position: absolute;
|
1209 |
+
height: 10px;
|
1210 |
+
width: 3px;
|
1211 |
+
background: #FF0000;
|
1212 |
+
top: 0;
|
1213 |
+
margin-left: -1px; }
|
1214 |
+
|
1215 |
+
@media screen and (max-width: 1300px) {
|
1216 |
+
body.course-item-popup #course-item-content-header .course-item-search {
|
1217 |
+
width: 300px; }
|
1218 |
+
body.course-item-popup #course-item-content-header .course-item-search input {
|
1219 |
+
width: 285px; }
|
1220 |
+
body.course-item-popup #course-item-content-header .course-item-search button {
|
1221 |
+
left: 300px; }
|
1222 |
+
body.course-item-popup #learn-press-course-curriculum {
|
1223 |
+
width: 300px; }
|
1224 |
+
body.course-item-popup #learn-press-course-curriculum .progress-bg {
|
1225 |
+
width: 40px; }
|
1226 |
+
body.course-item-popup #content-item-nav,
|
1227 |
+
body.course-item-popup #learn-press-content-item,
|
1228 |
+
body.course-item-popup #course-item-content-footer {
|
1229 |
+
left: 300px; }
|
1230 |
+
body.course-item-popup .section-desc {
|
1231 |
+
display: none; } }
|
1232 |
+
|
1233 |
+
@media screen and (max-width: 1200px) {
|
1234 |
+
body.course-item-popup #course-item-content-header .course-item-search {
|
1235 |
+
width: 300px; }
|
1236 |
+
body.course-item-popup #course-item-content-header .course-item-search input {
|
1237 |
+
width: 285px; }
|
1238 |
+
body.course-item-popup #course-item-content-header .course-item-search button {
|
1239 |
+
left: 300px; }
|
1240 |
+
body.course-item-popup #learn-press-course-curriculum {
|
1241 |
+
width: 300px; }
|
1242 |
+
body.course-item-popup #content-item-nav,
|
1243 |
+
body.course-item-popup #learn-press-content-item,
|
1244 |
+
body.course-item-popup #course-item-content-footer {
|
1245 |
+
left: 300px; }
|
1246 |
+
body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
|
1247 |
+
body.course-item-popup #learn-press-content-item .content-item-wrap {
|
1248 |
+
width: 90%; } }
|
1249 |
+
|
1250 |
+
@media screen and (max-width: 768px) {
|
1251 |
+
body.course-item-popup #course-item-content-header .course-item-search {
|
1252 |
+
width: 200px; }
|
1253 |
+
body.course-item-popup #course-item-content-header .course-item-search input {
|
1254 |
+
width: 185px; }
|
1255 |
+
body.course-item-popup #course-item-content-header .course-item-search button {
|
1256 |
+
left: 200px; }
|
1257 |
+
body.course-item-popup #learn-press-course-curriculum {
|
1258 |
+
width: 200px; }
|
1259 |
+
body.course-item-popup #content-item-nav,
|
1260 |
+
body.course-item-popup #learn-press-content-item,
|
1261 |
+
body.course-item-popup #course-item-content-footer {
|
1262 |
+
left: 200px; }
|
1263 |
+
body.course-item-popup #learn-press-content-item .content-item-nav-wrap,
|
1264 |
+
body.course-item-popup #learn-press-content-item .content-item-wrap {
|
1265 |
+
width: 90%; }
|
1266 |
+
body.course-item-popup.wpadminbar #learn-press-content-item,
|
1267 |
+
body.course-item-popup.wpadminbar #learn-press-course-curriculum {
|
1268 |
+
top: 106px; }
|
1269 |
+
body.course-item-popup.wpadminbar #course-item-content-header {
|
1270 |
+
top: 46px; }
|
1271 |
+
.learn-press-course-results-progress {
|
1272 |
+
margin-right: 0%; }
|
1273 |
+
.learn-press-course-results-progress .items-progress,
|
1274 |
+
.learn-press-course-results-progress .course-progress {
|
1275 |
+
float: none;
|
1276 |
+
margin-right: 0%;
|
1277 |
+
width: 100%;
|
1278 |
+
margin-bottom: 20px; } }
|
1279 |
+
|
1280 |
+
.lp-quiz-buttons {
|
1281 |
+
margin-bottom: 20px; }
|
1282 |
+
|
1283 |
+
.quiz-progress {
|
1284 |
+
background: #e7f7ff;
|
1285 |
+
margin-bottom: 30px; }
|
1286 |
+
.quiz-progress .progress-items {
|
1287 |
+
display: flex; }
|
1288 |
+
.quiz-progress .progress-items .progress-item {
|
1289 |
+
flex: 1;
|
1290 |
+
position: relative;
|
1291 |
+
font-size: 15px;
|
1292 |
+
color: #777; }
|
1293 |
+
.quiz-progress .progress-items .progress-item .progress-number,
|
1294 |
+
.quiz-progress .progress-items .progress-item .progress-label {
|
1295 |
+
display: block;
|
1296 |
+
text-align: center;
|
1297 |
+
line-height: 1; }
|
1298 |
+
.quiz-progress .progress-items .progress-item .progress-number {
|
1299 |
+
font-size: 20px;
|
1300 |
+
margin: 15px 0 10px 0; }
|
1301 |
+
.quiz-progress .progress-items .progress-item .progress-label {
|
1302 |
+
font-size: 14px;
|
1303 |
+
margin-bottom: 15px; }
|
1304 |
+
.quiz-progress .progress-items .progress-item i {
|
1305 |
+
display: none;
|
1306 |
+
width: 60px;
|
1307 |
+
height: 60px;
|
1308 |
+
font-size: 30px;
|
1309 |
+
text-align: center;
|
1310 |
+
line-height: 60px;
|
1311 |
+
color: #FFF;
|
1312 |
+
background: #00adff;
|
1313 |
+
float: left; }
|
1314 |
+
.quiz-progress .progress-items .progress-item:after {
|
1315 |
+
clear: both;
|
1316 |
+
display: block;
|
1317 |
+
content: ''; }
|
1318 |
+
|
1319 |
+
.answer-options {
|
1320 |
+
list-style: none;
|
1321 |
+
margin: 0;
|
1322 |
+
padding: 0; }
|
1323 |
+
.answer-options .answer-option {
|
1324 |
+
margin: 0 0 15px 0;
|
1325 |
+
position: relative;
|
1326 |
+
background: #F5F5F5;
|
1327 |
+
padding: 10px;
|
1328 |
+
display: flex;
|
1329 |
+
overflow: hidden;
|
1330 |
+
color: #777;
|
1331 |
+
cursor: pointer;
|
1332 |
+
font-size: 20px;
|
1333 |
+
-webkit-border-radius: 4px;
|
1334 |
+
-moz-border-radius: 4px;
|
1335 |
+
border-radius: 4px;
|
1336 |
+
-webkit-transition: background linear 0.25s;
|
1337 |
+
-moz-transition: background linear 0.25s;
|
1338 |
+
transition: background linear 0.25s; }
|
1339 |
+
.answer-options .answer-option .option-title {
|
1340 |
+
font-size: smaller;
|
1341 |
+
display: table-cell; }
|
1342 |
+
.answer-options .answer-option .option-title .option-title-content {
|
1343 |
+
display: inline-block;
|
1344 |
+
vertical-align: middle; }
|
1345 |
+
.answer-options .answer-option .option-title:before {
|
1346 |
+
position: absolute;
|
1347 |
+
top: 0;
|
1348 |
+
bottom: 0;
|
1349 |
+
left: 0;
|
1350 |
+
width: 3px;
|
1351 |
+
content: '';
|
1352 |
+
background: #DDD;
|
1353 |
+
-webkit-transition: background linear 0.25s;
|
1354 |
+
-moz-transition: background linear 0.25s;
|
1355 |
+
transition: background linear 0.25s; }
|
1356 |
+
.answer-options .answer-option input[type="checkbox"],
|
1357 |
+
.answer-options .answer-option input[type="radio"] {
|
1358 |
+
-webkit-appearance: initial;
|
1359 |
+
-moz-appearance: initial;
|
1360 |
+
margin: 0 10px 0 3px;
|
1361 |
+
position: relative;
|
1362 |
+
border: 1px solid #eaeaea;
|
1363 |
+
z-index: 10;
|
1364 |
+
width: 32px;
|
1365 |
+
height: 32px;
|
1366 |
+
min-width: 32px;
|
1367 |
+
background: #FFF;
|
1368 |
+
-webkit-border-radius: 4px;
|
1369 |
+
-moz-border-radius: 4px;
|
1370 |
+
border-radius: 4px; }
|
1371 |
+
.answer-options .answer-option input[type="checkbox"]:focus,
|
1372 |
+
.answer-options .answer-option input[type="radio"]:focus {
|
1373 |
+
outline: none; }
|
1374 |
+
.answer-options .answer-option input[type="checkbox"]:after,
|
1375 |
+
.answer-options .answer-option input[type="radio"]:after {
|
1376 |
+
content: '';
|
1377 |
+
border: 2px solid #00adff;
|
1378 |
+
display: inline-block;
|
1379 |
+
width: 7px;
|
1380 |
+
height: 15px;
|
1381 |
+
border-top: none;
|
1382 |
+
border-left: none;
|
1383 |
+
position: absolute;
|
1384 |
+
top: 50%;
|
1385 |
+
left: 10px;
|
1386 |
+
box-sizing: content-box;
|
1387 |
+
opacity: 0;
|
1388 |
+
margin-top: -10px;
|
1389 |
+
-webkit-transform: rotate(36deg) scale(0);
|
1390 |
+
-moz-transform: rotate(36deg) scale(0);
|
1391 |
+
-ms-transform: rotate(36deg) scale(0);
|
1392 |
+
-o-transform: rotate(36deg) scale(0);
|
1393 |
+
transform: rotate(36deg) scale(0);
|
1394 |
+
-webkit-transition: all 0.25s;
|
1395 |
+
-moz-transition: all 0.25s;
|
1396 |
+
transition: all 0.25s; }
|
1397 |
+
.answer-options .answer-option input[type="checkbox"]:checked ~ .option-title .option-title-content,
|
1398 |
+
.answer-options .answer-option input[type="radio"]:checked ~ .option-title .option-title-content {
|
1399 |
+
position: relative; }
|
1400 |
+
.answer-options .answer-option input[type="checkbox"]:checked ~ .option-title:before,
|
1401 |
+
.answer-options .answer-option input[type="radio"]:checked ~ .option-title:before {
|
1402 |
+
background: #00adff; }
|
1403 |
+
.answer-options .answer-option input[type="checkbox"]:checked:after,
|
1404 |
+
.answer-options .answer-option input[type="radio"]:checked:after {
|
1405 |
+
opacity: 1;
|
1406 |
+
-webkit-transform: rotate(36deg) scale(1);
|
1407 |
+
-moz-transform: rotate(36deg) scale(1);
|
1408 |
+
-ms-transform: rotate(36deg) scale(1);
|
1409 |
+
-o-transform: rotate(36deg) scale(1);
|
1410 |
+
transform: rotate(36deg) scale(1); }
|
1411 |
+
.answer-options .answer-option input[type="radio"] {
|
1412 |
+
-webkit-border-radius: 50%;
|
1413 |
+
-moz-border-radius: 50%;
|
1414 |
+
border-radius: 50%; }
|
1415 |
+
.answer-options .answer-option input[type="radio"]:before {
|
1416 |
+
border-radius: 50%; }
|
1417 |
+
.answer-options .answer-option .option-title {
|
1418 |
+
margin: 0; }
|
1419 |
+
.answer-options .answer-option:hover {
|
1420 |
+
background: #e1f5ff; }
|
1421 |
+
.answer-options .answer-option.answer-correct {
|
1422 |
+
background: #e1f5ff; }
|
1423 |
+
.answer-options .answer-option.answer-correct input[type="radio"]:checked ~ .option-title:before,
|
1424 |
+
.answer-options .answer-option.answer-correct input[type="checkbox"]:checked ~ .option-title:before {
|
1425 |
+
background: #e1f5ff; }
|
1426 |
+
.answer-options .answer-option.answered-correct input[type="radio"]:checked ~ .option-title:before,
|
1427 |
+
.answer-options .answer-option.answered-correct input[type="checkbox"]:checked ~ .option-title:before {
|
1428 |
+
background: #00adff; }
|
1429 |
+
.answer-options .answer-option.answered-wrong input[type="radio"]:before, .answer-options .answer-option.answered-wrong input[type="radio"]:after,
|
1430 |
+
.answer-options .answer-option.answered-wrong input[type="checkbox"]:before,
|
1431 |
+
.answer-options .answer-option.answered-wrong input[type="checkbox"]:after {
|
1432 |
+
position: absolute;
|
1433 |
+
background: #FF0000;
|
1434 |
+
border: none;
|
1435 |
+
content: '';
|
1436 |
+
display: inline-block;
|
1437 |
+
left: 50%;
|
1438 |
+
top: 50%;
|
1439 |
+
-webkit-border-radius: 2px;
|
1440 |
+
-moz-border-radius: 2px;
|
1441 |
+
border-radius: 2px;
|
1442 |
+
-webkit-transform: rotate(-45deg);
|
1443 |
+
-moz-transform: rotate(-45deg);
|
1444 |
+
-ms-transform: rotate(-45deg);
|
1445 |
+
-o-transform: rotate(-45deg);
|
1446 |
+
transform: rotate(-45deg); }
|
1447 |
+
.answer-options .answer-option.answered-wrong input[type="radio"]:before,
|
1448 |
+
.answer-options .answer-option.answered-wrong input[type="checkbox"]:before {
|
1449 |
+
width: 2px;
|
1450 |
+
height: 18px;
|
1451 |
+
margin-top: -9px;
|
1452 |
+
margin-left: -1px; }
|
1453 |
+
.answer-options .answer-option.answered-wrong input[type="radio"]:after,
|
1454 |
+
.answer-options .answer-option.answered-wrong input[type="checkbox"]:after {
|
1455 |
+
width: 18px;
|
1456 |
+
height: 2px;
|
1457 |
+
margin-top: -1px;
|
1458 |
+
margin-left: -9px;
|
1459 |
+
border: none;
|
1460 |
+
opacity: 1; }
|
1461 |
+
.answer-options .answer-option.answered-wrong input[type="radio"]:checked ~ .option-title:before,
|
1462 |
+
.answer-options .answer-option.answered-wrong input[type="checkbox"]:checked ~ .option-title:before {
|
1463 |
+
background: #FF0000; }
|
1464 |
+
|
1465 |
+
button[data-counter] {
|
1466 |
+
position: relative; }
|
1467 |
+
button[data-counter]:after {
|
1468 |
+
content: "(+" attr(data-counter) ")";
|
1469 |
+
padding-left: 5px; }
|
1470 |
+
|
1471 |
+
.quiz-result {
|
1472 |
+
max-width: 400px;
|
1473 |
+
margin: 30px auto 20px;
|
1474 |
+
text-align: center; }
|
1475 |
+
.quiz-result .result-grade .result-achieved,
|
1476 |
+
.quiz-result .result-grade .result-require {
|
1477 |
+
display: inline-block;
|
1478 |
+
margin: 0 auto; }
|
1479 |
+
.quiz-result .result-grade .result-achieved {
|
1480 |
+
font-size: 36px;
|
1481 |
+
border-bottom: 2px solid #04adff; }
|
1482 |
+
.quiz-result .result-grade .result-require {
|
1483 |
+
display: block; }
|
1484 |
+
.quiz-result .result-grade .result-message {
|
1485 |
+
font-size: 14px; }
|
1486 |
+
.quiz-result.failed .result-achieved {
|
1487 |
+
color: #c55757; }
|
1488 |
+
.quiz-result.failed .result-message strong {
|
1489 |
+
color: #c55757; }
|
1490 |
+
.quiz-result.passed .result-achieved {
|
1491 |
+
color: #04adff; }
|
1492 |
+
.quiz-result.passed .result-message strong {
|
1493 |
+
color: #04adff; }
|
1494 |
+
.quiz-result .result-statistic {
|
1495 |
+
list-style: none;
|
1496 |
+
text-align: left;
|
1497 |
+
margin: 0;
|
1498 |
+
padding: 0; }
|
1499 |
+
.quiz-result .result-statistic .result-statistic-field {
|
1500 |
+
display: flex; }
|
1501 |
+
.quiz-result .result-statistic .result-statistic-field label, .quiz-result .result-statistic .result-statistic-field p {
|
1502 |
+
flex: 1;
|
1503 |
+
margin: 0; }
|
1504 |
+
.quiz-result .result-statistic .result-statistic-field label {
|
1505 |
+
font-weight: bold; }
|
1506 |
+
.quiz-result .result-statistic .result-statistic-field p {
|
1507 |
+
text-align: right; }
|
1508 |
+
|
1509 |
+
.question-explanation-content,
|
1510 |
+
.question-hint-content {
|
1511 |
+
margin-bottom: 20px;
|
1512 |
+
background: #F5F5F5;
|
1513 |
+
padding: 10px 15px; }
|
1514 |
+
|
1515 |
+
.redo-quiz button[type="submit"] {
|
1516 |
+
content: attr(data-counter); }
|
1517 |
+
|
1518 |
+
.circle-bar {
|
1519 |
+
position: relative;
|
1520 |
+
width: 300px;
|
1521 |
+
height: 300px;
|
1522 |
+
border-color: #DDD; }
|
1523 |
+
.circle-bar:before {
|
1524 |
+
border-radius: 50%;
|
1525 |
+
border: 10px solid #DDD;
|
1526 |
+
width: 100%;
|
1527 |
+
height: 100%;
|
1528 |
+
position: absolute;
|
1529 |
+
top: 0px;
|
1530 |
+
left: 0px;
|
1531 |
+
z-index: 0;
|
1532 |
+
content: '';
|
1533 |
+
box-sizing: border-box; }
|
1534 |
+
.circle-bar .before,
|
1535 |
+
.circle-bar .after {
|
1536 |
+
border-radius: 50%;
|
1537 |
+
border: 10px solid #14c4ff;
|
1538 |
+
width: 100%;
|
1539 |
+
height: 100%;
|
1540 |
+
position: absolute;
|
1541 |
+
top: 0px;
|
1542 |
+
left: 0px;
|
1543 |
+
z-index: 0;
|
1544 |
+
box-sizing: border-box; }
|
1545 |
+
.circle-bar .before {
|
1546 |
+
border-bottom-color: transparent;
|
1547 |
+
border-left-color: transparent;
|
1548 |
+
transform: rotate(45deg); }
|
1549 |
+
.circle-bar .after {
|
1550 |
+
border-color: #14c4ff;
|
1551 |
+
border-right-color: transparent;
|
1552 |
+
border-top-color: transparent;
|
1553 |
+
transform: rotate(45deg); }
|
1554 |
+
.circle-bar.bg50 .after {
|
1555 |
+
transform: rotate(45deg);
|
1556 |
+
z-index: 10;
|
1557 |
+
border-left-color: inherit;
|
1558 |
+
border-bottom-color: inherit; }
|
1559 |
+
|
1560 |
+
.learn-press-message.fixed {
|
1561 |
+
position: fixed;
|
1562 |
+
top: 32px;
|
1563 |
+
left: 0;
|
1564 |
+
right: 0;
|
1565 |
+
background: rgba(0, 173, 255, 0.6);
|
1566 |
+
text-align: center;
|
1567 |
+
z-index: 100;
|
1568 |
+
color: #FFF;
|
1569 |
+
padding: 10px; }
|
1570 |
+
.learn-press-message.fixed[data-delay-in] {
|
1571 |
+
display: none; }
|
1572 |
+
|
1573 |
+
/**
|
1574 |
+
* CSS for overriding some style defaults of themes
|
1575 |
+
*/
|
1576 |
+
/**/
|
1577 |
+
body.twentysixteen.learnpress-page .entry-footer {
|
1578 |
+
display: none; }
|
1579 |
+
|
1580 |
+
body.twentysixteen.learnpress-page .entry-content {
|
1581 |
+
float: none;
|
1582 |
+
width: auto; }
|
1583 |
+
|
1584 |
+
@media screen and (min-width: 61.5625em) {
|
1585 |
+
body.twentysixteen.learnpress-page .entry-footer {
|
1586 |
+
display: none; }
|
1587 |
+
body.twentysixteen.learnpress-page .entry-content {
|
1588 |
+
float: none;
|
1589 |
+
width: auto; }
|
1590 |
+
body:not(.search-results) article:not(.type-page) .entry-footer {
|
1591 |
+
display: none; }
|
1592 |
+
body:not(.search-results) article:not(.type-page) .entry-content {
|
1593 |
+
float: none;
|
1594 |
+
width: auto; } }
|
1595 |
+
|
1596 |
+
body.twentyseventeen.learnpress-page #primary article.page .entry-header,
|
1597 |
+
body.twentyseventeen.learnpress-page #primary article.page .entry-content {
|
1598 |
+
width: 100%;
|
1599 |
+
float: none; }
|
1600 |
+
|
1601 |
+
@media screen and (min-width: 48em) {
|
1602 |
+
body.twentyseventeen.learnpress-page #primary article.page .entry-header,
|
1603 |
+
body.twentyseventeen.learnpress-page #primary article.page .entry-content {
|
1604 |
+
width: 100%;
|
1605 |
+
float: none; } }
|
1606 |
+
|
1607 |
+
.lp-widget .items-progress,
|
1608 |
+
.lp-widget .course-progress {
|
1609 |
+
width: 100%; }
|
1610 |
+
|
1611 |
+
.lp-widget .course-remaining-time {
|
1612 |
+
font-size: 14px; }
|
1613 |
+
|
1614 |
+
.lp-widget .lp-course-info-fields {
|
1615 |
+
margin: 0; }
|
1616 |
+
.lp-widget .lp-course-info-fields .lp-course-info {
|
1617 |
+
list-style: none;
|
1618 |
+
margin: 0 0 10px 0; }
|
1619 |
+
.lp-widget .lp-course-info-fields .lp-course-info .lp-label {
|
1620 |
+
float: right;
|
1621 |
+
background: #03a9f4; }
|
1622 |
+
|
1623 |
+
.learn-press-tip {
|
1624 |
+
display: none;
|
1625 |
+
line-height: 1;
|
1626 |
+
margin: 0 5px;
|
1627 |
+
font-size: 16px;
|
1628 |
+
vertical-align: baseline;
|
1629 |
+
cursor: pointer;
|
1630 |
+
font-style: normal; }
|
1631 |
+
.learn-press-tip.ready {
|
1632 |
+
display: inline-block; }
|
1633 |
+
.learn-press-tip:before {
|
1634 |
+
font-family: Fontawesome;
|
1635 |
+
content: "\f059"; }
|
1636 |
+
.learn-press-tip:hover {
|
1637 |
+
color: #0073aa; }
|
1638 |
+
|
1639 |
+
.learn-press-tip-floating {
|
1640 |
+
background: rgba(39, 115, 170, 0.9);
|
1641 |
+
padding: 8px 10px;
|
1642 |
+
line-height: 1.2em;
|
1643 |
+
color: #FFF;
|
1644 |
+
min-width: 20px;
|
1645 |
+
position: absolute;
|
1646 |
+
margin-left: -1px;
|
1647 |
+
font-size: 12px;
|
1648 |
+
z-index: 9999;
|
1649 |
+
-webkit-border-radius: 3px;
|
1650 |
+
-moz-border-radius: 3px;
|
1651 |
+
border-radius: 3px; }
|
1652 |
+
.learn-press-tip-floating .close {
|
1653 |
+
display: inline-block;
|
1654 |
+
position: absolute;
|
1655 |
+
width: 16px;
|
1656 |
+
height: 16px;
|
1657 |
+
right: -8px;
|
1658 |
+
top: -8px;
|
1659 |
+
border: 1px solid #FFF;
|
1660 |
+
text-align: center;
|
1661 |
+
line-height: 16px;
|
1662 |
+
background: #468fbc;
|
1663 |
+
color: #FFF;
|
1664 |
+
cursor: pointer;
|
1665 |
+
-webkit-border-radius: 50%;
|
1666 |
+
-moz-border-radius: 50%;
|
1667 |
+
border-radius: 50%; }
|
1668 |
+
.learn-press-tip-floating .close:before {
|
1669 |
+
content: "\f00d";
|
1670 |
+
font-family: Fontawesome; }
|
1671 |
+
.learn-press-tip-floating p {
|
1672 |
+
margin: 0; }
|
1673 |
+
.learn-press-tip-floating:before {
|
1674 |
+
content: '';
|
1675 |
+
position: absolute;
|
1676 |
+
width: 0;
|
1677 |
+
height: 0;
|
1678 |
+
bottom: -7px;
|
1679 |
+
border: 7px solid transparent;
|
1680 |
+
border-top-color: rgba(39, 115, 170, 0.9);
|
1681 |
+
border-bottom-width: 0;
|
1682 |
+
left: 50%;
|
1683 |
+
margin-left: -7px; }
|
1684 |
+
|
1685 |
+
body.lp-preview.admin-bar #learn-press-content-item {
|
1686 |
+
top: 32px !important; }
|
1687 |
+
|
1688 |
+
body.lp-preview #learn-press-course-curriculum {
|
1689 |
+
display: none; }
|
1690 |
+
|
1691 |
+
body.lp-preview #learn-press-content-item {
|
1692 |
+
top: 0 !important;
|
1693 |
+
left: 0 !important; }
|
1694 |
+
|
1695 |
+
body.lp-preview #course-item-content-header {
|
1696 |
+
display: none; }
|
1697 |
+
|
1698 |
+
/**
|
1699 |
+
* CSS for jAlerts
|
1700 |
+
*/
|
1701 |
+
/**
|
1702 |
+
* Mixin
|
1703 |
+
*/
|
1704 |
+
#popup_container {
|
1705 |
+
opacity: 0;
|
1706 |
+
transform: scale(0.5); }
|
1707 |
+
|
1708 |
+
body.confirm #popup_overlay {
|
1709 |
+
z-index: 999998 !important; }
|
1710 |
+
|
1711 |
+
body.confirm #popup_container {
|
1712 |
+
z-index: 999999 !important;
|
1713 |
+
max-width: 90% !important;
|
1714 |
+
min-width: 300px !important;
|
1715 |
+
padding: 10px !important;
|
1716 |
+
background: #F5F5F5;
|
1717 |
+
transition: opacity 0.25s;
|
1718 |
+
-webkit-border-radius: 3px;
|
1719 |
+
-moz-border-radius: 3px;
|
1720 |
+
border-radius: 3px; }
|
1721 |
+
body.confirm #popup_container #popup_title {
|
1722 |
+
display: none !important; }
|
1723 |
+
body.confirm #popup_container #popup_message {
|
1724 |
+
margin: -10px;
|
1725 |
+
background: #FFF;
|
1726 |
+
padding: 20px;
|
1727 |
+
-webkit-border-radius: 3px;
|
1728 |
+
-moz-border-radius: 3px;
|
1729 |
+
border-radius: 3px; }
|
1730 |
+
body.confirm #popup_container .close {
|
1731 |
+
position: absolute;
|
1732 |
+
top: 3px;
|
1733 |
+
right: 10px; }
|
1734 |
+
body.confirm #popup_container #popup_panel {
|
1735 |
+
margin-top: 20px;
|
1736 |
+
text-align: center; }
|
1737 |
+
body.confirm #popup_container #popup_panel button, body.confirm #popup_container #popup_panel input[type="button"], body.confirm #popup_container #popup_panel input[type="submit"] {
|
1738 |
+
height: 30px;
|
1739 |
+
line-height: 30px;
|
1740 |
+
padding: 0 25px; }
|
1741 |
+
body.confirm #popup_container #popup_cancel {
|
1742 |
+
display: none; }
|
1743 |
+
body.confirm #popup_container.ready {
|
1744 |
+
opacity: 1;
|
1745 |
+
transform: scale(1); }
|
1746 |
+
|
1747 |
+
input[type="text"],
|
1748 |
+
input[type="email"],
|
1749 |
+
input[type="number"],
|
1750 |
+
input[type="password"] {
|
1751 |
+
-webkit-box-sizing: border-box;
|
1752 |
+
-moz-box-sizing: border-box;
|
1753 |
+
box-sizing: border-box; }
|
1754 |
+
|
1755 |
+
.hide-if-js {
|
1756 |
+
display: none !important; }
|
1757 |
+
|
1758 |
+
.clearfix:after {
|
1759 |
+
clear: both;
|
1760 |
+
display: block;
|
1761 |
+
content: ''; }
|
1762 |
+
|
1763 |
+
.learn-press-breadcrumb {
|
1764 |
+
margin-bottom: 20px; }
|
1765 |
+
|
1766 |
+
.learnpress-page .lp-button {
|
1767 |
+
line-height: 45px;
|
1768 |
+
padding: 0 12px;
|
1769 |
+
height: 45px; }
|
1770 |
+
|
1771 |
+
.course-meta {
|
1772 |
+
margin-bottom: 20px; }
|
1773 |
+
|
1774 |
+
#learn-press-course-tabs {
|
1775 |
+
margin-bottom: 40px; }
|
1776 |
+
|
1777 |
+
/* Archive */
|
1778 |
+
form[name="search-course"] {
|
1779 |
+
margin-bottom: 20px;
|
1780 |
+
position: relative; }
|
1781 |
+
form[name="search-course"] .search-course-input {
|
1782 |
+
width: 100%;
|
1783 |
+
padding: 12px;
|
1784 |
+
-webkit-box-sizing: border-box;
|
1785 |
+
-moz-box-sizing: border-box;
|
1786 |
+
box-sizing: border-box; }
|
1787 |
+
form[name="search-course"] .search-course-button {
|
1788 |
+
position: absolute;
|
1789 |
+
top: 1px;
|
1790 |
+
right: 1px;
|
1791 |
+
bottom: 1px;
|
1792 |
+
padding: 15px;
|
1793 |
+
height: auto;
|
1794 |
+
line-height: 1px; }
|
1795 |
+
|
1796 |
+
ul.learn-press-courses {
|
1797 |
+
list-style: none;
|
1798 |
+
margin-right: -2.1%;
|
1799 |
+
margin-left: 0;
|
1800 |
+
padding: 0;
|
1801 |
+
display: -webkit-box;
|
1802 |
+
display: -moz-box;
|
1803 |
+
display: -ms-flexbox;
|
1804 |
+
display: -moz-flex;
|
1805 |
+
display: -webkit-flex;
|
1806 |
+
display: flex;
|
1807 |
+
-webkit-flex-wrap: wrap;
|
1808 |
+
flex-wrap: wrap; }
|
1809 |
+
ul.learn-press-courses .course {
|
1810 |
+
list-style: none;
|
1811 |
+
width: 31.33333%;
|
1812 |
+
margin: 0 2% 20px 0;
|
1813 |
+
box-shadow: none;
|
1814 |
+
padding: 0; }
|
1815 |
+
ul.learn-press-courses .course .course-thumbnail,
|
1816 |
+
ul.learn-press-courses .course .course-title,
|
1817 |
+
ul.learn-press-courses .course .course-info {
|
1818 |
+
margin: 0 0 0.8em 0;
|
1819 |
+
line-height: 1; }
|
1820 |
+
ul.learn-press-courses .course .course-thumbnail img {
|
1821 |
+
line-height: 1;
|
1822 |
+
vertical-align: top; }
|
1823 |
+
ul.learn-press-courses .course .course-title {
|
1824 |
+
font-size: 1.2em;
|
1825 |
+
padding: 0;
|
1826 |
+
font-weight: normal; }
|
1827 |
+
ul.learn-press-courses .course .course-info {
|
1828 |
+
font-size: 14px; }
|
1829 |
+
ul.learn-press-courses .course .course-info > span {
|
1830 |
+
display: block; }
|
1831 |
+
ul.learn-press-courses .course .course-info .course-price {
|
1832 |
+
float: left; }
|
1833 |
+
ul.learn-press-courses .course .course-info .course-price .origin-price,
|
1834 |
+
ul.learn-press-courses .course .course-info .course-price .price {
|
1835 |
+
vertical-align: middle; }
|
1836 |
+
ul.learn-press-courses .course .course-info .course-price .origin-price {
|
1837 |
+
font-size: 16px;
|
1838 |
+
text-decoration: line-through;
|
1839 |
+
font-style: italic;
|
1840 |
+
margin-right: 10px; }
|
1841 |
+
ul.learn-press-courses .course .course-info .course-price .price {
|
1842 |
+
font-size: 18px; }
|
1843 |
+
ul.learn-press-courses .course .course-info .course-instructor {
|
1844 |
+
float: right; }
|
1845 |
+
ul.learn-press-courses .course .course-info:after {
|
1846 |
+
clear: both;
|
1847 |
+
display: block;
|
1848 |
+
content: ''; }
|
1849 |
+
ul.learn-press-courses .course .lp-course-buttons form {
|
1850 |
+
width: 100%;
|
1851 |
+
margin-bottom: 10px; }
|
1852 |
+
ul.learn-press-courses .course .lp-course-buttons form button {
|
1853 |
+
width: 100%; }
|
1854 |
+
|
1855 |
+
.order-comments {
|
1856 |
+
width: 100%;
|
1857 |
+
min-height: 150px; }
|
1858 |
+
|
1859 |
+
.learn-press-progress {
|
1860 |
+
position: relative; }
|
1861 |
+
.learn-press-progress .progress-bg {
|
1862 |
+
background: #DDD;
|
1863 |
+
height: 10px;
|
1864 |
+
position: relative;
|
1865 |
+
overflow: hidden;
|
1866 |
+
-webkit-border-radius: 5px;
|
1867 |
+
-moz-border-radius: 5px;
|
1868 |
+
border-radius: 5px; }
|
1869 |
+
.learn-press-progress .progress-bg .progress-active {
|
1870 |
+
height: 100%;
|
1871 |
+
width: 100%;
|
1872 |
+
position: absolute;
|
1873 |
+
left: 50%;
|
1874 |
+
margin-left: -100%;
|
1875 |
+
background: #00adff;
|
1876 |
+
-webkit-border-radius: 5px;
|
1877 |
+
-moz-border-radius: 5px;
|
1878 |
+
border-radius: 5px; }
|
1879 |
+
|
1880 |
+
/**
|
1881 |
+
* Forms
|
1882 |
+
*/
|
1883 |
+
.retake-course,
|
1884 |
+
.enroll-course,
|
1885 |
+
.purchase-course {
|
1886 |
+
display: inline-block; }
|
1887 |
+
|
1888 |
+
/* */
|
1889 |
+
.table-orders {
|
1890 |
+
font-size: 16px; }
|
1891 |
+
.table-orders th, .table-orders td {
|
1892 |
+
padding: 5px 10px; }
|
1893 |
+
|
1894 |
+
.form-button {
|
1895 |
+
display: inline-block; }
|
1896 |
+
|
1897 |
+
.learn-press-pagination {
|
1898 |
+
text-align: center;
|
1899 |
+
margin-bottom: 20px; }
|
1900 |
+
.learn-press-pagination .page-numbers {
|
1901 |
+
display: inline-block;
|
1902 |
+
list-style: none;
|
1903 |
+
margin: 0; }
|
1904 |
+
.learn-press-pagination .page-numbers > li {
|
1905 |
+
display: inline-block;
|
1906 |
+
margin: 0; }
|
1907 |
+
.learn-press-pagination .page-numbers > li a, .learn-press-pagination .page-numbers > li span {
|
1908 |
+
display: block;
|
1909 |
+
padding: 5px 10px;
|
1910 |
+
border: 1px solid #DDD;
|
1911 |
+
box-shadow: none;
|
1912 |
+
line-height: 1;
|
1913 |
+
float: none;
|
1914 |
+
font-size: 1em;
|
1915 |
+
border-radius: 0; }
|
1916 |
+
.learn-press-pagination .page-numbers > li span {
|
1917 |
+
background: #F5F5F5; }
|
1918 |
+
|
1919 |
+
.learn-press-message {
|
1920 |
+
padding: 10px 12px 10px 15px;
|
1921 |
+
background: #F5F5F5;
|
1922 |
+
position: relative;
|
1923 |
+
margin: 0 0 20px 0;
|
1924 |
+
-webkit-border-radius: 5px;
|
1925 |
+
-moz-border-radius: 5px;
|
1926 |
+
border-radius: 5px; }
|
1927 |
+
.learn-press-message.icon {
|
1928 |
+
padding-left: 45px; }
|
1929 |
+
.learn-press-message.icon:after {
|
1930 |
+
font-size: 20px;
|
1931 |
+
vertical-align: baseline;
|
1932 |
+
margin-right: 10px;
|
1933 |
+
position: absolute;
|
1934 |
+
left: 15px;
|
1935 |
+
top: 50%;
|
1936 |
+
margin-top: -13px;
|
1937 |
+
height: 26px;
|
1938 |
+
line-height: 26px;
|
1939 |
+
background: #04adff;
|
1940 |
+
width: 26px;
|
1941 |
+
text-align: center;
|
1942 |
+
border-radius: 50%;
|
1943 |
+
color: #FFF;
|
1944 |
+
font-family: FontAwesome; }
|
1945 |
+
.learn-press-message:before {
|
1946 |
+
position: absolute;
|
1947 |
+
content: '';
|
1948 |
+
top: 0;
|
1949 |
+
left: 0;
|
1950 |
+
width: 5px;
|
1951 |
+
height: 100%;
|
1952 |
+
background: #00adff;
|
1953 |
+
border-top-left-radius: 5px;
|
1954 |
+
border-bottom-left-radius: 5px; }
|
1955 |
+
.learn-press-message.error:before {
|
1956 |
+
background: #d85554; }
|
1957 |
+
.learn-press-message.error.icon:before {
|
1958 |
+
background: #d85554; }
|
1959 |
+
.learn-press-message.error.icon:after {
|
1960 |
+
content: "\f00d";
|
1961 |
+
background: #d85554; }
|
1962 |
+
.learn-press-message.success.icon:before {
|
1963 |
+
background: #00adff; }
|
1964 |
+
.learn-press-message.success.icon:after {
|
1965 |
+
content: "\f129";
|
1966 |
+
background: #00adff; }
|
1967 |
+
|
1968 |
+
ul.list-table-nav {
|
1969 |
+
display: flex;
|
1970 |
+
list-style: none;
|
1971 |
+
margin-left: 0; }
|
1972 |
+
ul.list-table-nav .nav-text {
|
1973 |
+
flex: 1;
|
1974 |
+
text-align: left; }
|
1975 |
+
ul.list-table-nav .nav-pages {
|
1976 |
+
flex: 1;
|
1977 |
+
text-align: right; }
|
1978 |
+
ul.list-table-nav .nav-pages .learn-press-pagination {
|
1979 |
+
display: inline-block;
|
1980 |
+
margin-bottom: 0; }
|
1981 |
+
|
1982 |
+
.primary-color {
|
1983 |
+
color: #00adff; }
|
1984 |
+
|
1985 |
+
.primary-color-before:before {
|
1986 |
+
color: #00adff; }
|
1987 |
+
|
1988 |
+
.primary-color-after:after {
|
1989 |
+
color: #00adff; }
|
1990 |
+
|
1991 |
+
.primary-background-color {
|
1992 |
+
background: #00adff; }
|
1993 |
+
|
1994 |
+
.primary-background-color {
|
1995 |
+
background: #00adff; }
|
1996 |
+
|
1997 |
+
.course-origin-price {
|
1998 |
+
font-size: 85%;
|
1999 |
+
text-decoration: line-through;
|
2000 |
+
margin-right: 5px; }
|
2001 |
+
|
2002 |
+
.course-item-nav {
|
2003 |
+
display: flex; }
|
2004 |
+
.course-item-nav .prev, .course-item-nav .next {
|
2005 |
+
flex: 1; }
|
2006 |
+
.course-item-nav .prev span, .course-item-nav .next span {
|
2007 |
+
display: block;
|
2008 |
+
font-weight: bold; }
|
2009 |
+
.course-item-nav .prev a, .course-item-nav .next a {
|
2010 |
+
color: #999999; }
|
2011 |
+
.course-item-nav .next {
|
2012 |
+
text-align: right; }
|
2013 |
+
|
2014 |
+
@media screen and (max-width: 768px) {
|
2015 |
+
ul.learn-press-courses .course {
|
2016 |
+
width: 48%; } }
|
2017 |
+
|
2018 |
+
@media screen and (max-width: 600px) {
|
2019 |
+
ul.learn-press-courses {
|
2020 |
+
margin-right: 0; }
|
2021 |
+
ul.learn-press-courses .course {
|
2022 |
+
width: 100%;
|
2023 |
+
margin-right: 0; } }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/select2/select2-spinner.gif
DELETED
Binary file
|
assets/css/select2/select2.css
DELETED
@@ -1,732 +0,0 @@
|
|
1 |
-
/*
|
2 |
-
Version: 3.5.2 Timestamp: Sat Nov 1 14:43:36 EDT 2014
|
3 |
-
*/
|
4 |
-
.select2-container {
|
5 |
-
margin: 0;
|
6 |
-
position: relative;
|
7 |
-
display: inline-block !important;
|
8 |
-
/* inline-block for ie7 */
|
9 |
-
zoom: 1;
|
10 |
-
*display: inline;
|
11 |
-
vertical-align: middle;
|
12 |
-
}
|
13 |
-
|
14 |
-
.select2-container,
|
15 |
-
.select2-drop,
|
16 |
-
.select2-search,
|
17 |
-
.select2-search input {
|
18 |
-
/*
|
19 |
-
Force border-box so that % widths fit the parent
|
20 |
-
container without overlap because of margin/padding.
|
21 |
-
More Info : http://www.quirksmode.org/css/box.html
|
22 |
-
*/
|
23 |
-
-webkit-box-sizing: border-box; /* webkit */
|
24 |
-
-moz-box-sizing: border-box; /* firefox */
|
25 |
-
box-sizing: border-box; /* css3 */
|
26 |
-
}
|
27 |
-
|
28 |
-
.select2-container .select2-choice {
|
29 |
-
display: block;
|
30 |
-
height: 26px;
|
31 |
-
padding: 0 0 0 8px;
|
32 |
-
overflow: hidden;
|
33 |
-
position: relative;
|
34 |
-
|
35 |
-
border: 1px solid #aaa;
|
36 |
-
white-space: nowrap;
|
37 |
-
line-height: 26px;
|
38 |
-
color: #444;
|
39 |
-
text-decoration: none;
|
40 |
-
|
41 |
-
border-radius: 4px;
|
42 |
-
|
43 |
-
background-clip: padding-box;
|
44 |
-
|
45 |
-
-webkit-touch-callout: none;
|
46 |
-
-webkit-user-select: none;
|
47 |
-
-moz-user-select: none;
|
48 |
-
-ms-user-select: none;
|
49 |
-
user-select: none;
|
50 |
-
|
51 |
-
background-color: #fff;
|
52 |
-
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
|
53 |
-
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
54 |
-
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
|
55 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
|
56 |
-
background-image: linear-gradient(to top, #eee 0%, #fff 50%);
|
57 |
-
}
|
58 |
-
|
59 |
-
html[dir="rtl"] .select2-container .select2-choice {
|
60 |
-
padding: 0 8px 0 0;
|
61 |
-
}
|
62 |
-
|
63 |
-
.select2-container.select2-drop-above .select2-choice {
|
64 |
-
border-bottom-color: #aaa;
|
65 |
-
|
66 |
-
border-radius: 0 0 4px 4px;
|
67 |
-
|
68 |
-
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
|
69 |
-
background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
|
70 |
-
background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
|
71 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
|
72 |
-
background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
|
73 |
-
}
|
74 |
-
|
75 |
-
.select2-container.select2-allowclear .select2-choice .select2-chosen {
|
76 |
-
margin-right: 42px;
|
77 |
-
}
|
78 |
-
|
79 |
-
.select2-container .select2-choice > .select2-chosen {
|
80 |
-
margin-right: 26px;
|
81 |
-
display: block;
|
82 |
-
overflow: hidden;
|
83 |
-
|
84 |
-
white-space: nowrap;
|
85 |
-
|
86 |
-
text-overflow: ellipsis;
|
87 |
-
float: none;
|
88 |
-
width: auto;
|
89 |
-
}
|
90 |
-
|
91 |
-
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
|
92 |
-
margin-left: 26px;
|
93 |
-
margin-right: 0;
|
94 |
-
}
|
95 |
-
|
96 |
-
.select2-container .select2-choice abbr {
|
97 |
-
display: none;
|
98 |
-
width: 12px;
|
99 |
-
height: 12px;
|
100 |
-
position: absolute;
|
101 |
-
right: 24px;
|
102 |
-
top: 8px;
|
103 |
-
|
104 |
-
font-size: 1px;
|
105 |
-
text-decoration: none;
|
106 |
-
|
107 |
-
border: 0;
|
108 |
-
background: url('select2.png') right top no-repeat;
|
109 |
-
cursor: pointer;
|
110 |
-
outline: 0;
|
111 |
-
}
|
112 |
-
|
113 |
-
.select2-container.select2-allowclear .select2-choice abbr {
|
114 |
-
display: inline-block;
|
115 |
-
}
|
116 |
-
|
117 |
-
.select2-container .select2-choice abbr:hover {
|
118 |
-
background-position: right -11px;
|
119 |
-
cursor: pointer;
|
120 |
-
}
|
121 |
-
|
122 |
-
.select2-drop-mask {
|
123 |
-
border: 0;
|
124 |
-
margin: 0;
|
125 |
-
padding: 0;
|
126 |
-
position: fixed;
|
127 |
-
left: 0;
|
128 |
-
top: 0;
|
129 |
-
min-height: 100%;
|
130 |
-
min-width: 100%;
|
131 |
-
height: auto;
|
132 |
-
width: auto;
|
133 |
-
opacity: 0;
|
134 |
-
z-index: 9998;
|
135 |
-
/* styles required for IE to work */
|
136 |
-
background-color: #fff;
|
137 |
-
filter: alpha(opacity=0);
|
138 |
-
}
|
139 |
-
|
140 |
-
.select2-drop {
|
141 |
-
width: 100%;
|
142 |
-
margin-top: -1px;
|
143 |
-
position: absolute;
|
144 |
-
z-index: 9999;
|
145 |
-
top: 100%;
|
146 |
-
|
147 |
-
background: #fff;
|
148 |
-
color: #000;
|
149 |
-
border: 1px solid #aaa;
|
150 |
-
border-top: 0;
|
151 |
-
|
152 |
-
border-radius: 0 0 4px 4px;
|
153 |
-
|
154 |
-
-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
155 |
-
box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
|
156 |
-
}
|
157 |
-
|
158 |
-
.select2-drop.select2-drop-above {
|
159 |
-
margin-top: 1px;
|
160 |
-
border-top: 1px solid #aaa;
|
161 |
-
border-bottom: 0;
|
162 |
-
|
163 |
-
border-radius: 4px 4px 0 0;
|
164 |
-
|
165 |
-
-webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
166 |
-
box-shadow: 0 -4px 5px rgba(0, 0, 0, .15);
|
167 |
-
}
|
168 |
-
|
169 |
-
.select2-drop-active {
|
170 |
-
border: 1px solid #5897fb;
|
171 |
-
border-top: none;
|
172 |
-
}
|
173 |
-
|
174 |
-
.select2-drop.select2-drop-above.select2-drop-active {
|
175 |
-
border-top: 1px solid #5897fb;
|
176 |
-
}
|
177 |
-
|
178 |
-
.select2-drop-auto-width {
|
179 |
-
border-top: 1px solid #aaa;
|
180 |
-
width: auto;
|
181 |
-
}
|
182 |
-
|
183 |
-
.select2-drop-auto-width .select2-search {
|
184 |
-
padding-top: 4px;
|
185 |
-
}
|
186 |
-
|
187 |
-
.select2-container .select2-choice .select2-arrow {
|
188 |
-
display: inline-block;
|
189 |
-
width: 18px;
|
190 |
-
height: 100%;
|
191 |
-
position: absolute;
|
192 |
-
right: 0;
|
193 |
-
top: 0;
|
194 |
-
|
195 |
-
border-left: 1px solid #aaa;
|
196 |
-
border-radius: 0 4px 4px 0;
|
197 |
-
|
198 |
-
background-clip: padding-box;
|
199 |
-
|
200 |
-
background: #ccc;
|
201 |
-
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
|
202 |
-
background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
203 |
-
background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
|
204 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
|
205 |
-
background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
|
206 |
-
}
|
207 |
-
|
208 |
-
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
|
209 |
-
left: 0;
|
210 |
-
right: auto;
|
211 |
-
|
212 |
-
border-left: none;
|
213 |
-
border-right: 1px solid #aaa;
|
214 |
-
border-radius: 4px 0 0 4px;
|
215 |
-
}
|
216 |
-
|
217 |
-
.select2-container .select2-choice .select2-arrow b {
|
218 |
-
display: block;
|
219 |
-
width: 100%;
|
220 |
-
height: 100%;
|
221 |
-
background: url('select2.png') no-repeat 0 1px;
|
222 |
-
}
|
223 |
-
|
224 |
-
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
|
225 |
-
background-position: 2px 1px;
|
226 |
-
}
|
227 |
-
|
228 |
-
.select2-search {
|
229 |
-
display: inline-block;
|
230 |
-
width: 100%;
|
231 |
-
min-height: 26px;
|
232 |
-
margin: 0;
|
233 |
-
padding-left: 4px;
|
234 |
-
padding-right: 4px;
|
235 |
-
|
236 |
-
position: relative;
|
237 |
-
z-index: 10000;
|
238 |
-
|
239 |
-
white-space: nowrap;
|
240 |
-
}
|
241 |
-
|
242 |
-
.select2-search input {
|
243 |
-
width: 100%;
|
244 |
-
height: auto !important;
|
245 |
-
min-height: 26px;
|
246 |
-
padding: 4px 20px 4px 5px;
|
247 |
-
margin: 0;
|
248 |
-
|
249 |
-
outline: 0;
|
250 |
-
font-family: sans-serif;
|
251 |
-
font-size: 1em;
|
252 |
-
|
253 |
-
border: 1px solid #aaa;
|
254 |
-
border-radius: 0;
|
255 |
-
|
256 |
-
-webkit-box-shadow: none;
|
257 |
-
box-shadow: none;
|
258 |
-
|
259 |
-
background: #fff url('select2.png') no-repeat 100% -22px;
|
260 |
-
background: url('select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
261 |
-
background: url('select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
262 |
-
background: url('select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
263 |
-
background: url('select2.png') no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
|
264 |
-
}
|
265 |
-
|
266 |
-
html[dir="rtl"] .select2-search input {
|
267 |
-
padding: 4px 5px 4px 20px;
|
268 |
-
|
269 |
-
background: #fff url('select2.png') no-repeat -37px -22px;
|
270 |
-
background: url('select2.png') no-repeat -37px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
271 |
-
background: url('select2.png') no-repeat -37px -22px, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
272 |
-
background: url('select2.png') no-repeat -37px -22px, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
273 |
-
background: url('select2.png') no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
|
274 |
-
}
|
275 |
-
|
276 |
-
.select2-drop.select2-drop-above .select2-search input {
|
277 |
-
margin-top: 4px;
|
278 |
-
}
|
279 |
-
|
280 |
-
.select2-search input.select2-active {
|
281 |
-
background: #fff url('select2-spinner.gif') no-repeat 100%;
|
282 |
-
background: url('select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
|
283 |
-
background: url('select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
284 |
-
background: url('select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
|
285 |
-
background: url('select2-spinner.gif') no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
|
286 |
-
}
|
287 |
-
|
288 |
-
.select2-container-active .select2-choice,
|
289 |
-
.select2-container-active .select2-choices {
|
290 |
-
border: 1px solid #5897fb;
|
291 |
-
outline: none;
|
292 |
-
|
293 |
-
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
294 |
-
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
295 |
-
}
|
296 |
-
|
297 |
-
.select2-dropdown-open .select2-choice {
|
298 |
-
border-bottom-color: transparent;
|
299 |
-
-webkit-box-shadow: 0 1px 0 #fff inset;
|
300 |
-
box-shadow: 0 1px 0 #fff inset;
|
301 |
-
|
302 |
-
border-bottom-left-radius: 0;
|
303 |
-
border-bottom-right-radius: 0;
|
304 |
-
|
305 |
-
background-color: #eee;
|
306 |
-
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
|
307 |
-
background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
308 |
-
background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
|
309 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
310 |
-
background-image: linear-gradient(to top, #fff 0%, #eee 50%);
|
311 |
-
}
|
312 |
-
|
313 |
-
.select2-dropdown-open.select2-drop-above .select2-choice,
|
314 |
-
.select2-dropdown-open.select2-drop-above .select2-choices {
|
315 |
-
border: 1px solid #5897fb;
|
316 |
-
border-top-color: transparent;
|
317 |
-
|
318 |
-
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
|
319 |
-
background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
|
320 |
-
background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
|
321 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
|
322 |
-
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
|
323 |
-
}
|
324 |
-
|
325 |
-
.select2-dropdown-open .select2-choice .select2-arrow {
|
326 |
-
background: transparent;
|
327 |
-
border-left: none;
|
328 |
-
filter: none;
|
329 |
-
}
|
330 |
-
|
331 |
-
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
|
332 |
-
border-right: none;
|
333 |
-
}
|
334 |
-
|
335 |
-
.select2-dropdown-open .select2-choice .select2-arrow b {
|
336 |
-
background-position: -18px 1px;
|
337 |
-
}
|
338 |
-
|
339 |
-
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
|
340 |
-
background-position: -16px 1px;
|
341 |
-
}
|
342 |
-
|
343 |
-
.select2-hidden-accessible {
|
344 |
-
border: 0;
|
345 |
-
clip: rect(0 0 0 0);
|
346 |
-
height: 1px;
|
347 |
-
margin: -1px;
|
348 |
-
overflow: hidden;
|
349 |
-
padding: 0;
|
350 |
-
position: absolute;
|
351 |
-
width: 1px;
|
352 |
-
}
|
353 |
-
|
354 |
-
/* results */
|
355 |
-
.select2-results {
|
356 |
-
max-height: 200px;
|
357 |
-
padding: 0 0 0 4px;
|
358 |
-
margin: 4px 4px 4px 0;
|
359 |
-
position: relative;
|
360 |
-
overflow-x: hidden;
|
361 |
-
overflow-y: auto;
|
362 |
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
363 |
-
}
|
364 |
-
|
365 |
-
html[dir="rtl"] .select2-results {
|
366 |
-
padding: 0 4px 0 0;
|
367 |
-
margin: 4px 0 4px 4px;
|
368 |
-
}
|
369 |
-
|
370 |
-
.select2-results ul.select2-result-sub {
|
371 |
-
margin: 0;
|
372 |
-
padding-left: 0;
|
373 |
-
}
|
374 |
-
|
375 |
-
.select2-results li {
|
376 |
-
list-style: none;
|
377 |
-
display: list-item;
|
378 |
-
background-image: none;
|
379 |
-
}
|
380 |
-
|
381 |
-
.select2-results li.select2-result-with-children > .select2-result-label {
|
382 |
-
font-weight: bold;
|
383 |
-
}
|
384 |
-
|
385 |
-
.select2-results .select2-result-label {
|
386 |
-
padding: 3px 7px 4px;
|
387 |
-
margin: 0;
|
388 |
-
cursor: pointer;
|
389 |
-
|
390 |
-
min-height: 1em;
|
391 |
-
|
392 |
-
-webkit-touch-callout: none;
|
393 |
-
-webkit-user-select: none;
|
394 |
-
-moz-user-select: none;
|
395 |
-
-ms-user-select: none;
|
396 |
-
user-select: none;
|
397 |
-
}
|
398 |
-
|
399 |
-
.select2-results-dept-1 .select2-result-label {
|
400 |
-
padding-left: 20px
|
401 |
-
}
|
402 |
-
|
403 |
-
.select2-results-dept-2 .select2-result-label {
|
404 |
-
padding-left: 40px
|
405 |
-
}
|
406 |
-
|
407 |
-
.select2-results-dept-3 .select2-result-label {
|
408 |
-
padding-left: 60px
|
409 |
-
}
|
410 |
-
|
411 |
-
.select2-results-dept-4 .select2-result-label {
|
412 |
-
padding-left: 80px
|
413 |
-
}
|
414 |
-
|
415 |
-
.select2-results-dept-5 .select2-result-label {
|
416 |
-
padding-left: 100px
|
417 |
-
}
|
418 |
-
|
419 |
-
.select2-results-dept-6 .select2-result-label {
|
420 |
-
padding-left: 110px
|
421 |
-
}
|
422 |
-
|
423 |
-
.select2-results-dept-7 .select2-result-label {
|
424 |
-
padding-left: 120px
|
425 |
-
}
|
426 |
-
|
427 |
-
.select2-results .select2-highlighted {
|
428 |
-
background: #3875d7;
|
429 |
-
color: #fff;
|
430 |
-
}
|
431 |
-
|
432 |
-
.select2-results li em {
|
433 |
-
background: #feffde;
|
434 |
-
font-style: normal;
|
435 |
-
}
|
436 |
-
|
437 |
-
.select2-results .select2-highlighted em {
|
438 |
-
background: transparent;
|
439 |
-
}
|
440 |
-
|
441 |
-
.select2-results .select2-highlighted ul {
|
442 |
-
background: #fff;
|
443 |
-
color: #000;
|
444 |
-
}
|
445 |
-
|
446 |
-
.select2-results .select2-no-results,
|
447 |
-
.select2-results .select2-searching,
|
448 |
-
.select2-results .select2-ajax-error,
|
449 |
-
.select2-results .select2-selection-limit {
|
450 |
-
background: #f4f4f4;
|
451 |
-
display: list-item;
|
452 |
-
padding-left: 5px;
|
453 |
-
}
|
454 |
-
|
455 |
-
/*
|
456 |
-
disabled look for disabled choices in the results dropdown
|
457 |
-
*/
|
458 |
-
.select2-results .select2-disabled.select2-highlighted {
|
459 |
-
color: #666;
|
460 |
-
background: #f4f4f4;
|
461 |
-
display: list-item;
|
462 |
-
cursor: default;
|
463 |
-
}
|
464 |
-
|
465 |
-
.select2-results .select2-disabled {
|
466 |
-
background: #f4f4f4;
|
467 |
-
display: list-item;
|
468 |
-
cursor: default;
|
469 |
-
}
|
470 |
-
|
471 |
-
.select2-results .select2-selected {
|
472 |
-
display: none;
|
473 |
-
}
|
474 |
-
|
475 |
-
.select2-more-results.select2-active {
|
476 |
-
background: #f4f4f4 url('select2-spinner.gif') no-repeat 100%;
|
477 |
-
}
|
478 |
-
|
479 |
-
.select2-results .select2-ajax-error {
|
480 |
-
background: rgba(255, 50, 50, .2);
|
481 |
-
}
|
482 |
-
|
483 |
-
.select2-more-results {
|
484 |
-
background: #f4f4f4;
|
485 |
-
display: list-item;
|
486 |
-
}
|
487 |
-
|
488 |
-
/* disabled styles */
|
489 |
-
|
490 |
-
.select2-container.select2-container-disabled .select2-choice {
|
491 |
-
background-color: #f4f4f4;
|
492 |
-
background-image: none;
|
493 |
-
border: 1px solid #ddd;
|
494 |
-
cursor: default;
|
495 |
-
}
|
496 |
-
|
497 |
-
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
|
498 |
-
background-color: #f4f4f4;
|
499 |
-
background-image: none;
|
500 |
-
border-left: 0;
|
501 |
-
}
|
502 |
-
|
503 |
-
.select2-container.select2-container-disabled .select2-choice abbr {
|
504 |
-
display: none;
|
505 |
-
}
|
506 |
-
|
507 |
-
/* multiselect */
|
508 |
-
|
509 |
-
.select2-container-multi .select2-choices {
|
510 |
-
height: auto !important;
|
511 |
-
height: 1%;
|
512 |
-
margin: 0;
|
513 |
-
padding: 0 5px 0 0;
|
514 |
-
position: relative;
|
515 |
-
|
516 |
-
border: 1px solid #aaa;
|
517 |
-
cursor: text;
|
518 |
-
overflow: hidden;
|
519 |
-
|
520 |
-
background-color: #fff;
|
521 |
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
|
522 |
-
background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
|
523 |
-
background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
|
524 |
-
background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
|
525 |
-
}
|
526 |
-
|
527 |
-
html[dir="rtl"] .select2-container-multi .select2-choices {
|
528 |
-
padding: 0 0 0 5px;
|
529 |
-
}
|
530 |
-
|
531 |
-
.select2-locked {
|
532 |
-
padding: 3px 5px 3px 5px !important;
|
533 |
-
}
|
534 |
-
|
535 |
-
.select2-container-multi .select2-choices {
|
536 |
-
min-height: 26px;
|
537 |
-
}
|
538 |
-
|
539 |
-
.select2-container-multi.select2-container-active .select2-choices {
|
540 |
-
border: 1px solid #5897fb;
|
541 |
-
outline: none;
|
542 |
-
|
543 |
-
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
544 |
-
box-shadow: 0 0 5px rgba(0, 0, 0, .3);
|
545 |
-
}
|
546 |
-
|
547 |
-
.select2-container-multi .select2-choices li {
|
548 |
-
float: left;
|
549 |
-
list-style: none;
|
550 |
-
}
|
551 |
-
|
552 |
-
html[dir="rtl"] .select2-container-multi .select2-choices li {
|
553 |
-
float: right;
|
554 |
-
}
|
555 |
-
|
556 |
-
.select2-container-multi .select2-choices .select2-search-field {
|
557 |
-
margin: 0;
|
558 |
-
padding: 0;
|
559 |
-
white-space: nowrap;
|
560 |
-
}
|
561 |
-
|
562 |
-
.select2-container-multi .select2-choices .select2-search-field input {
|
563 |
-
padding: 5px;
|
564 |
-
margin: 1px 0;
|
565 |
-
|
566 |
-
font-family: sans-serif;
|
567 |
-
font-size: 100%;
|
568 |
-
color: #666;
|
569 |
-
outline: 0;
|
570 |
-
border: 0;
|
571 |
-
-webkit-box-shadow: none;
|
572 |
-
box-shadow: none;
|
573 |
-
background: transparent !important;
|
574 |
-
}
|
575 |
-
|
576 |
-
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
|
577 |
-
background: #fff url('select2-spinner.gif') no-repeat 100% !important;
|
578 |
-
}
|
579 |
-
|
580 |
-
.select2-default {
|
581 |
-
color: #999 !important;
|
582 |
-
}
|
583 |
-
|
584 |
-
.select2-container-multi .select2-choices .select2-search-choice {
|
585 |
-
padding: 3px 5px 3px 18px;
|
586 |
-
margin: 3px 0 3px 5px;
|
587 |
-
position: relative;
|
588 |
-
|
589 |
-
line-height: 13px;
|
590 |
-
color: #333;
|
591 |
-
cursor: default;
|
592 |
-
border: 1px solid #aaaaaa;
|
593 |
-
|
594 |
-
border-radius: 3px;
|
595 |
-
|
596 |
-
-webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
597 |
-
box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
|
598 |
-
|
599 |
-
background-clip: padding-box;
|
600 |
-
|
601 |
-
-webkit-touch-callout: none;
|
602 |
-
-webkit-user-select: none;
|
603 |
-
-moz-user-select: none;
|
604 |
-
-ms-user-select: none;
|
605 |
-
user-select: none;
|
606 |
-
|
607 |
-
background-color: #e4e4e4;
|
608 |
-
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
|
609 |
-
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
|
610 |
-
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
611 |
-
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
612 |
-
background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
|
613 |
-
}
|
614 |
-
|
615 |
-
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
|
616 |
-
margin: 3px 5px 3px 0;
|
617 |
-
padding: 3px 18px 3px 5px;
|
618 |
-
}
|
619 |
-
|
620 |
-
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
|
621 |
-
cursor: default;
|
622 |
-
}
|
623 |
-
|
624 |
-
.select2-container-multi .select2-choices .select2-search-choice-focus {
|
625 |
-
background: #d4d4d4;
|
626 |
-
}
|
627 |
-
|
628 |
-
.select2-search-choice-close {
|
629 |
-
display: block;
|
630 |
-
width: 12px;
|
631 |
-
height: 13px;
|
632 |
-
position: absolute;
|
633 |
-
right: 3px;
|
634 |
-
top: 4px;
|
635 |
-
|
636 |
-
font-size: 1px;
|
637 |
-
outline: none;
|
638 |
-
background: url('select2.png') right top no-repeat;
|
639 |
-
}
|
640 |
-
|
641 |
-
html[dir="rtl"] .select2-search-choice-close {
|
642 |
-
right: auto;
|
643 |
-
left: 3px;
|
644 |
-
}
|
645 |
-
|
646 |
-
.select2-container-multi .select2-search-choice-close {
|
647 |
-
left: 3px;
|
648 |
-
}
|
649 |
-
|
650 |
-
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
|
651 |
-
left: auto;
|
652 |
-
right: 2px;
|
653 |
-
}
|
654 |
-
|
655 |
-
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
|
656 |
-
background-position: right -11px;
|
657 |
-
}
|
658 |
-
|
659 |
-
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
|
660 |
-
background-position: right -11px;
|
661 |
-
}
|
662 |
-
|
663 |
-
/* disabled styles */
|
664 |
-
.select2-container-multi.select2-container-disabled .select2-choices {
|
665 |
-
background-color: #f4f4f4;
|
666 |
-
background-image: none;
|
667 |
-
border: 1px solid #ddd;
|
668 |
-
cursor: default;
|
669 |
-
}
|
670 |
-
|
671 |
-
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
|
672 |
-
padding: 3px 5px 3px 5px;
|
673 |
-
border: 1px solid #ddd;
|
674 |
-
background-image: none;
|
675 |
-
background-color: #f4f4f4;
|
676 |
-
}
|
677 |
-
|
678 |
-
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
|
679 |
-
display: none;
|
680 |
-
background: none;
|
681 |
-
}
|
682 |
-
|
683 |
-
/* end multiselect */
|
684 |
-
|
685 |
-
.select2-result-selectable .select2-match,
|
686 |
-
.select2-result-unselectable .select2-match {
|
687 |
-
text-decoration: underline;
|
688 |
-
}
|
689 |
-
|
690 |
-
.select2-offscreen, .select2-offscreen:focus {
|
691 |
-
clip: rect(0 0 0 0) !important;
|
692 |
-
width: 1px !important;
|
693 |
-
height: 1px !important;
|
694 |
-
border: 0 !important;
|
695 |
-
margin: 0 !important;
|
696 |
-
padding: 0 !important;
|
697 |
-
overflow: hidden !important;
|
698 |
-
position: absolute !important;
|
699 |
-
outline: 0 !important;
|
700 |
-
left: 0px !important;
|
701 |
-
top: 0px !important;
|
702 |
-
}
|
703 |
-
|
704 |
-
.select2-display-none {
|
705 |
-
display: none;
|
706 |
-
}
|
707 |
-
|
708 |
-
.select2-measure-scrollbar {
|
709 |
-
position: absolute;
|
710 |
-
top: -10000px;
|
711 |
-
left: -10000px;
|
712 |
-
width: 100px;
|
713 |
-
height: 100px;
|
714 |
-
overflow: scroll;
|
715 |
-
}
|
716 |
-
|
717 |
-
/* Retina-ize icons */
|
718 |
-
|
719 |
-
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
|
720 |
-
.select2-search input,
|
721 |
-
.select2-search-choice-close,
|
722 |
-
.select2-container .select2-choice abbr,
|
723 |
-
.select2-container .select2-choice .select2-arrow b {
|
724 |
-
background-image: url('select2x2.png') !important;
|
725 |
-
background-repeat: no-repeat !important;
|
726 |
-
background-size: 60px 40px !important;
|
727 |
-
}
|
728 |
-
|
729 |
-
.select2-search input {
|
730 |
-
background-position: 100% -21px !important;
|
731 |
-
}
|
732 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
assets/css/select2/select2.png
DELETED
Binary file
|
assets/css/select2/select2x2.png
DELETED
Binary file
|
assets/css/select2/spinner.gif
DELETED
Binary file
|
assets/fonts/awesome/FontAwesome.otf
ADDED
Binary file
|
assets/fonts/awesome/fontawesome-webfont.eot
ADDED
Binary file
|
assets/fonts/awesome/fontawesome-webfont.svg
ADDED
@@ -0,0 +1,2671 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0" standalone="no"?>
|
2 |
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
3 |
+
<svg>
|
4 |
+
<metadata>
|
5 |
+
Created by FontForge 20120731 at Mon Oct 24 17:37:40 2016
|
6 |
+
By ,,,
|
7 |
+
Copyright Dave Gandy 2016. All rights reserved.
|
8 |
+
</metadata>
|
9 |
+
<defs>
|
10 |
+
<font id="FontAwesome" horiz-adv-x="1536" >
|
11 |
+
<font-face
|
12 |
+
font-family="FontAwesome"
|
13 |
+
font-weight="400"
|
14 |
+
font-stretch="normal"
|
15 |
+
units-per-em="1792"
|
16 |
+
panose-1="0 0 0 0 0 0 0 0 0 0"
|
17 |
+
ascent="1536"
|
18 |
+
descent="-256"
|
19 |
+
bbox="-1.02083 -256.962 2304.6 1537.02"
|
20 |
+
underline-thickness="0"
|
21 |
+
underline-position="0"
|
22 |
+
unicode-range="U+0020-F500"
|
23 |
+
/>
|
24 |
+
<missing-glyph horiz-adv-x="896"
|
25 |
+
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
|
26 |
+
<glyph glyph-name=".notdef" horiz-adv-x="896"
|
27 |
+
d="M224 112h448v1312h-448v-1312zM112 0v1536h672v-1536h-672z" />
|
28 |
+
<glyph glyph-name=".null" horiz-adv-x="0"
|
29 |
+
/>
|
30 |
+
<glyph glyph-name="nonmarkingreturn" horiz-adv-x="597"
|
31 |
+
/>
|
32 |
+
<glyph glyph-name="space" unicode=" " horiz-adv-x="448"
|
33 |
+
/>
|
34 |
+
<glyph glyph-name="dieresis" unicode="¨" horiz-adv-x="1792"
|
35 |
+
/>
|
36 |
+
<glyph glyph-name="copyright" unicode="©" horiz-adv-x="1792"
|
37 |
+
/>
|
38 |
+
<glyph glyph-name="registered" unicode="®" horiz-adv-x="1792"
|
39 |
+
/>
|
40 |
+
<glyph glyph-name="acute" unicode="´" horiz-adv-x="1792"
|
41 |
+
/>
|
42 |
+
<glyph glyph-name="AE" unicode="Æ" horiz-adv-x="1792"
|
43 |
+
/>
|
44 |
+
<glyph glyph-name="Oslash" unicode="Ø" horiz-adv-x="1792"
|
45 |
+
/>
|
46 |
+
<glyph glyph-name="trademark" unicode="™" horiz-adv-x="1792"
|
47 |
+
/>
|
48 |
+
<glyph glyph-name="infinity" unicode="∞" horiz-adv-x="1792"
|
49 |
+
/>
|
50 |
+
<glyph glyph-name="notequal" unicode="≠" horiz-adv-x="1792"
|
51 |
+
/>
|
52 |
+
<glyph glyph-name="glass" unicode="" horiz-adv-x="1792"
|
53 |
+
d="M1699 1350q0 -35 -43 -78l-632 -632v-768h320q26 0 45 -19t19 -45t-19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45t45 19h320v768l-632 632q-43 43 -43 78q0 23 18 36.5t38 17.5t43 4h1408q23 0 43 -4t38 -17.5t18 -36.5z" />
|
54 |
+
<glyph glyph-name="music" unicode=""
|
55 |
+
d="M1536 1312v-1120q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v537l-768 -237v-709q0 -50 -34 -89t-86 -60.5t-103.5 -32t-96.5 -10.5t-96.5 10.5t-103.5 32t-86 60.5t-34 89
|
56 |
+
t34 89t86 60.5t103.5 32t96.5 10.5q105 0 192 -39v967q0 31 19 56.5t49 35.5l832 256q12 4 28 4q40 0 68 -28t28 -68z" />
|
57 |
+
<glyph glyph-name="search" unicode="" horiz-adv-x="1664"
|
58 |
+
d="M1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -52 -38 -90t-90 -38q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5
|
59 |
+
t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
|
60 |
+
<glyph glyph-name="envelope" unicode="" horiz-adv-x="1792"
|
61 |
+
d="M1664 32v768q-32 -36 -69 -66q-268 -206 -426 -338q-51 -43 -83 -67t-86.5 -48.5t-102.5 -24.5h-1h-1q-48 0 -102.5 24.5t-86.5 48.5t-83 67q-158 132 -426 338q-37 30 -69 66v-768q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1664 1083v11v13.5t-0.5 13
|
62 |
+
t-3 12.5t-5.5 9t-9 7.5t-14 2.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5q0 -168 147 -284q193 -152 401 -317q6 -5 35 -29.5t46 -37.5t44.5 -31.5t50.5 -27.5t43 -9h1h1q20 0 43 9t50.5 27.5t44.5 31.5t46 37.5t35 29.5q208 165 401 317q54 43 100.5 115.5t46.5 131.5z
|
63 |
+
M1792 1120v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47t47 -113z" />
|
64 |
+
<glyph glyph-name="heart" unicode="" horiz-adv-x="1792"
|
65 |
+
d="M896 -128q-26 0 -44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5q224 0 351 -124t127 -344q0 -221 -229 -450l-623 -600
|
66 |
+
q-18 -18 -44 -18z" />
|
67 |
+
<glyph glyph-name="star" unicode="" horiz-adv-x="1664"
|
68 |
+
d="M1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -21 -10.5 -35.5t-30.5 -14.5q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455
|
69 |
+
l502 -73q56 -9 56 -46z" />
|
70 |
+
<glyph glyph-name="star_empty" unicode="" horiz-adv-x="1664"
|
71 |
+
d="M1137 532l306 297l-422 62l-189 382l-189 -382l-422 -62l306 -297l-73 -421l378 199l377 -199zM1664 889q0 -22 -26 -48l-363 -354l86 -500q1 -7 1 -20q0 -50 -41 -50q-19 0 -40 12l-449 236l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500
|
72 |
+
l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41t49 -41l225 -455l502 -73q56 -9 56 -46z" />
|
73 |
+
<glyph glyph-name="user" unicode="" horiz-adv-x="1280"
|
74 |
+
d="M1280 137q0 -109 -62.5 -187t-150.5 -78h-854q-88 0 -150.5 78t-62.5 187q0 85 8.5 160.5t31.5 152t58.5 131t94 89t134.5 34.5q131 -128 313 -128t313 128q76 0 134.5 -34.5t94 -89t58.5 -131t31.5 -152t8.5 -160.5zM1024 1024q0 -159 -112.5 -271.5t-271.5 -112.5
|
75 |
+
t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5z" />
|
76 |
+
<glyph glyph-name="film" unicode="" horiz-adv-x="1920"
|
77 |
+
d="M384 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 320v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM384 704v128q0 26 -19 45t-45 19h-128
|
78 |
+
q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 -64v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM384 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45
|
79 |
+
t45 -19h128q26 0 45 19t19 45zM1792 -64v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1408 704v512q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-512q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1792 320v128
|
80 |
+
q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 704v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1792 1088v128q0 26 -19 45t-45 19h-128q-26 0 -45 -19
|
81 |
+
t-19 -45v-128q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1920 1248v-1344q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1344q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
82 |
+
<glyph glyph-name="th_large" unicode="" horiz-adv-x="1664"
|
83 |
+
d="M768 512v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM768 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 512v-384q0 -52 -38 -90t-90 -38
|
84 |
+
h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90zM1664 1280v-384q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
|
85 |
+
<glyph glyph-name="th" unicode="" horiz-adv-x="1792"
|
86 |
+
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 288v-192q0 -40 -28 -68t-68 -28h-320
|
87 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
|
88 |
+
h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1152 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192
|
89 |
+
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68z" />
|
90 |
+
<glyph glyph-name="th_list" unicode="" horiz-adv-x="1792"
|
91 |
+
d="M512 288v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM512 800v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 288v-192q0 -40 -28 -68t-68 -28h-960
|
92 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68zM512 1312v-192q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h320q40 0 68 -28t28 -68zM1792 800v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28
|
93 |
+
h960q40 0 68 -28t28 -68zM1792 1312v-192q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h960q40 0 68 -28t28 -68z" />
|
94 |
+
<glyph glyph-name="ok" unicode="" horiz-adv-x="1792"
|
95 |
+
d="M1671 970q0 -40 -28 -68l-724 -724l-136 -136q-28 -28 -68 -28t-68 28l-136 136l-362 362q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -295l656 657q28 28 68 28t68 -28l136 -136q28 -28 28 -68z" />
|
96 |
+
<glyph glyph-name="remove" unicode="" horiz-adv-x="1408"
|
97 |
+
d="M1298 214q0 -40 -28 -68l-136 -136q-28 -28 -68 -28t-68 28l-294 294l-294 -294q-28 -28 -68 -28t-68 28l-136 136q-28 28 -28 68t28 68l294 294l-294 294q-28 28 -28 68t28 68l136 136q28 28 68 28t68 -28l294 -294l294 294q28 28 68 28t68 -28l136 -136q28 -28 28 -68
|
98 |
+
t-28 -68l-294 -294l294 -294q28 -28 28 -68z" />
|
99 |
+
<glyph glyph-name="zoom_in" unicode="" horiz-adv-x="1664"
|
100 |
+
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-224q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v224h-224q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h224v224q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5v-224h224
|
101 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5zM1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5
|
102 |
+
t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z" />
|
103 |
+
<glyph glyph-name="zoom_out" unicode="" horiz-adv-x="1664"
|
104 |
+
d="M1024 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-576q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h576q13 0 22.5 -9.5t9.5 -22.5zM1152 704q0 185 -131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5t316.5 131.5t131.5 316.5z
|
105 |
+
M1664 -128q0 -53 -37.5 -90.5t-90.5 -37.5q-54 0 -90 38l-343 342q-179 -124 -399 -124q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5t273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -220 -124 -399l343 -343q37 -37 37 -90z
|
106 |
+
" />
|
107 |
+
<glyph glyph-name="off" unicode=""
|
108 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61t-298 61t-245 164t-164 245t-61 298q0 182 80.5 343t226.5 270q43 32 95.5 25t83.5 -50q32 -42 24.5 -94.5t-49.5 -84.5q-98 -74 -151.5 -181t-53.5 -228q0 -104 40.5 -198.5t109.5 -163.5t163.5 -109.5
|
109 |
+
t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5q0 121 -53.5 228t-151.5 181q-42 32 -49.5 84.5t24.5 94.5q31 43 84 50t95 -25q146 -109 226.5 -270t80.5 -343zM896 1408v-640q0 -52 -38 -90t-90 -38t-90 38t-38 90v640q0 52 38 90t90 38t90 -38t38 -90z" />
|
110 |
+
<glyph glyph-name="signal" unicode="" horiz-adv-x="1792"
|
111 |
+
d="M256 96v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 224v-320q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 480v-576q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
|
112 |
+
v576q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1408 864v-960q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1376v-1472q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1472q0 14 9 23t23 9h192q14 0 23 -9t9 -23z" />
|
113 |
+
<glyph glyph-name="cog" unicode=""
|
114 |
+
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1536 749v-222q0 -12 -8 -23t-20 -13l-185 -28q-19 -54 -39 -91q35 -50 107 -138q10 -12 10 -25t-9 -23q-27 -37 -99 -108t-94 -71q-12 0 -26 9l-138 108q-44 -23 -91 -38
|
115 |
+
q-16 -136 -29 -186q-7 -28 -36 -28h-222q-14 0 -24.5 8.5t-11.5 21.5l-28 184q-49 16 -90 37l-141 -107q-10 -9 -25 -9q-14 0 -25 11q-126 114 -165 168q-7 10 -7 23q0 12 8 23q15 21 51 66.5t54 70.5q-27 50 -41 99l-183 27q-13 2 -21 12.5t-8 23.5v222q0 12 8 23t19 13
|
116 |
+
l186 28q14 46 39 92q-40 57 -107 138q-10 12 -10 24q0 10 9 23q26 36 98.5 107.5t94.5 71.5q13 0 26 -10l138 -107q44 23 91 38q16 136 29 186q7 28 36 28h222q14 0 24.5 -8.5t11.5 -21.5l28 -184q49 -16 90 -37l142 107q9 9 24 9q13 0 25 -10q129 -119 165 -170q7 -8 7 -22
|
117 |
+
q0 -12 -8 -23q-15 -21 -51 -66.5t-54 -70.5q26 -50 41 -98l183 -28q13 -2 21 -12.5t8 -23.5z" />
|
118 |
+
<glyph glyph-name="trash" unicode="" horiz-adv-x="1408"
|
119 |
+
d="M512 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM768 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1024 800v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576
|
120 |
+
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1152 76v948h-896v-948q0 -22 7 -40.5t14.5 -27t10.5 -8.5h832q3 0 10.5 8.5t14.5 27t7 40.5zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832
|
121 |
+
q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
|
122 |
+
<glyph glyph-name="home" unicode="" horiz-adv-x="1664"
|
123 |
+
d="M1408 544v-480q0 -26 -19 -45t-45 -19h-384v384h-256v-384h-384q-26 0 -45 19t-19 45v480q0 1 0.5 3t0.5 3l575 474l575 -474q1 -2 1 -6zM1631 613l-62 -74q-8 -9 -21 -11h-3q-13 0 -21 7l-692 577l-692 -577q-12 -8 -24 -7q-13 2 -21 11l-62 74q-8 10 -7 23.5t11 21.5
|
124 |
+
l719 599q32 26 76 26t76 -26l244 -204v195q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-408l219 -182q10 -8 11 -21.5t-7 -23.5z" />
|
125 |
+
<glyph glyph-name="file_alt" unicode=""
|
126 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
127 |
+
" />
|
128 |
+
<glyph glyph-name="time" unicode=""
|
129 |
+
d="M896 992v-448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
|
130 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
131 |
+
<glyph glyph-name="road" unicode="" horiz-adv-x="1920"
|
132 |
+
d="M1111 540v4l-24 320q-1 13 -11 22.5t-23 9.5h-186q-13 0 -23 -9.5t-11 -22.5l-24 -320v-4q-1 -12 8 -20t21 -8h244q12 0 21 8t8 20zM1870 73q0 -73 -46 -73h-704q13 0 22 9.5t8 22.5l-20 256q-1 13 -11 22.5t-23 9.5h-272q-13 0 -23 -9.5t-11 -22.5l-20 -256
|
133 |
+
q-1 -13 8 -22.5t22 -9.5h-704q-46 0 -46 73q0 54 26 116l417 1044q8 19 26 33t38 14h339q-13 0 -23 -9.5t-11 -22.5l-15 -192q-1 -14 8 -23t22 -9h166q13 0 22 9t8 23l-15 192q-1 13 -11 22.5t-23 9.5h339q20 0 38 -14t26 -33l417 -1044q26 -62 26 -116z" />
|
134 |
+
<glyph glyph-name="download_alt" unicode="" horiz-adv-x="1664"
|
135 |
+
d="M1280 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 416v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h465l135 -136
|
136 |
+
q58 -56 136 -56t136 56l136 136h464q40 0 68 -28t28 -68zM1339 985q17 -41 -14 -70l-448 -448q-18 -19 -45 -19t-45 19l-448 448q-31 29 -14 70q17 39 59 39h256v448q0 26 19 45t45 19h256q26 0 45 -19t19 -45v-448h256q42 0 59 -39z" />
|
137 |
+
<glyph glyph-name="download" unicode=""
|
138 |
+
d="M1120 608q0 -12 -10 -24l-319 -319q-11 -9 -23 -9t-23 9l-320 320q-15 16 -7 35q8 20 30 20h192v352q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-352h192q14 0 23 -9t9 -23zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273
|
139 |
+
t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
140 |
+
<glyph glyph-name="upload" unicode=""
|
141 |
+
d="M1118 660q-8 -20 -30 -20h-192v-352q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v352h-192q-14 0 -23 9t-9 23q0 12 10 24l319 319q11 9 23 9t23 -9l320 -320q15 -16 7 -35zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198
|
142 |
+
t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
143 |
+
<glyph glyph-name="inbox" unicode=""
|
144 |
+
d="M1023 576h316q-1 3 -2.5 8.5t-2.5 7.5l-212 496h-708l-212 -496q-1 -3 -2.5 -8.5t-2.5 -7.5h316l95 -192h320zM1536 546v-482q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v482q0 62 25 123l238 552q10 25 36.5 42t52.5 17h832q26 0 52.5 -17t36.5 -42l238 -552
|
145 |
+
q25 -61 25 -123z" />
|
146 |
+
<glyph glyph-name="play_circle" unicode=""
|
147 |
+
d="M1184 640q0 -37 -32 -55l-544 -320q-15 -9 -32 -9q-16 0 -32 8q-32 19 -32 56v640q0 37 32 56q33 18 64 -1l544 -320q32 -18 32 -55zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640
|
148 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
149 |
+
<glyph glyph-name="repeat" unicode=""
|
150 |
+
d="M1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l138 138q-148 137 -349 137q-104 0 -198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5q119 0 225 52t179 147q7 10 23 12q15 0 25 -9
|
151 |
+
l137 -138q9 -8 9.5 -20.5t-7.5 -22.5q-109 -132 -264 -204.5t-327 -72.5q-156 0 -298 61t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q147 0 284.5 -55.5t244.5 -156.5l130 129q29 31 70 14q39 -17 39 -59z" />
|
152 |
+
<glyph glyph-name="refresh" unicode=""
|
153 |
+
d="M1511 480q0 -5 -1 -7q-64 -268 -268 -434.5t-478 -166.5q-146 0 -282.5 55t-243.5 157l-129 -129q-19 -19 -45 -19t-45 19t-19 45v448q0 26 19 45t45 19h448q26 0 45 -19t19 -45t-19 -45l-137 -137q71 -66 161 -102t187 -36q134 0 250 65t186 179q11 17 53 117
|
154 |
+
q8 23 30 23h192q13 0 22.5 -9.5t9.5 -22.5zM1536 1280v-448q0 -26 -19 -45t-45 -19h-448q-26 0 -45 19t-19 45t19 45l138 138q-148 137 -349 137q-134 0 -250 -65t-186 -179q-11 -17 -53 -117q-8 -23 -30 -23h-199q-13 0 -22.5 9.5t-9.5 22.5v7q65 268 270 434.5t480 166.5
|
155 |
+
q146 0 284 -55.5t245 -156.5l130 129q19 19 45 19t45 -19t19 -45z" />
|
156 |
+
<glyph glyph-name="list_alt" unicode="" horiz-adv-x="1792"
|
157 |
+
d="M384 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
158 |
+
M384 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1536 352v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5z
|
159 |
+
M1536 608v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5t9.5 -22.5zM1536 864v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h960q13 0 22.5 -9.5
|
160 |
+
t9.5 -22.5zM1664 160v832q0 13 -9.5 22.5t-22.5 9.5h-1472q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1472q13 0 22.5 9.5t9.5 22.5zM1792 1248v-1088q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1472q66 0 113 -47
|
161 |
+
t47 -113z" />
|
162 |
+
<glyph glyph-name="lock" unicode="" horiz-adv-x="1152"
|
163 |
+
d="M320 768h512v192q0 106 -75 181t-181 75t-181 -75t-75 -181v-192zM1152 672v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v192q0 184 132 316t316 132t316 -132t132 -316v-192h32q40 0 68 -28t28 -68z" />
|
164 |
+
<glyph glyph-name="flag" unicode="" horiz-adv-x="1792"
|
165 |
+
d="M320 1280q0 -72 -64 -110v-1266q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v1266q-64 38 -64 110q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -25 -12.5 -38.5t-39.5 -27.5q-215 -116 -369 -116q-61 0 -123.5 22t-108.5 48
|
166 |
+
t-115.5 48t-142.5 22q-192 0 -464 -146q-17 -9 -33 -9q-26 0 -45 19t-19 45v742q0 32 31 55q21 14 79 43q236 120 421 120q107 0 200 -29t219 -88q38 -19 88 -19q54 0 117.5 21t110 47t88 47t54.5 21q26 0 45 -19t19 -45z" />
|
167 |
+
<glyph glyph-name="headphones" unicode="" horiz-adv-x="1664"
|
168 |
+
d="M1664 650q0 -166 -60 -314l-20 -49l-185 -33q-22 -83 -90.5 -136.5t-156.5 -53.5v-32q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v576q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-32q71 0 130 -35.5t93 -95.5l68 12q29 95 29 193q0 148 -88 279t-236.5 209t-315.5 78
|
169 |
+
t-315.5 -78t-236.5 -209t-88 -279q0 -98 29 -193l68 -12q34 60 93 95.5t130 35.5v32q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-576q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v32q-88 0 -156.5 53.5t-90.5 136.5l-185 33l-20 49q-60 148 -60 314q0 151 67 291t179 242.5
|
170 |
+
t266 163.5t320 61t320 -61t266 -163.5t179 -242.5t67 -291z" />
|
171 |
+
<glyph glyph-name="volume_off" unicode="" horiz-adv-x="768"
|
172 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45z" />
|
173 |
+
<glyph glyph-name="volume_down" unicode="" horiz-adv-x="1152"
|
174 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
|
175 |
+
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142z" />
|
176 |
+
<glyph glyph-name="volume_up" unicode="" horiz-adv-x="1664"
|
177 |
+
d="M768 1184v-1088q0 -26 -19 -45t-45 -19t-45 19l-333 333h-262q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h262l333 333q19 19 45 19t45 -19t19 -45zM1152 640q0 -76 -42.5 -141.5t-112.5 -93.5q-10 -5 -25 -5q-26 0 -45 18.5t-19 45.5q0 21 12 35.5t29 25t34 23t29 36
|
178 |
+
t12 56.5t-12 56.5t-29 36t-34 23t-29 25t-12 35.5q0 27 19 45.5t45 18.5q15 0 25 -5q70 -27 112.5 -93t42.5 -142zM1408 640q0 -153 -85 -282.5t-225 -188.5q-13 -5 -25 -5q-27 0 -46 19t-19 45q0 39 39 59q56 29 76 44q74 54 115.5 135.5t41.5 173.5t-41.5 173.5
|
179 |
+
t-115.5 135.5q-20 15 -76 44q-39 20 -39 59q0 26 19 45t45 19q13 0 26 -5q140 -59 225 -188.5t85 -282.5zM1664 640q0 -230 -127 -422.5t-338 -283.5q-13 -5 -26 -5q-26 0 -45 19t-19 45q0 36 39 59q7 4 22.5 10.5t22.5 10.5q46 25 82 51q123 91 192 227t69 289t-69 289
|
180 |
+
t-192 227q-36 26 -82 51q-7 4 -22.5 10.5t-22.5 10.5q-39 23 -39 59q0 26 19 45t45 19q13 0 26 -5q211 -91 338 -283.5t127 -422.5z" />
|
181 |
+
<glyph glyph-name="qrcode" unicode="" horiz-adv-x="1408"
|
182 |
+
d="M384 384v-128h-128v128h128zM384 1152v-128h-128v128h128zM1152 1152v-128h-128v128h128zM128 129h384v383h-384v-383zM128 896h384v384h-384v-384zM896 896h384v384h-384v-384zM640 640v-640h-640v640h640zM1152 128v-128h-128v128h128zM1408 128v-128h-128v128h128z
|
183 |
+
M1408 640v-384h-384v128h-128v-384h-128v640h384v-128h128v128h128zM640 1408v-640h-640v640h640zM1408 1408v-640h-640v640h640z" />
|
184 |
+
<glyph glyph-name="barcode" unicode="" horiz-adv-x="1792"
|
185 |
+
d="M63 0h-63v1408h63v-1408zM126 1h-32v1407h32v-1407zM220 1h-31v1407h31v-1407zM377 1h-31v1407h31v-1407zM534 1h-62v1407h62v-1407zM660 1h-31v1407h31v-1407zM723 1h-31v1407h31v-1407zM786 1h-31v1407h31v-1407zM943 1h-63v1407h63v-1407zM1100 1h-63v1407h63v-1407z
|
186 |
+
M1226 1h-63v1407h63v-1407zM1352 1h-63v1407h63v-1407zM1446 1h-63v1407h63v-1407zM1635 1h-94v1407h94v-1407zM1698 1h-32v1407h32v-1407zM1792 0h-63v1408h63v-1408z" />
|
187 |
+
<glyph glyph-name="tag" unicode=""
|
188 |
+
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
|
189 |
+
l715 -714q37 -39 37 -91z" />
|
190 |
+
<glyph glyph-name="tags" unicode="" horiz-adv-x="1920"
|
191 |
+
d="M448 1088q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1515 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-53 0 -90 37l-715 716q-38 37 -64.5 101t-26.5 117v416q0 52 38 90t90 38h416q53 0 117 -26.5t102 -64.5
|
192 |
+
l715 -714q37 -39 37 -91zM1899 512q0 -53 -37 -90l-491 -492q-39 -37 -91 -37q-36 0 -59 14t-53 45l470 470q37 37 37 90q0 52 -37 91l-715 714q-38 38 -102 64.5t-117 26.5h224q53 0 117 -26.5t102 -64.5l715 -714q37 -39 37 -91z" />
|
193 |
+
<glyph glyph-name="book" unicode="" horiz-adv-x="1664"
|
194 |
+
d="M1639 1058q40 -57 18 -129l-275 -906q-19 -64 -76.5 -107.5t-122.5 -43.5h-923q-77 0 -148.5 53.5t-99.5 131.5q-24 67 -2 127q0 4 3 27t4 37q1 8 -3 21.5t-3 19.5q2 11 8 21t16.5 23.5t16.5 23.5q23 38 45 91.5t30 91.5q3 10 0.5 30t-0.5 28q3 11 17 28t17 23
|
195 |
+
q21 36 42 92t25 90q1 9 -2.5 32t0.5 28q4 13 22 30.5t22 22.5q19 26 42.5 84.5t27.5 96.5q1 8 -3 25.5t-2 26.5q2 8 9 18t18 23t17 21q8 12 16.5 30.5t15 35t16 36t19.5 32t26.5 23.5t36 11.5t47.5 -5.5l-1 -3q38 9 51 9h761q74 0 114 -56t18 -130l-274 -906
|
196 |
+
q-36 -119 -71.5 -153.5t-128.5 -34.5h-869q-27 0 -38 -15q-11 -16 -1 -43q24 -70 144 -70h923q29 0 56 15.5t35 41.5l300 987q7 22 5 57q38 -15 59 -43zM575 1056q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5
|
197 |
+
t-16.5 -22.5zM492 800q-4 -13 2 -22.5t20 -9.5h608q13 0 25.5 9.5t16.5 22.5l21 64q4 13 -2 22.5t-20 9.5h-608q-13 0 -25.5 -9.5t-16.5 -22.5z" />
|
198 |
+
<glyph glyph-name="bookmark" unicode="" horiz-adv-x="1280"
|
199 |
+
d="M1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
|
200 |
+
<glyph glyph-name="print" unicode="" horiz-adv-x="1664"
|
201 |
+
d="M384 0h896v256h-896v-256zM384 640h896v384h-160q-40 0 -68 28t-28 68v160h-640v-640zM1536 576q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 576v-416q0 -13 -9.5 -22.5t-22.5 -9.5h-224v-160q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68
|
202 |
+
v160h-224q-13 0 -22.5 9.5t-9.5 22.5v416q0 79 56.5 135.5t135.5 56.5h64v544q0 40 28 68t68 28h672q40 0 88 -20t76 -48l152 -152q28 -28 48 -76t20 -88v-256h64q79 0 135.5 -56.5t56.5 -135.5z" />
|
203 |
+
<glyph glyph-name="camera" unicode="" horiz-adv-x="1920"
|
204 |
+
d="M960 864q119 0 203.5 -84.5t84.5 -203.5t-84.5 -203.5t-203.5 -84.5t-203.5 84.5t-84.5 203.5t84.5 203.5t203.5 84.5zM1664 1280q106 0 181 -75t75 -181v-896q0 -106 -75 -181t-181 -75h-1408q-106 0 -181 75t-75 181v896q0 106 75 181t181 75h224l51 136
|
205 |
+
q19 49 69.5 84.5t103.5 35.5h512q53 0 103.5 -35.5t69.5 -84.5l51 -136h224zM960 128q185 0 316.5 131.5t131.5 316.5t-131.5 316.5t-316.5 131.5t-316.5 -131.5t-131.5 -316.5t131.5 -316.5t316.5 -131.5z" />
|
206 |
+
<glyph glyph-name="font" unicode="" horiz-adv-x="1664"
|
207 |
+
d="M725 977l-170 -450q33 0 136.5 -2t160.5 -2q19 0 57 2q-87 253 -184 452zM0 -128l2 79q23 7 56 12.5t57 10.5t49.5 14.5t44.5 29t31 50.5l237 616l280 724h75h53q8 -14 11 -21l205 -480q33 -78 106 -257.5t114 -274.5q15 -34 58 -144.5t72 -168.5q20 -45 35 -57
|
208 |
+
q19 -15 88 -29.5t84 -20.5q6 -38 6 -57q0 -5 -0.5 -13.5t-0.5 -12.5q-63 0 -190 8t-191 8q-76 0 -215 -7t-178 -8q0 43 4 78l131 28q1 0 12.5 2.5t15.5 3.5t14.5 4.5t15 6.5t11 8t9 11t2.5 14q0 16 -31 96.5t-72 177.5t-42 100l-450 2q-26 -58 -76.5 -195.5t-50.5 -162.5
|
209 |
+
q0 -22 14 -37.5t43.5 -24.5t48.5 -13.5t57 -8.5t41 -4q1 -19 1 -58q0 -9 -2 -27q-58 0 -174.5 10t-174.5 10q-8 0 -26.5 -4t-21.5 -4q-80 -14 -188 -14z" />
|
210 |
+
<glyph glyph-name="bold" unicode="" horiz-adv-x="1408"
|
211 |
+
d="M555 15q74 -32 140 -32q376 0 376 335q0 114 -41 180q-27 44 -61.5 74t-67.5 46.5t-80.5 25t-84 10.5t-94.5 2q-73 0 -101 -10q0 -53 -0.5 -159t-0.5 -158q0 -8 -1 -67.5t-0.5 -96.5t4.5 -83.5t12 -66.5zM541 761q42 -7 109 -7q82 0 143 13t110 44.5t74.5 89.5t25.5 142
|
212 |
+
q0 70 -29 122.5t-79 82t-108 43.5t-124 14q-50 0 -130 -13q0 -50 4 -151t4 -152q0 -27 -0.5 -80t-0.5 -79q0 -46 1 -69zM0 -128l2 94q15 4 85 16t106 27q7 12 12.5 27t8.5 33.5t5.5 32.5t3 37.5t0.5 34v35.5v30q0 982 -22 1025q-4 8 -22 14.5t-44.5 11t-49.5 7t-48.5 4.5
|
213 |
+
t-30.5 3l-4 83q98 2 340 11.5t373 9.5q23 0 68 -0.5t68 -0.5q70 0 136.5 -13t128.5 -42t108 -71t74 -104.5t28 -137.5q0 -52 -16.5 -95.5t-39 -72t-64.5 -57.5t-73 -45t-84 -40q154 -35 256.5 -134t102.5 -248q0 -100 -35 -179.5t-93.5 -130.5t-138 -85.5t-163.5 -48.5
|
214 |
+
t-176 -14q-44 0 -132 3t-132 3q-106 0 -307 -11t-231 -12z" />
|
215 |
+
<glyph glyph-name="italic" unicode="" horiz-adv-x="1024"
|
216 |
+
d="M0 -126l17 85q22 7 61.5 16.5t72 19t59.5 23.5q28 35 41 101q1 7 62 289t114 543.5t52 296.5v25q-24 13 -54.5 18.5t-69.5 8t-58 5.5l19 103q33 -2 120 -6.5t149.5 -7t120.5 -2.5q48 0 98.5 2.5t121 7t98.5 6.5q-5 -39 -19 -89q-30 -10 -101.5 -28.5t-108.5 -33.5
|
217 |
+
q-8 -19 -14 -42.5t-9 -40t-7.5 -45.5t-6.5 -42q-27 -148 -87.5 -419.5t-77.5 -355.5q-2 -9 -13 -58t-20 -90t-16 -83.5t-6 -57.5l1 -18q17 -4 185 -31q-3 -44 -16 -99q-11 0 -32.5 -1.5t-32.5 -1.5q-29 0 -87 10t-86 10q-138 2 -206 2q-51 0 -143 -9t-121 -11z" />
|
218 |
+
<glyph glyph-name="text_height" unicode="" horiz-adv-x="1792"
|
219 |
+
d="M1744 128q33 0 42 -18.5t-11 -44.5l-126 -162q-20 -26 -49 -26t-49 26l-126 162q-20 26 -11 44.5t42 18.5h80v1024h-80q-33 0 -42 18.5t11 44.5l126 162q20 26 49 26t49 -26l126 -162q20 -26 11 -44.5t-42 -18.5h-80v-1024h80zM81 1407l54 -27q12 -5 211 -5q44 0 132 2
|
220 |
+
t132 2q36 0 107.5 -0.5t107.5 -0.5h293q6 0 21 -0.5t20.5 0t16 3t17.5 9t15 17.5l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 48t-14.5 73.5t-7.5 35.5q-6 8 -12 12.5t-15.5 6t-13 2.5t-18 0.5t-16.5 -0.5
|
221 |
+
q-17 0 -66.5 0.5t-74.5 0.5t-64 -2t-71 -6q-9 -81 -8 -136q0 -94 2 -388t2 -455q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
|
222 |
+
q19 42 19 383q0 101 -3 303t-3 303v117q0 2 0.5 15.5t0.5 25t-1 25.5t-3 24t-5 14q-11 12 -162 12q-33 0 -93 -12t-80 -26q-19 -13 -34 -72.5t-31.5 -111t-42.5 -53.5q-42 26 -56 44v383z" />
|
223 |
+
<glyph glyph-name="text_width" unicode=""
|
224 |
+
d="M81 1407l54 -27q12 -5 211 -5q44 0 132 2t132 2q70 0 246.5 1t304.5 0.5t247 -4.5q33 -1 56 31l42 1q4 0 14 -0.5t14 -0.5q2 -112 2 -336q0 -80 -5 -109q-39 -14 -68 -18q-25 44 -54 128q-3 9 -11 47.5t-15 73.5t-7 36q-10 13 -27 19q-5 2 -66 2q-30 0 -93 1t-103 1
|
225 |
+
t-94 -2t-96 -7q-9 -81 -8 -136l1 -152v52q0 -55 1 -154t1.5 -180t0.5 -153q0 -16 -2.5 -71.5t0 -91.5t12.5 -69q40 -21 124 -42.5t120 -37.5q5 -40 5 -50q0 -14 -3 -29l-34 -1q-76 -2 -218 8t-207 10q-50 0 -151 -9t-152 -9q-3 51 -3 52v9q17 27 61.5 43t98.5 29t78 27
|
226 |
+
q7 16 11.5 74t6 145.5t1.5 155t-0.5 153.5t-0.5 89q0 7 -2.5 21.5t-2.5 22.5q0 7 0.5 44t1 73t0 76.5t-3 67.5t-6.5 32q-11 12 -162 12q-41 0 -163 -13.5t-138 -24.5q-19 -12 -34 -71.5t-31.5 -111.5t-42.5 -54q-42 26 -56 44v383zM1310 125q12 0 42 -19.5t57.5 -41.5
|
227 |
+
t59.5 -49t36 -30q26 -21 26 -49t-26 -49q-4 -3 -36 -30t-59.5 -49t-57.5 -41.5t-42 -19.5q-13 0 -20.5 10.5t-10 28.5t-2.5 33.5t1.5 33t1.5 19.5h-1024q0 -2 1.5 -19.5t1.5 -33t-2.5 -33.5t-10 -28.5t-20.5 -10.5q-12 0 -42 19.5t-57.5 41.5t-59.5 49t-36 30q-26 21 -26 49
|
228 |
+
t26 49q4 3 36 30t59.5 49t57.5 41.5t42 19.5q13 0 20.5 -10.5t10 -28.5t2.5 -33.5t-1.5 -33t-1.5 -19.5h1024q0 2 -1.5 19.5t-1.5 33t2.5 33.5t10 28.5t20.5 10.5z" />
|
229 |
+
<glyph glyph-name="align_left" unicode="" horiz-adv-x="1792"
|
230 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45
|
231 |
+
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
232 |
+
<glyph glyph-name="align_center" unicode="" horiz-adv-x="1792"
|
233 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1408 576v-128q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h896q26 0 45 -19t19 -45zM1664 960v-128q0 -26 -19 -45t-45 -19
|
234 |
+
h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1280 1344v-128q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h640q26 0 45 -19t19 -45z" />
|
235 |
+
<glyph glyph-name="align_right" unicode="" horiz-adv-x="1792"
|
236 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1280q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
|
237 |
+
t-45 -19h-1536q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1536q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1152q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
238 |
+
<glyph glyph-name="align_justify" unicode="" horiz-adv-x="1792"
|
239 |
+
d="M1792 192v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 576v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 960v-128q0 -26 -19 -45
|
240 |
+
t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-128q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
|
241 |
+
<glyph glyph-name="list" unicode="" horiz-adv-x="1792"
|
242 |
+
d="M256 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM256 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5
|
243 |
+
t9.5 -22.5zM256 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344
|
244 |
+
q13 0 22.5 -9.5t9.5 -22.5zM256 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-192q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h192q13 0 22.5 -9.5t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
|
245 |
+
t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v192
|
246 |
+
q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5z" />
|
247 |
+
<glyph glyph-name="indent_left" unicode="" horiz-adv-x="1792"
|
248 |
+
d="M384 992v-576q0 -13 -9.5 -22.5t-22.5 -9.5q-14 0 -23 9l-288 288q-9 9 -9 23t9 23l288 288q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
|
249 |
+
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
|
250 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
|
251 |
+
<glyph glyph-name="indent_right" unicode="" horiz-adv-x="1792"
|
252 |
+
d="M352 704q0 -14 -9 -23l-288 -288q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v576q0 13 9.5 22.5t22.5 9.5q14 0 23 -9l288 -288q9 -9 9 -23zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5
|
253 |
+
t9.5 -22.5zM1792 608v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088q13 0 22.5 -9.5t9.5 -22.5zM1792 992v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1088q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1088
|
254 |
+
q13 0 22.5 -9.5t9.5 -22.5zM1792 1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1728q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1728q13 0 22.5 -9.5t9.5 -22.5z" />
|
255 |
+
<glyph glyph-name="facetime_video" unicode="" horiz-adv-x="1792"
|
256 |
+
d="M1792 1184v-1088q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-403 403v-166q0 -119 -84.5 -203.5t-203.5 -84.5h-704q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h704q119 0 203.5 -84.5t84.5 -203.5v-165l403 402q18 19 45 19q12 0 25 -5
|
257 |
+
q39 -17 39 -59z" />
|
258 |
+
<glyph glyph-name="picture" unicode="" horiz-adv-x="1920"
|
259 |
+
d="M640 960q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1664 576v-448h-1408v192l320 320l160 -160l512 512zM1760 1280h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-1216q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5v1216
|
260 |
+
q0 13 -9.5 22.5t-22.5 9.5zM1920 1248v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
261 |
+
<glyph glyph-name="pencil" unicode=""
|
262 |
+
d="M363 0l91 91l-235 235l-91 -91v-107h128v-128h107zM886 928q0 22 -22 22q-10 0 -17 -7l-542 -542q-7 -7 -7 -17q0 -22 22 -22q10 0 17 7l542 542q7 7 7 17zM832 1120l416 -416l-832 -832h-416v416zM1515 1024q0 -53 -37 -90l-166 -166l-416 416l166 165q36 38 90 38
|
263 |
+
q53 0 91 -38l235 -234q37 -39 37 -91z" />
|
264 |
+
<glyph glyph-name="map_marker" unicode="" horiz-adv-x="1024"
|
265 |
+
d="M768 896q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1024 896q0 -109 -33 -179l-364 -774q-16 -33 -47.5 -52t-67.5 -19t-67.5 19t-46.5 52l-365 774q-33 70 -33 179q0 212 150 362t362 150t362 -150t150 -362z" />
|
266 |
+
<glyph glyph-name="adjust" unicode=""
|
267 |
+
d="M768 96v1088q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
268 |
+
<glyph glyph-name="tint" unicode="" horiz-adv-x="1024"
|
269 |
+
d="M512 384q0 36 -20 69q-1 1 -15.5 22.5t-25.5 38t-25 44t-21 50.5q-4 16 -21 16t-21 -16q-7 -23 -21 -50.5t-25 -44t-25.5 -38t-15.5 -22.5q-20 -33 -20 -69q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 512q0 -212 -150 -362t-362 -150t-362 150t-150 362
|
270 |
+
q0 145 81 275q6 9 62.5 90.5t101 151t99.5 178t83 201.5q9 30 34 47t51 17t51.5 -17t33.5 -47q28 -93 83 -201.5t99.5 -178t101 -151t62.5 -90.5q81 -127 81 -275z" />
|
271 |
+
<glyph glyph-name="edit" unicode="" horiz-adv-x="1792"
|
272 |
+
d="M888 352l116 116l-152 152l-116 -116v-56h96v-96h56zM1328 1072q-16 16 -33 -1l-350 -350q-17 -17 -1 -33t33 1l350 350q17 17 1 33zM1408 478v-190q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
|
273 |
+
q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-14 -14 -32 -8q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v126q0 13 9 22l64 64q15 15 35 7t20 -29zM1312 1216l288 -288l-672 -672h-288v288zM1756 1084l-92 -92
|
274 |
+
l-288 288l92 92q28 28 68 28t68 -28l152 -152q28 -28 28 -68t-28 -68z" />
|
275 |
+
<glyph glyph-name="share" unicode="" horiz-adv-x="1664"
|
276 |
+
d="M1408 547v-259q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h255v0q13 0 22.5 -9.5t9.5 -22.5q0 -27 -26 -32q-77 -26 -133 -60q-10 -4 -16 -4h-112q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832
|
277 |
+
q66 0 113 47t47 113v214q0 19 18 29q28 13 54 37q16 16 35 8q21 -9 21 -29zM1645 1043l-384 -384q-18 -19 -45 -19q-12 0 -25 5q-39 17 -39 59v192h-160q-323 0 -438 -131q-119 -137 -74 -473q3 -23 -20 -34q-8 -2 -12 -2q-16 0 -26 13q-10 14 -21 31t-39.5 68.5t-49.5 99.5
|
278 |
+
t-38.5 114t-17.5 122q0 49 3.5 91t14 90t28 88t47 81.5t68.5 74t94.5 61.5t124.5 48.5t159.5 30.5t196.5 11h160v192q0 42 39 59q13 5 25 5q26 0 45 -19l384 -384q19 -19 19 -45t-19 -45z" />
|
279 |
+
<glyph glyph-name="check" unicode="" horiz-adv-x="1664"
|
280 |
+
d="M1408 606v-318q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q63 0 117 -25q15 -7 18 -23q3 -17 -9 -29l-49 -49q-10 -10 -23 -10q-3 0 -9 2q-23 6 -45 6h-832q-66 0 -113 -47t-47 -113v-832
|
281 |
+
q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v254q0 13 9 22l64 64q10 10 23 10q6 0 12 -3q20 -8 20 -29zM1639 1095l-814 -814q-24 -24 -57 -24t-57 24l-430 430q-24 24 -24 57t24 57l110 110q24 24 57 24t57 -24l263 -263l647 647q24 24 57 24t57 -24l110 -110
|
282 |
+
q24 -24 24 -57t-24 -57z" />
|
283 |
+
<glyph glyph-name="move" unicode="" horiz-adv-x="1792"
|
284 |
+
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-384v-384h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v384h-384v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45
|
285 |
+
t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h384v384h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45t-19 -45t-45 -19h-128v-384h384v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
|
286 |
+
<glyph glyph-name="step_backward" unicode="" horiz-adv-x="1024"
|
287 |
+
d="M979 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19z" />
|
288 |
+
<glyph glyph-name="fast_backward" unicode="" horiz-adv-x="1792"
|
289 |
+
d="M1747 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-678q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-678q4 10 13 19l710 710
|
290 |
+
q19 19 32 13t13 -32v-710q4 10 13 19z" />
|
291 |
+
<glyph glyph-name="backward" unicode="" horiz-adv-x="1664"
|
292 |
+
d="M1619 1395q19 19 32 13t13 -32v-1472q0 -26 -13 -32t-32 13l-710 710q-9 9 -13 19v-710q0 -26 -13 -32t-32 13l-710 710q-19 19 -19 45t19 45l710 710q19 19 32 13t13 -32v-710q4 10 13 19z" />
|
293 |
+
<glyph glyph-name="play" unicode="" horiz-adv-x="1408"
|
294 |
+
d="M1384 609l-1328 -738q-23 -13 -39.5 -3t-16.5 36v1472q0 26 16.5 36t39.5 -3l1328 -738q23 -13 23 -31t-23 -31z" />
|
295 |
+
<glyph glyph-name="pause" unicode=""
|
296 |
+
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45zM640 1344v-1408q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h512q26 0 45 -19t19 -45z" />
|
297 |
+
<glyph glyph-name="stop" unicode=""
|
298 |
+
d="M1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
299 |
+
<glyph glyph-name="forward" unicode="" horiz-adv-x="1664"
|
300 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q19 -19 19 -45t-19 -45l-710 -710q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
|
301 |
+
<glyph glyph-name="fast_forward" unicode="" horiz-adv-x="1792"
|
302 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v710q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19l-710 -710
|
303 |
+
q-19 -19 -32 -13t-13 32v710q-4 -10 -13 -19z" />
|
304 |
+
<glyph glyph-name="step_forward" unicode="" horiz-adv-x="1024"
|
305 |
+
d="M45 -115q-19 -19 -32 -13t-13 32v1472q0 26 13 32t32 -13l710 -710q9 -9 13 -19v678q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-1408q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v678q-4 -10 -13 -19z" />
|
306 |
+
<glyph glyph-name="eject" unicode="" horiz-adv-x="1538"
|
307 |
+
d="M14 557l710 710q19 19 45 19t45 -19l710 -710q19 -19 13 -32t-32 -13h-1472q-26 0 -32 13t13 32zM1473 0h-1408q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1408q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19z" />
|
308 |
+
<glyph glyph-name="chevron_left" unicode="" horiz-adv-x="1280"
|
309 |
+
d="M1171 1235l-531 -531l531 -531q19 -19 19 -45t-19 -45l-166 -166q-19 -19 -45 -19t-45 19l-742 742q-19 19 -19 45t19 45l742 742q19 19 45 19t45 -19l166 -166q19 -19 19 -45t-19 -45z" />
|
310 |
+
<glyph glyph-name="chevron_right" unicode="" horiz-adv-x="1280"
|
311 |
+
d="M1107 659l-742 -742q-19 -19 -45 -19t-45 19l-166 166q-19 19 -19 45t19 45l531 531l-531 531q-19 19 -19 45t19 45l166 166q19 19 45 19t45 -19l742 -742q19 -19 19 -45t-19 -45z" />
|
312 |
+
<glyph glyph-name="plus_sign" unicode=""
|
313 |
+
d="M1216 576v128q0 26 -19 45t-45 19h-256v256q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-256h-256q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h256v-256q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v256h256q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5
|
314 |
+
t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
315 |
+
<glyph glyph-name="minus_sign" unicode=""
|
316 |
+
d="M1216 576v128q0 26 -19 45t-45 19h-768q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h768q26 0 45 19t19 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5
|
317 |
+
t103 -385.5z" />
|
318 |
+
<glyph glyph-name="remove_sign" unicode=""
|
319 |
+
d="M1149 414q0 26 -19 45l-181 181l181 181q19 19 19 45q0 27 -19 46l-90 90q-19 19 -46 19q-26 0 -45 -19l-181 -181l-181 181q-19 19 -45 19q-27 0 -46 -19l-90 -90q-19 -19 -19 -46q0 -26 19 -45l181 -181l-181 -181q-19 -19 -19 -45q0 -27 19 -46l90 -90q19 -19 46 -19
|
320 |
+
q26 0 45 19l181 181l181 -181q19 -19 45 -19q27 0 46 19l90 90q19 19 19 46zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
321 |
+
<glyph glyph-name="ok_sign" unicode=""
|
322 |
+
d="M1284 802q0 28 -18 46l-91 90q-19 19 -45 19t-45 -19l-408 -407l-226 226q-19 19 -45 19t-45 -19l-91 -90q-18 -18 -18 -46q0 -27 18 -45l362 -362q19 -19 45 -19q27 0 46 19l543 543q18 18 18 45zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
323 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
324 |
+
<glyph glyph-name="question_sign" unicode=""
|
325 |
+
d="M896 160v192q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h192q14 0 23 9t9 23zM1152 832q0 88 -55.5 163t-138.5 116t-170 41q-243 0 -371 -213q-15 -24 8 -42l132 -100q7 -6 19 -6q16 0 25 12q53 68 86 92q34 24 86 24q48 0 85.5 -26t37.5 -59
|
326 |
+
q0 -38 -20 -61t-68 -45q-63 -28 -115.5 -86.5t-52.5 -125.5v-36q0 -14 9 -23t23 -9h192q14 0 23 9t9 23q0 19 21.5 49.5t54.5 49.5q32 18 49 28.5t46 35t44.5 48t28 60.5t12.5 81zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
327 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
328 |
+
<glyph glyph-name="info_sign" unicode=""
|
329 |
+
d="M1024 160v160q0 14 -9 23t-23 9h-96v512q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h96v-320h-96q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23t23 -9h448q14 0 23 9t9 23zM896 1056v160q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-160q0 -14 9 -23
|
330 |
+
t23 -9h192q14 0 23 9t9 23zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
331 |
+
<glyph glyph-name="screenshot" unicode=""
|
332 |
+
d="M1197 512h-109q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h109q-32 108 -112.5 188.5t-188.5 112.5v-109q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v109q-108 -32 -188.5 -112.5t-112.5 -188.5h109q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-109
|
333 |
+
q32 -108 112.5 -188.5t188.5 -112.5v109q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-109q108 32 188.5 112.5t112.5 188.5zM1536 704v-128q0 -26 -19 -45t-45 -19h-143q-37 -161 -154.5 -278.5t-278.5 -154.5v-143q0 -26 -19 -45t-45 -19h-128q-26 0 -45 19t-19 45v143
|
334 |
+
q-161 37 -278.5 154.5t-154.5 278.5h-143q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h143q37 161 154.5 278.5t278.5 154.5v143q0 26 19 45t45 19h128q26 0 45 -19t19 -45v-143q161 -37 278.5 -154.5t154.5 -278.5h143q26 0 45 -19t19 -45z" />
|
335 |
+
<glyph glyph-name="remove_circle" unicode=""
|
336 |
+
d="M1097 457l-146 -146q-10 -10 -23 -10t-23 10l-137 137l-137 -137q-10 -10 -23 -10t-23 10l-146 146q-10 10 -10 23t10 23l137 137l-137 137q-10 10 -10 23t10 23l146 146q10 10 23 10t23 -10l137 -137l137 137q10 10 23 10t23 -10l146 -146q10 -10 10 -23t-10 -23
|
337 |
+
l-137 -137l137 -137q10 -10 10 -23t-10 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5
|
338 |
+
t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
339 |
+
<glyph glyph-name="ok_circle" unicode=""
|
340 |
+
d="M1171 723l-422 -422q-19 -19 -45 -19t-45 19l-294 294q-19 19 -19 45t19 45l102 102q19 19 45 19t45 -19l147 -147l275 275q19 19 45 19t45 -19l102 -102q19 -19 19 -45t-19 -45zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198
|
341 |
+
t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
342 |
+
<glyph glyph-name="ban_circle" unicode=""
|
343 |
+
d="M1312 643q0 161 -87 295l-754 -753q137 -89 297 -89q111 0 211.5 43.5t173.5 116.5t116 174.5t43 212.5zM313 344l755 754q-135 91 -300 91q-148 0 -273 -73t-198 -199t-73 -274q0 -162 89 -299zM1536 643q0 -157 -61 -300t-163.5 -246t-245 -164t-298.5 -61t-298.5 61
|
344 |
+
t-245 164t-163.5 246t-61 300t61 299.5t163.5 245.5t245 164t298.5 61t298.5 -61t245 -164t163.5 -245.5t61 -299.5z" />
|
345 |
+
<glyph glyph-name="arrow_left" unicode=""
|
346 |
+
d="M1536 640v-128q0 -53 -32.5 -90.5t-84.5 -37.5h-704l293 -294q38 -36 38 -90t-38 -90l-75 -76q-37 -37 -90 -37q-52 0 -91 37l-651 652q-37 37 -37 90q0 52 37 91l651 650q38 38 91 38q52 0 90 -38l75 -74q38 -38 38 -91t-38 -91l-293 -293h704q52 0 84.5 -37.5
|
347 |
+
t32.5 -90.5z" />
|
348 |
+
<glyph glyph-name="arrow_right" unicode=""
|
349 |
+
d="M1472 576q0 -54 -37 -91l-651 -651q-39 -37 -91 -37q-51 0 -90 37l-75 75q-38 38 -38 91t38 91l293 293h-704q-52 0 -84.5 37.5t-32.5 90.5v128q0 53 32.5 90.5t84.5 37.5h704l-293 294q-38 36 -38 90t38 90l75 75q38 38 90 38q53 0 91 -38l651 -651q37 -35 37 -90z" />
|
350 |
+
<glyph glyph-name="arrow_up" unicode="" horiz-adv-x="1664"
|
351 |
+
d="M1611 565q0 -51 -37 -90l-75 -75q-38 -38 -91 -38q-54 0 -90 38l-294 293v-704q0 -52 -37.5 -84.5t-90.5 -32.5h-128q-53 0 -90.5 32.5t-37.5 84.5v704l-294 -293q-36 -38 -90 -38t-90 38l-75 75q-38 38 -38 90q0 53 38 91l651 651q35 37 90 37q54 0 91 -37l651 -651
|
352 |
+
q37 -39 37 -91z" />
|
353 |
+
<glyph glyph-name="arrow_down" unicode="" horiz-adv-x="1664"
|
354 |
+
d="M1611 704q0 -53 -37 -90l-651 -652q-39 -37 -91 -37q-53 0 -90 37l-651 652q-38 36 -38 90q0 53 38 91l74 75q39 37 91 37q53 0 90 -37l294 -294v704q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-704l294 294q37 37 90 37q52 0 91 -37l75 -75q37 -39 37 -91z" />
|
355 |
+
<glyph glyph-name="share_alt" unicode="" horiz-adv-x="1792"
|
356 |
+
d="M1792 896q0 -26 -19 -45l-512 -512q-19 -19 -45 -19t-45 19t-19 45v256h-224q-98 0 -175.5 -6t-154 -21.5t-133 -42.5t-105.5 -69.5t-80 -101t-48.5 -138.5t-17.5 -181q0 -55 5 -123q0 -6 2.5 -23.5t2.5 -26.5q0 -15 -8.5 -25t-23.5 -10q-16 0 -28 17q-7 9 -13 22
|
357 |
+
t-13.5 30t-10.5 24q-127 285 -127 451q0 199 53 333q162 403 875 403h224v256q0 26 19 45t45 19t45 -19l512 -512q19 -19 19 -45z" />
|
358 |
+
<glyph glyph-name="resize_full" unicode=""
|
359 |
+
d="M755 480q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23zM1536 1344v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332
|
360 |
+
q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45z" />
|
361 |
+
<glyph glyph-name="resize_small" unicode=""
|
362 |
+
d="M768 576v-448q0 -26 -19 -45t-45 -19t-45 19l-144 144l-332 -332q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l332 332l-144 144q-19 19 -19 45t19 45t45 19h448q26 0 45 -19t19 -45zM1523 1248q0 -13 -10 -23l-332 -332l144 -144q19 -19 19 -45t-19 -45
|
363 |
+
t-45 -19h-448q-26 0 -45 19t-19 45v448q0 26 19 45t45 19t45 -19l144 -144l332 332q10 10 23 10t23 -10l114 -114q10 -10 10 -23z" />
|
364 |
+
<glyph glyph-name="plus" unicode="" horiz-adv-x="1408"
|
365 |
+
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-416v-416q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v416h-416q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h416v416q0 40 28 68t68 28h192q40 0 68 -28t28 -68v-416h416q40 0 68 -28t28 -68z" />
|
366 |
+
<glyph glyph-name="minus" unicode="" horiz-adv-x="1408"
|
367 |
+
d="M1408 800v-192q0 -40 -28 -68t-68 -28h-1216q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h1216q40 0 68 -28t28 -68z" />
|
368 |
+
<glyph glyph-name="asterisk" unicode="" horiz-adv-x="1664"
|
369 |
+
d="M1482 486q46 -26 59.5 -77.5t-12.5 -97.5l-64 -110q-26 -46 -77.5 -59.5t-97.5 12.5l-266 153v-307q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v307l-266 -153q-46 -26 -97.5 -12.5t-77.5 59.5l-64 110q-26 46 -12.5 97.5t59.5 77.5l266 154l-266 154
|
370 |
+
q-46 26 -59.5 77.5t12.5 97.5l64 110q26 46 77.5 59.5t97.5 -12.5l266 -153v307q0 52 38 90t90 38h128q52 0 90 -38t38 -90v-307l266 153q46 26 97.5 12.5t77.5 -59.5l64 -110q26 -46 12.5 -97.5t-59.5 -77.5l-266 -154z" />
|
371 |
+
<glyph glyph-name="exclamation_sign" unicode=""
|
372 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM896 161v190q0 14 -9 23.5t-22 9.5h-192q-13 0 -23 -10t-10 -23v-190q0 -13 10 -23t23 -10h192
|
373 |
+
q13 0 22 9.5t9 23.5zM894 505l18 621q0 12 -10 18q-10 8 -24 8h-220q-14 0 -24 -8q-10 -6 -10 -18l17 -621q0 -10 10 -17.5t24 -7.5h185q14 0 23.5 7.5t10.5 17.5z" />
|
374 |
+
<glyph glyph-name="gift" unicode=""
|
375 |
+
d="M928 180v56v468v192h-320v-192v-468v-56q0 -25 18 -38.5t46 -13.5h192q28 0 46 13.5t18 38.5zM472 1024h195l-126 161q-26 31 -69 31q-40 0 -68 -28t-28 -68t28 -68t68 -28zM1160 1120q0 40 -28 68t-68 28q-43 0 -69 -31l-125 -161h194q40 0 68 28t28 68zM1536 864v-320
|
376 |
+
q0 -14 -9 -23t-23 -9h-96v-416q0 -40 -28 -68t-68 -28h-1088q-40 0 -68 28t-28 68v416h-96q-14 0 -23 9t-9 23v320q0 14 9 23t23 9h440q-93 0 -158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5q107 0 168 -77l128 -165l128 165q61 77 168 77q93 0 158.5 -65.5t65.5 -158.5
|
377 |
+
t-65.5 -158.5t-158.5 -65.5h440q14 0 23 -9t9 -23z" />
|
378 |
+
<glyph glyph-name="leaf" unicode="" horiz-adv-x="1792"
|
379 |
+
d="M1280 832q0 26 -19 45t-45 19q-172 0 -318 -49.5t-259.5 -134t-235.5 -219.5q-19 -21 -19 -45q0 -26 19 -45t45 -19q24 0 45 19q27 24 74 71t67 66q137 124 268.5 176t313.5 52q26 0 45 19t19 45zM1792 1030q0 -95 -20 -193q-46 -224 -184.5 -383t-357.5 -268
|
380 |
+
q-214 -108 -438 -108q-148 0 -286 47q-15 5 -88 42t-96 37q-16 0 -39.5 -32t-45 -70t-52.5 -70t-60 -32q-43 0 -63.5 17.5t-45.5 59.5q-2 4 -6 11t-5.5 10t-3 9.5t-1.5 13.5q0 35 31 73.5t68 65.5t68 56t31 48q0 4 -14 38t-16 44q-9 51 -9 104q0 115 43.5 220t119 184.5
|
381 |
+
t170.5 139t204 95.5q55 18 145 25.5t179.5 9t178.5 6t163.5 24t113.5 56.5l29.5 29.5t29.5 28t27 20t36.5 16t43.5 4.5q39 0 70.5 -46t47.5 -112t24 -124t8 -96z" />
|
382 |
+
<glyph glyph-name="fire" unicode="" horiz-adv-x="1408"
|
383 |
+
d="M1408 -160v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-1344q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h1344q13 0 22.5 -9.5t9.5 -22.5zM1152 896q0 -78 -24.5 -144t-64 -112.5t-87.5 -88t-96 -77.5t-87.5 -72t-64 -81.5t-24.5 -96.5q0 -96 67 -224l-4 1l1 -1
|
384 |
+
q-90 41 -160 83t-138.5 100t-113.5 122.5t-72.5 150.5t-27.5 184q0 78 24.5 144t64 112.5t87.5 88t96 77.5t87.5 72t64 81.5t24.5 96.5q0 94 -66 224l3 -1l-1 1q90 -41 160 -83t138.5 -100t113.5 -122.5t72.5 -150.5t27.5 -184z" />
|
385 |
+
<glyph glyph-name="eye_open" unicode="" horiz-adv-x="1792"
|
386 |
+
d="M1664 576q-152 236 -381 353q61 -104 61 -225q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 121 61 225q-229 -117 -381 -353q133 -205 333.5 -326.5t434.5 -121.5t434.5 121.5t333.5 326.5zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5
|
387 |
+
t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1792 576q0 -34 -20 -69q-140 -230 -376.5 -368.5t-499.5 -138.5t-499.5 139t-376.5 368q-20 35 -20 69t20 69q140 229 376.5 368t499.5 139t499.5 -139t376.5 -368q20 -35 20 -69z" />
|
388 |
+
<glyph glyph-name="eye_close" unicode="" horiz-adv-x="1792"
|
389 |
+
d="M555 201l78 141q-87 63 -136 159t-49 203q0 121 61 225q-229 -117 -381 -353q167 -258 427 -375zM944 960q0 20 -14 34t-34 14q-125 0 -214.5 -89.5t-89.5 -214.5q0 -20 14 -34t34 -14t34 14t14 34q0 86 61 147t147 61q20 0 34 14t14 34zM1307 1151q0 -7 -1 -9
|
390 |
+
q-106 -189 -316 -567t-315 -566l-49 -89q-10 -16 -28 -16q-12 0 -134 70q-16 10 -16 28q0 12 44 87q-143 65 -263.5 173t-208.5 245q-20 31 -20 69t20 69q153 235 380 371t496 136q89 0 180 -17l54 97q10 16 28 16q5 0 18 -6t31 -15.5t33 -18.5t31.5 -18.5t19.5 -11.5
|
391 |
+
q16 -10 16 -27zM1344 704q0 -139 -79 -253.5t-209 -164.5l280 502q8 -45 8 -84zM1792 576q0 -35 -20 -69q-39 -64 -109 -145q-150 -172 -347.5 -267t-419.5 -95l74 132q212 18 392.5 137t301.5 307q-115 179 -282 294l63 112q95 -64 182.5 -153t144.5 -184q20 -34 20 -69z
|
392 |
+
" />
|
393 |
+
<glyph glyph-name="warning_sign" unicode="" horiz-adv-x="1792"
|
394 |
+
d="M1024 161v190q0 14 -9.5 23.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -23.5v-190q0 -14 9.5 -23.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 23.5zM1022 535l18 459q0 12 -10 19q-13 11 -24 11h-220q-11 0 -24 -11q-10 -7 -10 -21l17 -457q0 -10 10 -16.5t24 -6.5h185
|
395 |
+
q14 0 23.5 6.5t10.5 16.5zM1008 1469l768 -1408q35 -63 -2 -126q-17 -29 -46.5 -46t-63.5 -17h-1536q-34 0 -63.5 17t-46.5 46q-37 63 -2 126l768 1408q17 31 47 49t65 18t65 -18t47 -49z" />
|
396 |
+
<glyph glyph-name="plane" unicode="" horiz-adv-x="1408"
|
397 |
+
d="M1376 1376q44 -52 12 -148t-108 -172l-161 -161l160 -696q5 -19 -12 -33l-128 -96q-7 -6 -19 -6q-4 0 -7 1q-15 3 -21 16l-279 508l-259 -259l53 -194q5 -17 -8 -31l-96 -96q-9 -9 -23 -9h-2q-15 2 -24 13l-189 252l-252 189q-11 7 -13 23q-1 13 9 25l96 97q9 9 23 9
|
398 |
+
q6 0 8 -1l194 -53l259 259l-508 279q-14 8 -17 24q-2 16 9 27l128 128q14 13 30 8l665 -159l160 160q76 76 172 108t148 -12z" />
|
399 |
+
<glyph glyph-name="calendar" unicode="" horiz-adv-x="1664"
|
400 |
+
d="M128 -128h288v288h-288v-288zM480 -128h320v288h-320v-288zM128 224h288v320h-288v-320zM480 224h320v320h-320v-320zM128 608h288v288h-288v-288zM864 -128h320v288h-320v-288zM480 608h320v288h-320v-288zM1248 -128h288v288h-288v-288zM864 224h320v320h-320v-320z
|
401 |
+
M512 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1248 224h288v320h-288v-320zM864 608h320v288h-320v-288zM1248 608h288v288h-288v-288zM1280 1088v288q0 13 -9.5 22.5t-22.5 9.5h-64
|
402 |
+
q-13 0 -22.5 -9.5t-9.5 -22.5v-288q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1664 1152v-1280q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47
|
403 |
+
h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
404 |
+
<glyph glyph-name="random" unicode="" horiz-adv-x="1792"
|
405 |
+
d="M666 1055q-60 -92 -137 -273q-22 45 -37 72.5t-40.5 63.5t-51 56.5t-63 35t-81.5 14.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q250 0 410 -225zM1792 256q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192q-32 0 -85 -0.5t-81 -1t-73 1
|
406 |
+
t-71 5t-64 10.5t-63 18.5t-58 28.5t-59 40t-55 53.5t-56 69.5q59 93 136 273q22 -45 37 -72.5t40.5 -63.5t51 -56.5t63 -35t81.5 -14.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1792 1152q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5
|
407 |
+
v192h-256q-48 0 -87 -15t-69 -45t-51 -61.5t-45 -77.5q-32 -62 -78 -171q-29 -66 -49.5 -111t-54 -105t-64 -100t-74 -83t-90 -68.5t-106.5 -42t-128 -16.5h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224q48 0 87 15t69 45t51 61.5t45 77.5q32 62 78 171q29 66 49.5 111
|
408 |
+
t54 105t64 100t74 83t90 68.5t106.5 42t128 16.5h256v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
|
409 |
+
<glyph glyph-name="comment" unicode="" horiz-adv-x="1792"
|
410 |
+
d="M1792 640q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22q-17 -2 -30.5 9t-17.5 29v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281
|
411 |
+
q0 130 71 248.5t191 204.5t286 136.5t348 50.5q244 0 450 -85.5t326 -233t120 -321.5z" />
|
412 |
+
<glyph glyph-name="magnet" unicode=""
|
413 |
+
d="M1536 704v-128q0 -201 -98.5 -362t-274 -251.5t-395.5 -90.5t-395.5 90.5t-274 251.5t-98.5 362v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-128q0 -52 23.5 -90t53.5 -57t71 -30t64 -13t44 -2t44 2t64 13t71 30t53.5 57t23.5 90v128q0 26 19 45t45 19h384
|
414 |
+
q26 0 45 -19t19 -45zM512 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45zM1536 1344v-384q0 -26 -19 -45t-45 -19h-384q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h384q26 0 45 -19t19 -45z" />
|
415 |
+
<glyph glyph-name="chevron_up" unicode="" horiz-adv-x="1792"
|
416 |
+
d="M1683 205l-166 -165q-19 -19 -45 -19t-45 19l-531 531l-531 -531q-19 -19 -45 -19t-45 19l-166 165q-19 19 -19 45.5t19 45.5l742 741q19 19 45 19t45 -19l742 -741q19 -19 19 -45.5t-19 -45.5z" />
|
417 |
+
<glyph glyph-name="chevron_down" unicode="" horiz-adv-x="1792"
|
418 |
+
d="M1683 728l-742 -741q-19 -19 -45 -19t-45 19l-742 741q-19 19 -19 45.5t19 45.5l166 165q19 19 45 19t45 -19l531 -531l531 531q19 19 45 19t45 -19l166 -165q19 -19 19 -45.5t-19 -45.5z" />
|
419 |
+
<glyph glyph-name="retweet" unicode="" horiz-adv-x="1920"
|
420 |
+
d="M1280 32q0 -13 -9.5 -22.5t-22.5 -9.5h-960q-8 0 -13.5 2t-9 7t-5.5 8t-3 11.5t-1 11.5v13v11v160v416h-192q-26 0 -45 19t-19 45q0 24 15 41l320 384q19 22 49 22t49 -22l320 -384q15 -17 15 -41q0 -26 -19 -45t-45 -19h-192v-384h576q16 0 25 -11l160 -192q7 -10 7 -21
|
421 |
+
zM1920 448q0 -24 -15 -41l-320 -384q-20 -23 -49 -23t-49 23l-320 384q-15 17 -15 41q0 26 19 45t45 19h192v384h-576q-16 0 -25 12l-160 192q-7 9 -7 20q0 13 9.5 22.5t22.5 9.5h960q8 0 13.5 -2t9 -7t5.5 -8t3 -11.5t1 -11.5v-13v-11v-160v-416h192q26 0 45 -19t19 -45z
|
422 |
+
" />
|
423 |
+
<glyph glyph-name="shopping_cart" unicode="" horiz-adv-x="1664"
|
424 |
+
d="M640 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1536 0q0 -52 -38 -90t-90 -38t-90 38t-38 90t38 90t90 38t90 -38t38 -90zM1664 1088v-512q0 -24 -16.5 -42.5t-40.5 -21.5l-1044 -122q13 -60 13 -70q0 -16 -24 -64h920q26 0 45 -19t19 -45
|
425 |
+
t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 11 8 31.5t16 36t21.5 40t15.5 29.5l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t19.5 -15.5t13 -24.5t8 -26t5.5 -29.5t4.5 -26h1201q26 0 45 -19t19 -45z" />
|
426 |
+
<glyph glyph-name="folder_close" unicode="" horiz-adv-x="1664"
|
427 |
+
d="M1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
|
428 |
+
<glyph glyph-name="folder_open" unicode="" horiz-adv-x="1920"
|
429 |
+
d="M1879 584q0 -31 -31 -66l-336 -396q-43 -51 -120.5 -86.5t-143.5 -35.5h-1088q-34 0 -60.5 13t-26.5 43q0 31 31 66l336 396q43 51 120.5 86.5t143.5 35.5h1088q34 0 60.5 -13t26.5 -43zM1536 928v-160h-832q-94 0 -197 -47.5t-164 -119.5l-337 -396l-5 -6q0 4 -0.5 12.5
|
430 |
+
t-0.5 12.5v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158z" />
|
431 |
+
<glyph glyph-name="resize_vertical" unicode="" horiz-adv-x="768"
|
432 |
+
d="M704 1216q0 -26 -19 -45t-45 -19h-128v-1024h128q26 0 45 -19t19 -45t-19 -45l-256 -256q-19 -19 -45 -19t-45 19l-256 256q-19 19 -19 45t19 45t45 19h128v1024h-128q-26 0 -45 19t-19 45t19 45l256 256q19 19 45 19t45 -19l256 -256q19 -19 19 -45z" />
|
433 |
+
<glyph glyph-name="resize_horizontal" unicode="" horiz-adv-x="1792"
|
434 |
+
d="M1792 640q0 -26 -19 -45l-256 -256q-19 -19 -45 -19t-45 19t-19 45v128h-1024v-128q0 -26 -19 -45t-45 -19t-45 19l-256 256q-19 19 -19 45t19 45l256 256q19 19 45 19t45 -19t19 -45v-128h1024v128q0 26 19 45t45 19t45 -19l256 -256q19 -19 19 -45z" />
|
435 |
+
<glyph glyph-name="bar_chart" unicode="" horiz-adv-x="2048"
|
436 |
+
d="M640 640v-512h-256v512h256zM1024 1152v-1024h-256v1024h256zM2048 0v-128h-2048v1536h128v-1408h1920zM1408 896v-768h-256v768h256zM1792 1280v-1152h-256v1152h256z" />
|
437 |
+
<glyph glyph-name="twitter_sign" unicode=""
|
438 |
+
d="M1280 926q-56 -25 -121 -34q68 40 93 117q-65 -38 -134 -51q-61 66 -153 66q-87 0 -148.5 -61.5t-61.5 -148.5q0 -29 5 -48q-129 7 -242 65t-192 155q-29 -50 -29 -106q0 -114 91 -175q-47 1 -100 26v-2q0 -75 50 -133.5t123 -72.5q-29 -8 -51 -8q-13 0 -39 4
|
439 |
+
q21 -63 74.5 -104t121.5 -42q-116 -90 -261 -90q-26 0 -50 3q148 -94 322 -94q112 0 210 35.5t168 95t120.5 137t75 162t24.5 168.5q0 18 -1 27q63 45 105 109zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5
|
440 |
+
t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
441 |
+
<glyph glyph-name="facebook_sign" unicode=""
|
442 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-188v595h199l30 232h-229v148q0 56 23.5 84t91.5 28l122 1v207q-63 9 -178 9q-136 0 -217.5 -80t-81.5 -226v-171h-200v-232h200v-595h-532q-119 0 -203.5 84.5t-84.5 203.5v960
|
443 |
+
q0 119 84.5 203.5t203.5 84.5h960z" />
|
444 |
+
<glyph glyph-name="camera_retro" unicode="" horiz-adv-x="1792"
|
445 |
+
d="M928 704q0 14 -9 23t-23 9q-66 0 -113 -47t-47 -113q0 -14 9 -23t23 -9t23 9t9 23q0 40 28 68t68 28q14 0 23 9t9 23zM1152 574q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM128 0h1536v128h-1536v-128zM1280 574q0 159 -112.5 271.5
|
446 |
+
t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM256 1216h384v128h-384v-128zM128 1024h1536v118v138h-828l-64 -128h-644v-128zM1792 1280v-1280q0 -53 -37.5 -90.5t-90.5 -37.5h-1536q-53 0 -90.5 37.5t-37.5 90.5v1280
|
447 |
+
q0 53 37.5 90.5t90.5 37.5h1536q53 0 90.5 -37.5t37.5 -90.5z" />
|
448 |
+
<glyph glyph-name="key" unicode="" horiz-adv-x="1792"
|
449 |
+
d="M832 1024q0 80 -56 136t-136 56t-136 -56t-56 -136q0 -42 19 -83q-41 19 -83 19q-80 0 -136 -56t-56 -136t56 -136t136 -56t136 56t56 136q0 42 -19 83q41 -19 83 -19q80 0 136 56t56 136zM1683 320q0 -17 -49 -66t-66 -49q-9 0 -28.5 16t-36.5 33t-38.5 40t-24.5 26
|
450 |
+
l-96 -96l220 -220q28 -28 28 -68q0 -42 -39 -81t-81 -39q-40 0 -68 28l-671 671q-176 -131 -365 -131q-163 0 -265.5 102.5t-102.5 265.5q0 160 95 313t248 248t313 95q163 0 265.5 -102.5t102.5 -265.5q0 -189 -131 -365l355 -355l96 96q-3 3 -26 24.5t-40 38.5t-33 36.5
|
451 |
+
t-16 28.5q0 17 49 66t66 49q13 0 23 -10q6 -6 46 -44.5t82 -79.5t86.5 -86t73 -78t28.5 -41z" />
|
452 |
+
<glyph glyph-name="cogs" unicode="" horiz-adv-x="1920"
|
453 |
+
d="M896 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1664 128q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1152q0 52 -38 90t-90 38t-90 -38t-38 -90q0 -53 37.5 -90.5t90.5 -37.5
|
454 |
+
t90.5 37.5t37.5 90.5zM1280 731v-185q0 -10 -7 -19.5t-16 -10.5l-155 -24q-11 -35 -32 -76q34 -48 90 -115q7 -11 7 -20q0 -12 -7 -19q-23 -30 -82.5 -89.5t-78.5 -59.5q-11 0 -21 7l-115 90q-37 -19 -77 -31q-11 -108 -23 -155q-7 -24 -30 -24h-186q-11 0 -20 7.5t-10 17.5
|
455 |
+
l-23 153q-34 10 -75 31l-118 -89q-7 -7 -20 -7q-11 0 -21 8q-144 133 -144 160q0 9 7 19q10 14 41 53t47 61q-23 44 -35 82l-152 24q-10 1 -17 9.5t-7 19.5v185q0 10 7 19.5t16 10.5l155 24q11 35 32 76q-34 48 -90 115q-7 11 -7 20q0 12 7 20q22 30 82 89t79 59q11 0 21 -7
|
456 |
+
l115 -90q34 18 77 32q11 108 23 154q7 24 30 24h186q11 0 20 -7.5t10 -17.5l23 -153q34 -10 75 -31l118 89q8 7 20 7q11 0 21 -8q144 -133 144 -160q0 -8 -7 -19q-12 -16 -42 -54t-45 -60q23 -48 34 -82l152 -23q10 -2 17 -10.5t7 -19.5zM1920 198v-140q0 -16 -149 -31
|
457 |
+
q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20
|
458 |
+
t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31zM1920 1222v-140q0 -16 -149 -31q-12 -27 -30 -52q51 -113 51 -138q0 -4 -4 -7q-122 -71 -124 -71q-8 0 -46 47t-52 68
|
459 |
+
q-20 -2 -30 -2t-30 2q-14 -21 -52 -68t-46 -47q-2 0 -124 71q-4 3 -4 7q0 25 51 138q-18 25 -30 52q-149 15 -149 31v140q0 16 149 31q13 29 30 52q-51 113 -51 138q0 4 4 7q4 2 35 20t59 34t30 16q8 0 46 -46.5t52 -67.5q20 2 30 2t30 -2q51 71 92 112l6 2q4 0 124 -70
|
460 |
+
q4 -3 4 -7q0 -25 -51 -138q17 -23 30 -52q149 -15 149 -31z" />
|
461 |
+
<glyph glyph-name="comments" unicode="" horiz-adv-x="1792"
|
462 |
+
d="M1408 768q0 -139 -94 -257t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224
|
463 |
+
q0 139 94 257t256.5 186.5t353.5 68.5t353.5 -68.5t256.5 -186.5t94 -257zM1792 512q0 -120 -71 -224.5t-195 -176.5q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7
|
464 |
+
q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230z" />
|
465 |
+
<glyph glyph-name="thumbs_up_alt" unicode=""
|
466 |
+
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 768q0 51 -39 89.5t-89 38.5h-352q0 58 48 159.5t48 160.5q0 98 -32 145t-128 47q-26 -26 -38 -85t-30.5 -125.5t-59.5 -109.5q-22 -23 -77 -91q-4 -5 -23 -30t-31.5 -41t-34.5 -42.5
|
467 |
+
t-40 -44t-38.5 -35.5t-40 -27t-35.5 -9h-32v-640h32q13 0 31.5 -3t33 -6.5t38 -11t35 -11.5t35.5 -12.5t29 -10.5q211 -73 342 -73h121q192 0 192 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5q32 1 53.5 47t21.5 81zM1536 769
|
468 |
+
q0 -89 -49 -163q9 -33 9 -69q0 -77 -38 -144q3 -21 3 -43q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5h-36h-93q-96 0 -189.5 22.5t-216.5 65.5q-116 40 -138 40h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h274q36 24 137 155q58 75 107 128
|
469 |
+
q24 25 35.5 85.5t30.5 126.5t62 108q39 37 90 37q84 0 151 -32.5t102 -101.5t35 -186q0 -93 -48 -192h176q104 0 180 -76t76 -179z" />
|
470 |
+
<glyph glyph-name="thumbs_down_alt" unicode=""
|
471 |
+
d="M256 1088q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 512q0 35 -21.5 81t-53.5 47q15 17 25 47.5t10 55.5q0 69 -53 119q18 31 18 69q0 37 -17.5 73.5t-47.5 52.5q5 30 5 56q0 85 -49 126t-136 41h-128q-131 0 -342 -73q-5 -2 -29 -10.5
|
472 |
+
t-35.5 -12.5t-35 -11.5t-38 -11t-33 -6.5t-31.5 -3h-32v-640h32q16 0 35.5 -9t40 -27t38.5 -35.5t40 -44t34.5 -42.5t31.5 -41t23 -30q55 -68 77 -91q41 -43 59.5 -109.5t30.5 -125.5t38 -85q96 0 128 47t32 145q0 59 -48 160.5t-48 159.5h352q50 0 89 38.5t39 89.5z
|
473 |
+
M1536 511q0 -103 -76 -179t-180 -76h-176q48 -99 48 -192q0 -118 -35 -186q-35 -69 -102 -101.5t-151 -32.5q-51 0 -90 37q-34 33 -54 82t-25.5 90.5t-17.5 84.5t-31 64q-48 50 -107 127q-101 131 -137 155h-274q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5
|
474 |
+
h288q22 0 138 40q128 44 223 66t200 22h112q140 0 226.5 -79t85.5 -216v-5q60 -77 60 -178q0 -22 -3 -43q38 -67 38 -144q0 -36 -9 -69q49 -73 49 -163z" />
|
475 |
+
<glyph glyph-name="star_half" unicode="" horiz-adv-x="896"
|
476 |
+
d="M832 1504v-1339l-449 -236q-22 -12 -40 -12q-21 0 -31.5 14.5t-10.5 35.5q0 6 2 20l86 500l-364 354q-25 27 -25 48q0 37 56 46l502 73l225 455q19 41 49 41z" />
|
477 |
+
<glyph glyph-name="heart_empty" unicode="" horiz-adv-x="1792"
|
478 |
+
d="M1664 940q0 81 -21.5 143t-55 98.5t-81.5 59.5t-94 31t-98 8t-112 -25.5t-110.5 -64t-86.5 -72t-60 -61.5q-18 -22 -49 -22t-49 22q-24 28 -60 61.5t-86.5 72t-110.5 64t-112 25.5t-98 -8t-94 -31t-81.5 -59.5t-55 -98.5t-21.5 -143q0 -168 187 -355l581 -560l580 559
|
479 |
+
q188 188 188 356zM1792 940q0 -221 -229 -450l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-10 8 -27.5 26t-55.5 65.5t-68 97.5t-53.5 121t-23.5 138q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5 68.5t120 58t126.5 21.5
|
480 |
+
q224 0 351 -124t127 -344z" />
|
481 |
+
<glyph glyph-name="signout" unicode="" horiz-adv-x="1664"
|
482 |
+
d="M640 96q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-119 0 -203.5 84.5t-84.5 203.5v704q0 119 84.5 203.5t203.5 84.5h320q13 0 22.5 -9.5t9.5 -22.5q0 -4 1 -20t0.5 -26.5t-3 -23.5t-10 -19.5t-20.5 -6.5h-320q-66 0 -113 -47t-47 -113v-704
|
483 |
+
q0 -66 47 -113t113 -47h288h11h13t11.5 -1t11.5 -3t8 -5.5t7 -9t2 -13.5zM1568 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45z" />
|
484 |
+
<glyph glyph-name="linkedin_sign" unicode=""
|
485 |
+
d="M237 122h231v694h-231v-694zM483 1030q-1 52 -36 86t-93 34t-94.5 -34t-36.5 -86q0 -51 35.5 -85.5t92.5 -34.5h1q59 0 95 34.5t36 85.5zM1068 122h231v398q0 154 -73 233t-193 79q-136 0 -209 -117h2v101h-231q3 -66 0 -694h231v388q0 38 7 56q15 35 45 59.5t74 24.5
|
486 |
+
q116 0 116 -157v-371zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
487 |
+
<glyph glyph-name="pushpin" unicode="" horiz-adv-x="1152"
|
488 |
+
d="M480 672v448q0 14 -9 23t-23 9t-23 -9t-9 -23v-448q0 -14 9 -23t23 -9t23 9t9 23zM1152 320q0 -26 -19 -45t-45 -19h-429l-51 -483q-2 -12 -10.5 -20.5t-20.5 -8.5h-1q-27 0 -32 27l-76 485h-404q-26 0 -45 19t-19 45q0 123 78.5 221.5t177.5 98.5v512q-52 0 -90 38
|
489 |
+
t-38 90t38 90t90 38h640q52 0 90 -38t38 -90t-38 -90t-90 -38v-512q99 0 177.5 -98.5t78.5 -221.5z" />
|
490 |
+
<glyph glyph-name="external_link" unicode="" horiz-adv-x="1792"
|
491 |
+
d="M1408 608v-320q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v320
|
492 |
+
q0 14 9 23t23 9h64q14 0 23 -9t9 -23zM1792 1472v-512q0 -26 -19 -45t-45 -19t-45 19l-176 176l-652 -652q-10 -10 -23 -10t-23 10l-114 114q-10 10 -10 23t10 23l652 652l-176 176q-19 19 -19 45t19 45t45 19h512q26 0 45 -19t19 -45z" />
|
493 |
+
<glyph glyph-name="signin" unicode=""
|
494 |
+
d="M1184 640q0 -26 -19 -45l-544 -544q-19 -19 -45 -19t-45 19t-19 45v288h-448q-26 0 -45 19t-19 45v384q0 26 19 45t45 19h448v288q0 26 19 45t45 19t45 -19l544 -544q19 -19 19 -45zM1536 992v-704q0 -119 -84.5 -203.5t-203.5 -84.5h-320q-13 0 -22.5 9.5t-9.5 22.5
|
495 |
+
q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q66 0 113 47t47 113v704q0 66 -47 113t-113 47h-288h-11h-13t-11.5 1t-11.5 3t-8 5.5t-7 9t-2 13.5q0 4 -1 20t-0.5 26.5t3 23.5t10 19.5t20.5 6.5h320q119 0 203.5 -84.5t84.5 -203.5z" />
|
496 |
+
<glyph glyph-name="trophy" unicode="" horiz-adv-x="1664"
|
497 |
+
d="M458 653q-74 162 -74 371h-256v-96q0 -78 94.5 -162t235.5 -113zM1536 928v96h-256q0 -209 -74 -371q141 29 235.5 113t94.5 162zM1664 1056v-128q0 -71 -41.5 -143t-112 -130t-173 -97.5t-215.5 -44.5q-42 -54 -95 -95q-38 -34 -52.5 -72.5t-14.5 -89.5q0 -54 30.5 -91
|
498 |
+
t97.5 -37q75 0 133.5 -45.5t58.5 -114.5v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 69 58.5 114.5t133.5 45.5q67 0 97.5 37t30.5 91q0 51 -14.5 89.5t-52.5 72.5q-53 41 -95 95q-113 5 -215.5 44.5t-173 97.5t-112 130t-41.5 143v128q0 40 28 68t68 28h288v96
|
499 |
+
q0 66 47 113t113 47h576q66 0 113 -47t47 -113v-96h288q40 0 68 -28t28 -68z" />
|
500 |
+
<glyph glyph-name="github_sign" unicode=""
|
501 |
+
d="M519 336q4 6 -3 13q-9 7 -14 2q-4 -6 3 -13q9 -7 14 -2zM491 377q-5 7 -12 4q-6 -4 0 -12q7 -8 12 -5q6 4 0 13zM450 417q2 4 -5 8q-7 2 -8 -2q-3 -5 4 -8q8 -2 9 2zM471 394q2 1 1.5 4.5t-3.5 5.5q-6 7 -10 3t1 -11q6 -6 11 -2zM557 319q2 7 -9 11q-9 3 -13 -4
|
502 |
+
q-2 -7 9 -11q9 -3 13 4zM599 316q0 8 -12 8q-10 0 -10 -8t11 -8t11 8zM638 323q-2 7 -13 5t-9 -9q2 -8 12 -6t10 10zM1280 640q0 212 -150 362t-362 150t-362 -150t-150 -362q0 -167 98 -300.5t252 -185.5q18 -3 26.5 5t8.5 20q0 52 -1 95q-6 -1 -15.5 -2.5t-35.5 -2t-48 4
|
503 |
+
t-43.5 20t-29.5 41.5q-23 59 -57 74q-2 1 -4.5 3.5l-8 8t-7 9.5t4 7.5t19.5 3.5q6 0 15 -2t30 -15.5t33 -35.5q16 -28 37.5 -42t43.5 -14t38 3.5t30 9.5q7 47 33 69q-49 6 -86 18.5t-73 39t-55.5 76t-19.5 119.5q0 79 53 137q-24 62 5 136q19 6 54.5 -7.5t60.5 -29.5l26 -16
|
504 |
+
q58 17 128 17t128 -17q11 7 28.5 18t55.5 26t57 9q29 -74 5 -136q53 -58 53 -137q0 -57 -14 -100.5t-35.5 -70t-53.5 -44.5t-62.5 -26t-68.5 -12q35 -31 35 -95q0 -40 -0.5 -89t-0.5 -51q0 -12 8.5 -20t26.5 -5q154 52 252 185.5t98 300.5zM1536 1120v-960
|
505 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
506 |
+
<glyph glyph-name="upload_alt" unicode="" horiz-adv-x="1664"
|
507 |
+
d="M1280 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 288v-320q0 -40 -28 -68t-68 -28h-1472q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h427q21 -56 70.5 -92
|
508 |
+
t110.5 -36h256q61 0 110.5 36t70.5 92h427q40 0 68 -28t28 -68zM1339 936q-17 -40 -59 -40h-256v-448q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v448h-256q-42 0 -59 40q-17 39 14 69l448 448q18 19 45 19t45 -19l448 -448q31 -30 14 -69z" />
|
509 |
+
<glyph glyph-name="lemon" unicode=""
|
510 |
+
d="M1407 710q0 44 -7 113.5t-18 96.5q-12 30 -17 44t-9 36.5t-4 48.5q0 23 5 68.5t5 67.5q0 37 -10 55q-4 1 -13 1q-19 0 -58 -4.5t-59 -4.5q-60 0 -176 24t-175 24q-43 0 -94.5 -11.5t-85 -23.5t-89.5 -34q-137 -54 -202 -103q-96 -73 -159.5 -189.5t-88 -236t-24.5 -248.5
|
511 |
+
q0 -40 12.5 -120t12.5 -121q0 -23 -11 -66.5t-11 -65.5t12 -36.5t34 -14.5q24 0 72.5 11t73.5 11q57 0 169.5 -15.5t169.5 -15.5q181 0 284 36q129 45 235.5 152.5t166 245.5t59.5 275zM1535 712q0 -165 -70 -327.5t-196 -288t-281 -180.5q-124 -44 -326 -44
|
512 |
+
q-57 0 -170 14.5t-169 14.5q-24 0 -72.5 -14.5t-73.5 -14.5q-73 0 -123.5 55.5t-50.5 128.5q0 24 11 68t11 67q0 40 -12.5 120.5t-12.5 121.5q0 111 18 217.5t54.5 209.5t100.5 194t150 156q78 59 232 120q194 78 316 78q60 0 175.5 -24t173.5 -24q19 0 57 5t58 5
|
513 |
+
q81 0 118 -50.5t37 -134.5q0 -23 -5 -68t-5 -68q0 -13 2 -25t3.5 -16.5t7.5 -20.5t8 -20q16 -40 25 -118.5t9 -136.5z" />
|
514 |
+
<glyph glyph-name="phone" unicode="" horiz-adv-x="1408"
|
515 |
+
d="M1408 296q0 -27 -10 -70.5t-21 -68.5q-21 -50 -122 -106q-94 -51 -186 -51q-27 0 -53 3.5t-57.5 12.5t-47 14.5t-55.5 20.5t-49 18q-98 35 -175 83q-127 79 -264 216t-216 264q-48 77 -83 175q-3 9 -18 49t-20.5 55.5t-14.5 47t-12.5 57.5t-3.5 53q0 92 51 186
|
516 |
+
q56 101 106 122q25 11 68.5 21t70.5 10q14 0 21 -3q18 -6 53 -76q11 -19 30 -54t35 -63.5t31 -53.5q3 -4 17.5 -25t21.5 -35.5t7 -28.5q0 -20 -28.5 -50t-62 -55t-62 -53t-28.5 -46q0 -9 5 -22.5t8.5 -20.5t14 -24t11.5 -19q76 -137 174 -235t235 -174q2 -1 19 -11.5t24 -14
|
517 |
+
t20.5 -8.5t22.5 -5q18 0 46 28.5t53 62t55 62t50 28.5q14 0 28.5 -7t35.5 -21.5t25 -17.5q25 -15 53.5 -31t63.5 -35t54 -30q70 -35 76 -53q3 -7 3 -21z" />
|
518 |
+
<glyph glyph-name="check_empty" unicode="" horiz-adv-x="1408"
|
519 |
+
d="M1120 1280h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113v832q0 66 -47 113t-113 47zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832
|
520 |
+
q119 0 203.5 -84.5t84.5 -203.5z" />
|
521 |
+
<glyph glyph-name="bookmark_empty" unicode="" horiz-adv-x="1280"
|
522 |
+
d="M1152 1280h-1024v-1242l423 406l89 85l89 -85l423 -406v1242zM1164 1408q23 0 44 -9q33 -13 52.5 -41t19.5 -62v-1289q0 -34 -19.5 -62t-52.5 -41q-19 -8 -44 -8q-48 0 -83 32l-441 424l-441 -424q-36 -33 -83 -33q-23 0 -44 9q-33 13 -52.5 41t-19.5 62v1289
|
523 |
+
q0 34 19.5 62t52.5 41q21 9 44 9h1048z" />
|
524 |
+
<glyph glyph-name="phone_sign" unicode=""
|
525 |
+
d="M1280 343q0 11 -2 16t-18 16.5t-40.5 25t-47.5 26.5t-45.5 25t-28.5 15q-5 3 -19 13t-25 15t-21 5q-15 0 -36.5 -20.5t-39.5 -45t-38.5 -45t-33.5 -20.5q-7 0 -16.5 3.5t-15.5 6.5t-17 9.5t-14 8.5q-99 55 -170 126.5t-127 170.5q-2 3 -8.5 14t-9.5 17t-6.5 15.5
|
526 |
+
t-3.5 16.5q0 13 20.5 33.5t45 38.5t45 39.5t20.5 36.5q0 10 -5 21t-15 25t-13 19q-3 6 -15 28.5t-25 45.5t-26.5 47.5t-25 40.5t-16.5 18t-16 2q-48 0 -101 -22q-46 -21 -80 -94.5t-34 -130.5q0 -16 2.5 -34t5 -30.5t9 -33t10 -29.5t12.5 -33t11 -30q60 -164 216.5 -320.5
|
527 |
+
t320.5 -216.5q6 -2 30 -11t33 -12.5t29.5 -10t33 -9t30.5 -5t34 -2.5q57 0 130.5 34t94.5 80q22 53 22 101zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z
|
528 |
+
" />
|
529 |
+
<glyph glyph-name="twitter" unicode="" horiz-adv-x="1664"
|
530 |
+
d="M1620 1128q-67 -98 -162 -167q1 -14 1 -42q0 -130 -38 -259.5t-115.5 -248.5t-184.5 -210.5t-258 -146t-323 -54.5q-271 0 -496 145q35 -4 78 -4q225 0 401 138q-105 2 -188 64.5t-114 159.5q33 -5 61 -5q43 0 85 11q-112 23 -185.5 111.5t-73.5 205.5v4q68 -38 146 -41
|
531 |
+
q-66 44 -105 115t-39 154q0 88 44 163q121 -149 294.5 -238.5t371.5 -99.5q-8 38 -8 74q0 134 94.5 228.5t228.5 94.5q140 0 236 -102q109 21 205 78q-37 -115 -142 -178q93 10 186 50z" />
|
532 |
+
<glyph glyph-name="facebook" unicode="" horiz-adv-x="1024"
|
533 |
+
d="M959 1524v-264h-157q-86 0 -116 -36t-30 -108v-189h293l-39 -296h-254v-759h-306v759h-255v296h255v218q0 186 104 288.5t277 102.5q147 0 228 -12z" />
|
534 |
+
<glyph glyph-name="github" unicode=""
|
535 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5q0 -251 -146.5 -451.5t-378.5 -277.5q-27 -5 -40 7t-13 30q0 3 0.5 76.5t0.5 134.5q0 97 -52 142q57 6 102.5 18t94 39t81 66.5t53 105t20.5 150.5q0 119 -79 206q37 91 -8 204q-28 9 -81 -11t-92 -44l-38 -24
|
536 |
+
q-93 26 -192 26t-192 -26q-16 11 -42.5 27t-83.5 38.5t-85 13.5q-45 -113 -8 -204q-79 -87 -79 -206q0 -85 20.5 -150t52.5 -105t80.5 -67t94 -39t102.5 -18q-39 -36 -49 -103q-21 -10 -45 -15t-57 -5t-65.5 21.5t-55.5 62.5q-19 32 -48.5 52t-49.5 24l-20 3q-21 0 -29 -4.5
|
537 |
+
t-5 -11.5t9 -14t13 -12l7 -5q22 -10 43.5 -38t31.5 -51l10 -23q13 -38 44 -61.5t67 -30t69.5 -7t55.5 3.5l23 4q0 -38 0.5 -88.5t0.5 -54.5q0 -18 -13 -30t-40 -7q-232 77 -378.5 277.5t-146.5 451.5q0 209 103 385.5t279.5 279.5t385.5 103zM291 305q3 7 -7 12
|
538 |
+
q-10 3 -13 -2q-3 -7 7 -12q9 -6 13 2zM322 271q7 5 -2 16q-10 9 -16 3q-7 -5 2 -16q10 -10 16 -3zM352 226q9 7 0 19q-8 13 -17 6q-9 -5 0 -18t17 -7zM394 184q8 8 -4 19q-12 12 -20 3q-9 -8 4 -19q12 -12 20 -3zM451 159q3 11 -13 16q-15 4 -19 -7t13 -15q15 -6 19 6z
|
539 |
+
M514 154q0 13 -17 11q-16 0 -16 -11q0 -13 17 -11q16 0 16 11zM572 164q-2 11 -18 9q-16 -3 -14 -15t18 -8t14 14z" />
|
540 |
+
<glyph glyph-name="unlock" unicode="" horiz-adv-x="1664"
|
541 |
+
d="M1664 960v-256q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45v256q0 106 -75 181t-181 75t-181 -75t-75 -181v-192h96q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h672v192q0 185 131.5 316.5t316.5 131.5
|
542 |
+
t316.5 -131.5t131.5 -316.5z" />
|
543 |
+
<glyph glyph-name="credit_card" unicode="" horiz-adv-x="1920"
|
544 |
+
d="M1760 1408q66 0 113 -47t47 -113v-1216q0 -66 -47 -113t-113 -47h-1600q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1600zM160 1280q-13 0 -22.5 -9.5t-9.5 -22.5v-224h1664v224q0 13 -9.5 22.5t-22.5 9.5h-1600zM1760 0q13 0 22.5 9.5t9.5 22.5v608h-1664v-608
|
545 |
+
q0 -13 9.5 -22.5t22.5 -9.5h1600zM256 128v128h256v-128h-256zM640 128v128h384v-128h-384z" />
|
546 |
+
<glyph glyph-name="rss" unicode="" horiz-adv-x="1408"
|
547 |
+
d="M384 192q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM896 69q2 -28 -17 -48q-18 -21 -47 -21h-135q-25 0 -43 16.5t-20 41.5q-22 229 -184.5 391.5t-391.5 184.5q-25 2 -41.5 20t-16.5 43v135q0 29 21 47q17 17 43 17h5q160 -13 306 -80.5
|
548 |
+
t259 -181.5q114 -113 181.5 -259t80.5 -306zM1408 67q2 -27 -18 -47q-18 -20 -46 -20h-143q-26 0 -44.5 17.5t-19.5 42.5q-12 215 -101 408.5t-231.5 336t-336 231.5t-408.5 102q-25 1 -42.5 19.5t-17.5 43.5v143q0 28 20 46q18 18 44 18h3q262 -13 501.5 -120t425.5 -294
|
549 |
+
q187 -186 294 -425.5t120 -501.5z" />
|
550 |
+
<glyph glyph-name="hdd" unicode=""
|
551 |
+
d="M1040 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1296 320q0 -33 -23.5 -56.5t-56.5 -23.5t-56.5 23.5t-23.5 56.5t23.5 56.5t56.5 23.5t56.5 -23.5t23.5 -56.5zM1408 160v320q0 13 -9.5 22.5t-22.5 9.5
|
552 |
+
h-1216q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h1216q13 0 22.5 9.5t9.5 22.5zM178 640h1180l-157 482q-4 13 -16 21.5t-26 8.5h-782q-14 0 -26 -8.5t-16 -21.5zM1536 480v-320q0 -66 -47 -113t-113 -47h-1216q-66 0 -113 47t-47 113v320q0 25 16 75
|
553 |
+
l197 606q17 53 63 86t101 33h782q55 0 101 -33t63 -86l197 -606q16 -50 16 -75z" />
|
554 |
+
<glyph glyph-name="bullhorn" unicode="" horiz-adv-x="1792"
|
555 |
+
d="M1664 896q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5v-384q0 -52 -38 -90t-90 -38q-417 347 -812 380q-58 -19 -91 -66t-31 -100.5t40 -92.5q-20 -33 -23 -65.5t6 -58t33.5 -55t48 -50t61.5 -50.5q-29 -58 -111.5 -83t-168.5 -11.5t-132 55.5q-7 23 -29.5 87.5
|
556 |
+
t-32 94.5t-23 89t-15 101t3.5 98.5t22 110.5h-122q-66 0 -113 47t-47 113v192q0 66 47 113t113 47h480q435 0 896 384q52 0 90 -38t38 -90v-384zM1536 292v954q-394 -302 -768 -343v-270q377 -42 768 -341z" />
|
557 |
+
<glyph glyph-name="bell" unicode="" horiz-adv-x="1792"
|
558 |
+
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM246 128h1300q-266 300 -266 832q0 51 -24 105t-69 103t-121.5 80.5t-169.5 31.5t-169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -532 -266 -832z
|
559 |
+
M1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5
|
560 |
+
t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
|
561 |
+
<glyph glyph-name="certificate" unicode=""
|
562 |
+
d="M1376 640l138 -135q30 -28 20 -70q-12 -41 -52 -51l-188 -48l53 -186q12 -41 -19 -70q-29 -31 -70 -19l-186 53l-48 -188q-10 -40 -51 -52q-12 -2 -19 -2q-31 0 -51 22l-135 138l-135 -138q-28 -30 -70 -20q-41 11 -51 52l-48 188l-186 -53q-41 -12 -70 19q-31 29 -19 70
|
563 |
+
l53 186l-188 48q-40 10 -52 51q-10 42 20 70l138 135l-138 135q-30 28 -20 70q12 41 52 51l188 48l-53 186q-12 41 19 70q29 31 70 19l186 -53l48 188q10 41 51 51q41 12 70 -19l135 -139l135 139q29 30 70 19q41 -10 51 -51l48 -188l186 53q41 12 70 -19q31 -29 19 -70
|
564 |
+
l-53 -186l188 -48q40 -10 52 -51q10 -42 -20 -70z" />
|
565 |
+
<glyph glyph-name="hand_right" unicode="" horiz-adv-x="1792"
|
566 |
+
d="M256 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1664 768q0 51 -39 89.5t-89 38.5h-576q0 20 15 48.5t33 55t33 68t15 84.5q0 67 -44.5 97.5t-115.5 30.5q-24 0 -90 -139q-24 -44 -37 -65q-40 -64 -112 -145q-71 -81 -101 -106
|
567 |
+
q-69 -57 -140 -57h-32v-640h32q72 0 167 -32t193.5 -64t179.5 -32q189 0 189 167q0 26 -5 56q30 16 47.5 52.5t17.5 73.5t-18 69q53 50 53 119q0 25 -10 55.5t-25 47.5h331q52 0 90 38t38 90zM1792 769q0 -105 -75.5 -181t-180.5 -76h-169q-4 -62 -37 -119q3 -21 3 -43
|
568 |
+
q0 -101 -60 -178q1 -139 -85 -219.5t-227 -80.5q-133 0 -322 69q-164 59 -223 59h-288q-53 0 -90.5 37.5t-37.5 90.5v640q0 53 37.5 90.5t90.5 37.5h288q10 0 21.5 4.5t23.5 14t22.5 18t24 22.5t20.5 21.5t19 21.5t14 17q65 74 100 129q13 21 33 62t37 72t40.5 63t55 49.5
|
569 |
+
t69.5 17.5q125 0 206.5 -67t81.5 -189q0 -68 -22 -128h374q104 0 180 -76t76 -179z" />
|
570 |
+
<glyph glyph-name="hand_left" unicode="" horiz-adv-x="1792"
|
571 |
+
d="M1376 128h32v640h-32q-35 0 -67.5 12t-62.5 37t-50 46t-49 54q-8 9 -12 14q-72 81 -112 145q-14 22 -38 68q-1 3 -10.5 22.5t-18.5 36t-20 35.5t-21.5 30.5t-18.5 11.5q-71 0 -115.5 -30.5t-44.5 -97.5q0 -43 15 -84.5t33 -68t33 -55t15 -48.5h-576q-50 0 -89 -38.5
|
572 |
+
t-39 -89.5q0 -52 38 -90t90 -38h331q-15 -17 -25 -47.5t-10 -55.5q0 -69 53 -119q-18 -32 -18 -69t17.5 -73.5t47.5 -52.5q-4 -24 -4 -56q0 -85 48.5 -126t135.5 -41q84 0 183 32t194 64t167 32zM1664 192q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45z
|
573 |
+
M1792 768v-640q0 -53 -37.5 -90.5t-90.5 -37.5h-288q-59 0 -223 -59q-190 -69 -317 -69q-142 0 -230 77.5t-87 217.5l1 5q-61 76 -61 178q0 22 3 43q-33 57 -37 119h-169q-105 0 -180.5 76t-75.5 181q0 103 76 179t180 76h374q-22 60 -22 128q0 122 81.5 189t206.5 67
|
574 |
+
q38 0 69.5 -17.5t55 -49.5t40.5 -63t37 -72t33 -62q35 -55 100 -129q2 -3 14 -17t19 -21.5t20.5 -21.5t24 -22.5t22.5 -18t23.5 -14t21.5 -4.5h288q53 0 90.5 -37.5t37.5 -90.5z" />
|
575 |
+
<glyph glyph-name="hand_up" unicode=""
|
576 |
+
d="M1280 -64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 700q0 189 -167 189q-26 0 -56 -5q-16 30 -52.5 47.5t-73.5 17.5t-69 -18q-50 53 -119 53q-25 0 -55.5 -10t-47.5 -25v331q0 52 -38 90t-90 38q-51 0 -89.5 -39t-38.5 -89v-576
|
577 |
+
q-20 0 -48.5 15t-55 33t-68 33t-84.5 15q-67 0 -97.5 -44.5t-30.5 -115.5q0 -24 139 -90q44 -24 65 -37q64 -40 145 -112q81 -71 106 -101q57 -69 57 -140v-32h640v32q0 72 32 167t64 193.5t32 179.5zM1536 705q0 -133 -69 -322q-59 -164 -59 -223v-288q0 -53 -37.5 -90.5
|
578 |
+
t-90.5 -37.5h-640q-53 0 -90.5 37.5t-37.5 90.5v288q0 10 -4.5 21.5t-14 23.5t-18 22.5t-22.5 24t-21.5 20.5t-21.5 19t-17 14q-74 65 -129 100q-21 13 -62 33t-72 37t-63 40.5t-49.5 55t-17.5 69.5q0 125 67 206.5t189 81.5q68 0 128 -22v374q0 104 76 180t179 76
|
579 |
+
q105 0 181 -75.5t76 -180.5v-169q62 -4 119 -37q21 3 43 3q101 0 178 -60q139 1 219.5 -85t80.5 -227z" />
|
580 |
+
<glyph glyph-name="hand_down" unicode=""
|
581 |
+
d="M1408 576q0 84 -32 183t-64 194t-32 167v32h-640v-32q0 -35 -12 -67.5t-37 -62.5t-46 -50t-54 -49q-9 -8 -14 -12q-81 -72 -145 -112q-22 -14 -68 -38q-3 -1 -22.5 -10.5t-36 -18.5t-35.5 -20t-30.5 -21.5t-11.5 -18.5q0 -71 30.5 -115.5t97.5 -44.5q43 0 84.5 15t68 33
|
582 |
+
t55 33t48.5 15v-576q0 -50 38.5 -89t89.5 -39q52 0 90 38t38 90v331q46 -35 103 -35q69 0 119 53q32 -18 69 -18t73.5 17.5t52.5 47.5q24 -4 56 -4q85 0 126 48.5t41 135.5zM1280 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1536 580
|
583 |
+
q0 -142 -77.5 -230t-217.5 -87l-5 1q-76 -61 -178 -61q-22 0 -43 3q-54 -30 -119 -37v-169q0 -105 -76 -180.5t-181 -75.5q-103 0 -179 76t-76 180v374q-54 -22 -128 -22q-121 0 -188.5 81.5t-67.5 206.5q0 38 17.5 69.5t49.5 55t63 40.5t72 37t62 33q55 35 129 100
|
584 |
+
q3 2 17 14t21.5 19t21.5 20.5t22.5 24t18 22.5t14 23.5t4.5 21.5v288q0 53 37.5 90.5t90.5 37.5h640q53 0 90.5 -37.5t37.5 -90.5v-288q0 -59 59 -223q69 -190 69 -317z" />
|
585 |
+
<glyph glyph-name="circle_arrow_left" unicode=""
|
586 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-502l189 189q19 19 19 45t-19 45l-91 91q-18 18 -45 18t-45 -18l-362 -362l-91 -91q-18 -18 -18 -45t18 -45l91 -91l362 -362q18 -18 45 -18t45 18l91 91q18 18 18 45t-18 45l-189 189h502q26 0 45 19t19 45zM1536 640
|
587 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
588 |
+
<glyph glyph-name="circle_arrow_right" unicode=""
|
589 |
+
d="M1285 640q0 27 -18 45l-91 91l-362 362q-18 18 -45 18t-45 -18l-91 -91q-18 -18 -18 -45t18 -45l189 -189h-502q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h502l-189 -189q-19 -19 -19 -45t19 -45l91 -91q18 -18 45 -18t45 18l362 362l91 91q18 18 18 45zM1536 640
|
590 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
591 |
+
<glyph glyph-name="circle_arrow_up" unicode=""
|
592 |
+
d="M1284 641q0 27 -18 45l-362 362l-91 91q-18 18 -45 18t-45 -18l-91 -91l-362 -362q-18 -18 -18 -45t18 -45l91 -91q18 -18 45 -18t45 18l189 189v-502q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v502l189 -189q19 -19 45 -19t45 19l91 91q18 18 18 45zM1536 640
|
593 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
594 |
+
<glyph glyph-name="circle_arrow_down" unicode=""
|
595 |
+
d="M1284 639q0 27 -18 45l-91 91q-18 18 -45 18t-45 -18l-189 -189v502q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-502l-189 189q-19 19 -45 19t-45 -19l-91 -91q-18 -18 -18 -45t18 -45l362 -362l91 -91q18 -18 45 -18t45 18l91 91l362 362q18 18 18 45zM1536 640
|
596 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
597 |
+
<glyph glyph-name="globe" unicode=""
|
598 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1042 887q-2 -1 -9.5 -9.5t-13.5 -9.5q2 0 4.5 5t5 11t3.5 7q6 7 22 15q14 6 52 12q34 8 51 -11
|
599 |
+
q-2 2 9.5 13t14.5 12q3 2 15 4.5t15 7.5l2 22q-12 -1 -17.5 7t-6.5 21q0 -2 -6 -8q0 7 -4.5 8t-11.5 -1t-9 -1q-10 3 -15 7.5t-8 16.5t-4 15q-2 5 -9.5 11t-9.5 10q-1 2 -2.5 5.5t-3 6.5t-4 5.5t-5.5 2.5t-7 -5t-7.5 -10t-4.5 -5q-3 2 -6 1.5t-4.5 -1t-4.5 -3t-5 -3.5
|
600 |
+
q-3 -2 -8.5 -3t-8.5 -2q15 5 -1 11q-10 4 -16 3q9 4 7.5 12t-8.5 14h5q-1 4 -8.5 8.5t-17.5 8.5t-13 6q-8 5 -34 9.5t-33 0.5q-5 -6 -4.5 -10.5t4 -14t3.5 -12.5q1 -6 -5.5 -13t-6.5 -12q0 -7 14 -15.5t10 -21.5q-3 -8 -16 -16t-16 -12q-5 -8 -1.5 -18.5t10.5 -16.5
|
601 |
+
q2 -2 1.5 -4t-3.5 -4.5t-5.5 -4t-6.5 -3.5l-3 -2q-11 -5 -20.5 6t-13.5 26q-7 25 -16 30q-23 8 -29 -1q-5 13 -41 26q-25 9 -58 4q6 1 0 15q-7 15 -19 12q3 6 4 17.5t1 13.5q3 13 12 23q1 1 7 8.5t9.5 13.5t0.5 6q35 -4 50 11q5 5 11.5 17t10.5 17q9 6 14 5.5t14.5 -5.5
|
602 |
+
t14.5 -5q14 -1 15.5 11t-7.5 20q12 -1 3 17q-4 7 -8 9q-12 4 -27 -5q-8 -4 2 -8q-1 1 -9.5 -10.5t-16.5 -17.5t-16 5q-1 1 -5.5 13.5t-9.5 13.5q-8 0 -16 -15q3 8 -11 15t-24 8q19 12 -8 27q-7 4 -20.5 5t-19.5 -4q-5 -7 -5.5 -11.5t5 -8t10.5 -5.5t11.5 -4t8.5 -3
|
603 |
+
q14 -10 8 -14q-2 -1 -8.5 -3.5t-11.5 -4.5t-6 -4q-3 -4 0 -14t-2 -14q-5 5 -9 17.5t-7 16.5q7 -9 -25 -6l-10 1q-4 0 -16 -2t-20.5 -1t-13.5 8q-4 8 0 20q1 4 4 2q-4 3 -11 9.5t-10 8.5q-46 -15 -94 -41q6 -1 12 1q5 2 13 6.5t10 5.5q34 14 42 7l5 5q14 -16 20 -25
|
604 |
+
q-7 4 -30 1q-20 -6 -22 -12q7 -12 5 -18q-4 3 -11.5 10t-14.5 11t-15 5q-16 0 -22 -1q-146 -80 -235 -222q7 -7 12 -8q4 -1 5 -9t2.5 -11t11.5 3q9 -8 3 -19q1 1 44 -27q19 -17 21 -21q3 -11 -10 -18q-1 2 -9 9t-9 4q-3 -5 0.5 -18.5t10.5 -12.5q-7 0 -9.5 -16t-2.5 -35.5
|
605 |
+
t-1 -23.5l2 -1q-3 -12 5.5 -34.5t21.5 -19.5q-13 -3 20 -43q6 -8 8 -9q3 -2 12 -7.5t15 -10t10 -10.5q4 -5 10 -22.5t14 -23.5q-2 -6 9.5 -20t10.5 -23q-1 0 -2.5 -1t-2.5 -1q3 -7 15.5 -14t15.5 -13q1 -3 2 -10t3 -11t8 -2q2 20 -24 62q-15 25 -17 29q-3 5 -5.5 15.5
|
606 |
+
t-4.5 14.5q2 0 6 -1.5t8.5 -3.5t7.5 -4t2 -3q-3 -7 2 -17.5t12 -18.5t17 -19t12 -13q6 -6 14 -19.5t0 -13.5q9 0 20 -10.5t17 -19.5q5 -8 8 -26t5 -24q2 -7 8.5 -13.5t12.5 -9.5l16 -8t13 -7q5 -2 18.5 -10.5t21.5 -11.5q10 -4 16 -4t14.5 2.5t13.5 3.5q15 2 29 -15t21 -21
|
607 |
+
q36 -19 55 -11q-2 -1 0.5 -7.5t8 -15.5t9 -14.5t5.5 -8.5q5 -6 18 -15t18 -15q6 4 7 9q-3 -8 7 -20t18 -10q14 3 14 32q-31 -15 -49 18q0 1 -2.5 5.5t-4 8.5t-2.5 8.5t0 7.5t5 3q9 0 10 3.5t-2 12.5t-4 13q-1 8 -11 20t-12 15q-5 -9 -16 -8t-16 9q0 -1 -1.5 -5.5t-1.5 -6.5
|
608 |
+
q-13 0 -15 1q1 3 2.5 17.5t3.5 22.5q1 4 5.5 12t7.5 14.5t4 12.5t-4.5 9.5t-17.5 2.5q-19 -1 -26 -20q-1 -3 -3 -10.5t-5 -11.5t-9 -7q-7 -3 -24 -2t-24 5q-13 8 -22.5 29t-9.5 37q0 10 2.5 26.5t3 25t-5.5 24.5q3 2 9 9.5t10 10.5q2 1 4.5 1.5t4.5 0t4 1.5t3 6q-1 1 -4 3
|
609 |
+
q-3 3 -4 3q7 -3 28.5 1.5t27.5 -1.5q15 -11 22 2q0 1 -2.5 9.5t-0.5 13.5q5 -27 29 -9q3 -3 15.5 -5t17.5 -5q3 -2 7 -5.5t5.5 -4.5t5 0.5t8.5 6.5q10 -14 12 -24q11 -40 19 -44q7 -3 11 -2t4.5 9.5t0 14t-1.5 12.5l-1 8v18l-1 8q-15 3 -18.5 12t1.5 18.5t15 18.5q1 1 8 3.5
|
610 |
+
t15.5 6.5t12.5 8q21 19 15 35q7 0 11 9q-1 0 -5 3t-7.5 5t-4.5 2q9 5 2 16q5 3 7.5 11t7.5 10q9 -12 21 -2q8 8 1 16q5 7 20.5 10.5t18.5 9.5q7 -2 8 2t1 12t3 12q4 5 15 9t13 5l17 11q3 4 0 4q18 -2 31 11q10 11 -6 20q3 6 -3 9.5t-15 5.5q3 1 11.5 0.5t10.5 1.5
|
611 |
+
q15 10 -7 16q-17 5 -43 -12zM879 10q206 36 351 189q-3 3 -12.5 4.5t-12.5 3.5q-18 7 -24 8q1 7 -2.5 13t-8 9t-12.5 8t-11 7q-2 2 -7 6t-7 5.5t-7.5 4.5t-8.5 2t-10 -1l-3 -1q-3 -1 -5.5 -2.5t-5.5 -3t-4 -3t0 -2.5q-21 17 -36 22q-5 1 -11 5.5t-10.5 7t-10 1.5t-11.5 -7
|
612 |
+
q-5 -5 -6 -15t-2 -13q-7 5 0 17.5t2 18.5q-3 6 -10.5 4.5t-12 -4.5t-11.5 -8.5t-9 -6.5t-8.5 -5.5t-8.5 -7.5q-3 -4 -6 -12t-5 -11q-2 4 -11.5 6.5t-9.5 5.5q2 -10 4 -35t5 -38q7 -31 -12 -48q-27 -25 -29 -40q-4 -22 12 -26q0 -7 -8 -20.5t-7 -21.5q0 -6 2 -16z" />
|
613 |
+
<glyph glyph-name="wrench" unicode="" horiz-adv-x="1664"
|
614 |
+
d="M384 64q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1028 484l-682 -682q-37 -37 -90 -37q-52 0 -91 37l-106 108q-38 36 -38 90q0 53 38 91l681 681q39 -98 114.5 -173.5t173.5 -114.5zM1662 919q0 -39 -23 -106q-47 -134 -164.5 -217.5
|
615 |
+
t-258.5 -83.5q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q58 0 121.5 -16.5t107.5 -46.5q16 -11 16 -28t-16 -28l-293 -169v-224l193 -107q5 3 79 48.5t135.5 81t70.5 35.5q15 0 23.5 -10t8.5 -25z" />
|
616 |
+
<glyph glyph-name="tasks" unicode="" horiz-adv-x="1792"
|
617 |
+
d="M1024 128h640v128h-640v-128zM640 640h1024v128h-1024v-128zM1280 1152h384v128h-384v-128zM1792 320v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 832v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19
|
618 |
+
t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45zM1792 1344v-256q0 -26 -19 -45t-45 -19h-1664q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1664q26 0 45 -19t19 -45z" />
|
619 |
+
<glyph glyph-name="filter" unicode="" horiz-adv-x="1408"
|
620 |
+
d="M1403 1241q17 -41 -14 -70l-493 -493v-742q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-256 256q-19 19 -19 45v486l-493 493q-31 29 -14 70q17 39 59 39h1280q42 0 59 -39z" />
|
621 |
+
<glyph glyph-name="briefcase" unicode="" horiz-adv-x="1792"
|
622 |
+
d="M640 1280h512v128h-512v-128zM1792 640v-480q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v480h672v-160q0 -26 19 -45t45 -19h320q26 0 45 19t19 45v160h672zM1024 640v-128h-256v128h256zM1792 1120v-384h-1792v384q0 66 47 113t113 47h352v160q0 40 28 68
|
623 |
+
t68 28h576q40 0 68 -28t28 -68v-160h352q66 0 113 -47t47 -113z" />
|
624 |
+
<glyph glyph-name="fullscreen" unicode=""
|
625 |
+
d="M1283 995l-355 -355l355 -355l144 144q29 31 70 14q39 -17 39 -59v-448q0 -26 -19 -45t-45 -19h-448q-42 0 -59 40q-17 39 14 69l144 144l-355 355l-355 -355l144 -144q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l144 -144
|
626 |
+
l355 355l-355 355l-144 -144q-19 -19 -45 -19q-12 0 -24 5q-40 17 -40 59v448q0 26 19 45t45 19h448q42 0 59 -40q17 -39 -14 -69l-144 -144l355 -355l355 355l-144 144q-31 30 -14 69q17 40 59 40h448q26 0 45 -19t19 -45v-448q0 -42 -39 -59q-13 -5 -25 -5q-26 0 -45 19z
|
627 |
+
" />
|
628 |
+
<glyph glyph-name="group" unicode="" horiz-adv-x="1920"
|
629 |
+
d="M593 640q-162 -5 -265 -128h-134q-82 0 -138 40.5t-56 118.5q0 353 124 353q6 0 43.5 -21t97.5 -42.5t119 -21.5q67 0 133 23q-5 -37 -5 -66q0 -139 81 -256zM1664 3q0 -120 -73 -189.5t-194 -69.5h-874q-121 0 -194 69.5t-73 189.5q0 53 3.5 103.5t14 109t26.5 108.5
|
630 |
+
t43 97.5t62 81t85.5 53.5t111.5 20q10 0 43 -21.5t73 -48t107 -48t135 -21.5t135 21.5t107 48t73 48t43 21.5q61 0 111.5 -20t85.5 -53.5t62 -81t43 -97.5t26.5 -108.5t14 -109t3.5 -103.5zM640 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75
|
631 |
+
t75 -181zM1344 896q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5t271.5 -112.5t112.5 -271.5zM1920 671q0 -78 -56 -118.5t-138 -40.5h-134q-103 123 -265 128q81 117 81 256q0 29 -5 66q66 -23 133 -23q59 0 119 21.5t97.5 42.5
|
632 |
+
t43.5 21q124 0 124 -353zM1792 1280q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181z" />
|
633 |
+
<glyph glyph-name="link" unicode="" horiz-adv-x="1664"
|
634 |
+
d="M1456 320q0 40 -28 68l-208 208q-28 28 -68 28q-42 0 -72 -32q3 -3 19 -18.5t21.5 -21.5t15 -19t13 -25.5t3.5 -27.5q0 -40 -28 -68t-68 -28q-15 0 -27.5 3.5t-25.5 13t-19 15t-21.5 21.5t-18.5 19q-33 -31 -33 -73q0 -40 28 -68l206 -207q27 -27 68 -27q40 0 68 26
|
635 |
+
l147 146q28 28 28 67zM753 1025q0 40 -28 68l-206 207q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l208 -208q27 -27 68 -27q42 0 72 31q-3 3 -19 18.5t-21.5 21.5t-15 19t-13 25.5t-3.5 27.5q0 40 28 68t68 28q15 0 27.5 -3.5t25.5 -13t19 -15
|
636 |
+
t21.5 -21.5t18.5 -19q33 31 33 73zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-206 207q-83 83 -83 203q0 123 88 209l-88 88q-86 -88 -208 -88q-120 0 -204 84l-208 208q-84 84 -84 204t85 203l147 146q83 83 203 83q121 0 204 -85l206 -207
|
637 |
+
q83 -83 83 -203q0 -123 -88 -209l88 -88q86 88 208 88q120 0 204 -84l208 -208q84 -84 84 -204z" />
|
638 |
+
<glyph glyph-name="cloud" unicode="" horiz-adv-x="1920"
|
639 |
+
d="M1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088q-185 0 -316.5 131.5t-131.5 316.5q0 132 71 241.5t187 163.5q-2 28 -2 43q0 212 150 362t362 150q158 0 286.5 -88t187.5 -230q70 62 166 62q106 0 181 -75t75 -181q0 -75 -41 -138q129 -30 213 -134.5t84 -239.5z
|
640 |
+
" />
|
641 |
+
<glyph glyph-name="beaker" unicode="" horiz-adv-x="1664"
|
642 |
+
d="M1527 88q56 -89 21.5 -152.5t-140.5 -63.5h-1152q-106 0 -140.5 63.5t21.5 152.5l503 793v399h-64q-26 0 -45 19t-19 45t19 45t45 19h512q26 0 45 -19t19 -45t-19 -45t-45 -19h-64v-399zM748 813l-272 -429h712l-272 429l-20 31v37v399h-128v-399v-37z" />
|
643 |
+
<glyph glyph-name="cut" unicode="" horiz-adv-x="1792"
|
644 |
+
d="M960 640q26 0 45 -19t19 -45t-19 -45t-45 -19t-45 19t-19 45t19 45t45 19zM1260 576l507 -398q28 -20 25 -56q-5 -35 -35 -51l-128 -64q-13 -7 -29 -7q-17 0 -31 8l-690 387l-110 -66q-8 -4 -12 -5q14 -49 10 -97q-7 -77 -56 -147.5t-132 -123.5q-132 -84 -277 -84
|
645 |
+
q-136 0 -222 78q-90 84 -79 207q7 76 56 147t131 124q132 84 278 84q83 0 151 -31q9 13 22 22l122 73l-122 73q-13 9 -22 22q-68 -31 -151 -31q-146 0 -278 84q-82 53 -131 124t-56 147q-5 59 15.5 113t63.5 93q85 79 222 79q145 0 277 -84q83 -52 132 -123t56 -148
|
646 |
+
q4 -48 -10 -97q4 -1 12 -5l110 -66l690 387q14 8 31 8q16 0 29 -7l128 -64q30 -16 35 -51q3 -36 -25 -56zM579 836q46 42 21 108t-106 117q-92 59 -192 59q-74 0 -113 -36q-46 -42 -21 -108t106 -117q92 -59 192 -59q74 0 113 36zM494 91q81 51 106 117t-21 108
|
647 |
+
q-39 36 -113 36q-100 0 -192 -59q-81 -51 -106 -117t21 -108q39 -36 113 -36q100 0 192 59zM672 704l96 -58v11q0 36 33 56l14 8l-79 47l-26 -26q-3 -3 -10 -11t-12 -12q-2 -2 -4 -3.5t-3 -2.5zM896 480l96 -32l736 576l-128 64l-768 -431v-113l-160 -96l9 -8q2 -2 7 -6
|
648 |
+
q4 -4 11 -12t11 -12l26 -26zM1600 64l128 64l-520 408l-177 -138q-2 -3 -13 -7z" />
|
649 |
+
<glyph glyph-name="copy" unicode="" horiz-adv-x="1792"
|
650 |
+
d="M1696 1152q40 0 68 -28t28 -68v-1216q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v288h-544q-40 0 -68 28t-28 68v672q0 40 20 88t48 76l408 408q28 28 76 48t88 20h416q40 0 68 -28t28 -68v-328q68 40 128 40h416zM1152 939l-299 -299h299v299zM512 1323l-299 -299
|
651 |
+
h299v299zM708 676l316 316v416h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h512v256q0 40 20 88t48 76zM1664 -128v1152h-384v-416q0 -40 -28 -68t-68 -28h-416v-640h896z" />
|
652 |
+
<glyph glyph-name="paper_clip" unicode="" horiz-adv-x="1408"
|
653 |
+
d="M1404 151q0 -117 -79 -196t-196 -79q-135 0 -235 100l-777 776q-113 115 -113 271q0 159 110 270t269 111q158 0 273 -113l605 -606q10 -10 10 -22q0 -16 -30.5 -46.5t-46.5 -30.5q-13 0 -23 10l-606 607q-79 77 -181 77q-106 0 -179 -75t-73 -181q0 -105 76 -181
|
654 |
+
l776 -777q63 -63 145 -63q64 0 106 42t42 106q0 82 -63 145l-581 581q-26 24 -60 24q-29 0 -48 -19t-19 -48q0 -32 25 -59l410 -410q10 -10 10 -22q0 -16 -31 -47t-47 -31q-12 0 -22 10l-410 410q-63 61 -63 149q0 82 57 139t139 57q88 0 149 -63l581 -581q100 -98 100 -235
|
655 |
+
z" />
|
656 |
+
<glyph glyph-name="save" unicode=""
|
657 |
+
d="M384 0h768v384h-768v-384zM1280 0h128v896q0 14 -10 38.5t-20 34.5l-281 281q-10 10 -34 20t-39 10v-416q0 -40 -28 -68t-68 -28h-576q-40 0 -68 28t-28 68v416h-128v-1280h128v416q0 40 28 68t68 28h832q40 0 68 -28t28 -68v-416zM896 928v320q0 13 -9.5 22.5t-22.5 9.5
|
658 |
+
h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5zM1536 896v-928q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h928q40 0 88 -20t76 -48l280 -280q28 -28 48 -76t20 -88z" />
|
659 |
+
<glyph glyph-name="sign_blank" unicode=""
|
660 |
+
d="M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
661 |
+
<glyph glyph-name="reorder" unicode=""
|
662 |
+
d="M1536 192v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 704v-128q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1536 1216v-128q0 -26 -19 -45
|
663 |
+
t-45 -19h-1408q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
664 |
+
<glyph glyph-name="ul" unicode="" horiz-adv-x="1792"
|
665 |
+
d="M384 128q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM384 640q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 224v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5
|
666 |
+
t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1152q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z
|
667 |
+
M1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
|
668 |
+
<glyph glyph-name="ol" unicode="" horiz-adv-x="1792"
|
669 |
+
d="M381 -84q0 -80 -54.5 -126t-135.5 -46q-106 0 -172 66l57 88q49 -45 106 -45q29 0 50.5 14.5t21.5 42.5q0 64 -105 56l-26 56q8 10 32.5 43.5t42.5 54t37 38.5v1q-16 0 -48.5 -1t-48.5 -1v-53h-106v152h333v-88l-95 -115q51 -12 81 -49t30 -88zM383 543v-159h-362
|
670 |
+
q-6 36 -6 54q0 51 23.5 93t56.5 68t66 47.5t56.5 43.5t23.5 45q0 25 -14.5 38.5t-39.5 13.5q-46 0 -81 -58l-85 59q24 51 71.5 79.5t105.5 28.5q73 0 123 -41.5t50 -112.5q0 -50 -34 -91.5t-75 -64.5t-75.5 -50.5t-35.5 -52.5h127v60h105zM1792 224v-192q0 -13 -9.5 -22.5
|
671 |
+
t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM384 1123v-99h-335v99h107q0 41 0.5 121.5t0.5 121.5v12h-2q-8 -17 -50 -54l-71 76l136 127h106v-404h108zM1792 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216
|
672 |
+
q-13 0 -22.5 9.5t-9.5 22.5v192q0 14 9 23t23 9h1216q13 0 22.5 -9.5t9.5 -22.5zM1792 1248v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1216q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1216q13 0 22.5 -9.5t9.5 -22.5z" />
|
673 |
+
<glyph glyph-name="strikethrough" unicode="" horiz-adv-x="1792"
|
674 |
+
d="M1760 640q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-1728q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h1728zM483 704q-28 35 -51 80q-48 98 -48 188q0 181 134 309q133 127 393 127q50 0 167 -19q66 -12 177 -48q10 -38 21 -118q14 -123 14 -183q0 -18 -5 -45l-12 -3l-84 6
|
675 |
+
l-14 2q-50 149 -103 205q-88 91 -210 91q-114 0 -182 -59q-67 -58 -67 -146q0 -73 66 -140t279 -129q69 -20 173 -66q58 -28 95 -52h-743zM990 448h411q7 -39 7 -92q0 -111 -41 -212q-23 -56 -71 -104q-37 -35 -109 -81q-80 -48 -153 -66q-80 -21 -203 -21q-114 0 -195 23
|
676 |
+
l-140 40q-57 16 -72 28q-8 8 -8 22v13q0 108 -2 156q-1 30 0 68l2 37v44l102 2q15 -34 30 -71t22.5 -56t12.5 -27q35 -57 80 -94q43 -36 105 -57q59 -22 132 -22q64 0 139 27q77 26 122 86q47 61 47 129q0 84 -81 157q-34 29 -137 71z" />
|
677 |
+
<glyph glyph-name="underline" unicode=""
|
678 |
+
d="M48 1313q-37 2 -45 4l-3 88q13 1 40 1q60 0 112 -4q132 -7 166 -7q86 0 168 3q116 4 146 5q56 0 86 2l-1 -14l2 -64v-9q-60 -9 -124 -9q-60 0 -79 -25q-13 -14 -13 -132q0 -13 0.5 -32.5t0.5 -25.5l1 -229l14 -280q6 -124 51 -202q35 -59 96 -92q88 -47 177 -47
|
679 |
+
q104 0 191 28q56 18 99 51q48 36 65 64q36 56 53 114q21 73 21 229q0 79 -3.5 128t-11 122.5t-13.5 159.5l-4 59q-5 67 -24 88q-34 35 -77 34l-100 -2l-14 3l2 86h84l205 -10q76 -3 196 10l18 -2q6 -38 6 -51q0 -7 -4 -31q-45 -12 -84 -13q-73 -11 -79 -17q-15 -15 -15 -41
|
680 |
+
q0 -7 1.5 -27t1.5 -31q8 -19 22 -396q6 -195 -15 -304q-15 -76 -41 -122q-38 -65 -112 -123q-75 -57 -182 -89q-109 -33 -255 -33q-167 0 -284 46q-119 47 -179 122q-61 76 -83 195q-16 80 -16 237v333q0 188 -17 213q-25 36 -147 39zM1536 -96v64q0 14 -9 23t-23 9h-1472
|
681 |
+
q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h1472q14 0 23 9t9 23z" />
|
682 |
+
<glyph glyph-name="table" unicode="" horiz-adv-x="1664"
|
683 |
+
d="M512 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 160v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23
|
684 |
+
v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM512 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 160v192
|
685 |
+
q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1024 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 544v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192
|
686 |
+
q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1536 928v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM1664 1248v-1088q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1344q66 0 113 -47t47 -113
|
687 |
+
z" />
|
688 |
+
<glyph glyph-name="magic" unicode="" horiz-adv-x="1664"
|
689 |
+
d="M1190 955l293 293l-107 107l-293 -293zM1637 1248q0 -27 -18 -45l-1286 -1286q-18 -18 -45 -18t-45 18l-198 198q-18 18 -18 45t18 45l1286 1286q18 18 45 18t45 -18l198 -198q18 -18 18 -45zM286 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM636 1276
|
690 |
+
l196 -60l-196 -60l-60 -196l-60 196l-196 60l196 60l60 196zM1566 798l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98zM926 1438l98 -30l-98 -30l-30 -98l-30 98l-98 30l98 30l30 98z" />
|
691 |
+
<glyph glyph-name="truck" unicode="" horiz-adv-x="1792"
|
692 |
+
d="M640 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM256 640h384v256h-158q-13 0 -22 -9l-195 -195q-9 -9 -9 -22v-30zM1536 128q0 52 -38 90t-90 38t-90 -38t-38 -90t38 -90t90 -38t90 38t38 90zM1792 1216v-1024q0 -15 -4 -26.5t-13.5 -18.5
|
693 |
+
t-16.5 -11.5t-23.5 -6t-22.5 -2t-25.5 0t-22.5 0.5q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-64q-3 0 -22.5 -0.5t-25.5 0t-22.5 2t-23.5 6t-16.5 11.5t-13.5 18.5t-4 26.5q0 26 19 45t45 19v320q0 8 -0.5 35t0 38
|
694 |
+
t2.5 34.5t6.5 37t14 30.5t22.5 30l198 198q19 19 50.5 32t58.5 13h160v192q0 26 19 45t45 19h1024q26 0 45 -19t19 -45z" />
|
695 |
+
<glyph glyph-name="pinterest" unicode=""
|
696 |
+
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103q-111 0 -218 32q59 93 78 164q9 34 54 211q20 -39 73 -67.5t114 -28.5q121 0 216 68.5t147 188.5t52 270q0 114 -59.5 214t-172.5 163t-255 63q-105 0 -196 -29t-154.5 -77t-109 -110.5t-67 -129.5t-21.5 -134
|
697 |
+
q0 -104 40 -183t117 -111q30 -12 38 20q2 7 8 31t8 30q6 23 -11 43q-51 61 -51 151q0 151 104.5 259.5t273.5 108.5q151 0 235.5 -82t84.5 -213q0 -170 -68.5 -289t-175.5 -119q-61 0 -98 43.5t-23 104.5q8 35 26.5 93.5t30 103t11.5 75.5q0 50 -27 83t-77 33
|
698 |
+
q-62 0 -105 -57t-43 -142q0 -73 25 -122l-99 -418q-17 -70 -13 -177q-206 91 -333 281t-127 423q0 209 103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
699 |
+
<glyph glyph-name="pinterest_sign" unicode=""
|
700 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-725q85 122 108 210q9 34 53 209q21 -39 73.5 -67t112.5 -28q181 0 295.5 147.5t114.5 373.5q0 84 -35 162.5t-96.5 139t-152.5 97t-197 36.5q-104 0 -194.5 -28.5t-153 -76.5
|
701 |
+
t-107.5 -109.5t-66.5 -128t-21.5 -132.5q0 -102 39.5 -180t116.5 -110q13 -5 23.5 0t14.5 19q10 44 15 61q6 23 -11 42q-50 62 -50 150q0 150 103.5 256.5t270.5 106.5q149 0 232.5 -81t83.5 -210q0 -168 -67.5 -286t-173.5 -118q-60 0 -97 43.5t-23 103.5q8 34 26.5 92.5
|
702 |
+
t29.5 102t11 74.5q0 49 -26.5 81.5t-75.5 32.5q-61 0 -103.5 -56.5t-42.5 -139.5q0 -72 24 -121l-98 -414q-24 -100 -7 -254h-183q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960z" />
|
703 |
+
<glyph glyph-name="google_plus_sign" unicode=""
|
704 |
+
d="M917 631q0 26 -6 64h-362v-132h217q-3 -24 -16.5 -50t-37.5 -53t-66.5 -44.5t-96.5 -17.5q-99 0 -169 71t-70 171t70 171t169 71q92 0 153 -59l104 101q-108 100 -257 100q-160 0 -272 -112.5t-112 -271.5t112 -271.5t272 -112.5q165 0 266.5 105t101.5 270zM1262 585
|
705 |
+
h109v110h-109v110h-110v-110h-110v-110h110v-110h110v110zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
706 |
+
<glyph glyph-name="google_plus" unicode="" horiz-adv-x="2304"
|
707 |
+
d="M1437 623q0 -208 -87 -370.5t-248 -254t-369 -91.5q-149 0 -285 58t-234 156t-156 234t-58 285t58 285t156 234t234 156t285 58q286 0 491 -192l-199 -191q-117 113 -292 113q-123 0 -227.5 -62t-165.5 -168.5t-61 -232.5t61 -232.5t165.5 -168.5t227.5 -62
|
708 |
+
q83 0 152.5 23t114.5 57.5t78.5 78.5t49 83t21.5 74h-416v252h692q12 -63 12 -122zM2304 745v-210h-209v-209h-210v209h-209v210h209v209h210v-209h209z" />
|
709 |
+
<glyph glyph-name="money" unicode="" horiz-adv-x="1920"
|
710 |
+
d="M768 384h384v96h-128v448h-114l-148 -137l77 -80q42 37 55 57h2v-288h-128v-96zM1280 640q0 -70 -21 -142t-59.5 -134t-101.5 -101t-138 -39t-138 39t-101.5 101t-59.5 134t-21 142t21 142t59.5 134t101.5 101t138 39t138 -39t101.5 -101t59.5 -134t21 -142zM1792 384
|
711 |
+
v512q-106 0 -181 75t-75 181h-1152q0 -106 -75 -181t-181 -75v-512q106 0 181 -75t75 -181h1152q0 106 75 181t181 75zM1920 1216v-1152q0 -26 -19 -45t-45 -19h-1792q-26 0 -45 19t-19 45v1152q0 26 19 45t45 19h1792q26 0 45 -19t19 -45z" />
|
712 |
+
<glyph glyph-name="caret_down" unicode="" horiz-adv-x="1024"
|
713 |
+
d="M1024 832q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
714 |
+
<glyph glyph-name="caret_up" unicode="" horiz-adv-x="1024"
|
715 |
+
d="M1024 320q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
716 |
+
<glyph glyph-name="caret_left" unicode="" horiz-adv-x="640"
|
717 |
+
d="M640 1088v-896q0 -26 -19 -45t-45 -19t-45 19l-448 448q-19 19 -19 45t19 45l448 448q19 19 45 19t45 -19t19 -45z" />
|
718 |
+
<glyph glyph-name="caret_right" unicode="" horiz-adv-x="640"
|
719 |
+
d="M576 640q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19t-19 45v896q0 26 19 45t45 19t45 -19l448 -448q19 -19 19 -45z" />
|
720 |
+
<glyph glyph-name="columns" unicode="" horiz-adv-x="1664"
|
721 |
+
d="M160 0h608v1152h-640v-1120q0 -13 9.5 -22.5t22.5 -9.5zM1536 32v1120h-640v-1152h608q13 0 22.5 9.5t9.5 22.5zM1664 1248v-1216q0 -66 -47 -113t-113 -47h-1344q-66 0 -113 47t-47 113v1216q0 66 47 113t113 47h1344q66 0 113 -47t47 -113z" />
|
722 |
+
<glyph glyph-name="sort" unicode="" horiz-adv-x="1024"
|
723 |
+
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45zM1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
724 |
+
<glyph glyph-name="sort_down" unicode="" horiz-adv-x="1024"
|
725 |
+
d="M1024 448q0 -26 -19 -45l-448 -448q-19 -19 -45 -19t-45 19l-448 448q-19 19 -19 45t19 45t45 19h896q26 0 45 -19t19 -45z" />
|
726 |
+
<glyph glyph-name="sort_up" unicode="" horiz-adv-x="1024"
|
727 |
+
d="M1024 832q0 -26 -19 -45t-45 -19h-896q-26 0 -45 19t-19 45t19 45l448 448q19 19 45 19t45 -19l448 -448q19 -19 19 -45z" />
|
728 |
+
<glyph glyph-name="envelope_alt" unicode="" horiz-adv-x="1792"
|
729 |
+
d="M1792 826v-794q0 -66 -47 -113t-113 -47h-1472q-66 0 -113 47t-47 113v794q44 -49 101 -87q362 -246 497 -345q57 -42 92.5 -65.5t94.5 -48t110 -24.5h1h1q51 0 110 24.5t94.5 48t92.5 65.5q170 123 498 345q57 39 100 87zM1792 1120q0 -79 -49 -151t-122 -123
|
730 |
+
q-376 -261 -468 -325q-10 -7 -42.5 -30.5t-54 -38t-52 -32.5t-57.5 -27t-50 -9h-1h-1q-23 0 -50 9t-57.5 27t-52 32.5t-54 38t-42.5 30.5q-91 64 -262 182.5t-205 142.5q-62 42 -117 115.5t-55 136.5q0 78 41.5 130t118.5 52h1472q65 0 112.5 -47t47.5 -113z" />
|
731 |
+
<glyph glyph-name="linkedin" unicode=""
|
732 |
+
d="M349 911v-991h-330v991h330zM370 1217q1 -73 -50.5 -122t-135.5 -49h-2q-82 0 -132 49t-50 122q0 74 51.5 122.5t134.5 48.5t133 -48.5t51 -122.5zM1536 488v-568h-329v530q0 105 -40.5 164.5t-126.5 59.5q-63 0 -105.5 -34.5t-63.5 -85.5q-11 -30 -11 -81v-553h-329
|
733 |
+
q2 399 2 647t-1 296l-1 48h329v-144h-2q20 32 41 56t56.5 52t87 43.5t114.5 15.5q171 0 275 -113.5t104 -332.5z" />
|
734 |
+
<glyph glyph-name="undo" unicode=""
|
735 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
|
736 |
+
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298z" />
|
737 |
+
<glyph glyph-name="legal" unicode="" horiz-adv-x="1792"
|
738 |
+
d="M1771 0q0 -53 -37 -90l-107 -108q-39 -37 -91 -37q-53 0 -90 37l-363 364q-38 36 -38 90q0 53 43 96l-256 256l-126 -126q-14 -14 -34 -14t-34 14q2 -2 12.5 -12t12.5 -13t10 -11.5t10 -13.5t6 -13.5t5.5 -16.5t1.5 -18q0 -38 -28 -68q-3 -3 -16.5 -18t-19 -20.5
|
739 |
+
t-18.5 -16.5t-22 -15.5t-22 -9t-26 -4.5q-40 0 -68 28l-408 408q-28 28 -28 68q0 13 4.5 26t9 22t15.5 22t16.5 18.5t20.5 19t18 16.5q30 28 68 28q10 0 18 -1.5t16.5 -5.5t13.5 -6t13.5 -10t11.5 -10t13 -12.5t12 -12.5q-14 14 -14 34t14 34l348 348q14 14 34 14t34 -14
|
740 |
+
q-2 2 -12.5 12t-12.5 13t-10 11.5t-10 13.5t-6 13.5t-5.5 16.5t-1.5 18q0 38 28 68q3 3 16.5 18t19 20.5t18.5 16.5t22 15.5t22 9t26 4.5q40 0 68 -28l408 -408q28 -28 28 -68q0 -13 -4.5 -26t-9 -22t-15.5 -22t-16.5 -18.5t-20.5 -19t-18 -16.5q-30 -28 -68 -28
|
741 |
+
q-10 0 -18 1.5t-16.5 5.5t-13.5 6t-13.5 10t-11.5 10t-13 12.5t-12 12.5q14 -14 14 -34t-14 -34l-126 -126l256 -256q43 43 96 43q52 0 91 -37l363 -363q37 -39 37 -91z" />
|
742 |
+
<glyph glyph-name="dashboard" unicode="" horiz-adv-x="1792"
|
743 |
+
d="M384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM576 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1004 351l101 382q6 26 -7.5 48.5t-38.5 29.5
|
744 |
+
t-48 -6.5t-30 -39.5l-101 -382q-60 -5 -107 -43.5t-63 -98.5q-20 -77 20 -146t117 -89t146 20t89 117q16 60 -6 117t-72 91zM1664 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1024 1024q0 53 -37.5 90.5
|
745 |
+
t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1472 832q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1792 384q0 -261 -141 -483q-19 -29 -54 -29h-1402q-35 0 -54 29
|
746 |
+
q-141 221 -141 483q0 182 71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
747 |
+
<glyph glyph-name="comment_alt" unicode="" horiz-adv-x="1792"
|
748 |
+
d="M896 1152q-204 0 -381.5 -69.5t-282 -187.5t-104.5 -255q0 -112 71.5 -213.5t201.5 -175.5l87 -50l-27 -96q-24 -91 -70 -172q152 63 275 171l43 38l57 -6q69 -8 130 -8q204 0 381.5 69.5t282 187.5t104.5 255t-104.5 255t-282 187.5t-381.5 69.5zM1792 640
|
749 |
+
q0 -174 -120 -321.5t-326 -233t-450 -85.5q-70 0 -145 8q-198 -175 -460 -242q-49 -14 -114 -22h-5q-15 0 -27 10.5t-16 27.5v1q-3 4 -0.5 12t2 10t4.5 9.5l6 9t7 8.5t8 9q7 8 31 34.5t34.5 38t31 39.5t32.5 51t27 59t26 76q-157 89 -247.5 220t-90.5 281q0 174 120 321.5
|
750 |
+
t326 233t450 85.5t450 -85.5t326 -233t120 -321.5z" />
|
751 |
+
<glyph glyph-name="comments_alt" unicode="" horiz-adv-x="1792"
|
752 |
+
d="M704 1152q-153 0 -286 -52t-211.5 -141t-78.5 -191q0 -82 53 -158t149 -132l97 -56l-35 -84q34 20 62 39l44 31l53 -10q78 -14 153 -14q153 0 286 52t211.5 141t78.5 191t-78.5 191t-211.5 141t-286 52zM704 1280q191 0 353.5 -68.5t256.5 -186.5t94 -257t-94 -257
|
753 |
+
t-256.5 -186.5t-353.5 -68.5q-86 0 -176 16q-124 -88 -278 -128q-36 -9 -86 -16h-3q-11 0 -20.5 8t-11.5 21q-1 3 -1 6.5t0.5 6.5t2 6l2.5 5t3.5 5.5t4 5t4.5 5t4 4.5q5 6 23 25t26 29.5t22.5 29t25 38.5t20.5 44q-124 72 -195 177t-71 224q0 139 94 257t256.5 186.5
|
754 |
+
t353.5 68.5zM1526 111q10 -24 20.5 -44t25 -38.5t22.5 -29t26 -29.5t23 -25q1 -1 4 -4.5t4.5 -5t4 -5t3.5 -5.5l2.5 -5t2 -6t0.5 -6.5t-1 -6.5q-3 -14 -13 -22t-22 -7q-50 7 -86 16q-154 40 -278 128q-90 -16 -176 -16q-271 0 -472 132q58 -4 88 -4q161 0 309 45t264 129
|
755 |
+
q125 92 192 212t67 254q0 77 -23 152q129 -71 204 -178t75 -230q0 -120 -71 -224.5t-195 -176.5z" />
|
756 |
+
<glyph glyph-name="bolt" unicode="" horiz-adv-x="896"
|
757 |
+
d="M885 970q18 -20 7 -44l-540 -1157q-13 -25 -42 -25q-4 0 -14 2q-17 5 -25.5 19t-4.5 30l197 808l-406 -101q-4 -1 -12 -1q-18 0 -31 11q-18 15 -13 39l201 825q4 14 16 23t28 9h328q19 0 32 -12.5t13 -29.5q0 -8 -5 -18l-171 -463l396 98q8 2 12 2q19 0 34 -15z" />
|
758 |
+
<glyph glyph-name="sitemap" unicode="" horiz-adv-x="1792"
|
759 |
+
d="M1792 288v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192h-512v-192h96q40 0 68 -28t28 -68v-320
|
760 |
+
q0 -40 -28 -68t-68 -28h-320q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h96v192q0 52 38 90t90 38h512v192h-96q-40 0 -68 28t-28 68v320q0 40 28 68t68 28h320q40 0 68 -28t28 -68v-320q0 -40 -28 -68t-68 -28h-96v-192h512q52 0 90 -38t38 -90v-192h96q40 0 68 -28t28 -68
|
761 |
+
z" />
|
762 |
+
<glyph glyph-name="umbrella" unicode="" horiz-adv-x="1664"
|
763 |
+
d="M896 708v-580q0 -104 -76 -180t-180 -76t-180 76t-76 180q0 26 19 45t45 19t45 -19t19 -45q0 -50 39 -89t89 -39t89 39t39 89v580q33 11 64 11t64 -11zM1664 681q0 -13 -9.5 -22.5t-22.5 -9.5q-11 0 -23 10q-49 46 -93 69t-102 23q-68 0 -128 -37t-103 -97
|
764 |
+
q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -28 -17q-18 0 -29 17q-4 6 -14.5 24t-17.5 28q-43 60 -102.5 97t-127.5 37t-127.5 -37t-102.5 -97q-7 -10 -17.5 -28t-14.5 -24q-11 -17 -29 -17q-17 0 -28 17q-4 6 -14.5 24t-17.5 28q-43 60 -103 97t-128 37q-58 0 -102 -23t-93 -69
|
765 |
+
q-12 -10 -23 -10q-13 0 -22.5 9.5t-9.5 22.5q0 5 1 7q45 183 172.5 319.5t298 204.5t360.5 68q140 0 274.5 -40t246.5 -113.5t194.5 -187t115.5 -251.5q1 -2 1 -7zM896 1408v-98q-42 2 -64 2t-64 -2v98q0 26 19 45t45 19t45 -19t19 -45z" />
|
766 |
+
<glyph glyph-name="paste" unicode="" horiz-adv-x="1792"
|
767 |
+
d="M768 -128h896v640h-416q-40 0 -68 28t-28 68v416h-384v-1152zM1024 1312v64q0 13 -9.5 22.5t-22.5 9.5h-704q-13 0 -22.5 -9.5t-9.5 -22.5v-64q0 -13 9.5 -22.5t22.5 -9.5h704q13 0 22.5 9.5t9.5 22.5zM1280 640h299l-299 299v-299zM1792 512v-672q0 -40 -28 -68t-68 -28
|
768 |
+
h-960q-40 0 -68 28t-28 68v160h-544q-40 0 -68 28t-28 68v1344q0 40 28 68t68 28h1088q40 0 68 -28t28 -68v-328q21 -13 36 -28l408 -408q28 -28 48 -76t20 -88z" />
|
769 |
+
<glyph glyph-name="light_bulb" unicode="" horiz-adv-x="1024"
|
770 |
+
d="M736 960q0 -13 -9.5 -22.5t-22.5 -9.5t-22.5 9.5t-9.5 22.5q0 46 -54 71t-106 25q-13 0 -22.5 9.5t-9.5 22.5t9.5 22.5t22.5 9.5q50 0 99.5 -16t87 -54t37.5 -90zM896 960q0 72 -34.5 134t-90 101.5t-123 62t-136.5 22.5t-136.5 -22.5t-123 -62t-90 -101.5t-34.5 -134
|
771 |
+
q0 -101 68 -180q10 -11 30.5 -33t30.5 -33q128 -153 141 -298h228q13 145 141 298q10 11 30.5 33t30.5 33q68 79 68 180zM1024 960q0 -155 -103 -268q-45 -49 -74.5 -87t-59.5 -95.5t-34 -107.5q47 -28 47 -82q0 -37 -25 -64q25 -27 25 -64q0 -52 -45 -81q13 -23 13 -47
|
772 |
+
q0 -46 -31.5 -71t-77.5 -25q-20 -44 -60 -70t-87 -26t-87 26t-60 70q-46 0 -77.5 25t-31.5 71q0 24 13 47q-45 29 -45 81q0 37 25 64q-25 27 -25 64q0 54 47 82q-4 50 -34 107.5t-59.5 95.5t-74.5 87q-103 113 -103 268q0 99 44.5 184.5t117 142t164 89t186.5 32.5
|
773 |
+
t186.5 -32.5t164 -89t117 -142t44.5 -184.5z" />
|
774 |
+
<glyph glyph-name="exchange" unicode="" horiz-adv-x="1792"
|
775 |
+
d="M1792 352v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-1376v-192q0 -13 -9.5 -22.5t-22.5 -9.5q-12 0 -24 10l-319 320q-9 9 -9 22q0 14 9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h1376q13 0 22.5 -9.5t9.5 -22.5zM1792 896q0 -14 -9 -23l-320 -320q-9 -9 -23 -9
|
776 |
+
q-13 0 -22.5 9.5t-9.5 22.5v192h-1376q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h1376v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23z" />
|
777 |
+
<glyph glyph-name="cloud_download" unicode="" horiz-adv-x="1920"
|
778 |
+
d="M1280 608q0 14 -9 23t-23 9h-224v352q0 13 -9.5 22.5t-22.5 9.5h-192q-13 0 -22.5 -9.5t-9.5 -22.5v-352h-224q-13 0 -22.5 -9.5t-9.5 -22.5q0 -14 9 -23l352 -352q9 -9 23 -9t23 9l351 351q10 12 10 24zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
|
779 |
+
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
|
780 |
+
<glyph glyph-name="cloud_upload" unicode="" horiz-adv-x="1920"
|
781 |
+
d="M1280 672q0 14 -9 23l-352 352q-9 9 -23 9t-23 -9l-351 -351q-10 -12 -10 -24q0 -14 9 -23t23 -9h224v-352q0 -13 9.5 -22.5t22.5 -9.5h192q13 0 22.5 9.5t9.5 22.5v352h224q13 0 22.5 9.5t9.5 22.5zM1920 384q0 -159 -112.5 -271.5t-271.5 -112.5h-1088
|
782 |
+
q-185 0 -316.5 131.5t-131.5 316.5q0 130 70 240t188 165q-2 30 -2 43q0 212 150 362t362 150q156 0 285.5 -87t188.5 -231q71 62 166 62q106 0 181 -75t75 -181q0 -76 -41 -138q130 -31 213.5 -135.5t83.5 -238.5z" />
|
783 |
+
<glyph glyph-name="user_md" unicode="" horiz-adv-x="1408"
|
784 |
+
d="M384 192q0 -26 -19 -45t-45 -19t-45 19t-19 45t19 45t45 19t45 -19t19 -45zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 68 5.5 131t24 138t47.5 132.5t81 103t120 60.5q-22 -52 -22 -120v-203q-58 -20 -93 -70t-35 -111q0 -80 56 -136t136 -56
|
785 |
+
t136 56t56 136q0 61 -35.5 111t-92.5 70v203q0 62 25 93q132 -104 295 -104t295 104q25 -31 25 -93v-64q-106 0 -181 -75t-75 -181v-89q-32 -29 -32 -71q0 -40 28 -68t68 -28t68 28t28 68q0 42 -32 71v89q0 52 38 90t90 38t90 -38t38 -90v-89q-32 -29 -32 -71q0 -40 28 -68
|
786 |
+
t68 -28t68 28t28 68q0 42 -32 71v89q0 68 -34.5 127.5t-93.5 93.5q0 10 0.5 42.5t0 48t-2.5 41.5t-7 47t-13 40q68 -15 120 -60.5t81 -103t47.5 -132.5t24 -138t5.5 -131zM1088 1024q0 -159 -112.5 -271.5t-271.5 -112.5t-271.5 112.5t-112.5 271.5t112.5 271.5t271.5 112.5
|
787 |
+
t271.5 -112.5t112.5 -271.5z" />
|
788 |
+
<glyph glyph-name="stethoscope" unicode="" horiz-adv-x="1408"
|
789 |
+
d="M1280 832q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 832q0 -62 -35.5 -111t-92.5 -70v-395q0 -159 -131.5 -271.5t-316.5 -112.5t-316.5 112.5t-131.5 271.5v132q-164 20 -274 128t-110 252v512q0 26 19 45t45 19q6 0 16 -2q17 30 47 48
|
790 |
+
t65 18q53 0 90.5 -37.5t37.5 -90.5t-37.5 -90.5t-90.5 -37.5q-33 0 -64 18v-402q0 -106 94 -181t226 -75t226 75t94 181v402q-31 -18 -64 -18q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5q35 0 65 -18t47 -48q10 2 16 2q26 0 45 -19t19 -45v-512q0 -144 -110 -252
|
791 |
+
t-274 -128v-132q0 -106 94 -181t226 -75t226 75t94 181v395q-57 21 -92.5 70t-35.5 111q0 80 56 136t136 56t136 -56t56 -136z" />
|
792 |
+
<glyph glyph-name="suitcase" unicode="" horiz-adv-x="1792"
|
793 |
+
d="M640 1152h512v128h-512v-128zM288 1152v-1280h-64q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h64zM1408 1152v-1280h-1024v1280h128v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h128zM1792 928v-832q0 -92 -66 -158t-158 -66h-64v1280h64q92 0 158 -66
|
794 |
+
t66 -158z" />
|
795 |
+
<glyph glyph-name="bell_alt" unicode="" horiz-adv-x="1792"
|
796 |
+
d="M912 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM1728 128q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-181 75t-75 181h-448q-52 0 -90 38t-38 90q50 42 91 88t85 119.5t74.5 158.5
|
797 |
+
t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q190 -28 307 -158.5t117 -282.5q0 -139 19.5 -260t50 -206t74.5 -158.5t85 -119.5t91 -88z" />
|
798 |
+
<glyph glyph-name="coffee" unicode="" horiz-adv-x="1920"
|
799 |
+
d="M1664 896q0 80 -56 136t-136 56h-64v-384h64q80 0 136 56t56 136zM0 128h1792q0 -106 -75 -181t-181 -75h-1280q-106 0 -181 75t-75 181zM1856 896q0 -159 -112.5 -271.5t-271.5 -112.5h-64v-32q0 -92 -66 -158t-158 -66h-704q-92 0 -158 66t-66 158v736q0 26 19 45
|
800 |
+
t45 19h1152q159 0 271.5 -112.5t112.5 -271.5z" />
|
801 |
+
<glyph glyph-name="food" unicode="" horiz-adv-x="1408"
|
802 |
+
d="M640 1472v-640q0 -61 -35.5 -111t-92.5 -70v-779q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v779q-57 20 -92.5 70t-35.5 111v640q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45v-416q0 -26 19 -45
|
803 |
+
t45 -19t45 19t19 45v416q0 26 19 45t45 19t45 -19t19 -45zM1408 1472v-1600q0 -52 -38 -90t-90 -38h-128q-52 0 -90 38t-38 90v512h-224q-13 0 -22.5 9.5t-9.5 22.5v800q0 132 94 226t226 94h256q26 0 45 -19t19 -45z" />
|
804 |
+
<glyph glyph-name="file_text_alt" unicode=""
|
805 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
806 |
+
M384 736q0 14 9 23t23 9h704q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64zM1120 512q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704zM1120 256q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-704
|
807 |
+
q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h704z" />
|
808 |
+
<glyph glyph-name="building" unicode="" horiz-adv-x="1408"
|
809 |
+
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
810 |
+
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
811 |
+
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
812 |
+
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
813 |
+
M1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
814 |
+
M640 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
815 |
+
M1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
816 |
+
M640 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 992v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
817 |
+
M896 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 1248v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
818 |
+
M896 -128h384v1536h-1152v-1536h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM1408 1472v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280q26 0 45 -19t19 -45z" />
|
819 |
+
<glyph glyph-name="hospital" unicode="" horiz-adv-x="1408"
|
820 |
+
d="M384 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
821 |
+
M640 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM384 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
822 |
+
M1152 224v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM896 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
823 |
+
M640 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 480v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
824 |
+
M896 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5zM1152 736v-64q0 -13 -9.5 -22.5t-22.5 -9.5h-64q-13 0 -22.5 9.5t-9.5 22.5v64q0 13 9.5 22.5t22.5 9.5h64q13 0 22.5 -9.5t9.5 -22.5z
|
825 |
+
M896 -128h384v1152h-256v-32q0 -40 -28 -68t-68 -28h-448q-40 0 -68 28t-28 68v32h-256v-1152h384v224q0 13 9.5 22.5t22.5 9.5h320q13 0 22.5 -9.5t9.5 -22.5v-224zM896 1056v320q0 13 -9.5 22.5t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-96h-128v96q0 13 -9.5 22.5
|
826 |
+
t-22.5 9.5h-64q-13 0 -22.5 -9.5t-9.5 -22.5v-320q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5v96h128v-96q0 -13 9.5 -22.5t22.5 -9.5h64q13 0 22.5 9.5t9.5 22.5zM1408 1088v-1280q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1280q0 26 19 45t45 19h320
|
827 |
+
v288q0 40 28 68t68 28h448q40 0 68 -28t28 -68v-288h320q26 0 45 -19t19 -45z" />
|
828 |
+
<glyph glyph-name="ambulance" unicode="" horiz-adv-x="1920"
|
829 |
+
d="M640 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM256 640h384v256h-158q-14 -2 -22 -9l-195 -195q-7 -12 -9 -22v-30zM1536 128q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5
|
830 |
+
t90.5 37.5t37.5 90.5zM1664 800v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM1920 1344v-1152
|
831 |
+
q0 -26 -19 -45t-45 -19h-192q0 -106 -75 -181t-181 -75t-181 75t-75 181h-384q0 -106 -75 -181t-181 -75t-181 75t-75 181h-128q-26 0 -45 19t-19 45t19 45t45 19v416q0 26 13 58t32 51l198 198q19 19 51 32t58 13h160v320q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
832 |
+
<glyph glyph-name="medkit" unicode="" horiz-adv-x="1792"
|
833 |
+
d="M1280 416v192q0 14 -9 23t-23 9h-224v224q0 14 -9 23t-23 9h-192q-14 0 -23 -9t-9 -23v-224h-224q-14 0 -23 -9t-9 -23v-192q0 -14 9 -23t23 -9h224v-224q0 -14 9 -23t23 -9h192q14 0 23 9t9 23v224h224q14 0 23 9t9 23zM640 1152h512v128h-512v-128zM256 1152v-1280h-32
|
834 |
+
q-92 0 -158 66t-66 158v832q0 92 66 158t158 66h32zM1440 1152v-1280h-1088v1280h160v160q0 40 28 68t68 28h576q40 0 68 -28t28 -68v-160h160zM1792 928v-832q0 -92 -66 -158t-158 -66h-32v1280h32q92 0 158 -66t66 -158z" />
|
835 |
+
<glyph glyph-name="fighter_jet" unicode="" horiz-adv-x="1920"
|
836 |
+
d="M1920 576q-1 -32 -288 -96l-352 -32l-224 -64h-64l-293 -352h69q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-96h-160h-64v32h64v416h-160l-192 -224h-96l-32 32v192h32v32h128v8l-192 24v128l192 24v8h-128v32h-32v192l32 32h96l192 -224h160v416h-64v32h64h160h96
|
837 |
+
q26 0 45 -4.5t19 -11.5t-19 -11.5t-45 -4.5h-69l293 -352h64l224 -64l352 -32q128 -28 200 -52t80 -34z" />
|
838 |
+
<glyph glyph-name="beer" unicode="" horiz-adv-x="1664"
|
839 |
+
d="M640 640v384h-256v-256q0 -53 37.5 -90.5t90.5 -37.5h128zM1664 192v-192h-1152v192l128 192h-128q-159 0 -271.5 112.5t-112.5 271.5v320l-64 64l32 128h480l32 128h960l32 -192l-64 -32v-800z" />
|
840 |
+
<glyph glyph-name="h_sign" unicode=""
|
841 |
+
d="M1280 192v896q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-512v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-896q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h512v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45zM1536 1120v-960
|
842 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
843 |
+
<glyph glyph-name="f0fe" unicode=""
|
844 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-320v320q0 26 -19 45t-45 19h-128q-26 0 -45 -19t-19 -45v-320h-320q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h320v-320q0 -26 19 -45t45 -19h128q26 0 45 19t19 45v320h320q26 0 45 19t19 45zM1536 1120v-960
|
845 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
846 |
+
<glyph glyph-name="double_angle_left" unicode="" horiz-adv-x="1024"
|
847 |
+
d="M627 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23zM1011 160q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
|
848 |
+
t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23z" />
|
849 |
+
<glyph glyph-name="double_angle_right" unicode="" horiz-adv-x="1024"
|
850 |
+
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM979 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23
|
851 |
+
l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
852 |
+
<glyph glyph-name="double_angle_up" unicode="" horiz-adv-x="1152"
|
853 |
+
d="M1075 224q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23zM1075 608q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393
|
854 |
+
q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
855 |
+
<glyph glyph-name="double_angle_down" unicode="" horiz-adv-x="1152"
|
856 |
+
d="M1075 672q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23zM1075 1056q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23
|
857 |
+
t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
858 |
+
<glyph glyph-name="angle_left" unicode="" horiz-adv-x="640"
|
859 |
+
d="M627 992q0 -13 -10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
860 |
+
<glyph glyph-name="angle_right" unicode="" horiz-adv-x="640"
|
861 |
+
d="M595 576q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
862 |
+
<glyph glyph-name="angle_up" unicode="" horiz-adv-x="1152"
|
863 |
+
d="M1075 352q0 -13 -10 -23l-50 -50q-10 -10 -23 -10t-23 10l-393 393l-393 -393q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l466 -466q10 -10 10 -23z" />
|
864 |
+
<glyph glyph-name="angle_down" unicode="" horiz-adv-x="1152"
|
865 |
+
d="M1075 800q0 -13 -10 -23l-466 -466q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l393 -393l393 393q10 10 23 10t23 -10l50 -50q10 -10 10 -23z" />
|
866 |
+
<glyph glyph-name="desktop" unicode="" horiz-adv-x="1920"
|
867 |
+
d="M1792 544v832q0 13 -9.5 22.5t-22.5 9.5h-1600q-13 0 -22.5 -9.5t-9.5 -22.5v-832q0 -13 9.5 -22.5t22.5 -9.5h1600q13 0 22.5 9.5t9.5 22.5zM1920 1376v-1088q0 -66 -47 -113t-113 -47h-544q0 -37 16 -77.5t32 -71t16 -43.5q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19
|
868 |
+
t-19 45q0 14 16 44t32 70t16 78h-544q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h1600q66 0 113 -47t47 -113z" />
|
869 |
+
<glyph glyph-name="laptop" unicode="" horiz-adv-x="1920"
|
870 |
+
d="M416 256q-66 0 -113 47t-47 113v704q0 66 47 113t113 47h1088q66 0 113 -47t47 -113v-704q0 -66 -47 -113t-113 -47h-1088zM384 1120v-704q0 -13 9.5 -22.5t22.5 -9.5h1088q13 0 22.5 9.5t9.5 22.5v704q0 13 -9.5 22.5t-22.5 9.5h-1088q-13 0 -22.5 -9.5t-9.5 -22.5z
|
871 |
+
M1760 192h160v-96q0 -40 -47 -68t-113 -28h-1600q-66 0 -113 28t-47 68v96h160h1600zM1040 96q16 0 16 16t-16 16h-160q-16 0 -16 -16t16 -16h160z" />
|
872 |
+
<glyph glyph-name="tablet" unicode="" horiz-adv-x="1152"
|
873 |
+
d="M640 128q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1024 288v960q0 13 -9.5 22.5t-22.5 9.5h-832q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h832q13 0 22.5 9.5t9.5 22.5zM1152 1248v-1088q0 -66 -47 -113t-113 -47h-832
|
874 |
+
q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h832q66 0 113 -47t47 -113z" />
|
875 |
+
<glyph glyph-name="mobile_phone" unicode="" horiz-adv-x="768"
|
876 |
+
d="M464 128q0 33 -23.5 56.5t-56.5 23.5t-56.5 -23.5t-23.5 -56.5t23.5 -56.5t56.5 -23.5t56.5 23.5t23.5 56.5zM672 288v704q0 13 -9.5 22.5t-22.5 9.5h-512q-13 0 -22.5 -9.5t-9.5 -22.5v-704q0 -13 9.5 -22.5t22.5 -9.5h512q13 0 22.5 9.5t9.5 22.5zM480 1136
|
877 |
+
q0 16 -16 16h-160q-16 0 -16 -16t16 -16h160q16 0 16 16zM768 1152v-1024q0 -52 -38 -90t-90 -38h-512q-52 0 -90 38t-38 90v1024q0 52 38 90t90 38h512q52 0 90 -38t38 -90z" />
|
878 |
+
<glyph glyph-name="circle_blank" unicode=""
|
879 |
+
d="M768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103
|
880 |
+
t279.5 -279.5t103 -385.5z" />
|
881 |
+
<glyph glyph-name="quote_left" unicode="" horiz-adv-x="1664"
|
882 |
+
d="M768 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z
|
883 |
+
M1664 576v-384q0 -80 -56 -136t-136 -56h-384q-80 0 -136 56t-56 136v704q0 104 40.5 198.5t109.5 163.5t163.5 109.5t198.5 40.5h64q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-64q-106 0 -181 -75t-75 -181v-32q0 -40 28 -68t68 -28h224q80 0 136 -56t56 -136z" />
|
884 |
+
<glyph glyph-name="quote_right" unicode="" horiz-adv-x="1664"
|
885 |
+
d="M768 1216v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136zM1664 1216
|
886 |
+
v-704q0 -104 -40.5 -198.5t-109.5 -163.5t-163.5 -109.5t-198.5 -40.5h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64q106 0 181 75t75 181v32q0 40 -28 68t-68 28h-224q-80 0 -136 56t-56 136v384q0 80 56 136t136 56h384q80 0 136 -56t56 -136z" />
|
887 |
+
<glyph glyph-name="spinner" unicode="" horiz-adv-x="1792"
|
888 |
+
d="M526 142q0 -53 -37.5 -90.5t-90.5 -37.5q-52 0 -90 38t-38 90q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1024 -64q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM320 640q0 -53 -37.5 -90.5t-90.5 -37.5
|
889 |
+
t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1522 142q0 -52 -38 -90t-90 -38q-53 0 -90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM558 1138q0 -66 -47 -113t-113 -47t-113 47t-47 113t47 113t113 47t113 -47t47 -113z
|
890 |
+
M1728 640q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1088 1344q0 -80 -56 -136t-136 -56t-136 56t-56 136t56 136t136 56t136 -56t56 -136zM1618 1138q0 -93 -66 -158.5t-158 -65.5q-93 0 -158.5 65.5t-65.5 158.5
|
891 |
+
q0 92 65.5 158t158.5 66q92 0 158 -66t66 -158z" />
|
892 |
+
<glyph glyph-name="circle" unicode=""
|
893 |
+
d="M1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
894 |
+
<glyph glyph-name="reply" unicode="" horiz-adv-x="1792"
|
895 |
+
d="M1792 416q0 -166 -127 -451q-3 -7 -10.5 -24t-13.5 -30t-13 -22q-12 -17 -28 -17q-15 0 -23.5 10t-8.5 25q0 9 2.5 26.5t2.5 23.5q5 68 5 123q0 101 -17.5 181t-48.5 138.5t-80 101t-105.5 69.5t-133 42.5t-154 21.5t-175.5 6h-224v-256q0 -26 -19 -45t-45 -19t-45 19
|
896 |
+
l-512 512q-19 19 -19 45t19 45l512 512q19 19 45 19t45 -19t19 -45v-256h224q713 0 875 -403q53 -134 53 -333z" />
|
897 |
+
<glyph glyph-name="github_alt" unicode="" horiz-adv-x="1664"
|
898 |
+
d="M640 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1280 320q0 -40 -12.5 -82t-43 -76t-72.5 -34t-72.5 34t-43 76t-12.5 82t12.5 82t43 76t72.5 34t72.5 -34t43 -76t12.5 -82zM1440 320
|
899 |
+
q0 120 -69 204t-187 84q-41 0 -195 -21q-71 -11 -157 -11t-157 11q-152 21 -195 21q-118 0 -187 -84t-69 -204q0 -88 32 -153.5t81 -103t122 -60t140 -29.5t149 -7h168q82 0 149 7t140 29.5t122 60t81 103t32 153.5zM1664 496q0 -207 -61 -331q-38 -77 -105.5 -133t-141 -86
|
900 |
+
t-170 -47.5t-171.5 -22t-167 -4.5q-78 0 -142 3t-147.5 12.5t-152.5 30t-137 51.5t-121 81t-86 115q-62 123 -62 331q0 237 136 396q-27 82 -27 170q0 116 51 218q108 0 190 -39.5t189 -123.5q147 35 309 35q148 0 280 -32q105 82 187 121t189 39q51 -102 51 -218
|
901 |
+
q0 -87 -27 -168q136 -160 136 -398z" />
|
902 |
+
<glyph glyph-name="folder_close_alt" unicode="" horiz-adv-x="1664"
|
903 |
+
d="M1536 224v704q0 40 -28 68t-68 28h-704q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68v-960q0 -40 28 -68t68 -28h1216q40 0 68 28t28 68zM1664 928v-704q0 -92 -66 -158t-158 -66h-1216q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320
|
904 |
+
q92 0 158 -66t66 -158v-32h672q92 0 158 -66t66 -158z" />
|
905 |
+
<glyph glyph-name="folder_open_alt" unicode="" horiz-adv-x="1920"
|
906 |
+
d="M1781 605q0 35 -53 35h-1088q-40 0 -85.5 -21.5t-71.5 -52.5l-294 -363q-18 -24 -18 -40q0 -35 53 -35h1088q40 0 86 22t71 53l294 363q18 22 18 39zM640 768h768v160q0 40 -28 68t-68 28h-576q-40 0 -68 28t-28 68v64q0 40 -28 68t-68 28h-320q-40 0 -68 -28t-28 -68
|
907 |
+
v-853l256 315q44 53 116 87.5t140 34.5zM1909 605q0 -62 -46 -120l-295 -363q-43 -53 -116 -87.5t-140 -34.5h-1088q-92 0 -158 66t-66 158v960q0 92 66 158t158 66h320q92 0 158 -66t66 -158v-32h544q92 0 158 -66t66 -158v-160h192q54 0 99 -24.5t67 -70.5q15 -32 15 -68z
|
908 |
+
" />
|
909 |
+
<glyph glyph-name="expand_alt" unicode="" horiz-adv-x="1792"
|
910 |
+
/>
|
911 |
+
<glyph glyph-name="collapse_alt" unicode="" horiz-adv-x="1792"
|
912 |
+
/>
|
913 |
+
<glyph glyph-name="smile" unicode=""
|
914 |
+
d="M1134 461q-37 -121 -138 -195t-228 -74t-228 74t-138 195q-8 25 4 48.5t38 31.5q25 8 48.5 -4t31.5 -38q25 -80 92.5 -129.5t151.5 -49.5t151.5 49.5t92.5 129.5q8 26 32 38t49 4t37 -31.5t4 -48.5zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
|
915 |
+
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5
|
916 |
+
t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
917 |
+
<glyph glyph-name="frown" unicode=""
|
918 |
+
d="M1134 307q8 -25 -4 -48.5t-37 -31.5t-49 4t-32 38q-25 80 -92.5 129.5t-151.5 49.5t-151.5 -49.5t-92.5 -129.5q-8 -26 -31.5 -38t-48.5 -4q-26 8 -38 31.5t-4 48.5q37 121 138 195t228 74t228 -74t138 -195zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
919 |
+
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204
|
920 |
+
t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
921 |
+
<glyph glyph-name="meh" unicode=""
|
922 |
+
d="M1152 448q0 -26 -19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h640q26 0 45 -19t19 -45zM640 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1152 896q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
923 |
+
t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
|
924 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
925 |
+
<glyph glyph-name="gamepad" unicode="" horiz-adv-x="1920"
|
926 |
+
d="M832 448v128q0 14 -9 23t-23 9h-192v192q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-192h-192q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h192v-192q0 -14 9 -23t23 -9h128q14 0 23 9t9 23v192h192q14 0 23 9t9 23zM1408 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
|
927 |
+
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 640q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1920 512q0 -212 -150 -362t-362 -150q-192 0 -338 128h-220q-146 -128 -338 -128q-212 0 -362 150
|
928 |
+
t-150 362t150 362t362 150h896q212 0 362 -150t150 -362z" />
|
929 |
+
<glyph glyph-name="keyboard" unicode="" horiz-adv-x="1920"
|
930 |
+
d="M384 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM512 624v-96q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h224q16 0 16 -16zM384 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 368v-96q0 -16 -16 -16
|
931 |
+
h-864q-16 0 -16 16v96q0 16 16 16h864q16 0 16 -16zM768 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM640 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1024 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16
|
932 |
+
h96q16 0 16 -16zM896 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1280 624v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 368v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1152 880v-96
|
933 |
+
q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1408 880v-96q0 -16 -16 -16h-96q-16 0 -16 16v96q0 16 16 16h96q16 0 16 -16zM1664 880v-352q0 -16 -16 -16h-224q-16 0 -16 16v96q0 16 16 16h112v240q0 16 16 16h96q16 0 16 -16zM1792 128v896h-1664v-896
|
934 |
+
h1664zM1920 1024v-896q0 -53 -37.5 -90.5t-90.5 -37.5h-1664q-53 0 -90.5 37.5t-37.5 90.5v896q0 53 37.5 90.5t90.5 37.5h1664q53 0 90.5 -37.5t37.5 -90.5z" />
|
935 |
+
<glyph glyph-name="flag_alt" unicode="" horiz-adv-x="1792"
|
936 |
+
d="M1664 491v616q-169 -91 -306 -91q-82 0 -145 32q-100 49 -184 76.5t-178 27.5q-173 0 -403 -127v-599q245 113 433 113q55 0 103.5 -7.5t98 -26t77 -31t82.5 -39.5l28 -14q44 -22 101 -22q120 0 293 92zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9
|
937 |
+
h-64q-14 0 -23 9t-9 23v1266q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102
|
938 |
+
q-15 -9 -33 -9q-16 0 -32 8q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
|
939 |
+
<glyph glyph-name="flag_checkered" unicode="" horiz-adv-x="1792"
|
940 |
+
d="M832 536v192q-181 -16 -384 -117v-185q205 96 384 110zM832 954v197q-172 -8 -384 -126v-189q215 111 384 118zM1664 491v184q-235 -116 -384 -71v224q-20 6 -39 15q-5 3 -33 17t-34.5 17t-31.5 15t-34.5 15.5t-32.5 13t-36 12.5t-35 8.5t-39.5 7.5t-39.5 4t-44 2
|
941 |
+
q-23 0 -49 -3v-222h19q102 0 192.5 -29t197.5 -82q19 -9 39 -15v-188q42 -17 91 -17q120 0 293 92zM1664 918v189q-169 -91 -306 -91q-45 0 -78 8v-196q148 -42 384 90zM320 1280q0 -35 -17.5 -64t-46.5 -46v-1266q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v1266
|
942 |
+
q-29 17 -46.5 46t-17.5 64q0 53 37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1792 1216v-763q0 -39 -35 -57q-10 -5 -17 -9q-218 -116 -369 -116q-88 0 -158 35l-28 14q-64 33 -99 48t-91 29t-114 14q-102 0 -235.5 -44t-228.5 -102q-15 -9 -33 -9q-16 0 -32 8
|
943 |
+
q-32 19 -32 56v742q0 35 31 55q35 21 78.5 42.5t114 52t152.5 49.5t155 19q112 0 209 -31t209 -86q38 -19 89 -19q122 0 310 112q22 12 31 17q31 16 62 -2q31 -20 31 -55z" />
|
944 |
+
<glyph glyph-name="terminal" unicode="" horiz-adv-x="1664"
|
945 |
+
d="M585 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23zM1664 96v-64q0 -14 -9 -23t-23 -9h-960q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h960q14 0 23 -9
|
946 |
+
t9 -23z" />
|
947 |
+
<glyph glyph-name="code" unicode="" horiz-adv-x="1920"
|
948 |
+
d="M617 137l-50 -50q-10 -10 -23 -10t-23 10l-466 466q-10 10 -10 23t10 23l466 466q10 10 23 10t23 -10l50 -50q10 -10 10 -23t-10 -23l-393 -393l393 -393q10 -10 10 -23t-10 -23zM1208 1204l-373 -1291q-4 -13 -15.5 -19.5t-23.5 -2.5l-62 17q-13 4 -19.5 15.5t-2.5 24.5
|
949 |
+
l373 1291q4 13 15.5 19.5t23.5 2.5l62 -17q13 -4 19.5 -15.5t2.5 -24.5zM1865 553l-466 -466q-10 -10 -23 -10t-23 10l-50 50q-10 10 -10 23t10 23l393 393l-393 393q-10 10 -10 23t10 23l50 50q10 10 23 10t23 -10l466 -466q10 -10 10 -23t-10 -23z" />
|
950 |
+
<glyph glyph-name="reply_all" unicode="" horiz-adv-x="1792"
|
951 |
+
d="M640 454v-70q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-69l-397 -398q-19 -19 -19 -45t19 -45zM1792 416q0 -58 -17 -133.5t-38.5 -138t-48 -125t-40.5 -90.5l-20 -40q-8 -17 -28 -17q-6 0 -9 1
|
952 |
+
q-25 8 -23 34q43 400 -106 565q-64 71 -170.5 110.5t-267.5 52.5v-251q0 -42 -39 -59q-13 -5 -25 -5q-27 0 -45 19l-512 512q-19 19 -19 45t19 45l512 512q29 31 70 14q39 -17 39 -59v-262q411 -28 599 -221q169 -173 169 -509z" />
|
953 |
+
<glyph glyph-name="star_half_empty" unicode="" horiz-adv-x="1664"
|
954 |
+
d="M1186 579l257 250l-356 52l-66 10l-30 60l-159 322v-963l59 -31l318 -168l-60 355l-12 66zM1638 841l-363 -354l86 -500q5 -33 -6 -51.5t-34 -18.5q-17 0 -40 12l-449 236l-449 -236q-23 -12 -40 -12q-23 0 -34 18.5t-6 51.5l86 500l-364 354q-32 32 -23 59.5t54 34.5
|
955 |
+
l502 73l225 455q20 41 49 41q28 0 49 -41l225 -455l502 -73q45 -7 54 -34.5t-24 -59.5z" />
|
956 |
+
<glyph glyph-name="location_arrow" unicode="" horiz-adv-x="1408"
|
957 |
+
d="M1401 1187l-640 -1280q-17 -35 -57 -35q-5 0 -15 2q-22 5 -35.5 22.5t-13.5 39.5v576h-576q-22 0 -39.5 13.5t-22.5 35.5t4 42t29 30l1280 640q13 7 29 7q27 0 45 -19q15 -14 18.5 -34.5t-6.5 -39.5z" />
|
958 |
+
<glyph glyph-name="crop" unicode="" horiz-adv-x="1664"
|
959 |
+
d="M557 256h595v595zM512 301l595 595h-595v-595zM1664 224v-192q0 -14 -9 -23t-23 -9h-224v-224q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v224h-864q-14 0 -23 9t-9 23v864h-224q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h224v224q0 14 9 23t23 9h192q14 0 23 -9t9 -23
|
960 |
+
v-224h851l246 247q10 9 23 9t23 -9q9 -10 9 -23t-9 -23l-247 -246v-851h224q14 0 23 -9t9 -23z" />
|
961 |
+
<glyph glyph-name="code_fork" unicode="" horiz-adv-x="1024"
|
962 |
+
d="M288 64q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM288 1216q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM928 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1024 1088q0 -52 -26 -96.5t-70 -69.5
|
963 |
+
q-2 -287 -226 -414q-67 -38 -203 -81q-128 -40 -169.5 -71t-41.5 -100v-26q44 -25 70 -69.5t26 -96.5q0 -80 -56 -136t-136 -56t-136 56t-56 136q0 52 26 96.5t70 69.5v820q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136q0 -52 -26 -96.5t-70 -69.5v-497
|
964 |
+
q54 26 154 57q55 17 87.5 29.5t70.5 31t59 39.5t40.5 51t28 69.5t8.5 91.5q-44 25 -70 69.5t-26 96.5q0 80 56 136t136 56t136 -56t56 -136z" />
|
965 |
+
<glyph glyph-name="unlink" unicode="" horiz-adv-x="1664"
|
966 |
+
d="M439 265l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23zM608 224v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM384 448q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9t-9 23t9 23t23 9h320
|
967 |
+
q14 0 23 -9t9 -23zM1648 320q0 -120 -85 -203l-147 -146q-83 -83 -203 -83q-121 0 -204 85l-334 335q-21 21 -42 56l239 18l273 -274q27 -27 68 -27.5t68 26.5l147 146q28 28 28 67q0 40 -28 68l-274 275l18 239q35 -21 56 -42l336 -336q84 -86 84 -204zM1031 1044l-239 -18
|
968 |
+
l-273 274q-28 28 -68 28q-39 0 -68 -27l-147 -146q-28 -28 -28 -67q0 -40 28 -68l274 -274l-18 -240q-35 21 -56 42l-336 336q-84 86 -84 204q0 120 85 203l147 146q83 83 203 83q121 0 204 -85l334 -335q21 -21 42 -56zM1664 960q0 -14 -9 -23t-23 -9h-320q-14 0 -23 9
|
969 |
+
t-9 23t9 23t23 9h320q14 0 23 -9t9 -23zM1120 1504v-320q0 -14 -9 -23t-23 -9t-23 9t-9 23v320q0 14 9 23t23 9t23 -9t9 -23zM1527 1353l-256 -256q-11 -9 -23 -9t-23 9q-9 10 -9 23t9 23l256 256q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
|
970 |
+
<glyph glyph-name="question" unicode="" horiz-adv-x="1024"
|
971 |
+
d="M704 280v-240q0 -16 -12 -28t-28 -12h-240q-16 0 -28 12t-12 28v240q0 16 12 28t28 12h240q16 0 28 -12t12 -28zM1020 880q0 -54 -15.5 -101t-35 -76.5t-55 -59.5t-57.5 -43.5t-61 -35.5q-41 -23 -68.5 -65t-27.5 -67q0 -17 -12 -32.5t-28 -15.5h-240q-15 0 -25.5 18.5
|
972 |
+
t-10.5 37.5v45q0 83 65 156.5t143 108.5q59 27 84 56t25 76q0 42 -46.5 74t-107.5 32q-65 0 -108 -29q-35 -25 -107 -115q-13 -16 -31 -16q-12 0 -25 8l-164 125q-13 10 -15.5 25t5.5 28q160 266 464 266q80 0 161 -31t146 -83t106 -127.5t41 -158.5z" />
|
973 |
+
<glyph glyph-name="_279" unicode="" horiz-adv-x="640"
|
974 |
+
d="M640 192v-128q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h64v384h-64q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h384q26 0 45 -19t19 -45v-576h64q26 0 45 -19t19 -45zM512 1344v-192q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v192
|
975 |
+
q0 26 19 45t45 19h256q26 0 45 -19t19 -45z" />
|
976 |
+
<glyph glyph-name="exclamation" unicode="" horiz-adv-x="640"
|
977 |
+
d="M512 288v-224q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v224q0 26 19 45t45 19h256q26 0 45 -19t19 -45zM542 1344l-28 -768q-1 -26 -20.5 -45t-45.5 -19h-256q-26 0 -45.5 19t-20.5 45l-28 768q-1 26 17.5 45t44.5 19h320q26 0 44.5 -19t17.5 -45z" />
|
978 |
+
<glyph glyph-name="superscript" unicode=""
|
979 |
+
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
|
980 |
+
M1534 846v-206h-514l-3 27q-4 28 -4 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q83 65 188 65q110 0 178 -59.5t68 -158.5q0 -56 -24.5 -103t-62 -76.5t-81.5 -58.5t-82 -50.5
|
981 |
+
t-65.5 -51.5t-30.5 -63h232v80h126z" />
|
982 |
+
<glyph glyph-name="subscript" unicode=""
|
983 |
+
d="M897 167v-167h-248l-159 252l-24 42q-8 9 -11 21h-3q-1 -3 -2.5 -6.5t-3.5 -8t-3 -6.5q-10 -20 -25 -44l-155 -250h-258v167h128l197 291l-185 272h-137v168h276l139 -228q2 -4 23 -42q8 -9 11 -21h3q3 9 11 21l25 42l140 228h257v-168h-125l-184 -267l204 -296h109z
|
984 |
+
M1536 -50v-206h-514l-4 27q-3 45 -3 46q0 64 26 117t65 86.5t84 65t84 54.5t65 54t26 64q0 38 -29.5 62.5t-70.5 24.5q-51 0 -97 -39q-14 -11 -36 -38l-105 92q26 37 63 66q80 65 188 65q110 0 178 -59.5t68 -158.5q0 -66 -34.5 -118.5t-84 -86t-99.5 -62.5t-87 -63t-41 -73
|
985 |
+
h232v80h126z" />
|
986 |
+
<glyph glyph-name="_283" unicode="" horiz-adv-x="1920"
|
987 |
+
d="M896 128l336 384h-768l-336 -384h768zM1909 1205q15 -34 9.5 -71.5t-30.5 -65.5l-896 -1024q-38 -44 -96 -44h-768q-38 0 -69.5 20.5t-47.5 54.5q-15 34 -9.5 71.5t30.5 65.5l896 1024q38 44 96 44h768q38 0 69.5 -20.5t47.5 -54.5z" />
|
988 |
+
<glyph glyph-name="puzzle_piece" unicode="" horiz-adv-x="1664"
|
989 |
+
d="M1664 438q0 -81 -44.5 -135t-123.5 -54q-41 0 -77.5 17.5t-59 38t-56.5 38t-71 17.5q-110 0 -110 -124q0 -39 16 -115t15 -115v-5q-22 0 -33 -1q-34 -3 -97.5 -11.5t-115.5 -13.5t-98 -5q-61 0 -103 26.5t-42 83.5q0 37 17.5 71t38 56.5t38 59t17.5 77.5q0 79 -54 123.5
|
990 |
+
t-135 44.5q-84 0 -143 -45.5t-59 -127.5q0 -43 15 -83t33.5 -64.5t33.5 -53t15 -50.5q0 -45 -46 -89q-37 -35 -117 -35q-95 0 -245 24q-9 2 -27.5 4t-27.5 4l-13 2q-1 0 -3 1q-2 0 -2 1v1024q2 -1 17.5 -3.5t34 -5t21.5 -3.5q150 -24 245 -24q80 0 117 35q46 44 46 89
|
991 |
+
q0 22 -15 50.5t-33.5 53t-33.5 64.5t-15 83q0 82 59 127.5t144 45.5q80 0 134 -44.5t54 -123.5q0 -41 -17.5 -77.5t-38 -59t-38 -56.5t-17.5 -71q0 -57 42 -83.5t103 -26.5q64 0 180 15t163 17v-2q-1 -2 -3.5 -17.5t-5 -34t-3.5 -21.5q-24 -150 -24 -245q0 -80 35 -117
|
992 |
+
q44 -46 89 -46q22 0 50.5 15t53 33.5t64.5 33.5t83 15q82 0 127.5 -59t45.5 -143z" />
|
993 |
+
<glyph glyph-name="microphone" unicode="" horiz-adv-x="1152"
|
994 |
+
d="M1152 832v-128q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-217 24 -364.5 187.5t-147.5 384.5v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -185 131.5 -316.5t316.5 -131.5
|
995 |
+
t316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45zM896 1216v-512q0 -132 -94 -226t-226 -94t-226 94t-94 226v512q0 132 94 226t226 94t226 -94t94 -226z" />
|
996 |
+
<glyph glyph-name="microphone_off" unicode="" horiz-adv-x="1408"
|
997 |
+
d="M271 591l-101 -101q-42 103 -42 214v128q0 26 19 45t45 19t45 -19t19 -45v-128q0 -53 15 -113zM1385 1193l-361 -361v-128q0 -132 -94 -226t-226 -94q-55 0 -109 19l-96 -96q97 -51 205 -51q185 0 316.5 131.5t131.5 316.5v128q0 26 19 45t45 19t45 -19t19 -45v-128
|
998 |
+
q0 -221 -147.5 -384.5t-364.5 -187.5v-132h256q26 0 45 -19t19 -45t-19 -45t-45 -19h-640q-26 0 -45 19t-19 45t19 45t45 19h256v132q-125 13 -235 81l-254 -254q-10 -10 -23 -10t-23 10l-82 82q-10 10 -10 23t10 23l1234 1234q10 10 23 10t23 -10l82 -82q10 -10 10 -23
|
999 |
+
t-10 -23zM1005 1325l-621 -621v512q0 132 94 226t226 94q102 0 184.5 -59t116.5 -152z" />
|
1000 |
+
<glyph glyph-name="shield" unicode="" horiz-adv-x="1280"
|
1001 |
+
d="M1088 576v640h-448v-1137q119 63 213 137q235 184 235 360zM1280 1344v-768q0 -86 -33.5 -170.5t-83 -150t-118 -127.5t-126.5 -103t-121 -77.5t-89.5 -49.5t-42.5 -20q-12 -6 -26 -6t-26 6q-16 7 -42.5 20t-89.5 49.5t-121 77.5t-126.5 103t-118 127.5t-83 150
|
1002 |
+
t-33.5 170.5v768q0 26 19 45t45 19h1152q26 0 45 -19t19 -45z" />
|
1003 |
+
<glyph glyph-name="calendar_empty" unicode="" horiz-adv-x="1664"
|
1004 |
+
d="M128 -128h1408v1024h-1408v-1024zM512 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1280 1088v288q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-288q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1664 1152v-1280
|
1005 |
+
q0 -52 -38 -90t-90 -38h-1408q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h128v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h384v96q0 66 47 113t113 47h64q66 0 113 -47t47 -113v-96h128q52 0 90 -38t38 -90z" />
|
1006 |
+
<glyph glyph-name="fire_extinguisher" unicode="" horiz-adv-x="1408"
|
1007 |
+
d="M512 1344q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1408 1376v-320q0 -16 -12 -25q-8 -7 -20 -7q-4 0 -7 1l-448 96q-11 2 -18 11t-7 20h-256v-102q111 -23 183.5 -111t72.5 -203v-800q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v800
|
1008 |
+
q0 106 62.5 190.5t161.5 114.5v111h-32q-59 0 -115 -23.5t-91.5 -53t-66 -66.5t-40.5 -53.5t-14 -24.5q-17 -35 -57 -35q-16 0 -29 7q-23 12 -31.5 37t3.5 49q5 10 14.5 26t37.5 53.5t60.5 70t85 67t108.5 52.5q-25 42 -25 86q0 66 47 113t113 47t113 -47t47 -113
|
1009 |
+
q0 -33 -14 -64h302q0 11 7 20t18 11l448 96q3 1 7 1q12 0 20 -7q12 -9 12 -25z" />
|
1010 |
+
<glyph glyph-name="rocket" unicode="" horiz-adv-x="1664"
|
1011 |
+
d="M1440 1088q0 40 -28 68t-68 28t-68 -28t-28 -68t28 -68t68 -28t68 28t28 68zM1664 1376q0 -249 -75.5 -430.5t-253.5 -360.5q-81 -80 -195 -176l-20 -379q-2 -16 -16 -26l-384 -224q-7 -4 -16 -4q-12 0 -23 9l-64 64q-13 14 -8 32l85 276l-281 281l-276 -85q-3 -1 -9 -1
|
1012 |
+
q-14 0 -23 9l-64 64q-17 19 -5 39l224 384q10 14 26 16l379 20q96 114 176 195q188 187 358 258t431 71q14 0 24 -9.5t10 -22.5z" />
|
1013 |
+
<glyph glyph-name="maxcdn" unicode="" horiz-adv-x="1792"
|
1014 |
+
d="M1745 763l-164 -763h-334l178 832q13 56 -15 88q-27 33 -83 33h-169l-204 -953h-334l204 953h-286l-204 -953h-334l204 953l-153 327h1276q101 0 189.5 -40.5t147.5 -113.5q60 -73 81 -168.5t0 -194.5z" />
|
1015 |
+
<glyph glyph-name="chevron_sign_left" unicode=""
|
1016 |
+
d="M909 141l102 102q19 19 19 45t-19 45l-307 307l307 307q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1017 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1018 |
+
<glyph glyph-name="chevron_sign_right" unicode=""
|
1019 |
+
d="M717 141l454 454q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l307 -307l-307 -307q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1020 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1021 |
+
<glyph glyph-name="chevron_sign_up" unicode=""
|
1022 |
+
d="M1165 397l102 102q19 19 19 45t-19 45l-454 454q-19 19 -45 19t-45 -19l-454 -454q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l307 307l307 -307q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1023 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1024 |
+
<glyph glyph-name="chevron_sign_down" unicode=""
|
1025 |
+
d="M813 237l454 454q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-307 -307l-307 307q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l454 -454q19 -19 45 -19t45 19zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5
|
1026 |
+
t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1027 |
+
<glyph glyph-name="html5" unicode="" horiz-adv-x="1408"
|
1028 |
+
d="M1130 939l16 175h-884l47 -534h612l-22 -228l-197 -53l-196 53l-13 140h-175l22 -278l362 -100h4v1l359 99l50 544h-644l-15 181h674zM0 1408h1408l-128 -1438l-578 -162l-574 162z" />
|
1029 |
+
<glyph glyph-name="css3" unicode="" horiz-adv-x="1792"
|
1030 |
+
d="M275 1408h1505l-266 -1333l-804 -267l-698 267l71 356h297l-29 -147l422 -161l486 161l68 339h-1208l58 297h1209l38 191h-1208z" />
|
1031 |
+
<glyph glyph-name="anchor" unicode="" horiz-adv-x="1792"
|
1032 |
+
d="M960 1280q0 26 -19 45t-45 19t-45 -19t-19 -45t19 -45t45 -19t45 19t19 45zM1792 352v-352q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-93 93q-119 -143 -318.5 -226.5t-429.5 -83.5t-429.5 83.5t-318.5 226.5l-93 -93q-9 -9 -23 -9q-4 0 -12 2q-20 8 -20 30v352
|
1033 |
+
q0 14 9 23t23 9h352q22 0 30 -20q8 -19 -7 -35l-100 -100q67 -91 189.5 -153.5t271.5 -82.5v647h-192q-26 0 -45 19t-19 45v128q0 26 19 45t45 19h192v163q-58 34 -93 92.5t-35 128.5q0 106 75 181t181 75t181 -75t75 -181q0 -70 -35 -128.5t-93 -92.5v-163h192q26 0 45 -19
|
1034 |
+
t19 -45v-128q0 -26 -19 -45t-45 -19h-192v-647q149 20 271.5 82.5t189.5 153.5l-100 100q-15 16 -7 35q8 20 30 20h352q14 0 23 -9t9 -23z" />
|
1035 |
+
<glyph glyph-name="unlock_alt" unicode="" horiz-adv-x="1152"
|
1036 |
+
d="M1056 768q40 0 68 -28t28 -68v-576q0 -40 -28 -68t-68 -28h-960q-40 0 -68 28t-28 68v576q0 40 28 68t68 28h32v320q0 185 131.5 316.5t316.5 131.5t316.5 -131.5t131.5 -316.5q0 -26 -19 -45t-45 -19h-64q-26 0 -45 19t-19 45q0 106 -75 181t-181 75t-181 -75t-75 -181
|
1037 |
+
v-320h736z" />
|
1038 |
+
<glyph glyph-name="bullseye" unicode=""
|
1039 |
+
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM1152 640q0 159 -112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5t271.5 -112.5t271.5 112.5t112.5 271.5zM1280 640q0 -212 -150 -362t-362 -150t-362 150
|
1040 |
+
t-150 362t150 362t362 150t362 -150t150 -362zM1408 640q0 130 -51 248.5t-136.5 204t-204 136.5t-248.5 51t-248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5zM1536 640
|
1041 |
+
q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1042 |
+
<glyph glyph-name="ellipsis_horizontal" unicode="" horiz-adv-x="1408"
|
1043 |
+
d="M384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM896 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM1408 800v-192q0 -40 -28 -68t-68 -28h-192
|
1044 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
|
1045 |
+
<glyph glyph-name="ellipsis_vertical" unicode="" horiz-adv-x="384"
|
1046 |
+
d="M384 288v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 800v-192q0 -40 -28 -68t-68 -28h-192q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68zM384 1312v-192q0 -40 -28 -68t-68 -28h-192
|
1047 |
+
q-40 0 -68 28t-28 68v192q0 40 28 68t68 28h192q40 0 68 -28t28 -68z" />
|
1048 |
+
<glyph glyph-name="_303" unicode=""
|
1049 |
+
d="M512 256q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM863 162q-13 233 -176.5 396.5t-396.5 176.5q-14 1 -24 -9t-10 -23v-128q0 -13 8.5 -22t21.5 -10q154 -11 264 -121t121 -264q1 -13 10 -21.5t22 -8.5h128
|
1050 |
+
q13 0 23 10t9 24zM1247 161q-5 154 -56 297.5t-139.5 260t-205 205t-260 139.5t-297.5 56q-14 1 -23 -9q-10 -10 -10 -23v-128q0 -13 9 -22t22 -10q204 -7 378 -111.5t278.5 -278.5t111.5 -378q1 -13 10 -22t22 -9h128q13 0 23 10q11 9 9 23zM1536 1120v-960
|
1051 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1052 |
+
<glyph glyph-name="play_sign" unicode=""
|
1053 |
+
d="M768 1408q209 0 385.5 -103t279.5 -279.5t103 -385.5t-103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103zM1152 585q32 18 32 55t-32 55l-544 320q-31 19 -64 1q-32 -19 -32 -56v-640q0 -37 32 -56
|
1054 |
+
q16 -8 32 -8q17 0 32 9z" />
|
1055 |
+
<glyph glyph-name="ticket" unicode="" horiz-adv-x="1792"
|
1056 |
+
d="M1024 1084l316 -316l-572 -572l-316 316zM813 105l618 618q19 19 19 45t-19 45l-362 362q-18 18 -45 18t-45 -18l-618 -618q-19 -19 -19 -45t19 -45l362 -362q18 -18 45 -18t45 18zM1702 742l-907 -908q-37 -37 -90.5 -37t-90.5 37l-126 126q56 56 56 136t-56 136
|
1057 |
+
t-136 56t-136 -56l-125 126q-37 37 -37 90.5t37 90.5l907 906q37 37 90.5 37t90.5 -37l125 -125q-56 -56 -56 -136t56 -136t136 -56t136 56l126 -125q37 -37 37 -90.5t-37 -90.5z" />
|
1058 |
+
<glyph glyph-name="minus_sign_alt" unicode=""
|
1059 |
+
d="M1280 576v128q0 26 -19 45t-45 19h-896q-26 0 -45 -19t-19 -45v-128q0 -26 19 -45t45 -19h896q26 0 45 19t19 45zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
|
1060 |
+
t84.5 -203.5z" />
|
1061 |
+
<glyph glyph-name="check_minus" unicode="" horiz-adv-x="1408"
|
1062 |
+
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h832q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5
|
1063 |
+
t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
1064 |
+
<glyph glyph-name="level_up" unicode="" horiz-adv-x="1024"
|
1065 |
+
d="M1018 933q-18 -37 -58 -37h-192v-864q0 -14 -9 -23t-23 -9h-704q-21 0 -29 18q-8 20 4 35l160 192q9 11 25 11h320v640h-192q-40 0 -58 37q-17 37 9 68l320 384q18 22 49 22t49 -22l320 -384q27 -32 9 -68z" />
|
1066 |
+
<glyph glyph-name="level_down" unicode="" horiz-adv-x="1024"
|
1067 |
+
d="M32 1280h704q13 0 22.5 -9.5t9.5 -23.5v-863h192q40 0 58 -37t-9 -69l-320 -384q-18 -22 -49 -22t-49 22l-320 384q-26 31 -9 69q18 37 58 37h192v640h-320q-14 0 -25 11l-160 192q-13 14 -4 34q9 19 29 19z" />
|
1068 |
+
<glyph glyph-name="check_sign" unicode=""
|
1069 |
+
d="M685 237l614 614q19 19 19 45t-19 45l-102 102q-19 19 -45 19t-45 -19l-467 -467l-211 211q-19 19 -45 19t-45 -19l-102 -102q-19 -19 -19 -45t19 -45l358 -358q19 -19 45 -19t45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5
|
1070 |
+
t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1071 |
+
<glyph glyph-name="edit_sign" unicode=""
|
1072 |
+
d="M404 428l152 -152l-52 -52h-56v96h-96v56zM818 818q14 -13 -3 -30l-291 -291q-17 -17 -30 -3q-14 13 3 30l291 291q17 17 30 3zM544 128l544 544l-288 288l-544 -544v-288h288zM1152 736l92 92q28 28 28 68t-28 68l-152 152q-28 28 -68 28t-68 -28l-92 -92zM1536 1120
|
1073 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1074 |
+
<glyph glyph-name="_312" unicode=""
|
1075 |
+
d="M1280 608v480q0 26 -19 45t-45 19h-480q-42 0 -59 -39q-17 -41 14 -70l144 -144l-534 -534q-19 -19 -19 -45t19 -45l102 -102q19 -19 45 -19t45 19l534 534l144 -144q18 -19 45 -19q12 0 25 5q39 17 39 59zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960
|
1076 |
+
q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1077 |
+
<glyph glyph-name="share_sign" unicode=""
|
1078 |
+
d="M1005 435l352 352q19 19 19 45t-19 45l-352 352q-30 31 -69 14q-40 -17 -40 -59v-160q-119 0 -216 -19.5t-162.5 -51t-114 -79t-76.5 -95.5t-44.5 -109t-21.5 -111.5t-5 -110.5q0 -181 167 -404q11 -12 25 -12q7 0 13 3q22 9 19 33q-44 354 62 473q46 52 130 75.5
|
1079 |
+
t224 23.5v-160q0 -42 40 -59q12 -5 24 -5q26 0 45 19zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1080 |
+
<glyph glyph-name="compass" unicode=""
|
1081 |
+
d="M640 448l256 128l-256 128v-256zM1024 1039v-542l-512 -256v542zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1082 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1083 |
+
<glyph glyph-name="collapse" unicode=""
|
1084 |
+
d="M1145 861q18 -35 -5 -66l-320 -448q-19 -27 -52 -27t-52 27l-320 448q-23 31 -5 66q17 35 57 35h640q40 0 57 -35zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120
|
1085 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1086 |
+
<glyph glyph-name="collapse_top" unicode=""
|
1087 |
+
d="M1145 419q-17 -35 -57 -35h-640q-40 0 -57 35q-18 35 5 66l320 448q19 27 52 27t52 -27l320 -448q23 -31 5 -66zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5zM1536 1120v-960
|
1088 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1089 |
+
<glyph glyph-name="_317" unicode=""
|
1090 |
+
d="M1088 640q0 -33 -27 -52l-448 -320q-31 -23 -66 -5q-35 17 -35 57v640q0 40 35 57q35 18 66 -5l448 -320q27 -19 27 -52zM1280 160v960q0 14 -9 23t-23 9h-960q-14 0 -23 -9t-9 -23v-960q0 -14 9 -23t23 -9h960q14 0 23 9t9 23zM1536 1120v-960q0 -119 -84.5 -203.5
|
1091 |
+
t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1092 |
+
<glyph glyph-name="eur" unicode="" horiz-adv-x="1024"
|
1093 |
+
d="M976 229l35 -159q3 -12 -3 -22.5t-17 -14.5l-5 -1q-4 -2 -10.5 -3.5t-16 -4.5t-21.5 -5.5t-25.5 -5t-30 -5t-33.5 -4.5t-36.5 -3t-38.5 -1q-234 0 -409 130.5t-238 351.5h-95q-13 0 -22.5 9.5t-9.5 22.5v113q0 13 9.5 22.5t22.5 9.5h66q-2 57 1 105h-67q-14 0 -23 9
|
1094 |
+
t-9 23v114q0 14 9 23t23 9h98q67 210 243.5 338t400.5 128q102 0 194 -23q11 -3 20 -15q6 -11 3 -24l-43 -159q-3 -13 -14 -19.5t-24 -2.5l-4 1q-4 1 -11.5 2.5l-17.5 3.5t-22.5 3.5t-26 3t-29 2.5t-29.5 1q-126 0 -226 -64t-150 -176h468q16 0 25 -12q10 -12 7 -26
|
1095 |
+
l-24 -114q-5 -26 -32 -26h-488q-3 -37 0 -105h459q15 0 25 -12q9 -12 6 -27l-24 -112q-2 -11 -11 -18.5t-20 -7.5h-387q48 -117 149.5 -185.5t228.5 -68.5q18 0 36 1.5t33.5 3.5t29.5 4.5t24.5 5t18.5 4.5l12 3l5 2q13 5 26 -2q12 -7 15 -21z" />
|
1096 |
+
<glyph glyph-name="gbp" unicode="" horiz-adv-x="1024"
|
1097 |
+
d="M1020 399v-367q0 -14 -9 -23t-23 -9h-956q-14 0 -23 9t-9 23v150q0 13 9.5 22.5t22.5 9.5h97v383h-95q-14 0 -23 9.5t-9 22.5v131q0 14 9 23t23 9h95v223q0 171 123.5 282t314.5 111q185 0 335 -125q9 -8 10 -20.5t-7 -22.5l-103 -127q-9 -11 -22 -12q-13 -2 -23 7
|
1098 |
+
q-5 5 -26 19t-69 32t-93 18q-85 0 -137 -47t-52 -123v-215h305q13 0 22.5 -9t9.5 -23v-131q0 -13 -9.5 -22.5t-22.5 -9.5h-305v-379h414v181q0 13 9 22.5t23 9.5h162q14 0 23 -9.5t9 -22.5z" />
|
1099 |
+
<glyph glyph-name="usd" unicode="" horiz-adv-x="1024"
|
1100 |
+
d="M978 351q0 -153 -99.5 -263.5t-258.5 -136.5v-175q0 -14 -9 -23t-23 -9h-135q-13 0 -22.5 9.5t-9.5 22.5v175q-66 9 -127.5 31t-101.5 44.5t-74 48t-46.5 37.5t-17.5 18q-17 21 -2 41l103 135q7 10 23 12q15 2 24 -9l2 -2q113 -99 243 -125q37 -8 74 -8q81 0 142.5 43
|
1101 |
+
t61.5 122q0 28 -15 53t-33.5 42t-58.5 37.5t-66 32t-80 32.5q-39 16 -61.5 25t-61.5 26.5t-62.5 31t-56.5 35.5t-53.5 42.5t-43.5 49t-35.5 58t-21 66.5t-8.5 78q0 138 98 242t255 134v180q0 13 9.5 22.5t22.5 9.5h135q14 0 23 -9t9 -23v-176q57 -6 110.5 -23t87 -33.5
|
1102 |
+
t63.5 -37.5t39 -29t15 -14q17 -18 5 -38l-81 -146q-8 -15 -23 -16q-14 -3 -27 7q-3 3 -14.5 12t-39 26.5t-58.5 32t-74.5 26t-85.5 11.5q-95 0 -155 -43t-60 -111q0 -26 8.5 -48t29.5 -41.5t39.5 -33t56 -31t60.5 -27t70 -27.5q53 -20 81 -31.5t76 -35t75.5 -42.5t62 -50
|
1103 |
+
t53 -63.5t31.5 -76.5t13 -94z" />
|
1104 |
+
<glyph glyph-name="inr" unicode="" horiz-adv-x="898"
|
1105 |
+
d="M898 1066v-102q0 -14 -9 -23t-23 -9h-168q-23 -144 -129 -234t-276 -110q167 -178 459 -536q14 -16 4 -34q-8 -18 -29 -18h-195q-16 0 -25 12q-306 367 -498 571q-9 9 -9 22v127q0 13 9.5 22.5t22.5 9.5h112q132 0 212.5 43t102.5 125h-427q-14 0 -23 9t-9 23v102
|
1106 |
+
q0 14 9 23t23 9h413q-57 113 -268 113h-145q-13 0 -22.5 9.5t-9.5 22.5v133q0 14 9 23t23 9h832q14 0 23 -9t9 -23v-102q0 -14 -9 -23t-23 -9h-233q47 -61 64 -144h171q14 0 23 -9t9 -23z" />
|
1107 |
+
<glyph glyph-name="jpy" unicode="" horiz-adv-x="1027"
|
1108 |
+
d="M603 0h-172q-13 0 -22.5 9t-9.5 23v330h-288q-13 0 -22.5 9t-9.5 23v103q0 13 9.5 22.5t22.5 9.5h288v85h-288q-13 0 -22.5 9t-9.5 23v104q0 13 9.5 22.5t22.5 9.5h214l-321 578q-8 16 0 32q10 16 28 16h194q19 0 29 -18l215 -425q19 -38 56 -125q10 24 30.5 68t27.5 61
|
1109 |
+
l191 420q8 19 29 19h191q17 0 27 -16q9 -14 1 -31l-313 -579h215q13 0 22.5 -9.5t9.5 -22.5v-104q0 -14 -9.5 -23t-22.5 -9h-290v-85h290q13 0 22.5 -9.5t9.5 -22.5v-103q0 -14 -9.5 -23t-22.5 -9h-290v-330q0 -13 -9.5 -22.5t-22.5 -9.5z" />
|
1110 |
+
<glyph glyph-name="rub" unicode="" horiz-adv-x="1280"
|
1111 |
+
d="M1043 971q0 100 -65 162t-171 62h-320v-448h320q106 0 171 62t65 162zM1280 971q0 -193 -126.5 -315t-326.5 -122h-340v-118h505q14 0 23 -9t9 -23v-128q0 -14 -9 -23t-23 -9h-505v-192q0 -14 -9.5 -23t-22.5 -9h-167q-14 0 -23 9t-9 23v192h-224q-14 0 -23 9t-9 23v128
|
1112 |
+
q0 14 9 23t23 9h224v118h-224q-14 0 -23 9t-9 23v149q0 13 9 22.5t23 9.5h224v629q0 14 9 23t23 9h539q200 0 326.5 -122t126.5 -315z" />
|
1113 |
+
<glyph glyph-name="krw" unicode="" horiz-adv-x="1792"
|
1114 |
+
d="M514 341l81 299h-159l75 -300q1 -1 1 -3t1 -3q0 1 0.5 3.5t0.5 3.5zM630 768l35 128h-292l32 -128h225zM822 768h139l-35 128h-70zM1271 340l78 300h-162l81 -299q0 -1 0.5 -3.5t1.5 -3.5q0 1 0.5 3t0.5 3zM1382 768l33 128h-297l34 -128h230zM1792 736v-64q0 -14 -9 -23
|
1115 |
+
t-23 -9h-213l-164 -616q-7 -24 -31 -24h-159q-24 0 -31 24l-166 616h-209l-167 -616q-7 -24 -31 -24h-159q-11 0 -19.5 7t-10.5 17l-160 616h-208q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h175l-33 128h-142q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h109l-89 344q-5 15 5 28
|
1116 |
+
q10 12 26 12h137q26 0 31 -24l90 -360h359l97 360q7 24 31 24h126q24 0 31 -24l98 -360h365l93 360q5 24 31 24h137q16 0 26 -12q10 -13 5 -28l-91 -344h111q14 0 23 -9t9 -23v-64q0 -14 -9 -23t-23 -9h-145l-34 -128h179q14 0 23 -9t9 -23z" />
|
1117 |
+
<glyph glyph-name="btc" unicode="" horiz-adv-x="1280"
|
1118 |
+
d="M1167 896q18 -182 -131 -258q117 -28 175 -103t45 -214q-7 -71 -32.5 -125t-64.5 -89t-97 -58.5t-121.5 -34.5t-145.5 -15v-255h-154v251q-80 0 -122 1v-252h-154v255q-18 0 -54 0.5t-55 0.5h-200l31 183h111q50 0 58 51v402h16q-6 1 -16 1v287q-13 68 -89 68h-111v164
|
1119 |
+
l212 -1q64 0 97 1v252h154v-247q82 2 122 2v245h154v-252q79 -7 140 -22.5t113 -45t82.5 -78t36.5 -114.5zM952 351q0 36 -15 64t-37 46t-57.5 30.5t-65.5 18.5t-74 9t-69 3t-64.5 -1t-47.5 -1v-338q8 0 37 -0.5t48 -0.5t53 1.5t58.5 4t57 8.5t55.5 14t47.5 21t39.5 30
|
1120 |
+
t24.5 40t9.5 51zM881 827q0 33 -12.5 58.5t-30.5 42t-48 28t-55 16.5t-61.5 8t-58 2.5t-54 -1t-39.5 -0.5v-307q5 0 34.5 -0.5t46.5 0t50 2t55 5.5t51.5 11t48.5 18.5t37 27t27 38.5t9 51z" />
|
1121 |
+
<glyph glyph-name="file" unicode=""
|
1122 |
+
d="M1024 1024v472q22 -14 36 -28l408 -408q14 -14 28 -36h-472zM896 992q0 -40 28 -68t68 -28h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544z" />
|
1123 |
+
<glyph glyph-name="file_text" unicode=""
|
1124 |
+
d="M1468 1060q14 -14 28 -36h-472v472q22 -14 36 -28zM992 896h544v-1056q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h800v-544q0 -40 28 -68t68 -28zM1152 160v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704
|
1125 |
+
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-704q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h704q14 0 23 9t9 23z" />
|
1126 |
+
<glyph glyph-name="sort_by_alphabet" unicode="" horiz-adv-x="1664"
|
1127 |
+
d="M1191 1128h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1572 -23
|
1128 |
+
v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -11v-2l14 2q9 2 30 2h248v119h121zM1661 874v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162
|
1129 |
+
l230 -662h70z" />
|
1130 |
+
<glyph glyph-name="_329" unicode="" horiz-adv-x="1664"
|
1131 |
+
d="M1191 104h177l-72 218l-12 47q-2 16 -2 20h-4l-3 -20q0 -1 -3.5 -18t-7.5 -29zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1661 -150
|
1132 |
+
v-106h-288v106h75l-47 144h-243l-47 -144h75v-106h-287v106h70l230 662h162l230 -662h70zM1572 1001v-233h-584v90l369 529q12 18 21 27l11 9v3q-2 0 -6.5 -0.5t-7.5 -0.5q-12 -3 -30 -3h-232v-115h-120v229h567v-89l-369 -530q-6 -8 -21 -26l-11 -10v-3l14 3q9 1 30 1h248
|
1133 |
+
v119h121z" />
|
1134 |
+
<glyph glyph-name="sort_by_attributes" unicode="" horiz-adv-x="1792"
|
1135 |
+
d="M736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23zM1792 -32v-192q0 -14 -9 -23t-23 -9h-832q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832
|
1136 |
+
q14 0 23 -9t9 -23zM1600 480v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1408 992v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1216 1504v-192q0 -14 -9 -23t-23 -9h-256
|
1137 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23z" />
|
1138 |
+
<glyph glyph-name="sort_by_attributes_alt" unicode="" horiz-adv-x="1792"
|
1139 |
+
d="M1216 -32v-192q0 -14 -9 -23t-23 -9h-256q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h256q14 0 23 -9t9 -23zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192
|
1140 |
+
q14 0 23 -9t9 -23zM1408 480v-192q0 -14 -9 -23t-23 -9h-448q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h448q14 0 23 -9t9 -23zM1600 992v-192q0 -14 -9 -23t-23 -9h-640q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h640q14 0 23 -9t9 -23zM1792 1504v-192q0 -14 -9 -23t-23 -9h-832
|
1141 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h832q14 0 23 -9t9 -23z" />
|
1142 |
+
<glyph glyph-name="sort_by_order" unicode=""
|
1143 |
+
d="M1346 223q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9t9 -23
|
1144 |
+
zM1486 165q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5
|
1145 |
+
t82 -252.5zM1456 882v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165z" />
|
1146 |
+
<glyph glyph-name="sort_by_order_alt" unicode=""
|
1147 |
+
d="M1346 1247q0 63 -44 116t-103 53q-52 0 -83 -37t-31 -94t36.5 -95t104.5 -38q50 0 85 27t35 68zM736 96q0 -12 -10 -24l-319 -319q-10 -9 -23 -9q-12 0 -23 9l-320 320q-15 16 -7 35q8 20 30 20h192v1376q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1376h192q14 0 23 -9
|
1148 |
+
t9 -23zM1456 -142v-114h-469v114h167v432q0 7 0.5 19t0.5 17v16h-2l-7 -12q-8 -13 -26 -31l-62 -58l-82 86l192 185h123v-654h165zM1486 1189q0 -62 -13 -121.5t-41 -114t-68 -95.5t-98.5 -65.5t-127.5 -24.5q-62 0 -108 16q-24 8 -42 15l39 113q15 -7 31 -11q37 -13 75 -13
|
1149 |
+
q84 0 134.5 58.5t66.5 145.5h-2q-21 -23 -61.5 -37t-84.5 -14q-106 0 -173 71.5t-67 172.5q0 105 72 178t181 73q123 0 205 -94.5t82 -252.5z" />
|
1150 |
+
<glyph glyph-name="_334" unicode="" horiz-adv-x="1664"
|
1151 |
+
d="M256 192q0 26 -19 45t-45 19q-27 0 -45.5 -19t-18.5 -45q0 -27 18.5 -45.5t45.5 -18.5q26 0 45 18.5t19 45.5zM416 704v-640q0 -26 -19 -45t-45 -19h-288q-26 0 -45 19t-19 45v640q0 26 19 45t45 19h288q26 0 45 -19t19 -45zM1600 704q0 -86 -55 -149q15 -44 15 -76
|
1152 |
+
q3 -76 -43 -137q17 -56 0 -117q-15 -57 -54 -94q9 -112 -49 -181q-64 -76 -197 -78h-36h-76h-17q-66 0 -144 15.5t-121.5 29t-120.5 39.5q-123 43 -158 44q-26 1 -45 19.5t-19 44.5v641q0 25 18 43.5t43 20.5q24 2 76 59t101 121q68 87 101 120q18 18 31 48t17.5 48.5
|
1153 |
+
t13.5 60.5q7 39 12.5 61t19.5 52t34 50q19 19 45 19q46 0 82.5 -10.5t60 -26t40 -40.5t24 -45t12 -50t5 -45t0.5 -39q0 -38 -9.5 -76t-19 -60t-27.5 -56q-3 -6 -10 -18t-11 -22t-8 -24h277q78 0 135 -57t57 -135z" />
|
1154 |
+
<glyph glyph-name="_335" unicode="" horiz-adv-x="1664"
|
1155 |
+
d="M256 960q0 -26 -19 -45t-45 -19q-27 0 -45.5 19t-18.5 45q0 27 18.5 45.5t45.5 18.5q26 0 45 -18.5t19 -45.5zM416 448v640q0 26 -19 45t-45 19h-288q-26 0 -45 -19t-19 -45v-640q0 -26 19 -45t45 -19h288q26 0 45 19t19 45zM1545 597q55 -61 55 -149q-1 -78 -57.5 -135
|
1156 |
+
t-134.5 -57h-277q4 -14 8 -24t11 -22t10 -18q18 -37 27 -57t19 -58.5t10 -76.5q0 -24 -0.5 -39t-5 -45t-12 -50t-24 -45t-40 -40.5t-60 -26t-82.5 -10.5q-26 0 -45 19q-20 20 -34 50t-19.5 52t-12.5 61q-9 42 -13.5 60.5t-17.5 48.5t-31 48q-33 33 -101 120q-49 64 -101 121
|
1157 |
+
t-76 59q-25 2 -43 20.5t-18 43.5v641q0 26 19 44.5t45 19.5q35 1 158 44q77 26 120.5 39.5t121.5 29t144 15.5h17h76h36q133 -2 197 -78q58 -69 49 -181q39 -37 54 -94q17 -61 0 -117q46 -61 43 -137q0 -32 -15 -76z" />
|
1158 |
+
<glyph glyph-name="youtube_sign" unicode=""
|
1159 |
+
d="M919 233v157q0 50 -29 50q-17 0 -33 -16v-224q16 -16 33 -16q29 0 29 49zM1103 355h66v34q0 51 -33 51t-33 -51v-34zM532 621v-70h-80v-423h-74v423h-78v70h232zM733 495v-367h-67v40q-39 -45 -76 -45q-33 0 -42 28q-6 17 -6 54v290h66v-270q0 -24 1 -26q1 -15 15 -15
|
1160 |
+
q20 0 42 31v280h67zM985 384v-146q0 -52 -7 -73q-12 -42 -53 -42q-35 0 -68 41v-36h-67v493h67v-161q32 40 68 40q41 0 53 -42q7 -21 7 -74zM1236 255v-9q0 -29 -2 -43q-3 -22 -15 -40q-27 -40 -80 -40q-52 0 -81 38q-21 27 -21 86v129q0 59 20 86q29 38 80 38t78 -38
|
1161 |
+
q21 -29 21 -86v-76h-133v-65q0 -51 34 -51q24 0 30 26q0 1 0.5 7t0.5 16.5v21.5h68zM785 1079v-156q0 -51 -32 -51t-32 51v156q0 52 32 52t32 -52zM1318 366q0 177 -19 260q-10 44 -43 73.5t-76 34.5q-136 15 -412 15q-275 0 -411 -15q-44 -5 -76.5 -34.5t-42.5 -73.5
|
1162 |
+
q-20 -87 -20 -260q0 -176 20 -260q10 -43 42.5 -73t75.5 -35q137 -15 412 -15t412 15q43 5 75.5 35t42.5 73q20 84 20 260zM563 1017l90 296h-75l-51 -195l-53 195h-78q7 -23 23 -69l24 -69q35 -103 46 -158v-201h74v201zM852 936v130q0 58 -21 87q-29 38 -78 38
|
1163 |
+
q-51 0 -78 -38q-21 -29 -21 -87v-130q0 -58 21 -87q27 -38 78 -38q49 0 78 38q21 27 21 87zM1033 816h67v370h-67v-283q-22 -31 -42 -31q-15 0 -16 16q-1 2 -1 26v272h-67v-293q0 -37 6 -55q11 -27 43 -27q36 0 77 45v-40zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5
|
1164 |
+
h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1165 |
+
<glyph glyph-name="youtube" unicode=""
|
1166 |
+
d="M971 292v-211q0 -67 -39 -67q-23 0 -45 22v301q22 22 45 22q39 0 39 -67zM1309 291v-46h-90v46q0 68 45 68t45 -68zM343 509h107v94h-312v-94h105v-569h100v569zM631 -60h89v494h-89v-378q-30 -42 -57 -42q-18 0 -21 21q-1 3 -1 35v364h-89v-391q0 -49 8 -73
|
1167 |
+
q12 -37 58 -37q48 0 102 61v-54zM1060 88v197q0 73 -9 99q-17 56 -71 56q-50 0 -93 -54v217h-89v-663h89v48q45 -55 93 -55q54 0 71 55q9 27 9 100zM1398 98v13h-91q0 -51 -2 -61q-7 -36 -40 -36q-46 0 -46 69v87h179v103q0 79 -27 116q-39 51 -106 51q-68 0 -107 -51
|
1168 |
+
q-28 -37 -28 -116v-173q0 -79 29 -116q39 -51 108 -51q72 0 108 53q18 27 21 54q2 9 2 58zM790 1011v210q0 69 -43 69t-43 -69v-210q0 -70 43 -70t43 70zM1509 260q0 -234 -26 -350q-14 -59 -58 -99t-102 -46q-184 -21 -555 -21t-555 21q-58 6 -102.5 46t-57.5 99
|
1169 |
+
q-26 112 -26 350q0 234 26 350q14 59 58 99t103 47q183 20 554 20t555 -20q58 -7 102.5 -47t57.5 -99q26 -112 26 -350zM511 1536h102l-121 -399v-271h-100v271q-14 74 -61 212q-37 103 -65 187h106l71 -263zM881 1203v-175q0 -81 -28 -118q-38 -51 -106 -51q-67 0 -105 51
|
1170 |
+
q-28 38 -28 118v175q0 80 28 117q38 51 105 51q68 0 106 -51q28 -37 28 -117zM1216 1365v-499h-91v55q-53 -62 -103 -62q-46 0 -59 37q-8 24 -8 75v394h91v-367q0 -33 1 -35q3 -22 21 -22q27 0 57 43v381h91z" />
|
1171 |
+
<glyph glyph-name="xing" unicode="" horiz-adv-x="1408"
|
1172 |
+
d="M597 869q-10 -18 -257 -456q-27 -46 -65 -46h-239q-21 0 -31 17t0 36l253 448q1 0 0 1l-161 279q-12 22 -1 37q9 15 32 15h239q40 0 66 -45zM1403 1511q11 -16 0 -37l-528 -934v-1l336 -615q11 -20 1 -37q-10 -15 -32 -15h-239q-42 0 -66 45l-339 622q18 32 531 942
|
1173 |
+
q25 45 64 45h241q22 0 31 -15z" />
|
1174 |
+
<glyph glyph-name="xing_sign" unicode=""
|
1175 |
+
d="M685 771q0 1 -126 222q-21 34 -52 34h-184q-18 0 -26 -11q-7 -12 1 -29l125 -216v-1l-196 -346q-9 -14 0 -28q8 -13 24 -13h185q31 0 50 36zM1309 1268q-7 12 -24 12h-187q-30 0 -49 -35l-411 -729q1 -2 262 -481q20 -35 52 -35h184q18 0 25 12q8 13 -1 28l-260 476v1
|
1176 |
+
l409 723q8 16 0 28zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1177 |
+
<glyph glyph-name="youtube_play" unicode="" horiz-adv-x="1792"
|
1178 |
+
d="M711 408l484 250l-484 253v-503zM896 1270q168 0 324.5 -4.5t229.5 -9.5l73 -4q1 0 17 -1.5t23 -3t23.5 -4.5t28.5 -8t28 -13t31 -19.5t29 -26.5q6 -6 15.5 -18.5t29 -58.5t26.5 -101q8 -64 12.5 -136.5t5.5 -113.5v-40v-136q1 -145 -18 -290q-7 -55 -25 -99.5t-32 -61.5
|
1179 |
+
l-14 -17q-14 -15 -29 -26.5t-31 -19t-28 -12.5t-28.5 -8t-24 -4.5t-23 -3t-16.5 -1.5q-251 -19 -627 -19q-207 2 -359.5 6.5t-200.5 7.5l-49 4l-36 4q-36 5 -54.5 10t-51 21t-56.5 41q-6 6 -15.5 18.5t-29 58.5t-26.5 101q-8 64 -12.5 136.5t-5.5 113.5v40v136
|
1180 |
+
q-1 145 18 290q7 55 25 99.5t32 61.5l14 17q14 15 29 26.5t31 19.5t28 13t28.5 8t23.5 4.5t23 3t17 1.5q251 18 627 18z" />
|
1181 |
+
<glyph glyph-name="dropbox" unicode="" horiz-adv-x="1792"
|
1182 |
+
d="M402 829l494 -305l-342 -285l-490 319zM1388 274v-108l-490 -293v-1l-1 1l-1 -1v1l-489 293v108l147 -96l342 284v2l1 -1l1 1v-2l343 -284zM554 1418l342 -285l-494 -304l-338 270zM1390 829l338 -271l-489 -319l-343 285zM1239 1418l489 -319l-338 -270l-494 304z" />
|
1183 |
+
<glyph glyph-name="stackexchange" unicode=""
|
1184 |
+
d="M1289 -96h-1118v480h-160v-640h1438v640h-160v-480zM347 428l33 157l783 -165l-33 -156zM450 802l67 146l725 -339l-67 -145zM651 1158l102 123l614 -513l-102 -123zM1048 1536l477 -641l-128 -96l-477 641zM330 65v159h800v-159h-800z" />
|
1185 |
+
<glyph glyph-name="instagram" unicode=""
|
1186 |
+
d="M1024 640q0 106 -75 181t-181 75t-181 -75t-75 -181t75 -181t181 -75t181 75t75 181zM1162 640q0 -164 -115 -279t-279 -115t-279 115t-115 279t115 279t279 115t279 -115t115 -279zM1270 1050q0 -38 -27 -65t-65 -27t-65 27t-27 65t27 65t65 27t65 -27t27 -65zM768 1270
|
1187 |
+
q-7 0 -76.5 0.5t-105.5 0t-96.5 -3t-103 -10t-71.5 -18.5q-50 -20 -88 -58t-58 -88q-11 -29 -18.5 -71.5t-10 -103t-3 -96.5t0 -105.5t0.5 -76.5t-0.5 -76.5t0 -105.5t3 -96.5t10 -103t18.5 -71.5q20 -50 58 -88t88 -58q29 -11 71.5 -18.5t103 -10t96.5 -3t105.5 0t76.5 0.5
|
1188 |
+
t76.5 -0.5t105.5 0t96.5 3t103 10t71.5 18.5q50 20 88 58t58 88q11 29 18.5 71.5t10 103t3 96.5t0 105.5t-0.5 76.5t0.5 76.5t0 105.5t-3 96.5t-10 103t-18.5 71.5q-20 50 -58 88t-88 58q-29 11 -71.5 18.5t-103 10t-96.5 3t-105.5 0t-76.5 -0.5zM1536 640q0 -229 -5 -317
|
1189 |
+
q-10 -208 -124 -322t-322 -124q-88 -5 -317 -5t-317 5q-208 10 -322 124t-124 322q-5 88 -5 317t5 317q10 208 124 322t322 124q88 5 317 5t317 -5q208 -10 322 -124t124 -322q5 -88 5 -317z" />
|
1190 |
+
<glyph glyph-name="flickr" unicode=""
|
1191 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM698 640q0 88 -62 150t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150zM1262 640q0 88 -62 150
|
1192 |
+
t-150 62t-150 -62t-62 -150t62 -150t150 -62t150 62t62 150z" />
|
1193 |
+
<glyph glyph-name="adn" unicode=""
|
1194 |
+
d="M768 914l201 -306h-402zM1133 384h94l-459 691l-459 -691h94l104 160h522zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1195 |
+
<glyph glyph-name="f171" unicode="" horiz-adv-x="1408"
|
1196 |
+
d="M815 677q8 -63 -50.5 -101t-111.5 -6q-39 17 -53.5 58t-0.5 82t52 58q36 18 72.5 12t64 -35.5t27.5 -67.5zM926 698q-14 107 -113 164t-197 13q-63 -28 -100.5 -88.5t-34.5 -129.5q4 -91 77.5 -155t165.5 -56q91 8 152 84t50 168zM1165 1240q-20 27 -56 44.5t-58 22
|
1197 |
+
t-71 12.5q-291 47 -566 -2q-43 -7 -66 -12t-55 -22t-50 -43q30 -28 76 -45.5t73.5 -22t87.5 -11.5q228 -29 448 -1q63 8 89.5 12t72.5 21.5t75 46.5zM1222 205q-8 -26 -15.5 -76.5t-14 -84t-28.5 -70t-58 -56.5q-86 -48 -189.5 -71.5t-202 -22t-201.5 18.5q-46 8 -81.5 18
|
1198 |
+
t-76.5 27t-73 43.5t-52 61.5q-25 96 -57 292l6 16l18 9q223 -148 506.5 -148t507.5 148q21 -6 24 -23t-5 -45t-8 -37zM1403 1166q-26 -167 -111 -655q-5 -30 -27 -56t-43.5 -40t-54.5 -31q-252 -126 -610 -88q-248 27 -394 139q-15 12 -25.5 26.5t-17 35t-9 34t-6 39.5
|
1199 |
+
t-5.5 35q-9 50 -26.5 150t-28 161.5t-23.5 147.5t-22 158q3 26 17.5 48.5t31.5 37.5t45 30t46 22.5t48 18.5q125 46 313 64q379 37 676 -50q155 -46 215 -122q16 -20 16.5 -51t-5.5 -54z" />
|
1200 |
+
<glyph glyph-name="bitbucket_sign" unicode=""
|
1201 |
+
d="M848 666q0 43 -41 66t-77 1q-43 -20 -42.5 -72.5t43.5 -70.5q39 -23 81 4t36 72zM928 682q8 -66 -36 -121t-110 -61t-119 40t-56 113q-2 49 25.5 93t72.5 64q70 31 141.5 -10t81.5 -118zM1100 1073q-20 -21 -53.5 -34t-53 -16t-63.5 -8q-155 -20 -324 0q-44 6 -63 9.5
|
1202 |
+
t-52.5 16t-54.5 32.5q13 19 36 31t40 15.5t47 8.5q198 35 408 1q33 -5 51 -8.5t43 -16t39 -31.5zM1142 327q0 7 5.5 26.5t3 32t-17.5 16.5q-161 -106 -365 -106t-366 106l-12 -6l-5 -12q26 -154 41 -210q47 -81 204 -108q249 -46 428 53q34 19 49 51.5t22.5 85.5t12.5 71z
|
1203 |
+
M1272 1020q9 53 -8 75q-43 55 -155 88q-216 63 -487 36q-132 -12 -226 -46q-38 -15 -59.5 -25t-47 -34t-29.5 -54q8 -68 19 -138t29 -171t24 -137q1 -5 5 -31t7 -36t12 -27t22 -28q105 -80 284 -100q259 -28 440 63q24 13 39.5 23t31 29t19.5 40q48 267 80 473zM1536 1120
|
1204 |
+
v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1205 |
+
<glyph glyph-name="tumblr" unicode="" horiz-adv-x="1024"
|
1206 |
+
d="M944 207l80 -237q-23 -35 -111 -66t-177 -32q-104 -2 -190.5 26t-142.5 74t-95 106t-55.5 120t-16.5 118v544h-168v215q72 26 129 69.5t91 90t58 102t34 99t15 88.5q1 5 4.5 8.5t7.5 3.5h244v-424h333v-252h-334v-518q0 -30 6.5 -56t22.5 -52.5t49.5 -41.5t81.5 -14
|
1207 |
+
q78 2 134 29z" />
|
1208 |
+
<glyph glyph-name="tumblr_sign" unicode=""
|
1209 |
+
d="M1136 75l-62 183q-44 -22 -103 -22q-36 -1 -62 10.5t-38.5 31.5t-17.5 40.5t-5 43.5v398h257v194h-256v326h-188q-8 0 -9 -10q-5 -44 -17.5 -87t-39 -95t-77 -95t-118.5 -68v-165h130v-418q0 -57 21.5 -115t65 -111t121 -85.5t176.5 -30.5q69 1 136.5 25t85.5 50z
|
1210 |
+
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1211 |
+
<glyph glyph-name="long_arrow_down" unicode="" horiz-adv-x="768"
|
1212 |
+
d="M765 237q8 -19 -5 -35l-350 -384q-10 -10 -23 -10q-14 0 -24 10l-355 384q-13 16 -5 35q9 19 29 19h224v1248q0 14 9 23t23 9h192q14 0 23 -9t9 -23v-1248h224q21 0 29 -19z" />
|
1213 |
+
<glyph glyph-name="long_arrow_up" unicode="" horiz-adv-x="768"
|
1214 |
+
d="M765 1043q-9 -19 -29 -19h-224v-1248q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v1248h-224q-21 0 -29 19t5 35l350 384q10 10 23 10q14 0 24 -10l355 -384q13 -16 5 -35z" />
|
1215 |
+
<glyph glyph-name="long_arrow_left" unicode="" horiz-adv-x="1792"
|
1216 |
+
d="M1792 736v-192q0 -14 -9 -23t-23 -9h-1248v-224q0 -21 -19 -29t-35 5l-384 350q-10 10 -10 23q0 14 10 24l384 354q16 14 35 6q19 -9 19 -29v-224h1248q14 0 23 -9t9 -23z" />
|
1217 |
+
<glyph glyph-name="long_arrow_right" unicode="" horiz-adv-x="1792"
|
1218 |
+
d="M1728 643q0 -14 -10 -24l-384 -354q-16 -14 -35 -6q-19 9 -19 29v224h-1248q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h1248v224q0 21 19 29t35 -5l384 -350q10 -10 10 -23z" />
|
1219 |
+
<glyph glyph-name="apple" unicode="" horiz-adv-x="1408"
|
1220 |
+
d="M1393 321q-39 -125 -123 -250q-129 -196 -257 -196q-49 0 -140 32q-86 32 -151 32q-61 0 -142 -33q-81 -34 -132 -34q-152 0 -301 259q-147 261 -147 503q0 228 113 374q113 144 284 144q72 0 177 -30q104 -30 138 -30q45 0 143 34q102 34 173 34q119 0 213 -65
|
1221 |
+
q52 -36 104 -100q-79 -67 -114 -118q-65 -94 -65 -207q0 -124 69 -223t158 -126zM1017 1494q0 -61 -29 -136q-30 -75 -93 -138q-54 -54 -108 -72q-37 -11 -104 -17q3 149 78 257q74 107 250 148q1 -3 2.5 -11t2.5 -11q0 -4 0.5 -10t0.5 -10z" />
|
1222 |
+
<glyph glyph-name="windows" unicode="" horiz-adv-x="1664"
|
1223 |
+
d="M682 530v-651l-682 94v557h682zM682 1273v-659h-682v565zM1664 530v-786l-907 125v661h907zM1664 1408v-794h-907v669z" />
|
1224 |
+
<glyph glyph-name="android" unicode="" horiz-adv-x="1408"
|
1225 |
+
d="M493 1053q16 0 27.5 11.5t11.5 27.5t-11.5 27.5t-27.5 11.5t-27 -11.5t-11 -27.5t11 -27.5t27 -11.5zM915 1053q16 0 27 11.5t11 27.5t-11 27.5t-27 11.5t-27.5 -11.5t-11.5 -27.5t11.5 -27.5t27.5 -11.5zM103 869q42 0 72 -30t30 -72v-430q0 -43 -29.5 -73t-72.5 -30
|
1226 |
+
t-73 30t-30 73v430q0 42 30 72t73 30zM1163 850v-666q0 -46 -32 -78t-77 -32h-75v-227q0 -43 -30 -73t-73 -30t-73 30t-30 73v227h-138v-227q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73l-1 227h-74q-46 0 -78 32t-32 78v666h918zM931 1255q107 -55 171 -153.5t64 -215.5
|
1227 |
+
h-925q0 117 64 215.5t172 153.5l-71 131q-7 13 5 20q13 6 20 -6l72 -132q95 42 201 42t201 -42l72 132q7 12 20 6q12 -7 5 -20zM1408 767v-430q0 -43 -30 -73t-73 -30q-42 0 -72 30t-30 73v430q0 43 30 72.5t72 29.5q43 0 73 -29.5t30 -72.5z" />
|
1228 |
+
<glyph glyph-name="linux" unicode=""
|
1229 |
+
d="M663 1125q-11 -1 -15.5 -10.5t-8.5 -9.5q-5 -1 -5 5q0 12 19 15h10zM750 1111q-4 -1 -11.5 6.5t-17.5 4.5q24 11 32 -2q3 -6 -3 -9zM399 684q-4 1 -6 -3t-4.5 -12.5t-5.5 -13.5t-10 -13q-10 -11 -1 -12q4 -1 12.5 7t12.5 18q1 3 2 7t2 6t1.5 4.5t0.5 4v3t-1 2.5t-3 2z
|
1230 |
+
M1254 325q0 18 -55 42q4 15 7.5 27.5t5 26t3 21.5t0.5 22.5t-1 19.5t-3.5 22t-4 20.5t-5 25t-5.5 26.5q-10 48 -47 103t-72 75q24 -20 57 -83q87 -162 54 -278q-11 -40 -50 -42q-31 -4 -38.5 18.5t-8 83.5t-11.5 107q-9 39 -19.5 69t-19.5 45.5t-15.5 24.5t-13 15t-7.5 7
|
1231 |
+
q-14 62 -31 103t-29.5 56t-23.5 33t-15 40q-4 21 6 53.5t4.5 49.5t-44.5 25q-15 3 -44.5 18t-35.5 16q-8 1 -11 26t8 51t36 27q37 3 51 -30t4 -58q-11 -19 -2 -26.5t30 -0.5q13 4 13 36v37q-5 30 -13.5 50t-21 30.5t-23.5 15t-27 7.5q-107 -8 -89 -134q0 -15 -1 -15
|
1232 |
+
q-9 9 -29.5 10.5t-33 -0.5t-15.5 5q1 57 -16 90t-45 34q-27 1 -41.5 -27.5t-16.5 -59.5q-1 -15 3.5 -37t13 -37.5t15.5 -13.5q10 3 16 14q4 9 -7 8q-7 0 -15.5 14.5t-9.5 33.5q-1 22 9 37t34 14q17 0 27 -21t9.5 -39t-1.5 -22q-22 -15 -31 -29q-8 -12 -27.5 -23.5
|
1233 |
+
t-20.5 -12.5q-13 -14 -15.5 -27t7.5 -18q14 -8 25 -19.5t16 -19t18.5 -13t35.5 -6.5q47 -2 102 15q2 1 23 7t34.5 10.5t29.5 13t21 17.5q9 14 20 8q5 -3 6.5 -8.5t-3 -12t-16.5 -9.5q-20 -6 -56.5 -21.5t-45.5 -19.5q-44 -19 -70 -23q-25 -5 -79 2q-10 2 -9 -2t17 -19
|
1234 |
+
q25 -23 67 -22q17 1 36 7t36 14t33.5 17.5t30 17t24.5 12t17.5 2.5t8.5 -11q0 -2 -1 -4.5t-4 -5t-6 -4.5t-8.5 -5t-9 -4.5t-10 -5t-9.5 -4.5q-28 -14 -67.5 -44t-66.5 -43t-49 -1q-21 11 -63 73q-22 31 -25 22q-1 -3 -1 -10q0 -25 -15 -56.5t-29.5 -55.5t-21 -58t11.5 -63
|
1235 |
+
q-23 -6 -62.5 -90t-47.5 -141q-2 -18 -1.5 -69t-5.5 -59q-8 -24 -29 -3q-32 31 -36 94q-2 28 4 56q4 19 -1 18q-2 -1 -4 -5q-36 -65 10 -166q5 -12 25 -28t24 -20q20 -23 104 -90.5t93 -76.5q16 -15 17.5 -38t-14 -43t-45.5 -23q8 -15 29 -44.5t28 -54t7 -70.5q46 24 7 92
|
1236 |
+
q-4 8 -10.5 16t-9.5 12t-2 6q3 5 13 9.5t20 -2.5q46 -52 166 -36q133 15 177 87q23 38 34 30q12 -6 10 -52q-1 -25 -23 -92q-9 -23 -6 -37.5t24 -15.5q3 19 14.5 77t13.5 90q2 21 -6.5 73.5t-7.5 97t23 70.5q15 18 51 18q1 37 34.5 53t72.5 10.5t60 -22.5zM626 1152
|
1237 |
+
q3 17 -2.5 30t-11.5 15q-9 2 -9 -7q2 -5 5 -6q10 0 7 -15q-3 -20 8 -20q3 0 3 3zM1045 955q-2 8 -6.5 11.5t-13 5t-14.5 5.5q-5 3 -9.5 8t-7 8t-5.5 6.5t-4 4t-4 -1.5q-14 -16 7 -43.5t39 -31.5q9 -1 14.5 8t3.5 20zM867 1168q0 11 -5 19.5t-11 12.5t-9 3q-6 0 -8 -2t0 -4
|
1238 |
+
t5 -3q14 -4 18 -31q0 -3 8 2q2 2 2 3zM921 1401q0 2 -2.5 5t-9 7t-9.5 6q-15 15 -24 15q-9 -1 -11.5 -7.5t-1 -13t-0.5 -12.5q-1 -4 -6 -10.5t-6 -9t3 -8.5q4 -3 8 0t11 9t15 9q1 1 9 1t15 2t9 7zM1486 60q20 -12 31 -24.5t12 -24t-2.5 -22.5t-15.5 -22t-23.5 -19.5
|
1239 |
+
t-30 -18.5t-31.5 -16.5t-32 -15.5t-27 -13q-38 -19 -85.5 -56t-75.5 -64q-17 -16 -68 -19.5t-89 14.5q-18 9 -29.5 23.5t-16.5 25.5t-22 19.5t-47 9.5q-44 1 -130 1q-19 0 -57 -1.5t-58 -2.5q-44 -1 -79.5 -15t-53.5 -30t-43.5 -28.5t-53.5 -11.5q-29 1 -111 31t-146 43
|
1240 |
+
q-19 4 -51 9.5t-50 9t-39.5 9.5t-33.5 14.5t-17 19.5q-10 23 7 66.5t18 54.5q1 16 -4 40t-10 42.5t-4.5 36.5t10.5 27q14 12 57 14t60 12q30 18 42 35t12 51q21 -73 -32 -106q-32 -20 -83 -15q-34 3 -43 -10q-13 -15 5 -57q2 -6 8 -18t8.5 -18t4.5 -17t1 -22q0 -15 -17 -49
|
1241 |
+
t-14 -48q3 -17 37 -26q20 -6 84.5 -18.5t99.5 -20.5q24 -6 74 -22t82.5 -23t55.5 -4q43 6 64.5 28t23 48t-7.5 58.5t-19 52t-20 36.5q-121 190 -169 242q-68 74 -113 40q-11 -9 -15 15q-3 16 -2 38q1 29 10 52t24 47t22 42q8 21 26.5 72t29.5 78t30 61t39 54
|
1242 |
+
q110 143 124 195q-12 112 -16 310q-2 90 24 151.5t106 104.5q39 21 104 21q53 1 106 -13.5t89 -41.5q57 -42 91.5 -121.5t29.5 -147.5q-5 -95 30 -214q34 -113 133 -218q55 -59 99.5 -163t59.5 -191q8 -49 5 -84.5t-12 -55.5t-20 -22q-10 -2 -23.5 -19t-27 -35.5
|
1243 |
+
t-40.5 -33.5t-61 -14q-18 1 -31.5 5t-22.5 13.5t-13.5 15.5t-11.5 20.5t-9 19.5q-22 37 -41 30t-28 -49t7 -97q20 -70 1 -195q-10 -65 18 -100.5t73 -33t85 35.5q59 49 89.5 66.5t103.5 42.5q53 18 77 36.5t18.5 34.5t-25 28.5t-51.5 23.5q-33 11 -49.5 48t-15 72.5
|
1244 |
+
t15.5 47.5q1 -31 8 -56.5t14.5 -40.5t20.5 -28.5t21 -19t21.5 -13t16.5 -9.5z" />
|
1245 |
+
<glyph glyph-name="dribble" unicode=""
|
1246 |
+
d="M1024 36q-42 241 -140 498h-2l-2 -1q-16 -6 -43 -16.5t-101 -49t-137 -82t-131 -114.5t-103 -148l-15 11q184 -150 418 -150q132 0 256 52zM839 643q-21 49 -53 111q-311 -93 -673 -93q-1 -7 -1 -21q0 -124 44 -236.5t124 -201.5q50 89 123.5 166.5t142.5 124.5t130.5 81
|
1247 |
+
t99.5 48l37 13q4 1 13 3.5t13 4.5zM732 855q-120 213 -244 378q-138 -65 -234 -186t-128 -272q302 0 606 80zM1416 536q-210 60 -409 29q87 -239 128 -469q111 75 185 189.5t96 250.5zM611 1277q-1 0 -2 -1q1 1 2 1zM1201 1132q-185 164 -433 164q-76 0 -155 -19
|
1248 |
+
q131 -170 246 -382q69 26 130 60.5t96.5 61.5t65.5 57t37.5 40.5zM1424 647q-3 232 -149 410l-1 -1q-9 -12 -19 -24.5t-43.5 -44.5t-71 -60.5t-100 -65t-131.5 -64.5q25 -53 44 -95q2 -5 6.5 -17t7.5 -17q36 5 74.5 7t73.5 2t69 -1.5t64 -4t56.5 -5.5t48 -6.5t36.5 -6
|
1249 |
+
t25 -4.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1250 |
+
<glyph glyph-name="skype" unicode=""
|
1251 |
+
d="M1173 473q0 50 -19.5 91.5t-48.5 68.5t-73 49t-82.5 34t-87.5 23l-104 24q-30 7 -44 10.5t-35 11.5t-30 16t-16.5 21t-7.5 30q0 77 144 77q43 0 77 -12t54 -28.5t38 -33.5t40 -29t48 -12q47 0 75.5 32t28.5 77q0 55 -56 99.5t-142 67.5t-182 23q-68 0 -132 -15.5
|
1252 |
+
t-119.5 -47t-89 -87t-33.5 -128.5q0 -61 19 -106.5t56 -75.5t80 -48.5t103 -32.5l146 -36q90 -22 112 -36q32 -20 32 -60q0 -39 -40 -64.5t-105 -25.5q-51 0 -91.5 16t-65 38.5t-45.5 45t-46 38.5t-54 16q-50 0 -75.5 -30t-25.5 -75q0 -92 122 -157.5t291 -65.5
|
1253 |
+
q73 0 140 18.5t122.5 53.5t88.5 93.5t33 131.5zM1536 256q0 -159 -112.5 -271.5t-271.5 -112.5q-130 0 -234 80q-77 -16 -150 -16q-143 0 -273.5 55.5t-225 150t-150 225t-55.5 273.5q0 73 16 150q-80 104 -80 234q0 159 112.5 271.5t271.5 112.5q130 0 234 -80
|
1254 |
+
q77 16 150 16q143 0 273.5 -55.5t225 -150t150 -225t55.5 -273.5q0 -73 -16 -150q80 -104 80 -234z" />
|
1255 |
+
<glyph glyph-name="foursquare" unicode="" horiz-adv-x="1280"
|
1256 |
+
d="M1000 1102l37 194q5 23 -9 40t-35 17h-712q-23 0 -38.5 -17t-15.5 -37v-1101q0 -7 6 -1l291 352q23 26 38 33.5t48 7.5h239q22 0 37 14.5t18 29.5q24 130 37 191q4 21 -11.5 40t-36.5 19h-294q-29 0 -48 19t-19 48v42q0 29 19 47.5t48 18.5h346q18 0 35 13.5t20 29.5z
|
1257 |
+
M1227 1324q-15 -73 -53.5 -266.5t-69.5 -350t-35 -173.5q-6 -22 -9 -32.5t-14 -32.5t-24.5 -33t-38.5 -21t-58 -10h-271q-13 0 -22 -10q-8 -9 -426 -494q-22 -25 -58.5 -28.5t-48.5 5.5q-55 22 -55 98v1410q0 55 38 102.5t120 47.5h888q95 0 127 -53t10 -159zM1227 1324
|
1258 |
+
l-158 -790q4 17 35 173.5t69.5 350t53.5 266.5z" />
|
1259 |
+
<glyph glyph-name="trello" unicode=""
|
1260 |
+
d="M704 192v1024q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-1024q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1376 576v640q0 14 -9 23t-23 9h-480q-14 0 -23 -9t-9 -23v-640q0 -14 9 -23t23 -9h480q14 0 23 9t9 23zM1536 1344v-1408q0 -26 -19 -45t-45 -19h-1408
|
1261 |
+
q-26 0 -45 19t-19 45v1408q0 26 19 45t45 19h1408q26 0 45 -19t19 -45z" />
|
1262 |
+
<glyph glyph-name="female" unicode="" horiz-adv-x="1280"
|
1263 |
+
d="M1280 480q0 -40 -28 -68t-68 -28q-51 0 -80 43l-227 341h-45v-132l247 -411q9 -15 9 -33q0 -26 -19 -45t-45 -19h-192v-272q0 -46 -33 -79t-79 -33h-160q-46 0 -79 33t-33 79v272h-192q-26 0 -45 19t-19 45q0 18 9 33l247 411v132h-45l-227 -341q-29 -43 -80 -43
|
1264 |
+
q-40 0 -68 28t-28 68q0 29 16 53l256 384q73 107 176 107h384q103 0 176 -107l256 -384q16 -24 16 -53zM864 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1265 |
+
<glyph glyph-name="male" unicode="" horiz-adv-x="1024"
|
1266 |
+
d="M1024 832v-416q0 -40 -28 -68t-68 -28t-68 28t-28 68v352h-64v-912q0 -46 -33 -79t-79 -33t-79 33t-33 79v464h-64v-464q0 -46 -33 -79t-79 -33t-79 33t-33 79v912h-64v-352q0 -40 -28 -68t-68 -28t-68 28t-28 68v416q0 80 56 136t136 56h640q80 0 136 -56t56 -136z
|
1267 |
+
M736 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1268 |
+
<glyph glyph-name="gittip" unicode=""
|
1269 |
+
d="M773 234l350 473q16 22 24.5 59t-6 85t-61.5 79q-40 26 -83 25.5t-73.5 -17.5t-54.5 -45q-36 -40 -96 -40q-59 0 -95 40q-24 28 -54.5 45t-73.5 17.5t-84 -25.5q-46 -31 -60.5 -79t-6 -85t24.5 -59zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1270 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1271 |
+
<glyph glyph-name="sun" unicode="" horiz-adv-x="1792"
|
1272 |
+
d="M1472 640q0 117 -45.5 223.5t-123 184t-184 123t-223.5 45.5t-223.5 -45.5t-184 -123t-123 -184t-45.5 -223.5t45.5 -223.5t123 -184t184 -123t223.5 -45.5t223.5 45.5t184 123t123 184t45.5 223.5zM1748 363q-4 -15 -20 -20l-292 -96v-306q0 -16 -13 -26q-15 -10 -29 -4
|
1273 |
+
l-292 94l-180 -248q-10 -13 -26 -13t-26 13l-180 248l-292 -94q-14 -6 -29 4q-13 10 -13 26v306l-292 96q-16 5 -20 20q-5 17 4 29l180 248l-180 248q-9 13 -4 29q4 15 20 20l292 96v306q0 16 13 26q15 10 29 4l292 -94l180 248q9 12 26 12t26 -12l180 -248l292 94
|
1274 |
+
q14 6 29 -4q13 -10 13 -26v-306l292 -96q16 -5 20 -20q5 -16 -4 -29l-180 -248l180 -248q9 -12 4 -29z" />
|
1275 |
+
<glyph glyph-name="_366" unicode=""
|
1276 |
+
d="M1262 233q-54 -9 -110 -9q-182 0 -337 90t-245 245t-90 337q0 192 104 357q-201 -60 -328.5 -229t-127.5 -384q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51q144 0 273.5 61.5t220.5 171.5zM1465 318q-94 -203 -283.5 -324.5t-413.5 -121.5q-156 0 -298 61
|
1277 |
+
t-245 164t-164 245t-61 298q0 153 57.5 292.5t156 241.5t235.5 164.5t290 68.5q44 2 61 -39q18 -41 -15 -72q-86 -78 -131.5 -181.5t-45.5 -218.5q0 -148 73 -273t198 -198t273 -73q118 0 228 51q41 18 72 -13q14 -14 17.5 -34t-4.5 -38z" />
|
1278 |
+
<glyph glyph-name="archive" unicode="" horiz-adv-x="1792"
|
1279 |
+
d="M1088 704q0 26 -19 45t-45 19h-256q-26 0 -45 -19t-19 -45t19 -45t45 -19h256q26 0 45 19t19 45zM1664 896v-960q0 -26 -19 -45t-45 -19h-1408q-26 0 -45 19t-19 45v960q0 26 19 45t45 19h1408q26 0 45 -19t19 -45zM1728 1344v-256q0 -26 -19 -45t-45 -19h-1536
|
1280 |
+
q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h1536q26 0 45 -19t19 -45z" />
|
1281 |
+
<glyph glyph-name="bug" unicode="" horiz-adv-x="1664"
|
1282 |
+
d="M1632 576q0 -26 -19 -45t-45 -19h-224q0 -171 -67 -290l208 -209q19 -19 19 -45t-19 -45q-18 -19 -45 -19t-45 19l-198 197q-5 -5 -15 -13t-42 -28.5t-65 -36.5t-82 -29t-97 -13v896h-128v-896q-51 0 -101.5 13.5t-87 33t-66 39t-43.5 32.5l-15 14l-183 -207
|
1283 |
+
q-20 -21 -48 -21q-24 0 -43 16q-19 18 -20.5 44.5t15.5 46.5l202 227q-58 114 -58 274h-224q-26 0 -45 19t-19 45t19 45t45 19h224v294l-173 173q-19 19 -19 45t19 45t45 19t45 -19l173 -173h844l173 173q19 19 45 19t45 -19t19 -45t-19 -45l-173 -173v-294h224q26 0 45 -19
|
1284 |
+
t19 -45zM1152 1152h-640q0 133 93.5 226.5t226.5 93.5t226.5 -93.5t93.5 -226.5z" />
|
1285 |
+
<glyph glyph-name="vk" unicode="" horiz-adv-x="1920"
|
1286 |
+
d="M1917 1016q23 -64 -150 -294q-24 -32 -65 -85q-40 -51 -55 -72t-30.5 -49.5t-12 -42t13 -34.5t32.5 -43t57 -53q4 -2 5 -4q141 -131 191 -221q3 -5 6.5 -12.5t7 -26.5t-0.5 -34t-25 -27.5t-59 -12.5l-256 -4q-24 -5 -56 5t-52 22l-20 12q-30 21 -70 64t-68.5 77.5t-61 58
|
1287 |
+
t-56.5 15.5q-3 -1 -8 -3.5t-17 -14.5t-21.5 -29.5t-17 -52t-6.5 -77.5q0 -15 -3.5 -27.5t-7.5 -18.5l-4 -5q-18 -19 -53 -22h-115q-71 -4 -146 16.5t-131.5 53t-103 66t-70.5 57.5l-25 24q-10 10 -27.5 30t-71.5 91t-106 151t-122.5 211t-130.5 272q-6 16 -6 27t3 16l4 6
|
1288 |
+
q15 19 57 19l274 2q12 -2 23 -6.5t16 -8.5l5 -3q16 -11 24 -32q20 -50 46 -103.5t41 -81.5l16 -29q29 -60 56 -104t48.5 -68.5t41.5 -38.5t34 -14t27 5q2 1 5 5t12 22t13.5 47t9.5 81t0 125q-2 40 -9 73t-14 46l-6 12q-25 34 -85 43q-13 2 5 24q16 19 38 30q53 26 239 24
|
1289 |
+
q82 -1 135 -13q20 -5 33.5 -13.5t20.5 -24t10.5 -32t3.5 -45.5t-1 -55t-2.5 -70.5t-1.5 -82.5q0 -11 -1 -42t-0.5 -48t3.5 -40.5t11.5 -39t22.5 -24.5q8 -2 17 -4t26 11t38 34.5t52 67t68 107.5q60 104 107 225q4 10 10 17.5t11 10.5l4 3l5 2.5t13 3t20 0.5l288 2
|
1290 |
+
q39 5 64 -2.5t31 -16.5z" />
|
1291 |
+
<glyph glyph-name="weibo" unicode="" horiz-adv-x="1792"
|
1292 |
+
d="M675 252q21 34 11 69t-45 50q-34 14 -73 1t-60 -46q-22 -34 -13 -68.5t43 -50.5t74.5 -2.5t62.5 47.5zM769 373q8 13 3.5 26.5t-17.5 18.5q-14 5 -28.5 -0.5t-21.5 -18.5q-17 -31 13 -45q14 -5 29 0.5t22 18.5zM943 266q-45 -102 -158 -150t-224 -12
|
1293 |
+
q-107 34 -147.5 126.5t6.5 187.5q47 93 151.5 139t210.5 19q111 -29 158.5 -119.5t2.5 -190.5zM1255 426q-9 96 -89 170t-208.5 109t-274.5 21q-223 -23 -369.5 -141.5t-132.5 -264.5q9 -96 89 -170t208.5 -109t274.5 -21q223 23 369.5 141.5t132.5 264.5zM1563 422
|
1294 |
+
q0 -68 -37 -139.5t-109 -137t-168.5 -117.5t-226 -83t-270.5 -31t-275 33.5t-240.5 93t-171.5 151t-65 199.5q0 115 69.5 245t197.5 258q169 169 341.5 236t246.5 -7q65 -64 20 -209q-4 -14 -1 -20t10 -7t14.5 0.5t13.5 3.5l6 2q139 59 246 59t153 -61q45 -63 0 -178
|
1295 |
+
q-2 -13 -4.5 -20t4.5 -12.5t12 -7.5t17 -6q57 -18 103 -47t80 -81.5t34 -116.5zM1489 1046q42 -47 54.5 -108.5t-6.5 -117.5q-8 -23 -29.5 -34t-44.5 -4q-23 8 -34 29.5t-4 44.5q20 63 -24 111t-107 35q-24 -5 -45 8t-25 37q-5 24 8 44.5t37 25.5q60 13 119 -5.5t101 -65.5z
|
1296 |
+
M1670 1209q87 -96 112.5 -222.5t-13.5 -241.5q-9 -27 -34 -40t-52 -4t-40 34t-5 52q28 82 10 172t-80 158q-62 69 -148 95.5t-173 8.5q-28 -6 -52 9.5t-30 43.5t9.5 51.5t43.5 29.5q123 26 244 -11.5t208 -134.5z" />
|
1297 |
+
<glyph glyph-name="renren" unicode=""
|
1298 |
+
d="M1133 -34q-171 -94 -368 -94q-196 0 -367 94q138 87 235.5 211t131.5 268q35 -144 132.5 -268t235.5 -211zM638 1394v-485q0 -252 -126.5 -459.5t-330.5 -306.5q-181 215 -181 495q0 187 83.5 349.5t229.5 269.5t325 137zM1536 638q0 -280 -181 -495
|
1299 |
+
q-204 99 -330.5 306.5t-126.5 459.5v485q179 -30 325 -137t229.5 -269.5t83.5 -349.5z" />
|
1300 |
+
<glyph glyph-name="_372" unicode="" horiz-adv-x="1408"
|
1301 |
+
d="M1402 433q-32 -80 -76 -138t-91 -88.5t-99 -46.5t-101.5 -14.5t-96.5 8.5t-86.5 22t-69.5 27.5t-46 22.5l-17 10q-113 -228 -289.5 -359.5t-384.5 -132.5q-19 0 -32 13t-13 32t13 31.5t32 12.5q173 1 322.5 107.5t251.5 294.5q-36 -14 -72 -23t-83 -13t-91 2.5t-93 28.5
|
1302 |
+
t-92 59t-84.5 100t-74.5 146q114 47 214 57t167.5 -7.5t124.5 -56.5t88.5 -77t56.5 -82q53 131 79 291q-7 -1 -18 -2.5t-46.5 -2.5t-69.5 0.5t-81.5 10t-88.5 23t-84 42.5t-75 65t-54.5 94.5t-28.5 127.5q70 28 133.5 36.5t112.5 -1t92 -30t73.5 -50t56 -61t42 -63t27.5 -56
|
1303 |
+
t16 -39.5l4 -16q12 122 12 195q-8 6 -21.5 16t-49 44.5t-63.5 71.5t-54 93t-33 112.5t12 127t70 138.5q73 -25 127.5 -61.5t84.5 -76.5t48 -85t20.5 -89t-0.5 -85.5t-13 -76.5t-19 -62t-17 -42l-7 -15q1 -4 1 -50t-1 -72q3 7 10 18.5t30.5 43t50.5 58t71 55.5t91.5 44.5
|
1304 |
+
t112 14.5t132.5 -24q-2 -78 -21.5 -141.5t-50 -104.5t-69.5 -71.5t-81.5 -45.5t-84.5 -24t-80 -9.5t-67.5 1t-46.5 4.5l-17 3q-23 -147 -73 -283q6 7 18 18.5t49.5 41t77.5 52.5t99.5 42t117.5 20t129 -23.5t137 -77.5z" />
|
1305 |
+
<glyph glyph-name="stack_exchange" unicode="" horiz-adv-x="1280"
|
1306 |
+
d="M1259 283v-66q0 -85 -57.5 -144.5t-138.5 -59.5h-57l-260 -269v269h-529q-81 0 -138.5 59.5t-57.5 144.5v66h1238zM1259 609v-255h-1238v255h1238zM1259 937v-255h-1238v255h1238zM1259 1077v-67h-1238v67q0 84 57.5 143.5t138.5 59.5h846q81 0 138.5 -59.5t57.5 -143.5z
|
1307 |
+
" />
|
1308 |
+
<glyph glyph-name="_374" unicode=""
|
1309 |
+
d="M1152 640q0 -14 -9 -23l-320 -320q-9 -9 -23 -9q-13 0 -22.5 9.5t-9.5 22.5v192h-352q-13 0 -22.5 9.5t-9.5 22.5v192q0 13 9.5 22.5t22.5 9.5h352v192q0 14 9 23t23 9q12 0 24 -10l319 -319q9 -9 9 -23zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
|
1310 |
+
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1311 |
+
<glyph glyph-name="arrow_circle_alt_left" unicode=""
|
1312 |
+
d="M1152 736v-192q0 -13 -9.5 -22.5t-22.5 -9.5h-352v-192q0 -14 -9 -23t-23 -9q-12 0 -24 10l-319 319q-9 9 -9 23t9 23l320 320q9 9 23 9q13 0 22.5 -9.5t9.5 -22.5v-192h352q13 0 22.5 -9.5t9.5 -22.5zM1312 640q0 148 -73 273t-198 198t-273 73t-273 -73t-198 -198
|
1313 |
+
t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1314 |
+
<glyph glyph-name="_376" unicode=""
|
1315 |
+
d="M1024 960v-640q0 -26 -19 -45t-45 -19q-20 0 -37 12l-448 320q-27 19 -27 52t27 52l448 320q17 12 37 12q26 0 45 -19t19 -45zM1280 160v960q0 13 -9.5 22.5t-22.5 9.5h-960q-13 0 -22.5 -9.5t-9.5 -22.5v-960q0 -13 9.5 -22.5t22.5 -9.5h960q13 0 22.5 9.5t9.5 22.5z
|
1316 |
+
M1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1317 |
+
<glyph glyph-name="dot_circle_alt" unicode=""
|
1318 |
+
d="M1024 640q0 -106 -75 -181t-181 -75t-181 75t-75 181t75 181t181 75t181 -75t75 -181zM768 1184q-148 0 -273 -73t-198 -198t-73 -273t73 -273t198 -198t273 -73t273 73t198 198t73 273t-73 273t-198 198t-273 73zM1536 640q0 -209 -103 -385.5t-279.5 -279.5
|
1319 |
+
t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1320 |
+
<glyph glyph-name="_378" unicode="" horiz-adv-x="1664"
|
1321 |
+
d="M1023 349l102 -204q-58 -179 -210 -290t-339 -111q-156 0 -288.5 77.5t-210 210t-77.5 288.5q0 181 104.5 330t274.5 211l17 -131q-122 -54 -195 -165.5t-73 -244.5q0 -185 131.5 -316.5t316.5 -131.5q126 0 232.5 65t165 175.5t49.5 236.5zM1571 249l58 -114l-256 -128
|
1322 |
+
q-13 -7 -29 -7q-40 0 -57 35l-239 477h-472q-24 0 -42.5 16.5t-21.5 40.5l-96 779q-2 17 6 42q14 51 57 82.5t97 31.5q66 0 113 -47t47 -113q0 -69 -52 -117.5t-120 -41.5l37 -289h423v-128h-407l16 -128h455q40 0 57 -35l228 -455z" />
|
1323 |
+
<glyph glyph-name="vimeo_square" unicode=""
|
1324 |
+
d="M1292 898q10 216 -161 222q-231 8 -312 -261q44 19 82 19q85 0 74 -96q-4 -57 -74 -167t-105 -110q-43 0 -82 169q-13 54 -45 255q-30 189 -160 177q-59 -7 -164 -100l-81 -72l-81 -72l52 -67q76 52 87 52q57 0 107 -179q15 -55 45 -164.5t45 -164.5q68 -179 164 -179
|
1325 |
+
q157 0 383 294q220 283 226 444zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1326 |
+
<glyph glyph-name="_380" unicode="" horiz-adv-x="1152"
|
1327 |
+
d="M1152 704q0 -191 -94.5 -353t-256.5 -256.5t-353 -94.5h-160q-14 0 -23 9t-9 23v611l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v93l-215 -66q-3 -1 -9 -1q-10 0 -19 6q-13 10 -13 26v128q0 23 23 31l233 71v250q0 14 9 23t23 9h160
|
1328 |
+
q14 0 23 -9t9 -23v-181l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-93l375 116q15 5 28 -5t13 -26v-128q0 -23 -23 -31l-393 -121v-487q188 13 318 151t130 328q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
|
1329 |
+
<glyph glyph-name="plus_square_o" unicode="" horiz-adv-x="1408"
|
1330 |
+
d="M1152 736v-64q0 -14 -9 -23t-23 -9h-352v-352q0 -14 -9 -23t-23 -9h-64q-14 0 -23 9t-9 23v352h-352q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h352v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23v-352h352q14 0 23 -9t9 -23zM1280 288v832q0 66 -47 113t-113 47h-832
|
1331 |
+
q-66 0 -113 -47t-47 -113v-832q0 -66 47 -113t113 -47h832q66 0 113 47t47 113zM1408 1120v-832q0 -119 -84.5 -203.5t-203.5 -84.5h-832q-119 0 -203.5 84.5t-84.5 203.5v832q0 119 84.5 203.5t203.5 84.5h832q119 0 203.5 -84.5t84.5 -203.5z" />
|
1332 |
+
<glyph glyph-name="_382" unicode="" horiz-adv-x="2176"
|
1333 |
+
d="M620 416q-110 -64 -268 -64h-128v64h-64q-13 0 -22.5 23.5t-9.5 56.5q0 24 7 49q-58 2 -96.5 10.5t-38.5 20.5t38.5 20.5t96.5 10.5q-7 25 -7 49q0 33 9.5 56.5t22.5 23.5h64v64h128q158 0 268 -64h1113q42 -7 106.5 -18t80.5 -14q89 -15 150 -40.5t83.5 -47.5t22.5 -40
|
1334 |
+
t-22.5 -40t-83.5 -47.5t-150 -40.5q-16 -3 -80.5 -14t-106.5 -18h-1113zM1739 668q53 -36 53 -92t-53 -92l81 -30q68 48 68 122t-68 122zM625 400h1015q-217 -38 -456 -80q-57 0 -113 -24t-83 -48l-28 -24l-288 -288q-26 -26 -70.5 -45t-89.5 -19h-96l-93 464h29
|
1335 |
+
q157 0 273 64zM352 816h-29l93 464h96q46 0 90 -19t70 -45l288 -288q4 -4 11 -10.5t30.5 -23t48.5 -29t61.5 -23t72.5 -10.5l456 -80h-1015q-116 64 -273 64z" />
|
1336 |
+
<glyph glyph-name="_383" unicode="" horiz-adv-x="1664"
|
1337 |
+
d="M1519 760q62 0 103.5 -40.5t41.5 -101.5q0 -97 -93 -130l-172 -59l56 -167q7 -21 7 -47q0 -59 -42 -102t-101 -43q-47 0 -85.5 27t-53.5 72l-55 165l-310 -106l55 -164q8 -24 8 -47q0 -59 -42 -102t-102 -43q-47 0 -85 27t-53 72l-55 163l-153 -53q-29 -9 -50 -9
|
1338 |
+
q-61 0 -101.5 40t-40.5 101q0 47 27.5 85t71.5 53l156 53l-105 313l-156 -54q-26 -8 -48 -8q-60 0 -101 40.5t-41 100.5q0 47 27.5 85t71.5 53l157 53l-53 159q-8 24 -8 47q0 60 42 102.5t102 42.5q47 0 85 -27t53 -72l54 -160l310 105l-54 160q-8 24 -8 47q0 59 42.5 102
|
1339 |
+
t101.5 43q47 0 85.5 -27.5t53.5 -71.5l53 -161l162 55q21 6 43 6q60 0 102.5 -39.5t42.5 -98.5q0 -45 -30 -81.5t-74 -51.5l-157 -54l105 -316l164 56q24 8 46 8zM725 498l310 105l-105 315l-310 -107z" />
|
1340 |
+
<glyph glyph-name="_384" unicode=""
|
1341 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM1280 352v436q-31 -35 -64 -55q-34 -22 -132.5 -85t-151.5 -99q-98 -69 -164 -69v0v0q-66 0 -164 69
|
1342 |
+
q-47 32 -142 92.5t-142 92.5q-12 8 -33 27t-31 27v-436q0 -40 28 -68t68 -28h832q40 0 68 28t28 68zM1280 925q0 41 -27.5 70t-68.5 29h-832q-40 0 -68 -28t-28 -68q0 -37 30.5 -76.5t67.5 -64.5q47 -32 137.5 -89t129.5 -83q3 -2 17 -11.5t21 -14t21 -13t23.5 -13
|
1343 |
+
t21.5 -9.5t22.5 -7.5t20.5 -2.5t20.5 2.5t22.5 7.5t21.5 9.5t23.5 13t21 13t21 14t17 11.5l267 174q35 23 66.5 62.5t31.5 73.5z" />
|
1344 |
+
<glyph glyph-name="_385" unicode="" horiz-adv-x="1792"
|
1345 |
+
d="M127 640q0 163 67 313l367 -1005q-196 95 -315 281t-119 411zM1415 679q0 -19 -2.5 -38.5t-10 -49.5t-11.5 -44t-17.5 -59t-17.5 -58l-76 -256l-278 826q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-75 1 -202 10q-12 1 -20.5 -5t-11.5 -15t-1.5 -18.5t9 -16.5
|
1346 |
+
t19.5 -8l80 -8l120 -328l-168 -504l-280 832q46 3 88 8q19 2 26 18.5t-2.5 31t-28.5 13.5l-205 -10q-7 0 -23 0.5t-26 0.5q105 160 274.5 253.5t367.5 93.5q147 0 280.5 -53t238.5 -149h-10q-55 0 -92 -40.5t-37 -95.5q0 -12 2 -24t4 -21.5t8 -23t9 -21t12 -22.5t12.5 -21
|
1347 |
+
t14.5 -24t14 -23q63 -107 63 -212zM909 573l237 -647q1 -6 5 -11q-126 -44 -255 -44q-112 0 -217 32zM1570 1009q95 -174 95 -369q0 -209 -104 -385.5t-279 -278.5l235 678q59 169 59 276q0 42 -6 79zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286
|
1348 |
+
t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 -215q173 0 331.5 68t273 182.5t182.5 273t68 331.5t-68 331.5t-182.5 273t-273 182.5t-331.5 68t-331.5 -68t-273 -182.5t-182.5 -273t-68 -331.5t68 -331.5t182.5 -273
|
1349 |
+
t273 -182.5t331.5 -68z" />
|
1350 |
+
<glyph glyph-name="_386" unicode="" horiz-adv-x="1792"
|
1351 |
+
d="M1086 1536v-1536l-272 -128q-228 20 -414 102t-293 208.5t-107 272.5q0 140 100.5 263.5t275 205.5t391.5 108v-172q-217 -38 -356.5 -150t-139.5 -255q0 -152 154.5 -267t388.5 -145v1360zM1755 954l37 -390l-525 114l147 83q-119 70 -280 99v172q277 -33 481 -157z" />
|
1352 |
+
<glyph glyph-name="_387" unicode="" horiz-adv-x="2048"
|
1353 |
+
d="M960 1536l960 -384v-128h-128q0 -26 -20.5 -45t-48.5 -19h-1526q-28 0 -48.5 19t-20.5 45h-128v128zM256 896h256v-768h128v768h256v-768h128v768h256v-768h128v768h256v-768h59q28 0 48.5 -19t20.5 -45v-64h-1664v64q0 26 20.5 45t48.5 19h59v768zM1851 -64
|
1354 |
+
q28 0 48.5 -19t20.5 -45v-128h-1920v128q0 26 20.5 45t48.5 19h1782z" />
|
1355 |
+
<glyph glyph-name="_388" unicode="" horiz-adv-x="2304"
|
1356 |
+
d="M1774 700l18 -316q4 -69 -82 -128t-235 -93.5t-323 -34.5t-323 34.5t-235 93.5t-82 128l18 316l574 -181q22 -7 48 -7t48 7zM2304 1024q0 -23 -22 -31l-1120 -352q-4 -1 -10 -1t-10 1l-652 206q-43 -34 -71 -111.5t-34 -178.5q63 -36 63 -109q0 -69 -58 -107l58 -433
|
1357 |
+
q2 -14 -8 -25q-9 -11 -24 -11h-192q-15 0 -24 11q-10 11 -8 25l58 433q-58 38 -58 107q0 73 65 111q11 207 98 330l-333 104q-22 8 -22 31t22 31l1120 352q4 1 10 1t10 -1l1120 -352q22 -8 22 -31z" />
|
1358 |
+
<glyph glyph-name="_389" unicode=""
|
1359 |
+
d="M859 579l13 -707q-62 11 -105 11q-41 0 -105 -11l13 707q-40 69 -168.5 295.5t-216.5 374.5t-181 287q58 -15 108 -15q44 0 111 15q63 -111 133.5 -229.5t167 -276.5t138.5 -227q37 61 109.5 177.5t117.5 190t105 176t107 189.5q54 -14 107 -14q56 0 114 14v0
|
1360 |
+
q-28 -39 -60 -88.5t-49.5 -78.5t-56.5 -96t-49 -84q-146 -248 -353 -610z" />
|
1361 |
+
<glyph glyph-name="uniF1A0" unicode=""
|
1362 |
+
d="M768 750h725q12 -67 12 -128q0 -217 -91 -387.5t-259.5 -266.5t-386.5 -96q-157 0 -299 60.5t-245 163.5t-163.5 245t-60.5 299t60.5 299t163.5 245t245 163.5t299 60.5q300 0 515 -201l-209 -201q-123 119 -306 119q-129 0 -238.5 -65t-173.5 -176.5t-64 -243.5
|
1363 |
+
t64 -243.5t173.5 -176.5t238.5 -65q87 0 160 24t120 60t82 82t51.5 87t22.5 78h-436v264z" />
|
1364 |
+
<glyph glyph-name="f1a1" unicode="" horiz-adv-x="1792"
|
1365 |
+
d="M1095 369q16 -16 0 -31q-62 -62 -199 -62t-199 62q-16 15 0 31q6 6 15 6t15 -6q48 -49 169 -49q120 0 169 49q6 6 15 6t15 -6zM788 550q0 -37 -26 -63t-63 -26t-63.5 26t-26.5 63q0 38 26.5 64t63.5 26t63 -26.5t26 -63.5zM1183 550q0 -37 -26.5 -63t-63.5 -26t-63 26
|
1366 |
+
t-26 63t26 63.5t63 26.5t63.5 -26t26.5 -64zM1434 670q0 49 -35 84t-85 35t-86 -36q-130 90 -311 96l63 283l200 -45q0 -37 26 -63t63 -26t63.5 26.5t26.5 63.5t-26.5 63.5t-63.5 26.5q-54 0 -80 -50l-221 49q-19 5 -25 -16l-69 -312q-180 -7 -309 -97q-35 37 -87 37
|
1367 |
+
q-50 0 -85 -35t-35 -84q0 -35 18.5 -64t49.5 -44q-6 -27 -6 -56q0 -142 140 -243t337 -101q198 0 338 101t140 243q0 32 -7 57q30 15 48 43.5t18 63.5zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191
|
1368 |
+
t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
1369 |
+
<glyph glyph-name="_392" unicode=""
|
1370 |
+
d="M939 407q13 -13 0 -26q-53 -53 -171 -53t-171 53q-13 13 0 26q5 6 13 6t13 -6q42 -42 145 -42t145 42q5 6 13 6t13 -6zM676 563q0 -31 -23 -54t-54 -23t-54 23t-23 54q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1014 563q0 -31 -23 -54t-54 -23t-54 23t-23 54
|
1371 |
+
q0 32 22.5 54.5t54.5 22.5t54.5 -22.5t22.5 -54.5zM1229 666q0 42 -30 72t-73 30q-42 0 -73 -31q-113 78 -267 82l54 243l171 -39q1 -32 23.5 -54t53.5 -22q32 0 54.5 22.5t22.5 54.5t-22.5 54.5t-54.5 22.5q-48 0 -69 -43l-189 42q-17 5 -21 -13l-60 -268q-154 -6 -265 -83
|
1372 |
+
q-30 32 -74 32q-43 0 -73 -30t-30 -72q0 -30 16 -55t42 -38q-5 -25 -5 -48q0 -122 120 -208.5t289 -86.5q170 0 290 86.5t120 208.5q0 25 -6 49q25 13 40.5 37.5t15.5 54.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
|
1373 |
+
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1374 |
+
<glyph glyph-name="_393" unicode=""
|
1375 |
+
d="M866 697l90 27v62q0 79 -58 135t-138 56t-138 -55.5t-58 -134.5v-283q0 -20 -14 -33.5t-33 -13.5t-32.5 13.5t-13.5 33.5v120h-151v-122q0 -82 57.5 -139t139.5 -57q81 0 138.5 56.5t57.5 136.5v280q0 19 13.5 33t33.5 14q19 0 32.5 -14t13.5 -33v-54zM1199 502v122h-150
|
1376 |
+
v-126q0 -20 -13.5 -33.5t-33.5 -13.5q-19 0 -32.5 14t-13.5 33v123l-90 -26l-60 28v-123q0 -80 58 -137t139 -57t138.5 57t57.5 139zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103
|
1377 |
+
t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1378 |
+
<glyph glyph-name="f1a4" unicode="" horiz-adv-x="1920"
|
1379 |
+
d="M1062 824v118q0 42 -30 72t-72 30t-72 -30t-30 -72v-612q0 -175 -126 -299t-303 -124q-178 0 -303.5 125.5t-125.5 303.5v266h328v-262q0 -43 30 -72.5t72 -29.5t72 29.5t30 72.5v620q0 171 126.5 292t301.5 121q176 0 302 -122t126 -294v-136l-195 -58zM1592 602h328
|
1380 |
+
v-266q0 -178 -125.5 -303.5t-303.5 -125.5q-177 0 -303 124.5t-126 300.5v268l131 -61l195 58v-270q0 -42 30 -71.5t72 -29.5t72 29.5t30 71.5v275z" />
|
1381 |
+
<glyph glyph-name="_395" unicode=""
|
1382 |
+
d="M1472 160v480h-704v704h-480q-93 0 -158.5 -65.5t-65.5 -158.5v-480h704v-704h480q93 0 158.5 65.5t65.5 158.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5
|
1383 |
+
t84.5 -203.5z" />
|
1384 |
+
<glyph glyph-name="_396" unicode="" horiz-adv-x="2048"
|
1385 |
+
d="M328 1254h204v-983h-532v697h328v286zM328 435v369h-123v-369h123zM614 968v-697h205v697h-205zM614 1254v-204h205v204h-205zM901 968h533v-942h-533v163h328v82h-328v697zM1229 435v369h-123v-369h123zM1516 968h532v-942h-532v163h327v82h-327v697zM1843 435v369h-123
|
1386 |
+
v-369h123z" />
|
1387 |
+
<glyph glyph-name="_397" unicode=""
|
1388 |
+
d="M1046 516q0 -64 -38 -109t-91 -45q-43 0 -70 15v277q28 17 70 17q53 0 91 -45.5t38 -109.5zM703 944q0 -64 -38 -109.5t-91 -45.5q-43 0 -70 15v277q28 17 70 17q53 0 91 -45t38 -109zM1265 513q0 134 -88 229t-213 95q-20 0 -39 -3q-23 -78 -78 -136q-87 -95 -211 -101
|
1389 |
+
v-636l211 41v206q51 -19 117 -19q125 0 213 95t88 229zM922 940q0 134 -88.5 229t-213.5 95q-74 0 -141 -36h-186v-840l211 41v206q55 -19 116 -19q125 0 213.5 95t88.5 229zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960
|
1390 |
+
q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1391 |
+
<glyph glyph-name="_398" unicode="" horiz-adv-x="2038"
|
1392 |
+
d="M1222 607q75 3 143.5 -20.5t118 -58.5t101 -94.5t84 -108t75.5 -120.5q33 -56 78.5 -109t75.5 -80.5t99 -88.5q-48 -30 -108.5 -57.5t-138.5 -59t-114 -47.5q-44 37 -74 115t-43.5 164.5t-33 180.5t-42.5 168.5t-72.5 123t-122.5 48.5l-10 -2l-6 -4q4 -5 13 -14
|
1393 |
+
q6 -5 28 -23.5t25.5 -22t19 -18t18 -20.5t11.5 -21t10.5 -27.5t4.5 -31t4 -40.5l1 -33q1 -26 -2.5 -57.5t-7.5 -52t-12.5 -58.5t-11.5 -53q-35 1 -101 -9.5t-98 -10.5q-39 0 -72 10q-2 16 -2 47q0 74 3 96q2 13 31.5 41.5t57 59t26.5 51.5q-24 2 -43 -24
|
1394 |
+
q-36 -53 -111.5 -99.5t-136.5 -46.5q-25 0 -75.5 63t-106.5 139.5t-84 96.5q-6 4 -27 30q-482 -112 -513 -112q-16 0 -28 11t-12 27q0 15 8.5 26.5t22.5 14.5l486 106q-8 14 -8 25t5.5 17.5t16 11.5t20 7t23 4.5t18.5 4.5q4 1 15.5 7.5t17.5 6.5q15 0 28 -16t20 -33
|
1395 |
+
q163 37 172 37q17 0 29.5 -11t12.5 -28q0 -15 -8.5 -26t-23.5 -14l-182 -40l-1 -16q-1 -26 81.5 -117.5t104.5 -91.5q47 0 119 80t72 129q0 36 -23.5 53t-51 18.5t-51 11.5t-23.5 34q0 16 10 34l-68 19q43 44 43 117q0 26 -5 58q82 16 144 16q44 0 71.5 -1.5t48.5 -8.5
|
1396 |
+
t31 -13.5t20.5 -24.5t15.5 -33.5t17 -47.5t24 -60l50 25q-3 -40 -23 -60t-42.5 -21t-40 -6.5t-16.5 -20.5zM1282 842q-5 5 -13.5 15.5t-12 14.5t-10.5 11.5t-10 10.5l-8 8t-8.5 7.5t-8 5t-8.5 4.5q-7 3 -14.5 5t-20.5 2.5t-22 0.5h-32.5h-37.5q-126 0 -217 -43
|
1397 |
+
q16 30 36 46.5t54 29.5t65.5 36t46 36.5t50 55t43.5 50.5q12 -9 28 -31.5t32 -36.5t38 -13l12 1v-76l22 -1q247 95 371 190q28 21 50 39t42.5 37.5t33 31t29.5 34t24 31t24.5 37t23 38t27 47.5t29.5 53l7 9q-2 -53 -43 -139q-79 -165 -205 -264t-306 -142q-14 -3 -42 -7.5
|
1398 |
+
t-50 -9.5t-39 -14q3 -19 24.5 -46t21.5 -34q0 -11 -26 -30zM1061 -79q39 26 131.5 47.5t146.5 21.5q9 0 22.5 -15.5t28 -42.5t26 -50t24 -51t14.5 -33q-121 -45 -244 -45q-61 0 -125 11zM822 568l48 12l109 -177l-73 -48zM1323 51q3 -15 3 -16q0 -7 -17.5 -14.5t-46 -13
|
1399 |
+
t-54 -9.5t-53.5 -7.5t-32 -4.5l-7 43q21 2 60.5 8.5t72 10t60.5 3.5h14zM866 679l-96 -20l-6 17q10 1 32.5 7t34.5 6q19 0 35 -10zM1061 45h31l10 -83l-41 -12v95zM1950 1535v1v-1zM1950 1535l-1 -5l-2 -2l1 3zM1950 1535l1 1z" />
|
1400 |
+
<glyph glyph-name="_399" unicode=""
|
1401 |
+
d="M1167 -50q-5 19 -24 5q-30 -22 -87 -39t-131 -17q-129 0 -193 49q-5 4 -13 4q-11 0 -26 -12q-7 -6 -7.5 -16t7.5 -20q34 -32 87.5 -46t102.5 -12.5t99 4.5q41 4 84.5 20.5t65 30t28.5 20.5q12 12 7 29zM1128 65q-19 47 -39 61q-23 15 -76 15q-47 0 -71 -10
|
1402 |
+
q-29 -12 -78 -56q-26 -24 -12 -44q9 -8 17.5 -4.5t31.5 23.5q3 2 10.5 8.5t10.5 8.5t10 7t11.5 7t12.5 5t15 4.5t16.5 2.5t20.5 1q27 0 44.5 -7.5t23 -14.5t13.5 -22q10 -17 12.5 -20t12.5 1q23 12 14 34zM1483 346q0 22 -5 44.5t-16.5 45t-34 36.5t-52.5 14
|
1403 |
+
q-33 0 -97 -41.5t-129 -83.5t-101 -42q-27 -1 -63.5 19t-76 49t-83.5 58t-100 49t-111 19q-115 -1 -197 -78.5t-84 -178.5q-2 -112 74 -164q29 -20 62.5 -28.5t103.5 -8.5q57 0 132 32.5t134 71t120 70.5t93 31q26 -1 65 -31.5t71.5 -67t68 -67.5t55.5 -32q35 -3 58.5 14
|
1404 |
+
t55.5 63q28 41 42.5 101t14.5 106zM1536 506q0 -164 -62 -304.5t-166 -236t-242.5 -149.5t-290.5 -54t-293 57.5t-247.5 157t-170.5 241.5t-64 302q0 89 19.5 172.5t49 145.5t70.5 118.5t78.5 94t78.5 69.5t64.5 46.5t42.5 24.5q14 8 51 26.5t54.5 28.5t48 30t60.5 44
|
1405 |
+
q36 28 58 72.5t30 125.5q129 -155 186 -193q44 -29 130 -68t129 -66q21 -13 39 -25t60.5 -46.5t76 -70.5t75 -95t69 -122t47 -148.5t19.5 -177.5z" />
|
1406 |
+
<glyph glyph-name="_400" unicode=""
|
1407 |
+
d="M1070 463l-160 -160l-151 -152l-30 -30q-65 -64 -151.5 -87t-171.5 -2q-16 -70 -72 -115t-129 -45q-85 0 -145 60.5t-60 145.5q0 72 44.5 128t113.5 72q-22 86 1 173t88 152l12 12l151 -152l-11 -11q-37 -37 -37 -89t37 -90q37 -37 89 -37t89 37l30 30l151 152l161 160z
|
1408 |
+
M729 1145l12 -12l-152 -152l-12 12q-37 37 -89 37t-89 -37t-37 -89.5t37 -89.5l29 -29l152 -152l160 -160l-151 -152l-161 160l-151 152l-30 30q-68 67 -90 159.5t5 179.5q-70 15 -115 71t-45 129q0 85 60 145.5t145 60.5q76 0 133.5 -49t69.5 -123q84 20 169.5 -3.5
|
1409 |
+
t149.5 -87.5zM1536 78q0 -85 -60 -145.5t-145 -60.5q-74 0 -131 47t-71 118q-86 -28 -179.5 -6t-161.5 90l-11 12l151 152l12 -12q37 -37 89 -37t89 37t37 89t-37 89l-30 30l-152 152l-160 160l152 152l160 -160l152 -152l29 -30q64 -64 87.5 -150.5t2.5 -171.5
|
1410 |
+
q76 -11 126.5 -68.5t50.5 -134.5zM1534 1202q0 -77 -51 -135t-127 -69q26 -85 3 -176.5t-90 -158.5l-12 -12l-151 152l12 12q37 37 37 89t-37 89t-89 37t-89 -37l-30 -30l-152 -152l-160 -160l-152 152l161 160l152 152l29 30q67 67 159 89.5t178 -3.5q11 75 68.5 126
|
1411 |
+
t135.5 51q85 0 145 -60.5t60 -145.5z" />
|
1412 |
+
<glyph glyph-name="f1ab" unicode=""
|
1413 |
+
d="M654 458q-1 -3 -12.5 0.5t-31.5 11.5l-20 9q-44 20 -87 49q-7 5 -41 31.5t-38 28.5q-67 -103 -134 -181q-81 -95 -105 -110q-4 -2 -19.5 -4t-18.5 0q6 4 82 92q21 24 85.5 115t78.5 118q17 30 51 98.5t36 77.5q-8 1 -110 -33q-8 -2 -27.5 -7.5t-34.5 -9.5t-17 -5
|
1414 |
+
q-2 -2 -2 -10.5t-1 -9.5q-5 -10 -31 -15q-23 -7 -47 0q-18 4 -28 21q-4 6 -5 23q6 2 24.5 5t29.5 6q58 16 105 32q100 35 102 35q10 2 43 19.5t44 21.5q9 3 21.5 8t14.5 5.5t6 -0.5q2 -12 -1 -33q0 -2 -12.5 -27t-26.5 -53.5t-17 -33.5q-25 -50 -77 -131l64 -28
|
1415 |
+
q12 -6 74.5 -32t67.5 -28q4 -1 10.5 -25.5t4.5 -30.5zM449 944q3 -15 -4 -28q-12 -23 -50 -38q-30 -12 -60 -12q-26 3 -49 26q-14 15 -18 41l1 3q3 -3 19.5 -5t26.5 0t58 16q36 12 55 14q17 0 21 -17zM1147 815l63 -227l-139 42zM39 15l694 232v1032l-694 -233v-1031z
|
1416 |
+
M1280 332l102 -31l-181 657l-100 31l-216 -536l102 -31l45 110l211 -65zM777 1294l573 -184v380zM1088 -29l158 -13l-54 -160l-40 66q-130 -83 -276 -108q-58 -12 -91 -12h-84q-79 0 -199.5 39t-183.5 85q-8 7 -8 16q0 8 5 13.5t13 5.5q4 0 18 -7.5t30.5 -16.5t20.5 -11
|
1417 |
+
q73 -37 159.5 -61.5t157.5 -24.5q95 0 167 14.5t157 50.5q15 7 30.5 15.5t34 19t28.5 16.5zM1536 1050v-1079l-774 246q-14 -6 -375 -127.5t-368 -121.5q-13 0 -18 13q0 1 -1 3v1078q3 9 4 10q5 6 20 11q107 36 149 50v384l558 -198q2 0 160.5 55t316 108.5t161.5 53.5
|
1418 |
+
q20 0 20 -21v-418z" />
|
1419 |
+
<glyph glyph-name="_402" unicode="" horiz-adv-x="1792"
|
1420 |
+
d="M288 1152q66 0 113 -47t47 -113v-1088q0 -66 -47 -113t-113 -47h-128q-66 0 -113 47t-47 113v1088q0 66 47 113t113 47h128zM1664 989q58 -34 93 -93t35 -128v-768q0 -106 -75 -181t-181 -75h-864q-66 0 -113 47t-47 113v1536q0 40 28 68t68 28h672q40 0 88 -20t76 -48
|
1421 |
+
l152 -152q28 -28 48 -76t20 -88v-163zM928 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM928 512v128q0 14 -9 23
|
1422 |
+
t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1184 256v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128
|
1423 |
+
q14 0 23 9t9 23zM1184 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 0v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 256v128q0 14 -9 23t-23 9h-128
|
1424 |
+
q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1440 512v128q0 14 -9 23t-23 9h-128q-14 0 -23 -9t-9 -23v-128q0 -14 9 -23t23 -9h128q14 0 23 9t9 23zM1536 896v256h-160q-40 0 -68 28t-28 68v160h-640v-512h896z" />
|
1425 |
+
<glyph glyph-name="_403" unicode=""
|
1426 |
+
d="M1344 1536q26 0 45 -19t19 -45v-1664q0 -26 -19 -45t-45 -19h-1280q-26 0 -45 19t-19 45v1664q0 26 19 45t45 19h1280zM512 1248v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 992v-64q0 -14 9 -23t23 -9h64q14 0 23 9
|
1427 |
+
t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 736v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM512 480v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23zM384 160v64
|
1428 |
+
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
|
1429 |
+
q14 0 23 9t9 23zM384 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM384 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 -96v192q0 14 -9 23t-23 9h-320q-14 0 -23 -9
|
1430 |
+
t-9 -23v-192q0 -14 9 -23t23 -9h320q14 0 23 9t9 23zM896 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 928v64
|
1431 |
+
q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM896 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 160v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64
|
1432 |
+
q14 0 23 9t9 23zM1152 416v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 672v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 928v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9
|
1433 |
+
t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1152 1184v64q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-64q0 -14 9 -23t23 -9h64q14 0 23 9t9 23z" />
|
1434 |
+
<glyph glyph-name="_404" unicode="" horiz-adv-x="1280"
|
1435 |
+
d="M1188 988l-292 -292v-824q0 -46 -33 -79t-79 -33t-79 33t-33 79v384h-64v-384q0 -46 -33 -79t-79 -33t-79 33t-33 79v824l-292 292q-28 28 -28 68t28 68q29 28 68.5 28t67.5 -28l228 -228h368l228 228q28 28 68 28t68 -28q28 -29 28 -68.5t-28 -67.5zM864 1152
|
1436 |
+
q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5t158.5 -65.5t65.5 -158.5z" />
|
1437 |
+
<glyph glyph-name="uniF1B1" unicode="" horiz-adv-x="1664"
|
1438 |
+
d="M780 1064q0 -60 -19 -113.5t-63 -92.5t-105 -39q-76 0 -138 57.5t-92 135.5t-30 151q0 60 19 113.5t63 92.5t105 39q77 0 138.5 -57.5t91.5 -135t30 -151.5zM438 581q0 -80 -42 -139t-119 -59q-76 0 -141.5 55.5t-100.5 133.5t-35 152q0 80 42 139.5t119 59.5
|
1439 |
+
q76 0 141.5 -55.5t100.5 -134t35 -152.5zM832 608q118 0 255 -97.5t229 -237t92 -254.5q0 -46 -17 -76.5t-48.5 -45t-64.5 -20t-76 -5.5q-68 0 -187.5 45t-182.5 45q-66 0 -192.5 -44.5t-200.5 -44.5q-183 0 -183 146q0 86 56 191.5t139.5 192.5t187.5 146t193 59zM1071 819
|
1440 |
+
q-61 0 -105 39t-63 92.5t-19 113.5q0 74 30 151.5t91.5 135t138.5 57.5q61 0 105 -39t63 -92.5t19 -113.5q0 -73 -30 -151t-92 -135.5t-138 -57.5zM1503 923q77 0 119 -59.5t42 -139.5q0 -74 -35 -152t-100.5 -133.5t-141.5 -55.5q-77 0 -119 59t-42 139q0 74 35 152.5
|
1441 |
+
t100.5 134t141.5 55.5z" />
|
1442 |
+
<glyph glyph-name="_406" unicode="" horiz-adv-x="768"
|
1443 |
+
d="M704 1008q0 -145 -57 -243.5t-152 -135.5l45 -821q2 -26 -16 -45t-44 -19h-192q-26 0 -44 19t-16 45l45 821q-95 37 -152 135.5t-57 243.5q0 128 42.5 249.5t117.5 200t160 78.5t160 -78.5t117.5 -200t42.5 -249.5z" />
|
1444 |
+
<glyph glyph-name="_407" unicode="" horiz-adv-x="1792"
|
1445 |
+
d="M896 -93l640 349v636l-640 -233v-752zM832 772l698 254l-698 254l-698 -254zM1664 1024v-768q0 -35 -18 -65t-49 -47l-704 -384q-28 -16 -61 -16t-61 16l-704 384q-31 17 -49 47t-18 65v768q0 40 23 73t61 47l704 256q22 8 44 8t44 -8l704 -256q38 -14 61 -47t23 -73z
|
1446 |
+
" />
|
1447 |
+
<glyph glyph-name="_408" unicode="" horiz-adv-x="2304"
|
1448 |
+
d="M640 -96l384 192v314l-384 -164v-342zM576 358l404 173l-404 173l-404 -173zM1664 -96l384 192v314l-384 -164v-342zM1600 358l404 173l-404 173l-404 -173zM1152 651l384 165v266l-384 -164v-267zM1088 1030l441 189l-441 189l-441 -189zM2176 512v-416q0 -36 -19 -67
|
1449 |
+
t-52 -47l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-4 2 -7 4q-2 -2 -7 -4l-448 -224q-25 -14 -57 -14t-57 14l-448 224q-33 16 -52 47t-19 67v416q0 38 21.5 70t56.5 48l434 186v400q0 38 21.5 70t56.5 48l448 192q23 10 50 10t50 -10l448 -192q35 -16 56.5 -48t21.5 -70
|
1450 |
+
v-400l434 -186q36 -16 57 -48t21 -70z" />
|
1451 |
+
<glyph glyph-name="_409" unicode="" horiz-adv-x="2048"
|
1452 |
+
d="M1848 1197h-511v-124h511v124zM1596 771q-90 0 -146 -52.5t-62 -142.5h408q-18 195 -200 195zM1612 186q63 0 122 32t76 87h221q-100 -307 -427 -307q-214 0 -340.5 132t-126.5 347q0 208 130.5 345.5t336.5 137.5q138 0 240.5 -68t153 -179t50.5 -248q0 -17 -2 -47h-658
|
1453 |
+
q0 -111 57.5 -171.5t166.5 -60.5zM277 236h296q205 0 205 167q0 180 -199 180h-302v-347zM277 773h281q78 0 123.5 36.5t45.5 113.5q0 144 -190 144h-260v-294zM0 1282h594q87 0 155 -14t126.5 -47.5t90 -96.5t31.5 -154q0 -181 -172 -263q114 -32 172 -115t58 -204
|
1454 |
+
q0 -75 -24.5 -136.5t-66 -103.5t-98.5 -71t-121 -42t-134 -13h-611v1260z" />
|
1455 |
+
<glyph glyph-name="_410" unicode=""
|
1456 |
+
d="M1248 1408q119 0 203.5 -84.5t84.5 -203.5v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960zM499 1041h-371v-787h382q117 0 197 57.5t80 170.5q0 158 -143 200q107 52 107 164q0 57 -19.5 96.5
|
1457 |
+
t-56.5 60.5t-79 29.5t-97 8.5zM477 723h-176v184h163q119 0 119 -90q0 -94 -106 -94zM486 388h-185v217h189q124 0 124 -113q0 -104 -128 -104zM1136 356q-68 0 -104 38t-36 107h411q1 10 1 30q0 132 -74.5 220.5t-203.5 88.5q-128 0 -210 -86t-82 -216q0 -135 79 -217
|
1458 |
+
t213 -82q205 0 267 191h-138q-11 -34 -47.5 -54t-75.5 -20zM1126 722q113 0 124 -122h-254q4 56 39 89t91 33zM964 988h319v-77h-319v77z" />
|
1459 |
+
<glyph glyph-name="_411" unicode="" horiz-adv-x="1792"
|
1460 |
+
d="M1582 954q0 -101 -71.5 -172.5t-172.5 -71.5t-172.5 71.5t-71.5 172.5t71.5 172.5t172.5 71.5t172.5 -71.5t71.5 -172.5zM812 212q0 104 -73 177t-177 73q-27 0 -54 -6l104 -42q77 -31 109.5 -106.5t1.5 -151.5q-31 -77 -107 -109t-152 -1q-21 8 -62 24.5t-61 24.5
|
1461 |
+
q32 -60 91 -96.5t130 -36.5q104 0 177 73t73 177zM1642 953q0 126 -89.5 215.5t-215.5 89.5q-127 0 -216.5 -89.5t-89.5 -215.5q0 -127 89.5 -216t216.5 -89q126 0 215.5 89t89.5 216zM1792 953q0 -189 -133.5 -322t-321.5 -133l-437 -319q-12 -129 -109 -218t-229 -89
|
1462 |
+
q-121 0 -214 76t-118 192l-230 92v429l389 -157q79 48 173 48q13 0 35 -2l284 407q2 187 135.5 319t320.5 132q188 0 321.5 -133.5t133.5 -321.5z" />
|
1463 |
+
<glyph glyph-name="_412" unicode=""
|
1464 |
+
d="M1242 889q0 80 -57 136.5t-137 56.5t-136.5 -57t-56.5 -136q0 -80 56.5 -136.5t136.5 -56.5t137 56.5t57 136.5zM632 301q0 -83 -58 -140.5t-140 -57.5q-56 0 -103 29t-72 77q52 -20 98 -40q60 -24 120 1.5t85 86.5q24 60 -1.5 120t-86.5 84l-82 33q22 5 42 5
|
1465 |
+
q82 0 140 -57.5t58 -140.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v153l172 -69q20 -92 93.5 -152t168.5 -60q104 0 181 70t87 173l345 252q150 0 255.5 105.5t105.5 254.5q0 150 -105.5 255.5t-255.5 105.5
|
1466 |
+
q-148 0 -253 -104.5t-107 -252.5l-225 -322q-9 1 -28 1q-75 0 -137 -37l-297 119v468q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5zM1289 887q0 -100 -71 -170.5t-171 -70.5t-170.5 70.5t-70.5 170.5t70.5 171t170.5 71q101 0 171.5 -70.5t70.5 -171.5z
|
1467 |
+
" />
|
1468 |
+
<glyph glyph-name="_413" unicode="" horiz-adv-x="1792"
|
1469 |
+
d="M836 367l-15 -368l-2 -22l-420 29q-36 3 -67 31.5t-47 65.5q-11 27 -14.5 55t4 65t12 55t21.5 64t19 53q78 -12 509 -28zM449 953l180 -379l-147 92q-63 -72 -111.5 -144.5t-72.5 -125t-39.5 -94.5t-18.5 -63l-4 -21l-190 357q-17 26 -18 56t6 47l8 18q35 63 114 188
|
1470 |
+
l-140 86zM1680 436l-188 -359q-12 -29 -36.5 -46.5t-43.5 -20.5l-18 -4q-71 -7 -219 -12l8 -164l-230 367l211 362l7 -173q170 -16 283 -5t170 33zM895 1360q-47 -63 -265 -435l-317 187l-19 12l225 356q20 31 60 45t80 10q24 -2 48.5 -12t42 -21t41.5 -33t36 -34.5
|
1471 |
+
t36 -39.5t32 -35zM1550 1053l212 -363q18 -37 12.5 -76t-27.5 -74q-13 -20 -33 -37t-38 -28t-48.5 -22t-47 -16t-51.5 -14t-46 -12q-34 72 -265 436l313 195zM1407 1279l142 83l-220 -373l-419 20l151 86q-34 89 -75 166t-75.5 123.5t-64.5 80t-47 46.5l-17 13l405 -1
|
1472 |
+
q31 3 58 -10.5t39 -28.5l11 -15q39 -61 112 -190z" />
|
1473 |
+
<glyph glyph-name="_414" unicode="" horiz-adv-x="2048"
|
1474 |
+
d="M480 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM516 768h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5zM1888 448q0 66 -47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47t113 47t47 113zM2048 544v-384
|
1475 |
+
q0 -14 -9 -23t-23 -9h-96v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-1024v-128q0 -80 -56 -136t-136 -56t-136 56t-56 136v128h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5t179 63.5h768q98 0 179 -63.5t104 -157.5
|
1476 |
+
l105 -419h28q93 0 158.5 -65.5t65.5 -158.5z" />
|
1477 |
+
<glyph glyph-name="_415" unicode="" horiz-adv-x="2048"
|
1478 |
+
d="M1824 640q93 0 158.5 -65.5t65.5 -158.5v-384q0 -14 -9 -23t-23 -9h-96v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-1024v-64q0 -80 -56 -136t-136 -56t-136 56t-56 136v64h-96q-14 0 -23 9t-9 23v384q0 93 65.5 158.5t158.5 65.5h28l105 419q23 94 104 157.5
|
1479 |
+
t179 63.5h128v224q0 14 9 23t23 9h448q14 0 23 -9t9 -23v-224h128q98 0 179 -63.5t104 -157.5l105 -419h28zM320 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47zM516 640h1016l-89 357q-2 8 -14 17.5t-21 9.5h-768q-9 0 -21 -9.5t-14 -17.5z
|
1480 |
+
M1728 160q66 0 113 47t47 113t-47 113t-113 47t-113 -47t-47 -113t47 -113t113 -47z" />
|
1481 |
+
<glyph glyph-name="_416" unicode=""
|
1482 |
+
d="M1504 64q0 -26 -19 -45t-45 -19h-462q1 -17 6 -87.5t5 -108.5q0 -25 -18 -42.5t-43 -17.5h-320q-25 0 -43 17.5t-18 42.5q0 38 5 108.5t6 87.5h-462q-26 0 -45 19t-19 45t19 45l402 403h-229q-26 0 -45 19t-19 45t19 45l402 403h-197q-26 0 -45 19t-19 45t19 45l384 384
|
1483 |
+
q19 19 45 19t45 -19l384 -384q19 -19 19 -45t-19 -45t-45 -19h-197l402 -403q19 -19 19 -45t-19 -45t-45 -19h-229l402 -403q19 -19 19 -45z" />
|
1484 |
+
<glyph glyph-name="_417" unicode=""
|
1485 |
+
d="M1127 326q0 32 -30 51q-193 115 -447 115q-133 0 -287 -34q-42 -9 -42 -52q0 -20 13.5 -34.5t35.5 -14.5q5 0 37 8q132 27 243 27q226 0 397 -103q19 -11 33 -11q19 0 33 13.5t14 34.5zM1223 541q0 40 -35 61q-237 141 -548 141q-153 0 -303 -42q-48 -13 -48 -64
|
1486 |
+
q0 -25 17.5 -42.5t42.5 -17.5q7 0 37 8q122 33 251 33q279 0 488 -124q24 -13 38 -13q25 0 42.5 17.5t17.5 42.5zM1331 789q0 47 -40 70q-126 73 -293 110.5t-343 37.5q-204 0 -364 -47q-23 -7 -38.5 -25.5t-15.5 -48.5q0 -31 20.5 -52t51.5 -21q11 0 40 8q133 37 307 37
|
1487 |
+
q159 0 309.5 -34t253.5 -95q21 -12 40 -12q29 0 50.5 20.5t21.5 51.5zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1488 |
+
<glyph glyph-name="_418" unicode="" horiz-adv-x="1024"
|
1489 |
+
d="M1024 1233l-303 -582l24 -31h279v-415h-507l-44 -30l-142 -273l-30 -30h-301v303l303 583l-24 30h-279v415h507l44 30l142 273l30 30h301v-303z" />
|
1490 |
+
<glyph glyph-name="_419" unicode="" horiz-adv-x="2304"
|
1491 |
+
d="M784 164l16 241l-16 523q-1 10 -7.5 17t-16.5 7q-9 0 -16 -7t-7 -17l-14 -523l14 -241q1 -10 7.5 -16.5t15.5 -6.5q22 0 24 23zM1080 193l11 211l-12 586q0 16 -13 24q-8 5 -16 5t-16 -5q-13 -8 -13 -24l-1 -6l-10 -579q0 -1 11 -236v-1q0 -10 6 -17q9 -11 23 -11
|
1492 |
+
q11 0 20 9q9 7 9 20zM35 533l20 -128l-20 -126q-2 -9 -9 -9t-9 9l-17 126l17 128q2 9 9 9t9 -9zM121 612l26 -207l-26 -203q-2 -9 -10 -9q-9 0 -9 10l-23 202l23 207q0 9 9 9q8 0 10 -9zM401 159zM213 650l25 -245l-25 -237q0 -11 -11 -11q-10 0 -12 11l-21 237l21 245
|
1493 |
+
q2 12 12 12q11 0 11 -12zM307 657l23 -252l-23 -244q-2 -13 -14 -13q-13 0 -13 13l-21 244l21 252q0 13 13 13q12 0 14 -13zM401 639l21 -234l-21 -246q-2 -16 -16 -16q-6 0 -10.5 4.5t-4.5 11.5l-20 246l20 234q0 6 4.5 10.5t10.5 4.5q14 0 16 -15zM784 164zM495 785
|
1494 |
+
l21 -380l-21 -246q0 -7 -5 -12.5t-12 -5.5q-16 0 -18 18l-18 246l18 380q2 18 18 18q7 0 12 -5.5t5 -12.5zM589 871l19 -468l-19 -244q0 -8 -5.5 -13.5t-13.5 -5.5q-18 0 -20 19l-16 244l16 468q2 19 20 19q8 0 13.5 -5.5t5.5 -13.5zM687 911l18 -506l-18 -242
|
1495 |
+
q-2 -21 -22 -21q-19 0 -21 21l-16 242l16 506q0 9 6.5 15.5t14.5 6.5q9 0 15 -6.5t7 -15.5zM1079 169v0v0v0zM881 915l15 -510l-15 -239q0 -10 -7.5 -17.5t-17.5 -7.5t-17 7t-8 18l-14 239l14 510q0 11 7.5 18t17.5 7t17.5 -7t7.5 -18zM980 896l14 -492l-14 -236
|
1496 |
+
q0 -11 -8 -19t-19 -8t-19 8t-9 19l-12 236l12 492q1 12 9 20t19 8t18.5 -8t8.5 -20zM1192 404l-14 -231v0q0 -13 -9 -22t-22 -9t-22 9t-10 22l-6 114l-6 117l12 636v3q2 15 12 24q9 7 20 7q8 0 15 -5q14 -8 16 -26zM2304 423q0 -117 -83 -199.5t-200 -82.5h-786
|
1497 |
+
q-13 2 -22 11t-9 22v899q0 23 28 33q85 34 181 34q195 0 338 -131.5t160 -323.5q53 22 110 22q117 0 200 -83t83 -201z" />
|
1498 |
+
<glyph glyph-name="uniF1C0" unicode=""
|
1499 |
+
d="M768 768q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 0q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127
|
1500 |
+
t443 -43zM768 384q237 0 443 43t325 127v-170q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5t-103 128v170q119 -84 325 -127t443 -43zM768 1536q208 0 385 -34.5t280 -93.5t103 -128v-128q0 -69 -103 -128t-280 -93.5t-385 -34.5t-385 34.5t-280 93.5
|
1501 |
+
t-103 128v128q0 69 103 128t280 93.5t385 34.5z" />
|
1502 |
+
<glyph glyph-name="uniF1C1" unicode=""
|
1503 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1504 |
+
M894 465q33 -26 84 -56q59 7 117 7q147 0 177 -49q16 -22 2 -52q0 -1 -1 -2l-2 -2v-1q-6 -38 -71 -38q-48 0 -115 20t-130 53q-221 -24 -392 -83q-153 -262 -242 -262q-15 0 -28 7l-24 12q-1 1 -6 5q-10 10 -6 36q9 40 56 91.5t132 96.5q14 9 23 -6q2 -2 2 -4q52 85 107 197
|
1505 |
+
q68 136 104 262q-24 82 -30.5 159.5t6.5 127.5q11 40 42 40h21h1q23 0 35 -15q18 -21 9 -68q-2 -6 -4 -8q1 -3 1 -8v-30q-2 -123 -14 -192q55 -164 146 -238zM318 54q52 24 137 158q-51 -40 -87.5 -84t-49.5 -74zM716 974q-15 -42 -2 -132q1 7 7 44q0 3 7 43q1 4 4 8
|
1506 |
+
q-1 1 -1 2q-1 2 -1 3q-1 22 -13 36q0 -1 -1 -2v-2zM592 313q135 54 284 81q-2 1 -13 9.5t-16 13.5q-76 67 -127 176q-27 -86 -83 -197q-30 -56 -45 -83zM1238 329q-24 24 -140 24q76 -28 124 -28q14 0 18 1q0 1 -2 3z" />
|
1507 |
+
<glyph glyph-name="_422" unicode=""
|
1508 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1509 |
+
M233 768v-107h70l164 -661h159l128 485q7 20 10 46q2 16 2 24h4l3 -24q1 -3 3.5 -20t5.5 -26l128 -485h159l164 661h70v107h-300v-107h90l-99 -438q-5 -20 -7 -46l-2 -21h-4q0 3 -0.5 6.5t-1.5 8t-1 6.5q-1 5 -4 21t-5 25l-144 545h-114l-144 -545q-2 -9 -4.5 -24.5
|
1510 |
+
t-3.5 -21.5l-4 -21h-4l-2 21q-2 26 -7 46l-99 438h90v107h-300z" />
|
1511 |
+
<glyph glyph-name="_423" unicode=""
|
1512 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1513 |
+
M429 106v-106h281v106h-75l103 161q5 7 10 16.5t7.5 13.5t3.5 4h2q1 -4 5 -10q2 -4 4.5 -7.5t6 -8t6.5 -8.5l107 -161h-76v-106h291v106h-68l-192 273l195 282h67v107h-279v-107h74l-103 -159q-4 -7 -10 -16.5t-9 -13.5l-2 -3h-2q-1 4 -5 10q-6 11 -17 23l-106 159h76v107
|
1514 |
+
h-290v-107h68l189 -272l-194 -283h-68z" />
|
1515 |
+
<glyph glyph-name="_424" unicode=""
|
1516 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1517 |
+
M416 106v-106h327v106h-93v167h137q76 0 118 15q67 23 106.5 87t39.5 146q0 81 -37 141t-100 87q-48 19 -130 19h-368v-107h92v-555h-92zM769 386h-119v268h120q52 0 83 -18q56 -33 56 -115q0 -89 -62 -120q-31 -15 -78 -15z" />
|
1518 |
+
<glyph glyph-name="_425" unicode=""
|
1519 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1520 |
+
M1280 320v-320h-1024v192l192 192l128 -128l384 384zM448 512q-80 0 -136 56t-56 136t56 136t136 56t136 -56t56 -136t-56 -136t-136 -56z" />
|
1521 |
+
<glyph glyph-name="_426" unicode=""
|
1522 |
+
d="M640 1152v128h-128v-128h128zM768 1024v128h-128v-128h128zM640 896v128h-128v-128h128zM768 768v128h-128v-128h128zM1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400
|
1523 |
+
v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-128v-128h-128v128h-512v-1536h1280zM781 593l107 -349q8 -27 8 -52q0 -83 -72.5 -137.5t-183.5 -54.5t-183.5 54.5t-72.5 137.5q0 25 8 52q21 63 120 396v128h128v-128h79
|
1524 |
+
q22 0 39 -13t23 -34zM640 128q53 0 90.5 19t37.5 45t-37.5 45t-90.5 19t-90.5 -19t-37.5 -45t37.5 -45t90.5 -19z" />
|
1525 |
+
<glyph glyph-name="_427" unicode=""
|
1526 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1527 |
+
M620 686q20 -8 20 -30v-544q0 -22 -20 -30q-8 -2 -12 -2q-12 0 -23 9l-166 167h-131q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h131l166 167q16 15 35 7zM1037 -3q31 0 50 24q129 159 129 363t-129 363q-16 21 -43 24t-47 -14q-21 -17 -23.5 -43.5t14.5 -47.5
|
1528 |
+
q100 -123 100 -282t-100 -282q-17 -21 -14.5 -47.5t23.5 -42.5q18 -15 40 -15zM826 145q27 0 47 20q87 93 87 219t-87 219q-18 19 -45 20t-46 -17t-20 -44.5t18 -46.5q52 -57 52 -131t-52 -131q-19 -20 -18 -46.5t20 -44.5q20 -17 44 -17z" />
|
1529 |
+
<glyph glyph-name="_428" unicode=""
|
1530 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1531 |
+
M768 768q52 0 90 -38t38 -90v-384q0 -52 -38 -90t-90 -38h-384q-52 0 -90 38t-38 90v384q0 52 38 90t90 38h384zM1260 766q20 -8 20 -30v-576q0 -22 -20 -30q-8 -2 -12 -2q-14 0 -23 9l-265 266v90l265 266q9 9 23 9q4 0 12 -2z" />
|
1532 |
+
<glyph glyph-name="_429" unicode=""
|
1533 |
+
d="M1468 1156q28 -28 48 -76t20 -88v-1152q0 -40 -28 -68t-68 -28h-1344q-40 0 -68 28t-28 68v1600q0 40 28 68t68 28h896q40 0 88 -20t76 -48zM1024 1400v-376h376q-10 29 -22 41l-313 313q-12 12 -41 22zM1408 -128v1024h-416q-40 0 -68 28t-28 68v416h-768v-1536h1280z
|
1534 |
+
M480 768q8 11 21 12.5t24 -6.5l51 -38q11 -8 12.5 -21t-6.5 -24l-182 -243l182 -243q8 -11 6.5 -24t-12.5 -21l-51 -38q-11 -8 -24 -6.5t-21 12.5l-226 301q-14 19 0 38zM1282 467q14 -19 0 -38l-226 -301q-8 -11 -21 -12.5t-24 6.5l-51 38q-11 8 -12.5 21t6.5 24l182 243
|
1535 |
+
l-182 243q-8 11 -6.5 24t12.5 21l51 38q11 8 24 6.5t21 -12.5zM662 6q-13 2 -20.5 13t-5.5 24l138 831q2 13 13 20.5t24 5.5l63 -10q13 -2 20.5 -13t5.5 -24l-138 -831q-2 -13 -13 -20.5t-24 -5.5z" />
|
1536 |
+
<glyph glyph-name="_430" unicode=""
|
1537 |
+
d="M1497 709v-198q-101 -23 -198 -23q-65 -136 -165.5 -271t-181.5 -215.5t-128 -106.5q-80 -45 -162 3q-28 17 -60.5 43.5t-85 83.5t-102.5 128.5t-107.5 184t-105.5 244t-91.5 314.5t-70.5 390h283q26 -218 70 -398.5t104.5 -317t121.5 -235.5t140 -195q169 169 287 406
|
1538 |
+
q-142 72 -223 220t-81 333q0 192 104 314.5t284 122.5q178 0 273 -105.5t95 -297.5q0 -159 -58 -286q-7 -1 -19.5 -3t-46 -2t-63 6t-62 25.5t-50.5 51.5q31 103 31 184q0 87 -29 132t-79 45q-53 0 -85 -49.5t-32 -140.5q0 -186 105 -293.5t267 -107.5q62 0 121 14z" />
|
1539 |
+
<glyph glyph-name="_431" unicode="" horiz-adv-x="1792"
|
1540 |
+
d="M216 367l603 -402v359l-334 223zM154 511l193 129l-193 129v-258zM973 -35l603 402l-269 180l-334 -223v-359zM896 458l272 182l-272 182l-272 -182zM485 733l334 223v359l-603 -402zM1445 640l193 -129v258zM1307 733l269 180l-603 402v-359zM1792 913v-546
|
1541 |
+
q0 -41 -34 -64l-819 -546q-21 -13 -43 -13t-43 13l-819 546q-34 23 -34 64v546q0 41 34 64l819 546q21 13 43 13t43 -13l819 -546q34 -23 34 -64z" />
|
1542 |
+
<glyph glyph-name="_432" unicode="" horiz-adv-x="2048"
|
1543 |
+
d="M1800 764q111 -46 179.5 -145.5t68.5 -221.5q0 -164 -118 -280.5t-285 -116.5q-4 0 -11.5 0.5t-10.5 0.5h-1209h-1h-2h-5q-170 10 -288 125.5t-118 280.5q0 110 55 203t147 147q-12 39 -12 82q0 115 82 196t199 81q95 0 172 -58q75 154 222.5 248t326.5 94
|
1544 |
+
q166 0 306 -80.5t221.5 -218.5t81.5 -301q0 -6 -0.5 -18t-0.5 -18zM468 498q0 -122 84 -193t208 -71q137 0 240 99q-16 20 -47.5 56.5t-43.5 50.5q-67 -65 -144 -65q-55 0 -93.5 33.5t-38.5 87.5q0 53 38.5 87t91.5 34q44 0 84.5 -21t73 -55t65 -75t69 -82t77 -75t97 -55
|
1545 |
+
t121.5 -21q121 0 204.5 71.5t83.5 190.5q0 121 -84 192t-207 71q-143 0 -241 -97l93 -108q66 64 142 64q52 0 92 -33t40 -84q0 -57 -37 -91.5t-94 -34.5q-43 0 -82.5 21t-72 55t-65.5 75t-69.5 82t-77.5 75t-96.5 55t-118.5 21q-122 0 -207 -70.5t-85 -189.5z" />
|
1546 |
+
<glyph glyph-name="_433" unicode="" horiz-adv-x="1792"
|
1547 |
+
d="M896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM896 1408q-190 0 -361 -90l194 -194q82 28 167 28t167 -28l194 194q-171 90 -361 90zM218 279l194 194
|
1548 |
+
q-28 82 -28 167t28 167l-194 194q-90 -171 -90 -361t90 -361zM896 -128q190 0 361 90l-194 194q-82 -28 -167 -28t-167 28l-194 -194q171 -90 361 -90zM896 256q159 0 271.5 112.5t112.5 271.5t-112.5 271.5t-271.5 112.5t-271.5 -112.5t-112.5 -271.5t112.5 -271.5
|
1549 |
+
t271.5 -112.5zM1380 473l194 -194q90 171 90 361t-90 361l-194 -194q28 -82 28 -167t-28 -167z" />
|
1550 |
+
<glyph glyph-name="_434" unicode="" horiz-adv-x="1792"
|
1551 |
+
d="M1760 640q0 -176 -68.5 -336t-184 -275.5t-275.5 -184t-336 -68.5t-336 68.5t-275.5 184t-184 275.5t-68.5 336q0 213 97 398.5t265 305.5t374 151v-228q-221 -45 -366.5 -221t-145.5 -406q0 -130 51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5
|
1552 |
+
t136.5 204t51 248.5q0 230 -145.5 406t-366.5 221v228q206 -31 374 -151t265 -305.5t97 -398.5z" />
|
1553 |
+
<glyph glyph-name="uniF1D0" unicode="" horiz-adv-x="1792"
|
1554 |
+
d="M19 662q8 217 116 406t305 318h5q0 -1 -1 -3q-8 -8 -28 -33.5t-52 -76.5t-60 -110.5t-44.5 -135.5t-14 -150.5t39 -157.5t108.5 -154q50 -50 102 -69.5t90.5 -11.5t69.5 23.5t47 32.5l16 16q39 51 53 116.5t6.5 122.5t-21 107t-26.5 80l-14 29q-10 25 -30.5 49.5t-43 41
|
1555 |
+
t-43.5 29.5t-35 19l-13 6l104 115q39 -17 78 -52t59 -61l19 -27q1 48 -18.5 103.5t-40.5 87.5l-20 31l161 183l160 -181q-33 -46 -52.5 -102.5t-22.5 -90.5l-4 -33q22 37 61.5 72.5t67.5 52.5l28 17l103 -115q-44 -14 -85 -50t-60 -65l-19 -29q-31 -56 -48 -133.5t-7 -170
|
1556 |
+
t57 -156.5q33 -45 77.5 -60.5t85 -5.5t76 26.5t57.5 33.5l21 16q60 53 96.5 115t48.5 121.5t10 121.5t-18 118t-37 107.5t-45.5 93t-45 72t-34.5 47.5l-13 17q-14 13 -7 13l10 -3q40 -29 62.5 -46t62 -50t64 -58t58.5 -65t55.5 -77t45.5 -88t38 -103t23.5 -117t10.5 -136
|
1557 |
+
q3 -259 -108 -465t-312 -321t-456 -115q-185 0 -351 74t-283.5 198t-184 293t-60.5 353z" />
|
1558 |
+
<glyph glyph-name="uniF1D1" unicode="" horiz-adv-x="1792"
|
1559 |
+
d="M874 -102v-66q-208 6 -385 109.5t-283 275.5l58 34q29 -49 73 -99l65 57q148 -168 368 -212l-17 -86q65 -12 121 -13zM276 428l-83 -28q22 -60 49 -112l-57 -33q-98 180 -98 385t98 385l57 -33q-30 -56 -49 -112l82 -28q-35 -100 -35 -212q0 -109 36 -212zM1528 251
|
1560 |
+
l58 -34q-106 -172 -283 -275.5t-385 -109.5v66q56 1 121 13l-17 86q220 44 368 212l65 -57q44 50 73 99zM1377 805l-233 -80q14 -42 14 -85t-14 -85l232 -80q-31 -92 -98 -169l-185 162q-57 -67 -147 -85l48 -241q-52 -10 -98 -10t-98 10l48 241q-90 18 -147 85l-185 -162
|
1561 |
+
q-67 77 -98 169l232 80q-14 42 -14 85t14 85l-233 80q33 93 99 169l185 -162q59 68 147 86l-48 240q44 10 98 10t98 -10l-48 -240q88 -18 147 -86l185 162q66 -76 99 -169zM874 1448v-66q-65 -2 -121 -13l17 -86q-220 -42 -368 -211l-65 56q-38 -42 -73 -98l-57 33
|
1562 |
+
q106 172 282 275.5t385 109.5zM1705 640q0 -205 -98 -385l-57 33q27 52 49 112l-83 28q36 103 36 212q0 112 -35 212l82 28q-19 56 -49 112l57 33q98 -180 98 -385zM1585 1063l-57 -33q-35 56 -73 98l-65 -56q-148 169 -368 211l17 86q-56 11 -121 13v66q209 -6 385 -109.5
|
1563 |
+
t282 -275.5zM1748 640q0 173 -67.5 331t-181.5 272t-272 181.5t-331 67.5t-331 -67.5t-272 -181.5t-181.5 -272t-67.5 -331t67.5 -331t181.5 -272t272 -181.5t331 -67.5t331 67.5t272 181.5t181.5 272t67.5 331zM1792 640q0 -182 -71 -348t-191 -286t-286 -191t-348 -71
|
1564 |
+
t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71t348 -71t286 -191t191 -286t71 -348z" />
|
1565 |
+
<glyph glyph-name="uniF1D2" unicode=""
|
1566 |
+
d="M582 228q0 -66 -93 -66q-107 0 -107 63q0 64 98 64q102 0 102 -61zM546 694q0 -85 -74 -85q-77 0 -77 84q0 90 77 90q36 0 55 -25.5t19 -63.5zM712 769v125q-78 -29 -135 -29q-50 29 -110 29q-86 0 -145 -57t-59 -143q0 -50 29.5 -102t73.5 -67v-3q-38 -17 -38 -85
|
1567 |
+
q0 -53 41 -77v-3q-113 -37 -113 -139q0 -45 20 -78.5t54 -51t72 -25.5t81 -8q224 0 224 188q0 67 -48 99t-126 46q-27 5 -51.5 20.5t-24.5 39.5q0 44 49 52q77 15 122 70t45 134q0 24 -10 52q37 9 49 13zM771 350h137q-2 27 -2 82v387q0 46 2 69h-137q3 -23 3 -71v-392
|
1568 |
+
q0 -50 -3 -75zM1280 366v121q-30 -21 -68 -21q-53 0 -53 82v225h52q9 0 26.5 -1t26.5 -1v117h-105q0 82 3 102h-140q4 -24 4 -55v-47h-60v-117q36 3 37 3q3 0 11 -0.5t12 -0.5v-2h-2v-217q0 -37 2.5 -64t11.5 -56.5t24.5 -48.5t43.5 -31t66 -12q64 0 108 24zM924 1072
|
1569 |
+
q0 36 -24 63.5t-60 27.5t-60.5 -27t-24.5 -64q0 -36 25 -62.5t60 -26.5t59.5 27t24.5 62zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1570 |
+
<glyph glyph-name="_438" unicode="" horiz-adv-x="1792"
|
1571 |
+
d="M595 22q0 100 -165 100q-158 0 -158 -104q0 -101 172 -101q151 0 151 105zM536 777q0 61 -30 102t-89 41q-124 0 -124 -145q0 -135 124 -135q119 0 119 137zM805 1101v-202q-36 -12 -79 -22q16 -43 16 -84q0 -127 -73 -216.5t-197 -112.5q-40 -8 -59.5 -27t-19.5 -58
|
1572 |
+
q0 -31 22.5 -51.5t58 -32t78.5 -22t86 -25.5t78.5 -37.5t58 -64t22.5 -98.5q0 -304 -363 -304q-69 0 -130 12.5t-116 41t-87.5 82t-32.5 127.5q0 165 182 225v4q-67 41 -67 126q0 109 63 137v4q-72 24 -119.5 108.5t-47.5 165.5q0 139 95 231.5t235 92.5q96 0 178 -47
|
1573 |
+
q98 0 218 47zM1123 220h-222q4 45 4 134v609q0 94 -4 128h222q-4 -33 -4 -124v-613q0 -89 4 -134zM1724 442v-196q-71 -39 -174 -39q-62 0 -107 20t-70 50t-39.5 78t-18.5 92t-4 103v351h2v4q-7 0 -19 1t-18 1q-21 0 -59 -6v190h96v76q0 54 -6 89h227q-6 -41 -6 -165h171
|
1574 |
+
v-190q-15 0 -43.5 2t-42.5 2h-85v-365q0 -131 87 -131q61 0 109 33zM1148 1389q0 -58 -39 -101.5t-96 -43.5q-58 0 -98 43.5t-40 101.5q0 59 39.5 103t98.5 44q58 0 96.5 -44.5t38.5 -102.5z" />
|
1575 |
+
<glyph glyph-name="_439" unicode=""
|
1576 |
+
d="M809 532l266 499h-112l-157 -312q-24 -48 -44 -92l-42 92l-155 312h-120l263 -493v-324h101v318zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1577 |
+
<glyph glyph-name="uniF1D5" unicode="" horiz-adv-x="1280"
|
1578 |
+
d="M842 964q0 -80 -57 -136.5t-136 -56.5q-60 0 -111 35q-62 -67 -115 -146q-247 -371 -202 -859q1 -22 -12.5 -38.5t-34.5 -18.5h-5q-20 0 -35 13.5t-17 33.5q-14 126 -3.5 247.5t29.5 217t54 186t69 155.5t74 125q61 90 132 165q-16 35 -16 77q0 80 56.5 136.5t136.5 56.5
|
1579 |
+
t136.5 -56.5t56.5 -136.5zM1223 953q0 -158 -78 -292t-212.5 -212t-292.5 -78q-64 0 -131 14q-21 5 -32.5 23.5t-6.5 39.5q5 20 23 31.5t39 7.5q51 -13 108 -13q97 0 186 38t153 102t102 153t38 186t-38 186t-102 153t-153 102t-186 38t-186 -38t-153 -102t-102 -153
|
1580 |
+
t-38 -186q0 -114 52 -218q10 -20 3.5 -40t-25.5 -30t-39.5 -3t-30.5 26q-64 123 -64 265q0 119 46.5 227t124.5 186t186 124t226 46q158 0 292.5 -78t212.5 -212.5t78 -292.5z" />
|
1581 |
+
<glyph glyph-name="uniF1D6" unicode="" horiz-adv-x="1792"
|
1582 |
+
d="M270 730q-8 19 -8 52q0 20 11 49t24 45q-1 22 7.5 53t22.5 43q0 139 92.5 288.5t217.5 209.5q139 66 324 66q133 0 266 -55q49 -21 90 -48t71 -56t55 -68t42 -74t32.5 -84.5t25.5 -89.5t22 -98l1 -5q55 -83 55 -150q0 -14 -9 -40t-9 -38q0 -1 1.5 -3.5t3.5 -5t2 -3.5
|
1583 |
+
q77 -114 120.5 -214.5t43.5 -208.5q0 -43 -19.5 -100t-55.5 -57q-9 0 -19.5 7.5t-19 17.5t-19 26t-16 26.5t-13.5 26t-9 17.5q-1 1 -3 1l-5 -4q-59 -154 -132 -223q20 -20 61.5 -38.5t69 -41.5t35.5 -65q-2 -4 -4 -16t-7 -18q-64 -97 -302 -97q-53 0 -110.5 9t-98 20
|
1584 |
+
t-104.5 30q-15 5 -23 7q-14 4 -46 4.5t-40 1.5q-41 -45 -127.5 -65t-168.5 -20q-35 0 -69 1.5t-93 9t-101 20.5t-74.5 40t-32.5 64q0 40 10 59.5t41 48.5q11 2 40.5 13t49.5 12q4 0 14 2q2 2 2 4l-2 3q-48 11 -108 105.5t-73 156.5l-5 3q-4 0 -12 -20q-18 -41 -54.5 -74.5
|
1585 |
+
t-77.5 -37.5h-1q-4 0 -6 4.5t-5 5.5q-23 54 -23 100q0 275 252 466z" />
|
1586 |
+
<glyph glyph-name="uniF1D7" unicode="" horiz-adv-x="2048"
|
1587 |
+
d="M580 1075q0 41 -25 66t-66 25q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 66 24.5t25 65.5zM1323 568q0 28 -25.5 50t-65.5 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q40 0 65.5 22t25.5 51zM1087 1075q0 41 -24.5 66t-65.5 25
|
1588 |
+
q-43 0 -76 -25.5t-33 -65.5q0 -39 33 -64.5t76 -25.5q41 0 65.5 24.5t24.5 65.5zM1722 568q0 28 -26 50t-65 22q-27 0 -49.5 -22.5t-22.5 -49.5q0 -28 22.5 -50.5t49.5 -22.5q39 0 65 22t26 51zM1456 965q-31 4 -70 4q-169 0 -311 -77t-223.5 -208.5t-81.5 -287.5
|
1589 |
+
q0 -78 23 -152q-35 -3 -68 -3q-26 0 -50 1.5t-55 6.5t-44.5 7t-54.5 10.5t-50 10.5l-253 -127l72 218q-290 203 -290 490q0 169 97.5 311t264 223.5t363.5 81.5q176 0 332.5 -66t262 -182.5t136.5 -260.5zM2048 404q0 -117 -68.5 -223.5t-185.5 -193.5l55 -181l-199 109
|
1590 |
+
q-150 -37 -218 -37q-169 0 -311 70.5t-223.5 191.5t-81.5 264t81.5 264t223.5 191.5t311 70.5q161 0 303 -70.5t227.5 -192t85.5 -263.5z" />
|
1591 |
+
<glyph glyph-name="_443" unicode="" horiz-adv-x="1792"
|
1592 |
+
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-453 185l-242 -295q-18 -23 -49 -23q-13 0 -22 4q-19 7 -30.5 23.5t-11.5 36.5v349l864 1059l-1069 -925l-395 162q-37 14 -40 55q-2 40 32 59l1664 960q15 9 32 9q20 0 36 -11z" />
|
1593 |
+
<glyph glyph-name="_444" unicode="" horiz-adv-x="1792"
|
1594 |
+
d="M1764 1525q33 -24 27 -64l-256 -1536q-5 -29 -32 -45q-14 -8 -31 -8q-11 0 -24 5l-527 215l-298 -327q-18 -21 -47 -21q-14 0 -23 4q-19 7 -30 23.5t-11 36.5v452l-472 193q-37 14 -40 55q-3 39 32 59l1664 960q35 21 68 -2zM1422 26l221 1323l-1434 -827l336 -137
|
1595 |
+
l863 639l-478 -797z" />
|
1596 |
+
<glyph glyph-name="_445" unicode=""
|
1597 |
+
d="M1536 640q0 -156 -61 -298t-164 -245t-245 -164t-298 -61q-172 0 -327 72.5t-264 204.5q-7 10 -6.5 22.5t8.5 20.5l137 138q10 9 25 9q16 -2 23 -12q73 -95 179 -147t225 -52q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5
|
1598 |
+
t-163.5 109.5t-198.5 40.5q-98 0 -188 -35.5t-160 -101.5l137 -138q31 -30 14 -69q-17 -40 -59 -40h-448q-26 0 -45 19t-19 45v448q0 42 40 59q39 17 69 -14l130 -129q107 101 244.5 156.5t284.5 55.5q156 0 298 -61t245 -164t164 -245t61 -298zM896 928v-448q0 -14 -9 -23
|
1599 |
+
t-23 -9h-320q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h224v352q0 14 9 23t23 9h64q14 0 23 -9t9 -23z" />
|
1600 |
+
<glyph glyph-name="_446" unicode=""
|
1601 |
+
d="M768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103
|
1602 |
+
t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1603 |
+
<glyph glyph-name="_447" unicode="" horiz-adv-x="1792"
|
1604 |
+
d="M1682 -128q-44 0 -132.5 3.5t-133.5 3.5q-44 0 -132 -3.5t-132 -3.5q-24 0 -37 20.5t-13 45.5q0 31 17 46t39 17t51 7t45 15q33 21 33 140l-1 391q0 21 -1 31q-13 4 -50 4h-675q-38 0 -51 -4q-1 -10 -1 -31l-1 -371q0 -142 37 -164q16 -10 48 -13t57 -3.5t45 -15
|
1605 |
+
t20 -45.5q0 -26 -12.5 -48t-36.5 -22q-47 0 -139.5 3.5t-138.5 3.5q-43 0 -128 -3.5t-127 -3.5q-23 0 -35.5 21t-12.5 45q0 30 15.5 45t36 17.5t47.5 7.5t42 15q33 23 33 143l-1 57v813q0 3 0.5 26t0 36.5t-1.5 38.5t-3.5 42t-6.5 36.5t-11 31.5t-16 18q-15 10 -45 12t-53 2
|
1606 |
+
t-41 14t-18 45q0 26 12 48t36 22q46 0 138.5 -3.5t138.5 -3.5q42 0 126.5 3.5t126.5 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17 -43.5t-38.5 -14.5t-49.5 -4t-43 -13q-35 -21 -35 -160l1 -320q0 -21 1 -32q13 -3 39 -3h699q25 0 38 3q1 11 1 32l1 320q0 139 -35 160
|
1607 |
+
q-18 11 -58.5 12.5t-66 13t-25.5 49.5q0 26 12.5 48t37.5 22q44 0 132 -3.5t132 -3.5q43 0 129 3.5t129 3.5q25 0 37.5 -22t12.5 -48q0 -30 -17.5 -44t-40 -14.5t-51.5 -3t-44 -12.5q-35 -23 -35 -161l1 -943q0 -119 34 -140q16 -10 46 -13.5t53.5 -4.5t41.5 -15.5t18 -44.5
|
1608 |
+
q0 -26 -12 -48t-36 -22z" />
|
1609 |
+
<glyph glyph-name="_448" unicode="" horiz-adv-x="1280"
|
1610 |
+
d="M1278 1347v-73q0 -29 -18.5 -61t-42.5 -32q-50 0 -54 -1q-26 -6 -32 -31q-3 -11 -3 -64v-1152q0 -25 -18 -43t-43 -18h-108q-25 0 -43 18t-18 43v1218h-143v-1218q0 -25 -17.5 -43t-43.5 -18h-108q-26 0 -43.5 18t-17.5 43v496q-147 12 -245 59q-126 58 -192 179
|
1611 |
+
q-64 117 -64 259q0 166 88 286q88 118 209 159q111 37 417 37h479q25 0 43 -18t18 -43z" />
|
1612 |
+
<glyph glyph-name="_449" unicode=""
|
1613 |
+
d="M352 128v-128h-352v128h352zM704 256q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM864 640v-128h-864v128h864zM224 1152v-128h-224v128h224zM1536 128v-128h-736v128h736zM576 1280q26 0 45 -19t19 -45v-256
|
1614 |
+
q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1216 768q26 0 45 -19t19 -45v-256q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v256q0 26 19 45t45 19h256zM1536 640v-128h-224v128h224zM1536 1152v-128h-864v128h864z" />
|
1615 |
+
<glyph glyph-name="uniF1E0" unicode=""
|
1616 |
+
d="M1216 512q133 0 226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5t-226.5 93.5t-93.5 226.5q0 12 2 34l-360 180q-92 -86 -218 -86q-133 0 -226.5 93.5t-93.5 226.5t93.5 226.5t226.5 93.5q126 0 218 -86l360 180q-2 22 -2 34q0 133 93.5 226.5t226.5 93.5
|
1617 |
+
t226.5 -93.5t93.5 -226.5t-93.5 -226.5t-226.5 -93.5q-126 0 -218 86l-360 -180q2 -22 2 -34t-2 -34l360 -180q92 86 218 86z" />
|
1618 |
+
<glyph glyph-name="_451" unicode=""
|
1619 |
+
d="M1280 341q0 88 -62.5 151t-150.5 63q-84 0 -145 -58l-241 120q2 16 2 23t-2 23l241 120q61 -58 145 -58q88 0 150.5 63t62.5 151t-62.5 150.5t-150.5 62.5t-151 -62.5t-63 -150.5q0 -7 2 -23l-241 -120q-62 57 -145 57q-88 0 -150.5 -62.5t-62.5 -150.5t62.5 -150.5
|
1620 |
+
t150.5 -62.5q83 0 145 57l241 -120q-2 -16 -2 -23q0 -88 63 -150.5t151 -62.5t150.5 62.5t62.5 150.5zM1536 1120v-960q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1621 |
+
<glyph glyph-name="_452" unicode="" horiz-adv-x="1792"
|
1622 |
+
d="M571 947q-10 25 -34 35t-49 0q-108 -44 -191 -127t-127 -191q-10 -25 0 -49t35 -34q13 -5 24 -5q42 0 60 40q34 84 98.5 148.5t148.5 98.5q25 11 35 35t0 49zM1513 1303l46 -46l-244 -243l68 -68q19 -19 19 -45.5t-19 -45.5l-64 -64q89 -161 89 -343q0 -143 -55.5 -273.5
|
1623 |
+
t-150 -225t-225 -150t-273.5 -55.5t-273.5 55.5t-225 150t-150 225t-55.5 273.5t55.5 273.5t150 225t225 150t273.5 55.5q182 0 343 -89l64 64q19 19 45.5 19t45.5 -19l68 -68zM1521 1359q-10 -10 -22 -10q-13 0 -23 10l-91 90q-9 10 -9 23t9 23q10 9 23 9t23 -9l90 -91
|
1624 |
+
q10 -9 10 -22.5t-10 -22.5zM1751 1129q-11 -9 -23 -9t-23 9l-90 91q-10 9 -10 22.5t10 22.5q9 10 22.5 10t22.5 -10l91 -90q9 -10 9 -23t-9 -23zM1792 1312q0 -14 -9 -23t-23 -9h-96q-14 0 -23 9t-9 23t9 23t23 9h96q14 0 23 -9t9 -23zM1600 1504v-96q0 -14 -9 -23t-23 -9
|
1625 |
+
t-23 9t-9 23v96q0 14 9 23t23 9t23 -9t9 -23zM1751 1449l-91 -90q-10 -10 -22 -10q-13 0 -23 10q-10 9 -10 22.5t10 22.5l90 91q10 9 23 9t23 -9q9 -10 9 -23t-9 -23z" />
|
1626 |
+
<glyph glyph-name="_453" unicode="" horiz-adv-x="1792"
|
1627 |
+
d="M609 720l287 208l287 -208l-109 -336h-355zM896 1536q182 0 348 -71t286 -191t191 -286t71 -348t-71 -348t-191 -286t-286 -191t-348 -71t-348 71t-286 191t-191 286t-71 348t71 348t191 286t286 191t348 71zM1515 186q149 203 149 454v3l-102 -89l-240 224l63 323
|
1628 |
+
l134 -12q-150 206 -389 282l53 -124l-287 -159l-287 159l53 124q-239 -76 -389 -282l135 12l62 -323l-240 -224l-102 89v-3q0 -251 149 -454l30 132l326 -40l139 -298l-116 -69q117 -39 240 -39t240 39l-116 69l139 298l326 40z" />
|
1629 |
+
<glyph glyph-name="_454" unicode="" horiz-adv-x="1792"
|
1630 |
+
d="M448 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM256 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM832 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23
|
1631 |
+
v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM640 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM66 768q-28 0 -47 19t-19 46v129h514v-129q0 -27 -19 -46t-46 -19h-383zM1216 224v-192q0 -14 -9 -23t-23 -9h-192
|
1632 |
+
q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1024 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1600 224v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23
|
1633 |
+
zM1408 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 1016v-13h-514v10q0 104 -382 102q-382 -1 -382 -102v-10h-514v13q0 17 8.5 43t34 64t65.5 75.5t110.5 76t160 67.5t224 47.5t293.5 18.5t293 -18.5t224 -47.5
|
1634 |
+
t160.5 -67.5t110.5 -76t65.5 -75.5t34 -64t8.5 -43zM1792 608v-192q0 -14 -9 -23t-23 -9h-192q-14 0 -23 9t-9 23v192q0 14 9 23t23 9h192q14 0 23 -9t9 -23zM1792 962v-129q0 -27 -19 -46t-46 -19h-384q-27 0 -46 19t-19 46v129h514z" />
|
1635 |
+
<glyph glyph-name="_455" unicode="" horiz-adv-x="1792"
|
1636 |
+
d="M704 1216v-768q0 -26 -19 -45t-45 -19v-576q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v512l249 873q7 23 31 23h424zM1024 1216v-704h-256v704h256zM1792 320v-512q0 -26 -19 -45t-45 -19h-512q-26 0 -45 19t-19 45v576q-26 0 -45 19t-19 45v768h424q24 0 31 -23z
|
1637 |
+
M736 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23zM1408 1504v-224h-352v224q0 14 9 23t23 9h288q14 0 23 -9t9 -23z" />
|
1638 |
+
<glyph glyph-name="_456" unicode="" horiz-adv-x="1792"
|
1639 |
+
d="M1755 1083q37 -38 37 -90.5t-37 -90.5l-401 -400l150 -150l-160 -160q-163 -163 -389.5 -186.5t-411.5 100.5l-362 -362h-181v181l362 362q-124 185 -100.5 411.5t186.5 389.5l160 160l150 -150l400 401q38 37 91 37t90 -37t37 -90.5t-37 -90.5l-400 -401l234 -234
|
1640 |
+
l401 400q38 37 91 37t90 -37z" />
|
1641 |
+
<glyph glyph-name="_457" unicode="" horiz-adv-x="1792"
|
1642 |
+
d="M873 796q0 -83 -63.5 -142.5t-152.5 -59.5t-152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59t152.5 -59t63.5 -143zM1375 796q0 -83 -63 -142.5t-153 -59.5q-89 0 -152.5 59.5t-63.5 142.5q0 84 63.5 143t152.5 59q90 0 153 -59t63 -143zM1600 616v667q0 87 -32 123.5
|
1643 |
+
t-111 36.5h-1112q-83 0 -112.5 -34t-29.5 -126v-673q43 -23 88.5 -40t81 -28t81 -18.5t71 -11t70 -4t58.5 -0.5t56.5 2t44.5 2q68 1 95 -27q6 -6 10 -9q26 -25 61 -51q7 91 118 87q5 0 36.5 -1.5t43 -2t45.5 -1t53 1t54.5 4.5t61 8.5t62 13.5t67 19.5t67.5 27t72 34.5z
|
1644 |
+
M1763 621q-121 -149 -372 -252q84 -285 -23 -465q-66 -113 -183 -148q-104 -32 -182 15q-86 51 -82 164l-1 326v1q-8 2 -24.5 6t-23.5 5l-1 -338q4 -114 -83 -164q-79 -47 -183 -15q-117 36 -182 150q-105 180 -22 463q-251 103 -372 252q-25 37 -4 63t60 -1q4 -2 11.5 -7
|
1645 |
+
t10.5 -8v694q0 72 47 123t114 51h1257q67 0 114 -51t47 -123v-694l21 15q39 27 60 1t-4 -63z" />
|
1646 |
+
<glyph glyph-name="_458" unicode="" horiz-adv-x="1792"
|
1647 |
+
d="M896 1102v-434h-145v434h145zM1294 1102v-434h-145v434h145zM1294 342l253 254v795h-1194v-1049h326v-217l217 217h398zM1692 1536v-1013l-434 -434h-326l-217 -217h-217v217h-398v1158l109 289h1483z" />
|
1648 |
+
<glyph glyph-name="_459" unicode=""
|
1649 |
+
d="M773 217v-127q-1 -292 -6 -305q-12 -32 -51 -40q-54 -9 -181.5 38t-162.5 89q-13 15 -17 36q-1 12 4 26q4 10 34 47t181 216q1 0 60 70q15 19 39.5 24.5t49.5 -3.5q24 -10 37.5 -29t12.5 -42zM624 468q-3 -55 -52 -70l-120 -39q-275 -88 -292 -88q-35 2 -54 36
|
1650 |
+
q-12 25 -17 75q-8 76 1 166.5t30 124.5t56 32q13 0 202 -77q71 -29 115 -47l84 -34q23 -9 35.5 -30.5t11.5 -48.5zM1450 171q-7 -54 -91.5 -161t-135.5 -127q-37 -14 -63 7q-14 10 -184 287l-47 77q-14 21 -11.5 46t19.5 46q35 43 83 26q1 -1 119 -40q203 -66 242 -79.5
|
1651 |
+
t47 -20.5q28 -22 22 -61zM778 803q5 -102 -54 -122q-58 -17 -114 71l-378 598q-8 35 19 62q41 43 207.5 89.5t224.5 31.5q40 -10 49 -45q3 -18 22 -305.5t24 -379.5zM1440 695q3 -39 -26 -59q-15 -10 -329 -86q-67 -15 -91 -23l1 2q-23 -6 -46 4t-37 32q-30 47 0 87
|
1652 |
+
q1 1 75 102q125 171 150 204t34 39q28 19 65 2q48 -23 123 -133.5t81 -167.5v-3z" />
|
1653 |
+
<glyph glyph-name="_460" unicode="" horiz-adv-x="2048"
|
1654 |
+
d="M1024 1024h-384v-384h384v384zM1152 384v-128h-640v128h640zM1152 1152v-640h-640v640h640zM1792 384v-128h-512v128h512zM1792 640v-128h-512v128h512zM1792 896v-128h-512v128h512zM1792 1152v-128h-512v128h512zM256 192v960h-128v-960q0 -26 19 -45t45 -19t45 19
|
1655 |
+
t19 45zM1920 192v1088h-1536v-1088q0 -33 -11 -64h1483q26 0 45 19t19 45zM2048 1408v-1216q0 -80 -56 -136t-136 -56h-1664q-80 0 -136 56t-56 136v1088h256v128h1792z" />
|
1656 |
+
<glyph glyph-name="_461" unicode="" horiz-adv-x="2048"
|
1657 |
+
d="M1024 13q-20 0 -93 73.5t-73 93.5q0 32 62.5 54t103.5 22t103.5 -22t62.5 -54q0 -20 -73 -93.5t-93 -73.5zM1294 284q-2 0 -40 25t-101.5 50t-128.5 25t-128.5 -25t-101 -50t-40.5 -25q-18 0 -93.5 75t-75.5 93q0 13 10 23q78 77 196 121t233 44t233 -44t196 -121
|
1658 |
+
q10 -10 10 -23q0 -18 -75.5 -93t-93.5 -75zM1567 556q-11 0 -23 8q-136 105 -252 154.5t-268 49.5q-85 0 -170.5 -22t-149 -53t-113.5 -62t-79 -53t-31 -22q-17 0 -92 75t-75 93q0 12 10 22q132 132 320 205t380 73t380 -73t320 -205q10 -10 10 -22q0 -18 -75 -93t-92 -75z
|
1659 |
+
M1838 827q-11 0 -22 9q-179 157 -371.5 236.5t-420.5 79.5t-420.5 -79.5t-371.5 -236.5q-11 -9 -22 -9q-17 0 -92.5 75t-75.5 93q0 13 10 23q187 186 445 288t527 102t527 -102t445 -288q10 -10 10 -23q0 -18 -75.5 -93t-92.5 -75z" />
|
1660 |
+
<glyph glyph-name="_462" unicode="" horiz-adv-x="1792"
|
1661 |
+
d="M384 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM384 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5
|
1662 |
+
t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 0q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5
|
1663 |
+
t37.5 90.5zM384 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1152 384q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM768 768q0 53 -37.5 90.5t-90.5 37.5
|
1664 |
+
t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1536 0v384q0 52 -38 90t-90 38t-90 -38t-38 -90v-384q0 -52 38 -90t90 -38t90 38t38 90zM1152 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5z
|
1665 |
+
M1536 1088v256q0 26 -19 45t-45 19h-1280q-26 0 -45 -19t-19 -45v-256q0 -26 19 -45t45 -19h1280q26 0 45 19t19 45zM1536 768q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1664 1408v-1536q0 -52 -38 -90t-90 -38
|
1666 |
+
h-1408q-52 0 -90 38t-38 90v1536q0 52 38 90t90 38h1408q52 0 90 -38t38 -90z" />
|
1667 |
+
<glyph glyph-name="_463" unicode=""
|
1668 |
+
d="M1519 890q18 -84 -4 -204q-87 -444 -565 -444h-44q-25 0 -44 -16.5t-24 -42.5l-4 -19l-55 -346l-2 -15q-5 -26 -24.5 -42.5t-44.5 -16.5h-251q-21 0 -33 15t-9 36q9 56 26.5 168t26.5 168t27 167.5t27 167.5q5 37 43 37h131q133 -2 236 21q175 39 287 144q102 95 155 246
|
1669 |
+
q24 70 35 133q1 6 2.5 7.5t3.5 1t6 -3.5q79 -59 98 -162zM1347 1172q0 -107 -46 -236q-80 -233 -302 -315q-113 -40 -252 -42q0 -1 -90 -1l-90 1q-100 0 -118 -96q-2 -8 -85 -530q-1 -10 -12 -10h-295q-22 0 -36.5 16.5t-11.5 38.5l232 1471q5 29 27.5 48t51.5 19h598
|
1670 |
+
q34 0 97.5 -13t111.5 -32q107 -41 163.5 -123t56.5 -196z" />
|
1671 |
+
<glyph glyph-name="_464" unicode="" horiz-adv-x="1792"
|
1672 |
+
d="M441 864q33 0 52 -26q266 -364 362 -774h-446q-127 441 -367 749q-12 16 -3 33.5t29 17.5h373zM1000 507q-49 -199 -125 -393q-79 310 -256 594q40 221 44 449q211 -340 337 -650zM1099 1216q235 -324 384.5 -698.5t184.5 -773.5h-451q-41 665 -553 1472h435zM1792 640
|
1673 |
+
q0 -424 -101 -812q-67 560 -359 1083q-25 301 -106 584q-4 16 5.5 28.5t25.5 12.5h359q21 0 38.5 -13t22.5 -33q115 -409 115 -850z" />
|
1674 |
+
<glyph glyph-name="uniF1F0" unicode="" horiz-adv-x="2304"
|
1675 |
+
d="M1975 546h-138q14 37 66 179l3 9q4 10 10 26t9 26l12 -55zM531 611l-58 295q-11 54 -75 54h-268l-2 -13q311 -79 403 -336zM710 960l-162 -438l-17 89q-26 70 -85 129.5t-131 88.5l135 -510h175l261 641h-176zM849 318h166l104 642h-166zM1617 944q-69 27 -149 27
|
1676 |
+
q-123 0 -201 -59t-79 -153q-1 -102 145 -174q48 -23 67 -41t19 -39q0 -30 -30 -46t-69 -16q-86 0 -156 33l-22 11l-23 -144q74 -34 185 -34q130 -1 208.5 59t80.5 160q0 106 -140 174q-49 25 -71 42t-22 38q0 22 24.5 38.5t70.5 16.5q70 1 124 -24l15 -8zM2042 960h-128
|
1677 |
+
q-65 0 -87 -54l-246 -588h174l35 96h212q5 -22 20 -96h154zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1678 |
+
<glyph glyph-name="_466" unicode="" horiz-adv-x="2304"
|
1679 |
+
d="M1119 1195q-128 85 -281 85q-103 0 -197.5 -40.5t-162.5 -108.5t-108.5 -162t-40.5 -197q0 -104 40.5 -198t108.5 -162t162 -108.5t198 -40.5q153 0 281 85q-131 107 -178 265.5t0.5 316.5t177.5 265zM1152 1171q-126 -99 -172 -249.5t-0.5 -300.5t172.5 -249
|
1680 |
+
q127 99 172.5 249t-0.5 300.5t-172 249.5zM1185 1195q130 -107 177.5 -265.5t0.5 -317t-178 -264.5q128 -85 281 -85q104 0 198 40.5t162 108.5t108.5 162t40.5 198q0 103 -40.5 197t-108.5 162t-162.5 108.5t-197.5 40.5q-153 0 -281 -85zM1926 473h7v3h-17v-3h7v-17h3v17z
|
1681 |
+
M1955 456h4v20h-5l-6 -13l-6 13h-5v-20h3v15l6 -13h4l5 13v-15zM1947 16v-2h-2h-3v3h3h2v-1zM1947 7h3l-4 5h2l1 1q1 1 1 3t-1 3l-1 1h-3h-6v-13h3v5h1zM685 75q0 19 11 31t30 12q18 0 29 -12.5t11 -30.5q0 -19 -11 -31t-29 -12q-19 0 -30 12t-11 31zM1158 119q30 0 35 -32
|
1682 |
+
h-70q5 32 35 32zM1514 75q0 19 11 31t29 12t29.5 -12.5t11.5 -30.5q0 -19 -11 -31t-30 -12q-18 0 -29 12t-11 31zM1786 75q0 18 11.5 30.5t29.5 12.5t29.5 -12.5t11.5 -30.5q0 -19 -11.5 -31t-29.5 -12t-29.5 12.5t-11.5 30.5zM1944 3q-2 0 -4 1q-1 0 -3 2t-2 3q-1 2 -1 4
|
1683 |
+
q0 3 1 4q0 2 2 4l1 1q2 0 2 1q2 1 4 1q3 0 4 -1l4 -2l2 -4v-1q1 -2 1 -3l-1 -1v-3t-1 -1l-1 -2q-2 -2 -4 -2q-1 -1 -4 -1zM599 7h30v85q0 24 -14.5 38.5t-39.5 15.5q-32 0 -47 -24q-14 24 -45 24q-24 0 -39 -20v16h-30v-135h30v75q0 36 33 36q30 0 30 -36v-75h29v75
|
1684 |
+
q0 36 33 36q30 0 30 -36v-75zM765 7h29v68v67h-29v-16q-17 20 -43 20q-29 0 -48 -20t-19 -51t19 -51t48 -20q28 0 43 20v-17zM943 48q0 34 -47 40l-14 2q-23 4 -23 14q0 15 25 15q23 0 43 -11l12 24q-22 14 -55 14q-26 0 -41 -12t-15 -32q0 -33 47 -39l13 -2q24 -4 24 -14
|
1685 |
+
q0 -17 -31 -17q-25 0 -45 14l-13 -23q25 -17 58 -17q29 0 45.5 12t16.5 32zM1073 14l-8 25q-13 -7 -26 -7q-19 0 -19 22v61h48v27h-48v41h-30v-41h-28v-27h28v-61q0 -50 47 -50q21 0 36 10zM1159 146q-29 0 -48 -20t-19 -51q0 -32 19.5 -51.5t49.5 -19.5q33 0 55 19l-14 22
|
1686 |
+
q-18 -15 -39 -15q-34 0 -41 33h101v12q0 32 -18 51.5t-46 19.5zM1318 146q-23 0 -35 -20v16h-30v-135h30v76q0 35 29 35q10 0 18 -4l9 28q-9 4 -21 4zM1348 75q0 -31 19.5 -51t52.5 -20q29 0 48 16l-14 24q-18 -13 -35 -12q-18 0 -29.5 12t-11.5 31t11.5 31t29.5 12
|
1687 |
+
q19 0 35 -12l14 24q-20 16 -48 16q-33 0 -52.5 -20t-19.5 -51zM1593 7h30v68v67h-30v-16q-15 20 -42 20q-29 0 -48.5 -20t-19.5 -51t19.5 -51t48.5 -20q28 0 42 20v-17zM1726 146q-23 0 -35 -20v16h-29v-135h29v76q0 35 29 35q10 0 18 -4l9 28q-8 4 -21 4zM1866 7h29v68v122
|
1688 |
+
h-29v-71q-15 20 -43 20t-47.5 -20.5t-19.5 -50.5t19.5 -50.5t47.5 -20.5q29 0 43 20v-17zM1944 27l-2 -1h-3q-2 -1 -4 -3q-3 -1 -3 -4q-1 -2 -1 -6q0 -3 1 -5q0 -2 3 -4q2 -2 4 -3t5 -1q4 0 6 1q0 1 2 2l2 1q1 1 3 4q1 2 1 5q0 4 -1 6q-1 1 -3 4q0 1 -2 2l-2 1q-1 0 -3 0.5
|
1689 |
+
t-3 0.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1690 |
+
<glyph glyph-name="_467" unicode="" horiz-adv-x="2304"
|
1691 |
+
d="M313 759q0 -51 -36 -84q-29 -26 -89 -26h-17v220h17q61 0 89 -27q36 -31 36 -83zM2089 824q0 -52 -64 -52h-19v101h20q63 0 63 -49zM380 759q0 74 -50 120.5t-129 46.5h-95v-333h95q74 0 119 38q60 51 60 128zM410 593h65v333h-65v-333zM730 694q0 40 -20.5 62t-75.5 42
|
1692 |
+
q-29 10 -39.5 19t-10.5 23q0 16 13.5 26.5t34.5 10.5q29 0 53 -27l34 44q-41 37 -98 37q-44 0 -74 -27.5t-30 -67.5q0 -35 18 -55.5t64 -36.5q37 -13 45 -19q19 -12 19 -34q0 -20 -14 -33.5t-36 -13.5q-48 0 -71 44l-42 -40q44 -64 115 -64q51 0 83 30.5t32 79.5zM1008 604
|
1693 |
+
v77q-37 -37 -78 -37q-49 0 -80.5 32.5t-31.5 82.5q0 48 31.5 81.5t77.5 33.5q43 0 81 -38v77q-40 20 -80 20q-74 0 -125.5 -50.5t-51.5 -123.5t51 -123.5t125 -50.5q42 0 81 19zM2240 0v527q-65 -40 -144.5 -84t-237.5 -117t-329.5 -137.5t-417.5 -134.5t-504 -118h1569
|
1694 |
+
q26 0 45 19t19 45zM1389 757q0 75 -53 128t-128 53t-128 -53t-53 -128t53 -128t128 -53t128 53t53 128zM1541 584l144 342h-71l-90 -224l-89 224h-71l142 -342h35zM1714 593h184v56h-119v90h115v56h-115v74h119v57h-184v-333zM2105 593h80l-105 140q76 16 76 94q0 47 -31 73
|
1695 |
+
t-87 26h-97v-333h65v133h9zM2304 1274v-1268q0 -56 -38.5 -95t-93.5 -39h-2040q-55 0 -93.5 39t-38.5 95v1268q0 56 38.5 95t93.5 39h2040q55 0 93.5 -39t38.5 -95z" />
|
1696 |
+
<glyph glyph-name="f1f3" unicode="" horiz-adv-x="2304"
|
1697 |
+
d="M119 854h89l-45 108zM740 328l74 79l-70 79h-163v-49h142v-55h-142v-54h159zM898 406l99 -110v217zM1186 453q0 33 -40 33h-84v-69h83q41 0 41 36zM1475 457q0 29 -42 29h-82v-61h81q43 0 43 32zM1197 923q0 29 -42 29h-82v-60h81q43 0 43 31zM1656 854h89l-44 108z
|
1698 |
+
M699 1009v-271h-66v212l-94 -212h-57l-94 212v-212h-132l-25 60h-135l-25 -60h-70l116 271h96l110 -257v257h106l85 -184l77 184h108zM1255 453q0 -20 -5.5 -35t-14 -25t-22.5 -16.5t-26 -10t-31.5 -4.5t-31.5 -1t-32.5 0.5t-29.5 0.5v-91h-126l-80 90l-83 -90h-256v271h260
|
1699 |
+
l80 -89l82 89h207q109 0 109 -89zM964 794v-56h-217v271h217v-57h-152v-49h148v-55h-148v-54h152zM2304 235v-229q0 -55 -38.5 -94.5t-93.5 -39.5h-2040q-55 0 -93.5 39.5t-38.5 94.5v678h111l25 61h55l25 -61h218v46l19 -46h113l20 47v-47h541v99l10 1q10 0 10 -14v-86h279
|
1700 |
+
v23q23 -12 55 -18t52.5 -6.5t63 0.5t51.5 1l25 61h56l25 -61h227v58l34 -58h182v378h-180v-44l-25 44h-185v-44l-23 44h-249q-69 0 -109 -22v22h-172v-22q-24 22 -73 22h-628l-43 -97l-43 97h-198v-44l-22 44h-169l-78 -179v391q0 55 38.5 94.5t93.5 39.5h2040
|
1701 |
+
q55 0 93.5 -39.5t38.5 -94.5v-678h-120q-51 0 -81 -22v22h-177q-55 0 -78 -22v22h-316v-22q-31 22 -87 22h-209v-22q-23 22 -91 22h-234l-54 -58l-50 58h-349v-378h343l55 59l52 -59h211v89h21q59 0 90 13v-102h174v99h8q8 0 10 -2t2 -10v-87h529q57 0 88 24v-24h168
|
1702 |
+
q60 0 95 17zM1546 469q0 -23 -12 -43t-34 -29q25 -9 34 -26t9 -46v-54h-65v45q0 33 -12 43.5t-46 10.5h-69v-99h-65v271h154q48 0 77 -15t29 -58zM1269 936q0 -24 -12.5 -44t-33.5 -29q26 -9 34.5 -25.5t8.5 -46.5v-53h-65q0 9 0.5 26.5t0 25t-3 18.5t-8.5 16t-17.5 8.5
|
1703 |
+
t-29.5 3.5h-70v-98h-64v271l153 -1q49 0 78 -14.5t29 -57.5zM1798 327v-56h-216v271h216v-56h-151v-49h148v-55h-148v-54zM1372 1009v-271h-66v271h66zM2065 357q0 -86 -102 -86h-126v58h126q34 0 34 25q0 16 -17 21t-41.5 5t-49.5 3.5t-42 22.5t-17 55q0 39 26 60t66 21
|
1704 |
+
h130v-57h-119q-36 0 -36 -25q0 -16 17.5 -20.5t42 -4t49 -2.5t42 -21.5t17.5 -54.5zM2304 407v-101q-24 -35 -88 -35h-125v58h125q33 0 33 25q0 13 -12.5 19t-31 5.5t-40 2t-40 8t-31 24t-12.5 48.5q0 39 26.5 60t66.5 21h129v-57h-118q-36 0 -36 -25q0 -20 29 -22t68.5 -5
|
1705 |
+
t56.5 -26zM2139 1008v-270h-92l-122 203v-203h-132l-26 60h-134l-25 -60h-75q-129 0 -129 133q0 138 133 138h63v-59q-7 0 -28 1t-28.5 0.5t-23 -2t-21.5 -6.5t-14.5 -13.5t-11.5 -23t-3 -33.5q0 -38 13.5 -58t49.5 -20h29l92 213h97l109 -256v256h99l114 -188v188h66z" />
|
1706 |
+
<glyph glyph-name="_469" unicode="" horiz-adv-x="2304"
|
1707 |
+
d="M745 630q0 -37 -25.5 -61.5t-62.5 -24.5q-29 0 -46.5 16t-17.5 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM1530 779q0 -42 -22 -57t-66 -15l-32 -1l17 107q2 11 13 11h18q22 0 35 -2t25 -12.5t12 -30.5zM1881 630q0 -36 -25.5 -61t-61.5 -25q-29 0 -47 16
|
1708 |
+
t-18 44q0 37 25 62.5t62 25.5q28 0 46.5 -16.5t18.5 -45.5zM513 801q0 59 -38.5 85.5t-100.5 26.5h-160q-19 0 -21 -19l-65 -408q-1 -6 3 -11t10 -5h76q20 0 22 19l18 110q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM822 489l41 261q1 6 -3 11t-10 5h-76
|
1709 |
+
q-14 0 -17 -33q-27 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q28 0 58 12t48 32q-4 -12 -4 -21q0 -16 13 -16h69q19 0 22 19zM1269 752q0 5 -4 9.5t-9 4.5h-77q-11 0 -18 -10l-106 -156l-44 150q-5 16 -22 16h-75q-5 0 -9 -4.5t-4 -9.5q0 -2 19.5 -59
|
1710 |
+
t42 -123t23.5 -70q-82 -112 -82 -120q0 -13 13 -13h77q11 0 18 10l255 368q2 2 2 7zM1649 801q0 59 -38.5 85.5t-100.5 26.5h-159q-20 0 -22 -19l-65 -408q-1 -6 3 -11t10 -5h82q12 0 16 13l18 116q1 8 7 13t15 6.5t17 1.5t19 -1t14 -1q86 0 135 48.5t49 134.5zM1958 489
|
1711 |
+
l41 261q1 6 -3 11t-10 5h-76q-14 0 -17 -33q-26 40 -95 40q-72 0 -122.5 -54t-50.5 -127q0 -59 34.5 -94t92.5 -35q29 0 59 12t47 32q0 -1 -2 -9t-2 -12q0 -16 13 -16h69q19 0 22 19zM2176 898v1q0 14 -13 14h-74q-11 0 -13 -11l-65 -416l-1 -2q0 -5 4 -9.5t10 -4.5h66
|
1712 |
+
q19 0 21 19zM392 764q-5 -35 -26 -46t-60 -11l-33 -1l17 107q2 11 13 11h19q40 0 58 -11.5t12 -48.5zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1713 |
+
<glyph glyph-name="_470" unicode="" horiz-adv-x="2304"
|
1714 |
+
d="M1597 633q0 -69 -21 -106q-19 -35 -52 -35q-23 0 -41 9v224q29 30 57 30q57 0 57 -122zM2035 669h-110q6 98 56 98q51 0 54 -98zM476 534q0 59 -33 91.5t-101 57.5q-36 13 -52 24t-16 25q0 26 38 26q58 0 124 -33l18 112q-67 32 -149 32q-77 0 -123 -38q-48 -39 -48 -109
|
1715 |
+
q0 -58 32.5 -90.5t99.5 -56.5q39 -14 54.5 -25.5t15.5 -27.5q0 -31 -48 -31q-29 0 -70 12.5t-72 30.5l-18 -113q72 -41 168 -41q81 0 129 37q51 41 51 117zM771 749l19 111h-96v135l-129 -21l-18 -114l-46 -8l-17 -103h62v-219q0 -84 44 -120q38 -30 111 -30q32 0 79 11v118
|
1716 |
+
q-32 -7 -44 -7q-42 0 -42 50v197h77zM1087 724v139q-15 3 -28 3q-32 0 -55.5 -16t-33.5 -46l-10 56h-131v-471h150v306q26 31 82 31q16 0 26 -2zM1124 389h150v471h-150v-471zM1746 638q0 122 -45 179q-40 52 -111 52q-64 0 -117 -56l-8 47h-132v-645l150 25v151
|
1717 |
+
q36 -11 68 -11q83 0 134 56q61 65 61 202zM1278 986q0 33 -23 56t-56 23t-56 -23t-23 -56t23 -56.5t56 -23.5t56 23.5t23 56.5zM2176 629q0 113 -48 176q-50 64 -144 64q-96 0 -151.5 -66t-55.5 -180q0 -128 63 -188q55 -55 161 -55q101 0 160 40l-16 103q-57 -31 -128 -31
|
1718 |
+
q-43 0 -63 19q-23 19 -28 66h248q2 14 2 52zM2304 1280v-1280q0 -52 -38 -90t-90 -38h-2048q-52 0 -90 38t-38 90v1280q0 52 38 90t90 38h2048q52 0 90 -38t38 -90z" />
|
1719 |
+
<glyph glyph-name="_471" unicode="" horiz-adv-x="2048"
|
1720 |
+
d="M1558 684q61 -356 298 -556q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5zM1024 -176q16 0 16 16t-16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5zM2026 1424q8 -10 7.5 -23.5t-10.5 -22.5
|
1721 |
+
l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5
|
1722 |
+
l418 363q10 8 23.5 7t21.5 -11z" />
|
1723 |
+
<glyph glyph-name="_472" unicode="" horiz-adv-x="2048"
|
1724 |
+
d="M1040 -160q0 16 -16 16q-59 0 -101.5 42.5t-42.5 101.5q0 16 -16 16t-16 -16q0 -73 51.5 -124.5t124.5 -51.5q16 0 16 16zM503 315l877 760q-42 88 -132.5 146.5t-223.5 58.5q-93 0 -169.5 -31.5t-121.5 -80.5t-69 -103t-24 -105q0 -384 -137 -645zM1856 128
|
1725 |
+
q0 -52 -38 -90t-90 -38h-448q0 -106 -75 -181t-181 -75t-180.5 74.5t-75.5 180.5l149 129h757q-166 187 -227 459l111 97q61 -356 298 -556zM1942 1520l84 -96q8 -10 7.5 -23.5t-10.5 -22.5l-1872 -1622q-10 -8 -23.5 -7t-21.5 11l-84 96q-8 10 -7.5 23.5t10.5 21.5l186 161
|
1726 |
+
q-19 32 -19 66q50 42 91 88t85 119.5t74.5 158.5t50 206t19.5 260q0 152 117 282.5t307 158.5q-8 19 -8 39q0 40 28 68t68 28t68 -28t28 -68q0 -20 -8 -39q124 -18 219 -82.5t148 -157.5l418 363q10 8 23.5 7t21.5 -11z" />
|
1727 |
+
<glyph glyph-name="_473" unicode="" horiz-adv-x="1408"
|
1728 |
+
d="M512 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM768 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM1024 160v704q0 14 -9 23t-23 9h-64q-14 0 -23 -9t-9 -23v-704
|
1729 |
+
q0 -14 9 -23t23 -9h64q14 0 23 9t9 23zM480 1152h448l-48 117q-7 9 -17 11h-317q-10 -2 -17 -11zM1408 1120v-64q0 -14 -9 -23t-23 -9h-96v-948q0 -83 -47 -143.5t-113 -60.5h-832q-66 0 -113 58.5t-47 141.5v952h-96q-14 0 -23 9t-9 23v64q0 14 9 23t23 9h309l70 167
|
1730 |
+
q15 37 54 63t79 26h320q40 0 79 -26t54 -63l70 -167h309q14 0 23 -9t9 -23z" />
|
1731 |
+
<glyph glyph-name="_474" unicode=""
|
1732 |
+
d="M1150 462v-109q0 -50 -36.5 -89t-94 -60.5t-118 -32.5t-117.5 -11q-205 0 -342.5 139t-137.5 346q0 203 136 339t339 136q34 0 75.5 -4.5t93 -18t92.5 -34t69 -56.5t28 -81v-109q0 -16 -16 -16h-118q-16 0 -16 16v70q0 43 -65.5 67.5t-137.5 24.5q-140 0 -228.5 -91.5
|
1733 |
+
t-88.5 -237.5q0 -151 91.5 -249.5t233.5 -98.5q68 0 138 24t70 66v70q0 7 4.5 11.5t10.5 4.5h119q6 0 11 -4.5t5 -11.5zM768 1280q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51t248.5 51t204 136.5t136.5 204t51 248.5
|
1734 |
+
t-51 248.5t-136.5 204t-204 136.5t-248.5 51zM1536 640q0 -209 -103 -385.5t-279.5 -279.5t-385.5 -103t-385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103t385.5 -103t279.5 -279.5t103 -385.5z" />
|
1735 |
+
<glyph glyph-name="_475" unicode=""
|
1736 |
+
d="M972 761q0 108 -53.5 169t-147.5 61q-63 0 -124 -30.5t-110 -84.5t-79.5 -137t-30.5 -180q0 -112 53.5 -173t150.5 -61q96 0 176 66.5t122.5 166t42.5 203.5zM1536 640q0 -111 -37 -197t-98.5 -135t-131.5 -74.5t-145 -27.5q-6 0 -15.5 -0.5t-16.5 -0.5q-95 0 -142 53
|
1737 |
+
q-28 33 -33 83q-52 -66 -131.5 -110t-173.5 -44q-161 0 -249.5 95.5t-88.5 269.5q0 157 66 290t179 210.5t246 77.5q87 0 155 -35.5t106 -99.5l2 19l11 56q1 6 5.5 12t9.5 6h118q5 0 13 -11q5 -5 3 -16l-120 -614q-5 -24 -5 -48q0 -39 12.5 -52t44.5 -13q28 1 57 5.5t73 24
|
1738 |
+
t77 50t57 89.5t24 137q0 292 -174 466t-466 174q-130 0 -248.5 -51t-204 -136.5t-136.5 -204t-51 -248.5t51 -248.5t136.5 -204t204 -136.5t248.5 -51q228 0 405 144q11 9 24 8t21 -12l41 -49q8 -12 7 -24q-2 -13 -12 -22q-102 -83 -227.5 -128t-258.5 -45q-156 0 -298 61
|
1739 |
+
t-245 164t-164 245t-61 298t61 298t164 245t245 164t298 61q344 0 556 -212t212 -556z" />
|
1740 |
+
<glyph glyph-name="_476" unicode="" horiz-adv-x="1792"
|
1741 |
+
d="M1698 1442q94 -94 94 -226.5t-94 -225.5l-225 -223l104 -104q10 -10 10 -23t-10 -23l-210 -210q-10 -10 -23 -10t-23 10l-105 105l-603 -603q-37 -37 -90 -37h-203l-256 -128l-64 64l128 256v203q0 53 37 90l603 603l-105 105q-10 10 -10 23t10 23l210 210q10 10 23 10
|
1742 |
+
t23 -10l104 -104l223 225q93 94 225.5 94t226.5 -94zM512 64l576 576l-192 192l-576 -576v-192h192z" />
|
1743 |
+
<glyph glyph-name="f1fc" unicode="" horiz-adv-x="1792"
|
1744 |
+
d="M1615 1536q70 0 122.5 -46.5t52.5 -116.5q0 -63 -45 -151q-332 -629 -465 -752q-97 -91 -218 -91q-126 0 -216.5 92.5t-90.5 219.5q0 128 92 212l638 579q59 54 130 54zM706 502q39 -76 106.5 -130t150.5 -76l1 -71q4 -213 -129.5 -347t-348.5 -134q-123 0 -218 46.5
|
1745 |
+
t-152.5 127.5t-86.5 183t-29 220q7 -5 41 -30t62 -44.5t59 -36.5t46 -17q41 0 55 37q25 66 57.5 112.5t69.5 76t88 47.5t103 25.5t125 10.5z" />
|
1746 |
+
<glyph glyph-name="_478" unicode="" horiz-adv-x="1792"
|
1747 |
+
d="M1792 128v-384h-1792v384q45 0 85 14t59 27.5t47 37.5q30 27 51.5 38t56.5 11q24 0 44 -7t31 -15t33 -27q29 -25 47 -38t58 -27t86 -14q45 0 85 14.5t58 27t48 37.5q21 19 32.5 27t31 15t43.5 7q35 0 56.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14t85 14t59 27.5
|
1748 |
+
t47 37.5q30 27 51.5 38t56.5 11q34 0 55.5 -11t51.5 -38q28 -24 47 -37.5t59 -27.5t85 -14zM1792 448v-192q-24 0 -44 7t-31 15t-33 27q-29 25 -47 38t-58 27t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-22 -19 -33 -27t-31 -15t-44 -7q-35 0 -56.5 11t-51.5 38q-29 25 -47 38
|
1749 |
+
t-58 27t-86 14q-45 0 -85 -14.5t-58 -27t-48 -37.5q-21 -19 -32.5 -27t-31 -15t-43.5 -7q-35 0 -56.5 11t-51.5 38q-28 24 -47 37.5t-59 27.5t-85 14q-46 0 -86 -14t-58 -27t-47 -38q-30 -27 -51.5 -38t-56.5 -11v192q0 80 56 136t136 56h64v448h256v-448h256v448h256v-448
|
1750 |
+
h256v448h256v-448h64q80 0 136 -56t56 -136zM512 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1024 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5
|
1751 |
+
q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150zM1536 1312q0 -77 -36 -118.5t-92 -41.5q-53 0 -90.5 37.5t-37.5 90.5q0 29 9.5 51t23.5 34t31 28t31 31.5t23.5 44.5t9.5 67q38 0 83 -74t45 -150z" />
|
1752 |
+
<glyph glyph-name="_479" unicode="" horiz-adv-x="2048"
|
1753 |
+
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1664 1024l256 -896h-1664v576l448 576l576 -576z" />
|
1754 |
+
<glyph glyph-name="_480" unicode="" horiz-adv-x="1792"
|
1755 |
+
d="M768 646l546 -546q-106 -108 -247.5 -168t-298.5 -60q-209 0 -385.5 103t-279.5 279.5t-103 385.5t103 385.5t279.5 279.5t385.5 103v-762zM955 640h773q0 -157 -60 -298.5t-168 -247.5zM1664 768h-768v768q209 0 385.5 -103t279.5 -279.5t103 -385.5z" />
|
1756 |
+
<glyph glyph-name="_481" unicode="" horiz-adv-x="2048"
|
1757 |
+
d="M2048 0v-128h-2048v1536h128v-1408h1920zM1920 1248v-435q0 -21 -19.5 -29.5t-35.5 7.5l-121 121l-633 -633q-10 -10 -23 -10t-23 10l-233 233l-416 -416l-192 192l585 585q10 10 23 10t23 -10l233 -233l464 464l-121 121q-16 16 -7.5 35.5t29.5 19.5h435q14 0 23 -9
|
1758 |
+
t9 -23z" />
|
1759 |
+
<glyph glyph-name="_482" unicode="" horiz-adv-x="1792"
|
1760 |
+
d="M1292 832q0 -6 10 -41q10 -29 25 -49.5t41 -34t44 -20t55 -16.5q325 -91 325 -332q0 -146 -105.5 -242.5t-254.5 -96.5q-59 0 -111.5 18.5t-91.5 45.5t-77 74.5t-63 87.5t-53.5 103.5t-43.5 103t-39.5 106.5t-35.5 95q-32 81 -61.5 133.5t-73.5 96.5t-104 64t-142 20
|
1761 |
+
q-96 0 -183 -55.5t-138 -144.5t-51 -185q0 -160 106.5 -279.5t263.5 -119.5q177 0 258 95q56 63 83 116l84 -152q-15 -34 -44 -70l1 -1q-131 -152 -388 -152q-147 0 -269.5 79t-190.5 207.5t-68 274.5q0 105 43.5 206t116 176.5t172 121.5t204.5 46q87 0 159 -19t123.5 -50
|
1762 |
+
t95 -80t72.5 -99t58.5 -117t50.5 -124.5t50 -130.5t55 -127q96 -200 233 -200q81 0 138.5 48.5t57.5 128.5q0 42 -19 72t-50.5 46t-72.5 31.5t-84.5 27t-87.5 34t-81 52t-65 82t-39 122.5q-3 16 -3 33q0 110 87.5 192t198.5 78q78 -3 120.5 -14.5t90.5 -53.5h-1
|
1763 |
+
q12 -11 23 -24.5t26 -36t19 -27.5l-129 -99q-26 49 -54 70v1q-23 21 -97 21q-49 0 -84 -33t-35 -83z" />
|
1764 |
+
<glyph glyph-name="_483" unicode=""
|
1765 |
+
d="M1432 484q0 173 -234 239q-35 10 -53 16.5t-38 25t-29 46.5q0 2 -2 8.5t-3 12t-1 7.5q0 36 24.5 59.5t60.5 23.5q54 0 71 -15h-1q20 -15 39 -51l93 71q-39 54 -49 64q-33 29 -67.5 39t-85.5 10q-80 0 -142 -57.5t-62 -137.5q0 -7 2 -23q16 -96 64.5 -140t148.5 -73
|
1766 |
+
q29 -8 49 -15.5t45 -21.5t38.5 -34.5t13.5 -46.5v-5q1 -58 -40.5 -93t-100.5 -35q-97 0 -167 144q-23 47 -51.5 121.5t-48 125.5t-54 110.5t-74 95.5t-103.5 60.5t-147 24.5q-101 0 -192 -56t-144 -148t-50 -192v-1q4 -108 50.5 -199t133.5 -147.5t196 -56.5q186 0 279 110
|
1767 |
+
q20 27 31 51l-60 109q-42 -80 -99 -116t-146 -36q-115 0 -191 87t-76 204q0 105 82 189t186 84q112 0 170 -53.5t104 -172.5q8 -21 25.5 -68.5t28.5 -76.5t31.5 -74.5t38.5 -74t45.5 -62.5t55.5 -53.5t66 -33t80 -13.5q107 0 183 69.5t76 174.5zM1536 1120v-960
|
1768 |
+
q0 -119 -84.5 -203.5t-203.5 -84.5h-960q-119 0 -203.5 84.5t-84.5 203.5v960q0 119 84.5 203.5t203.5 84.5h960q119 0 203.5 -84.5t84.5 -203.5z" />
|
1769 |
+
<glyph glyph-name="_484" unicode="" horiz-adv-x="2048"
|
1770 |
+
d="M1152 640q0 104 -40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5t198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM1920 640q0 104 -40.5 198.5
|
1771 |
+
t-109.5 163.5t-163.5 109.5t-198.5 40.5h-386q119 -90 188.5 -224t69.5 -288t-69.5 -288t-188.5 -224h386q104 0 198.5 40.5t163.5 109.5t109.5 163.5t40.5 198.5zM2048 640q0 -130 -51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5
|
1772 |
+
t-136.5 204t-51 248.5t51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5z" />
|
1773 |
+
<glyph glyph-name="_485" unicode="" horiz-adv-x="2048"
|
1774 |
+
d="M0 640q0 130 51 248.5t136.5 204t204 136.5t248.5 51h768q130 0 248.5 -51t204 -136.5t136.5 -204t51 -248.5t-51 -248.5t-136.5 -204t-204 -136.5t-248.5 -51h-768q-130 0 -248.5 51t-204 136.5t-136.5 204t-51 248.5zM1408 128q104 0 198.5 40.5t163.5 109.5
|
1775 |
+
t109.5 163.5t40.5 198.5t-40.5 198.5t-109.5 163.5t-163.5 109.5t-198.5 40.5t-198.5 -40.5t-163.5 -109.5t-109.5 -163.5t-40.5 -198.5t40.5 -198.5t109.5 -163.5t163.5 -109.5t198.5 -40.5z" />
|
1776 |
+
<glyph glyph-name="_486" unicode="" horiz-adv-x="2304"
|
1777 |
+
d="M762 384h-314q-40 0 -57.5 35t6.5 67l188 251q-65 31 -137 31q-132 0 -226 -94t-94 -226t94 -226t226 -94q115 0 203 72.5t111 183.5zM576 512h186q-18 85 -75 148zM1056 512l288 384h-480l-99 -132q105 -103 126 -252h165zM2176 448q0 132 -94 226t-226 94
|
1778 |
+
q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94t226 94t94 226zM2304 448q0 -185 -131.5 -316.5t-316.5 -131.5t-316.5 131.5t-131.5 316.5q0 97 39.5 183.5t109.5 149.5l-65 98l-353 -469
|
1779 |
+
q-18 -26 -51 -26h-197q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5t-131.5 316.5t131.5 316.5t316.5 131.5q114 0 215 -55l137 183h-224q-26 0 -45 19t-19 45t19 45t45 19h384v-128h435l-85 128h-222q-26 0 -45 19t-19 45t19 45t45 19h256q33 0 53 -28l267 -400
|
1780 |
+
q91 44 192 44q185 0 316.5 -131.5t131.5 -316.5z" />
|
1781 |
+
<glyph glyph-name="_487" unicode=""
|
1782 |
+
d="M384 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1408 320q0 53 -37.5 90.5t-90.5 37.5t-90.5 -37.5t-37.5 -90.5t37.5 -90.5t90.5 -37.5t90.5 37.5t37.5 90.5zM1362 716l-72 384q-5 23 -22.5 37.5t-40.5 14.5
|
1783 |
+
h-918q-23 0 -40.5 -14.5t-22.5 -37.5l-72 -384q-5 -30 14 -53t49 -23h1062q30 0 49 23t14 53zM1136 1328q0 20 -14 34t-34 14h-640q-20 0 -34 -14t-14 -34t14 -34t34 -14h640q20 0 34 14t14 34zM1536 603v-603h-128v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5
|
1784 |
+
t-37.5 90.5v128h-768v-128q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5v128h-128v603q0 112 25 223l103 454q9 78 97.5 137t230 89t312.5 30t312.5 -30t230 -89t97.5 -137l105 -454q23 -102 23 -223z" />
|
1785 |
+
<glyph glyph-name="_488" unicode="" horiz-adv-x="2048"
|
1786 |
+
d="M1463 704q0 -35 -25 -60.5t-61 -25.5h-702q-36 0 -61 25.5t-25 60.5t25 60.5t61 25.5h702q36 0 61 -25.5t25 -60.5zM1677 704q0 86 -23 170h-982q-36 0 -61 25t-25 60q0 36 25 61t61 25h908q-88 143 -235 227t-320 84q-177 0 -327.5 -87.5t-238 -237.5t-87.5 -327
|
1787 |
+
q0 -86 23 -170h982q36 0 61 -25t25 -60q0 -36 -25 -61t-61 -25h-908q88 -143 235.5 -227t320.5 -84q132 0 253 51.5t208 139t139 208t52 253.5zM2048 959q0 -35 -25 -60t-61 -25h-131q17 -85 17 -170q0 -167 -65.5 -319.5t-175.5 -263t-262.5 -176t-319.5 -65.5
|
1788 |
+
q-246 0 -448.5 133t-301.5 350h-189q-36 0 -61 25t-25 61q0 35 25 60t61 25h132q-17 85 -17 170q0 167 65.5 319.5t175.5 263t262.5 176t320.5 65.5q245 0 447.5 -133t301.5 -350h188q36 0 61 -25t25 -61z" />
|
1789 |
+
<glyph glyph-name="_489" unicode="" horiz-adv-x="1280"
|
1790 |
+
d="M953 1158l-114 -328l117 -21q165 451 165 518q0 56 -38 56q-57 0 -130 -225zM654 471l33 -88q37 42 71 67l-33 5.5t-38.5 7t-32.5 8.5zM362 1367q0 -98 159 -521q17 10 49 10q15 0 75 -5l-121 351q-75 220 -123 220q-19 0 -29 -17.5t-10 -37.5zM283 608q0 -36 51.5 -119
|
1791 |
+
t117.5 -153t100 -70q14 0 25.5 13t11.5 27q0 24 -32 102q-13 32 -32 72t-47.5 89t-61.5 81t-62 32q-20 0 -45.5 -27t-25.5 -47zM125 273q0 -41 25 -104q59 -145 183.5 -227t281.5 -82q227 0 382 170q152 169 152 427q0 43 -1 67t-11.5 62t-30.5 56q-56 49 -211.5 75.5
|
1792 |
+
t-270.5 26.5q-37 0 -49 -11q-12 -5 -12 -35q0 -34 21.5 -60t55.5 -40t77.5 -23.5t87.5 -11.5t85 -4t70 0h23q24 0 40 -19q15 -19 19 -55q-28 -28 -96 -54q-61 -22 -93 -46q-64 -46 -108.5 -114t-44.5 -137q0 -31 18.5 -88.5t18.5 -87.5l-3 -12q-4 -12 -4 -14
|
1793 |
+
q-137 10 -146 216q-8 -2 -41 -2q2 -7 2 -21q0 -53 -40.5 -89.5t-94.5 -36.5q-82 0 -166.5 78t-84.5 159q0 34 33 67q52 -64 60 -76q77 -104 133 -104q12 0 26.5 8.5t14.5 20.5q0 34 -87.5 145t-116.5 111q-43 0 -70 -44.5t-27 -90.5zM11 264q0 101 42.5 163t136.5 88
|
1794 |
+
q-28 74 -28 104q0 62 61 123t122 61q29 0 70 -15q-163 462 -163 567q0 80 41 130.5t119 50.5q131 0 325 -581q6 -17 8 -23q6 16 29 79.5t43.5 118.5t54 127.5t64.5 123t70.5 86.5t76.5 36q71 0 112 -49t41 -122q0 -108 -159 -550q61 -15 100.5 -46t58.5 -78t26 -93.5
|
1795 |
+
t7 -110.5q0 -150 -47 -280t-132 -225t-211 -150t-278 -55q-111 0 -223 42q-149 57 -258 191.5t-109 286.5z" />
|
1796 |
+
<glyph glyph-name="_490" unicode="" horiz-adv-x="2048"
|
1797 |
+
d="M785 528h207q-14 -158 -98.5 -248.5t-214.5 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-203q-5 64 -35.5 99t-81.5 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t40 -51.5t66 -18q95 0 109 139zM1497 528h206
|
1798 |
+
q-14 -158 -98 -248.5t-214 -90.5q-162 0 -254.5 116t-92.5 316q0 194 93 311.5t233 117.5q148 0 232 -87t97 -247h-204q-4 64 -35 99t-81 35q-57 0 -88.5 -60.5t-31.5 -177.5q0 -48 5 -84t18 -69.5t39.5 -51.5t65.5 -18q49 0 76.5 38t33.5 101zM1856 647q0 207 -15.5 307
|
1799 |
+
t-60.5 161q-6 8 -13.5 14t-21.5 15t-16 11q-86 63 -697 63q-625 0 -710 -63q-5 -4 -17.5 -11.5t-21 -14t-14.5 -14.5q-45 -60 -60 -159.5t-15 -308.5q0 -208 15 -307.5t60 -160.5q6 -8 15 -15t20.5 -14t17.5 -12q44 -33 239.5 -49t470.5 -16q610 0 697 65q5 4 17 11t20.5 14
|
1800 |
+
t13.5 16q46 60 61 159t15 309zM2048 1408v-1536h-2048v1536h2048z" />
|
1801 |
+
<glyph glyph-name="_491" unicode=""
|
1802 |
+
d="M992 912v-496q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v496q0 112 -80 192t-192 80h-272v-1152q0 -14 -9 -23t-23 -9h-160q-14 0 -23 9t-9 23v1344q0 14 9 23t23 9h464q135 0 249 -66.5t180.5 -180.5t66.5 -249zM1376 1376v-880q0 -135 -66.5 -249t-180.5 -180.5
|
1803 |
+
t-249 -66.5h-464q-14 0 -23 9t-9 23v960q0 14 9 23t23 9h160q14 0 23 -9t9 -23v-768h272q112 0 192 80t80 192v880q0 14 9 23t23 9h160q14 0 23 -9t9 -23z" />
|
1804 |
+
<glyph glyph-name="_492" unicode=""
|
1805 |
+
d="M1311 694v-114q0 -24 -13.5 -38t-37.5 -14h-202q-24 0 -38 14t-14 38v114q0 24 14 38t38 14h202q24 0 37.5 -14t13.5 -38zM821 464v250q0 53 -32.5 85.5t-85.5 32.5h-133q-68 0 -96 -52q-28 52 -96 52h-130q-53 0 -85.5 -32.5t-32.5 -85.5v-250q0 -22 21 -22h55
|
1806 |
+
q22 0 22 22v230q0 24 13.5 38t38.5 14h94q24 0 38 -14t14 -38v-230q0 -22 21 -22h54q22 0 22 22v230q0 24 14 38t38 14h97q24 0 37.5 -14t13.5 -38v-230q0 -22 22 -22h55q21 0 21 22zM1410 560v154q0 53 -33 85.5t-86 32.5h-264q-53 0 -86 -32.5t-33 -85.5v-410
|
1807 |
+
q0 -21 22 -21h55q21 0 21 21v180q31 -42 94 -42h191q53 0 86 32.5t33 85.5zM1536 1176v-1072q0 -96 -68 -164t-164 -68h-1072q-96 0 -164 68t-68 164v1072q0 96 68 164t164 68h1072q96 0 164 -68t68 -164z" />
|
1808 |
+
<glyph glyph-name="_493" unicode=""
|
1809 |
+
d="M915 450h-294l147 551zM1001 128h311l-324 1024h-440l-324 -1024h311l383 314zM1536 1120v-960q0 -118 -85 -203t-203 -85h-960q-118 0 -203 85t-85 203v960q0 118 85 203t203 85h960q118 0 203 -85t85 -203z" />
|
1810 |
+
<glyph glyph-name="_494" unicode="" horiz-adv-x="2048"
|
1811 |
+
d="M2048 641q0 -21 -13 -36.5t-33 -19.5l-205 -356q3 -9 3 -18q0 -20 -12.5 -35.5t-32.5 -19.5l-193 -337q3 -8 3 -16q0 -23 -16.5 -40t-40.5 -17q-25 0 -41 18h-400q-17 -20 -43 -20t-43 20h-399q-17 -20 -43 -20q-23 0 -40 16.5t-17 40.5q0 8 4 20l-193 335
|
1812 |
+
q-20 4 -32.5 19.5t-12.5 35.5q0 9 3 18l-206 356q-20 5 -32.5 20.5t-12.5 35.5q0 21 13.5 36.5t33.5 19.5l199 344q0 1 -0.5 3t-0.5 3q0 36 34 51l209 363q-4 10 -4 18q0 24 17 40.5t40 16.5q26 0 44 -21h396q16 21 43 21t43 -21h398q18 21 44 21q23 0 40 -16.5t17 -40.5
|
1813 |
+
q0 -6 -4 -18l207 -358q23 -1 39 -17.5t16 -38.5q0 -13 -7 -27l187 -324q19 -4 31.5 -19.5t12.5 -35.5zM1063 -158h389l-342 354h-143l-342 -354h360q18 16 39 16t39 -16zM112 654q1 -4 1 -13q0 -10 -2 -15l208 -360l15 -6l188 199v347l-187 194q-13 -8 -29 -10zM986 1438
|
1814 |
+
h-388l190 -200l554 200h-280q-16 -16 -38 -16t-38 16zM1689 226q1 6 5 11l-64 68l-17 -79h76zM1583 226l22 105l-252 266l-296 -307l63 -64h463zM1495 -142l16 28l65 310h-427l333 -343q8 4 13 5zM578 -158h5l342 354h-373v-335l4 -6q14 -5 22 -13zM552 226h402l64 66
|
1815 |
+
l-309 321l-157 -166v-221zM359 226h163v189l-168 -177q4 -8 5 -12zM358 1051q0 -1 0.5 -2t0.5 -2q0 -16 -8 -29l171 -177v269zM552 1121v-311l153 -157l297 314l-223 236zM556 1425l-4 -8v-264l205 74l-191 201q-6 -2 -10 -3zM1447 1438h-16l-621 -224l213 -225zM1023 946
|
1816 |
+
l-297 -315l311 -319l296 307zM688 634l-136 141v-284zM1038 270l-42 -44h85zM1374 618l238 -251l132 624l-3 5l-1 1zM1718 1018q-8 13 -8 29v2l-216 376q-5 1 -13 5l-437 -463l310 -327zM522 1142v223l-163 -282zM522 196h-163l163 -283v283zM1607 196l-48 -227l130 227h-82
|
1817 |
+
zM1729 266l207 361q-2 10 -2 14q0 1 3 16l-171 296l-129 -612l77 -82q5 3 15 7z" />
|
1818 |
+
<glyph glyph-name="f210" unicode=""
|
1819 |
+
d="M0 856q0 131 91.5 226.5t222.5 95.5h742l352 358v-1470q0 -132 -91.5 -227t-222.5 -95h-780q-131 0 -222.5 95t-91.5 227v790zM1232 102l-176 180v425q0 46 -32 79t-78 33h-484q-46 0 -78 -33t-32 -79v-492q0 -46 32.5 -79.5t77.5 -33.5h770z" />
|
1820 |
+
<glyph glyph-name="_496" unicode=""
|
1821 |
+
d="M934 1386q-317 -121 -556 -362.5t-358 -560.5q-20 89 -20 176q0 208 102.5 384.5t278.5 279t384 102.5q82 0 169 -19zM1203 1267q93 -65 164 -155q-389 -113 -674.5 -400.5t-396.5 -676.5q-93 72 -155 162q112 386 395 671t667 399zM470 -67q115 356 379.5 622t619.5 384
|
1822 |
+
q40 -92 54 -195q-292 -120 -516 -345t-343 -518q-103 14 -194 52zM1536 -125q-193 50 -367 115q-135 -84 -290 -107q109 205 274 370.5t369 275.5q-21 -152 -101 -284q65 -175 115 -370z" />
|
1823 |
+
<glyph glyph-name="f212" unicode="" horiz-adv-x="2048"
|
1824 |
+
d="M1893 1144l155 -1272q-131 0 -257 57q-200 91 -393 91q-226 0 -374 -148q-148 148 -374 148q-193 0 -393 -91q-128 -57 -252 -57h-5l155 1272q224 127 482 127q233 0 387 -106q154 106 387 106q258 0 482 -127zM1398 157q129 0 232 -28.5t260 -93.5l-124 1021
|
1825 |
+
q-171 78 -368 78q-224 0 -374 -141q-150 141 -374 141q-197 0 -368 -78l-124 -1021q105 43 165.5 65t148.5 39.5t178 17.5q202 0 374 -108q172 108 374 108zM1438 191l-55 907q-211 -4 -359 -155q-152 155 -374 155q-176 0 -336 -66l-114 -941q124 51 228.5 76t221.5 25
|
1826 |
+
q209 0 374 -102q172 107 374 102z" />
|
1827 |
+
<glyph glyph-name="_498" unicode="" horiz-adv-x="2048"
|
1828 |
+
d="M1500 165v733q0 21 -15 36t-35 15h-93q-20 0 -35 -15t-15 -36v-733q0 -20 15 -35t35 -15h93q20 0 35 15t15 35zM1216 165v531q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-531q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM924 165v429q0 20 -15 35t-35 15h-101
|
1829 |
+
q-20 0 -35 -15t-15 -35v-429q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM632 165v362q0 20 -15 35t-35 15h-101q-20 0 -35 -15t-15 -35v-362q0 -20 15 -35t35 -15h101q20 0 35 15t15 35zM2048 311q0 -166 -118 -284t-284 -118h-1244q-166 0 -284 118t-118 284
|
1830 |
+
q0 116 63 214.5t168 148.5q-10 34 -10 73q0 113 80.5 193.5t193.5 80.5q102 0 180 -67q45 183 194 300t338 117q149 0 275 -73.5t199.5 -199.5t73.5 -275q0 -66 -14 -122q135 -33 221 -142.5t86 -247.5z" />
|
1831 |
+
<glyph glyph-name="_499" unicode=""
|
1832 |
+
d="M0 1536h1536v-1392l-776 -338l-760 338v1392zM1436 209v926h-1336v-926l661 -294zM1436 1235v201h-1336v-201h1336zM181 937v-115h-37v115h37zM181 789v-115h-37v115h37zM181 641v-115h-37v115h37zM181 493v-115h-37v115h37zM181 345v-115h-37v115h37zM207 202l15 34
|
1833 |
+
l105 -47l-15 -33zM343 142l15 34l105 -46l-15 -34zM478 82l15 34l105 -46l-15 -34zM614 23l15 33l104 -46l-15 -34zM797 10l105 46l15 -33l-105 -47zM932 70l105 46l15 -34l-105 -46zM1068 130l105 46l15 -34l-105 -46zM1203 189l105 47l15 -34l-105 -46zM259 1389v-36h-114
|
1834 |
+
v36h114zM421 1389v-36h-115v36h115zM583 1389v-36h-115v36h115zM744 1389v-36h-114v36h114zM906 1389v-36h-114v36h114zM1068 1389v-36h-115v36h115zM1230 1389v-36h-115v36h115zM1391 1389v-36h-114v36h114zM181 1049v-79h-37v115h115v-36h-78zM421 1085v-36h-115v36h115z
|
1835 |
+
M583 1085v-36h-115v36h115zM744 1085v-36h-114v36h114zM906 1085v-36h-114v36h114zM1068 1085v-36h-115v36h115zM1230 1085v-36h-115v36h115zM1355 970v79h-78v36h115v-115h-37zM1355 822v115h37v-115h-37zM1355 674v115h37v-115h-37zM1355 526v115h37v-115h-37zM1355 378
|
1836 |
+
v115h37v-115h-37zM1355 230v115h37v-115h-37zM760 265q-129 0 -221 91.5t-92 221.5q0 129 92 221t221 92q130 0 221.5 -92t91.5 -221q0 -130 -91.5 -221.5t-221.5 -91.5zM595 646q0 -36 19.5 -56.5t49.5 -25t64 -7t64 -2t49.5 -9t19.5 -30.5q0 -49 -112 -49q-97 0 -123 51
|
1837 |
+
h-3l-31 -63q67 -42 162 -42q29 0 56.5 5t55.5 16t45.5 33t17.5 53q0 46 -27.5 69.5t-67.5 27t-79.5 3t-67 5t-27.5 25.5q0 21 20.5 33t40.5 15t41 3q34 0 70.5 -11t51.5 -34h3l30 58q-3 1 -21 8.5t-22.5 9t-19.5 7t-22 7t-20 4.5t-24 4t-23 1q-29 0 -56.5 -5t-54 -16.5
|
1838 |
+
t-43 -34t-16.5 -53.5z" />
|
1839 |
+
<glyph glyph-name="_500" unicode="" horiz-adv-x="2048"
|
1840 |
+
d="M863 504q0 112 -79.5 191.5t-191.5 79.5t-191 -79.5t-79 -191.5t79 -191t191 -79t191.5 79t79.5 191zM1726 505q0 112 -79 191t-191 79t-191.5 -79t-79.5 -191q0 -113 79.5 -192t191.5 -79t191 79.5t79 191.5zM2048 1314v-1348q0 -44 -31.5 -75.5t-76.5 -31.5h-1832
|
1841 |
+
q-45 0 -76.5 31.5t-31.5 75.5v1348q0 44 31.5 75.5t76.5 31.5h431q44 0 76 -31.5t32 -75.5v-161h754v161q0 44 32 75.5t76 31.5h431q45 0 76.5 -31.5t31.5 -75.5z" />
|
1842 |
+
<glyph glyph-name="_501" unicode="" horiz-adv-x="2048"
|
1843 |
+
d="M1430 953zM1690 749q148 0 253 -98.5t105 -244.5q0 -157 -109 -261.5t-267 -104.5q-85 0 -162 27.5t-138 73.5t-118 106t-109 126t-103.5 132.5t-108.5 126.5t-117 106t-136 73.5t-159 27.5q-154 0 -251.5 -91.5t-97.5 -244.5q0 -157 104 -250t263 -93q100 0 208 37.5
|
1844 |
+
t193 98.5q5 4 21 18.5t30 24t22 9.5q14 0 24.5 -10.5t10.5 -24.5q0 -24 -60 -77q-101 -88 -234.5 -142t-260.5 -54q-133 0 -245.5 58t-180 165t-67.5 241q0 205 141.5 341t347.5 136q120 0 226.5 -43.5t185.5 -113t151.5 -153t139 -167.5t133.5 -153.5t149.5 -113
|
1845 |
+
t172.5 -43.5q102 0 168.5 61.5t66.5 162.5q0 95 -64.5 159t-159.5 64q-30 0 -81.5 -18.5t-68.5 -18.5q-20 0 -35.5 15t-15.5 35q0 18 8.5 57t8.5 59q0 159 -107.5 263t-266.5 104q-58 0 -111.5 -18.5t-84 -40.5t-55.5 -40.5t-33 -18.5q-15 0 -25.5 10.5t-10.5 25.5
|
1846 |
+
q0 19 25 46q59 67 147 103.5t182 36.5q191 0 318 -125.5t127 -315.5q0 -37 -4 -66q57 15 115 15z" />
|
1847 |
+
<glyph glyph-name="_502" unicode="" horiz-adv-x="1664"
|
1848 |
+
d="M1216 832q0 26 -19 45t-45 19h-128v128q0 26 -19 45t-45 19t-45 -19t-19 -45v-128h-128q-26 0 -45 -19t-19 -45t19 -45t45 -19h128v-128q0 -26 19 -45t45 -19t45 19t19 45v128h128q26 0 45 19t19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
|
1849 |
+
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
|
1850 |
+
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
|
1851 |
+
<glyph glyph-name="_503" unicode="" horiz-adv-x="1664"
|
1852 |
+
d="M1280 832q0 26 -19 45t-45 19t-45 -19l-147 -146v293q0 26 -19 45t-45 19t-45 -19t-19 -45v-293l-147 146q-19 19 -45 19t-45 -19t-19 -45t19 -45l256 -256q19 -19 45 -19t45 19l256 256q19 19 19 45zM640 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5
|
1853 |
+
t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1536 0q0 -53 -37.5 -90.5t-90.5 -37.5t-90.5 37.5t-37.5 90.5t37.5 90.5t90.5 37.5t90.5 -37.5t37.5 -90.5zM1664 1088v-512q0 -24 -16 -42.5t-41 -21.5l-1044 -122q1 -7 4.5 -21.5t6 -26.5t2.5 -22q0 -16 -24 -64h920
|
1854 |
+
q26 0 45 -19t19 -45t-19 -45t-45 -19h-1024q-26 0 -45 19t-19 45q0 14 11 39.5t29.5 59.5t20.5 38l-177 823h-204q-26 0 -45 19t-19 45t19 45t45 19h256q16 0 28.5 -6.5t20 -15.5t13 -24.5t7.5 -26.5t5.5 -29.5t4.5 -25.5h1201q26 0 45 -19t19 -45z" />
|
1855 |
+
<glyph glyph-name="_504" unicode="" horiz-adv-x="2048"
|
1856 |
+
d="M212 768l623 -665l-300 665h-323zM1024 -4l349 772h-698zM538 896l204 384h-262l-288 -384h346zM1213 103l623 665h-323zM683 896h682l-204 384h-274zM1510 896h346l-288 384h-262zM1651 1382l384 -512q14 -18 13 -41.5t-17 -40.5l-960 -1024q-18 -20 -47 -20t-47 20
|
1857 |
+
l-960 1024q-16 17 -17 40.5t13 41.5l384 512q18 26 51 26h1152q33 0 51 -26z" />
|
1858 |
+
<glyph glyph-name="_505" unicode="" horiz-adv-x="2048"
|
1859 |
+
d="M1811 -19q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
|
1860 |
+
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83q19 19 45 19t45 -19l83 -83l83 83
|
1861 |
+
q19 19 45 19t45 -19l83 -83zM237 19q-19 -19 -45 -19t-45 19l-128 128l90 90l83 -82l83 82q19 19 45 19t45 -19l83 -82l64 64v293l-210 314q-17 26 -7 56.5t40 40.5l177 58v299h128v128h256v128h256v-128h256v-128h128v-299l177 -58q30 -10 40 -40.5t-7 -56.5l-210 -314
|
1862 |
+
v-293l19 18q19 19 45 19t45 -19l83 -82l83 82q19 19 45 19t45 -19l128 -128l-90 -90l-83 83l-83 -83q-18 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83l-83 -83
|
1863 |
+
q-19 -19 -45 -19t-45 19l-83 83l-83 -83q-19 -19 -45 -19t-45 19l-83 83zM640 1152v-128l384 128l384 -128v128h-128v128h-512v-128h-128z" />
|
1864 |
+
<glyph glyph-name="_506" unicode=""
|
1865 |
+
d="M576 0l96 448l-96 128l-128 64zM832 0l128 640l-128 -64l-96 -128zM992 1010q-2 4 -4 6q-10 8 -96 8q-70 0 -167 -19q-7 -2 -21 -2t-21 2q-97 19 -167 19q-86 0 -96 -8q-2 -2 -4 -6q2 -18 4 -27q2 -3 7.5 -6.5t7.5 -10.5q2 -4 7.5 -20.5t7 -20.5t7.5 -17t8.5 -17t9 -14
|
1866 |
+
t12 -13.5t14 -9.5t17.5 -8t20.5 -4t24.5 -2q36 0 59 12.5t32.5 30t14.5 34.5t11.5 29.5t17.5 12.5h12q11 0 17.5 -12.5t11.5 -29.5t14.5 -34.5t32.5 -30t59 -12.5q13 0 24.5 2t20.5 4t17.5 8t14 9.5t12 13.5t9 14t8.5 17t7.5 17t7 20.5t7.5 20.5q2 7 7.5 10.5t7.5 6.5
|
1867 |
+
q2 9 4 27zM1408 131q0 -121 -73 -190t-194 -69h-874q-121 0 -194 69t-73 190q0 61 4.5 118t19 125.5t37.5 123.5t63.5 103.5t93.5 74.5l-90 220h214q-22 64 -22 128q0 12 2 32q-194 40 -194 96q0 57 210 99q17 62 51.5 134t70.5 114q32 37 76 37q30 0 84 -31t84 -31t84 31
|
1868 |
+
t84 31q44 0 76 -37q36 -42 70.5 -114t51.5 -134q210 -42 210 -99q0 -56 -194 -96q7 -81 -20 -160h214l-82 -225q63 -33 107.5 -96.5t65.5 -143.5t29 -151.5t8 -148.5z" />
|
1869 |
+
<glyph glyph-name="_507" unicode="" horiz-adv-x="2304"
|
1870 |
+
d="M2301 500q12 -103 -22 -198.5t-99 -163.5t-158.5 -106t-196.5 -31q-161 11 -279.5 125t-134.5 274q-12 111 27.5 210.5t118.5 170.5l-71 107q-96 -80 -151 -194t-55 -244q0 -27 -18.5 -46.5t-45.5 -19.5h-256h-69q-23 -164 -149 -274t-294 -110q-185 0 -316.5 131.5
|
1871 |
+
t-131.5 316.5t131.5 316.5t316.5 131.5q76 0 152 -27l24 45q-123 110 -304 110h-64q-26 0 -45 19t-19 45t19 45t45 19h128q78 0 145 -13.5t116.5 -38.5t71.5 -39.5t51 -36.5h512h115l-85 128h-222q-30 0 -49 22.5t-14 52.5q4 23 23 38t43 15h253q33 0 53 -28l70 -105
|
1872 |
+
l114 114q19 19 46 19h101q26 0 45 -19t19 -45v-128q0 -26 -19 -45t-45 -19h-179l115 -172q131 63 275 36q143 -26 244 -134.5t118 -253.5zM448 128q115 0 203 72.5t111 183.5h-314q-35 0 -55 31q-18 32 -1 63l147 277q-47 13 -91 13q-132 0 -226 -94t-94 -226t94 -226
|
1873 |
+
t226 -94zM1856 128q132 0 226 94t94 226t-94 226t-226 94q-60 0 -121 -24l174 -260q15 -23 10 -49t-27 -40q-15 -11 -36 -11q-35 0 -53 29l-174 260q-93 -95 -93 -225q0 -132 94 -226t226 -94z" />
|
1874 |
+
<glyph glyph-name="_508" unicode=""
|
1875 |
+
d="M1408 0q0 -63 -61.5 -113.5t-164 -81t-225 -46t-253.5 -15.5t-253.5 15.5t-225 46t-164 81t-61.5 113.5q0 49 33 88.5t91 66.5t118 44.5t131 29.5q26 5 48 -10.5t26 -41.5q5 -26 -10.5 -48t-41.5 -26q-58 -10 -106 -23.5t-76.5 -25.5t-48.5 -23.5t-27.5 -19.5t-8.5 -12
|
1876 |
+
q3 -11 27 -26.5t73 -33t114 -32.5t160.5 -25t201.5 -10t201.5 10t160.5 25t114 33t73 33.5t27 27.5q-1 4 -8.5 11t-27.5 19t-48.5 23.5t-76.5 25t-106 23.5q-26 4 -41.5 26t-10.5 48q4 26 26 41.5t48 10.5q71 -12 131 -29.5t118 -44.5t91 -66.5t33 -88.5zM1024 896v-384
|
1877 |
+
q0 -26 -19 -45t-45 -19h-64v-384q0 -26 -19 -45t-45 -19h-256q-26 0 -45 19t-19 45v384h-64q-26 0 -45 19t-19 45v384q0 53 37.5 90.5t90.5 37.5h384q53 0 90.5 -37.5t37.5 -90.5zM928 1280q0 -93 -65.5 -158.5t-158.5 -65.5t-158.5 65.5t-65.5 158.5t65.5 158.5t158.5 65.5
|
1878 |
+
t158.5 -65.5t65.5 -158.5z" />
|
1879 |
+
<glyph glyph-name="_509" unicode="" horiz-adv-x="1792"
|
1880 |
+
d="M1280 512h305q-5 -6 -10 -10.5t-9 -7.5l-3 -4l-623 -600q-18 -18 -44 -18t-44 18l-624 602q-5 2 -21 20h369q22 0 39.5 13.5t22.5 34.5l70 281l190 -667q6 -20 23 -33t39 -13q21 0 38 13t23 33l146 485l56 -112q18 -35 57 -35zM1792 940q0 -145 -103 -300h-369l-111 221
|
1881 |
+
q-8 17 -25.5 27t-36.5 8q-45 -5 -56 -46l-129 -430l-196 686q-6 20 -23.5 33t-39.5 13t-39 -13.5t-22 -34.5l-116 -464h-423q-103 155 -103 300q0 220 127 344t351 124q62 0 126.5 -21.5t120 -58t95.5 -68.5t76 -68q36 36 76 68t95.5
|